diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 61b5b80..41f466e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "name": "genesys-cloud-architect", "source": "./", "description": "Create, test, and debug Genesys Cloud Architect flows", - "version": "1.0.5" + "version": "1.0.6" } ] } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6eb5dde..4f1a6dc 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "genesys-cloud-architect", "description": "Create, test, and debug Genesys Cloud Architect flows", - "version": "1.0.5", + "version": "1.0.6", "author": { "name": "Lucas Woodward", "url": "https://makingchatbots.com/" diff --git a/bin/deploy-runner.js b/bin/deploy-runner.js index e8aa203..d70d2c2 100644 --- a/bin/deploy-runner.js +++ b/bin/deploy-runner.js @@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge mod )); -// require("./**/*") in node_modules/.pnpm/purecloud-flow-scripting-api-sdk-javascript@0.66.1/node_modules/purecloud-flow-scripting-api-sdk-javascript/build-scripting/release/scripting.bundle.js +// require("./**/*") in node_modules/.pnpm/purecloud-flow-scripting-api-sdk-javascript@0.66.6/node_modules/purecloud-flow-scripting-api-sdk-javascript/build-scripting/release/scripting.bundle.js var globRequire; var init_ = __esm({ - 'require("./**/*") in node_modules/.pnpm/purecloud-flow-scripting-api-sdk-javascript@0.66.1/node_modules/purecloud-flow-scripting-api-sdk-javascript/build-scripting/release/scripting.bundle.js'() { + 'require("./**/*") in node_modules/.pnpm/purecloud-flow-scripting-api-sdk-javascript@0.66.6/node_modules/purecloud-flow-scripting-api-sdk-javascript/build-scripting/release/scripting.bundle.js'() { globRequire = __glob({ "./scripting.bundle.js": () => require_scripting_bundle() }); @@ -3689,9 +3689,9 @@ var require_ws = __commonJS({ } }); -// node_modules/.pnpm/purecloud-flow-scripting-api-sdk-javascript@0.66.1/node_modules/purecloud-flow-scripting-api-sdk-javascript/build-scripting/release/scripting.bundle.js +// node_modules/.pnpm/purecloud-flow-scripting-api-sdk-javascript@0.66.6/node_modules/purecloud-flow-scripting-api-sdk-javascript/build-scripting/release/scripting.bundle.js var require_scripting_bundle = __commonJS({ - "node_modules/.pnpm/purecloud-flow-scripting-api-sdk-javascript@0.66.1/node_modules/purecloud-flow-scripting-api-sdk-javascript/build-scripting/release/scripting.bundle.js"(exports2, module2) { + "node_modules/.pnpm/purecloud-flow-scripting-api-sdk-javascript@0.66.6/node_modules/purecloud-flow-scripting-api-sdk-javascript/build-scripting/release/scripting.bundle.js"(exports2, module2) { init_(); !(function(e, t2) { if ("object" == typeof exports2 && "object" == typeof module2) module2.exports = t2(); @@ -3820,7 +3820,7 @@ var require_scripting_bundle = __commonJS({ }, 84: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.DecimalType = void 0; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(61870), s = n2.__importDefault(i2(73198)), l = i2(38809), u = i2(98552), d = i2(80428), c = i2(94765), p = i2(47957), _ = i2(24032).getTopic("DecimalType"); + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(61870), s = n2.__importDefault(i2(73198)), l = i2(38809), u = i2(98552), d = i2(80428), c = i2(94765), p = (0, i2(24032).getTopic)("DecimalType"), _ = i2(47957); class h extends c.ExpressionType { constructor(e3, t3, i3) { super(e3, t3, i3); @@ -3847,13 +3847,13 @@ var require_scripting_bundle = __commonJS({ getYamlObjectForLiteralSingleton(e3) { super.getYamlObjectForLiteralSingleton(e3); const t3 = Number(e3.text); - return o.default.isActualNumber(t3) || _.errorWithStack(null, "Invalid number parsed in DecimalType.getYamlObjectForLiteralSingleton"), t3; + return o.default.isActualNumber(t3) || p.errorWithStack(null, "Invalid number parsed in DecimalType.getYamlObjectForLiteralSingleton"), t3; } validateLiteral(e3, t3) { var i3, n3; if (t3.outOfService) return true; const o2 = Number(t3.text); - return isNaN(o2) ? (t3.setParseError((0, r2.sprintf)(p.errors.invalidValue, t3.label)), e3.addError(t3, (0, r2.sprintf)(p.errors.invalidValue, t3.label), false, true), false) : 0 === o2 || u.expressionItems.checkDecimalStr(t3.text, true) ? (0, l.validateDecimalPlaces)(o2, null === (n3 = null === (i3 = t3.options) || void 0 === i3 ? void 0 : i3.facets) || void 0 === n3 ? void 0 : n3.decimalPlaces, t3, e3) : (t3.setParseError((0, r2.sprintf)(p.expression.decimalValueTooMuchPrecision, t3.text, 1, s.default.maxPrecision)), e3.addError(t3, (0, r2.sprintf)(p.errors.invalidValue, t3.label), false, true), false); + return isNaN(o2) ? (t3.setParseError((0, r2.sprintf)(_.errors.invalidValue, t3.label)), e3.addError(t3, (0, r2.sprintf)(_.errors.invalidValue, t3.label), false, true), false) : 0 === o2 || u.expressionItems.checkDecimalStr(t3.text, true) ? (0, l.validateDecimalPlaces)(o2, null === (n3 = null === (i3 = t3.options) || void 0 === i3 ? void 0 : i3.facets) || void 0 === n3 ? void 0 : n3.decimalPlaces, t3, e3) : (t3.setParseError((0, r2.sprintf)(_.expression.decimalValueTooMuchPrecision, t3.text, 1, s.default.maxPrecision)), e3.addError(t3, (0, r2.sprintf)(_.errors.invalidValue, t3.label), false, true), false); } convertLitToCustomJsonStr(e3, t3, i3, n3) { return this.convertLitToExpression(e3, i3 || t3); @@ -3884,7 +3884,7 @@ var require_scripting_bundle = __commonJS({ return true; } static get managedProperties() { - return [{ property: "chooser", label: w.cardsAndCars.digitalMenuChooserLabel, type: d.expressionTypeNames.chooser, options: h.ExpressionTypeChooserOptions.create((e3) => e3.setUiPropertyOrder(7).setDescriptionInfo(w.cardsAndCars.digitalMenuChooserLabel, w.cardsAndCars.digitalMenuChooserDescription).setAndApplyCustomizations(p.expressionTypeCustomizedModes, p.expressionTypeCustomizedModes.literalChooser)), yamlOptions: P.createYamlOptions("chooser", (e3) => e3.setSerializeOutOfService(true)) }, { property: "choices", choiceList: true, options: f.ExpressionTypelessOptions.create() }, { property: "selection", label: w.cardsAndCars.selectionResultLabel, type: d.expressionTypeNames.string, options: T.ExpressionTypeStringOptions.create((e3) => e3.setAsOutput().setIsOptional(true).setDescriptionInfo(w.cardsAndCars.selectionResultLabel, w.cardsAndCars.selectionResultDescription).setDisableSpellcheck(true).setUiPropertyOrder(8)), yamlOptions: P.createYamlOptions("selection", (e3) => e3.setExportOrder(50)) }, { property: "knowledgeSearchResult", label: w.cardsAndCars.knowledgeSearchResultLabel, type: d.expressionTypeNames.knowledgeBaseDocument, options: g.ExpressionTypeKnowledgeBaseDocumentOptions.create((e3) => e3.setAsOutput().setDefaultVariableScope(b.scopes.flow).setIsOptional(true).setIsCollection(true).setIninTestingField("knowledgeSearchResult").setDescriptionInfo(w.cardsAndCars.knowledgeSearchResultLabel, w.cardsAndCars.knowledgeSearchResultDescription).setFeatureConfigName(v.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature).setUiPropertyOrder(9)), yamlOptions: P.createYamlOptions("knowledgeSearchResult", (e3) => e3.setExportOrder(51)) }, { label: w.askCommon.noMatch, options: m.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setUiPropertyOrder(10).setIninTestingField("noMatch").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDescriptionInfo(w.askCommon.noMatch, w.askCommon.noMatchDescription).setDefaultToBuilderId(l.builderIds.parts.markdownCommunication).setScriptingPropertyName("noMatch").setBuilderLanguagesSequenceConfig(s.askForIntentSequences.noMatchSequence)), yamlOptions: P.createYamlOptions("noMatch", (e3) => e3.setPropertyName("noMatch").setExportOrder(40)), property: "noMatch", type: d.expressionTypeNames.communication }, { label: w.askCommon.noMatchReprompts, options: P.createNoMatchRepromptsOptions().setDefaultToBuilderId(l.builderIds.parts.genericCommunication), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: P.createNoMatchRepromptsOptions().setDefaultToBuilderId(l.builderIds.parts.markdownCommunication).setUiPropertyOrder(11) }], yamlOptions: P.createYamlOptions("noMatchReprompts", (e3) => e3.setPropertyName("noMatchReprompts").setWrappedObjectName("customizeNoMatch")), property: "noMatchReprompts", type: d.expressionTypeNames.communication }, { options: _.ExpressionTypeBooleanOptions.create((e3) => e3.setUseButton(true).setAllowModeLiteralOnly().setDefaultText("false").setIninTestingField("customizeNoMatchButton").setFeatureConfigName(v.default.botFlowsDigitalBotFlowsReprompts).setBoolText(w.askCommon.defaultNoMatch, w.askCommon.customizeNoMatch).setUiPropertyOrder(12)), yamlOptions: P.createYamlOptions("customizeNoMatch", (e3) => e3.setSkipProperty(true)), property: "customizeNoMatch", type: d.expressionTypeNames.boolean }]; + return [{ property: "chooser", label: w.cardsAndCars.digitalMenuChooserLabel, type: d.expressionTypeNames.chooser, options: h.ExpressionTypeChooserOptions.create((e3) => e3.setUiPropertyOrder(7).setDescriptionInfo(w.cardsAndCars.digitalMenuChooserLabel, w.cardsAndCars.digitalMenuChooserDescription).setAndApplyCustomizations(p.expressionTypeCustomizedModes, p.expressionTypeCustomizedModes.literalChooser)), yamlOptions: P.createYamlOptions("chooser", (e3) => e3.setSerializeOutOfService(true)) }, { property: "choices", choiceList: true, options: f.ExpressionTypelessOptions.create() }, { property: "selection", label: w.cardsAndCars.selectionResultLabel, type: d.expressionTypeNames.string, options: T.ExpressionTypeStringOptions.create((e3) => e3.setAsOutput().setIsOptional(true).setDescriptionInfo(w.cardsAndCars.selectionResultLabel, w.cardsAndCars.selectionResultDescription).setDisableSpellcheck(true).setUiPropertyOrder(8)), yamlOptions: P.createYamlOptions("selection", (e3) => e3.setExportOrder(50)) }, { property: "knowledgeSearchResult", label: w.cardsAndCars.knowledgeSearchResultLabel, type: d.expressionTypeNames.knowledgeBaseDocument, options: g.ExpressionTypeKnowledgeBaseDocumentOptions.create((e3) => e3.setAsOutput().setDefaultVariableScope(b.scopes.flow).setIsOptional(true).setIsCollection(true).setIninTestingField("knowledgeSearchResult").setDescriptionInfo(w.cardsAndCars.knowledgeSearchResultLabel, N.isFeatureAvailable(v.default.botFlowsAnswerGenerationMultipleArticles) ? w.cardsAndCars.knowledgeSearchResultDescriptionMultipleArticles : w.cardsAndCars.knowledgeSearchResultDescription).setFeatureConfigName(v.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature).setUiPropertyOrder(9)), yamlOptions: P.createYamlOptions("knowledgeSearchResult", (e3) => e3.setExportOrder(51)) }, { label: w.askCommon.noMatch, options: m.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setUiPropertyOrder(10).setIninTestingField("noMatch").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDescriptionInfo(w.askCommon.noMatch, w.askCommon.noMatchDescription).setDefaultToBuilderId(l.builderIds.parts.markdownCommunication).setScriptingPropertyName("noMatch").setBuilderLanguagesSequenceConfig(s.askForIntentSequences.noMatchSequence)), yamlOptions: P.createYamlOptions("noMatch", (e3) => e3.setPropertyName("noMatch").setExportOrder(40)), property: "noMatch", type: d.expressionTypeNames.communication }, { label: w.askCommon.noMatchReprompts, options: P.createNoMatchRepromptsOptions().setDefaultToBuilderId(l.builderIds.parts.genericCommunication), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: P.createNoMatchRepromptsOptions().setDefaultToBuilderId(l.builderIds.parts.markdownCommunication).setUiPropertyOrder(11) }], yamlOptions: P.createYamlOptions("noMatchReprompts", (e3) => e3.setPropertyName("noMatchReprompts").setWrappedObjectName("customizeNoMatch")), property: "noMatchReprompts", type: d.expressionTypeNames.communication }, { options: _.ExpressionTypeBooleanOptions.create((e3) => e3.setUseButton(true).setAllowModeLiteralOnly().setDefaultText("false").setIninTestingField("customizeNoMatchButton").setFeatureConfigName(v.default.botFlowsDigitalBotFlowsReprompts).setBoolText(w.askCommon.defaultNoMatch, w.askCommon.customizeNoMatch).setUiPropertyOrder(12)), yamlOptions: P.createYamlOptions("customizeNoMatch", (e3) => e3.setSkipProperty(true)), property: "customizeNoMatch", type: d.expressionTypeNames.boolean }]; } _updateChooser() { this.chooser.type.setValueSourceTypeToCustom(this.chooser); @@ -4035,7 +4035,7 @@ var require_scripting_bundle = __commonJS({ }, 193: (e2, t2, i2) => { "use strict"; var n2; - const r2 = i2(31635), o = r2.__importDefault(i2(92140)), a = r2.__importStar(i2(36781)), s = r2.__importStar(i2(10798)), l = i2(58380), u = r2.__importDefault(i2(97400)), d = i2(1115); + const r2 = i2(31635), o = r2.__importDefault(i2(92140)), a = r2.__importStar(i2(36781)), s = r2.__importStar(i2(10798)), l = i2(58380), u = r2.__importDefault(i2(97400)), d = r2.__importStar(i2(1115)); class c extends u.default { constructor(e3, t3, i3) { super(e3, t3), n2.set(this, void 0), Object.defineProperties(this, { _hideLabel: { value: false, writable: true } }), this._loadModel(i3); @@ -4289,8 +4289,8 @@ var require_scripting_bundle = __commonJS({ t2.default = u; }, 340: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importStar(i2(99434)), a = i2(12179), s = n2.__importDefault(i2(5478)), l = n2.__importDefault(i2(27203)), u = n2.__importDefault(i2(97891)), d = n2.__importDefault(i2(41510)), c = i2(12457), p = i2(3219), _ = i2(76869), h = i2(47957); - class m extends s.default { + const n2 = i2(31635), r2 = n2.__importStar(i2(99434)), o = i2(12457), a = n2.__importDefault(i2(5478)), s = n2.__importDefault(i2(27203)), l = i2(12179), u = n2.__importDefault(i2(97891)), d = i2(17604), c = n2.__importDefault(i2(41510)), p = i2(3219), _ = i2(76869), h = i2(47957); + class m extends a.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } @@ -4300,9 +4300,9 @@ var require_scripting_bundle = __commonJS({ const i3 = [], n3 = []; return this.variables.items.forEach((e4, t4) => { if (!e4.variable || !e4.expression) return; - const a2 = o.getDisplayText(e4.expression); - i3.push((t4 + 1).toString()), n3.push((0, r2.sprintf)(d.default.updateVariables.labelValue, e4.variable.text, a2)); - }), new c.ActionDetails(i3, n3); + const o2 = r2.getDisplayText(e4.expression); + i3.push((t4 + 1).toString()), n3.push((0, d.sprintf)(c.default.updateVariables.labelValue, e4.variable.text, o2)); + }), new o.ActionDetails(i3, n3); } static get managedProperties() { return [{ property: "variables", variables: true, options: _.VariableOptions.create((e3) => e3.setVariableOptionsOverrideCallback((e4) => e4.setAsOutputExpressionOnly().setExprTextRootVariableNameMustBe("Workitem.Workitem"))), yamlOptions: m.createYamlOptions("variables", (e3) => e3.setPropertyName("statements")) }]; @@ -4312,16 +4312,16 @@ var require_scripting_bundle = __commonJS({ (null === (i3 = null === (t3 = this.variables) || void 0 === t3 ? void 0 : t3.items) || void 0 === i3 ? void 0 : i3.length) || e3.addWarning(this, h.updateVariables.noStatementError), super.validate(e3); } static get branchInfo() { - return l.default.successFailure; + return s.default.successFailure; } get isUpdateWorkitem() { return true; } _getPossibleErrors() { - return p.getUpdateWorkitemFailureReasons; + return p.updateWorkitemFailureReasons; } } - m.info = u.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: a.helpTopics.actions.updateWorkitem, modelClass: i2(23540), name: h.actions.updateWorkitem, scriptingName: "ArchActionUpdateWorkitem" }), t2.A = m; + m.info = u.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: l.helpTopics.actions.updateWorkitem, modelClass: i2(23540), name: h.actions.updateWorkitem, scriptingName: "ArchActionUpdateWorkitem" }), t2.A = m; }, 371: (e2, t2, i2) => { const n2 = i2(13240), r2 = i2(7401), { setPriorityActionType: o } = i2(30801); function a() { @@ -4731,167 +4731,167 @@ var require_scripting_bundle = __commonJS({ t2.ScheduleGroupType = c, c.typeIdentifier = l.expressionTypeNames.scheduleGroup; }, 1115: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.TTS_NOT_SUPPORTED_ERROR = void 0, t2.validateFlowFailed = x, t2.validateFlow = function(e3, t3) { - if (!O(e3)) return; + Object.defineProperty(t2, "__esModule", { value: true }), t2.TTS_NOT_SUPPORTED_ERROR = void 0, t2.validateFlowFailed = k, t2.validateFlow = function(e3, t3) { + if (!I(e3)) return; let i3; if (e3.isValidating) e3.topic.errorWithErrorObjectInfo("Request made to validate flow while already in progress.", e3, true, true); else try { - if (e3.isValidating = true, f.length = 0, i3 = new d.default(e3, true), e3.validationResults = i3, e3.info && e3.info.currentUserHasLock) try { + if (e3.isValidating = true, T.length = 0, i3 = new c.default(e3, true), e3.validationResults = i3, e3.info && e3.info.currentUserHasLock) try { i3.validIdMap = u.getValidIds(e3), (function(e4, t4) { - e4.traverse(new a.default({ actionCallback: F, data: t4, menuCallback: M, taskCallback: M })); + e4.traverse(new a.default({ actionCallback: L, data: t4, menuCallback: F, taskCallback: F })); })(e3, i3); } catch (e4) { - g.exception(e4, "Failed to generate ID map and check for orphaned items."); + f.exception(e4, "Failed to generate ID map and check for orphaned items."); } return e3.hasCommonModules && e3.getEmbeddedCommonModules().forEach((e4) => { if (null == e4 ? void 0 : e4.deleted) return; - const t4 = new d.default(e4, true); - e4.validationResults = t4, L(e4, t4); - }), L(e3, i3), e3.hasCommonModules && e3.getEmbeddedCommonModules().forEach((t4) => { + const t4 = new c.default(e4, true); + e4.validationResults = t4, x(e4, t4); + }), x(e3, i3), e3.hasCommonModules && e3.getEmbeddedCommonModules().forEach((t4) => { if (null == t4 ? void 0 : t4.deleted) return; - const n3 = (0, p.getDependenciesForFlow)(t4).reduce((e4, t5) => { + const n3 = (0, _.getDependenciesForFlow)(t4).reduce((e4, t5) => { var i4; - return o.default.isFunction(null === (i4 = t5.type) || void 0 === i4 ? void 0 : i4.getConfigItem) && (t5.type.getConfigItem(t5.id, true, t5.consumer) || e4.push((0, r2.sprintf)(m.labelAndName, t5.type.displayName, t5.name))), e4; + return o.default.isFunction(null === (i4 = t5.type) || void 0 === i4 ? void 0 : i4.getConfigItem) && (t5.type.getConfigItem(t5.id, true, t5.consumer) || e4.push((0, r2.sprintf)(g.labelAndName, t5.type.displayName, t5.name))), e4; }, []); - n3.length && i3.addError(t4, (0, r2.sprintf)(m.commonModule.commonModuleMissingDependencies, t4.displayName, h.getListDisplayString(n3)), true); + n3.length && i3.addError(t4, (0, r2.sprintf)(g.commonModule.commonModuleMissingDependencies, t4.displayName, m.getListDisplayString(n3)), true); const a2 = t4.getMissingLanguages(), s2 = t4.getHasMissingTTSEngineErrors(); if (0 === a2.length && 0 === n3.length && !s2 && t4.validationResults.errorCount) { const n4 = Object.values(t4.validationResults.issuesMap).flatMap((e4) => e4.errors); - i3.addError(t4, (0, r2.sprintf)(m.commonModule.commonModuleInternalError, t4.displayName), true), e3.topic.error(`Found ${n4.length} errors in embedded common module`), n4.splice(0, 5).forEach((i4) => { + i3.addError(t4, (0, r2.sprintf)(g.commonModule.commonModuleInternalError, t4.displayName), true), e3.topic.error(`Found ${n4.length} errors in embedded common module`), n4.splice(0, 5).forEach((i4) => { e3.topic.error(`internal cm error -> ${i4.displayName} -- ${i4.text} -- cmFlowId: ${t4.id}`); }); } }), o.default.each(e3.tasks, (e4) => { i3.countTaskErrors(e4); - }), e3.states && o.default.each(e3.states, (e4) => { + }), (0, d.isCommonWorkflowViewModel)(e3) && o.default.each(e3.states, (e4) => { i3.countTaskErrors(e4); }), i3.isDeep = false, t3 || e3.invokeValidationComplete(), i3; } catch (t4) { - return g.exception(t4, "Failure during validate"), x(e3, m.errors.errorOccurred, i3); + return f.exception(t4, "Failure during validate"), k(e3, g.errors.errorOccurred, i3); } finally { e3.isValidating = false; } - }, t2.validateAction = k, t2.validateNode = function e3(t3, i3) { + }, t2.validateAction = V, t2.validateNode = function e3(t3, i3) { const n3 = t3.parentFlow; - if (!O(n3)) return; - if (i3) return N({ validationItem: t3, function: e3, args: [t3], funcName: "validateNode" }); + if (!I(n3)) return; + if (i3) return O({ validationItem: t3, function: e3, args: [t3], funcName: "validateNode" }); t3.initializeDesignTimeCalled; const r3 = n3.validationResults; - return r3 && !r3.shouldValidate() || (r3.removeIssues(t3), t3.isDestroyedOrDestroying) ? void 0 : (t3.isMenu ? (S(t3, r3), R(t3.parentFlow.menus, r3)) : t3.isTaskLike ? (o.default.each(t3.actions, r3.removeIssues.bind(r3)), v(t3, r3), E(t3.parentFlow.tasks, r3), r3.countTaskErrors(t3)) : t3.validate && (S(t3, r3), t3.topParent && t3.topParent.isTaskLike && r3.countTaskErrors(t3.topParent)), n3 && n3.startUpObject === t3 && n3.initialPrompts && S(n3.initialPrompts, r3), r3.isDeep || w(0, t3), r3); - }, t2.validateItem = V, t2.clearIssues = function(e3) { + return r3 && !r3.shouldValidate() || (r3.removeIssues(t3), t3.isDestroyedOrDestroying) ? void 0 : (t3.isMenu ? (A(t3, r3), w(t3.parentFlow.menus, r3)) : t3.isTaskLike ? (o.default.each(t3.actions, r3.removeIssues.bind(r3)), C(t3, r3), R(t3.parentFlow.tasks, r3), r3.countTaskErrors(t3)) : t3.validate && (A(t3, r3), t3.topParent && t3.topParent.isTaskLike && r3.countTaskErrors(t3.topParent)), n3 && n3.startUpObject === t3 && n3.initialPrompts && A(n3.initialPrompts, r3), r3.isDeep || D(0, t3), r3); + }, t2.validateItem = U, t2.clearIssues = function(e3) { var t3; if (!(null === (t3 = e3.parentFlow) || void 0 === t3 ? void 0 : t3.validationResults)) return; const i3 = e3.parentFlow.validationResults; - i3.removeIssues(e3, true), e3.isDestroyedOrDestroying || e3.parentFlow.isDestroyedOrDestroying || !e3.parentFlow.loaded || w(0, e3); + i3.removeIssues(e3, true), e3.isDestroyedOrDestroying || e3.parentFlow.isDestroyedOrDestroying || !e3.parentFlow.loaded || D(0, e3); }, t2.validate = function(e3, t3) { if (!e3) return false; if (e3.isDestroyedOrDestroying || !e3.initializeDesignTimeCalled) return false; - if (e3.isBaseAction) k(e3, true, t3); + if (e3.isBaseAction) V(e3, true, t3); else { if (!(e3.isVariableViewModel || e3.isNormalExpression || e3.isBaseFlowSettingsViewModel)) return false; - V(e3, t3); + U(e3, t3); } return true; }, t2.getIssues = function(e3, t3) { return t3 ? t3.getIssues(e3) : null; }; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importDefault(i2(92859)), s = n2.__importStar(i2(24032)), l = n2.__importStar(i2(58380)), u = n2.__importStar(i2(48565)), d = n2.__importDefault(i2(59805)), c = n2.__importStar(i2(12847)), p = i2(17498), _ = n2.__importStar(i2(36781)), h = n2.__importStar(i2(66381)), m = i2(47957), g = s.getTopic("validation"); + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importDefault(i2(92859)), s = n2.__importStar(i2(24032)), l = n2.__importStar(i2(58380)), u = n2.__importStar(i2(48565)), d = i2(50474), c = n2.__importDefault(i2(59805)), p = n2.__importStar(i2(12847)), _ = i2(17498), h = n2.__importStar(i2(36781)), m = n2.__importStar(i2(66381)), g = i2(47957), f = s.getTopic("validation"); t2.TTS_NOT_SUPPORTED_ERROR = "__TTS_NOT_SUPPORTED__"; - const f = []; - let T = 0; - const y = 300; - function S(e3, t3) { + const T = []; + let y = 0; + const S = 300; + function A(e3, t3) { try { - if (e3.isValidating) return void (e3.topic || g).errorWithErrorObjectInfo("Request made to validate item while item validation is already in progress.", e3, true, true); + if (e3.isValidating) return void (e3.topic || f).errorWithErrorObjectInfo("Request made to validate item while item validation is already in progress.", e3, true, true); e3.isValidating = true, e3.validate(t3); } finally { delete e3.isValidating; } } - function A() { - 0 !== f.length ? setTimeout(() => { - if (0 === f.length) return void (T = 0); - const e3 = T > y; - if (!l.isFiringEvents() && !_.isFiringEvents() || e3) { - e3 && c.warn(`Deferred validation max wait count (${y}) exceeded waiting for events to finish processing. Will process next pending validation call now.`), T = 0; - const t3 = f.shift(); + function N() { + 0 !== T.length ? setTimeout(() => { + if (0 === T.length) return void (y = 0); + const e3 = y > S; + if (!l.isFiringEvents() && !h.isFiringEvents() || e3) { + e3 && p.warn(`Deferred validation max wait count (${S}) exceeded waiting for events to finish processing. Will process next pending validation call now.`), y = 0; + const t3 = T.shift(); if (o.default.isObject(t3)) try { t3.function(...t3.args); } catch (e4) { - g.exceptionWithErrorObjectInfo(e4, `Caught unhandled exception in deferred object validation. funcName: ${t3.funcName}`, t3.validationItem, true); + f.exceptionWithErrorObjectInfo(e4, `Caught unhandled exception in deferred object validation. funcName: ${t3.funcName}`, t3.validationItem, true); } - } else T++, T % 50 == 0 && c.warn(`Deferred validation still waiting since event processing is still in progress ( count: ${T} )`); - A(); - }, 90) : T = 0; - } - function N(e3) { - return !(!e3.validationItem || e3.validationItem.parentFlow && (!e3.validationItem.parentFlow.loaded || e3.validationItem.parentFlow.validationResults.isDeep) || o.default.find(f, (t3) => t3.validationItem === e3.validationItem && t3.function === e3.function) || (f.push(e3), A(), 0)); + } else y++, y % 50 == 0 && p.warn(`Deferred validation still waiting since event processing is still in progress ( count: ${y} )`); + N(); + }, 90) : y = 0; } function O(e3) { + return !(!e3.validationItem || e3.validationItem.parentFlow && (!e3.validationItem.parentFlow.loaded || e3.validationItem.parentFlow.validationResults.isDeep) || o.default.find(T, (t3) => t3.validationItem === e3.validationItem && t3.function === e3.function) || (T.push(e3), N(), 0)); + } + function I(e3) { return e3 && e3.canBeValidated(); } - function I(e3, t3) { + function v(e3, t3) { if (e3) { - if (e3.isAction || (e3.topic || g).errorWithErrorObjectInfo("Should not be using _validateAction on this item", e3, true, true), (!t3 || t3.shouldValidate()) && !e3.isDestroyed && (!e3.parentFlow || e3.parentFlow.loaded)) { + if (e3.isAction || (e3.topic || f).errorWithErrorObjectInfo("Should not be using _validateAction on this item", e3, true, true), (!t3 || t3.shouldValidate()) && !e3.isDestroyed && (!e3.parentFlow || e3.parentFlow.loaded)) { if (e3.isDisabled) { const i3 = o.default.traverseFind(e3.parent, (e4) => e4.isDisabled && e4.parent, (e4) => e4.outOfService); - t3.addWarning(e3, i3 ? m.errors.unreachableActionOutOfService : m.errors.unreachableAction); + t3.addWarning(e3, i3 ? g.errors.unreachableActionOutOfService : g.errors.unreachableAction); } - S(e3, t3); + A(e3, t3); } - } else g.error("Tried to validate: {}", e3); + } else f.error("Tried to validate: {}", e3); } - function v(e3, t3) { - t3 && !t3.shouldValidate() || e3.isDestroyed || (e3.isTaskLike || (e3.topic || g).errorWithErrorObjectInfo("Should not be using validateTask on this item", e3, true, true), S(e3, t3), o.default.each(e3.actions, (e4) => { - I(e4, t3); + function C(e3, t3) { + t3 && !t3.shouldValidate() || e3.isDestroyed || (e3.isTaskLike || (e3.topic || f).errorWithErrorObjectInfo("Should not be using validateTask on this item", e3, true, true), A(e3, t3), o.default.each(e3.actions, (e4) => { + v(e4, t3); })); } - function C(e3, t3) { - t3 && !t3.shouldValidate() || e3.isDestroyed || (S(e3, t3), (function(e4, t4) { + function b(e3, t3) { + t3 && !t3.shouldValidate() || e3.isDestroyed || (A(e3, t3), (function(e4, t4) { if (t4 && !t4.shouldValidate()) return; const i3 = []; o.default.each(e4.choices, (n3) => { - n3.isDestroyed || (S(n3, t4), n3.action ? I(n3.action, t4) : t4.addError(n3, m.action.notSet), n3.dtmf && (o.default.contains(i3, n3.dtmf) ? t4.addError(e4, (0, r2.sprintf)(m.menuChoice.duplicateDtmf, n3.dtmf)) : i3.push(n3.dtmf))); + n3.isDestroyed || (A(n3, t4), n3.action ? v(n3.action, t4) : t4.addError(n3, g.action.notSet), n3.dtmf && (o.default.contains(i3, n3.dtmf) ? t4.addError(e4, (0, r2.sprintf)(g.menuChoice.duplicateDtmf, n3.dtmf)) : i3.push(n3.dtmf))); }); })(e3, t3)); } - function b(e3, t3) { + function E(e3, t3) { const i3 = { globalVariableHolder: {} }; e3.forEach((e4) => { const n3 = i3[e4.parent.id]; - if (n3) n3[e4.id] ? e4.addValidationError((0, r2.sprintf)(m.errors.duplicateVariableId, e4.name), t3) : n3[e4.lowerName] ? e4.addValidationError((0, r2.sprintf)(m.errors.duplicateVariableName, e4.name), t3) : i3.globalVariableHolder[e4.id] && e4.addValidationError((0, r2.sprintf)(m.errors.duplicateVariableId, e4.name), t3); + if (n3) n3[e4.id] ? e4.addValidationError((0, r2.sprintf)(g.errors.duplicateVariableId, e4.name), t3) : n3[e4.lowerName] ? e4.addValidationError((0, r2.sprintf)(g.errors.duplicateVariableName, e4.name), t3) : i3.globalVariableHolder[e4.id] && e4.addValidationError((0, r2.sprintf)(g.errors.duplicateVariableId, e4.name), t3); else { const t4 = {}; t4[e4.id] = true, t4[e4.lowerName] = true, i3[e4.parent.id] = t4, i3.globalVariableHolder[e4.id] = true; } }); } - function E(e3, t3) { - D(e3, t3); - } function R(e3, t3) { - D(e3, t3); + P(e3, t3); } function w(e3, t3) { - (null == t3 ? void 0 : t3.parentFlow) ? t3.parentFlow.invokeSingleItemValidated(t3) : c.error("no parent flow"); + P(e3, t3); } function D(e3, t3) { + (null == t3 ? void 0 : t3.parentFlow) ? t3.parentFlow.invokeSingleItemValidated(t3) : p.error("no parent flow"); + } + function P(e3, t3) { if (!(null == e3 ? void 0 : e3.length)) return; - const i3 = "isTaskLike" in e3[0], n3 = i3 ? m.task.multipleNames : m.menu.multipleNames, r3 = !t3.parentFlow.isValidating, o2 = {}, a2 = e3.reduce((e4, i4) => { + const i3 = "isTaskLike" in e3[0], n3 = i3 ? g.task.multipleNames : g.menu.multipleNames, r3 = !t3.parentFlow.isValidating, o2 = {}, a2 = e3.reduce((e4, i4) => { const r4 = i4.linkedMenuChoice ? i4.linkedMenuChoice.parent.id : i4.parent.id; return e4[r4] || (e4[r4] = {}), e4[r4][i4.name] || (e4[r4][i4.name] = []), e4[r4][i4.name].push(i4), t3.nodeHasError(i4.id, n3) && (o2[i4.id] = i4), e4; }, {}); Object.values(a2).forEach((e4) => { Object.entries(e4).forEach(([e5, a3]) => { a3.length <= 1 || a3.forEach((e6) => { - r3 && (t3.removeIssues(e6, false), S(e6, t3), delete o2[e6.id]), t3.addError(e6, n3), r3 && (i3 && t3.countTaskErrors(e6), w(0, e6)); + r3 && (t3.removeIssues(e6, false), A(e6, t3), delete o2[e6.id]), t3.addError(e6, n3), r3 && (i3 && t3.countTaskErrors(e6), D(0, e6)); }); }); }), Object.values(o2).length && (r3 ? Object.values(o2).forEach((e4) => { - t3.removeIssues(e4, false), S(e4, t3), i3 && t3.countTaskErrors(e4), w(0, e4); - }) : c.error("we have items with duplicate name error but are not in a full flow validate state")); + t3.removeIssues(e4, false), A(e4, t3), i3 && t3.countTaskErrors(e4), D(0, e4); + }) : p.error("we have items with duplicate name error but are not in a full flow validate state")); } - function P(e3, t3) { + function M(e3, t3) { if (!t3.isDeep || !t3 || !t3.validIdMap || Object.keys(t3.validIdMap).length < 1 || !e3 || !e3.id) return false; if (!t3.validIdMap[e3.id]) { e3.isOrphan = true; @@ -4899,57 +4899,57 @@ var require_scripting_bundle = __commonJS({ try { e3.isAction ? (i3 += "Deleting orphaned action.", e3.topParent.deleteChild(e3), i3 += " Deletion complete.") : e3.isTaskLike || e3.isMenu ? (i3 += (0, r2.sprintf)("Deleting orphaned %1$s.", e3.isTask ? "task" : e3.isState ? "state" : e3.isBotState ? "botState" : "menu"), t3.parentFlow.deleteNode(e3, false), i3 += " Deletion complete.") : i3 += "Did not attempt to remove."; } catch (e4) { - return g.exception(e4, i3), true; + return f.exception(e4, i3), true; } - return g.error(i3), true; + return f.error(i3), true; } return e3.isOrphan && delete e3.isOrphan, false; } - function M(e3, t3) { - P(e3, t3.data) && (t3.traverseChildren = false); - } function F(e3, t3) { - P(e3, t3.data); + M(e3, t3.data) && (t3.traverseChildren = false); } function L(e3, t3) { - const i3 = c.time(`validating ${e3.toString()}`, 5e3); - t3 && !t3.shouldValidate() || (e3.validate(t3), e3.initialPrompts && S(e3.initialPrompts, t3), e3.isFlowViewModel || (e3.topic || g).errorWithErrorObjectInfo("Should not be using doValidation on this item", e3, true, true), o.default.each(e3.tasks, (e4) => { - v(e4, t3); - }), E(e3.tasks, t3), e3.states && o.default.each(e3.states, (e4) => { - v(e4, t3); + M(e3, t3.data); + } + function x(e3, t3) { + const i3 = p.time(`validating ${e3.toString()}`, 5e3); + t3 && !t3.shouldValidate() || (e3.validate(t3), e3.initialPrompts && A(e3.initialPrompts, t3), e3.isFlowViewModel || (e3.topic || f).errorWithErrorObjectInfo("Should not be using doValidation on this item", e3, true, true), o.default.each(e3.tasks, (e4) => { + C(e4, t3); + }), R(e3.tasks, t3), (0, d.isCommonWorkflowViewModel)(e3) && o.default.each(e3.states, (e4) => { + C(e4, t3); }), e3.menus && (o.default.each(e3.menus, (e4) => { o.default.each(e4.choices, (e5) => { e5.speechRecTerms.refreshContainers(); }); }), o.default.each(e3.menus, (e4) => { - C(e4, t3); - })), R(e3.menus, t3), e3._autoManagedSettings.forEach((e4) => S(e4, t3)), (function(e4, t4) { + b(e4, t3); + })), w(e3.menus, t3), e3._autoManagedSettings.forEach((e4) => A(e4, t3)), (function(e4, t4) { t4 && !t4.shouldValidate() || (o.default.each(e4.variableGroup.flowVariables, (e5) => { - S(e5, t4); + A(e5, t4); }), o.default.each(e4.variableGroup.taskVariables, (e5) => { - S(e5, t4); + A(e5, t4); }), o.default.each(e4.variableGroup.systemVariables, (e5) => { - e5.isNeeded && S(e5, t4); - }), t4.isDeep && (b(e4.variableGroup.flowVariables, t4), b(e4.variableGroup.taskVariables, t4))); + e5.isNeeded && A(e5, t4); + }), t4.isDeep && (E(e4.variableGroup.flowVariables, t4), E(e4.variableGroup.taskVariables, t4))); })(e3, t3), i3()); } - function x(e3, t3, i3) { - return i3 || (i3 = new d.default(e3, true), e3.validationResults = i3), i3.isDeep = false, i3.addError(e3, t3, true), e3.invokeValidationComplete(), i3; - } function k(e3, t3, i3) { - if (!O(e3.parentFlow)) return; - if (i3) return void N({ validationItem: e3, function: k, args: [e3, t3], funcName: "validateAction" }); + return i3 || (i3 = new c.default(e3, true), e3.validationResults = i3), i3.isDeep = false, i3.addError(e3, t3, true), e3.invokeValidationComplete(), i3; + } + function V(e3, t3, i3) { + if (!I(e3.parentFlow)) return; + if (i3) return void O({ validationItem: e3, function: V, args: [e3, t3], funcName: "validateAction" }); e3.initializeDesignTimeCalled; const n3 = e3.parentFlow.validationResults; - return !n3 || n3.shouldValidate() ? (t3 && (n3.forceTextReprocess = true), n3.removeIssues(e3), I(e3, n3), t3 && (n3.forceTextReprocess = false), e3.menu && e3.menu.isMenu && (n3.removeIssues(e3.menu), C(e3.menu, n3), w(0, e3.menu)), w(0, e3), n3) : void 0; + return !n3 || n3.shouldValidate() ? (t3 && (n3.forceTextReprocess = true), n3.removeIssues(e3), v(e3, n3), t3 && (n3.forceTextReprocess = false), e3.menu && e3.menu.isMenu && (n3.removeIssues(e3.menu), b(e3.menu, n3), D(0, e3.menu)), D(0, e3), n3) : void 0; } - function V(e3, t3, i3) { + function U(e3, t3, i3) { if (!e3.validate) return; - if (!O(e3.isFlowViewModel ? e3 : e3.parentFlow)) return; + if (!I(e3.isFlowViewModel ? e3 : e3.parentFlow)) return; const n3 = e3.isFlowViewModel ? e3.validationResults : e3.parentFlow.validationResults; if (!n3 || n3.shouldValidate()) { - if (t3) return N({ validationItem: e3, function: V, args: [e3, false, i3], funcName: "validateItem" }); - if (e3.initializeDesignTimeCalled, n3.removeIssues(e3, i3), !e3.isDestroyed) return S(e3, n3), n3.isDeep || w(0, e3), n3; + if (t3) return O({ validationItem: e3, function: U, args: [e3, false, i3], funcName: "validateItem" }); + if (e3.initializeDesignTimeCalled, n3.removeIssues(e3, i3), !e3.isDestroyed) return A(e3, n3), n3.isDeep || D(0, e3), n3; } } }, 1183: (e2, t2, i2) => { @@ -4997,14 +4997,14 @@ var require_scripting_bundle = __commonJS({ }, 1234: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.DivisionViewModel = void 0; - const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(55299), o = i2(50778), a = i2(97591); - class s extends r2.BaseClass { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(55299), a = n2.__importStar(i2(97591)), s = i2(50778); + class l extends o.BaseClass { constructor(e3) { super(), Object.defineProperties(this, { _permissions: { writable: true, value: [] }, model: { value: e3 } }); } static create(e3, t3) { - const i3 = new o({ id: e3, name: t3 }); - return new s(i3); + const i3 = new s({ id: e3, name: t3 }); + return new l(i3); } get className() { return "DivisionViewModel"; @@ -5042,14 +5042,14 @@ var require_scripting_bundle = __commonJS({ return this._permissions; } addPermission(e3) { - n2.default.contains(this.permissions, e3) || this.permissions.push(e3); + r2.default.contains(this.permissions, e3) || this.permissions.push(e3); } setId() { } setName() { } } - t2.DivisionViewModel = s; + t2.DivisionViewModel = l; }, 1248: (e2, t2, i2) => { const n2 = i2(28730), { menuActionActionType: r2 } = i2(30801); function o() { @@ -5394,7 +5394,7 @@ var require_scripting_bundle = __commonJS({ } } validateLiteral(e3, t3) { - return !t3 || (!this.hasQuickRepliesParent(t3) || t3.type.isPostbackChoice(t3) || t3.type.isTypeUnknownAtDesignTime(t3) ? super.validateLiteral(e3, t3) : (e3.addExpressionError(t3, (0, r2.sprintf)(t3, A.cardsAndCars.choiceType.choiceInQuickReplyMustBePostback, t3.type.getTypeStr(t3))), false)); + return !t3 || (!this.hasQuickRepliesParent(t3) || t3.type.isPostbackChoice(t3) || t3.type.isTypeUnknownAtDesignTime(t3) ? super.validateLiteral(e3, t3) : (e3.addExpressionError(t3, (0, r2.sprintf)(A.cardsAndCars.choiceType.choiceInQuickReplyMustBePostback, t3.type.getTypeStr(t3))), false)); } _updateOOS(e3) { if (!e3.isLiteralMode) return; @@ -5671,12 +5671,12 @@ var require_scripting_bundle = __commonJS({ }, 1782: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.MenuViewModel = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(36781)), a = n2.__importStar(i2(43773)), s = n2.__importStar(i2(58380)), l = n2.__importStar(i2(48565)), u = n2.__importStar(i2(1115)), d = i2(24235), c = i2(79364), p = n2.__importDefault(i2(33139)), _ = n2.__importDefault(i2(41197)), h = i2(12179), m = n2.__importDefault(i2(61864)), g = i2(30801), f = i2(30801), T = i2(63883), y = n2.__importDefault(i2(29102)), S = n2.__importDefault(i2(97891)), A = n2.__importDefault(i2(99025)), N = i2(30801), O = n2.__importDefault(i2(22917)), I = i2(47957), v = i2(2210), { AudioViewModel: C } = i2(96353), b = i2(52088); + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(36781)), a = n2.__importStar(i2(43773)), s = n2.__importStar(i2(58380)), l = n2.__importStar(i2(48565)), u = n2.__importStar(i2(1115)), d = i2(24235), c = i2(79364), p = n2.__importDefault(i2(33139)), _ = n2.__importDefault(i2(41197)), h = i2(12179), m = n2.__importDefault(i2(61864)), g = i2(30801), f = i2(30801), T = i2(63883), y = n2.__importDefault(i2(29102)), S = n2.__importDefault(i2(97891)), A = n2.__importDefault(i2(99025)), N = i2(30801), O = n2.__importDefault(i2(22917)), I = i2(96353), v = i2(47957), C = i2(2210), b = i2(52088); i2(85160); const E = { prompts: O.default.create(null, (e3) => e3.setPropertyName("audio")), menuSettings: O.default.create(null, (e3) => e3.setPropertyName("settingsMenu")), speechRecSettings: O.default.create(null, (e3) => e3.setPropertyName("settingsSpeechRec")) }; class R extends _.default { constructor(e3, t3) { - super(e3, e3), this.choices = [], this.isHidden = false, t3.prompts = t3.prompts || new v(), t3.uiMetaData || (t3.uiMetaData = {}), t3.uiMetaData.collapsed || (t3.uiMetaData.collapsed = false), this.prompts = new C(e3, this, t3.prompts, d.AudioViewModelOptions.create().setLabel(I.menu.initialAudioLabel).setIninTestingField("menuPrompt")), this.speechRecSettings = new A.default(e3, this), this.menuSettings = new y.default(e3, this), this._loadModel(t3), this.nameEventSink = b.createNameChangedEventSinkObject(this), s.registerEventSinkForEventEmitter(this.id, this.nameEventSink); + super(e3, e3), this.choices = [], this.isHidden = false, t3.prompts = t3.prompts || new C(), t3.uiMetaData || (t3.uiMetaData = {}), t3.uiMetaData.collapsed || (t3.uiMetaData.collapsed = false), this.prompts = new I.AudioViewModel(e3, this, t3.prompts, d.AudioViewModelOptions.create().setLabel(v.menu.initialAudioLabel).setIninTestingField("menuPrompt")), this.speechRecSettings = new A.default(e3, this), this.menuSettings = new y.default(e3, this), this._loadModel(t3), this.nameEventSink = b.createNameChangedEventSinkObject(this), s.registerEventSinkForEventEmitter(this.id, this.nameEventSink); } get className() { return "MenuViewModel"; @@ -5700,10 +5700,10 @@ var require_scripting_bundle = __commonJS({ const t3 = T.MenuChoiceViewModel.createMenuChoice(this, e3); if (this.choices.push(t3), e3 === g.menuActionActionType) { const e4 = this.parentFlow.createMenu(); - t3.linkMenu(e4), t3.name = t3.getSubMenuMenuViewModel().name, t3.isNameUnique() || (t3.name = this.parentFlow._getUniqueName(this.parentFlow.menus, I.menu.newDefaultName)); + t3.linkMenu(e4), t3.name = t3.getSubMenuMenuViewModel().name, t3.isNameUnique() || (t3.name = this.parentFlow._getUniqueName(this.parentFlow.menus, v.menu.newDefaultName)); } else if (e3 === N.taskActionActionType) { const e4 = this.parentFlow.createTask(); - t3.linkTask(e4), t3.name = t3.getInlineTaskViewModel().name, t3.isNameUnique() || (t3.name = this.parentFlow._getUniqueName(this.parentFlow.tasks, I.task.newDefaultName)); + t3.linkTask(e4), t3.name = t3.getInlineTaskViewModel().name, t3.isNameUnique() || (t3.name = this.parentFlow._getUniqueName(this.parentFlow.tasks, v.task.newDefaultName)); } return t3.action && u.validateAction(t3.action, true), u.validateNode(this, true), this.choices.sort((e4, t4) => e4.sortValue.localeCompare(t4.sortValue)), this.invokeMenuChoicesChanged(), this.parentFlow.calcFlowSizeAsync(), t3; } @@ -5816,14 +5816,14 @@ var require_scripting_bundle = __commonJS({ return m.default.menu.gux; } get resources() { - return { deleteTitle: I.deleteMenu, multipleNameError: I.menu.multipleNames, setAsStartup: I.setMenuAsStartup, startUpDisplayName: I.startUpMenuDisplayName }; + return { deleteTitle: v.deleteMenu, multipleNameError: v.menu.multipleNames, setAsStartup: v.setMenuAsStartup, startUpDisplayName: v.startUpMenuDisplayName }; } search(e3) { - if (e3.checkId(this, this.id, this.name), e3.checkTrackingId(this, this.trackingId, this.name), e3.checkName(this, this.name, I.menu.label), this.defaultMenuChoice) { + if (e3.checkId(this, this.id, this.name), e3.checkTrackingId(this, this.trackingId, this.name), e3.checkName(this, this.name, v.menu.label), this.defaultMenuChoice) { const t3 = r2.default.find(this.choices, function(e4) { return e4.id === this.defaultMenuChoice; }.bind(this)); - t3 && e3.checkText(this, t3.name, I.menu.defaultMenuChoice); + t3 && e3.checkText(this, t3.name, v.menu.defaultMenuChoice); } e3.addToQueue(this.prompts), r2.default.each(this.choices, e3.addToQueue.bind(e3)), e3.addToQueue(this.speechRecSettings), e3.addToQueue(this.menuSettings); } @@ -5865,7 +5865,7 @@ var require_scripting_bundle = __commonJS({ this.model.uiMetaData = e3; } validate(e3) { - super.validate(e3), 0 === this.choices.length && e3.addError(this, I.menu.noMenuChoices), this.prompts.validate(e3), this.defaultChoiceInChoices() || e3.addError(this, I.menu.defaultChoiceNotValid), this.speechRecSettings.validate(e3), this.menuSettings.validate(e3); + super.validate(e3), 0 === this.choices.length && e3.addError(this, v.menu.noMenuChoices), this.prompts.validate(e3), this.defaultChoiceInChoices() || e3.addError(this, v.menu.defaultChoiceNotValid), this.speechRecSettings.validate(e3), this.menuSettings.validate(e3); } get wrappedYamlName() { return "menu"; @@ -5874,7 +5874,12 @@ var require_scripting_bundle = __commonJS({ return `Menu: ${super.toString()}`; } } - t2.MenuViewModel = R, R.info = S.default.createReusableNodeInfo({ actionType: f.menuActionType, actionClass: R, helpTopic: h.helpTopics.actions.subMenu, name: I.actions.menu, needsServerInfo: true, categoryId: "category.menu" }); + t2.MenuViewModel = R, R.info = S.default.createReusableNodeInfo({ actionType: f.menuActionType, actionClass: R, helpTopic: h.helpTopics.actions.subMenu, name: v.actions.menu, needsServerInfo: true, categoryId: "category.menu" }); + }, 1849: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.getCustomerSegment = t2.getCustomerSegments = void 0; + const n2 = i2(31635), r2 = i2(80101), o = i2(3709), a = n2.__importDefault(i2(36019)), s = { ignoreBadResponse: true }; + t2.getCustomerSegments = a.default.request("GET", "{public-api.apps}/api/v2/journey/segments", o.CustomerSegmentList, s), t2.getCustomerSegment = a.default.request("GET", "{public-api.apps}/api/v2/journey/segments/{id}", r2.CustomerSegment, s); }, 1903: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.onErrorResumeNext = void 0; @@ -5987,8 +5992,8 @@ var require_scripting_bundle = __commonJS({ }, 2235: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getSpeechToTextEngine = t2.getSpeechToTextEngines = void 0; - const n2 = i2(73303), r2 = i2(66847), o = i2(36019).default, a = { ignoreBadResponse: true }; - t2.getSpeechToTextEngines = o.request("GET", "{public-api.apps}/api/v2/integrations/speech/stt/engines", r2, a), t2.getSpeechToTextEngine = o.request("GET", "{public-api.apps}/api/v2/integrations/speech/stt/engines/{engineId}", n2, a); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(73303), o = i2(66847), a = { ignoreBadResponse: true }; + t2.getSpeechToTextEngines = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/speech/stt/engines", o, a), t2.getSpeechToTextEngine = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/speech/stt/engines/{engineId}", r2, a); }, 2257: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -6479,12 +6484,12 @@ var require_scripting_bundle = __commonJS({ }, 2444: (e2, t2, i2) => { const n2 = i2(91625), r2 = i2(7401), o = i2(93476); function a() { - Object.defineProperties(this, { _customizeNoInput: { writable: true }, _customizeNoMatch: { writable: true }, _noInputs: { writable: true }, _noInputReprompts: { writable: true }, _noMatches: { writable: true }, _noMatchReprompts: { writable: true }, _voiceEndOfInputTimeout: { writable: true }, _paths: { writable: true } }), a.baseConstructor.apply(this, arguments); + Object.defineProperties(this, { _customizeNoInput: { writable: true }, _customizeNoMatch: { writable: true }, _enableBargeIn: { writable: true }, _noInputs: { writable: true }, _noInputReprompts: { writable: true }, _noMatches: { writable: true }, _noMatchReprompts: { writable: true }, _voiceEndOfInputTimeout: { writable: true }, _paths: { writable: true } }), a.baseConstructor.apply(this, arguments); } n2.extend(a, "BaseAskActionNoInputNoMatchModel"), e2.exports = a, Object.defineProperties(a.prototype, { pasteResolveOldToNewValues: { value: function(e3) { - a._super.pasteResolveOldToNewValues.apply(this, arguments), this.customizeNoInput && this.customizeNoInput.pasteResolveOldToNewValues(e3), this.customizeNoMatch && this.customizeNoMatch.pasteResolveOldToNewValues(e3), this.noInputs && this.noInputs.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this.noInputReprompts && this.noInputReprompts.pasteResolveOldToNewValues(e3), this.noMatches && this.noMatches.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this.noMatchReprompts && this.noMatchReprompts.pasteResolveOldToNewValues(e3), this.voiceEndOfInputTimeout && this.voiceEndOfInputTimeout.pasteResolveOldToNewValues(e3), this.paths && this.paths.forEach((t3) => t3.pasteResolveOldToNewValues(e3)); + a._super.pasteResolveOldToNewValues.apply(this, arguments), this.customizeNoInput && this.customizeNoInput.pasteResolveOldToNewValues(e3), this.customizeNoMatch && this.customizeNoMatch.pasteResolveOldToNewValues(e3), this.enableBargeIn && this.enableBargeIn.pasteResolveOldToNewValues(e3), this.noInputs && this.noInputs.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this.noInputReprompts && this.noInputReprompts.pasteResolveOldToNewValues(e3), this.noMatches && this.noMatches.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this.noMatchReprompts && this.noMatchReprompts.pasteResolveOldToNewValues(e3), this.voiceEndOfInputTimeout && this.voiceEndOfInputTimeout.pasteResolveOldToNewValues(e3), this.paths && this.paths.forEach((t3) => t3.pasteResolveOldToNewValues(e3)); } }, pasteReIdOrRename: { value: function(e3) { - a._super.pasteReIdOrRename.apply(this, arguments), this.customizeNoInput && this.customizeNoInput.pasteReIdOrRename(e3), this.customizeNoMatch && this.customizeNoMatch.pasteReIdOrRename(e3), this.noInputs && this.noInputs.forEach((t3) => t3.pasteReIdOrRename(e3)), this.noInputReprompts && this.noInputReprompts.pasteReIdOrRename(e3), this.noMatches && this.noMatches.forEach((t3) => t3.pasteReIdOrRename(e3)), this.noMatchReprompts && this.noMatchReprompts.pasteReIdOrRename(e3), this.voiceEndOfInputTimeout && this.voiceEndOfInputTimeout.pasteResolveOldToNewValues(e3), this.paths && this.paths.forEach((t3) => t3.pasteResolveOldToNewValues(e3)); + a._super.pasteReIdOrRename.apply(this, arguments), this.customizeNoInput && this.customizeNoInput.pasteReIdOrRename(e3), this.customizeNoMatch && this.customizeNoMatch.pasteReIdOrRename(e3), this.enableBargeIn && this.enableBargeIn.pasteReIdOrRename(e3), this.noInputs && this.noInputs.forEach((t3) => t3.pasteReIdOrRename(e3)), this.noInputReprompts && this.noInputReprompts.pasteReIdOrRename(e3), this.noMatches && this.noMatches.forEach((t3) => t3.pasteReIdOrRename(e3)), this.noMatchReprompts && this.noMatchReprompts.pasteReIdOrRename(e3), this.voiceEndOfInputTimeout && this.voiceEndOfInputTimeout.pasteResolveOldToNewValues(e3), this.paths && this.paths.forEach((t3) => t3.pasteResolveOldToNewValues(e3)); } }, customizeNoInput: { enumerable: true, get: function() { return this._customizeNoInput; }, set: function(e3) { @@ -6493,6 +6498,10 @@ var require_scripting_bundle = __commonJS({ return this._customizeNoMatch; }, set: function(e3) { this._customizeNoMatch = this.reviveItem(e3, r2); + } }, enableBargeIn: { enumerable: true, get: function() { + return this._enableBargeIn; + }, set: function(e3) { + this._enableBargeIn = this.reviveItem(e3, r2); } }, noInput: { enumerable: false, get: function() { return this.noInputs && this.noInputs[0]; }, set: function(e3) { @@ -6610,7 +6619,7 @@ var require_scripting_bundle = __commonJS({ }, 2560: (e2, t2) => { "use strict"; var i2; - Object.defineProperty(t2, "__esModule", { value: true }), t2.FlowFileFormatTypes = void 0, t2.toFlowFileFormat = function(e3, t3) { + Object.defineProperty(t2, "__esModule", { value: true }), t2.yamlLabel = t2.FlowFileFormatTypes = void 0, t2.toFlowFileFormat = function(e3, t3) { const i3 = n2[e3]; if (void 0 === i3) { if (t3) return; @@ -6625,6 +6634,7 @@ var require_scripting_bundle = __commonJS({ const t3 = i2[e3]; "string" == typeof t3 && (n2[t3] = t3); } + t2.yamlLabel = "YAML"; }, 2574: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.mergeInternals = void 0; @@ -6680,7 +6690,7 @@ var require_scripting_bundle = __commonJS({ this._checkItem(e3, t3 < o.default.minDurationMs, "the duration value of '" + t3 + "' milliseconds is less than the allowed minimum of '" + o.default.minDurationMs + "' milliseconds"), this._checkItem(e3, t3 > o.default.maxDurationMs, "the duration value of '" + t3 + "' milliseconds is greater than the allowed maximum of '" + o.default.maxDurationMs + "' milliseconds"), this._setLiteral(e3, r2.millisecondsToXSD(t3)); } _checkAndFixParameter(e3, t3) { - return this._checkItemIsValidLiteralInt(e3, t3, true), null == t3 ? 0 : t3; + return this._checkItemIsValidLiteralInt(e3, t3, true), t3 ?? 0; } get isArchValueDuration() { return true; @@ -7079,16 +7089,16 @@ var require_scripting_bundle = __commonJS({ t2.default = r2; }, 3219: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllWorkitemFailureReasons = t2.getWorkitemFailureReasonsForUtilizationLabelActions = t2.getQueueTransferActionWorkitemFailureReasons = t2.getUserTransferActionWorkitemFailureReasons = t2.getUpdateWorkitemFailureReasons = t2.getTerminateWorkitemFailureReasons = t2.getDisconnectWorkitemFailureReasons = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.allWorkitemFailureReasons = t2.workitemFailureReasonsForUtilizationLabelActions = t2.queueTransferActionWorkitemFailureReasons = t2.userTransferActionWorkitemFailureReasons = t2.updateWorkitemFailureReasons = t2.terminateWorkitemFailureReasons = t2.disconnectWorkitemFailureReasons = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", agentScoreOutOfRange: "AgentScoreOutOfRange", generalError: "GeneralError", invalidValue: "InvalidValue", invalidWorkitem: "InvalidWorkitem", workitemUpdateLimitHit: "WorkitemUpdateLimitHit" }, o = [r2.generalError]; - t2.getDisconnectWorkitemFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidWorkitem, r2.workitemUpdateLimitHit])), t2.getTerminateWorkitemFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidWorkitem, r2.workitemUpdateLimitHit])), t2.getUpdateWorkitemFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidValue, r2.invalidWorkitem, r2.workitemUpdateLimitHit])); + t2.disconnectWorkitemFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidWorkitem, r2.workitemUpdateLimitHit])), t2.terminateWorkitemFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidWorkitem, r2.workitemUpdateLimitHit])), t2.updateWorkitemFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidValue, r2.invalidWorkitem, r2.workitemUpdateLimitHit])); const a = n2.default.uniq(o.concat([r2.invalidWorkitem, r2.actionInvocationLimitExceeded, r2.workitemUpdateLimitHit])); - t2.getUserTransferActionWorkitemFailureReasons = a, t2.getQueueTransferActionWorkitemFailureReasons = n2.default.uniq(a.concat([r2.agentScoreOutOfRange])), t2.getWorkitemFailureReasonsForUtilizationLabelActions = n2.default.uniq(o.concat([r2.invalidWorkitem, r2.workitemUpdateLimitHit])), t2.getAllWorkitemFailureReasons = r2; + t2.userTransferActionWorkitemFailureReasons = a, t2.queueTransferActionWorkitemFailureReasons = n2.default.uniq(a.concat([r2.agentScoreOutOfRange])), t2.workitemFailureReasonsForUtilizationLabelActions = n2.default.uniq(o.concat([r2.invalidWorkitem, r2.workitemUpdateLimitHit])), t2.allWorkitemFailureReasons = r2; }, 3220: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ArchLanguages = void 0; - const n2 = i2(31635), { isoLanguages: r2 } = i2(24812), o = n2.__importDefault(i2(8471)); - class a extends o.default { + const n2 = i2(31635).__importDefault(i2(8471)), r2 = i2(24812); + class o extends n2.default { get displayTypeName() { return "ArchLanguages"; } @@ -7099,7 +7109,7 @@ var require_scripting_bundle = __commonJS({ getByLanguageTag(e3) { const t3 = this._infoParm("ietfLanguageTag", "getByLanguageTag"); this._checkItemIsValidLiteralString(t3, e3); - const i3 = r2[e3.toLowerCase()]; + const i3 = r2.isoLanguages[e3.toLowerCase()]; return this._checkItem(t3, !i3, "the language tag of '" + e3 + "' is not valid."), this.coreFactory.createArchWrapper(i3); } get bulgarianBulgaria() { @@ -7172,9 +7182,9 @@ var require_scripting_bundle = __commonJS({ return this.getByLanguageTag("th-th"); } } - t2.ArchLanguages = a; - const s = new a(); - t2.default = s; + t2.ArchLanguages = o; + const a = new o(); + t2.default = a; }, 3287: (e2, t2, i2) => { "use strict"; const n2 = i2(31635), r2 = (n2.__importStar(i2(63352)), i2(67607)), o = i2(78513), a = n2.__importStar(i2(59288)), s = n2.__importStar(i2(36781)), l = n2.__importStar(i2(1115)), u = i2(12179), d = n2.__importDefault(i2(97891)), c = n2.__importDefault(i2(5730)), p = n2.__importDefault(i2(27203)), _ = i2(80428), h = i2(90807), m = i2(7401), g = i2(47957); @@ -7279,11 +7289,15 @@ var require_scripting_bundle = __commonJS({ c.info = s.default.createActionInfo({ actionClass: c, canBeInTask: true, canBeTreeNode: false, helpTopic: a.helpTopics.actions.setSecuredData, modelClass: i2(49508), name: d.actions.setSecuredData, scriptingName: "ArchActionSetSecuredData" }), t2.A = c; }, 3465: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }); + Object.defineProperty(t2, "__esModule", { value: true }), t2.FlowTypeCategory = void 0; const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importDefault(i2(73198)), l = i2(14394), u = i2(82632), d = i2(82632), c = n2.__importStar(i2(14187)), p = n2.__importStar(i2(85020)), _ = i2(55824), h = i2(55909), m = i2(33951), g = i2(47957); - class f { + var f; + !(function(e3) { + e3.initial = "initial", e3.supporting = "supporting", e3.postInteraction = "postInteraction"; + })(f || (t2.FlowTypeCategory = f = {})); + class T { constructor(e3) { - this._additionalInfo = {}, this._canSaveAs = true, this._canSuppressCallRecordings = false, this._channelTypes = [], this._channelTypeVariableName = "", this._availableLanguageTags = [], this._errorHandlingTypes = [], this._fileExtension = "", this._flowInvokingEvents = [], this._flowInvokingEventsMap = {}, this._hasDestinationFlowTypes = false, this._isAvailable = false, this._isCreatable = false, this._isEmbeddable = false, this._isInitialized = false, this._isReferenceableFromOtherFlows = false, this._languageChangesAreImmediate = true, this._languagesRequireTts = false, this._languagesSupportSttSetting = false, this._languagesSupportTtsAndAsrSettings = false, this._languagesSupportTtsAndAsrRuntime = false, this._languagesSupportDefaultLanguage = false, this._languagesSupportDefaultLanguageSkill = false, this._limits = u.flowLimits, this._maxFlowSize = d.flowSizeLimits.maxFlowSize, this._maxFlowSizeToStopPublish = Math.round(d.flowSizeLimits.maxFlowSize * d.flowSizeLimits.maxFlowSizeToStopPublish), this._outputModes = [], this._outputModeVariableName = "", this._outputValuesSupportVariableExpressions = false, this._previewAcceptsJsonPayload = false, this._previewPlacesCall = false, this._previewPerformsLaunch = false, this._previewsAreReplayable = false, this._supportsAddVariablesInDataView = false, this._supportsAgentEscalation = false, this._supportsAutoDeletingVariablesWithNoUsages = false, this._supportsCompanyDirectory = false, this._supportsComplexTypes = false, this._supportsContactDataType = false, this._supportsCustomJsonTypes = false, this._supportsCustomJsonTypeUserCreatedVariables = false, this._supportsConversationSummary = false, this._supportsDataViewFiltering = false, this._supportsDebugPublish = false, this._supportsDefaultSpeechSettings = false, this._supportsDisableASR = false, this._supportsDynamicTimeslots = false, this._supportsErrorAudio = false, this._supportsFlowCreationData = false, this._supportsFlowLevelQuickReplyButtonSetting = false, this._supportsFlowOptimizationData = false, this._supportsErrorHandlingQueueRouting = false, this._supportsFlowInputVariables = false, this._supportsFlowOutputVariables = false, this._supportsGrammars = false, this._supportsLanguageAddRemove = false, this._supportsDefaultLanguageChange = false, this._supportsIntentDescriptions = false, this._supportsLanguages = false, this._supportsKnowledge = false, this._supportsKnowledgePaths = false, this._supportsEndToEndKnowledgeHandling = false, this._supportsAdvancedKnowledgeHandling = false, this._supportsMultilingualKnowledge = false, this._supportsKnowledgeConfirmation = false, this._supportsKnowledgeWelcomeArticle = false, this._supportsMoreThanOneLanguage = false, this._supportsPathDiscovery = false, this._supportsReusableMenus = false, this._supportsReusableTasks = false, this._supportsSecureVariables = false, this._supportsTestPreview = false, this._supportsAudio = false, this._supportsEnableIntentClassificationHinting = false, this._supportsLogLevelConfiguration = false, this._supportsNlu = false, this._supportsNluIntents = false, this._supportsNluCortex = false, this._supportsNluCortexIntents = false, this._supportsPeriodicState = false, this._supportsSpeechRec = false, this._supportsStates = false, this._supportsMultipleStates = false, this._supportsStateInputVariables = false, this._supportsStateOutputVariables = false, this._supportsTaskInputVariables = false, this._supportsTaskOutputVariables = false, this._supportsTasksWithOutputPaths = false, this._supportsVirtualAgent = false, this._supportsVoiceProcessingPrompt = false, this._supportsAnswerGeneration = false, this._suppressCallRecordingsDefaultValue = true, this._startUpObjectCanBeMenu = false, this._startUpObjectCanBeRepeatingTask = false, this._startUpObjectCanBeTask = false, this._startUpObjectCanBeState = false, this._startUpStateMustTerminate = false, this._systemVariableModels = [], this._typeDisplayName = "", this._variableScope = c.scopes.flow, m.ParameterValidator.expectFlowType(e3, () => h.ParameterInfo.createConstructorParameter(this.className, "flowType")), this._type = e3; + this._additionalInfo = {}, this._canSaveAs = true, this._canSuppressCallRecordings = false, this._channelTypes = [], this._channelTypeVariableName = "", this._availableLanguageTags = [], this._errorHandlingTypes = [], this._fileExtension = "", this._flowInvokingEvents = [], this._flowInvokingEventsMap = {}, this._hasDestinationFlowTypes = false, this._isAvailable = false, this._isCreatable = false, this._isDeprecated = false, this._isEmbeddable = false, this._isInitialized = false, this._isReferenceableFromOtherFlows = false, this._languageChangesAreImmediate = true, this._languagesRequireTts = false, this._languagesSupportSttSetting = false, this._languagesSupportTtsAndAsrSettings = false, this._languagesSupportTtsAndAsrRuntime = false, this._languagesSupportDefaultLanguage = false, this._languagesSupportDefaultLanguageSkill = false, this._limits = u.flowLimits, this._maxFlowSize = d.flowSizeLimits.maxFlowSize, this._maxFlowSizeToStopPublish = Math.round(d.flowSizeLimits.maxFlowSize * d.flowSizeLimits.maxFlowSizeToStopPublish), this._outputModes = [], this._outputModeVariableName = "", this._outputValuesSupportVariableExpressions = false, this._previewAcceptsJsonPayload = false, this._previewPlacesCall = false, this._previewPerformsLaunch = false, this._previewsAreReplayable = false, this._supportsAddVariablesInDataView = false, this._supportsAgentEscalation = false, this._supportsAutoDeletingVariablesWithNoUsages = false, this._supportsCompanyDirectory = false, this._supportsComplexTypes = false, this._supportsContactDataType = false, this._supportsCustomJsonTypes = false, this._supportsCustomJsonTypeUserCreatedVariables = false, this._supportsConversationSummary = false, this._supportsDataViewFiltering = false, this._supportsDebugPublish = false, this._supportsDefaultSpeechSettings = false, this._supportsDisableASR = false, this._supportsDynamicTimeslots = false, this._supportsErrorAudio = false, this._supportsFlowCreationData = false, this._supportsFlowLevelQuickReplyButtonSetting = false, this._supportsFlowOptimizationData = false, this._supportsErrorHandlingQueueRouting = false, this._supportsFlowInputVariables = false, this._supportsFlowOutputVariables = false, this._supportsGrammars = false, this._supportsLanguageAddRemove = false, this._supportsDefaultLanguageChange = false, this._supportsIntentDescriptions = false, this._supportsLanguages = false, this._supportsKnowledge = false, this._supportsKnowledgePaths = false, this._supportsEndToEndKnowledgeHandling = false, this._supportsAdvancedKnowledgeHandling = false, this._supportsMultilingualKnowledge = false, this._supportsKnowledgeConfirmation = false, this._supportsKnowledgeWelcomeArticle = false, this._supportsMoreThanOneLanguage = false, this._supportsPathDiscovery = false, this._supportsReusableMenus = false, this._supportsReusableTasks = false, this._supportsSecureVariables = false, this._supportsTestPreview = false, this._supportsAudio = false, this._supportsEnableIntentClassificationHinting = false, this._supportsLogLevelConfiguration = false, this._supportsNlu = false, this._supportsNluIntents = false, this._supportsNluCortex = false, this._supportsNluCortexIntents = false, this._supportsPeriodicState = false, this._supportsSpeechRec = false, this._supportsStates = false, this._supportsMultipleStates = false, this._supportsStateInputVariables = false, this._supportsStateOutputVariables = false, this._supportsTaskInputVariables = false, this._supportsTaskOutputVariables = false, this._supportsTasksWithOutputPaths = false, this._supportsVirtualAgent = false, this._supportsVoiceProcessingPrompt = false, this._supportsAnswerGeneration = false, this._suppressCallRecordingsDefaultValue = true, this._startUpObjectCanBeMenu = false, this._startUpObjectCanBeRepeatingTask = false, this._startUpObjectCanBeTask = false, this._startUpObjectCanBeState = false, this._startUpStateMustTerminate = false, this._systemVariableModels = [], this._typeDisplayName = "", this._variableScope = c.scopes.flow, m.ParameterValidator.expectFlowType(e3, () => h.ParameterInfo.createConstructorParameter(this.className, "flowType")), this._type = e3; } get className() { return "FlowDefinition"; @@ -7396,7 +7410,7 @@ var require_scripting_bundle = __commonJS({ return null === (t3 = this._additionalInfo[e3]) || void 0 === t3 ? void 0 : t3.value; } static createForFlowType(e3) { - return new f(e3); + return new T(e3); } get maxFlowSize() { return this._maxFlowSize; @@ -7603,6 +7617,15 @@ var require_scripting_bundle = __commonJS({ setHasDestinationFlowTypes(e3) { return this.hasDestinationFlowTypes = e3, this; } + get flowTypeCategory() { + return this._flowTypeCategory; + } + set flowTypeCategory(e3) { + this._flowTypeCategory = e3; + } + setFlowTypeCategory(e3) { + return this.flowTypeCategory = e3, this; + } get isAvailable() { return this._isAvailable; } @@ -7621,6 +7644,15 @@ var require_scripting_bundle = __commonJS({ setIsCreatable(e3) { return this.isCreatable = e3, this; } + get isDeprecated() { + return this._isDeprecated; + } + set isDeprecated(e3) { + this._isDeprecated = true === m.ParameterValidator.expectBool(e3, () => h.ParameterInfo.createPropertySet(this.className, "isDeprecated", "value")); + } + setIsDeprecated(e3) { + return this.isDeprecated = e3, this; + } get previewPlacesCall() { return this._previewPlacesCall && this._supportsTestPreview; } @@ -8231,7 +8263,7 @@ var require_scripting_bundle = __commonJS({ return this._variableScope = e3, this; } } - t2.default = f; + t2.default = T; }, 3542: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -8291,6 +8323,70 @@ var require_scripting_bundle = __commonJS({ return n3.flowSequenceItemList = [c], n3.initialSequence = c.id, n3; }; const n2 = i2(31635), r2 = n2.__importDefault(i2(64499)), o = i2(96618), a = n2.__importDefault(i2(7401)), s = i2(44103), l = i2(20236), u = i2(85148), d = i2(47957); + }, 3709: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.CustomerSegmentList = void 0; + const n2 = i2(31635), r2 = i2(80295), o = i2(15116), a = i2(80101); + class s extends o.PagedList { + constructor(e3) { + super(e3); + } + get entities() { + return this._entities; + } + set entities(e3) { + this._entities = this.reviveArray(e3, a.CustomerSegment); + } + } + t2.CustomerSegmentList = s, n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", Array), n2.__metadata("design:paramtypes", [Array])], s.prototype, "entities", null); + }, 3785: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }); + const n2 = i2(31635), r2 = i2(10231), o = n2.__importDefault(i2(51695)); + class a extends o.default { + constructor(e3, t3, i3, n3, r3) { + super(), this.model = e3, this.expression = t3, this.field = i3, this._rebuildValueExpression = r3, this.condition = n3, this.id = "ecpc-" + i3.id.replace(/\./g, "_"); + } + get fieldId() { + return this.field.id; + } + get condition() { + return this._condition; + } + set condition(e3) { + this._condition = e3, this.model.condition = e3.id, this.field.isCollection && this._handleCollectionCondition(), this.expression.outOfService = !e3.requiresValue; + } + _handleCollectionCondition() { + const e3 = this.condition.requiresSingleItem ? this.field.valueType.singletonType : this.field.valueType; + this.expression.type !== e3 && (this.expression = this._rebuildValueExpression(e3), this.expression.initializeDesignTime()); + } + get contents() { + return [this.expression]; + } + get availableConditions() { + return (0, r2.getAvailableConditionsForField)(this.field.isCollection); + } + getConfiguration(e3, t3, i3) { + if (null == t3 ? void 0 : t3.isForFlowYaml) { + const n3 = { field: this.fieldId, condition: this.condition.id }; + return this.condition.requiresValue && !this.expression.outOfService && (n3.value = this.expression.getConfiguration(e3, t3, i3)), n3; + } + return this.model; + } + get cardLabel() { + return this.fieldId; + } + get cardSubLabel() { + return `contact.${this.fieldId}`; + } + get className() { + return "ExternalContactPatchChangeItemViewModel"; + } + get isExternalContactPatchChangeItemViewModel() { + return true; + } + } + t2.default = a; }, 3812: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -8613,8 +8709,8 @@ var require_scripting_bundle = __commonJS({ }, 4268: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(94225)), o = n2.__importDefault(i2(37873)), a = i2(65302), { expressionTypeNames: s } = i2(80428); - class l extends o.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(65302)), o = i2(80428), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(37873)); + class l extends s.default { constructor(e3) { super(e3), this._checkItemUndefinedOrNull(this._infoParmCtor("coreOutboundCallSettingsViewModel"), e3), this._contactList = this.coreFactory.createArchWrapper(e3.contactList), this._defaultWrapupCode = this.coreFactory.createArchWrapper(e3.defaultWrapupCode); } @@ -8625,7 +8721,7 @@ var require_scripting_bundle = __commonJS({ return this._contactList; } _updateContactType() { - this.logNote("updating Call.Contact properties for new contact list of '" + this._contactList._getCoreViewModel().name + "'"), a.getType(this._getCoreViewModel().parentFlow, s.contact, false).changeProperties(this._contactList._getCoreViewModel()); + this.logNote("updating Call.Contact properties for new contact list of '" + this._contactList._getCoreViewModel().name + "'"), r2.default.getType(this._getCoreViewModel().parentFlow, o.expressionTypeNames.contact, false).changeProperties(this._contactList._getCoreViewModel()); } get defaultWrapupCode() { return this._defaultWrapupCode; @@ -8639,10 +8735,10 @@ var require_scripting_bundle = __commonJS({ return true; } setContactListLiteralByContactListIdAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("contactListId", "setContactListLiteralByContactListIdAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setContactListLiteralByContactListIdAsync"), t3, true), this._contactList.setLiteralByContactListIdAsync(e3, () => (this._updateContactType(), r2.default.executeCallback(this, "setContactListLiteralByContactListIdAsync", t3, this))); + return this._checkItemIsValidLiteralString(this._infoParm("contactListId", "setContactListLiteralByContactListIdAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setContactListLiteralByContactListIdAsync"), t3, true), this._contactList.setLiteralByContactListIdAsync(e3, () => (this._updateContactType(), a.default.executeCallback(this, "setContactListLiteralByContactListIdAsync", t3, this))); } setContactListLiteralByContactListNameAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("contactListName", "setContactListLiteralByContactListNameAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setContactListLiteralByContactListNameAsync"), t3, true), this._contactList.setLiteralByContactListNameAsync(e3, () => (this._updateContactType(), r2.default.executeCallback(this, "setContactListLiteralByContactListNameAsync", t3, this))); + return this._checkItemIsValidLiteralString(this._infoParm("contactListName", "setContactListLiteralByContactListNameAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setContactListLiteralByContactListNameAsync"), t3, true), this._contactList.setLiteralByContactListNameAsync(e3, () => (this._updateContactType(), a.default.executeCallback(this, "setContactListLiteralByContactListNameAsync", t3, this))); } } t2.default = l; @@ -8667,27 +8763,27 @@ var require_scripting_bundle = __commonJS({ t2.ExpressionTypeFileOptions = r2; }, 4294: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importStar(i2(1115)), a = i2(12179), s = n2.__importDefault(i2(5478)), l = n2.__importDefault(i2(97891)), u = i2(21305), d = i2(81516), c = i2(81063), p = i2(81063), _ = i2(80428), h = i2(47957); - class m extends s.default { + const n2 = i2(31635), r2 = n2.__importStar(i2(1115)), o = i2(81063), a = n2.__importDefault(i2(5478)), s = i2(81063), l = i2(21305), u = i2(80428), d = i2(81516), c = i2(12179), p = n2.__importDefault(i2(97891)), _ = i2(17604), h = i2(47957); + class m extends a.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get managedProperties() { - return [{ label: h.decryptData.dataToDecryptLabel, options: d.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setIninTestingField("dataToDecrypt").setAllowNotSet(true).setDefaultToExpression(true).setAllowSecure(true).setDescriptionInfo(h.decryptData.dataToDecryptLabel, (0, r2.sprintf)(h.decryptData.dataToDecryptDescription, h.actions.encryptData, h.generic.branches.failure, c.getAllEncryptDecryptFailureReasons.noDataSupplied))), property: "dataToDecrypt", type: _.expressionTypeNames.string }, { label: h.decryptData.decryptedDataOutputLabel, options: u.ExpressionTypeJsonOptions.create((e3) => e3.setAsOutput().setIninTestingField("DecryptedDataOutput").setDefaultToVariable(true).setDescriptionInfo(h.decryptData.decryptedDataOutputLabel, h.decryptData.decryptedDataOutputDescription)), property: "decryptedDataOutput", yamlOptions: m.createYamlOptions("decryptedDataOutput", (e3) => e3.setPropertyName("decryptedData")), type: _.expressionTypeNames.json }]; + return [{ label: h.decryptData.dataToDecryptLabel, options: d.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setIninTestingField("dataToDecrypt").setAllowNotSet(true).setDefaultToExpression(true).setAllowSecure(true).setDescriptionInfo(h.decryptData.dataToDecryptLabel, (0, _.sprintf)(h.decryptData.dataToDecryptDescription, h.actions.encryptData, h.generic.branches.failure, o.allEncryptDecryptFailureReasons.noDataSupplied))), property: "dataToDecrypt", type: u.expressionTypeNames.string }, { label: h.decryptData.decryptedDataOutputLabel, options: l.ExpressionTypeJsonOptions.create((e3) => e3.setAsOutput().setIninTestingField("DecryptedDataOutput").setDefaultToVariable(true).setDescriptionInfo(h.decryptData.decryptedDataOutputLabel, h.decryptData.decryptedDataOutputDescription)), property: "decryptedDataOutput", yamlOptions: m.createYamlOptions("decryptedDataOutput", (e3) => e3.setPropertyName("decryptedData")), type: u.expressionTypeNames.json }]; } _getPossibleErrors() { - return p.getDecryptFailureReasons; + return s.decryptDataFailureReasons; } propertyChanged(e3) { - super.propertyChanged(e3), this.parentFlow.loaded && this.initializeDesignTimeCalled && e3 === this.dataToDecrypt && o.validateItem(this.decryptedDataOutput, true, true); + super.propertyChanged(e3), this.parentFlow.loaded && this.initializeDesignTimeCalled && e3 === this.dataToDecrypt && r2.validateItem(this.decryptedDataOutput, true, true); } _initializeDesignTime() { super._initializeDesignTime(), this.decryptedDataOutput.attachValidator((e3) => { - this.dataToDecrypt.consumesSecureData && !this.decryptedDataOutput.consumesSecureData && (e3.addError(this.decryptedDataOutput, (0, r2.sprintf)(h.securedActions.variableMustBeMadeSecure, h.decryptData.decryptedDataOutputLabel)), this.decryptedDataOutput.setParseError((0, r2.sprintf)(h.securedActions.outputMustBeSecureIfInputIsSecure, h.decryptData.decryptedDataOutputLabel, h.decryptData.dataToDecryptLabel))); + this.dataToDecrypt.consumesSecureData && !this.decryptedDataOutput.consumesSecureData && (e3.addError(this.decryptedDataOutput, (0, _.sprintf)(h.securedActions.variableMustBeMadeSecure, h.decryptData.decryptedDataOutputLabel)), this.decryptedDataOutput.setParseError((0, _.sprintf)(h.securedActions.outputMustBeSecureIfInputIsSecure, h.decryptData.decryptedDataOutputLabel, h.decryptData.dataToDecryptLabel))); }); } } - m.info = l.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: a.helpTopics.actions.decryptData, modelClass: i2(56264), name: h.actions.decryptData, scriptingName: "ArchActionDecryptData" }), t2.A = m; + m.info = p.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: c.helpTopics.actions.decryptData, modelClass: i2(56264), name: h.actions.decryptData, scriptingName: "ArchActionDecryptData" }), t2.A = m; }, 4308: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.categorizeFunctions = function() { @@ -9300,6 +9396,9 @@ var require_scripting_bundle = __commonJS({ addActionUpdateData(e3, t3, i3) { return this.addActionAndLog(e3, i3, o.updateVariableActionType, t3, "addActionUpdateData"); } + addActionUpdateExternalContact(e3, t3, i3) { + return this.addActionAndLog(e3, i3, o.updateExternalContactActionType, t3, "addActionUpdateExternalContact"); + } addActionUpdateWorkitem(e3, t3, i3) { return this.addActionAndLog(e3, i3, o.updateWorkitemActionType, t3, "addActionUpdateWorkitem"); } @@ -9496,7 +9595,7 @@ var require_scripting_bundle = __commonJS({ Object.defineProperty(t2, "__esModule", { value: true }), t2.isValidFeatureConfigName = function(e3) { return !!i2[e3]; }, (function(e3) { - e3.amazonLexV2 = "amazonLexV2", e3.audioHookConnectorFeature = "audioHookConnectorFeature", e3.authorizedWebMessaging = "authorizedWebMessaging", e3.autoStartConversations = "autoStartConversations", e3.botFlows = "botFlows", e3.botFlowsAdvancedKnowledgeHandling = "botFlowsAdvancedKnowledgeHandling", e3.botFlowsAgentEscalationEnhancementsPhase1Feature = "botFlowsAgentEscalationEnhancementsPhase1Feature", e3.botFlowsAgenticVirtualAgent = "botFlowsAgenticVirtualAgent", e3.botFlowsVirtualAgentGuideBillingDowngrade = "botFlowsVirtualAgentGuideBillingDowngrade", e3.botFlowsAgenticVirtualAgentSage = "botFlowsAgenticVirtualAgentSage", e3.botFlowsAgenticVirtualAgentOutputValues = "botFlowsAgenticVirtualAgentOutputValues", e3.botFlowsAIPoweredSlotsEnhancements = "botFlowsAIPoweredSlotsEnhancements", e3.botFlowsAlignTransferActions = "botFlowsAlignTransferActions", e3.botFlowsAnalyticsDashboardFeature = "botFlowsAnalyticsDashboardFeature", e3.botFlowsAnswerGeneration = "botFlowsAnswerGeneration", e3.botFlowsAnswerGenerationMultipleArticles = "botFlowsAnswerGenerationMultipleArticles", e3.botFlowsAnswerHighlight = "botFlowsAnswerHighlight", e3.botFlowsAppleListPicker = "botFlowsAppleListPicker", e3.botFlowsApplePay = "botFlowsApplePay", e3.botFlowsAppleForms = "botFlowsAppleForms", e3.botFlowsAttachmentsFeature = "botFlowsAttachmentsFeature", e3.botFlowsAuthentication = "botFlowsAuthentication", e3.botFlowsAutomaticQuickRepliesFeature = "botFlowsAutomaticQuickRepliesFeature", e3.botFlowsBotsCallingBots = "botFlowsBotsCallingBots", e3.botFlowsCustomerSegmentsFeature = "botFlowsCustomerSegmentsFeature", e3.botFlowsDatePicker = "botFlowsDatePicker", e3.botFlowsDigitalBotFlowsBotSummarization = "botFlowsDigitalBotFlowsBotSummarization", e3.botFlowsDigitalBotFlowsKnowledgePathFeature = "botFlowsDigitalBotFlowsKnowledgePathFeature", e3.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature = "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature", e3.botFlowsDigitalBotFlowsMultiLingualFeature = "botFlowsDigitalBotFlowsMultiLingualFeature", e3.botFlowsDigitalBotFlowsNoInputsTimeoutFeature = "botFlowsDigitalBotFlowsNoInputsTimeoutFeature", e3.botFlowsDigitalBotFlowsPhase2 = "botFlowsDigitalBotFlowsPhase2", e3.botFlowsDigitalBotFlowsReprompts = "botFlowsDigitalBotFlowsReprompts", e3.botFlowsDxBotSupportFeature = "botFlowsDxBotSupportFeature", e3.botFlowsDynamicSlotTypeFeature = "botFlowsDynamicSlotTypeFeature", e3.botFlowsDynamicSlotTypePhase2Feature = "botFlowsDynamicSlotTypePhase2Feature", e3.botFlowsEnhancedRecognitionFailureHandling = "botFlowsEnhancedRecognitionFailureHandling", e3.botFlowEscalationRecognitionHandlingV2 = "botFlowEscalationRecognitionHandlingV2", e3.botFlowsFindKnowledgeBaseDocumentById = "botFlowsFindKnowledgeBaseDocumentById", e3.botFlowsGetResponseActionFeature = "botFlowsGetResponseActionFeature", e3.botFlowsGlobalBargeFeature = "botFlowsGlobalBargeFeature", e3.botFlowsGenesysR2D2 = "botFlowsGenesysR2D2", e3.botFlowsIntentClassificationHintingAsr = "botFlowsIntentClassificationHintingAsr", e3.botFlowsIntentDescriptions = "botFlowsIntentDescriptions", e3.botFlowsIntentHealthMutedFeature = "botFlowsIntentHealthMutedFeature", e3.botFlowsIntentHealthUIFeature = "botFlowsIntentHealthUIFeature", e3.botFlowsInterDigitTimeout = "botFlowsInterDigitTimeout", e3.botFlowsKnowledge = "botFlowsKnowledge", e3.botFlowsKnowledgeContentSearch = "botFlowsKnowledgeContentSearch", e3.botFlowsKnowledgeFeedback = "botFlowsKnowledgeFeedback", e3.botFlowsLastNLUCollectionConfidence = "botFlowsLastNLUCollectionConfidence", e3.botFlowsLLMPoweredSlot = "botFlowsLLMPoweredSlot", e3.botFlowsMessagingDatePicker = "botFlowsMessagingDatePicker", e3.botFlowsMsIntegration = "botFlowsMsIntegration", e3.botFlowsNluGlobalSlots = "botFlowsNluGlobalSlots", e3.botFlowsPciPhase1Feature = "botFlowsPciPhase1Feature", e3.botFlowsPhase2 = "botFlowsPhase2", e3.botFlowsPromptFeature = "botFlowsPromptFeature", e3.botFlowsQueueSupportFeature = "botFlowsQueueSupportFeature", e3.botFlowsRegexTestFeature = "botFlowsRegexTestFeature", e3.botFlowsSupportDontKnowAnswers = "botFlowsSupportDontKnowAnswers", e3.botFlowsThirdPartySttFeature = "botFlowsThirdPartySttFeature", e3.botFlowsTranscribeCustomDictionary = "botFlowsTranscribeCustomDictionary", e3.botFlowsUiSessionViewer = "botFlowsUiSessionViewer", e3.botFlowsVirtualAgentCustomSummaries = "botFlowsVirtualAgentCustomSummaries", e3.botFlowsVirtualAgentGuide = "botFlowsVirtualAgentGuide", e3.botFlowsVirtualAgentKnowledgeV3 = "botFlowsVirtualAgentKnowledgeV3", e3.botFlowsVirtualAgentKPI = "botFlowsVirtualAgentKPI", e3.botFlowsVirtualAgentOffering = "botFlowsVirtualAgentOffering", e3.botFlowsVirtualAgentSummarization = "botFlowsVirtualAgentSummarization", e3.botFlowsVirtualAgentVoicePrompt = "botFlowsVirtualAgentVoicePrompt", e3.botFlowsVoiceProcessingPrompt = "botFlowsVoiceProcessingPrompt", e3.botFlowsVoiceSnippets = "botFlowsVoiceSnippets", e3.botFlowsWebMessagingForm = "botFlowsWebMessagingForm", e3.botInstanceExecutionData = "botInstanceExecutionData", e3.byoBotConnectorDigitalV2 = "byoBotConnectorDigitalV2", e3.callDataActionFailureResponsesFeature = "callDataActionFailureResponsesFeature", e3.callFlowJourneySupportPhase1 = "callFlowJourneySupportPhase1", e3.cannedResponseAttachmentsFeature = "cannedResponseAttachmentsFeature", e3.cannedResponseAttachmentsPostGaFeature = "cannedResponseAttachmentsPostGaFeature", e3.chatDeprecationAnnouncement = "chatDeprecationAnnouncement", e3.collectInput40Digits = "collectInput40Digits", e3.conversationUtilizationLabels = "conversationUtilizationLabels", e3.createFlowMilestones = "createFlowMilestones", e3.createFlowOutcomes = "createFlowOutcomes", e3.copilotLauncher = "copilotLauncher", e3.customConversationAttributes = "customConversationAttributes", e3.customJSONV2 = "customJSONV2", e3.customJSONUserDefinedTypes = "customJSONUserDefinedTypes", e3.customerIntentsPhase1Cicero = "customerIntentsPhase1Cicero", e3.dataActionInstanceExecutionData = "dataActionInstanceExecutionData", e3.dialogEngineKnowledge = "dialogEngineKnowledge", e3.digitalBotFlowsAppleMessaging = "digitalBotFlowsAppleMessaging", e3.divisionedDataTables = "divisionedDataTables", e3.divisionedFlowOutcomes = "divisionedFlowOutcomes", e3.divisionedRoutingObjects = "divisionedRoutingObjects", e3.divisionedScriptsV2 = "divisionedScriptsV2", e3.divisionedSurveyForms = "divisionedSurveyForms", e3.divisionedWrapupCodes = "divisionedWrapupCodes", e3.dynamicQueueById = "dynamicQueueById", e3.dynamicSchedulesScheduleGroupsEmergencyGroups = "dynamicSchedulesScheduleGroupsEmergencyGroups", e3.emailBotsFeature = "emailBotsFeature", e3.emailHeadersFeature = "emailHeadersFeature", e3.emailSendFlows = "emailSendFlows", e3.encryptDecryptDataFeature = "encryptDecryptDataFeature", e3.externalContactIdentityResolutionPhase1 = "externalContactIdentityResolutionPhase1", e3.externalContactUpdatesPhase1 = "externalContactUpdatesPhase1", e3.externalContactUpdateAction = "externalContactUpdateAction", e3.flexibleTtsSelection = "flexibleTtsSelection", e3.flowInstanceExecutionDataAdvancedQuery = "flowInstanceExecutionDataAdvancedQuery", e3.flowInstanceExecutionPlaybackPhase2 = "flowInstanceExecutionPlaybackPhase2", e3.flowCreationExamples = "flowCreationExamples", e3.flowExecutionDataPhase1 = "flowExecutionDataPhase1", e3.flowInstanceExecutionData = "flowInstanceExecutionData", e3.flowInstanceExecutionDataBotFlows = "flowInstanceExecutionDataBotFlows", e3.flowInstanceLogLevelConfiguration = "flowInstanceLogLevelConfiguration", e3.flowInstanceLogLevels = "flowInstanceLogLevels", e3.flowExportYaml = "flowExportYaml", e3.flowInstanceExecutionPlayback = "flowInstanceExecutionPlayback", e3.flowOptimizationFrequencyFeature = "flowOptimizationFrequencyFeature", e3.flowOptimizationFrequencyAllFlowTypesFeature = "flowOptimizationFrequencyAllFlowTypesFeature", e3.flowStubbing = "flowStubbing", e3.flowV2_Transport = "flowV2_Transport", e3.genesysOemTts = "genesysOemTts", e3.googleDialogflow = "googleDialogflow", e3.googleDialogflowCXResellV2Feature = "googleDialogflowCXResellV2Feature", e3.googleDialogflowEnvironments = "googleDialogflowEnvironments", e3.googleDialogflowEsResellV2Feature = "googleDialogflowEsResellV2Feature", e3.googleDialogflowInputsOutputs = "googleDialogflowInputsOutputs", e3.inboundCallFlows = "inboundCallFlows", e3.inboundCallHeadersByoc = "inboundCallHeadersByoc", e3.inboundChatFlows = "inboundChatFlows", e3.inboundEmailFlows = "inboundEmailFlows", e3.inboundShortMessageFlows = "inboundShortMessageFlows", e3.inboundShortMessageFlows_Journey = "inboundShortMessageFlows_Journey", e3.inqueueCallFlows = "inqueueCallFlows", e3.journeyOutcomeById = "journeyOutcomeById", e3.journeyOutcomeScoresBySessionId = "journeyOutcomeScoresBySessionId", e3.journeySegmentById = "journeySegmentById", e3.journeySessionsByCustomerId = "journeySessionsByCustomerId", e3.journeySessionsByExternalContactId = "journeySessionsByExternalContactId", e3.knownAgentRouting = "knownAgentRouting", e3.lastCollectionModeVariable = "lastCollectionModeVariable", e3.orgAvailabilityCustomerSecuredConversationData = "orgAvailabilityCustomerSecuredConversationData", e3.orgAvailabilityGrammars = "orgAvailabilityGrammars", e3.orgAvailabilityKnowledgeV2 = "orgAvailabilityKnowledgeV2", e3.orgAvailabilityMediaAudio = "orgAvailabilityMediaAudio", e3.orgAvailabilityPredictiveEngagement = "orgAvailabilityPredictiveEngagement", e3.orgAvailabilityResponseAssets = "orgAvailabilityResponseAssets", e3.orgAvailabilitySttEnginesGrammarBased = "orgAvailabilitySttEnginesGrammarBased", e3.outboundCallFlows = "outboundCallFlows", e3.outboundEmailCampaigns = "outboundEmailCampaigns", e3.nluLanguageStatus = "nluLanguageStatus", e3.pathDiscoveryCallFlowsFeature = "pathDiscoveryCallFlowsFeature", e3.pathDiscoveryFeature = "pathDiscoveryFeature", e3.pathDiscoveryV3Feature = "pathDiscoveryV3Feature", e3.postCallActionFeature = "postCallActionFeature", e3.postFlowDigitalFeature = "postFlowDigitalFeature", e3.previewDigitalBotFlowTestWidgetFeature = "previewDigitalBotFlowTestWidgetFeature", e3.previewInboundCallFlowFeature = "previewInboundCallFlowFeature", e3.previewVoicemailFlowFeature = "previewVoicemailFlowFeature", e3.previewVoiceSurveyFlowFeature = "previewVoiceSurveyFlowFeature", e3.previewWorkflowFlowFeature = "previewWorkflowFlowFeature", e3.previewWorkitemFlowFeature = "previewWorkitemFlowFeature", e3.promptUploadV2 = "promptUploadV2", e3.publicInboundMessageFlagFeature = "publicInboundMessageFlagFeature", e3.pureCloud1PlusFeature = "pureCloud1PlusFeature", e3.pureCloud2PlusFeature = "pureCloud2PlusFeature", e3.replayPreviewFeature = "replayPreviewFeature", e3.routingSkillExpressionsFeature = "routingSkillExpressionsFeature", e3.ruleBasedDecisionsFeature = "ruleBasedDecisionsFeature", e3.ruleBasedDecisionsDigitalFeature = "ruleBasedDecisionsDigitalFeature", e3.secureCallFlows = "secureCallFlows", e3.sendNotificationAction = "sendNotificationAction", e3.sendNotificationChatGroupFeature = "sendNotificationChatGroupFeature", e3.setPrioritySkillsFeature = "setPrioritySkillsFeature", e3.spark4FlareFeature = "spark4FlareFeature", e3.spark4FlareLegacyToggle = "spark4FlareLegacyToggle", e3.suppressCallRecordingsFeature = "suppressCallRecordingsFeature", e3.suppressCallRecordingsSecureCallFeature = "suppressCallRecordingsSecureCallFeature", e3.surveyInviteFlows = "surveyInviteFlows", e3.transferToQueueErrorHandlingAutomate = "transferToQueueErrorHandlingAutomate", e3.vipExperience = "vipExperience", e3.voiceFlows = "voiceFlows", e3.voicemailFlows = "voicemailFlows", e3.voiceSurveyFlows = "voiceSurveyFlows", e3.voicemailRecordingMaxTime = "voicemailRecordingMaxTime", e3.voiceSnippets = "voiceSnippets", e3.whatsAppCarouselFeature = "whatsAppCarouselFeature", e3.whatsAppListPickerFeature = "whatsAppListPickerFeature", e3.workflowFlows = "workflowFlows", e3.workflowWaitActionUpdatesPhase1 = "workflowWaitActionUpdatesPhase1", e3.workItemFlows = "workItemFlows", e3.workitemDateAutomationFeature = "workitemDateAutomationFeature", e3.uiInternationalizationOfDatesAndTimes = "uiInternationalizationOfDatesAndTimes", e3.uiPagedPropertyLists = "uiPagedPropertyLists", e3.yamlTrackingIdFeature = "yamlTrackingIdFeature"; + e3.amazonLexV2 = "amazonLexV2", e3.appleInvitationFeature = "appleInvitationFeature", e3.audioHookConnectorFeature = "audioHookConnectorFeature", e3.authorizedWebMessaging = "authorizedWebMessaging", e3.autoStartConversations = "autoStartConversations", e3.botFlows = "botFlows", e3.botFlowsAdvancedKnowledgeHandling = "botFlowsAdvancedKnowledgeHandling", e3.botFlowsAgentEscalationEnhancementsPhase1Feature = "botFlowsAgentEscalationEnhancementsPhase1Feature", e3.botFlowsAgenticVirtualAgent = "botFlowsAgenticVirtualAgent", e3.botFlowsAgenticVirtualAgentContextWindowPruning = "botFlowsAgenticVirtualAgentContextWindowPruning", e3.botFlowsVirtualAgentGuideBillingDowngrade = "botFlowsVirtualAgentGuideBillingDowngrade", e3.botFlowsAgenticVirtualAgentDebugging = "botFlowsAgenticVirtualAgentDebugging", e3.botFlowsAgenticVirtualAgentSage = "botFlowsAgenticVirtualAgentSage", e3.botFlowsAgenticVirtualAgentEndOfSpeechTimeout = "botFlowsAgenticVirtualAgentEndOfSpeechTimeout", e3.botFlowsAgenticVirtualAgentOutputValues = "botFlowsAgenticVirtualAgentOutputValues", e3.botFlowsAIPoweredSlotsEnhancements = "botFlowsAIPoweredSlotsEnhancements", e3.botFlowsAlignTransferActions = "botFlowsAlignTransferActions", e3.botFlowsAnalyticsDashboardFeature = "botFlowsAnalyticsDashboardFeature", e3.botFlowsAnswerGeneration = "botFlowsAnswerGeneration", e3.botFlowsAnswerGenerationMultipleArticles = "botFlowsAnswerGenerationMultipleArticles", e3.botFlowsAnswerHighlight = "botFlowsAnswerHighlight", e3.botFlowsAppleListPicker = "botFlowsAppleListPicker", e3.botFlowsApplePay = "botFlowsApplePay", e3.botFlowsAppleForms = "botFlowsAppleForms", e3.botFlowsAppleFormsPhase2 = "botFlowsAppleFormsPhase2", e3.botFlowsAttachmentsFeature = "botFlowsAttachmentsFeature", e3.botFlowsAuthentication = "botFlowsAuthentication", e3.botFlowsAutomaticQuickRepliesFeature = "botFlowsAutomaticQuickRepliesFeature", e3.botFlowsBargeInActionLevel = "botFlowsBargeInActionLevel", e3.botFlowsBotsCallingBots = "botFlowsBotsCallingBots", e3.botFlowsCustomerSegmentsFeature = "botFlowsCustomerSegmentsFeature", e3.botFlowsDatePicker = "botFlowsDatePicker", e3.botFlowsDigitalBotFlows = "botFlowsDigitalBotFlows", e3.botFlowsDigitalBotFlowsBotSummarization = "botFlowsDigitalBotFlowsBotSummarization", e3.botFlowsDigitalBotFlowsKnowledgePathFeature = "botFlowsDigitalBotFlowsKnowledgePathFeature", e3.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature = "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature", e3.botFlowsDigitalBotFlowsJSONFeature = "botFlowsDigitalBotFlowsJSONFeature", e3.botFlowsDigitalBotFlowsMultiLingualFeature = "botFlowsDigitalBotFlowsMultiLingualFeature", e3.botFlowsDigitalBotFlowsNoInputsTimeoutFeature = "botFlowsDigitalBotFlowsNoInputsTimeoutFeature", e3.botFlowsDigitalBotFlowsPhase2 = "botFlowsDigitalBotFlowsPhase2", e3.botFlowsDigitalBotFlowsReprompts = "botFlowsDigitalBotFlowsReprompts", e3.botFlowsDxBotSupportFeature = "botFlowsDxBotSupportFeature", e3.botFlowsDynamicSlotTypeFeature = "botFlowsDynamicSlotTypeFeature", e3.botFlowsDynamicSlotTypePhase2Feature = "botFlowsDynamicSlotTypePhase2Feature", e3.botFlowsEnhancedRecognitionFailureHandling = "botFlowsEnhancedRecognitionFailureHandling", e3.botFlowsExternalEntitySupportFeature = "botFlowsExternalEntitySupportFeature", e3.botFlowEscalationRecognitionHandlingV2 = "botFlowEscalationRecognitionHandlingV2", e3.botFlowsFindKnowledgeBaseDocumentById = "botFlowsFindKnowledgeBaseDocumentById", e3.botFlowsGetResponseActionFeature = "botFlowsGetResponseActionFeature", e3.botFlowsGlobalBargeFeature = "botFlowsGlobalBargeFeature", e3.botFlowsGroupSupportFeature = "botFlowsGroupSupportFeature", e3.botFlowsGenesysR2D2 = "botFlowsGenesysR2D2", e3.botFlowsIntentClassificationHintingAsr = "botFlowsIntentClassificationHintingAsr", e3.botFlowsIntentDescriptions = "botFlowsIntentDescriptions", e3.botFlowsIntentHealthMutedFeature = "botFlowsIntentHealthMutedFeature", e3.botFlowsIntentHealthUIFeature = "botFlowsIntentHealthUIFeature", e3.botFlowsInterDigitTimeout = "botFlowsInterDigitTimeout", e3.botFlowsKnowledge = "botFlowsKnowledge", e3.botFlowsKnowledgeContentSearch = "botFlowsKnowledgeContentSearch", e3.botFlowsKnowledgeFeedback = "botFlowsKnowledgeFeedback", e3.botFlowsLanguageContextPhase1Feature = "botFlowsLanguageContextPhase1Feature", e3.botFlowsLastNLUCollectionConfidence = "botFlowsLastNLUCollectionConfidence", e3.botFlowsLLMPoweredSlot = "botFlowsLLMPoweredSlot", e3.botFlowsMessagingDatePicker = "botFlowsMessagingDatePicker", e3.botFlowsMsIntegration = "botFlowsMsIntegration", e3.botFlowsNluGlobalSlots = "botFlowsNluGlobalSlots", e3.botFlowsPciPhase1Feature = "botFlowsPciPhase1Feature", e3.botFlowsPhase2 = "botFlowsPhase2", e3.botFlowsProgrammaticTerminatingCharacters = "botFlowsProgrammaticTerminatingCharacters", e3.botFlowsPromptFeature = "botFlowsPromptFeature", e3.botFlowsQueueSupportFeature = "botFlowsQueueSupportFeature", e3.botFlowsRegexTestFeature = "botFlowsRegexTestFeature", e3.botFlowsScheduleSupportFeature = "botFlowsScheduleSupportFeature", e3.botFlowsSupportDontKnowAnswers = "botFlowsSupportDontKnowAnswers", e3.botFlowsThirdPartySttFeature = "botFlowsThirdPartySttFeature", e3.botFlowsTranscribeCustomDictionary = "botFlowsTranscribeCustomDictionary", e3.botFlowsUiSessionViewer = "botFlowsUiSessionViewer", e3.botFlowsVirtualAgentCustomSummaries = "botFlowsVirtualAgentCustomSummaries", e3.botFlowsVirtualAgentGuide = "botFlowsVirtualAgentGuide", e3.botFlowsVirtualAgentKnowledgeV3 = "botFlowsVirtualAgentKnowledgeV3", e3.botFlowsVirtualAgentKPI = "botFlowsVirtualAgentKPI", e3.botFlowsVirtualAgentOffering = "botFlowsVirtualAgentOffering", e3.botFlowsVirtualAgentSummarization = "botFlowsVirtualAgentSummarization", e3.botFlowsVirtualAgentVoicePrompt = "botFlowsVirtualAgentVoicePrompt", e3.botFlowsVoiceProcessingPrompt = "botFlowsVoiceProcessingPrompt", e3.botFlowsVoiceSnippets = "botFlowsVoiceSnippets", e3.botFlowsWebMessagingForm = "botFlowsWebMessagingForm", e3.botInstanceExecutionData = "botInstanceExecutionData", e3.byoBotConnectorDigitalV2 = "byoBotConnectorDigitalV2", e3.callDataActionFailureResponsesFeature = "callDataActionFailureResponsesFeature", e3.callFlowJourneySupportPhase1 = "callFlowJourneySupportPhase1", e3.cannedResponseAttachmentsFeature = "cannedResponseAttachmentsFeature", e3.cannedResponseAttachmentsPostGaFeature = "cannedResponseAttachmentsPostGaFeature", e3.chatDeprecationAnnouncement = "chatDeprecationAnnouncement", e3.codeMirror5DeprecationPhase1 = "codeMirror5DeprecationPhase1", e3.collectInput40Digits = "collectInput40Digits", e3.conversationUtilizationLabels = "conversationUtilizationLabels", e3.createFlowMilestones = "createFlowMilestones", e3.createFlowOutcomes = "createFlowOutcomes", e3.copilotLauncher = "copilotLauncher", e3.customConversationAttributes = "customConversationAttributes", e3.customJSONV2 = "customJSONV2", e3.customJSONUserDefinedTypes = "customJSONUserDefinedTypes", e3.customerIntentsPhase1Cicero = "customerIntentsPhase1Cicero", e3.customerIntentsPhase2AutomateAndVXML = "customerIntentsPhase2AutomateAndVXML", e3.dataActionInstanceExecutionData = "dataActionInstanceExecutionData", e3.dialogEngineKnowledge = "dialogEngineKnowledge", e3.digitalBotFlowsAppleMessaging = "digitalBotFlowsAppleMessaging", e3.divisionedDataTables = "divisionedDataTables", e3.divisionedExternalContacts = "divisionedExternalContacts", e3.divisionedFlowOutcomes = "divisionedFlowOutcomes", e3.divisionedRoutingObjects = "divisionedRoutingObjects", e3.divisionedScriptsV2 = "divisionedScriptsV2", e3.divisionedSurveyForms = "divisionedSurveyForms", e3.divisionedWrapupCodes = "divisionedWrapupCodes", e3.dynamicQueueById = "dynamicQueueById", e3.dynamicSchedulesScheduleGroupsEmergencyGroups = "dynamicSchedulesScheduleGroupsEmergencyGroups", e3.emailBotsFeature = "emailBotsFeature", e3.emailHeadersFeature = "emailHeadersFeature", e3.emailRouteFeature = "emailRouteFeature", e3.emailSendFlows = "emailSendFlows", e3.encryptDecryptDataFeature = "encryptDecryptDataFeature", e3.externalContactIdentityResolutionPhase1 = "externalContactIdentityResolutionPhase1", e3.externalContactUpdatesPhase1 = "externalContactUpdatesPhase1", e3.externalContactUpdateAction = "externalContactUpdateAction", e3.flexibleTtsSelection = "flexibleTtsSelection", e3.flowInstanceExecutionDataAdvancedQuery = "flowInstanceExecutionDataAdvancedQuery", e3.flowInstanceExecutionPlaybackPhase2 = "flowInstanceExecutionPlaybackPhase2", e3.flowCreationExamples = "flowCreationExamples", e3.flowExecutionDataPhase1 = "flowExecutionDataPhase1", e3.flowInstanceExecutionData = "flowInstanceExecutionData", e3.flowInstanceExecutionDataBotFlows = "flowInstanceExecutionDataBotFlows", e3.flowInstanceLogLevelConfiguration = "flowInstanceLogLevelConfiguration", e3.flowInstanceLogLevels = "flowInstanceLogLevels", e3.flowExportYaml = "flowExportYaml", e3.flowInstanceExecutionPlayback = "flowInstanceExecutionPlayback", e3.flowOptimizationFrequencyFeature = "flowOptimizationFrequencyFeature", e3.flowOptimizationFrequencyAllFlowTypesFeature = "flowOptimizationFrequencyAllFlowTypesFeature", e3.flowStubbing = "flowStubbing", e3.flowV2_Transport = "flowV2_Transport", e3.genesysOemTts = "genesysOemTts", e3.googleDialogflow = "googleDialogflow", e3.googleDialogflowCXResellV2Feature = "googleDialogflowCXResellV2Feature", e3.googleDialogflowEnvironments = "googleDialogflowEnvironments", e3.googleDialogflowEsResellV2Feature = "googleDialogflowEsResellV2Feature", e3.googleDialogflowInputsOutputs = "googleDialogflowInputsOutputs", e3.inboundCallFlows = "inboundCallFlows", e3.inboundCallHeadersByoc = "inboundCallHeadersByoc", e3.inboundChatFlows = "inboundChatFlows", e3.inboundEmailFlows = "inboundEmailFlows", e3.inboundShortMessageFlows = "inboundShortMessageFlows", e3.inboundShortMessageFlows_Journey = "inboundShortMessageFlows_Journey", e3.inqueueCallFlows = "inqueueCallFlows", e3.journeyMobileAppData = "journeyMobileAppData", e3.journeyOutcomeById = "journeyOutcomeById", e3.journeyOutcomeScoresBySessionId = "journeyOutcomeScoresBySessionId", e3.journeySessionDivisionIds = "journeySessionDivisionIds", e3.journeySegmentById = "journeySegmentById", e3.journeySessionsByCustomerId = "journeySessionsByCustomerId", e3.journeySessionsByExternalContactId = "journeySessionsByExternalContactId", e3.knownAgentRouting = "knownAgentRouting", e3.lastCollectionModeVariable = "lastCollectionModeVariable", e3.messageAddressInfoEmail = "messageAddressInfoEmail", e3.orgAvailabilityCustomerSecuredConversationData = "orgAvailabilityCustomerSecuredConversationData", e3.orgAvailabilityGrammars = "orgAvailabilityGrammars", e3.orgAvailabilityGroups = "orgAvailabilityGroups", e3.orgAvailabilityJourneyOutcomeScores = "orgAvailabilityJourneyOutcomeScores", e3.orgAvailabilityJourneyOutcomes = "orgAvailabilityJourneyOutcomes", e3.orgAvailabilityJourneySegments = "orgAvailabilityJourneySegments", e3.orgAvailabilityJourneySessions = "orgAvailabilityJourneySessions", e3.orgAvailabilityKnowledgeV2 = "orgAvailabilityKnowledgeV2", e3.orgAvailabilityMediaAudio = "orgAvailabilityMediaAudio", e3.orgAvailabilityOutboundContactLists = "orgAvailabilityOutboundContactLists", e3.orgAvailabilityPredictiveEngagement = "orgAvailabilityPredictiveEngagement", e3.orgAvailabilityQueues = "orgAvailabilityQueues", e3.orgAvailabilityResponseAssets = "orgAvailabilityResponseAssets", e3.orgAvailabilityRoutingEmergencyGroups = "orgAvailabilityRoutingEmergencyGroups", e3.orgAvailabilityRoutingScheduleGroups = "orgAvailabilityRoutingScheduleGroups", e3.orgAvailabilityRoutingSchedules = "orgAvailabilityRoutingSchedules", e3.orgAvailabilityRoutingSkills = "orgAvailabilityRoutingSkills", e3.orgAvailabilityRoutingWrapupCodes = "orgAvailabilityRoutingWrapupCodes", e3.orgAvailabilitySttEnginesGrammarBased = "orgAvailabilitySttEnginesGrammarBased", e3.orgAvailabilityUsers = "orgAvailabilityUsers", e3.outboundCallFlows = "outboundCallFlows", e3.outboundEmailCampaigns = "outboundEmailCampaigns", e3.nluLanguageStatus = "nluLanguageStatus", e3.pathDiscoveryCallFlowsFeature = "pathDiscoveryCallFlowsFeature", e3.pathDiscoveryFeature = "pathDiscoveryFeature", e3.pathDiscoveryV3Feature = "pathDiscoveryV3Feature", e3.postCallActionFeature = "postCallActionFeature", e3.postFlowDigitalFeature = "postFlowDigitalFeature", e3.previewDigitalBotFlowTestWidgetFeature = "previewDigitalBotFlowTestWidgetFeature", e3.previewInboundCallFlowFeature = "previewInboundCallFlowFeature", e3.previewVoicemailFlowFeature = "previewVoicemailFlowFeature", e3.previewVoiceSurveyFlowFeature = "previewVoiceSurveyFlowFeature", e3.previewWorkflowFlowFeature = "previewWorkflowFlowFeature", e3.previewWorkitemFlowFeature = "previewWorkitemFlowFeature", e3.promptUploadV2 = "promptUploadV2", e3.publicInboundMessageFlagFeature = "publicInboundMessageFlagFeature", e3.pureCloud1PlusFeature = "pureCloud1PlusFeature", e3.pureCloud2PlusFeature = "pureCloud2PlusFeature", e3.queueEstimatedWaitTime = "queueEstimatedWaitTime", e3.replayPreviewFeature = "replayPreviewFeature", e3.routingSkillExpressionsFeature = "routingSkillExpressionsFeature", e3.ruleBasedDecisionsFeature = "ruleBasedDecisionsFeature", e3.ruleBasedDecisionsDigitalFeature = "ruleBasedDecisionsDigitalFeature", e3.secureCallFlows = "secureCallFlows", e3.sendNotificationAction = "sendNotificationAction", e3.sendNotificationChatGroupFeature = "sendNotificationChatGroupFeature", e3.setPrioritySkillsFeature = "setPrioritySkillsFeature", e3.spark4FlareFeature = "spark4FlareFeature", e3.spark4FlareLegacyToggle = "spark4FlareLegacyToggle", e3.suppressCallRecordingsFeature = "suppressCallRecordingsFeature", e3.suppressCallRecordingsSecureCallFeature = "suppressCallRecordingsSecureCallFeature", e3.surveyInviteFlows = "surveyInviteFlows", e3.transferToQueueErrorHandlingAutomate = "transferToQueueErrorHandlingAutomate", e3.vipExperience = "vipExperience", e3.voiceFlows = "voiceFlows", e3.voiceFlowsPhase2 = "voiceFlowsPhase2", e3.voicemailFlows = "voicemailFlows", e3.voiceSurveyFlows = "voiceSurveyFlows", e3.voiceSurveyFlowsPhase2 = "voiceSurveyFlowsPhase2", e3.voicemailRecordingMaxTime = "voicemailRecordingMaxTime", e3.voiceSnippets = "voiceSnippets", e3.whatsAppCarouselFeature = "whatsAppCarouselFeature", e3.whatsAppListPickerFeature = "whatsAppListPickerFeature", e3.workflowFlows = "workflowFlows", e3.workflowWaitActionUpdatesPhase1 = "workflowWaitActionUpdatesPhase1", e3.workItemFlows = "workItemFlows", e3.workitemDateAutomationFeature = "workitemDateAutomationFeature", e3.uiInternationalizationOfDatesAndTimes = "uiInternationalizationOfDatesAndTimes", e3.uiPagedPropertyLists = "uiPagedPropertyLists", e3.yamlTrackingIdFeature = "yamlTrackingIdFeature"; })(i2 || (i2 = {})), t2.default = i2; }, 4656: (e2, t2, i2) => { const n2 = i2(92140), r2 = i2(96348), o = i2(45421), a = i2(32556), s = i2(13126), l = i2(60094), { ParameterInfo: u } = i2(55909), { ParameterValidator: d } = i2(33951), c = i2(47957), p = i2(69674), _ = "ClipboardContentStateViewModel"; @@ -10559,7 +10658,7 @@ var require_scripting_bundle = __commonJS({ return a.default.successFailure; } _getPossibleErrors() { - return c.getPromoteExternalContactFailureReasons; + return c.promoteExternalContactFailureReasons; } static get managedProperties() { return [{ label: p.commonExternalContact.nameLabel, options: o.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setIninTestingField("ExternalIdExpression").setDisableSpellcheck(true).setDefaultToExpression(true).facets.setMinLength(1)), property: "externalId", type: d.expressionTypeNames.string }, { label: p.commonExternalContact.externalContactResult, options: r2.ExpressionTypeComplexOptions.create((e3) => e3.setTypeIdentifier(d.expressionTypeNames.externalContact).setIninTestingField("ExternalContactExpression").setAsOutput().setAllowSecure(true)), property: "externalResult", type: d.expressionTypeNames.externalContact }]; @@ -11493,16 +11592,16 @@ var require_scripting_bundle = __commonJS({ "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getGenesysCloudToArchitectLocale = function(e3) { e3 = (e3 = e3.toLowerCase()).replace(/_/g, "-"); - let t3 = n2.default.findWhere(r2, { pureCloudLocale: e3 }); - if (t3 || (t3 = n2.default.findWhere(r2, { id: e3 })), !t3) { + let t3 = n2.default.findWhere(r2.isoLanguagesUiData, { pureCloudLocale: e3 }); + if (t3 || (t3 = n2.default.findWhere(r2.isoLanguagesUiData, { id: e3 })), !t3) { const i3 = e3.indexOf("-"), o = -1 === i3 ? e3 : e3.substring(0, i3); - t3 = n2.default.find(r2, function(e4) { + t3 = n2.default.find(r2.isoLanguagesUiData, function(e4) { return e4.id.substring(0, e4.id.indexOf("-")) === o; }); } return t3 || null; }; - const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(98261); + const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(85306); }, 6276: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -12003,15 +12102,15 @@ var require_scripting_bundle = __commonJS({ }), e2.exports = n2; }, 7221: (e2, t2, i2) => { "use strict"; - var n2, r2, o, a, s, l, u, d, c, p, _, h; + var n2, r2, o, a, s, l, u, d, c, p, _, h, m; Object.defineProperty(t2, "__esModule", { value: true }); - const m = i2(31635), g = i2(30801), f = m.__importDefault(i2(38142)), T = m.__importDefault(i2(78432)), y = m.__importDefault(i2(56549)), S = m.__importDefault(i2(94225)), A = i2(26847), N = i2(19284); - class O extends f.default { + const g = i2(31635), f = i2(30801), T = g.__importDefault(i2(38142)), y = g.__importDefault(i2(78432)), S = g.__importDefault(i2(56549)), A = g.__importDefault(i2(94225)), N = i2(26847), O = i2(19284); + class I extends T.default { constructor(e3) { - super(e3), n2.set(this, void 0), r2.set(this, void 0), o.set(this, void 0), a.set(this, void 0), s.set(this, void 0), l.set(this, void 0), u.set(this, void 0), d.set(this, void 0), c.set(this, void 0), p.set(this, void 0), _.set(this, void 0), h.set(this, void 0), m.__classPrivateFieldSet(this, n2, this.coreFactory.createArchWrapper(e3.askResult)._setNotWritableOverride(true), "f"), m.__classPrivateFieldSet(this, r2, this.coreFactory.createArchWrapper(e3.chooser), "f"), m.__classPrivateFieldSet(this, o, this.coreFactory.createArchWrapper(e3.confirmationMode), "f"), m.__classPrivateFieldSet(this, a, this.coreFactory.createArchWrapper(e3.confirmationQuestion), "f"), m.__classPrivateFieldSet(this, s, this.coreFactory.createArchWrapper(e3.customValidation), "f"), m.__classPrivateFieldSet(this, l, this.coreFactory.createArchWrapper(e3.grammar), "f"), m.__classPrivateFieldSet(this, u, this.coreFactory.createArchWrapper(e3.speechToTextEngineCompleteTimeout), "f"), m.__classPrivateFieldSet(this, d, this.coreFactory.createArchWrapper(e3.speechToTextEngineConfidenceLevel), "f"), m.__classPrivateFieldSet(this, c, this.coreFactory.createArchWrapper(e3.repromptHandling), "f"), m.__classPrivateFieldSet(this, p, this.coreFactory.createArchWrapper(e3.continuationPrompt), "f"), m.__classPrivateFieldSet(this, _, this.coreFactory.createArchWrapper(e3.continuationReprompts), "f"), m.__classPrivateFieldSet(this, h, this.coreFactory.createArchWrapper(e3.customizeContinuation), "f"); + super(e3), n2.set(this, void 0), r2.set(this, void 0), o.set(this, void 0), a.set(this, void 0), s.set(this, void 0), l.set(this, void 0), u.set(this, void 0), d.set(this, void 0), c.set(this, void 0), p.set(this, void 0), _.set(this, void 0), h.set(this, void 0), m.set(this, void 0), g.__classPrivateFieldSet(this, n2, this.coreFactory.createArchWrapper(e3.askResult)._setNotWritableOverride(true), "f"), g.__classPrivateFieldSet(this, r2, this.coreFactory.createArchWrapper(e3.chooser), "f"), g.__classPrivateFieldSet(this, o, this.coreFactory.createArchWrapper(e3.confirmationMode), "f"), g.__classPrivateFieldSet(this, a, this.coreFactory.createArchWrapper(e3.confirmationQuestion), "f"), g.__classPrivateFieldSet(this, s, this.coreFactory.createArchWrapper(e3.customValidation), "f"), g.__classPrivateFieldSet(this, l, this.coreFactory.createArchWrapper(e3.enableBargeIn), "f"), g.__classPrivateFieldSet(this, u, this.coreFactory.createArchWrapper(e3.grammar), "f"), g.__classPrivateFieldSet(this, d, this.coreFactory.createArchWrapper(e3.speechToTextEngineCompleteTimeout), "f"), g.__classPrivateFieldSet(this, c, this.coreFactory.createArchWrapper(e3.speechToTextEngineConfidenceLevel), "f"), g.__classPrivateFieldSet(this, p, this.coreFactory.createArchWrapper(e3.repromptHandling), "f"), g.__classPrivateFieldSet(this, _, this.coreFactory.createArchWrapper(e3.continuationPrompt), "f"), g.__classPrivateFieldSet(this, h, this.coreFactory.createArchWrapper(e3.continuationReprompts), "f"), g.__classPrivateFieldSet(this, m, this.coreFactory.createArchWrapper(e3.customizeContinuation), "f"); } get _actionTypeId() { - return g.askForSlotActionType; + return f.askForSlotActionType; } get displayTypeName() { return "ArchActionAskForSlot"; @@ -12019,31 +12118,34 @@ var require_scripting_bundle = __commonJS({ get isArchActionAskForSlot() { return true; } + get enableBargeIn() { + return g.__classPrivateFieldGet(this, l, "f"); + } get askResult() { - return m.__classPrivateFieldGet(this, n2, "f"); + return g.__classPrivateFieldGet(this, n2, "f"); } get chooser() { - return m.__classPrivateFieldGet(this, r2, "f"); + return g.__classPrivateFieldGet(this, r2, "f"); } get confirmationMode() { - return m.__classPrivateFieldGet(this, o, "f"); + return g.__classPrivateFieldGet(this, o, "f"); } get confirmationQuestion() { - return m.__classPrivateFieldGet(this, a, "f"); + return g.__classPrivateFieldGet(this, a, "f"); } get customValidation() { - return m.__classPrivateFieldGet(this, s, "f"); + return g.__classPrivateFieldGet(this, s, "f"); } setLiteralConfirmationMode(e3) { const t3 = this._infoParm("newConfirmationMode", "setLiteralConfirmationMode"); - this._checkItemIsValidLiteralStringEnum(t3, e3, T.default.BOT_CONFIRMATION_MODES_ALL), this._getCoreViewModel().confirmationMode.setAsLiteral(e3), this.logNote(`confirmation mode set to '${this._getCoreViewModel().confirmationMode.text}'`); + this._checkItemIsValidLiteralStringEnum(t3, e3, y.default.BOT_CONFIRMATION_MODES_ALL), this._getCoreViewModel().confirmationMode.setAsLiteral(e3), this.logNote(`confirmation mode set to '${this._getCoreViewModel().confirmationMode.text}'`); } setSlot(e3, t3) { const i3 = this._infoParm("slotName", "setSlot"); this._checkItemIsValidLiteralString(i3, e3, false), this._checkItemIsValidLiteralBool(i3, t3, true), this._getCoreViewModel().setSelectedSlotNameAndType(e3, void 0, t3); } get grammar() { - return m.__classPrivateFieldGet(this, l, "f"); + return g.__classPrivateFieldGet(this, u, "f"); } get speechToTextEngineName() { var e3; @@ -12054,48 +12156,48 @@ var require_scripting_bundle = __commonJS({ return null === (e3 = this._getCoreViewModel().speechToTextEngine) || void 0 === e3 ? void 0 : e3.idValue; } setSpeechToTextEngineByNameAsync(e3, t3) { - return m.__awaiter(this, void 0, void 0, function* () { + return g.__awaiter(this, void 0, void 0, function* () { this._checkItemIsValidLiteralString(this._infoParm("engineName", "setSpeechToTextEngineByNameAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setSpeechToTextEngineByNameAsync"), t3, true), this._getCoreViewModel().parent.parentFlow.languagesSupportSpeechToTextSettings || this.logErrorAndThrow("flow does not support speech to text settings, can not set speech to text engine by name"); - const i3 = yield y.default.findItemByValueAsync(N.speechToTextEngineManager, e3, "speech to text engine", "name", "name"); - if (i3) return (null == i3 ? void 0 : i3.isBotTranscriptionConnectorTypeOrGrammarBased) || this.logErrorAndThrow("Unable to set a non grammar-based speech to text engine in the ask for slot action."), this._getCoreViewModel().speechToTextEngine.setValue(i3), S.default.executeCallback(this, "setSpeechToTextEngineByNameAsync", t3, this); + const i3 = yield S.default.findItemByValueAsync(O.speechToTextEngineManager, e3, "speech to text engine", "name", "name"); + if (i3) return (null == i3 ? void 0 : i3.isBotTranscriptionConnectorTypeOrGrammarBased) || this.logErrorAndThrow("Unable to set a non grammar-based speech to text engine in the ask for slot action."), this._getCoreViewModel().speechToTextEngine.setValue(i3), A.default.executeCallback(this, "setSpeechToTextEngineByNameAsync", t3, this); }); } setSpeechToTextEngineByIdAsync(e3, t3) { - return m.__awaiter(this, void 0, void 0, function* () { + return g.__awaiter(this, void 0, void 0, function* () { this._checkItemIsValidLiteralString(this._infoParm("engineId", "setSpeechToTextEngineByIdAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setSpeechToTextEngineByIdAsync"), t3, true), this._getCoreViewModel().parent.parentFlow.languagesSupportSpeechToTextSettings || this.logErrorAndThrow("flow does not support speech to text settings, can not set speech to text engine by id"); - const i3 = yield y.default.findItemByIdAsync(N.speechToTextEngineManager, e3, "speech to text engine"); - if (i3) return (null == i3 ? void 0 : i3.isBotTranscriptionConnectorTypeOrGrammarBased) || this.logErrorAndThrow("Unable to set a non grammar-based speech to text engine in the ask for slot action."), this._getCoreViewModel().speechToTextEngine.setValue(i3), S.default.executeCallback(this, "setSpeechToTextEngineByIdAsync", t3, this); + const i3 = yield S.default.findItemByIdAsync(O.speechToTextEngineManager, e3, "speech to text engine"); + if (i3) return (null == i3 ? void 0 : i3.isBotTranscriptionConnectorTypeOrGrammarBased) || this.logErrorAndThrow("Unable to set a non grammar-based speech to text engine in the ask for slot action."), this._getCoreViewModel().speechToTextEngine.setValue(i3), A.default.executeCallback(this, "setSpeechToTextEngineByIdAsync", t3, this); }); } get speechToTextEngineCompleteTimeout() { - return m.__classPrivateFieldGet(this, u, "f"); + return g.__classPrivateFieldGet(this, d, "f"); } get speechToTextEngineConfidenceLevel() { - return m.__classPrivateFieldGet(this, d, "f"); + return g.__classPrivateFieldGet(this, c, "f"); } get outputMaxNoInputs() { - return this._getOutputById(A.outputIds.maxNoInputs, true); + return this._getOutputById(N.outputIds.maxNoInputs, true); } get outputMaxNoMatches() { - return this._getOutputById(A.outputIds.maxNoMatches, true); + return this._getOutputById(N.outputIds.maxNoMatches, true); } get outputSkipResponseCapture() { - return this._getOutputById(A.outputIds.skipResponseCapture, true); + return this._getOutputById(N.outputIds.skipResponseCapture, true); } get repromptHandling() { - return m.__classPrivateFieldGet(this, c, "f"); + return g.__classPrivateFieldGet(this, p, "f"); } get continuationPrompt() { - return m.__classPrivateFieldGet(this, p, "f"); + return g.__classPrivateFieldGet(this, _, "f"); } get continuationReprompts() { - return m.__classPrivateFieldGet(this, _, "f"); + return g.__classPrivateFieldGet(this, h, "f"); } get customizeContinuation() { - return m.__classPrivateFieldGet(this, h, "f"); + return g.__classPrivateFieldGet(this, m, "f"); } } - n2 = /* @__PURE__ */ new WeakMap(), r2 = /* @__PURE__ */ new WeakMap(), o = /* @__PURE__ */ new WeakMap(), a = /* @__PURE__ */ new WeakMap(), s = /* @__PURE__ */ new WeakMap(), l = /* @__PURE__ */ new WeakMap(), u = /* @__PURE__ */ new WeakMap(), d = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap(), p = /* @__PURE__ */ new WeakMap(), _ = /* @__PURE__ */ new WeakMap(), h = /* @__PURE__ */ new WeakMap(), t2.default = O; + n2 = /* @__PURE__ */ new WeakMap(), r2 = /* @__PURE__ */ new WeakMap(), o = /* @__PURE__ */ new WeakMap(), a = /* @__PURE__ */ new WeakMap(), s = /* @__PURE__ */ new WeakMap(), l = /* @__PURE__ */ new WeakMap(), u = /* @__PURE__ */ new WeakMap(), d = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap(), p = /* @__PURE__ */ new WeakMap(), _ = /* @__PURE__ */ new WeakMap(), h = /* @__PURE__ */ new WeakMap(), m = /* @__PURE__ */ new WeakMap(), t2.default = I; }, 7245: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.throttleTime = void 0; @@ -12274,11 +12376,11 @@ var require_scripting_bundle = __commonJS({ if (!n2.isString(t3) || t3.trim().length < 6 || 0 === i3.length) return t3; const r3 = this.removeStringLiterals(t3), o2 = r3.guidToStringMap; return t3 = r3.exprLitToGuidText, i3.length && n2.each(i3, function(e4) { - const i4 = this.getUniqueReplacementStr(), n3 = e4.oldVarName + "(?![A-Za-z0-9_\xC0-\xD6\xD8-\xF6\xF8-\u1FFF\u3040-\u318F\u3300-\u337F\u3400-\u3D2D\u4E00-\u9FFF\uF900\uFAFF])", r4 = new RegExp(n3, "ig"), a2 = t3.replace(r4, i4); - a2 !== t3 && (o2[i4] = e4.newVarName, t3 = a2); + const i4 = this.getUniqueReplacementStr(), r4 = n2.escapeRegExp(e4.oldVarName), a2 = new RegExp(r4 + "(?![A-Za-z0-9_\xC0-\xD6\xD8-\xF6\xF8-\u1FFF\u3040-\u318F\u3300-\u337F\u3400-\u3D2D\u4E00-\u9FFF\uF900\uFAFF])", "ig"), s2 = t3.replace(a2, i4); + s2 !== t3 && (o2[i4] = e4.newVarName, t3 = s2); }.bind(this)), n2.each(o2, function(e4, i4) { - const n3 = new RegExp(i4, "ig"); - t3 = t3.replace(n3, e4); + const r4 = new RegExp(n2.escapeRegExp(i4), "ig"); + t3 = t3.replace(r4, e4); }.bind(this)), t3; } }, _reviveBuilderModel: { value: function(e3) { if (this.uiMetaData && this.uiMetaData.builder) return e3.reviveBuilderModel(this.uiMetaData.builder); @@ -12780,7 +12882,7 @@ var require_scripting_bundle = __commonJS({ }, 8080: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(37603)), { outputIds: l } = i2(26847), { scheduleGroupManager: u } = i2(32282); + const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(37603)), l = i2(32282), u = i2(26847); class d extends s.default { constructor(e3) { super(e3), this._inServiceSchedules = this.coreFactory.createArchWrapper(e3.inServiceSchedules), this._scheduleGroup = this.coreFactory.createArchWrapper(e3.scheduleGroup); @@ -12798,12 +12900,12 @@ var require_scripting_bundle = __commonJS({ return this._scheduleGroup; } setScheduleGroupByIdAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("scheduleGroupId", "setScheduleGroupByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScheduleGroupByIdAsync"), t3, true), o.default.findItemByIdAsync(u, e3, "schedule group").then(function(e4) { + return this._checkItemIsValidLiteralString(this._infoParm("scheduleGroupId", "setScheduleGroupByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScheduleGroupByIdAsync"), t3, true), o.default.findItemByIdAsync(l.scheduleGroupManager, e3, "schedule group").then(function(e4) { return this.logNote("found the schedule group named '" + e4.name + "'."), this._coreActionViewModel.setScheduleGroup(e4), a.default.executeCallback(this, "setScheduleGroupByIdAsync", t3, this); }.bind(this)); } setScheduleGroupByNameAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("scheduleGroupName", "setScheduleGroupByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScheduleGroupByNameAsync"), t3, true), o.default.findItemByValueAsync(u, e3, "schedule group", "name").then(function(e4) { + return this._checkItemIsValidLiteralString(this._infoParm("scheduleGroupName", "setScheduleGroupByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScheduleGroupByNameAsync"), t3, true), o.default.findItemByValueAsync(l.scheduleGroupManager, e3, "schedule group", "name").then(function(e4) { return this.logNote("found the schedule group named '" + e4.name + "'."), this._coreActionViewModel.setScheduleGroup(e4), a.default.executeCallback(this, "setScheduleGroupByNameAsync", t3, this); }.bind(this)); } @@ -12811,16 +12913,16 @@ var require_scripting_bundle = __commonJS({ return this._inServiceSchedules; } get outputOpen() { - return this._getOutputById(l.open, true); + return this._getOutputById(u.outputIds.open, true); } get outputClosed() { - return this._getOutputById(l.closed, true); + return this._getOutputById(u.outputIds.closed, true); } get outputHoliday() { - return this._getOutputById(l.holiday, true); + return this._getOutputById(u.outputIds.holiday, true); } get outputEmergency() { - return this._getOutputById(l.emergency, true); + return this._getOutputById(u.outputIds.emergency, true); } } t2.default = d; @@ -13100,7 +13202,7 @@ var require_scripting_bundle = __commonJS({ }, 8471: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(92140), o = i2(31178), a = i2(10798), s = i2(4648).default, l = i2(27099), u = n2.__importDefault(i2(98717)), d = i2(41510).default, c = i2(5024).default; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(10798)), a = n2.__importStar(i2(27099)), s = n2.__importDefault(i2(41510)), l = n2.__importDefault(i2(5024)), u = n2.__importDefault(i2(4648)), d = n2.__importDefault(i2(98717)), c = i2(31178); class p { constructor() { this._amLoggingErrorOrWarning = false; @@ -13191,7 +13293,7 @@ var require_scripting_bundle = __commonJS({ this._appendLogStrPart(e3, "Name", t3, false, true); } _appendLogStrCompatibleFlowTypes(e3, t3) { - this._appendLogStrPart(e3, "Compatible Flow Types", r2.isArray(t3) && t3.length ? t3.join("', '") : "", false, false); + this._appendLogStrPart(e3, "Compatible Flow Types", r2.default.isArray(t3) && t3.length ? t3.join("', '") : "", false, false); } _appendLogStrIsCollection(e3, t3) { this._appendLogStrPart(e3, "IsCollection", t3, false, true); @@ -13200,7 +13302,7 @@ var require_scripting_bundle = __commonJS({ this._appendLogStrPart(e3, "IsDefault", t3, false, true); } _appendLogStrParentParts(e3, t3) { - if (!t3 || r2.isUndefined(t3.trackingId)) return; + if (!t3 || r2.default.isUndefined(t3.trackingId)) return; const i3 = this.coreFactory.createArchWrapper(t3); this._appendLogStrTrackingIdNameType(e3, i3.trackingId, i3.name, i3.displayTypeName); } @@ -13265,23 +13367,23 @@ var require_scripting_bundle = __commonJS({ this._appendLogStrPart(e3, "Version", t3, false); } _checkItem(e3, t3, i3, n3) { - t3 && u.default.itemInvalid(e3, i3, this.logStr, this.displayTypeName, n3); + t3 && d.default.itemInvalid(e3, i3, this.logStr, this.displayTypeName, n3); } _checkItemSameParentFlow(e3, t3, i3) { let n3 = t3, o2 = i3; - return r2.isObject(n3) && n3.isArchBaseFlow && (n3 = n3._getCoreViewModel()), r2.isObject(o2) && o2.isArchBaseFlow && (o2 = o2._getCoreViewModel()), this._checkItem(e3, n3 !== o2, `the value specifies an object from a different flow. It comes from the flow '${this.coreFactory.createArchWrapper(o2).logStr}'. The value needs to be an object from the flow '${this.coreFactory.createArchWrapper(n3).logStr}'.`); + return r2.default.isObject(n3) && n3.isArchBaseFlow && (n3 = n3._getCoreViewModel()), r2.default.isObject(o2) && o2.isArchBaseFlow && (o2 = o2._getCoreViewModel()), this._checkItem(e3, n3 !== o2, `the value specifies an object from a different flow. It comes from the flow '${this.coreFactory.createArchWrapper(o2).logStr}'. The value needs to be an object from the flow '${this.coreFactory.createArchWrapper(n3).logStr}'.`); } _checkItemValueFeatureToggleIsSet(e3, t3, i3) { - l.isDisabled(t3) && this._itemIsInvalid(e3, "the feature toggle '" + t3 + "' is required for the parameter value '" + i3 + "'."); + a.isDisabled(t3) && this._itemIsInvalid(e3, "the feature toggle '" + t3 + "' is required for the parameter value '" + i3 + "'."); } _checkMethodCallFeatureIsAvailable(e3, t3) { - a.isFeatureUnavailable(t3) && this._itemIsInvalid(e3, "calling this method requires functionality that is not available in the organization.", p._checkMethodCallFeatureIsAvailable_shouldLog); + o.isFeatureUnavailable(t3) && this._itemIsInvalid(e3, "calling this method requires functionality that is not available in the organization.", p._checkMethodCallFeatureIsAvailable_shouldLog); } _checkMethodCallFeatureToggleIsSet(e3, t3) { - l.isDisabled(t3) && this._itemIsInvalid(e3, "the feature toggle '" + t3 + "' is required to make this call."); + a.isDisabled(t3) && this._itemIsInvalid(e3, "the feature toggle '" + t3 + "' is required to make this call."); } _checkItemValueFeatureConfigIsSet(e3, t3, i3) { - a.isFeatureUnavailable(t3) && this._itemIsInvalid(e3, `Parameter '${i3}' requires a feature that is not available`); + o.isFeatureUnavailable(t3) && this._itemIsInvalid(e3, `Parameter '${i3}' requires a feature that is not available`); } _checkItemIsArchBaseObject(e3, t3, i3) { this._checkItemIsArchType(e3, t3, "ArchBaseObject", i3); @@ -13302,22 +13404,22 @@ var require_scripting_bundle = __commonJS({ this._checkItemIsArchType(e3, t3, "ArchTraverseContext", i3); } _checkItemIsArchType(e3, t3, i3, n3) { - if (r2.isUndefined(t3) || null === t3) { + if (r2.default.isUndefined(t3) || null === t3) { if (n3) return; - } else if (r2.isObject(t3) && t3[`is${i3}`]) return; - u.default.itemInvalid(e3, `the value is not a valid ${i3} instance.`, void 0, i3); + } else if (r2.default.isObject(t3) && t3[`is${i3}`]) return; + d.default.itemInvalid(e3, `the value is not a valid ${i3} instance.`, void 0, i3); } _checkItemIsArchTraverseSettings(e3, t3, i3) { this._checkItemIsArchType(e3, t3, "ArchTraverseSettings", i3); } _checkItemIsUndefinedOrNull(e3, t3) { - this.isUndefinedOrNull(t3) || u.default.itemInvalid(e3, `the value '${t3}' is not valid. It must be either null or undefined.`, void 0, void 0); + this.isUndefinedOrNull(t3) || d.default.itemInvalid(e3, `the value '${t3}' is not valid. It must be either null or undefined.`, void 0, void 0); } _checkItemIsType(e3, t3, i3, n3, r3, o2) { - i3(t3, n3) || u.default.itemInvalid(e3, "the value '" + t3 + "' (JavaScript type: '" + typeof t3 + "') is not a supported " + r3 + "." + (o2 ? " " + o2 : ""), this.logStr, this.displayTypeName); + i3(t3, n3) || d.default.itemInvalid(e3, "the value '" + t3 + "' (JavaScript type: '" + typeof t3 + "') is not a supported " + r3 + "." + (o2 ? " " + o2 : ""), this.logStr, this.displayTypeName); } _checkItemIsValidFunction(e3, t3, i3) { - if (!i3 || null != t3) return this._checkItem(e3, !r2.isFunction(t3), "the value is not a valid JavaScript function."); + if (!i3 || null != t3) return this._checkItem(e3, !r2.default.isFunction(t3), "the value is not a valid JavaScript function."); } _checkItemIsValidJsonObject(e3, t3, i3) { return this._checkItemIsType(e3, t3, this.isValidJsonObject, i3, "object", "an object value must a JSON object and not be undefined or null."); @@ -13334,7 +13436,7 @@ var require_scripting_bundle = __commonJS({ n3.toString().indexOf("e") > 0 && this._itemIsInvalid(e3, `Architect Scripting does not support decimal values that, when converted to a float, contain e notation. Value was '${n3}'`), this._checkItem(e3, t3 !== n3, `the specified value of '${t3}' is either not a decimal type or is not a decimal value`); } _checkItemIsValidLiteralInt(e3, t3, i3, n3) { - if (this._checkItemIsType(e3, t3, this.isValidInt, i3, "integer", "a literal integer value must a JavaScript number with an integral value and not be NaN, undefined, null."), n3 && r2.isActualNumber(t3)) { + if (this._checkItemIsType(e3, t3, this.isValidInt, i3, "integer", "a literal integer value must a JavaScript number with an integral value and not be NaN, undefined, null."), n3 && r2.default.isActualNumber(t3)) { const i4 = t3; this._checkItem(e3, i4 < 0, `the value '${t3}' cannot be used because it is less than 0.`); } @@ -13347,12 +13449,12 @@ var require_scripting_bundle = __commonJS({ _checkItemIsValidLiteralString(e3, t3, i3, n3, o2) { this._checkItemIsType(e3, t3, this.isValidString, i3, "string", "string values must not be undefined, null and must be a JavaScript string."); const a2 = t3; - r2.isActualNumber(n3) && this._checkItem(e3, a2.length > n3, `the value '${t3}' exceeds the maximum length allowed of ${n3} characters.`), o2 && this._checkItem(e3, a2.trim() !== a2, `the value '${t3}' cannot be used because it has leading or trailing whitespace.`); + r2.default.isActualNumber(n3) && this._checkItem(e3, a2.length > n3, `the value '${t3}' exceeds the maximum length allowed of ${n3} characters.`), o2 && this._checkItem(e3, a2.trim() !== a2, `the value '${t3}' cannot be used because it has leading or trailing whitespace.`); } _checkItemIsValidLiteralStringOrStringArray(e3, t3, i3) { - if (r2.isArray(t3)) { + if (r2.default.isArray(t3)) { let n3 = 0; - return void r2.each(t3, (t4) => { + return void r2.default.each(t3, (t4) => { this._checkItemIsType(e3, t4, this.isValidString, i3, "string", `index: ${n3} - string values must not be undefined, null and must be a JavaScript string or array.`), n3++; }); } @@ -13360,15 +13462,15 @@ var require_scripting_bundle = __commonJS({ } _checkItemIsValidLiteralStringEnum(e3, t3, i3, n3, o2) { const a2 = []; - r2.each(i3, function(e4) { + r2.default.each(i3, function(e4) { a2.push("'" + e4 + "'"); }); - const s2 = a2.pop(), l2 = a2.join(d.itemListing.itemSeparator).concat(" or ") + s2; - if (this._checkItemIsType(e3, t3, this.isValidString, n3, "string", `string values must not be undefined, null and must be a JavaScript string. Allowable values: ${l2}`), !t3 && n3) return; - const u2 = t3, c2 = o2 ? u2.toLowerCase() : u2; - r2.find(i3, function(e4) { + const l2 = a2.pop(), u2 = a2.join(s.default.itemListing.itemSeparator).concat(" or ") + l2; + if (this._checkItemIsType(e3, t3, this.isValidString, n3, "string", `string values must not be undefined, null and must be a JavaScript string. Allowable values: ${u2}`), !t3 && n3) return; + const d2 = t3, c2 = o2 ? d2.toLowerCase() : d2; + r2.default.find(i3, function(e4) { return o2 ? c2 === e4.toLowerCase() : c2 === e4; - }) || this._itemIsInvalid(e3, "the string value '" + t3 + "' is not one of the following values: " + l2); + }) || this._itemIsInvalid(e3, "the string value '" + t3 + "' is not one of the following values: " + u2); } _checkItemIsValidLiteralStringOrArchVariableString(e3, t3, i3) { return this._checkItemIsType(e3, t3, this.isValidStringOrArchVariableString, i3, "string or ArchVariableString", "a string value must not be undefined, null and must be a JavaScript string or must be an ArchBaseVariable instance."); @@ -13383,7 +13485,7 @@ var require_scripting_bundle = __commonJS({ return "[" + e3.join(", ") + "]"; } _ensureCanSetTrackingIds(e3, t3, i3) { - this._ensureSessionIsConnected(e3, t3), this._checkItem(e3, !this._getCanSetTrackingIds(e3, t3), "the ability to set tracking IDs on objects is not available in this organization."), void 0 !== i3 && this._checkItemIsValidLiteralIntInRange(e3, i3, c.minTrackingId, c.maxTrackingId); + this._ensureSessionIsConnected(e3, t3), this._checkItem(e3, !this._getCanSetTrackingIds(e3, t3), "the ability to set tracking IDs on objects is not available in this organization."), void 0 !== i3 && this._checkItemIsValidLiteralIntInRange(e3, i3, l.default.minTrackingId, l.default.maxTrackingId); } _ensureSessionIsConnected(e3, t3) { t3 && t3.isArchSession && t3.isConnected || this._itemIsInvalid(e3, "invalid to call when the Architect Scripting session is not connected."); @@ -13395,29 +13497,29 @@ var require_scripting_bundle = __commonJS({ } _getDtmfForCoreDigit(e3, t3, i3) { switch (t3) { - case o.Zero: + case c.Zero: return "0"; - case o.One: + case c.One: return "1"; - case o.Two: + case c.Two: return "2"; - case o.Three: + case c.Three: return "3"; - case o.Four: + case c.Four: return "4"; - case o.Five: + case c.Five: return "5"; - case o.Six: + case c.Six: return "6"; - case o.Seven: + case c.Seven: return "7"; - case o.Eight: + case c.Eight: return "8"; - case o.Nine: + case c.Nine: return "9"; - case o.Pound: + case c.Pound: return "#"; - case o.Star: + case c.Star: return "*"; default: if (i3) return; @@ -13428,38 +13530,38 @@ var require_scripting_bundle = __commonJS({ switch (t3) { case 0: case "0": - return o.Zero; + return c.Zero; case 1: case "1": - return o.One; + return c.One; case 2: case "2": - return o.Two; + return c.Two; case 3: case "3": - return o.Three; + return c.Three; case 4: case "4": - return o.Four; + return c.Four; case 5: case "5": - return o.Five; + return c.Five; case 6: case "6": - return o.Six; + return c.Six; case 7: case "7": - return o.Seven; + return c.Seven; case 8: case "8": - return o.Eight; + return c.Eight; case 9: case "9": - return o.Nine; + return c.Nine; case "*": - return o.Star; + return c.Star; case "#": - return o.Pound; + return c.Pound; default: if (i3) return; this._itemIsInvalid(e3, "Invalid dtmf value of '" + t3 + "'. It should be '0' through '9', '*', '#' or 0 through 9."); @@ -13470,31 +13572,31 @@ var require_scripting_bundle = __commonJS({ null === (t3 = this.logItemVerboseNode) || void 0 === t3 || t3.call(this, this._infoMethod("_traverse"), "_traverse being call on non ArchBaseCoreObject instance. :(", this.logStr, this.displayTypeName); } _getCanSetTrackingIds(e3, t3) { - return this._ensureSessionIsConnected(e3, t3), a.isFeatureAvailable(s.yamlTrackingIdFeature); + return this._ensureSessionIsConnected(e3, t3), o.isFeatureAvailable(u.default.yamlTrackingIdFeature); } get displayTypeName() { return this._logErrorInternalAndThrow("Architect Scripting object does not override ArchBaseObject.displayTypeName property and it should. Constructor name: " + this.constructor.name), ""; } isValidBool(e3, t3) { - return !(null != e3 || !t3) || r2.isBoolean(e3); + return !(null != e3 || !t3) || r2.default.isBoolean(e3); } isValidDateTime(e3, t3) { - return !(null != e3 || !t3) || r2.isDate(e3); + return !(null != e3 || !t3) || r2.default.isDate(e3); } isValidInt(e3, t3) { - return null == e3 ? !!t3 : !!r2.isActualNumber(e3) && e3 === parseInt(String(e3), 10); + return null == e3 ? !!t3 : !!r2.default.isActualNumber(e3) && e3 === parseInt(String(e3), 10); } isValidJsonObject(e3, t3) { - return !(null != e3 || !t3) || r2.isObject(e3); + return !(null != e3 || !t3) || r2.default.isObject(e3); } isUndefinedOrNull(e3) { - return r2.isNull(e3) || r2.isUndefined(e3); + return r2.default.isNull(e3) || r2.default.isUndefined(e3); } isValidString(e3, t3) { - return !(null != e3 || !t3) || r2.isString(e3); + return !(null != e3 || !t3) || r2.default.isString(e3); } isValidStringOrArchVariableString(e3, t3) { - return !(null != e3 || !t3) || r2.isString(e3) || !!e3 && "object" == typeof e3 && !!e3.isArchVariableString; + return !(null != e3 || !t3) || r2.default.isString(e3) || !!e3 && "object" == typeof e3 && !!e3.isArchVariableString; } _infoCalledObject(e3, t3) { return { title: "Called Object", methodName: t3, label: e3.displayTypeName }; @@ -13543,7 +13645,7 @@ var require_scripting_bundle = __commonJS({ return this._appendLogStrName(t3, e3.name), this._appendLogStrId(t3, e3.id), this._createLogStrFromParts(t3); } get logStr() { - return u.default.logError("the object " + this.displayTypeName + " does not implement logStr and a log string is being requested. Returning default string."), "< '" + this.displayTypeName + "' needs to implement the logStr getter.>"; + return d.default.logError("the object " + this.displayTypeName + " does not implement logStr and a log string is being requested. Returning default string."), "< '" + this.displayTypeName + "' needs to implement the logStr getter.>"; } get logStrTypeOnly() { const e3 = []; @@ -13554,7 +13656,7 @@ var require_scripting_bundle = __commonJS({ } logError(e3) { if (!this._amLoggingErrorOrWarning) try { - this._amLoggingErrorOrWarning = true, u.default.itemError(this._infoObject(this), e3, this.logStr, this.displayTypeName); + this._amLoggingErrorOrWarning = true, d.default.itemError(this._infoObject(this), e3, this.logStr, this.displayTypeName); } finally { this._amLoggingErrorOrWarning = false; } @@ -13562,42 +13664,42 @@ var require_scripting_bundle = __commonJS({ logPromiseError(e3, t3, i3) { if (!this._amLoggingErrorOrWarning) try { let n3; - this._amLoggingErrorOrWarning = true, n3 = r2.isObject(t3) && t3.message ? r2.isString(i3) && i3.length ? `${i3} - ${t3}` : `${t3}` : r2.isString(i3) && i3.length ? i3 : "no additional information.", u.default.itemError(e3, n3, this.logStr, this.displayTypeName); + this._amLoggingErrorOrWarning = true, n3 = r2.default.isObject(t3) && t3.message ? r2.default.isString(i3) && i3.length ? `${i3} - ${t3}` : `${t3}` : r2.default.isString(i3) && i3.length ? i3 : "no additional information.", d.default.itemError(e3, n3, this.logStr, this.displayTypeName); } finally { this._amLoggingErrorOrWarning = false; } } logErrorAndThrow(e3) { - this._amLoggingErrorOrWarning || (this._amLoggingErrorOrWarning = true, u.default.itemError(this._infoObject(this), e3, this.logStr, this.displayTypeName), this._amLoggingErrorOrWarning = false, u.default.itemThrow(this._infoObject(this), e3, this.logStr, this.displayTypeName)); + throw this._amLoggingErrorOrWarning || (this._amLoggingErrorOrWarning = true, d.default.itemError(this._infoObject(this), e3, this.logStr, this.displayTypeName), this._amLoggingErrorOrWarning = false, d.default.itemThrow(this._infoObject(this), e3, this.logStr, this.displayTypeName)), new Error(e3); } logItemErrorAndThrow(e3, t3) { - this._amLoggingErrorOrWarning || (this._amLoggingErrorOrWarning = true, u.default.itemError(e3, t3, this.logStr, this.displayTypeName), this._amLoggingErrorOrWarning = false, u.default.itemThrow(e3, t3, this.logStr, this.displayTypeName)); + this._amLoggingErrorOrWarning || (this._amLoggingErrorOrWarning = true, d.default.itemError(e3, t3, this.logStr, this.displayTypeName), this._amLoggingErrorOrWarning = false, d.default.itemThrow(e3, t3, this.logStr, this.displayTypeName)); } logItemNote(e3, t3) { - u.default.itemNote(e3, t3, this.logStr, this.displayTypeName); + d.default.itemNote(e3, t3, this.logStr, this.displayTypeName); } logItemVerboseNote(e3, t3) { - u.default.itemNoteVerbose(e3, t3, this.logStr, this.displayTypeName); + d.default.itemNoteVerbose(e3, t3, this.logStr, this.displayTypeName); } logItemWarning(e3, t3) { - u.default.itemWarning(e3, t3, this.logStr, this.displayTypeName); + d.default.itemWarning(e3, t3, this.logStr, this.displayTypeName); } logNote(e3) { - u.default.itemNote(this._infoObject(this), e3, this.logStr, this.displayTypeName); + d.default.itemNote(this._infoObject(this), e3, this.logStr, this.displayTypeName); } logNoteVerbose(e3) { - u.default.itemNoteVerbose(this._infoObject(this), e3, this.logStr, this.displayTypeName); + d.default.itemNoteVerbose(this._infoObject(this), e3, this.logStr, this.displayTypeName); } logWarning(e3) { if (!this._amLoggingErrorOrWarning) try { - this._amLoggingErrorOrWarning = true, u.default.itemWarning(this._infoObject(this), e3, this.logStr, this.displayTypeName); + this._amLoggingErrorOrWarning = true, d.default.itemWarning(this._infoObject(this), e3, this.logStr, this.displayTypeName); } finally { this._amLoggingErrorOrWarning = false; } } logDeprecatedPropertyWarning(e3, t3, i3) { - let n3 = r2.isString(t3) && t3.length ? `This property is deprecated. Please use the '${t3}' property instead.` : "This property is deprecated. Please do not use."; - r2.isString(i3) && i3.length && (n3 += " " + i3), this.logItemWarning(e3, n3); + let n3 = r2.default.isString(t3) && t3.length ? `This property is deprecated. Please use the '${t3}' property instead.` : "This property is deprecated. Please do not use."; + r2.default.isString(i3) && i3.length && (n3 += " " + i3), this.logItemWarning(e3, n3); } isFilterMatch(e3) { return this._checkItemIsArchFilterObject(this._infoParm("archFilterObject", "isFilterMatch"), e3), e3.isMatch(this); @@ -13813,8 +13915,8 @@ var require_scripting_bundle = __commonJS({ }, 8818: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getBotConnectorBotVersions = t2.getBotConnectorBot = t2.getBotConnectorBots = void 0; - const n2 = i2(75601), r2 = i2(19413), o = i2(30345), a = i2(36019).default, s = { ignoreBadResponse: true }; - t2.getBotConnectorBots = a.request("GET", "{public-api.apps}/api/v2/integrations/botconnector/{integrationId}/bots/summaries", r2, s), t2.getBotConnectorBot = a.request("GET", "{public-api.apps}/api/v2/integrations/botconnector/{integrationId}/bots/{botId}", n2, s), t2.getBotConnectorBotVersions = a.request("GET", "{public-api.apps}/api/v2/integrations/botconnector/{integrationId}/bots/{botId}/versions", o, s); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(75601), o = i2(19413), a = i2(30345), s = { ignoreBadResponse: true }; + t2.getBotConnectorBots = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/botconnector/{integrationId}/bots/summaries", o, s), t2.getBotConnectorBot = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/botconnector/{integrationId}/bots/{botId}", r2, s), t2.getBotConnectorBotVersions = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/botconnector/{integrationId}/bots/{botId}/versions", a, s); }, 8820: (e2, t2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -13875,8 +13977,8 @@ var require_scripting_bundle = __commonJS({ }, 8851: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(965)), o = n2.__importDefault(i2(27752)), a = n2.__importDefault(i2(75810)), s = n2.__importDefault(i2(68301)), l = n2.__importDefault(i2(46421)), u = n2.__importDefault(i2(36967)), d = n2.__importDefault(i2(68783)), c = n2.__importDefault(i2(7221)), p = n2.__importDefault(i2(73506)), _ = n2.__importDefault(i2(73177)), h = n2.__importDefault(i2(35284)), m = n2.__importDefault(i2(78616)), g = n2.__importDefault(i2(17021)), f = n2.__importDefault(i2(8416)), T = n2.__importDefault(i2(40568)), y = n2.__importDefault(i2(87828)), S = n2.__importDefault(i2(37661)), A = n2.__importDefault(i2(47652)), N = n2.__importDefault(i2(1383)), O = n2.__importDefault(i2(81526)), I = n2.__importDefault(i2(47e3)), v = n2.__importDefault(i2(22309)), C = n2.__importDefault(i2(56677)), b = n2.__importDefault(i2(32504)), E = n2.__importDefault(i2(99621)), R = n2.__importDefault(i2(28447)), w = n2.__importDefault(i2(12707)), D = n2.__importDefault(i2(15904)), P = n2.__importDefault(i2(81832)), M = n2.__importDefault(i2(12163)), F = n2.__importDefault(i2(43520)), L = n2.__importDefault(i2(16912)), x = n2.__importDefault(i2(29390)), k = n2.__importDefault(i2(47818)), V = n2.__importDefault(i2(48932)), U = n2.__importDefault(i2(10202)), B = n2.__importDefault(i2(53862)), G = n2.__importDefault(i2(46131)), j = n2.__importDefault(i2(45252)), W = n2.__importDefault(i2(62240)), q = n2.__importDefault(i2(2036)), Y = n2.__importDefault(i2(37333)), H = n2.__importDefault(i2(65218)), J = n2.__importDefault(i2(44820)), z = n2.__importDefault(i2(8303)), K = n2.__importDefault(i2(39907)), $ = n2.__importDefault(i2(24156)), Q = n2.__importDefault(i2(95934)), X = n2.__importDefault(i2(26448)), Z = n2.__importDefault(i2(9819)), ee = n2.__importDefault(i2(441)), te = n2.__importDefault(i2(2410)), ie = n2.__importDefault(i2(25255)), ne = n2.__importDefault(i2(91685)), re = n2.__importDefault(i2(21224)), oe = n2.__importDefault(i2(52052)), ae = n2.__importDefault(i2(92595)), se = n2.__importDefault(i2(33513)), le = n2.__importDefault(i2(70109)), ue = n2.__importDefault(i2(86015)), de = n2.__importDefault(i2(8080)), ce = n2.__importDefault(i2(73080)), pe = n2.__importDefault(i2(77680)), _e = n2.__importDefault(i2(19791)), he = n2.__importDefault(i2(86473)), me = n2.__importDefault(i2(32345)), ge = n2.__importDefault(i2(98088)), fe = n2.__importDefault(i2(4130)), Te = n2.__importDefault(i2(29433)), ye = n2.__importDefault(i2(92257)), Se = n2.__importDefault(i2(99847)), Ae = n2.__importDefault(i2(59524)), Ne = n2.__importDefault(i2(10923)), Oe = n2.__importDefault(i2(89965)), Ie = n2.__importDefault(i2(20403)), ve = n2.__importDefault(i2(73903)), Ce = n2.__importDefault(i2(57088)), be = n2.__importDefault(i2(73677)), Ee = n2.__importDefault(i2(92109)), Re = n2.__importDefault(i2(50853)), we = n2.__importDefault(i2(91173)), De = n2.__importDefault(i2(99528)), Pe = n2.__importDefault(i2(68608)), Me = n2.__importDefault(i2(6568)), Fe = n2.__importDefault(i2(15589)), Le = n2.__importDefault(i2(19563)), xe = n2.__importDefault(i2(17302)), ke = n2.__importDefault(i2(56356)), Ve = n2.__importDefault(i2(48611)), Ue = n2.__importDefault(i2(66134)), Be = n2.__importDefault(i2(48787)), Ge = n2.__importDefault(i2(66632)), je = n2.__importDefault(i2(18953)), We = n2.__importDefault(i2(44409)), qe = n2.__importDefault(i2(2467)), Ye = n2.__importDefault(i2(94684)), He = n2.__importDefault(i2(51913)), Je = n2.__importDefault(i2(80344)), ze = n2.__importDefault(i2(6276)), Ke = n2.__importDefault(i2(90733)), $e = n2.__importDefault(i2(82118)), Qe = n2.__importDefault(i2(26166)), Xe = n2.__importDefault(i2(1227)), Ze = n2.__importDefault(i2(13169)), et = n2.__importDefault(i2(92395)), tt = n2.__importDefault(i2(151)), it = n2.__importDefault(i2(43497)), nt = n2.__importDefault(i2(90067)), rt = n2.__importDefault(i2(50720)), ot = n2.__importDefault(i2(40091)), at = n2.__importDefault(i2(83054)), st = n2.__importDefault(i2(80219)), lt = n2.__importDefault(i2(32050)), ut = n2.__importDefault(i2(95433)), dt = n2.__importDefault(i2(95201)), ct = n2.__importDefault(i2(38557)), pt = n2.__importDefault(i2(61828)), _t = n2.__importDefault(i2(87115)), ht = n2.__importDefault(i2(67987)), mt = n2.__importDefault(i2(94455)), gt = n2.__importDefault(i2(85763)), ft = n2.__importDefault(i2(92512)), Tt = n2.__importDefault(i2(77373)), yt = n2.__importDefault(i2(29829)), St = n2.__importDefault(i2(48167)), At = n2.__importDefault(i2(46638)), Nt = n2.__importDefault(i2(51978)), Ot = n2.__importDefault(i2(59497)), It = n2.__importDefault(i2(12252)), vt = n2.__importDefault(i2(384)), Ct = n2.__importDefault(i2(68436)), bt = n2.__importDefault(i2(66777)), Et = n2.__importDefault(i2(858)), Rt = n2.__importDefault(i2(19296)), wt = n2.__importDefault(i2(18993)), Dt = n2.__importDefault(i2(28323)), Pt = n2.__importDefault(i2(77775)), Mt = n2.__importDefault(i2(62320)), Ft = n2.__importDefault(i2(9019)), Lt = n2.__importDefault(i2(61397)), xt = n2.__importDefault(i2(14038)), kt = n2.__importDefault(i2(63338)), Vt = n2.__importDefault(i2(18431)), Ut = n2.__importDefault(i2(73583)), Bt = n2.__importDefault(i2(88911)), Gt = n2.__importDefault(i2(16608)), jt = n2.__importDefault(i2(35481)), Wt = n2.__importDefault(i2(31349)), qt = n2.__importDefault(i2(24714)), Yt = n2.__importDefault(i2(41935)), Ht = n2.__importDefault(i2(47038)), Jt = n2.__importDefault(i2(94705)), zt = n2.__importDefault(i2(15144)), Kt = n2.__importDefault(i2(22028)), $t = n2.__importDefault(i2(6209)), Qt = n2.__importDefault(i2(77031)), Xt = n2.__importDefault(i2(95847)), Zt = n2.__importDefault(i2(63370)), ei = n2.__importDefault(i2(95212)), ti = n2.__importDefault(i2(438)), ii = n2.__importDefault(i2(32732)), ni = n2.__importDefault(i2(15458)), ri = n2.__importDefault(i2(76827)), oi = n2.__importDefault(i2(48604)), ai = n2.__importDefault(i2(74422)), si = n2.__importDefault(i2(38764)), li = n2.__importDefault(i2(35589)), ui = { ArchActionAbortSurveyInvite: o.default, ArchActionAddFlowMilestone: a.default, ArchActionAskForAuthentication: s.default, ArchActionAskForBoolean: l.default, ArchActionAskForIntent: u.default, ArchActionAskForSlot: c.default, ArchActionAskForPayment: d.default, ArchActionAskSurveyQuestion: p.default, ArchActionAudioMonitoring: _.default, ArchActionCallAgenticVirtualAgent: h.default, ArchActionCallAudioConnector: m.default, ArchActionCallBotFlow: f.default, ArchActionCallBridge: T.default, ArchActionCallCommonModule: y.default, ArchActionCallData: S.default, ArchActionCallDataSecure: A.default, ArchActionCallDialogEngineBot: O.default, ArchActionCallDialogflowBot: I.default, ArchActionCallDialogflowCxBot: v.default, ArchActionCallDigitalBotConnector: C.default, ArchActionCallDigitalBotFlow: b.default, ArchActionCallGuide: E.default, ArchActionCallLexBot: R.default, ArchActionCallLexV2Bot: w.default, ArchActionCallBotConnector: g.default, ArchActionCallNuanceMixBot: D.default, ArchActionCallTask: P.default, ArchActionChangeState: F.default, ArchActionCallVoiceFlow: M.default, ArchActionClearActiveIntent: L.default, ArchActionClearPostFlow: x.default, ArchActionClearSlot: V.default, ArchActionClearUtilizationLabel: U.default, ArchActionClearVoicemailSnippet: B.default, ArchActionClearSkillExpressionFilters: k.default, ArchActionCollectInput: G.default, ArchActionProcessVoicemailInput: gt.default, ArchActionCollectVoiceSnippet: j.default, ArchActionCommunicate: W.default, ArchActionAbortSend: r2.default, ArchActionCompleteSend: q.default, ArchActionCompleteSurveyInvite: Y.default, ArchActionCreateCallback: H.default, ArchActionCreateConversationAttribute: J.default, ArchActionDataTableLookup: z.default, ArchActionDecision: K.default, ArchActionCallDecisionTable: N.default, ArchActionDecryptData: $.default, ArchActionDeflect: Q.default, ArchActionDetectIntent: X.default, ArchActionDetectSilence: Z.default, ArchActionDialByExtension: ee.default, ArchActionDigitalMenu: te.default, ArchActionDisconnect: ie.default, ArchActionDisconnectWorkitem: ne.default, ArchActionEnableParticipantRecord: re.default, ArchActionEncryptData: oe.default, ArchActionEndState: ae.default, ArchActionEndTask: se.default, ArchActionEndWorkflow: le.default, ArchActionEvaluateSchedule: ue.default, ArchActionEvaluateScheduleGroup: de.default, ArchActionEvaluateSkillExpressionFilters: ce.default, ArchActionExitBotFlow: pe.default, ArchActionExitWorkitemFlow: _e.default, ArchActionExtractSecureData: he.default, ArchActionFindDivision: me.default, ArchActionFindDivisions: ge.default, ArchActionFindEmergencyGroup: fe.default, ArchActionFindGrammar: Te.default, ArchActionFindGrammarById: ye.default, ArchActionFindGroup: Se.default, ArchActionFindKnowledgeBaseDocumentById: Ae.default, ArchActionFindLanguageSkill: Ne.default, ArchActionFindQueue: Oe.default, ArchActionFindQueueById: Ie.default, ArchActionFindSchedule: ve.default, ArchActionFindScheduleGroup: Ce.default, ArchActionFindSkill: be.default, ArchActionFindSystemPrompt: Ee.default, ArchActionFindUser: Re.default, ArchActionFindUserById: we.default, ArchActionFindUserPrompt: De.default, ArchActionFindUsersById: Pe.default, ArchActionFindUtilizationLabel: Me.default, ArchActionFlushAudio: Fe.default, ArchActionForm: Le.default, ArchActionGetConversationAttribute: ke.default, ArchActionGetConversationAttributes: Ve.default, ArchActionGetAssignedCustomerIntents: xe.default, ArchActionGetConversationData: Ue.default, ArchActionGetExternalContact: Ge.default, ArchActionGetExternalOrganization: je.default, ArchActionGetJourneyOutcome: We.default, ArchActionGetJourneyOutcomeScoresBySession: qe.default, ArchActionGetJourneySegment: Ye.default, ArchActionGetJourneySession: He.default, ArchActionGetJourneySessionsByExternalContact: Je.default, ArchActionGetParticipantData: ze.default, ArchActionGetRawSIPHeaders: Ke.default, ArchActionGetResponse: $e.default, ArchActionGetSecuredData: Qe.default, ArchActionGetEmailHeaders: Be.default, ArchActionGetSIPHeaders: Xe.default, ArchActionHoldMusic: Ze.default, ArchActionInitializeFlowOutcome: et.default, ArchActionJumpToMenu: tt.default, ArchActionJumpToTask: it.default, ArchActionLoop: nt.default, ArchActionLoopAnythingElse: rt.default, ArchActionLoopUntil: st.default, ArchActionLoopExit: ot.default, ArchActionLoopNext: at.default, ArchActionMenu: lt.default, ArchActionPlayAudio: ut.default, ArchActionPlayAudioOnSilence: dt.default, ArchActionPlayEstimatedWaitTime: ct.default, ArchActionPlayPositionInQueue: pt.default, ArchActionPlayUserGreeting: _t.default, ArchActionPlayUserName: ht.default, ArchActionPreviousMenu: mt.default, ArchActionPromoteExternalContact: ft.default, ArchActionRepeatMenu: Tt.default, ArchActionReturnToAgent: yt.default, ArchActionSearchExternalContacts: St.default, ArchActionSendAutoReply: At.default, ArchActionSendDigitalContent: Nt.default, ArchActionSendInteractiveApplication: Ot.default, ArchActionSendKnowledgeFeedback: It.default, ArchActionSendNotification: vt.default, ArchActionSendResponse: Ct.default, ArchActionSendRichLink: bt.default, ArchActionSetConversationData: Et.default, ArchActionSetExternalTag: Rt.default, ArchActionSetIntent: Dt.default, ArchActionSetFlowOutcome: wt.default, ArchActionSetLanguage: Pt.default, ArchActionSetParticipantData: Mt.default, ArchActionSetPostFlow: Ft.default, ArchActionSetPriority: Lt.default, ArchActionSetSecuredData: kt.default, ArchActionSetSkillExpressionFilters: Vt.default, ArchActionSetSkills: Ut.default, ArchActionSetScreenPop: xt.default, ArchActionSetUtilizationLabel: Bt.default, ArchActionSetUUIData: Gt.default, ArchActionSetWhisperAudio: jt.default, ArchActionShowKnowledgeArticle: qt.default, ArchActionSetWrapupCode: Wt.default, ArchActionSubmitVoicemailSnippet: Yt.default, ArchActionSubmitVoiceSnippet: Ht.default, ArchActionSwitch: Jt.default, ArchActionTask: zt.default, ArchActionTerminateWorkitem: Kt.default, ArchActionTranscription: $t.default, ArchActionTransferToAcd: Qt.default, ArchActionTransferToFlow: Xt.default, ArchActionTransferToFlowSecure: Zt.default, ArchActionTransferToGroup: ei.default, ArchActionTransferToNumber: ti.default, ArchActionTransferToUser: ii.default, ArchActionTransferToVoicemail: ni.default, ArchActionUpdateConversationAttribute: ri.default, ArchActionUpdateData: oi.default, ArchActionUpdateWorkitem: ai.default, ArchActionWait: si.default, ArchActionWaitForInput: li.default }; - t2.default = ui; + const n2 = i2(31635), r2 = n2.__importDefault(i2(965)), o = n2.__importDefault(i2(27752)), a = n2.__importDefault(i2(75810)), s = n2.__importDefault(i2(68301)), l = n2.__importDefault(i2(46421)), u = n2.__importDefault(i2(36967)), d = n2.__importDefault(i2(68783)), c = n2.__importDefault(i2(7221)), p = n2.__importDefault(i2(73506)), _ = n2.__importDefault(i2(73177)), h = n2.__importDefault(i2(35284)), m = n2.__importDefault(i2(78616)), g = n2.__importDefault(i2(17021)), f = n2.__importDefault(i2(8416)), T = n2.__importDefault(i2(40568)), y = n2.__importDefault(i2(87828)), S = n2.__importDefault(i2(37661)), A = n2.__importDefault(i2(47652)), N = n2.__importDefault(i2(1383)), O = n2.__importDefault(i2(81526)), I = n2.__importDefault(i2(47e3)), v = n2.__importDefault(i2(22309)), C = n2.__importDefault(i2(56677)), b = n2.__importDefault(i2(32504)), E = n2.__importDefault(i2(99621)), R = n2.__importDefault(i2(28447)), w = n2.__importDefault(i2(12707)), D = n2.__importDefault(i2(15904)), P = n2.__importDefault(i2(81832)), M = n2.__importDefault(i2(12163)), F = n2.__importDefault(i2(43520)), L = n2.__importDefault(i2(16912)), x = n2.__importDefault(i2(29390)), k = n2.__importDefault(i2(47818)), V = n2.__importDefault(i2(48932)), U = n2.__importDefault(i2(10202)), B = n2.__importDefault(i2(53862)), G = n2.__importDefault(i2(46131)), j = n2.__importDefault(i2(45252)), W = n2.__importDefault(i2(62240)), q = n2.__importDefault(i2(2036)), Y = n2.__importDefault(i2(37333)), H = n2.__importDefault(i2(65218)), J = n2.__importDefault(i2(44820)), z = n2.__importDefault(i2(8303)), K = n2.__importDefault(i2(39907)), $ = n2.__importDefault(i2(24156)), Q = n2.__importDefault(i2(95934)), X = n2.__importDefault(i2(26448)), Z = n2.__importDefault(i2(9819)), ee = n2.__importDefault(i2(441)), te = n2.__importDefault(i2(2410)), ie = n2.__importDefault(i2(25255)), ne = n2.__importDefault(i2(91685)), re = n2.__importDefault(i2(21224)), oe = n2.__importDefault(i2(52052)), ae = n2.__importDefault(i2(92595)), se = n2.__importDefault(i2(33513)), le = n2.__importDefault(i2(70109)), ue = n2.__importDefault(i2(86015)), de = n2.__importDefault(i2(8080)), ce = n2.__importDefault(i2(73080)), pe = n2.__importDefault(i2(77680)), _e = n2.__importDefault(i2(19791)), he = n2.__importDefault(i2(86473)), me = n2.__importDefault(i2(32345)), ge = n2.__importDefault(i2(98088)), fe = n2.__importDefault(i2(4130)), Te = n2.__importDefault(i2(29433)), ye = n2.__importDefault(i2(92257)), Se = n2.__importDefault(i2(99847)), Ae = n2.__importDefault(i2(59524)), Ne = n2.__importDefault(i2(10923)), Oe = n2.__importDefault(i2(89965)), Ie = n2.__importDefault(i2(20403)), ve = n2.__importDefault(i2(73903)), Ce = n2.__importDefault(i2(57088)), be = n2.__importDefault(i2(73677)), Ee = n2.__importDefault(i2(92109)), Re = n2.__importDefault(i2(50853)), we = n2.__importDefault(i2(91173)), De = n2.__importDefault(i2(99528)), Pe = n2.__importDefault(i2(68608)), Me = n2.__importDefault(i2(6568)), Fe = n2.__importDefault(i2(15589)), Le = n2.__importDefault(i2(19563)), xe = n2.__importDefault(i2(17302)), ke = n2.__importDefault(i2(56356)), Ve = n2.__importDefault(i2(48611)), Ue = n2.__importDefault(i2(66134)), Be = n2.__importDefault(i2(48787)), Ge = n2.__importDefault(i2(66632)), je = n2.__importDefault(i2(18953)), We = n2.__importDefault(i2(44409)), qe = n2.__importDefault(i2(2467)), Ye = n2.__importDefault(i2(94684)), He = n2.__importDefault(i2(51913)), Je = n2.__importDefault(i2(80344)), ze = n2.__importDefault(i2(6276)), Ke = n2.__importDefault(i2(90733)), $e = n2.__importDefault(i2(82118)), Qe = n2.__importDefault(i2(26166)), Xe = n2.__importDefault(i2(1227)), Ze = n2.__importDefault(i2(13169)), et = n2.__importDefault(i2(92395)), tt = n2.__importDefault(i2(151)), it = n2.__importDefault(i2(43497)), nt = n2.__importDefault(i2(90067)), rt = n2.__importDefault(i2(50720)), ot = n2.__importDefault(i2(40091)), at = n2.__importDefault(i2(83054)), st = n2.__importDefault(i2(80219)), lt = n2.__importDefault(i2(32050)), ut = n2.__importDefault(i2(95433)), dt = n2.__importDefault(i2(95201)), ct = n2.__importDefault(i2(38557)), pt = n2.__importDefault(i2(61828)), _t = n2.__importDefault(i2(87115)), ht = n2.__importDefault(i2(67987)), mt = n2.__importDefault(i2(94455)), gt = n2.__importDefault(i2(85763)), ft = n2.__importDefault(i2(92512)), Tt = n2.__importDefault(i2(77373)), yt = n2.__importDefault(i2(29829)), St = n2.__importDefault(i2(48167)), At = n2.__importDefault(i2(46638)), Nt = n2.__importDefault(i2(51978)), Ot = n2.__importDefault(i2(59497)), It = n2.__importDefault(i2(12252)), vt = n2.__importDefault(i2(384)), Ct = n2.__importDefault(i2(68436)), bt = n2.__importDefault(i2(66777)), Et = n2.__importDefault(i2(858)), Rt = n2.__importDefault(i2(19296)), wt = n2.__importDefault(i2(18993)), Dt = n2.__importDefault(i2(28323)), Pt = n2.__importDefault(i2(77775)), Mt = n2.__importDefault(i2(62320)), Ft = n2.__importDefault(i2(9019)), Lt = n2.__importDefault(i2(61397)), xt = n2.__importDefault(i2(14038)), kt = n2.__importDefault(i2(63338)), Vt = n2.__importDefault(i2(18431)), Ut = n2.__importDefault(i2(73583)), Bt = n2.__importDefault(i2(88911)), Gt = n2.__importDefault(i2(16608)), jt = n2.__importDefault(i2(35481)), Wt = n2.__importDefault(i2(31349)), qt = n2.__importDefault(i2(24714)), Yt = n2.__importDefault(i2(41935)), Ht = n2.__importDefault(i2(47038)), Jt = n2.__importDefault(i2(94705)), zt = n2.__importDefault(i2(15144)), Kt = n2.__importDefault(i2(22028)), $t = n2.__importDefault(i2(6209)), Qt = n2.__importDefault(i2(77031)), Xt = n2.__importDefault(i2(95847)), Zt = n2.__importDefault(i2(63370)), ei = n2.__importDefault(i2(95212)), ti = n2.__importDefault(i2(438)), ii = n2.__importDefault(i2(32732)), ni = n2.__importDefault(i2(15458)), ri = n2.__importDefault(i2(76827)), oi = n2.__importDefault(i2(48604)), ai = n2.__importDefault(i2(72683)), si = n2.__importDefault(i2(74422)), li = n2.__importDefault(i2(38764)), ui = n2.__importDefault(i2(35589)), di = { ArchActionAbortSurveyInvite: o.default, ArchActionAddFlowMilestone: a.default, ArchActionAskForAuthentication: s.default, ArchActionAskForBoolean: l.default, ArchActionAskForIntent: u.default, ArchActionAskForSlot: c.default, ArchActionAskForPayment: d.default, ArchActionAskSurveyQuestion: p.default, ArchActionAudioMonitoring: _.default, ArchActionCallAgenticVirtualAgent: h.default, ArchActionCallAudioConnector: m.default, ArchActionCallBotFlow: f.default, ArchActionCallBridge: T.default, ArchActionCallCommonModule: y.default, ArchActionCallData: S.default, ArchActionCallDataSecure: A.default, ArchActionCallDialogEngineBot: O.default, ArchActionCallDialogflowBot: I.default, ArchActionCallDialogflowCxBot: v.default, ArchActionCallDigitalBotConnector: C.default, ArchActionCallDigitalBotFlow: b.default, ArchActionCallGuide: E.default, ArchActionCallLexBot: R.default, ArchActionCallLexV2Bot: w.default, ArchActionCallBotConnector: g.default, ArchActionCallNuanceMixBot: D.default, ArchActionCallTask: P.default, ArchActionChangeState: F.default, ArchActionCallVoiceFlow: M.default, ArchActionClearActiveIntent: L.default, ArchActionClearPostFlow: x.default, ArchActionClearSlot: V.default, ArchActionClearUtilizationLabel: U.default, ArchActionClearVoicemailSnippet: B.default, ArchActionClearSkillExpressionFilters: k.default, ArchActionCollectInput: G.default, ArchActionProcessVoicemailInput: gt.default, ArchActionCollectVoiceSnippet: j.default, ArchActionCommunicate: W.default, ArchActionAbortSend: r2.default, ArchActionCompleteSend: q.default, ArchActionCompleteSurveyInvite: Y.default, ArchActionCreateCallback: H.default, ArchActionCreateConversationAttribute: J.default, ArchActionDataTableLookup: z.default, ArchActionDecision: K.default, ArchActionCallDecisionTable: N.default, ArchActionDecryptData: $.default, ArchActionDeflect: Q.default, ArchActionDetectIntent: X.default, ArchActionDetectSilence: Z.default, ArchActionDialByExtension: ee.default, ArchActionDigitalMenu: te.default, ArchActionDisconnect: ie.default, ArchActionDisconnectWorkitem: ne.default, ArchActionEnableParticipantRecord: re.default, ArchActionEncryptData: oe.default, ArchActionEndState: ae.default, ArchActionEndTask: se.default, ArchActionEndWorkflow: le.default, ArchActionEvaluateSchedule: ue.default, ArchActionEvaluateScheduleGroup: de.default, ArchActionEvaluateSkillExpressionFilters: ce.default, ArchActionExitBotFlow: pe.default, ArchActionExitWorkitemFlow: _e.default, ArchActionExtractSecureData: he.default, ArchActionFindDivision: me.default, ArchActionFindDivisions: ge.default, ArchActionFindEmergencyGroup: fe.default, ArchActionFindGrammar: Te.default, ArchActionFindGrammarById: ye.default, ArchActionFindGroup: Se.default, ArchActionFindKnowledgeBaseDocumentById: Ae.default, ArchActionFindLanguageSkill: Ne.default, ArchActionFindQueue: Oe.default, ArchActionFindQueueById: Ie.default, ArchActionFindSchedule: ve.default, ArchActionFindScheduleGroup: Ce.default, ArchActionFindSkill: be.default, ArchActionFindSystemPrompt: Ee.default, ArchActionFindUser: Re.default, ArchActionFindUserById: we.default, ArchActionFindUserPrompt: De.default, ArchActionFindUsersById: Pe.default, ArchActionFindUtilizationLabel: Me.default, ArchActionFlushAudio: Fe.default, ArchActionForm: Le.default, ArchActionGetConversationAttribute: ke.default, ArchActionGetConversationAttributes: Ve.default, ArchActionGetAssignedCustomerIntents: xe.default, ArchActionGetConversationData: Ue.default, ArchActionGetExternalContact: Ge.default, ArchActionGetExternalOrganization: je.default, ArchActionGetJourneyOutcome: We.default, ArchActionGetJourneyOutcomeScoresBySession: qe.default, ArchActionGetJourneySegment: Ye.default, ArchActionGetJourneySession: He.default, ArchActionGetJourneySessionsByExternalContact: Je.default, ArchActionGetParticipantData: ze.default, ArchActionGetRawSIPHeaders: Ke.default, ArchActionGetResponse: $e.default, ArchActionGetSecuredData: Qe.default, ArchActionGetEmailHeaders: Be.default, ArchActionGetSIPHeaders: Xe.default, ArchActionHoldMusic: Ze.default, ArchActionInitializeFlowOutcome: et.default, ArchActionJumpToMenu: tt.default, ArchActionJumpToTask: it.default, ArchActionLoop: nt.default, ArchActionLoopAnythingElse: rt.default, ArchActionLoopUntil: st.default, ArchActionLoopExit: ot.default, ArchActionLoopNext: at.default, ArchActionMenu: lt.default, ArchActionPlayAudio: ut.default, ArchActionPlayAudioOnSilence: dt.default, ArchActionPlayEstimatedWaitTime: ct.default, ArchActionPlayPositionInQueue: pt.default, ArchActionPlayUserGreeting: _t.default, ArchActionPlayUserName: ht.default, ArchActionPreviousMenu: mt.default, ArchActionPromoteExternalContact: ft.default, ArchActionRepeatMenu: Tt.default, ArchActionReturnToAgent: yt.default, ArchActionSearchExternalContacts: St.default, ArchActionSendAutoReply: At.default, ArchActionSendDigitalContent: Nt.default, ArchActionSendInteractiveApplication: Ot.default, ArchActionSendKnowledgeFeedback: It.default, ArchActionSendNotification: vt.default, ArchActionSendResponse: Ct.default, ArchActionSendRichLink: bt.default, ArchActionSetConversationData: Et.default, ArchActionSetExternalTag: Rt.default, ArchActionSetIntent: Dt.default, ArchActionSetFlowOutcome: wt.default, ArchActionSetLanguage: Pt.default, ArchActionSetParticipantData: Mt.default, ArchActionSetPostFlow: Ft.default, ArchActionSetPriority: Lt.default, ArchActionSetSecuredData: kt.default, ArchActionSetSkillExpressionFilters: Vt.default, ArchActionSetSkills: Ut.default, ArchActionSetScreenPop: xt.default, ArchActionSetUtilizationLabel: Bt.default, ArchActionSetUUIData: Gt.default, ArchActionSetWhisperAudio: jt.default, ArchActionShowKnowledgeArticle: qt.default, ArchActionSetWrapupCode: Wt.default, ArchActionSubmitVoicemailSnippet: Yt.default, ArchActionSubmitVoiceSnippet: Ht.default, ArchActionSwitch: Jt.default, ArchActionTask: zt.default, ArchActionTerminateWorkitem: Kt.default, ArchActionTranscription: $t.default, ArchActionTransferToAcd: Qt.default, ArchActionTransferToFlow: Xt.default, ArchActionTransferToFlowSecure: Zt.default, ArchActionTransferToGroup: ei.default, ArchActionTransferToNumber: ti.default, ArchActionTransferToUser: ii.default, ArchActionTransferToVoicemail: ni.default, ArchActionUpdateConversationAttribute: ri.default, ArchActionUpdateData: oi.default, ArchActionUpdateExternalContact: ai.default, ArchActionUpdateWorkitem: si.default, ArchActionWait: li.default, ArchActionWaitForInput: ui.default }; + t2.default = di; }, 8895: (e2) => { e2.exports = { askCommon: { invalidInputReceived: "No \xE9s v\xE0lid.", noInputReceived: "No he rebut cap entrada." }, askForBoolean: { noInput: 'Digueu "s\xED" si voleu continuar, o "no" en cas contrari.', noMatch: 'Digueu "s\xED" o "no". Voleu continuar?', question: "Voleu continuar?", noInputDigitalBot: 'Introdu\xEFu "S\xED" si voleu continuar, o "No" en cas contrari.', noMatchDigitalBot: 'Introdu\xEFu "S\xED" o "No". Voleu continuar?' }, askForIntent: { noInput: 'Escriviu una frase curta que descrigui la vostra consulta. Per exemple, "Comprovar el saldo del meu compte"', noMatch: "Torneu-me a dir qu\xE8 us agradaria fer.", question: "Qu\xE8 us agradaria fer?", noInputDigitalBot: 'Escriviu una frase curta que descrigui la vostra consulta. Per exemple, "Comprovar el saldo del meu compte"' }, askForSlot: { askFor: "Demaneu per %1$s", noInput: "Digueu o escriviu el (escriviu aqu\xED el nom de la vostra ranura).", noInputWithSlot: "Digueu o escriviu el %1$s.", noMatch: "Torneu-me a donar el (escriviu aqu\xED el nom de la vostra ranura).", noMatchWithSlot: "Torneu-me a donar el %1$s.", question: "Quin \xE9s el (escriviu aqu\xED el nom de la vostra ranura)?", questionWithSlot: "Quin \xE9s el %1$s?", pleaseEnterSlotNameHere: "(introdu\xEFu aqu\xED el nom de la vostra ranura)", noInputDigitalBot: "Introdu\xEFu el (escriviu aqu\xED el nom de la vostra ranura).", noInputWithSlotDigitalBot: "Introdu\xEFu el %1$s.", continuationPromptWithSlot: "De moment tinc {{Slot.%1$s}}, continueu." }, askForNextSlot: { noInput: 'Digueu "s\xED" si teniu una altra consulta, o "no" per finalitzar la trucada.', noMatch: 'Digueu "s\xED" si teniu una altra consulta, o "no" per finalitzar la sessi\xF3.', question: "Us puc ajudar amb res m\xE9s?", noInputDigitalBot: 'Introdu\xEFu "S\xED" si teniu una altra pregunta, o "No" per finalitzar la sessi\xF3.', noMatchDigitalBot: 'Introdu\xEFu "S\xED" si teniu una altra pregunta, o "No" per finalitzar la sessi\xF3.' }, askForPayment: { noInputDigitalBot: "Proporcioneu la informaci\xF3 de pagament per continuar.", noMatchDigitalBot: "No he ent\xE8s la resposta. Torneu-ho a provar." }, askForAuthentication: { noInputDigitalBot: "Proporcioneu la informaci\xF3 d'autenticaci\xF3 per continuar.", noMatchDigitalBot: "No he ent\xE8s la resposta. Torneu-ho a provar." }, askSurveyQuestion: { notApplicable: "No aplicable", surveyAnswerOptionSequence: "Premeu %1$s per a '%2$s'.", surveyAnswerNotApplicableSequence: "Premeu l'estrella per a No aplicable.", surveyAnswerNotApplicableWithQuestionSequence: "%1$s. Premeu l'estrella per a No aplicable.", voiceSurveyNoInputText: "Contesteu a la pregunta.", voiceSurveyNoMatchText: "No us he ent\xE8s." }, commonModule: { exitCommonModule: "Sortir del M\xF2dul Com\xFA" }, form: { noInputDigitalBot: "Completeu el formulari per continuar.", noMatchDigitalBot: "Completeu el formulari per continuar." }, messagingTemplate: { noInputDigitalBot: "Seleccioneu una de les opcions disponibles.", noMatchDigitalBot: "Seleccioneu una de les opcions disponibles." }, knowledgeSettings: { knowledgeAnswerHighlightFlowProgressionDefault: "Continuar", knowledgeAnswerHighlightFullArticleDefault: "Veure article complet", knowledgeInitialResponseMulti: "Per ajudar-me a entendre b\xE9 el vostre objectiu, trieu un n\xFAmero de la llista seg\xFCent:", knowledgeInitialResponseMultiRetry: "Trieu un n\xFAmero, per exemple '1'.\nUs tornem a mostrar la llista d'opcions:", knowledgeNoMatch: "Cap d'aquestes", knowledgeConfirmation: "Hem contestat a la vostra pregunta?", knowledgeFollowup: "Espero haver contestat la vostra pregunta. Podeu preguntar qualsevol altra cosa que vulgueu saber." }, noOverlay: { intent: { intentConfirmationStr1: "Em sembla que voleu", intentConfirmationStr2: "\xC9s correcte?" }, youSaid: { youSaidConfirmationStr1: "Heu dit", youSaidConfirmationStr2: "\xC9s correcte?", youSaidConfirmationStr1DigitalBot: "Heu introdu\xEFt" }, noInput: { noInputStr1: "Digueu o escriviu el", noInputStr1DigitalBot: "Introdu\xEFu el" }, noMatch: { noMatchStr1: "Doneu-me el" }, whatIs: { whatIsQuestionStr1: "Quin \xE9s el", whatIsQuestionStr2: "?" }, iGotContinuation: { iGotContinuationStr1: "De moment tinc", iGotContinuationStr2: ", continueu." } }, defaultCallFlowOne: "Flux de trucades predeterminades", errorHandlingAgentEscalationConfirmation: "Voleu parlar amb un assessor. \xC9s correcte?", errorHandlingAgentEscalationHandover: "Un moment, si us plau, i us posar\xE9 en contacte amb alg\xFA altre.", errorHandlingErrorEventHandover: "S'ha produ\xEFt un error. Espereu un moment mentre us poso en contacte amb alg\xFA que us pugui ajudar.", errorHandlingErrorEventHandoverVoiceSurvey: "S'ha produ\xEFt un error. A reveure.", errorHandlingRecognitionEventHandover: "Disculpeu-me, em costa entendre-us. Espereu un moment mentre us poso en contacte amb alg\xFA que us pugui ajudar.", errorHandlingRecognitionEventHandoverVoiceSurvey: "Tinc problemes per entendre-us. A reveure.", errorHandlingTTS: "S'ha produ\xEFt un error. Proveu de tornar a trucar.", initialGreetingTTS: "Hola, aquesta \xE9s la salutaci\xF3 inicial.", initialState: "Estat inicial", initialBotState: "Assistent de veu predeterminat", initialDigitalBotState: "Salutaci\xF3 inicial", initialSurveyBotState: "Bot d'enquestes", intentConfirmation: "Em sembla que voleu %1$s, \xE9s aix\xED?", mainMenu: "Men\xFA principal", mainMenuTTS: "Sou al Men\xFA principal, premeu 9 per a la desconnexi\xF3", mainTask: "Tasca", settingsConfirmationNoInputApology: "Disculpeu, no us he escoltat b\xE9. Digueu s\xED o no.", settingsConfirmationNoInputApologyDigitalBot: 'No he rebut cap entrada vostra. Introdu\xEFu "S\xED" o "No".', settingsConfirmationNoMatchApology: "Digueu s\xED o no.", settingsConfirmationNoMatchApologyDigitalBot: 'Introdu\xEFu "S\xED" o "No".', settingsNoInputApology: "Disculpeu, no us he escoltat b\xE9.", settingsNoInputApologyDigitalBot: "No he rebut cap entrada vostra.", settingsEndOfSessionMessageDigitalBot: "Fa temps que no tinc not\xEDcies vostres, aix\xED que tanco aquest xat. Torneu si necessiteu la meva ajuda de nou. Gr\xE0cies.", settingsNoMatchApology: "Us demanem disculpes.", settingsNoToConfirmationApology: "\xC9s error meu.", periodicStateName: "Estat recurrent" }; }, 8929: (e2, t2, i2) => { @@ -14133,7 +14235,7 @@ var require_scripting_bundle = __commonJS({ "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.transferToAcdWorkitemFailureReasonsAll = t2.transferToAcdWorkitemFailureReasonsRoutingSkillExpressionsFeature = t2.transferToAcdWorkitemFailureReasonsKnownAgentRoutingFeature = t2.baseTransferToAcdWorkitemFailureReasons = t2.transferToAcdFailureReasonsAll = t2.transferToAcdFailureReasonsRoutingSkillExpressionsFeature = t2.transferToAcdFailureReasonsKnownAgentRoutingFeature = t2.baseTransferToAcdFailureReasons = t2.voicemailTransferFailureReasons = t2.failureReasons = t2.externalTransferFailureReasons = t2.userTransferFailureReasonsAll = t2.queueTransferFailureReasonsAll = t2.userTransferFailureReasonsForBotFlowType = t2.groupTransferFailureReasonsForBotFlowType = t2.baseTransferFailureReasonsForBotFlowType = t2.userTransferFailureReasonsForWorkitemFlowType = t2.queueTransferFailureReasonsForWorkitemFlowType = t2.queueTransferFailureReasons = t2.queueTransferFailureReasonsBase = t2.userTransferFailureReasons = t2.userTransferFailureReasonsBase = t2.groupTransferFailureReasons = t2.flowTransferFailureReasons = t2.defaultTransferFailureReasons = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(3219), o = i2(3219), a = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", busy: "Busy", generalError: "GeneralError", invalidFlow: "InvalidFlow", invalidGroup: "InvalidGroup", invalidNumber: "InvalidNumber", invalidQueue: "InvalidQueue", invalidSkillExpressionFilter: "InvalidSkillExpressionFilter", invalidUser: "InvalidUser", invalidWorkitem: "InvalidWorkitem", networkBusy: "NetworkBusy", noAnswer: "NoAnswer", noAnswerVoicemailNotAllowed: "NoAnswerVoicemailNotAllowed", noAnswerVoicemailNotConfigured: "NoAnswerVoicemailNotConfigured", tooManyPreferredAgents: "TooManyPreferredAgents" }; - t2.defaultTransferFailureReasons = [a.generalError], t2.flowTransferFailureReasons = [...t2.defaultTransferFailureReasons, a.invalidFlow, a.noAnswer], t2.groupTransferFailureReasons = [...t2.defaultTransferFailureReasons, a.busy, a.invalidGroup, a.networkBusy, a.noAnswer, a.noAnswerVoicemailNotAllowed, a.noAnswerVoicemailNotConfigured], t2.userTransferFailureReasonsBase = [...t2.defaultTransferFailureReasons, a.actionInvocationLimitExceeded, a.invalidUser, a.invalidWorkitem, a.networkBusy], t2.userTransferFailureReasons = [...t2.userTransferFailureReasonsBase, a.busy, a.noAnswer, a.noAnswerVoicemailNotAllowed, a.noAnswerVoicemailNotConfigured], t2.queueTransferFailureReasonsBase = [...t2.defaultTransferFailureReasons, a.invalidQueue], t2.queueTransferFailureReasons = [...t2.queueTransferFailureReasonsBase, a.noAnswer], t2.queueTransferFailureReasonsForWorkitemFlowType = n2.default.uniq([...t2.queueTransferFailureReasonsBase, ...o.getQueueTransferActionWorkitemFailureReasons]), t2.userTransferFailureReasonsForWorkitemFlowType = n2.default.uniq([...t2.userTransferFailureReasonsBase, ...r2.getUserTransferActionWorkitemFailureReasons]), t2.baseTransferFailureReasonsForBotFlowType = [...t2.defaultTransferFailureReasons, a.busy, a.networkBusy, a.noAnswer], t2.groupTransferFailureReasonsForBotFlowType = [...t2.baseTransferFailureReasonsForBotFlowType, a.invalidGroup], t2.userTransferFailureReasonsForBotFlowType = [...t2.baseTransferFailureReasonsForBotFlowType, a.invalidUser], t2.queueTransferFailureReasonsAll = n2.default.uniq([...t2.queueTransferFailureReasons, ...t2.queueTransferFailureReasonsForWorkitemFlowType, a.tooManyPreferredAgents, a.invalidSkillExpressionFilter]), t2.userTransferFailureReasonsAll = n2.default.uniq([...t2.userTransferFailureReasons, ...t2.userTransferFailureReasonsForWorkitemFlowType]), t2.externalTransferFailureReasons = [...t2.defaultTransferFailureReasons, a.busy, a.invalidNumber, a.networkBusy, a.noAnswer], t2.failureReasons = a, t2.voicemailTransferFailureReasons = [...t2.defaultTransferFailureReasons, a.busy, a.invalidGroup, a.invalidQueue, a.invalidUser, a.networkBusy, a.noAnswer, a.noAnswerVoicemailNotConfigured], t2.baseTransferToAcdFailureReasons = t2.queueTransferFailureReasons, t2.transferToAcdFailureReasonsKnownAgentRoutingFeature = [...t2.baseTransferToAcdFailureReasons, a.tooManyPreferredAgents], t2.transferToAcdFailureReasonsRoutingSkillExpressionsFeature = [...t2.baseTransferToAcdFailureReasons, a.invalidSkillExpressionFilter], t2.transferToAcdFailureReasonsAll = [...t2.baseTransferToAcdFailureReasons, a.tooManyPreferredAgents, a.invalidSkillExpressionFilter], t2.baseTransferToAcdWorkitemFailureReasons = t2.queueTransferFailureReasonsForWorkitemFlowType, t2.transferToAcdWorkitemFailureReasonsKnownAgentRoutingFeature = [...t2.baseTransferToAcdWorkitemFailureReasons, a.tooManyPreferredAgents], t2.transferToAcdWorkitemFailureReasonsRoutingSkillExpressionsFeature = [...t2.baseTransferToAcdWorkitemFailureReasons, a.invalidSkillExpressionFilter], t2.transferToAcdWorkitemFailureReasonsAll = [...t2.baseTransferToAcdWorkitemFailureReasons, a.tooManyPreferredAgents, a.invalidSkillExpressionFilter]; + t2.defaultTransferFailureReasons = [a.generalError], t2.flowTransferFailureReasons = [...t2.defaultTransferFailureReasons, a.invalidFlow, a.noAnswer], t2.groupTransferFailureReasons = [...t2.defaultTransferFailureReasons, a.busy, a.invalidGroup, a.networkBusy, a.noAnswer, a.noAnswerVoicemailNotAllowed, a.noAnswerVoicemailNotConfigured], t2.userTransferFailureReasonsBase = [...t2.defaultTransferFailureReasons, a.actionInvocationLimitExceeded, a.invalidUser, a.invalidWorkitem, a.networkBusy], t2.userTransferFailureReasons = [...t2.userTransferFailureReasonsBase, a.busy, a.noAnswer, a.noAnswerVoicemailNotAllowed, a.noAnswerVoicemailNotConfigured], t2.queueTransferFailureReasonsBase = [...t2.defaultTransferFailureReasons, a.invalidQueue], t2.queueTransferFailureReasons = [...t2.queueTransferFailureReasonsBase, a.noAnswer], t2.queueTransferFailureReasonsForWorkitemFlowType = n2.default.uniq([...t2.queueTransferFailureReasonsBase, ...r2.queueTransferActionWorkitemFailureReasons]), t2.userTransferFailureReasonsForWorkitemFlowType = n2.default.uniq([...t2.userTransferFailureReasonsBase, ...o.userTransferActionWorkitemFailureReasons]), t2.baseTransferFailureReasonsForBotFlowType = [...t2.defaultTransferFailureReasons, a.busy, a.networkBusy, a.noAnswer], t2.groupTransferFailureReasonsForBotFlowType = [...t2.baseTransferFailureReasonsForBotFlowType, a.invalidGroup], t2.userTransferFailureReasonsForBotFlowType = [...t2.baseTransferFailureReasonsForBotFlowType, a.invalidUser], t2.queueTransferFailureReasonsAll = n2.default.uniq([...t2.queueTransferFailureReasons, ...t2.queueTransferFailureReasonsForWorkitemFlowType, a.tooManyPreferredAgents, a.invalidSkillExpressionFilter]), t2.userTransferFailureReasonsAll = n2.default.uniq([...t2.userTransferFailureReasons, ...t2.userTransferFailureReasonsForWorkitemFlowType]), t2.externalTransferFailureReasons = [...t2.defaultTransferFailureReasons, a.busy, a.invalidNumber, a.networkBusy, a.noAnswer], t2.failureReasons = a, t2.voicemailTransferFailureReasons = [...t2.defaultTransferFailureReasons, a.busy, a.invalidGroup, a.invalidQueue, a.invalidUser, a.networkBusy, a.noAnswer, a.noAnswerVoicemailNotConfigured], t2.baseTransferToAcdFailureReasons = t2.queueTransferFailureReasons, t2.transferToAcdFailureReasonsKnownAgentRoutingFeature = [...t2.baseTransferToAcdFailureReasons, a.tooManyPreferredAgents], t2.transferToAcdFailureReasonsRoutingSkillExpressionsFeature = [...t2.baseTransferToAcdFailureReasons, a.invalidSkillExpressionFilter], t2.transferToAcdFailureReasonsAll = [...t2.baseTransferToAcdFailureReasons, a.tooManyPreferredAgents, a.invalidSkillExpressionFilter], t2.baseTransferToAcdWorkitemFailureReasons = t2.queueTransferFailureReasonsForWorkitemFlowType, t2.transferToAcdWorkitemFailureReasonsKnownAgentRoutingFeature = [...t2.baseTransferToAcdWorkitemFailureReasons, a.tooManyPreferredAgents], t2.transferToAcdWorkitemFailureReasonsRoutingSkillExpressionsFeature = [...t2.baseTransferToAcdWorkitemFailureReasons, a.invalidSkillExpressionFilter], t2.transferToAcdWorkitemFailureReasonsAll = [...t2.baseTransferToAcdWorkitemFailureReasons, a.tooManyPreferredAgents, a.invalidSkillExpressionFilter]; }, 9292: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -14909,6 +15011,16 @@ var require_scripting_bundle = __commonJS({ } } t2.default = l; + }, 10231: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.defaultExternalContactPatchCondition = t2.externalContactPatchConditions = void 0, t2.getAvailableConditionsForField = function(e3) { + return e3 ? t2.externalContactPatchConditions : t2.externalContactPatchConditions.filter((e4) => !e4.requiresSingleItem); + }; + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(41510)), a = i2(47957); + function s(e3, t3) { + return (0, r2.sprintf)(o.default.externalContacts.conditionLabelFormat, e3, t3); + } + t2.externalContactPatchConditions = [{ id: "Update", label: s(a.generic.update, "Update"), requiresValue: true, requiresSingleItem: false }, { id: "UpdateIfExists", label: s(a.updateExternalContact.conditionUpdateIfExists, "UpdateIfExists"), requiresValue: true, requiresSingleItem: false }, { id: "UpdateIfEmpty", label: s(a.updateExternalContact.conditionUpdateIfEmpty, "UpdateIfEmpty"), requiresValue: true, requiresSingleItem: false }, { id: "Remove", label: s(a.generic.remove, "Remove"), requiresValue: false, requiresSingleItem: false }, { id: "AppendToCollection", label: s(a.updateExternalContact.conditionAppendToCollection, "AppendToCollection"), requiresValue: true, requiresSingleItem: true }, { id: "RemoveFromCollection", label: s(a.updateExternalContact.conditionRemoveFromCollection, "RemoveFromCollection"), requiresValue: true, requiresSingleItem: true }], t2.defaultExternalContactPatchCondition = t2.externalContactPatchConditions[0]; }, 10236: (e2, t2, i2) => { const n2 = i2(5532).default, { builderPartIds: r2 } = i2(69149), o = i2(94053).A, { globalTypes: a } = i2(14394); e2.exports = { create: () => { @@ -15145,57 +15257,54 @@ var require_scripting_bundle = __commonJS({ }), e2.exports = o; }, 10798: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getFeatureConfig = m, t2.getEnabledFeatureConfigNames = function() { + Object.defineProperty(t2, "__esModule", { value: true }), t2.getFeatureConfig = _, t2.getEnabledFeatureConfigNames = function() { const e3 = []; - return r2.default.each(h, (t3) => { - f(t3.featureConfigName) && e3.push(t3.featureConfigName); + return r2.default.each(p, (t3) => { + m(t3.featureConfigName) && e3.push(t3.featureConfigName); }), e3; - }, t2.isFeaturePresent = g, t2.isFeatureAvailable = f, t2.isFeatureUnavailable = function(e3) { - return !f(e3); + }, t2.isFeaturePresent = h, t2.isFeatureAvailable = m, t2.isFeatureUnavailable = function(e3) { + return !m(e3); }, t2.setBootstrapData = function(e3) { r2.default.each(e3.featureConfigs, (e4, t3) => { - h[t3] = new l.default(t3, e4); - }), p = true; + p[t3] = new s.default(t3, e4); + }), d = true; }, t2.hasTestConfig = function() { throw new Error("this should only be called during unit tests"); }, t2._makeFeatureAvailableForTest = function(e3, t3) { throw new Error("this should only be called during unit tests"); - }, t2.checkSingletonForFeatureSupport = T, t2.checkArrayForFeatureSupport = function(e3) { + }, t2.checkSingletonForFeatureSupport = g, t2.checkArrayForFeatureSupport = function(e3) { let t3 = true; return e3.forEach((e4) => { - T(e4) || (t3 = false); + g(e4) || (t3 = false); }), t3; }, t2._resetTestFeatureAvailability = function() { throw new Error("this should only be called during unit tests"); }; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(24032)), a = n2.__importDefault(i2(14166)), s = n2.__importDefault(i2(4648)), l = n2.__importDefault(i2(97063)), u = i2(16321), d = n2.__importStar(i2(12847)), c = o.getTopic("featureConfig"); - let p = false; - function _(e3) { - p || d.error(`feature '${e3}' being queried before feature configs have been loaded`); + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(24032)), a = n2.__importDefault(i2(14166)), s = (n2.__importDefault(i2(4648)), n2.__importDefault(i2(97063))), l = i2(16321), u = n2.__importStar(i2(12847)); + o.getTopic("featureConfig"); + let d = false; + function c(e3) { + d || u.error(`feature '${e3}' being queried before feature configs have been loaded`); } - const h = /* @__PURE__ */ new Map(); - function m(e3) { - let t3 = h[e3]; + const p = /* @__PURE__ */ new Map(); + function _(e3) { + let t3 = p[e3]; if (!t3) { - if (!s.default[e3]) { - const t4 = `Unknown feature being requested: ${e3}`; - c.error(t4); - } const i3 = a.default.createNotAvailable(e3); - t3 = h[e3] = new l.default(e3, i3); + t3 = p[e3] = new s.default(e3, i3); } return t3; } - function g(e3) { - return _(e3), !!u.bootstrapService.featureConfigs[e3]; + function h(e3) { + return c(e3), !!l.bootstrapService.featureConfigs[e3]; } - function f(e3) { - _(e3); - const t3 = m(e3); + function m(e3) { + c(e3); + const t3 = _(e3); return !!t3 && !!t3.isAvailable; } - function T(e3) { - return g(e3.name) ? f(e3.name) : e3.treatAsAvailableIfNotPresent; + function g(e3) { + return h(e3.name) ? m(e3.name) : e3.treatAsAvailableIfNotPresent; } }, 10914: (e2, t2) => { "use strict"; @@ -15480,7 +15589,7 @@ var require_scripting_bundle = __commonJS({ }, 11210: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(37873)), o = n2.__importDefault(i2(94225)), a = i2(62829); + const n2 = i2(31635), r2 = n2.__importDefault(i2(37873)), o = n2.__importDefault(i2(94225)), a = n2.__importStar(i2(62829)); class s extends r2.default { static get definition() { const e3 = this.prototype; @@ -15615,15 +15724,15 @@ var require_scripting_bundle = __commonJS({ t2.GroupType = c, c.typeIdentifier = u.expressionTypeNames.group; }, 11332: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(71012), s = n2.__importDefault(i2(2318)), l = n2.__importDefault(i2(27203)), u = n2.__importStar(i2(59288)), d = n2.__importStar(i2(36781)), c = n2.__importStar(i2(10798)), p = n2.__importStar(i2(33230)), _ = i2(26847), h = n2.__importStar(i2(1115)), m = i2(12179), g = n2.__importDefault(i2(97891)), f = n2.__importDefault(i2(80570)), T = i2(20083), y = n2.__importDefault(i2(4648)), S = i2(80428), A = i2(14187), N = i2(38551), O = i2(21733), I = i2(47957); - class v extends f.default { + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(71012), s = n2.__importDefault(i2(2318)), l = n2.__importDefault(i2(27203)), u = n2.__importStar(i2(59288)), d = n2.__importStar(i2(36781)), c = n2.__importStar(i2(10798)), p = n2.__importStar(i2(33230)), _ = i2(26847), h = n2.__importStar(i2(1115)), m = i2(12179), g = n2.__importDefault(i2(97891)), f = n2.__importDefault(i2(80570)), T = i2(95443), y = i2(20083), S = n2.__importDefault(i2(4648)), A = i2(80428), N = i2(14187), O = i2(38551), I = i2(21733), v = i2(47957); + class C extends f.default { constructor(e3, t3) { - super(e3), this.addOptionalPathsFromModel(t3), this._loadModel(t3), c.isFeatureAvailable(y.default.botFlowsAdvancedKnowledgeHandling) && this.setKnowledgeSearchResultOutOfService(), this.question.options.setBuilderLanguagesSequenceConfig(a.askForIntentSequences.questionSequence), this.noMatch.options.setBuilderLanguagesSequenceConfig(a.askForIntentSequences.noMatchSequence), this.parentFlow.isDigitalBotFlow ? this.noInput.options.setBuilderLanguagesSequenceConfig(a.askForIntentSequences.noInputDigitalBotSequence) : this.noInput.options.setBuilderLanguagesSequenceConfig(a.askForIntentSequences.noInputSequence), this.addAutoCleanedUpEventListener(d.nluUpdatedByWorkbench, this.updateIntentPaths.bind(this)), this.addAutoCleanedUpEventSinkWatch(d.lastPathActionRemoved, this, this.removeUnusedOutput.bind(this)), c.isFeatureAvailable(y.default.botFlowsAdvancedKnowledgeHandling) && this.addAutoCleanedUpEventListener(d.branchesChanged, () => { + super(e3), this.addOptionalPathsFromModel(t3), this._loadModel(t3), c.isFeatureAvailable(S.default.botFlowsAdvancedKnowledgeHandling) && this.setKnowledgeSearchResultOutOfService(), this.question.options.setBuilderLanguagesSequenceConfig(a.askForIntentSequences.questionSequence), this.noMatch.options.setBuilderLanguagesSequenceConfig(a.askForIntentSequences.noMatchSequence), this.parentFlow.isDigitalBotFlow ? this.noInput.options.setBuilderLanguagesSequenceConfig(a.askForIntentSequences.noInputDigitalBotSequence) : this.noInput.options.setBuilderLanguagesSequenceConfig(a.askForIntentSequences.noInputSequence), this.addAutoCleanedUpEventListener(d.nluUpdatedByWorkbench, this.updateIntentPaths.bind(this)), this.addAutoCleanedUpEventSinkWatch(d.lastPathActionRemoved, this, this.removeUnusedOutput.bind(this)), c.isFeatureAvailable(S.default.botFlowsAdvancedKnowledgeHandling) && this.addAutoCleanedUpEventListener(d.branchesChanged, () => { this.setKnowledgeSearchResultOutOfService(); }), this.sortBranches(); } static get managedProperties() { - return [{ property: "knowledgeSearchResult", label: I.cardsAndCars.knowledgeSearchResultLabel, type: S.expressionTypeNames.knowledgeBaseDocument, options: T.ExpressionTypeKnowledgeBaseDocumentOptions.create((e3) => e3.setAsOutput().setDefaultVariableScope(A.scopes.flow).setIsOptional(true).setDefaultToVariable(true).setIsCollection(true).setIninTestingField("knowledgeSearchResult").setDescriptionInfo(I.cardsAndCars.knowledgeSearchResultLabel, I.cardsAndCars.knowledgeSearchResultDescription).setFeatureConfigName(y.default.botFlowsAdvancedKnowledgeHandling).setUiPropertyOrder(15)), yamlOptions: v.createYamlOptions("knowledgeSearchResult", (e3) => e3.setExportOrder(51)) }]; + return [{ property: "knowledgeSearchResult", label: v.cardsAndCars.knowledgeSearchResultLabel, type: A.expressionTypeNames.knowledgeBaseDocument, options: y.ExpressionTypeKnowledgeBaseDocumentOptions.create((e3) => e3.setAsOutput().setDefaultVariableScope(N.scopes.flow).setIsOptional(true).setDefaultToVariable(true).setIsCollection(true).setIninTestingField("knowledgeSearchResult").setDescriptionInfo(v.cardsAndCars.knowledgeSearchResultLabel, c.isFeatureAvailable(S.default.botFlowsAnswerGenerationMultipleArticles) ? v.cardsAndCars.knowledgeSearchResultDescriptionMultipleArticles : v.cardsAndCars.knowledgeSearchResultDescription).setFeatureConfigName(S.default.botFlowsAdvancedKnowledgeHandling).setUiPropertyOrder(15)), yamlOptions: C.createYamlOptions("knowledgeSearchResult", (e3) => e3.setExportOrder(51)) }, (0, T.createBargeInManagedProperty)(8, v.speechToText.recognitionParams.speechRecognitionParameters)]; } static get branchInfo() { return [l.default.noIntentOptional, l.default.knowledgeOptional, l.default.maxNoInputsOptional]; @@ -15636,7 +15745,7 @@ var require_scripting_bundle = __commonJS({ return true; } setNewInstanceDefaults(e3) { - super.setNewInstanceDefaults(e3), this.setNewInstanceQuestionText(O(this.parentFlow.defaultLanguage).askForIntent.question), this.setNewInstanceNoMatchText(O(this.parentFlow.defaultLanguage).askForIntent.noMatch), this.parentFlow.isDigitalBotFlow ? this.setNewInstanceNoInputText(O(this.parentFlow.defaultLanguage).askForIntent.noInputDigitalBot) : this.setNewInstanceNoInputText(O(this.parentFlow.defaultLanguage).askForIntent.noInput), this.setBranchOutOfService(l.default.noIntentOptional.outputId), this.setBranchOutOfService(l.default.knowledgeOptional.outputId), this.setBranchOutOfService(l.default.maxNoInputsOptional.outputId); + super.setNewInstanceDefaults(e3), this.setNewInstanceQuestionText(I(this.parentFlow.defaultLanguage).askForIntent.question), this.setNewInstanceNoMatchText(I(this.parentFlow.defaultLanguage).askForIntent.noMatch), this.parentFlow.isDigitalBotFlow ? this.setNewInstanceNoInputText(I(this.parentFlow.defaultLanguage).askForIntent.noInputDigitalBot) : this.setNewInstanceNoInputText(I(this.parentFlow.defaultLanguage).askForIntent.noInput), this.setBranchOutOfService(l.default.noIntentOptional.outputId), this.setBranchOutOfService(l.default.knowledgeOptional.outputId), this.setBranchOutOfService(l.default.maxNoInputsOptional.outputId); } addBranchForIntent(e3) { let t3 = this.branches.find((t4) => t4.label === e3); @@ -15684,9 +15793,9 @@ var require_scripting_bundle = __commonJS({ super.validate(e3); const n3 = this.parentFlow.botFlowSettings.nluDomain; if (e3.isDeep && !this.isReadOnly && n3 && this.updateIntentPaths(), this.isDisabled) return; - s.default.currentUserCanUseKnowledge ? o.default.find(this.branches, (e4) => (e4.isDynamicBranch || e4.id === _.outputIds.knowledge) && !e4.isDisabled) || e3.addError(this, (0, r2.sprintf)(I.askForIntent.mustEnableOneNluIntentOrKnowledge, I.generic.branches.knowledgeDialogEngine)) : this.getIntents().length ? o.default.find(this.branches, (e4) => e4.isDynamicBranch && !e4.isDisabled) || e3.addError(this, I.askForIntent.mustEnableOneNluIntent) : e3.addError(this, I.askForIntent.nluMustHaveOneIntent); + s.default.currentUserCanUseKnowledge ? o.default.find(this.branches, (e4) => (e4.isDynamicBranch || e4.id === _.outputIds.knowledge) && !e4.isDisabled) || e3.addError(this, (0, r2.sprintf)(v.askForIntent.mustEnableOneNluIntentOrKnowledge, v.generic.branches.knowledgeDialogEngine)) : this.getIntents().length ? o.default.find(this.branches, (e4) => e4.isDynamicBranch && !e4.isDisabled) || e3.addError(this, v.askForIntent.mustEnableOneNluIntent) : e3.addError(this, v.askForIntent.nluMustHaveOneIntent); const a2 = this.getBranch(_.outputIds.knowledge); - a2 && !a2.outOfService && ((null === (t3 = this.parentFlow.knowledgeSettings) || void 0 === t3 ? void 0 : t3.hasKnowledgeBaseConfigured) || this.parentFlow.knowledgeSettings.knowledgeVersion && this.parentFlow.knowledgeSettings.knowledgeVersion.text !== N.KnowledgeVersionValues.v2 ? (null === (i3 = this.parentFlow.knowledgeSettings) || void 0 === i3 ? void 0 : i3.hasKnowledgeSettingConfigured) || this.parentFlow.knowledgeSettings.knowledgeVersion.text !== N.KnowledgeVersionValues.v3 || e3.addError(this, (0, r2.sprintf)(I.askForIntent.knowledgeSettingMustBeSelectedWhenKnowledgePathEnabled, I.knowledgeSettings.knowledgeSetting)) : e3.addError(this, (0, r2.sprintf)(I.askForIntent.knowledgeBaseMustBeSelectedWhenKnowledgePathEnabled, I.knowledgeSettings.knowledgeBase))); + a2 && !a2.outOfService && ((null === (t3 = this.parentFlow.knowledgeSettings) || void 0 === t3 ? void 0 : t3.hasKnowledgeBaseConfigured) || this.parentFlow.knowledgeSettings.knowledgeVersion && this.parentFlow.knowledgeSettings.knowledgeVersion.text !== O.KnowledgeVersionValues.v2 ? (null === (i3 = this.parentFlow.knowledgeSettings) || void 0 === i3 ? void 0 : i3.hasKnowledgeSettingConfigured) || this.parentFlow.knowledgeSettings.knowledgeVersion.text !== O.KnowledgeVersionValues.v3 || e3.addError(this, (0, r2.sprintf)(v.askForIntent.knowledgeSettingMustBeSelectedWhenKnowledgePathEnabled, v.knowledgeSettings.knowledgeSetting)) : e3.addError(this, (0, r2.sprintf)(v.askForIntent.knowledgeBaseMustBeSelectedWhenKnowledgePathEnabled, v.knowledgeSettings.knowledgeBase))); } processKnowledgeBaseChanged() { this.updateKnowledgePath(), h.validateAction(this, true, true); @@ -15706,7 +15815,7 @@ var require_scripting_bundle = __commonJS({ super._initializeDesignTime(), this.optionalBranchInfo.length || this.createBranchesForAllNLUIntents(), s.default.currentUserCanUseKnowledge && this.addAutoCleanedUpEventSinkWatch(d.valueChanged, null === (e3 = this.parentFlow.knowledgeSettings) || void 0 === e3 ? void 0 : e3.knowledge, () => this.processKnowledgeBaseChanged()), s.default.currentUserCanUseKnowledgeV3 && this.addAutoCleanedUpEventSinkWatch(d.valueChanged, null === (t3 = this.parentFlow.knowledgeSettings) || void 0 === t3 ? void 0 : t3.knowledge_v3, () => this.processKnowledgeBaseChanged()), this.updateKnowledgePath(); } } - v.info = g.default.createActionInfo({ actionClass: v, canBeInTask: true, canBeTreeNode: false, helpTopic: m.helpTopics.actions.askForNLUIntent, modelClass: i2(51350), name: I.actions.askForIntent, scriptingName: "ArchActionAskForIntent", supportsUtteranceHistoricalData: true }), t2.A = v; + C.info = g.default.createActionInfo({ actionClass: C, canBeInTask: true, canBeTreeNode: false, helpTopic: m.helpTopics.actions.askForNLUIntent, modelClass: i2(51350), name: v.actions.askForIntent, scriptingName: "ArchActionAskForIntent", supportsUtteranceHistoricalData: true }), t2.A = C; }, 11343: (e2, t2, i2) => { const n2 = i2(28730), { participantRecordActionType: r2 } = i2(30801); function o() { @@ -16080,6 +16189,69 @@ var require_scripting_bundle = __commonJS({ return r2.default.build(o.getGuideVersion).templateParams(i3).call(); } a.api = o.getGuides, s.api = o.getGuide, l.api = o.getGuideVersion; + }, 11929: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.ExternalContactPatchChangeList = void 0; + const n2 = i2(31635), r2 = n2.__importStar(i2(24032)), o = i2(85047), a = i2(85047), s = i2(85047), l = i2(10231), u = i2(10231), d = n2.__importStar(i2(81116)), c = n2.__importStar(i2(8462)), p = i2(82632), _ = i2(44703), h = n2.__importDefault(i2(3785)), m = i2(47233), g = n2.__importDefault(i2(7401)), f = r2.getTopic("ExternalContactPatchChangeList"); + class T extends _.ExpressionContainer { + constructor(e3, t3, i3, n3) { + super(e3.parentFlow, e3, t3, i3, n3), this.availableFields = [], this._initialize(); + } + get className() { + return "ExternalContactPatchChangeList"; + } + get hasMax() { + return this.items.length >= p.updateExternalContact.patchChanges.maxItems; + } + add(e3) { + return this.hasMax ? (f.warning("Attempted to add field but max items reached"), null) : super.add(e3); + } + orderChanged() { + super.orderChanged(), this._updateAvailableFields(); + } + _updateAvailableFields() { + this.availableFields = (0, o.getAllExternalContactPatchFields)().filter((e3) => this._isUnusedField(e3)); + } + addField(e3) { + if (!this._isUnusedField(e3)) return null; + const t3 = new m.ExternalContactPatchChange(); + return t3.field = e3, this.add(t3); + } + _isUnusedField(e3) { + if (!(0, a.getExternalContactFieldDef)(e3)) return false; + const t3 = new Set(this.items.map((e4) => e4.fieldId)); + if (t3.has(e3)) return false; + const i3 = e3.split("."); + if (i3.length > 1 && t3.has(i3[0])) return false; + if (1 === i3.length) { + const i4 = `${e3}.`; + return ![...t3].some((e4) => e4.startsWith(i4)); + } + return true; + } + _initialize() { + this.model.forEach((e3) => { + if (!(0, a.getExternalContactFieldDef)(null == e3 ? void 0 : e3.field)) return; + const t3 = this.createItem(e3); + t3 && this.items.push(t3); + }), this._updateAvailableFields(); + } + createItem(e3) { + var t3; + const i3 = (0, s.resolveExternalContactFieldType)(e3.field, this.parentFlow); + if (!i3) return null; + e3.value || (e3.value = new g.default()); + const n3 = null !== (t3 = u.externalContactPatchConditions.find((t4) => t4.id === e3.condition)) && void 0 !== t3 ? t3 : l.defaultExternalContactPatchCondition; + e3.condition = n3.id; + const r3 = i3.isCollection && n3.requiresSingleItem ? i3.valueType.singletonType : i3.valueType, o2 = this._buildValueExpression(e3, i3.id, r3); + return new h.default(e3, o2, i3, n3, (t4) => this._buildValueExpression(e3, i3.id, t4)); + } + _buildValueExpression(e3, t3, i3) { + const n3 = c.buildOptions(i3, void 0, this.parentFlow); + return n3.setAsInput(), d.expression(this.parentFlow, this.parent, e3.value, t3, i3, void 0, n3); + } + } + t2.ExternalContactPatchChangeList = T; }, 11934: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.never = t2.NEVER = void 0; @@ -16241,11 +16413,16 @@ var require_scripting_bundle = __commonJS({ t2.default = s; }, 12179: (e2, t2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.helpTopics = t2.statusUrl = t2.orchestratorsUrl = t2.educationUrl = t2.communityUrl = t2.systemArticlePrefix = t2.architectHelpPrefix = t2.helpUrlRoot = void 0, t2.hasHelpTopic = function(e3) { + function i2(e3) { + return `https://help.genesys.cloud/redirect/${encodeURIComponent(e3 || "en-us")}`; + } + Object.defineProperty(t2, "__esModule", { value: true }), t2.helpTopics = t2.statusUrl = t2.orchestratorsUrl = t2.educationUrl = t2.communityUrl = void 0, t2.getHelpUrlRoot = i2, t2.getArchitectHelpPrefix = function(e3) { + return `${i2(e3)}/architect`; + }, t2.getSystemArticlePrefix = function(e3) { + return `${i2(e3)}/articles`; + }, t2.hasHelpTopic = function(e3) { return null == e3 ? void 0 : e3.helpTopic; - }, t2.helpUrlRoot = "https://help.genesys.cloud"; - const i2 = "en-us"; - t2.architectHelpPrefix = `redirect/${i2}/architect`, t2.systemArticlePrefix = `redirect/${i2}/articles`, t2.communityUrl = "https://community.genesys.com/home", t2.educationUrl = "https://beyond.genesys.com/explore", t2.orchestratorsUrl = "https://know.genesys.com", t2.statusUrl = "https://status.mypurecloud.com", t2.helpTopics = { deletePrompt: "prompt/deletePrompt", deprecatedVariableUsages: "flow/deprecatedVariableUsages", flowInsights: "flow/insights", main: "main", overviewDependencies: "main/advancedFlowSearch", aboutArchitect: "about", overviewGrammar: "main/grammar", overviewPrompts: "prompt/prompts", promptPreview: "prompts/preview", builders: { audio: "builder/audio", boolean: "builder/boolean", builder: "modal/builder", communication: "builder/communication", image: "builder/image", string: "builder/string" }, modals: { addGrammarForBotFlow: "modal/addGrammarForBotFlow", audioUpload: "modal/audioUpload", bulkAudio: "modal/prompt/bulkUpload", bulkAudioAdd: "modal/prompt/bulkUploadAdd", bulkFlowOperation: "modal/flow/bulkOperations", codeEditor: "modal/codeEditor", createFlow: "modal/flow/new", deleteFlow: "modal/flow/delete", deleteGrammar: "modal/deletegrammar", flowVersions: "modal/flow/versions", importFlow: "modal/flow/import", importPrompts: "modal/prompt/import", largeExpressionEditor: "modal/flow/expressionEditor", listPickerSections: "modal/listPickerSections", literalJsonEditor: "modal/flow/jsonEditor", outputPaths: "modal/outputPaths", setAudioSequence: "modal/setAudioSequence", usages: "modal/usages" }, treeNodes: { botFlowSettings: "settings/botFlow", commonModuleSettings: "settings/commonModule", dataView: "settings/data", defaultActionSettings: "settings/actionDefaults", dependencies: "settings/dependencies", emailSendSettings: "settings/emailSend", eventHandling: "setting/eventHandling", flowSize: "settings/flowSize", inboundEmailSettings: "settings/inboundEmail", inQueueCallFlowSettings: "settings/inqueueCall", knowledge: "settings/knowledge", menuSettings: "settings/menu", outboundCallSettings: "settings/outboundCall", promptsView: "settings/prompts", speechRecConfig: "settings/speechRec", speechRecConfigVoiceSurvey: "settings/voiceSurvey/speechRec", supportedLanguages: "settings/languages", userInputSettings: "settings/userInput", userInputSettingsVoiceSurvey: "settings/voiceSurvey/userInput", virtualAgentSettings: "settings/virtualAgent", voiceSurveyFlowSettings: "settings/voiceSurvey", workitemFlowSettings: "settings/workitem", startingMenu: "settings/startingMenu", startingTask: "settings/startingTask", intentsSettings: "settings/intents", slotTypeSettings: "settings/slotTypes", learningSettings: "settings/learning", utteranceHistory: "settings/utteranceHistory", utterances: "settings/utterances", optimizationDashboard: "analytics/optimizationDashboard", intentMiner: "analytics/intentMiner", journeyFlows: "analytics/journeyFlows" }, actions: { abortSend: "action/abortSend", abortSurvey: "action/abortSurvey", addFlowMilestone: "action/addFlowMilestone", askForAuthentication: "action/askForAuthentication", askForBoolean: "action/askForBoolean", askForNextIntentLoop: "action/askForNextIntent", askForNLUIntent: "action/askForNLUIntent", askForPayment: "action/askForPayment", askForSlot: "action/askForSlot", askSurveyQuestion: "action/askSurveyQuestion", audioMonitoring: "action/audioMonitoring", botConnector: "action/botConnector", bridgeServer: "about", callAgenticVirtualAgent: "action/callAgenticVirtualAgent", callAudioConnector: "action/data/callAudioConnector", callBotFlow: "action/callBotFlow", callCommonModule: "action/callCommonModule", callDecisionTable: "action/data/callDecisionTable", callDigitalBotConnector: "action/callDigitalBotConnector", callDigitalBotFlow: "action/callDigitalBotFlow", callGuide: "action/callGuide", callTask: "action/callTask", callVoiceFlow: "action/callVoiceFlow", changeState: "action/changeState", clearActiveIntent: "action/clearActiveIntent", clearPostFlow: "action/clearPostFlow", clearSlot: "action/clearSlot", clearUtilizationLabel: "action/clearUtilizationLabel", clearVoicemailSnippet: "action/clearVoicemailSnippet", collectInput: "action/data/collectInput", collectVoiceSnippet: "action/collectVoiceSnippet", communicate: "action/communicate", completeSend: "action/completeSend", completeSurvey: "action/completeSurvey", createCallback: "action/data/createCallback", createConversationAttribute: "action/createConversationAttribute", data: "action/data/callData", dataTableLookup: "action/data/dataTableLookup", decision: "action/decision", decryptData: "action/decrypt", deflect: "action/deflect", detectIntent: "action/data/detectIntent", detectSilence: "action/detectSilence", dialExtension: "action/dialExtension", dialName: "about", dialogEngine: "action/dialogEngine", dialogflow: "action/dialogflow", dialogflowCx: "action/data/dialogflowCx", digitalMenu: "action/digitalMenu", disconnect: "action/disconnect", disconnectWorkitem: "action/disconnectWorkitem", encryptData: "action/encrypt", endState: "action/endStateAction", endTask: "action/endTask", endWorkflow: "action/endWorkflowAction", evaluateSchedule: "action/data/evaluateSchedule", evaluateScheduleGroup: "action/data/evaluateScheduleGroup", evaluateSkillExpressionFilters: "action/evaluateSkillExpressionFilters", exitBotFlow: "action/exitBotFlow", exitLoop: "action/exitLoop", exitWorkitemFlow: "action/exitWorkitemFlow", extractSecureData: "action/extractSecureData", findDivision: "action/findDivision", findDivisions: "action/findDivisions", findEmergencyGroup: "action/findEmergencyGroup", findGrammar: "action/findGrammar", findGrammarById: "action/findGrammarById", findGroup: "action/findGroup", findKnowledgeBaseDocumentById: "action/findKnowledgeBaseDocumentById", findLanguageSkill: "action/findLanguageSkill", findQueue: "action/findQueue", findQueueById: "action/findQueueById", findSchedule: "action/findSchedule", findScheduleGroup: "action/findScheduleGroup", findSkill: "action/findSkill", findSystemPrompt: "action/findSystemPrompt", findUser: "action/findUser", findUserById: "action/findUserById", findUserPrompt: "action/findUserPrompt", findUsersById: "action/findUsersById", findUtilizationLabel: "action/findUtilizationLabel", form: "action/form", flushAudio: "action/flushAudio", getAssignedCustomerIntents: "action/data/getAssignedCustomerIntents", getAttributes: "action/data/getParticipant", getConversationAttribute: "action/getConversationAttribute", getConversationAttributes: "action/getConversationAttributes", getConversationData: "action/data/getConversation", getExternalContact: "action/data/getExternalContact", getExternalOrganization: "action/data/getExternalOrganization", getJourneyOutcome: "action/getJourneyOutcome", getJourneyOutcomeScoresBySession: "about", getJourneySegment: "action/getJourneySegment", getJourneySession: "action/getJourneySession", getJourneySessionsByCustomer: "about", getJourneySessionsByExternalContact: "about", getEmailHeaders: "action/getEmailHeaders", getRawSIPHeaders: "action/getRawSipHeaders", getResponse: "action/data/getResponse", getSecuredData: "action/getSecuredData", getSIPHeaders: "action/getSipHeaders", holdMusic: "action/holdMusic", initializeFlowOutcome: "action/flowOutcome/initialize", jumpToTask: "action/jumpToTask", lex: "action/data/lex", lexV2: "action/data/lexV2", loop: "action/loop", loopUntil: "action/loopUntil", menuJump: "action/menu/menuJump", nextLoop: "action/nextLoop", nuanceMix: "action/nuanceMix", participantRecord: "action/enableParticipantRecording", playAudio: "action/playAudio", playAudioOnSilence: "action/playAudioOnSilence", playEstimatedWaitTime: "action/playEstimatedWaitTime", playPositionInQueue: "action/playPositionInQueue", playUserGreeting: "action/playUserGreeting", playUserName: "action/playUserName", previousMenu: "action/menu/previousMenu", processVoicemailInput: "action/processVoicemailInput", promoteExternalContact: "action/data/promoteExternalContact", repeatMenu: "action/menu/repeatMenu", returnToAgent: "action/returnToAgent", screenPop: "action/data/screenPop", searchExternalContacts: "action/data/searchExternalContacts", secure: "action/data/secureUpdateData", sendAutoReply: "action/data/sendAutoReply", sendDigitalContent: "action/data/sendDigitalContent", sendInteractiveApplication: "action/sendInteractiveApplication", sendKnowledgeFeedback: "action/sendKnowledgeFeedback", sendNotification: "action/sendNotification", sendResponse: "action/data/sendResponse", sendRichLink: "action/sendRichLink", setActiveIntent: "action/setActiveIntent", setAttributes: "action/data/setParticipant", setConversationData: "action/data/setConversation", setExternalTag: "action/setExternalTag", setFlowOutcome: "action/flowOutcome/set", setLocale: "action/setLocale", setPostFlow: "action/SetPostFlowAction", setPriority: "action/setPriorityAction", setSecuredData: "action/setSecuredData", setSkillExpressionFilters: "action/setSkillExpressionFilters", setSkills: "action/setSkillsAction", clearSkillExpressionFilters: "action/clearSkillExpressionFilters", setUtilizationLabel: "action/setUtilizationLabelAction", setUUIData: "action/setUUIData", setWhisperAudio: "action/setWhisperAudio", setWrapupCode: "action/setWrapupCode", showKnowledgeArticle: "action/showKnowledgeArticle", subMenu: "action/menu/menu", submitVoicemailSnippet: "action/submitVoicemailSnippetAction", submitVoiceSnippet: "action/submitVoiceSnippetAction", switch: "action/switch", terminateWorkitem: "action/terminateWorkitem", transcription: "action/transcriptionAction", transferExternal: "action/transfer/external", transferFlow: "action/transfer/flow", transferFlowSecure: "action/transfer/secureFlow", transferGroup: "action/group", transferPureMatch: "action/transfer/acd", transferUser: "action/transfer/user", transferVoicemail: "action/transfer/voicemail", updateConversationAttribute: "action/updateConversationAttribute", updateVariables: "action/data/update", updateWorkitem: "action/updateWorkitemAction", voiceBiometrics: "about", wait: "action/wait", waitForInput: "action/waitForInput" }, tasks: { botState: "flow/botTask", state: "flow/state", task: "flow/task" }, articles: { resourceCenter: "resourceCenter", aboutGenesysVirtualAgent: "article/aboutGenesysVirtualAgent", addFlowMilestone: "article/add-a-flow-milestone", addFlowOutcome: "article/add-a-flow-outcome", downloadArchitectFlowExamples: "article/downloadArchitectFlowExamples", genesysCloudTokensBasedPricingModel: "article/genesys-cloud-tokens-based-pricing-model", historicalExecutionDataOverview: "article/historicalExecutionDataOverview", setLogLevelFlowDefault: "article/manageHistoricalExecutionData", setLogLevelFlowSpecific: "article/manageExecutionDataAtTheFlowLevel", getStartedArchitectTutorial: "article/getStartedArchitectTutorial", regularExpressionQuickReference: "article/regular-expression-language-quick-reference", releaseNotes: "article/releaseNotes", ttsOverview: "article/ttsOverview", flowExecutionHistory: "article/flowExecutionHistory", customKnowledge: "control-knowledge-behavior-in-your-voice-or-digital-bot-flow", chatDeprecation: "announcements/deprecation-removal-of-acd-web-chat-version-2", decisionTableUsageFees: "article/rule-based-decision-pricing", flowsCallingFlows: "article/flows-calling-flows", sttEngineOverview: "article/sttEngineOverview" }, systemArticles: { privacyPolicy: "privacyPolicy" } }; + }, t2.communityUrl = "https://community.genesys.com/home", t2.educationUrl = "https://education.genesys.com/explore/home", t2.orchestratorsUrl = "https://orchestrators.genesys.com", t2.statusUrl = "https://status.mypurecloud.com", t2.helpTopics = { deletePrompt: "prompt/deletePrompt", deprecatedVariableUsages: "flow/deprecatedVariableUsages", flowInsights: "flow/insights", main: "main", overviewDependencies: "main/advancedFlowSearch", aboutArchitect: "about", overviewGrammar: "main/grammar", overviewPrompts: "prompt/prompts", promptPreview: "prompts/preview", builders: { audio: "builder/audio", boolean: "builder/boolean", builder: "modal/builder", communication: "builder/communication", image: "builder/image", string: "builder/string" }, modals: { addGrammarForBotFlow: "modal/addGrammarForBotFlow", audioUpload: "modal/audioUpload", bulkAudio: "modal/prompt/bulkUpload", bulkAudioAdd: "modal/prompt/bulkUploadAdd", bulkFlowOperation: "modal/flow/bulkOperations", codeEditor: "modal/codeEditor", createFlow: "modal/flow/new", deleteFlow: "modal/flow/delete", deleteGrammar: "modal/deletegrammar", flowVersions: "modal/flow/versions", importFlow: "modal/flow/import", importPrompts: "modal/prompt/import", largeExpressionEditor: "modal/flow/expressionEditor", listPickerSections: "modal/listPickerSections", literalJsonEditor: "modal/flow/jsonEditor", outputPaths: "modal/outputPaths", setAudioSequence: "modal/setAudioSequence", usages: "modal/usages" }, treeNodes: { botFlowSettings: "settings/botFlow", commonModuleSettings: "settings/commonModule", dataView: "settings/data", defaultActionSettings: "settings/actionDefaults", dependencies: "settings/dependencies", emailSendSettings: "settings/emailSend", eventHandling: "setting/eventHandling", flowSize: "settings/flowSize", inboundEmailSettings: "settings/inboundEmail", inQueueCallFlowSettings: "settings/inqueueCall", knowledge: "settings/knowledge", menuSettings: "settings/menu", outboundCallSettings: "settings/outboundCall", promptsView: "settings/prompts", speechRecConfig: "settings/speechRec", speechRecConfigVoiceSurvey: "settings/voiceSurvey/speechRec", supportedLanguages: "settings/languages", userInputSettings: "settings/userInput", userInputSettingsVoiceSurvey: "settings/voiceSurvey/userInput", virtualAgentSettings: "settings/virtualAgent", voiceSurveyFlowSettings: "settings/voiceSurvey", workitemFlowSettings: "settings/workitem", startingMenu: "settings/startingMenu", startingTask: "settings/startingTask", intentsSettings: "settings/intents", slotTypeSettings: "settings/slotTypes", learningSettings: "settings/learning", utteranceHistory: "settings/utteranceHistory", utterances: "settings/utterances", optimizationDashboard: "analytics/optimizationDashboard", intentMiner: "analytics/intentMiner", journeyFlows: "analytics/journeyFlows" }, actions: { abortSend: "action/abortSend", abortSurvey: "action/abortSurvey", addFlowMilestone: "action/addFlowMilestone", askForAuthentication: "action/askForAuthentication", askForBoolean: "action/askForBoolean", askForNextIntentLoop: "action/askForNextIntent", askForNLUIntent: "action/askForNLUIntent", askForPayment: "action/askForPayment", askForSlot: "action/askForSlot", askSurveyQuestion: "action/askSurveyQuestion", audioMonitoring: "action/audioMonitoring", botConnector: "action/botConnector", bridgeServer: "about", callAgenticVirtualAgent: "action/callAgenticVirtualAgent", callAudioConnector: "action/data/callAudioConnector", callBotFlow: "action/callBotFlow", callCommonModule: "action/callCommonModule", callDecisionTable: "action/data/callDecisionTable", callDigitalBotConnector: "action/callDigitalBotConnector", callDigitalBotFlow: "action/callDigitalBotFlow", callGuide: "action/callGuide", callTask: "action/callTask", callVoiceFlow: "action/callVoiceFlow", changeState: "action/changeState", clearActiveIntent: "action/clearActiveIntent", clearPostFlow: "action/clearPostFlow", clearSlot: "action/clearSlot", clearUtilizationLabel: "action/clearUtilizationLabel", clearVoicemailSnippet: "action/clearVoicemailSnippet", collectInput: "action/data/collectInput", collectVoiceSnippet: "action/collectVoiceSnippet", communicate: "action/communicate", completeSend: "action/completeSend", completeSurvey: "action/completeSurvey", createCallback: "action/data/createCallback", createConversationAttribute: "action/createConversationAttribute", data: "action/data/callData", dataTableLookup: "action/data/dataTableLookup", decision: "action/decision", decryptData: "action/decrypt", deflect: "action/deflect", detectIntent: "action/data/detectIntent", detectSilence: "action/detectSilence", dialExtension: "action/dialExtension", dialName: "about", dialogEngine: "action/dialogEngine", dialogflow: "action/dialogflow", dialogflowCx: "action/data/dialogflowCx", digitalMenu: "action/digitalMenu", disconnect: "action/disconnect", disconnectWorkitem: "action/disconnectWorkitem", encryptData: "action/encrypt", endState: "action/endStateAction", endTask: "action/endTask", endWorkflow: "action/endWorkflowAction", evaluateSchedule: "action/data/evaluateSchedule", evaluateScheduleGroup: "action/data/evaluateScheduleGroup", evaluateSkillExpressionFilters: "action/evaluateSkillExpressionFilters", exitBotFlow: "action/exitBotFlow", exitLoop: "action/exitLoop", exitWorkitemFlow: "action/exitWorkitemFlow", extractSecureData: "action/extractSecureData", findDivision: "action/findDivision", findDivisions: "action/findDivisions", findEmergencyGroup: "action/findEmergencyGroup", findGrammar: "action/findGrammar", findGrammarById: "action/findGrammarById", findGroup: "action/findGroup", findKnowledgeBaseDocumentById: "action/findKnowledgeBaseDocumentById", findLanguageSkill: "action/findLanguageSkill", findQueue: "action/findQueue", findQueueById: "action/findQueueById", findSchedule: "action/findSchedule", findScheduleGroup: "action/findScheduleGroup", findSkill: "action/findSkill", findSystemPrompt: "action/findSystemPrompt", findUser: "action/findUser", findUserById: "action/findUserById", findUserPrompt: "action/findUserPrompt", findUsersById: "action/findUsersById", findUtilizationLabel: "action/findUtilizationLabel", form: "action/form", flushAudio: "action/flushAudio", getAssignedCustomerIntents: "action/data/getAssignedCustomerIntents", getAttributes: "action/data/getParticipant", getConversationAttribute: "action/getConversationAttribute", getConversationAttributes: "action/getConversationAttributes", getConversationData: "action/data/getConversation", getExternalContact: "action/data/getExternalContact", getExternalOrganization: "action/data/getExternalOrganization", getJourneyOutcome: "action/getJourneyOutcome", getJourneyOutcomeScoresBySession: "about", getJourneySegment: "action/getJourneySegment", getJourneySession: "action/getJourneySession", getJourneySessionsByCustomer: "about", getJourneySessionsByExternalContact: "about", getEmailHeaders: "action/getEmailHeaders", getRawSIPHeaders: "action/getRawSipHeaders", getResponse: "action/data/getResponse", getSecuredData: "action/getSecuredData", getSIPHeaders: "action/getSipHeaders", holdMusic: "action/holdMusic", initializeFlowOutcome: "action/flowOutcome/initialize", jumpToTask: "action/jumpToTask", lex: "action/data/lex", lexV2: "action/data/lexV2", loop: "action/loop", loopUntil: "action/loopUntil", menuJump: "action/menu/menuJump", nextLoop: "action/nextLoop", nuanceMix: "action/nuanceMix", participantRecord: "action/enableParticipantRecording", playAudio: "action/playAudio", playAudioOnSilence: "action/playAudioOnSilence", playEstimatedWaitTime: "action/playEstimatedWaitTime", playPositionInQueue: "action/playPositionInQueue", playUserGreeting: "action/playUserGreeting", playUserName: "action/playUserName", previousMenu: "action/menu/previousMenu", processVoicemailInput: "action/processVoicemailInput", promoteExternalContact: "action/data/promoteExternalContact", repeatMenu: "action/menu/repeatMenu", returnToAgent: "action/returnToAgent", screenPop: "action/data/screenPop", searchExternalContacts: "action/data/searchExternalContacts", secure: "action/data/secureUpdateData", sendAutoReply: "action/data/sendAutoReply", sendDigitalContent: "action/data/sendDigitalContent", sendInteractiveApplication: "action/sendInteractiveApplication", sendKnowledgeFeedback: "action/sendKnowledgeFeedback", sendNotification: "action/sendNotification", sendResponse: "action/data/sendResponse", sendRichLink: "action/sendRichLink", setActiveIntent: "action/setActiveIntent", setAttributes: "action/data/setParticipant", setConversationData: "action/data/setConversation", setExternalTag: "action/setExternalTag", setFlowOutcome: "action/flowOutcome/set", setLocale: "action/setLocale", setPostFlow: "action/SetPostFlowAction", setPriority: "action/setPriorityAction", setSecuredData: "action/setSecuredData", setSkillExpressionFilters: "action/setSkillExpressionFilters", setSkills: "action/setSkillsAction", clearSkillExpressionFilters: "action/clearSkillExpressionFilters", setUtilizationLabel: "action/setUtilizationLabelAction", setUUIData: "action/setUUIData", setWhisperAudio: "action/setWhisperAudio", setWrapupCode: "action/setWrapupCode", showKnowledgeArticle: "action/showKnowledgeArticle", subMenu: "action/menu/menu", submitVoicemailSnippet: "action/submitVoicemailSnippetAction", submitVoiceSnippet: "action/submitVoiceSnippetAction", switch: "action/switch", terminateWorkitem: "action/terminateWorkitem", transcription: "action/transcriptionAction", transferExternal: "action/transfer/external", transferFlow: "action/transfer/flow", transferFlowSecure: "action/transfer/secureFlow", transferGroup: "action/group", transferPureMatch: "action/transfer/acd", transferUser: "action/transfer/user", transferVoicemail: "action/transfer/voicemail", updateConversationAttribute: "action/updateConversationAttribute", updateExternalContact: "action/data/updateExternalContact", updateVariables: "action/data/update", updateWorkitem: "action/updateWorkitemAction", voiceBiometrics: "about", wait: "action/wait", waitForInput: "action/waitForInput" }, tasks: { botState: "flow/botTask", state: "flow/state", task: "flow/task" }, articles: { resourceCenter: "resourceCenter", accessibility: "articles/about-accessibility", aboutGenesysVirtualAgent: "article/aboutGenesysVirtualAgent", addFlowMilestone: "article/add-a-flow-milestone", addFlowOutcome: "article/add-a-flow-outcome", downloadArchitectFlowExamples: "article/downloadArchitectFlowExamples", genesysCloudTokensBasedPricingModel: "article/genesys-cloud-tokens-based-pricing-model", historicalExecutionDataOverview: "article/historicalExecutionDataOverview", setLogLevelFlowDefault: "article/manageHistoricalExecutionData", setLogLevelFlowSpecific: "article/manageExecutionDataAtTheFlowLevel", getStartedArchitectTutorial: "article/getStartedArchitectTutorial", regularExpressionQuickReference: "article/regular-expression-language-quick-reference", releaseNotes: "article/releaseNotes", ttsOverview: "article/ttsOverview", flowExecutionHistory: "article/flowExecutionHistory", customKnowledge: "control-knowledge-behavior-in-your-voice-or-digital-bot-flow", chatDeprecation: "announcements/deprecation-removal-of-acd-web-chat-version-2", decisionTableUsageFees: "article/rule-based-decision-pricing", flowsCallingFlows: "article/flows-calling-flows", sttEngineOverview: "article/sttEngineOverview" }, systemArticles: { privacyPolicy: "privacyPolicy" } }; }, 12187: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.isIterable = void 0; @@ -16542,12 +16719,12 @@ var require_scripting_bundle = __commonJS({ }, 12457: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ActionDetails = void 0; - const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(24032).getTopic("ActionDetails"); + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(24032)).getTopic("ActionDetails"); t2.ActionDetails = class { constructor(e3, t3) { - if (e3 && t3) return n2.default.isArray(e3) && n2.default.isArray(t3) ? e3.length !== t3.length ? (r2.errorWithStack(null, "Arrays with non-matching lengths were passed into ActionDetails."), void (this.textDetailsObjects = [])) : void (this.textDetailsObjects = n2.default.map(e3, function(e4, i3) { + if (e3 && t3) return r2.default.isArray(e3) && r2.default.isArray(t3) ? e3.length !== t3.length ? (o.errorWithStack(null, "Arrays with non-matching lengths were passed into ActionDetails."), void (this.textDetailsObjects = [])) : void (this.textDetailsObjects = r2.default.map(e3, function(e4, i3) { return { label: e4, value: t3[i3] }; - })) : (r2.errorWithStack(null, "Non-array values were passed into ActionDetails."), void (this.textDetailsObjects = [])); + })) : (o.errorWithStack(null, "Non-array values were passed into ActionDetails."), void (this.textDetailsObjects = [])); this.textDetailsObjects = []; } get detailLines() { @@ -16570,7 +16747,7 @@ var require_scripting_bundle = __commonJS({ } i2(52722).extend(n2, "DialogEngineBot"), Object.defineProperties(n2.prototype, {}), e2.exports = n2; }, 12664: (e2) => { - e2.exports = { about: { additionalLicenseInfo: "Additional License Information", buildNumber: "( Build: # %1$s )", copyrightFormat: "Copyright \xA9 %1$s-%2$s %3$s", copyrightRightsReserved: "All rights reserved.", copyrightWarning: "Warning: this computer program is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law.", licenseAntlr: "Uses ANTLR software ( http://antlr.org ) for expression text parsing support. ANTLR 3 License / BSD License", logoAlternateText: "Genesys logo", orgInfoLabel: "Organization Information", orgInfoCurrentLabel: "Current Organization", orgInfoHomeLabel: "Home Organization", orgInfoId: "Organization ID", orgInfoName: "Company Name", orgInfoShortName: "Short Name", permissionHeader: "Permission Information", title: "About Architect" }, action: { action: "Action", actionIsDeprecated: "The '%1$s' action is deprecated.", notSet: "There is no action specified", actionOutputPathsHeader: "Paths", actionType: "%1$s Action" }, actions: { actionWaitForInput: "Wait for Input", ask: "Ask", abortSend: "Abort Send", abortSendActionMessageSettingDescription: "A localized message to display to the sender explaining why the send is being aborted.", abortSendActionMessageSettingLabel: "Message", abortSendErrorEventMessageSettingLabel: "Abort Message", abortSendMessageSettingDefaultLabel: "Default Abort Message", abortSurvey: "Abort Survey", addFlowMilestone: "Add Flow Milestone", askAnythingElse: "Anything Else?", askForActionGeneric: "Ask For ...", askForAuthentication: "Ask to Authenticate", askForBoolean: "Ask for Yes / No", askForIntent: "Ask for Intent", askForNLUNextIntentAction: '"Anything Else?" Loop', askForPayment: "Ask for Payment", askForSlot: "Ask for Slot", askSurveyQuestion: "Ask Survey Question", audioMonitoring: "Audio Monitoring", botConnector: "Call Bot Connector", botState: "Bot", callAgenticVirtualAgent: "Call Agentic Virtual Agent", callAudioConnector: "Call Audio Connector", callBotFlow: "Call Bot Flow", callDecisionTable: "Call Decision Table", callDigitalBotFlow: "Call Digital Bot Flow", callGuide: "Call Guide", callBridgeAction: "Call Bridge Action", callCommonModule: "Call Common Module", callNuanceMixBot: "Call Nuance Mix Bot", callTask: "Call Task", callVoiceFlow: "Call Voice Flow", categoryEnd: "End", clearActiveIntent: "Clear Active Intent", clearPostFlow: "Clear Post-Flow", clearUtilizationLabel: "Clear Utilization Label", clearVoicemailSnippetActionLabel: "Clear Voicemail Snippet", common: "Common", communicate: "Communicate", completeSend: "Complete Send", conversation: "Conversation", createCallback: "Create Callback", createConversationAttribute: "Create Conversation Attribute", changeState: "Change State", completeSurvey: "Complete Survey", data: "Data", dataTableLookup: "Data Table Lookup", decision: "Decision", decryptData: "Decrypt Data", defaultActionSettings: "Default Action Settings", detectSilence: "Detect Silence", dial: "Dial", dialogEngine: "Call Dialog Engine Bot", dialogflow: "Call Dialogflow Bot", dialogflowCx: "Call Dialogflow CX Bot", digitalBotConnector: "Call Digital Bot Connector", digitalMenu: "Digital Menu", disconnect: "Disconnect", disconnectWorkitem: "Disconnect Workitem", email: "Email", enableParticipantRecording: "Enable Participant Recording", encryptData: "Encrypt Data", endState: "End State", endTask: "End Task", endWorkflow: "End Workflow", evaluateSchedule: "Evaluate Schedule", evaluateScheduleGroup: "Evaluate Schedule Group", evaluateSkillExpressionFilters: "Evaluate Skill Expression Filters", exitBotFlow: "Exit Bot Flow", exitLoop: "Exit Loop", exitWorkitemFlow: "Exit Workitem Flow", extractSecureData: "Extract Secure Data", external: "External Contacts", findDivision: "Find Division", findDivisions: "Find Divisions", findEmergencyGroupActionLabel: "Find Emergency Group", findGrammar: "Find Grammar", findGrammarById: "Find Grammar by ID", findGroup: "Find Group", findKnowledgeBaseDocumentById: "Find KnowledgeBaseDocument by ID", findLanguageSkill: "Find Language Skill", findQueue: "Find Queue", findQueueById: "Find Queue by ID", findSkill: "Find Skill", findUserPrompt: "Find User Prompt", findUtilizationLabel: "Find Utilization Label", findScheduleActionLabel: "Find Schedule", findScheduleGroupActionLabel: "Find Schedule Group", findSystemPrompt: "Find System Prompt", findUser: "Find User", findUserById: "Find User by ID", findUsersById: "Find Users by ID", flushAudio: "Flush Audio", form: "Form", getAssignedCustomerIntents: "Get Assigned Customer Intents", getAttributes: "Get Participant Data", getConversationAttribute: "Get Conversation Attribute", getConversationAttributes: "Get Conversation Attributes", getConversationData: "Get Conversation Data", getEmailHeaders: "Get Email Headers", getExternalContact: "Get External Contact", getExternalOrganization: "Get External Organization", getJourneyOutcome: "Get Journey Outcome", getJourneyOutcomeScoresBySession: "Get Journey Outcome Scores by Session", getJourneySegment: "Get Journey Segment", getJourneySession: "Get Journey Session", getJourneySessionsByCustomer: "Get Journey Sessions by Customer", getJourneySessionsByExternalContact: "Get Journey Sessions by External Contact", getJourneyOutcomeById: "Get Journey Outcome by ID", getRawSIPHeaders: "Get Raw SIP Headers", getResponse: "Get Response", getSecuredData: "Get Secured Data", getSIPHeaders: "Get SIP Headers", holdMusic: "Hold Music", initializeFlowOutcome: "Initialize Flow Outcome", collectInput: "Collect Input", processVoicemailInput: "Process Voicemail Input", collectVoiceSnippet: "Collect Voice Snippet", language: "Language", lex: "Call Lex Bot", lexV2: "Call Lex V2 Bot", logical: "Logical", loop: "Loop", loopUntil: "Loop Until", media: "Media", menu: "Menu", menuJump: "Jump to Menu", nextLoop: "Next Loop", playAudio: "Play Audio", playPositionInQueue: "Play Position In Queue", playAudioOnSilence: "Play Audio on Silence", playEstimatedWaitTime: "Play Estimated Wait Time", playUserGreeting: "Play User Greeting", playUserName: "Play User Name", previousMenu: "Previous Menu", promoteExternalContact: "Promote External Contact", repeatMenu: "Repeat Menu", returnToAgent: "Return To Agent", screenPop: "Set Screen Pop", searchExternalContacts: "Search External Contacts", send: "Send", sendAutoReply: "Send Auto Reply", sendDigitalContent: "Send Digital Content", sendInteractiveApplication: "Send Application", sendKnowledgeFeedback: "Send Knowledge Feedback", sendNotification: "Send Notification", sendResponse: "Send Response", sendRichLink: "Send Rich Link", setAttributes: "Set Participant Data", setConversationData: "Set Conversation Data", setExternalTag: "Set External Tag", setFlowOutcome: "Set Flow Outcome", setIntent: "Set Intent", setLocale: "Set Language", setPriority: "Set Priority", setPostFlow: "Set Post-Flow", setSecuredData: "Set Secured Data", setSkillExpressionFilters: "Set Skill Expression Filters", setSkills: "Set Skills", clearSkillExpressionFilters: "Clear Skill Expression Filters", setUtilizationLabel: "Set Utilization Label", setUUIData: "Set UUI Data", setWhisperAudio: "Set Whisper Audio", setWrapupCode: "Set Wrapup Code", showKnowledgeArticle: "Show Knowledge Article", state: "State", submitVoicemailSnippet: "Submit Voicemail Snippet", submitVoiceSnippet: "Submit Voice Snippet", surveyInvite: "Survey Invites", switch: "Switch", task: "Task", taskTransfer: "Jump to Reusable Task", terminateWorkitem: "Terminate Workitem", transcription: "Transcription", transfer: "Transfer", transfers: { acd: "Transfer to ACD", external: "Transfer to Number", flow: "Transfer to Flow", group: "Transfer to Group", secureFlow: "Transfer to Secure Flow", user: "Transfer to User", voicemail: "Transfer to Voicemail" }, updateConversationAttribute: "Update Conversation Attribute", updateVariables: "Update Data", updateWorkitem: "Update Workitem", secureAction: "Call Secure Data Action", dataAction: "Call Data Action", unknown: "Unknown", userInput: "User Input", voiceBiometrics: "Voice Biometrics", voiceProcessing: "Voice Processing", wait: "Wait", workitem: "Workitem" }, actionMenu: { actionMenuAriaLabel: "Action Menu", actionTypeMenuChoice: "Menu Action Type", actionTypeTask: "Task Action Type", childActions: "Child Actions", clearClipboard: "Clear Clipboard", collapse: "Collapse", copy: "Copy", cut: "Cut", expand: "Expand", source: "Source %1$s", noPastableObjects: "No objects on clipboard", pasteHeader: "Paste object", remove: "Remove from clipboard", type: "Type" }, admin: { adminOrganizationSettingsLabel: "Admin Organization Settings" }, agenticVirtualAgent: { agenticVirtualAgent: "Agentic Virtual Agent", agenticVirtualAgentBillingInfoNote: "For token-based pricing details on interactions with Agentic Virtual Agents, see the {{link.__GENESYS_CLOUD_TOKENS_BASED_PRICING_MODEL__, Resource Center}} documentation.", agenticVirtualAgentVersion: "Agentic Virtual Agent Version", agenticVirtualAgentViewPermission: "You do not have permission to view Agentic Virtual Agents.", agenticVirtualAgentVersionViewPermission: "You do not have permission to view Agentic Virtual Agent version.", mustSelectAgenticVirtualAgent: "An Agentic Virtual Agent must be selected.", agenticVirtualAgentNotFound: "The selected Agentic Virtual Agent could not be found.", mustSelectAgenticVirtualAgentVersion: "An Agentic Virtual Agent Version must be selected.", agenticVirtualAgentVersionNotFound: "The selected Agentic Virtual Agent Version could not be found.", openAgenticVirtualAgentsInNewTab: "Open Agentic Virtual Agents in new tab", exitReasonDescription: "Indicates what caused the Agentic Virtual Agent to exit. See the Call Agentic Virtual Agent action help for more details on exit reason string values." }, alertService: { architectBusy: "Please wait, Architect is busy.", architectNewVersion: "A newer version of Architect is available. Please refresh the page to load the updated version." }, askCommon: { continuationReprompts: "Continuation Reprompts", continuationRepromptsDescription: "Additional wordings to use for continuation prompting during slot capture.", customizeContinuationPrompt: "Customize Continuation Prompt", customizeNoInput: "Customize No Input", customizeNoMatch: "Customize No Match", customValidation: { label: "Custom Validation", description: "If specified, this boolean expression lets you configure additional validation logic that when evaluated at runtime will be used to determine if the received value meets these additional requirements. If it evaluates to false or a NOT_SET boolean, the value is considered invalid.", noValue: "No custom input validation specified." }, defaultContinuationPrompt: "Default Continuation Prompt", defaultNoInput: "Default No Input", defaultNoMatch: "Default No Match", initialPlaybackDelay: "Initial Playback Delay", invalidResponse: "Invalid Response", minimumPlaybackTime: "Minimum Playback Time", noInput: "No Input", noInputDescription: "Wording the bot will use when no input is received. Remember that no input handling will use the wording configured in the No Input Apology setting in the No Inputs Detected section on the User Input Settings in this flow prior to playing this Communication.", noInputReprompts: "No Input Reprompts", noInputRepromptsDescription: "Additional wordings to use when no input is received. The length of the reprompt collection will override the max number of No Input retries defined at Settings > User Input > No Input Detected > Maximum Number of No Input Retries for that particular action. An empty collection will turn off No Input retries.", noMatch: "No Match", noMatchDescription: "Wording the bot will use when input is received but it is not a valid match. Remember that no match handling will use the wording configured in the No Match Apology setting in the No Matches Detected section on the User Input Settings in this flow prior to playing this Communication.", noMatchReprompts: "No Match Reprompts", noMatchRepromptsDescription: "Additional wordings to use when input is received but it is not a valid match. The length of the reprompt collection will override the max number of No Match retries defined at Settings > User Input > No Match Detected > Maximum Number of No Match Retries for that particular action. An empty collection will turn off No Match retries.", question: "Question", questionDescriptionWaitForInputAction: "Wording the bot will use prior to waiting for input from the external participant.", questionDescriptionAskActions: "Wording the bot will use when asking the question for the first time.", voiceProcessingPrompt: "Voice Processing Prompt", voiceProcessingPromptDescription: "This setting overrides the Voice Processing Prompt in Call Guides. If both are configured, this setting will be applied.", voiceEndOfInputTimeout: "Voice End of Input Timeout", voiceEndOfInputTimeoutDescriptionAskActions: "Specifies the maximum length of time to pause after the user appears to have finished speaking. Too low of a value may cause user input to be truncated mid-sentence and too high of a value may cause some users to repeat themselves leading to recognition problems. If the Duration value is less than the minimum value, the minimum value will be used. If the value is greater than the maximum value, the maximum value will be used and if the value is a NOT_SET Duration, the default value will be used at runtime." }, askForAuthentication: { askForAuthSignInMessage: "Sign In Message", askForAuthSuccessMessage: "Success Message", askForAuthSignInMessageDefault: "Let's Sign In", askForAuthSuccessMessageDefault: "Sign In Completed", askForAuthChannelNote: "Ask to Authenticate is only available for Apple Messages for Business. Using it on other channels will take the failure path.", askForAuthCompletionTimeout: "Authentication Completion Timeout", askForAuthCompletionTimeoutDesc: "Once the authentication request has been sent, this is the maximum length of time to wait for the participant to complete the authentication. If the authentication is not completed within this time then a No Input event will be triggered." }, askForIntent: { knowledgeBaseMustBeSelectedWhenKnowledgePathEnabled: "The '%1$s' path cannot be used when there is no Knowledge Base configured for the bot's Knowledge settings.", knowledgeSettingMustBeSelectedWhenKnowledgePathEnabled: "The '%1$s' path cannot be used when there is no Knowledge Setting configured for the bot's Knowledge settings.", nluMustHaveOneIntent: "There must be at least one intent defined in the bot's Natural Language Understanding configuration if you want to ask for an intent.", mustEnableOneNluIntent: "When asking for an intent, you must enable at least one intent in this action's Paths setting. Bot intents are configured in the Natural Language Understanding configuration.", mustEnableOneNluIntentOrKnowledge: "You must enable at least one intent or the '%1$s' path in this action's Paths setting. Bot intents are configured in the Natural Language Understanding configuration." }, showKnowledgeBaseArticle: { knowledgeBaseArticleLabel: "Knowledge Base Article", showKnowledgeBaseArticleNote: "The available articles that can be shown come from the Knowledge Base configured in the '{{settings.__KNOWLEDGE__}}' settings for this flow.", showKnowledgeSettingArticleNote: "This action is unavailable for this knowledge type. Use session-level variables or answer controls instead." }, askForNLUNextIntentAction: { actionNameBegin: "Begin: %1$s", actionNameEnd: "End: %1$s", loopOutputPathReentryLabel: "Re-Entry" }, askForPayment: { askForPayCurrency: "Currency", askForPaymentCurrencyDesc: "Use the 3-letter currency code defined by the ISO 4217 standard (e.g., USD for US Dollar, EUR for Euro). In literal mode, this value changes the currency code of %1$s, %2$s and %3$s.", askForPayCountryCode: "Country Code", askForPaymentCountryCodeDesc: "Use the 2-letter country code defined by the ISO 3166 standard (e.g., US for United States, DE for Germany).", askForPaymentChannelNote: "Ask for Payment is currently only available for Apple Messages for Business.", askForPaymentReplyMessage: "Reply Message", askForPaymentPaymentPlatform: "Payment Platform", askForPaymentTotalPrice: "Total Price", askForPaymentTotalPriceDesc: "Enter the total amount for all items, including shipping. Must be a positive number greater than zero (e.g., 129.99).", addLineItemsButton: "Add items to set", noLineItemsDefined: "No items defined", askForPaymentLineItems: "Line Items", askForPaymentListingName: "Listing Name", askForPaymentListingNameDesc: "Enter the name or title of this item (e.g., Premium Support Package, Express Shipping).", askForPaymentListingPrice: "Listing Price", askForPaymentListingPriceDesc: "Enter the monetary amount for this item. Can be positive, negative, or zero (e.g., 49.99, -10.00, 0).", askForPaymentShippingOptions: "Shipping Options", askForPaymentShippingOptionLabel: "Label", askForPaymentShippingOptionLabelDesc: "Enter the user-facing name for this shipping method (e.g., In Store Pickup, USPS Priority Mail).", askForPaymentShippingOptionIdentifier: "Identifier", askForPaymentShippingOptionIdentifierDesc: "Enter a technical identifier for this shipping method (e.g., storePickup, uspsPriority).", askForPaymentShippingOptionDetails: "Shipping Details", askForPaymentShippingOptionDetailsDesc: "Provide additional details about this shipping method, such as estimated delivery time or special conditions (e.g., \u201CDelivered within 2-3 business days\u201D).", askForPaymentCompletionTimeout: "Payment Completion Timeout", askForPaymentCompletionTimeoutDesc: "Once the payment has been sent, this is the maximum length of time to wait for the participant to complete the payment. If the payment is not completed within this time then a No Input event will be triggered.", askForPaymentDuplicateIdentifiers: "Identifiers have to be unique", askForPaymentDuplicateContactInformationTypes: "Contact information types must be unique", askForPaymentCurrencyMismatch: "Currency codes must match the Currency Code settings. All price settings must use the same currency code.", askForPaymentContactInformation: "Contact Information", askForPaymentContactInformationDesc: "If specified, the customer contact fields required to complete the transaction.", askForPaymentContactInformationPlaceholder: "Select required contact information", askForPaymentContactInformationPhone: "Phone", applePay: "Apple Pay" }, askForSlot: { askForSlotInvalid: "Architect cannot look up the associated variable for the selected slot. Please reselect the slot.", confirmationMode: "Confirmation Mode", confirmationModeDescription: `This controls if the bot will confirm the slot value supplied by the participant is correct. If this setting evaluates to "%1$s" at runtime and the participant supplied value is valid, as per settings in the '%2$s' section, the bot will use the '%3$s' communication to confirm it with the participant.`, confirmationModes: { confirmationModeAlways: "Always", confirmationModeNever: "Never" }, confirmationModeUnavailableNote: "Slot confirmation is unavailable with multi-select slots", confirmationQuestion: "Confirmation Question", confirmationQuestionDescription: "Wording the bot will use to confirm the value supplied by the participant is correct. To access the value supplied by the participant in an expression, use the Slot. variable associated with the slot configured on this action.", confirmationQuestionDoesNotReferenceSlotVariable: "The slot confirmation question does not reference the slot variable '%1$s' which will hold the value the bot received. Typically, a bot will want to use the received slot value when confirming it with the participant.", confirmationModeNeverWithRangeValuesWarning: "'%1$s' has predefined values, and confirmation mode is set to 'Never'. Set to 'Always' to allow user correction on invalid inputs.", noSlotsAvailable: "No Slots Available", selectedSlotError: "There is no slot with the name '%1$s' in the Natural Language Understanding configuration.", selectSlot: "Select a Slot", slotName: "Slot", slotResult: "Slot Result", slotResultDescription: "The variable that holds the selected slot value. If already set, the bot will not ask for a value and execution will go to the next action.", noSlotSelected: "There is no slot selected.", verifyGroupingLabel: "Verification", continuationPromptGroupingLabel: "Continuation Prompt", repromptHandling: "Re-Prompt Handling", repromptHandlingOptions: { repromptHandlingOptionAIManaged: "AI managed", repromptHandlingOptionManuallyManaged: "Manual" }, continuationPrompt: "Prompt", continuationPromptDoesNotReferenceSlotVariable: "The continuation prompt does not reference the slot variable '%1$s' which will hold the value the bot received. Typically, a bot will want to use the received slot value on the continuation prompt.", tooManySkipChoicesError: "Cannot have more than one choice with command 'skip'. Found %1$s skip choices.", timePicker: "Time Picker" }, audio: { actionNotValidError: "Action (or action with current settings) not available for '%1$s' because that language does not support runtime data playback, which is required for '%2$s'", add: "Add", addAudio: "Add Audio", addBlank: "Add Blank Audio", addText: "Add Text", addTTS: "Add TTS", addData: "Add Data", addExpression: "Add Expression", addOther: "Add Other", addPrompt: "Add Prompt", addPromptToBegin: "Add a prompt to begin", addTitle: "Add new prompt", advancedAudioInUseSingle: "1 audio sequence is set", advancedAudioInError: "1 or more audio sequences are in error", advancedAudioInUse: "%1$s audio sequences are set", alternateSequences: "Alternate sequences", addAlternateSequence: "Add Alternate Sequence", enableAlternateSequence: "Enable alternate sequence for '%1$s'", disableAlternateSequence: "Disable alternate sequence", audioLabel: "Audio", audioSequenceTitle: "Audio Sequence", audioSequenceDropDownLabel: "Audio Sequence Editor", bargeInExpressionLabel: "Enable Barge-in", bargeInExpressionTooltip: "The Barge-in checkbox does not affect an audio sequence in custom expression mode. Use the AudioPlaybackOptions function in custom expression text to control barge behavior if needed.", blankAudioExpression: "Audio may not be blank", blankMainSeqError: "All alternate sequences must be enabled or main sequence must have items added", blankMainSeqWarning: "The main sequence has no sequence items defined", blankMainSeqWarningContext: "The main sequence for '%1$s' has no audio set", blankTTSWarning: "No text to speech value", browserPermission: "Please accept the request at the top of the browser to use the microphone.", browserPermissionDenied: "You must grant this site permissions to be able to record audio.", browserRecordingNotSupported: "Audio recording is not supported in this environment.", bulkImportInputLabel: "Audio wav files and CSV mapping file", bulkImportInputLabelNoAudio: "CSV file", bulkImportAudioInputLabel: "Audio wav files", bulkImportErrorTitle: "Import Error", bulkImportFail: "Failed to process the files for importing", bulkImportCsvMissingFieldOne: "The import CSV file is missing the required field '%1$s'", bulkImportParseError: "Failed with the following error:
%1$s", bulkImportParseError2: "Failed with the following errors:
%1$s", bulkImportTitle: "Import audio", bulkImportAudioTitle: "Add additional audio wav files", bulkImportWatermark: "Select files", cantPreview: "Audio file cannot be previewed", customAudioExpressionInUse: "Custom audio expression is set", customExpressionSwitch: "Switch to custom expression", defaultAudio: "Main Sequence", deleteButton: "Delete", deleteConfirmMultiple: "Are you sure you want to delete the %1$s selected prompts and their resources?", deleteConfirmSingle: 'Are you sure you want to delete the selected prompt named "%1$s" and its resources?', deleteTitle: "Delete selected prompts", downloadRecording: "Download recording", durationFormatLong: "%1$s seconds", editTitle: "Edit selected prompt", ensureAudioInPrompts: "Ensure all prompts have recorded audio", ensureAudioOrTTSInPrompts: "Ensure all prompts have recorded audio or text to speech", doNotValidateAudioMedia: "Do not validate prompt media", validatePromptLanguageMediaLabel: "Media Validation", enterTtsOrPrompt: "Enter text to speech or prompt", errorNoBlankAudioLength: "No blank audio duration selected", errorNoPrompt: "No prompt selected", errorNoVariable: "No variable selected", errorPromptCouldNotBeFound: "%1$s could not be found", errorInvalidVariable: "Invalid variable selected", errorMaxTtsLength: "The string length is %1$s characters, which exceeds the maximum allowed of %2$s for the text to speech engine '%3$s'.", errorMaxTtsLengthForPrompt: "The string length in the text to speech string on prompt '%1$s' (%2$s) is %3$s, which exceeds the maximum allowed of %4$s for the text to speech engine '%5$s'.", errorNoAudioPlaybackSupport: "Audio data playback is not supported for language %1$s", errorNoLanguageGenderSupport: "Language %1$s does not support gender playback options", errorNoLanguageCaseSupport: "Language %1$s does not support case playback options", errorNoTTSSupport: "Text to speech is not supported for language %1$s", errorNotValidTTS: "Language %1$s does not have a valid text to speech engine selected.", errorCommonModuleTTS: "Common Module '%1$s' uses text to speech in one or more languages that are disabled in this flow. Please assign text to speech engines to these languages in Supported Languages.", errorNoDataOptions: "No data playback options selected", failedToCreatePrompt: "Failed to create the prompt", failedToSavePrompt: "Failed to save the prompt", flushAudio: "Flush Audio", importTitle: "Import CSV data", languageButton: "Languages", languageColumns: "Visible Language Columns", languageColumnsWatermark: "Enter languages to display in grid", loadFailed: "Failed to load prompts", loadingPrompts: "Loading Prompts...", mainSequenceNote: "This sequence will never run because alternate sequences for each language are defined.", maxLanguagesSelected: "Maximum number of languages selected", multipleFileUploadContext: "Uploading %1$s files", nameError: "Prompt names can only contain letters, numbers, and underscores. They must start with a letter.", noPromptRecordedSystem: "There is no audio recorded for the system prompt '%1$s' in %2$s", noPromptRecordedUser: "There is no audio recorded for the user prompt '%1$s' in %2$s", previewHelpTooltip: "Click here if you are having trouble previewing audio", processingAudio: "Processing audio...", prompts: "Prompts", promptBeingUploadedSystem: "The system prompt '%1$s' is busy processing an upload for %2$s", promptBeingUploadedUser: "The user prompt '%1$s' is busy processing an upload for %2$s", promptTypeTooltip: "Prompt Type", promptMissingRequiredAudioError: "'%1$s' does not have audio for a language that does not support text to speech", promptNoAudioPopupError: "Missing supported language audio", promptMissingAudioError: "'%1$s' does not have audio for at least one supported language", promptNoAudioTtsError: "'%1$s' does not have audio or text to speech for at least one supported language", promptNoAudioTtsComplexError: "One or more prompts do not have audio or text to speech for at least one supported language", promptNoTtsOrTextError: "'%1$s' does not have text to speech or text specified for at least one supported language", promptSystem: "System Prompt", promptUser: "User Prompt", recordAudio: "Record Audio", recordStationLabel: "For station recording, receive call at:", recordTimer: "%1$s seconds", refreshNoPrompts: "There are no prompts", refreshNoResults: "There are no matching prompts", resetForLanguage: "Erase and reset sequence for this language", search: "Search prompts", selectMultipleFiles: "Select the CSV file and all audio files referenced in the CSV. Use the Control key when clicking (or the Command key in macOS) to select multiple files.

Audio files located in different folders can be added on the next screen if needed.", sequenceError: "Error in sequence item %1$s for %2$s", sequenceWarn: "Warning in sequence item %1$s for %2$s", sequenceMode: "Switch to sequence builder", sequenceOptions: "Sequence Options", sequenceTypeBlankLabel: "Blank", sequenceTypeBlankWatermark: "Select blank duration", sequenceTypeDataLabel: "Data", sequenceTypeDataWatermark: "Select variable", sequenceTypeDataOptionsWatermark: "Select Options", sequenceTypeExpressionLabel: "Expression", sequenceTypePromptLabel: "Prompt", sequenceTypePromptWatermark: "Select a prompt", sequenceTypeVoiceSnippetLabel: "Voice Snippet", sequenceTypeTtsLabel: "Text To Speech", sequenceTypeTtsWatermark: "Enter text to speech", sequenceWillNotPlay: "Will not play", startRecord: "Start Recording", stopRecord: "Stop Recording", switchToBuilderTitle: "Sequence Builder", switchToBuilderLosesChanges: "Switching to the sequence builder will discard any changes made in the custom expression.", tts: "TTS", ttsText: "TTS/Text", ttsConvertPopupText: "Create prompt from text to speech", transcodeFailed: "Server failed to process the upload for %1$s. Please try a different audio file and note that MP3 formatted files are not supported for audio upload.", typeNotRecognizedError: "Sequence item type not supported.", unavailableAudioOption: "Audio data option is unavailable because it requires a feature that is not available.", unavailableAudioOptionContext: "The option '%1$s' is unavailable because it requires a feature that is not available.", uploadLabel: "Audio file to import", uploadTitle: "Upload Audio", uploadWatermark: "Select audio file to import", warningAddNewSequenceItem: "Use the toolbar to add a new sequence item. Language sequences with no items will revert to the main sequence." }, audioFormats: { boolTrueFalse: "True / False", dateAndTime: "Date and time", durationExact: "Exact", durationExactDesc: "Exact value of the duration, no rounding", durationRoundUp: "Round Up", durationRoundUpDesc: "Round up to next 30 seconds, 1 minute, 2 minutes, 5 minutes or subsequent 5 minute intervals", durationRoundUp1: "Round Up (1 minute)", durationRoundUp1Desc: "Round up to the next 1 minute interval", durationRoundUp5: "Round Up (5 minutes)", durationRoundUp5Desc: "Round up to the next 5 minute interval", durationRoundUp10: "Round Up (10 minutes)", durationRoundUp10Desc: "Round up to the next 10 minute interval", durationRoundUp30: "Round Up (30 minutes)", durationRoundUp30Desc: "Round up to the next 30 minute interval", durationRoundUp60: "Round Up (1 hour)", durationRoundUp60Desc: "Round up to the next 1 hour interval", ordinal: "As ordinal", phoneNumberLocal: "Play as local", phoneNumberGlobal: "Play as global", phoneNumberAuto: "Play local for dialing code", phoneNumberLocalDesc: "Plays phone number in its local format", phoneNumberGlobalDesc: "Plays phone number in its global format", phoneNumberAutoDesc: "Plays phone number in local format if it matches the dialing code, otherwise global", percentage: "As percentage", percentage1: "As percentage, 1 decimal place", percentage2: "As percentage, 2 decimal places", playJsonData: "Play JSON data", precision0: "To 0 decimal places", precision1: "To 1 decimal place", precision2: "To 2 decimal places", precision3: "To 3 decimal places", precision4: "To 4 decimal places", precision5: "To 5 decimal places", precision6: "To 6 decimal places", precision7: "To 7 decimal places", precision8: "To 8 decimal places", stringPhoneNumber: "As phone number", stringTTS: "Text to speech", time: "Time", timeDesc: "Audio expressing time appropriate for the active language and region", wholeValue: "Entire value" }, audioMonitoringAction: { enableMonitoring: "Enable Monitoring", enableMonitoringDescription: "If true, audio monitoring will be enabled. If false or a NOT_SET Boolean, audio monitoring will be disabled." }, boolean: { disabled: "Disabled", enabled: "Enabled", true: "True", false: "False" }, bot: { followupResponseTimeoutLabel: "Follow-up Response Timeout", followupResponseTimeoutDescription: "If the bot needs to ask for follow-up information, this is how long to wait for the end user to send a reply. A NOT_SET, negative or 0 second Duration will be treated as immediate.", informationCouldNotBeLoaded: "There was an error loading bot information.", internalErrReferenceId: "There was an error retrieving the latest information about the selected %1$s. Please try validating again in a few minutes.", languageWarning: "The flow has supported languages that are unsupported by the selected %1$s, which supports %2$s. The Failure output will be taken if the flow is executing in a language not supported by the %1$s.", naturalLanguageUnderstanding: "Natural Language Understanding", insightsOptimizations: "Insights and Optimizations", nluConfigurationUnavailable: "Unable to obtain the Natural Language Understanding configuration data for the bot.", nluTrainingFailed: "Training failed for updates made to the Natural Language Understanding configuration. Please verify the Natural Language Understanding configuration is correct and retry the flow operation again.", noSupportedLanguages: "There are no Architect-supported languages configured on the selected %1$s.", sameNamedSlotsWithDifferentSlotTypes: "There are slots with matching names but different slot types in this bot flow's Natural Language Understanding configuration. Please change these slots to have unique names, as they will cause issues with auto-generated slot variables. Affected slot name is %1$s.", sameNamedSlotsWithDifferentSlotTypesMultiple: "There are slots with matching names but different slot types in this bot flow's Natural Language Understanding configuration. Please change these slots to have unique names, as they will cause issues with auto-generated slot variables. Affected slot names are %1$s.", unsupportedAISlotTypeError: "AI slot types are only available in Virtual Agent enabled flows.", whitespacePresentInSlotTypeValue: "The slot type list value of '%1$s' in '%2$s' contains leading or trailing whitespace. This may result in voice recognition failures during runtime." }, cannedResponses: { cannedResponseTypeFormDescription: "A form is a canned response whose response type is form.", cannedResponseTypeMessageTemplateDescription: "A message template is a canned response whose response type is message template." }, digitalBot: { intentNotMappedToTask: "One or more intent in this flow's '{{settings.__NATURAL_LANGUAGE_UNDERSTANDING__}}' configuration are not mapped to a reusable task.", intentMappedToInvalidTask: "One or more intent in this flow's '{{settings.__NATURAL_LANGUAGE_UNDERSTANDING__}}' configuration are mapped to a reusable task that does not exist." }, digitalBotConnector: { followupResponseTimeoutDescription: "If the bot needs to ask for follow up information, this will set the duration for how long to wait for the end user to send a reply. Examples of errors for timeout include submitting a NOT_SET, zero or negative duration." }, choice: { choiceButtonDuplicateNameError: "A button with name '%1$s' already exists", choiceButtonNoNameError: "Button %1$s does not have a name", choiceMenuLabelDescription: "If specified, the label supplies the text to use for the menu choice at flow runtime. For flows that support more than one language, the label setting should be used to supply localized text for the choice. If not specified or the calculated String value for the label setting is a NOT_SET or blank string, the button text will be used.", choiceMenuLabelLabel: "Label" }, integration: { name: "Integration" }, botConnector: { addSessionVariable: "Add Session Variable", botVersionNotFound: "The selected bot version could not be found.", digitalBotVersionNotFound: "The selected digital bot version could not be found.", botIntegration: "Bot Integration", digitalBotIntegration: "Digital Bot Integration", botVersion: "Bot Version", digitalBotVersion: "Digital Bot Version", botName: "Bot Name", digitalBotName: "Digital Bot Name", intents: "Intents", botConnectorIntegration: "Bot Connector Integration", botConnectorVersion: "Bot Connector Version", botConnector: "Bot Connector", digitalBotConnector: "Digital Bot Connector", digitalBotConnectorIntegration: "Digital Bot Connector Integration", digitalBotConnectorVersion: "Digital Bot Connector Version", botResponseTimeoutLabel: "Bot Response Timeout", botResponseTimeoutDescription: "The time allowed for a third-party bot to respond to webhook calls. Examples of errors for timeout include submitting a NOT_SET, zero or negative duration.", sessionTimeoutLabel: "Session Timeout", sessionTimeoutDescription: "Once the conversation is started, this is how long a conversation can remain open. Examples of errors for timeout include submitting a NOT_SET, zero or negative duration.", timeoutSettingsLabel: "Timeout settings", mustSelectBotIntegration: "A bot integration must be selected.", mustSelectDigitalBotIntegration: "A digital bot integration must be selected.", mustSelectBotName: "A bot name must be selected.", mustSelectDigitalBotName: "A digital bot name must be selected.", mustSelectBotVersion: "A bot version must be selected.", mustSelectDigitalBotVersion: "A digital bot version must be selected.", noSlots: "There are no slots defined for this intent.", savedVersionOfBotVersion: "Flow is referencing a cached version of this bot version. The bot version may be out of date or deleted.", secondaryHeaderForVersion: "(Version %1$s)", selectBotIntegration: "Select Bot Integration", selectDigitalBotIntegration: "Select Digital Bot Integration", selectBotName: "Select Bot Name", selectDigitalBotName: "Select Digital Bot Name", selectBotVersion: "Select Bot Version", selectDigitalBotVersion: "Select Digital Bot Version", sessionVariable: "Session Variable", sessionVariables: "Session Variables", unableToRetrieveBotIntegration: "Was unable to retrieve bot integration for selected bot.", unableToRetrieveBot: "Was unable to retrieve bot for selected version.", botIntegrationNotFound: "Selected bot integration could not be found", digitalBotIntegrationNotFound: "Selected digital bot integration could not be found", botNameNotFound: "Selected bot name could not be found", digitalBotNameNotFound: "Selected digital bot name could not be found", inputTextLabel: "Bot Input Text", inputTextDescription: "The text to send to the bot.", inputTextDescriptionForChat: "The text to send to the bot. This is usually only set when chaining bot actions." }, botGeneric: { botAddSessionVariableLabel: "Add Session Variable", botIntegrationLabel: "Bot Integration", botIntentsLabel: "Intents", botNameLabel: "Bot Name", selectedBotNameNotFound: "The selected bot name could not be found.", botVariablesLabel: "Bot Variables", botVariablesDescription: "Variables able to be used in the bot.", botVersionLabel: "Bot Version", botVersionNotFoundGeneric: "The selected bot version could not be found.", flowReferencingSavedVersionOfBot: "Flow is referencing a cached version of this bot. The bot may be out of date or deleted.", inputTextLabelGeneric: "Bot Input Text", inputTextDescriptionGeneric: "The text to send to the bot.", inputTextDescriptionForChat: "The text to send to the bot. This is usually only set when chaining bot actions.", mustSelectBotNameGeneric: "A bot name must be selected.", mustSelectBotVersion: "A bot version must be selected.", noSlotsForIntent: "There are no slots defined for this intent.", noBotVariables: "There are no bot variables defined for this bot.", selectedBotIntegrationNotFound: "The selected bot integration could not be found.", selectBotNameLabel: "Select Bot Name", selectBotVersionLabel: "Select Bot Version", sessionVariableLabel: "Session Variable", sessionVariablesLabel: "Session Variables", unableToRetrieveSelectedBotIntegration: "Unable to retrieve the bot integration for the selected bot.", unableToRetrieveSelectedBot: "Unable to retrieve the selected bot." }, nuanceMix: { channel: "Channel", channelDescription: "The channel type to pass to the Nuance bot, which can specialize parts of the bot's behavior", channelNotFound: "The selected channel could not be found.", noChannelsAvailable: "None of channels on the selected bot are available for this flow.", selectedChannelNotValid: "The '%1$s' channel exists on the selected bot, but is unavailable for this flow.", nuanceMixBot: "Nuance Mix Bot", nuanceMixIntegration: "Nuance Mix Integration", mustSelectNuanceMixBotIntegration: "A Nuance Mix integration must be selected.", externalDataTypeLabel: "Name: %1$s", externalComplexDataTypeLabel: "Object", externalDataTypeTitle: "Nuance Data Type", selectNuanceMixBotIntegration: "Select Nuance Mix Integration" }, blankAudio: { msContext: "%1$s ms", oneSecond: "1 second", secondsContext: "%1$s seconds", blankAudioLabel: "blank: %1$s" }, bridgeServer: { action: "Action", actionNotFound: "The selected Bridge action could not be found.", actionSchemasError: "Action success, failure, or output information could not be loaded.", category: "Category", bridgeAction: "Bridge Action", mustSelectAction: "A Bridge action must be selected.", noActionsAvailable: "There are no Architect compatible Bridge actions available to this user.", noHelpLink: "There is no help link defined for this Bridge action.", processingPrompt: "Processing Prompt", savedVersionOfAction: "Flow is referencing a cached version of this Bridge action. The action may be out of date or deleted.", selectAction: "Select an action", selectCategory: "Select a category", timeout: "Timeout", timeoutOfZero: "Timeout must be greater than zero", useSuggestedTimeout: "Use action's suggested timeout" }, callAudioConnector: { audioConnectorIntegrationDescription: "The audio connector integration to be used for this action.", connectorId: "Connector ID", mustSelectAudioConnectorIntegration: "An Audio Connector integration must be selected.", selectAudioConnectorIntegration: "Select Audio Connector Integration", audioConnectorType: "Audio Connector" }, callBotFlowAction: { configuredIntentValues: "Configured Intent Values", executionResults: "Execution Results", exitReason: "Exit Reason", exitReasonDescription: "Indicates what caused the Bot Flow to exit. See the Call Bot Flow action help for more details on exit reason string values.", exitReasonExamplesTitle: "Example Exit Reason Values", intent: "Intent", intentDescription: "The intent returned from the Bot flow invocation at runtime. If no intent is detected, the variable bound in the Intent setting will be set to a NOT_SET String at runtime.", intentsNone: "None", inputTextLabel: "Bot Input Text", inputTextDescription: "Supplies an initial utterance to the bot that will be processed by the first Ask action executed in the bot flow.", languageChangeWarningImmediate: "Runtime language changes made by the %1$s to a supported language of this flow will be reflected immediately.", languageChangeWarningCommonModule: "Runtime language changes made by the %1$s to a supported language of this common module will be reflected immediately or at the end of the common module task if called by a call flow.", languageChangeWarningTaskEnd: "Runtime language changes made by the %1$s to a supported language of this flow will be reflected when the task ends.", callBotFlowInfo: "All subsequent Bot Flows called will inherit settings from the initial Bot Flow.", callDigitalBotFlowInfo: "All subsequent Digital Bot Flows called will inherit settings from the initial Digital Bot Flow." }, cardsAndCars: { askForSlotChooserLabel: "Slot Value Presentation", askForSlotChooserDescription: "Specify how to present slot value choices to the participant here.", addButtonLabel: "Button", alternativeLabelAdd: "Add alternative label", alternativeLabelRemove: "Remove alternative label", buttonTitlePlaceholder: "Title", cardLabel: "Card", carouselLabel: "Carousel", choiceLabelNoName: "", choicePostbackLabel: "Postback", choiceTypeLabel: "Button Action", choiceUrlLabel: "Open URL", choiceUrlValue: "URL Value", chooserNluDiffsUpdate: "Update", chooserNluDiffsWarning: "One or more slot type values for the selected slot are not reflected below.", chooserConfirmDisplayMode: "With three or fewer buttons, two display options are available.", chooserConfirmDisplayMode2: "Choose an option", chooserSingleCard: "Assign all buttons to one card", chooserMultipleCards: "Assign one button per card", choiceNoUrlValue: "", choiceNoSlotTypeValue: "", choiceNoPostbackValue: "", choiceFromSlotTypeValue: "From slot type value", choiceUsingSlotTypeValue: "Using the slot type value label.", choiceLabelIsSameAsValue: "Label is the same as the value", choiceRemainingSingular: "1 button remaining", choicesRemainingPlural: "%1$s buttons remaining", collectionEmptyCarouselLabel: "Add cards to your carousel", collectionEmptyCarouselDesc: "Cards can include images, titles and descriptions to offer a richer visual experience.", collectionCreateFirstMessage: "Create your first '%1$s'", collectionEmptyMessage: "No items in collection", digitalMenuChooserLabel: "Choices", digitalMenuChooserDescription: "Specify menu choices to offer the participant and how to present them here.", dynamicSlotTypeQuickReplies: "For a dynamic list slot type, there is nothing additional to configure when presenting the list choices as quick replies.", duplicatePostbackValue: "The postback value '%1$s' is a duplicate.", knowledgeSearchResultLabel: "Knowledge Search Results", knowledgeSearchResultDescription: "The variable that holds the collection of KnowledgeBaseDocument objects matched in the search that occurs at this action. If '{{knowledgeSettingsMode.__STANDARD__}}' knowledge handling is selected then the search results collection will only ever contain the article shown to the user. If '{{knowledgeSettingsMode.__CUSTOM__}}' knowledge handling is selected then the results collection may contain multiple articles that strongly match the search.", noRichMedia: "No rich media", noRichMediaNoSlotSelected: "Rich media presentation options are not available because no slot is selected.", noRichMediaSlotTypeNotList: "Rich media presentation options are not available because the selected slot is not a list or dynamic list.", noRichMediaTooManyChoices: "Rich media presentation options are not available because the selected slot has more than %1$s slot type values.", quickRepliesLabel: "Quick Replies", quickReplyLabel: "Quick Reply", selectionResultLabel: "Selection Result", selectionResultDescription: "The variable that holds the value of the menu choice chosen by the participant. If no choice is selected by the participant, the variable value will be left alone.", skipResponseCarouselDisabled: "Skip Response is disabled because the Carousel limit has been reached", skipResponseDisabled: "Skip Response is disabled because the Quick Reply limit has been reached", switchPresentation: "Switch Presentation", expression: { chooserInvalidChoiceCountForSlotType: "The number of choices is not enough to match the number of values configured in the slot type '%1$s'.", chooserInvalidListItemCountForSlotType: "The number of list items is not enough to match the number of values configured in the slot type '%1$s'.", chooserNoChoicesConfiguredForSlotTypeValues: "There are no choices configured for the '%1$s' slot type value(s) %2$s.", chooserNoListItemsConfiguredForSlotTypeValues: "There are no list items configured for the '%1$s' slot type value(s) %2$s.", chooserInvalidChoiceValueForSlotType: "The choice with value '%1$s' is not a valid value for the slot type '%2$s'.", chooserInvalidListItemValueForSlotType: "The list item with value '%1$s' is not a valid value for the slot type '%2$s'.", chooserInvalidChoiceValueForSlotTypeExpressionMode: "The choice using expression mode with the literal value '%1$s' is not a valid value for the slot type '%2$s'.", chooserInvalidListItemValueForSlotTypeExpressionMode: "The list item using expression mode with the literal value '%1$s' is not a valid value for the slot type '%2$s'.", chooserMultipleChoicesForSlotTypeValue: "There is more than one choice for the slot type value '%1$s'.", chooserSlotTypeNotListOrDynamicListType: "The slot type '%1$s' is not a list or dynamic list type.", chooserSlotTypeNameIsNotValid: "The slot type '%1$s' is not valid.", chooserNoSlotTypeConfiguredForSlot: "There is no slot type configured for the slot '%1$s'.", chooserInvalidSlotName: "The slot '%1$s' is not valid.", chooserPresentationModeNotAllowedWithMismatchSlotType: "The presentation mode '%1$s' is not permitted for the selected slot type." }, cardType: { label: "Card", noDescription: "No Description", noDescriptionRuntimeEvaluationStr: "No Card Description", noImage: "No Image", noImageRuntimeEvaluationStr: "No Card Image", noTitle: "No Title", noTitleRuntimeEvaluationStr: "No Card Title" }, carouselType: { defaultCardTitle: "Title %1$s" }, choiceType: { choiceInQuickReplyMustBePostback: "The choice type '%1$s' is not valid when used in a QuickReplies value." }, timePickerType: { noImage: "No Image", noImageRuntimeEvaluationStr: "No Time Picker Image", noTitleRuntimeEvaluationStr: "No Time Picker Title", subtitlePlaceHolder: "Subtitle", addressPlaceHolder: "Address", longitudePlaceHolder: "Longitude", latitudePlaceHolder: "Latitude", noSubtitle: "No Subtitle", noSubtitleRuntimeEvaluationStr: "No Time Picker Subtitle", enableLongLatLabel: "Use Latitude and Longitude", missingPermission: "You are missing the required permissions for autocomplete" }, listPickerType: { addNewSectionTooltip: "Add a new section", emptyListPickerSectionLine1: "This section is empty.", emptyListPickerSectionLine2: "To add items, move them from another section.", listPicker: "List Picker", missingValuesSectionLabel: "Missing Values", moveItemsFromAnotherSectionButtonTooltip: "Move items from another section", receivedMessageLabel: "Received Message", receivedMessageButtonTextLabel: "Button Text", replyMessageLabel: "Reply Message", replyMessageTitle: "List selections are displayed here", replyMessageDescription: "Reply Message for the list picker.", searchSlotValues: "Search slot values", disabledMultiselectToggleTooltip: "Not available because selected slot capture is set to single value", invalidMultipleSectionsWarning: "At runtime, multiple sections for slots that are set to single value capture will be ignored.", invalidMultipleSectionsWarningMessage: "At runtime, multiple sections for slots that are set to single value capture will be ignored in %1$s conversations. %2$s conversations support multiple sections for single-value slots.", invalidNluValue: "This item is no longer a valid slot type value." } }, categories: { customerSecuredData: "Customer Secured Data", find: "Find", flow: "Flow", journey: "Journey" }, clearSlot: { addSlot: "Add Slot", clearSlotTitle: "Clear Slot", specifiedMoreThanOnce: "The slot '%1$s' is specified more than once.", mustSpecifySlot: "You must specify a slot.", noSlotsToClearWarning: "There are no slots specified to clear.", slotToClear: "Slot to Clear", slotsLabel: "Slots", noSlotsDefined: "No Slots defined" }, communicate: { communication: "Communication" }, clipboard: { content: { canPaste: { downConvert: { menuChoice: { toAction: "If pasted to this location, the action from the action menu will be pasted.", toReusableMenu: "If pasted to this location, the menu from the sub-menu will be pasted as a reusable menu.", toReusableTask: "If pasted to this location, the task from the task menu will be pasted as a reusable task." } }, upConvert: { action: { toMenuChoice: "If pasted to this location, an action menu will be created for this action.", toReusableTask: "If pasted to this location, a reusable task will be created that contains this action.", toState: "If pasted to this location, a state will be created that contains this action." }, menu: { toMenuChoice: "If pasted to this location, the menu will be pasted as a sub-menu." }, task: { toMenuChoice: "If pasted to this location, a task menu will be created that contains this task." } } }, notSupportedByFlowType: { action: "This contains an action of type '%1$s' which cannot be pasted to flows of type '%2$s'.", dataTypeKnown: "This uses a data type of '%1$s' which cannot be used in flows of type '%2$s'.", dataTypeUnknown: "This contains a data type which cannot be used in flows of type '%1$s'.", menuChoiceAction: "This contains an action menu of type '%1$s' which cannot be used in flows of type '%2$s'.", menusOrMenuChoices: "This contains a menu which cannot be pasted to flows of type '%1$s'.", states: "This contains a state which cannot be pasted to flows of type '%1$s'.", tasks: "This contains a task which cannot be pasted to flows of type '%1$s'.", builder: "This contains a '%1$s' which cannot be pasted to flows of type '%2$s'. The builder will be removed and converted to an expression." }, pastableLocations: { cannotPasteActionAsMenuChoiceMoreThanOne: "Unable to paste as an action menu because there is more than one action on the clipboard and menus can only have one action.", cannotPasteGeneric: "Unable to paste to this location.", contentCannotBeActionMenu: "Unable to paste as an action menu because the action is not valid for use as a menu.", destinationHasNoChoices: "This cannot be pasted here because the paste location is not a top level menu, a reusable menu or a sub-menu.", menuChoiceSubMenu: "A sub-menu can only be pasted directly under a top level menu, sub-menu or as a reusable menu.", menuChoiceInlineTask: "A task menu can only be pasted directly under a top level menu, under a sub-menu or as a reusable task.", state: "A state can only be pasted within the States container.", task: "A task can only be pasted directly under a top level menu, under a sub-menu or as a reusable task." }, removalError: "Unable to remove the content from the clipboard object." }, copy: { copyFailed: "The copy operation failed.", copyFailureTitle: "Copy Failed", copyObjectDoesNotBelongToAFlow: "Object cannot be copied because it does not belong to a flow.", copyObjectNotSpecified: "No object specified to copy. Please select something to copy.", onlyCopyActionOrMenuOrStateOrTask: "You can only copy actions, menus, states or tasks.", permissions: { cannotCopyPermissionsGranularAcl: "Unable to copy because you do not have the architect:flow:edit permission in at least one division." } }, cut: { cannotCutFlowNotEditable: "Unable to cut because the flow is not editable.", cannotCutStartUpObject: "Unable to cut the startup object of a flow.", cannotCutPeriodicState: "Unable to cut the periodic state of a flow.", cutObjectDoesNotBelongToAFlow: "Object cannot be cut because it does not belong to a flow.", cutObjectNotSpecified: "No object specified to cut.", cutFailed: "The cut operation failed.", cutFailureTitle: "Cut Failed", onlyCutActionOrMenuOrStateOrTask: "You can only cut actions, menus, states or tasks.", permissions: { cannotCutPermissionsGranularAcl: "Unable to cut because you do not have the architect:flow:edit permission in at least one division." } }, paste: { additionalInfo: { alertMessage: "Additional paste result information available. Click here to open.", clipboardVariableReferenceNotAdded: "Clipboard-Referenced Variable Not Added", clipboardVariableReferenceNotAddedMoreThanOne: "Clipboard-Referenced Variables Not Added", clipboardVariableReference: "Clipboard Reference", createdVariable: "Created Variable", createdVariableMoreThanOne: "Created Variables", infoDependentCreatedVariables: "This shows dependent variables that were created during the paste operation. These are variables that are referenced by but are not part of objects on the clipboard. Since they did not exist where the clipboard was pasted, those variables were automatically created.", infoDependentNotCreatedVariables: "This shows variables that were referenced by objects on the clipboard that did not get created during the paste operation because the variables are no longer referenced by the pasted content.", infoVariableReferenceUpdates: "This shows variable references as they existed in objects on the clipboard and what they changed to when pasted.", modalTitle: "Additional Paste Information", pastedVariableReference: "Pasted Reference", updateVariableReference: "Updated Variable Reference", updateVariableReferenceMoreThanOne: "Updated Variable References" }, flowNotEditableByCurrentUser: "This cannot be pasted because you cannot edit the flow.", flowTypeCouldNotBeDetermined: "This cannot be pasted because the flow type for the paste destination location could not be determined.", noContent: "There is nothing to paste.", noDestFlow: "Unable to paste because the destination flow was either not specified or could not be determined.", pasteFailed: "The paste operation failed.", pasteFailureTitle: "Paste Failure" } }, createCallback: { noInputs: "The selected callback script has no inputs.", calleeName: "Callee Name", callbackNumber: "Callback Number", callbackScriptNotFound: "The selected callback script could not be found.", noQueueNote: "Callback will be placed on the current queue", script: "Script", selectScript: "Select a callback script", selectedScript: "Callback Script", savedVersionOfCallbackScript: "Flow is referencing a cached version of this callback script. The callback script may be out of date or deleted." }, collectionEditor: { titleContext: "Edit '%1$s' collection", itemLabel: "Item", itemsInCollection: "%1$s items in %2$s", itemsInCollectionOne: "1 item in %1$s", addItem: "Add Item" }, collectInput: { allowDigitRange: "Range of digits", dtmfVariable: "Input Data Name", individualDigits: "Individual Digits", inputAudio: "Input Audio", monetary: "Monetary", noVerification: "No Verification", numeric: "Numeric", numberDigitsLabelExact: "Number of Digits", numberDigitsLabelRange: "Range of Digits", numberDigitsChangeExact: "change to exact", numberDigitsChangeRange: "change to range", numberDigitsExact: "Exactly %1$s digits", numberDigitsExactSingular: "Exactly 1 digit", numberDigitsRange: "Any number of digits between %1$s and %2$s, inclusive", terminatingCharacter: "Terminating DTMF", verification: "Verification", noEntryTimeout: "No Entry Timeout", interDigitTimeout: "Inter-Digit Timeout", includeTerminatingDtmfInResultData: "When pressed, include terminating DTMF in input data result", acceptJustStar: "Accept just '*'", acceptJustPound: "Accept just '#'", digitInput: "Numeric Input", otherInput: "Non-Numeric Input" }, commonModule: { actionExecutableOnlyIfEmbeddingFlowIsCallFlow: "This action can only be executed if the common module is called by a call flow.", subsequentActionsExecutableOnlyIfEmbeddingFlowIsCallFlow: "This and all subsequent actions can only be executed if the common module is called by a call flow.", actionNotSupportedForFlowTypes: "The action '%1$s' is not available in flow types: '%2$s'", actionOutputExecutableOnlyIfEmbeddingFlowIsCallFlow: "Flow runtime execution can only take the '%1$s' action output if the common module is called by a call flow.", clickToAddFlowTypes: "Click to add flow types", embeddedFlowNeedsUpdated: "A newer version of common module '%1$s' is available. Validate again to update from v%2$s to v%3$s.", flowTypeNotSupportedValidationError: "Referenced common module not compatible with flow types: %1$s", flowTypeNotSupported: "Not compatible with flow type: %1$s", hardcodedTaskName: "Common Module Task", commonModuleMissingDependencies: "The common module '%1$s' has the following references that have been deleted: [%2$s]. Please open the common module directly, fix, and then republish the common module.", commonModuleInternalError: "The common module '%1$s' has errors that need to be addressed. Please open the common module directly, fix, and then republish the common module.", internalError: "Internal error encountered in common module", languageNotSupportedValidationError: "Referenced common module does not support languages: %1$s", languageNotSupported: "Does not support languages: %1$s", notAvailableInFlowTypes: "This will be ignored in these flow types: %1$s", settingsNodeName: "Common Module Settings", supportedFlowTypes: "Compatible Flow Types", publishedVersionNotAvailable: "A published version of the referenced flow is not available", debugPublishVersionNotAvailable: "A debug version of the referenced flow is not available", commonModuleNotUsableMissingPermission: "The selected common module cannot be used because you do not have the 'architect:flow:view' permission in its division.", mustSelectFlowType: "At least one compatible flow type must be selected", compatibleFlowTypesWarning: "The actions, data types, and other settings available in a common module flow are limited to those available in all of the selected compatible flow types." }, configurations: { queue: "Queue", skill: "ACD Skill", skillsPlural: "ACD Skills" }, contact: { phonePropertyDescription: "'%1$s' phone property from flow contact list", propertyDescription: "'%1$s' property from flow contact list" }, conversationAttribute: { conversationAttributeLabel: "Conversation Attribute", conversationAttributeSchemaLabel: "Conversation Attribute Schema", divisionsForConversationAttributeRecord: "The divisions this conversation attribute belongs to. If the collection is empty, the record is visible to all divisions.", disabledSchemaSelected: "Schema is disabled. Select an active schema to continue.", flowReferencesADisabledSchema: "This flow references a disabled schema. Update all Conversation Attributes actions (GET, CREATE, UPDATE) to use an active schema.", schemaLabel: "Schema", mustSelectSchema: "A schema must be selected.", schemaNotFound: "The selected schema could not be found.", selectSchema: "Select a schema", unableToLoadSchema: "Unable to load the configuration information for the selected schema.", recordId: "Record ID", recordIds: "Record IDs", recordIdDescription: "A unique ID within a conversation consisting of English letters, numbers, hyphens, and underscores. Spaces are not allowed.", recordIdsDescription: "A collection of unique IDs within a conversation consisting of English letters, numbers, hyphens, and underscores. Spaces are not allowed.", invalidRecordId: "Invalid Record ID", recordVersion: "Record Version", recordVersionDescription: "The version of the conversation attribute record.", schemaVersionIdDescription: "The version of the schema associated with the conversation attribute record.", customAttributesDescription: "Holds the custom attribute values as defined by the schema.", resultLabel: "Result" }, currency: { filter: "Search currencies", modalTitle: "Select Currency", useCurrency: "Use Currency" }, customNodes: { actions: "Actions", data: "Data", debugging: "Debugging", dependencies: { label: "Dependencies", none: "There are no dependencies." }, errorHandling: { audio: "Pre-handling audio", errorHandlingDisconnectDescription: "This ends execution of the current flow and disconnects the current interaction.", errorHandlingEndFlow: "End Flow", errorHandlingEndFlowDescription: "This ends execution of the current flow.", errorHandlingContinue: "Keep Chat Open", errorHandlingEndWorkflowDescription: "This ends execution of the current '%1$s' flow.", errorHandlingExitFlowDescription: "This ends execution of the current flow and returns execution to a calling flow if there is one.", errorHandlingEndInQueueStateDescription: "This ends execution of the current state in an In-Queue flow. The flow keeps running so subsequent invocations of the '%1$s' will still happen.", errorHandlingMenuDescription: "Flow execution goes to a specified menu.", errorHandlingQueueDescription: "This ends execution of the current flow and transfers the current interaction to a specified queue.", errorHandlingStateDescription: "Flow execution changes state to a specified state.", errorHandlingTaskDescription: "Flow execution jumps to a specified reusable task.", errorHandlingTypeNotAvailableForFlowType: "The error handling type '%1$s' cannot be used in a flow of type '%2$s'.", handling: "Handling", label: "Error Event", queueTransfer: "Transfer to Queue", changeStateToFlowStartup: "Since the starting state is selected for error event handling, remember that the startup state will be re-executed if a flow error event occurs.", exit: "Exit the Flow" }, eventHandling: { label: "Event Handling", agentEscalation: "Agent Escalation", agentEscalationConfirmation: "Confirmation", enableAgentEscalationLabel: "Enable Agent Escalation", enableAgentEscalationDescription: "This setting enables or disables the bot flow from listening to requests to speak to a human.", subsequentRecognitionFailuresLabel: "Subsequent Recognition Failures", subsequentRecognitionFailuresDescription: "By default, when the recognition failure event occurs and is triggered a second time, the bot will exit the flow. By selecting execute task, the bot will continue to execute the recognition failure task for all subsequent recognition failure events.", subsequentRecognitionFailuresExecuteTask: "Execute Task", eventHandlingAgentEscalationHandoverDescription: "Wording the bot will use when the participant has requested to speak to a human and has said yes to the Agent Escalation Confirmation prompt. Once this wording has been communicated, the Bot will Exit back to the calling flow which invoked this Bot flow.", eventHandlingAgentEscalationConfirmationDescription: "Wording the bot will use when it thinks that the participant has requested to speak to a human. The participant is expected to reply with a yes or no answer.", eventHandlingAgentEscalationHandlingDescription: "Setting 'Exit the Flow' will end the participant's Genesys Cloud conversation and setting 'Jump to Reusable Task' will transfer the flow to a previously configured reusable task.", eventHandlingErrorEventHandlingDescription: "Specifies the bot's behavior when there is an error encountered during the execution of the flow. Examples of such an error include a divide-by-zero error or submitting a NOT_SET value to a function that does not allow it. Setting '%1$s' will end the participant's Genesys Cloud conversation and setting '%2$s' will return control to the flow which invoked this Bot Flow.", eventHandlingErrorEventHandoverDescription: "Wording the bot will use when there is an error encountered during the execution of the flow. Examples of such an error include a divide-by-zero error or submitting a NOT_SET value to a function that does not allow it.", eventHandlingRecognitionFailureHandoverDescription: "Wording the bot will use when the bot asks a question and the participant takes too many attempts to provide a valid answer. This could include too many of any of the following: No Matches, No Inputs, or Confirmation Rejections. Recognition Failures can occur in any '%1$s' or '%2$s' action.", eventHandlingRecognitionFailureHandoverDigitalDescription: "Wording the bot will use when the bot asks a question and the participant takes too many attempts to provide a valid answer. This could include too many of any of the following: No Matches or Confirmation Rejections. Recognition Failures can occur in any '%1$s' or '%2$s' action.", eventHandlingRecognitionFailureHandlingDescription: "Specifies the bot's behavior when it asks a question and the participant takes too many attempts to provide a valid answer. This could include too many of any of the following: No Matches, No Inputs, or Confirmation Rejections. Recognition Failures can occur in any '%1$s' action or in an '%2$s' action. Setting '%3$s' will end the participant's Genesys Cloud conversation, setting '%4$s' will return control to the flow which invoked this Bot Flow.", eventHandlingRecognitionFailureHandlingWithJumpToTaskDescription: "Specifies the bot's behavior when it asks a question and the participant takes too many attempts to provide a valid answer. This could include too many of any of the following: No Matches, No Inputs, or Confirmation Rejections. Recognition Failures can occur in any '%1$s' action or in an '%2$s' action. Setting '%3$s' will end the participant's Genesys Cloud conversation, setting '%4$s' will return control to the flow which invoked this Bot Flow and setting '%5$s' will transfer the flow to a previously configured reusable task.", handover: "Handover", recognitionFailureEvent: "Recognition Failure Event" }, menus: "Menus", resources: "Resources", settings: "Settings", userInputSettings: { title: "User Input" }, botFlowUserInputSettings: { generalUserInputSettings: "General", noMatchesMax: "Maximum Number of No Match Retries", noMatches: "No Match Detected", noMatchApology: "No Match Apology", noInputsMax: "Maximum Number of No Input Retries", noInputsMaxExceeded: "No Input Maximum Retries Exceeded Handling", noInputsMaxExceededDescription: "Specifies the bot's behavior when there has been no input from the external participant after the maximum number of no input retries has been exceeded.", endOfSessionMessage: "End of Bot Chat Message", endOfSessionMessageDescription: "The goodbye message from the bot which is triggered when there has been no input from the external participant after the maximum number of no input retries has been exceeded or the session maximum time has been met.", noInputsTimeout: "Voice No Input Timeout", noInputsDigitalTimeout: "No Input Timeout", noInputs: "No Input Detected", noInputsApology: "No Input Apology", confirmationRejectionsMax: "Maximum Number of Confirmation Rejections", confirmationErrors: "Confirmation Errors", noToConfirmationApology: "Confirmation Rejection Apology", confirmationNoMatchApology: "No Match Confirmation Apology", confirmationNoInputApology: "No Input Confirmation Apology", collectionLowConfidenceThreshold: "Normal Low", collectionHighConfidenceThreshold: "Normal High", confirmationLowConfidenceThreshold: "Confirmation", confidenceThresholds: "Confidence Thresholds", collectionConfidenceThresholdsError: "Collection Low confidence must be lower than or equal to the Collection High confidence.", quickRepliesLabel: "Automatic Quick-Reply Buttons", quickRepliesDescription: "If the setting is true and the bot is interacting with a participant via text, this enables automatic quick reply buttons in Intent and Slot confirmations, Knowledge confirmations, '%1$s', '%2$s' and '%3$s' ( for list slot types ) actions. Otherwise if false or a NOT_SET Boolean, quick reply buttons are not enabled.", userInputSettingNoMatchesMaxDescription: "For the current '%1$s' action, this is the maximum number of times that the bot will allow a retry given an input that is not a valid match. If the number exceeds this maximum then the rules in the flow's Event Handling '%1$s' section will be followed, or if the action has a '%2$s' path then that path will be taken at runtime instead. No Match in both the 'Normal' and 'Confirmation' phases of the '%1$s' action will count towards this maximum.", userInputSettingNoMatchApologyDescription: "Wording the bot will output prior to the current '%1$s' action's '%2$s' Communication whenever the bot receives input from the participant that is not a valid match.", userInputSettingsNoInputsMaxDescription: "For the current '%1$s' action, this is the maximum number of times that the bot will allow a retry given no input (i.e. silence) from the participant. If the number exceeds this maximum then the rules in the flow's Event Handling '%2$s' section will be followed, or if the action has a '%3$s' path then that path will be taken at runtime instead. No Input in both the 'Normal' and 'Confirmation' phases of the '%1$s' action will count towards this maximum.", userInputSettingsNoInputsDigitalMaxDescription: "For the current '%1$s' action, this is the maximum number of times that the bot will re-prompt the participant for input if none is received. If the number exceeds this maximum then the bot will stop prompting and wait for input. No Input in both the 'Normal' and 'Confirmation' phases of the '%1$s' action will count towards this maximum.", userInputSettingsNoInputTimeoutDescription: "Once the current Communication has finished playing, this is the maximum length of time to wait for the participant to start speaking. If no speech is detected within this time then a No Input will be triggered.", userInputSettingsNoInputDigitalTimeoutDescription: "Once the current Communication is sent, this is the maximum length of time to wait for the participant to respond. If no input is received within this time then a No Input will be triggered.", userInputSettingsNoInputsApologyDescription: "This Communication is output prior to the current '%1$s' action's '%2$s' Communication whenever the bot does not receive any input from the participant.", userInputSettingsConfirmationRejectionsMaxDescription: "For the current '%1$s' action, this is the maximum number of times that the bot will allow the participant to say no while the bot is confirming an input. If the number exceeds this maximum then the rules in the flow's Event Handling '%2$s' section will be followed, or if the action has a '%3$s' path then that path will be taken at runtime instead.", userInputSettingsNoToConfirmationApologyDescription: "Wording the bot will output prior to the current '%1$s' action's '%2$s' Communication whenever the participant says no while the bot is confirming the participant's last input.", userSettingsConfirmationNoMatchApologyDescription: "Wording the bot will output prior to the bot repeating the current confirmation question whenever the bot receives input that is neither a yes nor a no during a confirmation.", userSettingsConfirmationNoInputApology: "This Communication is output prior to the bot repeating the current confirmation question whenever the bot does not receive any input during a confirmation.", userSettingsCollectionLowConfidenceThresholdDescription: "The minimum confidence level percentage (score) that an input phrase must receive to avoid a No Match. If the confidence level of an input phrase is above this threshold then the bot will either accept it or confirm it with the participant, depending on the value of the '%1$s' threshold.", userSettingsCollectionHighConfidenceThresholdDescription: "The minimum confidence level percentage (score) that an input phrase must receive to be accepted without triggering a confirmation question.", userSettingsConfirmationLowConfidenceThresholdDescription: "The minimum confidence level percentage (score) that an input phrase must receive to avoid a No Match when the bot is asking a yes or no question. This applies during a confirmation and also in the '%1$s' and '%2$s' actions.", userSettingsSttMaxSpeechTimeout: "Maximum duration of an utterance collected from the user. A duration value less than or equal to 0 ms means no timeout. If a NOT_SET value is supplied, the default value will be used.", userSettingsSttSpeechDetectionSensitivity: "A balance between detecting speech and noise (breathing, etc.). 0 means ignore all noise, 1.0 means interpret all noise as speech. If a NOT_SET value is supplied, the default value will be used.", userSettingsSttSpeechDetectionSensitivityNuanceSupport: "Note: This setting is only supported by Nuance Recognizer as a Service.", voiceBargeInSettingLabel: "Voice Barge-in", voiceBargeInSettingDescription: "Whether or not the external participant should be able to interrupt audio while it is still playing.", automaticSpeechRecognition: "Automatic Speech Recognition", intentClassificationHintingLabel: "Intent Classification Hinting", intentClassificationHintingDescription: "This setting enables or disables whether hints are sent to the speech recognition engine for intent classification. Hints are a set of phrases sent to the engine to provide context and assist with speech recognition." }, botPerformanceReport: { botPerformanceReportTitle: "Bot Performance Report" }, interactionReport: { interactionReportTitle: "Interaction Report" }, surveyPerformanceReport: { surveyPerformanceReportTitle: "Survey Performance Report" }, virtualAgentPerformanceReport: { virtualAgentPerformanceReportTitle: "Virtual Agent Performance Report" }, virtualAgentSettings: { virtualAgentSettingsTitle: "After Contact", virtualAgentSettingsTabs: { virtualAgentSettingsConversationSummary: "Conversation Summary", virtualAgentSettingsWrapUpCodes: "Wrap-up Codes" }, virtualAgentSettingsSummarizeConversationTitle: "Summarize Conversation", virtualAgentSettingsSummarizeConversationDescription: "The Virtual Agent will use AI to summarize the conversation.", assignWrapupCodesTitle: "Automatically assign wrap-up codes", assignWrapupCodesDescription: "AI will assign a wrap-up code when one has not been manually set in the conversation flow.", enabledWrapupCodes: "Enabled wrap-up codes", searchWrapupCodes: "Search name...", wrapupCodeColumns: { name: "Name", description: "Description", division: "Division", error: "Error Message", status: "Status" }, wrapupCodeDivisionAll: "All", wrapupCodeFilterHeader: "Filter", wrapupCodeFilterLabelNone: "None", wrapupCodeFilterLabelEnabled: "Enabled", wrapupCodeFilterLabelErrors: "Errors", wrapupCodeFilterTooltip: "Filter wrap-up codes table", wrapupCodeFilterAppliedTooltip: "Filter applied:", wrapupCodeAssign: "Assign wrap-up code", wrapupCodeUnassign: "Unassign wrap-up code", wrapupCodeErrorRemove: "Clear wrap-up code", wrapupCodeDisabledToggleTooltip: "Wrap-up code has no description", wrapupCodeDisabledToggleTooltipDivision: "Cannot determine if wrap-up code description is set for this division", wrapupCodeNoDescriptionError: "Assigned WrapupCode '%1$s' has no description.", wrapupCodeGridEmptyTitle: "No wrap-up codes available", wrapupCodeGridEmptySubTitle: "Try using different filters", wrapupCodeGridLoadFail: "Failed to load wrap-up codes", wrapupCodeGridMissingPermission: "You do not have permission to view and search wrap-up codes", conversationSummarySettingsTitle: "Custom Summary Configuration", conversationSummarySettingsDescription: "Virtual Agent will use this configuration to generate a custom summary based on its instructions.", conversationSummarySettingsToolTip: "If no custom configuration is selected, the default summary configuration will be used.", conversationSummarySettingsDropdownPlaceholder: "Select a configuration", conversationSummarySettingsButtonToolTip: "Open conversation summary configuration in a new tab", conversationSummarySettingsWorkbenchBanner: "Custom Summary Configurations are managed through {{link.__SUMMARY_WORKBENCH__, AI Studio > Summary workbench}}.", conversationSummarySettingsSupportedLanguagesTableHeader: "Summary Configuration", conversationSummarySettingsDefaultLangPlaceholder: "Manage summary configuration: ", conversationSummarySettingsLangUnavailable: "Custom Summary Configuration is unavailable for this language.", conversationSummarySettingsSummaryNotFound: "The Custom Summary '%1$s' does not exist", conversationSummarySettingsWorkbenchLinkTitle: "AI Studio > Summary workbench" } }, detectIntent: { detectIntent: "Detect Intent", detectedIntent: "Detected Intent" }, detectSilence: { silenceDuration: "Silence Duration", silenceDurationDescription: "Amount of continuous silence to wait for.", timeoutDescription: "Total amount of time to wait for continuous silence before failing and taking the 'Timeout' output." }, dataTable: { dataTable: "Data Table", mustSelectTable: "A data table must be selected.", savedVersionOfAction: "Flow is referencing a cached version of this Data Table. The Data Table may be out of date or deleted.", selectDataTable: "Select a data table", tableNotFound: "The selected Data Table could not be found." }, dataView: { actionsColumn: "Usage", filterVariables: "Search data", nameColumn: "Name", containerNameColumn: "Container", usagesMultiple: "Used in %1$s places", usageReaderTitle: "Consumes the variable", usageWriterTitle: "Sets the variable" }, dateTimeInput: { clearButtonText: "Clear", closeButtonText: "Close", todayButtonText: "Today" }, decisionTable: { decisionTableLabel: "Decision Table", decisionTablePlural: "Decision Tables", mustSelectDecisionTable: "A decision table must be selected.", decisionTableNotFound: "The selected decision table could not be found.", decisionTableDescription: "The decision table that we are querying against.", selectDecisionTable: "Select a decision table", unableToLoadDecisionTableInputOutputSchema: "Unable to load the input / output configuration information for the selected decision table.", decisionTableUsageFeesNote: "Usage fees apply. Learn more about calling Decision Tables in the {{link.__DECISION_TABLE_USAGE_FEES__}} documentation." }, decryptData: { dataToDecryptDescription: "The encrypted String value to decrypt back to a JSON value. Encrypted String values are generated from the '%1$s' action. If a NOT_SET String value or blank String value is supplied to the action at runtime, execution will take the '%2$s' output with an error type reason string value of '%3$s'.", dataToDecryptLabel: "Data To Decrypt", decryptedDataOutputDescription: "The decrypted JSON value from the supplied encrypted String value.", decryptedDataOutputLabel: "Decrypted Data" }, deflect: { smsPhoneNumber: "SMS Phone Number" }, deflectionURL: { serviceTitle: "Service", accountTitle: "Account", accountDisplay: "Enter the associated account name" }, deletePrompt: { title: "Delete Prompt", cancelDelete: "Delete Canceled", cancelDeleteContext: "Canceled after %1$s deletions", cannotDeletePrompt: "Cannot delete a non-user prompt", deleteInProgressMultiple: "Deleting %1$s prompts and their resources", deleteInProgressSingle: "Deleting %1$s prompt and its resources", failedToDeletePrompts: "Failed to delete prompts.", failedToDeletePromptResource: "Failed to delete prompt resource.", failureContextContainer: "Failed when trying to delete %1$s" }, dependencies: { deletedItem: "(Deleted) - %1$s", criteriaLabel: "Search:", statusLabel: "Dependency Database Status", userLabel: "Initiated by %1$s", startDateLabel: "Time Started: %1$s", byMissingResourceShort: "Missing Dependencies", byMissingResourceLong: "Search for missing dependencies", byMissingResourcePlaceholder: "Flows with missing dependencies", byNameShort: "Name", byNameLong: "Search by dependency name", byNamePlaceholder: "Enter name of dependency", findConsumingFlows: "Find consuming flows", flowVersionAll: "All", flowVersionCheckedIn: "Checked In", flowVersionPublished: "Published", flowVersionSelect: "Select flow versions to check", forceRebuild: "Force rebuild", invalidSearchCriteria: "Unable to perform a dependency search with the current values, please change the search criteria.", matchEarliest: "Earliest match is in %1$s", matchLatest: "Latest match is in %1$s", matchPublished: "%1$s is the published version", match: "match", operational: "Operational", querying: "Querying", inProgress: "Rebuilding", needsRebuild: "Needs Rebuild", unknown: "Unknown", partialResults: "Partial results may be shown.", partialResultReason: "The dependency database is rebuilding.", partialResultsNeedsRebuildNonAdmin: "An administrator needs to rebuild the dependency database.", partialResultsNeedsRebuildAdmin: "Rebuild dependency database now.", buildQueued: "Rebuild Queued", rebuildError: "There was an error rebuilding the dependency database. Please try again later.", startSearch: "Enter search criteria above to find flows", selectAgenticVirtualAgent: "Select an agentic virtual agent", selectDataAction: "Select a data action", selectGuide: "Select a guide", selectType: "Select a dependency type", selectScript: "Select a script", selectSecureAction: "Select a secure action", statusError: "There was an error retrieving dependency table info.", unknownItem: "Unknown item", versionsLatestAndPublishedSame: "%1$s (Latest, Published)", versionsDeleted: "%1$s (Deleted)", versionsLatest: "%1$s (Latest)", versionsPublished: "%1$s (Published)", versionsLatestAndPublished: "%1$s (Latest), %2$s (Published)" }, dialExtension: { audioToPlay: "Audio to play to re-prompt the caller", extensionVariable: "Extension Data Name", numReprompts: "Number of times to re-prompt the caller", title: "Dial By Extension" }, dialName: { title: "Dial By Name", matchBy: "Match By", firstName: "First Name", lastName: "Last Name", matchingStyle: "Matching Style", waitForUniqueMatch: "Wait for unique match", useSpecificNumChars: "Use a specific number of characters", numberOfCharacters: "Number of characters" }, duration: { days: "days", hours: "hours", minutes: "minutes", seconds: "seconds", milliseconds: "milliseconds" }, guide: { actionSchemasError: "Version and variables information could not be loaded.", guide: "Guide", guideBillingInfoNote: "For tokens-based pricing details on interactions with Agentic Virtual Agents, see the {{link.__GENESYS_CLOUD_TOKENS_BASED_PRICING_MODEL__, Resource Center}} documentation.", guideVersion: "Guide Version", guideViewPermission: "You do not have permission to view guides.", guideVersionViewPermission: "You do not have permission to view guide version.", mustSelectGuide: "A guide must be selected.", guideNotFound: "The selected guide could not be found.", mustSelectGuideVersion: "A guide version must be selected.", guideVersionNotFound: "The selected guide version could not be found.", openGuideInNewTab: "Open Guide Builder in new tab" }, editPrompt: { audioClearConfirm: "Are you sure you want to delete this audio?", audioRevertConfirm: "Are you sure you want to delete this audio and revert to the system default? Audio for language [%1$s] will be deleted.", automaticForOutputMode: "Automatic", clearRecording: "Clear", create: "Create Prompt", descWatermark: "Enter description for prompt", download: "Download", edit: "Edit Prompt", hideLanguagesButton: "Hide language resources not used by this flow", markedForDelete: "Resource for language [%1$s] marked for delete", markForDelete: "Mark for deletion", noResourceError: "Missing audio or text to speech", noAudioError: "Missing required audio", noOptions: "No audio to preview", noTextLabel: "No text", preview: "Preview", previewAlertError: "Your browser cannot play this audio sample. Would you like to download it?", showLanguagesButton: "Show language resources not used by this flow", resources: "Language Resources", recordStation: "Record from station...", recordBrowser: "Record from browser...", revertAudio: "Revert to default", removeTextPrompt: "Remove text prompt", addTextPrompt: "Add text prompt", textDescription: "The Text value for the prompt.", textLabel: "Text", textWatermark: "Enter text", ttsDescription: "The Text to Speech value for the prompt.", ttsLabel: "Text To Speech", ttsNotSupportedError: "Text to speech playback is not supported in this language", ttsTextCombine: "Combine fields", ttsTextDescription: "The Text To Speech and Text values for the prompt.", ttsTextExpand: "Split fields", ttsTextLabel: "Text To Speech / Text", ttsTextWatermark: "Enter text to speech / text", ttsWatermark: "Enter text to speech", upload: "Upload...", usingDefaultAudio: "Using default audio", view: "View Prompt", watermark: "Enter name for prompt" }, encryptData: { dataToEncryptDescription: "The JSON value to encrypt to a String. If a NOT_SET JSON value is supplied to the action at runtime, execution will take the '%1$s' output with an error type reason string value of '%2$s'. If the encrypted data is over 32000 characters in length, execution will take the '%1$s' output with an error type reason string value of '%3$s'.", dataToEncryptLabel: "Data to Encrypt", encryptedDataOutputDescription: "The encrypted String value from the supplied JSON value.", encryptedDataOutputLabel: "Encrypted Data" }, errorPage: { backupMessage: "A backup version of the flow was saved to local browser storage %1$s. Logging back in will allow you to retrieve it.", errorOccurred: "An error occurred.", generic: "An error occurred while logging in to Genesys Cloud. Please try again.", tryAgain: "Try Again", unauthorizedGranular: "In order to use Architect, your user must have the architect:ui:view permission." }, errors: { actionNotValidHere: "This action cannot be used here.", actionCannotBeInTask: "This action cannot be used in a task.", cachedCouldNotBeFound: "Item could not be found. Flow is referencing a cached version of the item.", cachedItemIsDifferent: "Item is different from the latest version. Flow is referencing a cached version of the item.", cantUploadMp3: "MP3 formatted files are not supported.", collectionError: "One or more items in the collection are in error", descriptionLengthExceeded: "The description entered exceeds the limit of %1$s characters.", duplicateVariableId: "There is an internal error with the variable named '%1$s'. Please delete or recreate it.", duplicateVariableName: "There is more than one variable with the name '%1$s'.", errorNavigatingFlow: "There was an error navigating to the flow.", errorOccurred: "An error occurred", emptyCollectionInvokesErrorHandling: "An empty collection will invoke error handling.", fileTooBig: "File too large, please pick a file under 25MB.", fileTooBigMultiple: "One of the files is too large, please pick files under 25MB.", haltPublish: "The flow cannot be published because of validation errors.", invalidValue: "Invalid value for %1$s", invalidValueWithContext: "Invalid value for '%1$s' in '%2$s'", itemNotFound: "This item could not be found", maxNameLength200: "Maximum length of name is 200 characters", multipleErrors: "The value contains one or more errors", nameContainsInvalidCharacter: "Name cannot contain the character '%1$s'.", nameInUse: "This name is in use elsewhere", noName: "Name can not be empty", noVariableSpecified: "There is no variable specified.", notAvailableError: "This action is not available to be used in %1$s", notFound: "Not found", noUri: "URI can not be empty", ohNoSomethingWentWrong: "Oh no! Something went wrong!", serverError: "An error occurred trying to contact Genesys Cloud.", unableToRetrieveCategory: "Was unable to retrieve category for selected action.", showingPartialErrors: "Only showing the first 20 warnings and errors", transferToUnpublishedFlow: "Transfer will not occur until flow '%1$s' is published.", uniqueName: "Name is in use", unPublishedFlow: "Flow '%1$s' is not published.", unreachableAction: "This action is unreachable", unreachableActionOutOfService: "Unreachable because path is disabled", unusedVariable: "The variable '%1$s' is not used.", validateToRefresh: "Press validate again to refresh list", validateFailed: "Unable to get data necessary to validate the flow.", validateFailedTitle: "Validation failed", errorCount: "Error Count: %1$s", infoCount: "Notes Count: %1$s", warningCount: "Warning Count: %1$s", invalidFlowTypeCombinationError: "The '%1$s' action cannot be used when the compatible flow types configured in the common module include %2$s.", grammarOnSlotError: "Must have a grammar associated with the slot '%1$s' in order to associate a speech to text engine." }, errorSchema: { errorTypeDescription: "A non-empty String that contains the type or category of the error.", errorMessageDescription: "A non-localized error message. The String may be empty or NOT_SET." }, expression: { builderUnavailableFeatureRequirements: "Usage of the '%1$s' builder requires a feature that is not available.", builderUnavailableForFlowType: "The '%1$s' builder is not valid for use in flows of type '%2$s'.", builderPartOrContainerUnavailableFeatureRequirements: "Usage of the '%1$s' part requires a feature that is not available.", builderPartOrContainerUnavailableForFlowType: "The '%1$s' part is not valid for use in flows of type '%2$s'.", builderOrContainerErrorRuntimeOutputBlank: " You need to supply at least one non blank value because blank output at flow runtime for this is not allowed.", cannotConvertInputType: "Cannot convert expression from type %1$s to required type of %2$s.", cannotConvertInputTypeWithFunction: "Cannot convert expression from type %1$s to required type of %2$s with a %3$s function call because the resulting expression would still be in error.", cursorPosition: "Current cursor position", builderModeNotAllowed: "Builder mode is not allowed for this value.", builderInError: "1 or more builder sequences are in error", expressionModeNotAllowed: "Expression mode is not allowed for this value.", literalModeNotAllowed: "Literal mode is not allowed for this value.", noValueModeNotAllowed: "No Value mode is not allowed for this value.", variableModeNotAllowed: "Variable mode is not allowed for this value.", collectionConversionMessage: "The generated %1$s expression will be saved but you will not be able to return to literal mode without resetting the expression.", collectionConversionTitle: "Convert Literal Collection to Expression", collectionItemsMax: "The maximum number of items allowed in a collection is %1$s.", collectionItemsMaxExceeded: "The collection has %1$s items which exceeds the maximum allowed of %2$s.", collectionItemsMaxRecommendedExceeded: "The collection has %1$s items which exceeds the maximum recommended limit of %2$s. Flow runtime behavior may not honor items in excess of this limit.", collectionItemsMinNotExceeded: "The collection has %1$s items which is less than the minimum required of %2$s.", collectionItemsEmpty: "The collection must have at least 1 item", collectionMinLength: "Minimum items: %1$s", collectionMaxLength: "Maximum items: %1$s", contactList: "Contact List", collection: "%1$s Collection", collections: "Collections", currencies: "Currencies", collectionSingular: "Collection", deprecatedVariableName: "The variable name '%1$s' is deprecated. Please use '%2$s' instead.", dataPlaybackNotSupportedForLanguage: "%1$s data playback is not supported for the language %2$s.", decimalValueTooMuchPrecision: "The value %1$s at position %2$s has too much precision. It needs to have %3$s digits or less of precision.", disabledEditorText: "Open large expression editor to edit multiline text.", errorAtPosition: "Error at position %1$s.", editExpressionWithProperty: "Edit '%1$s' expression", editExpression: "Edit expression", editExpressionType: "Type: %1$s", editExpressionFuncOpDescription: "Description: %1$s", expressionIsNotSetType: "The result of this expression text cannot be resolved to a data type. You can try wrapping the expression text with a casting function call to convert it to a data type.", expressionModes: "Expression modes", functionImplementations: "Function Implementations", functionsTooltip: "Functions", openLargeExpressionEditor: "Open large expression editor", literalDropDownValueDoesNotExist: "The %1$s '%2$s' does not exist.", literalDropDownValueIsDeleted: "The %1$s '%2$s' has been deleted.", longitudeSetToNullIsland: "The address has an invalid longitude", latitudeSetToNullIsland: "The address has an invalid latitude", noValue: { selection: { default: "Default", noValue: "No value", useDefault: "Use default", useFlowDefault: "Use flow default" }, selectionRuntimeEvaluation: { connectTimeout: { edgeTrunkTimeout: "Use Edge trunk connect timeout", groupTransferTimeout: "Use target group alert timeout", userTransferTimeout: "Use target user voicemail timeout" }, none: "None", noOverride: "No override", noValueSpecified: "No value specified", noDefaultValueSpecified: "No flow default value specified", noVariableSpecified: "No output value specified", useFlowDefault: "Use flow default", variableInitialValue: { emptyCollection: "Empty collection" } } }, facets: { allowableValue: "Allowable Value", allowableValues: "Allowable Values", example: "Example", examples: "Examples", negativeDuration: "negative %1$s" }, functions: { argumentNumMustBeOfType: "%1$s Expected parameter %2$u to be of type %3$s", argumentMustBeCollection: "The argument at position %1$s supplied to %2$s at position %3$s must be a collection.", funcOpPosPrefix: "'%1$s' at position %2$s :", functionMustBeCalledWithParens: "%1$s Missing parentheses after function name.", genericFunctionErrorTemplate: "%1$s %2$s", implicitCastAdded: "Using '%1$s' to convert expression from %2$s to %3$s.", internalErrCannotResolveToNotSet: "%1$s Internal error: Cannot resolve data type of parameter %2$s at position %3$s from %4$s to NOT_SET.", internalErrMustBeTwoArgsOnAccessor: "Internal error: there must be two args on a '.' function", internalErrSecondArgCannotBeNotSet: "Internal error: second argument to a '.' function cannot be NOT_SET.", maxOperandsExceeded: "%1$s The maximum number of parameters allowed is %2$s.", mustBeSameType: "%1$s Must be passed arguments of the same type. The argument at position %2$s is of type %3$s and the argument at position %4$s is of type %5$s.", mustHaveAtLeastOneNotSetOperand: "%1$s Needs to have at least one parameter that is not the value NOT_SET.", mustBeLastOperation: "%1$s Must be the last operation performed in an expression.", noOverloadNoParm: "%1$s There is no implementation that takes zero parameters.", noOverloadOneParm: "%1$s There is no implementation that accepts a parameter of type %2$s.", noOverloadMoreThanOneParm: "%1$s There is no implementation that accepts parameters of %2$s.", notAvailableInFlowTypeMoreThanOneParm: "%1$s The implementation that takes parameters of %2$s is not valid for use in a flow of type %3$s.", notAvailableInFlowTypeNoParm: "%1$s The implementation that takes no parameters is not valid for use in a flow of type %2$s.", notAvailableInExpression: "The function '%1$s' is not valid at position %2$s for use in this expression.", notAvailableInFlowTypeOneParm: "%1$s The implementation that takes a parameter of type %2$s is not valid for use in a flow of type %3$s.", parameterTextLengthLessThanMin: "%1$s The '%2$s' parameter at position %3$s must be at least 1 character.", parameterTextLengthLessThanMinMoreThanOne: "%1$s The '%2$s' parameter at position %3$s must be at least %4$s characters.", parameterValueGreaterThanMax: "%1$s The value of %2$s supplied to the %3$s parameter at position %4$s is greater than the maximum allowed of %5$s.", parameterValueLessThanMin: "%1$s The value of %2$s supplied to the %3$s parameter at position %4$s is less than the minimum allowed of %5$s.", parameterValueMustBeLiteral: "%1$s The %2$s parameter at position %3$s must be a literal value of type %4$s.", parameterValueMustBeVariable: "%1$s The '%2$s' parameter at position %3$s must be a variable reference.", parameterValueMustBeVariableScope: "%1$s The '%2$s' parameter at position %3$s must be a must be a '%4$s' variable reference.", parameterCannotBeZero: "%1$s The %2$s parameter value of %3$s at position %4$s is not allowed because it is zero.", parameterEnumNotGroupUnique: "%1$s It is not valid to pass %2$s and %3$s as parameter values to the same function call.", parameterLiteralValueNotInProvider: "%1$s The literal %2$s supplied to the %3$s parameter at position %4$s is not a supported %5$s.", parameterLiteralValueNotValid: "%1$s The literal %2$s supplied to the %3$s parameter at position %4$s is not valid. %5$s", parameterTypeDialingCode: "dialing code", parameterTypeTTSEngineLang: "IETF language tag for text to speech playback", parameterTypeCurrencyCode: "ISO 4217 currency code", parameterTypeDigitalChannel: "digital channel", parameterTypeUnknown: "Internal error: unknown", propertyEnumUsageNotSupportedInLanguage: "'%1$s' at position %2$s is not valid for the language %3$s.", propertyEnumUsageNotSupportedInLanguages: "'%1$s' at position %2$s is not valid for the languages in which this expression could be run. They are %3$s.", returnDataTypeAsCollectionNotAvailable: "%1$s The return data type '%2$s' does not support collections.", returnDataTypeCouldNotBeDetermined: "%1$s The return data type cannot be determined.", secondAndThirdArgumentsCannotBeNotSet: "%1$s The second and third arguments cannot both be NOT_SET.", secondAndThirdArgumentsMustBeSameType: "%1$s The second and third arguments must be the same type. The second argument at position %2$s is type %3$s and the third argument at position %4$s is type %5$s.", typeForNotSetOperandCouldNotBeDetermined: "%1$s A type could not be determined for the NOT_SET value passed to the '%2$s' parameter at position %3$s.", unavailableFunctionDueToImplementationToggles: "%1$s Unavailable because all implementations require a feature that is not available.", unavailableOverloadNeedsFeatureToggle: "%1$s Unavailable because this implementation requires a feature that is not available." }, highlightFunction: "Selects the function at the current cursor position", invalidEscape: "Invalid string escape at position %1$s.", invalidInputAtPosition: "Invalid input at character position %1$s.", invalidLiteralContext: "Invalid input for %1$s", internalErrorExpression: "Internal expression error", intValueGreaterThanMax: "The integer value %1$s at position %2$s is greater than the maximum allowed of %3$s", intValueLessThanMin: "The integer value %1$s at position %2$s is less than the minimum allowed of %3$s", label: "Expression", languages: "Languages", literal: "Literal", literalLowerCase: "literal", literals: "Literals", toLiteralModeTooltip: "Editor is in expression mode, click to switch to literal mode.", toVariableModeTooltip: "Editor is in expression mode, click to switch to variable mode.", missingCloseBracketAtPosition: "Missing ] for [ at position %1$s.", missingCloseParenAtPosition: "Missing ) for ( at position %1$s.", missingEndQuoteAtPosition: 'Missing end quote for the " at position %1$s.', missingOpenBracketAtPosition: "Missing [ for ] at position %1$s.", missingOpenParenAtPosition: "Missing ( for ) at position %1$s.", mustBeVariableReference: "The expression must be a variable reference or reference properties of a variable.", mustReferenceVariable: "The expression must reference the '%1$s' variable.", noEditorAvailable: "No editor available", noPropertySpecified: "No property specified to access after . at position %1$s.", noPropertyWithName: "There is no property named '%1$s' for the data type %2$s at position %3$s.", notFuncOrRef: "'%1$s' at position %2$s is not a valid function or variable reference.", notSet: "There is no expression defined", notValidTimeZone: "Not a valid timezone ID.", expressionLengthToLong: "The text length is %1$s characters which exceeds the maximum allowed of %2$s characters.", tooManyNestedCalls: "%1$s The expression call stack is %2$s calls deep which exceeds the maximum allowed of %3$s.", notSetWithContext: "No value set for %1$s", noVariableSet: "There is no variable specified", overloadNotSupportedForLanguage: "%1$s this implementation is not supported for the language %2$s.", overrideModeTrueTooltip: "Click to reset
and use default value from
%1$s", overrideModeFalseTooltip: "Default value comes from
%1$s,
click to override", propAccessBracketNeedsStringLit: "A string literal must be used to access a property with brackets at position %1$s.", audioBlankExpressionTooLong: "The blank audio length is longer than %1$s, the recommended maximum length", promptDurationTooLong: "The audio for '%1$s (%2$s)' is longer than %3$s, the recommended maximum length", resultNote: "Note:", secureCannotBeRead: "Secure variables cannot be used here. You can use the '%1$s' action to unsecure the value from '%2$s' to a non-secure variable.", secureVariableUsageNotAllowed: "The variable '%1$s' is secure and cannot be used here.", expressionToLiteralConversionInvalidMessage: "Switching from expression to literal mode will reset the value. Do you wish to continue?", expressionExamples: "Expression Examples", ttsNotSupportedForFlowType: "%1$s text to speech is not supported in flows of type '%2$s'.", ttsNotSupportedForFlowTypes: "%1$s text to speech is not supported in flows types: %2$s.", ttsEngineNotValidForLanguage: "%1$s a valid text to speech engine is not selected for the language %2$s.", ttsNotSupportedForLanguage: "%1$s text to speech is not supported for the language %2$s.", unavailableDataTypeForFlowTypes: "The data type '%1$s' is not available in flow types: %2$s", unavailableDataType: "The data type '%1$s' requires a feature that is not available.", suggestMakeListForCollectionCreation: "Cannot convert expression from type %1$s to required type of %2$s. You can wrap the expression text in a MakeList call to create a collection of the required type.", unavailableDataTypeWithContext: "The data type '%1$s' requires a feature that is not available for '%2$s'", unavailablePropertyInExprText: "%1$s Unavailable because the property '%2$s' requires a feature that is not available.", unavailableVariableInExprText: "%1$s Unavailable because it requires a feature that is not available.", unavailableVariable: "%1$s is unavailable because it requires a feature that is not available.", variableIsReadOnly: "%1$s is read only.", variableReferenceNotValid: "The variable reference '%1$s' at position %2$s is not valid.", variableReferenceNotValidInvalidType: "%1$s The data type '%2$s' is not available in flow types: %3$s", variableTypeError: "'%1$s' cannot be used here because it is not a variable of type %2$s.", watermarkNoContextAny: "Enter expression", variables: "Variables", variableLowerCase: "variable" }, estimatedWaitTime: { about: "Approximate", aboutExample: "e.g. Your estimated wait time is about five minutes.", exact: "Precise", exactExample: "e.g. Your estimated wait time is four minutes and thirty one seconds.", lessThan: "Less Than", lessThanExample: "e.g. Your estimated wait time is less than five minutes.", range: "Padded", rangeExample: "e.g. Your estimated wait time is four to six minutes.", addSpecificInterval: "Add Specific Round Up Interval", addSpecificIntervalFirst: "Add Specific Round Up Interval", roundingIntervalPadded: "Padding", roundingInterval: "Round Up Interval", specificRoundingIntervals: "Specific Round Up Intervals", specificRoundingIntervalsDesc: "If specified, Architect will round up the estimated wait time to the smallest interval below that is greater than the estimated wait time. Otherwise, Architect will use the Round Up Interval above.", playbackMode: "Playback Mode", estimatedWaitTime: "Estimated Wait Time" }, evaluateSchedules: { evaluationDateTime: "Schedule Evaluation DateTime (UTC)", shortEvaluationDateTimeLabel: "DateTime (UTC)", evaluationType: "Evaluation Type", evaluateNow: "Current", evaluateAtDateTime: "Specific", savedVersionOfEmergencyGroup: "Flow is referencing a cached version of this emergency group. The emergency group may be out of date or deleted.", savedVersionOfSchedule: "Flow is referencing a cached version of this schedule. The schedule may be out of date or deleted.", savedVersionOfScheduleGroup: "Flow is referencing a cached version of this schedule group. The schedule group may be out of date or deleted.", schedule: "Schedule", scheduleEvaluationSettings: "Schedule Evaluation Settings", selectSchedule: "Select a schedule", scheduleNotFound: "The selected schedule '%1$s' could not be found.", mustSelectSchedule: "A schedule must be selected.", emergencyGroup: "Emergency Group", emergencyGroupDescription: "The emergency group to check before evaluating the selected schedule group. If the emergency group is enabled, the action will take the 'Emergency' output path.", selectEmergencyGroup: "Select an emergency group", emergencyGroupNotFound: "The selected emergency group '%1$s' could not be found.", mustSelectEmergencyGroup: "An emergency group must be selected.", scheduleGroup: "Schedule Group", selectScheduleGroup: "Select a schedule group", scheduleGroupNotFound: "The selected schedule group '%1$s' could not be found.", mustSelectScheduleGroup: "A schedule group must be selected.", inServiceSchedules: "Output Active Schedules", inServiceSchedulesDescription: "A list of active schedules.", timeZone: "Time Zone", selectTimeZone: "Please select a time zone", evaluationDateTimeDescription: "The base UTC DateTime used for the schedule evaluation.", timeZoneDescription: "A timezone that supplies an offset to apply to the base UTC DateTime at the time of evaluation" }, expressionsHelp: { additionalInformationTitle: "Additional Information", availability: { title: "Availability", validInAllFlows: "Valid for use in all flow types.", validInOneFlowType: "Valid for use in the %1$s type.", validInMultipleFlowTypes: "Valid for use in %1$s types." }, backToFunctions: "Back to functions", blankAudioForSipPhoneNumber: 'Note: If the supplied PhoneNumber is a "sip:" or "sips:" scheme, blank Audio will be returned.', collectionItemsTitle: "Collection Items", title: "Expression Help", columns: { nameOrSymbol: "Name / Symbol", category: "Category" }, exampleTitle: "Example", examples: { output: "Output" }, examplesTitle: "Examples", expandForLanguages: "Expand for list of supported languages", expandForSpecificRuntimeTypes: "Expand for specific runtime type handling details", function: "Function", implementationTitle: "Implementation", implementationsTitle: "Implementations", newLineInfo: "where \\n is newline", outputExampleFlowLanguageCode: "Note: This assumes the flow's current language is [%1$s]", outputExampleFlowLanguageCodeAndDisplayStr: "Note: This assumes the flow's current language is %1$s [%2$s]", noSearchMatch: "No functions or operators found for search text.", operator: "Operator", overload: { maxOperands: "The maximum total number of parameters that can be passed to this function is %1$s." }, passThroughSingletonInfo: "'%1$s' will be called at runtime for these types:", passThroughCollectionInfo: "'%1$s' will be called at runtime on each collection item for these types:", returnValue: "Return Value", parameterTitle: "Parameter", parametersTitle: "Parameters", parameters: { length: "String length", maxValue: "Maximum value", maxLength: "Maximum length", maxItems: "Maximum items", minValue: "Minimum value", minLength: "Minimum length", minItems: "Minimum items", notAllowedNotSet: "NOT_SET is not allowed", notAllowedNotSetCurrency: "NOT_SET is not allowed for either the Currency itself or the currency's Amount property", notAllowedZero: "0 is not allowed", repeatable: "This parameter can occur more than once", restrictionsRunTimeError: "Parameter values outside any stated restrictions will result in a runtime error event.", valueMustBeLiteral: "Must be a literal value.", valueMustBeLiteralDialingCode: "Must be a supported ITU-T E.164 dialing code. Valid dialing codes are available from the System.Regions variable by accessing the dialingCode property from a country.", valueMustBeLiteralISO4217: "Must be a supported ISO 4217 currency code.", valueMustBeLiteralSupportedTTSLangTag: "Must be an IETF language code where text to speech playback is supported." }, requiresClosingSymbol: "Note: This operator requires a closing '%1$s' to be valid. See examples.", search: "Search", searchFunctions: "Search functions", specificRuntimeTypes: "Types that have special handling", supportedReturnValues: { possibleGeneric: "Possible return values" }, usageRestrictions: { mustBeLastOperation: "When used in an expression, this must be the last operation specified in the expression text to be valid.", title: "Usage Restrictions" }, validLanguages: "Valid for use in these languages" }, builders: { funcOpBuilderButtonTitle: "Open builder for function at current caret", builderConfigInvalid: "Invalid builder configuration.", builderConfigInvalidWithLabel: "Invalid builder configuration for %1$s.", builderConfigWarning: "The builder configuration has one or more warnings.", builderConfigWarningWithLabel: "The builder configuration has one or more warnings for %1$s.", builderMainSequenceWillNotBeRun: "The Main Sequence will not execute at runtime.", builderPartErrorGeneric: "The builder part is in error.", builderPartInfoGeneric: "The builder part has additional information.", builderPartWarningGeneric: "The builder part has a warning.", builderPartSupportsOnePart: "Only a single part is allowed for this type of builder", builderPartSupportsMultipleParts: "Only %1$s parts are allowed for this type of builder", builderSupportedLanguageMissing: "The builder is not configured to handle the flow supported language '%1$s'.", builderSupportedLanguageMissingMoreThanOne: "The builder is not configured to handle the flow supported languages of %1$s.", containerParts: { language: { languageNotInFlowSupportedLanguages: "The language '%1$s' is not a supported language in the flow.", languageTagNotString: "The language tag is not a valid string.", languageTagNotValid: "The language tag '%1$s' is not supported by Architect.", noFlowSupportedLanguages: "There are no supported languages configured on this flow." } }, convertToExpressionMode: "Convert to Custom Expression", convertToExpressionWarning: "The generated expression will be saved but you will not be able to return to builder mode without resetting the expression.", enableMainSequence: "Enable default sequence 'Main Sequence'", enableAlternativeSequence: "Click the toggle to enable the expression builder sequence.", errorValidatingBuilder: "Internal error encountered validating builder.", errorValidatingBuilderPart: "Internal error encountered validating builder part.", generation: { noParts: "When no items are added, the following value will be used: %1$s", noPartsInSequence: "When no items are added to this sequence, the following value will be used: %1$s" }, minPartsOne: "The expression builder sequence must have at least one item added.", minPartsWarning: "The expression builder sequence should have at least one item added.", minPartsMoreThanOne: "The expression builder sequence must have at least %1$s items added.", maxPartsOne: "The expression builder sequence cannot have more than one item.", maxPartsMoreThanOne: "The expression builder sequence cannot have more than %1$s items.", noBuilderSpecified: "No expression builder specified", title: "%1$s Expression Builder - %2$s", funcOpTitleFunction: "%1$s Function Builder", funcOpTitleOperator: "%1$s Operator Builder", mainSequenceDisabled: "Main Sequence is disabled because all alternate sequences are enabled", selectLanguage: "Select Language", sequence: "Sequence", validationMessage: { withContainer: "%1$s - %2$s", withContainerAndIndex: "%1$s - Index %2$s, %3$s", withIndex: "Index %1$s, %2$s" } }, dialogEngine: { bot: "Dialog Engine Bot", botNotFound: "The selected Dialog Engine bot could not be found.", terminationStateDescription: '"%1$s" (valid for the branch "%2$s")', terminationStateDescriptionIntentOutput: '"%1$s" (can appear in intent-based branches)', dialogEngineBot: "Dialog Engine Bot", dialogEngineBotVersion: "Dialog Engine Bot Version", inputTextLabel: "Bot Input Text", inputTextDescription: "The text to send to the Dialog Engine bot.", inputTextDescriptionForChat: "The text to send to the Dialog Engine bot. This is usually only set when chaining bot actions together.", mustSelectBot: "A Dialog Engine bot must be selected.", openDialogEngineUI: "Open Dialog Engine in a new tab", savedVersionOfBot: "Flow is referencing a cached version of this Dialog Engine bot. The bot may be out of date or deleted.", selectBot: "Select Dialog Engine bot", terminationState: "Termination State" }, dialogflow: { agent: "Dialogflow Agent", agentNotFound: "The selected Dialogflow agent could not be found.", agentHasNoIntents: "The selected Dialogflow Agent has no conversation-ending intents configured.", dialogflowAgent: "Dialogflow Agent", environment: "Environment", environmentNotFound: "The selected Environment could not be found.", initialEventNameLabel: "Initial Event Name", initialEventNameDescription: "The name of the Dialogflow agent event to trigger when the session is started.", inputTextLabel: "Agent Input Text", inputTextDescription: "The text to send to the Dialogflow Agent.", inputTextDescriptionForChat: "The text to send to the Dialogflow Agent. This is usually only set when chaining bot actions together.", integrationNameLabel: "Integration Name: %1$s", intentProbabilityLabel: "Intent Probability", intentProbabilityDescription: "The confidence of the detected Dialogflow end of conversation intent. If detected, the value will range from 0.0 to 1.0. If no intent was detected, the value of the variable bound to this setting will remain untouched.", mustSelectAgent: "A Dialogflow agent must be selected.", noParameters: "There are no parameters defined for this intent.", sessionLabel: "Session Variables", sessionInputsLabel: "Inputs", sessionInputsWarning: "Input Session Variables are only used by a Dialogflow Agent when a non-blank Initial Event Name is supplied.", sessionInputLabel: "Input", noSessionInputsDefinedLabel: "No Input defined", sessionAddInputLabel: "Add Input", sessionOutputsLabel: "Outputs", sessionOutputLabel: "Output", noSessionOutputsDefinedLabel: "No Outputs defined", sessionAddOutputLabel: "Add Output", sessionKeyLabel: "Key Name %1$s", projectIdLabel: "Project ID: %1$s", savedVersionOfAgent: "Flow is referencing a cached version of this Dialogflow agent. The agent may be out of date or deleted.", selectAgent: "Select Dialogflow agent" }, dialogflowCx: { cxAgentNotFound: "The selected Dialogflow CX agent could not be found.", dialogflowCxAgent: "Dialogflow CX Agent", liveAgentHandoffMetadata: "Live Agent Handoff Metadata", mustSelectCxAgent: "A Dialogflow CX agent must be selected.", sessionParametersLabel: "Session Parameters", selectDialogflowCxAgent: "Select Dialogflow CX agent" }, endWorkflow: { exitReasonLabel: "Exit Reason" }, externalTransfer: { number: "Number", releaseLinkTransfer: "Perform release link transfer" }, externalAuths: { missingPermissionContext: "The '%1$s' permission.", overviewContext: "You do not have the necessary authorizations to access %1$s. You need:%2$s", validationContext: "You do not have the necessary authorizations to use %1$s.", thirdPersonValidationContext: "Selected user does not have the necessary authorizations to use %1$s.", agenticVirtualAgentView: { displayTitle: "Agentic Virtual Agents" }, agenticVirtualAgentVersionView: { displayTitle: "Agentic Virtual Agent Versions" }, auditView: { displayTitle: "Version History Details" }, botConnectorView: { displayTitle: "Bot Connectors" }, bridgeActionView: { displayTitle: "Bridge Action" }, contactListsView: { displayTitle: "Contact Lists" }, conversationConferenceAdd: { displayTitle: "Conversations" }, conversationCustomAttributesSchemaView: { conversationCustomAttributesSchemaViewDisplayTitle: "Conversation Custom Attributes Schemas" }, customerIntentsView: { customerIntentsViewDisplayTitle: "Customer Intents" }, dataTablesView: { displayTitle: "Data Tables" }, decisionTablesSearch: { decisionTablesSearchDisplayTitle: "Decision Tables" }, divisionsView: { divisionsViewDisplayTitle: "Divisions" }, emergencyGroupView: { displayTitle: "Emergency Groups" }, flowLaunch: { displayTitle: "Flow Launch" }, flowView: { displayTitle: "Flows" }, flowMilestonesView: { displayTitle: "Flow Milestones" }, flowOutcomesView: { displayTitle: "Flow Outcomes" }, grammarView: { displayTitle: "Grammars" }, guideView: { displayTitle: "Guides" }, guideVersionView: { displayTitle: "Guide Versions" }, integrationsActionView: { displayTitle: "Data Actions" }, integrationView: { displayTitle: "Integrations" }, knowledgeBaseView: { knowledgeBaseViewDisplayTitle: "Knowledge Base" }, knowledgeBaseDocumentView: { knowledgeBaseDocumentViewDisplayTitle: "Knowledge Base Document" }, languageSkillsView: { displayTitle: "Language Skills" }, messagingIntegrationView: { messagingIntegrationViewDisplayTitle: "Messaging Integration" }, nluView: { displayTitle: "NLU" }, oAuthClientView: { oAuthClientViewDisplayTitle: "OAuth Client" }, responseAssetAdd: { displayTitle: "Response Assets Add" }, responseAssetView: { displayTitle: "Response Assets" }, responseLibraryView: { displayTitle: "Response Library" }, responseView: { displayTitle: "Responses" }, schedulesView: { displayTitle: "Schedules" }, smsPhoneNumberView: { smsPhoneNumberViewDisplayTitle: "SMS Phone Numbers" }, surveyFormView: { displayTitle: "Survey Form" }, scheduleGroupView: { displayTitle: "Schedule Groups" }, scriptsView: { displayTitle: "Scripts" }, queuesView: { displayTitle: "Queues" }, utilizationLabelView: { utilizationLabelViewDisplayTitle: "Utilization Labels" }, voicemailReceive: { displayTitle: "Voicemail" }, wrapupCodesView: { displayTitle: "Wrapup Codes" }, promptsUserView: { displayTitle: "User Prompts" }, promptsSystemView: { displayTitle: "System Prompts" }, processAutomationTriggerView: { displayTitle: "Triggers" }, worktypesView: { displayTitle: "Worktypes" } }, facets: { incorrectType: "The value has a type of %1$s when it should be of type %2$s", nothingToValidate: "Unable to determine a value to validate.", valueIsBlank: "The value is blank.", valueNotInAllowableListOne: "The value must be %1$s", valueNotInAllowableListMoreThanOne: "The value must be either %1$s", valueNotInAllowableListGeneral: "The value is not in the allowable values list", valueCannotBeNotSet: "The value cannot be NOT_SET", valueMustBeGreaterThan: "The value %1$s must be greater than %2$s.", valueMustBeGreaterThanOrEqualTo: "The value %1$s must be greater than or equal to %2$s.", valueStringMaxLength: "The value cannot contain more than %1$s characters.", valueStringMinLengthOne: "You must specify a value.", valueStringMinLengthOneNonFriendly: "The value must contain at least 1 character.", valueShouldBeNoValue: "You must specify a value or change mode to no value.", valueShouldBeUseFlowDefault: "You must specify a value or change mode to use flow default.", valueStringMinLengthTwoOrMore: "The value must contain at least %1$s characters.", valueMustBeLessThan: "The value %1$s must be less than %2$s.", valueMustBeLessThanOrEqualTo: "The value %1$s must be less than or equal to %2$s.", valueMustBeExactly: "The value must be %1$s characters.", valueUsesInvalidCharacterWarning: "Usage of the '%1$s' character is not recommended." }, features: { missingFeatureError: "The '%1$s' action is not available in a '%2$s'", missingFeatureErrorExpression: "The setting '%1$s' requires a feature that is not available." }, findActions: { bulkFind: { bulkFindMaxItemProcessingNote: "Note: Only items up the maximum item count of %1$s will be processed. The rest will be returned as NOT_SET in the returned collection." }, findDivision: { findDivisionNameLabel: "Division Name", findDivisionsNameLabel: "Division Names", findDivisionResultLabel: "Division Result", findDivisionsResultLabel: "Division Results" }, findEmergencyGroup: { findEmergencyGroupNameLabel: "Emergency Group Name", findEmergencyGroupResultLabel: "Emergency Group Result" }, findGrammar: { findGrammarIdLabel: "Grammar ID", findGrammarNameLabel: "Grammar Name", findGrammarResultLabel: "Grammar Result" }, findGroup: { nameLabel: "Group Name", resultLabel: "Group Result" }, getJourneySegment: { idLabel: "Journey Segment ID", resultLabel: "Journey Segment Result" }, getJourneySession: { idLabel: "Journey Session ID", resultLabel: "Journey Session Result" }, getJourneySessionsByCustomer: { idLabel: "Customer ID", idTypeLabel: "Customer ID Type", resultsLabel: "Journey Sessions Result" }, getJourneySessionsByExternalContact: { idLabel: "External Contact ID", resultsLabel: "Journey Sessions Result" }, getJourneyOutcome: { idLabel: "Journey Outcome ID", resultLabel: "Journey Outcome Result" }, getJourneyOutcomeScoresBySession: { idLabel: "Journey Session ID", resultsLabel: "Journey Outcome Score Results" }, findKnowledgeBaseDocument: { findKnowledgeBaseDocumentIdLabel: "KnowledgeBaseDocument ID", findKnowledgeBaseDocumentNameLabel: "KnowledgeBaseDocument Name", findKnowledgeBaseDocumentResultLabel: "KnowledgeBaseDocument Result" }, findLanguageSkill: { nameLabel: "Language Skill Name", resultLabel: "Language Skill Result" }, findQueue: { nameLabel: "Queue Name", idLabel: "Queue ID", resultLabel: "Queue Result" }, findSchedule: { findScheduleNameLabel: "Schedule Name", findScheduleResultLabel: "Schedule Result" }, findScheduleGroup: { findScheduleGroupNameLabel: "Schedule Group Name", findScheduleGroupResultLabel: "Schedule Group Result" }, findSkill: { nameLabel: "Skill Name", resultLabel: "Skill Result" }, findSystemPrompt: { nameLabel: "System Prompt Name", resultLabel: "System Prompt Result" }, findUserPrompt: { nameLabel: "User Prompt Name", resultLabel: "User Prompt Result" }, findUser: { nameLabel: "User Email", idLabel: "User ID", idsLabel: "User IDs", idsDescription: "Note: only items up the maximum item count will be processed. The rest will be returned as not found.", resultLabel: "User Result", resultsLabel: "User Results" }, findUtilizationLabel: { nameLabel: "Utilization Label Name", resultLabel: "Utilization Label Result" } }, flow: { createFailed: "Failed to create the flow.", editFailed: "Failed to update flow.", loadFailed: "Failed to load the flow.", flowOptions: "Flow options", idOptions: "ID Options", publishOptions: "Publish options", flow: "Flow", commands: { add: { text: "Add", tooltip: "Add new flow" }, checkIn: { text: "Check in Version %1$s", tooltip: "Saves and checks in Version %1$s" }, create: { tooltip: "Create New Flow" }, discardChanges: { text: "Discard Unsaved Changes", confirmationText: "Are you sure you want to discard unsaved changes?", tooltip: "Discards changes made to this flow since the last save" }, edit: { editButtonTooltipLabel: "Edit the flow" }, export: { text: "Export", textExportAs: "Export as %1$s", tooltip: "Export flow configuration to a file", warningExportFailed: "Failed to export flow" }, exportYaml: { text: "Export as .yaml", tooltip: "Export flow configuration in YAML format" }, flowFilterPreview: "Flow View Filter", goto: { text: "Go To...", tooltip: "Jump to an action, menu or task" }, import: { text: "Import", tooltip: "Import flow configuration from a flow export file" }, modifyIntents: { text: "Modify Intents", tooltip: "Modify bot intents, slots and utterances it will recognize" }, moreActions: { tooltip: "More Actions" }, open: { text: "Open", tooltip: "Open the selected flow" }, print: { text: "Print", tooltip: "Generate a printout of the flow" }, publish: { text: "Publish Version %1$s", title: "Publish", tooltip: "Publish the flow" }, publishDebug: { text: "Debug", tooltip: "Enable debug for the current flow", flowDebugDisabledOne: "Debugging is disabled because it is not supported for the flow supported language of %1$s.", flowDebugDisabledMoreThanOne: "Debugging is disabled because it is not supported for the flow supported languages of %1$s." }, remove: { deleteOverlayMultiple: "Deleting flows", deleteOverlaySingular: "Deleting flow", deleteSuccessOverlay: "Delete successful", text: "Delete", title: "Delete Flow", titleCannotDeleteInQueueFlows: "Cannot Delete In-Queue Call Flows", titleRevertInQueue: "Revert In-Queue Call Flow", titleRevertDefaultVoicemailFlow: "Revert Voicemail Flow", titleMultiple: "Delete Flows", tooltip: "Delete the selected flow(s)", warning: 'Are you sure you want to delete the selected flow named "%1$s"?', warningDeleteInQueueFlowsDependency: "The following in-queue call flows are currently being referenced by one or more queues and cannot be deleted.", warningRevertInQueue: "Do you want to delete all customizations to the default In-Queue Flow and go back to version 1?", warningRevertDefaultVoicemailFlow: "Do you want to delete all customizations to the default Voicemail Flow and go back to version 1?", warningMultiple: "Are you sure you want to delete the %1$s selected flows?" }, refresh: { text: "Refresh", tooltip: "Refresh the list of flows" }, revert: { text: "Revert to Version %1$s", tooltip: "Delete the latest saved version of the flow" }, renumber: { renumberFailed: "Unable to renumber the action, menu and task IDs.", renumberFlow: "Renumber Flow", text: "Renumber", tooltip: "Renumber the IDs set on actions, menus and tasks", warning: "Renumbering action, menu and task IDs will no longer guarantee ID consistency with previous versions of this flow.

Do you wish to continue?" }, save: { text: "Save", tooltip: "Save the flow" }, showHideIdentifiers: { tooltip: "Show or hide action, menu, task and state IDs" }, saveAs: { text: "Save As...", tooltip: "Save the current changes as a new flow" }, unlock: { progressSingle: "Unlocking one flow", progressMultiple: "Unlocking %1$s flows", text: "Unlock", title: "Unlock Flow", titleMultiple: "Unlock Flows", tooltip: "Unlock the currently selected flows", confirmSingle: "Are you sure you want to unlock the selected flow? %1$s", confirmMultiple: "Are you sure you want to unlock the selected flows? %1$s", performsCheckInInfo: "When unlocking a flow, the currently saved configuration will be checked in as a new version.", unlockFailed: "Unlock failed" }, unpublish: { text: "Unpublish", tooltip: "Deactivates the currently published version of the flow" }, validate: { text: "Validate", tooltip: "Check the flow for any errors" }, versions: { text: "Versions", tooltip: "View the version history of the flow" } }, filter: { all: "All", clearFilter: "Clear Filter", divisionPlaceHolder: "Select a Division", editable: "Open for Edit", flowFilterOptionsDivisionTooltip: "Flow division filter options", flowFilterOptionsLockedTooltip: "Flow locked filter options", flowFilterOptionsPublishedTooltip: "Flow published filter options", locked: "Locked", published: "Published", unpublished: "Unpublished", lockedByCurrentUser: "Locked by Current User" }, goto: { noItemSelected: "No item selected. Please select an item to go to.", title: "Go To", selectAnItem: "Select an item to go to", goToResource: "Go to %1$s" }, gridColumns: { division: "Division", name: "Name", locked: "Locked", checkedIn: "Checked In", published: "Published", consumers: "Consumers" }, noChangesTitle: "No changes", noChangesMessage: "There are no unsaved changes in the current flow.", noDefaultLanguage: "There is no default language configured in the current flow.", noStartUpObject: "There is no startup object configured in the current flow.", notLocked: { exportMessage: "It is strongly recommended to export your flow to avoid the possibility of losing unsaved changes. The flow will remain open and editable until you navigate away from the flow.", lockMessage: "This flow is no longer locked by you. You cannot save or publish until you obtain the lock again.", lockMessageForSystem: "You cannot delete version 1.0 of a system flow.", lockDeleteMessageSingle: "You cannot delete a flow that is locked by another user.", lockDeleteMessageMultiple: "You cannot delete flows that are locked by another user.", unlockedMessageSingle: "You cannot unlock a flow that is not locked.", unlockedMessageMultiple: "You cannot unlock flows that are not locked.", title: "Lost flow lock" }, operations: { enableFlowDebugFailure: "Enable debug failed", enableFlowDebugMessage: "Enabling debug...", enableFlowDebugSuccess: "Debug enabled", enableFlowDebugSuccessMessage: "You may now debug the flow by calling this address in Genesys Cloud:

%1$s@localhost

when logged in to the current organization.", enableFlowDebugSuccessMessageWithOrgName: "You may now debug the flow by calling this address in Genesys Cloud:

%1$s@localhost

when logged in to the '%2$s' organization.", enableFlowDebugSuccessTitle: "Debug Enabled", discardChangesMessage: "Discarding changes...", exportMessage: "Exporting...", importMessage: "Importing...", publishFailure: "Publish failed", publishMessage: "Publishing...", publishSuccess: "Published", revertFailure: "Revert failed", revertMessage: "Reverting...", revertSuccess: "Reverted", refreshFailure: "Failed to load the flows", refreshSuccessNoFlows: "There are no flows", refreshSuccessNoFlowsFilter: "There are no flows to show with the current column filters", refreshSuccessNoResults: "There were no flows found", refreshMessage: "Loading Flows...", saveFailure: "Save failed", saveMessage: "Saving...", saveSuccess: "Saved", unpublishFailure: "Unpublish failed", unpublishMessage: "Unpublishing...", unpublishSuccess: "Unpublished", validateMessage: "Validating...", validatedMessage: "Validated", load: { deleteOrRecreate: "You can delete the flow or re-create it as a new flow.", failure: "Failed to load the flow", latestConfigNotFoundButton: "Unlock and Check Out flow", latestConfigNotFoundCannotUnlock: "The latest saved flow configuration was not found. Performing an Unlock and a Check Out operation on the flow can resolve the issue, but you do not have necessary permissions to unlock the flow. Please try again once your user has the \u2018architect:flow:unlock' permission in the flow\u2019s division.", latestConfigNotFoundError: "There was an error performing an Unlock and a Check Out operation on the flow.", latestConfigNotFoundTitle: "Saved configuration not found", latestConfigNotFoundText: "The latest saved flow configuration was not found. Click below to perform an Unlock and a Check Out operation on the flow, which will load the last checked-in version.", noConfig: "'%1$s' has no flow configuration.", cannotOpenNoFlowConfig: "'%1$s' cannot be opened because there is no flow configuration to load.", cannotOpenFlowDeleted: "'%1$s' cannot be opened because it was deleted before being checked in.", noConfigTitle: "No flow configuration", reloadDefaultButton: "Recreate", requestFailed: "The request for the flow's configuration has failed", serverFailureMessage: "The flow is not the correct type for this system.", typeFailureMessage: "The selected flow to be imported is not the correct type of %1$s.", versionFailureMessage: "Can not load a flow created by a newer version of the designer.", flowSchemaMisMatchErrorPrefix: "The variable definition in the flow is incompatible with the variable definition in the import. %1$s", importFailed: "Flow Import Failed", importSupportedLanguageMismatch: "The import operation succeeded. Because flows of type '%1$s' cannot change supported languages, the currently configured language of '%2$s' was not changed to the import file's supported language of '%3$s'.", importFailedWorktypeMismatch: "The import operation failed because the Worktype '%1$s' referenced in the import file does not match the Worktype '%2$s' that the flow was created with.", importFailedWorktypeMismatchNoName: "The import operation failed because the Worktype referenced in the import file does not match the Worktype that the flow was created with." }, publishFlowDebugFailure: "Publishing debug version failed", publishFlowDebugMessage: "Publishing debug version...", publishFlowDebugSuccess: "Debug version published" }, outputMode: { label: "Output Mode", labelAndValue: "Output Mode: %1$s", selectOne: "Select an output mode" }, template: { label: "Template" }, types: { bot: "Bot Flow", commonModule: "Common Module Flow", digitalBotFlow: "Digital Bot Flow", guide: "Guide", inboundEmail: "Inbound Email Flow", inboundCall: "Inbound Call Flow", inboundChat: "Inbound Chat Flow", inboundShortMessage: "Inbound Message Flow", outboundCall: "Outbound Call Flow", inQueueCall: "In-Queue Call Flow", inQueueEmail: "In-Queue Email Flow", inQueueShortMessage: "In-Queue Message Flow", secureCall: "Secure Call Flow", surveyInvite: "Survey Invite Flow", surveyInviteWebPrefix: "Web Survey Invite Flow", voiceFlow: "Voice Flow", voicemailFlow: "Voicemail Flow", voiceSurveyFlow: "Voice Survey Flow", workflow: "Workflow", workItem: "Workitem Flow" }, tooLargeToPublish: "The flow is too large and cannot be published.", tooLarge: "The flow is too large and cannot be saved.", sizeRestriction: "Size Restriction", flowSizeNodeTitle: "Flow Size", flowSizeNodeSearchWatermark: "Search name", flowSize: "Flow Size:", flowSizePercentOfMaxFlow: "% of Max Flow Size", flowSizeWarningWithPercentage: "%1$s - %2$s%%", flowSizeWarningLow: "Low", flowSizeWarningMedium: "Medium", flowSizeWarningHigh: "High", flowSizeWarningVeryHigh: "Full", unknownUser: "Unknown User", unknownClient: "Unknown Client", unknownClientNumber: "Unknown Client %1$s", unknownDivision: "Unknown Division", unknownUserNumber: "Unknown User %1$s", nluEngineDoesNotSupportMultilingual: "This flow does not support adding additional supported languages. To add an additional supported language, use the 'Save As' menu to create a new flow and add additional languages to the new newly created flow. Once published, remember to update callers of the current flow to call the new flow." }, languages: { targetFlowSupportedLanguageNotSupportedInCallingFlow: "The flow '%2$s' supports the language %1$s which is not a supported language of this flow. To be usable, this language needs to be added as supported language to this flow.", targetFlowSupportedLanguageNotSupportedInCallingFlowMoreThanOne: "The flow '%2$s' supports the languages %1$s which are not supported languages of this flow. To be usable, these languages need to be added as supported languages to this flow.", flowRunsInDefaultLanguageIfInvokedWithUnsupportedLanguage: "If this flow is running in a language not supported in the '%1$s' flow when invoking it, the flow will start up in its default supported language of %2$s.", flowSupportedLanguageNotSupportedInTargetFlow: "This flow supports the language %1$s which is not a supported language on the flow '%2$s'.", flowSupportedLanguageNotSupportedInTargetFlowMoreThanOne: "This flow supports the languages %1$s which are not supported languages on the flow '%2$s'." }, flowOutcomes: { createFlowMilestoneTitle: "Create Flow Milestone", createFlowOutcomeTitle: "Create Flow Outcome", failure: "Failure", flowOutcome: "Flow Outcome", flowMilestone: "Flow Milestone", flowMilestoneNotFound: "The selected flow milestone could not be found.", flowOutcomeNotFound: "The selected flow outcome could not be found.", mustSelectFlowMilestone: "A flow milestone must be selected.", mustSelectFlowOutcome: "A flow outcome must be selected.", selectFlowMilestone: "Select Flow Milestone", selectFlowOutcome: "Select Flow Outcome", success: "Success" }, form: { formActionDatePicker: "Date Picker", formActionInput: "Input", formActionLibrary: "Library", formActionLibraryDescription: "The selected response library is only validated when a form is selected.", formResponseLibraryDoesNotContainForm: "The selected response library does not contain the selected form.", formNoResponseLibrariesContainForm: "There are no response libraries that contain the selected form.", formActionListPickerMultiSelect: "List Picker - Multiselect", formActionListPickerSingle: "List Picker - Single", formActionMustSelectForm: "A form must be selected.", formActionMustSelectLibrary: "A library must be selected.", formActionSelectLibrary: "Select a library", formChannelNote: "Form is only available for Apple Messages for Business. Using it on other channels will take the failure path.", formCompletionTimeout: "Form Completion Timeout", formCompletionTimeoutDescription: "Once the form has been sent, this is the maximum length of time to wait for the participant to complete the form. If the form is not completed within this time then a No Input event will be triggered.", formLabel: "Form", formNotFound: "The selected form could not be found.", formPages: "Form Pages", selectForm: "Select a form" }, messagingTemplate: { messagingTemplateTypeLabel: "Message Template Type", messagingTemplateTypeDescription: "In Canned Response details, Standard corresponds to a Message Template and Carousel corresponds to a Media Carousel.", messagingTemplateActionLibraryDescription: "The selected response library is only validated when a message template is selected.", messagingTemplateActionMustSelectMessagingTemplate: "A message template must be selected.", messagingTemplateChannelNote: "Send Digital Content is only available for WhatsApp.", messagingTemplateLabel: "Message Template", messagingTemplateNoResponseLibrariesContainMessagingTemplate: "There are no response libraries that contain the selected message template.", messagingTemplateNotFound: "The selected message template could not be found.", messagingTemplateResponseLibraryDoesNotContainMessagingTemplate: "The selected response library does not contain the selected message template.", messagingTemplateSelectionResultDescription: "The variable that holds the value of the button chosen by the participant. If no choice is selected by the participant, the variable value will be left alone.", openMessagingTemplateInNewTab: "View Message Template", selectMessagingTemplate: "Select a message template" }, generic: { actionNeeded: "Action needed", aiPowered: "AI Powered", apply: "Apply", branches: { active: "Active", canceled: "Canceled", closed: "Closed", emergency: "Emergency", event: "Event", error: "Error", failure: "Failure", found: "Found", holiday: "Holiday", inactive: "Inactive", knowledgeDialogEngine: "Knowledge", matchExact: "Exact Match", matchMultiple: "Multiple", maxNoInputsBranch: "Max No Inputs", maxNoMatchesBranch: "Max No Matches", noEvent: "No Event", noIntent: "No Intent", noInputBranch: "No Input", notFound: "Not Found", open: "Open", partiallyFound: "Partially Found", processed: "Processed", skipResponse: "Skip Response", skipResponseCapture: "Skip Response Capture", success: "Success", timeout: "Timeout", valid: "Valid", invalid: "Invalid", loopsMax: "Max Loops", loopNext: "Next Loop", faxProcessed: "Fax Processed", voicemail: "Voicemail" }, browse: "Browse", backToOriginalTopic: "Back to Original Topic", cancel: "Cancel", confirm: "Confirm", confirmDeleteMessage: "Are you sure you want to delete this item?", containsErrors: "Contains errors", containsWarnings: "Contains warnings", continue: "Continue", clear: "Clear", clearAll: "Clear All", clickForHelp: "Click to view help.", clickToEditName: "Click to edit name", close: "Close", contactSupportIfKeepsHappening: "If this keeps happening, contact Support.", create: "Create", currentUser: "Current User", currentVersion: "Currently Referenced Version", dataType: "Data Type", dataTypes: "Data Types", default: "Default", delete: "Delete", deleteThisItem: "Delete this item", disabledDiscourageForNewUse: "Disabled \u2014 discouraged for new use.", divisions: "Divisions", done: "Done", description: "Description", digitalAudio: "Digital Audio", earlyPreview: "Early Preview", languageStatusPreviewTooltip: "This language is a preview release, the language model will improve over time with changes and further support.", edit: "Edit", editor: "Editor", enterText: "< put text here >", exportFlow: "Export Flow", emptyPage: "This page is now empty. Navigate to a previous page.", enableDarkMode: "Enable Dark Mode", enableLightMode: "Enable Light Mode", errors: { errorFileRead: "There was an error reading the file." }, expandCardCardTooltip: "Hold shift to expand multiple cards", expressions: "Expressions", facebook: "Facebook", fileSizeWithValue: "File Size: %1$s", finished: "Finished", flowSetting: "Flow Setting", generating: "Generating...", genericOff: "Off", genericOn: "On", identifier: "Identifier", inferredPrompts: "Prompts used by this action", isCollection: "Is Collection", itemLabel: "Item %1$s", items: "Items", joinTwoSentences: "%1$s %2$s", joinThreeSentences: "%1$s %2$s %3$s", keyHyphenValue: "%1$s - %2$s", keyBracketValue: "%1$s [%2$s]", launch: "Launch", loadMore: "Load more...", loading: "Loading...", loaded: "Loaded", maxFileSize: "Maximum file size is %1$s.", message: "Message", move: "Move", moveDown: "Move down", moveToBottom: "Move to bottom", moveToNewSection: "Move to new section", moveTo: "Move to", moveToTop: "Move to top", moveUp: "Move up", name: "Name", namespace: "Namespace", nameAndValue: "Name: %1$s", nameWatermark: "Enter a name", no: "No", noFieldsFound: "No fields found", notNatively: "Not Natively", note: "Note:", notifications: { clickForInfo: "Click this notification for more information." }, numberWithPercent: "%1$s%%", okDontUseThis: "OK", openDropdown: "Open Dropdown", openItem: "Open Item", optional: "Optional", options: "options", other: "Other", overview: "Overview", performingOperation: "Performing Operation", permissions: { allDivisions: "All Divisions", divisionHeader: "Division", divisionHeaderMoreThanOne: "Divisions", missingPermission: "You do not have the permission '%1$s'.", missingPermissionWithDivision: "You do not have permission '%1$s' in division '%2$s' to perform this action.", permissionRestriction: "Permission Restriction", error: "An error has occurred while processing permissions", hiddenFlowCount: "Hidden flow count: %s", missing: { dependencyTracking: { rebuild: "You do not have permission to initiate a dependency rebuild.", view: "You do not have permission to view dependency tracking." }, conversation: { conference: { add: "You do not have permission to make calls." } }, copilot: { session: "You do not have permission to view this session.", message: { view: "You do not have permission to view messages.", send: "You do not have permission to send messages." } }, flow: { allPermissions: { add: "You do not have permission to add flows.", delete: "You do not have permission to delete flows.", edit: "You do not have permission to edit flows.", launch: "You do not have permission to launch flows.", publish: "You do not have permission to publish flows.", search: "You do not have permission to search flows.", unlock: "You do not have permission to unlock flows.", view: "You do not have permission to view flows." }, flowMilestones: { noPermissionToAddFlowMilestone: "You do not have permission to add flow milestones.", add: "You do not have permission to add flow milestones. You need the architect:flowMilestone:add permission in at least one division in the organization to add a flow milestone.", search: "You need the architect:flowMilestone:search permission in at least one division in the organization to add a flow milestone." }, noSpecificDivision: { view: "You do not have permission to view this flow." }, flowOutcomes: { noPermissionToAddFlowOutcome: "You do not have permission to add flow outcomes.", add: "You do not have permission to add flow outcomes. You need the architect:flowOutcome:add permission in at least one division in the organization to add a flow outcome.", search: "You need the architect:flowOutcome:search permission in at least one division in the organization to add a flow outcome." }, specificDivision: { deleteSingle: "You do not have the flow delete permission in the division of the following flow:", deleteMultiple: "You do not have the flow delete permission in the divisions of the following flows:", unlockSingle: "You do not have the flow unlock permission in the division of the following flow:", unlockMultiple: "You do not have the flow unlock permission in the divisions of the following flows:" } }, journey: { actionmap: { journeyActionmapView: "You do not have permission to view action maps." }, flowpaths: { journeyFlowsView: "You do not have permission to view Journey Flows." } }, prompts: { systemPrompts: { edit: "You do not have permission to edit system prompts.", view: "You do not have permission to view system prompts." }, userPrompts: { add: "You do not have permission to add user prompts.", delete: "You do not have permission to delete user prompts.", edit: "You do not have permission to edit user prompts.", import: "You do not have permission to view, add, and edit user prompts and view and edit system prompts.", view: "You do not have permission to view user prompts." } }, recording: { retentionPolicy: { recordingRetentionPolicyView: "You do not have permission to view Quality Policies" } }, responseAssets: { asset: { responseAssetMissingPermissionAdd: "You do not have permission to add response assets. You need the '%1$s' permission in at least one division in your organization to do so.", responseAssetMissingPermissionView: "You do not have permission to view response assets. You need the '%1$s' permission in at least one division in your organization to do so." } }, grammars: { grammarsMissingPermissionAdd: "You do not have permission to add grammars.", grammarsMissingPermissionDelete: "You do not have permission to delete grammars.", grammarsMissingPermissionEdit: "You do not have permission to edit grammars.", grammarsMissingPermissionView: "You do not have permission to view grammars." }, taskManagementWorkitems: { workItemsMissingPermissionView: "You do not have permission to view Workitems." } } }, pickOneToSend: "Pick one to send.", pleaseNote: "Please Note", pleaseWait: "Please wait...", preferences: "Preferences", preview: "Preview", product: { couldNotLoadProductError: "'%1$s' could not load.", loadingProduct: "Loading '%1$s'...", weCouldNotLoadProductError: "We could not load '%1$s'." }, rawValue: "Raw Value", readonly: "This is read only.", recording: "Recording", refresh: "Refresh", remove: "Remove", reorder: "Reorder", reset: "Reset", restricted: "Restricted", save: "Save", searchDataTypes: "Search data types...", searchTerm: "Search Term", section: "Section", sections: "Sections", seeResourceCenter: { flowsCallingFlows: "Learn more about flows calling flows in our {{link.__FLOWS_CALLING_FLOWS__, Resource Center}}.", generic: "For more information, see the {{link.__RESOURCE_URL__, Resource Center}}.", pricingAndSupportedLanguages: "For more information about pricing and supported languages, see the {{link.__RESOURCE_URL__, Resource Center}} documentation." }, selectAll: "Select All", selectFile: "Select file", selectMulti: "Multi-select", selectSingle: "Single select", sentenceWithPeriod: "%1$s.", setDescription: "Set description...", showAllErrors: "Show all errors", showAllWarnings: "Show all warnings", showAllFields: "Show all fields", showInformation: "Show Information", sizeBytes: "%1$sb", sizeMegabytes: "%1$sMB", start: "Start", stop: "Stop", stopping: "Stopping...", switch: "Switch", sessionSourcesNote: "This property is only supported in %1$s conversations. This is true when the Session.Source variable value equals %2$s at flow runtime.", sessionSourcesNoteForLabel: "%1$s is only supported in %2$s conversations.", sessionSourcesConditionNote: "This is true when the Session.Source variable value equals %1$s at flow runtime.", yes: "Yes", tasks: "Tasks", textWithSingleQuotes: "'%1$s'", thisActionCantBeUndone: "This action can't be undone.", time: "Time", truncatedText: "%1$s...", tryAgainWithPeriod: "Try again.", type: "Type", types: "Types", selectAtLeastOne: "select at least one", unknown: "Unknown", upload: "Upload", urlFormat: "The URL string must conform to a valid URL format, for example, https://www.example.com.", usages: "Usages", usingOnOtherChannelsFailurePath: "Using it on other channels will take the failure path.", validation: "Validation", value: "Value", version: "Version", versionNumber: "Version %1$s", view: "View", video: "Video", whatsApp: "WhatsApp", zoomToFit: "Zoom to Fit", zoomToFitWidth: "Zoom to Fit Width", zoomToFitHeight: "Zoom to Fit Height" }, getAttributes: { addAttributeLabel: "Add attribute to retrieve", noAttributesError: "There are no attributes defined", variableLabel: "Variable to Assign %1$s" }, getConversationData: { conversationDescription: "The conversation ID to get participant data from.", conversationLabel: "Conversation ID", participantDescription: "If supplied, the participant data of the specified participant is used. In most cases, this can remain unspecified or NOT_SET and the customer/external participant will be used.", participantLabel: "Participant ID" }, commonExternalContact: { nameLabel: "External Contact ID", externalContactResult: "External Contact Result" }, assignedCustomerIntents: { assignedCustomerIntentsLabel: "External Contact ID", assignedCustomerIntentsResult: "Customer Intents Result" }, customerIntent: { customerIntentLabel: "Customer Intent" }, getEmailHeaders: { emailHeaderNamesDescription: "The optional String Collection of Email Header Names. If NOT_SET or empty then all headers will be returned.", emailHeaderNamesLabel: "Email Header Names", emailHeaderNamesNoValueLabel: "All Email Headers", emailHeadersResultDescription: "The Email Headers value that is processed at flow runtime.", emailHeadersResultLabel: "Email Headers Result", noEmailHeaderNames: "No Email Header Names" }, getExternalOrganization: { nameLabel: "External Organization ID", externalOrganizationResult: "External Organization Result" }, getResponse: { library: "Library", noResponsesFound: "There are no responses in the selected library.", mustSelectLibrary: "A library must be selected.", mustSelectResponse: "A response must be selected.", noResponseLibrariesContainResponse: "There are no response libraries that contain the selected response.", performSubstitutions: "Perform Substitutions", response: "Response", responseBody: "Output Response Body", responseBodyDescription: "The html text of the response.", responseBodyHandlingDescription: "Determines how formatting contained in the '%1$s' canned response output String variable is processed at flow runtime. If this setting value at flow runtime evaluates to a value other than one of the allowable values, 'convertToMarkdown' will be used.", responseBodyHandlingLabel: "Response Body Handling", responseLibraryDoesNotContainResponse: "The selected response library does not contain the selected response.", responseLibraryIsInvalid: "The response library '%1$s' is invalid.", responseLibraryNotFound: "The selected response library could not be found.", responseNotFound: "The selected response could not be found.", savedVersionOfResponse: "Flow is referencing a cached version of this response. The response may be out of date or deleted.", selectLibrary: "Select a library", selectedResponse: "Selected Response", selectResponse: "Select a response", suggestedLibraryOne: "Library suggestion", suggestedLibraryMoreThanOne: "Library suggestions", substitutions: "Substitutions", noSubstitutions: "No substitutions available" }, getSIPHeaders: { rawSIPHeadersResultLabel: "Raw SIP Headers Result", rawSIPHeadersResultDescription: "The Raw SIP Headers value that is processed at flow runtime.", sipHeadersResultLabel: "SIP Headers Result", sipHeadersResultDescription: "The SIP Headers value that is processed at flow runtime.", sipHeaderNamesLabel: "SIP Header Names", sipHeaderNamesDescription: "The optional String Collection of SIP Header Names. If NOT_SET or empty then all headers will be returned.", sipHeaderNamesNoValueLabel: "All SIP Headers", noSipHeaderNames: "No SIP Header Names" }, group: { label: "Group", groupLabelPlural: "Groups", placeholder: "Select a group", noExtError: "No phone number found for the selected group. Transfers will fail at runtime." }, help: { about: "About", architectHelp: "Architect Help", backToResults: "Back to results", currentHelpTopic: "Current Topic", expressionHelp: "Expression Help", privacyPolicy: "Privacy Policy", reportIssue: "Report Issue", resourceCenter: "Resource Center", show: "Show help", helpAndResources: "Help and resources", help: "Help", helpResourceCommunity: "Community", helpResourceOrchestrators: "Genesys Orchestrators", helpResourceReleaseNotes: "Release Notes", helpResourceEducation: "Education", helpResourceStatus: "Genesys Cloud Status", noSearchResults: "No results for your search", searchHelpContent: "Search help content", searchHelpContentDescription: "Use double quotation marks to search for a specific term or phrase. For example, \u201COrganization settings\u201D.", viewSource: "Open in Resource Center" }, holdMusic: { durationLabel: "Duration", playForDuration: "Play for duration", playLengthLabel: "Play Style", playPrompt: "Play prompt", promptLabel: "Hold Music" }, inputOutputList: { arrayWithMixedTypes: "The '%1$s' schema for '%2$s' includes one or more arrays containing multiple data types. These will be ignored by Architect, since arrays with mixed types are unsupported.", arrayWithNoType: "The schema for '%1$s' contains an array with no 'items' property specifying what kind of items are contained in the array. Architect will treat these as string arrays, which could cause error handling to be invoked at runtime if non-string values are encountered.", failureOutputs: "Failure Outputs", inputs: "Inputs", noInputs: "There are no inputs.", noInputsOutputs: "There are no inputs or outputs.", unableToRetrieveSchema: "Unable to retrieve inputs or outputs for this action.", outputs: "Outputs", successOutputs: "Success Outputs", foundOutputs: "Found Outputs", schemaError: "The selected data action reported an invalid '%1$s' schema. Please check the data action\u2019s configuration and validate the flow again." }, importFlow: { fileLabel1: "Flow file to import (%1$s)", filePlaceHolder: "Select a configuration file to import", title: "Import a flow" }, importPrompts: { addAudio: "Add additional audio...", addAudioButton: "Add to import", audioNew: "New Audio", audioUpdate: "Replacing Audio", cancelImportTitle: "Cancel Import", cancelImportMessage: "An import is currently in progress. Are you sure you wish to dismiss the modal and cancel the import?", importDescriptionNewAndUpdated: "New prompts after import: %1$s, Updated prompts after import: %2$s", importDescriptionNew: "New prompts after import: %1$s", importDescriptionUpdated: "Updated prompts after import: %1$s", importFinishedResults: "Import results: New Prompts: %1$s, Updated Prompts: %2$s, Audio Uploads: %3$s, New TTS Values: %4$s", importFinishedResultsWithText: "Import results: New Prompts: %1$s, Updated Prompts: %2$s, Audio Uploads: %3$s, New TTS Values: %4$s, New Text Values: %5$s", importFinishedResultsFailures: "There were %1$s failures", importFinishedResultsFailure: "There was 1 failure", importFinishedResultsCanceled: "Canceled: Prompt Updates: %1$s, Audio Uploads: %2$s, TTS Values: %3$s", importFinishedResultsCanceledWithText: "Canceled: Prompt Updates: %1$s, Audio Uploads: %2$s, TTS Values: %3$s, Text Values: %4$s", importFinishedResultsWarning: "Found leading or trailing whitespace with file name '%1$s'. When the prompt import process is running, file name will be formatted to match the name in the CSV configuration.", importingActive: "Updating Prompts: %1$s, Importing Audio Files: %2$s, Setting TTS Values: %3$s", importingActiveWithText: "Updating Prompts: %1$s, Importing Audio Files: %2$s, Setting TTS Values: %3$s, Text Values: %4$s", noPromptError: "There are no prompts to import.", noMatchingSystemPrompt: "No matching system prompt found", resultCreated: "Created prompt %1$s", resultCreateCanceled: "Canceled creating prompt %1$s", resultCreateFailed: "Failed to create prompt %1$s", resultSkippedAudio: "User skipped uploading (%1$s) for prompt %2$s (%3$s)", resultSkippedTts: "User skipped setting TTS for prompt %1$s (%2$s)", resultSkippedText: "User skipped setting Text for prompt %1$s (%2$s)", resultIgnoredWav: "Wav (%1$s) skipped because no matching prompt found", resultSetTTS: "Set TTS for prompt %1$s (%2$s)", resultSetTTSCanceled: "Canceled setting TTS for prompt %1$s (%2$s)", resultSetText: "Set Text for prompt %1$s (%2$s)", resultSetTextCanceled: "Canceled setting Text for prompt %1$s (%2$s)", resultsFileName: "Import Results %1$s", resultUpdated: "Updated prompt %1$s", resultUpdateCanceled: "Canceled updating prompt %1$s", resultUpdatedFailed: "Failed to update prompt %1$s", resultUploaded: "Uploaded audio (%1$s) for prompt %2$s (%3$s)", resultUploadCanceled: "Canceled uploading audio (%1$s) for prompt %2$s (%3$s)", resultUploadedFailed: "Failed to upload audio (%1$s) for prompt %2$s (%3$s)", resultUploadErrorNoFile: "No file (%1$s) available to upload for prompt %2$s (%3$s)", previewImport: "Preview Import", saveResults: "Save Results", start: "Start Import", selectionDisabledNoChanges: "There is nothing to import, add audio", selectionDisabledNoChangesNoAudio: "There is nothing to import", selectionAddTooltip: "Adding new prompt", selectionUpdatedTooltip: "Updating existing prompt", title: "Import Prompts", textNew: "New text:", ttsNew: "New text to speech:", typeSystem: "System Prompt", unusedFiles: "There are %1$s audio files that do not have prompt matches", unusedFile: "There is 1 audio file that does not have a prompt match", parseErrors: { fieldMismatched: "Number of fields mismatched on line %1$s", other: "Unknown error parsing file" } }, intents: { label: "Intents", settings: { intentSettingConfirmationDescription: "Wording the bot will use when confirming this is the desired intent of the participant. The participant is expected to reply with a yes or no answer.", confirmation: "Confirmation", noIntentsDefined: "There are no intents defined in the bot's Natural Language Understanding configuration. You can create intents in the 'Intents' node.", goToIntents: "Go to Intents" }, secureSlotVariableUsedInIntentUtterance: "The slot variable '%1$s' cannot be marked as secure because its corresponding slot '%2$s' is referenced in the intent %3$s. To correct this error you may either turn off the secure setting on the variable or remove the slot from the intent.", secureSlotVariableUsedInIntentUtteranceMoreThanOne: "The slot variable '%1$s' cannot be marked as secure because its corresponding slot '%2$s' is referenced in the intents %3$s. To correct this error you may either turn off the secure setting on the variable or remove the slot from the intent." }, dynamicSlotTypes: { dynamicSlotTypesLabel: "Dynamic Slot Types", settings: { dynamicSlotTypeSettingValuesLabel: "Values", dynamicSlotTypeSettingValuesDescription: "A collection whose items supply possible String values for the slot type.", dynamicSlotTypeSettingSynonymsLabel: "Synonyms", dynamicSlotTypeSettingSynonymsNoValueSelectionLabel: "No Synonyms Specified", dynamicSlotTypeSettingSynonymsDescription: "A collection whose String items supply one or more synonyms for values in the '%1$s' collection. To specify a synonym for a value, add the synonym String value to the same index in this collection that the value has in the '%1$s' collection. To specify more than one synonym for an individual slot type value, assign a String value at the appropriate index in this collection but separate the individual synonyms with a ',' character.", dynamicSlotTypeSettingLabelsLabel: "Labels", dynamicSlotTypeSettingLabelsNoValueSelectionLabel: "No Labels Specified", dynamicSlotTypeSettingLabelsDescription: "A collection whose Communication items supply wording for values in the '%1$s' collection. To specify wording for an individual value, add the Communication value to the same index in this collection that the value has in the '%1$s' collection." } }, dynamicTimeslots: { dynamicTimeslotsLabel: "Dynamic Timeslots", dynamicTimeslotsDateTimeLabel: "Date and Time", dynamicTimeslotsDurationLabel: "Duration", settings: { dynamicTimeslotSettingTimeslotsLabel: "Timeslots", dynamicTimeslotSettingTimeslotsDescription: "A collection whose items supply possible Timeslot values for the slot type." } }, digitalAudio: { digitalAudioPlaceholder: "Select a Digital Audio response asset", browseForDigitalAudioLabel: "Browse for Digital Audio...", searchDigitalAudios: "Search Digital Audio...", useDigitalAudio: "Use Digital Audio", errors: { errorDownloadingDigitalAudio: "There was an error downloading the digital audio.", errorUploadingDigitalAudio: "There was an error uploading the digital audio", errorInvalidDigitalAudioName: "This Digital Audio name is not valid.", errorInvalidDigitalAudioFileType: "The selected file is not a valid digital audio file." }, uploadingDigitalAudio: "Uploading digital audio..." }, file: { file: "File", filePlaceholder: "Select a File response asset", browseForFileLabel: "Browse for File...", searchFiles: "Search Files...", supportedFileTypes: "Supported file types are: %1$s", useFile: "Use File", errors: { errorDownloadingFile: "There was an error downloading the file.", errorUploadingFile: "There was an error uploading the file.", errorInvalidFileName: "This file name is not valid.", errorInvalidFileType: "The selected file is not a valid file." }, uploadingFile: "Uploading file..." }, image: { conversion: { imageConvertBuilderToLiteralTitle: "Convert Image Builder To Literal", imageConvertBuilderToLiteralMessage: "Switching from builder to literal mode will reset the value. Do you wish to continue?", imageConvertExpressionToLiteralMessage: "Switching from expression to literal mode will reset the value. Do you wish to continue?", imageConvertExpressionToLiteralTitle: "Convert Image Expression To Literal", imageConvertLiteralToExpressionMessage: "The generated Image expression will be saved but you will not be able to return to literal mode without resetting the expression.", imageConvertLiteralToExpressionTitle: "Convert Image Literal To Expression", imageConvertModesMessage: "Switching from %1$s mode to %2$s mode will reset the value. Do you wish to continue?", imageConvertModesTitle: "Convert Image %1$s to %2$s" }, browseForImageLabel: "Browse for Image...", errors: { errorDownloadingImage: "There was an error downloading the image.", errorUploadingImage: "There was an error uploading the image", errorInvalidImageName: "This Image name is not valid.", errorInvalidImageFileType: "The selected file is not a valid image file." }, image: "Image", imagePlaceholder: "Select an Image", searchImages: "Search Images...", supportedFileTypes: "Supported file types are JPG, JPEG, PNG and GIF", useImage: "Use Image", uploadImageModalHeader: "Upload New Asset", uploadingImage: "Uploading image..." }, video: { videoPlaceholder: "Select a Video response asset", browseForVideoLabel: "Browse for Video...", searchVideos: "Search Videos...", useVideo: "Use Video", errors: { errorDownloadingVideo: "There was an error downloading the video.", errorUploadingVideo: "There was an error uploading the video", errorInvalidVideoName: "This Video name is not valid.", errorInvalidVideoFileType: "The selected file is not a valid video file." }, uploadingVideo: "Uploading video..." }, responseAsset: { responseAsset: "Response Asset", responseAssetPlaceholder: "Select a Response Asset", responseAssetAttachmentsDescription: "A collection of response assets attached to the response.", searchResponseAssets: "Search Response Assets...", useResponseAsset: "Use Response Asset", errors: { errorDownloadingResponseAsset: "There was an error downloading the asset.", errorUploadingResponseAsset: "There was an error uploading the asset", errorInvalidResponseAssetName: "This name is not valid.", errorInvalidResponseAssetFileType: "The selected file is not a valid file." }, responseAssetAttachmentsLabel: "Attachments", uploadingResponseAsset: "Uploading asset..." }, itemListing: { lastItemAndSeparator: " and ", lastItemOrSeparator: " or " }, codeEditor: { architectExpressionsUnavailable: "Architect expressions cannot be used here.", architectExpressionsUnavailableForVariableInitialValue: "Architect expressions cannot be used for a variable initial value.", autoCompleteEntries: { codeEditorNullDescription: "Enters the value null", codeEditorNullValue: "null", codeEditorTimeBlankDescription: "Enters a blank String where you can supply a Time", codeEditorTimeDescription: "Enters a Time value for 12:00:00 AM", dateTimeBlankDescription: "Enters a blank String where you can supply a Datetime", dateTimeTodayDescription: "Enters a Datetime value for today", dateTimeTodayDisplayText: "Today's Datetime", dateTodayDisplayText: "Today's Date", dateTodayDescription: "Enters a Date value for today", dateBlankDescription: "Enters a blank String where you can supply a Date", decimalOneDescription: "Enters a Decimal value of 1.0", decimalOrIntegerOneLabel: "One", decimalOrIntegerZeroLabel: "Zero", decimalZeroDescription: "Enters a Decimal value of 0.0", durationBlankDescription: "Enters a blank String where you can supply a Duration", durationFiveMinutesDescription: "Enters a Duration value for five minutes", durationFiveMinutesLabel: "5 Minutes", durationOneDayDescription: "Enters a Duration value for one day", durationOneDayLabel: "1 Day", durationOneHourDescription: "Enters a Duration value for one hour", durationOneHourLabel: "1 Hour", durationOneMinuteDescription: "Enters a Duration value for one minute", durationOneMinuteLabel: "1 Minute", durationThirtySecondsDescription: "Enters a Duration value for 30 seconds", durationThirtySecondsLabel: "30 Seconds", emptyArrayDescription: "Enters an empty array", emptyJsonObjectDescription: "Enters an empty JSON object", enterLiteralDescription: "Enter a literal '%1$s' selector", inlineExpressionDescription: "Enter an expression to supply the value", integerOneLabel: "Enters an Integer value of 1", integerZeroLabel: "Enters an Integer value of 0", literalValuesSection: "Literal Values" }, codeEditorTitle: "Code Editor", convertCategoryLabel: "Convert", cursorNumberHeader: "Cursor:", cursorNumberAriaLabel: "Cursor, Line Number: %1$s, Column: %2$s", fixCategoryLabel: "Fix", lineNumberHeader: "Line %1$s:", noValidationErrorsMessage: "No Errors", toggleSuggestionsPanel: "Toggle Suggestions Panel", validationCompleteMessage: "Validated", parseErrors: { facets: { allowableValuesFacetLabel: "allowable values", maxFacetLabel: "max", maxItemsFacetLabel: "max items", maxLengthFacetLabel: "max length", minFacetLabel: "min", minItemsFacetLabel: "min items", minLengthFacetLabel: "min length" }, tokens: { tooManyDecimalPlaces: "The Decimal value has %1$s decimal places. %2$s allowed.", tokenDuplicate: "Duplicate token '%1$s'.", tokenInvalid: "Invalid token '%1$s'.", tokenMissing: "Missing token '%1$s'.", tokenUnexpected: "Unexpected token '%1$s'.", invalidTokenOrderMustFollow: "'%1$s' must follow '%2$s'.", invalidTokenOrderMustPrecede: "'%1$s' must precede '%2$s'." }, arrayLengthTooBig: "Array item count %1$s is too large.", arrayLengthTooSmall: "Array item count %1$s is too small.", separatorIsUnnecessary: "Unnecessary separator '%1$s'.", extraValueErrorMessage: "Extra value.", invalidNumber: "Invalid number.", invalidNumericCharacter: "Invalid numeric character", invalidSyntax: "Invalid syntax.", formatPropertyWithMessage: "Property '%1$s' - %2$s", stringLengthTooBig: "The string length %1$s is too big.", stringLengthTooSmall: "The string length %1$s is too small.", tokenAfterEndOfValue: "Unexpected token '%1$s' past end of value.", valueIncomplete: "Value is incomplete." }, properties: { missingRequiredPropertiesPlural: "Missing required properties: '%1$s' for the type '%2$s'.", missingRequiredPropertySingular: "Missing required property '%1$s' for the type '%2$s'.", propertyCannotBeAddedToNonObject: "You cannot add a property to something that is not an object.", propertyIsDuplicated: "Duplicate property '%1$s'.", propertyIsReadOnly: "The property '%1$s' is read only.", propertyNamesCannotBeBlank: "Property names can't be blank.", propertyNameNotValidForType: "The property name '%1$s' is not valid for the type '%2$s'." }, search: { closeSearchPanel: "Close find and replace panel", codeEditorPanelFind: "Find:", codeEditorPanelFindAndReplace: "Find and replace", codeEditorPanelNextMatchButton: "Next Match", codeEditorPanelPreviousMatchButton: "Previous Match", codeEditorPanelReplace: "Replace", codeEditorPanelReplaceAll: "Replace all", codeEditorPanelReplaceWith: "Replace with:" }, shortcuts: { shortcutFindLabel: "Find", shortcutNextMatchLabel: "Next match", shortcutPreviousMatchLabel: "Previous match", shortcutShowTypeaheadLabel: "Show typeahead" }, suggestions: { addFunctionCall: "Add a '%1$s' function call", addMissingSeparator: "Add the missing separator '%1$s'", closeSuggestionsPanel: "Close suggestions panel", lintSuggestionsLabel: "Suggestions", maxValueClosestTo: "This is the maximum value that is closest to '%1$s'.", minValueClosestTo: "This is the minimum value that is closest to '%1$s'.", removeUnnecessarySeparator: "Remove the unnecessary separator '%1$s'", replaceWith: "Replace with '%1$s'.", separators: { addSeparatorSuggestion: "Add separator '%1$s'.", replaceSeparatorSuggestion: "Replace separator with '%1$s'." } }, types: { codeEditorValueTooLarge: "The value '%1$s' is too large.", codeEditorValueTooLargeNoValue: "The value is too large.", codeEditorValueTooPrecise: "The value is too precise.", codeEditorValueTooSmall: "The value '%1$s' is too small.", codeEditorValueTooSmallNoValue: "The value is too small.", dateSupplyCurrent: "Supply today's date.", dateTimeInvalid: "You must use a 'T' between the date and time components of a DateTime value.", decimalCannotBeUsedHere: "Decimal values cannot be used here.", decimalValueSignificantDigits: "Decimal values are limited to %1$s significant digits.", incompatibleType: "Incompatible type.", incompatibleTypeAssignment: "Incompatible type assignment.", invalidTypeValue: "Invalid '%1$s' value.", returnValueTypeMismatch: "'%1$s' does not match the expected type of '%2$s'. To fix this, wrap in a '%3$s' function call.", timeUnitNeedsDigitValue: "'%1$s' needs a %2$s digit value.", timeUnitNeedsDigitValueForDataType: "'%1$s' values need a %2$s digit value for '%3$s'.", typeIncompatibilityAssignmentError: "Cannot assign the '%1$s' value '%2$s' to type '%3$s'.", typeIncompatibilityError: "'%1$s' values cannot be used to supply '%2$s' values.", timeOutOfBounds: "'%1$s' is out of bounds.", dateTimeSupplyCurrent: "Supply current date and time as a Datetime value.", timeSupplyMonthFromToday: "Supply the current month.", timeSupplyDayFromMonth: " Supply today's day of month.", durationXsdFormat: "Duration values must use the XSD format of (-)PnDTnHnMn.nnnS.", durationOnlySecondsCanBeDecimal: "Only the seconds portion of a Duration is allowed to use a Decimal value to specify up to millisecond granularity.", durationMustSpecifyDHMS: "Must specify either 'D', 'H', 'M' or 'S'.", durationMustSpecifyMinimum: "You must specify at least '0S' on a Duration value.", integerCannotBeUsedHere: "Integer values cannot be used here.", stringLengthTooLarge: "String length %1$s is too large.", durationMaxValue: "The maximum value allowed for a Duration is 999999999999999 milliseconds (11574074 days, 1 hour, 46 minutes and 39.999 seconds).", durationMinValue: "The minimum value allowed for a Duration is -999999999999999 milliseconds (-11574074 days, -1 hour, -46 minutes and -39.999 seconds).", requiredPropertiesMissing: "Required properties missing.", stringLengthTooSmall: "String length %1$s is too small.", timeInvalidSeparatorHourMinute: "You must use a ':' to separate the hour and minute.", timeInvalidSeparatorMinuteSecond: "You must use a ':' to separate the minute and second.", timeInvalidSeparatorYearMonth: "You must use a '-' to separate the year and month.", timeInvalidSeparatorMonthDay: "You must use a '-' to separate the month and day.", typeDoesNotSupportLiteralDropdownAddendum: "To have an array that includes arrays in a JSON value, be sure in the literal text to put a space between array starting brackets like this '[ [' instead of using '[['.", typeDoesNotSupportLiteralDropdownError: "'%1$s' values do not support [[]] references.", valueMustBeInGivenFormat: "%1$s values need to be in the format '%2$s'.", typeNotFoundError: "The '%1$s' named '%2$s' could not be found.", valueNotAllowed: "'%1$s' is not allowed.", valueNotValidForTypeGeneric: "'%1$s' is not a valid '%2$s' value.", timeUseStringDoubleZero: "Use the string '00' for '%1$s'.", truncateStringSuggestion: "Truncate string to length: %1$s", typeCanBeConverted: "Convert the '%1$s' value to a '%2$s' value using the '%3$s' expression function." }, units: { dayUnitLabel: "Day", hourUnitLabel: "Hour", minuteUnitLabel: "Minute", monthUnitLabel: "Month", secondUnitLabel: "Second", yearUnitLabel: "Year" } }, json: { general: { customJSONLabel: "Custom JSON", jsonLabel: "JSON", jsonEditorTitle: "JSON Editor", jsonEditorSubtitle: "Enter JSON, string, number or boolean below.", openJsonLiteralEditor: "Click to add JSON literal value" }, genericError: { invalidJson: "Invalid JSON", jsonLengthExceedsCharacterLimit: "Input JSON must not exceed 32000 characters.", jsonMustNotBeUndefinedOrBlank: "JSON must not be undefined or blank.", jsonUnexpectedToken: "Unexpected token: %1$s", unexpectedEndOfJson: "Unexpected end of JSON input." }, positionError: { jsonError: "JSON error", jsonErrorWithPosition: "%1$s at position: %2$s", jsonErrorPosition: "%1$s:%2$s", jsonExpectedColonAfterPropName: "Expected ':' after property name in JSON", jsonExpectedCommaOrClosingCurlyAfterPropValue: "Expected ',' or '}' after property value in JSON", jsonExpectedNonWhitespaceCharacter: "Unexpected non-whitespace character after JSON", jsonExpectedPropNameOrClosingCurly: "Expected property name or '}' in JSON", jsonUnterminatedString: "Unterminated string in JSON" }, conversion: { jsonConvertExpressionToLiteralMessage: "Switching from expression to literal mode will reset the value. Do you wish to continue?", jsonConvertExpressionToLiteralTitle: "Convert JSON Expression To Literal", jsonConvertLiteralToExpressionMessage: "The generated JSON expression will be saved but you will not be able to return to literal mode without resetting the expression.", jsonConvertLiteralToExpressionTitle: "Convert JSON Literal To Expression", jsonConvertModesMessage: "Switching from %1$s mode to %2$s mode will reset the value. Do you wish to continue?", jsonConvertModesTitle: "Convert JSON %1$s to %2$s", toggleJsonStandardMode: "Toggle between JSON and standard mode" }, customJson: { switchModeModalTitle: "Switch to %1$s", switchModeMessage: "Switching from %1$s to %2$s mode will reset the value. Resetting the value will result in anything you have configured in %1$s mode being cleared. Would you like to proceed?", expressionToLiteralConversionMessage: "Switching from literal to expression mode will reset all input values. Resetting the values will result in anything you have configured in literal mode being cleared. Would you like to proceed?", literalToExpressionConversionMessage: "Switching from expression to literal mode will reset the input value. Resetting the value will result in anything you have configured in expression mode being cleared. Would you like to proceed?", switchModeWithErrorsModalTitle: "Switching from %1$s to %2$s with errors", switchJsonToStandardWithErrorsMessage: "There are issues in the current JSON configuration. If you switch back to Standard without resolving them, all fields will reset to their last valid values. Would you like to proceed?", switchStandardToJsonWithErrorsMessage: "There are issues with the current settings in Standard. These issues will persist in JSON. If you switch back to Standard without fixing them, all fields will reset to their last valid values. Would you like to proceed?", inputJson: "Input JSON", standardModeUnavailable: "Standard does not support editing properties with complex JSON structures (arrays, nested objects, etc.). Switch to JSON to edit.", outputJson: "Output JSON" }, input: { outputsLabel: "Outputs", standardLabel: "Standard", expressionLabel: "Expression", literalLabel: "Literal", inputsLabel: "Inputs" } }, lex: { addSessionVariable: "Add Session Variable", aliasNotFound: "The selected alias could not be found.", botAlias: "Bot Alias", botName: "Bot Name", initialIntentLabel: "Initial Intent Name", intents: "Intents", lexV2AliasDescription: "Language: '%1$s', Region: '%2$s'", lexV2BotDescription: "Region: '%1$s'", lexBotAlias: "Lex Bot Alias", lexV2BotAlias: "Lex V2 Bot Alias", lexV2Bot: "Lex V2 Bot", lexBot: "Lex Bot", mustSelectAlias: "An alias must be selected.", mustSelectBotName: "A bot name must be selected.", noSlots: "There are no slots defined for this intent.", lexAliasNotReady: "The selected alias has a status of '%1$s' in AWS. It must have a status of '%2$s' to be valid.", savedVersionOfAlias: "Flow is referencing a cached version of this alias. The alias may be out of date or deleted.", secondaryHeaderForVersion: "(Version %1$s)", selectAlias: "Select Bot Alias", selectBotName: "Select Bot Name", sessionVariable: "Session Variable", sessionVariables: "Session Variables", noSessionVariablesDefined: "No Session Variables defined", speechRecMustBeEnabled: "Speech recognition must be enabled in flow settings.", speechRecMustBeEnabledBecauseCommonModuleNeedsIt: "Speech recognition must be enabled because the Common Module '%1$s' uses speech recognition functionality.", startingAudio: "Starting Audio", unableToRetrieveBot: "Was unable to retrieve bot for selected alias.", botNameNotFound: "Selected bot name could not be found", inputTextLabel: "Bot Input Text", inputTextDescription: "The text to send to the Lex bot.", inputTextDescriptionForChat: "The text to send to the Lex bot. This is usually only set when chaining Lex bot actions." }, lostConnection: { backupFlowFoundMessage: "A backup flow with unsaved changes created %1$s was found.", badRequestMessage: "Architect could not perform the selected operation. Please report this error to your organization administrator.", buttonRetry: "Retry", buttonWait: "Keep Waiting", buttonRecoverBackup: "Recover these changes", connectionLost: "The connection to the cloud was lost. Press OK to login again.", connectionTimeoutNoRetry: "The cloud is not responding to requests. You can keep waiting if you are on a slow connection or refresh the page to start over.", connectionFailedNoRetry: "Requests to the cloud are failing. You can keep waiting if you are on a slow connection or refresh the page to start over.", connectionFailedServer: "Requests to the cloud are failing. You can retry the requests or refresh the page to start over.", connectionLostBackup: "Architect attempts to save the flow locally in browser storage when there are connection issues. After reconnecting and loading this flow, you will have an opportunity to recover the backup if it's available.", connectionLostBackupAlternative: "As an alternative, select Export Flow to download it to a local folder.", genericError: "Requests to the cloud are failing. Please try again.", lostCredentials: "You have been logged out of Genesys Cloud. Please log back in to continue.", recoveringBackup: "Recovering Backup", title: "Server Connection", titleDeleteBackup: "Discard backup changes" }, oauthClient: { label: "OAuth Client" }, botFlowSettings: { generalBotFlowSettings: "General Bot Flow Settings", titleWithSettings: "Bot Flow Settings", valueConfiguredInBotFlowSettingsWillBeUsed: "The value for '%1$s' configured in {{link.__BOT_FLOW_SETTINGS_NODE__, Bot Flow Settings}} will be used at flow runtime." }, workitemFlowSettings: { titleWithSettings: "Workitem Flow Settings" }, botFlowNluTemplates: { bankBotNluTemplateName: "Bank Bot", bankBotNluTemplateDescription: "An example bot that provides banking functionality.", blankBotNluTemplateName: "Blank Bot Flow", blankBotNluTemplateDescription: "An empty bot flow with no intents." }, outboundCallSettings: { contactListPlaceholder: "Select a contact list", defaultWrapupCodeLabel: "Default Wrapup Code", label: "Outbound Settings", propertiesLabel: "Contact List Properties", treeLabel: "Outbound", usingCachedContact: "Using last known properties" }, emailSendFlow: { emailSendFlowTypeDisplayName: "Email Send Flow", emailSendFlowsSectionLabel: "Email Send Flows", emailSendSettingsTreeNodeLabel: "Email Send" }, inboundEmailSettings: { autoGenHandling: "Inbound auto-generated email handling", creation: { errorEventHandlingInfo: "If no error event transfer queue is selected above, the flow will be configured with disconnect error event handling.", errorEventHandlingQueue: "Error event transfer Queue" }, label: "Inbound Email Settings", normalProcessing: "Process as normal", treeLabel: "Inbound Email" }, inQueueCallFlowSettings: { label: "In-Queue" }, inQueueFlowVariables: { flowHoldPrompt: "Hold prompt for the flow" }, inboundOutboundAndInQueueCallFlowVariables: { uuiData: "Contains the call control User to User Information (UUI) data set on the call." }, learning: { label: "Learning" }, securedActions: { securedActionsInformationalMessage: "Execution will take the '{{branch.__FAILURE__}}' path at flow runtime if no encryption key is configured for this organization.", outputMustBeSecureIfInputIsSecure: "'%1$s 'must be made secure if '%2$s' is secure.", variableMustBeMadeSecure: "Secure variable must be used for %s." }, slotTypes: { label: "Slot Types" }, knowledgeSettings: { errorNoKnowledgeBaseSelected: "Knowledge Base must be selected for this action", knowledgeBase: "Knowledge Base", knowledgeSetting: "Knowledge Configuration", knowledgeSettingShort: "Configuration", defaultKnowledgeBase: "Default Knowledge Base", knowledgeAnswerContentTypeStandardLabel: "Standard", knowledgeAnswerContentTypeHighlightLabel: "Highlight", knowledgeAnswerContentTypeGenerativeLabel: "Generative", knowledgeAnswerContentTypeSwitcherLabel: "Content Type", knowledgeAnswerContentTypeSwitcherDescription: "Choose how the bot will format the content when a successful Knowledge answer is matched.", knowledgeAnswerContentTypeGenerativeCardHeader: "Answer Generation", knowledgeAnswerContentTypeStandardCardText: "Standard will surface the entire matched Knowledge answer.", knowledgeAnswerContentTypeHighlightCardText: "Answer Highlight will highlight the answer within a matched Knowledge answer.", knowledgeAnswerContentTypeGenerativeCardText: "Answer Generation will create an AI-generated response to the question from a matched Knowledge answer.", knowledgeAnswerHighlightLabel: "Answer Highlight", knowledgeAnswerHighlightDescription: "Enable or disable Answer Highlight on matched Knowledge answers.", knowledgeAnswerHighlightDisabled: "Answer Highlight disabled.", knowledgeAnswerHighlightEnabled: "Answer Highlight enabled.", knowledgeAnswerHighlightFlowProgressionLabel: "Flow Progression Label", knowledgeAnswerHighlightFlowProgressionDescription: "Label used for the quick reply to progress the flow.", knowledgeAnswerHighlightFullArticleLabel: "Full Article Label", knowledgeAnswerHighlightFullArticleDescription: "Label used for the quick reply to view full knowledge answer.", knowledgeArticle: "Knowledge Article", knowledgeArticlePlaceholder: "Select Knowledge Article", knowledgeArticleNotFound: "Knowledge Article not found", knowledgeArticleMismatch: "Selected Knowledge Article does not belong to Knowledge Base configured on the flow", knowledgeNotConfigured: "There are no articles available because no Knowledge Base is configured. In the flow '{{settings.__KNOWLEDGE__}}' settings, please select a Knowledge Base and try again.", knowledgeBaseDescription: "Once you select a Knowledge Base, you can enable Knowledge on one or more Ask for Intent actions. Only published Knowledge Bases whose language is compatible with the flow's supported language are available for selection.", knowledgeBaseV3Description: "Select a Knowledge Base to continue. You can enable Knowledge for one or more Ask for Intent actions. Only published items matching the flow's supported languages are available.", knowledgeSettingDescription: "Select a Knowledge Configuration to continue. You can enable Knowledge for one or more Ask for Intent actions. Only published items matching the flow's supported languages are available.", knowledgeBaseDocument: "Knowledge Base Document", knowledgeBaseDocumentPlaceholder: "Select an optional Knowledge Base Document", knowledgeBaseDocumentNotFound: "Knowledge Base Document not found", knowledgeBaseItemCreatedDescription: "Created %1$s", knowledgeBaseItemDescription: "Modified %1$s", knowledgeConfirmationDisambiguationLabel: "Confirmation and Disambiguation", knowledgeDisambiguationLabel: "Disambiguation", knowledgeBasePlaceholder: "Select an optional Knowledge Base", knowledgeSettingPlaceHolder: "Select an optional Knowledge Configuration", knowledgeWorkBench: "Knowledge Work Bench", knowledgeBaseNotFound: "Knowledge Base not found", knowledgeSettingNotFound: "Knowledge Configuration not found", languageDoesNotSupportKnowledge: "Knowledge is unavailable for this language.", knowledgeBaseNotFoundForLanguage: "Knowledge Base not found for %1$s.", knowledgeSettingNotFoundForLanguage: "Knowledge Configuration not found for %1$s.", knowledgeBaseNotSelectedForLanguage: "Knowledge Base not selected for %1$s.", knowledgeSettingNotSelectedForLanguage: "Knowledge Configuration not selected for %1$s.", knowledgeBaseNoDefaultSelected: "A default language knowledge base must be selected in order to use additional language knowledge bases.", knowledgeSettingNoDefaultSelected: "A default language knowledge configuration must be selected in order to use additional language knowledge configurations.", knowledgeConfigurationNotEnabled: "Knowledge Configurations are not available in this organization.", knowledgeBaseManageDefault: "Manage the default knowledge base: ", knowledgeSettingManageDefault: "Manage the default knowledge configuration: ", knowledgeBaseManageAlternativesPreposition: "Note:", knowledgeBaseManageAlternatives: "Alternative Knowledge Bases can be managed in: ", knowledgeSettingManageAlternatives: "Alternative Knowledge Configurations can be managed in: ", knowledgeSettingManageOptions: "Many knowledge configuration options are now managed through ", knowledgeBaseNotSupportedForLanguage: "Knowledge base functionality is not available for the language '%1$s'.", knowledgeInitialResponseFollowupLabel: "Answer Follow-up", knowledgeFollowUpSwitcherLabel: "Knowledge Follow-up", knowledgeFollowUpSwitcherDescription: "Choose between a statement or a reusable task as a follow-up to a knowledge answer.", knowledgeFollowUpStatement: "Follow-up Statement", knowledgeFollowUpTaskLabel: "Follow-up Task", knowledgeFollowUpTaskDescription: "Select or create a reusable task to follow up a knowledge answer.", knowledgeFollowUpTaskErrorMessage: "No follow-up task assigned.", knowledgeInitialResponseFollowupDescription: "Wording the bot will use as a follow-up to a Knowledge answer.", knowledgeInitialResponseMultiLabel: "Multiple Answers Introduction", knowledgeInitialResponseMultiDescription: "Wording the bot will use to introduce a numbered list of matching Knowledge answers, in the case where multiple good matches are found in the Knowledge Base.", knowledgeInitialResponseMultiRetryLabel: "Multiple Answers Retry", knowledgeInitialResponseMultiRetryDescription: "Wording the bot will use to re-introduce a numbered list of matching Knowledge answers, in the case where the user's first attempt to choose a number was unsuccessful.", knowledgeInitialResponseSingleLabel: "Single Answer Introduction", knowledgeInitialResponseSingleDescription: "Wording the bot will use prior to speaking or printing a single Knowledge answer. For example, 'I found the following information:'", knowledgeConfirmationToggleLabel: "Knowledge Confirmation", knowledgeConfirmationToggleDescription: "Enables or disables the '%1$s' confirmation once the answer has been presented.", knowledgeConfirmationLabel: "Knowledge Confirmation Response", knowledgeConfirmationDescription: "Wording the bot will use after speaking or printing a single Knowledge answer. For example, 'Did this answer your question?'", knowledgeContextSearchLabel: "Search with context", knowledgeContextSearchDescription: "Enable to keep context throughout different queries.", knowledgeContextSearchEnabled: "Search with context enabled", knowledgeContextSearchDisabled: "Search with context disabled", knowledgeContextSearchDescriptionNote: "This value overrides the setting from the Knowledge Workbench.", knowledgeLabel: "Knowledge", knowledgeMaxNumAnswersReturned: "Maximum Number of Answers Returned", knowledgeMaxNumAnswersReturnedDescription: "The maximum number of answers suggested to the participant if there are multiple good matches for their question.", knowledgeMultiArticleLabel: "Multiple Article Generation", knowledgeMultiArticleDescription: "Generate a single answer from multiple knowledge articles.", knowledgeMultiArticleEnabled: "Multiple Sources enabled", knowledgeMultiArticleDisabled: "Multiple Sources disabled", knowledgeNoMatchLabel: "Reject All Answers", knowledgeNoMatchDescription: "Wording for the final option when displaying multiple answers. For example, 'None of these'. Choosing this option will reject all of the proposed answers.", knowledgePathLabel: "Knowledge Path", knowledgePathStatementLabel: "Statement", knowledgeResponseBias: "Response Bias", knowledgeSendFeedbackEnabled: "Knowledge Confirmation enabled.", knowledgeSendFeedbackDisabled: "Knowledge Confirmation disabled.", knowledgeSettingSourcesLabel: "Sources", responseBiasDescription: "Controls which type of interpretation (Knowledge answer or Intent) is more likely to be suggested by the bot in response to a participant's input.", responseBiasModes: { responseBiasModeKnowledge: "Knowledge", responseBiasModeIntents: "Intents", responseBiasModeNeutral: "Neutral", responseBiasKnowledgeDescription: "Bot will favor Knowledge path if an overlap occurs", responseBiasIntentDescription: "Bot will favor Intent path if an overlap occurs", responseBiasNeutralDescription: "Equal weight given to Intent and Knowledge paths" }, knowledgeSettingsModeLabel: "Knowledge Settings Mode", knowledgeSettingsModeDescription: "Controls how knowledge matches are handled at runtime. By selecting 'custom' you will be able to choose a reusable task that will be executed when a knowledge match occurs.", knowledgeSettingsDisambiguationDisabled: "Disambiguation from multiple sources is disabled.", knowledgeSettingsFeedbackDisabled: "Feedback is disabled for multiple sources.", knowledgeSettingsModes: { standard: "Standard", custom: "Custom", standardDescription: "Standard knowledge settings mode", customDescription: "Custom knowledge settings mode" }, knowledgeSettingsModeModal: { switchToStandardTitle: "Switch to Standard", switchToCustomTitle: "Switch to Custom", switchToStandardMessage: "Returning to standard will disconnect the single reusable task. The bot will now favor the standard global knowledge settings.", switchToCustomMessage: "Switching to custom allows you to configure global knowledge settings such as answer introduction, disambiguation, feedback and follow-up to be done in a single reusable task.", switchToStandardMessageBot: "Returning to standard will result in any custom knowledge handling being disconnected. The bot will now favor the standard global knowledge settings.", switchToCustomMessageBot: "Switching to custom allows you to configure global knowledge settings such as answer introduction, disambiguation, and feedback under the knowledge path of an Ask for Intent action.", switchToCustomInlineAlert: "Note: Intended for advanced users to configure global knowledge settings in a single reusable task.", switchToCustomInlineAlertBot: "Intended for advanced users to configure global knowledge settings." }, knowledgeVersionModal: { switchToKnowledgeBaseTitle: "Switch to Knowledge Base", switchToKnowledgeBaseMessage: "Switching to Knowledge Base may remove some of your current Knowledge Configuration settings.", switchToKnowledgeSettingTitle: "Switch to Knowledge Configuration", switchToKnowledgeSettingMessage: "Switching to Knowledge Configuration may remove some of your current Knowledge Base settings." }, knowledgeCustomHandlerTaskLabel: "Knowledge Task", knowledgeCustomHandlerTaskDescription: "Select or create a reusable task to configure custom knowledge settings which includes, but is not limited to: answer introduction, disambiguation, feedback, and follow-up. More information and best practices can be found in the Resource Center.", knowledgeCustomHandlerTaskErrorMessage: "No custom knowledge task assigned.", openKnowledgeInNewTab: "Open Knowledge Workbench in a new tab", knowledgeName: "Name", knowledgeDescription: "Description", knowledgeNoDescription: "No description", knowledgeFaqCount: "FAQ Count", knowledgeArticleCount: "Article Count", knowledgeDateCreated: "Date Created", knowledgeDateLastModified: "Last Modified", welcomeArticle: "Welcome Article", welcomeArticleDescription: "Choose a document from a Knowledge Base and that document's wording will be used by the bot when session starts.", knowledgeArticlesCount: "%1$s Article(s)", knowledgeFaqsCount: "%1$s FAQ(s)", tabs: { general: "General", generalTitle: "Bias", generalSubtitle: "Configure what response type is favored by the bot.", answer: "Answer", answerTitle: "Answer", answerSubtitle: "Configure how a Knowledge answer will be presented.", disambiguation: "Disambiguation", disambiguationTitle: "Disambiguation", disambiguationSubtitle: "Configure how to resolve ambiguity on surfaced answers.", feedback: "Feedback", feedbackTitle: "Feedback", feedbackSubtitle: "Configure feedback for full Knowledge answers & answer highlights.", followUp: "Follow-up", followUpTitle: "Follow-up", followUpSubtitle: "Configure next steps post serving of a Knowledge answer.", customTitle: "Custom", customSubtitle: "Configure custom knowledge settings.", customTitleBot: "Custom Handling", customTextBot: "Enable a Knowledge path on any Ask for Intent action to manage how knowledge is presented including answer introduction, disambiguation and feedback. More information and best practices can be found in the {{link.__RESOURCE_CENTER_URL_CUSTOM_KNOWLEDGE__, Resource Center}}.", customDescription: "Configure custom global knowledge handling here." } }, botSessionViewer: { utteranceHistoryLabel: "Utterance History", optimizationDashboardLabel: "Optimization Dashboard" }, intentMiner: { intentMinerLabel: "Intent Miner" }, pathDiscovery: { pathDiscoveryLabel: "Journey Flows" }, previewWidget: { previewWidgetLabel: "Test", previewWidgetResetChatLabel: "Reset Chat", previewWidgetStartChatLabel: "Start Chat", previewWidgetCloseChatLabel: "Close Chat", previewWidgetEnabledTooltip: "Test your published bot", previewWidgetNotPublishedTooltip: "You must publish your bot first in order to use this feature", previewWidgetOldVersionTooltip: "Your work in progress is out of date, please publish again in order to test your bot", previewWidgetVersionMessage: "You are currently testing flow version %1$s", previewWidgetSessionDisconnected: "The session has ended." }, surveyInviteFlowVariables: { survey: "Information about the survey associated with the flow.", customerContact: "The External Contact for the customer associated with this survey invite. If there is no customer contact, the value will be NOT_SET.", customerOrganization: "The External Organization for the customer associated with this survey invite. If there is no customer organization, the value will be NOT_SET.", surveyDispositions: "The available survey disposition values.", conversationId: "The ID of the completed conversation associated with this survey invite.", url: "The URL that will link to the survey.", conversationType: "The conversation type associated with this survey invite. Valid values are 'call', 'callback', 'chat', 'cobrowse', 'email', 'screenShare', 'socialExpression', 'videoComm' or 'unknown' if not one of the previous types.", customerAddress: "The address for the customer associated with this survey invite.", conversationStartDateTime: "The starting DateTime for the conversation associated with this survey invite.", conversationEndDateTime: "The ending DateTime for the conversation associated with this survey invite.", conversation: "Information about the conversation associated with the flow.", conversationTypes: "The available conversation type values." }, surveyInvite: { createFlowInfo: "Survey Invite flows are launched after a conversation is complete.", createFlowInfoWebPrefix: "Web Survey Invite flows are launched after a conversation is complete." }, objectValueMismatch: { dataType: "The data type '%1$s' does not match the data type of '%2$s'", default: "'%1$s' does not match '%2$s'.", incompatible: "The data is incompatible.", input: "The variable input settings do not match.", name: "The name of '%1$s' does not match the name of '%2$s'.", output: "The variable output settings do not match." }, placeholders: { select: "Select a %1$s", selectAn: "Select an %1$s", selectThe: "Select the %1$s" }, playAudioOnSilence: { allowedRepeatCount: "Allowed Retry Count", allowedRepeatCountDescription: "Number of attempts to replay audio if audio is interrupted.", actualRepeatCount: "Actual Retry Count" }, positionInQueue: { ahead: "Ahead", aheadExample: "e.g. There are four callers ahead of you in the queue.", number: "Position", numberExample: "e.g. Your position in the queue is five.", ordinal: "Ordinal Position", ordinalExample: "e.g. You are the fifth caller in the queue.", playbackMode: "Playback Mode", positionInQueue: "Position in Queue" }, printFlow: { generate: "Generate Document", idCallout: "Next action: ID %1$s", error: "There was an error while generating the flow printout.", flowVariables: "Flow Variables", noActions: "This %1$s has no actions.", noConfigurationOptions: "There are no print configuration options available.", noItems: "No items", noTts: "", pageNum: "Page %1$s", popupBlocked: "The new tab was blocked by your browser. Please allow popups by clicking the prompt at the top of your browser.", printFlow: "Print Flow", printFormatNotice: "Architect flow print documents are formatted for US Letter page size.", printView: "%1$s - Print View", selectLanguage: "Select language to use for audio and speech recognition content", stateVariables: "State Variables - %1$s", botStateVariables: "Bot Variables - %1$s", systemVariables: "System Variables", taskVariables: "Task Variables - %1$s", letter: "Letter", a4: "A4", paperSize: "Paper Size:" }, reportError: { alertMessage: "Be sure to check out our Resource Center at {{link.__RESOURCE_CENTER_URL_NEW_WINDOW__}} for quick and detailed information on your questions or issues.", title: "Report Error", issueTypeLabel: "What best describes the issue:", issueTypes: { question: "Question", problem: "Problem", technicalIssue: "Technical Issue", nonTechnicalIssue: "Non-Technical Issue" }, priorityLabel: "Please determine the priorty of this issue:", priority: { low: "Low", medium: "Medium", high: "High" }, shortDescriptionLabel: "What best describes the functionality area:", longDescriptionLabel: "Please provide as much detail as possible:" }, searchExternalContacts: { actionInformationalMessage: "If there is one search result, execution will take the '%1$s' output with the matching External Contact as the first element in the specified External Contact Results collection.", externalContactResults: "External Contact Results", searchTermDescription: "A string representation of the phone number, email address or Twitter handle of the contact." }, secureData: { extractWarning: "I acknowledge by use of this action that sensitive information may be logged. I intend to extract this data and use it in a non-secured manner.", extractWarningAcknowledgement: "'%1$s' acknowledged the security risk with using this action on %2$s.", extractWarningAcknowledgementInvalidUser: "'%1$s' acknowledged this security risk on %2$s but that user is no longer valid. A new acknowledgment is required.", extractWarningValidationError: "Secure data risk acknowledgement has not been checked.", flowIndicatorTooltip: "This flow uses secure data. Click to search for all usages...", notUsingSecureDataWarning: "There is no secure data being read. This action is meant to work with secure data.", notUsingSecureData: "Action is not referencing any secure data", resetAcknowledgementTitle: "Reset Acknowledgement", resetAcknowledgementMessage: "Are you sure you want to reset the secure data acknowledgement?", secureDataIndicatorTooltip: "This action uses secure data", secureDataIndicatorFlowTooltip: "This flow uses secure data", secureVariable: "This variable is secure", variableInputCannotBeSecure: "Input variables cannot be set to secure", variableOutputWarning: "Output variables cannot be set to secure", secureItemSearch: "Secure Item Search", secureData: "Secure Data" }, sendAutoReply: { sendAutoReplyOptions: "Additional Options", sendBcc: "Bcc Addresses", sendBccDescription: "Bcc EmailAddresses to include on the email.", sendBody: "Message Body", sendBodyDescription: "HTML message body for the email.", sendCc: "Additional Cc Addresses", sendCcDescription: "Additional Cc EmailAddresses to include on the email.", senderOnly: "Reply to Sender", senderOnlyDescription: "Only the original sender is included in the To list. No initial Cc list is included.", sendFrom: "Override From", sendFromDescription: "An EmailAddress override for the default 'from' address for the route. If specified, it should match the configured route's domain.", sendReplyTo: "Override Reply To", sendReplyToDescription: "An EmailAddress override for the default 'reply-to' address for the route.", sendReplyToOptions: "Reply Configuration", sendToAll: "Reply to All", sendToAllDescription: "The initial To and Cc lists includes all recipients from the original email." }, sendInteractiveApplication: { applicationName: "Application Name", applicationNamePlaceholder: "Enter an Application Name", applicationUrl: "Application URL", applicationUrlPlaceholder: "Enter an Application URL", receivedMessage: "Received Message", sendApplicationSupportNoteApple: "Send Application is only available for Apple Messages for Business. Using it on other channels will take the failure path.", titlePlaceholder: "Enter a Title" }, sendKnowledgeFeedback: { knowledgeArticleLabel: "Knowledge Article", knowledgeArticleDescription: "The Knowledge Base Document to send feedback on.", knowledgeSearchIdLabel: "Knowledge Search ID", knowledgeFeedbackLabel: "Knowledge Feedback", knowledgeFeedbackDescription: "Provide feedback for associated Knowledge Articles.", negative: "Negative", negativeDescription: "Send negative feedback.", positive: "Positive", positiveDescription: "Send positive feedback.", knowledgeSettingAlert: "This action is unavailable for this knowledge type. Use session-level variables or answer controls instead. This action will automatically use the Failure action path." }, sendNotification: { chatMessageDescription: "The chat message to send to the group.", chatMessageLabel: "Chat Message", defaultEmailStyle: "Default Email Style", defaultEmailFromAddress: "Default Email From", useDefaultEmailFromAddress: "Use 'no-reply@[region].com'", emailNotificationStyleLabel: "Email Notification Style", emailNotificationStyleDescription: "This specifies the email format to use when sending the email. If this setting value at flow runtime evaluates to a value other than one of the allowable values, 'plain' will be used.", emailFromLabel: "Email From", emailFromDescription: "The email address to use as the sender of the email for an email notification. If the value evaluates to NOT_SET, a default of email address of 'no-reply@[region].com' will be used. If the provided email address is SET, and the domain is not a Genesys Cloud verified domain, the action will take the failure path.", emailStyleHtmlLabel: "HTML", emailStylePlainLabel: "Plain", errorTypeLabel: "Error Type", errorMessageLabel: "Error Message", noNotificationBody: "No Body", noNotificationSubject: "No Subject", notificationBodyLabel: "Notification Body", notificationBodyDescription: "This is the contents to use for the notification. For example, if the notification type is 'email' this will be the body of the email that is sent. If a NOT_SET String is provided for this property, an empty/blank String will be used.", notificationSubjectLabel: "Notification Subject", notificationSubjectDescription: "The notification subject. For example, if the notification type is 'email' this will be the subject of the email that is sent. If a NOT_SET String is provided for this property, an empty/blank String will be used.", notificationTypeChatLabel: "Chat", notificationTypeDescription: "This specifies the type of notification that should be sent.", notificationTypeEmailLabel: "Email", notificationTypeLabel: "Notification Type", sendToGroupDescription: "The group to send a chat message to.", sendToGroupLabel: "Send to Group", sendToUsersLabel: "Send to Users", sendToUsersDescription: "This collection specifies Genesys Cloud user recipients of the notification. If the collection is NOT_SET, the flow will invoke error handling. If the collection contains an amount of Users outside the minimum and maximum items range, the action will take the failure path. If the User collection contains a NOT_SET User, that User will be ignored. If the User collection contains only NOT_SET Users, the action will take the failure path." }, sendResponse: { messageBodyStyleDescription: "An optional setting that the chat client can use to visually differentiate messages.", messageBodyStyleLabel: "Message Style", messageBodyStyleWatermark: "Select the style of message to send", noMessageBodyStyle: "No message style selected", messageBodyStyleNotice: "Notice", messageBodyStyleStandard: "Standard", messageBodyStyles: "The available message styles.", sendBody: "Message Body", sendBodyDescription: "The plain text message body for the response." }, sendRichLink: { body: "Body", bodyDescription: "The body text of the rich link message.", footer: "Footer", footerDescription: "The footer text of the rich link message.", footerNoValueRuntimeEvalStr: "Do not send a footer", footerNoValueSelectionLabel: "No Footer", headerImage: "Header Image", headerImageDescription: "The header image of the rich link message.", headerText: "Header Text", headerTextDescription: "The header text of the rich link message.", headerType: "Header Type", headerTypeDescription: "The header type of the rich link message.", headerTypeImageChoice: "Image", headerTypeNoValueRuntimeEvalStr: "Do not send a header", headerTypeNoValueSelectionLabel: "No Header", headerTypePlaceholder: "Select a header type value", headerTypeTextChoice: "Text", showNote: "Send Rich Link is currently only available for WhatsApp.", uiPanelDescription: "Configure rich link message", uiPanelName: "Rich Link Message", urlInvalidWarning: "A message containing an invalid URL will take the failure path if one is configured.", urlLabel: "URL Label", urlLabelDescription: "The URL label of the rich link message.", urlValue: "URL Value", urlValueDescription: "The URL for the rich link message." }, states: { editState: "Edit State", multipleNames: "Another state has the same name", noTerminatingAction: "The state does not contain a terminating action", states: "States" }, botStates: { goToBotState: "Go to Bot", noTerminatingAction: "The bot does not contain a terminating action" }, switch: { addCase: "Add Case", caseNum: "Case %1$s", casesHeader: "Cases (%1$s)", default: "Default", defaultCase: "Default Case", defaultCaseDescription: "This path will be taken if no other cases apply.", evaluationStyle: "Evaluation Style", expressionTypeInvalid: "Expression type of %1$s cannot be used for Switch statement", firstTrueCase: "Take path of first case that returns True", literalValuesWillReset: "Any literal values will be reset.", matchExpression: "Take path of first case that matches an expression", mustChangeType: "You must change the cases' types to match the Switch Expression's type.", switchCases: "Change cases to %1$s" }, flowInvokingEvents: { unknownFlowInvokingEvent: "The event '%1$s' has no description.", workitemCreatedDescription: "This is the event type for a workitem when it is created.", workitemDateBasedEventDescription: "This is the event type for a workitem when a date-based event occurs.", workitemStatusChangedDescription: "This is the event type for a workitem when its status changes." }, submitVoiceSnippet: { destinationVoiceSnippetIdDescription: "For destinations that return an output ID upon successful Voice Snippet submission, this output setting can be used to bind to that returned ID at flow runtime. If the submission is not successful, any value specified on this setting is left alone. This setting is only enabled when the currently selected destination supports returning an ID.", destinationVoiceSnippetIdLabel: "Destination ID", voiceSnippetDestinationLabel: "Destination", voiceSnippetDestinationDescription: "The destination where the Voice Snippet should be submitted.", voiceSnippetServiceLabel: "Voice Snippet Service", voiceSnippetToSubmitDescription: "The Voice Snippet to submit at runtime. If the value is a NOT_SET Voice Snippet, execution will take the '%1$s' output at runtime.", voiceSnippetToSubmitLabel: "Voice Snippet", voicemailServiceLabel: "Voicemail Service" }, systemVariables: { callAni: "The caller\u2019s origination phone number for the active call. ( Automatic Number Identification )", callContactId: "The ID of contact to whom this flow is connected.", callConversationId: "The conversation ID for the active call", callCalledAddress: "The called address that caused this flow to be entered. For a new inbound call, this value is the same as Call.CalledAddressOriginal, but changes for a flow entered by a transfer, for example.", callCalledAddressOriginal: "The called address received when the call first entered the system; typically the phone number dialed by the caller to reach the system. For a given call, this value should never change.", callCurrentQueue: "Reflects the current queue for the call.", callEstimatedWaitTime: "The current queue estimated wait time for the call.", callExternalTag: "The external tag for the active call.", callPositionInQueue: "The current position in queue for the call.", callRemoteName: "Remote name for the active call", chatConversationId: "The conversation ID for the active chat.", chatGuest: "The guest associated with this chat.", chatJourneyContext: "The journey context associated with this chat.", conversationPriorityVariableDescription: "This variable holds the current priority of the conversation. The priority value will be greater than or equal to -25,000,000 and less than or equal to 25,000,000. If the priority cannot be determined or is not applicable for the running flow instance this returns a NOT_SET Integer.", conversationACDSkillsVariableDescription: "This variable holds the ACD skills for the conversation.", conversationLanguageSkillVariableDescription: "This variable holds the language skill for the conversation.", emailConversationId: "The conversation ID for the active email.", emailCurrentQueueVariableDescription: "Reflects the current queue for the email.", emailDraftConversationId: "The conversation ID for the draft email.", emailDraftCurrentQueueVariableDescription: "Reflects the current queue for the draft email.", emailDraftVariableDescription: "The draft email as it existed when the flow began.", emailEstimatedWaitTimeVariableDescription: "The current queue estimated wait time for the email.", emailPositionInQueueVariableDescription: "The current position in queue for the email.", emailExternalTag: "The external tag for the active email.", emailMessage: "The email associated with this flow.", emailLanguageSkill: "The language skill associated with the active email.", externalContactId: "The External Contact identifier of the external participant on the conversation. If not available, this will be a NOT_SET String.", flowCampaign: "The Campaign for this flow.", flowContact: "The contact to whom this flow is connected.", flowContactList: "Contact list for this flow", flowInvocationData: "The invocation data supplied when launching the flow.", flowIsTest: "Indicates whether or not the flow is running in debug mode.", flowStartTime: "The UTC datetime when the flow started execution", flowVersion: "The version of the active flow", flowWrapupCode: "The flow Wrapup Code", infoCurrencies: "List of currencies", infoDateTimes: "List of datetimes", infoLanguages: "List of languages", infoRegions: "List of regions", interactionId: "The ID of the active interaction", interactionLanguage: "The lower case IETF language tag for the language in which the flow is currently running. If there is no current flow language, this returns a NOT_SET String.", invocationData: "The invocation data supplied by the 'Set Post-Flow' action for the launched flow. If no invocation data is available, this returns a NOT_SET JSON value.", lastCollectionModeDescription: "The collection mode for the participant's most recent input. This value is overwritten each time the participant provides new input. If there has been no input, this will be a NOT_SET String. Valid values are %1$s.", maxDate: 'The maximum value allowed for a Date, which is December 31st, 2200 ("2200-12-31")', maxDateTime: 'The maximum value allowed for a Date Time, which is December 31st, 2200 at 11:59:59.999PM ("2200-12-31T23:59:59.999Z")', maxDuration: "The maximum value allowed for a Duration, which is 999999999999999 milliseconds (11574074 days, 1 hour, 46 minutes and 39.999 seconds)", maxInt: "The maximum value allowed for an Integer, which is %1$s", maxTime: 'The maximum value allowed for a Time, which is 11:59:59.999PM ("23:59:59.999")', menuLastCollectionNoMatch: "Returns whether or not customer/external participant input did not match a menu choice. At runtime this returns a NOT_SET Boolean if flow execution has not solicited any menu choice input yet.", menuLastCollectionNoInput: "Returns whether or not there was no customer/external participant input detected for a menu choice when handling the last menu or sub-menu configured on the flow. At runtime this returns a NOT_SET Boolean if flow execution has not solicited any menu choice input yet.", messageCurrentQueueVariableDescription: "Reflects the current queue for the message.", messageEstimatedWaitTimeVariableDescription: "The current queue estimated wait time for the message.", messagePositionInQueueVariableDescription: "The current position in queue for the message.", messagingConversationId: "The conversation ID for the active message.", messageExternalTag: "The external tag for the active message.", messagingIsAuthenticated: "Indicates whether or not the message is in an authenticated conversation.", messagingIsNewConversation: "Indicates whether or not the message is in a new conversation.", messageJourneyContextVariableDescription: "The journey context associated with this message. If no journey context is available, this returns a NOT_SET Journey Context.", messageMessage: "The message associated with this flow.", minInt: "The minimum value allowed for an Integer, which is %1$s", minDate: 'The minimum value allowed for a Date, which is January 1st, 1800 ("1800-01-01")', minDateTime: 'The minimum value allowed for a Date Time, which is January 1st, 1800 at 12:00:00AM ("1800-01-01T00:00:00.000Z")', minDuration: "The minimum value allowed for a Duration, which is -999999999999999 milliseconds (-11574074 days, -1 hour, -46 minutes and -39.999 seconds)", minTime: 'The minimum value allowed for a Time, which is 12:00:00AM ("00:00:00.000")', sessionActiveIntent: "The currently active intent for the session. If there is no current intent, this will be a NOT_SET String.", activeOutputMode: "The active mode for media output. Valid values are 'voice' and 'text'", sessionChannelType: "The channel type of the conversation associated with this bot flow instance. Valid values are 'call', 'chat' or 'messaging'.", sessionChannelTypeVoiceSurvey: "The channel type of the conversation associated with this voice survey flow instance. It has one valid value: 'call'.", sessionConversationId: "The ID of the conversation associated with this bot flow instance.", sessionConversationIdVoiceSurvey: "The ID of the conversation associated with this voice survey flow instance.", sessionLastCollectionConfidence: "The confidence level from the speech to text engine for the participant's most recent utterance in an '%1$s' action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET Decimal. Otherwise the value will be in the inclusive range of 0.0 to 1.0.", sessionLastCollectionConfidenceVoiceSurvey: "The participant\u2019s most recent utterance confidence in an '%1$s' action or an Ask Survey Question action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET Decimal. Otherwise the value will be in the inclusive range of 0.0 to 1.0.", sessionLastCollectionUtterance: "The participant\u2019s most recent utterance in an '%1$s' action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET String.", sessionLastCollectionUtteranceVoiceSurvey: "The participant\u2019s most recent utterance in an '%1$s' action or an Ask Survey Question action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET String.", sessionLastCompletedIntent: "The name of the intent that was active in the most recently completed '%1$s' action. If no '%1$s' actions have completed yet, this will be a NOT_SET String.", sessionLastKnowledgeAnswer: "The answer wording of the last Knowledge question whose answer was surfaced to the participant.", sessionLastKnowledgeGenerated: "The answer wording of the last Knowledge question whose answer was generated for the participant.", sessionLastKnowledgeQuestion: "The question wording of the last Knowledge question whose answer was surfaced to the participant.", sessionLastKnowledgeSearchId: "This ID uniquely identifies the Knowledge search request that was made during the most recently completed 'Digital Menu' or 'Wait for Input' action execution during its processing to get Knowledge Base Documents.", sessionLastNLUCollectionConfidence: "The confidence level from the NLU engine for the participant's most recent utterance in an '%1$s' action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET Decimal. Otherwise the value will be in the inclusive range of 0.0 to 1.0", sessionSource: "The type of application or mechanism that the end user is employing to communicate with the bot. Valid values are 'apple', 'applebusinesschat', 'discord', 'facebookmessenger', 'genesyschatwidget', 'line', 'phone', 'signal', 'slack', 'telegram', 'webchat', 'whatsapp' or 'unknown' if not one of the previous values.", sessionSourceVoiceSurvey: "The type of application or mechanism that the end user is employing to communicate with the voice survey. It has one valid value: 'phone'.", surveyForm: "The Survey Form associated with this flow.", workitem: "The workitem associated with this flow.", workitemEventType: "The workitem event type that started this flow. Valid values for event types can be found in Workitem Flow settings. If an event was not responsible for the flow instance, this will return a NOT_SET String.", workitemOriginal: "The workitem as it existed prior to the event that caused this flow instance to run.", voicemailDebugEntityTypeDescription: "If debug is enabled for the flow, this variable indicates which voicemail entity should be used when testing. A value of '%1$s' tells the flow runtime to use the Group value specified in the Voicemail.DebugGroup variable for the voicemail entity. A value of '%2$s' tells the flow runtime to use the Queue value specified in the Voicemail.DebugQueue variable for the voicemail entity. A value of '%3$s' tells the flow runtime to use the User value specified in the Voicemail.DebugUser variable for the voicemail entity. If the value is NOT_SET, this tells the flow runtime to use no voicemail entity when testing. This is typically used to ensure that changes to flow logic will handle the case of no voicemail entity being available at voicemail flow runtime.", voicemailDebugEntityTypeNoValueLabel: "No Voicemail Entity", voicemailDebugGroupDescription: "If debug is enabled for the flow and the Voicemail.DebugEntityType variable value is '%1$s', this specifies the Group that should be used at flow runtime when testing.", voicemailDebugQueueDescription: "If debug is enabled for the flow and the Voicemail.DebugEntityType variable value is '%1$s', this specifies the Queue that should be used at flow runtime when testing.", voicemailDebugUserDescription: "If debug is enabled for the flow and the Voicemail.DebugEntityType variable value is '%1$s', this specifies the User that should be used at flow runtime when testing.", voicemailEntityGreetingAudioDescription: "Returns an Audio value for the voicemail greeting of the entity for which the voicemail flow is running. If no entity is available or no voicemail greeting audio is available for the entity, a NOT_SET Audio value is returned.", voicemailEntityNameAudioDescription: "Returns an Audio value for the name of the entity for which the voicemail flow is running. If no entity is available or no entity name audio is available for the entity, a NOT_SET Audio is returned.", voicemailEnabledDescription: "Returns whether or not voicemail is enabled for the entity for which the voicemail flow is running. If no entity is available, this returns false.", voicemailEntityNameDescription: "The name of the entity for which the voicemail flow is running. For example, if the voicemail flow is running for a queue, this will return the name of the queue.", voicemailEntityTypeDescription: "The type of entity for which the voicemail flow is running. Valid values are 'group', 'queue' or 'user'.", voicemailGroupDescription: "If the voicemail flow is running on behalf of a group, this variable will provide information about the group. Otherwise it will be a NOT_SET Group.", voicemailQueueDescription: "If the voicemail flow is running on behalf of a queue, this variable will provide information about the queue. Otherwise it will be a NOT_SET Queue.", voicemailUserDescription: "If the voicemail flow is running on behalf of a user, this variable will provide information about the user. Otherwise it will be a NOT_SET User.", voicemailVoicemailSnippet: "The voicemail snippet for the voicemail flow." }, channelTypes: { call: "Calls", chat: "Chats" }, outputModes: { text: "Text", voice: "Voice" }, language: { infoSupportsDataPlayback: "Supports runtime data playback: %1$s", infoSupportsSpeechRec: "Supports speech recognition: %1$s", infoSupportsTextToSpeech: "Supports text to speech: %1$s", selectOne: "Select a language", label: "Language", labelAndTagDisplayStr: "Language: %1$s", infoSupportsDataPlaybackSupported: "Supports runtime data playback", infoSupportsSpeechRecSupported: "Supports speech recognition", infoSupportsTextToSpeechSupported: "Supports text to speech", infoSupportsDataPlaybackNotSupported: "Does not support runtime data playback", infoSupportsSpeechRecNotSupported: "Does not support speech recognition", infoSupportsTextToSpeechNotSupported: "Does not support text to speech", infoSupportsTextToSpeechNotSupportedFlexibleTTS: "Does not natively support text to speech" }, processVoicemailInput: { processVoicemailInputInfoMessage: "If a voicemail is collected, execution takes the '{{branch.__VOICEMAIL__}}' output and the Voicemail Snippet is saved to the '{{variable.__VOICEMAIL_VOICEMAIL_SNIPPET__}}' variable. The maximum time allowed for a Voicemail Snippet is 3 minutes.", processVoicemailInputInfoMessageWithMaxRecordingTime: "If a voicemail is collected, execution takes the '{{branch.__VOICEMAIL__}}' output and the Voicemail Snippet is saved to the '{{variable.__VOICEMAIL_VOICEMAIL_SNIPPET__}}' variable. The maximum time allowed for a Voicemail Snippet is determined by the {{link.__ORGANIZATION_SETTINGS__}}." }, collectVoiceSnippet: { voiceSnippetLabel: "Voice Snippet", voiceSnippetDescription: "The Voice Snippet itself if the action is successful. If not successful, the bound output variable value will be left untouched.", voiceSnippetDurationLabel: "Voice Snippet Duration", voiceSnippetDurationDescription: "The audio Duration of the Voice Snippet if the action is successful. If not successful, the bound output variable value will be left untouched.", maxVoiceSnippetTimeLabel: "Maximum Voice Snippet Time", maxVoiceSnippetTimeDescription: "The maximum time allowed for Voice Snippet. If the setting value resolves to a NOT_SET Duration at flow runtime, the default of 3 minutes will be used." }, languageSkill: { placeholder: "Select a language skill" }, literal: { dialingCode: "Dialing Code", dialingScheme: "Scheme", empty: "", enterNumber: "Enter a number", phoneNumber: { noExpressionLabel: { errorNoSchemeType: "There is no phone number scheme (tel:, sip: or sips:) set.", errorNoDialingCode: "There is no phone number dialing code.", errorNoNumber: "There is no number specified in the phone number.", errorInvalidSipUri: "The phone number has an invalid SIP URI.", errorInvalidNumber: "The phone number has an invalid E.164 format." }, withExpressionLabel: { errorNoSchemeType: "There is no phone number scheme (tel:, sip: or sips:) set for %1$s", errorNoDialingCode: "There is no phone number dialing code set for %1$s", errorNoNumber: "There is no number specified in the phone number for %1$s", errorInvalidSipUri: "The phone number has an invalid SIP URI for %1$s", errorInvalidNumber: "The phone number has an invalid E.164 format for %1$s" } }, increaseNumericTooltip: "Press to increase by %1$s, hold shift to increase by %2$s", decreaseNumericTooltip: "Press to decrease by %1$s, hold shift to decrease by %2$s", toExpressionModeTooltip: "Editor is in literal mode, click to enter an expression.", watermarkNoContext: "Enter value", watermarkPhoneNumber: "Enter phone number", watermarkSipUri: "Enter SIP URI" }, legacyRouting: { actionCallTask: 'Call "Find Legacy Queue" task', actionDecisionFoundFieldName: "Legacy routing custom field found?", actionDecisionFoundQueueName: "Legacy queue found?", actionDecisionFoundQueueStringIdOrName: "Queue ID/name found?", actionDecisionFoundQueueStringName: "Queue name found?", actionUpdateDataQueueStringIdOrName: "Save queue ID/name to variable", actionUpdateDataQueueStringName: "Save queue name to variable", actionFindQueueId: "Find queue based on ID", actionFindQueueName: "Find queue based on name", actionTransferToACDName: "Transfer to found queue", actionLoopName: "Loop through Chat.Guest.customFields", legacyRoutingOffAlert: "Architect no longer includes legacy queue routing functionality for newly-created Inbound Chat Flows.", legacyRoutingOnAlert: "When you create a new Inbound Chat Flow, Architect adds a task and actions with default logic to honor legacy queue routing for chats.

You may safely remove the task and actions if legacy queue routing is not needed in the flow, or edit the default logic as needed.", taskName: "Find Legacy Queue" }, loop: { count: "Loop Count", index: "Index", indexDataName: "Current Index Data Name", lessThanOne: "A Loop Count less than one will skip the loop action", loops: "Loops", notInLoop: "This action must be within a loop path.", terminating: "The loop path cannot be terminating" }, loopUntil: { taskEditorCheckUntilBox: "Check Until", exitWhenUntilCriteriaMet: "Exit when Until Case criteria is met", maxLoopCount: "Maximum Loop Count", noLoopIndexVariableSpecified: "No loop index variable specified", untilCaseLabel: "Until Case", untilCasesLabel: "Until Cases", noUntilCasesDefined: "No Until Cases defined", addUntilCase: "Add Until Case", untilCaseNameLabel: "Until Case Name %1$s", untilCaseConditionLabel: "Until Case Condition" }, menu: { createNameLabel: "Menu Name", createMenu: "Create New Menu", defaultMenuSettings: "Default Menu Settings", defaultChoiceNotValid: "Default menu choice is not valid", defaultMenuChoice: "Default Menu Choice", defaultMenuPlaceholder: "None ( disconnect the interaction )", editMenu: "Go to Menu", extDialDelayTooBigError: "The maximum delay for extension dialing should be less than the time to wait before repeating", extensionDialingMaxDelay: "Maximum delay for extension dialing", initialAudioLabel: "Menu Prompt", invalidReference: "There is an invalid menu reference set", label: "Menu", menuOptionsLabel: "Menu Options", menuSelectionTimeout: "Menu selection timeout", menuSelectorWatermark: "Select a menu", multipleNames: "Another menu has the same name", newDefaultName: "New Menu %1$s", noMenuChoices: "There are no menu choices", noReference: "There is no menu set", promptRepeatCount: "Number of times to repeat menu", promptRepeatDelayTooSmallError: "The time to wait before repeating should be greater than the maximum delay for extension dialing", transferTo: "Menu", useExtensionDialing: "Listen for extension dialing", menuAccess: "Menu Access" }, menuChoice: { duplicateDtmf: "DTMF (%1$s) is used in two or more menu choices at this menu level", duplicateDtmfGlobal: "DTMF (%1$s) is used in two or more menu choices in this flow", dtmfInUseGlobal: "Digit is used in another menu", dtmfInUseWithSwap: "Digit is in use in this menu ( 'shift + click' to swap)", dtmfInUse: "Digit is in use in this menu", dtmfSelector: "DTMF", duplicateSpeechTerms: "Duplicate speech recognition terms: [%1$s]", globalDtmf: "DTMF goes to this menu choice from any menu", globalSpeechAndActionError: "Global speech recognition terms are not allowed when the flow contains an action of type '%1$s'", globalSpeechRec: "Speech recognition terms go to this menu choice from any menu", noDtmfOrSpeechRec: "Each menu choice must have DTMF or speech recognition terms for each supported language", noDtmfWithDisabledSpeechRec: "Each menu choice must have DTMF when speech recognition is disabled" }, editFlow: { addFlowToBegin: "Add a flow to begin", create: "Create Flow", createFlowTyped: "Create '%1$s'", editFlowTitle: "Edit Flow Information", descWatermark: "Description for flow", defaultLanguage: "Default Language", divisionDescriptionAddFlow: "To add a flow in a division, the following permissions are required in that division.", divisionDescriptionEditFlow: "To change the division of a flow, the following permissions are required in the destination division.", flowNameInvalidCharacter: "Flow name cannot contain the '/' character.", flowNameIsInvalidMessageNoAlphaNumericError: "Flow name must contain at least one alphanumeric character.", flowNameWatermark: "Name for flow", flowNameCannotBeBlank: "Flow name cannot be blank.", nameDescChangeWarning: "Changes to name and description apply to all versions of the flow.", noDebugPostfix: "Flow name cannot end in '-debug'", saveAndProceed: "Save and Proceed", saveAs: "Save Flow As", saveChanges: "Save Changes", saveFlow: "Save Flow", secureCallFlowAgentInitiatedLabel: "Is this an agent-initiated Secure Call Flow?", secureCallFlowAgentInitiatedTrue: "Yes, it will only be initiated by agents.", secureCallFlowAgentInitiatedFalse: "No, other call flows will initiate this secure flow using the 'Transfer to Secure Flow' action.", viewExampleFlowsInfo: "Quick start example flows to boost your productivity", viewExampleFlowsLabel: "View Example Flows" }, properties: { common: { featureToggleUnavailble: "This requires a feature that is not available.", flowReadOnly: "The flow is read only." }, variable: { common: { set: { cannotSetIsSchemaInput: "Cannot change because this variable is marked as an input in a published version of the flow.", cannotSetIsSchemaInputOutput: "Cannot change because this variable is marked as an input / output in a published version of the flow.", cannotSetIsSchemaOutput: "Cannot change because this variable is marked as an output in a published version of this flow." }, support: { notSupportedInputVariableScope: "'%1$s' scoped variables cannot used as inputs in flows of type '%2$s'.", notSupportedOutputVariableScope: "'%1$s' scoped variables cannot used as outputs in flows of type '%2$s'." }, variableIsReadOnly: "The variable is read only." }, isInput: { support: { notSupportedTypeNotValidAsFlowInput: "The variable type '%1$s' cannot be used as an input to flows of type '%2$s'." } }, isOutput: { support: { notSupportedTypeNotValidAsFlowOutput: "The variable type '%1$s' cannot be used as an output to flows of type '%2$s'." } }, secure: { support: { notSupportedNoSecureVariables: "Secure variables are not supported in flows of type '%1$s'." } } } }, stringBodyHandlingTypes: { stringBodyHandlingTypeConvertToHtmlLabel: "Convert to HTML", stringBodyHandlingTypeConvertToHtmlDescription: "Convert formatting in the String to HTML.", stringBodyHandlingTypeConvertToMarkdownLabel: "Convert to Markdown", stringBodyHandlingTypeConvertToMarkdownDescription: "Convert formatting in the String to Markdown.", stringBodyHandlingTypeNoneDescription: "Default String handling for flow type.", stringBodyHandlingTypeRemoveAllFormattingLabel: "Remove All Formatting", stringBodyHandlingTypeRemoveAllFormattingDescription: "Remove all formatting from the String." }, missingRequiredProducts: { flowType: { unavailable: "The flow type of '%1$s' is not available." } }, previousMenu: { noMenus: "There are no menus in this flow for Previous Menu to return to.", inStartupError: "This action is invalid when used in the Starting Task because there is no menu to return to." }, abortSurvey: { dispositionLabel: "Disposition", dispositionWatermark: "Select the disposition status", dispositionError: "Error", dispositionOptOut: "Opt Out", noDisposition: "No disposition selected" }, completeSurvey: { inviteBodyDescription: "The contents of the initial invite sent to the survey invitee. This is typically provided through a variable which contains the output from a Get Response action.", inviteBodyLabel: "Invite Body", inviteSubjectDescription: "The subject line of the initial invite sent to the survey invitee.", inviteSubjectLabel: "Invite Subject", reminderBody: { description: "The contents of the reminder email sent to the survey invitee.", label: "Reminder Body", noValue: { runtimeStr: "No reminder body specified", selectionLabel: "No body" } }, reminderSubject: { description: "The subject line of the reminder email sent to the survey invitee.", label: "Reminder Subject", noValue: { runtimeStr: "No reminder subject specified", selectionLabel: "No subject" } }, targetAddressDescription: "The address used to contact the survey invitee; usually it will be an email address", targetAddressLabel: "Target Email Address", targetAddressTypeLabel: "Target Address Type", validation: { reminderMustHaveSubjectAndBody: "Both the reminder subject and body must have a value specified or no value specified to be valid." } }, returnToAgent: { helpText: "This action should only be used in secure call flows initiated by an agent and not a Transfer to Secure Flow action. See Help for more details.", reasonCodeLabel: "Reason Code", reasonCodeWatermark: "Enter an exit reason code or short description" }, screenPop: { chatScript: "inbound chat script", emailScript: "email script", screenPopScript: "screen pop script", shortMessageScript: "inbound message script", noInputs: "The selected %1$s has no inputs.", selectedScreenPop: "Screen Pop Script", selectedChatScript: "Chat Script", selectedEmailScript: "Email Script", selectedShortMessageScript: "Message Script", selectScript: "Select a %1$s", scriptNotFound: "The selected %1$s could not be found.", scriptMissingFeature: "The selected '%1$s' is missing the '%2$s' script property feature.", mustSelectScript: "A %1$s must be selected.", savedVersionOfScript: "Flow is referencing a cached version of this %1$s. The %1$s may be out of date or deleted.", scriptProperties: { scriptPropertyCallback: "Callback", scriptPropertyChat: "Chat", scriptPropertyEmail: "Email", scriptPropertyMessage: "Message", scriptPropertyScreenPop: "Inbound" } }, scripts: { noInputs: "The selected script has no inputs.", selectWatermark: "Select a script", scriptNotFound: "The selected script could not be found.", scriptMissingFeature: "The selected script is missing the required script property feature.", savedVersionOfScript: "Flow is referencing a cached version of this script. The script may be out of date or deleted." }, setAttributes: { attribute: "Attribute", addAttributeButton: "Add attribute to set", noAttributesDefined: "No attributes defined", applyWarning: "Changes to participant data will not be available in the cloud until the flow ends.", nameLabel: "Attribute Name %1$s" }, setConversationData: { conversationDescription: "The conversation ID to set participant data on.", conversationLabel: "Conversation ID", participantDescription: "If supplied, the participant data of the specified participant is used. In most cases, this can remain unspecified or NOT_SET and the customer/external participant is used.", participantLabel: "Participant ID" }, setExternalTag: { externalTagSettingLabel: "External Tag" }, search: { contains: "Contains", clearSearchResults: "Clear search results", exact: "Exact", filteredOutItemOne: "One item filtered out due to incompatible data.", filteredOutItemsMoreThanOne: "%1$s items filtered out due to incompatible data.", flowDescription: "The description of the flow", id: "The ID for %1$s", langCodeDescription: "A supported language code", languageDescription: "A supported language", name: "The name of the %1$s", noResults: "No results found", atMax: "More items are available. Please use the search box to search for more results.", promptDescription: "The description of the prompt", searchTypes: "Search types dropdown", startsWith: "Starts With", lastSearchTime: "Last Search: %1$s", variableDescription: "The description of the variable", searchWatermark: "Search flow" }, setIntent: { nluMustHaveOneIntentToSetIntent: "There must be at least one intent defined in the bot's Natural Language Understanding configuration if you want to set an intent." }, setLocale: { defaultLanguageLocked: "The default language cannot be changed in this flow type", addLanguage: "Add Language", addLanguageWithIcon: "Language", defaultLanguageError: "Language is not in supported languages", filterLanguages: "Search languages", genericLanguageError: "Language %1$s cannot be used because it does not have a region sub-tag.", headerDefault: "Default", headerDefaultTitle: "Default Flow Language", headerLanguage: "Language", headerLanguageTitle: "Languages the flow can run in", headerSkill: "Default Language Skill", headerSkillTitle: "Default language skill used for Transfer to ACD", invalidLocale: "Invalid value for language", locale: "Language", localeWatermark: "Select language", moreLanguages: "More languages...", multilingualSupportUnavailable: "This flow type only allows for 1 supported language to be configured", noSupportedLanguages: "Select at least one language to support", noDefaultLanguage: "There is no default language set", removeLanguage: "Remove language", resetTitle: "Reset fallback language to its default", runtimeLangDisplayError: "Indicates the language does not support runtime data playback, speech recognition or text to speech.", runtimeLangDisplayErrorFlexibleTTS: "Indicates the language does not support runtime data playback, speech recognition or native text to speech.", search: "Search languages", selectLanguage: "Select Language", skillMappingName: "Language Skill for %1$s", supportedLanguages: "Supported Languages", useLanguage: "Use Language", warning: "This language change will take effect after the task ends.", warningAutomate: "The language change is immediate and only applies to this flow instance.", warningImmediate: "The language change is immediate." }, setPriority: { setPriorityLabel: "Priority", setPriorityDescription: "If the priority value is outside the allowable range or NOT_SET Integer, execution takes the '{{branch.__FAILURE__}}' path at runtime. Otherwise, if successful, execution will update the '{{variable.__CONVERSATION_PRIORITY__}}' variable.", setPriorityDescriptionWorkitemFlow: "If the priority value is outside the allowable range or a NOT_SET Integer, execution takes the '{{branch.__FAILURE__}}' path at runtime. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path and the 'Priority' property of '{{variable.__WORKITEM_WORKITEM__}}' variable will reflect the priority value." }, setPostFlow: { actionType: "Action Type", actionDescription: "Pick the type of follow-up action you want to trigger after the interaction ends.", anyDisplayString: "Any", calleeDisplayString: "Agent", callerDisplayString: "Caller", postFlowActionClearedOnSecureTransfer: "When a conversation is transferred to a Secure Flow - either in this flow or a later one - any Post-Flow actions that were set will be cleared.", target: "Target", targetPlaceholder: "Select a Post-Flow target", targetTypeDescription: "Select who this post-flow will apply to.", agentDisplayString: "Agent", senderDisplayString: "Sender", postFlowDescription: "Pick the type of follow-up action you want to trigger after the interaction ends.", invocationDataDescription: "JSON data to pass to the flow that is triggered after the interaction ends." }, setSkills: { setACDSkillsLabel: "ACD Skills", setACDSkillsDescription: "The ACD Skills to set on the conversation. If the value is an empty collection, any existing ACD Skills will be removed from the conversation. Execution takes the '{{branch.__FAILURE__}}' path at runtime if the value cannot be set on the conversation. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path at runtime and the '{{variable.__CONVERSATION_ACD_SKILLS__}}' variable will be updated to reflect the new ACD Skills.", setACDSkillsDescriptionWorkitemFlow: "The ACD Skills to set on the workitem. If the value is an empty collection, any existing ACD Skills will be removed from the workitem. Execution takes the '{{branch.__FAILURE__}}' path at runtime if the value cannot be set on the workitem. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path at runtime and the 'Skills' property of the '{{variable.__WORKITEM_WORKITEM__}}' variable will be updated to reflect the new ACD Skills.", noValueACDSkills: "Keep current ACD skills", setLanguageSkillLabel: "Language Skill", setLanguageSkillDescription: "The Language Skill to set on the conversation. If the value is a NOT_SET Language Skill, any existing Language Skill will be removed from the conversation. Execution takes the '{{branch.__FAILURE__}}' path at runtime if the value cannot be set on the conversation. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path at runtime and the '{{variable.__CONVERSATION_LANGUAGE_SKILL__}}' variable will be updated to reflect the new Language Skill.", setLanguageSkillDescriptionWorkitemFlow: "The Language Skill to set on the workitem. If the value is a NOT_SET Language Skill, any existing Language Skill will be removed from the workitem. Execution takes the '{{branch.__FAILURE__}}' path at runtime if the value cannot be set on the workitem. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path at runtime and the 'LanguageSkill' property of the '{{variable.__WORKITEM_WORKITEM__}}' variable will be updated to reflect the new Language Skill.", noValueLanagugeSkill: "Keep current language skill" }, setUUIData: { disconnectDropDownText: "For Disconnects", transferDropDownText: "For Transfers", mode: "Outgoing UUI Data", noUUIData: "No UUI data will be sent." }, setWhisperAudio: { label: "Whisper Audio", noValueRuntimeEvaluationString: "Use queue configured whisper audio", noValueSelectionLabel: "Use Queue Default", infoMessage: "Whisper audio is set using the current language of the flow when this action executes. Changing the flow language after this action instance will not change previously set whisper audio to the new language." }, setWrapupCode: { wrapupCode: "Wrapup Code", applyWarning: "Changes to the wrapup code will not be available in the cloud until the flow ends." }, skills: { multipleSkillsError: "There are two or more skills with the same value", placeholderSkill: "Select an ACD skill", proficiency: "ACD Skill Proficiency %1$s" }, skillExpressionFilters: { skillExpressionFiltersLabel: "Skill Expression Filters", skillExpressionFiltersResult: "Skill Expression Filters Result", evaluateSkillExpressionFiltersTooltipInfo: "Accepts skill expression strings for validation and normalization. If an expression string is empty, too long, syntactically invalid or references invalid ACD skills or language skills, the result will include error details in the errors property of the returned skill expression filter result and execution will take the Invalid output path. If the action cannot complete, such as when runtime execution limits are exceeded, execution takes the \u2018{{branch.__FAILURE__}}\u2019 output path at flow runtime.", evaluateSkillExpressionFiltersResultTooltipInfo: "Returns the skill expression filters result from the supplied skill expression strings. Individual skill expression filters in the returned collection will contain the original and normalized expressions, referenced ACD and language skills and any error information for the supplied skill expression filter. If errors are present, the normalized expression will fail during routing.", exampleErrorResultsTitle: "Example Error Result Values", setSkillExpressionFiltersTooltipInfo: "Accepts skill expression filters to use for routing. If any of the skill expression filter values are in error or NOT_SET, execution will take the '{{branch.__FAILURE__}}' output path at flow runtime.", transferToAcdSkillExpressionFiltersTooltipInfoPrefix: "Provides filters that determine which agents are eligible for assignment when the conversation is transferred to the queue. The filters are optional and are applied only when the target queue supports skill expression evaluation.", transferToAcdSkillExpressionFiltersTooltipInfoNonAutomateSuffix: "If a collection value with more than the maximum allowed item is supplied or contains one or more Skill Expression Filters that are invalid, execution takes the '{{branch.__FAILURE__}}' output path.", transferToAcdSkillExpressionFiltersTooltipInfoAutomateSuffix: "If a collection value with more than the maximum allowed item is supplied or contains one or more Skill Expression Filters that are invalid, execution invokes error handling." }, speechRec: { addInvalidPrompt: "Add prompt for invalid or ambiguous input", addInvalidPromptOverride: "Override default invalid or ambiguous input prompts", addAnotherInvalidPrompt: "Add another prompt", companyDirectoryLabel: "Company Directory", companyDirectoryNotSupportedPlural: "Company Directory is not supported for the languages %1$s", companyDirectoryNotSupportedSingle: "Company Directory is not supported for the language %1$s", defaultEngine: "System default speech engine", defaultSpeechSettings: "Default Flow-Level Speech Settings", description: "%1$s speech recognition term", directoryChoices: { allEnabled: "Enable for entire flow", allDisabled: "Disable for entire flow", startEnabled: "Enable for starting task or menu only" }, enableCompanyDirectory: "Enable company directory speech recognition for all menus", engineLabel: "Speech Engine", errorSpeechRecDisabledWithSpeechRec: "Speech recognition is disabled. Speech recognition terms will not be used until it is re-enabled.", errorSpeechRecEnabledDisabled: "Speech recognition is disabled. Enabled settings will not be available.", enableAllSpeechRec: "Enable speech recognition for the entire flow", disableAllCompanyDirectory: "Disable company directory for the entire flow", duplicateTermErrorLocal: "Term is already defined", duplicateTermErrorMenu: "Term is defined elsewhere: ", generalSettings: "General Speech Settings", hideAllLangs: "hide languages", invalidPrompts: "Invalid or ambiguous input prompts", invalidPromptsSingular: "Invalid or ambiguous input prompt", label: "Speech Recognition", suppressCallRecordingLabel: "Recording and Speech Recognition", suppressCallRecordingsSpeechRec: "Suppress recording for the entire flow", missingSpeechRec: "Not all languages have speech recognition terms", minConfidenceLevel: "Minimum confidence level", minConfidenceLevelRange: "(0-100%)", notSupportedLanguage: "Speech recognition is not supported in %1$s", notSupported: "Speech recognition not supported", optionsLabel: "Speech Recognition Options", ambiguousPromptShortLabel: "Prompt %1$s", resetToDefault: "Reset back to default prompts", showAllLangs: "show all languages", termsPlaceholder: "Enter speech recognition terms", timeoutComplete: "Complete match timeout", timeoutIncomplete: "Incomplete match timeout", timeoutMaxSpeech: "Maximum speech length" }, supportedBrowsers: { title: "Unsupported Browser", unsupportedBrowser: "You are running an unsupported, outdated browser. Architect supports the following browsers:", chrome: "Latest version of Google Chrome", firefox: "Mozilla Firefox (latest ESR version)", safari: "Latest version of Safari", pleaseUpgrade: "Please upgrade to one of these supported browsers." }, state: { createNameLabel: "State Name", createState: "Create New State", endState: "End of State", endStateOrFlow: "Ends State or Flow", goToState: "Go to State", invalidReference: "There is an invalid state reference set", label: "State", multipleNames: "Another state has the same name", noReference: "There is no state reference set", stateSelectorWatermark: "Select a state", transferTo: "State" }, task: { addPath: "Add Path", containsNoActions: "In-queue task contains no actions", createNameLabel: "Task Name", createBranch: "Create New Output Path", createBranchLabel: "Path Name", createTask: "Create New Task", defaultPathLabel: "Default", dragHere: "Drag action here", addActionHere: "Add action here", dynamicBranchTooltip: "This branch was created by a server-based object.", editorZoomLabel: "Zoom", endFlow: "End of Flow", endLoop: "Exit Loop", endTask: "End of Task", endTaskOrFlow: "Ends Task or Flow", nextLoop: "Start Next Loop", goToTask: "Go to Task", invalidReference: "There is an invalid task reference set", invalidReferenceTaskTransfer: "Cannot jump to a task that has output paths", invalidReferenceStartUpTask: "Starting Task not allowed as a Call Task target", invalidBranchReference: "There is an invalid path reference set", label: "Task", labelMoreValues: "And %1$s more...", multipleNames: "Another task has the same name", multipleNamesPath: "Another path has the same name", newDefaultName: "New Task %1$s", noPathReference: "There is no path reference set", newDefaultStateName: "New State %1$s", noReference: "There is no task reference set", noTerminatingAction: "The task does not contain a terminating action", outputPathForTask: "Set as an output path for %1$s task", outputPathModalCreate: "Create new output path", path: "Output Path", pathName: "Path Name", paths: "Output Paths", pathsMenu: "Output Paths...", pathSelectorWatermark: "Select an output path", pathType: "Exit Path", switchToMenu: "Switch to Menu", switchToTask: "Switch to Task", switchToState: "Switch to State", switchToCommonModule: "Switch to Common Module", switchToBot: "Switch to Bot", switchToMenuChoice: "Switch to Task Menu Choice", taskSelectorWatermark: "Select a task", taskActionErrorsOne: "There is one action in error within this task", taskActionErrorsMoreThanOne: "There are %1$s actions with errors within this task", taskActionWarningsOne: "There is one action with a warning within this task", taskActionWarningsMoreThanOne: "There are %1$s actions with warnings within this task", transferTo: "Task", wantToDeleteAction: "Are you sure you want to delete this Action? If deleted, all of the actions in its output paths will also be deleted.", wantToDeleteCase: "Are you sure you want to delete this Case? If deleted, all of the actions in its output paths will also be deleted." }, toolbox: { collapse: "Collapse toolbox", expand: "Expand toolbox", title: "Toolbox", searchToolbox: "Search Toolbox", noActionsFoundInSearch: "No actions found" }, transcription: { enableTranscription: "Flow Transcription", enableTranscriptionDescription: "If true, flow transcription is enabled. If false or a NOT_SET Boolean, flow transcription is disabled.", notValidForLanguages: "Transcription is not available in: %1$s" }, transfer: { allowVoicemail: "Allow rollover to voicemail", connectTimeout: "Connect Timeout", invocationData: "Invocation Data", preTransferAudio: "Pre-Transfer Audio", failureTransferAudio: "Failed Transfer Audio", preTransferCommunication: "Pre-Transfer Communication", preTransferCommunicationDescription: "Wording the flow will convey to the external participant prior to performing the transfer.", failureTransferCommunication: "Failed Transfer Communication", failureTransferCommunicationDescription: "Wording the flow will convey to the external participant if the transfer fails.", uuiData: "UUI Data to Set", alertOnTransfer: "Alert on Transfer", alertOnTransferDescription: "If true, this indicates that the workitem should alert on successful transfer. If false or a NOT_SET Boolean, the workitem should not alert on transfer." }, transferPureMatch: { addSkill: "Add ACD Skill", invalidProficiency: "Proficiency for skill %1$s must be between 1 and 10", appendSkills: "Append conversation ACD Skills", appendSkillsHeader: "Append ACD Skills", appendSkillsDescription: "If true, this will append the ACD skills configured on this action to the existing skills already set on the conversation. If false or a NOT_SET Boolean, the ACD skills configured on this action will replace the skills set on the conversation.", languageSkill: "Language Skill", languageSkillDefault: "Using supported language's default language skill", languageSkillDescription: "The preferred language skill for the transfer. If no language skill is provided, the default language skill of the flow's current language will be used.", multipleQueuesError: "There are two or more queues with the same value", preferredAgents: "Preferred Agents", preferredAgentsDescription: "Supplies a list of agents and scores to use for the Preferred Agent Routing settings on the target queue. Use the MakeList and MakeAgentScorePair functions or the MakeListAgentScorePair function to create an AgentScorePair collection that provides the agents and score values. See Transfer to ACD action article in the Resource Center for additional details.", directAgent: "Direct Agent", directAgentDescription: "Provides a target agent for the interaction on the target queue for Direct Routing. If specified, the agent takes precedences over the target queue's routing method and any agents specified in the `Preferred Agents` setting on this action.", overrideDefaultInQueueFlow: "Override default in-queue handling", queue: "Queue", resetInQueueFlow: "Reset to Organization default", transferACDInCommonModuleWarning: "Within a common module flow, in order to override default in-queue handling, all compatible flow types specified on the common module flow must expect the same in-queue flow type.", skill: "ACD Skill %1$s", priority: "Priority", routing: "Routing", workitemPriorityDescription: "Sets the priority of the Workitem. If the setting value resolves to a NOT_SET Integer at flow runtime, the Workitem priority will remain unchanged." }, transferVoicemail: { noQueueNote: "Call will be transferred to the voicemail of the current queue for which the flow is running.", noQueueTooltip: "Call will be transferred to the voicemail of the current queue for which the flow is running for these flow types: %1$s", transferTarget: "Transfer Target", voicemailCallbackSettings: "Voicemail Callback Settings", voicemailGreeting: "Voicemail Greeting", voicemailTypeNonVocalByLang: "%1$s voicemail has an initial beep and no additional prompting for the language %2$s.", voicemailTypeNonVocalByLangs: "%1$s voicemail has an initial beep and no additional prompting for the languages %2$s.", voicemailScript: "Voicemail Script", voicemailScriptSettings: "Voicemail Script Settings" }, trustedOrg: { orgShortName: "Organization Name: %1$s", trustedUser: "Trusted External User" }, updateVariables: { addStatement: "Add update statement", createCollection: "Create Collection", noStatementError: "There are no update statements", updateStatement: "Update Statement", variableName: "Variable Name %1$s", variableValue: "Value To Assign %1$s", updateStatements: "Update Statements", noUpdateStatements: "No Update Statements defined" }, usages: { openCommonModule: "(open flow in new tab)", openCommonModuleTooltip: "Open common module in new tab to see usage details for this resource" }, user: { aDeletedUser: "a deleted user", label: "User", userLabelPlural: "Users", placeholder: "Select a user", system: "System" }, utilizationLabel: { utilizationLabelLabel: "Utilization Label", placeholderUtilizationLabel: "Select a utilization label", setUtilizationLabelDescription: "The Utilization Label to set on the conversation." }, division: { selectDivisionPlaceholder: "Select a Division" }, variableDetailsModal: { cantEnableInputOnSecureVariable: "Cannot enable input because this is marked as a secure variable.", cantEnableOutputOnSecureVariable: "Cannot enable output because this is marked as a secure variable.", cantEnableSecureOnInputVariable: "Cannot enable secure because this is marked as an input variable.", cantEnableSecureOnOutputVariable: "Cannot enable secure because this is marked as an output variable.", cannotRescopeToTask: "Change accessibility by opening variable details where it is needed.", cannotChangeScopeBecauseOfOutput: "Cannot change accessibility because this is marked as an output variable.", cannotChangeScopeBecauseOfInput: "Cannot change accessibility because this is marked as an input variable.", caseChangeMessage: "All usages must be changed since the variable's name is changing by case only.", clearVariable: "Clear variable...", context: "Context", editVariableTitle: "Edit Variable", newUsages: "New usages", readOnly: "read only", readWrite: "read-write", saveChangesMessage: "Do you want to save the changes to this variable?", sections: { nameAndDescription: "Name and Description", variableOptions: "Variable Options" }, systemScope: "This variable has %1$s access across the entire flow", systemScopeWithInitialValue: "This variable has read only access across the entire flow but does allow assignment of an initial value", updateUsages: "Existing usages to change", usageError: "Usage is a different task and can not be changed", usageLocation: "Location", viewVariableTitle: "View System Variable", variableType: "Type: %1$s", variableContentIsSecure: "Content is secure", variableFlowInputLabel: "Input to flow", variableTaskInputLabel: "Input to task", variableFlowOutputLabel: "Output from flow", variableTaskOutputLabel: "Output from task" }, variable: { descriptionWatermark: "Enter variable description", flowScope: "Entire flow", flowScopeCommon: "Entire Common Module", initialValueLabel: "Initial Value", initialValueError: "Initial value has a validation error.", addVariable: "Add Variable", addVariableButton: "Create", cannotDeleteVariableReasonSlot: "Slot variables are automatically managed by Architect based on slots defined within the Natural Language Understanding configuration.", cannotDeleteVariableReasonInput: "It is marked as a flow input in a published flow signature and cannot be removed.", cannotDeleteVariableReasonInputOutput: "It is marked as a flow input and output in a published flow signature and cannot be removed.", cannotDeleteVariableReasonOutput: "It is marked as a flow output in a published flow signature and cannot be removed.", cannotDeleteVariableReasonIsSystem: "It is a built-in variable and cannot be removed.", cannotDeleteVariableReasonUsages: "It is used in one or more places within the flow and cannot be deleted until it is no longer in use.", direction: "Direction", duplicatedOutputVariableReference: "The variable '%1$s' is already referenced in another output.", filterVariablesByScopeAll: "All", filterVariablesByScope: "Filter data by accessibility", initialValueNotSupported: "You cannot specify an initial value on a system variable.", input: "Input", output: "Output", outputDeleteTooltip: "Deletes the output path from the task.", scopeLabel: "Variable Accessibility", secure: "Secure", selectorWaterMark: "Enter variable name", scopeConsumer: "%1$s: %2$s", slotVariableNotUsedButInPublishedSignature: "Slot variable not used by bot flow but used in published bot flow schema", toExpressionModeTooltip: "Editor is in variable mode, click to enter an expression.", variableDeleteTooltip: "Deletes the variable from the flow. Variables in use or output variables that have been published cannot be deleted.", label: "Variable", noVariablesFound: "No variables found", maxVariableLimitSearch: "Showing top %1$s results", variableCannotBeDeleted: "This variable cannot be deleted. %1$s" }, wait: { durationLabel: "Duration", noDurationSet: "There is no duration set.", trimDurationLabel: "Trim Lengthy Duration", trimDurationDescription: "Trim the specified Duration value to be less than the maximum execution time allowed for the flow. This allows the flow to continue processing rather than taking the error path in those scenarios." }, promptUsages: { title: "Usages for %1$s", system: "System", user: "User" }, workgroup: { placeholderQueue: "Select a queue" }, wrapupCode: { placeholder: "Select a wrapup code" }, secureAction: { secureAction: "Secure Data Action", mustSelectAction: "A secure data action must be selected.", actionNotFound: "The selected secure data action could not be found.", savedVersionOfAction: "Flow is referencing a cached version of this secure data action. The action may be out of date or deleted.", noActionsAvailable: "There are no Architect compatible secure data actions available." }, dataAction: { dataAction: "Data Action", mustSelectAction: "A data action must be selected.", actionNotFound: "The selected data action could not be found.", savedVersionOfAction: "Flow is referencing a cached version of this data action. The action may be out of date or deleted.", noActionsAvailable: "There are no Architect compatible data actions available." }, grammars: { deleteGrammarTitle: "Delete Grammar", grammarLabel: "Grammar", noGrammarBasedSttEngineFound: "You must have at least one grammar-based speech to text engine configured in your organization in order to work with grammars in Architect.", noGrammarsFound: "There were no grammars found", addGrammarToBegin: "Add a grammar to begin", searchGrammars: "Search grammars", selectGrammarPlaceholder: "Select a grammar", grammarSingleConfirmDelete: "Are you sure you want to delete the selected grammar?", grammarPluralConfirmDelete: "Are you sure you want to delete the selected grammars?", tooltips: { addGrammar: "Add new grammar", deleteSelectedGrammars: "Delete selected grammar(s)", refreshGrammars: "Refresh the list of grammars" }, gridColumns: { descriptionColumn: "Description", languagesColumn: "Languages", nameColumn: "Name" }, modal: { addFileLabel: "Add File", addGramFileTitle: "Add A Grammar File", addGrammarLanguage: "Add Language", areYouSureDeleteGrammar: "Are you sure you want to delete the selected grammar named '%1$s' and its resources?", areYouSureDeleteGrammars: "Are you sure you want to delete the %1$s selected grammars and their resources?", areYouSureDeleteGrammarLanguage: "Are you sure you want to delete the following language: '%1$s'?", changeGrammarFileType: "Change Grammar File Type", changeType: "Change Type", closeEditorLabel: "Close Editor", dateUploadedLabel: "Date Uploaded: %1$s", describeYourGrammarPlaceholder: "Describe what your grammar does", dtmfLabel: "DTMF", dtmfWithError: "DTMF: %1$s", fileExceedsLimitsModalTitle: "Grammar Cannot Be Saved", fileExceedsLimitsModalDescription: "The grammar cannot be saved, as the following file exceeds file size limits: '%1$s'.", filesPluralExceedLimitsModalDescription: "The grammar cannot be saved, as the files listed below exceed file size limits.", fileExceedsLimitsModalDescriptionAdditional: "The file limits are %1$s for a .gram file and %2$s for a .grxml file. Please ensure the files do not exceed these limits before attempting to save again.", fileExceedsLimitDtmf: "%1$s: DTMF", fileExceedsLimitDtmfAndVoice: "%1$s: Voice & Dtmf", fileExceedsLimitVoice: "%1$s: Voice", fileNameLabel: "File Name: '%1$s'", gramFileWatermark: "e.g. example_grammar.gram", grammarDescription: "Grammar Description", grammarEditorTitle: "Grammar Editor", grammarEditorLabel: "XML editor for ASR grammars", grammarName: "Grammar Name", grammarNamePlaceholder: "e.g. StartDate", grxmlFilePercentageTooltip: "The percentage of this file's size of the maximum allowed size. The maximum file size for a .grxml file is %1$s.", overrideSpeechRecognitionErrorMessage: "When specifying a value for '%1$s', you must also specify a value for '%2$s'.", overrideSpeechRecognitionErrorMessageAlternative: "No value configured for '%1$s'.", partialSuccessMessage: "There is a server issue and files in this grammar might be incomplete or missing.", partialSuccessMessageAdditional: "To prevent content from being overwritten in error, the grammar will be displayed in read-only mode and temporarily won\u2019t be editable. Please confirm you want to proceed with read-only or close the editor and try again later.", removeGrammarLanguage: "Remove Language", removeGrammarLanguageWarning: "Deleting a language is irreversible and will result in the loss of any ASR Grammar files associated with that language within this Grammar. If you have flows with a supported language that relies on this Grammar, this could result in the flow going into error.", startingLanguage: "Starting Language", newGrammarTitle: "Create New Grammar", errors: { failedToDeleteGrammars: "Failed to delete grammars.", failedToDeleteGrammarWithName: "Failed to delete grammar '%1$s'", errorTemplate: "%1$s (line: %2$s, ch: %3$s)", grammarIdDoesNotExistOnSlot: "A grammar with the ID '%1$s' does not exist. Unable to associate it with the slot '%2$s'.", grammarNameDoesNotExistOnSlot: "A grammar with the name '%1$s' does not exist. Unable to associate it with the slot '%2$s'.", xmlErrorAttributeHasInvalidName: "Invalid name for attribute '%1$s'", xmlErrorAttributeIsRepeated: "Attribute '%1$s' is repeated", xmlErrorAttributeMissingEndQuote: "'%1$s' has an attribute whose value is missing an end quote", xmlErrorAttributeWithoutValue: "Attribute '%1$s' is without a value", xmlErrorClosingTagsCannotContainAttributes: "Closing tags cannot contain attributes", xmlErrorDocumentEmpty: "Document is empty", xmlErrorExtraContentAtEnd: "Extra content at the end of the document", xmlErrorGeneric: "Invalid XML", xmlErrorInvalidTagName: "'%1$s' is an invalid tag name", xmlErrorInvalidSpaceAfterTag: "Invalid space after '%1$s'", xmlErrorTagIsNotClosed: "Tag '%1$s' is not properly closed", xmlErrorTagMismatch: "Opening and ending tag mismatch", xmlErrorTextAreYouSureSave: "Are you sure you want to save?", xmlErrorTextContentSingle: "The following language contains XML errors: '%1$s'.", xmlErrorTextContentPlural: "%1$s languages in this grammar contain XML errors.", xmlErrorTitle: "XML Error", xmlErrorUnexpectedCharacter: "Unexpected character: '%1$s'", xmlNoError: "No XML errors detected" }, noMetadataAvailableForGramFileMessage: "A .gram file is configured for the '%1$s' mode of the '%2$s' grammar but no information is available.", removeFileLabel: "Remove File", selectFileLabel: "Select File", selectedGrammarFileCouldNotBeAttachedExtensionDescription: "The file '%1$s' could not be attached because it does not have the '%2$s' extension", selectedGrammarFileCouldNotBeAttachedSizeDescription: "The file '%1$s' could not be attached because it exceeds the size limit of %2$s for the selected file type.", selectedGrammarFileCouldNotBeAttachedLabel: "Selected Grammar file could not be added", selectGramFileLabel: "Select .gram file", switchFileTypesWarning: "Switching from the '%1$s' file type to the '%2$s' file type will result in your '%1$s' file being removed from the '%3$s' mode of the currently selected language '%4$s'. Do you wish to continue?", unsavedGrammarChangesTitle: "Unsaved Changes", unsavedGrammarChangesText: "Closing the Grammar editor will discard your unsaved changes. Do you wish to continue?", voiceLabel: "Voice", voiceWithError: "Voice: %1$s" }, grammarSlots: { grammarSlotDescriptionInfo: "This setting tells the bot which Grammar to use for the collection of the selected slot value at flow runtime. You can supply a Grammar value or let the bot use the Grammar that is configured on the slot. If you supply a Grammar value and at runtime it resolves to a NOT_SET Grammar, the bot will use the Grammar configured on the slot if one exists.", useSlotConfigDescription: "Use slot's configuration", useSlotConfigLabel: "Use Slot Configuration" } }, analyticsHeatMapOverlay: { analyticsHeatMapToggleLabel: "Flow Insights", apiErrorMessage: "There was an issue loading the data. Please refresh the page.", flowNoAnalyticsData: "There is not enough data yet for this flow version.", flowNotPublished: "Frequency overlay is only available for published versions.", flowAgeLessThanOneDay: "Frequency overlay is based on the last 24 hours of data for version %1$s.", flowAgeMoreThanOneDay: "Frequency overlay is based on the last %1$s days of data for version %2$s.", oldVersionFlowAgeLessThanOneDay: "Frequency overlay is based on the last 24 hours of data for version %1$s.", oldVersionFlowAgeMoreThanOneDay: "Frequency overlay is based on the last %1$s days of data for version %2$s.", veryHighFrequencyTooltipPlural: "Very High Frequency (%1$s Sessions)", veryHighFrequencyTooltipSingular: "Very High Frequency (%1$s Session)", highFrequencyTooltipPlural: "High Frequency (%1$s Sessions)", highFrequencyTooltipSingular: "High Frequency (%1$s Session)", mediumFrequencyTooltipPlural: "Medium Frequency (%1$s Sessions)", mediumFrequencyTooltipSingular: "Medium Frequency (%1$s Session)", lowFrequencyTooltipPlural: "Low Frequency (%1$s Sessions)", lowFrequencyTooltipSingular: "Low Frequency (%1$s Session)", veryLowFrequencyTooltipPlural: "Very Low Frequency (%1$s Sessions)", veryLowFrequencyTooltipSingular: "Very Low Frequency (%1$s Session)", zeroFrequencyTooltip: "Zero Frequency" }, speechToText: { defaultSpeechToTextEngineDiffersFromNotSpecified: "The flow was saved with no speech to text engine configured. If the flow is edited, the engine for this language will be updated to the current default speech to text engine.", defaultSpeechToTextEngineUpdated: "The default speech to text engine for language '%1$s' in this flow has been updated to '%2$s'.", engines: "Engines", errorEngineNotFound: "Speech to text engine '%1$s' could not be found.", headerTitle: "Speech To Text options for a language", noneLabel: "None", selectAnEngine: "Select an engine", speechToText: "Speech To Text", speechToTextNoChoicesAvailable: "There are no speech to text engines available for the language '%1$s'.", speechToTextEngineForSlotDescriptionInfo: "This setting tells the bot which speech to text engine to use for the collection of the selected slot value from the external participant at flow runtime. You can supply a speech to text engine value or let the bot use the speech to text engine that is configured on the slot if one exists.", speechToTextEngineNotFound: "The selected speech to text engine could not be found", speechToTextEngineNotConfigured: "This language does not have a speech to text engine configured from an integration.", speechToTextEngineRequiredMessage: "When one or more supported languages in a flow has a speech to text engine configured from an integration, every supported language of that flow must have a speech to text engine configured from an integration as well.", speechToTextEngineLabel: "Speech To Text Engine", speechToTextEngineLabelWithLanguageId: "Speech To Text Engine ('%1$s')", speechToTextGenesysEnhancedSupportLabel: "Genesys Enhanced %1$s supports custom dictionaries, more information on the {{link.__STT_ENGINE_OVERVIEW__, Resource Center}} documentation.", recognitionParams: { speechRecognitionParameters: "Speech Recognition Parameters", speechToTextCompleteTimeoutDescription: "The duration of silence after a valid recognition has occurred that determines the external participant has finished speaking, based on the associated Grammar. If a Grammar has not been specified on the Slot itself or the Ask for Slot action, this property will be ignored. A value of 0 disables the timer. If a NOT_SET value is supplied, the default value will be used.", speechToTextCompleteTimeoutLabel: "Complete Timeout", speechToTextConfidenceLevelDescription: "When the recognition results from the external participant input where the n-best entry with the highest confidence is less than the confidence level, the recognition will return a no-match. A value of 0 means all utterances are accepted. If a NOT_SET value is supplied, the default value will be used.", speechToTextConfidenceLevelLabel: "Confidence Level", speechToTextMaxSpeechTimeout: "Max Speech Timeout", speechToTextSpeechDetectionSensitivity: "Speech Detection Sensitivity" } }, textToSpeech: { defaultEngineLabel: "Default Engine: %1$s", defaultEngineDiffers: "This flow was saved with engine %1$s as the default engine. If the flow is edited, the engine for this language will be updated to the current default engine.", defaultEngineNotSupported: "The default engine set for language '%1$s' in organization-level settings is not supported by this flow type so a new engine must be selected.", defaultEngineRemoved: "There is no longer a default engine set for language '%1$s' in organization-level settings, so a new engine must be selected.", defaultEngineUpdated: "The default text to speech engine for language '%1$s' in this flow has been updated to %2$s to match organization-level settings.", defaultEngineUpdatedMoreThanOne: "The default text to speech engine for languages %1$s in this flow has been updated to %2$s to match organization-level settings.", defaultVoiceLabel: "Default Voice: %1$s", defaultVoiceDiffers: "This flow was saved with %1$s as the default voice for the selected engine. If the flow is edited, the voice for this language will be updated to the current default voice.", defaultVoiceRemoved: "There is no longer a default voice set for engine %1$s and language '%2$s' in organization-level settings, so a new voice must be selected.", defaultVoiceUpdated: "The default voice for language '%1$s' in this flow has been updated to %2$s to match organization-level settings.", engines: "Engines", errorEngineNotFound: "Text to speech engine '%1$s' could not be found.", errorEngineNotSecure: "Text to speech engine '%1$s' does not support secure call flows.", errorEngineFlowTypeNotSupported: "Text to speech engine '%1$s' does not support flow type %2$s.", errorLanguageNotSupportedByEngine: "The selected text to speech engine does not support language '%1$s'.", errorLanguageNotSupportedByVoice: "The selected voice does not support language '%1$s'.", errorNoEngineSelected: "No text to speech engine selected for language '%1$s'.", errorNoVoiceSelected: "No voice selected for language '%1$s'.", errorVoiceNotFound: "Voice '%1$s' could not be found", genders: { female: "Female", male: "Male", neuter: "Neuter", neutral: "Neutral", unspecified: "Unspecified gender" }, headerTitle: "Text To Speech options for a language", maxCharLengthTitle: "Maximum text to speech string length: %1$s characters", maxCharLengthBody: "A text to speech string in excess of this length will result in the Genesys text to speech engine playing the string or blank audio if the Genesys text to speech engine doesn't support the flow's current language.", noEnginesSupportLanguage: "No available text to speech engines support this language.", noEngineSelected: "Disabled because there is no engine selected", noneLabel: "None", selectAnEngine: "Select an engine", selectAVoice: "Select a voice", textToSpeech: "Text To Speech", ttsEngine: "Engine", ttsEngineDependencyString: "Text To Speech Engine", ttsEngineNotUsableByAction: "The '%1$s' action cannot be used when a flow supported language is configured to use the '%2$s' text to speech engine. Please change the text to speech engine configured on the following language: %3$s", ttsEngineNotUsableByActionMoreThanOne: "The '%1$s' action cannot be used when flow supported languages are configured to use the '%2$s' text to speech engine. Please change the text to speech engine configured on the following languages: %3$s", ttsEngineRequiredByFlowTypeOnLanguages: "For this flow type you must configure a text to speech engine on supported languages.", ttsVoice: "Voice", voiceDescription: "Language: %1$s, Gender: %2$s", voiceLanguageMismatch: "The voice selected does not directly match the language for '%1$s'", voiceLanguageMismatchHelp: "The voice selected does not directly match the language. This may result in issues with the Text to Speech experience. Find out more information in our {{link.__VOICE_MISMATCH_LINK__, Resource Center}}." }, versions: { actionLabelCheckedInBy: "Checked in by %1$s", actionLabelCreatedBy: "Created by %1$s", actionLabelDeletedBy: "Deleted by %1$s", actionLabelPublishedBy: "Published by %1$s", auditInfoUnavailable: "Version details unavailable", currentlyPublished: "current published version", currentDebugVersion: "current debug version", currentlyPublishedStatus: "Current Published Version:", currentlyPublishedNone: "none", loadingAudit: "Retrieving version details...", openFlowVersion: "Open flow version", revertedToOne: "(Flow reverted to 1.0)", scrollToTooltip: "Show the published version in the grid", title: "Available Versions", workingVersion: "working copy", selectVersion: "Select version", latestPublishedVersion: "Latest Published", publishedVersion: "Published", latestDebugPublishedVersion: "Latest Debug", debugPublishedVersion: "Debug", latestVersionGroupHeader: "Latest", specificVersionGroupHeader: "Specific Version", usingFlowVersion: "Using version %1$s", usingFlowVersionReadonly: "Using version %1$s. Edit flow to update.", flowVersionPrefix: "version: %1$s" }, virtualAgent: { agenticVirtualAgent: "Agentic Virtual Agent", agenticVirtualAgentDowngradeTooltip: "Republish this flow to downgrade billing from Agentic Virtual Agent to Virtual Agent.", virtualAgent: "Virtual Agent", virtualAgentDowngradeTitle: "Revert Virtual Agent", virtualAgentDowngradeDescription: "If you downgrade your flow, you reduce its AI capabilities and lose access to anything you might have configured as part of Virtual Agent. Republish your flow after you revert.", virtualAgentDowngradeButton: "Revert", virtualAgentFlow: "Virtual Agent", virtualAgentNote: "Upgrade is required to be done per flow.", virtualAgentRevert: "Revert Virtual Agent", virtualAgentRevertInfo: "If you revert your flow, Architect removes the Virtual Agent functionality from your flow and you will lose access to previously configured Virtual Agent settings.", virtualAgentTooltip: "You do not have permission to enable Virtual Agent. Contact your organization's administrator to update permissions.", virtualAgentUpgrade: "Upgrade to Virtual Agent", virtualAgentUpgradeTitle: "Upgrade to Virtual Agent", virtualAgentUpgradeNote: "Upgrade to Virtual Agent to enhance your flow with new conversational and generative AI capabilities. After the upgrade, publish the flow to enable the AI features. The upgrade impacts the cost for the flow at runtime. For more information about pricing and supported languages, see the {{link.__VIRTUAL_AGENT_HELP__, Resource Center}} documentation.", virtualAgentUpgradeNoteHowToRevert: "To ensure flexibility, Genesys recommends checking in your flow before upgrading. If you need to revert the flow from Virtual Agent in the future, you can import the previously checked in version.", virtualAgentUpgradeButton: "Upgrade", virtualAgentCreateModalDescription: "Enable Virtual Agent", virtualAgentCreateModalNote: "Virtual Agent enhances your flow with new conversational and generative AI capabilities. Virtual Agent impacts the cost for the flow at runtime. For more information about pricing and supported languages, see the {{link.__VIRTUAL_AGENT_HELP__, Resource Center}} documentation.", virtualAgentCreateModalNoteAgentic: "Virtual Agent enhances your flow with new conversational and generative AI capabilities. Virtual Agent and Agentic Virtual Agents impact the cost for the flow at runtime.", virtualAgentResourceCenterPricingInfo: "For more information about pricing and supported languages, see the {{link.__VIRTUAL_AGENT_HELP__, Resource Center}} documentation." }, voiceBiometrics: { confidence: "Confidence" }, voiceSurvey: { freeTextQuestionLabel: "Free Text", multipleChoiceQuestionLabel: "Multiple Choice", npsQuestionLabel: "NPS Question", readOnlyQuestionLabel: "Read-Only Question", surveyFormLabel: "Survey Form", divisionMismatchWarning: "The selected survey form is in a different division than the flow. You can proceed, but consider aligning divisions. Find more information in our {{link.__RESOURCE_CENTER__}}.", surveyFormNoDivisionWarning: "The flow will be created in the selected division, but the survey form is not assigned to a division. Find more information in our {{link.__RESOURCE_CENTER__}}.", surveyFromIncompatible: "The chosen survey form cannot be used for a voice survey flow.", surveyFormDisabled: "The chosen survey form is disabled. In order to create a voice survey flow from this form, please publish a new version of this form. Manage in {{link.__SURVEY_FORMS__, Survey Forms}}.", surveyFormInvalid: "The survey form is invalid.", surveyFormInsufficientPermissions: "You do not have sufficient permissions to view the survey form. You need the '%1$s' permission.", surveyFormQuestionAnswerExceedsLimitErrorMoreThanOne: "The following questions in the survey form have an answer that exceeds the %1$s character limit: %2$s.", surveyFormQuestionAnswerExceedsLimitError: "The following question in the survey form has an answer that exceeds the %1$s character limit: %2$s.", surveyFormUpdateNeeded: "Please update the survey form before attempting to create the flow.", voiceSurveyAnswerDescription: "Wording the bot will use when listing out the answer options to the caller.", voiceSurveyAnswerLabel: "Answer", voiceSurveyAnswerOptionsDescription: "A collection of answers to the given survey question. Answer values reflect answers set in the survey form and can not be edited. Please note that answer configuration is tied to the survey question itself and is not specific to an individual action so if you have multiple Ask Survey Question actions that reference the same survey question the DTMF settings will be common between all actions. Allowable values include: 0-99, * and #.", voiceSurveyAnswerOptionDtmfLabel: "DTMF", voiceSurveyAnswerOptionsLabel: "Answer Options", voiceSurveyAnswerOptionValueLabel: "Answer Value", voiceSurveyBotLabel: "Survey Bot", voiceSurveyErrorLink: "Manage in {{link.__SURVEY_FORM__}}", voiceSurveyConditionsNotMetLabel: "Conditions Not Met", voiceSurveyDoesNotExistError: "The selected survey form does not exist in this organization.", voiceSurveyDtmfSettingsLabel: "DTMF Settings", voiceSurveyDuplicateDtmfError: "Duplicate DTMF value for '%1$s'", voiceSurveyEndQuestionGroupTaskActionLabel: "Done - %1$s", voiceSurveyFlowCreationTooltip: "Select a survey form for the voice survey flow. Architect will generate a Voice Survey flow based on the survey form that can be executed immediately after an Agent hang-up or transfer, or Outbound connection, etc. Only the most recent version of published survey forms may be selected. Survey forms that have been disabled are excluded.", voiceSurveyFollowUpQuestionDescription: "Wording the bot will use when asking the additional question after the NPS question has been answered.", voiceSurveyFollowUpQuestionLabel: "Follow Up Question", voiceSurveyFooterLabel: "Survey Footer", voiceSurveyFormDoesNotExistShort: "The associated survey form does not exist.", voiceSurveyFormDoesNotExistLong: "The associated survey form does not exist in this organization. To address this, please {{link.__VOICE_SURVEY_FLOWS__, create a new voice survey flow}}.", voiceSurveyFormExceedsMultipleChoiceLimit: "The chosen survey form would create more than %1$s list slot types which exceeds the flow limit. A list slot type is created for each multiple choice, yes/no and range question at flow creation.", voiceSurveyFormIsDisabledLong: "The associated survey form is disabled. To address this, please publish a new version of this form and create a new flow using that version. Manage in {{link.__SURVEY_FORMS__, Survey Forms}}.", voiceSurveyFormIsDisabledShort: "The associated survey form is disabled.", voiceSurveyFormLabel: "Form", voiceSurveyFormLastModified: "Last Modified", voiceSurveyFormsNotAvailable: "No survey forms available for this organization.", voiceSurveyFormNotLatestVersionShort: "The associated survey form is not the latest version.", voiceSurveyFormNotLatestVersionLong: "The associated survey form is no longer the latest version. To address this, please {{link.__VOICE_SURVEY_FLOWS__, create a new voice survey flow}} using the most recent version of the survey form.", voiceSurveyFormVersionLabel: "Survey Form Version", voiceSurveyHeaderLabel: "Survey Header", voiceSurveyIncompatibleLanguageWarning: "The default language selected does not match the survey form language. This may result in issues regarding speech recognition and integrations. Find more information in our {{link.__RESOURCE_CENTER__}}", voiceSurveyNoQuestionsAvailableLabel: "No Questions Available.", voiceSurveyNotApplicableDescription: "The DTMF character to configure for Not Applicable. This may not be the same as the flow setting for the DTMF terminating character or any of the answer options associated with this survey question.", voiceSurveyNotApplicableLabel: "Not Applicable", voiceSurveyNotApplicableSetAsTerminatingCharacter: "Value set as terminating character", voiceSurveyQuestionConditionDescription: "These are the conditions under which the question is available as configured by the survey form. This is not something that can be changed and is intended for informational purposes. If this value is NOT_SET, the question will always be presented to the caller.", voiceSurveyQuestionConditionLabel: "Question Condition", voiceSurveyQuestionDescription: "Wording the bot will use when asking the question for the first time.", voiceSurveyQuestionLabel: "Survey Question", voiceSurveyQuestionNotInUseError: "'%1$s' is not being asked.", voiceSurveyQuestionNotInUseMessage: "There are no actions currently associated with this question.", voiceSurveyQuestionWithGroupAndQuestionIndex: "Group %1$s Question %2$s", voiceSurveyQuestionUsagesMessage: "This question is used by %1$s.", voiceSurveyQuestionUsagesMessageSingularReplacement: "1 action", voiceSurveyQuestionUsagesMessagePluralReplacement: "%1$s actions", voiceSurveyQuestionWithIndex: "Question %1$s", voiceSurveyResourceCentreLinkText: "Resource Center", voiceSurveySelectQuestionLabel: "Select a Question", voiceSurveySlotNotAllowedErrorMessage: "The slot '%1$s' can not be used, as it is not compatible with this action.", voiceSurveyFormsLinkText: "Survey Forms", voiceSurveyQuestionGroupNotApplicable: "Question Group %1$s Not Applicable", voiceSurveyQuestionGroupTaskName: "Ask Question Group %1$s", voiceSurveyQuestionGroupVisibilityActionName: "Is Question Group %1$s Applicable?", voiceSurveyQuestionResultDescription: "The variable associated with the question.", voiceSurveyQuestionResultLabel: "Question Result", voiceSurveyQuestionTypeDescription: "The type of survey question that is being asked.", voiceSurveyQuestionTypeLabel: "Survey Question Type", voiceSurveyTerminatingCharacterDescription: "Defines the character used to indicate that data entry has been finished.", voiceSurveyTerminatingCharacterLabel: "Terminating Character", voiceSurveyTitleWithSettings: "Voice Survey Flow Settings" }, workitem: { generateFlowLogic: "Generate Flow Logic", generateFlowLogicTooltip: "If Generate Flow Logic is enabled, when the Workitem flow is created Architect will auto-generate default flow logic for Workitem event handling and statuses configured on the selected Worktype.", schemaLabel: "Schema", selectWorktypeLabel: "Select Worktype", workitemEventTypesHeader: "Workitem Event Types", workitemFlowCreationTooltip: "Select a Worktype for the Workitem flow. There can only be a 1-1 association between a Worktype and a Workitem flow.", workitemFlowSettingsHeader: "Worktype Dependencies", workitemEventQuestionCreated: "Workitem Created?", workitemDateBasedRulePresent: "Workitem Date Rule Present?", workitemEventQuestionStatusChanged: "Workitem Status Changed?", worktypeCallTaskLabel: "Call %1$s Task", worktypeDateBasedRulesHeader: "Worktype Date Rules", worktypeDateBasedRulesUpdated: "Worktype date rules have been updated.", worktypeEndStatusTask: "End Task: %1$s", worktypeErrorDoesNotExist: "The selected Worktype does not exist.", worktypeErrorInsufficientPermissions: "You do not have sufficient permissions to view the Worktype. You need the 'workitems:worktype:view' permission.", worktypeErrorInUse: "The selected Worktype is already associated with a Workitem Flow. Please choose another Worktype or delete the flow that this Worktype is associated with.", worktypeErrorSomethingGoneWrong: "An error occurred while creating the Workitem Flow. Please try again later.", workitemEventData: "This variable holds additional event data for the event that started this Workitem flow instance.", worktypeAssociatedWithFlow: "This Worktype is associated with an existing Workitem flow.", worktypeInvalid: "The Worktype referenced by this flow is invalid.", worktypeIsEventTypeName: "Does EventType Equal '%1$s'?", worktypeLabel: "Worktype", worktypeMatchDateBasedEvent: "Check Date-Based Event", worktypeMatchStatus: "Check Workitem Status", worktypeNameWithEventTypePrefix: "EventType - %1$s", worktypeNameWithStatusPrefix: "Status - %1$s", worktypeSchemaChanged: "The schema for the Worktype referenced by this flow has been updated.", worktypeSchemaChangeMoreRestrictiveShort: "The Worktype schema is more restrictive than the Workitem custom fields in this flow.", worktypeSchemaChangeMoreRestrictiveLong: "The Worktype schema is more restrictive than the Workitem custom fields in this flow. To address this, please {{link.__CUSTOM_ATTRIBUTES__, update the schema}} to be less restrictive by adding anything that was previously removed. Alternatively, you may delete this flow and {{link.__WORKITEM_FLOWS__, create a new Workitem flow}} that references the same Worktype to use the latest version of the Worktype.", worktypeSchemaChangeApplied: "Workitem custom fields were successfully updated.", worktypeSchemaChangeNotApplied: "Workitem custom fields will remain unchanged.", worktypeSchemaGoneShort: "The Worktype referenced by this flow had a schema when the flow was created. Architect no longer sees a schema associated with the Worktype.", worktypeSchemaGoneLong: "Removing a schema from a Worktype is not allowed since consumers of the Worktype and its configuration, like an Architect flow, could have an out of date view of what the Worktype looks like. Please check the associated {{link.__WORKTYPES__, Worktype}} to ensure that it does have a schema and if it does, contact support.", worktypeSchemaNotUsableShort: "The Worktype schema cannot be used by Architect.", worktypeStatusChangeApplied: "Worktype statuses have been updated.", worktypeStatusClosed: "Closed", worktypeStatusInProgress: "In Progress", worktypeStatusOpen: "Open", worktypeStatusWaiting: "On Hold", worktypeStatusesHeader: "Worktype Statuses", worktypeStatusConvertExpressionToLiteralTitle: "Convert Worktype Status Expression To Literal" }, customJson: { schemaNotUsable: "The schema '%1$s' cannot be used by Architect.", schemaChanged: "The schema '%1$s' referenced by this flow has changed.", schemaChangeApplied: "The schema '%1$s' referenced by this flow was successfully updated.", schemaChangeNotApplied: "Changes to the schema '%1$s' have not been applied.", schemaChangeMoreRestrictive: "The schema '%1$s' has been changed to be more restrictive.", schemaGone: "The schema '%1$s' referenced by this flow is missing." }, selectAValue: "Select a value", walkthrough: { label: "Take Tour", stepCounter: " %1$s of %2$s", buttons: { next: "Next", previous: "Previous", complete: "Start using Architect", start: "Start" }, welcome: { text1: "Architect is the flow development tool within the Genesys Cloud platform.", text2: "This tour will cover some highlights of the application to help you develop your own flows. The information presented in this tour may change, depending on which view has focus.", title: "Welcome to Architect!" }, fini: { text1: "Now it\u2019s time to build flows of your own. For practice, see %1$s", text2: "Get started with the Architect tutorial.", title: "This concludes the tour!" }, audioSequenceEditor: { text: "Use the prompt sequence editor to add multiple prompts to a location within your flow and to change the order in which they are presented.", title: "Prompts" }, configurationArea: { text1: "Build starting and reusable menus and tasks.", text2: "Specify default settings for actions, error handling, and menus.", text3: "Select supported languages.", text4: "Configure speech recognition settings.", text5: "View and locate data and prompt resources.", title: "Configuration Area" }, designArea: { textTitle: "On various actions you can:", text1: "Easily type Text-to-speech phrases.", text2: "Expand the prompt sequence editor to add, order, and stylize audio prompts, data playback, and text-to-speech.", text3: "Function and Operator help is available to provide assistance writing expressions.", text4: "Design the action's behavior when selected in the flow.", title: "Design Area" }, flowToolbar: { text1: "Save periodically to preserve your work.", text2: "Check-in, which saves the flow and releases your user lock.", text3: "Publish, which saves, validates, and checks-in your flow and then makes it available for the next new call.", textTitle: "When you are working on a flow, you can:", title: "Complete the Flow and Flow Maintenance" }, homePage: { text: "Use the tabs on the left to navigate between areas you want to create and configure.", title: "Home Page" }, help: { text1: "Go to the Genesys Cloud Resource Center for help.", text2: "Send feedback to the Genesys Cloud team.", title: "Help" }, taskEditor: { text1: "Provides a pallet of action categories and options for complex IVR design.", text2: "Includes a design area in which to drag and drop actions to build task sequences.", text3: "Toolbox similar to the flow design page.", title: "Task Editor" }, toolbarControls: { text1: "Related to creating, opening, managing, and deleting flows, prompts, or operations.", text2: "Controls change depending on your permissions and the selected tab.", title: "Toolbar Controls" }, toolbox: { textTitle: "When editing a flow:", text1: "Use actions from the toolbox and drag them to the desired location in the configuration area, in either your menu or task", text2: "Hide or expand the toolbox to adjust the design area", title: "Toolbox" }, promptToolbar: { text: "When working with audio prompts, you can add or record individual prompts while creating a flow, or you can upload audio in bulk using a CSV file to manage the configuration.", title: "Prompts" }, searchAndFilterMain: { text1: "Quickly search for a flow or audio prompt based on the selected tab.", text2: "If you don't see the flow or audio prompt you are looking for in the list, use the search box to narrow the results.", title: "Search and Filter" } }, navigationDropDown: { bot: "Bot Flow", commonModule: "Common Module", inboundCall: "Inbound Call", inboundChat: "Inbound Chat", inqueueCall: "In-Queue Call", inqueueEmail: "In-Queue Email", inqueueShortMessage: "In-Queue Message", outboundCall: "Outbound Call", inboundEmail: "Inbound Email", inboundSMS: "Inbound Message", secureCall: "Secure Call", sectionLabels: { initialFlows: "Initial Flows", postInteraction: "Post Interaction", supportingFlows: "Supporting Flows" }, surveyInvite: "Survey Invite", surveyInviteWebPrefix: "Web Survey Invite", voicemail: "Voicemail", workflow: "Workflow", workitem: "Workitem Flow", voiceSurvey: "Voice Survey" }, digitalMenuAction: { errorCreateAtLeastOneChoice: "At least one choice must be created", errorEnableAtLeastOneChoice: "At least one choice must be enabled" }, carouselType: { carouselErrorAddAtLeastOnePostbackButton: "At least one postback choice must be created in the carousel" }, nodeHeader: { expandActionDetails: "Expand Action Details", collapseActionDetails: "Collapse Action Details" }, theme: { newArchitectToggleLabel: "New Architect", newArchitectToggleTooltip: "Try the new Spark UI in Architect, switching back is available for a limited time." }, dragReusableMenuHere: "Add reusable menu here", dragReusableTaskHere: "Add reusable task here", dragStateTaskHere: "Add state here", collapseAll: "Collapse All", collapsedOne: "1 hidden action", collapsedMultiple: "%1$s hidden actions", confirmRemoveChildrenDelete: "Delete Them", confirmRemoveChildrenKeep: "Save Them", confirmRemoveMenu: "This menu contains menu choices, do you want to save them as a menu?", confirmRemoveTask: "This task contains actions, do you want to save them as a task?", confirmDeleteTopContainerActions: "'%1$s' contains one or more actions which will also be deleted.
", confirmDeleteTopContainerIsReferenced: "There are one or more actions which reference '%1$s' that will be in error if '%1$s' is deleted.
", confirmDeleteTopContainer: "%1$s
Are you sure that you want to delete '%2$s'?", confirmSaveChanges: "What do you want to do with your changes before navigating away?", confirmSaveChangesStatement: "You have unsaved changes.", created: "Created", deleteMenu: "Delete this menu", deleteTask: "Delete this task", deleteState: "Delete this state", deletionFailed: "Deletion failed", deletionFailedFor: "Deletion failed for %s", defaultForDescription: "Default: %1$s", discardChanges: "Discard Changes", editTask: "Edit Task", expandAll: "Expand All", expand: "expand", homeTitle: "Architect Home", genesysCloudDirectory: "Genesys Cloud - Activity Overview", initialGreetingLabel: "Initial Greeting", inlineLabelSeparator: ":", labelAndName: "%1$s: %2$s", logout: "Log Out", loopTask: "In-Queue Task", missingReference: "No '%1$s' Reference", namePlaceholder: "Enter name...", nameAndVersion: "%1$s (%2$s)", navigateTo: "Navigate to %1$s", noVariablesDefined: "There are no variables used in this flow. To create a variable, add an action that assigns a value to a variable.", noVariablesDefinedInContainer: "There are no '%1$s.' variables defined in '%2$s'. To create a variable, add an action that assigns a value to a variable.", noVariablesFound: "There is no data matching the search", noPromptsUsed: "There are no prompts being used in this flow", noPromptsFound: "There are no prompts matching the search", noLanguagesDefined: "There are no languages defined", preferencesAndSettings: "Preferences and settings", readOnlyFlowDeleted: "This flow is deleted.", readOnlyFlowLocked: "This flow is not open for edit and is currently locked by %1$s.", readOnlyFlowUnlocked: "This flow is not currently open for edit.", readOnlyFlowCantEdit: "You do not have permission to edit flows", readOnlyOldFlow: "You are currently viewing an older version of this flow.", reusableMenus: "Reusable Menus", reusableTasks: "Reusable Tasks", saveChanges: "Save Changes", searchFlows: "Search flows", sectionCommonModuleFlows: "Common Modules", sectionDigitalBotFlows: "Digital Bot Flows", sectionError: "Error", sectionFlows: "Flows", sectionPrompts: "Prompts", sectionBotFlows: "Bot Flows", sectionInboundEmailFlows: "Inbound Email Flows", sectionSurveyInviteFlows: "Survey Invite Flows", sectionSurveyInviteFlowsWebPrefix: "Web Survey Invite Flows", sectionInboundCallFlows: "Inbound Call Flows", sectionInboundChatFlows: "Inbound Chat Flows", sectionInboundShortMessageFlows: "Inbound Message Flows", sectionOutboundCallFlows: "Outbound Call Flows", sectionSecureCallFlows: "Secure Call Flows", sectionInQueueCallFlows: "In-Queue Call Flows", sectionInQueueEmailFlows: "In-Queue Email Flows", sectionInQueueShortMessageFlows: "In-Queue Message Flows", sectionVoiceFlows: "Voice Flows", sectionVoicemailFlows: "Voicemail Flows", sectionVoiceSurveyFlows: "Voice Survey Flows", sectionWorkflowFlows: "Workflows", sectionWorkItemFlows: "Workitem Flows", sectionUserPrompts: "User Prompts", sectionAdvancedFlowSearch: "Dependency Search", sectionSystemPrompts: "System Prompts", sectionUnsupportedBrowser: "Unsupported Browser", sectionFlowExecutionHistory: "Flow Execution History", sectionGrammars: "Grammars", serverRequests: "1 active network request", serverRequestsPlural: "%1$s active network requests", setMenuAsStartup: "Set this as the starting menu", setTaskAsStartup: "Set this as the starting task", setStateAsStartup: "Set this as the starting state", startUpMenuDisplayName: "Starting Menu", startUpTaskDisplayName: "Starting Task", startUpStateDisplayName: "Starting State", startUpBotStateDisplayName: "Starting Bot", periodicStateDisplayName: "Periodic State", setStateAsPeriodic: "Set this as the periodic state", unsavedChanges: "There are unsaved changes", webChatDeprecationText: "Genesys Cloud Web Chat and Web Chat Widgets have reached End of Life and are no longer supported. To avoid interruptions to service, migrate to Web Messaging as soon as possible. For more information see {{link.__CHAT_DEPRECATION__}} or reach out to your Genesys representative.", webChatDeprecationLinkText: "Deprecation: Removal of ACD Web Chat (version 2)", webChatDeprecationYear: "2025", shortcuts: { shortcutsDescriptions: { openShortcuts: "Open the shortcuts modal", expressionHelp: "Toggle Expression Help", goToStart: "Play backwards to Start", stepBackOver: "Step Back Over", stepBackOut: "Step Back Out", stepBackIn: "Step Back In", playPause: "Play / Pause the replay", stepIn: "Step In", stepOut: "Step Out", stepOver: "Step Over", goToEnd: "Play to End" }, shortcutGroupings: { all: "All", codeEditor: "Code Editor", flow: "Flow", global: "Global", replay: "Replay" }, shortcutsLabels: { clearKeystrokes: "Clear Keystrokes", command: "Command", exportShortcuts: "Export Shortcuts", filterBy: "Filter By", importShortcuts: "Import Shortcuts", keyboardShortcuts: "Keyboard Shortcuts", primaryKeystroke: "Primary Keystroke", resetToDefault: "Reset To Defaults", resetToDefaultQ: "Reset to default?", resolveConflict: "Resolve Conflict", revert: "Revert", secondaryKeystroke: "Secondary Keystroke" }, shortcutsMessages: { cannotOverwriteOpenShortcuts: "The shortcut '%1$s' is reserved for opening the shortcuts modal, please choose a different keystroke combination for this shortcut.", confirmResetToDefault: "Are you sure you want to reset all shortcuts to default values?", duplicateKeyCombosAssigned: "'%1$s' is already in use and will be removed from %2$s if accepted.", noMatchingShortcutCommands: "There are no matching shortcut commands.", numberOfSuccessfulShortcutsImported: "%1$s of %2$s shortcuts imported successfully.", primaryKeystrokeRequired: "The primary keystroke for '%1$s' is empty. \n\nA primary keystroke is required when a secondary keystroke is in use.", shortcutsImportedSuccessfully: "All shortcuts imported successfully.", shortcutsImportFailureFileRead: "No shortcuts were imported due to a file read error.", shortcutsImportFailureFormatting: "No shortcuts were imported due to errors with the shortcut formatting." } }, accessibility: { escapeToTab: "Press ESC before TAB to move to next element", skipLinkTexts: { skipToMenu: "Skip to Menu", skipToMenuEnd: "Skip to end of Menu" } }, importExport: { fileToImport: "File to import", import: "Import", importFailed: "Import Failed", importPartiallySuccessful: "Import Partially Successful", importSuccessful: "Import Successful", selectFileToUpload: "Select file to upload" }, markdownEditor: { boldButtonTitle: "Adds bold to the currently selected text or inserts a bold text placeholder where you can enter text", browseForFile: "Browse for File", clickToAddValue: "Click to add text", enterExpressionTextHere: "enter expression text here", enterFullVariableNameHere: "enter full variable name here", enterBoldTextHere: "enter bold text here", enterDigitalAudioUrlHere: "enter digital audio URL here", enterFileUrlHere: "enter file URL here", enterImageUrlHere: "enter image URL here", enterVideoUrlHere: "enter video URL here", enterItalicsTextHere: "enter italics text here", enterLinkTextHere: "enter link text here", enterLinkUrlHere: "enter link URL here", enterStrikethroughTextHere: "enter strikethrough text here", expressionButtonTitle: "Evaluates an expression and inserts the result in to the rich text", fileButtonTitle: "Insert a file from a file variable or URL in to the rich text", imageButtonTitle: "Insert an image from an image variable or URL in to the rich text", insertFromUrl: "Insert from URL", insertFileFromUrl: "Insert File from URL", insertImageFromUrl: "Insert image from URL", insertVariable: "Insert variable", italicsButtonTitle: 'Adds italics to the currently selected text or inserts an italics text placeholder where you can enter text"', linkButtonTitle: "Inserts a link with customizable text and URL in to the rich text", mediaButtonTitle: "Insert a media object from an image, video or digital audio variable or URL in to the rich text", missingClosingCurlyBraces: "Missing closing braces: '}}'", nestedCurlyBraces: "Nested curly braces are invalid and will be shown as plain text", strikethroughButtonTitle: "Adds strikethrough to the currently selected text or inserts an strikethrough text placeholder where you can enter text", variableButtonTitle: "Inserts a variable value in to the rich text" }, replayer: { actionExecutionId: "Action Execution ID", actionId: "Action ID", actionName: "Action Name", actionType: "Action Type", blankCommunicationItemMessage: "This communication was blank.", clearBreakpoint: "Clear Breakpoint", communications: "Communications", communicationFramesTooltip: "When the communications panel is being displayed, specifies which communications are being displayed.", communicationsNotSupportedForFlowType: "Communications are not supported for this flow type.", noCommunicationsForFlowInstance: "No communications were reported for this flow instance.", noCommunicationsForCurrentFrame: "No communications were reported for the current frame. To view frames that did have communications reported, update the Communications panel to show all communications in the {{link.__REPLAY_MODE_SETTINGS__}}.", confidence: "Confidence", confidenceAlternates: "Alternates", currentFrameCommunicationTooltip: "Current Frame", defaultLanguageSkillId: "Default Language Skill ID", defaultLanguageSkillName: "Default Language Skill Name", details: "Frame Details", eventNameError: "Error Event", eventNameWarning: "Warning Event", eventErrorSettingName: "Setting Name", eventErrorSettingItemName: "Setting Item Name", eventErrorSettingItemIndex: "Setting Item Index", eventErrorLimitOrg: "Organization", eventErrorLimitOrgLimits: "Limits", eventErrorFunctionName: "Function Name", eventErrorParameterName: "Parameter Name", eventErrorReason: "Reason", eventErrorDetails: "Error Details", eventErrorLimitName: "Limit Name", eventErrorLimitValue: "Limit Value", eventNameAgentEscalation: "Agent Escalation Event", eventNameAudioFlushed: "Audio Flushed Event", eventNameGlobalDtmf: "Global DTMF Event", eventLanguageChanged: "Language Changed Event", eventNameNoInput: "No Input Event", eventNameNoMatch: "No Match Event", eventNameRecognitionFailure: "Recognition Failure Event", eventNameSessionDisconnected: "Session Disconnected Event", eventNameVariablesUpdated: "Variables Updated Event", executionHistory: "Execution History\u2026", executionHistoryTitle: "Query execution history for this flow", executionId: "Execution ID", exitReplay: "Close Replay", exitReplayMode: "Exit Replay", exportExecutionData: "Export execution data", failedToLoadExecutionData: "Failed to load execution data", failedToLoadExecutionDataMessage: "There was an error loading the execution data for the flow instance with an ID of %1$s.", flow: "Flow", flowEnded: "Flow Ended", flowEndTime: "Flow End Time", flowExecutionId: "Flow Execution ID", flowExitReason: "Flow Exit Reason", flowExitTransferType: "Flow Exit Transfer Type", flowStarted: "Flow Started", flowStartingLanguage: "Flow Starting Language", flowStartTime: "Flow Start Time", flowInstanceIsSecure: "Flow Instance Is Secure", flowInstanceIsTruncated: "Flow Instance Is Truncated", flushedCommunications: "Flushed Queued Communications", filterData: "Filter variables...", filterDataEmpty: "There are no variables matching the filter", goToLatest: "Go to Latest", invokingContext: "Invoking Context", isInReplayMode: "Replay mode is read only. You can not make changes to this file.", isTruncated: "Truncated", isTruncatedTooltip: "Indicates execution data for this flow instance is truncated and not all items that ran during this flow's execution were captured.", loadingExecutionData: "Loading execution data...", numberOfMs: "...%1$sms", openFlow: "Open Target Flow", openFlowTitle: "Open replay of target flow (action must be for currently selected execution frame)", openInvokingFlow: "Open Invoking Flow", openInvokingFlowTitle: "This flow was invoked by another Architect flow.", openInvokingPolicy: "Open invoking Quality Policy", openInvokingPolicyTitle: "Open the invoking Quality Policy", openInvokingTrigger: "Invoked by Process Automation", openInvokingTriggerTitle: "This flow was invoked by a Process Automation Trigger.", openInvokingJourney: "Open Invoking Journey Action Map", openInvokingJourneyTitle: "This flow was invoked by a Journey Action Map.", openInvokingWorkitem: "Open Invoking Workitem", openInvokingWorkitemTitle: "This flow was invoked by a Workitem.", outputPath: "Output Path", pause: "Pause", participantTo: "To Participant", participantFrom: "From Participant", play: "Play", playbackSpeed: "Playback Speed", predictiveEngagementJourneyMapId: "Action Map ID", predictiveEngagementJourneyMapName: "Action Map Name", purposeNoInput: "No Input", purposeNoMatch: "No Match", qualityPolicyId: "Policy ID", qualityPolicyName: "Policy Name", replay: "Replay", panelLocationBottom: "Show panel on bottom", panelLocationOff: "Do not show panel", panelLocationSide: "Show panel on side", replayModeLabel: "Replay Mode", replayModeSettingsTitle: "Replay Mode Settings", sequenceTypeTextLabel: "Text", setBreakpoint: "Set Breakpoint", showStackGraph: "Show Stack Graph", skipHere: "Skip here", skipBackHere: "Skip back here", speedFast: "Fast", speedSlow: "Slow", stack: "Stack", stackExecutionId: "Stack Execution ID", stackType: "Type", sttEngineID: "STT Engine ID", processAutomationTriggerId: "Trigger ID", processAutomationTriggerName: "Trigger Name", processAutomationTriggerType: "Trigger Type", ttsEngineID: "TTS Engine ID", ttsVoiceID: "TTS Voice ID", variables: "Data", valueIsDeferred: "Deferred", valueRedacted: "Value Redacted", invalidValue: "Value Invalid", valueTooLarge: "Value Too Large", valueIsDeferredMessage: "This value is only computed when the property is accessed at runtime.", valueIsRedactedMessage: "This indicates a computation occurred but the value cannot be reported as it is secure.", valueIsInvalidMessage: "This indicates an invalid value at flow runtime.", valueIsTooLargeMessage: "This value was too large to be reported by the flow runtime engine.", workitemEventType: "Workitem Event Type", workitemId: "Workitem ID", workitemName: "Workitem Name", zoomFull: "Zoom Full", zoomMedium: "Zoom Medium", zoomOff: "Zoom Off", zoomPercent: "Zoom %1$s%%", zoomSmall: "Zoom Small", zoomLevel: "Timeline Zoom Level", replayToolbar: { showCommunicationsForAllFrames: "Show communications for all frames", showCommunicationsForCurrentFrame: "Show communications for current frame", showValuesInLocal: "Show Values in Local" }, executionDataProviders: { flow: { flowCommunicationsCharacteristicDisabled: "Communication data was not logged for this flow instance.", flowVariablesCharacteristicDisabled: "Variable value data was not logged for this flow instance." } }, disposition: "Disposition: %1$s", dispositions: { executionSkippedMaxInstancesExceeded: "Execution of this action was skipped because execution would exceed the maximum number of instances allowed per flow instance.", skippingInboundEmailAutoGenerated: "No auto reply was sent from this action. Automatic replies are not sent to auto-generated emails.", skippingInputMessageBodyBlank: "No message was sent from this action. The message body was blank.", skippingPreviousReplyWithParticipant: "No auto reply was sent from this action. An auto reply was already sent for this conversation.", skippingThirdPartyEmailConversation: "No auto reply was sent from this action. Auto replies are not sent to third party email conversations." }, nextChange: "Go to next change", previousChange: "Go to previous change", externalExecutionData: { unavailable: { botDataUnavailableInsufficientPermissionsCommunications: "Communications for the external bot are unavailable due to insufficient permissions. You must have the bot instance view permission to see external bot communications.", botDataUnavailableUnableToRetrieveCommunications: "Communications for the external bot are unavailable due to an error retrieving the bot instance data." } }, pausingPlayback: "Pausing playback", resumingPlayback: "Resuming playback" }, executionHistory: { flowExecutionViewPermission: "You do not have permission to view flow executions.", flowInstanceQueryPermission: "You do not have permission to query flow instance history.", flowInstanceViewPermission: "You do not have permission to view flow instance history.", flowInstanceMissingViewPermission: "You do not have permission to view this flow instance. The permission 'architect:flowInstance:view' is required to view flow instance history.", endDateTime: "End Date Time", startDateTime: "Start Date Time", queryBuilderOnboarding: "Add Criteria Here", queryBuilderOnboardingInfo: "Create a query to find all available flow instances that can be replayed.

You can click on, or drag, criteria from the toolbar on the right to create a filter that will help narrow down the flows whose execution meet different criteria.", queryBuilderUrlCriteriaUnavailable: "Unable to query the requested execution data specified in the URL as the query requires criteria that is not available to this organization.", queryBuilderLinkNotValid: "The linked execution history query was not executed due to an error in the criteria value provided.", viewQuery: "View Query", flowInstances: "Results", queryBuilder: "Query Builder", confirmDeleteTitle: "Confirm Delete", confirmDeleteMessage: "Are you sure you want to delete this Clause? If deleted, all of the criteria it contains will also be deleted.", actionRuntimeIdLabel: "%1$s - Action", menuRuntimeIdLabel: "%1$s - Menu", criteriaValuePlaceholder: "Enter a value", criteriaSelectedValueRequired: "You must select a value.", criteriaAllowableValuePlaceholder: "Select a value", enterCriteriaValueScreenreaderText: "Enter a value for the '%1$s' criteria.", selectCriteriaValueScreenreaderText: "Select a value for the '%1$s' criteria.", selectCriteriaOperatorScreenreaderText: "Select an operator for the '%1$s' criteria.", selectActionContainerValueScreenreaderText: "Select an Action value for this criteria.", errorAddingCriteria: "Error Adding Criteria", tooManyNestedCriteria: "Unable to add a new nested criteria clause", unableToLoadQuery: "Unable to load saved query", errorRunningQuery: "An error occurred when running the query", runQuery: "Show Results", loadQuery: "Load Query", clearQuery: "Clear Query", saveQuery: "Save Query", queryNotExecuted: "Run a query with the Query Builder above to find flow instances", queryNoResults: "Query did not find any flow instances", invalidQueryNeedsOneCriteria: "Invalid query: At least one criteria is required", invalidQueryNeedsFlowIdCriteria: "Invalid query: Queries for an Action Id must include the Flow Id", invalidQueryNeedsActionIdCriteria: "Invalid query: Queries for Output Paths and Flow Id must include the Action Id", viewingFlowInstance: "%1$s (viewing)", changeQueryMode: "Change Query Mode", changeQueryModeWarningMessage: "Are you sure you want to change query mode? Your current query will be lost.", enhancedQueryMode: "Enhanced Query", categoryLabels: { clause: "Clause", flow: "Flow Criteria", action: "Action Criteria", conversation: "Conversation Criteria", workitem: "Workitem Criteria" }, criteriaDefinitionLabels: { actionId: "Action Id", actionType: "Action Type", and: "and", conversationId: "Conversation Id", definedExitPath: "Known Output Path", dynamicExitPath: "Dynamic Output Path", exitPathName: "Output Path Name", flowEndDate: "Flow End DateTime", flowErrorReason: "Flow Error Code", flowId: "Flow Id", flowInvokedError: "Flow Invoked Error", flowName: "Flow Name", flowStartDate: "Flow Start DateTime", flowType: "Flow Type", flowVersion: "Flow Version", flowWarningReason: "Flow Warning Code", not: "not", objectExecutionId: "Invoking Flow Object Execution Id", or: "or", workitemId: "Invoking Workitem Id" }, criteriaDefinitionDescriptions: { and: "Query for flow instances where all sub-criteria must be true", or: "Query for flow instances where at least one sub-criteria must be true", actionId: "Query for by action ID", actionType: "Query by action type", conversationId: "Query by conversation ID", flowType: "Query by flow type", flowName: "Query by flow name", flowId: "Query by flow ID", flowVersion: "Query by flow version", flowInvokedError: "Query for flow instances that invoked any error", flowErrorReason: "Query by error reason", flowStartDate: "Query by flow start datetime", flowEndDate: "Query by flow end datetime", objectExecutionId: "Query for flows via the object execution id (the invoking caller)", exitPathName: "Query by action output path name", definedExitPath: "Query by action output path known ID", dynamicExitPath: "Query by action output path ID" }, operatorLabels: { eq: "equals", gt: "greater than", gte: "greater than or equal to", lt: "less than", lte: "less than or equal to", begins: "starts with" } }, executionDataConfiguration: { directoryOrganizationAdminPermission: "You do not have permission to view organization settings in Collaborate.", executionDataLogLevelLabelAll: "All", executionDataLogLevelLabelBase: "Base", executionDataLogLevelLabelCustom: "Custom", executionDataLogLevelLabelDisabled: "None (Disabled)", executionDataLogLevelLabelNone: "None", executionDataLogLevelLabelNotes: "Notes", executionDataLogLevelLabelVerboseNotes: "Verbose Notes", flowInstanceExecutionDataViewPermission: "You do not have permission to view flow execution data storage settings.", flowLogLevelViewPermission: "You do not have permission to view flow log level settings.", flowLogLevelViewPermissionMissing: "You do not have the view flow log level settings permission in the division of the following flow:", flowLogLevelDefaultViewPermission: "You do not have permission to view default flow log level settings.", organizationExecutionDataViewPermission: "You do not have permission to view the execution data settings in this organization.", organizationExecutionDataViewRestriction: "You do not have permission to view the execution data settings in this organization. Find further information and instructions in the {{link.__RESOURCE_CENTER_EXECUTION_DATA__}}.", flowLogLevelButtonLabel: "Execution Data", flowLogLevelButtonTooltip: "Override execution data level for flow", flowLogLevelModalTitle: "Override Execution Data Flow Level", flowLogLevelModalSubtitle: "Flow: %1$s", manageExecutionDataMenuLabel: "Execution Data Settings", flowDefaultLogLevelMenuLabel: "Execution Data Flows Level", flowDefaultLogLevelModalTitle: "Set Execution Data Level for Flows", flowDefaultLogLevelFlowName: "Default", flowInstanceLogLevelTooltip: "The execution data log level used for the flow instance.", flowInstanceSecureLogLevelTooltip: "The execution data log level used for the flow instance. The lock icon indicates that this flow instance was secure.", recordedFlowInstanceExecutionLevel: "Execution Data Level: %1$s" }, naturalLanguageUnderstanding: { intentDefinitions: "Intent Definitions", languageStatusPreviewIntentDetection: "The language '%1$s' is a preview release and may impact intent detection.", nluMustHaveOneIntentForIntentDetection: "There must be at least one intent defined in the flow's Natural Language Understanding configuration if you want to detect an intent." } }; + e2.exports = { about: { additionalLicenseInfo: "Additional License Information", buildNumber: "( Build: # %1$s )", copyrightFormat: "Copyright \xA9 %1$s-%2$s %3$s", copyrightRightsReserved: "All rights reserved.", copyrightWarning: "Warning: this computer program is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law.", licenseAntlr: "Uses ANTLR software ( http://antlr.org ) for expression text parsing support. ANTLR 3 License / BSD License", logoAlternateText: "Genesys logo", orgInfoLabel: "Organization Information", orgInfoCurrentLabel: "Current Organization", orgInfoHomeLabel: "Home Organization", orgInfoId: "Organization ID", orgInfoName: "Company Name", orgInfoShortName: "Short Name", permissionHeader: "Permission Information", title: "About Architect" }, action: { action: "Action", actionIsDeprecated: "The '%1$s' action is deprecated.", notSet: "There is no action specified", actionOutputPathsHeader: "Paths", actionType: "%1$s Action" }, actions: { actionWaitForInput: "Wait for Input", ask: "Ask", abortSend: "Abort Send", abortSendActionMessageSettingDescription: "A localized message to display to the sender explaining why the send is being aborted.", abortSendActionMessageSettingLabel: "Message", abortSendErrorEventMessageSettingLabel: "Abort Message", abortSendMessageSettingDefaultLabel: "Default Abort Message", abortSurvey: "Abort Survey", addFlowMilestone: "Add Flow Milestone", askAnythingElse: "Anything Else?", askForActionGeneric: "Ask For ...", askForAuthentication: "Ask to Authenticate", askForBoolean: "Ask for Yes / No", askForIntent: "Ask for Intent", askForNLUNextIntentAction: '"Anything Else?" Loop', askForPayment: "Ask for Payment", askForSlot: "Ask for Slot", askSurveyQuestion: "Ask Survey Question", audioMonitoring: "Audio Monitoring", botConnector: "Call Bot Connector", botState: "Bot", callAgenticVirtualAgent: "Call Agentic Virtual Agent", callAudioConnector: "Call Audio Connector", callBotFlow: "Call Bot Flow", callDecisionTable: "Call Decision Table", callDigitalBotFlow: "Call Digital Bot Flow", callGuide: "Call Guide", callBridgeAction: "Call Bridge Action", callCommonModule: "Call Common Module", callNuanceMixBot: "Call Nuance Mix Bot", callTask: "Call Task", callVoiceFlow: "Call Voice Flow", categoryEnd: "End", clearActiveIntent: "Clear Active Intent", clearPostFlow: "Clear Post-Flow", clearUtilizationLabel: "Clear Utilization Label", clearVoicemailSnippetActionLabel: "Clear Voicemail Snippet", common: "Common", communicate: "Communicate", completeSend: "Complete Send", conversation: "Conversation", createCallback: "Create Callback", createConversationAttribute: "Create Conversation Attribute", changeState: "Change State", completeSurvey: "Complete Survey", data: "Data", dataTableLookup: "Data Table Lookup", decision: "Decision", decryptData: "Decrypt Data", defaultActionSettings: "Default Action Settings", detectSilence: "Detect Silence", dial: "Dial", dialogEngine: "Call Dialog Engine Bot", dialogflow: "Call Dialogflow Bot", dialogflowCx: "Call Dialogflow CX Bot", digitalBotConnector: "Call Digital Bot Connector", digitalMenu: "Digital Menu", disconnect: "Disconnect", disconnectWorkitem: "Disconnect Workitem", email: "Email", enableParticipantRecording: "Enable Participant Recording", encryptData: "Encrypt Data", endState: "End State", endTask: "End Task", endWorkflow: "End Workflow", evaluateSchedule: "Evaluate Schedule", evaluateScheduleGroup: "Evaluate Schedule Group", evaluateSkillExpressionFilters: "Evaluate Skill Expression Filters", exitBotFlow: "Exit Bot Flow", exitLoop: "Exit Loop", exitWorkitemFlow: "Exit Workitem Flow", extractSecureData: "Extract Secure Data", external: "External Contacts", findDivision: "Find Division", findDivisions: "Find Divisions", findEmergencyGroupActionLabel: "Find Emergency Group", findGrammar: "Find Grammar", findGrammarById: "Find Grammar by ID", findGroup: "Find Group", findKnowledgeBaseDocumentById: "Find KnowledgeBaseDocument by ID", findLanguageSkill: "Find Language Skill", findQueue: "Find Queue", findQueueById: "Find Queue by ID", findSkill: "Find Skill", findUserPrompt: "Find User Prompt", findUtilizationLabel: "Find Utilization Label", findScheduleActionLabel: "Find Schedule", findScheduleGroupActionLabel: "Find Schedule Group", findSystemPrompt: "Find System Prompt", findUser: "Find User", findUserById: "Find User by ID", findUsersById: "Find Users by ID", flushAudio: "Flush Audio", form: "Form", getAssignedCustomerIntents: "Get Assigned Customer Intents", getAttributes: "Get Participant Data", getConversationAttribute: "Get Conversation Attribute", getConversationAttributes: "Get Conversation Attributes", getConversationData: "Get Conversation Data", getEmailHeaders: "Get Email Headers", getExternalContact: "Get External Contact", getExternalOrganization: "Get External Organization", getJourneyOutcome: "Get Journey Outcome", getJourneyOutcomeScoresBySession: "Get Journey Outcome Scores by Session", getJourneySegment: "Get Journey Segment", getJourneySession: "Get Journey Session", getJourneySessionsByCustomer: "Get Journey Sessions by Customer", getJourneySessionsByExternalContact: "Get Journey Sessions by External Contact", getJourneyOutcomeById: "Get Journey Outcome by ID", getRawSIPHeaders: "Get Raw SIP Headers", getResponse: "Get Response", getSecuredData: "Get Secured Data", getSIPHeaders: "Get SIP Headers", holdMusic: "Hold Music", initializeFlowOutcome: "Initialize Flow Outcome", collectInput: "Collect Input", processVoicemailInput: "Process Voicemail Input", collectVoiceSnippet: "Collect Voice Snippet", language: "Language", lex: "Call Lex Bot", lexV2: "Call Lex V2 Bot", logical: "Logical", loop: "Loop", loopUntil: "Loop Until", media: "Media", menu: "Menu", menuJump: "Jump to Menu", nextLoop: "Next Loop", playAudio: "Play Audio", playPositionInQueue: "Play Position In Queue", playAudioOnSilence: "Play Audio on Silence", playEstimatedWaitTime: "Play Estimated Wait Time", playUserGreeting: "Play User Greeting", playUserName: "Play User Name", previousMenu: "Previous Menu", promoteExternalContact: "Promote External Contact", repeatMenu: "Repeat Menu", returnToAgent: "Return To Agent", screenPop: "Set Screen Pop", searchExternalContacts: "Search External Contacts", send: "Send", sendAutoReply: "Send Auto Reply", sendDigitalContent: "Send Digital Content", sendInteractiveApplication: "Send Application", sendKnowledgeFeedback: "Send Knowledge Feedback", sendNotification: "Send Notification", sendResponse: "Send Response", sendRichLink: "Send Rich Link", setAttributes: "Set Participant Data", setConversationData: "Set Conversation Data", setExternalTag: "Set External Tag", setFlowOutcome: "Set Flow Outcome", setIntent: "Set Intent", setLocale: "Set Language", setPriority: "Set Priority", setPostFlow: "Set Post-Flow", setSecuredData: "Set Secured Data", setSkillExpressionFilters: "Set Skill Expression Filters", setSkills: "Set Skills", clearSkillExpressionFilters: "Clear Skill Expression Filters", setUtilizationLabel: "Set Utilization Label", setUUIData: "Set UUI Data", setWhisperAudio: "Set Whisper Audio", setWrapupCode: "Set Wrapup Code", showKnowledgeArticle: "Show Knowledge Article", state: "State", submitVoicemailSnippet: "Submit Voicemail Snippet", submitVoiceSnippet: "Submit Voice Snippet", surveyInvite: "Survey Invites", switch: "Switch", task: "Task", taskTransfer: "Jump to Reusable Task", terminateWorkitem: "Terminate Workitem", transcription: "Transcription", transfer: "Transfer", transfers: { acd: "Transfer to ACD", external: "Transfer to Number", flow: "Transfer to Flow", group: "Transfer to Group", secureFlow: "Transfer to Secure Flow", user: "Transfer to User", voicemail: "Transfer to Voicemail" }, updateConversationAttribute: "Update Conversation Attribute", updateExternalContact: "Update External Contact", updateVariables: "Update Data", updateWorkitem: "Update Workitem", secureAction: "Call Secure Data Action", dataAction: "Call Data Action", unknown: "Unknown", userInput: "User Input", voiceBiometrics: "Voice Biometrics", voiceProcessing: "Voice Processing", wait: "Wait", workitem: "Workitem" }, actionMenu: { actionMenuAriaLabel: "Action Menu", actionTypeMenuChoice: "Menu Action Type", actionTypeTask: "Task Action Type", childActions: "Child Actions", clearClipboard: "Clear Clipboard", collapse: "Collapse", copy: "Copy", cut: "Cut", expand: "Expand", source: "Source %1$s", noPastableObjects: "No objects on clipboard", pasteHeader: "Paste object", remove: "Remove from clipboard", type: "Type" }, admin: { adminOrganizationSettingsLabel: "Admin Organization Settings" }, agenticVirtualAgent: { agenticVirtualAgent: "Agentic Virtual Agent", agenticVirtualAgentBillingInfoNote: "For token-based pricing details on interactions with Agentic Virtual Agents, see the {{link.__GENESYS_CLOUD_TOKENS_BASED_PRICING_MODEL__, Resource Center}} documentation.", agenticVirtualAgentVersion: "Agentic Virtual Agent Version", agenticVirtualAgentExtraConfigInfoNote: "Extra configuration options are available within the Agentic Virtual Agent.", agenticVirtualAgentViewPermission: "You do not have permission to view Agentic Virtual Agents.", agenticVirtualAgentVersionViewPermission: "You do not have permission to view Agentic Virtual Agent version.", mustSelectAgenticVirtualAgent: "An Agentic Virtual Agent must be selected.", agenticVirtualAgentNotFound: "The selected Agentic Virtual Agent could not be found.", mustSelectAgenticVirtualAgentVersion: "An Agentic Virtual Agent Version must be selected.", agenticVirtualAgentVersionNotFound: "The selected Agentic Virtual Agent Version could not be found.", openAgenticVirtualAgentsInNewTab: "Open Agentic Virtual Agents in new tab", exitReasonDescription: "Indicates what caused the Agentic Virtual Agent to exit. See the Call Agentic Virtual Agent action help for more details on exit reason string values." }, alertService: { architectBusy: "Please wait, Architect is busy.", architectNewVersion: "A newer version of Architect is available. Please refresh the page to load the updated version." }, askCommon: { continuationReprompts: "Continuation Reprompts", continuationRepromptsDescription: "Additional wordings to use for continuation prompting during slot capture.", customizeContinuationPrompt: "Customize Continuation Prompt", customizeNoInput: "Customize No Input", customizeNoMatch: "Customize No Match", customValidation: { label: "Custom Validation", description: "If specified, this boolean expression lets you configure additional validation logic that when evaluated at runtime will be used to determine if the received value meets these additional requirements. If it evaluates to false or a NOT_SET boolean, the value is considered invalid.", noValue: "No custom input validation specified." }, defaultContinuationPrompt: "Default Continuation Prompt", defaultNoInput: "Default No Input", defaultNoMatch: "Default No Match", initialPlaybackDelay: "Initial Playback Delay", invalidResponse: "Invalid Response", minimumPlaybackTime: "Minimum Playback Time", noInput: "No Input", noInputDescription: "Wording the bot will use when no input is received. Remember that no input handling will use the wording configured in the No Input Apology setting in the No Inputs Detected section on the User Input Settings in this flow prior to playing this Communication.", noInputReprompts: "No Input Reprompts", noInputRepromptsDescription: "Additional wordings to use when no input is received. The length of the reprompt collection will override the max number of No Input retries defined at Settings > User Input > No Input Detected > Maximum Number of No Input Retries for that particular action. An empty collection will turn off No Input retries.", noMatch: "No Match", noMatchDescription: "Wording the bot will use when input is received but it is not a valid match. Remember that no match handling will use the wording configured in the No Match Apology setting in the No Matches Detected section on the User Input Settings in this flow prior to playing this Communication.", noMatchReprompts: "No Match Reprompts", noMatchRepromptsDescription: "Additional wordings to use when input is received but it is not a valid match. The length of the reprompt collection will override the max number of No Match retries defined at Settings > User Input > No Match Detected > Maximum Number of No Match Retries for that particular action. An empty collection will turn off No Match retries.", question: "Question", questionDescriptionWaitForInputAction: "Wording the bot will use prior to waiting for input from the external participant.", questionDescriptionAskActions: "Wording the bot will use when asking the question for the first time.", voiceProcessingPrompt: "Voice Processing Prompt", voiceProcessingPromptDescription: "This setting overrides the Voice Processing Prompt in Call Guides. If both are configured, this setting will be applied.", voiceEndOfInputTimeout: "Voice End of Input Timeout", voiceBargeInSettingLabel: "Voice Barge-in", voiceBargeInSettingTooltip: "When enabled, the external participant can interrupt audio while it is playing.", voiceEndOfInputTimeoutDescriptionAskActions: "Specifies the maximum length of time to pause after the user appears to have finished speaking. Too low of a value may cause user input to be truncated mid-sentence and too high of a value may cause some users to repeat themselves leading to recognition problems. If the Duration value is less than the minimum value, the minimum value will be used. If the value is greater than the maximum value, the maximum value will be used and if the value is a NOT_SET Duration, the default value will be used at runtime." }, askForAuthentication: { askForAuthSignInMessage: "Sign In Message", askForAuthSuccessMessage: "Success Message", askForAuthSignInMessageDefault: "Let's Sign In", askForAuthSuccessMessageDefault: "Sign In Completed", askForAuthChannelNote: "Ask to Authenticate is only available for Apple Messages for Business. Using it on other channels will take the failure path.", askForAuthCompletionTimeout: "Authentication Completion Timeout", askForAuthCompletionTimeoutDesc: "Once the authentication request has been sent, this is the maximum length of time to wait for the participant to complete the authentication. If the authentication is not completed within this time then a No Input event will be triggered." }, askForIntent: { knowledgeBaseMustBeSelectedWhenKnowledgePathEnabled: "The '%1$s' path cannot be used when there is no Knowledge Base configured for the bot's Knowledge settings.", knowledgeSettingMustBeSelectedWhenKnowledgePathEnabled: "The '%1$s' path cannot be used when there is no Knowledge Setting configured for the bot's Knowledge settings.", nluMustHaveOneIntent: "There must be at least one intent defined in the bot's Natural Language Understanding configuration if you want to ask for an intent.", mustEnableOneNluIntent: "When asking for an intent, you must enable at least one intent in this action's Paths setting. Bot intents are configured in the Natural Language Understanding configuration.", mustEnableOneNluIntentOrKnowledge: "You must enable at least one intent or the '%1$s' path in this action's Paths setting. Bot intents are configured in the Natural Language Understanding configuration." }, showKnowledgeBaseArticle: { knowledgeBaseArticleLabel: "Knowledge Base Article", showKnowledgeBaseArticleNote: "The available articles that can be shown come from the Knowledge Base configured in the '{{settings.__KNOWLEDGE__}}' settings for this flow.", showKnowledgeSettingArticleNote: "This action is unavailable for this knowledge type. Use session-level variables or answer controls instead." }, askForNLUNextIntentAction: { actionNameBegin: "Begin: %1$s", actionNameEnd: "End: %1$s", loopOutputPathReentryLabel: "Re-Entry" }, askForPayment: { askForPayCurrency: "Currency", askForPaymentCurrencyDesc: "Use the 3-letter currency code defined by the ISO 4217 standard (e.g., USD for US Dollar, EUR for Euro). In literal mode, this value changes the currency code of %1$s, %2$s and %3$s.", askForPayCountryCode: "Country Code", askForPaymentCountryCodeDesc: "Use the 2-letter country code defined by the ISO 3166 standard (e.g., US for United States, DE for Germany).", askForPaymentChannelNote: "Ask for Payment is currently only available for Apple Messages for Business.", askForPaymentReplyMessage: "Reply Message", askForPaymentPaymentPlatform: "Payment Platform", askForPaymentTotalPrice: "Total Price", askForPaymentTotalPriceDesc: "Enter the total amount for all items, including shipping. Must be a positive number greater than zero (e.g., 129.99).", addLineItemsButton: "Add items to set", noLineItemsDefined: "No items defined", askForPaymentLineItems: "Line Items", askForPaymentListingName: "Listing Name", askForPaymentListingNameDesc: "Enter the name or title of this item (e.g., Premium Support Package, Express Shipping).", askForPaymentListingPrice: "Listing Price", askForPaymentListingPriceDesc: "Enter the monetary amount for this item. Can be positive, negative, or zero (e.g., 49.99, -10.00, 0).", askForPaymentShippingOptions: "Shipping Options", askForPaymentShippingOptionLabel: "Label", askForPaymentShippingOptionLabelDesc: "Enter the user-facing name for this shipping method (e.g., In Store Pickup, USPS Priority Mail).", askForPaymentShippingOptionIdentifier: "Identifier", askForPaymentShippingOptionIdentifierDesc: "Enter a technical identifier for this shipping method (e.g., storePickup, uspsPriority).", askForPaymentShippingOptionDetails: "Shipping Details", askForPaymentShippingOptionDetailsDesc: "Provide additional details about this shipping method, such as estimated delivery time or special conditions (e.g., \u201CDelivered within 2-3 business days\u201D).", askForPaymentCompletionTimeout: "Payment Completion Timeout", askForPaymentCompletionTimeoutDesc: "Once the payment has been sent, this is the maximum length of time to wait for the participant to complete the payment. If the payment is not completed within this time then a No Input event will be triggered.", askForPaymentDuplicateIdentifiers: "Identifiers have to be unique", askForPaymentDuplicateContactInformationTypes: "Contact information types must be unique", askForPaymentCurrencyMismatch: "Currency codes must match the Currency Code settings. All price settings must use the same currency code.", askForPaymentContactInformation: "Contact Information", askForPaymentContactInformationDesc: "If specified, the customer contact fields required to complete the transaction.", askForPaymentContactInformationPlaceholder: "Select required contact information", askForPaymentContactInformationPhone: "Phone", applePay: "Apple Pay" }, askForSlot: { askForSlotInvalid: "Architect cannot look up the associated variable for the selected slot. Please reselect the slot.", confirmationMode: "Confirmation Mode", confirmationModeDescription: `This controls if the bot will confirm the slot value supplied by the participant is correct. If this setting evaluates to "%1$s" at runtime and the participant supplied value is valid, as per settings in the '%2$s' section, the bot will use the '%3$s' communication to confirm it with the participant.`, confirmationModes: { confirmationModeAlways: "Always", confirmationModeNever: "Never" }, confirmationModeUnavailableNote: "Slot confirmation is unavailable with multi-select slots", confirmationQuestion: "Confirmation Question", confirmationQuestionDescription: "Wording the bot will use to confirm the value supplied by the participant is correct. To access the value supplied by the participant in an expression, use the Slot. variable associated with the slot configured on this action.", confirmationQuestionDoesNotReferenceSlotVariable: "The slot confirmation question does not reference the slot variable '%1$s' which will hold the value the bot received. Typically, a bot will want to use the received slot value when confirming it with the participant.", confirmationModeNeverWithRangeValuesWarning: "'%1$s' has predefined values, and confirmation mode is set to 'Never'. Set to 'Always' to allow user correction on invalid inputs.", noSlotsAvailable: "No Slots Available", selectedSlotError: "There is no slot with the name '%1$s' in the Natural Language Understanding configuration.", selectSlot: "Select a Slot", slotName: "Slot", slotResult: "Slot Result", slotResultDescription: "The variable that holds the selected slot value. If already set, the bot will not ask for a value and execution will go to the next action.", noSlotSelected: "There is no slot selected.", verifyGroupingLabel: "Verification", continuationPromptGroupingLabel: "Continuation Prompt", repromptHandling: "Re-Prompt Handling", repromptHandlingOptions: { repromptHandlingOptionAIManaged: "AI managed", repromptHandlingOptionManuallyManaged: "Manual" }, continuationPrompt: "Prompt", continuationPromptDoesNotReferenceSlotVariable: "The continuation prompt does not reference the slot variable '%1$s' which will hold the value the bot received. Typically, a bot will want to use the received slot value on the continuation prompt.", tooManySkipChoicesError: "Cannot have more than one choice with command 'skip'. Found %1$s skip choices.", timePicker: "Time Picker" }, avaDebugger: { avaDebuggerToolSingular: "%1$s Tool", avaDebuggerToolPlural: "%1$s Tools", avaDebuggerErrorSingular: "%1$s Error", avaDebuggerErrorPlural: "%1$s Errors", avaDebuggerToolId: "Tool ID", avaDebuggerKnowledgeNoResponse: "No response was returned from the knowledge service.", avaDebuggerGuardrailTriggered: "Guardrail Triggered", avaDebuggerViolationLimit: "Violation limit" }, audio: { actionNotValidError: "Action (or action with current settings) not available for '%1$s' because that language does not support runtime data playback, which is required for '%2$s'", add: "Add", addAudio: "Add Audio", addBlank: "Add Blank Audio", addText: "Add Text", addTTS: "Add TTS", addData: "Add Data", addExpression: "Add Expression", addOther: "Add Other", addPrompt: "Add Prompt", addPromptToBegin: "Add a prompt to begin", addTitle: "Add new prompt", advancedAudioInUseSingle: "1 audio sequence is set", advancedAudioInError: "1 or more audio sequences are in error", advancedAudioInUse: "%1$s audio sequences are set", alternateSequences: "Alternate sequences", addAlternateSequence: "Add Alternate Sequence", enableAlternateSequence: "Enable alternate sequence for '%1$s'", disableAlternateSequence: "Disable alternate sequence", audioLabel: "Audio", audioSequenceTitle: "Audio Sequence", audioSequenceDropDownLabel: "Audio Sequence Editor", bargeInExpressionLabel: "Enable Barge-in", bargeInExpressionTooltip: "The Barge-in checkbox does not affect an audio sequence in custom expression mode. Use the AudioPlaybackOptions function in custom expression text to control barge behavior if needed.", blankAudioExpression: "Audio may not be blank", blankMainSeqError: "All alternate sequences must be enabled or main sequence must have items added", blankMainSeqWarning: "The main sequence has no sequence items defined", blankMainSeqWarningContext: "The main sequence for '%1$s' has no audio set", blankTTSWarning: "No text to speech value", browserPermission: "Please accept the request at the top of the browser to use the microphone.", browserPermissionDenied: "You must grant this site permissions to be able to record audio.", browserRecordingNotSupported: "Audio recording is not supported in this environment.", bulkImportInputLabel: "Audio wav files and CSV mapping file", bulkImportInputLabelNoAudio: "CSV file", bulkImportAudioInputLabel: "Audio wav files", bulkImportErrorTitle: "Import Error", bulkImportFail: "Failed to process the files for importing", bulkImportCsvMissingFieldOne: "The import CSV file is missing the required field '%1$s'", bulkImportParseError: "Failed with the following error:
%1$s", bulkImportParseError2: "Failed with the following errors:
%1$s", bulkImportTitle: "Import audio", bulkImportAudioTitle: "Add additional audio wav files", bulkImportWatermark: "Select files", cantPreview: "Audio file cannot be previewed", customAudioExpressionInUse: "Custom audio expression is set", customExpressionSwitch: "Switch to custom expression", defaultAudio: "Main Sequence", deleteButton: "Delete", deleteConfirmMultiple: "Are you sure you want to delete the %1$s selected prompts and their resources?", deleteConfirmSingle: 'Are you sure you want to delete the selected prompt named "%1$s" and its resources?', deleteTitle: "Delete selected prompts", downloadRecording: "Download recording", durationFormatLong: "%1$s seconds", editTitle: "Edit selected prompt", ensureAudioInPrompts: "Ensure all prompts have recorded audio", ensureAudioOrTTSInPrompts: "Ensure all prompts have recorded audio or text to speech", doNotValidateAudioMedia: "Do not validate prompt media", validatePromptLanguageMediaLabel: "Media Validation", enterTtsOrPrompt: "Enter text to speech or prompt", errorNoBlankAudioLength: "No blank audio duration selected", errorNoPrompt: "No prompt selected", errorNoVariable: "No variable selected", errorPromptCouldNotBeFound: "%1$s could not be found", errorInvalidVariable: "Invalid variable selected", errorMaxTtsLength: "The string length is %1$s characters, which exceeds the maximum allowed of %2$s for the text to speech engine '%3$s'.", errorMaxTtsLengthForPrompt: "The string length in the text to speech string on prompt '%1$s' (%2$s) is %3$s, which exceeds the maximum allowed of %4$s for the text to speech engine '%5$s'.", errorNoAudioPlaybackSupport: "Audio data playback is not supported for language %1$s", errorNoLanguageGenderSupport: "Language %1$s does not support gender playback options", errorNoLanguageCaseSupport: "Language %1$s does not support case playback options", errorNoTTSSupport: "Text to speech is not supported for language %1$s", errorNotValidTTS: "Language %1$s does not have a valid text to speech engine selected.", errorCommonModuleTTS: "Common Module '%1$s' uses text to speech in one or more languages that are disabled in this flow. Please assign text to speech engines to these languages in Supported Languages.", errorNoDataOptions: "No data playback options selected", failedToCreatePrompt: "Failed to create the prompt", failedToSavePrompt: "Failed to save the prompt", flushAudio: "Flush Audio", importTitle: "Import CSV data", languageButton: "Languages", languageColumns: "Visible Language Columns", languageColumnsWatermark: "Enter languages to display in grid", loadFailed: "Failed to load prompts", loadingPrompts: "Loading Prompts...", mainSequenceNote: "This sequence will never run because alternate sequences for each language are defined.", maxLanguagesSelected: "Maximum number of languages selected", multipleFileUploadContext: "Uploading %1$s files", nameError: "Prompt names can only contain letters, numbers, and underscores. They must start with a letter.", noPromptRecordedSystem: "There is no audio recorded for the system prompt '%1$s' in %2$s", noPromptRecordedUser: "There is no audio recorded for the user prompt '%1$s' in %2$s", previewHelpTooltip: "Click here if you are having trouble previewing audio", processingAudio: "Processing audio...", prompts: "Prompts", promptBeingUploadedSystem: "The system prompt '%1$s' is busy processing an upload for %2$s", promptBeingUploadedUser: "The user prompt '%1$s' is busy processing an upload for %2$s", promptTypeTooltip: "Prompt Type", promptMissingRequiredAudioError: "'%1$s' does not have audio for a language that does not support text to speech", promptNoAudioPopupError: "Missing supported language audio", promptMissingAudioError: "'%1$s' does not have audio for at least one supported language", promptNoAudioTtsError: "'%1$s' does not have audio or text to speech for at least one supported language", promptNoAudioTtsComplexError: "One or more prompts do not have audio or text to speech for at least one supported language", promptNoTtsOrTextError: "'%1$s' does not have text to speech or text specified for at least one supported language", promptSystem: "System Prompt", promptUser: "User Prompt", recordAudio: "Record Audio", recordStationLabel: "For station recording, receive call at:", recordTimer: "%1$s seconds", refreshNoPrompts: "There are no prompts", refreshNoResults: "There are no matching prompts", resetForLanguage: "Erase and reset sequence for this language", search: "Search prompts", selectMultipleFiles: "Select the CSV file and all audio files referenced in the CSV. Use the Control key when clicking (or the Command key in macOS) to select multiple files.

Audio files located in different folders can be added on the next screen if needed.", sequenceError: "Error in sequence item %1$s for %2$s", sequenceWarn: "Warning in sequence item %1$s for %2$s", sequenceMode: "Switch to sequence builder", sequenceOptions: "Sequence Options", sequenceTypeBlankLabel: "Blank", sequenceTypeBlankWatermark: "Select blank duration", sequenceTypeDataLabel: "Data", sequenceTypeDataWatermark: "Select variable", sequenceTypeDataOptionsWatermark: "Select Options", sequenceTypeExpressionLabel: "Expression", sequenceTypePromptLabel: "Prompt", sequenceTypePromptWatermark: "Select a prompt", sequenceTypeVoiceSnippetLabel: "Voice Snippet", sequenceTypeTtsLabel: "Text To Speech", sequenceTypeTtsWatermark: "Enter text to speech", sequenceWillNotPlay: "Will not play", startRecord: "Start Recording", stopRecord: "Stop Recording", switchToBuilderTitle: "Sequence Builder", switchToBuilderLosesChanges: "Switching to the sequence builder will discard any changes made in the custom expression.", tts: "TTS", ttsText: "TTS/Text", ttsConvertPopupText: "Create prompt from text to speech", transcodeFailed: "Server failed to process the upload for %1$s. Please try a different audio file and note that MP3 formatted files are not supported for audio upload.", typeNotRecognizedError: "Sequence item type not supported.", unavailableAudioOption: "Audio data option is unavailable because it requires a feature that is not available.", unavailableAudioOptionContext: "The option '%1$s' is unavailable because it requires a feature that is not available.", uploadLabel: "Audio file to import", uploadTitle: "Upload Audio", uploadWatermark: "Select audio file to import", warningAddNewSequenceItem: "Use the toolbar to add a new sequence item. Language sequences with no items will revert to the main sequence." }, audioFormats: { boolTrueFalse: "True / False", dateAndTime: "Date and time", durationExact: "Exact", durationExactDesc: "Exact value of the duration, no rounding", durationRoundUp: "Round Up", durationRoundUpDesc: "Round up to next 30 seconds, 1 minute, 2 minutes, 5 minutes or subsequent 5 minute intervals", durationRoundUp1: "Round Up (1 minute)", durationRoundUp1Desc: "Round up to the next 1 minute interval", durationRoundUp5: "Round Up (5 minutes)", durationRoundUp5Desc: "Round up to the next 5 minute interval", durationRoundUp10: "Round Up (10 minutes)", durationRoundUp10Desc: "Round up to the next 10 minute interval", durationRoundUp30: "Round Up (30 minutes)", durationRoundUp30Desc: "Round up to the next 30 minute interval", durationRoundUp60: "Round Up (1 hour)", durationRoundUp60Desc: "Round up to the next 1 hour interval", ordinal: "As ordinal", phoneNumberLocal: "Play as local", phoneNumberGlobal: "Play as global", phoneNumberAuto: "Play local for dialing code", phoneNumberLocalDesc: "Plays phone number in its local format", phoneNumberGlobalDesc: "Plays phone number in its global format", phoneNumberAutoDesc: "Plays phone number in local format if it matches the dialing code, otherwise global", percentage: "As percentage", percentage1: "As percentage, 1 decimal place", percentage2: "As percentage, 2 decimal places", playJsonData: "Play JSON data", precision0: "To 0 decimal places", precision1: "To 1 decimal place", precision2: "To 2 decimal places", precision3: "To 3 decimal places", precision4: "To 4 decimal places", precision5: "To 5 decimal places", precision6: "To 6 decimal places", precision7: "To 7 decimal places", precision8: "To 8 decimal places", stringPhoneNumber: "As phone number", stringTTS: "Text to speech", time: "Time", timeDesc: "Audio expressing time appropriate for the active language and region", wholeValue: "Entire value" }, audioMonitoringAction: { enableMonitoring: "Enable Monitoring", enableMonitoringDescription: "If true, audio monitoring will be enabled. If false or a NOT_SET Boolean, audio monitoring will be disabled." }, boolean: { disabled: "Disabled", enabled: "Enabled", true: "True", false: "False" }, bot: { followupResponseTimeoutLabel: "Follow-up Response Timeout", followupResponseTimeoutDescription: "If the bot needs to ask for follow-up information, this is how long to wait for the end user to send a reply. A NOT_SET, negative or 0 second Duration will be treated as immediate.", informationCouldNotBeLoaded: "There was an error loading bot information.", internalErrReferenceId: "There was an error retrieving the latest information about the selected %1$s. Please try validating again in a few minutes.", languageWarning: "The flow has supported languages that are unsupported by the selected %1$s, which supports %2$s. The Failure output will be taken if the flow is executing in a language not supported by the %1$s.", naturalLanguageUnderstanding: "Natural Language Understanding", insightsOptimizations: "Insights and Optimizations", nluConfigurationUnavailable: "Unable to obtain the Natural Language Understanding configuration data for the bot.", nluTrainingFailed: "Training failed for updates made to the Natural Language Understanding configuration. Please verify the Natural Language Understanding configuration is correct and retry the flow operation again.", noSupportedLanguages: "There are no Architect-supported languages configured on the selected %1$s.", sameNamedSlotsWithDifferentSlotTypes: "There are slots with matching names but different slot types in this bot flow's Natural Language Understanding configuration. Please change these slots to have unique names, as they will cause issues with auto-generated slot variables. Affected slot name is %1$s.", sameNamedSlotsWithDifferentSlotTypesMultiple: "There are slots with matching names but different slot types in this bot flow's Natural Language Understanding configuration. Please change these slots to have unique names, as they will cause issues with auto-generated slot variables. Affected slot names are %1$s.", unsupportedAISlotTypeError: "AI slot types are only available in Virtual Agent enabled flows.", whitespacePresentInSlotTypeValue: "The slot type list value of '%1$s' in '%2$s' contains leading or trailing whitespace. This may result in voice recognition failures during runtime." }, cannedResponses: { cannedResponseTypeFormDescription: "A form is a canned response whose response type is form.", cannedResponseTypeMessageTemplateDescription: "A message template is a canned response whose response type is message template." }, digitalBot: { intentNotMappedToTask: "One or more intent in this flow's '{{settings.__NATURAL_LANGUAGE_UNDERSTANDING__}}' configuration are not mapped to a reusable task.", intentMappedToInvalidTask: "One or more intent in this flow's '{{settings.__NATURAL_LANGUAGE_UNDERSTANDING__}}' configuration are mapped to a reusable task that does not exist." }, digitalBotConnector: { followupResponseTimeoutDescription: "If the bot needs to ask for follow up information, this will set the duration for how long to wait for the end user to send a reply. Examples of errors for timeout include submitting a NOT_SET, zero or negative duration." }, choice: { choiceButtonDuplicateNameError: "A button with name '%1$s' already exists", choiceButtonNoNameError: "Button %1$s does not have a name", choiceMenuLabelDescription: "If specified, the label supplies the text to use for the menu choice at flow runtime. For flows that support more than one language, the label setting should be used to supply localized text for the choice. If not specified or the calculated String value for the label setting is a NOT_SET or blank string, the button text will be used.", choiceMenuLabelLabel: "Label" }, integration: { name: "Integration" }, botConnector: { addSessionVariable: "Add Session Variable", botVersionNotFound: "The selected bot version could not be found.", digitalBotVersionNotFound: "The selected digital bot version could not be found.", botIntegration: "Bot Integration", digitalBotIntegration: "Digital Bot Integration", botVersion: "Bot Version", digitalBotVersion: "Digital Bot Version", botName: "Bot Name", digitalBotName: "Digital Bot Name", intents: "Intents", botConnectorIntegration: "Bot Connector Integration", botConnectorVersion: "Bot Connector Version", botConnector: "Bot Connector", digitalBotConnector: "Digital Bot Connector", digitalBotConnectorIntegration: "Digital Bot Connector Integration", digitalBotConnectorVersion: "Digital Bot Connector Version", botResponseTimeoutLabel: "Bot Response Timeout", botResponseTimeoutDescription: "The time allowed for a third-party bot to respond to webhook calls. Examples of errors for timeout include submitting a NOT_SET, zero or negative duration.", sessionTimeoutLabel: "Session Timeout", sessionTimeoutDescription: "Once the conversation is started, this is how long a conversation can remain open. Examples of errors for timeout include submitting a NOT_SET, zero or negative duration.", timeoutSettingsLabel: "Timeout settings", mustSelectBotIntegration: "A bot integration must be selected.", mustSelectDigitalBotIntegration: "A digital bot integration must be selected.", mustSelectBotName: "A bot name must be selected.", mustSelectDigitalBotName: "A digital bot name must be selected.", mustSelectBotVersion: "A bot version must be selected.", mustSelectDigitalBotVersion: "A digital bot version must be selected.", noSlots: "There are no slots defined for this intent.", savedVersionOfBotVersion: "Flow is referencing a cached version of this bot version. The bot version may be out of date or deleted.", secondaryHeaderForVersion: "(Version %1$s)", selectBotIntegration: "Select Bot Integration", selectDigitalBotIntegration: "Select Digital Bot Integration", selectBotName: "Select Bot Name", selectDigitalBotName: "Select Digital Bot Name", selectBotVersion: "Select Bot Version", selectDigitalBotVersion: "Select Digital Bot Version", sessionVariable: "Session Variable", sessionVariables: "Session Variables", unableToRetrieveBotIntegration: "Was unable to retrieve bot integration for selected bot.", unableToRetrieveBot: "Was unable to retrieve bot for selected version.", botIntegrationNotFound: "Selected bot integration could not be found", digitalBotIntegrationNotFound: "Selected digital bot integration could not be found", botNameNotFound: "Selected bot name could not be found", digitalBotNameNotFound: "Selected digital bot name could not be found", inputTextLabel: "Bot Input Text", inputTextDescription: "The text to send to the bot.", inputTextDescriptionForChat: "The text to send to the bot. This is usually only set when chaining bot actions." }, botGeneric: { botAddSessionVariableLabel: "Add Session Variable", botIntegrationLabel: "Bot Integration", botIntentsLabel: "Intents", botNameLabel: "Bot Name", selectedBotNameNotFound: "The selected bot name could not be found.", botVariablesLabel: "Bot Variables", botVariablesDescription: "Variables able to be used in the bot.", botVersionLabel: "Bot Version", botVersionNotFoundGeneric: "The selected bot version could not be found.", flowReferencingSavedVersionOfBot: "Flow is referencing a cached version of this bot. The bot may be out of date or deleted.", inputTextLabelGeneric: "Bot Input Text", inputTextDescriptionGeneric: "The text to send to the bot.", inputTextDescriptionForChat: "The text to send to the bot. This is usually only set when chaining bot actions.", mustSelectBotNameGeneric: "A bot name must be selected.", mustSelectBotVersion: "A bot version must be selected.", noSlotsForIntent: "There are no slots defined for this intent.", noBotVariables: "There are no bot variables defined for this bot.", selectedBotIntegrationNotFound: "The selected bot integration could not be found.", selectBotNameLabel: "Select Bot Name", selectBotVersionLabel: "Select Bot Version", sessionVariableLabel: "Session Variable", sessionVariablesLabel: "Session Variables", unableToRetrieveSelectedBotIntegration: "Unable to retrieve the bot integration for the selected bot.", unableToRetrieveSelectedBot: "Unable to retrieve the selected bot." }, nuanceMix: { channel: "Channel", channelDescription: "The channel type to pass to the Nuance bot, which can specialize parts of the bot's behavior", channelNotFound: "The selected channel could not be found.", noChannelsAvailable: "None of channels on the selected bot are available for this flow.", selectedChannelNotValid: "The '%1$s' channel exists on the selected bot, but is unavailable for this flow.", nuanceMixBot: "Nuance Mix Bot", nuanceMixIntegration: "Nuance Mix Integration", mustSelectNuanceMixBotIntegration: "A Nuance Mix integration must be selected.", externalDataTypeLabel: "Name: %1$s", externalComplexDataTypeLabel: "Object", externalDataTypeTitle: "Nuance Data Type", selectNuanceMixBotIntegration: "Select Nuance Mix Integration" }, blankAudio: { msContext: "%1$s ms", oneSecond: "1 second", secondsContext: "%1$s seconds", blankAudioLabel: "blank: %1$s" }, bridgeServer: { action: "Action", actionNotFound: "The selected Bridge action could not be found.", actionSchemasError: "Action success, failure, or output information could not be loaded.", category: "Category", bridgeAction: "Bridge Action", mustSelectAction: "A Bridge action must be selected.", noActionsAvailable: "There are no Architect compatible Bridge actions available to this user.", noHelpLink: "There is no help link defined for this Bridge action.", processingPrompt: "Processing Prompt", savedVersionOfAction: "Flow is referencing a cached version of this Bridge action. The action may be out of date or deleted.", selectAction: "Select an action", selectCategory: "Select a category", timeout: "Timeout", timeoutOfZero: "Timeout must be greater than zero", useSuggestedTimeout: "Use action's suggested timeout" }, callAudioConnector: { audioConnectorIntegrationDescription: "The audio connector integration to be used for this action.", connectorId: "Connector ID", mustSelectAudioConnectorIntegration: "An Audio Connector integration must be selected.", selectAudioConnectorIntegration: "Select Audio Connector Integration", audioConnectorType: "Audio Connector" }, callBotFlowAction: { configuredIntentValues: "Configured Intent Values", executionResults: "Execution Results", exitReason: "Exit Reason", exitReasonDescription: "Indicates what caused the Bot Flow to exit. See the Call Bot Flow action help for more details on exit reason string values.", exitReasonExamplesTitle: "Example Exit Reason Values", intent: "Intent", intentDescription: "The intent returned from the Bot flow invocation at runtime. If no intent is detected, the variable bound in the Intent setting will be set to a NOT_SET String at runtime.", intentsNone: "None", inputTextLabel: "Bot Input Text", inputTextDescription: "Supplies an initial utterance to the bot that will be processed by the first Ask action executed in the bot flow.", languageChangeWarningImmediate: "Runtime language changes made by the %1$s to a supported language of this flow will be reflected immediately.", languageChangeWarningCommonModule: "Runtime language changes made by the %1$s to a supported language of this common module will be reflected immediately or at the end of the common module task if called by a call flow.", languageChangeWarningTaskEnd: "Runtime language changes made by the %1$s to a supported language of this flow will be reflected when the task ends.", callBotFlowInfo: "All subsequent Bot Flows called will inherit settings from the initial Bot Flow.", callDigitalBotFlowInfo: "All subsequent Digital Bot Flows called will inherit settings from the initial Digital Bot Flow." }, cardsAndCars: { askForSlotChooserLabel: "Slot Value Presentation", askForSlotChooserDescription: "Specify how to present slot value choices to the participant here.", addButtonLabel: "Button", alternativeLabelAdd: "Add alternative label", alternativeLabelRemove: "Remove alternative label", buttonTitlePlaceholder: "Title", cardLabel: "Card", carouselLabel: "Carousel", choiceLabelNoName: "", choicePostbackLabel: "Postback", choiceTypeLabel: "Button Action", choiceUrlLabel: "Open URL", choiceUrlValue: "URL Value", chooserNluDiffsUpdate: "Update", chooserNluDiffsWarning: "One or more slot type values for the selected slot are not reflected below.", chooserConfirmDisplayMode: "With three or fewer buttons, two display options are available.", chooserConfirmDisplayMode2: "Choose an option", chooserSingleCard: "Assign all buttons to one card", chooserMultipleCards: "Assign one button per card", choiceNoUrlValue: "", choiceNoSlotTypeValue: "", choiceNoPostbackValue: "", choiceFromSlotTypeValue: "From slot type value", choiceUsingSlotTypeValue: "Using the slot type value label.", choiceLabelIsSameAsValue: "Label is the same as the value", choiceRemainingSingular: "1 button remaining", choicesRemainingPlural: "%1$s buttons remaining", collectionEmptyCarouselLabel: "Add cards to your carousel", collectionEmptyCarouselDesc: "Cards can include images, titles and descriptions to offer a richer visual experience.", collectionCreateFirstMessage: "Create your first '%1$s'", collectionEmptyMessage: "No items in collection", digitalMenuChooserLabel: "Choices", digitalMenuChooserDescription: "Specify menu choices to offer the participant and how to present them here.", dynamicSlotTypeQuickReplies: "For a dynamic list slot type, there is nothing additional to configure when presenting the list choices as quick replies.", duplicatePostbackValue: "The postback value '%1$s' is a duplicate.", knowledgeSearchResultLabel: "Knowledge Search Results", knowledgeSearchResultDescription: "The variable that holds the collection of KnowledgeBaseDocument objects matched in the search that occurs at this action. If '{{knowledgeSettingsMode.__STANDARD__}}' knowledge handling is selected then the search results collection will only ever contain the article shown to the user. If '{{knowledgeSettingsMode.__CUSTOM__}}' knowledge handling is selected then the results collection may contain multiple articles that strongly match the search.", knowledgeSearchResultDescriptionMultipleArticles: "The variable that holds the collection of KnowledgeBaseDocument objects matched in the search that occurs at this action. If the '{{knowledgeSettingsMode.__STANDARD__}}' knowledge handling is selected then the search results collection will only ever contain the variable that holds the collection of KnowledgeBaseDocument objects matched in the search that occurs at this action. If '{{knowledgeSettingsMode.__CUSTOM__}}' knowledge handling is selected then the results collection may contain multiple articles that strongly match the search.", noRichMedia: "No rich media", noRichMediaNoSlotSelected: "Rich media presentation options are not available because no slot is selected.", noRichMediaSlotTypeNotList: "Rich media presentation options are not available because the selected slot is not a list or dynamic list.", noRichMediaTooManyChoices: "Rich media presentation options are not available because the selected slot has more than %1$s slot type values.", quickRepliesLabel: "Quick Replies", quickReplyLabel: "Quick Reply", selectionResultLabel: "Selection Result", selectionResultDescription: "The variable that holds the value of the menu choice chosen by the participant. If no choice is selected by the participant, the variable value will be left alone.", skipResponseCarouselDisabled: "Skip Response is disabled because the Carousel limit has been reached", skipResponseDisabled: "Skip Response is disabled because the Quick Reply limit has been reached", switchPresentation: "Switch Presentation", expression: { chooserInvalidChoiceCountForSlotType: "The number of choices is not enough to match the number of values configured in the slot type '%1$s'.", chooserInvalidListItemCountForSlotType: "The number of list items is not enough to match the number of values configured in the slot type '%1$s'.", chooserNoChoicesConfiguredForSlotTypeValues: "There are no choices configured for the '%1$s' slot type value(s) %2$s.", chooserNoListItemsConfiguredForSlotTypeValues: "There are no list items configured for the '%1$s' slot type value(s) %2$s.", chooserInvalidChoiceValueForSlotType: "The choice with value '%1$s' is not a valid value for the slot type '%2$s'.", chooserInvalidListItemValueForSlotType: "The list item with value '%1$s' is not a valid value for the slot type '%2$s'.", chooserInvalidChoiceValueForSlotTypeExpressionMode: "The choice using expression mode with the literal value '%1$s' is not a valid value for the slot type '%2$s'.", chooserInvalidListItemValueForSlotTypeExpressionMode: "The list item using expression mode with the literal value '%1$s' is not a valid value for the slot type '%2$s'.", chooserMultipleChoicesForSlotTypeValue: "There is more than one choice for the slot type value '%1$s'.", chooserSlotTypeNotListOrDynamicListType: "The slot type '%1$s' is not a list or dynamic list type.", chooserSlotTypeNameIsNotValid: "The slot type '%1$s' is not valid.", chooserNoSlotTypeConfiguredForSlot: "There is no slot type configured for the slot '%1$s'.", chooserInvalidSlotName: "The slot '%1$s' is not valid.", chooserPresentationModeNotAllowedWithMismatchSlotType: "The presentation mode '%1$s' is not permitted for the selected slot type." }, cardType: { label: "Card", noDescription: "No Description", noDescriptionRuntimeEvaluationStr: "No Card Description", noImage: "No Image", noImageRuntimeEvaluationStr: "No Card Image", noTitle: "No Title", noTitleRuntimeEvaluationStr: "No Card Title" }, carouselType: { defaultCardTitle: "Title %1$s" }, choiceType: { choiceInQuickReplyMustBePostback: "The choice type '%1$s' is not valid when used in a QuickReplies value." }, timePickerType: { noImage: "No Image", noImageRuntimeEvaluationStr: "No Time Picker Image", noTitleRuntimeEvaluationStr: "No Time Picker Title", subtitlePlaceHolder: "Subtitle", addressPlaceHolder: "Address", longitudePlaceHolder: "Longitude", latitudePlaceHolder: "Latitude", noSubtitle: "No Subtitle", noSubtitleRuntimeEvaluationStr: "No Time Picker Subtitle", enableLongLatLabel: "Use Latitude and Longitude", missingPermission: "You are missing the required permissions for autocomplete" }, listPickerType: { addNewSectionTooltip: "Add a new section", emptyListPickerSectionLine1: "This section is empty.", emptyListPickerSectionLine2: "To add items, move them from another section.", listPicker: "List Picker", missingValuesSectionLabel: "Missing Values", moveItemsFromAnotherSectionButtonTooltip: "Move items from another section", receivedMessageLabel: "Received Message", receivedMessageButtonTextLabel: "Button Text", replyMessageLabel: "Reply Message", replyMessageTitle: "List selections are displayed here", replyMessageDescription: "Reply Message for the list picker.", searchSlotValues: "Search slot values", disabledMultiselectToggleTooltip: "Not available because selected slot capture is set to single value", invalidMultipleSectionsWarning: "At runtime, multiple sections for slots that are set to single value capture will be ignored.", invalidMultipleSectionsWarningMessage: "At runtime, multiple sections for slots that are set to single value capture will be ignored in %1$s conversations. %2$s conversations support multiple sections for single-value slots.", invalidNluValue: "This item is no longer a valid slot type value." } }, categories: { customerSecuredData: "Customer Secured Data", find: "Find", flow: "Flow", journey: "Journey" }, clearSlot: { addSlot: "Add Slot", clearSlotTitle: "Clear Slot", specifiedMoreThanOnce: "The slot '%1$s' is specified more than once.", mustSpecifySlot: "You must specify a slot.", noSlotsToClearWarning: "There are no slots specified to clear.", slotToClear: "Slot to Clear", slotsLabel: "Slots", noSlotsDefined: "No Slots defined" }, communicate: { communication: "Communication" }, clipboard: { content: { canPaste: { downConvert: { menuChoice: { toAction: "If pasted to this location, the action from the action menu will be pasted.", toReusableMenu: "If pasted to this location, the menu from the sub-menu will be pasted as a reusable menu.", toReusableTask: "If pasted to this location, the task from the task menu will be pasted as a reusable task." } }, upConvert: { action: { toMenuChoice: "If pasted to this location, an action menu will be created for this action.", toReusableTask: "If pasted to this location, a reusable task will be created that contains this action.", toState: "If pasted to this location, a state will be created that contains this action." }, menu: { toMenuChoice: "If pasted to this location, the menu will be pasted as a sub-menu." }, task: { toMenuChoice: "If pasted to this location, a task menu will be created that contains this task." } } }, notSupportedByFlowType: { action: "This contains an action of type '%1$s' which cannot be pasted to flows of type '%2$s'.", dataTypeKnown: "This uses a data type of '%1$s' which cannot be used in flows of type '%2$s'.", dataTypeUnknown: "This contains a data type which cannot be used in flows of type '%1$s'.", menuChoiceAction: "This contains an action menu of type '%1$s' which cannot be used in flows of type '%2$s'.", menusOrMenuChoices: "This contains a menu which cannot be pasted to flows of type '%1$s'.", states: "This contains a state which cannot be pasted to flows of type '%1$s'.", tasks: "This contains a task which cannot be pasted to flows of type '%1$s'.", builder: "This contains a '%1$s' which cannot be pasted to flows of type '%2$s'. The builder will be removed and converted to an expression." }, pastableLocations: { cannotPasteActionAsMenuChoiceMoreThanOne: "Unable to paste as an action menu because there is more than one action on the clipboard and menus can only have one action.", cannotPasteGeneric: "Unable to paste to this location.", contentCannotBeActionMenu: "Unable to paste as an action menu because the action is not valid for use as a menu.", destinationHasNoChoices: "This cannot be pasted here because the paste location is not a top level menu, a reusable menu or a sub-menu.", menuChoiceSubMenu: "A sub-menu can only be pasted directly under a top level menu, sub-menu or as a reusable menu.", menuChoiceInlineTask: "A task menu can only be pasted directly under a top level menu, under a sub-menu or as a reusable task.", state: "A state can only be pasted within the States container.", task: "A task can only be pasted directly under a top level menu, under a sub-menu or as a reusable task." }, removalError: "Unable to remove the content from the clipboard object." }, copy: { clickToCopyLabel: "Click to Copy", copiedToClipboardLabel: "Copied To Clipboard", copyFailed: "The copy operation failed.", copyFailureTitle: "Copy Failed", copyObjectDoesNotBelongToAFlow: "Object cannot be copied because it does not belong to a flow.", copyObjectNotSpecified: "No object specified to copy. Please select something to copy.", onlyCopyActionOrMenuOrStateOrTask: "You can only copy actions, menus, states or tasks.", permissions: { cannotCopyPermissionsGranularAcl: "Unable to copy because you do not have the architect:flow:edit permission in at least one division." } }, cut: { cannotCutFlowNotEditable: "Unable to cut because the flow is not editable.", cannotCutStartUpObject: "Unable to cut the startup object of a flow.", cannotCutPeriodicState: "Unable to cut the periodic state of a flow.", cutObjectDoesNotBelongToAFlow: "Object cannot be cut because it does not belong to a flow.", cutObjectNotSpecified: "No object specified to cut.", cutFailed: "The cut operation failed.", cutFailureTitle: "Cut Failed", onlyCutActionOrMenuOrStateOrTask: "You can only cut actions, menus, states or tasks.", permissions: { cannotCutPermissionsGranularAcl: "Unable to cut because you do not have the architect:flow:edit permission in at least one division." } }, paste: { additionalInfo: { alertMessage: "Additional paste result information available. Click here to open.", clipboardVariableReferenceNotAdded: "Clipboard-Referenced Variable Not Added", clipboardVariableReferenceNotAddedMoreThanOne: "Clipboard-Referenced Variables Not Added", clipboardVariableReference: "Clipboard Reference", createdVariable: "Created Variable", createdVariableMoreThanOne: "Created Variables", infoDependentCreatedVariables: "This shows dependent variables that were created during the paste operation. These are variables that are referenced by but are not part of objects on the clipboard. Since they did not exist where the clipboard was pasted, those variables were automatically created.", infoDependentNotCreatedVariables: "This shows variables that were referenced by objects on the clipboard that did not get created during the paste operation because the variables are no longer referenced by the pasted content.", infoVariableReferenceUpdates: "This shows variable references as they existed in objects on the clipboard and what they changed to when pasted.", modalTitle: "Additional Paste Information", pastedVariableReference: "Pasted Reference", updateVariableReference: "Updated Variable Reference", updateVariableReferenceMoreThanOne: "Updated Variable References" }, flowNotEditableByCurrentUser: "This cannot be pasted because you cannot edit the flow.", flowTypeCouldNotBeDetermined: "This cannot be pasted because the flow type for the paste destination location could not be determined.", noContent: "There is nothing to paste.", noDestFlow: "Unable to paste because the destination flow was either not specified or could not be determined.", pasteFailed: "The paste operation failed.", pasteFailureTitle: "Paste Failure" } }, createCallback: { noInputs: "The selected callback script has no inputs.", calleeName: "Callee Name", callbackNumber: "Callback Number", callbackScriptNotFound: "The selected callback script could not be found.", noQueueNote: "Callback will be placed on the current queue", script: "Script", selectScript: "Select a callback script", selectedScript: "Callback Script", savedVersionOfCallbackScript: "Flow is referencing a cached version of this callback script. The callback script may be out of date or deleted." }, collectionEditor: { titleContext: "Edit '%1$s' collection", itemLabel: "Item", itemsInCollection: "%1$s items in %2$s", itemsInCollectionOne: "1 item in %1$s", addItem: "Add Item" }, collectInput: { allowDigitRange: "Range of digits", dtmfVariable: "Input Data Name", individualDigits: "Individual Digits", inputAudio: "Input Audio", monetary: "Monetary", noVerification: "No Verification", numeric: "Numeric", numberDigitsLabelExact: "Number of Digits", numberDigitsLabelRange: "Range of Digits", numberDigitsChangeExact: "change to exact", numberDigitsChangeRange: "change to range", numberDigitsExact: "Exactly %1$s digits", numberDigitsExactSingular: "Exactly 1 digit", numberDigitsRange: "Any number of digits between %1$s and %2$s, inclusive", terminatingCharacter: "Terminating DTMF", verification: "Verification", noEntryTimeout: "No Entry Timeout", interDigitTimeout: "Inter-Digit Timeout", includeTerminatingDtmfInResultData: "When pressed, include terminating DTMF in input data result", acceptJustStar: "Accept just '*'", acceptJustPound: "Accept just '#'", digitInput: "Numeric Input", otherInput: "Non-Numeric Input" }, commonModule: { actionExecutableOnlyIfEmbeddingFlowIsCallFlow: "This action can only be executed if the common module is called by a call flow.", subsequentActionsExecutableOnlyIfEmbeddingFlowIsCallFlow: "This and all subsequent actions can only be executed if the common module is called by a call flow.", actionNotSupportedForFlowTypes: "The action '%1$s' is not available in flow types: '%2$s'", actionOutputExecutableOnlyIfEmbeddingFlowIsCallFlow: "Flow runtime execution can only take the '%1$s' action output if the common module is called by a call flow.", clickToAddFlowTypes: "Click to add flow types", embeddedFlowNeedsUpdated: "A newer version of common module '%1$s' is available. Validate again to update from v%2$s to v%3$s.", flowTypeNotSupportedValidationError: "Referenced common module not compatible with flow types: %1$s", flowTypeNotSupported: "Not compatible with flow type: %1$s", hardcodedTaskName: "Common Module Task", commonModuleMissingDependencies: "The common module '%1$s' has the following references that have been deleted: [%2$s]. Please open the common module directly, fix, and then republish the common module.", commonModuleInternalError: "The common module '%1$s' has errors that need to be addressed. Please open the common module directly, fix, and then republish the common module.", internalError: "Internal error encountered in common module", languageNotSupportedValidationError: "Referenced common module does not support languages: %1$s", languageNotSupported: "Does not support languages: %1$s", notAvailableInFlowTypes: "This will be ignored in these flow types: %1$s", settingsNodeName: "Common Module Settings", supportedFlowTypes: "Compatible Flow Types", publishedVersionNotAvailable: "A published version of the referenced flow is not available", debugPublishVersionNotAvailable: "A debug version of the referenced flow is not available", commonModuleNotUsableMissingPermission: "The selected common module cannot be used because you do not have the 'architect:flow:view' permission in its division.", mustSelectFlowType: "At least one compatible flow type must be selected", compatibleFlowTypesWarning: "The actions, data types, and other settings available in a common module flow are limited to those available in all of the selected compatible flow types." }, configurations: { queue: "Queue", skill: "ACD Skill", skillsPlural: "ACD Skills" }, contact: { phonePropertyDescription: "'%1$s' phone property from flow contact list", propertyDescription: "'%1$s' property from flow contact list" }, conversationAttribute: { conversationAttributeLabel: "Conversation Attribute", conversationAttributeSchemaLabel: "Conversation Attribute Schema", divisionsForConversationAttributeRecord: "The divisions this conversation attribute belongs to. If the collection is empty, the record is visible to all divisions.", disabledSchemaSelected: "Schema is disabled. Select an active schema to continue.", flowReferencesADisabledSchema: "This flow references a disabled schema. Update all Conversation Attributes actions (GET, CREATE, UPDATE) to use an active schema.", schemaLabel: "Schema", mustSelectSchema: "A schema must be selected.", schemaNotFound: "The selected schema could not be found.", selectSchema: "Select a schema", unableToLoadSchema: "Unable to load the configuration information for the selected schema.", recordId: "Record ID", recordIds: "Record IDs", recordIdDescription: "A unique ID within a conversation consisting of English letters, numbers, hyphens, and underscores. Spaces are not allowed.", recordIdsDescription: "A collection of unique IDs within a conversation consisting of English letters, numbers, hyphens, and underscores. Spaces are not allowed.", invalidRecordId: "Invalid Record ID", recordVersion: "Record Version", recordVersionDescription: "The version of the conversation attribute record.", schemaVersionIdDescription: "The version of the schema associated with the conversation attribute record.", customAttributesDescription: "Holds the custom attribute values as defined by the schema.", resultLabel: "Result" }, currency: { filter: "Search currencies", modalTitle: "Select Currency", useCurrency: "Use Currency" }, customNodes: { actions: "Actions", data: "Data", debugging: "Debugging", dependencies: { label: "Dependencies", none: "There are no dependencies." }, errorHandling: { audio: "Pre-handling audio", errorHandlingDisconnectDescription: "This ends execution of the current flow and disconnects the current interaction.", errorHandlingEndFlow: "End Flow", errorHandlingEndFlowDescription: "This ends execution of the current flow.", errorHandlingContinue: "Keep Chat Open", errorHandlingEndWorkflowDescription: "This ends execution of the current '%1$s' flow.", errorHandlingExitFlowDescription: "This ends execution of the current flow and returns execution to a calling flow if there is one.", errorHandlingEndInQueueStateDescription: "This ends execution of the current state in an In-Queue flow. The flow keeps running so subsequent invocations of the '%1$s' will still happen.", errorHandlingMenuDescription: "Flow execution goes to a specified menu.", errorHandlingQueueDescription: "This ends execution of the current flow and transfers the current interaction to a specified queue.", errorHandlingStateDescription: "Flow execution changes state to a specified state.", errorHandlingTaskDescription: "Flow execution jumps to a specified reusable task.", errorHandlingTypeNotAvailableForFlowType: "The error handling type '%1$s' cannot be used in a flow of type '%2$s'.", handling: "Handling", label: "Error Event", queueTransfer: "Transfer to Queue", queueTransferDigitalAutomateDescription: "If the queue to transfer to is invalid, the flow does not perform the transfer and will fall back to End State handling.", changeStateToFlowStartup: "Since the starting state is selected for error event handling, remember that the startup state will be re-executed if a flow error event occurs.", exit: "Exit the Flow" }, eventHandling: { label: "Event Handling", agentEscalation: "Agent Escalation", agentEscalationConfirmation: "Confirmation", enableAgentEscalationLabel: "Enable Agent Escalation", enableAgentEscalationDescription: "This setting enables or disables the bot flow from listening to requests to speak to a human.", subsequentRecognitionFailuresLabel: "Subsequent Recognition Failures", subsequentRecognitionFailuresDescription: "By default, when the recognition failure event occurs and is triggered a second time, the bot will exit the flow. By selecting execute task, the bot will continue to execute the recognition failure task for all subsequent recognition failure events.", subsequentRecognitionFailuresExecuteTask: "Execute Task", eventHandlingAgentEscalationHandoverDescription: "Wording the bot will use when the participant has requested to speak to a human and has said yes to the Agent Escalation Confirmation prompt. Once this wording has been communicated, the Bot will Exit back to the calling flow which invoked this Bot flow.", eventHandlingAgentEscalationConfirmationDescription: "Wording the bot will use when it thinks that the participant has requested to speak to a human. The participant is expected to reply with a yes or no answer.", eventHandlingAgentEscalationHandlingDescription: "Setting 'Exit the Flow' will end the participant's Genesys Cloud conversation and setting 'Jump to Reusable Task' will transfer the flow to a previously configured reusable task.", eventHandlingErrorEventHandlingDescription: "Specifies the bot's behavior when there is an error encountered during the execution of the flow. Examples of such an error include a divide-by-zero error or submitting a NOT_SET value to a function that does not allow it. Setting '%1$s' will end the participant's Genesys Cloud conversation and setting '%2$s' will return control to the flow which invoked this Bot Flow.", eventHandlingErrorEventHandoverDescription: "Wording the bot will use when there is an error encountered during the execution of the flow. Examples of such an error include a divide-by-zero error or submitting a NOT_SET value to a function that does not allow it.", eventHandlingRecognitionFailureHandoverDescription: "Wording the bot will use when the bot asks a question and the participant takes too many attempts to provide a valid answer. This could include too many of any of the following: No Matches, No Inputs, or Confirmation Rejections. Recognition Failures can occur in any '%1$s' or '%2$s' action.", eventHandlingRecognitionFailureHandoverDigitalDescription: "Wording the bot will use when the bot asks a question and the participant takes too many attempts to provide a valid answer. This could include too many of any of the following: No Matches or Confirmation Rejections. Recognition Failures can occur in any '%1$s' or '%2$s' action.", eventHandlingRecognitionFailureHandlingDescription: "Specifies the bot's behavior when it asks a question and the participant takes too many attempts to provide a valid answer. This could include too many of any of the following: No Matches, No Inputs, or Confirmation Rejections. Recognition Failures can occur in any '%1$s' action or in an '%2$s' action. Setting '%3$s' will end the participant's Genesys Cloud conversation, setting '%4$s' will return control to the flow which invoked this Bot Flow.", eventHandlingRecognitionFailureHandlingWithJumpToTaskDescription: "Specifies the bot's behavior when it asks a question and the participant takes too many attempts to provide a valid answer. This could include too many of any of the following: No Matches, No Inputs, or Confirmation Rejections. Recognition Failures can occur in any '%1$s' action or in an '%2$s' action. Setting '%3$s' will end the participant's Genesys Cloud conversation, setting '%4$s' will return control to the flow which invoked this Bot Flow and setting '%5$s' will transfer the flow to a previously configured reusable task.", handover: "Handover", recognitionFailureEvent: "Recognition Failure Event" }, menus: "Menus", resources: "Resources", settings: "Settings", userInputSettings: { title: "User Input" }, botFlowUserInputSettings: { generalUserInputSettings: "General", noMatchesMax: "Maximum Number of No Match Retries", noMatches: "No Match Detected", noMatchApology: "No Match Apology", noInputsMax: "Maximum Number of No Input Retries", noInputsMaxExceeded: "No Input Maximum Retries Exceeded Handling", noInputsMaxExceededDescription: "Specifies the bot's behavior when there has been no input from the external participant after the maximum number of no input retries has been exceeded.", endOfSessionMessage: "End of Bot Chat Message", endOfSessionMessageDescription: "The goodbye message from the bot which is triggered when there has been no input from the external participant after the maximum number of no input retries has been exceeded or the session maximum time has been met.", noInputsTimeout: "Voice No Input Timeout", noInputsDigitalTimeout: "No Input Timeout", noInputs: "No Input Detected", noInputsApology: "No Input Apology", confirmationRejectionsMax: "Maximum Number of Confirmation Rejections", confirmationErrors: "Confirmation Errors", noToConfirmationApology: "Confirmation Rejection Apology", confirmationNoMatchApology: "No Match Confirmation Apology", confirmationNoInputApology: "No Input Confirmation Apology", collectionLowConfidenceThreshold: "Normal Low", collectionHighConfidenceThreshold: "Normal High", confirmationLowConfidenceThreshold: "Confirmation", confidenceThresholds: "Confidence Thresholds", collectionConfidenceThresholdsError: "Collection Low confidence must be lower than or equal to the Collection High confidence.", quickRepliesLabel: "Automatic Quick-Reply Buttons", quickRepliesDescription: "If the setting is true and the bot is interacting with a participant via text, this enables automatic quick reply buttons in Intent and Slot confirmations, Knowledge confirmations, '%1$s', '%2$s' and '%3$s' ( for list slot types ) actions. Otherwise if false or a NOT_SET Boolean, quick reply buttons are not enabled.", userInputSettingNoMatchesMaxDescription: "For the current '%1$s' action, this is the maximum number of times that the bot will allow a retry given an input that is not a valid match. If the number exceeds this maximum then the rules in the flow's Event Handling '%1$s' section will be followed, or if the action has a '%2$s' path then that path will be taken at runtime instead. No Match in both the 'Normal' and 'Confirmation' phases of the '%1$s' action will count towards this maximum.", userInputSettingNoMatchApologyDescription: "Wording the bot will output prior to the current '%1$s' action's '%2$s' Communication whenever the bot receives input from the participant that is not a valid match.", userInputSettingsNoInputsMaxDescription: "For the current '%1$s' action, this is the maximum number of times that the bot will allow a retry given no input (i.e. silence) from the participant. If the number exceeds this maximum then the rules in the flow's Event Handling '%2$s' section will be followed, or if the action has a '%3$s' path then that path will be taken at runtime instead. No Input in both the 'Normal' and 'Confirmation' phases of the '%1$s' action will count towards this maximum.", userInputSettingsNoInputsDigitalMaxDescription: "For the current '%1$s' action, this is the maximum number of times that the bot will re-prompt the participant for input if none is received. If the number exceeds this maximum then the bot will stop prompting and wait for input. No Input in both the 'Normal' and 'Confirmation' phases of the '%1$s' action will count towards this maximum.", userInputSettingsNoInputTimeoutDescription: "Once the current Communication has finished playing, this is the maximum length of time to wait for the participant to start speaking. If no speech is detected within this time then a No Input will be triggered.", userInputSettingsNoInputDigitalTimeoutDescription: "Once the current Communication is sent, this is the maximum length of time to wait for the participant to respond. If no input is received within this time then a No Input will be triggered.", userInputSettingsNoInputsApologyDescription: "This Communication is output prior to the current '%1$s' action's '%2$s' Communication whenever the bot does not receive any input from the participant.", userInputSettingsConfirmationRejectionsMaxDescription: "For the current '%1$s' action, this is the maximum number of times that the bot will allow the participant to say no while the bot is confirming an input. If the number exceeds this maximum then the rules in the flow's Event Handling '%2$s' section will be followed, or if the action has a '%3$s' path then that path will be taken at runtime instead.", userInputSettingsNoToConfirmationApologyDescription: "Wording the bot will output prior to the current '%1$s' action's '%2$s' Communication whenever the participant says no while the bot is confirming the participant's last input.", userSettingsConfirmationNoMatchApologyDescription: "Wording the bot will output prior to the bot repeating the current confirmation question whenever the bot receives input that is neither a yes nor a no during a confirmation.", userSettingsConfirmationNoInputApology: "This Communication is output prior to the bot repeating the current confirmation question whenever the bot does not receive any input during a confirmation.", userSettingsCollectionLowConfidenceThresholdDescription: "The minimum confidence level percentage (score) that an input phrase must receive to avoid a No Match. If the confidence level of an input phrase is above this threshold then the bot will either accept it or confirm it with the participant, depending on the value of the '%1$s' threshold.", userSettingsCollectionHighConfidenceThresholdDescription: "The minimum confidence level percentage (score) that an input phrase must receive to be accepted without triggering a confirmation question.", userSettingsConfirmationLowConfidenceThresholdDescription: "The minimum confidence level percentage (score) that an input phrase must receive to avoid a No Match when the bot is asking a yes or no question. This applies during a confirmation and also in the '%1$s' and '%2$s' actions.", userSettingsSttMaxSpeechTimeout: "Maximum duration of an utterance collected from the user. A duration value less than or equal to 0 ms means no timeout. If a NOT_SET value is supplied, the default value will be used.", userSettingsSttSpeechDetectionSensitivity: "A balance between detecting speech and noise (breathing, etc.). 0 means ignore all noise, 1.0 means interpret all noise as speech. If a NOT_SET value is supplied, the default value will be used.", userSettingsSttSpeechDetectionSensitivityNuanceSupport: "Note: This setting is only supported by Nuance Recognizer as a Service.", voiceBargeInSettingLabel: "Voice Barge-in", voiceBargeInSettingDescription: "Whether or not the external participant should be able to interrupt audio while it is still playing.", automaticSpeechRecognition: "Automatic Speech Recognition", intentClassificationHintingLabel: "Intent Classification Hinting", intentClassificationHintingDescription: "This setting enables or disables whether hints are sent to the speech recognition engine for intent classification. Hints are a set of phrases sent to the engine to provide context and assist with speech recognition." }, botPerformanceReport: { botPerformanceReportTitle: "Bot Performance Report" }, interactionReport: { interactionReportTitle: "Interaction Report" }, surveyPerformanceReport: { surveyPerformanceReportTitle: "Survey Performance Report" }, virtualAgentPerformanceReport: { virtualAgentPerformanceReportTitle: "Virtual Agent Performance Report" }, virtualAgentSettings: { virtualAgentSettingsTitle: "After Contact", virtualAgentSettingsTabs: { virtualAgentSettingsConversationSummary: "Conversation Summary", virtualAgentSettingsWrapUpCodes: "Wrap-up Codes" }, virtualAgentSettingsSummarizeConversationTitle: "Summarize Conversation", virtualAgentSettingsSummarizeConversationDescription: "The Virtual Agent will use AI to summarize the conversation.", assignWrapupCodesTitle: "Automatically assign wrap-up codes", assignWrapupCodesDescription: "AI will assign a wrap-up code when one has not been manually set in the conversation flow.", enabledWrapupCodes: "Enabled wrap-up codes", searchWrapupCodes: "Search name...", wrapupCodeColumns: { name: "Name", description: "Description", division: "Division", error: "Error Message", status: "Status" }, wrapupCodeDivisionAll: "All", wrapupCodeFilterHeader: "Filter", wrapupCodeFilterLabelNone: "None", wrapupCodeFilterLabelEnabled: "Enabled", wrapupCodeFilterLabelErrors: "Errors", wrapupCodeFilterTooltip: "Filter wrap-up codes table", wrapupCodeFilterAppliedTooltip: "Filter applied:", wrapupCodeAssign: "Assign wrap-up code", wrapupCodeUnassign: "Unassign wrap-up code", wrapupCodeErrorRemove: "Clear wrap-up code", wrapupCodeDisabledToggleTooltip: "Wrap-up code has no description", wrapupCodeDisabledToggleTooltipDivision: "Cannot determine if wrap-up code description is set for this division", wrapupCodeNoDescriptionError: "Assigned WrapupCode '%1$s' has no description.", wrapupCodeGridEmptyTitle: "No wrap-up codes available", wrapupCodeGridEmptySubTitle: "Try using different filters", wrapupCodeGridLoadFail: "Failed to load wrap-up codes", wrapupCodeGridMissingPermission: "You do not have permission to view and search wrap-up codes", conversationSummarySettingsTitle: "Custom Summary Configuration", conversationSummarySettingsDescription: "Virtual Agent will use this configuration to generate a custom summary based on its instructions.", conversationSummarySettingsToolTip: "If no custom configuration is selected, the default summary configuration will be used.", conversationSummarySettingsDropdownPlaceholder: "Select a configuration", conversationSummarySettingsButtonToolTip: "Open conversation summary configuration in a new tab", conversationSummarySettingsWorkbenchBanner: "Custom Summary Configurations are managed through {{link.__SUMMARY_WORKBENCH__, AI Studio > Summary workbench}}.", conversationSummarySettingsSupportedLanguagesTableHeader: "Summary Configuration", conversationSummarySettingsDefaultLangPlaceholder: "Manage summary configuration: ", conversationSummarySettingsLangUnavailable: "Custom Summary Configuration is unavailable for this language.", conversationSummarySettingsSummaryNotFound: "The Custom Summary '%1$s' does not exist", conversationSummarySettingsWorkbenchLinkTitle: "AI Studio > Summary workbench" } }, detectIntent: { detectIntent: "Detect Intent", detectedIntent: "Detected Intent" }, detectSilence: { silenceDuration: "Silence Duration", silenceDurationDescription: "Amount of continuous silence to wait for.", timeoutDescription: "Total amount of time to wait for continuous silence before failing and taking the 'Timeout' output." }, dataTable: { dataTable: "Data Table", mustSelectTable: "A data table must be selected.", savedVersionOfAction: "Flow is referencing a cached version of this Data Table. The Data Table may be out of date or deleted.", selectDataTable: "Select a data table", tableNotFound: "The selected Data Table could not be found." }, dataView: { actionsColumn: "Usage", filterVariables: "Search data", nameColumn: "Name", containerNameColumn: "Container", usagesMultiple: "Used in %1$s places", usageReaderTitle: "Consumes the variable", usageWriterTitle: "Sets the variable" }, dateTimeInput: { clearButtonText: "Clear", closeButtonText: "Close", todayButtonText: "Today" }, decisionTable: { decisionTableLabel: "Decision Table", decisionTablePlural: "Decision Tables", mustSelectDecisionTable: "A decision table must be selected.", decisionTableNotFound: "The selected decision table could not be found.", decisionTableDescription: "The decision table that we are querying against.", selectDecisionTable: "Select a decision table", unableToLoadDecisionTableInputOutputSchema: "Unable to load the input / output configuration information for the selected decision table.", decisionTableUsageFeesNote: "Usage fees apply. Learn more about calling Decision Tables in the {{link.__DECISION_TABLE_USAGE_FEES__}} documentation." }, decryptData: { dataToDecryptDescription: "The encrypted String value to decrypt back to a JSON value. Encrypted String values are generated from the '%1$s' action. If a NOT_SET String value or blank String value is supplied to the action at runtime, execution will take the '%2$s' output with an error type reason string value of '%3$s'.", dataToDecryptLabel: "Data To Decrypt", decryptedDataOutputDescription: "The decrypted JSON value from the supplied encrypted String value.", decryptedDataOutputLabel: "Decrypted Data" }, deflect: { smsPhoneNumber: "SMS Phone Number" }, deflectionURL: { serviceTitle: "Service", accountTitle: "Account", accountDisplay: "Enter the associated account name" }, deletePrompt: { title: "Delete Prompt", cancelDelete: "Delete Canceled", cancelDeleteContext: "Canceled after %1$s deletions", cannotDeletePrompt: "Cannot delete a non-user prompt", deleteInProgressMultiple: "Deleting %1$s prompts and their resources", deleteInProgressSingle: "Deleting %1$s prompt and its resources", failedToDeletePrompts: "Failed to delete prompts.", failedToDeletePromptResource: "Failed to delete prompt resource.", failureContextContainer: "Failed when trying to delete %1$s" }, dependencies: { deletedItem: "(Deleted) - %1$s", criteriaLabel: "Search:", statusLabel: "Dependency Database Status", userLabel: "Initiated by %1$s", startDateLabel: "Time Started: %1$s", byMissingResourceShort: "Missing Dependencies", byMissingResourceLong: "Search for missing dependencies", byMissingResourcePlaceholder: "Flows with missing dependencies", byNameShort: "Name", byNameLong: "Search by dependency name", byNamePlaceholder: "Enter name of dependency", findConsumingFlows: "Find consuming flows", flowVersionAll: "All", flowVersionCheckedIn: "Checked In", flowVersionPublished: "Published", flowVersionSelect: "Select flow versions to check", forceRebuild: "Force rebuild", invalidSearchCriteria: "Unable to perform a dependency search with the current values, please change the search criteria.", matchEarliest: "Earliest match is in %1$s", matchLatest: "Latest match is in %1$s", matchPublished: "%1$s is the published version", match: "match", operational: "Operational", querying: "Querying", inProgress: "Rebuilding", needsRebuild: "Needs Rebuild", unknown: "Unknown", partialResults: "Partial results may be shown.", partialResultReason: "The dependency database is rebuilding.", partialResultsNeedsRebuildNonAdmin: "An administrator needs to rebuild the dependency database.", partialResultsNeedsRebuildAdmin: "Rebuild dependency database now.", buildQueued: "Rebuild Queued", rebuildError: "There was an error rebuilding the dependency database. Please try again later.", startSearch: "Enter search criteria above to find flows", selectAgenticVirtualAgent: "Select an agentic virtual agent", selectDataAction: "Select a data action", selectGuide: "Select a guide", selectType: "Select a dependency type", selectScript: "Select a script", selectSecureAction: "Select a secure action", statusError: "There was an error retrieving dependency table info.", unknownItem: "Unknown item", versionsLatestAndPublishedSame: "%1$s (Latest, Published)", versionsDeleted: "%1$s (Deleted)", versionsLatest: "%1$s (Latest)", versionsPublished: "%1$s (Published)", versionsLatestAndPublished: "%1$s (Latest), %2$s (Published)" }, dialExtension: { audioToPlay: "Audio to play to re-prompt the caller", extensionVariable: "Extension Data Name", numReprompts: "Number of times to re-prompt the caller", title: "Dial By Extension" }, dialName: { title: "Dial By Name", matchBy: "Match By", firstName: "First Name", lastName: "Last Name", matchingStyle: "Matching Style", waitForUniqueMatch: "Wait for unique match", useSpecificNumChars: "Use a specific number of characters", numberOfCharacters: "Number of characters" }, duration: { days: "days", hours: "hours", minutes: "minutes", seconds: "seconds", milliseconds: "milliseconds" }, guide: { actionSchemasError: "Version and variables information could not be loaded.", guide: "Guide", guideBillingInfoNote: "For tokens-based pricing details on interactions with Agentic Virtual Agents, see the {{link.__GENESYS_CLOUD_TOKENS_BASED_PRICING_MODEL__, Resource Center}} documentation.", guideVersion: "Guide Version", guideViewPermission: "You do not have permission to view guides.", guideVersionViewPermission: "You do not have permission to view guide version.", mustSelectGuide: "A guide must be selected.", guideNotFound: "The selected guide could not be found.", mustSelectGuideVersion: "A guide version must be selected.", guideVersionNotFound: "The selected guide version could not be found.", openGuideInNewTab: "Open Guide Builder in new tab" }, editPrompt: { audioClearConfirm: "Are you sure you want to delete this audio?", audioRevertConfirm: "Are you sure you want to delete this audio and revert to the system default? Audio for language [%1$s] will be deleted.", automaticForOutputMode: "Automatic", clearRecording: "Clear", create: "Create Prompt", descWatermark: "Enter description for prompt", download: "Download", edit: "Edit Prompt", hideLanguagesButton: "Hide language resources not used by this flow", markedForDelete: "Resource for language [%1$s] marked for delete", markForDelete: "Mark for deletion", noResourceError: "Missing audio or text to speech", noAudioError: "Missing required audio", noOptions: "No audio to preview", noTextLabel: "No text", preview: "Preview", previewAlertError: "Your browser cannot play this audio sample. Would you like to download it?", showLanguagesButton: "Show language resources not used by this flow", resources: "Language Resources", recordStation: "Record from station...", recordBrowser: "Record from browser...", revertAudio: "Revert to default", removeTextPrompt: "Remove text prompt", addTextPrompt: "Add text prompt", textDescription: "The Text value for the prompt.", textLabel: "Text", textWatermark: "Enter text", ttsDescription: "The Text to Speech value for the prompt.", ttsLabel: "Text To Speech", ttsNotSupportedError: "Text to speech playback is not supported in this language", ttsTextCombine: "Combine fields", ttsTextDescription: "The Text To Speech and Text values for the prompt.", ttsTextExpand: "Split fields", ttsTextLabel: "Text To Speech / Text", ttsTextWatermark: "Enter text to speech / text", ttsWatermark: "Enter text to speech", upload: "Upload...", usingDefaultAudio: "Using default audio", view: "View Prompt", watermark: "Enter name for prompt" }, encryptData: { dataToEncryptDescription: "The JSON value to encrypt to a String. If a NOT_SET JSON value is supplied to the action at runtime, execution will take the '%1$s' output with an error type reason string value of '%2$s'. If the encrypted data is over 32000 characters in length, execution will take the '%1$s' output with an error type reason string value of '%3$s'.", dataToEncryptLabel: "Data to Encrypt", encryptedDataOutputDescription: "The encrypted String value from the supplied JSON value.", encryptedDataOutputLabel: "Encrypted Data" }, errorPage: { backupMessage: "A backup version of the flow was saved to local browser storage %1$s. Logging back in will allow you to retrieve it.", errorOccurred: "An error occurred.", generic: "An error occurred while logging in to Genesys Cloud. Please try again.", tryAgain: "Try Again", unauthorizedGranular: "In order to use Architect, your user must have the architect:ui:view permission." }, errors: { actionNotValidHere: "This action cannot be used here.", actionCannotBeInTask: "This action cannot be used in a task.", cachedCouldNotBeFound: "Item could not be found. Flow is referencing a cached version of the item.", cachedItemIsDifferent: "Item is different from the latest version. Flow is referencing a cached version of the item.", cantUploadMp3: "MP3 formatted files are not supported.", collectionError: "One or more items in the collection are in error", descriptionLengthExceeded: "The description entered exceeds the limit of %1$s characters.", duplicateVariableId: "There is an internal error with the variable named '%1$s'. Please delete or recreate it.", duplicateVariableName: "There is more than one variable with the name '%1$s'.", errorNavigatingFlow: "There was an error navigating to the flow.", errorOccurred: "An error occurred", emptyCollectionInvokesErrorHandling: "An empty collection will invoke error handling.", fileTooBig: "File too large, please pick a file under 25MB.", fileTooBigMultiple: "One of the files is too large, please pick files under 25MB.", haltPublish: "The flow cannot be published because of validation errors.", invalidValue: "Invalid value for %1$s", invalidValueWithContext: "Invalid value for '%1$s' in '%2$s'", itemNotFound: "This item could not be found", maxNameLength200: "Maximum length of name is 200 characters", multipleErrors: "The value contains one or more errors", nameContainsInvalidCharacter: "Name cannot contain the character '%1$s'.", nameInUse: "This name is in use elsewhere", noName: "Name can not be empty", noVariableSpecified: "There is no variable specified.", notAvailableError: "This action is not available to be used in %1$s", notFound: "Not found", noUri: "URI can not be empty", ohNoSomethingWentWrong: "Oh no! Something went wrong!", serverError: "An error occurred trying to contact Genesys Cloud.", unableToRetrieveCategory: "Was unable to retrieve category for selected action.", showingPartialErrors: "Only showing the first 20 warnings and errors", transferToUnpublishedFlow: "Transfer will not occur until flow '%1$s' is published.", uniqueName: "Name is in use", unPublishedFlow: "Flow '%1$s' is not published.", unreachableAction: "This action is unreachable", unreachableActionOutOfService: "Unreachable because path is disabled", unusedVariable: "The variable '%1$s' is not used.", validateToRefresh: "Press validate again to refresh list", validateFailed: "Unable to get data necessary to validate the flow.", validateFailedTitle: "Validation failed", errorCount: "Error Count: %1$s", infoCount: "Notes Count: %1$s", warningCount: "Warning Count: %1$s", invalidFlowTypeCombinationError: "The '%1$s' action cannot be used when the compatible flow types configured in the common module include %2$s.", grammarOnSlotError: "Must have a grammar associated with the slot '%1$s' in order to associate a speech to text engine." }, errorSchema: { errorTypeDescription: "A non-empty String that contains the type or category of the error.", errorMessageDescription: "A non-localized error message. The String may be empty or NOT_SET." }, expression: { builderUnavailableFeatureRequirements: "Usage of the '%1$s' builder requires a feature that is not available.", builderUnavailableForFlowType: "The '%1$s' builder is not valid for use in flows of type '%2$s'.", builderPartOrContainerUnavailableFeatureRequirements: "Usage of the '%1$s' part requires a feature that is not available.", builderPartOrContainerUnavailableForFlowType: "The '%1$s' part is not valid for use in flows of type '%2$s'.", builderOrContainerErrorRuntimeOutputBlank: " You need to supply at least one non blank value because blank output at flow runtime for this is not allowed.", cannotConvertInputType: "Cannot convert expression from type %1$s to required type of %2$s.", cannotConvertInputTypeWithFunction: "Cannot convert expression from type %1$s to required type of %2$s with a %3$s function call because the resulting expression would still be in error.", cursorPosition: "Current cursor position", builderModeNotAllowed: "Builder mode is not allowed for this value.", builderInError: "1 or more builder sequences are in error", expressionModeNotAllowed: "Expression mode is not allowed for this value.", literalModeNotAllowed: "Literal mode is not allowed for this value.", noValueModeNotAllowed: "No Value mode is not allowed for this value.", variableModeNotAllowed: "Variable mode is not allowed for this value.", collectionConversionMessage: "The generated %1$s expression will be saved but you will not be able to return to literal mode without resetting the expression.", collectionConversionTitle: "Convert Literal Collection to Expression", collectionItemsMax: "The maximum number of items allowed in a collection is %1$s.", collectionItemsMaxExceeded: "The collection has %1$s items which exceeds the maximum allowed of %2$s.", collectionItemsMaxRecommendedExceeded: "The collection has %1$s items which exceeds the maximum recommended limit of %2$s. Flow runtime behavior may not honor items in excess of this limit.", collectionItemsMinNotExceeded: "The collection has %1$s items which is less than the minimum required of %2$s.", collectionItemsEmpty: "The collection must have at least 1 item", collectionMinLength: "Minimum items: %1$s", collectionMaxLength: "Maximum items: %1$s", contactList: "Contact List", collection: "%1$s Collection", collections: "Collections", currencies: "Currencies", collectionSingular: "Collection", deprecatedVariableName: "The variable name '%1$s' is deprecated. Please use '%2$s' instead.", dataPlaybackNotSupportedForLanguage: "%1$s data playback is not supported for the language %2$s.", decimalValueTooMuchPrecision: "The value %1$s at position %2$s has too much precision. It needs to have %3$s digits or less of precision.", disabledEditorText: "Open large expression editor to edit multiline text.", errorAtPosition: "Error at position %1$s.", editExpressionWithProperty: "Edit '%1$s' expression", editExpression: "Edit expression", editExpressionType: "Type: %1$s", editExpressionFuncOpDescription: "Description: %1$s", expressionIsNotSetType: "The result of this expression text cannot be resolved to a data type. You can try wrapping the expression text with a casting function call to convert it to a data type.", expressionModes: "Expression modes", functionImplementations: "Function Implementations", functionsTooltip: "Functions", openLargeExpressionEditor: "Open large expression editor", literalDropDownValueDoesNotExist: "The %1$s '%2$s' does not exist.", literalDropDownValueIsDeleted: "The %1$s '%2$s' has been deleted.", longitudeSetToNullIsland: "The address has an invalid longitude", latitudeSetToNullIsland: "The address has an invalid latitude", noValue: { selection: { default: "Default", noValue: "No value", useDefault: "Use default", useFlowDefault: "Use flow default" }, selectionRuntimeEvaluation: { connectTimeout: { edgeTrunkTimeout: "Use Edge trunk connect timeout", groupTransferTimeout: "Use target group alert timeout", userTransferTimeout: "Use target user voicemail timeout" }, none: "None", noOverride: "No override", noValueSpecified: "No value specified", noDefaultValueSpecified: "No flow default value specified", noVariableSpecified: "No output value specified", useFlowDefault: "Use flow default", variableInitialValue: { emptyCollection: "Empty collection" } } }, facets: { allowableValue: "Allowable Value", allowableValues: "Allowable Values", example: "Example", examples: "Examples", negativeDuration: "negative %1$s" }, functions: { argumentNumMustBeOfType: "%1$s Expected parameter %2$u to be of type %3$s", argumentMustBeCollection: "The argument at position %1$s supplied to %2$s at position %3$s must be a collection.", funcOpPosPrefix: "'%1$s' at position %2$s :", functionMustBeCalledWithParens: "%1$s Missing parentheses after function name.", genericFunctionErrorTemplate: "%1$s %2$s", implicitCastAdded: "Using '%1$s' to convert expression from %2$s to %3$s.", internalErrCannotResolveToNotSet: "%1$s Internal error: Cannot resolve data type of parameter %2$s at position %3$s from %4$s to NOT_SET.", internalErrMustBeTwoArgsOnAccessor: "Internal error: there must be two args on a '.' function", internalErrSecondArgCannotBeNotSet: "Internal error: second argument to a '.' function cannot be NOT_SET.", maxOperandsExceeded: "%1$s The maximum number of parameters allowed is %2$s.", mustBeSameType: "%1$s Must be passed arguments of the same type. The argument at position %2$s is of type %3$s and the argument at position %4$s is of type %5$s.", mustHaveAtLeastOneNotSetOperand: "%1$s Needs to have at least one parameter that is not the value NOT_SET.", mustBeLastOperation: "%1$s Must be the last operation performed in an expression.", noOverloadNoParm: "%1$s There is no implementation that takes zero parameters.", noOverloadOneParm: "%1$s There is no implementation that accepts a parameter of type %2$s.", noOverloadMoreThanOneParm: "%1$s There is no implementation that accepts parameters of %2$s.", notAvailableInFlowTypeMoreThanOneParm: "%1$s The implementation that takes parameters of %2$s is not valid for use in a flow of type %3$s.", notAvailableInFlowTypeNoParm: "%1$s The implementation that takes no parameters is not valid for use in a flow of type %2$s.", notAvailableInExpression: "The function '%1$s' is not valid at position %2$s for use in this expression.", notAvailableInFlowTypeOneParm: "%1$s The implementation that takes a parameter of type %2$s is not valid for use in a flow of type %3$s.", parameterTextLengthLessThanMin: "%1$s The '%2$s' parameter at position %3$s must be at least 1 character.", parameterTextLengthLessThanMinMoreThanOne: "%1$s The '%2$s' parameter at position %3$s must be at least %4$s characters.", parameterValueGreaterThanMax: "%1$s The value of %2$s supplied to the %3$s parameter at position %4$s is greater than the maximum allowed of %5$s.", parameterValueLessThanMin: "%1$s The value of %2$s supplied to the %3$s parameter at position %4$s is less than the minimum allowed of %5$s.", parameterValueMustBeLiteral: "%1$s The %2$s parameter at position %3$s must be a literal value of type %4$s.", parameterValueMustBeVariable: "%1$s The '%2$s' parameter at position %3$s must be a variable reference.", parameterValueMustBeVariableScope: "%1$s The '%2$s' parameter at position %3$s must be a must be a '%4$s' variable reference.", parameterCannotBeZero: "%1$s The %2$s parameter value of %3$s at position %4$s is not allowed because it is zero.", parameterEnumNotGroupUnique: "%1$s It is not valid to pass %2$s and %3$s as parameter values to the same function call.", parameterLiteralValueNotInProvider: "%1$s The literal %2$s supplied to the %3$s parameter at position %4$s is not a supported %5$s.", parameterLiteralValueNotValid: "%1$s The literal %2$s supplied to the %3$s parameter at position %4$s is not valid. %5$s", parameterTypeDialingCode: "dialing code", parameterTypeTTSEngineLang: "IETF language tag for text to speech playback", parameterTypeCurrencyCode: "ISO 4217 currency code", parameterTypeDigitalChannel: "digital channel", parameterTypeUnknown: "Internal error: unknown", propertyEnumUsageNotSupportedInLanguage: "'%1$s' at position %2$s is not valid for the language %3$s.", propertyEnumUsageNotSupportedInLanguages: "'%1$s' at position %2$s is not valid for the languages in which this expression could be run. They are %3$s.", returnDataTypeAsCollectionNotAvailable: "%1$s The return data type '%2$s' does not support collections.", returnDataTypeCouldNotBeDetermined: "%1$s The return data type cannot be determined.", secondAndThirdArgumentsCannotBeNotSet: "%1$s The second and third arguments cannot both be NOT_SET.", secondAndThirdArgumentsMustBeSameType: "%1$s The second and third arguments must be the same type. The second argument at position %2$s is type %3$s and the third argument at position %4$s is type %5$s.", typeForNotSetOperandCouldNotBeDetermined: "%1$s A type could not be determined for the NOT_SET value passed to the '%2$s' parameter at position %3$s.", unavailableFunctionDueToImplementationToggles: "%1$s Unavailable because all implementations require a feature that is not available.", unavailableOverloadNeedsFeatureToggle: "%1$s Unavailable because this implementation requires a feature that is not available." }, highlightFunction: "Selects the function at the current cursor position", invalidEscape: "Invalid string escape at position %1$s.", invalidInputAtPosition: "Invalid input at character position %1$s.", invalidLiteralContext: "Invalid input for %1$s", internalErrorExpression: "Internal expression error", intValueGreaterThanMax: "The integer value %1$s at position %2$s is greater than the maximum allowed of %3$s", intValueLessThanMin: "The integer value %1$s at position %2$s is less than the minimum allowed of %3$s", label: "Expression", languages: "Languages", literal: "Literal", literalLowerCase: "literal", literals: "Literals", toLiteralModeTooltip: "Editor is in expression mode, click to switch to literal mode.", toVariableModeTooltip: "Editor is in expression mode, click to switch to variable mode.", missingCloseBracketAtPosition: "Missing ] for [ at position %1$s.", missingCloseParenAtPosition: "Missing ) for ( at position %1$s.", missingEndQuoteAtPosition: 'Missing end quote for the " at position %1$s.', missingOpenBracketAtPosition: "Missing [ for ] at position %1$s.", missingOpenParenAtPosition: "Missing ( for ) at position %1$s.", mustBeVariableReference: "The expression must be a variable reference or reference properties of a variable.", mustReferenceVariable: "The expression must reference the '%1$s' variable.", noEditorAvailable: "No editor available", noPropertySpecified: "No property specified to access after . at position %1$s.", noPropertyWithName: "There is no property named '%1$s' for the data type %2$s at position %3$s.", notFuncOrRef: "'%1$s' at position %2$s is not a valid function or variable reference.", notSet: "There is no expression defined", notValidTimeZone: "Not a valid timezone ID.", expressionLengthToLong: "The text length is %1$s characters which exceeds the maximum allowed of %2$s characters.", tooManyNestedCalls: "%1$s The expression call stack is %2$s calls deep which exceeds the maximum allowed of %3$s.", notSetWithContext: "No value set for %1$s", noVariableSet: "There is no variable specified", overloadNotSupportedForLanguage: "%1$s this implementation is not supported for the language %2$s.", overrideModeTrueTooltip: "Click to reset
and use default value from
%1$s", overrideModeFalseTooltip: "Default value comes from
%1$s,
click to override", propAccessBracketNeedsStringLit: "A string literal must be used to access a property with brackets at position %1$s.", audioBlankExpressionTooLong: "The blank audio length is longer than %1$s, the recommended maximum length", promptDurationTooLong: "The audio for '%1$s (%2$s)' is longer than %3$s, the recommended maximum length", resultNote: "Note:", secureCannotBeRead: "Secure variables cannot be used here. You can use the '%1$s' action to unsecure the value from '%2$s' to a non-secure variable.", secureVariableUsageNotAllowed: "The variable '%1$s' is secure and cannot be used here.", expressionToLiteralConversionInvalidMessage: "Switching from expression to literal mode will reset the value. Do you wish to continue?", expressionExamples: "Expression Examples", ttsNotSupportedForFlowType: "%1$s text to speech is not supported in flows of type '%2$s'.", ttsNotSupportedForFlowTypes: "%1$s text to speech is not supported in flows types: %2$s.", ttsEngineNotValidForLanguage: "%1$s a valid text to speech engine is not selected for the language %2$s.", ttsNotSupportedForLanguage: "%1$s text to speech is not supported for the language %2$s.", unavailableDataTypeForFlowTypes: "The data type '%1$s' is not available in flow types: %2$s", unavailableDataType: "The data type '%1$s' requires a feature that is not available.", suggestMakeListForCollectionCreation: "Cannot convert expression from type %1$s to required type of %2$s. You can wrap the expression text in a MakeList call to create a collection of the required type.", unavailableDataTypeWithContext: "The data type '%1$s' requires a feature that is not available for '%2$s'", unavailablePropertyInExprText: "%1$s Unavailable because the property '%2$s' requires a feature that is not available.", unavailableVariableInExprText: "%1$s Unavailable because it requires a feature that is not available.", unavailableVariable: "%1$s is unavailable because it requires a feature that is not available.", variableIsReadOnly: "%1$s is read only.", variableReferenceNotValid: "The variable reference '%1$s' at position %2$s is not valid.", variableReferenceNotValidInvalidType: "%1$s The data type '%2$s' is not available in flow types: %3$s", variableTypeError: "'%1$s' cannot be used here because it is not a variable of type %2$s.", watermarkNoContextAny: "Enter expression", variables: "Variables", variableLowerCase: "variable" }, estimatedWaitTime: { about: "Approximate", aboutExample: "e.g. Your estimated wait time is about five minutes.", exact: "Precise", exactExample: "e.g. Your estimated wait time is four minutes and thirty one seconds.", lessThan: "Less Than", lessThanExample: "e.g. Your estimated wait time is less than five minutes.", range: "Padded", rangeExample: "e.g. Your estimated wait time is four to six minutes.", addSpecificInterval: "Add Specific Round Up Interval", addSpecificIntervalFirst: "Add Specific Round Up Interval", roundingIntervalPadded: "Padding", roundingInterval: "Round Up Interval", specificRoundingIntervals: "Specific Round Up Intervals", specificRoundingIntervalsDesc: "If specified, Architect will round up the estimated wait time to the smallest interval below that is greater than the estimated wait time. Otherwise, Architect will use the Round Up Interval above.", playbackMode: "Playback Mode", estimatedWaitTime: "Estimated Wait Time" }, evaluateSchedules: { evaluationDateTime: "Schedule Evaluation DateTime (UTC)", shortEvaluationDateTimeLabel: "DateTime (UTC)", evaluationType: "Evaluation Type", evaluateNow: "Current", evaluateAtDateTime: "Specific", savedVersionOfEmergencyGroup: "Flow is referencing a cached version of this emergency group. The emergency group may be out of date or deleted.", savedVersionOfSchedule: "Flow is referencing a cached version of this schedule. The schedule may be out of date or deleted.", savedVersionOfScheduleGroup: "Flow is referencing a cached version of this schedule group. The schedule group may be out of date or deleted.", schedule: "Schedule", scheduleEvaluationSettings: "Schedule Evaluation Settings", selectSchedule: "Select a schedule", scheduleNotFound: "The selected schedule '%1$s' could not be found.", mustSelectSchedule: "A schedule must be selected.", emergencyGroup: "Emergency Group", emergencyGroupDescription: "The emergency group to check before evaluating the selected schedule group. If the emergency group is enabled, the action will take the 'Emergency' output path.", selectEmergencyGroup: "Select an emergency group", emergencyGroupNotFound: "The selected emergency group '%1$s' could not be found.", mustSelectEmergencyGroup: "An emergency group must be selected.", scheduleGroup: "Schedule Group", selectScheduleGroup: "Select a schedule group", scheduleGroupNotFound: "The selected schedule group '%1$s' could not be found.", mustSelectScheduleGroup: "A schedule group must be selected.", inServiceSchedules: "Output Active Schedules", inServiceSchedulesDescription: "A list of active schedules.", timeZone: "Time Zone", selectTimeZone: "Please select a time zone", evaluationDateTimeDescription: "The base UTC DateTime used for the schedule evaluation.", timeZoneDescription: "A timezone that supplies an offset to apply to the base UTC DateTime at the time of evaluation" }, expressionsHelp: { additionalInformationTitle: "Additional Information", availability: { title: "Availability", validInAllFlows: "Valid for use in all flow types.", validInOneFlowType: "Valid for use in the %1$s type.", validInMultipleFlowTypes: "Valid for use in %1$s types." }, backToFunctions: "Back to functions", blankAudioForSipPhoneNumber: 'Note: If the supplied PhoneNumber is a "sip:" or "sips:" scheme, blank Audio will be returned.', collectionItemsTitle: "Collection Items", title: "Expression Help", columns: { nameOrSymbol: "Name / Symbol", category: "Category" }, exampleTitle: "Example", examples: { output: "Output" }, examplesTitle: "Examples", expandForLanguages: "Expand for list of supported languages", expandForSpecificRuntimeTypes: "Expand for specific runtime type handling details", function: "Function", implementationTitle: "Implementation", implementationsTitle: "Implementations", newLineInfo: "where \\n is newline", outputExampleFlowLanguageCode: "Note: This assumes the flow's current language is [%1$s]", outputExampleFlowLanguageCodeAndDisplayStr: "Note: This assumes the flow's current language is %1$s [%2$s]", noSearchMatch: "No functions or operators found for search text.", operator: "Operator", overload: { maxOperands: "The maximum total number of parameters that can be passed to this function is %1$s." }, passThroughSingletonInfo: "'%1$s' will be called at runtime for these types:", passThroughCollectionInfo: "'%1$s' will be called at runtime on each collection item for these types:", returnValue: "Return Value", parameterTitle: "Parameter", parametersTitle: "Parameters", parameters: { length: "String length", maxValue: "Maximum value", maxLength: "Maximum length", maxItems: "Maximum items", minValue: "Minimum value", minLength: "Minimum length", minItems: "Minimum items", notAllowedNotSet: "NOT_SET is not allowed", notAllowedNotSetCurrency: "NOT_SET is not allowed for either the Currency itself or the currency's Amount property", notAllowedZero: "0 is not allowed", repeatable: "This parameter can occur more than once", restrictionsRunTimeError: "Parameter values outside any stated restrictions will result in a runtime error event.", valueMustBeLiteral: "Must be a literal value.", valueMustBeLiteralDialingCode: "Must be a supported ITU-T E.164 dialing code. Valid dialing codes are available from the System.Regions variable by accessing the dialingCode property from a country.", valueMustBeLiteralISO4217: "Must be a supported ISO 4217 currency code.", valueMustBeLiteralSupportedTTSLangTag: "Must be an IETF language code where text to speech playback is supported." }, requiresClosingSymbol: "Note: This operator requires a closing '%1$s' to be valid. See examples.", search: "Search", searchFunctions: "Search functions", specificRuntimeTypes: "Types that have special handling", supportedReturnValues: { possibleGeneric: "Possible return values" }, usageRestrictions: { mustBeLastOperation: "When used in an expression, this must be the last operation specified in the expression text to be valid.", title: "Usage Restrictions" }, validLanguages: "Valid for use in these languages" }, builders: { funcOpBuilderButtonTitle: "Open builder for function at current caret", builderConfigInvalid: "Invalid builder configuration.", builderConfigInvalidWithLabel: "Invalid builder configuration for %1$s.", builderConfigWarning: "The builder configuration has one or more warnings.", builderConfigWarningWithLabel: "The builder configuration has one or more warnings for %1$s.", builderMainSequenceWillNotBeRun: "The Main Sequence will not execute at runtime.", builderPartErrorGeneric: "The builder part is in error.", builderPartInfoGeneric: "The builder part has additional information.", builderPartWarningGeneric: "The builder part has a warning.", builderPartSupportsOnePart: "Only a single part is allowed for this type of builder", builderPartSupportsMultipleParts: "Only %1$s parts are allowed for this type of builder", builderSupportedLanguageMissing: "The builder is not configured to handle the flow supported language '%1$s'.", builderSupportedLanguageMissingMoreThanOne: "The builder is not configured to handle the flow supported languages of %1$s.", containerParts: { language: { languageNotInFlowSupportedLanguages: "The language '%1$s' is not a supported language in the flow.", languageTagNotString: "The language tag is not a valid string.", languageTagNotValid: "The language tag '%1$s' is not supported by Architect.", noFlowSupportedLanguages: "There are no supported languages configured on this flow." } }, convertToExpressionMode: "Convert to Custom Expression", convertToExpressionWarning: "The generated expression will be saved but you will not be able to return to builder mode without resetting the expression.", enableMainSequence: "Enable default sequence 'Main Sequence'", enableAlternativeSequence: "Click the toggle to enable the expression builder sequence.", errorValidatingBuilder: "Internal error encountered validating builder.", errorValidatingBuilderPart: "Internal error encountered validating builder part.", generation: { noParts: "When no items are added, the following value will be used: %1$s", noPartsInSequence: "When no items are added to this sequence, the following value will be used: %1$s" }, minPartsOne: "The expression builder sequence must have at least one item added.", minPartsWarning: "The expression builder sequence should have at least one item added.", minPartsMoreThanOne: "The expression builder sequence must have at least %1$s items added.", maxPartsOne: "The expression builder sequence cannot have more than one item.", maxPartsMoreThanOne: "The expression builder sequence cannot have more than %1$s items.", noBuilderSpecified: "No expression builder specified", title: "%1$s Expression Builder - %2$s", funcOpTitleFunction: "%1$s Function Builder", funcOpTitleOperator: "%1$s Operator Builder", mainSequenceDisabled: "Main Sequence is disabled because all alternate sequences are enabled", selectLanguage: "Select Language", sequence: "Sequence", validationMessage: { withContainer: "%1$s - %2$s", withContainerAndIndex: "%1$s - Index %2$s, %3$s", withIndex: "Index %1$s, %2$s" } }, dialogEngine: { bot: "Dialog Engine Bot", botNotFound: "The selected Dialog Engine bot could not be found.", terminationStateDescription: '"%1$s" (valid for the branch "%2$s")', terminationStateDescriptionIntentOutput: '"%1$s" (can appear in intent-based branches)', dialogEngineBot: "Dialog Engine Bot", dialogEngineBotVersion: "Dialog Engine Bot Version", inputTextLabel: "Bot Input Text", inputTextDescription: "The text to send to the Dialog Engine bot.", inputTextDescriptionForChat: "The text to send to the Dialog Engine bot. This is usually only set when chaining bot actions together.", mustSelectBot: "A Dialog Engine bot must be selected.", openDialogEngineUI: "Open Dialog Engine in a new tab", savedVersionOfBot: "Flow is referencing a cached version of this Dialog Engine bot. The bot may be out of date or deleted.", selectBot: "Select Dialog Engine bot", terminationState: "Termination State" }, dialogflow: { agent: "Dialogflow Agent", agentNotFound: "The selected Dialogflow agent could not be found.", agentHasNoIntents: "The selected Dialogflow Agent has no conversation-ending intents configured.", dialogflowAgent: "Dialogflow Agent", environment: "Environment", environmentNotFound: "The selected Environment could not be found.", initialEventNameLabel: "Initial Event Name", initialEventNameDescription: "The name of the Dialogflow agent event to trigger when the session is started.", inputTextLabel: "Agent Input Text", inputTextDescription: "The text to send to the Dialogflow Agent.", inputTextDescriptionForChat: "The text to send to the Dialogflow Agent. This is usually only set when chaining bot actions together.", integrationNameLabel: "Integration Name: %1$s", intentProbabilityLabel: "Intent Probability", intentProbabilityDescription: "The confidence of the detected Dialogflow end of conversation intent. If detected, the value will range from 0.0 to 1.0. If no intent was detected, the value of the variable bound to this setting will remain untouched.", mustSelectAgent: "A Dialogflow agent must be selected.", noParameters: "There are no parameters defined for this intent.", sessionLabel: "Session Variables", sessionInputsLabel: "Inputs", sessionInputsWarning: "Input Session Variables are only used by a Dialogflow Agent when a non-blank Initial Event Name is supplied.", sessionInputLabel: "Input", noSessionInputsDefinedLabel: "No Input defined", sessionAddInputLabel: "Add Input", sessionOutputsLabel: "Outputs", sessionOutputLabel: "Output", noSessionOutputsDefinedLabel: "No Outputs defined", sessionAddOutputLabel: "Add Output", sessionKeyLabel: "Key Name %1$s", projectIdLabel: "Project ID: %1$s", savedVersionOfAgent: "Flow is referencing a cached version of this Dialogflow agent. The agent may be out of date or deleted.", selectAgent: "Select Dialogflow agent" }, dialogflowCx: { cxAgentNotFound: "The selected Dialogflow CX agent could not be found.", dialogflowCxAgent: "Dialogflow CX Agent", liveAgentHandoffMetadata: "Live Agent Handoff Metadata", mustSelectCxAgent: "A Dialogflow CX agent must be selected.", sessionParametersLabel: "Session Parameters", selectDialogflowCxAgent: "Select Dialogflow CX agent" }, endWorkflow: { exitReasonLabel: "Exit Reason" }, externalTransfer: { number: "Number", releaseLinkTransfer: "Perform release link transfer" }, externalAuths: { missingPermissionContext: "The '%1$s' permission.", overviewContext: "You do not have the necessary authorizations to access %1$s. You need:%2$s", validationContext: "You do not have the necessary authorizations to use %1$s.", thirdPersonValidationContext: "Selected user does not have the necessary authorizations to use %1$s.", agenticVirtualAgentView: { displayTitle: "Agentic Virtual Agents" }, agenticVirtualAgentVersionView: { displayTitle: "Agentic Virtual Agent Versions" }, auditView: { displayTitle: "Version History Details" }, botConnectorView: { displayTitle: "Bot Connectors" }, bridgeActionView: { displayTitle: "Bridge Action" }, contactListsView: { displayTitle: "Contact Lists" }, conversationConferenceAdd: { displayTitle: "Conversations" }, conversationCustomAttributesSchemaView: { conversationCustomAttributesSchemaViewDisplayTitle: "Conversation Custom Attributes Schemas" }, customerIntentsView: { customerIntentsViewDisplayTitle: "Customer Intents" }, customerSegmentsView: { customerSegmentsViewDisplayTitle: "Customer Segments" }, dataTablesView: { displayTitle: "Data Tables" }, decisionTablesSearch: { decisionTablesSearchDisplayTitle: "Decision Tables" }, divisionsView: { divisionsViewDisplayTitle: "Divisions" }, emergencyGroupView: { displayTitle: "Emergency Groups" }, flowLaunch: { displayTitle: "Flow Launch" }, flowView: { displayTitle: "Flows" }, flowMilestonesView: { displayTitle: "Flow Milestones" }, flowOutcomesView: { displayTitle: "Flow Outcomes" }, grammarView: { displayTitle: "Grammars" }, guideView: { displayTitle: "Guides" }, guideVersionView: { displayTitle: "Guide Versions" }, integrationsActionView: { displayTitle: "Data Actions" }, integrationView: { displayTitle: "Integrations" }, knowledgeBaseView: { knowledgeBaseViewDisplayTitle: "Knowledge Base" }, knowledgeBaseDocumentView: { knowledgeBaseDocumentViewDisplayTitle: "Knowledge Base Document" }, languageSkillsView: { displayTitle: "Language Skills" }, messagingIntegrationView: { messagingIntegrationViewDisplayTitle: "Messaging Integration" }, nluView: { displayTitle: "NLU" }, oAuthClientView: { oAuthClientViewDisplayTitle: "OAuth Client" }, responseAssetAdd: { displayTitle: "Response Assets Add" }, responseAssetView: { displayTitle: "Response Assets" }, responseLibraryView: { displayTitle: "Response Library" }, responseView: { displayTitle: "Responses" }, schedulesView: { displayTitle: "Schedules" }, smsPhoneNumberView: { smsPhoneNumberViewDisplayTitle: "SMS Phone Numbers" }, surveyFormView: { displayTitle: "Survey Form" }, scheduleGroupView: { displayTitle: "Schedule Groups" }, scriptsView: { displayTitle: "Scripts" }, queuesView: { displayTitle: "Queues" }, utilizationLabelView: { utilizationLabelViewDisplayTitle: "Utilization Labels" }, voicemailReceive: { displayTitle: "Voicemail" }, wrapupCodesView: { displayTitle: "Wrapup Codes" }, promptsUserView: { displayTitle: "User Prompts" }, promptsSystemView: { displayTitle: "System Prompts" }, processAutomationTriggerView: { displayTitle: "Triggers" }, worktypesView: { displayTitle: "Worktypes" } }, facets: { incorrectType: "The value has a type of %1$s when it should be of type %2$s", nothingToValidate: "Unable to determine a value to validate.", valueIsBlank: "The value is blank.", valueNotInAllowableListOne: "The value must be %1$s", valueNotInAllowableListMoreThanOne: "The value must be either %1$s", valueNotInAllowableListGeneral: "The value is not in the allowable values list", valueCannotBeNotSet: "The value cannot be NOT_SET", valueMustBeGreaterThan: "The value %1$s must be greater than %2$s.", valueMustBeGreaterThanOrEqualTo: "The value %1$s must be greater than or equal to %2$s.", valueStringMaxLength: "The value cannot contain more than %1$s characters.", valueStringMinLengthOne: "You must specify a value.", valueStringMinLengthOneNonFriendly: "The value must contain at least 1 character.", valueShouldBeNoValue: "You must specify a value or change mode to no value.", valueShouldBeUseFlowDefault: "You must specify a value or change mode to use flow default.", valueStringMinLengthTwoOrMore: "The value must contain at least %1$s characters.", valueMustBeLessThan: "The value %1$s must be less than %2$s.", valueMustBeLessThanOrEqualTo: "The value %1$s must be less than or equal to %2$s.", valueMustBeExactly: "The value must be %1$s characters.", valueUsesInvalidCharacterWarning: "Usage of the '%1$s' character is not recommended." }, features: { missingFeatureError: "The '%1$s' action is not available in a '%2$s'", missingFeatureErrorExpression: "The setting '%1$s' requires a feature that is not available." }, findActions: { bulkFind: { bulkFindMaxItemProcessingNote: "Note: Only items up the maximum item count of %1$s will be processed. The rest will be returned as NOT_SET in the returned collection." }, findDivision: { findDivisionNameLabel: "Division Name", findDivisionsNameLabel: "Division Names", findDivisionResultLabel: "Division Result", findDivisionsResultLabel: "Division Results" }, findEmergencyGroup: { findEmergencyGroupNameLabel: "Emergency Group Name", findEmergencyGroupResultLabel: "Emergency Group Result" }, findGrammar: { findGrammarIdLabel: "Grammar ID", findGrammarNameLabel: "Grammar Name", findGrammarResultLabel: "Grammar Result" }, findGroup: { nameLabel: "Group Name", resultLabel: "Group Result" }, getJourneySegment: { idLabel: "Journey Segment ID", resultLabel: "Journey Segment Result" }, getJourneySession: { idLabel: "Journey Session ID", resultLabel: "Journey Session Result" }, getJourneySessionsByCustomer: { idLabel: "Customer ID", idTypeLabel: "Customer ID Type", resultsLabel: "Journey Sessions Result" }, getJourneySessionsByExternalContact: { idLabel: "External Contact ID", resultsLabel: "Journey Sessions Result" }, getJourneyOutcome: { idLabel: "Journey Outcome ID", resultLabel: "Journey Outcome Result" }, getJourneyOutcomeScoresBySession: { idLabel: "Journey Session ID", resultsLabel: "Journey Outcome Score Results" }, findKnowledgeBaseDocument: { findKnowledgeBaseDocumentIdLabel: "KnowledgeBaseDocument ID", findKnowledgeBaseDocumentNameLabel: "KnowledgeBaseDocument Name", findKnowledgeBaseDocumentResultLabel: "KnowledgeBaseDocument Result" }, findLanguageSkill: { nameLabel: "Language Skill Name", resultLabel: "Language Skill Result" }, findQueue: { nameLabel: "Queue Name", idLabel: "Queue ID", resultLabel: "Queue Result" }, findSchedule: { findScheduleNameLabel: "Schedule Name", findScheduleResultLabel: "Schedule Result" }, findScheduleGroup: { findScheduleGroupNameLabel: "Schedule Group Name", findScheduleGroupResultLabel: "Schedule Group Result" }, findSkill: { nameLabel: "Skill Name", resultLabel: "Skill Result" }, findSystemPrompt: { nameLabel: "System Prompt Name", resultLabel: "System Prompt Result" }, findUserPrompt: { nameLabel: "User Prompt Name", resultLabel: "User Prompt Result" }, findUser: { nameLabel: "User Email", idLabel: "User ID", idsLabel: "User IDs", idsDescription: "Note: only items up the maximum item count will be processed. The rest will be returned as not found.", resultLabel: "User Result", resultsLabel: "User Results" }, findUtilizationLabel: { nameLabel: "Utilization Label Name", resultLabel: "Utilization Label Result" } }, flow: { createFailed: "Failed to create the flow.", editFailed: "Failed to update flow.", loadFailed: "Failed to load the flow.", flowOptions: "Flow options", idOptions: "ID Options", publishOptions: "Publish options", flow: "Flow", commands: { add: { text: "Add", tooltip: "Add new flow" }, checkIn: { text: "Check in Version %1$s", tooltip: "Saves and checks in Version %1$s" }, create: { tooltip: "Create New Flow" }, discardChanges: { text: "Discard Unsaved Changes", confirmationText: "Are you sure you want to discard unsaved changes?", tooltip: "Discards changes made to this flow since the last save" }, edit: { editButtonTooltipLabel: "Edit the flow" }, export: { text: "Export", textExportAs: "Export as %1$s", tooltip: "Export flow configuration to a file", warningExportFailed: "Failed to export flow" }, exportYaml: { text: "Export as .yaml", tooltip: "Export flow configuration in YAML format" }, flowFilterPreview: "Flow View Filter", goto: { text: "Go To...", tooltip: "Jump to an action, menu or task" }, import: { text: "Import", tooltip: "Import flow configuration from a flow export file" }, modifyIntents: { text: "Modify Intents", tooltip: "Modify bot intents, slots and utterances it will recognize" }, moreActions: { tooltip: "More Actions" }, open: { text: "Open", tooltip: "Open the selected flow" }, print: { text: "Print", tooltip: "Generate a printout of the flow" }, publish: { text: "Publish Version %1$s", title: "Publish", tooltip: "Publish the flow" }, publishDebug: { text: "Debug", tooltip: "Enable debug for the current flow", flowDebugDisabledOne: "Debugging is disabled because it is not supported for the flow supported language of %1$s.", flowDebugDisabledMoreThanOne: "Debugging is disabled because it is not supported for the flow supported languages of %1$s." }, remove: { deleteOverlayMultiple: "Deleting flows", deleteOverlaySingular: "Deleting flow", deleteSuccessOverlay: "Delete successful", text: "Delete", title: "Delete Flow", titleCannotDeleteInQueueFlows: "Cannot Delete In-Queue Call Flows", titleRevertInQueue: "Revert In-Queue Call Flow", titleRevertDefaultVoicemailFlow: "Revert Voicemail Flow", titleMultiple: "Delete Flows", tooltip: "Delete the selected flow(s)", warning: 'Are you sure you want to delete the selected flow named "%1$s"?', warningDeleteInQueueFlowsDependency: "The following in-queue call flows are currently being referenced by one or more queues and cannot be deleted.", warningRevertInQueue: "Do you want to delete all customizations to the default In-Queue Flow and go back to version 1?", warningRevertDefaultVoicemailFlow: "Do you want to delete all customizations to the default Voicemail Flow and go back to version 1?", warningMultiple: "Are you sure you want to delete the %1$s selected flows?" }, refresh: { text: "Refresh", tooltip: "Refresh the list of flows" }, revert: { text: "Revert to Version %1$s", tooltip: "Delete the latest saved version of the flow" }, renumber: { renumberFailed: "Unable to renumber the action, menu and task IDs.", renumberFlow: "Renumber Flow", text: "Renumber", tooltip: "Renumber the IDs set on actions, menus and tasks", warning: "Renumbering action, menu and task IDs will no longer guarantee ID consistency with previous versions of this flow.

Do you wish to continue?" }, save: { text: "Save", tooltip: "Save the flow" }, showHideIdentifiers: { tooltip: "Show or hide action, menu, task and state IDs" }, saveAs: { text: "Save As...", tooltip: "Save the current changes as a new flow" }, unlock: { progressSingle: "Unlocking one flow", progressMultiple: "Unlocking %1$s flows", text: "Unlock", title: "Unlock Flow", titleMultiple: "Unlock Flows", tooltip: "Unlock the currently selected flows", confirmSingle: "Are you sure you want to unlock the selected flow? %1$s", confirmMultiple: "Are you sure you want to unlock the selected flows? %1$s", performsCheckInInfo: "When unlocking a flow, the currently saved configuration will be checked in as a new version.", unlockFailed: "Unlock failed" }, unpublish: { text: "Unpublish", tooltip: "Deactivates the currently published version of the flow" }, validate: { text: "Validate", tooltip: "Check the flow for any errors" }, versions: { text: "Versions", tooltip: "View the version history of the flow" } }, exportFlowModal: { exportFlowModalUserActionTooltip: "Opens the export flow modal to choose file format and export options", exportFlowAsAFileForDownload: "Export the selected flow\u2019s configuration as a file for download.", exportFlowFileGeneratedOnConfirmation: "When you confirm, Architect generates the file so you can store, share, or reuse the flow outside of Architect", includeTrackingIdsLabel: "Include tracking ID details", includeTrackingIdsTooltip: "When enabled, tracking IDs are included in the exported YAML file." }, filter: { all: "All", clearFilter: "Clear Filter", divisionPlaceHolder: "Select a Division", editable: "Open for Edit", flowFilterOptionsDivisionTooltip: "Flow division filter options", flowFilterOptionsLockedTooltip: "Flow locked filter options", flowFilterOptionsPublishedTooltip: "Flow published filter options", locked: "Locked", published: "Published", unpublished: "Unpublished", lockedByCurrentUser: "Locked by Current User" }, goto: { noItemSelected: "No item selected. Please select an item to go to.", title: "Go To", selectAnItem: "Select an item to go to", goToResource: "Go to %1$s" }, gridColumns: { division: "Division", name: "Name", locked: "Locked", checkedIn: "Checked In", published: "Published", consumers: "Consumers" }, noChangesTitle: "No changes", noChangesMessage: "There are no unsaved changes in the current flow.", noDefaultLanguage: "There is no default language configured in the current flow.", noStartUpObject: "There is no startup object configured in the current flow.", notLocked: { exportMessage: "It is strongly recommended to export your flow to avoid the possibility of losing unsaved changes. The flow will remain open and editable until you navigate away from the flow.", lockMessage: "This flow is no longer locked by you. You cannot save or publish until you obtain the lock again.", lockMessageForSystem: "You cannot delete version 1.0 of a system flow.", lockDeleteMessageSingle: "You cannot delete a flow that is locked by another user.", lockDeleteMessageMultiple: "You cannot delete flows that are locked by another user.", unlockedMessageSingle: "You cannot unlock a flow that is not locked.", unlockedMessageMultiple: "You cannot unlock flows that are not locked.", title: "Lost flow lock" }, operations: { enableFlowDebugFailure: "Enable debug failed", enableFlowDebugMessage: "Enabling debug...", enableFlowDebugSuccess: "Debug enabled", enableFlowDebugSuccessMessage: "You may now debug the flow by calling this address in Genesys Cloud:

%1$s@localhost

when logged in to the current organization.", enableFlowDebugSuccessMessageWithOrgName: "You may now debug the flow by calling this address in Genesys Cloud:

%1$s@localhost

when logged in to the '%2$s' organization.", enableFlowDebugSuccessTitle: "Debug Enabled", discardChangesMessage: "Discarding changes...", exportMessage: "Exporting...", importMessage: "Importing...", publishFailure: "Publish failed", publishMessage: "Publishing...", publishSuccess: "Published", revertFailure: "Revert failed", revertMessage: "Reverting...", revertSuccess: "Reverted", refreshFailure: "Failed to load the flows", refreshSuccessNoFlows: "There are no flows", refreshSuccessNoFlowsFilter: "There are no flows to show with the current column filters", refreshSuccessNoResults: "There were no flows found", refreshMessage: "Loading Flows...", saveFailure: "Save failed", saveMessage: "Saving...", saveSuccess: "Saved", unpublishFailure: "Unpublish failed", unpublishMessage: "Unpublishing...", unpublishSuccess: "Unpublished", validateMessage: "Validating...", validatedMessage: "Validated", load: { deleteOrRecreate: "You can delete the flow or re-create it as a new flow.", failure: "Failed to load the flow", latestConfigNotFoundButton: "Unlock and Check Out flow", latestConfigNotFoundCannotUnlock: "The latest saved flow configuration was not found. Performing an Unlock and a Check Out operation on the flow can resolve the issue, but you do not have necessary permissions to unlock the flow. Please try again once your user has the \u2018architect:flow:unlock' permission in the flow\u2019s division.", latestConfigNotFoundError: "There was an error performing an Unlock and a Check Out operation on the flow.", latestConfigNotFoundTitle: "Saved configuration not found", latestConfigNotFoundText: "The latest saved flow configuration was not found. Click below to perform an Unlock and a Check Out operation on the flow, which will load the last checked-in version.", noConfig: "'%1$s' has no flow configuration.", cannotOpenNoFlowConfig: "'%1$s' cannot be opened because there is no flow configuration to load.", cannotOpenFlowDeleted: "'%1$s' cannot be opened because it was deleted before being checked in.", noConfigTitle: "No flow configuration", reloadDefaultButton: "Recreate", requestFailed: "The request for the flow's configuration has failed", serverFailureMessage: "The flow is not the correct type for this system.", typeFailureMessage: "The selected flow to be imported is not the correct type of %1$s.", versionFailureMessage: "Can not load a flow created by a newer version of the designer.", flowSchemaMisMatchErrorPrefix: "The variable definition in the flow is incompatible with the variable definition in the import. %1$s", importFailed: "Flow Import Failed", importSupportedLanguageMismatch: "The import operation succeeded. Because flows of type '%1$s' cannot change supported languages, the currently configured language of '%2$s' was not changed to the import file's supported language of '%3$s'.", importFailedWorktypeMismatch: "The import operation failed because the Worktype '%1$s' referenced in the import file does not match the Worktype '%2$s' that the flow was created with.", importFailedWorktypeMismatchNoName: "The import operation failed because the Worktype referenced in the import file does not match the Worktype that the flow was created with." }, publishFlowDebugFailure: "Publishing debug version failed", publishFlowDebugMessage: "Publishing debug version...", publishFlowDebugSuccess: "Debug version published" }, outputMode: { label: "Output Mode", labelAndValue: "Output Mode: %1$s", selectOne: "Select an output mode" }, template: { label: "Template" }, types: { bot: "Bot Flow", commonModule: "Common Module Flow", digitalBotFlow: "Digital Bot Flow", guide: "Guide", inboundEmail: "Inbound Email Flow", inboundCall: "Inbound Call Flow", inboundChat: "Inbound Chat Flow", inboundShortMessage: "Inbound Message Flow", outboundCall: "Outbound Call Flow", inQueueCall: "In-Queue Call Flow", inQueueEmail: "In-Queue Email Flow", inQueueShortMessage: "In-Queue Message Flow", secureCall: "Secure Call Flow", surveyInvite: "Survey Invite Flow", surveyInviteWebPrefix: "Web Survey Invite Flow", voiceFlow: "Voice Flow", voicemailFlow: "Voicemail Flow", voiceSurveyFlow: "Voice Survey Flow", workflow: "Workflow", workItem: "Workitem Flow" }, tooLargeToPublish: "The flow is too large and cannot be published.", tooLarge: "The flow is too large and cannot be saved.", sizeRestriction: "Size Restriction", flowSizeNodeTitle: "Flow Size", flowSizeNodeSearchWatermark: "Search name", flowSize: "Flow Size:", flowSizePercentOfMaxFlow: "% of Max Flow Size", flowSizeWarningWithPercentage: "%1$s - %2$s%%", flowSizeWarningLow: "Low", flowSizeWarningMedium: "Medium", flowSizeWarningHigh: "High", flowSizeWarningVeryHigh: "Full", unknownUser: "Unknown User", unknownClient: "Unknown Client", unknownClientNumber: "Unknown Client %1$s", unknownDivision: "Unknown Division", unknownUserNumber: "Unknown User %1$s", nluEngineDoesNotSupportMultilingual: "This flow does not support adding additional supported languages. To add an additional supported language, use the 'Save As' menu to create a new flow and add additional languages to the new newly created flow. Once published, remember to update callers of the current flow to call the new flow." }, languages: { targetFlowSupportedLanguageNotSupportedInCallingFlow: "The flow '%2$s' supports the language %1$s which is not a supported language of this flow. To be usable, this language needs to be added as supported language to this flow.", targetFlowSupportedLanguageNotSupportedInCallingFlowMoreThanOne: "The flow '%2$s' supports the languages %1$s which are not supported languages of this flow. To be usable, these languages need to be added as supported languages to this flow.", flowRunsInDefaultLanguageIfInvokedWithUnsupportedLanguage: "If this flow is running in a language not supported in the '%1$s' flow when invoking it, the flow will start up in its default supported language of %2$s.", flowSupportedLanguageNotSupportedInTargetFlow: "This flow supports the language %1$s which is not a supported language on the flow '%2$s'.", flowSupportedLanguageNotSupportedInTargetFlowMoreThanOne: "This flow supports the languages %1$s which are not supported languages on the flow '%2$s'." }, flowOutcomes: { createFlowMilestoneTitle: "Create Flow Milestone", createFlowOutcomeTitle: "Create Flow Outcome", failure: "Failure", flowOutcome: "Flow Outcome", flowMilestone: "Flow Milestone", flowMilestoneNotFound: "The selected flow milestone could not be found.", flowOutcomeNotFound: "The selected flow outcome could not be found.", mustSelectFlowMilestone: "A flow milestone must be selected.", mustSelectFlowOutcome: "A flow outcome must be selected.", selectFlowMilestone: "Select Flow Milestone", selectFlowOutcome: "Select Flow Outcome", success: "Success" }, form: { formActionDatePicker: "Date Picker", formActionInput: "Input", formActionLibrary: "Library", formActionLibraryDescription: "The selected response library is only validated when a form is selected.", formResponseLibraryDoesNotContainForm: "The selected response library does not contain the selected form.", formNoResponseLibrariesContainForm: "There are no response libraries that contain the selected form.", formActionListPickerMultiSelect: "List Picker - Multiselect", formActionListPickerSingle: "List Picker - Single", formActionMustSelectForm: "A form must be selected.", formActionMustSelectLibrary: "A library must be selected.", formActionSelectLibrary: "Select a library", formChannelNote: "Form is only available for Apple Messages for Business. Using it on other channels will take the failure path.", formChannelNoteWithWebMessaging: "Form is only available for Apple Messages for Business and Genesys Business Messaging. Using it on other channels will take the failure path.", formCompletionTimeout: "Form Completion Timeout", formCompletionTimeoutDescription: "Once the form has been sent, this is the maximum length of time to wait for the participant to complete the form. If the form is not completed within this time then a No Input event will be triggered.", formLabel: "Form", formNotFound: "The selected form could not be found.", formPages: "Form Pages", selectForm: "Select a form" }, messagingTemplate: { messagingTemplateTypeLabel: "Message Template Type", messagingTemplateTypeDescription: "In Canned Response details, Standard corresponds to a Message Template and Carousel corresponds to a Media Carousel.", messagingTemplateActionLibraryDescription: "The selected response library is only validated when a message template is selected.", messagingTemplateActionMustSelectMessagingTemplate: "A message template must be selected.", messagingTemplateChannelNote: "Send Digital Content is only available for WhatsApp.", messagingTemplateLabel: "Message Template", messagingTemplateNoResponseLibrariesContainMessagingTemplate: "There are no response libraries that contain the selected message template.", messagingTemplateNotFound: "The selected message template could not be found.", messagingTemplateResponseLibraryDoesNotContainMessagingTemplate: "The selected response library does not contain the selected message template.", messagingTemplateSelectionResultDescription: "The variable that holds the value of the button chosen by the participant. If no choice is selected by the participant, the variable value will be left alone.", openMessagingTemplateInNewTab: "View Message Template", selectMessagingTemplate: "Select a message template" }, generic: { accessibility: "Accessibility", actionNeeded: "Action needed", aiPowered: "AI Powered", answerLabelCapitalized: "ANSWER", apply: "Apply", branches: { active: "Active", canceled: "Canceled", closed: "Closed", emergency: "Emergency", event: "Event", error: "Error", failure: "Failure", found: "Found", holiday: "Holiday", inactive: "Inactive", knowledgeDialogEngine: "Knowledge", matchExact: "Exact Match", matchMultiple: "Multiple", maxNoInputsBranch: "Max No Inputs", maxNoMatchesBranch: "Max No Matches", noEvent: "No Event", noIntent: "No Intent", noInputBranch: "No Input", notFound: "Not Found", open: "Open", partiallyFound: "Partially Found", processed: "Processed", skipResponse: "Skip Response", skipResponseCapture: "Skip Response Capture", success: "Success", timeout: "Timeout", valid: "Valid", invalid: "Invalid", loopsMax: "Max Loops", loopNext: "Next Loop", faxProcessed: "Fax Processed", voicemail: "Voicemail" }, browse: "Browse", backToOriginalTopic: "Back to Original Topic", cancel: "Cancel", changes: "Changes", confirm: "Confirm", condition: "Condition", confirmDeleteMessage: "Are you sure you want to delete this item?", containsErrors: "Contains errors", containsWarnings: "Contains warnings", continue: "Continue", clear: "Clear", clearAll: "Clear All", clickForHelp: "Click to view help.", clickToEditName: "Click to edit name", close: "Close", contactSupportIfKeepsHappening: "If this keeps happening, contact Support.", create: "Create", currentUser: "Current User", currentVersion: "Currently Referenced Version", dataType: "Data Type", dataTypes: "Data Types", default: "Default", delete: "Delete", deleteThisItem: "Delete this item", disabledDiscourageForNewUse: "Disabled \u2014 discouraged for new use.", divisions: "Divisions", done: "Done", description: "Description", digitalAudio: "Digital Audio", earlyPreview: "Early Preview", languageStatusPreviewTooltip: "This language is a preview release, the language model will improve over time with changes and further support.", edit: "Edit", editor: "Editor", enterText: "< put text here >", errorLabelCapitalized: "ERROR", exportFlow: "Export Flow", emptyPage: "This page is now empty. Navigate to a previous page.", enableDarkMode: "Enable Dark Mode", enableLightMode: "Enable Light Mode", errors: { errorCodeDescription: "A code that identifies the failure reason.", errorCodeExamplesTitle: "Example Error Code Values", errorFileRead: "There was an error reading the file." }, expandCardCardTooltip: "Hold shift to expand multiple cards", expressions: "Expressions", facebook: "Facebook", fileSizeWithValue: "File Size: %1$s", finished: "Finished", flowSetting: "Flow Setting", format: "Format", generating: "Generating...", genericOff: "Off", genericOn: "On", identifier: "Identifier", inferredPrompts: "Prompts used by this action", inputLabelCapitalized: "INPUT", isCollection: "Is Collection", itemLabel: "Item %1$s", items: "Items", joinTwoSentences: "%1$s %2$s", joinThreeSentences: "%1$s %2$s %3$s", keyHyphenValue: "%1$s - %2$s", keyBracketValue: "%1$s [%2$s]", launch: "Launch", loadMore: "Load more...", loading: "Loading...", loaded: "Loaded", maxFileSize: "Maximum file size is %1$s.", message: "Message", move: "Move", moveDown: "Move down", moveToBottom: "Move to bottom", moveToNewSection: "Move to new section", moveTo: "Move to", moveToTop: "Move to top", moveUp: "Move up", name: "Name", namespace: "Namespace", nameAndValue: "Name: %1$s", nameWatermark: "Enter a name", no: "No", noFieldsFound: "No fields found", notNatively: "Not Natively", note: "Note:", notifications: { clickForInfo: "Click this notification for more information." }, numberWithPercent: "%1$s%%", okDontUseThis: "OK", openDropdown: "Open Dropdown", openItem: "Open Item", optional: "Optional", options: "options", other: "Other", overview: "Overview", outputLabelCapitalized: "OUTPUT", performingOperation: "Performing Operation", permissions: { allDivisions: "All Divisions", divisionHeader: "Division", divisionHeaderMoreThanOne: "Divisions", missingPermission: "You do not have the permission '%1$s'.", missingPermissionWithDivision: "You do not have permission '%1$s' in division '%2$s' to perform this action.", permissionRestriction: "Permission Restriction", error: "An error has occurred while processing permissions", hiddenFlowCount: "Hidden flow count: %s", missing: { dependencyTracking: { rebuild: "You do not have permission to initiate a dependency rebuild.", view: "You do not have permission to view dependency tracking." }, conversation: { conference: { add: "You do not have permission to make calls." } }, copilot: { session: "You do not have permission to view this session.", message: { view: "You do not have permission to view messages.", send: "You do not have permission to send messages." } }, flow: { allPermissions: { add: "You do not have permission to add flows.", delete: "You do not have permission to delete flows.", edit: "You do not have permission to edit flows.", launch: "You do not have permission to launch flows.", publish: "You do not have permission to publish flows.", search: "You do not have permission to search flows.", unlock: "You do not have permission to unlock flows.", view: "You do not have permission to view flows." }, flowMilestones: { noPermissionToAddFlowMilestone: "You do not have permission to add flow milestones.", add: "You do not have permission to add flow milestones. You need the architect:flowMilestone:add permission in at least one division in the organization to add a flow milestone.", search: "You need the architect:flowMilestone:search permission in at least one division in the organization to add a flow milestone." }, noSpecificDivision: { view: "You do not have permission to view this flow." }, flowOutcomes: { noPermissionToAddFlowOutcome: "You do not have permission to add flow outcomes.", add: "You do not have permission to add flow outcomes. You need the architect:flowOutcome:add permission in at least one division in the organization to add a flow outcome.", search: "You need the architect:flowOutcome:search permission in at least one division in the organization to add a flow outcome." }, specificDivision: { deleteSingle: "You do not have the flow delete permission in the division of the following flow:", deleteMultiple: "You do not have the flow delete permission in the divisions of the following flows:", unlockSingle: "You do not have the flow unlock permission in the division of the following flow:", unlockMultiple: "You do not have the flow unlock permission in the divisions of the following flows:" } }, journey: { actionmap: { journeyActionmapView: "You do not have permission to view action maps." }, flowpaths: { journeyFlowsView: "You do not have permission to view Journey Flows." } }, prompts: { systemPrompts: { edit: "You do not have permission to edit system prompts.", view: "You do not have permission to view system prompts." }, userPrompts: { add: "You do not have permission to add user prompts.", delete: "You do not have permission to delete user prompts.", edit: "You do not have permission to edit user prompts.", import: "You do not have permission to view, add, and edit user prompts and view and edit system prompts.", view: "You do not have permission to view user prompts." } }, recording: { retentionPolicy: { recordingRetentionPolicyView: "You do not have permission to view Quality Policies" } }, responseAssets: { asset: { responseAssetMissingPermissionAdd: "You do not have permission to add response assets. You need the '%1$s' permission in at least one division in your organization to do so.", responseAssetMissingPermissionView: "You do not have permission to view response assets. You need the '%1$s' permission in at least one division in your organization to do so." } }, grammars: { grammarsMissingPermissionAdd: "You do not have permission to add grammars.", grammarsMissingPermissionDelete: "You do not have permission to delete grammars.", grammarsMissingPermissionEdit: "You do not have permission to edit grammars.", grammarsMissingPermissionView: "You do not have permission to view grammars." }, taskManagementWorkitems: { workItemsMissingPermissionView: "You do not have permission to view Workitems." } } }, pickOneToSend: "Pick one to send.", pleaseNote: "Please Note", pleaseWait: "Please wait...", preferences: "Preferences", preview: "Preview", product: { couldNotLoadProductError: "'%1$s' could not load.", loadingProduct: "Loading '%1$s'...", weCouldNotLoadProductError: "We could not load '%1$s'." }, queryLabelCapitalized: "QUERY", rawValue: "Raw Value", readonly: "This is read only.", recording: "Recording", refresh: "Refresh", remove: "Remove", reorder: "Reorder", reset: "Reset", restricted: "Restricted", ruleLabel: "Rule", save: "Save", searchDataTypes: "Search data types...", searchTerm: "Search Term", section: "Section", sections: "Sections", seeResourceCenter: { flowsCallingFlows: "Learn more about flows calling flows in our {{link.__FLOWS_CALLING_FLOWS__, Resource Center}}.", generic: "For more information, see the {{link.__RESOURCE_URL__, Resource Center}}.", pricingAndSupportedLanguages: "For more information about pricing and supported languages, see the {{link.__RESOURCE_URL__, Resource Center}} documentation." }, selectAll: "Select All", selectFile: "Select file", selectMulti: "Multi-select", selectSingle: "Single select", sentenceWithPeriod: "%1$s.", setDescription: "Set description...", showAllErrors: "Show all errors", showAllWarnings: "Show all warnings", showAllFields: "Show all fields", showInformation: "Show Information", sizeBytes: "%1$sb", sizeMegabytes: "%1$sMB", start: "Start", stop: "Stop", stopping: "Stopping...", switch: "Switch", sessionSourcesNote: "This property is only supported in %1$s conversations. This is true when the Session.Source variable value equals %2$s at flow runtime.", sessionSourcesNoteForLabel: "%1$s is only supported in %2$s conversations.", sessionSourcesConditionNote: "This is true when the Session.Source variable value equals %1$s at flow runtime.", yes: "Yes", tasks: "Tasks", textWithSingleQuotes: "'%1$s'", thisActionCantBeUndone: "This action can't be undone.", time: "Time", truncatedText: "%1$s...", tryAgainWithPeriod: "Try again.", type: "Type", types: "Types", selectAtLeastOne: "select at least one", unknown: "Unknown", update: "Update", upload: "Upload", urlFormat: "The URL string must conform to a valid URL format, for example, https://www.example.com.", usages: "Usages", usingOnOtherChannelsFailurePath: "Using it on other channels will take the failure path.", validation: "Validation", value: "Value", version: "Version", versionNumber: "Version %1$s", view: "View", video: "Video", whatsApp: "WhatsApp", zoomToFit: "Zoom to Fit", zoomToFitWidth: "Zoom to Fit Width", zoomToFitHeight: "Zoom to Fit Height" }, getAttributes: { addAttributeLabel: "Add attribute to retrieve", noAttributesError: "There are no attributes defined", variableLabel: "Variable to Assign %1$s" }, getConversationData: { conversationDescription: "The conversation ID to get participant data from.", conversationLabel: "Conversation ID", participantDescription: "If supplied, the participant data of the specified participant is used. In most cases, this can remain unspecified or NOT_SET and the customer/external participant will be used.", participantLabel: "Participant ID" }, commonExternalContact: { nameLabel: "External Contact ID", externalContactResult: "External Contact Result" }, updateExternalContact: { conditionUpdateIfExists: "Update If Exists", conditionUpdateIfEmpty: "Update If Empty", conditionAppendToCollection: "Append To Collection", conditionRemoveFromCollection: "Remove From Collection", externalContactFields: "External Contact Fields" }, assignedCustomerIntents: { assignedCustomerIntentsLabel: "External Contact ID", assignedCustomerIntentsResult: "Customer Intents Result" }, customerIntent: { customerIntentLabel: "Customer Intent" }, customerSegment: { customerSegmentLabel: "Customer Segment", customerSegmentPlaceholder: "Select a customer segment" }, getEmailHeaders: { emailHeaderNamesDescription: "The optional String Collection of Email Header Names. If NOT_SET or empty then all headers will be returned.", emailHeaderNamesLabel: "Email Header Names", emailHeaderNamesNoValueLabel: "All Email Headers", emailHeadersResultDescription: "The Email Headers value that is processed at flow runtime.", emailHeadersResultLabel: "Email Headers Result", noEmailHeaderNames: "No Email Header Names" }, getExternalOrganization: { nameLabel: "External Organization ID", externalOrganizationResult: "External Organization Result" }, getResponse: { library: "Library", noResponsesFound: "There are no responses in the selected library.", mustSelectLibrary: "A library must be selected.", mustSelectResponse: "A response must be selected.", noResponseLibrariesContainResponse: "There are no response libraries that contain the selected response.", performSubstitutions: "Perform Substitutions", response: "Response", responseBody: "Output Response Body", responseBodyDescription: "The html text of the response.", responseBodyHandlingDescription: "Determines how formatting contained in the '%1$s' canned response output String variable is processed at flow runtime. If this setting value at flow runtime evaluates to a value other than one of the allowable values, 'convertToMarkdown' will be used.", responseBodyHandlingLabel: "Response Body Handling", responseLibraryDoesNotContainResponse: "The selected response library does not contain the selected response.", responseLibraryIsInvalid: "The response library '%1$s' is invalid.", responseLibraryNotFound: "The selected response library could not be found.", responseNotFound: "The selected response could not be found.", savedVersionOfResponse: "Flow is referencing a cached version of this response. The response may be out of date or deleted.", selectLibrary: "Select a library", selectedResponse: "Selected Response", selectResponse: "Select a response", suggestedLibraryOne: "Library suggestion", suggestedLibraryMoreThanOne: "Library suggestions", substitutions: "Substitutions", noSubstitutions: "No substitutions available" }, getSIPHeaders: { rawSIPHeadersResultLabel: "Raw SIP Headers Result", rawSIPHeadersResultDescription: "The Raw SIP Headers value that is processed at flow runtime.", sipHeadersResultLabel: "SIP Headers Result", sipHeadersResultDescription: "The SIP Headers value that is processed at flow runtime.", sipHeaderNamesLabel: "SIP Header Names", sipHeaderNamesDescription: "The optional String Collection of SIP Header Names. If NOT_SET or empty then all headers will be returned.", sipHeaderNamesNoValueLabel: "All SIP Headers", noSipHeaderNames: "No SIP Header Names" }, group: { label: "Group", groupLabelPlural: "Groups", placeholder: "Select a group", noExtError: "No phone number found for the selected group. Transfers will fail at runtime." }, help: { about: "About", architectHelp: "Architect Help", backToResults: "Back to results", currentHelpTopic: "Current Topic", expressionHelp: "Expression Help", privacyPolicy: "Privacy Policy", reportIssue: "Report Issue", resourceCenter: "Resource Center", show: "Show help", helpAndResources: "Help and resources", help: "Help", helpResourceCommunity: "Community", helpResourceOrchestrators: "Genesys Orchestrators", helpResourceReleaseNotes: "Release Notes", helpResourceEducation: "Education", helpResourceStatus: "Genesys Cloud Status", noSearchResults: "No results for your search", searchHelpContent: "Search help content", searchHelpContentDescription: "Use double quotation marks to search for a specific term or phrase. For example, \u201COrganization settings\u201D.", viewSource: "Open in Resource Center" }, holdMusic: { durationLabel: "Duration", playForDuration: "Play for duration", playLengthLabel: "Play Style", playPrompt: "Play prompt", promptLabel: "Hold Music" }, inputOutputList: { arrayWithMixedTypes: "The '%1$s' schema for '%2$s' includes one or more arrays containing multiple data types. These will be ignored by Architect, since arrays with mixed types are unsupported.", arrayWithNoType: "The schema for '%1$s' contains an array with no 'items' property specifying what kind of items are contained in the array. Architect will treat these as string arrays, which could cause error handling to be invoked at runtime if non-string values are encountered.", failureOutputs: "Failure Outputs", inputs: "Inputs", noInputs: "There are no inputs.", noInputsOutputs: "There are no inputs or outputs.", unableToRetrieveSchema: "Unable to retrieve inputs or outputs for this action.", outputs: "Outputs", successOutputs: "Success Outputs", foundOutputs: "Found Outputs", schemaError: "The selected data action reported an invalid '%1$s' schema. Please check the data action\u2019s configuration and validate the flow again." }, importFlow: { fileLabel1: "Flow file to import (%1$s)", filePlaceHolder: "Select a configuration file to import", title: "Import a flow" }, importPrompts: { addAudio: "Add additional audio...", addAudioButton: "Add to import", audioNew: "New Audio", audioUpdate: "Replacing Audio", cancelImportTitle: "Cancel Import", cancelImportMessage: "An import is currently in progress. Are you sure you wish to dismiss the modal and cancel the import?", importDescriptionNewAndUpdated: "New prompts after import: %1$s, Updated prompts after import: %2$s", importDescriptionNew: "New prompts after import: %1$s", importDescriptionUpdated: "Updated prompts after import: %1$s", importFinishedResults: "Import results: New Prompts: %1$s, Updated Prompts: %2$s, Audio Uploads: %3$s, New TTS Values: %4$s", importFinishedResultsWithText: "Import results: New Prompts: %1$s, Updated Prompts: %2$s, Audio Uploads: %3$s, New TTS Values: %4$s, New Text Values: %5$s", importFinishedResultsFailures: "There were %1$s failures", importFinishedResultsFailure: "There was 1 failure", importFinishedResultsCanceled: "Canceled: Prompt Updates: %1$s, Audio Uploads: %2$s, TTS Values: %3$s", importFinishedResultsCanceledWithText: "Canceled: Prompt Updates: %1$s, Audio Uploads: %2$s, TTS Values: %3$s, Text Values: %4$s", importFinishedResultsWarning: "Found leading or trailing whitespace with file name '%1$s'. When the prompt import process is running, file name will be formatted to match the name in the CSV configuration.", importingActive: "Updating Prompts: %1$s, Importing Audio Files: %2$s, Setting TTS Values: %3$s", importingActiveWithText: "Updating Prompts: %1$s, Importing Audio Files: %2$s, Setting TTS Values: %3$s, Text Values: %4$s", noPromptError: "There are no prompts to import.", noMatchingSystemPrompt: "No matching system prompt found", resultCreated: "Created prompt %1$s", resultCreateCanceled: "Canceled creating prompt %1$s", resultCreateFailed: "Failed to create prompt %1$s", resultSkippedAudio: "User skipped uploading (%1$s) for prompt %2$s (%3$s)", resultSkippedTts: "User skipped setting TTS for prompt %1$s (%2$s)", resultSkippedText: "User skipped setting Text for prompt %1$s (%2$s)", resultIgnoredWav: "Wav (%1$s) skipped because no matching prompt found", resultSetTTS: "Set TTS for prompt %1$s (%2$s)", resultSetTTSCanceled: "Canceled setting TTS for prompt %1$s (%2$s)", resultSetText: "Set Text for prompt %1$s (%2$s)", resultSetTextCanceled: "Canceled setting Text for prompt %1$s (%2$s)", resultsFileName: "Import Results %1$s", resultUpdated: "Updated prompt %1$s", resultUpdateCanceled: "Canceled updating prompt %1$s", resultUpdatedFailed: "Failed to update prompt %1$s", resultUploaded: "Uploaded audio (%1$s) for prompt %2$s (%3$s)", resultUploadCanceled: "Canceled uploading audio (%1$s) for prompt %2$s (%3$s)", resultUploadedFailed: "Failed to upload audio (%1$s) for prompt %2$s (%3$s)", resultUploadErrorNoFile: "No file (%1$s) available to upload for prompt %2$s (%3$s)", previewImport: "Preview Import", saveResults: "Save Results", start: "Start Import", selectionDisabledNoChanges: "There is nothing to import, add audio", selectionDisabledNoChangesNoAudio: "There is nothing to import", selectionAddTooltip: "Adding new prompt", selectionUpdatedTooltip: "Updating existing prompt", title: "Import Prompts", textNew: "New text:", ttsNew: "New text to speech:", typeSystem: "System Prompt", unusedFiles: "There are %1$s audio files that do not have prompt matches", unusedFile: "There is 1 audio file that does not have a prompt match", parseErrors: { fieldMismatched: "Number of fields mismatched on line %1$s", other: "Unknown error parsing file" } }, intents: { label: "Intents", settings: { intentSettingConfirmationDescription: "Wording the bot will use when confirming this is the desired intent of the participant. The participant is expected to reply with a yes or no answer.", confirmation: "Confirmation", noIntentsDefined: "There are no intents defined in the bot's Natural Language Understanding configuration. You can create intents in the 'Intents' node.", goToIntents: "Go to Intents" }, secureSlotVariableUsedInIntentUtterance: "The slot variable '%1$s' cannot be marked as secure because its corresponding slot '%2$s' is referenced in the intent %3$s. To correct this error you may either turn off the secure setting on the variable or remove the slot from the intent.", secureSlotVariableUsedInIntentUtteranceMoreThanOne: "The slot variable '%1$s' cannot be marked as secure because its corresponding slot '%2$s' is referenced in the intents %3$s. To correct this error you may either turn off the secure setting on the variable or remove the slot from the intent." }, dynamicSlotTypes: { dynamicSlotTypesLabel: "Dynamic Slot Types", settings: { dynamicSlotTypeSettingValuesLabel: "Values", dynamicSlotTypeSettingValuesDescription: "A collection whose items supply possible String values for the slot type.", dynamicSlotTypeSettingSynonymsLabel: "Synonyms", dynamicSlotTypeSettingSynonymsNoValueSelectionLabel: "No Synonyms Specified", dynamicSlotTypeSettingSynonymsDescription: "A collection whose String items supply one or more synonyms for values in the '%1$s' collection. To specify a synonym for a value, add the synonym String value to the same index in this collection that the value has in the '%1$s' collection. To specify more than one synonym for an individual slot type value, assign a String value at the appropriate index in this collection but separate the individual synonyms with a ',' character.", dynamicSlotTypeSettingLabelsLabel: "Labels", dynamicSlotTypeSettingLabelsNoValueSelectionLabel: "No Labels Specified", dynamicSlotTypeSettingLabelsDescription: "A collection whose Communication items supply wording for values in the '%1$s' collection. To specify wording for an individual value, add the Communication value to the same index in this collection that the value has in the '%1$s' collection." } }, dynamicTimeslots: { dynamicTimeslotsLabel: "Dynamic Timeslots", dynamicTimeslotsDateTimeLabel: "Date and Time", dynamicTimeslotsDurationLabel: "Duration", settings: { dynamicTimeslotSettingTimeslotsLabel: "Timeslots", dynamicTimeslotSettingTimeslotsDescription: "A collection whose items supply possible Timeslot values for the slot type." } }, digitalAudio: { digitalAudioPlaceholder: "Select a Digital Audio response asset", browseForDigitalAudioLabel: "Browse for Digital Audio...", searchDigitalAudios: "Search Digital Audio...", useDigitalAudio: "Use Digital Audio", errors: { errorDownloadingDigitalAudio: "There was an error downloading the digital audio.", errorUploadingDigitalAudio: "There was an error uploading the digital audio", errorInvalidDigitalAudioName: "This Digital Audio name is not valid.", errorInvalidDigitalAudioFileType: "The selected file is not a valid digital audio file." }, uploadingDigitalAudio: "Uploading digital audio..." }, file: { file: "File", filePlaceholder: "Select a File response asset", browseForFileLabel: "Browse for File...", searchFiles: "Search Files...", supportedFileTypes: "Supported file types are: %1$s", useFile: "Use File", errors: { errorDownloadingFile: "There was an error downloading the file.", errorUploadingFile: "There was an error uploading the file.", errorInvalidFileName: "This file name is not valid.", errorInvalidFileType: "The selected file is not a valid file." }, uploadingFile: "Uploading file..." }, image: { conversion: { imageConvertBuilderToLiteralTitle: "Convert Image Builder To Literal", imageConvertBuilderToLiteralMessage: "Switching from builder to literal mode will reset the value. Do you wish to continue?", imageConvertExpressionToLiteralMessage: "Switching from expression to literal mode will reset the value. Do you wish to continue?", imageConvertExpressionToLiteralTitle: "Convert Image Expression To Literal", imageConvertLiteralToExpressionMessage: "The generated Image expression will be saved but you will not be able to return to literal mode without resetting the expression.", imageConvertLiteralToExpressionTitle: "Convert Image Literal To Expression", imageConvertModesMessage: "Switching from %1$s mode to %2$s mode will reset the value. Do you wish to continue?", imageConvertModesTitle: "Convert Image %1$s to %2$s" }, browseForImageLabel: "Browse for Image...", errors: { errorDownloadingImage: "There was an error downloading the image.", errorUploadingImage: "There was an error uploading the image", errorInvalidImageName: "This Image name is not valid.", errorInvalidImageFileType: "The selected file is not a valid image file." }, image: "Image", imagePlaceholder: "Select an Image", searchImages: "Search Images...", supportedFileTypes: "Supported file types are JPG, JPEG, PNG and GIF", useImage: "Use Image", uploadImageModalHeader: "Upload New Asset", uploadingImage: "Uploading image..." }, video: { videoPlaceholder: "Select a Video response asset", browseForVideoLabel: "Browse for Video...", searchVideos: "Search Videos...", useVideo: "Use Video", errors: { errorDownloadingVideo: "There was an error downloading the video.", errorUploadingVideo: "There was an error uploading the video", errorInvalidVideoName: "This Video name is not valid.", errorInvalidVideoFileType: "The selected file is not a valid video file." }, uploadingVideo: "Uploading video..." }, responseAsset: { responseAsset: "Response Asset", responseAssetPlaceholder: "Select a Response Asset", responseAssetAttachmentsDescription: "A collection of response assets attached to the response.", searchResponseAssets: "Search Response Assets...", useResponseAsset: "Use Response Asset", errors: { errorDownloadingResponseAsset: "There was an error downloading the asset.", errorUploadingResponseAsset: "There was an error uploading the asset", errorInvalidResponseAssetName: "This name is not valid.", errorInvalidResponseAssetFileType: "The selected file is not a valid file." }, responseAssetAttachmentsLabel: "Attachments", uploadingResponseAsset: "Uploading asset..." }, itemListing: { lastItemAndSeparator: " and ", lastItemOrSeparator: " or " }, codeEditor: { architectExpressionsUnavailable: "Architect expressions cannot be used here.", architectExpressionsUnavailableForVariableInitialValue: "Architect expressions cannot be used for a variable initial value.", autoCompleteEntries: { codeEditorNullDescription: "Enters the value null", codeEditorNullValue: "null", codeEditorTimeBlankDescription: "Enters a blank String where you can supply a Time", codeEditorTimeDescription: "Enters a Time value for 12:00:00 AM", dateTimeBlankDescription: "Enters a blank String where you can supply a Datetime", dateTimeTodayDescription: "Enters a Datetime value for today", dateTimeTodayDisplayText: "Today's Datetime", dateTodayDisplayText: "Today's Date", dateTodayDescription: "Enters a Date value for today", dateBlankDescription: "Enters a blank String where you can supply a Date", decimalOneDescription: "Enters a Decimal value of 1.0", decimalOrIntegerOneLabel: "One", decimalOrIntegerZeroLabel: "Zero", decimalZeroDescription: "Enters a Decimal value of 0.0", durationBlankDescription: "Enters a blank String where you can supply a Duration", durationFiveMinutesDescription: "Enters a Duration value for five minutes", durationFiveMinutesLabel: "5 Minutes", durationOneDayDescription: "Enters a Duration value for one day", durationOneDayLabel: "1 Day", durationOneHourDescription: "Enters a Duration value for one hour", durationOneHourLabel: "1 Hour", durationOneMinuteDescription: "Enters a Duration value for one minute", durationOneMinuteLabel: "1 Minute", durationThirtySecondsDescription: "Enters a Duration value for 30 seconds", durationThirtySecondsLabel: "30 Seconds", emptyArrayDescription: "Enters an empty array", emptyJsonObjectDescription: "Enters an empty JSON object", enterLiteralDescription: "Enter a literal '%1$s' selector", inlineExpressionDescription: "Enter an expression to supply the value", integerOneLabel: "Enters an Integer value of 1", integerZeroLabel: "Enters an Integer value of 0", literalValuesSection: "Literal Values" }, codeEditorTitle: "Code Editor", convertCategoryLabel: "Convert", cursorNumberHeader: "Cursor:", cursorNumberAriaLabel: "Cursor, Line Number: %1$s, Column: %2$s", fixCategoryLabel: "Fix", lineNumberHeader: "Line %1$s:", noValidationErrorsMessage: "No Errors", toggleSuggestionsPanel: "Toggle Suggestions Panel", validationCompleteMessage: "Validated", parseErrors: { facets: { allowableValuesFacetLabel: "allowable values", maxFacetLabel: "max", maxItemsFacetLabel: "max items", maxLengthFacetLabel: "max length", minFacetLabel: "min", minItemsFacetLabel: "min items", minLengthFacetLabel: "min length" }, tokens: { tooManyDecimalPlaces: "The Decimal value has %1$s decimal places. %2$s allowed.", tokenDuplicate: "Duplicate token '%1$s'.", tokenInvalid: "Invalid token '%1$s'.", tokenMissing: "Missing token '%1$s'.", tokenUnexpected: "Unexpected token '%1$s'.", invalidTokenOrderMustFollow: "'%1$s' must follow '%2$s'.", invalidTokenOrderMustPrecede: "'%1$s' must precede '%2$s'." }, arrayLengthTooBig: "Array item count %1$s is too large.", arrayLengthTooSmall: "Array item count %1$s is too small.", separatorIsUnnecessary: "Unnecessary separator '%1$s'.", extraValueErrorMessage: "Extra value.", invalidNumber: "Invalid number.", invalidNumericCharacter: "Invalid numeric character", invalidSyntax: "Invalid syntax.", formatPropertyWithMessage: "Property '%1$s' - %2$s", stringLengthTooBig: "The string length %1$s is too big.", stringLengthTooSmall: "The string length %1$s is too small.", tokenAfterEndOfValue: "Unexpected token '%1$s' past end of value.", valueIncomplete: "Value is incomplete." }, properties: { missingRequiredPropertiesPlural: "Missing required properties: '%1$s' for the type '%2$s'.", missingRequiredPropertySingular: "Missing required property '%1$s' for the type '%2$s'.", propertyCannotBeAddedToNonObject: "You cannot add a property to something that is not an object.", propertyIsDuplicated: "Duplicate property '%1$s'.", propertyIsReadOnly: "The property '%1$s' is read only.", propertyNamesCannotBeBlank: "Property names can't be blank.", propertyNameNotValidForType: "The property name '%1$s' is not valid for the type '%2$s'." }, search: { closeSearchPanel: "Close find and replace panel", codeEditorPanelFind: "Find:", codeEditorPanelFindAndReplace: "Find and replace", codeEditorPanelNextMatchButton: "Next Match", codeEditorPanelPreviousMatchButton: "Previous Match", codeEditorPanelReplace: "Replace", codeEditorPanelReplaceAll: "Replace all", codeEditorPanelReplaceWith: "Replace with:" }, shortcuts: { shortcutFindLabel: "Find", shortcutNextMatchLabel: "Next match", shortcutPreviousMatchLabel: "Previous match", shortcutShowTypeaheadLabel: "Show typeahead" }, suggestions: { addFunctionCall: "Add a '%1$s' function call", addMissingSeparator: "Add the missing separator '%1$s'", closeSuggestionsPanel: "Close suggestions panel", lintSuggestionsLabel: "Suggestions", maxValueClosestTo: "This is the maximum value that is closest to '%1$s'.", minValueClosestTo: "This is the minimum value that is closest to '%1$s'.", removeUnnecessarySeparator: "Remove the unnecessary separator '%1$s'", replaceWith: "Replace with '%1$s'.", separators: { addSeparatorSuggestion: "Add separator '%1$s'.", replaceSeparatorSuggestion: "Replace separator with '%1$s'." } }, types: { codeEditorValueTooLarge: "The value '%1$s' is too large.", codeEditorValueTooLargeNoValue: "The value is too large.", codeEditorValueTooPrecise: "The value is too precise.", codeEditorValueTooSmall: "The value '%1$s' is too small.", codeEditorValueTooSmallNoValue: "The value is too small.", dateSupplyCurrent: "Supply today's date.", dateTimeInvalid: "You must use a 'T' between the date and time components of a DateTime value.", decimalCannotBeUsedHere: "Decimal values cannot be used here.", decimalValueSignificantDigits: "Decimal values are limited to %1$s significant digits.", incompatibleType: "Incompatible type.", incompatibleTypeAssignment: "Incompatible type assignment.", invalidTypeValue: "Invalid '%1$s' value.", returnValueTypeMismatch: "'%1$s' does not match the expected type of '%2$s'. To fix this, wrap in a '%3$s' function call.", timeUnitNeedsDigitValue: "'%1$s' needs a %2$s digit value.", timeUnitNeedsDigitValueForDataType: "'%1$s' values need a %2$s digit value for '%3$s'.", typeIncompatibilityAssignmentError: "Cannot assign the '%1$s' value '%2$s' to type '%3$s'.", typeIncompatibilityError: "'%1$s' values cannot be used to supply '%2$s' values.", timeOutOfBounds: "'%1$s' is out of bounds.", dateTimeSupplyCurrent: "Supply current date and time as a Datetime value.", timeSupplyMonthFromToday: "Supply the current month.", timeSupplyDayFromMonth: " Supply today's day of month.", durationXsdFormat: "Duration values must use the XSD format of (-)PnDTnHnMn.nnnS.", durationOnlySecondsCanBeDecimal: "Only the seconds portion of a Duration is allowed to use a Decimal value to specify up to millisecond granularity.", durationMustSpecifyDHMS: "Must specify either 'D', 'H', 'M' or 'S'.", durationMustSpecifyMinimum: "You must specify at least '0S' on a Duration value.", integerCannotBeUsedHere: "Integer values cannot be used here.", stringLengthTooLarge: "String length %1$s is too large.", durationMaxValue: "The maximum value allowed for a Duration is 999999999999999 milliseconds (11574074 days, 1 hour, 46 minutes and 39.999 seconds).", durationMinValue: "The minimum value allowed for a Duration is -999999999999999 milliseconds (-11574074 days, -1 hour, -46 minutes and -39.999 seconds).", requiredPropertiesMissing: "Required properties missing.", stringLengthTooSmall: "String length %1$s is too small.", timeInvalidSeparatorHourMinute: "You must use a ':' to separate the hour and minute.", timeInvalidSeparatorMinuteSecond: "You must use a ':' to separate the minute and second.", timeInvalidSeparatorYearMonth: "You must use a '-' to separate the year and month.", timeInvalidSeparatorMonthDay: "You must use a '-' to separate the month and day.", typeDoesNotSupportLiteralDropdownAddendum: "To have an array that includes arrays in a JSON value, be sure in the literal text to put a space between array starting brackets like this '[ [' instead of using '[['.", typeDoesNotSupportLiteralDropdownError: "'%1$s' values do not support [[]] references.", valueMustBeInGivenFormat: "%1$s values need to be in the format '%2$s'.", typeNotFoundError: "The '%1$s' named '%2$s' could not be found.", valueNotAllowed: "'%1$s' is not allowed.", valueNotValidForTypeGeneric: "'%1$s' is not a valid '%2$s' value.", timeUseStringDoubleZero: "Use the string '00' for '%1$s'.", truncateStringSuggestion: "Truncate string to length: %1$s", typeCanBeConverted: "Convert the '%1$s' value to a '%2$s' value using the '%3$s' expression function." }, units: { dayUnitLabel: "Day", hourUnitLabel: "Hour", minuteUnitLabel: "Minute", monthUnitLabel: "Month", secondUnitLabel: "Second", yearUnitLabel: "Year" } }, json: { general: { customJSONLabel: "Custom JSON", jsonLabel: "JSON", jsonEditorTitle: "JSON Editor", jsonEditorSubtitle: "Enter JSON, string, number or boolean below.", openJsonLiteralEditor: "Click to add JSON literal value" }, genericError: { invalidJson: "Invalid JSON", jsonLengthExceedsCharacterLimit: "Input JSON must not exceed 32000 characters.", jsonMustNotBeUndefinedOrBlank: "JSON must not be undefined or blank.", jsonUnexpectedToken: "Unexpected token: %1$s", unexpectedEndOfJson: "Unexpected end of JSON input." }, positionError: { jsonError: "JSON error", jsonErrorWithPosition: "%1$s at position: %2$s", jsonErrorPosition: "%1$s:%2$s", jsonExpectedColonAfterPropName: "Expected ':' after property name in JSON", jsonExpectedCommaOrClosingCurlyAfterPropValue: "Expected ',' or '}' after property value in JSON", jsonExpectedNonWhitespaceCharacter: "Unexpected non-whitespace character after JSON", jsonExpectedPropNameOrClosingCurly: "Expected property name or '}' in JSON", jsonUnterminatedString: "Unterminated string in JSON" }, conversion: { jsonConvertExpressionToLiteralMessage: "Switching from expression to literal mode will reset the value. Do you wish to continue?", jsonConvertExpressionToLiteralTitle: "Convert JSON Expression To Literal", jsonConvertLiteralToExpressionMessage: "The generated JSON expression will be saved but you will not be able to return to literal mode without resetting the expression.", jsonConvertLiteralToExpressionTitle: "Convert JSON Literal To Expression", jsonConvertModesMessage: "Switching from %1$s mode to %2$s mode will reset the value. Do you wish to continue?", jsonConvertModesTitle: "Convert JSON %1$s to %2$s", toggleJsonStandardMode: "Toggle between JSON and standard mode" }, customJson: { switchModeModalTitle: "Switch to %1$s", switchModeMessage: "Switching from %1$s to %2$s mode will reset the value. Resetting the value will result in anything you have configured in %1$s mode being cleared. Would you like to proceed?", expressionToLiteralConversionMessage: "Switching from literal to expression mode will reset all input values. Resetting the values will result in anything you have configured in literal mode being cleared. Would you like to proceed?", literalToExpressionConversionMessage: "Switching from expression to literal mode will reset the input value. Resetting the value will result in anything you have configured in expression mode being cleared. Would you like to proceed?", switchModeWithErrorsModalTitle: "Switching from %1$s to %2$s with errors", switchJsonToStandardWithErrorsMessage: "There are issues in the current JSON configuration. If you switch back to Standard without resolving them, all fields will reset to their last valid values. Would you like to proceed?", switchStandardToJsonWithErrorsMessage: "There are issues with the current settings in Standard. These issues will persist in JSON. If you switch back to Standard without fixing them, all fields will reset to their last valid values. Would you like to proceed?", inputJson: "Input JSON", standardModeUnavailable: "Standard does not support editing properties with complex JSON structures (arrays, nested objects, etc.). Switch to JSON to edit.", outputJson: "Output JSON" }, input: { outputsLabel: "Outputs", standardLabel: "Standard", expressionLabel: "Expression", literalLabel: "Literal", inputsLabel: "Inputs" } }, lex: { addSessionVariable: "Add Session Variable", aliasNotFound: "The selected alias could not be found.", botAlias: "Bot Alias", botName: "Bot Name", initialIntentLabel: "Initial Intent Name", intents: "Intents", lexV2AliasDescription: "Language: '%1$s', Region: '%2$s'", lexV2BotDescription: "Region: '%1$s'", lexBotAlias: "Lex Bot Alias", lexV2BotAlias: "Lex V2 Bot Alias", lexV2Bot: "Lex V2 Bot", lexBot: "Lex Bot", mustSelectAlias: "An alias must be selected.", mustSelectBotName: "A bot name must be selected.", noSlots: "There are no slots defined for this intent.", lexAliasNotReady: "The selected alias has a status of '%1$s' in AWS. It must have a status of '%2$s' to be valid.", savedVersionOfAlias: "Flow is referencing a cached version of this alias. The alias may be out of date or deleted.", secondaryHeaderForVersion: "(Version %1$s)", selectAlias: "Select Bot Alias", selectBotName: "Select Bot Name", sessionVariable: "Session Variable", sessionVariables: "Session Variables", noSessionVariablesDefined: "No Session Variables defined", speechRecMustBeEnabled: "Speech recognition must be enabled in flow settings.", speechRecMustBeEnabledBecauseCommonModuleNeedsIt: "Speech recognition must be enabled because the Common Module '%1$s' uses speech recognition functionality.", startingAudio: "Starting Audio", unableToRetrieveBot: "Was unable to retrieve bot for selected alias.", botNameNotFound: "Selected bot name could not be found", inputTextLabel: "Bot Input Text", inputTextDescription: "The text to send to the Lex bot.", inputTextDescriptionForChat: "The text to send to the Lex bot. This is usually only set when chaining Lex bot actions." }, lostConnection: { backupFlowFoundMessage: "A backup flow with unsaved changes created %1$s was found.", badRequestMessage: "Architect could not perform the selected operation. Please report this error to your organization administrator.", buttonRetry: "Retry", buttonWait: "Keep Waiting", buttonRecoverBackup: "Recover these changes", connectionLost: "The connection to the cloud was lost. Press OK to login again.", connectionTimeoutNoRetry: "The cloud is not responding to requests. You can keep waiting if you are on a slow connection or refresh the page to start over.", connectionFailedNoRetry: "Requests to the cloud are failing. You can keep waiting if you are on a slow connection or refresh the page to start over.", connectionFailedServer: "Requests to the cloud are failing. You can retry the requests or refresh the page to start over.", connectionLostBackup: "Architect attempts to save the flow locally in browser storage when there are connection issues. After reconnecting and loading this flow, you will have an opportunity to recover the backup if it's available.", connectionLostBackupAlternative: "As an alternative, select Export Flow to download it to a local folder.", genericError: "Requests to the cloud are failing. Please try again.", lostCredentials: "You have been logged out of Genesys Cloud. Please log back in to continue.", recoveringBackup: "Recovering Backup", title: "Server Connection", titleDeleteBackup: "Discard backup changes" }, oauthClient: { label: "OAuth Client" }, botFlowSettings: { generalBotFlowSettings: "General Bot Flow Settings", titleWithSettings: "Bot Flow Settings", valueConfiguredInBotFlowSettingsWillBeUsed: "The value for '%1$s' configured in {{link.__BOT_FLOW_SETTINGS_NODE__, Bot Flow Settings}} will be used at flow runtime." }, workitemFlowSettings: { titleWithSettings: "Workitem Flow Settings" }, botFlowNluTemplates: { bankBotNluTemplateName: "Bank Bot", bankBotNluTemplateDescription: "An example bot that provides banking functionality.", blankBotNluTemplateName: "Blank Bot Flow", blankBotNluTemplateDescription: "An empty bot flow with no intents." }, outboundCallSettings: { contactListPlaceholder: "Select a contact list", defaultWrapupCodeLabel: "Default Wrapup Code", label: "Outbound Settings", propertiesLabel: "Contact List Properties", treeLabel: "Outbound", usingCachedContact: "Using last known properties" }, emailSendFlow: { emailSendFlowTypeDisplayName: "Email Send Flow", emailSendFlowsSectionLabel: "Email Send Flows", emailSendSettingsTreeNodeLabel: "Email Send" }, inboundEmailSettings: { autoGenHandling: "Inbound auto-generated email handling", creation: { errorEventHandlingInfo: "If no error event transfer queue is selected above, the flow will be configured with disconnect error event handling.", errorEventHandlingQueue: "Error event transfer Queue" }, label: "Inbound Email Settings", normalProcessing: "Process as normal", treeLabel: "Inbound Email" }, inQueueCallFlowSettings: { label: "In-Queue" }, inQueueFlowVariables: { flowHoldPrompt: "Hold prompt for the flow" }, inboundOutboundAndInQueueCallFlowVariables: { uuiData: "Contains the call control User to User Information (UUI) data set on the call." }, learning: { label: "Learning" }, securedActions: { securedActionsInformationalMessage: "Execution will take the '{{branch.__FAILURE__}}' path at flow runtime if no encryption key is configured for this organization.", outputMustBeSecureIfInputIsSecure: "'%1$s 'must be made secure if '%2$s' is secure.", variableMustBeMadeSecure: "Secure variable must be used for %s." }, slotTypes: { label: "Slot Types" }, knowledgeSettings: { errorNoKnowledgeBaseSelected: "Knowledge Base must be selected for this action", knowledgeBase: "Knowledge Base", knowledgeSetting: "Knowledge Configuration", knowledgeSettingShort: "Configuration", defaultKnowledgeBase: "Default Knowledge Base", knowledgeAnswerContentTypeStandardLabel: "Standard", knowledgeAnswerContentTypeHighlightLabel: "Highlight", knowledgeAnswerContentTypeGenerativeLabel: "Generative", knowledgeAnswerContentTypeSwitcherLabel: "Content Type", knowledgeAnswerContentTypeSwitcherDescription: "Choose how the bot will format the content when a successful Knowledge answer is matched.", knowledgeAnswerContentTypeGenerativeCardHeader: "Answer Generation", knowledgeAnswerContentTypeStandardCardText: "Standard will surface the entire matched Knowledge answer.", knowledgeAnswerContentTypeHighlightCardText: "Answer Highlight will highlight the answer within a matched Knowledge answer.", knowledgeAnswerContentTypeGenerativeCardText: "Answer Generation will create an AI-generated response to the question from a matched Knowledge answer.", knowledgeAnswerHighlightLabel: "Answer Highlight", knowledgeAnswerHighlightDescription: "Enable or disable Answer Highlight on matched Knowledge answers.", knowledgeAnswerHighlightDisabled: "Answer Highlight disabled.", knowledgeAnswerHighlightEnabled: "Answer Highlight enabled.", knowledgeAnswerHighlightFlowProgressionLabel: "Flow Progression Label", knowledgeAnswerHighlightFlowProgressionDescription: "Label used for the quick reply to progress the flow.", knowledgeAnswerHighlightFullArticleLabel: "Full Article Label", knowledgeAnswerHighlightFullArticleDescription: "Label used for the quick reply to view full knowledge answer.", knowledgeArticle: "Knowledge Article", knowledgeArticlePlaceholder: "Select Knowledge Article", knowledgeArticleNotFound: "Knowledge Article not found", knowledgeArticleMismatch: "Selected Knowledge Article does not belong to Knowledge Base configured on the flow", knowledgeNotConfigured: "There are no articles available because no Knowledge Base is configured. In the flow '{{settings.__KNOWLEDGE__}}' settings, please select a Knowledge Base and try again.", knowledgeBaseDescription: "Once you select a Knowledge Base, you can enable Knowledge on one or more Ask for Intent actions. Only published Knowledge Bases whose language is compatible with the flow's supported language are available for selection.", knowledgeBaseV3Description: "Select a Knowledge Base to continue. You can enable Knowledge for one or more Ask for Intent actions. Only published items matching the flow's supported languages are available.", knowledgeSettingDescription: "Select a Knowledge Configuration to continue. You can enable Knowledge for one or more Ask for Intent actions. Only published items matching the flow's supported languages are available.", knowledgeBaseDocument: "Knowledge Base Document", knowledgeBaseDocumentPlaceholder: "Select an optional Knowledge Base Document", knowledgeBaseDocumentNotFound: "Knowledge Base Document not found", knowledgeBaseItemCreatedDescription: "Created %1$s", knowledgeBaseItemDescription: "Modified %1$s", knowledgeConfirmationDisambiguationLabel: "Confirmation and Disambiguation", knowledgeDisambiguationLabel: "Disambiguation", knowledgeBasePlaceholder: "Select an optional Knowledge Base", knowledgeSettingPlaceHolder: "Select an optional Knowledge Configuration", knowledgeWorkBench: "Knowledge Work Bench", knowledgeBaseNotFound: "Knowledge Base not found", knowledgeSettingNotFound: "Knowledge Configuration not found", languageDoesNotSupportKnowledge: "Knowledge is unavailable for this language.", knowledgeBaseNotFoundForLanguage: "Knowledge Base not found for %1$s.", knowledgeSettingNotFoundForLanguage: "Knowledge Configuration not found for %1$s.", knowledgeBaseNotSelectedForLanguage: "Knowledge Base not selected for %1$s.", knowledgeSettingNotSelectedForLanguage: "Knowledge Configuration not selected for %1$s.", knowledgeBaseNoDefaultSelected: "A default language knowledge base must be selected in order to use additional language knowledge bases.", knowledgeSettingNoDefaultSelected: "A default language knowledge configuration must be selected in order to use additional language knowledge configurations.", knowledgeConfigurationNotEnabled: "Knowledge Configurations are not available in this organization.", knowledgeBaseManageDefault: "Manage the default knowledge base: ", knowledgeSettingManageDefault: "Manage the default knowledge configuration: ", knowledgeBaseManageAlternativesPreposition: "Note:", knowledgeBaseManageAlternatives: "Alternative Knowledge Bases can be managed in: ", knowledgeSettingManageAlternatives: "Alternative Knowledge Configurations can be managed in: ", knowledgeSettingManageOptions: "Many knowledge configuration options are now managed through ", knowledgeBaseNotSupportedForLanguage: "Knowledge base functionality is not available for the language '%1$s'.", knowledgeInitialResponseFollowupLabel: "Answer Follow-up", knowledgeFollowUpSwitcherLabel: "Knowledge Follow-up", knowledgeFollowUpSwitcherDescription: "Choose between a statement or a reusable task as a follow-up to a knowledge answer.", knowledgeFollowUpStatement: "Follow-up Statement", knowledgeFollowUpTaskLabel: "Follow-up Task", knowledgeFollowUpTaskDescription: "Select or create a reusable task to follow up a knowledge answer.", knowledgeFollowUpTaskErrorMessage: "No follow-up task assigned.", knowledgeInitialResponseFollowupDescription: "Wording the bot will use as a follow-up to a Knowledge answer.", knowledgeInitialResponseMultiLabel: "Multiple Answers Introduction", knowledgeInitialResponseMultiDescription: "Wording the bot will use to introduce a numbered list of matching Knowledge answers, in the case where multiple good matches are found in the Knowledge Base.", knowledgeInitialResponseMultiRetryLabel: "Multiple Answers Retry", knowledgeInitialResponseMultiRetryDescription: "Wording the bot will use to re-introduce a numbered list of matching Knowledge answers, in the case where the user's first attempt to choose a number was unsuccessful.", knowledgeInitialResponseSingleLabel: "Single Answer Introduction", knowledgeInitialResponseSingleDescription: "Wording the bot will use prior to speaking or printing a single Knowledge answer. For example, 'I found the following information:'", knowledgeConfirmationToggleLabel: "Knowledge Confirmation", knowledgeConfirmationToggleDescription: "Enables or disables the '%1$s' confirmation once the answer has been presented.", knowledgeConfirmationLabel: "Knowledge Confirmation Response", knowledgeConfirmationDescription: "Wording the bot will use after speaking or printing a single Knowledge answer. For example, 'Did this answer your question?'", knowledgeContextSearchLabel: "Search with context", knowledgeContextSearchDescription: "Enable to keep context throughout different queries.", knowledgeContextSearchEnabled: "Search with context enabled", knowledgeContextSearchDisabled: "Search with context disabled", knowledgeContextSearchDescriptionNote: "This value overrides the setting from the Knowledge Workbench.", knowledgeLabel: "Knowledge", knowledgeMaxNumAnswersReturned: "Maximum Number of Answers Returned", knowledgeMaxNumAnswersReturnedDescription: "The maximum number of answers suggested to the participant if there are multiple good matches for their question.", knowledgeMultiArticleLabel: "Multiple Article Generation", knowledgeMultiArticleDescription: "Generate a single answer from multiple knowledge articles.", knowledgeMultiArticleEnabled: "Multiple Sources enabled", knowledgeMultiArticleDisabled: "Multiple Sources disabled", knowledgeMultiArticleDisabledBotFlowTooltip: "Single article answer generation is not supported in Bot Flows", knowledgeNoMatchLabel: "Reject All Answers", knowledgeNoMatchDescription: "Wording for the final option when displaying multiple answers. For example, 'None of these'. Choosing this option will reject all of the proposed answers.", knowledgePathLabel: "Knowledge Path", knowledgePathStatementLabel: "Statement", knowledgeResponseBias: "Response Bias", knowledgeSendFeedbackEnabled: "Knowledge Confirmation enabled.", knowledgeSendFeedbackDisabled: "Knowledge Confirmation disabled.", knowledgeSettingSourcesLabel: "Sources", responseBiasDescription: "Controls which type of interpretation (Knowledge answer or Intent) is more likely to be suggested by the bot in response to a participant's input.", responseBiasModes: { responseBiasModeKnowledge: "Knowledge", responseBiasModeIntents: "Intents", responseBiasModeNeutral: "Neutral", responseBiasKnowledgeDescription: "Bot will favor Knowledge path if an overlap occurs", responseBiasIntentDescription: "Bot will favor Intent path if an overlap occurs", responseBiasNeutralDescription: "Equal weight given to Intent and Knowledge paths" }, knowledgeSettingsModeLabel: "Knowledge Settings Mode", knowledgeSettingsModeDescription: "Controls how knowledge matches are handled at runtime. By selecting 'custom' you will be able to choose a reusable task that will be executed when a knowledge match occurs.", knowledgeSettingsDisambiguationDisabled: "Disambiguation from multiple sources is disabled.", knowledgeSettingsFeedbackDisabled: "Feedback is disabled for multiple sources.", knowledgeSettingsModes: { standard: "Standard", custom: "Custom", standardDescription: "Standard knowledge settings mode", customDescription: "Custom knowledge settings mode" }, knowledgeSettingsModeModal: { switchToStandardTitle: "Switch to Standard", switchToCustomTitle: "Switch to Custom", switchToStandardMessage: "Returning to standard will disconnect the single reusable task. The bot will now favor the standard global knowledge settings.", switchToCustomMessage: "Switching to custom allows you to configure global knowledge settings such as answer introduction, disambiguation, feedback and follow-up to be done in a single reusable task.", switchToStandardMessageBot: "Returning to standard will result in any custom knowledge handling being disconnected. The bot will now favor the standard global knowledge settings.", switchToCustomMessageBot: "Switching to custom allows you to configure global knowledge settings such as answer introduction, disambiguation, and feedback under the knowledge path of an Ask for Intent action.", switchToCustomInlineAlert: "Note: Intended for advanced users to configure global knowledge settings in a single reusable task.", switchToCustomInlineAlertBot: "Intended for advanced users to configure global knowledge settings." }, knowledgeVersionModal: { switchToKnowledgeBaseTitle: "Switch to Knowledge Base", switchToKnowledgeBaseMessage: "Switching to Knowledge Base may remove some of your current Knowledge Configuration settings.", switchToKnowledgeSettingTitle: "Switch to Knowledge Configuration", switchToKnowledgeSettingMessage: "Switching to Knowledge Configuration may remove some of your current Knowledge Base settings." }, knowledgeCustomHandlerTaskLabel: "Knowledge Task", knowledgeCustomHandlerTaskDescription: "Select or create a reusable task to configure custom knowledge settings which includes, but is not limited to: answer introduction, disambiguation, feedback, and follow-up. More information and best practices can be found in the Resource Center.", knowledgeCustomHandlerTaskErrorMessage: "No custom knowledge task assigned.", openKnowledgeInNewTab: "Open Knowledge Workbench in a new tab", knowledgeName: "Name", knowledgeDescription: "Description", knowledgeNoDescription: "No description", knowledgeFaqCount: "FAQ Count", knowledgeArticleCount: "Article Count", knowledgeDateCreated: "Date Created", knowledgeDateLastModified: "Last Modified", welcomeArticle: "Welcome Article", welcomeArticleDescription: "Choose a document from a Knowledge Base and that document's wording will be used by the bot when session starts.", knowledgeArticlesCount: "%1$s Article(s)", knowledgeFaqsCount: "%1$s FAQ(s)", tabs: { general: "General", generalTitle: "Bias", generalSubtitle: "Configure what response type is favored by the bot.", answer: "Answer", answerTitle: "Answer", answerSubtitle: "Configure how a Knowledge answer will be presented.", disambiguation: "Disambiguation", disambiguationTitle: "Disambiguation", disambiguationSubtitle: "Configure how to resolve ambiguity on surfaced answers.", feedback: "Feedback", feedbackTitle: "Feedback", feedbackSubtitle: "Configure feedback for full Knowledge answers & answer highlights.", followUp: "Follow-up", followUpTitle: "Follow-up", followUpSubtitle: "Configure next steps post serving of a Knowledge answer.", customTitle: "Custom", customSubtitle: "Configure custom knowledge settings.", customTitleBot: "Custom Handling", customTextBot: "Enable a Knowledge path on any Ask for Intent action to manage how knowledge is presented including answer introduction, disambiguation and feedback. More information and best practices can be found in the {{link.__RESOURCE_CENTER_URL_CUSTOM_KNOWLEDGE__, Resource Center}}.", customDescription: "Configure custom global knowledge handling here." } }, botSessionViewer: { utteranceHistoryLabel: "Utterance History", optimizationDashboardLabel: "Optimization Dashboard" }, intentMiner: { intentMinerLabel: "Intent Miner" }, pathDiscovery: { pathDiscoveryLabel: "Journey Flows" }, previewWidget: { previewWidgetLabel: "Test", previewWidgetResetChatLabel: "Reset Chat", previewWidgetStartChatLabel: "Start Chat", previewWidgetCloseChatLabel: "Close Chat", previewWidgetEnabledTooltip: "Test your published bot", previewWidgetNotPublishedTooltip: "You must publish your bot first in order to use this feature", previewWidgetOldVersionTooltip: "Your work in progress is out of date, please publish again in order to test your bot", previewWidgetVersionMessage: "You are currently testing flow version %1$s", previewWidgetSessionDisconnected: "The session has ended." }, surveyInviteFlowVariables: { survey: "Information about the survey associated with the flow.", customerContact: "The External Contact for the customer associated with this survey invite. If there is no customer contact, the value will be NOT_SET.", customerOrganization: "The External Organization for the customer associated with this survey invite. If there is no customer organization, the value will be NOT_SET.", surveyDispositions: "The available survey disposition values.", conversationId: "The ID of the completed conversation associated with this survey invite.", url: "The URL that will link to the survey.", conversationType: "The conversation type associated with this survey invite. Valid values are 'call', 'callback', 'chat', 'cobrowse', 'email', 'screenShare', 'socialExpression', 'videoComm' or 'unknown' if not one of the previous types.", customerAddress: "The address for the customer associated with this survey invite.", conversationStartDateTime: "The starting DateTime for the conversation associated with this survey invite.", conversationEndDateTime: "The ending DateTime for the conversation associated with this survey invite.", conversation: "Information about the conversation associated with the flow.", conversationTypes: "The available conversation type values." }, surveyInvite: { createFlowInfo: "Survey Invite flows are launched after a conversation is complete.", createFlowInfoWebPrefix: "Web Survey Invite flows are launched after a conversation is complete." }, objectValueMismatch: { dataType: "The data type '%1$s' does not match the data type of '%2$s'", default: "'%1$s' does not match '%2$s'.", incompatible: "The data is incompatible.", input: "The variable input settings do not match.", name: "The name of '%1$s' does not match the name of '%2$s'.", output: "The variable output settings do not match." }, placeholders: { select: "Select a %1$s", selectAn: "Select an %1$s", selectThe: "Select the %1$s" }, playAudioOnSilence: { allowedRepeatCount: "Allowed Retry Count", allowedRepeatCountDescription: "Number of attempts to replay audio if audio is interrupted.", actualRepeatCount: "Actual Retry Count" }, positionInQueue: { ahead: "Ahead", aheadExample: "e.g. There are four callers ahead of you in the queue.", number: "Position", numberExample: "e.g. Your position in the queue is five.", ordinal: "Ordinal Position", ordinalExample: "e.g. You are the fifth caller in the queue.", playbackMode: "Playback Mode", positionInQueue: "Position in Queue" }, printFlow: { generate: "Generate Document", idCallout: "Next action: ID %1$s", error: "There was an error while generating the flow printout.", flowVariables: "Flow Variables", noActions: "This %1$s has no actions.", noConfigurationOptions: "There are no print configuration options available.", noItems: "No items", noTts: "", pageNum: "Page %1$s", popupBlocked: "The new tab was blocked by your browser. Please allow popups by clicking the prompt at the top of your browser.", printFlow: "Print Flow", printFormatNotice: "Architect flow print documents are formatted for US Letter page size.", printView: "%1$s - Print View", selectLanguage: "Select language to use for audio and speech recognition content", stateVariables: "State Variables - %1$s", botStateVariables: "Bot Variables - %1$s", systemVariables: "System Variables", taskVariables: "Task Variables - %1$s", letter: "Letter", a4: "A4", paperSize: "Paper Size:" }, reportError: { alertMessage: "Be sure to check out our Resource Center at {{link.__RESOURCE_CENTER_URL_NEW_WINDOW__}} for quick and detailed information on your questions or issues.", title: "Report Error", issueTypeLabel: "What best describes the issue:", issueTypes: { question: "Question", problem: "Problem", technicalIssue: "Technical Issue", nonTechnicalIssue: "Non-Technical Issue" }, priorityLabel: "Please determine the priorty of this issue:", priority: { low: "Low", medium: "Medium", high: "High" }, shortDescriptionLabel: "What best describes the functionality area:", longDescriptionLabel: "Please provide as much detail as possible:" }, searchExternalContacts: { actionInformationalMessage: "If there is one search result, execution will take the '%1$s' output with the matching External Contact as the first element in the specified External Contact Results collection.", externalContactResults: "External Contact Results", searchTermDescription: "A string representation of the phone number, email address or Twitter handle of the contact." }, secureData: { extractWarning: "I acknowledge by use of this action that sensitive information may be logged. I intend to extract this data and use it in a non-secured manner.", extractWarningAcknowledgement: "'%1$s' acknowledged the security risk with using this action on %2$s.", extractWarningAcknowledgementInvalidUser: "'%1$s' acknowledged this security risk on %2$s but that user is no longer valid. A new acknowledgment is required.", extractWarningValidationError: "Secure data risk acknowledgement has not been checked.", flowIndicatorTooltip: "This flow uses secure data. Click to search for all usages...", notUsingSecureDataWarning: "There is no secure data being read. This action is meant to work with secure data.", notUsingSecureData: "Action is not referencing any secure data", resetAcknowledgementTitle: "Reset Acknowledgement", resetAcknowledgementMessage: "Are you sure you want to reset the secure data acknowledgement?", secureDataIndicatorTooltip: "This action uses secure data", secureDataIndicatorFlowTooltip: "This flow uses secure data", secureVariable: "This variable is secure", variableInputCannotBeSecure: "Input variables cannot be set to secure", variableOutputWarning: "Output variables cannot be set to secure", secureItemSearch: "Secure Item Search", secureData: "Secure Data" }, sendAutoReply: { sendAutoReplyOptions: "Additional Options", sendBcc: "Bcc Addresses", sendBccDescription: "Bcc EmailAddresses to include on the email.", sendBody: "Message Body", sendBodyDescription: "HTML message body for the email.", sendCc: "Additional Cc Addresses", sendCcDescription: "Additional Cc EmailAddresses to include on the email.", senderOnly: "Reply to Sender", senderOnlyDescription: "Only the original sender is included in the To list. No initial Cc list is included.", sendFrom: "Override From", sendFromDescription: "An EmailAddress override for the default 'from' address for the route. If specified, it should match the configured route's domain.", sendReplyTo: "Override Reply To", sendReplyToDescription: "An EmailAddress override for the default 'reply-to' address for the route.", sendReplyToOptions: "Reply Configuration", sendToAll: "Reply to All", sendToAllDescription: "The initial To and Cc lists includes all recipients from the original email." }, sendInteractiveApplication: { applicationName: "Application Name", applicationNamePlaceholder: "Enter an Application Name", applicationUrl: "Application URL", applicationUrlPlaceholder: "Enter an Application URL", receivedMessage: "Received Message", sendApplicationSupportNoteApple: "Send Application is only available for Apple Messages for Business. Using it on other channels will take the failure path.", titlePlaceholder: "Enter a Title" }, sendKnowledgeFeedback: { knowledgeArticleLabel: "Knowledge Article", knowledgeArticleDescription: "The Knowledge Base Document to send feedback on.", knowledgeSearchIdLabel: "Knowledge Search ID", knowledgeFeedbackLabel: "Knowledge Feedback", knowledgeFeedbackDescription: "Provide feedback for associated Knowledge Articles.", negative: "Negative", negativeDescription: "Send negative feedback.", positive: "Positive", positiveDescription: "Send positive feedback.", knowledgeSettingAlert: "This action is unavailable for this knowledge type. Use session-level variables or answer controls instead. This action will automatically use the Failure action path." }, sendNotification: { chatMessageDescription: "The chat message to send to the group.", chatMessageLabel: "Chat Message", defaultEmailStyle: "Default Email Style", defaultEmailFromAddress: "Default Email From", useDefaultEmailFromAddress: "Use 'no-reply@[region].com'", emailNotificationStyleLabel: "Email Notification Style", emailNotificationStyleDescription: "This specifies the email format to use when sending the email. If this setting value at flow runtime evaluates to a value other than one of the allowable values, 'plain' will be used.", emailFromLabel: "Email From", emailFromDescription: "The email address to use as the sender of the email for an email notification. If the value evaluates to NOT_SET, a default of email address of 'no-reply@[region].com' will be used. If the provided email address is SET, and the domain is not a Genesys Cloud verified domain, the action will take the failure path.", emailStyleHtmlLabel: "HTML", emailStylePlainLabel: "Plain", errorTypeLabel: "Error Type", errorMessageLabel: "Error Message", noNotificationBody: "No Body", noNotificationSubject: "No Subject", notificationBodyLabel: "Notification Body", notificationBodyDescription: "This is the contents to use for the notification. For example, if the notification type is 'email' this will be the body of the email that is sent. If a NOT_SET String is provided for this property, an empty/blank String will be used.", notificationSubjectLabel: "Notification Subject", notificationSubjectDescription: "The notification subject. For example, if the notification type is 'email' this will be the subject of the email that is sent. If a NOT_SET String is provided for this property, an empty/blank String will be used.", notificationTypeChatLabel: "Chat", notificationTypeDescription: "This specifies the type of notification that should be sent.", notificationTypeEmailLabel: "Email", notificationTypeLabel: "Notification Type", sendToGroupDescription: "The group to send a chat message to.", sendToGroupLabel: "Send to Group", sendToUsersLabel: "Send to Users", sendToUsersDescription: "This collection specifies Genesys Cloud user recipients of the notification. If the collection is NOT_SET, the flow will invoke error handling. If the collection contains an amount of Users outside the minimum and maximum items range, the action will take the failure path. If the User collection contains a NOT_SET User, that User will be ignored. If the User collection contains only NOT_SET Users, the action will take the failure path." }, sendResponse: { messageBodyStyleDescription: "An optional setting that the chat client can use to visually differentiate messages.", messageBodyStyleLabel: "Message Style", messageBodyStyleWatermark: "Select the style of message to send", noMessageBodyStyle: "No message style selected", messageBodyStyleNotice: "Notice", messageBodyStyleStandard: "Standard", messageBodyStyles: "The available message styles.", sendBody: "Message Body", sendBodyDescription: "The plain text message body for the response." }, sendRichLink: { body: "Body", bodyDescription: "The body text of the rich link message.", footer: "Footer", footerDescription: "The footer text of the rich link message.", footerNoValueRuntimeEvalStr: "Do not send a footer", footerNoValueSelectionLabel: "No Footer", headerImage: "Header Image", headerImageDescription: "The header image of the rich link message.", headerText: "Header Text", headerTextDescription: "The header text of the rich link message.", headerType: "Header Type", headerTypeDescription: "The header type of the rich link message.", headerTypeImageChoice: "Image", headerTypeNoValueRuntimeEvalStr: "Do not send a header", headerTypeNoValueSelectionLabel: "No Header", headerTypePlaceholder: "Select a header type value", headerTypeTextChoice: "Text", showNote: "Send Rich Link is currently only available for WhatsApp.", uiPanelDescription: "Configure rich link message", uiPanelName: "Rich Link Message", urlInvalidWarning: "A message containing an invalid URL will take the failure path if one is configured.", urlLabel: "URL Label", urlLabelDescription: "The URL label of the rich link message.", urlValue: "URL Value", urlValueDescription: "The URL for the rich link message." }, states: { editState: "Edit State", multipleNames: "Another state has the same name", noTerminatingAction: "The state does not contain a terminating action", states: "States" }, botStates: { goToBotState: "Go to Bot", noTerminatingAction: "The bot does not contain a terminating action" }, switch: { addCase: "Add Case", caseNum: "Case %1$s", casesHeader: "Cases (%1$s)", default: "Default", defaultCase: "Default Case", defaultCaseDescription: "This path will be taken if no other cases apply.", evaluationStyle: "Evaluation Style", expressionTypeInvalid: "Expression type of %1$s cannot be used for Switch statement", firstTrueCase: "Take path of first case that returns True", literalValuesWillReset: "Any literal values will be reset.", matchExpression: "Take path of first case that matches an expression", mustChangeType: "You must change the cases' types to match the Switch Expression's type.", switchCases: "Change cases to %1$s" }, flowInvokingEvents: { unknownFlowInvokingEvent: "The event '%1$s' has no description.", workitemCreatedDescription: "This is the event type for a workitem when it is created.", workitemDateBasedEventDescription: "This is the event type for a workitem when a date-based event occurs.", workitemStatusChangedDescription: "This is the event type for a workitem when its status changes." }, submitVoiceSnippet: { destinationVoiceSnippetIdDescription: "For destinations that return an output ID upon successful Voice Snippet submission, this output setting can be used to bind to that returned ID at flow runtime. If the submission is not successful, any value specified on this setting is left alone. This setting is only enabled when the currently selected destination supports returning an ID.", destinationVoiceSnippetIdLabel: "Destination ID", voiceSnippetDestinationLabel: "Destination", voiceSnippetDestinationDescription: "The destination where the Voice Snippet should be submitted.", voiceSnippetServiceLabel: "Voice Snippet Service", voiceSnippetToSubmitDescription: "The Voice Snippet to submit at runtime. If the value is a NOT_SET Voice Snippet, execution will take the '%1$s' output at runtime.", voiceSnippetToSubmitLabel: "Voice Snippet", voicemailServiceLabel: "Voicemail Service" }, systemVariables: { callAni: "The caller\u2019s origination phone number for the active call. ( Automatic Number Identification )", callContactId: "The ID of contact to whom this flow is connected.", callConversationId: "The conversation ID for the active call", callCalledAddress: "The called address that caused this flow to be entered. For a new inbound call, this value is the same as Call.CalledAddressOriginal, but changes for a flow entered by a transfer, for example.", callCalledAddressOriginal: "The called address received when the call first entered the system; typically the phone number dialed by the caller to reach the system. For a given call, this value should never change.", callCurrentQueue: "Reflects the current queue for the call.", callEstimatedWaitTime: "The current queue estimated wait time for the call.", callExternalTag: "The external tag for the active call.", callPositionInQueue: "The current position in queue for the call.", callRemoteName: "Remote name for the active call", chatConversationId: "The conversation ID for the active chat.", chatGuest: "The guest associated with this chat.", chatJourneyContext: "The journey context associated with this chat.", conversationPriorityVariableDescription: "This variable holds the current priority of the conversation. The priority value will be greater than or equal to -25,000,000 and less than or equal to 25,000,000. If the priority cannot be determined or is not applicable for the running flow instance this returns a NOT_SET Integer.", conversationACDSkillsVariableDescription: "This variable holds the ACD skills for the conversation.", conversationLanguageSkillVariableDescription: "This variable holds the language skill for the conversation.", emailConversationId: "The conversation ID for the active email.", emailCurrentQueueVariableDescription: "Reflects the current queue for the email.", emailDraftConversationId: "The conversation ID for the draft email.", emailDraftCurrentQueueVariableDescription: "Reflects the current queue for the draft email.", emailDraftVariableDescription: "The draft email as it existed when the flow began.", emailEstimatedWaitTimeVariableDescription: "The current queue estimated wait time for the email.", emailPositionInQueueVariableDescription: "The current position in queue for the email.", emailExternalTag: "The external tag for the active email.", emailMessage: "The email associated with this flow.", emailLanguageSkill: "The language skill associated with the active email.", externalContactId: "The External Contact identifier of the external participant on the conversation. If not available, this will be a NOT_SET String.", flowCampaign: "The Campaign for this flow.", flowContact: "The contact to whom this flow is connected.", flowContactList: "Contact list for this flow", flowInvocationData: "The invocation data supplied when launching the flow.", flowIsTest: "Indicates whether or not the flow is running in debug mode.", flowStartTime: "The UTC datetime when the flow started execution", flowVersion: "The version of the active flow", flowWrapupCode: "The flow Wrapup Code", infoCurrencies: "List of currencies", infoDateTimes: "List of datetimes", infoLanguages: "List of languages", infoRegions: "List of regions", interactionId: "The ID of the active interaction", interactionLanguage: "The lower case IETF language tag for the language in which the flow is currently running. If there is no current flow language, this returns a NOT_SET String.", invocationData: "The invocation data supplied by the 'Set Post-Flow' action for the launched flow. If no invocation data is available, this returns a NOT_SET JSON value.", lastCollectionModeDescription: "The collection mode for the participant's most recent input. This value is overwritten each time the participant provides new input. If there has been no input, this will be a NOT_SET String. Valid values are %1$s.", maxDate: 'The maximum value allowed for a Date, which is December 31st, 2200 ("2200-12-31")', maxDateTime: 'The maximum value allowed for a Date Time, which is December 31st, 2200 at 11:59:59.999PM ("2200-12-31T23:59:59.999Z")', maxDuration: "The maximum value allowed for a Duration, which is 999999999999999 milliseconds (11574074 days, 1 hour, 46 minutes and 39.999 seconds)", maxInt: "The maximum value allowed for an Integer, which is %1$s", maxTime: 'The maximum value allowed for a Time, which is 11:59:59.999PM ("23:59:59.999")', menuLastCollectionNoMatch: "Returns whether or not customer/external participant input did not match a menu choice. At runtime this returns a NOT_SET Boolean if flow execution has not solicited any menu choice input yet.", menuLastCollectionNoInput: "Returns whether or not there was no customer/external participant input detected for a menu choice when handling the last menu or sub-menu configured on the flow. At runtime this returns a NOT_SET Boolean if flow execution has not solicited any menu choice input yet.", messageCurrentQueueVariableDescription: "Reflects the current queue for the message.", messageEstimatedWaitTimeVariableDescription: "The current queue estimated wait time for the message.", messagePositionInQueueVariableDescription: "The current position in queue for the message.", messagingConversationId: "The conversation ID for the active message.", messageExternalTag: "The external tag for the active message.", messagingIsAuthenticated: "Indicates whether or not the message is in an authenticated conversation.", messagingIsNewConversation: "Indicates whether or not the message is in a new conversation.", messageJourneyContextVariableDescription: "The journey context associated with this message. If no journey context is available, this returns a NOT_SET Journey Context.", messageMessage: "The message associated with this flow.", minInt: "The minimum value allowed for an Integer, which is %1$s", minDate: 'The minimum value allowed for a Date, which is January 1st, 1800 ("1800-01-01")', minDateTime: 'The minimum value allowed for a Date Time, which is January 1st, 1800 at 12:00:00AM ("1800-01-01T00:00:00.000Z")', minDuration: "The minimum value allowed for a Duration, which is -999999999999999 milliseconds (-11574074 days, -1 hour, -46 minutes and -39.999 seconds)", minTime: 'The minimum value allowed for a Time, which is 12:00:00AM ("00:00:00.000")', sessionActiveIntent: "The currently active intent for the session. If there is no current intent, this will be a NOT_SET String.", activeOutputMode: "The active mode for media output. Valid values are 'voice' and 'text'", sessionChannelType: "The channel type of the conversation associated with this bot flow instance. Valid values are 'call', 'chat' or 'messaging'.", sessionChannelTypeVoiceSurvey: "The channel type of the conversation associated with this voice survey flow instance. It has one valid value: 'call'.", sessionConversationId: "The ID of the conversation associated with this bot flow instance.", sessionConversationIdVoiceSurvey: "The ID of the conversation associated with this voice survey flow instance.", sessionLastCollectionConfidence: "The confidence level from the speech to text engine for the participant's most recent utterance in an '%1$s' action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET Decimal. Otherwise the value will be in the inclusive range of 0.0 to 1.0.", sessionLastCollectionConfidenceVoiceSurvey: "The participant\u2019s most recent utterance confidence in an '%1$s' action or an Ask Survey Question action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET Decimal. Otherwise the value will be in the inclusive range of 0.0 to 1.0.", sessionLastCollectionUtterance: "The participant\u2019s most recent utterance in an '%1$s' action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET String.", sessionLastCollectionUtteranceVoiceSurvey: "The participant\u2019s most recent utterance in an '%1$s' action or an Ask Survey Question action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET String.", sessionLastCompletedIntent: "The name of the intent that was active in the most recently completed '%1$s' action. If no '%1$s' actions have completed yet, this will be a NOT_SET String.", sessionLastKnowledgeAnswer: "The answer wording of the last Knowledge question whose answer was surfaced to the participant.", sessionLastKnowledgeGenerated: "The answer wording of the last Knowledge question whose answer was generated for the participant.", sessionLastKnowledgeQuestion: "The question wording of the last Knowledge question whose answer was surfaced to the participant.", sessionLastKnowledgeSearchId: "This ID uniquely identifies the Knowledge search request that was made during the most recently completed 'Digital Menu' or 'Wait for Input' action execution during its processing to get Knowledge Base Documents.", sessionLastNLUCollectionConfidence: "The confidence level from the NLU engine for the participant's most recent utterance in an '%1$s' action, excluding those for built-in confirmation or disambiguation questions. If there has been no such utterance, this will be a NOT_SET Decimal. Otherwise the value will be in the inclusive range of 0.0 to 1.0", sessionSource: "The type of application or mechanism that the end user is employing to communicate with the bot. Valid values are 'apple', 'applebusinesschat', 'discord', 'facebookmessenger', 'genesyschatwidget', 'line', 'phone', 'signal', 'slack', 'telegram', 'webchat', 'whatsapp' or 'unknown' if not one of the previous values.", sessionSourceVoiceSurvey: "The type of application or mechanism that the end user is employing to communicate with the voice survey. It has one valid value: 'phone'.", surveyForm: "The Survey Form associated with this flow.", workitem: "The workitem associated with this flow.", workitemEventType: "The workitem event type that started this flow. Valid values for event types can be found in Workitem Flow settings. If an event was not responsible for the flow instance, this will return a NOT_SET String.", workitemOriginal: "The workitem as it existed prior to the event that caused this flow instance to run.", voicemailDebugEntityTypeDescription: "If debug is enabled for the flow, this variable indicates which voicemail entity should be used when testing. A value of '%1$s' tells the flow runtime to use the Group value specified in the Voicemail.DebugGroup variable for the voicemail entity. A value of '%2$s' tells the flow runtime to use the Queue value specified in the Voicemail.DebugQueue variable for the voicemail entity. A value of '%3$s' tells the flow runtime to use the User value specified in the Voicemail.DebugUser variable for the voicemail entity. If the value is NOT_SET, this tells the flow runtime to use no voicemail entity when testing. This is typically used to ensure that changes to flow logic will handle the case of no voicemail entity being available at voicemail flow runtime.", voicemailDebugEntityTypeNoValueLabel: "No Voicemail Entity", voicemailDebugGroupDescription: "If debug is enabled for the flow and the Voicemail.DebugEntityType variable value is '%1$s', this specifies the Group that should be used at flow runtime when testing.", voicemailDebugQueueDescription: "If debug is enabled for the flow and the Voicemail.DebugEntityType variable value is '%1$s', this specifies the Queue that should be used at flow runtime when testing.", voicemailDebugUserDescription: "If debug is enabled for the flow and the Voicemail.DebugEntityType variable value is '%1$s', this specifies the User that should be used at flow runtime when testing.", voicemailEntityGreetingAudioDescription: "Returns an Audio value for the voicemail greeting of the entity for which the voicemail flow is running. If no entity is available or no voicemail greeting audio is available for the entity, a NOT_SET Audio value is returned.", voicemailEntityNameAudioDescription: "Returns an Audio value for the name of the entity for which the voicemail flow is running. If no entity is available or no entity name audio is available for the entity, a NOT_SET Audio is returned.", voicemailEnabledDescription: "Returns whether or not voicemail is enabled for the entity for which the voicemail flow is running. If no entity is available, this returns false.", voicemailEntityNameDescription: "The name of the entity for which the voicemail flow is running. For example, if the voicemail flow is running for a queue, this will return the name of the queue.", voicemailEntityTypeDescription: "The type of entity for which the voicemail flow is running. Valid values are 'group', 'queue' or 'user'.", voicemailGroupDescription: "If the voicemail flow is running on behalf of a group, this variable will provide information about the group. Otherwise it will be a NOT_SET Group.", voicemailQueueDescription: "If the voicemail flow is running on behalf of a queue, this variable will provide information about the queue. Otherwise it will be a NOT_SET Queue.", voicemailUserDescription: "If the voicemail flow is running on behalf of a user, this variable will provide information about the user. Otherwise it will be a NOT_SET User.", voicemailVoicemailSnippet: "The voicemail snippet for the voicemail flow." }, channelTypes: { call: "Calls", chat: "Chats" }, outputModes: { text: "Text", voice: "Voice" }, language: { infoSupportsDataPlayback: "Supports runtime data playback: %1$s", infoSupportsSpeechRec: "Supports speech recognition: %1$s", infoSupportsTextToSpeech: "Supports text to speech: %1$s", selectOne: "Select a language", label: "Language", labelAndTagDisplayStr: "Language: %1$s", infoSupportsDataPlaybackSupported: "Supports runtime data playback", infoSupportsSpeechRecSupported: "Supports speech recognition", infoSupportsTextToSpeechSupported: "Supports text to speech", infoSupportsDataPlaybackNotSupported: "Does not support runtime data playback", infoSupportsSpeechRecNotSupported: "Does not support speech recognition", infoSupportsTextToSpeechNotSupported: "Does not support text to speech", infoSupportsTextToSpeechNotSupportedFlexibleTTS: "Does not natively support text to speech" }, processVoicemailInput: { processVoicemailInputInfoMessage: "If a voicemail is collected, execution takes the '{{branch.__VOICEMAIL__}}' output and the Voicemail Snippet is saved to the '{{variable.__VOICEMAIL_VOICEMAIL_SNIPPET__}}' variable. The maximum time allowed for a Voicemail Snippet is 3 minutes.", processVoicemailInputInfoMessageWithMaxRecordingTime: "If a voicemail is collected, execution takes the '{{branch.__VOICEMAIL__}}' output and the Voicemail Snippet is saved to the '{{variable.__VOICEMAIL_VOICEMAIL_SNIPPET__}}' variable. The maximum time allowed for a Voicemail Snippet is determined by the {{link.__ORGANIZATION_SETTINGS__}}." }, collectVoiceSnippet: { voiceSnippetLabel: "Voice Snippet", voiceSnippetDescription: "The Voice Snippet itself if the action is successful. If not successful, the bound output variable value will be left untouched.", voiceSnippetDurationLabel: "Voice Snippet Duration", voiceSnippetDurationDescription: "The audio Duration of the Voice Snippet if the action is successful. If not successful, the bound output variable value will be left untouched.", maxVoiceSnippetTimeLabel: "Maximum Voice Snippet Time", maxVoiceSnippetTimeDescription: "The maximum time allowed for Voice Snippet. If the setting value resolves to a NOT_SET Duration at flow runtime, the default of 3 minutes will be used." }, languageSkill: { placeholder: "Select a language skill" }, literal: { dialingCode: "Dialing Code", dialingScheme: "Scheme", empty: "", enterNumber: "Enter a number", phoneNumber: { noExpressionLabel: { errorNoSchemeType: "There is no phone number scheme (tel:, sip: or sips:) set.", errorNoDialingCode: "There is no phone number dialing code.", errorNoNumber: "There is no number specified in the phone number.", errorInvalidSipUri: "The phone number has an invalid SIP URI.", errorInvalidNumber: "The phone number has an invalid E.164 format." }, withExpressionLabel: { errorNoSchemeType: "There is no phone number scheme (tel:, sip: or sips:) set for %1$s", errorNoDialingCode: "There is no phone number dialing code set for %1$s", errorNoNumber: "There is no number specified in the phone number for %1$s", errorInvalidSipUri: "The phone number has an invalid SIP URI for %1$s", errorInvalidNumber: "The phone number has an invalid E.164 format for %1$s" } }, increaseNumericTooltip: "Press to increase by %1$s, hold shift to increase by %2$s", decreaseNumericTooltip: "Press to decrease by %1$s, hold shift to decrease by %2$s", toExpressionModeTooltip: "Editor is in literal mode, click to enter an expression.", watermarkNoContext: "Enter value", watermarkPhoneNumber: "Enter phone number", watermarkSipUri: "Enter SIP URI" }, legacyRouting: { actionCallTask: 'Call "Find Legacy Queue" task', actionDecisionFoundFieldName: "Legacy routing custom field found?", actionDecisionFoundQueueName: "Legacy queue found?", actionDecisionFoundQueueStringIdOrName: "Queue ID/name found?", actionDecisionFoundQueueStringName: "Queue name found?", actionUpdateDataQueueStringIdOrName: "Save queue ID/name to variable", actionUpdateDataQueueStringName: "Save queue name to variable", actionFindQueueId: "Find queue based on ID", actionFindQueueName: "Find queue based on name", actionTransferToACDName: "Transfer to found queue", actionLoopName: "Loop through Chat.Guest.customFields", legacyRoutingOffAlert: "Architect no longer includes legacy queue routing functionality for newly-created Inbound Chat Flows.", legacyRoutingOnAlert: "When you create a new Inbound Chat Flow, Architect adds a task and actions with default logic to honor legacy queue routing for chats.

You may safely remove the task and actions if legacy queue routing is not needed in the flow, or edit the default logic as needed.", taskName: "Find Legacy Queue" }, loop: { count: "Loop Count", index: "Index", indexDataName: "Current Index Data Name", lessThanOne: "A Loop Count less than one will skip the loop action", loops: "Loops", notInLoop: "This action must be within a loop path.", terminating: "The loop path cannot be terminating" }, loopUntil: { taskEditorCheckUntilBox: "Check Until", exitWhenUntilCriteriaMet: "Exit when Until Case criteria is met", maxLoopCount: "Maximum Loop Count", noLoopIndexVariableSpecified: "No loop index variable specified", untilCaseLabel: "Until Case", untilCasesLabel: "Until Cases", noUntilCasesDefined: "No Until Cases defined", addUntilCase: "Add Until Case", untilCaseNameLabel: "Until Case Name %1$s", untilCaseConditionLabel: "Until Case Condition" }, menu: { createNameLabel: "Menu Name", createMenu: "Create New Menu", defaultMenuSettings: "Default Menu Settings", defaultChoiceNotValid: "Default menu choice is not valid", defaultMenuChoice: "Default Menu Choice", defaultMenuPlaceholder: "None ( disconnect the interaction )", editMenu: "Go to Menu", extDialDelayTooBigError: "The maximum delay for extension dialing should be less than the time to wait before repeating", extensionDialingMaxDelay: "Maximum delay for extension dialing", initialAudioLabel: "Menu Prompt", invalidReference: "There is an invalid menu reference set", label: "Menu", menuOptionsLabel: "Menu Options", menuSelectionTimeout: "Menu selection timeout", menuSelectorWatermark: "Select a menu", multipleNames: "Another menu has the same name", newDefaultName: "New Menu %1$s", noMenuChoices: "There are no menu choices", noReference: "There is no menu set", promptRepeatCount: "Number of times to repeat menu", promptRepeatDelayTooSmallError: "The time to wait before repeating should be greater than the maximum delay for extension dialing", transferTo: "Menu", useExtensionDialing: "Listen for extension dialing", menuAccess: "Menu Access" }, menuChoice: { duplicateDtmf: "DTMF (%1$s) is used in two or more menu choices at this menu level", duplicateDtmfGlobal: "DTMF (%1$s) is used in two or more menu choices in this flow", dtmfInUseGlobal: "Digit is used in another menu", dtmfInUseWithSwap: "Digit is in use in this menu ( 'shift + click' to swap)", dtmfInUse: "Digit is in use in this menu", dtmfSelector: "DTMF", duplicateSpeechTerms: "Duplicate speech recognition terms: [%1$s]", globalDtmf: "DTMF goes to this menu choice from any menu", globalSpeechAndActionError: "Global speech recognition terms are not allowed when the flow contains an action of type '%1$s'", globalSpeechRec: "Speech recognition terms go to this menu choice from any menu", noDtmfOrSpeechRec: "Each menu choice must have DTMF or speech recognition terms for each supported language", noDtmfWithDisabledSpeechRec: "Each menu choice must have DTMF when speech recognition is disabled" }, editFlow: { addFlowToBegin: "Add a flow to begin", create: "Create Flow", createFlowTyped: "Create '%1$s'", editFlowTitle: "Edit Flow Information", descWatermark: "Description for flow", defaultLanguage: "Default Language", divisionDescriptionAddFlow: "To add a flow in a division, the following permissions are required in that division.", divisionDescriptionEditFlow: "To change the division of a flow, the following permissions are required in the destination division.", flowNameInvalidCharacter: "Flow name cannot contain the '/' character.", flowNameIsInvalidMessageNoAlphaNumericError: "Flow name must contain at least one alphanumeric character.", flowNameWatermark: "Name for flow", flowNameCannotBeBlank: "Flow name cannot be blank.", nameDescChangeWarning: "Changes to name and description apply to all versions of the flow.", noDebugPostfix: "Flow name cannot end in '-debug'", saveAndProceed: "Save and Proceed", saveAs: "Save Flow As", saveChanges: "Save Changes", saveFlow: "Save Flow", secureCallFlowAgentInitiatedLabel: "Is this an agent-initiated Secure Call Flow?", secureCallFlowAgentInitiatedTrue: "Yes, it will only be initiated by agents.", secureCallFlowAgentInitiatedFalse: "No, other call flows will initiate this secure flow using the 'Transfer to Secure Flow' action.", viewExampleFlowsInfo: "Quick start example flows to boost your productivity", viewExampleFlowsLabel: "View Example Flows" }, properties: { common: { featureToggleUnavailble: "This requires a feature that is not available.", flowReadOnly: "The flow is read only." }, variable: { common: { set: { cannotSetIsSchemaInput: "Cannot change because this variable is marked as an input in a published version of the flow.", cannotSetIsSchemaInputOutput: "Cannot change because this variable is marked as an input / output in a published version of the flow.", cannotSetIsSchemaOutput: "Cannot change because this variable is marked as an output in a published version of this flow." }, support: { notSupportedInputVariableScope: "'%1$s' scoped variables cannot used as inputs in flows of type '%2$s'.", notSupportedOutputVariableScope: "'%1$s' scoped variables cannot used as outputs in flows of type '%2$s'." }, variableIsReadOnly: "The variable is read only." }, isInput: { support: { notSupportedTypeNotValidAsFlowInput: "The variable type '%1$s' cannot be used as an input to flows of type '%2$s'." } }, isOutput: { support: { notSupportedTypeNotValidAsFlowOutput: "The variable type '%1$s' cannot be used as an output to flows of type '%2$s'." } }, secure: { support: { notSupportedNoSecureVariables: "Secure variables are not supported in flows of type '%1$s'." } } } }, stringBodyHandlingTypes: { stringBodyHandlingTypeConvertToHtmlLabel: "Convert to HTML", stringBodyHandlingTypeConvertToHtmlDescription: "Convert formatting in the String to HTML.", stringBodyHandlingTypeConvertToMarkdownLabel: "Convert to Markdown", stringBodyHandlingTypeConvertToMarkdownDescription: "Convert formatting in the String to Markdown.", stringBodyHandlingTypeNoneDescription: "Default String handling for flow type.", stringBodyHandlingTypeRemoveAllFormattingLabel: "Remove All Formatting", stringBodyHandlingTypeRemoveAllFormattingDescription: "Remove all formatting from the String." }, missingRequiredProducts: { flowType: { unavailable: "The flow type of '%1$s' is not available." } }, previousMenu: { noMenus: "There are no menus in this flow for Previous Menu to return to.", inStartupError: "This action is invalid when used in the Starting Task because there is no menu to return to." }, abortSurvey: { dispositionLabel: "Disposition", dispositionWatermark: "Select the disposition status", dispositionError: "Error", dispositionOptOut: "Opt Out", noDisposition: "No disposition selected" }, completeSurvey: { inviteBodyDescription: "The contents of the initial invite sent to the survey invitee. This is typically provided through a variable which contains the output from a Get Response action.", inviteBodyLabel: "Invite Body", inviteSubjectDescription: "The subject line of the initial invite sent to the survey invitee.", inviteSubjectLabel: "Invite Subject", reminderBody: { description: "The contents of the reminder email sent to the survey invitee.", label: "Reminder Body", noValue: { runtimeStr: "No reminder body specified", selectionLabel: "No body" } }, reminderSubject: { description: "The subject line of the reminder email sent to the survey invitee.", label: "Reminder Subject", noValue: { runtimeStr: "No reminder subject specified", selectionLabel: "No subject" } }, targetAddressDescription: "The address used to contact the survey invitee; usually it will be an email address", targetAddressLabel: "Target Email Address", targetAddressTypeLabel: "Target Address Type", validation: { reminderMustHaveSubjectAndBody: "Both the reminder subject and body must have a value specified or no value specified to be valid." } }, returnToAgent: { helpText: "This action should only be used in secure call flows initiated by an agent and not a Transfer to Secure Flow action. See Help for more details.", reasonCodeLabel: "Reason Code", reasonCodeWatermark: "Enter an exit reason code or short description" }, screenPop: { chatScript: "inbound chat script", emailScript: "email script", screenPopScript: "screen pop script", shortMessageScript: "inbound message script", noInputs: "The selected %1$s has no inputs.", selectedScreenPop: "Screen Pop Script", selectedChatScript: "Chat Script", selectedEmailScript: "Email Script", selectedShortMessageScript: "Message Script", selectScript: "Select a %1$s", scriptNotFound: "The selected %1$s could not be found.", scriptMissingFeature: "The selected '%1$s' is missing the '%2$s' script property feature.", mustSelectScript: "A %1$s must be selected.", savedVersionOfScript: "Flow is referencing a cached version of this %1$s. The %1$s may be out of date or deleted.", scriptProperties: { scriptPropertyCallback: "Callback", scriptPropertyChat: "Chat", scriptPropertyEmail: "Email", scriptPropertyMessage: "Message", scriptPropertyScreenPop: "Inbound" } }, scripts: { noInputs: "The selected script has no inputs.", selectWatermark: "Select a script", scriptNotFound: "The selected script could not be found.", scriptMissingFeature: "The selected script is missing the required script property feature.", savedVersionOfScript: "Flow is referencing a cached version of this script. The script may be out of date or deleted." }, setAttributes: { attribute: "Attribute", addAttributeButton: "Add attribute to set", noAttributesDefined: "No attributes defined", applyWarning: "Changes to participant data will not be available in the cloud until the flow ends.", nameLabel: "Attribute Name %1$s" }, setConversationData: { conversationDescription: "The conversation ID to set participant data on.", conversationLabel: "Conversation ID", participantDescription: "If supplied, the participant data of the specified participant is used. In most cases, this can remain unspecified or NOT_SET and the customer/external participant is used.", participantLabel: "Participant ID" }, setExternalTag: { externalTagSettingLabel: "External Tag" }, search: { contains: "Contains", clearSearchResults: "Clear search results", exact: "Exact", filteredOutItemOne: "One item filtered out due to incompatible data.", filteredOutItemsMoreThanOne: "%1$s items filtered out due to incompatible data.", flowDescription: "The description of the flow", id: "The ID for %1$s", langCodeDescription: "A supported language code", languageDescription: "A supported language", name: "The name of the %1$s", noResults: "No results found", atMax: "More items are available. Please use the search box to search for more results.", promptDescription: "The description of the prompt", searchTypes: "Search types dropdown", startsWith: "Starts With", lastSearchTime: "Last Search: %1$s", variableDescription: "The description of the variable", searchWatermark: "Search flow" }, setIntent: { nluMustHaveOneIntentToSetIntent: "There must be at least one intent defined in the bot's Natural Language Understanding configuration if you want to set an intent." }, setLocale: { defaultLanguageLocked: "The default language cannot be changed in this flow type", addLanguage: "Add Language", addLanguageWithIcon: "Language", defaultLanguageError: "Language is not in supported languages", filterLanguages: "Search languages", genericLanguageError: "Language %1$s cannot be used because it does not have a region sub-tag.", headerDefault: "Default", headerDefaultTitle: "Default Flow Language", headerLanguage: "Language", headerLanguageTitle: "Languages the flow can run in", headerSkill: "Default Language Skill", headerSkillTitle: "Default language skill used for Transfer to ACD", invalidLocale: "Invalid value for language", locale: "Language", localeWatermark: "Select language", moreLanguages: "More languages...", multilingualSupportUnavailable: "This flow type only allows for 1 supported language to be configured", noSupportedLanguages: "Select at least one language to support", noDefaultLanguage: "There is no default language set", removeLanguage: "Remove language", resetTitle: "Reset fallback language to its default", runtimeLangDisplayError: "Indicates the language does not support runtime data playback, speech recognition or text to speech.", runtimeLangDisplayErrorFlexibleTTS: "Indicates the language does not support runtime data playback, speech recognition or native text to speech.", search: "Search languages", selectLanguage: "Select Language", skillMappingName: "Language Skill for %1$s", supportedLanguages: "Supported Languages", useLanguage: "Use Language", warning: "This language change will take effect after the task ends.", warningAutomate: "The language change is immediate and only applies to this flow instance.", warningImmediate: "The language change is immediate." }, setPriority: { setPriorityLabel: "Priority", setPriorityDescription: "If the priority value is outside the allowable range or NOT_SET Integer, execution takes the '{{branch.__FAILURE__}}' path at runtime. Otherwise, if successful, execution will update the '{{variable.__CONVERSATION_PRIORITY__}}' variable.", setPriorityDescriptionWorkitemFlow: "If the priority value is outside the allowable range or a NOT_SET Integer, execution takes the '{{branch.__FAILURE__}}' path at runtime. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path and the 'Priority' property of '{{variable.__WORKITEM_WORKITEM__}}' variable will reflect the priority value." }, setPostFlow: { actionType: "Action Type", actionDescription: "Pick the type of follow-up action you want to trigger after the interaction ends.", anyDisplayString: "Any", calleeDisplayString: "Agent", callerDisplayString: "Caller", postFlowActionClearedOnSecureTransfer: "When a conversation is transferred to a Secure Flow - either in this flow or a later one - any Post-Flow actions that were set will be cleared.", target: "Target", targetPlaceholder: "Select a Post-Flow target", targetTypeDescription: "Select who this post-flow will apply to.", agentDisplayString: "Agent", senderDisplayString: "Sender", postFlowDescription: "Pick the type of follow-up action you want to trigger after the interaction ends.", invocationDataDescription: "JSON data to pass to the flow that is triggered after the interaction ends." }, setSkills: { setACDSkillsLabel: "ACD Skills", setACDSkillsDescription: "The ACD Skills to set on the conversation. If the value is an empty collection, any existing ACD Skills will be removed from the conversation. Execution takes the '{{branch.__FAILURE__}}' path at runtime if the value cannot be set on the conversation. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path at runtime and the '{{variable.__CONVERSATION_ACD_SKILLS__}}' variable will be updated to reflect the new ACD Skills.", setACDSkillsDescriptionWorkitemFlow: "The ACD Skills to set on the workitem. If the value is an empty collection, any existing ACD Skills will be removed from the workitem. Execution takes the '{{branch.__FAILURE__}}' path at runtime if the value cannot be set on the workitem. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path at runtime and the 'Skills' property of the '{{variable.__WORKITEM_WORKITEM__}}' variable will be updated to reflect the new ACD Skills.", noValueACDSkills: "Keep current ACD skills", setLanguageSkillLabel: "Language Skill", setLanguageSkillDescription: "The Language Skill to set on the conversation. If the value is a NOT_SET Language Skill, any existing Language Skill will be removed from the conversation. Execution takes the '{{branch.__FAILURE__}}' path at runtime if the value cannot be set on the conversation. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path at runtime and the '{{variable.__CONVERSATION_LANGUAGE_SKILL__}}' variable will be updated to reflect the new Language Skill.", setLanguageSkillDescriptionWorkitemFlow: "The Language Skill to set on the workitem. If the value is a NOT_SET Language Skill, any existing Language Skill will be removed from the workitem. Execution takes the '{{branch.__FAILURE__}}' path at runtime if the value cannot be set on the workitem. Otherwise if successful, execution takes the '{{branch.__SUCCESS__}}' output path at runtime and the 'LanguageSkill' property of the '{{variable.__WORKITEM_WORKITEM__}}' variable will be updated to reflect the new Language Skill.", noValueLanagugeSkill: "Keep current language skill" }, setUUIData: { disconnectDropDownText: "For Disconnects", transferDropDownText: "For Transfers", mode: "Outgoing UUI Data", noUUIData: "No UUI data will be sent." }, setWhisperAudio: { label: "Whisper Audio", noValueRuntimeEvaluationString: "Use queue configured whisper audio", noValueSelectionLabel: "Use Queue Default", infoMessage: "Whisper audio is set using the current language of the flow when this action executes. Changing the flow language after this action instance will not change previously set whisper audio to the new language." }, setWrapupCode: { wrapupCode: "Wrapup Code", applyWarning: "Changes to the wrapup code will not be available in the cloud until the flow ends." }, skills: { multipleSkillsError: "There are two or more skills with the same value", placeholderSkill: "Select an ACD skill", proficiency: "ACD Skill Proficiency %1$s" }, skillExpressionFilters: { skillExpressionFiltersLabel: "Skill Expression Filters", skillExpressionFiltersResult: "Skill Expression Filters Result", evaluateSkillExpressionFiltersTooltipInfo: "Accepts skill expression strings for validation and normalization. If an expression string is empty, too long, syntactically invalid or references invalid ACD skills or language skills, the result will include error details in the errors property of the returned skill expression filter result and execution will take the Invalid output path. If the action cannot complete, such as when runtime execution limits are exceeded, execution takes the \u2018{{branch.__FAILURE__}}\u2019 output path at flow runtime.", evaluateSkillExpressionFiltersResultTooltipInfo: "Returns the skill expression filters result from the supplied skill expression strings. Individual skill expression filters in the returned collection will contain the original and normalized expressions, referenced ACD and language skills and any error information for the supplied skill expression filter. If errors are present, the normalized expression will fail during routing.", exampleErrorResultsTitle: "Example Error Result Values", setSkillExpressionFiltersTooltipInfo: "Accepts skill expression filters to use for routing. If any of the skill expression filter values are in error or NOT_SET, execution will take the '{{branch.__FAILURE__}}' output path at flow runtime.", transferToAcdSkillExpressionFiltersTooltipInfoPrefix: "Provides filters that determine which agents are eligible for assignment when the conversation is transferred to the queue. The filters are optional and are applied only when the target queue supports skill expression evaluation.", transferToAcdSkillExpressionFiltersTooltipInfoNonAutomateSuffix: "If a collection value with more than the maximum allowed item is supplied or contains one or more Skill Expression Filters that are invalid, execution takes the '{{branch.__FAILURE__}}' output path.", transferToAcdSkillExpressionFiltersTooltipInfoAutomateSuffix: "If a collection value with more than the maximum allowed item is supplied or contains one or more Skill Expression Filters that are invalid, execution invokes error handling." }, speechRec: { addInvalidPrompt: "Add prompt for invalid or ambiguous input", addInvalidPromptOverride: "Override default invalid or ambiguous input prompts", addAnotherInvalidPrompt: "Add another prompt", companyDirectoryLabel: "Company Directory", companyDirectoryNotSupportedPlural: "Company Directory is not supported for the languages %1$s", companyDirectoryNotSupportedSingle: "Company Directory is not supported for the language %1$s", defaultEngine: "System default speech engine", defaultSpeechSettings: "Default Flow-Level Speech Settings", description: "%1$s speech recognition term", directoryChoices: { allEnabled: "Enable for entire flow", allDisabled: "Disable for entire flow", startEnabled: "Enable for starting task or menu only" }, enableCompanyDirectory: "Enable company directory speech recognition for all menus", engineLabel: "Speech Engine", errorSpeechRecDisabledWithSpeechRec: "Speech recognition is disabled. Speech recognition terms will not be used until it is re-enabled.", errorSpeechRecEnabledDisabled: "Speech recognition is disabled. Enabled settings will not be available.", enableAllSpeechRec: "Enable speech recognition for the entire flow", disableAllCompanyDirectory: "Disable company directory for the entire flow", duplicateTermErrorLocal: "Term is already defined", duplicateTermErrorMenu: "Term is defined elsewhere: ", generalSettings: "General Speech Settings", hideAllLangs: "hide languages", invalidPrompts: "Invalid or ambiguous input prompts", invalidPromptsSingular: "Invalid or ambiguous input prompt", label: "Speech Recognition", suppressCallRecordingLabel: "Recording and Speech Recognition", suppressCallRecordingsSpeechRec: "Suppress recording for the entire flow", missingSpeechRec: "Not all languages have speech recognition terms", minConfidenceLevel: "Minimum confidence level", minConfidenceLevelRange: "(0-100%)", notSupportedLanguage: "Speech recognition is not supported in %1$s", notSupported: "Speech recognition not supported", optionsLabel: "Speech Recognition Options", ambiguousPromptShortLabel: "Prompt %1$s", resetToDefault: "Reset back to default prompts", showAllLangs: "show all languages", termsPlaceholder: "Enter speech recognition terms", timeoutComplete: "Complete match timeout", timeoutIncomplete: "Incomplete match timeout", timeoutMaxSpeech: "Maximum speech length" }, supportedBrowsers: { title: "Unsupported Browser", unsupportedBrowser: "You are running an unsupported, outdated browser. Architect supports the following browsers:", chrome: "Latest version of Google Chrome", firefox: "Mozilla Firefox (latest ESR version)", safari: "Latest version of Safari", pleaseUpgrade: "Please upgrade to one of these supported browsers." }, state: { createNameLabel: "State Name", createState: "Create New State", endState: "End of State", endStateOrFlow: "Ends State or Flow", goToState: "Go to State", invalidReference: "There is an invalid state reference set", label: "State", multipleNames: "Another state has the same name", noReference: "There is no state reference set", stateSelectorWatermark: "Select a state", transferTo: "State" }, task: { addPath: "Add Path", containsNoActions: "In-queue task contains no actions", createNameLabel: "Task Name", createBranch: "Create New Output Path", createBranchLabel: "Path Name", createTask: "Create New Task", defaultPathLabel: "Default", dragHere: "Drag action here", addActionHere: "Add action here", dynamicBranchTooltip: "This branch was created by a server-based object.", editorZoomLabel: "Zoom", endFlow: "End of Flow", endLoop: "Exit Loop", endTask: "End of Task", endTaskOrFlow: "Ends Task or Flow", nextLoop: "Start Next Loop", goToTask: "Go to Task", invalidReference: "There is an invalid task reference set", invalidReferenceTaskTransfer: "Cannot jump to a task that has output paths", invalidReferenceStartUpTask: "Starting Task not allowed as a Call Task target", invalidBranchReference: "There is an invalid path reference set", label: "Task", labelMoreValues: "And %1$s more...", multipleNames: "Another task has the same name", multipleNamesPath: "Another path has the same name", newDefaultName: "New Task %1$s", noPathReference: "There is no path reference set", newDefaultStateName: "New State %1$s", noReference: "There is no task reference set", noTerminatingAction: "The task does not contain a terminating action", outputPathForTask: "Set as an output path for %1$s task", outputPathModalCreate: "Create new output path", path: "Output Path", pathName: "Path Name", paths: "Output Paths", pathsMenu: "Output Paths...", pathSelectorWatermark: "Select an output path", pathType: "Exit Path", switchToMenu: "Switch to Menu", switchToTask: "Switch to Task", switchToState: "Switch to State", switchToCommonModule: "Switch to Common Module", switchToBot: "Switch to Bot", switchToMenuChoice: "Switch to Task Menu Choice", taskSelectorWatermark: "Select a task", taskActionErrorsOne: "There is one action in error within this task", taskActionErrorsMoreThanOne: "There are %1$s actions with errors within this task", taskActionWarningsOne: "There is one action with a warning within this task", taskActionWarningsMoreThanOne: "There are %1$s actions with warnings within this task", transferTo: "Task", wantToDeleteAction: "Are you sure you want to delete this Action? If deleted, all of the actions in its output paths will also be deleted.", wantToDeleteCase: "Are you sure you want to delete this Case? If deleted, all of the actions in its output paths will also be deleted." }, toolbox: { collapse: "Collapse toolbox", expand: "Expand toolbox", title: "Toolbox", searchToolbox: "Search Toolbox", noActionsFoundInSearch: "No actions found" }, transcription: { enableTranscription: "Flow Transcription", enableTranscriptionDescription: "If true, flow transcription is enabled. If false or a NOT_SET Boolean, flow transcription is disabled.", notValidForLanguages: "Transcription is not available in: %1$s" }, transfer: { allowVoicemail: "Allow rollover to voicemail", connectTimeout: "Connect Timeout", invocationData: "Invocation Data", preTransferAudio: "Pre-Transfer Audio", failureTransferAudio: "Failed Transfer Audio", preTransferCommunication: "Pre-Transfer Communication", preTransferCommunicationDescription: "Wording the flow will convey to the external participant prior to performing the transfer.", failureTransferCommunication: "Failed Transfer Communication", failureTransferCommunicationDescription: "Wording the flow will convey to the external participant if the transfer fails.", uuiData: "UUI Data to Set", alertOnTransfer: "Alert on Transfer", alertOnTransferDescription: "If true, this indicates that the workitem should alert on successful transfer. If false or a NOT_SET Boolean, the workitem should not alert on transfer." }, transferPureMatch: { addSkill: "Add ACD Skill", invalidProficiency: "Proficiency for skill %1$s must be between 1 and 10", appendSkills: "Append conversation ACD Skills", appendSkillsHeader: "Append ACD Skills", appendSkillsDescription: "If true, this will append the ACD skills configured on this action to the existing skills already set on the conversation. If false or a NOT_SET Boolean, the ACD skills configured on this action will replace the skills set on the conversation.", languageSkill: "Language Skill", languageSkillDefault: "Using supported language's default language skill", languageSkillDescription: "The preferred language skill for the transfer. If no language skill is provided, the default language skill of the flow's current language will be used.", multipleQueuesError: "There are two or more queues with the same value", preferredAgents: "Preferred Agents", preferredAgentsDescription: "Supplies a list of agents and scores to use for the Preferred Agent Routing settings on the target queue. Use the MakeList and MakeAgentScorePair functions or the MakeListAgentScorePair function to create an AgentScorePair collection that provides the agents and score values. See Transfer to ACD action article in the Resource Center for additional details.", directAgent: "Direct Agent", directAgentDescription: "Provides a target agent for the interaction on the target queue for Direct Routing. If specified, the agent takes precedences over the target queue's routing method and any agents specified in the `Preferred Agents` setting on this action.", overrideDefaultInQueueFlow: "Override default in-queue handling", queue: "Queue", resetInQueueFlow: "Reset to Organization default", transferACDInCommonModuleWarning: "Within a common module flow, in order to override default in-queue handling, all compatible flow types specified on the common module flow must expect the same in-queue flow type.", skill: "ACD Skill %1$s", priority: "Priority", routing: "Routing", workitemPriorityDescription: "Sets the priority of the Workitem. If the setting value resolves to a NOT_SET Integer at flow runtime, the Workitem priority will remain unchanged." }, transferVoicemail: { noQueueNote: "Call will be transferred to the voicemail of the current queue for which the flow is running.", noQueueTooltip: "Call will be transferred to the voicemail of the current queue for which the flow is running for these flow types: %1$s", transferTarget: "Transfer Target", voicemailCallbackSettings: "Voicemail Callback Settings", voicemailGreeting: "Voicemail Greeting", voicemailTypeNonVocalByLang: "%1$s voicemail has an initial beep and no additional prompting for the language %2$s.", voicemailTypeNonVocalByLangs: "%1$s voicemail has an initial beep and no additional prompting for the languages %2$s.", voicemailScript: "Voicemail Script", voicemailScriptSettings: "Voicemail Script Settings" }, trustedOrg: { orgShortName: "Organization Name: %1$s", trustedUser: "Trusted External User" }, updateVariables: { addStatement: "Add update statement", createCollection: "Create Collection", noStatementError: "There are no update statements", updateStatement: "Update Statement", variableName: "Variable Name %1$s", variableValue: "Value To Assign %1$s", updateStatements: "Update Statements", noUpdateStatements: "No Update Statements defined" }, usages: { openCommonModule: "(open flow in new tab)", openCommonModuleTooltip: "Open common module in new tab to see usage details for this resource" }, user: { aDeletedUser: "a deleted user", label: "User", userLabelPlural: "Users", placeholder: "Select a user", system: "System" }, utilizationLabel: { utilizationLabelLabel: "Utilization Label", placeholderUtilizationLabel: "Select a utilization label", setUtilizationLabelDescription: "The Utilization Label to set on the conversation." }, division: { selectDivisionPlaceholder: "Select a Division" }, variableDetailsModal: { cantEnableInputOnSecureVariable: "Cannot enable input because this is marked as a secure variable.", cantEnableOutputOnSecureVariable: "Cannot enable output because this is marked as a secure variable.", cantEnableSecureOnInputVariable: "Cannot enable secure because this is marked as an input variable.", cantEnableSecureOnOutputVariable: "Cannot enable secure because this is marked as an output variable.", cannotRescopeToTask: "Change accessibility by opening variable details where it is needed.", cannotChangeScopeBecauseOfOutput: "Cannot change accessibility because this is marked as an output variable.", cannotChangeScopeBecauseOfInput: "Cannot change accessibility because this is marked as an input variable.", caseChangeMessage: "All usages must be changed since the variable's name is changing by case only.", clearVariable: "Clear variable...", context: "Context", editVariableTitle: "Edit Variable", newUsages: "New usages", readOnly: "read only", readWrite: "read-write", saveChangesMessage: "Do you want to save the changes to this variable?", sections: { nameAndDescription: "Name and Description", variableOptions: "Variable Options" }, systemScope: "This variable has %1$s access across the entire flow", systemScopeWithInitialValue: "This variable has read only access across the entire flow but does allow assignment of an initial value", updateUsages: "Existing usages to change", usageError: "Usage is a different task and can not be changed", usageLocation: "Location", viewVariableTitle: "View System Variable", variableType: "Type: %1$s", variableContentIsSecure: "Content is secure", variableFlowInputLabel: "Input to flow", variableTaskInputLabel: "Input to task", variableFlowOutputLabel: "Output from flow", variableTaskOutputLabel: "Output from task" }, variable: { descriptionWatermark: "Enter variable description", flowScope: "Entire flow", flowScopeCommon: "Entire Common Module", initialValueLabel: "Initial Value", initialValueError: "Initial value has a validation error.", addVariable: "Add Variable", addVariableButton: "Create", cannotDeleteVariableReasonSlot: "Slot variables are automatically managed by Architect based on slots defined within the Natural Language Understanding configuration.", cannotDeleteVariableReasonInput: "It is marked as a flow input in a published flow signature and cannot be removed.", cannotDeleteVariableReasonInputOutput: "It is marked as a flow input and output in a published flow signature and cannot be removed.", cannotDeleteVariableReasonOutput: "It is marked as a flow output in a published flow signature and cannot be removed.", cannotDeleteVariableReasonIsSystem: "It is a built-in variable and cannot be removed.", cannotDeleteVariableReasonUsages: "It is used in one or more places within the flow and cannot be deleted until it is no longer in use.", direction: "Direction", duplicatedOutputVariableReference: "The variable '%1$s' is already referenced in another output.", filterVariablesByScopeAll: "All", filterVariablesByScope: "Filter data by accessibility", initialValueNotSupported: "You cannot specify an initial value on a system variable.", input: "Input", output: "Output", outputDeleteTooltip: "Deletes the output path from the task.", scopeLabel: "Variable Accessibility", secure: "Secure", selectorWaterMark: "Enter variable name", scopeConsumer: "%1$s: %2$s", slotVariableNotUsedButInPublishedSignature: "Slot variable not used by bot flow but used in published bot flow schema", toExpressionModeTooltip: "Editor is in variable mode, click to enter an expression.", variableDeleteTooltip: "Deletes the variable from the flow. Variables in use or output variables that have been published cannot be deleted.", label: "Variable", noVariablesFound: "No variables found", maxVariableLimitSearch: "Showing top %1$s results", variableCannotBeDeleted: "This variable cannot be deleted. %1$s" }, wait: { durationLabel: "Duration", noDurationSet: "There is no duration set.", trimDurationLabel: "Trim Lengthy Duration", trimDurationDescription: "Trim the specified Duration value to be less than the maximum execution time allowed for the flow. This allows the flow to continue processing rather than taking the error path in those scenarios." }, promptUsages: { title: "Usages for %1$s", system: "System", user: "User" }, workgroup: { placeholderQueue: "Select a queue" }, wrapupCode: { placeholder: "Select a wrapup code" }, secureAction: { secureAction: "Secure Data Action", mustSelectAction: "A secure data action must be selected.", actionNotFound: "The selected secure data action could not be found.", savedVersionOfAction: "Flow is referencing a cached version of this secure data action. The action may be out of date or deleted.", noActionsAvailable: "There are no Architect compatible secure data actions available." }, dataAction: { dataAction: "Data Action", mustSelectAction: "A data action must be selected.", actionNotFound: "The selected data action could not be found.", savedVersionOfAction: "Flow is referencing a cached version of this data action. The action may be out of date or deleted.", noActionsAvailable: "There are no Architect compatible data actions available." }, grammars: { deleteGrammarTitle: "Delete Grammar", grammarLabel: "Grammar", noGrammarBasedSttEngineFound: "You must have at least one grammar-based speech to text engine configured in your organization in order to work with grammars in Architect.", noGrammarsFound: "There were no grammars found", addGrammarToBegin: "Add a grammar to begin", searchGrammars: "Search grammars", selectGrammarPlaceholder: "Select a grammar", grammarSingleConfirmDelete: "Are you sure you want to delete the selected grammar?", grammarPluralConfirmDelete: "Are you sure you want to delete the selected grammars?", tooltips: { addGrammar: "Add new grammar", deleteSelectedGrammars: "Delete selected grammar(s)", refreshGrammars: "Refresh the list of grammars" }, gridColumns: { descriptionColumn: "Description", languagesColumn: "Languages", nameColumn: "Name" }, modal: { addFileLabel: "Add File", addGramFileTitle: "Add A Grammar File", addGrammarLanguage: "Add Language", areYouSureDeleteGrammar: "Are you sure you want to delete the selected grammar named '%1$s' and its resources?", areYouSureDeleteGrammars: "Are you sure you want to delete the %1$s selected grammars and their resources?", areYouSureDeleteGrammarLanguage: "Are you sure you want to delete the following language: '%1$s'?", changeGrammarFileType: "Change Grammar File Type", changeType: "Change Type", closeEditorLabel: "Close Editor", dateUploadedLabel: "Date Uploaded: %1$s", describeYourGrammarPlaceholder: "Describe what your grammar does", dtmfLabel: "DTMF", dtmfWithError: "DTMF: %1$s", fileExceedsLimitsModalTitle: "Grammar Cannot Be Saved", fileExceedsLimitsModalDescription: "The grammar cannot be saved, as the following file exceeds file size limits: '%1$s'.", filesPluralExceedLimitsModalDescription: "The grammar cannot be saved, as the files listed below exceed file size limits.", fileExceedsLimitsModalDescriptionAdditional: "The file limits are %1$s for a .gram file and %2$s for a .grxml file. Please ensure the files do not exceed these limits before attempting to save again.", fileExceedsLimitDtmf: "%1$s: DTMF", fileExceedsLimitDtmfAndVoice: "%1$s: Voice & Dtmf", fileExceedsLimitVoice: "%1$s: Voice", fileNameLabel: "File Name: '%1$s'", gramFileWatermark: "e.g. example_grammar.gram", grammarDescription: "Grammar Description", grammarEditorTitle: "Grammar Editor", grammarEditorLabel: "XML editor for ASR grammars", grammarName: "Grammar Name", grammarNamePlaceholder: "e.g. StartDate", grxmlFilePercentageTooltip: "The percentage of this file's size of the maximum allowed size. The maximum file size for a .grxml file is %1$s.", overrideSpeechRecognitionErrorMessage: "When specifying a value for '%1$s', you must also specify a value for '%2$s'.", overrideSpeechRecognitionErrorMessageAlternative: "No value configured for '%1$s'.", partialSuccessMessage: "There is a server issue and files in this grammar might be incomplete or missing.", partialSuccessMessageAdditional: "To prevent content from being overwritten in error, the grammar will be displayed in read-only mode and temporarily won\u2019t be editable. Please confirm you want to proceed with read-only or close the editor and try again later.", removeGrammarLanguage: "Remove Language", removeGrammarLanguageWarning: "Deleting a language is irreversible and will result in the loss of any ASR Grammar files associated with that language within this Grammar. If you have flows with a supported language that relies on this Grammar, this could result in the flow going into error.", startingLanguage: "Starting Language", newGrammarTitle: "Create New Grammar", errors: { failedToDeleteGrammars: "Failed to delete grammars.", failedToDeleteGrammarWithName: "Failed to delete grammar '%1$s'", errorTemplate: "%1$s (line: %2$s, ch: %3$s)", grammarIdDoesNotExistOnSlot: "A grammar with the ID '%1$s' does not exist. Unable to associate it with the slot '%2$s'.", grammarNameDoesNotExistOnSlot: "A grammar with the name '%1$s' does not exist. Unable to associate it with the slot '%2$s'.", xmlErrorAttributeHasInvalidName: "Invalid name for attribute '%1$s'", xmlErrorAttributeIsRepeated: "Attribute '%1$s' is repeated", xmlErrorAttributeMissingEndQuote: "'%1$s' has an attribute whose value is missing an end quote", xmlErrorAttributeWithoutValue: "Attribute '%1$s' is without a value", xmlErrorClosingTagsCannotContainAttributes: "Closing tags cannot contain attributes", xmlErrorDocumentEmpty: "Document is empty", xmlErrorExtraContentAtEnd: "Extra content at the end of the document", xmlErrorGeneric: "Invalid XML", xmlErrorInvalidTagName: "'%1$s' is an invalid tag name", xmlErrorInvalidSpaceAfterTag: "Invalid space after '%1$s'", xmlErrorTagIsNotClosed: "Tag '%1$s' is not properly closed", xmlErrorTagMismatch: "Opening and ending tag mismatch", xmlErrorTextAreYouSureSave: "Are you sure you want to save?", xmlErrorTextContentSingle: "The following language contains XML errors: '%1$s'.", xmlErrorTextContentPlural: "%1$s languages in this grammar contain XML errors.", xmlErrorTitle: "XML Error", xmlErrorUnexpectedCharacter: "Unexpected character: '%1$s'", xmlNoError: "No XML errors detected" }, noMetadataAvailableForGramFileMessage: "A .gram file is configured for the '%1$s' mode of the '%2$s' grammar but no information is available.", removeFileLabel: "Remove File", selectFileLabel: "Select File", selectedGrammarFileCouldNotBeAttachedExtensionDescription: "The file '%1$s' could not be attached because it does not have the '%2$s' extension", selectedGrammarFileCouldNotBeAttachedSizeDescription: "The file '%1$s' could not be attached because it exceeds the size limit of %2$s for the selected file type.", selectedGrammarFileCouldNotBeAttachedLabel: "Selected Grammar file could not be added", selectGramFileLabel: "Select .gram file", switchFileTypesWarning: "Switching from the '%1$s' file type to the '%2$s' file type will result in your '%1$s' file being removed from the '%3$s' mode of the currently selected language '%4$s'. Do you wish to continue?", unsavedGrammarChangesTitle: "Unsaved Changes", unsavedGrammarChangesText: "Closing the Grammar editor will discard your unsaved changes. Do you wish to continue?", voiceLabel: "Voice", voiceWithError: "Voice: %1$s" }, grammarSlots: { grammarSlotDescriptionInfo: "This setting tells the bot which Grammar to use for the collection of the selected slot value at flow runtime. You can supply a Grammar value or let the bot use the Grammar that is configured on the slot. If you supply a Grammar value and at runtime it resolves to a NOT_SET Grammar, the bot will use the Grammar configured on the slot if one exists.", useSlotConfigDescription: "Use slot's configuration", useSlotConfigLabel: "Use Slot Configuration" } }, analyticsHeatMapOverlay: { analyticsHeatMapToggleLabel: "Flow Insights", apiErrorMessage: "There was an issue loading the data. Please refresh the page.", flowNoAnalyticsData: "There is not enough data yet for this flow version.", flowNotPublished: "Frequency overlay is only available for published versions.", flowAgeLessThanOneDay: "Frequency overlay is based on the last 24 hours of data for version %1$s.", flowAgeMoreThanOneDay: "Frequency overlay is based on the last %1$s days of data for version %2$s.", oldVersionFlowAgeLessThanOneDay: "Frequency overlay is based on the last 24 hours of data for version %1$s.", oldVersionFlowAgeMoreThanOneDay: "Frequency overlay is based on the last %1$s days of data for version %2$s.", veryHighFrequencyTooltipPlural: "Very High Frequency (%1$s Sessions)", veryHighFrequencyTooltipSingular: "Very High Frequency (%1$s Session)", highFrequencyTooltipPlural: "High Frequency (%1$s Sessions)", highFrequencyTooltipSingular: "High Frequency (%1$s Session)", mediumFrequencyTooltipPlural: "Medium Frequency (%1$s Sessions)", mediumFrequencyTooltipSingular: "Medium Frequency (%1$s Session)", lowFrequencyTooltipPlural: "Low Frequency (%1$s Sessions)", lowFrequencyTooltipSingular: "Low Frequency (%1$s Session)", veryLowFrequencyTooltipPlural: "Very Low Frequency (%1$s Sessions)", veryLowFrequencyTooltipSingular: "Very Low Frequency (%1$s Session)", zeroFrequencyTooltip: "Zero Frequency" }, speechToText: { defaultSpeechToTextEngineDiffersFromNotSpecified: "The flow was saved with no speech to text engine configured. If the flow is edited, the engine for this language will be updated to the current default speech to text engine.", defaultSpeechToTextEngineUpdated: "The default speech to text engine for language '%1$s' in this flow has been updated to '%2$s'.", engines: "Engines", errorEngineNotFound: "Speech to text engine '%1$s' could not be found.", headerTitle: "Speech To Text options for a language", noneLabel: "None", selectAnEngine: "Select an engine", speechToText: "Speech To Text", speechToTextNoChoicesAvailable: "There are no speech to text engines available for the language '%1$s'.", speechToTextEngineForSlotDescriptionInfo: "This setting tells the bot which speech to text engine to use for the collection of the selected slot value from the external participant at flow runtime. You can supply a speech to text engine value or let the bot use the speech to text engine that is configured on the slot if one exists.", speechToTextEngineNotFound: "The selected speech to text engine could not be found", speechToTextEngineNotConfigured: "This language does not have a speech to text engine configured from an integration.", speechToTextEngineRequiredMessage: "When one or more supported languages in a flow has a speech to text engine configured from an integration, every supported language of that flow must have a speech to text engine configured from an integration as well.", speechToTextEngineLabel: "Speech To Text Engine", speechToTextEngineLabelWithLanguageId: "Speech To Text Engine ('%1$s')", speechToTextGenesysEnhancedSupportLabel: "Genesys Enhanced %1$s supports custom dictionaries, more information on the {{link.__STT_ENGINE_OVERVIEW__, Resource Center}} documentation.", recognitionParams: { speechRecognitionParameters: "Speech Recognition Parameters", speechToTextCompleteTimeoutDescription: "The duration of silence after a valid recognition has occurred that determines the external participant has finished speaking, based on the associated Grammar. If a Grammar has not been specified on the Slot itself or the Ask for Slot action, this property will be ignored. A value of 0 disables the timer. If a NOT_SET value is supplied, the default value will be used.", speechToTextCompleteTimeoutLabel: "Complete Timeout", speechToTextConfidenceLevelDescription: "When the recognition results from the external participant input where the n-best entry with the highest confidence is less than the confidence level, the recognition will return a no-match. A value of 0 means all utterances are accepted. If a NOT_SET value is supplied, the default value will be used.", speechToTextConfidenceLevelLabel: "Confidence Level", speechToTextMaxSpeechTimeout: "Max Speech Timeout", speechToTextSpeechDetectionSensitivity: "Speech Detection Sensitivity" } }, textToSpeech: { defaultEngineLabel: "Default Engine: %1$s", defaultEngineDiffers: "This flow was saved with engine %1$s as the default engine. If the flow is edited, the engine for this language will be updated to the current default engine.", defaultEngineNotSupported: "The default engine set for language '%1$s' in organization-level settings is not supported by this flow type so a new engine must be selected.", defaultEngineRemoved: "There is no longer a default engine set for language '%1$s' in organization-level settings, so a new engine must be selected.", defaultEngineUpdated: "The default text to speech engine for language '%1$s' in this flow has been updated to %2$s to match organization-level settings.", defaultEngineUpdatedMoreThanOne: "The default text to speech engine for languages %1$s in this flow has been updated to %2$s to match organization-level settings.", defaultVoiceLabel: "Default Voice: %1$s", defaultVoiceDiffers: "This flow was saved with %1$s as the default voice for the selected engine. If the flow is edited, the voice for this language will be updated to the current default voice.", defaultVoiceRemoved: "There is no longer a default voice set for engine %1$s and language '%2$s' in organization-level settings, so a new voice must be selected.", defaultVoiceUpdated: "The default voice for language '%1$s' in this flow has been updated to %2$s to match organization-level settings.", engines: "Engines", errorEngineNotFound: "Text to speech engine '%1$s' could not be found.", errorEngineNotSecure: "Text to speech engine '%1$s' does not support secure call flows.", errorEngineFlowTypeNotSupported: "Text to speech engine '%1$s' does not support flow type %2$s.", errorLanguageNotSupportedByEngine: "The selected text to speech engine does not support language '%1$s'.", errorLanguageNotSupportedByVoice: "The selected voice does not support language '%1$s'.", errorNoEngineSelected: "No text to speech engine selected for language '%1$s'.", errorNoVoiceSelected: "No voice selected for language '%1$s'.", errorVoiceNotFound: "Voice '%1$s' could not be found", genders: { female: "Female", male: "Male", neuter: "Neuter", neutral: "Neutral", unspecified: "Unspecified gender" }, headerTitle: "Text To Speech options for a language", maxCharLengthTitle: "Maximum text to speech string length: %1$s characters", maxCharLengthBody: "A text to speech string in excess of this length will result in the Genesys text to speech engine playing the string or blank audio if the Genesys text to speech engine doesn't support the flow's current language.", noEnginesSupportLanguage: "No available text to speech engines support this language.", noEngineSelected: "Disabled because there is no engine selected", noneLabel: "None", selectAnEngine: "Select an engine", selectAVoice: "Select a voice", textToSpeech: "Text To Speech", ttsEngine: "Engine", ttsEngineDependencyString: "Text To Speech Engine", ttsEngineNotUsableByAction: "The '%1$s' action cannot be used when a flow supported language is configured to use the '%2$s' text to speech engine. Please change the text to speech engine configured on the following language: %3$s", ttsEngineNotUsableByActionMoreThanOne: "The '%1$s' action cannot be used when flow supported languages are configured to use the '%2$s' text to speech engine. Please change the text to speech engine configured on the following languages: %3$s", ttsEngineRequiredByFlowTypeOnLanguages: "For this flow type you must configure a text to speech engine on supported languages.", ttsVoice: "Voice", voiceDescription: "Language: %1$s, Gender: %2$s", voiceLanguageMismatch: "The voice selected does not directly match the language for '%1$s'", voiceLanguageMismatchHelp: "The voice selected does not directly match the language. This may result in issues with the Text to Speech experience. Find out more information in our {{link.__VOICE_MISMATCH_LINK__, Resource Center}}." }, versions: { actionLabelCheckedInBy: "Checked in by %1$s", actionLabelCreatedBy: "Created by %1$s", actionLabelDeletedBy: "Deleted by %1$s", actionLabelPublishedBy: "Published by %1$s", auditInfoUnavailable: "Version details unavailable", currentlyPublished: "current published version", currentDebugVersion: "current debug version", currentlyPublishedStatus: "Current Published Version:", currentlyPublishedNone: "none", loadingAudit: "Retrieving version details...", openFlowVersion: "Open flow version", revertedToOne: "(Flow reverted to 1.0)", scrollToTooltip: "Show the published version in the grid", title: "Available Versions", workingVersion: "working copy", selectVersion: "Select version", latestPublishedVersion: "Latest Published", publishedVersion: "Published", latestDebugPublishedVersion: "Latest Debug", debugPublishedVersion: "Debug", latestVersionGroupHeader: "Latest", specificVersionGroupHeader: "Specific Version", usingFlowVersion: "Using version %1$s", usingFlowVersionReadonly: "Using version %1$s. Edit flow to update.", flowVersionPrefix: "version: %1$s" }, virtualAgent: { agenticVirtualAgent: "Agentic Virtual Agent", agenticVirtualAgentDowngradeTooltip: "Republish this flow to downgrade billing from Agentic Virtual Agent to Virtual Agent.", virtualAgent: "Virtual Agent", virtualAgentDowngradeTitle: "Revert Virtual Agent", virtualAgentDowngradeDescription: "If you downgrade your flow, you reduce its AI capabilities and lose access to anything you might have configured as part of Virtual Agent. Republish your flow after you revert.", virtualAgentDowngradeButton: "Revert", virtualAgentFlow: "Virtual Agent", virtualAgentNote: "Upgrade is required to be done per flow.", virtualAgentRevert: "Revert Virtual Agent", virtualAgentRevertInfo: "If you revert your flow, Architect removes the Virtual Agent functionality from your flow and you will lose access to previously configured Virtual Agent settings.", virtualAgentTooltip: "You do not have permission to enable Virtual Agent. Contact your organization's administrator to update permissions.", virtualAgentUpgrade: "Upgrade to Virtual Agent", virtualAgentUpgradeTitle: "Upgrade to Virtual Agent", virtualAgentUpgradeNote: "Upgrade to Virtual Agent to enhance your flow with new conversational and generative AI capabilities. After the upgrade, publish the flow to enable the AI features. The upgrade impacts the cost for the flow at runtime. For more information about pricing and supported languages, see the {{link.__VIRTUAL_AGENT_HELP__, Resource Center}} documentation.", virtualAgentUpgradeNoteHowToRevert: "To ensure flexibility, Genesys recommends checking in your flow before upgrading. If you need to revert the flow from Virtual Agent in the future, you can import the previously checked in version.", virtualAgentUpgradeButton: "Upgrade", virtualAgentCreateModalDescription: "Enable Virtual Agent", virtualAgentCreateModalNote: "Virtual Agent enhances your flow with new conversational and generative AI capabilities. Virtual Agent impacts the cost for the flow at runtime. For more information about pricing and supported languages, see the {{link.__VIRTUAL_AGENT_HELP__, Resource Center}} documentation.", virtualAgentCreateModalNoteAgentic: "Virtual Agent enhances your flow with new conversational and generative AI capabilities. Virtual Agent and Agentic Virtual Agents impact the cost for the flow at runtime.", virtualAgentResourceCenterPricingInfo: "For more information about pricing and supported languages, see the {{link.__VIRTUAL_AGENT_HELP__, Resource Center}} documentation." }, voiceBiometrics: { confidence: "Confidence" }, voiceSurvey: { freeTextQuestionLabel: "Free Text", multipleChoiceQuestionLabel: "Multiple Choice", npsQuestionLabel: "NPS Question", readOnlyQuestionLabel: "Read-Only Question", surveyFormLabel: "Survey Form", divisionMismatchWarning: "The selected survey form is in a different division than the flow. You can proceed, but consider aligning divisions. Find more information in our {{link.__RESOURCE_CENTER__}}.", surveyFormNoDivisionWarning: "The flow will be created in the selected division, but the survey form is not assigned to a division. Find more information in our {{link.__RESOURCE_CENTER__}}.", surveyFromIncompatible: "The chosen survey form cannot be used for a voice survey flow.", surveyFormDisabled: "The chosen survey form is disabled. In order to create a voice survey flow from this form, please publish a new version of this form. Manage in {{link.__SURVEY_FORMS__, Survey Forms}}.", surveyFormInvalid: "The survey form is invalid.", surveyFormInsufficientPermissions: "You do not have sufficient permissions to view the survey form. You need the '%1$s' permission.", surveyFormQuestionAnswerExceedsLimitErrorMoreThanOne: "The following questions in the survey form have an answer that exceeds the %1$s character limit: %2$s.", surveyFormQuestionAnswerExceedsLimitError: "The following question in the survey form has an answer that exceeds the %1$s character limit: %2$s.", surveyFormUpdateNeeded: "Please update the survey form before attempting to create the flow.", voiceSurveyAnswerDescription: "Wording the bot will use when listing out the answer options to the caller.", voiceSurveyAnswerLabel: "Answer", voiceSurveyAnswerOptionsDescription: "A collection of answers to the given survey question. Answer values reflect answers set in the survey form and can not be edited. Please note that answer configuration is tied to the survey question itself and is not specific to an individual action so if you have multiple Ask Survey Question actions that reference the same survey question the DTMF settings will be common between all actions. Allowable values include: 0-99, * and #.", voiceSurveyAnswerOptionDtmfLabel: "DTMF", voiceSurveyAnswerOptionsLabel: "Answer Options", voiceSurveyAnswerOptionValueLabel: "Answer Value", voiceSurveyBotLabel: "Survey Bot", voiceSurveyErrorLink: "Manage in {{link.__SURVEY_FORM__}}", voiceSurveyConditionsNotMetLabel: "Conditions Not Met", voiceSurveyDoesNotExistError: "The selected survey form does not exist in this organization.", voiceSurveyDtmfSettingsLabel: "DTMF Settings", voiceSurveyDuplicateDtmfError: "Duplicate DTMF value for '%1$s'", voiceSurveyEndQuestionGroupTaskActionLabel: "Done - %1$s", voiceSurveyFlowCreationTooltip: "Select a survey form for the voice survey flow. Architect will generate a Voice Survey flow based on the survey form that can be executed immediately after an Agent hang-up or transfer, or Outbound connection, etc. Only the most recent version of published survey forms may be selected. Survey forms that have been disabled are excluded.", voiceSurveyFollowUpQuestionDescription: "Wording the bot will use when asking the additional question after the NPS question has been answered.", voiceSurveyFollowUpQuestionLabel: "Follow Up Question", voiceSurveyFooterLabel: "Survey Footer", voiceSurveyFormDoesNotExistShort: "The associated survey form does not exist.", voiceSurveyFormDoesNotExistLong: "The associated survey form does not exist in this organization. To address this, please {{link.__VOICE_SURVEY_FLOWS__, create a new voice survey flow}}.", voiceSurveyFormExceedsMultipleChoiceLimit: "The chosen survey form would create more than %1$s list slot types which exceeds the flow limit. A list slot type is created for each multiple choice, yes/no and range question at flow creation.", voiceSurveyFormIsDisabledLong: "The associated survey form is disabled. To address this, please publish a new version of this form and create a new flow using that version. Manage in {{link.__SURVEY_FORMS__, Survey Forms}}.", voiceSurveyFormIsDisabledShort: "The associated survey form is disabled.", voiceSurveyFormLabel: "Form", voiceSurveyFormLastModified: "Last Modified", voiceSurveyFormsNotAvailable: "No survey forms available for this organization.", voiceSurveyFormNotLatestVersionShort: "The associated survey form is not the latest version.", voiceSurveyFormNotLatestVersionLong: "The associated survey form is no longer the latest version. To address this, please {{link.__VOICE_SURVEY_FLOWS__, create a new voice survey flow}} using the most recent version of the survey form.", voiceSurveyFormVersionLabel: "Survey Form Version", voiceSurveyHeaderLabel: "Survey Header", voiceSurveyIncompatibleLanguageWarning: "The default language selected does not match the survey form language. This may result in issues regarding speech recognition and integrations. Find more information in our {{link.__RESOURCE_CENTER__}}", voiceSurveyNoQuestionsAvailableLabel: "No Questions Available.", voiceSurveyNotApplicableDescription: "The DTMF character to configure for Not Applicable. This may not be the same as the flow setting for the DTMF terminating character or any of the answer options associated with this survey question.", voiceSurveyNotApplicableLabel: "Not Applicable", voiceSurveyNotApplicableSetAsTerminatingCharacter: "Value set as terminating character", voiceSurveyQuestionConditionDescription: "These are the conditions under which the question is available as configured by the survey form. This is not something that can be changed and is intended for informational purposes. If this value is NOT_SET, the question will always be presented to the caller.", voiceSurveyQuestionConditionLabel: "Question Condition", voiceSurveyQuestionDescription: "Wording the bot will use when asking the question for the first time.", voiceSurveyQuestionLabel: "Survey Question", voiceSurveyQuestionNotInUseError: "'%1$s' is not being asked.", voiceSurveyQuestionNotInUseMessage: "There are no actions currently associated with this question.", voiceSurveyQuestionWithGroupAndQuestionIndex: "Group %1$s Question %2$s", voiceSurveyQuestionUsagesMessage: "This question is used by %1$s.", voiceSurveyQuestionUsagesMessageSingularReplacement: "1 action", voiceSurveyQuestionUsagesMessagePluralReplacement: "%1$s actions", voiceSurveyQuestionWithIndex: "Question %1$s", voiceSurveyResourceCentreLinkText: "Resource Center", voiceSurveySelectQuestionLabel: "Select a Question", voiceSurveySlotNotAllowedErrorMessage: "The slot '%1$s' can not be used, as it is not compatible with this action.", voiceSurveyFormsLinkText: "Survey Forms", voiceSurveyQuestionGroupNotApplicable: "Question Group %1$s Not Applicable", voiceSurveyQuestionGroupTaskName: "Ask Question Group %1$s", voiceSurveyQuestionGroupVisibilityActionName: "Is Question Group %1$s Applicable?", voiceSurveyQuestionResultDescription: "The variable associated with the question.", voiceSurveyQuestionResultLabel: "Question Result", voiceSurveyQuestionTypeDescription: "The type of survey question that is being asked.", voiceSurveyQuestionTypeLabel: "Survey Question Type", voiceSurveyTerminatingCharacterDescription: "Defines the character used to indicate that data entry has been finished.", voiceSurveyTerminatingCharacterLabel: "Terminating Character", voiceSurveyTitleWithSettings: "Voice Survey Flow Settings" }, workitem: { generateFlowLogic: "Generate Flow Logic", generateFlowLogicTooltip: "If Generate Flow Logic is enabled, when the Workitem flow is created Architect will auto-generate default flow logic for Workitem event handling and statuses configured on the selected Worktype.", schemaLabel: "Schema", selectWorktypeLabel: "Select Worktype", workitemEventTypesHeader: "Workitem Event Types", workitemFlowCreationTooltip: "Select a Worktype for the Workitem flow. There can only be a 1-1 association between a Worktype and a Workitem flow.", workitemFlowSettingsHeader: "Worktype Dependencies", workitemEventQuestionCreated: "Workitem Created?", workitemDateBasedRulePresent: "Workitem Date Rule Present?", workitemEventQuestionStatusChanged: "Workitem Status Changed?", worktypeCallTaskLabel: "Call %1$s Task", worktypeDateBasedRulesHeader: "Worktype Date Rules", worktypeDateBasedRulesUpdated: "Worktype date rules have been updated.", worktypeEndStatusTask: "End Task: %1$s", worktypeErrorDoesNotExist: "The selected Worktype does not exist.", worktypeErrorInsufficientPermissions: "You do not have sufficient permissions to view the Worktype. You need the 'workitems:worktype:view' permission.", worktypeErrorInUse: "The selected Worktype is already associated with a Workitem Flow. Please choose another Worktype or delete the flow that this Worktype is associated with.", worktypeErrorSomethingGoneWrong: "An error occurred while creating the Workitem Flow. Please try again later.", workitemEventData: "This variable holds additional event data for the event that started this Workitem flow instance.", worktypeAssociatedWithFlow: "This Worktype is associated with an existing Workitem flow.", worktypeInvalid: "The Worktype referenced by this flow is invalid.", worktypeIsEventTypeName: "Does EventType Equal '%1$s'?", worktypeLabel: "Worktype", worktypeMatchDateBasedEvent: "Check Date-Based Event", worktypeMatchStatus: "Check Workitem Status", worktypeNameWithEventTypePrefix: "EventType - %1$s", worktypeNameWithStatusPrefix: "Status - %1$s", worktypeSchemaChanged: "The schema for the Worktype referenced by this flow has been updated.", worktypeSchemaChangeMoreRestrictiveShort: "The Worktype schema is more restrictive than the Workitem custom fields in this flow.", worktypeSchemaChangeMoreRestrictiveLong: "The Worktype schema is more restrictive than the Workitem custom fields in this flow. To address this, please {{link.__CUSTOM_ATTRIBUTES__, update the schema}} to be less restrictive by adding anything that was previously removed. Alternatively, you may delete this flow and {{link.__WORKITEM_FLOWS__, create a new Workitem flow}} that references the same Worktype to use the latest version of the Worktype.", worktypeSchemaChangeApplied: "Workitem custom fields were successfully updated.", worktypeSchemaChangeNotApplied: "Workitem custom fields will remain unchanged.", worktypeSchemaGoneShort: "The Worktype referenced by this flow had a schema when the flow was created. Architect no longer sees a schema associated with the Worktype.", worktypeSchemaGoneLong: "Removing a schema from a Worktype is not allowed since consumers of the Worktype and its configuration, like an Architect flow, could have an out of date view of what the Worktype looks like. Please check the associated {{link.__WORKTYPES__, Worktype}} to ensure that it does have a schema and if it does, contact support.", worktypeSchemaNotUsableShort: "The Worktype schema cannot be used by Architect.", worktypeStatusChangeApplied: "Worktype statuses have been updated.", worktypeStatusClosed: "Closed", worktypeStatusInProgress: "In Progress", worktypeStatusOpen: "Open", worktypeStatusWaiting: "On Hold", worktypeStatusesHeader: "Worktype Statuses", worktypeStatusConvertExpressionToLiteralTitle: "Convert Worktype Status Expression To Literal" }, customJson: { schemaNotUsable: "The schema '%1$s' cannot be used by Architect.", schemaChanged: "The schema '%1$s' referenced by this flow has changed.", schemaChangeApplied: "The schema '%1$s' referenced by this flow was successfully updated.", schemaChangeNotApplied: "Changes to the schema '%1$s' have not been applied.", schemaChangeMoreRestrictive: "The schema '%1$s' has been changed to be more restrictive.", schemaGone: "The schema '%1$s' referenced by this flow is missing." }, selectAValue: "Select a value", walkthrough: { label: "Take Tour", stepCounter: " %1$s of %2$s", buttons: { next: "Next", previous: "Previous", complete: "Start using Architect", start: "Start" }, welcome: { text1: "Architect is the flow development tool within the Genesys Cloud platform.", text2: "This tour will cover some highlights of the application to help you develop your own flows. The information presented in this tour may change, depending on which view has focus.", title: "Welcome to Architect!" }, fini: { text1: "Now it\u2019s time to build flows of your own. For practice, see %1$s", text2: "Get started with the Architect tutorial.", title: "This concludes the tour!" }, audioSequenceEditor: { text: "Use the prompt sequence editor to add multiple prompts to a location within your flow and to change the order in which they are presented.", title: "Prompts" }, configurationArea: { text1: "Build starting and reusable menus and tasks.", text2: "Specify default settings for actions, error handling, and menus.", text3: "Select supported languages.", text4: "Configure speech recognition settings.", text5: "View and locate data and prompt resources.", title: "Configuration Area" }, designArea: { textTitle: "On various actions you can:", text1: "Easily type Text-to-speech phrases.", text2: "Expand the prompt sequence editor to add, order, and stylize audio prompts, data playback, and text-to-speech.", text3: "Function and Operator help is available to provide assistance writing expressions.", text4: "Design the action's behavior when selected in the flow.", title: "Design Area" }, flowToolbar: { text1: "Save periodically to preserve your work.", text2: "Check-in, which saves the flow and releases your user lock.", text3: "Publish, which saves, validates, and checks-in your flow and then makes it available for the next new call.", textTitle: "When you are working on a flow, you can:", title: "Complete the Flow and Flow Maintenance" }, homePage: { text: "Use the tabs on the left to navigate between areas you want to create and configure.", title: "Home Page" }, help: { text1: "Go to the Genesys Cloud Resource Center for help.", text2: "Send feedback to the Genesys Cloud team.", title: "Help" }, taskEditor: { text1: "Provides a pallet of action categories and options for complex IVR design.", text2: "Includes a design area in which to drag and drop actions to build task sequences.", text3: "Toolbox similar to the flow design page.", title: "Task Editor" }, toolbarControls: { text1: "Related to creating, opening, managing, and deleting flows, prompts, or operations.", text2: "Controls change depending on your permissions and the selected tab.", title: "Toolbar Controls" }, toolbox: { textTitle: "When editing a flow:", text1: "Use actions from the toolbox and drag them to the desired location in the configuration area, in either your menu or task", text2: "Hide or expand the toolbox to adjust the design area", title: "Toolbox" }, promptToolbar: { text: "When working with audio prompts, you can add or record individual prompts while creating a flow, or you can upload audio in bulk using a CSV file to manage the configuration.", title: "Prompts" }, searchAndFilterMain: { text1: "Quickly search for a flow or audio prompt based on the selected tab.", text2: "If you don't see the flow or audio prompt you are looking for in the list, use the search box to narrow the results.", title: "Search and Filter" } }, navigationDropDown: { bot: "Bot Flow", commonModule: "Common Module", inboundCall: "Inbound Call", inboundChat: "Inbound Chat", inqueueCall: "In-Queue Call", inqueueEmail: "In-Queue Email", inqueueShortMessage: "In-Queue Message", outboundCall: "Outbound Call", inboundEmail: "Inbound Email", inboundSMS: "Inbound Message", secureCall: "Secure Call", sectionLabels: { initialFlows: "Initial Flows", postInteraction: "Post Interaction", supportingFlows: "Supporting Flows" }, surveyInvite: "Survey Invite", surveyInviteWebPrefix: "Web Survey Invite", voicemail: "Voicemail", workflow: "Workflow", workitem: "Workitem Flow", voiceSurvey: "Voice Survey" }, digitalMenuAction: { errorCreateAtLeastOneChoice: "At least one choice must be created", errorEnableAtLeastOneChoice: "At least one choice must be enabled" }, carouselType: { carouselErrorAddAtLeastOnePostbackButton: "At least one postback choice must be created in the carousel" }, nodeHeader: { expandActionDetails: "Expand Action Details", collapseActionDetails: "Collapse Action Details" }, theme: { newArchitectToggleLabel: "New Architect", newArchitectToggleTooltip: "Try the new Spark UI in Architect, switching back is available for a limited time." }, dragReusableMenuHere: "Add reusable menu here", dragReusableTaskHere: "Add reusable task here", dragStateTaskHere: "Add state here", collapseAll: "Collapse All", collapsedOne: "1 hidden action", collapsedMultiple: "%1$s hidden actions", confirmRemoveChildrenDelete: "Delete Them", confirmRemoveChildrenKeep: "Save Them", confirmRemoveMenu: "This menu contains menu choices, do you want to save them as a menu?", confirmRemoveTask: "This task contains actions, do you want to save them as a task?", confirmDeleteTopContainerActions: "'%1$s' contains one or more actions which will also be deleted.
", confirmDeleteTopContainerIsReferenced: "There are one or more actions which reference '%1$s' that will be in error if '%1$s' is deleted.
", confirmDeleteTopContainer: "%1$s
Are you sure that you want to delete '%2$s'?", confirmSaveChanges: "What do you want to do with your changes before navigating away?", confirmSaveChangesStatement: "You have unsaved changes.", created: "Created", deleteMenu: "Delete this menu", deleteTask: "Delete this task", deleteState: "Delete this state", deletionFailed: "Deletion failed", deletionFailedFor: "Deletion failed for %s", defaultForDescription: "Default: %1$s", discardChanges: "Discard Changes", editTask: "Edit Task", expandAll: "Expand All", expand: "expand", homeTitle: "Architect Home", genesysCloudDirectory: "Genesys Cloud - Activity Overview", initialGreetingLabel: "Initial Greeting", inlineLabelSeparator: ":", labelAndName: "%1$s: %2$s", logout: "Log Out", loopTask: "In-Queue Task", missingReference: "No '%1$s' Reference", namePlaceholder: "Enter name...", nameAndVersion: "%1$s (%2$s)", navigateTo: "Navigate to %1$s", noVariablesDefined: "There are no variables used in this flow. To create a variable, add an action that assigns a value to a variable.", noVariablesDefinedInContainer: "There are no '%1$s.' variables defined in '%2$s'. To create a variable, add an action that assigns a value to a variable.", noVariablesFound: "There is no data matching the search", noPromptsUsed: "There are no prompts being used in this flow", noPromptsFound: "There are no prompts matching the search", noLanguagesDefined: "There are no languages defined", preferencesAndSettings: "Preferences and settings", readOnlyFlowDeleted: "This flow is deleted.", readOnlyFlowLocked: "This flow is not open for edit and is currently locked by %1$s.", readOnlyFlowUnlocked: "This flow is not currently open for edit.", readOnlyFlowCantEdit: "You do not have permission to edit flows", readOnlyOldFlow: "You are currently viewing an older version of this flow.", reusableMenus: "Reusable Menus", reusableTasks: "Reusable Tasks", saveChanges: "Save Changes", searchFlows: "Search flows", sectionCommonModuleFlows: "Common Modules", sectionDigitalBotFlows: "Digital Bot Flows", sectionError: "Error", sectionFlows: "Flows", sectionPrompts: "Prompts", sectionBotFlows: "Bot Flows", sectionInboundEmailFlows: "Inbound Email Flows", sectionSurveyInviteFlows: "Survey Invite Flows", sectionSurveyInviteFlowsWebPrefix: "Web Survey Invite Flows", sectionInboundCallFlows: "Inbound Call Flows", sectionInboundChatFlows: "Inbound Chat Flows", sectionInboundShortMessageFlows: "Inbound Message Flows", sectionOutboundCallFlows: "Outbound Call Flows", sectionSecureCallFlows: "Secure Call Flows", sectionInQueueCallFlows: "In-Queue Call Flows", sectionInQueueEmailFlows: "In-Queue Email Flows", sectionInQueueShortMessageFlows: "In-Queue Message Flows", sectionVoiceFlows: "Voice Flows", sectionVoicemailFlows: "Voicemail Flows", sectionVoiceSurveyFlows: "Voice Survey Flows", sectionWorkflowFlows: "Workflows", sectionWorkItemFlows: "Workitem Flows", sectionUserPrompts: "User Prompts", sectionAdvancedFlowSearch: "Dependency Search", sectionSystemPrompts: "System Prompts", sectionUnsupportedBrowser: "Unsupported Browser", sectionFlowExecutionHistory: "Flow Execution History", sectionGrammars: "Grammars", serverRequests: "1 active network request", serverRequestsPlural: "%1$s active network requests", setMenuAsStartup: "Set this as the starting menu", setTaskAsStartup: "Set this as the starting task", setStateAsStartup: "Set this as the starting state", startUpMenuDisplayName: "Starting Menu", startUpTaskDisplayName: "Starting Task", startUpStateDisplayName: "Starting State", startUpBotStateDisplayName: "Starting Bot", periodicStateDisplayName: "Periodic State", setStateAsPeriodic: "Set this as the periodic state", unsavedChanges: "There are unsaved changes", webChatDeprecationText: "Genesys Cloud Web Chat and Web Chat Widgets have reached End of Life and are no longer supported. To avoid interruptions to service, migrate to Web Messaging as soon as possible. For more information see {{link.__CHAT_DEPRECATION__}} or reach out to your Genesys representative.", webChatDeprecationLinkText: "Deprecation: Removal of ACD Web Chat (version 2)", webChatDeprecationYear: "2025", shortcuts: { shortcutsDescriptions: { openShortcuts: "Open the shortcuts modal", expressionHelp: "Toggle Expression Help", goToStart: "Play backwards to Start", stepBackOver: "Step Back Over", stepBackOut: "Step Back Out", stepBackIn: "Step Back In", playPause: "Play / Pause the replay", stepIn: "Step In", stepOut: "Step Out", stepOver: "Step Over", goToEnd: "Play to End" }, shortcutGroupings: { all: "All", codeEditor: "Code Editor", flow: "Flow", global: "Global", replay: "Replay" }, shortcutsLabels: { clearKeystrokes: "Clear Keystrokes", command: "Command", exportShortcuts: "Export Shortcuts", filterBy: "Filter By", importShortcuts: "Import Shortcuts", keyboardShortcuts: "Keyboard Shortcuts", primaryKeystroke: "Primary Keystroke", resetToDefault: "Reset To Defaults", resetToDefaultQ: "Reset to default?", resolveConflict: "Resolve Conflict", revert: "Revert", secondaryKeystroke: "Secondary Keystroke" }, shortcutsMessages: { cannotOverwriteOpenShortcuts: "The shortcut '%1$s' is reserved for opening the shortcuts modal, please choose a different keystroke combination for this shortcut.", confirmResetToDefault: "Are you sure you want to reset all shortcuts to default values?", duplicateKeyCombosAssigned: "'%1$s' is already in use and will be removed from %2$s if accepted.", noMatchingShortcutCommands: "There are no matching shortcut commands.", numberOfSuccessfulShortcutsImported: "%1$s of %2$s shortcuts imported successfully.", primaryKeystrokeRequired: "The primary keystroke for '%1$s' is empty. \n\nA primary keystroke is required when a secondary keystroke is in use.", shortcutsImportedSuccessfully: "All shortcuts imported successfully.", shortcutsImportFailureFileRead: "No shortcuts were imported due to a file read error.", shortcutsImportFailureFormatting: "No shortcuts were imported due to errors with the shortcut formatting." } }, accessibility: { escapeToTab: "Press ESC before TAB to move to next element", skipLinkTexts: { skipToMenu: "Skip to Menu", skipToMenuEnd: "Skip to end of Menu" } }, importExport: { fileToImport: "File to import", import: "Import", importFailed: "Import Failed", importPartiallySuccessful: "Import Partially Successful", importSuccessful: "Import Successful", selectFileToUpload: "Select file to upload" }, markdownEditor: { boldButtonTitle: "Adds bold to the currently selected text or inserts a bold text placeholder where you can enter text", browseForFile: "Browse for File", clickToAddValue: "Click to add text", enterExpressionTextHere: "enter expression text here", enterFullVariableNameHere: "enter full variable name here", enterBoldTextHere: "enter bold text here", enterDigitalAudioUrlHere: "enter digital audio URL here", enterFileUrlHere: "enter file URL here", enterImageUrlHere: "enter image URL here", enterVideoUrlHere: "enter video URL here", enterItalicsTextHere: "enter italics text here", enterLinkTextHere: "enter link text here", enterLinkUrlHere: "enter link URL here", enterStrikethroughTextHere: "enter strikethrough text here", expressionButtonTitle: "Evaluates an expression and inserts the result in to the rich text", fileButtonTitle: "Insert a file from a file variable or URL in to the rich text", imageButtonTitle: "Insert an image from an image variable or URL in to the rich text", insertFromUrl: "Insert from URL", insertFileFromUrl: "Insert File from URL", insertImageFromUrl: "Insert image from URL", insertVariable: "Insert variable", italicsButtonTitle: 'Adds italics to the currently selected text or inserts an italics text placeholder where you can enter text"', linkButtonTitle: "Inserts a link with customizable text and URL in to the rich text", mediaButtonTitle: "Insert a media object from an image, video or digital audio variable or URL in to the rich text", missingClosingCurlyBraces: "Missing closing braces: '}}'", nestedCurlyBraces: "Nested curly braces are invalid and will be shown as plain text", strikethroughButtonTitle: "Adds strikethrough to the currently selected text or inserts an strikethrough text placeholder where you can enter text", variableButtonTitle: "Inserts a variable value in to the rich text" }, replayer: { actionExecutionId: "Action Execution ID", actionId: "Action ID", actionName: "Action Name", actionType: "Action Type", blankCommunicationItemMessage: "This communication was blank.", clearBreakpoint: "Clear Breakpoint", communications: "Communications", communicationFramesTooltip: "When the communications panel is being displayed, specifies which communications are being displayed.", communicationsNotSupportedForFlowType: "Communications are not supported for this flow type.", noCommunicationsForFlowInstance: "No communications were reported for this flow instance.", noCommunicationsForCurrentFrame: "No communications were reported for the current frame. To view frames that did have communications reported, update the Communications panel to show all communications in the {{link.__REPLAY_MODE_SETTINGS__}}.", confidence: "Confidence", confidenceAlternates: "Alternates", currentFrameCommunicationTooltip: "Current Frame", defaultLanguageSkillId: "Default Language Skill ID", defaultLanguageSkillName: "Default Language Skill Name", details: "Frame Details", eventNameError: "Error Event", eventNameWarning: "Warning Event", eventErrorSettingName: "Setting Name", eventErrorSettingItemName: "Setting Item Name", eventErrorSettingItemIndex: "Setting Item Index", eventErrorLimitOrg: "Organization", eventErrorLimitOrgLimits: "Limits", eventErrorFunctionName: "Function Name", eventErrorParameterName: "Parameter Name", eventErrorReason: "Reason", eventErrorDetails: "Error Details", eventErrorLimitName: "Limit Name", eventErrorLimitValue: "Limit Value", eventNameAgentEscalation: "Agent Escalation Event", eventNameAudioFlushed: "Audio Flushed Event", eventNameGlobalDtmf: "Global DTMF Event", eventLanguageChanged: "Language Changed Event", eventNameNoInput: "No Input Event", eventNameNoMatch: "No Match Event", eventNameRecognitionFailure: "Recognition Failure Event", eventNameSessionDisconnected: "Session Disconnected Event", eventNameVariablesUpdated: "Variables Updated Event", executionHistory: "Execution History\u2026", executionHistoryTitle: "Query execution history for this flow", executionId: "Execution ID", exitReplay: "Close Replay", exitReplayMode: "Exit Replay", exportExecutionData: "Export execution data", failedToLoadExecutionData: "Failed to load execution data", failedToLoadExecutionDataMessage: "There was an error loading the execution data for the flow instance with an ID of %1$s.", flow: "Flow", flowEnded: "Flow Ended", flowEndTime: "Flow End Time", flowExecutionId: "Flow Execution ID", flowExitReason: "Flow Exit Reason", flowExitTransferType: "Flow Exit Transfer Type", flowStarted: "Flow Started", flowStartingLanguage: "Flow Starting Language", flowStartTime: "Flow Start Time", flowInstanceIsSecure: "Flow Instance Is Secure", flowInstanceIsTruncated: "Flow Instance Is Truncated", flushedCommunications: "Flushed Queued Communications", filterData: "Filter variables...", filterDataEmpty: "There are no variables matching the filter", goToLatest: "Go to Latest", invokingContext: "Invoking Context", isInReplayMode: "Replay mode is read only. You can not make changes to this file.", isTruncated: "Truncated", isTruncatedTooltip: "Indicates execution data for this flow instance is truncated and not all items that ran during this flow's execution were captured.", loadingExecutionData: "Loading execution data...", numberOfMs: "...%1$sms", openFlow: "Open Target Flow", openFlowTitle: "Open replay of target flow (action must be for currently selected execution frame)", openInvokingFlow: "Open Invoking Flow", openInvokingFlowTitle: "This flow was invoked by another Architect flow.", openInvokingPolicy: "Open invoking Quality Policy", openInvokingPolicyTitle: "Open the invoking Quality Policy", openInvokingTrigger: "Invoked by Process Automation", openInvokingTriggerTitle: "This flow was invoked by a Process Automation Trigger.", openInvokingJourney: "Open Invoking Journey Action Map", openInvokingJourneyTitle: "This flow was invoked by a Journey Action Map.", openInvokingWorkitem: "Open Invoking Workitem", openInvokingWorkitemTitle: "This flow was invoked by a Workitem.", outputPath: "Output Path", pause: "Pause", participantTo: "To Participant", participantFrom: "From Participant", play: "Play", playbackSpeed: "Playback Speed", predictiveEngagementJourneyMapId: "Action Map ID", predictiveEngagementJourneyMapName: "Action Map Name", purposeNoInput: "No Input", purposeNoMatch: "No Match", qualityPolicyId: "Policy ID", qualityPolicyName: "Policy Name", replay: "Replay", panelLocationBottom: "Show panel on bottom", panelLocationOff: "Do not show panel", panelLocationSide: "Show panel on side", replayModeLabel: "Replay Mode", replayModeSettingsTitle: "Replay Mode Settings", sequenceTypeTextLabel: "Text", setBreakpoint: "Set Breakpoint", showStackGraph: "Show Stack Graph", skipHere: "Skip here", skipBackHere: "Skip back here", speedFast: "Fast", speedSlow: "Slow", stack: "Stack", stackExecutionId: "Stack Execution ID", stackType: "Type", sttEngineID: "STT Engine ID", processAutomationTriggerId: "Trigger ID", processAutomationTriggerName: "Trigger Name", processAutomationTriggerType: "Trigger Type", ttsEngineID: "TTS Engine ID", ttsVoiceID: "TTS Voice ID", variables: "Data", valueIsDeferred: "Deferred", valueRedacted: "Value Redacted", invalidValue: "Value Invalid", valueTooLarge: "Value Too Large", valueIsDeferredMessage: "This value is only computed when the property is accessed at runtime.", valueIsRedactedMessage: "This indicates a computation occurred but the value cannot be reported as it is secure.", valueIsInvalidMessage: "This indicates an invalid value at flow runtime.", valueIsTooLargeMessage: "This value was too large to be reported by the flow runtime engine.", workitemEventType: "Workitem Event Type", workitemId: "Workitem ID", workitemName: "Workitem Name", zoomFull: "Zoom Full", zoomMedium: "Zoom Medium", zoomOff: "Zoom Off", zoomPercent: "Zoom %1$s%%", zoomSmall: "Zoom Small", zoomLevel: "Timeline Zoom Level", replayToolbar: { showCommunicationsForAllFrames: "Show communications for all frames", showCommunicationsForCurrentFrame: "Show communications for current frame", showValuesInLocal: "Show Values in Local" }, executionDataProviders: { flow: { flowCommunicationsCharacteristicDisabled: "Communication data was not logged for this flow instance.", flowVariablesCharacteristicDisabled: "Variable value data was not logged for this flow instance." } }, disposition: "Disposition: %1$s", dispositions: { executionSkippedMaxInstancesExceeded: "Execution of this action was skipped because execution would exceed the maximum number of instances allowed per flow instance.", skippingInboundEmailAutoGenerated: "No auto reply was sent from this action. Automatic replies are not sent to auto-generated emails.", skippingInputMessageBodyBlank: "No message was sent from this action. The message body was blank.", skippingPreviousReplyWithParticipant: "No auto reply was sent from this action. An auto reply was already sent for this conversation.", skippingThirdPartyEmailConversation: "No auto reply was sent from this action. Auto replies are not sent to third party email conversations." }, nextChange: "Go to next change", previousChange: "Go to previous change", externalExecutionData: { unavailable: { botDataUnavailableInsufficientPermissionsCommunications: "Communications for the external bot are unavailable due to insufficient permissions. You must have the bot instance view permission to see external bot communications.", botDataUnavailableUnableToRetrieveCommunications: "Communications for the external bot are unavailable due to an error retrieving the bot instance data." } }, pausingPlayback: "Pausing playback", resumingPlayback: "Resuming playback" }, executionHistory: { flowExecutionViewPermission: "You do not have permission to view flow executions.", flowInstanceQueryPermission: "You do not have permission to query flow instance history.", flowInstanceViewPermission: "You do not have permission to view flow instance history.", flowInstanceMissingViewPermission: "You do not have permission to view this flow instance. The permission 'architect:flowInstance:view' is required to view flow instance history.", endDateTime: "End Date Time", startDateTime: "Start Date Time", queryBuilderOnboarding: "Add Criteria Here", queryBuilderOnboardingInfo: "Create a query to find all available flow instances that can be replayed.

You can click on, or drag, criteria from the toolbar on the right to create a filter that will help narrow down the flows whose execution meet different criteria.", queryBuilderUrlCriteriaUnavailable: "Unable to query the requested execution data specified in the URL as the query requires criteria that is not available to this organization.", queryBuilderLinkNotValid: "The linked execution history query was not executed due to an error in the criteria value provided.", viewQuery: "View Query", flowInstances: "Results", queryBuilder: "Query Builder", confirmDeleteTitle: "Confirm Delete", confirmDeleteMessage: "Are you sure you want to delete this Clause? If deleted, all of the criteria it contains will also be deleted.", actionRuntimeIdLabel: "%1$s - Action", menuRuntimeIdLabel: "%1$s - Menu", criteriaValuePlaceholder: "Enter a value", criteriaSelectedValueRequired: "You must select a value.", criteriaAllowableValuePlaceholder: "Select a value", enterCriteriaValueScreenreaderText: "Enter a value for the '%1$s' criteria.", selectCriteriaValueScreenreaderText: "Select a value for the '%1$s' criteria.", selectCriteriaOperatorScreenreaderText: "Select an operator for the '%1$s' criteria.", selectActionContainerValueScreenreaderText: "Select an Action value for this criteria.", errorAddingCriteria: "Error Adding Criteria", tooManyNestedCriteria: "Unable to add a new nested criteria clause", unableToLoadQuery: "Unable to load saved query", errorRunningQuery: "An error occurred when running the query", runQuery: "Show Results", loadQuery: "Load Query", clearQuery: "Clear Query", saveQuery: "Save Query", queryNotExecuted: "Run a query with the Query Builder above to find flow instances", queryNoResults: "Query did not find any flow instances", invalidQueryNeedsOneCriteria: "Invalid query: At least one criteria is required", invalidQueryNeedsFlowIdCriteria: "Invalid query: Queries for an Action Id must include the Flow Id", invalidQueryNeedsActionIdCriteria: "Invalid query: Queries for Output Paths and Flow Id must include the Action Id", viewingFlowInstance: "%1$s (viewing)", changeQueryMode: "Change Query Mode", changeQueryModeWarningMessage: "Are you sure you want to change query mode? Your current query will be lost.", enhancedQueryMode: "Enhanced Query", categoryLabels: { clause: "Clause", flow: "Flow Criteria", action: "Action Criteria", conversation: "Conversation Criteria", workitem: "Workitem Criteria" }, criteriaDefinitionLabels: { actionId: "Action Id", actionType: "Action Type", and: "and", conversationId: "Conversation Id", definedExitPath: "Known Output Path", dynamicExitPath: "Dynamic Output Path", exitPathName: "Output Path Name", flowEndDate: "Flow End DateTime", flowErrorReason: "Flow Error Code", flowId: "Flow Id", flowInvokedError: "Flow Invoked Error", flowName: "Flow Name", flowStartDate: "Flow Start DateTime", flowType: "Flow Type", flowVersion: "Flow Version", flowWarningReason: "Flow Warning Code", not: "not", objectExecutionId: "Invoking Flow Object Execution Id", or: "or", workitemId: "Invoking Workitem Id" }, criteriaDefinitionDescriptions: { and: "Query for flow instances where all sub-criteria must be true", or: "Query for flow instances where at least one sub-criteria must be true", actionId: "Query for by action ID", actionType: "Query by action type", conversationId: "Query by conversation ID", flowType: "Query by flow type", flowName: "Query by flow name", flowId: "Query by flow ID", flowVersion: "Query by flow version", flowInvokedError: "Query for flow instances that invoked any error", flowErrorReason: "Query by error reason", flowStartDate: "Query by flow start datetime", flowEndDate: "Query by flow end datetime", objectExecutionId: "Query for flows via the object execution id (the invoking caller)", exitPathName: "Query by action output path name", definedExitPath: "Query by action output path known ID", dynamicExitPath: "Query by action output path ID" }, operatorLabels: { eq: "equals", gt: "greater than", gte: "greater than or equal to", lt: "less than", lte: "less than or equal to", begins: "starts with" } }, executionDataConfiguration: { directoryOrganizationAdminPermission: "You do not have permission to view organization settings in Collaborate.", executionDataLogLevelLabelAll: "All", executionDataLogLevelLabelBase: "Base", executionDataLogLevelLabelCustom: "Custom", executionDataLogLevelLabelDisabled: "None (Disabled)", executionDataLogLevelLabelNone: "None", executionDataLogLevelLabelNotes: "Notes", executionDataLogLevelLabelVerboseNotes: "Verbose Notes", flowInstanceExecutionDataViewPermission: "You do not have permission to view flow execution data storage settings.", flowLogLevelViewPermission: "You do not have permission to view flow log level settings.", flowLogLevelViewPermissionMissing: "You do not have the view flow log level settings permission in the division of the following flow:", flowLogLevelDefaultViewPermission: "You do not have permission to view default flow log level settings.", organizationExecutionDataViewPermission: "You do not have permission to view the execution data settings in this organization.", organizationExecutionDataViewRestriction: "You do not have permission to view the execution data settings in this organization. Find further information and instructions in the {{link.__RESOURCE_CENTER_EXECUTION_DATA__}}.", flowLogLevelButtonLabel: "Execution Data", flowLogLevelButtonTooltip: "Override execution data level for flow", flowLogLevelModalTitle: "Override Execution Data Flow Level", flowLogLevelModalSubtitle: "Flow: %1$s", manageExecutionDataMenuLabel: "Execution Data Settings", flowDefaultLogLevelMenuLabel: "Execution Data Flows Level", flowDefaultLogLevelModalTitle: "Set Execution Data Level for Flows", flowDefaultLogLevelFlowName: "Default", flowInstanceLogLevelTooltip: "The execution data log level used for the flow instance.", flowInstanceSecureLogLevelTooltip: "The execution data log level used for the flow instance. The lock icon indicates that this flow instance was secure.", recordedFlowInstanceExecutionLevel: "Execution Data Level: %1$s" }, naturalLanguageUnderstanding: { intentDefinitions: "Intent Definitions", languageStatusPreviewIntentDetection: "The language '%1$s' is a preview release and may impact intent detection.", nluMustHaveOneIntentForIntentDetection: "There must be at least one intent defined in the flow's Natural Language Understanding configuration if you want to detect an intent." } }; }, 12688: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.captureError = t2.errorContext = void 0; @@ -17837,12 +18014,12 @@ var require_scripting_bundle = __commonJS({ }); }, 14232: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getOAuthClientInfo = o; - const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(66299); - function o(e3) { - return n2.default.build(r2.getOAuthClientInfo).templateParams({ clientId: e3 }).call(); + Object.defineProperty(t2, "__esModule", { value: true }), t2.getOAuthClientInfo = a; + const n2 = i2(31635), r2 = n2.__importDefault(i2(36019)), o = n2.__importStar(i2(66299)); + function a(e3) { + return r2.default.build(o.getOAuthClientInfo).templateParams({ clientId: e3 }).call(); } - o.api = r2.getOAuthClientInfo; + a.api = o.getOAuthClientInfo; }, 14240: (e2, t2) => { "use strict"; var i2; @@ -17851,8 +18028,11 @@ var require_scripting_bundle = __commonJS({ })(i2 || (t2.KnowledgeMode = i2 = {})); }, 14273: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(54708), o = n2.__importDefault(i2(27203)), a = n2.__importStar(i2(10798)), s = n2.__importDefault(i2(4648)), l = i2(12179), u = n2.__importDefault(i2(97891)), d = n2.__importDefault(i2(80570)), c = i2(21733), p = i2(47957); - class _ extends d.default { + const n2 = i2(31635), r2 = i2(54708), o = n2.__importDefault(i2(27203)), a = n2.__importStar(i2(10798)), s = n2.__importDefault(i2(4648)), l = i2(12179), u = n2.__importDefault(i2(97891)), d = n2.__importDefault(i2(80570)), c = i2(95443), p = i2(21733), _ = i2(47957); + class h extends d.default { + static get managedProperties() { + return [(0, c.createBargeInManagedProperty)(8, _.speechToText.recognitionParams.speechRecognitionParameters)]; + } constructor(e3, t3) { super(e3), this._loadModel(t3), this.question.options.setBuilderLanguagesSequenceConfig(r2.askForBooleanSequences.questionSequence), this.parentFlow.isDigitalBotFlow ? (this.noInput.options.setBuilderLanguagesSequenceConfig(r2.askForBooleanSequences.noInputDigitalBotSequence), this.noMatch.options.setBuilderLanguagesSequenceConfig(r2.askForBooleanSequences.noMatchDigitalBotSequence)) : (this.noInput.options.setBuilderLanguagesSequenceConfig(r2.askForBooleanSequences.noInputSequence), this.noMatch.options.setBuilderLanguagesSequenceConfig(r2.askForBooleanSequences.noMatchSequence)); } @@ -17860,13 +18040,13 @@ var require_scripting_bundle = __commonJS({ return true; } setNewInstanceDefaults(e3) { - super.setNewInstanceDefaults(e3), this.setNewInstanceQuestionText(c(this.parentFlow.defaultLanguage).askForBoolean.question), this.parentFlow.isDigitalBotFlow ? (this.setNewInstanceNoInputText(c(this.parentFlow.defaultLanguage).askForBoolean.noInputDigitalBot), this.setNewInstanceNoMatchText(c(this.parentFlow.defaultLanguage).askForBoolean.noMatchDigitalBot)) : (this.setNewInstanceNoInputText(c(this.parentFlow.defaultLanguage).askForBoolean.noInput), this.setNewInstanceNoMatchText(c(this.parentFlow.defaultLanguage).askForBoolean.noMatch)), this.setBranchOutOfService(o.default.maxNoInputsOptional.outputId), this.setBranchOutOfService(o.default.maxNoMatchesOptional.outputId); + super.setNewInstanceDefaults(e3), this.setNewInstanceQuestionText(p(this.parentFlow.defaultLanguage).askForBoolean.question), this.parentFlow.isDigitalBotFlow ? (this.setNewInstanceNoInputText(p(this.parentFlow.defaultLanguage).askForBoolean.noInputDigitalBot), this.setNewInstanceNoMatchText(p(this.parentFlow.defaultLanguage).askForBoolean.noMatchDigitalBot)) : (this.setNewInstanceNoInputText(p(this.parentFlow.defaultLanguage).askForBoolean.noInput), this.setNewInstanceNoMatchText(p(this.parentFlow.defaultLanguage).askForBoolean.noMatch)), this.setBranchOutOfService(o.default.maxNoInputsOptional.outputId), this.setBranchOutOfService(o.default.maxNoMatchesOptional.outputId); } static get branchInfo() { return a.isFeatureAvailable(s.default.botFlowsEnhancedRecognitionFailureHandling) ? [...o.default.yesNo, o.default.maxNoInputsOptional, o.default.maxNoMatchesOptional] : [...o.default.yesNo, o.default.maxNoInputsOptional]; } } - _.info = u.default.createActionInfo({ actionClass: _, canBeInTask: true, helpTopic: l.helpTopics.actions.askForBoolean, modelClass: i2(3095), name: p.actions.askForBoolean, scriptingName: "ArchActionAskForBoolean", supportsUtteranceHistoricalData: true }), t2.A = _; + h.info = u.default.createActionInfo({ actionClass: h, canBeInTask: true, helpTopic: l.helpTopics.actions.askForBoolean, modelClass: i2(3095), name: _.actions.askForBoolean, scriptingName: "ArchActionAskForBoolean", supportsUtteranceHistoricalData: true }), t2.A = h; }, 14298: (e2, t2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -19329,13 +19509,13 @@ var require_scripting_bundle = __commonJS({ }, 15144: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(11210)), a = i2(30801); - class s extends o.default { + const n2 = i2(31635).__importDefault(i2(11210)), r2 = i2(30801); + class o extends n2.default { constructor(e3) { super(e3); } get _actionTypeId() { - return a.taskActionActionType; + return r2.taskActionActionType; } get displayTypeName() { return this._scriptingName; @@ -19344,13 +19524,11 @@ var require_scripting_bundle = __commonJS({ return true; } get task() { - const e3 = this._coreActionViewModel.taskReference, t3 = r2.default.find(this._coreActionViewModel.parentFlow.tasks, function(t4) { - return t4.id === e3; - }.bind(this)); + const e3 = this._coreActionViewModel.taskReference, t3 = this._coreActionViewModel.parentFlow.getTaskById(e3); return this.coreFactory.createArchWrapper(t3); } } - t2.default = s; + t2.default = o; }, 15179: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -19716,7 +19894,7 @@ var require_scripting_bundle = __commonJS({ } get recognitionFailureEventTargetTask() { const e3 = this._coreBotErrorHandlingSettingsViewModel.parentFlow; - if (e3 && e3.tasks && e3.tasks.length) { + if (e3 && e3.hasTasks) { const t3 = e3.tasks.find((e4) => e4.id === this._coreBotErrorHandlingSettingsViewModel.recognitionEventTaskId); if (t3) return this.coreFactory.createArchWrapper(t3); } @@ -19730,7 +19908,7 @@ var require_scripting_bundle = __commonJS({ } get agentEscalationTargetTask() { const e3 = this._coreBotErrorHandlingSettingsViewModel.parentFlow; - if (e3 && e3.tasks && e3.tasks.length) { + if (e3 && e3.hasTasks) { const t3 = e3.tasks.find((e4) => e4.id === this._coreBotErrorHandlingSettingsViewModel.agentEscalationTaskId); if (t3) return this.coreFactory.createArchWrapper(t3); } @@ -21830,7 +22008,7 @@ var require_scripting_bundle = __commonJS({ y(e3, t3, i4.dependencyName, i4.dependencyId, i4.dependencyVersion, i4.dependencyType, void 0, void 0, true); }); }, t2.registerConsumer = y, t2.registerPrompt = function(e3, t3, i3, n3) { - if (t3 !== u.SystemPrompt && t3 !== u.UserPrompt) return void console.error(`Invalid dependency type for a prompt: ${t3}`); + if (t3 !== d.SystemPrompt && t3 !== d.UserPrompt) return void console.error(`Invalid dependency type for a prompt: ${t3}`); if (!i3) return void console.error("no flow found for dependency consumer: '" + e3 + "' which has dependency type of: " + t3); if (!e3 && !n3) return; const r3 = (function(e4) { @@ -21849,7 +22027,7 @@ var require_scripting_bundle = __commonJS({ if (r3) { const o2 = n4.getLitAsString(); if (o2) { - n4.parent.isVariableViewModel && !i3 && d.validateItem(n4.parent); + n4.parent.isVariableViewModel && !i3 && u.validateItem(n4.parent); const a2 = n4.getDependencyTrackingId(); e3.outOfService || n4.outOfService ? S(n4.parent, 0, o2, a2, r3.value) : y(n4.parent, n4, o2, a2, t2.NO_VERSION, r3); } @@ -21867,7 +22045,7 @@ var require_scripting_bundle = __commonJS({ if (t3[n3]) t3[n3].visibleUsages.push({ consumer: e4.consumer, context: e4.context }); else { let o2 = e4.name; - if (i3 && e4.type === u.CommonModuleFlow) { + if (i3 && e4.type === d.CommonModuleFlow) { const t4 = e4.consumer.commonModule.getCommonModuleReference(); t4 && (o2 = (0, r2.sprintf)(c.nameAndVersion, t4.name, t4.version)); } @@ -21895,47 +22073,49 @@ var require_scripting_bundle = __commonJS({ }, t2.updateDependencies = function(e3, t3) { t3 && this.deleteDependencies(e3), e3 && e3.updateDependencies(); }; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(12847)), s = i2(14394), l = i2(36781), u = i2(27862), d = i2(1115), c = i2(47957), p = {}, _ = {}, h = {}; + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(12847)), s = i2(14394), l = n2.__importStar(i2(36781)), u = n2.__importStar(i2(1115)), d = i2(27862), c = i2(47957), p = {}, _ = {}, h = {}; function m(e3) { if (e3 && e3.type) switch (e3.type.singletonType) { case s.globalTypes.contactList: - return u.ContactList; + return d.ContactList; + case s.globalTypes.customerSegment: + return d.CustomerSegment; case s.globalTypes.digitalAudio: - return u.DigitalAudio; + return d.DigitalAudio; case s.globalTypes.division: - return u.Division; + return d.Division; case s.globalTypes.emergencyGroup: - return u.EmergencyGroup; + return d.EmergencyGroup; case s.globalTypes.file: - return u.File; + return d.File; case s.globalTypes.grammar: - return u.Grammar; + return d.Grammar; case s.globalTypes.group: - return u.Group; + return d.Group; case s.globalTypes.image: - return u.Image; + return d.Image; case s.globalTypes.languageSkill: - return u.LanguageSkill; + return d.LanguageSkill; case s.globalTypes.knowledgeBaseDocument: - return u.KnowledgeBaseDocument; + return d.KnowledgeBaseDocument; case s.globalTypes.queue: - return u.Queue; + return d.Queue; case s.globalTypes.responseAsset: - return u.ResponseAsset; + return d.ResponseAsset; case s.globalTypes.schedule: - return u.Schedule; + return d.Schedule; case s.globalTypes.scheduleGroup: - return u.ScheduleGroup; + return d.ScheduleGroup; case s.globalTypes.skill: - return u.Skill; + return d.Skill; case s.globalTypes.userQueue: - return u.User; + return d.User; case s.globalTypes.utilizationLabel: - return u.UtilizationLabel; + return d.UtilizationLabel; case s.globalTypes.video: - return u.Video; + return d.Video; case s.globalTypes.wrapupCode: - return u.WrapupCode; + return d.WrapupCode; } } function g(e3) { @@ -22415,7 +22595,7 @@ var require_scripting_bundle = __commonJS({ return u2 ? (null === (n3 = null == u2 ? void 0 : u2.mechanism) || void 0 === n3 ? void 0 : n3.type) !== (null === (r3 = null == t4 ? void 0 : t4.mechanism) || void 0 === r3 ? void 0 : r3.type) ? (i3.name = t4.name, i3.mechanismsMatch = (null === (o2 = t4.mechanism) || void 0 === o2 ? void 0 : o2.type) === (null === (a2 = u2.mechanism) || void 0 === a2 ? void 0 : a2.type) && (null === (s2 = t4.mechanism) || void 0 === s2 ? void 0 : s2.items.sort()) === (null === (l2 = u2.mechanism) || void 0 === l2 ? void 0 : l2.items.sort()), i3) : void 0 : (i3.name = t4.name, i3); }), i3; }; - const n2 = i2(31635), r2 = i2(68694), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importStar(i2(24032)), l = n2.__importStar(i2(89884)), u = n2.__importDefault(i2(90396)), d = i2(99918), c = i2(12847), p = i2(44724), _ = i2(56969), h = i2(56969), m = i2(56969), g = i2(56969), f = i2(56969), T = i2(46920), y = i2(47957), S = i2(35825), A = s.getTopic("voiceSurveyFlow"); + const n2 = i2(31635), r2 = i2(68694), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importStar(i2(24032)), l = n2.__importStar(i2(89884)), u = n2.__importDefault(i2(90396)), d = i2(99918), c = i2(12847), p = i2(44724), _ = i2(56969), h = i2(56969), m = i2(56969), g = i2(56969), f = i2(56969), T = n2.__importStar(i2(46920)), y = i2(47957), S = i2(35825), A = s.getTopic("voiceSurveyFlow"); function N(e3, t3) { var i3; const n3 = { language: (null === (i3 = t3.id) || void 0 === i3 ? void 0 : i3.toLowerCase()) || "en-us", intents: [] }, o2 = [], s2 = [], l2 = { archSurveyForm: { header: null == e3 ? void 0 : e3.header, footer: null == e3 ? void 0 : e3.footer, name: e3.name, id: e3.id, contextId: e3.contextId, language: e3.language, modifiedDate: e3.modifiedDate, questionGroups: [] }, formMappingInfo: { surveyFormId: e3.id, formVariableId: "__SURVEY_FORM__" }, questionGroupMappingInfo: o2, questionMappingInfo: s2, formToSlotVariableMappings: {} }, u2 = { nluDomainVersion: n3, surveyInfo: l2, flowVariables: [] }, d2 = l2.archSurveyForm; @@ -22691,7 +22871,7 @@ var require_scripting_bundle = __commonJS({ } t2.ArchFactoryDataTypes = g, t2.default = new g(); }, 18266: (e2, t2, i2) => { - e2.exports = { AbortSendActionViewModel: i2(13293).A, AbortSurveyActionViewModel: i2(2337).A, AddFlowMilestoneActionViewModel: i2(84896).A, AskForAuthenticationActionViewModel: i2(78105).A, AskForBooleanActionViewModel: i2(14273).A, AskForNLUIntentActionViewModel: i2(11332).A, AskForNextIntentLoopActionViewModel: i2(45626).A, AskForPaymentActionViewModel: i2(9687).A, AskForSlotActionViewModel: i2(60873).default, AskSurveyQuestionActionViewModel: i2(71020).A, AudioMonitoringActionViewModel: i2(14897).A, BotConnectorActionViewModel: i2(20549).A, BridgeServerActionViewModel: i2(28690).A, CallAgenticVirtualAgentActionViewModel: i2(57310).A, CallAudioConnectorActionViewModel: i2(78306).A, CallBotFlowActionViewModel: i2(73578).A, CallCommonModuleActionViewModel: i2(1438).A, CallDecisionTableActionViewModel: i2(34611).A, CallDigitalBotFlowActionViewModel: i2(31682).A, CallGuideActionViewModel: i2(56157).A, CallTaskActionViewModel: i2(72194).A, CallVoiceFlowActionViewModel: i2(84415).A, ChangeStateActionViewModel: i2(89690).A, ClearActiveIntentActionViewModel: i2(72378).A, ClearPostFlowActionViewModel: i2(25308).A, ClearSkillExpressionFiltersActionViewModel: i2(60440).A, ClearSlotActionViewModel: i2(47598).A, ClearUtilizationLabelActionViewModel: i2(95320).A, ClearVoicemailSnippetActionViewModel: i2(92244).A, CollectInputActionViewModel: i2(18543).A, CollectVoiceSnippetActionViewModel: i2(97505).A, CommunicateActionViewModel: i2(71530).A, CompleteSendActionViewModel: i2(66590).A, CompleteSurveyActionViewModel: i2(76218).A, CreateCallbackActionViewModel: i2(12992).A, CreateConversationAttributeActionViewModel: i2(42062).A, DataActionViewModel: i2(18468).A, DataTableLookupActionViewModel: i2(23308).A, DecisionActionViewModel: i2(35951).A, DecryptDataActionViewModel: i2(4294).A, DeflectActionViewModel: i2(86332).A, DetectIntentActionViewModel: i2(6666).A, DetectSilenceActionViewModel: i2(98151).A, DialExtensionActionViewModel: i2(74884).A, DialNameActionViewModel: i2(55510).A, DialogEngineActionViewModel: i2(93619).A, DialogflowActionViewModel: i2(29317).A, DialogflowCxActionViewModel: i2(20100).A, DigitalBotConnectorActionViewModel: i2(43629).A, DigitalMenuActionViewModel: i2(120).A, DisconnectActionViewModel: i2(81907).A, DisconnectWorkitemActionViewModel: i2(33853).A, EncryptDataActionViewModel: i2(75374).A, EndStateActionViewModel: i2(87759).A, EndTaskActionViewModel: i2(27313).A, EndWorkflowActionViewModel: i2(21045).A, EvaluateScheduleActionViewModel: i2(10555).A, EvaluateScheduleGroupActionViewModel: i2(70826).A, EvaluateSkillExpressionFiltersActionViewModel: i2(85714).A, ExitBotFlowActionViewModel: i2(24954).A, ExitLoopActionViewModel: i2(876).A, ExitWorkitemFlowActionViewModel: i2(24891).A, ExtractSecureDataActionViewModel: i2(51905).A, FindDivisionActionViewModel: i2(25162).A, FindDivisionsActionViewModel: i2(15091).A, FindEmergencyGroupActionViewModel: i2(23123).A, FindGrammarActionViewModel: i2(5828).A, FindGrammarByIdActionViewModel: i2(68108).A, FindGroupActionViewModel: i2(56146).A, FindKnowledgeBaseDocumentByIdActionViewModel: i2(78091).A, FindLanguageSkillActionViewModel: i2(3554).A, FindQueueActionViewModel: i2(49149).A, FindQueueByIdActionViewModel: i2(86758).A, FindScheduleActionViewModel: i2(77152).A, FindScheduleGroupActionViewModel: i2(59463).A, FindSkillActionViewModel: i2(80700).A, FindSystemPromptActionViewModel: i2(78534).A, FindUserActionViewModel: i2(12722).A, FindUserByIdActionViewModel: i2(5486).A, FindUserPromptActionViewModel: i2(67444).A, FindUsersByIdActionViewModel: i2(37687).A, FindUtilizationLabelActionViewModel: i2(78785).A, FlushAudioActionViewModel: i2(41053).A, FormActionViewModel: i2(71075).A, GetAssignedCustomerIntentsActionViewModel: i2(33924).A, GetAttributesActionViewModel: i2(72426).A, GetConversationAttributeActionViewModel: i2(28206).A, GetConversationAttributesActionViewModel: i2(17471).A, GetConversationDataActionViewModel: i2(79348).A, GetEmailHeadersActionViewModel: i2(60079).A, GetExternalContactActionViewModel: i2(36834).A, GetExternalOrganizationActionViewModel: i2(66033).A, GetJourneyOutcomeActionViewModel: i2(55048).A, GetJourneyOutcomeScoresBySessionActionViewModel: i2(184).A, GetJourneySegmentActionViewModel: i2(80251).A, GetJourneySessionActionViewModel: i2(84684).A, GetJourneySessionsByCustomerActionViewModel: i2(91606).A, GetJourneySessionsByExternalContactActionViewModel: i2(66347).A, GetRawSIPHeadersActionViewModel: i2(13221).A, GetResponseActionViewModel: i2(41108).A, GetSIPHeadersActionViewModel: i2(77479).A, GetSecuredDataActionViewModel: i2(22036).A, HoldMusicActionViewModel: i2(61289).A, InitializeFlowOutcomeActionViewModel: i2(62279).A, InlineTaskActionViewModel: i2(45817).A, JumpToTaskActionViewModel: i2(72577).A, LexActionViewModel: i2(78830).A, LexV2ActionViewModel: i2(82490).A, LoopActionViewModel: i2(47567).A, LoopUntilActionViewModel: i2(3287).A, MenuJumpActionViewModel: i2(80684).A, NextLoopActionViewModel: i2(80632).A, NuanceMixActionViewModel: i2(59421).A, ParticipantRecordActionViewModel: i2(95689).A, PlayAudioActionViewModel: i2(38750).A, PlayAudioOnSilenceActionViewModel: i2(42473).A, PlayEstimatedWaitTimeActionViewModel: i2(50293).A, PlayPositionInQueueActionViewModel: i2(69038).A, PlayUserGreetingActionViewModel: i2(20407).A, PlayUserNameActionViewModel: i2(86527).A, PreviousMenuActionViewModel: i2(39843).A, ProcessVoicemailInputActionViewModel: i2(93087).A, PromoteExternalContactActionViewModel: i2(5578).A, RepeatMenuActionViewModel: i2(61781).A, ReturnToAgentActionViewModel: i2(24669).A, ScreenPopActionViewModel: i2(77372).A, SearchExternalContactsActionViewModel: i2(72627).A, SecureActionViewModel: i2(69091).A, SendAutoReplyActionViewModel: i2(71516).A, SendDigitalContentActionViewModel: i2(43080).A, SendInteractiveApplicationActionViewModel: i2(76657).A, SendKnowledgeFeedbackActionViewModel: i2(71222).A, SendNotificationActionViewModel: i2(49450).A, SendResponseActionViewModel: i2(63150).A, SendRichLinkActionViewModel: i2(77953).A, SetActiveIntentActionViewModel: i2(17637).A, SetAttributesActionViewModel: i2(6174).A, SetConversationDataActionViewModel: i2(72040).A, SetExternalTagActionViewModel: i2(84378).A, SetFlowOutcomeActionViewModel: i2(21401).A, SetLocaleActionViewModel: i2(37595).A, SetPostFlowActionViewModel: i2(52423).A, SetPriorityActionViewModel: i2(93213).A, SetSecuredDataActionViewModel: i2(3416).A, SetSkillExpressionFiltersActionViewModel: i2(63003).A, SetSkillsActionViewModel: i2(97643).A, SetUUIDataActionViewModel: i2(71002).A, SetUtilizationLabelActionViewModel: i2(64315).A, SetWhisperAudioActionViewModel: i2(48289).A, SetWrapupCodeActionViewModel: i2(72749).A, ShowKnowledgeArticleActionViewModel: i2(10955).A, StateToolboxPlaceholderActionViewModel: i2(58778).A, SubMenuActionViewModel: i2(30346).A, SubmitVoiceSnippetActionViewModel: i2(83516).A, SubmitVoicemailSnippetActionViewModel: i2(37323).A, SwitchActionViewModel: i2(23753).A, TerminateWorkitemActionViewModel: i2(65878).A, TranscriptionActionViewModel: i2(87321).A, TransferExternalActionViewModel: i2(49717).A, TransferFlowActionViewModel: i2(84568).default, TransferFlowSecureActionViewModel: i2(64647).A, TransferGroupActionViewModel: i2(2499).A, TransferPureMatchActionViewModel: i2(99831).A, TransferUserActionViewModel: i2(17357).A, TransferVoicemailActionViewModel: i2(81453).A, UpdateConversationAttributeActionViewModel: i2(60599).A, UpdateVariablesActionViewModel: i2(86855).default, UpdateWorkitemActionViewModel: i2(340).A, VoiceBiometricsActionViewModel: i2(72830).A, WaitActionViewModel: i2(96422).A, WaitForInputActionViewModel: i2(49661).A }; + e2.exports = { AbortSendActionViewModel: i2(13293).A, AbortSurveyActionViewModel: i2(2337).A, AddFlowMilestoneActionViewModel: i2(84896).A, AskForAuthenticationActionViewModel: i2(78105).A, AskForBooleanActionViewModel: i2(14273).A, AskForNLUIntentActionViewModel: i2(11332).A, AskForNextIntentLoopActionViewModel: i2(45626).A, AskForPaymentActionViewModel: i2(9687).A, AskForSlotActionViewModel: i2(60873).default, AskSurveyQuestionActionViewModel: i2(71020).A, AudioMonitoringActionViewModel: i2(14897).A, BotConnectorActionViewModel: i2(20549).A, BridgeServerActionViewModel: i2(28690).A, CallAgenticVirtualAgentActionViewModel: i2(57310).A, CallAudioConnectorActionViewModel: i2(78306).A, CallBotFlowActionViewModel: i2(73578).A, CallCommonModuleActionViewModel: i2(1438).A, CallDecisionTableActionViewModel: i2(34611).A, CallDigitalBotFlowActionViewModel: i2(31682).A, CallGuideActionViewModel: i2(56157).A, CallTaskActionViewModel: i2(72194).A, CallVoiceFlowActionViewModel: i2(84415).A, ChangeStateActionViewModel: i2(89690).A, ClearActiveIntentActionViewModel: i2(72378).A, ClearPostFlowActionViewModel: i2(25308).A, ClearSkillExpressionFiltersActionViewModel: i2(60440).A, ClearSlotActionViewModel: i2(47598).A, ClearUtilizationLabelActionViewModel: i2(95320).A, ClearVoicemailSnippetActionViewModel: i2(92244).A, CollectInputActionViewModel: i2(18543).A, CollectVoiceSnippetActionViewModel: i2(97505).A, CommunicateActionViewModel: i2(71530).A, CompleteSendActionViewModel: i2(66590).A, CompleteSurveyActionViewModel: i2(76218).A, CreateCallbackActionViewModel: i2(12992).A, CreateConversationAttributeActionViewModel: i2(42062).A, DataActionViewModel: i2(18468).A, DataTableLookupActionViewModel: i2(23308).A, DecisionActionViewModel: i2(35951).A, DecryptDataActionViewModel: i2(4294).A, DeflectActionViewModel: i2(86332).A, DetectIntentActionViewModel: i2(6666).A, DetectSilenceActionViewModel: i2(98151).A, DialExtensionActionViewModel: i2(74884).A, DialNameActionViewModel: i2(55510).A, DialogEngineActionViewModel: i2(93619).A, DialogflowActionViewModel: i2(29317).A, DialogflowCxActionViewModel: i2(20100).A, DigitalBotConnectorActionViewModel: i2(43629).A, DigitalMenuActionViewModel: i2(120).A, DisconnectActionViewModel: i2(81907).A, DisconnectWorkitemActionViewModel: i2(33853).A, EncryptDataActionViewModel: i2(75374).A, EndStateActionViewModel: i2(87759).A, EndTaskActionViewModel: i2(27313).A, EndWorkflowActionViewModel: i2(21045).A, EvaluateScheduleActionViewModel: i2(10555).A, EvaluateScheduleGroupActionViewModel: i2(70826).A, EvaluateSkillExpressionFiltersActionViewModel: i2(85714).A, ExitBotFlowActionViewModel: i2(24954).A, ExitLoopActionViewModel: i2(876).A, ExitWorkitemFlowActionViewModel: i2(24891).A, ExtractSecureDataActionViewModel: i2(51905).A, FindDivisionActionViewModel: i2(25162).A, FindDivisionsActionViewModel: i2(15091).A, FindEmergencyGroupActionViewModel: i2(23123).A, FindGrammarActionViewModel: i2(5828).A, FindGrammarByIdActionViewModel: i2(68108).A, FindGroupActionViewModel: i2(56146).A, FindKnowledgeBaseDocumentByIdActionViewModel: i2(78091).A, FindLanguageSkillActionViewModel: i2(3554).A, FindQueueActionViewModel: i2(49149).A, FindQueueByIdActionViewModel: i2(86758).A, FindScheduleActionViewModel: i2(77152).A, FindScheduleGroupActionViewModel: i2(59463).A, FindSkillActionViewModel: i2(80700).A, FindSystemPromptActionViewModel: i2(78534).A, FindUserActionViewModel: i2(12722).A, FindUserByIdActionViewModel: i2(5486).A, FindUserPromptActionViewModel: i2(67444).A, FindUsersByIdActionViewModel: i2(37687).A, FindUtilizationLabelActionViewModel: i2(78785).A, FlushAudioActionViewModel: i2(41053).A, FormActionViewModel: i2(71075).A, GetAssignedCustomerIntentsActionViewModel: i2(33924).A, GetAttributesActionViewModel: i2(72426).A, GetConversationAttributeActionViewModel: i2(28206).A, GetConversationAttributesActionViewModel: i2(17471).A, GetConversationDataActionViewModel: i2(79348).A, GetEmailHeadersActionViewModel: i2(60079).A, GetExternalContactActionViewModel: i2(36834).A, GetExternalOrganizationActionViewModel: i2(66033).A, GetJourneyOutcomeActionViewModel: i2(55048).A, GetJourneyOutcomeScoresBySessionActionViewModel: i2(184).A, GetJourneySegmentActionViewModel: i2(80251).A, GetJourneySessionActionViewModel: i2(84684).A, GetJourneySessionsByCustomerActionViewModel: i2(91606).A, GetJourneySessionsByExternalContactActionViewModel: i2(66347).A, GetRawSIPHeadersActionViewModel: i2(13221).A, GetResponseActionViewModel: i2(41108).A, GetSIPHeadersActionViewModel: i2(77479).A, GetSecuredDataActionViewModel: i2(22036).A, HoldMusicActionViewModel: i2(61289).A, InitializeFlowOutcomeActionViewModel: i2(62279).A, InlineTaskActionViewModel: i2(45817).A, JumpToTaskActionViewModel: i2(72577).A, LexActionViewModel: i2(78830).A, LexV2ActionViewModel: i2(82490).A, LoopActionViewModel: i2(47567).A, LoopUntilActionViewModel: i2(3287).A, MenuJumpActionViewModel: i2(80684).A, NextLoopActionViewModel: i2(80632).A, NuanceMixActionViewModel: i2(59421).A, ParticipantRecordActionViewModel: i2(95689).A, PlayAudioActionViewModel: i2(38750).A, PlayAudioOnSilenceActionViewModel: i2(42473).A, PlayEstimatedWaitTimeActionViewModel: i2(50293).A, PlayPositionInQueueActionViewModel: i2(69038).A, PlayUserGreetingActionViewModel: i2(20407).A, PlayUserNameActionViewModel: i2(86527).A, PreviousMenuActionViewModel: i2(39843).A, ProcessVoicemailInputActionViewModel: i2(93087).A, PromoteExternalContactActionViewModel: i2(5578).A, RepeatMenuActionViewModel: i2(61781).A, ReturnToAgentActionViewModel: i2(24669).A, ScreenPopActionViewModel: i2(77372).A, SearchExternalContactsActionViewModel: i2(72627).A, SecureActionViewModel: i2(69091).A, SendAutoReplyActionViewModel: i2(71516).A, SendDigitalContentActionViewModel: i2(43080).A, SendInteractiveApplicationActionViewModel: i2(76657).A, SendKnowledgeFeedbackActionViewModel: i2(71222).A, SendNotificationActionViewModel: i2(49450).A, SendResponseActionViewModel: i2(63150).A, SendRichLinkActionViewModel: i2(77953).A, SetActiveIntentActionViewModel: i2(17637).A, SetAttributesActionViewModel: i2(6174).A, SetConversationDataActionViewModel: i2(72040).A, SetExternalTagActionViewModel: i2(84378).A, SetFlowOutcomeActionViewModel: i2(21401).A, SetLocaleActionViewModel: i2(37595).A, SetPostFlowActionViewModel: i2(52423).A, SetPriorityActionViewModel: i2(93213).A, SetSecuredDataActionViewModel: i2(3416).A, SetSkillExpressionFiltersActionViewModel: i2(63003).A, SetSkillsActionViewModel: i2(97643).A, SetUUIDataActionViewModel: i2(71002).A, SetUtilizationLabelActionViewModel: i2(64315).A, SetWhisperAudioActionViewModel: i2(48289).A, SetWrapupCodeActionViewModel: i2(72749).A, ShowKnowledgeArticleActionViewModel: i2(10955).A, StateToolboxPlaceholderActionViewModel: i2(58778).A, SubMenuActionViewModel: i2(30346).A, SubmitVoiceSnippetActionViewModel: i2(83516).A, SubmitVoicemailSnippetActionViewModel: i2(37323).A, SwitchActionViewModel: i2(23753).A, TerminateWorkitemActionViewModel: i2(65878).A, TranscriptionActionViewModel: i2(87321).A, TransferExternalActionViewModel: i2(49717).A, TransferFlowActionViewModel: i2(84568).default, TransferFlowSecureActionViewModel: i2(64647).A, TransferGroupActionViewModel: i2(2499).A, TransferPureMatchActionViewModel: i2(99831).A, TransferUserActionViewModel: i2(17357).A, TransferVoicemailActionViewModel: i2(81453).A, UpdateConversationAttributeActionViewModel: i2(60599).A, UpdateExternalContactActionViewModel: i2(20164).A, UpdateVariablesActionViewModel: i2(86855).default, UpdateWorkitemActionViewModel: i2(340).A, VoiceBiometricsActionViewModel: i2(72830).A, WaitActionViewModel: i2(96422).A, WaitForInputActionViewModel: i2(49661).A }; }, 18272: (e2) => { e2.exports = { askCommon: { invalidInputReceived: "Det \xE4r inte giltigt.", noInputReceived: "Jag fick ingen inmatning." }, askForBoolean: { noInput: 'S\xE4g "ja" om du vill forts\xE4tta eller "nej" om du inte vill.', noMatch: 'S\xE4g "Ja" eller "Nej". Vill du forts\xE4tta?', question: "Vill du forts\xE4tta?", noInputDigitalBot: 'Ange "Ja" om du vill forts\xE4tta eller "Nej" om du inte vill g\xF6ra det.', noMatchDigitalBot: 'Ange "Ja" eller "Nej". Vill du forts\xE4tta?' }, askForIntent: { noInput: 'S\xE4g en kort mening som beskriver din fr\xE5ga. Till exempel "Kontrollera mitt saldo"', noMatch: "Tala om f\xF6r mig igen vad du vill g\xF6ra.", question: "Vad vill du g\xF6ra?", noInputDigitalBot: 'Skriv en kort mening som beskriver din fr\xE5ga. Till exempel "Kontrollera mitt saldo"' }, askForSlot: { askFor: "Fr\xE5ga efterr %1$s", noInput: "S\xE4g eller ange (ange ditt platsnamn h\xE4r).", noInputWithSlot: "S\xE4g eller ange %1$s.", noMatch: "Ge mig (ange ditt platsnamn h\xE4r) igen.", noMatchWithSlot: "Ge mig %1$s igen.", question: "Vad \xE4r (ange ditt platsnamn h\xE4r)?", questionWithSlot: "Vad \xE4r %1$s?", pleaseEnterSlotNameHere: "(ange platsnamn h\xE4r)", noInputDigitalBot: "Ange (ange ditt platsnamn h\xE4r).", noInputWithSlotDigitalBot: "Ange %1$s.", continuationPromptWithSlot: "Jag har {{Slot.%1$s}} hittills. Forts\xE4tt." }, askForNextSlot: { noInput: 'S\xE4g "ja" om du har en ytterligare fr\xE5ga, eller "nej" f\xF6r att avsluta samtalet.', noMatch: 'S\xE4g "Ja" om du har en ytterligare fr\xE5ga, eller "Nej" f\xF6r att avsluta sessionen.', question: "\xC4r det n\xE5got annat jag kan hj\xE4lpa dig med?", noInputDigitalBot: 'Ange "Ja" om du har fler fr\xE5gor, eller "Nej" f\xF6r att avsluta sessionen.', noMatchDigitalBot: 'Ange "Ja" om du har fler fr\xE5gor, eller "Nej" f\xF6r att avsluta sessionen.' }, askForPayment: { noInputDigitalBot: "Ange din betalningsinformation f\xF6r att forts\xE4tta.", noMatchDigitalBot: "Jag f\xF6rstod inte ditt svar. F\xF6rs\xF6k igen." }, askForAuthentication: { noInputDigitalBot: "Ange din autentiseringsinformation f\xF6r att forts\xE4tta.", noMatchDigitalBot: "Jag f\xF6rstod inte ditt svar. F\xF6rs\xF6k igen." }, askSurveyQuestion: { notApplicable: "Ej till\xE4mpligt", surveyAnswerOptionSequence: "Tryck p\xE5 %1$s f\xF6r %2$s.", surveyAnswerNotApplicableSequence: "Tryck p\xE5 stj\xE4rna f\xF6r Ej till\xE4mpligt.", surveyAnswerNotApplicableWithQuestionSequence: "%1$s. Tryck p\xE5 stj\xE4rna f\xF6r Ej till\xE4mpligt.", voiceSurveyNoInputText: "Var god besvara fr\xE5gan.", voiceSurveyNoMatchText: "Jag kunde inte f\xF6rst\xE5 dig." }, commonModule: { exitCommonModule: "L\xE4mna den gemensamma modulen" }, form: { noInputDigitalBot: "Fyll i formul\xE4ret f\xF6r att forts\xE4tta.", noMatchDigitalBot: "Fyll i formul\xE4ret f\xF6r att forts\xE4tta." }, messagingTemplate: { noInputDigitalBot: "V\xE4lj ett av de tillg\xE4ngliga alternativen.", noMatchDigitalBot: "V\xE4lj ett av de tillg\xE4ngliga alternativen." }, knowledgeSettings: { knowledgeAnswerHighlightFlowProgressionDefault: "Forts\xE4tt", knowledgeAnswerHighlightFullArticleDefault: "Visa fullst\xE4ndig artikel", knowledgeInitialResponseMulti: "Hj\xE4lp mig att f\xF6rst\xE5 ditt m\xE5l genom att v\xE4lja ett v\xE4rde i f\xF6ljande lista:", knowledgeInitialResponseMultiRetry: "V\xE4lj en siffra, till exempel 1.\nH\xE4r \xE4r listan med val igen:", knowledgeNoMatch: "Inget av dessa", knowledgeConfirmation: "Fick du svar p\xE5 din fr\xE5ga?", knowledgeFollowup: "Jag hoppas att jag svarade p\xE5 din fr\xE5ga. Du kan fr\xE5ga om n\xE5got annat du vill veta." }, noOverlay: { intent: { intentConfirmationStr1: "Jag tror att du vill", intentConfirmationStr2: "St\xE4mmer det?" }, youSaid: { youSaidConfirmationStr1: "Du sa", youSaidConfirmationStr2: "St\xE4mmer det?", youSaidConfirmationStr1DigitalBot: "Du har angivit" }, noInput: { noInputStr1: "S\xE4g eller ange", noInputStr1DigitalBot: "Ange" }, noMatch: { noMatchStr1: "Ge mig" }, whatIs: { whatIsQuestionStr1: "Vad \xE4r", whatIsQuestionStr2: "?" }, iGotContinuation: { iGotContinuationStr1: "Jag har", iGotContinuationStr2: "hittills. Forts\xE4tt." } }, defaultCallFlowOne: "Standard samtalsfl\xF6de", errorHandlingAgentEscalationConfirmation: "Du vill prata med en r\xE5dgivare, st\xE4mmer det?", errorHandlingAgentEscalationHandover: "Ett \xF6gonblick, jag kopplar dig.", errorHandlingErrorEventHandover: "Tyv\xE4rr uppstod det ett fel. Ett \xF6gonblick, jag kopplar dig till n\xE5gon som kan hj\xE4lpa dig.", errorHandlingErrorEventHandoverVoiceSurvey: "Tyv\xE4rr har ett fel intr\xE4ffat. Hej d\xE5.", errorHandlingRecognitionEventHandover: "Tyv\xE4rr har jag sv\xE5rt att f\xF6rst\xE5 dig. Ett \xF6gonblick, jag kopplar dig till n\xE5gon som kan hj\xE4lpa dig.", errorHandlingRecognitionEventHandoverVoiceSurvey: "Jag har tyv\xE4rr sv\xE5rt att f\xF6rst\xE5 dig. Hej d\xE5.", errorHandlingTTS: "Tyv\xE4rr uppstod det ett fel. F\xF6rs\xF6k igen.", initialGreetingTTS: "Hej, detta \xE4r din f\xF6rsta h\xE4lsning.", initialState: "Inledande tillst\xE5nd", initialBotState: "Standardrobot", initialDigitalBotState: "Inledande h\xE4lsning", initialSurveyBotState: "Unders\xF6kningsbot", intentConfirmation: "Jag tror att du vill %1$s, \xE4r det korrekt?", mainMenu: "Huvudmeny", mainMenuTTS: "Du \xE4r i huvudmenyn, tryck 9 f\xF6r att koppla bort", mainTask: "Uppgift", settingsConfirmationNoInputApology: "Urs\xE4kta, jag h\xF6rde inte. S\xE4g ja eller nej.", settingsConfirmationNoInputApologyDigitalBot: 'Jag har tyv\xE4rr inte f\xE5tt n\xE5gon information fr\xE5n dig. Ange "Ja" eller "Nej".', settingsConfirmationNoMatchApology: "Urs\xE4kta, s\xE4g ja eller nej.", settingsConfirmationNoMatchApologyDigitalBot: 'Var god ange "Ja" eller "Nej".', settingsNoInputApology: "Urs\xE4kta, jag h\xF6rde inte.", settingsNoInputApologyDigitalBot: "Jag har tyv\xE4rr inte f\xE5tt n\xE5gon information fr\xE5n dig.", settingsEndOfSessionMessageDigitalBot: "Jag har inte h\xF6rt fr\xE5n dig p\xE5 ett tag, s\xE5 jag st\xE4nger den h\xE4r chatten, kom tillbaka om du beh\xF6ver min hj\xE4lp igen. Tack.", settingsNoMatchApology: "Urs\xE4kta.", settingsNoToConfirmationApology: "Jag ber om urs\xE4kt.", periodicStateName: "\xC5terkommande tillst\xE5nd" }; }, 18322: (e2, t2, i2) => { @@ -24150,7 +24330,7 @@ var require_scripting_bundle = __commonJS({ const u = i2(31635), d = i2(79364), c = i2(17604), p = u.__importDefault(i2(92140)), _ = i2(63352), h = i2(47875), m = u.__importStar(i2(35315)), g = i2(35315), f = i2(99472), T = u.__importDefault(i2(96629)), y = i2(55909), S = i2(33951), A = u.__importDefault(i2(41510)), N = u.__importDefault(i2(49416)), O = u.__importStar(i2(66381)), I = i2(74761), v = i2(9456), C = i2(80295), b = i2(80295), E = i2(14187), R = i2(63029), w = i2(15786), D = i2(47957); class P extends R.BaseOptionsWithOptional { constructor() { - super(), this._allowEmptyConfig = false, this._allowFlowLevelDefault = false, this._allowEmbeddedExpressionsInLiteralMode = true, this._allowModeBuilder = true, this._allowModeExpression = false, this._allowModeLiteral = false, this._allowModeVariable = false, this._allowNotSet = true, this._allowNoValueModeWithNoFallback = false, this._allowSecure = false, this._assignablePropertiesNoExpression = false, this._authToCheck = [], this._collectionItemsWantCollectionDescriptionInfo = false, this._defaultToExpression = false, this._defaultToNoValue = false, this._defaultToVariable = false, this._descriptionInfo = {}, this._descriptionInfoFull = {}, this._doNotTrackUsages = false, this._doNotTransitionToNoValue = false, this._doNotWantBlankRuntimeOutput = false, this._emitNonConfigItemForEmptyAndNoDefault = false, this._exprTextMustBeVarOrVarPropRef = false, this._flowLevelDefaultHasDefault = false, this._flowLevelDefaultSameModes = false, this._hideDefaultTextDescription = false, this._isExpressionPart = false, this._isFlowLevelDefaultExpression = false, this._isInternal = false, this._modeNoValueRuntimeEvaluationSetting = new w.OptionSettingWithFlowTypes(), this._modeNoValueSelectionLabel = D.expression.noValue.selection.noValue, this._useDefaultValueNodeIcons = false, this._noOriginalType = false, this._outputExprTextAllowsReadOnlyVarType = false, this._readOnly = false, this._requiresFlowQuickRepliesSetting = false, this._restrictToFlowGlobalVariables = false, this._suppressBuilderModePromptResourceChecks = true, this._usedAsReplacementValueInOtherExpressions = false, this._suppressParserValidationMessages = false, this._isUpdateWorkitemActionVariable = false, this._labelBadge = null, this._useLabelBadge = false, this._disallowExpressionFunctions = false, this._hideLabel = false, this._useSeparator = false, this._canIgnoreRequired = false, this._additionalBuilderPartDefs = [], (0, b.makeUnenumerable)(this, "_descriptionAdditionalInfoSection"), (0, b.makeUnenumerable)(this, "_additionalRequiredDataType"), (0, b.makeUnenumerable)(this, "_allowEmptyConfig"), (0, b.makeUnenumerable)(this, "_allowFlowLevelDefault"), (0, b.makeUnenumerable)(this, "_allowLiteralEmbeddedExpressions"), (0, b.makeUnenumerable)(this, "_allowedBuilderCategoryIdFilter"), (0, b.makeUnenumerable)(this, "_allowedBuilderIds"), (0, b.makeUnenumerable)(this, "_allowModeBuilder"), (0, b.makeUnenumerable)(this, "_allowModeExpression"), (0, b.makeUnenumerable)(this, "_allowModeLiteral"), (0, b.makeUnenumerable)(this, "_allowModeVariable"), (0, b.makeUnenumerable)(this, "_allowNotSet"), (0, b.makeUnenumerable)(this, "_allowNoValueModeWithNoFallback"), (0, b.makeUnenumerable)(this, "_allowSecure"), (0, b.makeUnenumerable)(this, "_assignablePropertiesNoExpression"), (0, b.makeUnenumerable)(this, "_builderLanguagesSequenceConfig"), (0, b.makeUnenumerable)(this, "_authToCheck"), (0, b.makeUnenumerable)(this, "_collectionItemsWantCollectionDescriptionInfo"), (0, b.makeUnenumerable)(this, "_customLiteralValidator"), (0, b.makeUnenumerable)(this, "_defaultText"), (0, b.makeUnenumerable)(this, "_defaultToBuilderId"), (0, b.makeUnenumerable)(this, "_defaultToExpression"), (0, b.makeUnenumerable)(this, "_defaultToNoValue"), (0, b.makeUnenumerable)(this, "_defaultToVariable"), (0, b.makeUnenumerable)(this, "_descriptionInfo"), (0, b.makeUnenumerable)(this, "_descriptionInfoFull"), (0, b.makeUnenumerable)(this, "_doNotTrackUsages"), (0, b.makeUnenumerable)(this, "_doNotTransitionToNoValue"), (0, b.makeUnenumerable)(this, "_doNotWantBlankRuntimeOutput"), (0, b.makeUnenumerable)(this, "_emitNonConfigItemForEmptyAndNoDefault"), (0, b.makeUnenumerable)(this, "_exprTextMustBeVarOrVarPropRef"), (0, b.makeUnenumerable)(this, "_exprTextRootVariableNameMustBe"), (0, b.makeUnenumerable)(this, "_examples"), (0, b.makeUnenumerable)(this, "_flowLevelDefaultHasDefault"), (0, b.makeUnenumerable)(this, "_flowLevelDefaultSameModes"), (0, b.makeUnenumerable)(this, "_hideDefaultTextDescription"), (0, b.makeUnenumerable)(this, "_initializedForDesignTimeCallback"), (0, b.makeUnenumerable)(this, "_isExpressionPart"), (0, b.makeUnenumerable)(this, "_isFlowLevelDefaultExpression"), (0, b.makeUnenumerable)(this, "_isInternal"), (0, b.makeUnenumerable)(this, "_labelOverride"), (0, b.makeUnenumerable)(this, "_labelBadge"), (0, b.makeUnenumerable)(this, "_useLabelBadge"), (0, b.makeUnenumerable)(this, "_descriptionNote"), (0, b.makeUnenumerable)(this, "_localizedLabelPrefix"), (0, b.makeUnenumerable)(this, "_literalValidatorName"), (0, b.makeUnenumerable)(this, "_modeNoValueRuntimeEvaluationSetting"), (0, b.makeUnenumerable)(this, "_modeNoValueSelectionLabel"), (0, b.makeUnenumerable)(this, "_outputExprTextAllowsReadOnlyVarType"), (0, b.makeUnenumerable)(this, "_useDefaultValueNodeIcons"), (0, b.makeUnenumerable)(this, "_noOriginalType"), (0, b.makeUnenumerable)(this, "_readOnly"), (0, b.makeUnenumerable)(this, "_restrictToFlowGlobalVariables"), (0, b.makeUnenumerable)(this, "_suppressBuilderModePromptResourceChecks"), (0, b.makeUnenumerable)(this, "_usedAsReplacementValueInOtherExpressions"), (0, b.makeUnenumerable)(this, "_valueChangedCallback"), (0, b.makeUnenumerable)(this, "_newInstanceDefaultExpressionCallback"), (0, b.makeUnenumerable)(this, "_extraRealtimeValidationEventSinkName"), (0, b.makeUnenumerable)(this, "_suppressParserValidationMessages"), (0, b.makeUnenumerable)(this, "_scriptingPropertyName"), (0, b.makeUnenumerable)(this, "_subLabel"), (0, b.makeUnenumerable)(this, "_isInput"), (0, b.makeUnenumerable)(this, "_isOutput"), (0, b.makeUnenumerable)(this, "_isUpdateWorkitemActionVariable"), (0, b.makeUnenumerable)(this, "_validVariableReferenceCallback"), (0, b.makeUnenumerable)(this, "_disallowFunctions"), (0, b.makeUnenumerable)(this, "_hideLabel"), (0, b.makeUnenumerable)(this, "_useSeparator"), (0, b.makeUnenumerable)(this, "_canIgnoreRequired"), (0, b.makeUnenumerable)(this, "_additionalBuilderPartDefs"), this.setAsInput(), this.descriptionInfoGenerationId$ = new d.BehaviorSubject(void 0); + super(), this._allowEmptyConfig = false, this._allowFlowLevelDefault = false, this._allowEmbeddedExpressionsInLiteralMode = true, this._allowModeBuilder = true, this._allowModeExpression = false, this._allowModeLiteral = false, this._allowModeVariable = false, this._allowNotSet = true, this._allowNoValueModeWithNoFallback = false, this._allowSecure = false, this._assignablePropertiesNoExpression = false, this._authToCheck = [], this._collectionItemsWantCollectionDescriptionInfo = false, this._defaultToExpression = false, this._defaultToNoValue = false, this._defaultToVariable = false, this._descriptionInfo = {}, this._descriptionInfoFull = {}, this._doNotTrackUsages = false, this._doNotTransitionToNoValue = false, this._doNotWantBlankRuntimeOutput = false, this._emitNonConfigItemForEmptyAndNoDefault = false, this._exprTextMustBeVarOrVarPropRef = false, this._flowLevelDefaultHasDefault = false, this._flowLevelDefaultSameModes = false, this._hideDefaultTextDescription = false, this._isExpressionPart = false, this._isOverridableFlowLevelDefaultExpression = false, this._isInternal = false, this._modeNoValueRuntimeEvaluationSetting = new w.OptionSettingWithFlowTypes(), this._modeNoValueSelectionLabel = D.expression.noValue.selection.noValue, this._useDefaultValueNodeIcons = false, this._noOriginalType = false, this._outputExprTextAllowsReadOnlyVarType = false, this._readOnly = false, this._requiresFlowQuickRepliesSetting = false, this._restrictToFlowGlobalVariables = false, this._suppressBuilderModePromptResourceChecks = true, this._usedAsReplacementValueInOtherExpressions = false, this._suppressParserValidationMessages = false, this._isUpdateWorkitemActionVariable = false, this._labelBadge = null, this._useLabelBadge = false, this._disallowExpressionFunctions = false, this._hideLabel = false, this._useSeparator = false, this._canIgnoreRequired = false, this._additionalBuilderPartDefs = [], (0, b.makeUnenumerable)(this, "_descriptionAdditionalInfoSection"), (0, b.makeUnenumerable)(this, "_additionalRequiredDataType"), (0, b.makeUnenumerable)(this, "_allowEmptyConfig"), (0, b.makeUnenumerable)(this, "_allowFlowLevelDefault"), (0, b.makeUnenumerable)(this, "_allowLiteralEmbeddedExpressions"), (0, b.makeUnenumerable)(this, "_allowedBuilderCategoryIdFilter"), (0, b.makeUnenumerable)(this, "_allowedBuilderIds"), (0, b.makeUnenumerable)(this, "_allowModeBuilder"), (0, b.makeUnenumerable)(this, "_allowModeExpression"), (0, b.makeUnenumerable)(this, "_allowModeLiteral"), (0, b.makeUnenumerable)(this, "_allowModeVariable"), (0, b.makeUnenumerable)(this, "_allowNotSet"), (0, b.makeUnenumerable)(this, "_allowNoValueModeWithNoFallback"), (0, b.makeUnenumerable)(this, "_allowSecure"), (0, b.makeUnenumerable)(this, "_assignablePropertiesNoExpression"), (0, b.makeUnenumerable)(this, "_builderLanguagesSequenceConfig"), (0, b.makeUnenumerable)(this, "_authToCheck"), (0, b.makeUnenumerable)(this, "_collectionItemsWantCollectionDescriptionInfo"), (0, b.makeUnenumerable)(this, "_customLiteralValidator"), (0, b.makeUnenumerable)(this, "_defaultText"), (0, b.makeUnenumerable)(this, "_defaultToBuilderId"), (0, b.makeUnenumerable)(this, "_defaultToExpression"), (0, b.makeUnenumerable)(this, "_defaultToNoValue"), (0, b.makeUnenumerable)(this, "_defaultToVariable"), (0, b.makeUnenumerable)(this, "_descriptionInfo"), (0, b.makeUnenumerable)(this, "_descriptionInfoFull"), (0, b.makeUnenumerable)(this, "_doNotTrackUsages"), (0, b.makeUnenumerable)(this, "_doNotTransitionToNoValue"), (0, b.makeUnenumerable)(this, "_doNotWantBlankRuntimeOutput"), (0, b.makeUnenumerable)(this, "_emitNonConfigItemForEmptyAndNoDefault"), (0, b.makeUnenumerable)(this, "_exprTextMustBeVarOrVarPropRef"), (0, b.makeUnenumerable)(this, "_exprTextRootVariableNameMustBe"), (0, b.makeUnenumerable)(this, "_examples"), (0, b.makeUnenumerable)(this, "_flowLevelDefaultHasDefault"), (0, b.makeUnenumerable)(this, "_flowLevelDefaultSameModes"), (0, b.makeUnenumerable)(this, "_hideDefaultTextDescription"), (0, b.makeUnenumerable)(this, "_initializedForDesignTimeCallback"), (0, b.makeUnenumerable)(this, "_isExpressionPart"), (0, b.makeUnenumerable)(this, "_isOverridableFlowLevelDefaultExpression"), (0, b.makeUnenumerable)(this, "_isInternal"), (0, b.makeUnenumerable)(this, "_labelOverride"), (0, b.makeUnenumerable)(this, "_labelBadge"), (0, b.makeUnenumerable)(this, "_useLabelBadge"), (0, b.makeUnenumerable)(this, "_descriptionNote"), (0, b.makeUnenumerable)(this, "_localizedLabelPrefix"), (0, b.makeUnenumerable)(this, "_literalValidatorName"), (0, b.makeUnenumerable)(this, "_modeNoValueRuntimeEvaluationSetting"), (0, b.makeUnenumerable)(this, "_modeNoValueSelectionLabel"), (0, b.makeUnenumerable)(this, "_outputExprTextAllowsReadOnlyVarType"), (0, b.makeUnenumerable)(this, "_useDefaultValueNodeIcons"), (0, b.makeUnenumerable)(this, "_noOriginalType"), (0, b.makeUnenumerable)(this, "_readOnly"), (0, b.makeUnenumerable)(this, "_restrictToFlowGlobalVariables"), (0, b.makeUnenumerable)(this, "_suppressBuilderModePromptResourceChecks"), (0, b.makeUnenumerable)(this, "_usedAsReplacementValueInOtherExpressions"), (0, b.makeUnenumerable)(this, "_valueChangedCallback"), (0, b.makeUnenumerable)(this, "_newInstanceDefaultExpressionCallback"), (0, b.makeUnenumerable)(this, "_extraRealtimeValidationEventSinkName"), (0, b.makeUnenumerable)(this, "_suppressParserValidationMessages"), (0, b.makeUnenumerable)(this, "_scriptingPropertyName"), (0, b.makeUnenumerable)(this, "_subLabel"), (0, b.makeUnenumerable)(this, "_isInput"), (0, b.makeUnenumerable)(this, "_isOutput"), (0, b.makeUnenumerable)(this, "_isUpdateWorkitemActionVariable"), (0, b.makeUnenumerable)(this, "_validVariableReferenceCallback"), (0, b.makeUnenumerable)(this, "_disallowFunctions"), (0, b.makeUnenumerable)(this, "_hideLabel"), (0, b.makeUnenumerable)(this, "_useSeparator"), (0, b.makeUnenumerable)(this, "_canIgnoreRequired"), (0, b.makeUnenumerable)(this, "_additionalBuilderPartDefs"), this.setAsInput(), this.descriptionInfoGenerationId$ = new d.BehaviorSubject(void 0); } resolveDefaultText(e3) { p.default.isString(this.defaultText) && this.setDefaultText(N.default.resolveString(this.defaultText, null == e3 ? void 0 : e3.parentFlow)); @@ -24171,7 +24351,7 @@ var require_scripting_bundle = __commonJS({ e4.length && console.error(`unexpected actionMetaData values ${e4}`), this.setAsInput(false); } } - e3._modeNoValueRuntimeEvaluationSetting && e3._modeNoValueRuntimeEvaluationSetting.copyValuesTo(this._modeNoValueRuntimeEvaluationSetting), this._setOptionIfSet(this.setAllowedBuilderCategoryIdFilter, e3.allowedBuilderCategoryIdFilter), this._setOptionIfSet(this.setAllowedBuilderIds, e3.allowedBuilderIds), this._setOptionIfSet(this.setAllowEmptyConfig, e3.allowEmptyConfig), this._setOptionIfSet(this.setAllowFlowLevelDefault, e3.allowFlowLevelDefault), this._setOptionIfSet(this.setAllowEmbeddedExpressionsInLiteralMode, e3.allowEmbeddedExpressionsInLiteralMode), this._setOptionIfSet(this.setAllowNotSet, e3.allowNotSet), this._setOptionIfSet(this.setAllowNoValueModeWithNoFallback, e3._allowNoValueModeWithNoFallback), this._setOptionIfSet(this.setAllowSecure, e3.allowSecure), this._setOptionIfSet(this.setAssignablePropertiesNoExpression, e3.assignablePropertiesNoExpression), this._setOptionIfSet(this.setBuilderLanguagesSequenceConfig, e3.builderLanguagesSequenceConfig), this._setOptionIfSet(this.setCollectionItemFromCollectionOptions, e3.collectionItemsWantCollectionDescriptionInfo), this._setOptionIfSet(this.setDefaultToBuilderId, e3.defaultToBuilderId), this._setOptionIfSet(this.setDefaultToExpression, e3.defaultToExpression), this._setOptionIfSet(this.setDefaultToNoValue, e3.defaultToNoValue), this._setOptionIfSet(this.setDefaultToVariable, e3.defaultToVariable), this._setOptionIfSet(this.setDescriptionAdditionalInfoSection, e3.descriptionAdditionalInfoSection), e3.descriptionInfo && this.setDescriptionInfo(e3.descriptionInfo.name, e3.descriptionInfo.description), this._setOptionIfSet(this.setDoNotTrackUsages, e3.doNotTrackUsages), this._setOptionIfSet(this.setDoNotWantBlankRuntimeOutput, e3.doNotWantBlankRuntimeOutput), this._setOptionIfSet(this.setRestrictToFlowGlobalVariables, e3.restrictToFlowGlobalVariables), this._setOptionIfSet(this.setDoNotTransitionToNoValue, e3.doNotTransitionToNoValue), this._setOptionIfSet(this.setExprTextMustBeVarOrVarPropRef, e3.exprTextMustBeVarOrVarPropRef), this._setOptionIfSet(this.setExprTextRootVariableNameMustBe, e3.exprTextRootVariableNameMustBe), this._setOptionIfSet(this.setOutputExprTextAllowsReadOnlyVarType, e3.outputExprTextAllowsReadOnlyVarType), this._setOptionIfSet(this.setEmitNonConfigItemForEmptyAndNoDefault, e3.emitNonConfigItemForEmptyAndNoDefault), this._setOptionIfSet(this.setFlowLevelDefaultHasDefault, e3.flowLevelDefaultHasDefault), this._setOptionIfSet(this.setFlowLevelDefaultSameModes, e3.flowLevelDefaultSameModes), this._setOptionIfSet(this.setHideDefaultTextDescription, e3.hideDefaultTextDescription), this._setOptionIfSet(this.setIsExpressionPart, e3.isExpressionPart), this._setOptionIfSet(this.setIsFlowLevelDefaultExpression, e3.isFlowLevelDefaultExpression), this._setOptionIfSet(this.setIsInternal, e3.isInternal), this._setOptionIfSet(this.setModeNoValueSelectionLabel, e3.modeNoValueSelectionLabel), this._setOptionIfSet(this.setNoOriginalType, e3.noOriginalType), this._setOptionIfSet(this.setSuppressBuilderModePromptResourceChecks, e3.suppressBuilderModePromptResourceChecks), this._setOptionIfSet(this.setSuppressParserValidationMessages, e3.suppressParserValidationMessages), this._setOptionIfSet(this.setReadOnly, e3.readOnly), this._setOptionIfSet(this.setRequiredFlowChannelType, e3.requiredFlowChannelType), this._setOptionIfSet(this.setUsedAsReplacementValueInOtherExpressions, e3.usedAsReplacementValueInOtherExpressions), this._setOptionIfSet(this.setUseDefaultValueNodeIcons, e3.useDefaultValueNodeIcons), this._setOptionIfSet(this.setRequiresFlowQuickRepliesSetting, e3.requiresFlowQuickRepliesSetting), this._setOptionIfSet(this.setCustomLiteralValidator, e3.customLiteralValidator, "_customLiteralValidator"), this._setOptionIfSet(this.setDefaultText, e3.defaultText, "_defaultText"), this._setOptionIfSet(this.setExtraRealtimeValidationEventSinkName, e3.extraRealtimeValidationEventSinkName, "_extraRealtimeValidationEventSinkName"), this._setOptionIfSet(this.setExamples, e3.examples, "_examples"), this._setOptionIfSet(this.setInitializedForDesignTimeCallback, e3.initializedForDesignTimeCallback, "_initializedForDesignTimeCallback"), this._setOptionIfSet(this.setLabelBadge, e3.labelBadge, "_labelBadge"), this._setOptionIfSet(this.setUseLabelBadge, e3.useLabelBadge, "_useLabelBadge"), this._setOptionIfSet(this.setDescriptionNote, e3.descriptionNote, "_descriptionNote"), this._setOptionIfSet(this.setLabelOverride, e3.labelOverride, "_labelOverride"), this._setOptionIfSet(this.setLiteralValidatorName, e3.literalValidatorName, "_literalValidatorName"), this._setOptionIfSet(this.setLocalizedLabelPrefix, e3.localizedLabelPrefix, "_localizedLabelPrefix"), this._setOptionIfSet(this.setValueChangedCallback, e3.valueChangedCallback, "_valueChangedCallback"), this._setOptionIfSet(this.setNewInstanceDefaultExpressionCallback, e3.newInstanceDefaultExpressionCallback, "_newInstanceDefaultExpressionCallback"), this._setOptionIfSet(this.setScriptingPropertyName, e3.scriptingPropertyName, "_scriptingPropertyName"), this._setOptionIfSet(this.setSubLabel, e3.subLabel, "_subLabel"), this._setOptionIfSet(this.setValidVariableReferenceCallback, e3._validVariableReferenceCallback, "_validVariableReferenceCallback"), this._setOptionIfSet(this.setDisallowExpressionFunctions, e3._disallowExpressionFunctions, "_disallowExpressionFunctions"), this._setOptionIfSet(this.setHideLabel, e3.hideLabel, "_hideLabel"), this._setOptionIfSet(this.setUseSeparator, e3.useSeparator, "_useSeparator"), this._setOptionIfSet(this.setCanIgnoreRequired, e3.canIgnoreRequired, "_canIgnoreRequired"), this._setOptionIfSet(this.setAdditionalBuilderPartDefs, e3.additionalBuilderPartDefs, "_additionalBuilderPartDefs"), e3.customizationsRoot && e3.customizations && this.setAndApplyCustomizations(e3.customizationsRoot, e3.customizations); + e3._modeNoValueRuntimeEvaluationSetting && e3._modeNoValueRuntimeEvaluationSetting.copyValuesTo(this._modeNoValueRuntimeEvaluationSetting), this._setOptionIfSet(this.setAllowedBuilderCategoryIdFilter, e3.allowedBuilderCategoryIdFilter), this._setOptionIfSet(this.setAllowedBuilderIds, e3.allowedBuilderIds), this._setOptionIfSet(this.setAllowEmptyConfig, e3.allowEmptyConfig), this._setOptionIfSet(this.setAllowFlowLevelDefault, e3.allowFlowLevelDefault), this._setOptionIfSet(this.setAllowEmbeddedExpressionsInLiteralMode, e3.allowEmbeddedExpressionsInLiteralMode), this._setOptionIfSet(this.setAllowNotSet, e3.allowNotSet), this._setOptionIfSet(this.setAllowNoValueModeWithNoFallback, e3._allowNoValueModeWithNoFallback), this._setOptionIfSet(this.setAllowSecure, e3.allowSecure), this._setOptionIfSet(this.setAssignablePropertiesNoExpression, e3.assignablePropertiesNoExpression), this._setOptionIfSet(this.setBuilderLanguagesSequenceConfig, e3.builderLanguagesSequenceConfig), this._setOptionIfSet(this.setCollectionItemFromCollectionOptions, e3.collectionItemsWantCollectionDescriptionInfo), this._setOptionIfSet(this.setDefaultToBuilderId, e3.defaultToBuilderId), this._setOptionIfSet(this.setDefaultToExpression, e3.defaultToExpression), this._setOptionIfSet(this.setDefaultToNoValue, e3.defaultToNoValue), this._setOptionIfSet(this.setDefaultToVariable, e3.defaultToVariable), this._setOptionIfSet(this.setDescriptionAdditionalInfoSection, e3.descriptionAdditionalInfoSection), e3.descriptionInfo && this.setDescriptionInfo(e3.descriptionInfo.name, e3.descriptionInfo.description), this._setOptionIfSet(this.setDoNotTrackUsages, e3.doNotTrackUsages), this._setOptionIfSet(this.setDoNotWantBlankRuntimeOutput, e3.doNotWantBlankRuntimeOutput), this._setOptionIfSet(this.setRestrictToFlowGlobalVariables, e3.restrictToFlowGlobalVariables), this._setOptionIfSet(this.setDoNotTransitionToNoValue, e3.doNotTransitionToNoValue), this._setOptionIfSet(this.setExprTextMustBeVarOrVarPropRef, e3.exprTextMustBeVarOrVarPropRef), this._setOptionIfSet(this.setExprTextRootVariableNameMustBe, e3.exprTextRootVariableNameMustBe), this._setOptionIfSet(this.setOutputExprTextAllowsReadOnlyVarType, e3.outputExprTextAllowsReadOnlyVarType), this._setOptionIfSet(this.setEmitNonConfigItemForEmptyAndNoDefault, e3.emitNonConfigItemForEmptyAndNoDefault), this._setOptionIfSet(this.setFlowLevelDefaultHasDefault, e3.flowLevelDefaultHasDefault), this._setOptionIfSet(this.setFlowLevelDefaultSameModes, e3.flowLevelDefaultSameModes), this._setOptionIfSet(this.setHideDefaultTextDescription, e3.hideDefaultTextDescription), this._setOptionIfSet(this.setIsExpressionPart, e3.isExpressionPart), this._setOptionIfSet(this.setIsFlowLevelDefaultExpression, e3.isOverridableFlowLevelDefaultExpression), this._setOptionIfSet(this.setIsInternal, e3.isInternal), this._setOptionIfSet(this.setModeNoValueSelectionLabel, e3.modeNoValueSelectionLabel), this._setOptionIfSet(this.setNoOriginalType, e3.noOriginalType), this._setOptionIfSet(this.setSuppressBuilderModePromptResourceChecks, e3.suppressBuilderModePromptResourceChecks), this._setOptionIfSet(this.setSuppressParserValidationMessages, e3.suppressParserValidationMessages), this._setOptionIfSet(this.setReadOnly, e3.readOnly), this._setOptionIfSet(this.setRequiredFlowChannelType, e3.requiredFlowChannelType), this._setOptionIfSet(this.setUsedAsReplacementValueInOtherExpressions, e3.usedAsReplacementValueInOtherExpressions), this._setOptionIfSet(this.setUseDefaultValueNodeIcons, e3.useDefaultValueNodeIcons), this._setOptionIfSet(this.setRequiresFlowQuickRepliesSetting, e3.requiresFlowQuickRepliesSetting), this._setOptionIfSet(this.setCustomLiteralValidator, e3.customLiteralValidator, "_customLiteralValidator"), this._setOptionIfSet(this.setDefaultText, e3.defaultText, "_defaultText"), this._setOptionIfSet(this.setExtraRealtimeValidationEventSinkName, e3.extraRealtimeValidationEventSinkName, "_extraRealtimeValidationEventSinkName"), this._setOptionIfSet(this.setExamples, e3.examples, "_examples"), this._setOptionIfSet(this.setInitializedForDesignTimeCallback, e3.initializedForDesignTimeCallback, "_initializedForDesignTimeCallback"), this._setOptionIfSet(this.setLabelBadge, e3.labelBadge, "_labelBadge"), this._setOptionIfSet(this.setUseLabelBadge, e3.useLabelBadge, "_useLabelBadge"), this._setOptionIfSet(this.setDescriptionNote, e3.descriptionNote, "_descriptionNote"), this._setOptionIfSet(this.setLabelOverride, e3.labelOverride, "_labelOverride"), this._setOptionIfSet(this.setLiteralValidatorName, e3.literalValidatorName, "_literalValidatorName"), this._setOptionIfSet(this.setLocalizedLabelPrefix, e3.localizedLabelPrefix, "_localizedLabelPrefix"), this._setOptionIfSet(this.setValueChangedCallback, e3.valueChangedCallback, "_valueChangedCallback"), this._setOptionIfSet(this.setNewInstanceDefaultExpressionCallback, e3.newInstanceDefaultExpressionCallback, "_newInstanceDefaultExpressionCallback"), this._setOptionIfSet(this.setScriptingPropertyName, e3.scriptingPropertyName, "_scriptingPropertyName"), this._setOptionIfSet(this.setSubLabel, e3.subLabel, "_subLabel"), this._setOptionIfSet(this.setValidVariableReferenceCallback, e3._validVariableReferenceCallback, "_validVariableReferenceCallback"), this._setOptionIfSet(this.setDisallowExpressionFunctions, e3._disallowExpressionFunctions, "_disallowExpressionFunctions"), this._setOptionIfSet(this.setHideLabel, e3.hideLabel, "_hideLabel"), this._setOptionIfSet(this.setUseSeparator, e3.useSeparator, "_useSeparator"), this._setOptionIfSet(this.setCanIgnoreRequired, e3.canIgnoreRequired, "_canIgnoreRequired"), this._setOptionIfSet(this.setAdditionalBuilderPartDefs, e3.additionalBuilderPartDefs, "_additionalBuilderPartDefs"), e3.customizationsRoot && e3.customizations && this.setAndApplyCustomizations(e3.customizationsRoot, e3.customizations); } _configureInputOutputState(e3, t3, i3, n3, r3) { return this._isInput = e3, this._isOutput = !e3, this.setAllowModeLiteral(!!t3).setAllowModeVariable(!!i3).setAllowModeExpression(!!n3, r3); @@ -24331,7 +24511,7 @@ var require_scripting_bundle = __commonJS({ this._allowNotSet = S.ParameterValidator.expectBool(e3, () => y.ParameterInfo.createPropertySet(this.className, "allowNotSet", "value")); } get allowNoValueModeWithNoFallback() { - return this._allowNoValueModeWithNoFallback && this.allowModeNoValue && !this.isFlowLevelDefaultExpression; + return this._allowNoValueModeWithNoFallback && this.allowModeNoValue && !this.isOverridableFlowLevelDefaultExpression; } set allowNoValueModeWithNoFallback(e3) { this._allowNoValueModeWithNoFallback = S.ParameterValidator.expectBool(e3, () => y.ParameterInfo.createPropertySet(this.className, "allowNoValueModeWithNoFallback", "value")); @@ -24490,22 +24670,22 @@ var require_scripting_bundle = __commonJS({ return this._isExpressionPart; } set isExpressionPart(e3) { - this._isExpressionPart = S.ParameterValidator.expectBool(e3, () => y.ParameterInfo.createPropertySet(this.className, "isFlowLevelDefaultExpression", "value")); + this._isExpressionPart = S.ParameterValidator.expectBool(e3, () => y.ParameterInfo.createPropertySet(this.className, "isExpressionPart", "value")); } - get isFlowLevelDefaultExpression() { - return this._isFlowLevelDefaultExpression; + get isOverridableFlowLevelDefaultExpression() { + return this._isOverridableFlowLevelDefaultExpression; } - set isFlowLevelDefaultExpression(e3) { - this._isFlowLevelDefaultExpression = S.ParameterValidator.expectBool(e3, () => y.ParameterInfo.createPropertySet(this.className, "isFlowLevelDefaultExpression", "value")); + set isOverridableFlowLevelDefaultExpression(e3) { + this._isOverridableFlowLevelDefaultExpression = S.ParameterValidator.expectBool(e3, () => y.ParameterInfo.createPropertySet(this.className, "isOverridableFlowLevelDefault", "value")); } get isFlowLevelInheritingExpression() { - return this.isFlowLevelDefaultExpression && this.flowLevelDefaultHasDefault; + return this.isOverridableFlowLevelDefaultExpression && this.flowLevelDefaultHasDefault; } - get isNonFlowLevelInheritingExpression() { - return !this.isFlowLevelDefaultExpression && this.allowFlowLevelDefault; + get inheritsFromFlowLevelDefaultExpression() { + return !this.isOverridableFlowLevelDefaultExpression && this.allowFlowLevelDefault; } get isInheritingExpression() { - return this.isNonFlowLevelInheritingExpression || this.isFlowLevelInheritingExpression; + return this.inheritsFromFlowLevelDefaultExpression || this.isFlowLevelInheritingExpression; } get noOriginalType() { return this._noOriginalType; @@ -24632,7 +24812,7 @@ var require_scripting_bundle = __commonJS({ this._modeNoValueSelectionLabel = S.ParameterValidator.expectString(e3, () => y.ParameterInfo.createPropertySet(this.className, "modeNoValueSelectionLabel", "value")); } get modeNoValueSelectionLabelForContext() { - return this.isFlowLevelInheritingExpression ? D.expression.noValue.selection.useDefault : this.isNonFlowLevelInheritingExpression ? D.expression.noValue.selection.useFlowDefault : this._modeNoValueSelectionLabel; + return this.isFlowLevelInheritingExpression ? D.expression.noValue.selection.useDefault : this.inheritsFromFlowLevelDefaultExpression ? D.expression.noValue.selection.useFlowDefault : this._modeNoValueSelectionLabel; } getModeNoValueRuntimeEvaluationStr(e3) { return this._modeNoValueRuntimeEvaluationSetting.getValueForFlowType(e3.parentFlow.type) || (this._allowModeExpression || this.allowModeLiteral || !this.allowModeVariable ? this.allowFlowLevelDefault && !e3.isOverride ? D.expression.noValue.selectionRuntimeEvaluation.noDefaultValueSpecified : D.expression.noValue.selectionRuntimeEvaluation.noValueSpecified : D.expression.noValue.selectionRuntimeEvaluation.noVariableSpecified); @@ -24641,7 +24821,7 @@ var require_scripting_bundle = __commonJS({ return this._modeNoValueRuntimeEvaluationSetting.setValueForFlowTypeOrTypes(e3, t3), this; } getModeNoValueRuntimeEvaluationStrForContext(e3) { - return this.isNonFlowLevelInheritingExpression && !e3.isNoValueModeWithNoFallback ? D.expression.noValue.selectionRuntimeEvaluation.useFlowDefault : this.getModeNoValueRuntimeEvaluationStr(e3); + return this.inheritsFromFlowLevelDefaultExpression && !e3.isNoValueModeWithNoFallback ? D.expression.noValue.selectionRuntimeEvaluation.useFlowDefault : this.getModeNoValueRuntimeEvaluationStr(e3); } get anySpecificModeAvailable() { return this.allowModeLiteral || this._allowModeExpression || this.allowModeVariable || this.allowModeNoValue; @@ -24727,6 +24907,9 @@ var require_scripting_bundle = __commonJS({ setAllowFlowLevelDefault(e3) { return this.allowFlowLevelDefault = e3, this; } + setInheritsFromFlowLevelDefault(e3 = true, t3 = true) { + return this.setAllowFlowLevelDefault(true), this.setFlowLevelDefaultSameModes(e3), this.setDefaultToNoValue(t3), this; + } setAllowNoValueModeWithNoFallback(e3) { return this.allowNoValueModeWithNoFallback = e3, this; } @@ -24809,7 +24992,7 @@ var require_scripting_bundle = __commonJS({ return this.initializedForDesignTimeCallback = e3, this; } setIsFlowLevelDefaultExpression(e3) { - return this.isFlowLevelDefaultExpression = e3, this; + return this.isOverridableFlowLevelDefaultExpression = e3, this; } setModeNoValueSelectionLabel(e3) { return this.modeNoValueSelectionLabel = e3, this; @@ -24966,7 +25149,7 @@ var require_scripting_bundle = __commonJS({ return this._additionalBuilderPartDefs = e3, this; } } - t2.BaseExpressionTypeOptions = P, u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowEmptyConfig", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowFlowLevelDefault", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", "function" == typeof (n2 = void 0 !== I.IAdditionalInfoSection && I.IAdditionalInfoSection) ? n2 : Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "descriptionAdditionalInfoSection", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", "function" == typeof (r2 = void 0 !== g.IExpressionOptionsCustomization && g.IExpressionOptionsCustomization) ? r2 : Object), u.__metadata("design:paramtypes", [])], P.prototype, "customizations", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "doNotWantBlankRuntimeOutput", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "suppressBuilderModePromptResourceChecks", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowedBuilderCategoryIdFilter", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Array), u.__metadata("design:paramtypes", [Array])], P.prototype, "allowedBuilderIds", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowSecure", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "assignablePropertiesNoExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Array), u.__metadata("design:paramtypes", [])], P.prototype, "authToCheck", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowNoValueModeWithNoFallback", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "collectionItemsWantCollectionDescriptionInfo", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "builderLanguagesSequenceConfig", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Function), u.__metadata("design:paramtypes", [Object])], P.prototype, "customLiteralValidator", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultText", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultToBuilderId", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultToExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultToNoValue", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", "function" == typeof (o = void 0 !== E.Scope && E.Scope) ? o : Object), u.__metadata("design:paramtypes", ["function" == typeof (a = void 0 !== E.Scope && E.Scope) ? a : Object])], P.prototype, "defaultVariableScope", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultToVariable", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "doNotTransitionToNoValue", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "doNotTrackUsages", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "emitNonConfigItemForEmptyAndNoDefault", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "exprTextMustBeVarOrVarPropRef", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [String])], P.prototype, "exprTextRootVariableNameMustBe", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Function), u.__metadata("design:paramtypes", [Object])], P.prototype, "initializedForDesignTimeCallback", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "literalValidatorName", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "flowLevelDefaultHasDefault", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "flowLevelDefaultSameModes", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "hideDefaultTextDescription", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Boolean])], P.prototype, "allowEmbeddedExpressionsInLiteralMode", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "isInternal", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "isOptional", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "isExpressionPart", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "isFlowLevelDefaultExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [])], P.prototype, "isFlowLevelInheritingExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [])], P.prototype, "isNonFlowLevelInheritingExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "noOriginalType", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "readOnly", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", "function" == typeof (s = void 0 !== T.default && T.default) ? s : Object), u.__metadata("design:paramtypes", ["function" == typeof (l = void 0 !== T.default && T.default) ? l : Object])], P.prototype, "requiredFlowChannelType", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Boolean])], P.prototype, "requiresFlowQuickRepliesSetting", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [])], P.prototype, "descriptionInfo", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "modeNoValueSelectionLabel", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [])], P.prototype, "modeNoValueSelectionLabelForContext", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "useDefaultValueNodeIcons", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "usedAsReplacementValueInOtherExpressions", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "extraRealtimeValidationEventSinkName", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "scriptingPropertyName", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "examples", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [String])], P.prototype, "labelOverride", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [String])], P.prototype, "localizedLabelPrefix", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Boolean])], P.prototype, "suppressParserValidationMessages", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Boolean])], P.prototype, "restrictToFlowGlobalVariables", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "subLabel", null); + t2.BaseExpressionTypeOptions = P, u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowEmptyConfig", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowFlowLevelDefault", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", "function" == typeof (n2 = void 0 !== I.IAdditionalInfoSection && I.IAdditionalInfoSection) ? n2 : Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "descriptionAdditionalInfoSection", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", "function" == typeof (r2 = void 0 !== g.IExpressionOptionsCustomization && g.IExpressionOptionsCustomization) ? r2 : Object), u.__metadata("design:paramtypes", [])], P.prototype, "customizations", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "doNotWantBlankRuntimeOutput", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "suppressBuilderModePromptResourceChecks", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowedBuilderCategoryIdFilter", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Array), u.__metadata("design:paramtypes", [Array])], P.prototype, "allowedBuilderIds", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowSecure", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "assignablePropertiesNoExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Array), u.__metadata("design:paramtypes", [])], P.prototype, "authToCheck", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "allowNoValueModeWithNoFallback", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "collectionItemsWantCollectionDescriptionInfo", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "builderLanguagesSequenceConfig", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Function), u.__metadata("design:paramtypes", [Object])], P.prototype, "customLiteralValidator", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultText", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultToBuilderId", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultToExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultToNoValue", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", "function" == typeof (o = void 0 !== E.Scope && E.Scope) ? o : Object), u.__metadata("design:paramtypes", ["function" == typeof (a = void 0 !== E.Scope && E.Scope) ? a : Object])], P.prototype, "defaultVariableScope", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "defaultToVariable", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "doNotTransitionToNoValue", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "doNotTrackUsages", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "emitNonConfigItemForEmptyAndNoDefault", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "exprTextMustBeVarOrVarPropRef", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [String])], P.prototype, "exprTextRootVariableNameMustBe", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Function), u.__metadata("design:paramtypes", [Object])], P.prototype, "initializedForDesignTimeCallback", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "literalValidatorName", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "flowLevelDefaultHasDefault", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "flowLevelDefaultSameModes", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "hideDefaultTextDescription", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Boolean])], P.prototype, "allowEmbeddedExpressionsInLiteralMode", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "isInternal", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "isOptional", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "isExpressionPart", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "isOverridableFlowLevelDefaultExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [])], P.prototype, "isFlowLevelInheritingExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [])], P.prototype, "inheritsFromFlowLevelDefaultExpression", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "noOriginalType", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "readOnly", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", "function" == typeof (s = void 0 !== T.default && T.default) ? s : Object), u.__metadata("design:paramtypes", ["function" == typeof (l = void 0 !== T.default && T.default) ? l : Object])], P.prototype, "requiredFlowChannelType", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Boolean])], P.prototype, "requiresFlowQuickRepliesSetting", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [])], P.prototype, "descriptionInfo", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "modeNoValueSelectionLabel", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [])], P.prototype, "modeNoValueSelectionLabelForContext", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "useDefaultValueNodeIcons", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Object])], P.prototype, "usedAsReplacementValueInOtherExpressions", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "extraRealtimeValidationEventSinkName", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "scriptingPropertyName", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Object), u.__metadata("design:paramtypes", [Object])], P.prototype, "examples", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [String])], P.prototype, "labelOverride", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [String])], P.prototype, "localizedLabelPrefix", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Boolean])], P.prototype, "suppressParserValidationMessages", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", Boolean), u.__metadata("design:paramtypes", [Boolean])], P.prototype, "restrictToFlowGlobalVariables", null), u.__decorate([(0, C.enumerable)(true), u.__metadata("design:type", String), u.__metadata("design:paramtypes", [Object])], P.prototype, "subLabel", null); }, 19533: function(e2, t2, i2) { "use strict"; var n2, r2 = this && this.__extends || (n2 = function(e3, t3) { @@ -25009,7 +25192,7 @@ var require_scripting_bundle = __commonJS({ }, 19563: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(56549)), o = n2.__importDefault(i2(94225)), a = i2(30801), s = n2.__importDefault(i2(65485)), { formResponseManager: l } = i2(87889), { responseLibraryManager: u } = i2(71528); + const n2 = i2(31635), r2 = n2.__importDefault(i2(56549)), o = n2.__importDefault(i2(94225)), a = i2(30801), s = n2.__importDefault(i2(65485)), l = i2(87889), u = i2(71528); class d extends s.default { constructor(e3) { super(e3); @@ -25038,7 +25221,7 @@ var require_scripting_bundle = __commonJS({ } setFormByIdAsync(e3, t3) { return n2.__awaiter(this, void 0, void 0, function* () { - return this._checkItemIsValidLiteralString(this._infoParm("formId", "setFormByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setFormByIdAsync"), t3, true), r2.default.findItemByIdAsync(l, e3, "form").then(function(i3) { + return this._checkItemIsValidLiteralString(this._infoParm("formId", "setFormByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setFormByIdAsync"), t3, true), r2.default.findItemByIdAsync(l.formResponseManager, e3, "form").then(function(i3) { return this.logNote("found the form named '" + i3.name + "' by the form Id '" + e3 + "'"), this._coreActionViewModel.form.setValue(i3), o.default.executeCallback(this, "setFormByIdAsync", t3, this); }.bind(this)); }); @@ -25047,21 +25230,21 @@ var require_scripting_bundle = __commonJS({ return n2.__awaiter(this, void 0, void 0, function* () { let n3; this._checkItemIsValidLiteralString(this._infoParm("formName", "setFormByNameAsync"), e3), this._checkItemIsValidLiteralString(this._infoParm("responseLibraryName", "setFormByNameAsync"), t3, true), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setFormByNameAsync"), i3, true), (null == t3 ? void 0 : t3.length) && (n3 = (e4) => e4.libraries && e4.libraries.some((e5) => e5.name === t3)); - const a2 = yield r2.default.findItemByValueAsync(l, e3, "form", null, null, n3, { queryPhrase: e3 }); + const a2 = yield r2.default.findItemByValueAsync(l.formResponseManager, e3, "form", null, null, n3, { queryPhrase: e3 }); return this.logNote(`found the response named '${a2.name}' by the form Id '${a2.id}'`), this._getCoreViewModel().form.setValue(a2), o.default.executeCallback(this, "setFormByNameAsync", i3, this); }); } setResponseLibraryByNameAsync(e3, t3) { return n2.__awaiter(this, void 0, void 0, function* () { this._checkItemIsValidLiteralString(this._infoParm("responseLibraryName", "setResponseLibraryByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setResponseLibraryByNameAsync"), t3, true); - const i3 = yield r2.default.findItemByValueAsync(u, e3, "response library", "name"); + const i3 = yield r2.default.findItemByValueAsync(u.responseLibraryManager, e3, "response library", "name"); return this.logNote(`found the response library named '${i3.name}' by the library Id '${i3.id}'`), this._getCoreViewModel().library.setValue(i3), o.default.executeCallback(this, "setResponseLibraryByNameAsync", t3, this); }); } setResponseLibraryByIdAsync(e3, t3) { return n2.__awaiter(this, void 0, void 0, function* () { this._checkItemIsValidLiteralString(this._infoParm("responseLibraryName", "setResponseLibraryByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setResponseLibraryByIdAsync"), t3, true); - const i3 = yield r2.default.findItemByIdAsync(u, e3, "response library"); + const i3 = yield r2.default.findItemByIdAsync(u.responseLibraryManager, e3, "response library"); return this.logNote(`found the response library named '${i3.name}' by the library Id '${i3.id}'`), this._getCoreViewModel().library.setValue(i3), o.default.executeCallback(this, "setResponseLibraryByIdAsync", t3, this); }); } @@ -25727,7 +25910,7 @@ var require_scripting_bundle = __commonJS({ } setTask(e3) { let t3; - if (this.initializeDesignTimeCalled && (this.parentFlow.loaded ? this._topicIOList.info(`Setting new task ref: ${e3}, clearing outputs`) : this._topicIOList.error(`Flow not loaded but setting new task ref: ${e3}, clearing outputs`), this.outputs && this.outputs.destroyChildren(), this.inputs && this.inputs.destroyChildren()), e3) if (t3 = r2.default.find(this.parentFlow.tasks, (t4) => t4.id === e3), t3) { + if (this.initializeDesignTimeCalled && (this.parentFlow.loaded ? this._topicIOList.info(`Setting new task ref: ${e3}, clearing outputs`) : this._topicIOList.error(`Flow not loaded but setting new task ref: ${e3}, clearing outputs`), this.outputs && this.outputs.destroyChildren(), this.inputs && this.inputs.destroyChildren()), e3) if (t3 = this.parentFlow.getTaskById(e3), t3) { if (this.outputs) { const e4 = t3.getOutputVariables(); this._resolveToVariableList(this.outputs, e4, "output"); @@ -25956,6 +26139,29 @@ var require_scripting_bundle = __commonJS({ this.id = void 0, this.state = void 0, n2.baseConstructor.apply(this, arguments); } i2(45214).extend(n2, "NuanceMixBotJob"), e2.exports = n2; + }, 20164: (e2, t2, i2) => { + "use strict"; + const n2 = i2(31635), r2 = i2(21647), o = i2(81516), a = n2.__importDefault(i2(27203)), s = i2(12179), l = n2.__importDefault(i2(97891)), u = n2.__importDefault(i2(5478)), d = i2(80428), c = i2(46089), p = i2(47957); + class _ extends u.default { + constructor(e3, t3) { + super(e3.parentFlow, e3), this._loadModel(t3); + } + static get branchInfo() { + return a.default.successFailure; + } + _getPossibleErrors() { + return c.updateExternalContactFailureReasons; + } + validate(e3) { + var t3; + const i3 = null === (t3 = this.patchChanges) || void 0 === t3 ? void 0 : t3.items; + i3 && 0 !== i3.length || e3.addWarning(this, p.updateVariables.noUpdateStatements), super.validate(e3); + } + static get managedProperties() { + return [{ label: p.commonExternalContact.nameLabel, options: o.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setIninTestingField("ExternalContactIdExpression").setDisableSpellcheck(true).setDefaultToExpression(true).facets.setMinLength(1)), property: "externalContactId", type: d.expressionTypeNames.string }, { label: p.commonExternalContact.externalContactResult, options: r2.ExpressionTypeComplexOptions.create((e3) => e3.setTypeIdentifier(d.expressionTypeNames.externalContact).setIninTestingField("ExternalContactExpression").setAsOutput().setAllowSecure(true)), property: "externalContact", type: d.expressionTypeNames.externalContact }, { label: p.generic.changes, externalContactPatchChanges: true, yamlOptions: _.createYamlOptions("patchChanges", (e3) => e3.setPropertyName("changes")), property: "patchChanges" }]; + } + } + _.info = l.default.createActionInfo({ actionClass: _, canBeInTask: true, helpTopic: s.helpTopics.actions.updateExternalContact, modelClass: i2(29954).A, name: p.actions.updateExternalContact, scriptingName: "ArchActionUpdateExternalContact" }), t2.A = _; }, 20236: (e2, t2, i2) => { const n2 = i2(45214), r2 = i2(7401); function o() { @@ -26328,6 +26534,11 @@ var require_scripting_bundle = __commonJS({ get displayTypeName() { return "ArchSettingsEmailSendFlow"; } + get logStr() { + if (!this._getCoreViewModel()) return this.logStrTypeOnly; + const e3 = []; + return this._appendLogStrType(e3, this.displayTypeName), this._appendLogStrParentFlowInfo(e3, this._getCoreViewModel()), this._createLogStrFromParts(e3); + } get isArchSettingsEmailSendFlow() { return true; } @@ -26430,15 +26641,21 @@ var require_scripting_bundle = __commonJS({ var n3; this._archFactoryFlows._checkItemIsValidLiteralStringEnum(this._archFactoryFlows._infoParm("stubFlowType", "createStubFlowAsync"), e3, N.default.FLOW_TYPES_ALL); const s2 = this._archFactoryFlows._infoPropSet("stubFlowAdditionalInfo", "createStubFlowAsync"); - if (this._archFactoryFlows._checkItemIsValidJsonObject(s2, a2, true), a2 && (this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.division, true), this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.defaultLanguage, true), r2.flowTypes.flowTypeOutboundCall === e3 && (this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.contactList, true), this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.wrapupCode, true)), r2.flowTypes.flowTypeVoiceSurvey === e3 && this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.surveyForm, true), r2.flowTypes.flowTypeCommonModule === e3 && this._archFactoryFlows._checkItem(s2, void 0 !== a2.compatibleFlowTypes && null !== a2.compatibleFlowTypes && !Array.isArray(a2.compatibleFlowTypes), "expected compatibleFlowTypes to be a string array, but got " + typeof a2.compatibleFlowTypes), r2.flowTypes.flowTypeWorkitem === e3 && this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.worktype, true), !(0, y.isUndefined)(a2.variables))) { - this._archFactoryFlows._checkItem(s2, !Array.isArray(a2.variables), "expected variables to be an array, but got " + typeof a2.variables); - for (const e4 of a2.variables) this._archFactoryFlows._checkItemIsValidJsonObject(s2, e4), this._archFactoryFlows._checkItemIsValidLiteralString(s2, e4.name), this._archFactoryFlows._checkItem(s2, !(null === (n3 = e4.type) || void 0 === n3 ? void 0 : n3.isArchDataType), `expected variable type to be an ArchDataType, but got ${typeof e4.type} for variable ${e4.type}`), this._archFactoryFlows._checkItemIsValidLiteralBool(s2, e4.isInput, true), this._archFactoryFlows._checkItemIsValidLiteralBool(s2, e4.isOutput, true); + if (this._archFactoryFlows._checkItemIsValidJsonObject(s2, a2, true), a2) { + if (this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.division, true), this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.defaultLanguage, true), r2.flowTypes.flowTypeOutboundCall === e3 && (this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.contactList, true), this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.wrapupCode, true)), r2.flowTypes.flowTypeVoiceSurvey === e3 && this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.surveyForm, true), r2.flowTypes.flowTypeCommonModule === e3 && this._archFactoryFlows._checkItem(s2, void 0 !== a2.compatibleFlowTypes && null !== a2.compatibleFlowTypes && !Array.isArray(a2.compatibleFlowTypes), "expected compatibleFlowTypes to be a string array, but got " + typeof a2.compatibleFlowTypes), r2.flowTypes.flowTypeWorkitem === e3 && this._archFactoryFlows._checkItemIsValidLiteralString(s2, a2.worktype, true), !(0, y.isUndefined)(a2.supportedLanguages)) { + this._archFactoryFlows._checkItem(s2, !Array.isArray(a2.supportedLanguages), "expected supportedLanguages to be a string array, but got " + typeof a2.supportedLanguages); + for (const e4 of a2.supportedLanguages) this._archFactoryFlows._checkItemIsValidLiteralString(s2, e4); + } + if (!(0, y.isUndefined)(a2.variables)) { + this._archFactoryFlows._checkItem(s2, !Array.isArray(a2.variables), "expected variables to be an array, but got " + typeof a2.variables); + for (const e4 of a2.variables) this._archFactoryFlows._checkItemIsValidJsonObject(s2, e4), this._archFactoryFlows._checkItemIsValidLiteralString(s2, e4.name), this._archFactoryFlows._checkItem(s2, !(null === (n3 = e4.type) || void 0 === n3 ? void 0 : n3.isArchDataType), `expected variable type to be an ArchDataType, but got ${typeof e4.type} for variable ${e4.type}`), this._archFactoryFlows._checkItemIsValidLiteralBool(s2, e4.isInput, true), this._archFactoryFlows._checkItemIsValidLiteralBool(s2, e4.isOutput, true); + } } this._archFactoryFlows.logNote(`Creating stub flow with type [${e3}], name [${t3}], division [${i3}], defaultLanguage [${o2}]`); const l2 = e3.toLowerCase(); this.canStubFlowType(l2) || this._archFactoryFlows.logErrorAndThrow(`the ability to stub flows of type '${e3}' is not available in this organization.`), this._validateStubFlowRequirements(l2, a2); const { archDefaultLanguage: u2, archDivision: d2 } = this._getDefaultLanguageAndDivision(o2, i3), c2 = this._buildCreationData(l2, u2, a2), p2 = this._getFlowDefinitionForFlowType(l2), _2 = yield this._archFactoryFlows.createFlowFromDefinitionAsync(p2, t3, "", u2, void 0, d2, c2, null == a2 ? void 0 : a2.compatibleFlowTypes, l2 === r2.flowTypes.flowTypeVoiceSurvey); - yield this._performFlowTypeSpecificSetup(l2, _2, a2), this._processVariables(_2, null == a2 ? void 0 : a2.variables), this._addTerminatingActionsToFlow(l2, _2), this._setupInitialAudio(_2), yield _2.publishAsync(true), this._archFactoryFlows.logNote(`Stub flow [${t3}] published.`); + this._processVariables(_2, null == a2 ? void 0 : a2.variables), yield this._performFlowTypeSpecificSetup(l2, _2, a2), this._addTerminatingActionsToFlow(l2, _2), this._setupInitialAudio(_2), yield _2.publishAsync(true), this._archFactoryFlows.logNote(`Stub flow [${t3}] published.`); }); } _validateStubFlowRequirements(e3, t3) { @@ -26449,6 +26666,17 @@ var require_scripting_bundle = __commonJS({ break; case r2.flowTypes.flowTypeCommonModule: (null === (i3 = null == t3 ? void 0 : t3.compatibleFlowTypes) || void 0 === i3 ? void 0 : i3.length) || this._archFactoryFlows.logErrorAndThrow("at least one compatible flow type must be specified when creating a common module stub flow"); + for (const e4 of t3.compatibleFlowTypes) { + s.default.getIsValidFlowType(e4) || this._archFactoryFlows.logErrorAndThrow(`the compatible flow type '${e4}' is not a valid flow type. Valid flow types are: ${N.default.FLOW_TYPES_ALL.join(", ")}`); + const t4 = s.default.getDefinitionForFlowType(e4); + if (!t4 || !t4.isEmbeddable || !t4.isAvailable) { + const t5 = N.default.FLOW_TYPES_ALL.filter((e5) => { + const t6 = s.default.getDefinitionForFlowType(e5); + return t6 && t6.isAvailable && t6.isEmbeddable; + }); + this._archFactoryFlows.logErrorAndThrow(`the flow type '${e4}' cannot be used as a compatible flow type when creating a common module stub flow. Available compatible flow types are: ${t5.join(", ")}`); + } + } break; case r2.flowTypes.flowTypeWorkitem: (null == t3 ? void 0 : t3.worktype) || this._archFactoryFlows.logErrorAndThrow("a worktype must be specified when creating a workitem stub flow"); @@ -26476,7 +26704,7 @@ var require_scripting_bundle = __commonJS({ case r2.flowTypes.flowTypeBot: case r2.flowTypes.flowTypeDigitalBot: case r2.flowTypes.flowTypeVoice: - yield this._processBotSlotSettings(t3, i3); + this._processBotSlotSettings(t3, i3); break; case r2.flowTypes.flowTypeInboundCall: case r2.flowTypes.flowTypeSecureCall: @@ -26486,18 +26714,27 @@ var require_scripting_bundle = __commonJS({ const e4 = t3; yield e4.settingsOutboundCall.setContactListLiteralByContactListNameAsync(null == i3 ? void 0 : i3.contactList), yield e4.settingsOutboundCall.defaultWrapupCode.setLiteralByWrapupCodeNameAsync(null == i3 ? void 0 : i3.wrapupCode), this._setStartingTask(t3); } + this._addSupportedLanguages(t3, i3); }); } _processBotSlotSettings(e3, t3) { - return n2.__awaiter(this, void 0, void 0, function* () { - var i3; - const n3 = (null === (i3 = null == t3 ? void 0 : t3.variables) || void 0 === i3 ? void 0 : i3.filter((e4) => e4.name.startsWith("Slot."))) || []; - for (const t4 of n3) if (t4.type.isCollection) { - const i4 = null == e3 ? void 0 : e3.botFlowSettings.getSlotSettingsBySlotName(this._getSlotNameFromSlotVariableName(t4.name)); - i4 && (i4.captureValue = N.default.CAPTURE_TYPES.multiple); - } - yield e3.saveAsync(); - }); + var i3; + const n3 = (null === (i3 = null == t3 ? void 0 : t3.variables) || void 0 === i3 ? void 0 : i3.filter((e4) => e4.name.startsWith("Slot."))) || []; + for (const t4 of n3) if (t4.type.isCollection) { + const i4 = null == e3 ? void 0 : e3.botFlowSettings.getSlotSettingsBySlotName(this._getSlotNameFromSlotVariableName(t4.name)); + i4 && (i4.captureValue = N.default.CAPTURE_TYPES.multiple); + } + } + _addSupportedLanguages(e3, t3) { + var i3; + const n3 = null == t3 ? void 0 : t3.supportedLanguages; + if (!(null == n3 ? void 0 : n3.length) || !e3.supportsLanguages) return; + const r3 = null === (i3 = e3._getCoreViewModel().defaultLanguage) || void 0 === i3 ? void 0 : i3.toLowerCase(); + for (const t4 of n3) { + if (t4.toLowerCase() === r3) continue; + const i4 = I.default.getByLanguageTag(t4); + i4 && e3.addFlowSupportedLanguage(i4); + } } _setupInitialAudio(e3) { e3.initialAudio && e3.initialAudio.setDefaultCaseExpression('ToAudioTTS("stub")'); @@ -26643,7 +26880,7 @@ var require_scripting_bundle = __commonJS({ }, 21044: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.VideoType = void 0; - const n2 = i2(31635), r2 = i2(27491), o = i2(94765), a = i2(80428), s = i2(28290), l = n2.__importDefault(i2(4648)), u = i2(14394), d = i2(10798), c = i2(39139), p = i2(22226); + const n2 = i2(31635), r2 = i2(27491), o = i2(94765), a = i2(80428), s = i2(28290), l = n2.__importDefault(i2(4648)), u = i2(14394), d = i2(10798), c = i2(39139), p = n2.__importDefault(i2(22226)); class _ extends o.ExpressionType { constructor(e3, t3, i3) { super(e3, t3, i3); @@ -26655,7 +26892,7 @@ var require_scripting_bundle = __commonJS({ return r2.expressionDataService.isFunctionTextAvailableForFlowTypeAndOperandTypes("ToVideo", e3, [u.globalTypes.responseAsset, u.globalTypes.video]) && r2.expressionDataService.isFunctionTextAvailableForFlowTypeAndOperandTypes("FindResponseAsset", e3, [u.globalTypes.string]); } convertLitToExpression(e3, t3) { - return t3 && this.canConvertLitToExpression(e3) ? `ToVideo(FindResponseAsset(${p.getQuotedExpressionStringLiteral(t3)}), NOT_SET)` : ""; + return t3 && this.canConvertLitToExpression(e3) ? `ToVideo(FindResponseAsset(${p.default.getQuotedExpressionStringLiteral(t3)}), NOT_SET)` : ""; } _getLiteralValueOfExpression() { return ""; @@ -27221,6 +27458,25 @@ var require_scripting_bundle = __commonJS({ }, set: function(e3) { e3 && (this._confirmationNoInputApologies = this.reviveArray(e3, r2)); } } }), e2.exports = a; + }, 21569: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.customerSegmentManager = t2.CustomerSegmentManager = void 0; + const n2 = i2(31635), r2 = n2.__importStar(i2(99914)), o = n2.__importStar(i2(24032)), a = n2.__importDefault(i2(47532)), s = i2(61144), l = i2(81801), u = i2(27862); + class d extends a.default { + get requiredAuth() { + return l.externalAuthorizations.authStrings.customerSegmentsView; + } + get dependencyType() { + return u.CustomerSegment; + } + _createItemViewModel(e3) { + return new s.CustomerSegmentViewModel(e3); + } + constructor() { + super(), this.topic = o.getTopic("CustomerSegmentManager"), this.apiCallList = r2.getCustomerSegments, this.apiCallSingle = r2.getCustomerSegment, this._rawServerCache = {}, this.actionPropertyForUsageSearch = "", this.actionsForUsageSearch = [], this.className = "CustomerSegmentManager", this.dependencyContext = null, this.securityError = true, this.sortNotSupported = true, this.uiMetadataSectionName = "customerSegment", this._initialize(); + } + } + t2.CustomerSegmentManager = d, t2.customerSegmentManager = new d(); }, 21601: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ArchDefinitionVariable = void 0; @@ -28022,6 +28278,7 @@ var require_scripting_bundle = __commonJS({ t2.default = _; }, 22604: (e2, t2, i2) => { "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }); const n2 = i2(31635), r2 = i2(80295), o = i2(19596); class a extends o.DataContract { constructor(e3) { @@ -28046,7 +28303,7 @@ var require_scripting_bundle = __commonJS({ this._fileUrl = e3; } } - t2.A = a, n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "grammarId", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "language", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "fileUrl", null); + t2.default = a, n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "grammarId", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "language", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "fileUrl", null); }, 22668: (e2, t2, i2) => { const n2 = i2(92140), r2 = i2(45421), o = i2(25190), { ParameterInfo: a } = i2(55909), { ParameterValidator: s } = i2(33951); e2.exports = class extends r2 { @@ -29225,8 +29482,8 @@ var require_scripting_bundle = __commonJS({ }, 23335: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(71004), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(82926)), l = i2(63352), u = i2(27491), d = n2.__importDefault(i2(22226)), c = i2(14394), p = i2(9345), _ = i2(26403), h = i2(14187), m = i2(14187), g = i2(14187), f = i2(14187), T = n2.__importDefault(i2(67336)); - class y extends T.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(33231)), a = i2(71004), s = n2.__importDefault(i2(94225)), l = n2.__importDefault(i2(82926)), u = i2(63352), d = i2(27491), c = n2.__importDefault(i2(22226)), p = i2(14394), _ = i2(9345), h = i2(26403), m = i2(14187), g = i2(14187), f = i2(14187), T = i2(14187), y = n2.__importDefault(i2(66978)), S = n2.__importDefault(i2(67336)); + class A extends S.default { constructor(e3) { super(e3), this._checkItem(this._infoParmCtor("coreExpression"), !e3.parentFlow, "INTERNAL ERROR - there is no parent flow set on the expression"), this._coreExpressionInternal = e3, this._dataType = e3.type ? this.coreFactory.createArchWrapper(e3.type) : void 0, this._settings = this.coreFactory.createArchValueSettings(this); } @@ -29247,7 +29504,7 @@ var require_scripting_bundle = __commonJS({ } get definition() { if (!this._globalTypeName) return null; - const e3 = c.globalTypes[this._globalTypeName]; + const e3 = p.globalTypes[this._globalTypeName]; return this._checkItem(this._infoVal("globalType", "definition(get)"), !e3, `INTERNAL ERROR - unable to find global type for '${this._globalTypeName}'`), this.coreFactory.createArchDefinitionValue(e3); } get logStr() { @@ -29259,7 +29516,7 @@ var require_scripting_bundle = __commonJS({ return '"' + this._escapeTextForExpression(e3) + '"'; } _escapeTextForExpression(e3) { - return d.default.rawEscapeStringForExpressionMode(e3); + return c.default.rawEscapeStringForExpressionMode(e3); } _failIfOutput(e3) { this._settings.isOutput && this.logErrorAndThrow("assignment is invalid because this value is an output."); @@ -29294,13 +29551,23 @@ var require_scripting_bundle = __commonJS({ } } _processTextAndFailIfInvalid(e3) { - this._coreExpression.processText(true), this._coreExpression.resultType !== _.ParseResultTypes.error || e3 || this.logErrorAndThrow("expression text of '" + this._coreExpression.text + "' is in error. Reason: " + (this._coreExpression.resultMessage ? this._coreExpression.resultMessage : "Invalid.")); + this._coreExpression.processText(true), this._coreExpression.resultType !== h.ParseResultTypes.error || e3 || this.logErrorAndThrow("expression text of '" + this._coreExpression.text + "' is in error. Reason: " + (this._coreExpression.resultMessage ? this._coreExpression.resultMessage : "Invalid.")); } _processValueOverridden() { - this.settings.hasFlowLevelDefault && (this.logNote("setting the value so it overrides a flow level default"), this._coreExpression.isOverride = true); + var e3; + (this.settings.hasFlowLevelDefault || (null === (e3 = this._coreExpression.options) || void 0 === e3 ? void 0 : e3.allowFlowLevelDefault)) && (this.logNote("setting the value so it overrides a flow level default"), this._coreExpression.isOverride = true); } _setExpression(e3, t3) { - null == t3 && (t3 = ""), this._checkItemIsValidLiteralString(e3, t3), this._checkItem(e3, !this._settings.isWritable, "you cannot assign the expression text '" + t3 + "' because this value " + this.settings.logStr + " is not writable."), this._checkItem(e3, !this._settings.canBeExpression, "you cannot assign the expression text '" + t3 + "' because this value " + this.settings.logStr + " cannot be an expression."), this.logNote("assigning expression [Text: '" + t3 + "', ValueType: '" + this.displayTypeName + "']"), this._coreExpression.isNormalExpression || this._coreExpression.isCollectionExpression ? this._coreExpression.setAsExpression(t3) : this._coreExpression.setText(t3), this._processValueOverridden(), this._processTextAndFailIfInvalid(s.default.allowInvalidExpressionText); + null == t3 && (t3 = ""), this._checkItemIsValidLiteralString(e3, t3), this._checkItem(e3, !this._settings.isWritable, "you cannot assign the expression text '" + t3 + "' because this value " + this.settings.logStr + " is not writable."), this._checkItem(e3, !this._settings.canBeExpression, "you cannot assign the expression text '" + t3 + "' because this value " + this.settings.logStr + " cannot be an expression."), this.logNote("assigning expression [Text: '" + t3 + "', ValueType: '" + this.displayTypeName + "']"), this._coreExpression.isNormalExpression || this._coreExpression.isCollectionExpression ? this._coreExpression.setAsExpression(t3) : this._coreExpression.setText(t3), this._processValueOverridden(), this._processTextAndFailIfInvalid(l.default.allowInvalidExpressionText), this._registerExpressionServerSearchesOnAsyncTracker(); + } + _registerExpressionServerSearchesOnAsyncTracker() { + const e3 = this._coreExpression, t3 = e3._serverSearches; + if (!Array.isArray(t3) || !t3.length) return; + const i3 = e3.propertyName || this.displayTypeName; + for (let e4 = 0; e4 < t3.length; e4++) { + const n3 = t3[e4]; + o.default.isPromiseAlike(n3) ? y.default.addPromise(n3, `setExpression server search (${i3}) [${e4}]`) : this._logErrorInternal(`setExpression server search at index ${e4} on '${i3}' is not promise-like (${typeof n3}) and was not registered on ArchAsyncTracker.`); + } } _setNotWritableOverride(e3) { return this.settings._setNotWritableOverride(e3); @@ -29317,7 +29584,7 @@ var require_scripting_bundle = __commonJS({ return this._dataType; } get flowLevelDefault() { - if (this._coreExpression.options && this._coreExpression.options.isFlowLevelDefaultExpression) return null; + if (this._coreExpression.options && this._coreExpression.options.isOverridableFlowLevelDefaultExpression) return null; const e3 = this._coreExpression.propertyName; if (!e3) return null; if (!this._settings.hasFlowLevelDefault) return null; @@ -29347,13 +29614,13 @@ var require_scripting_bundle = __commonJS({ return true; } get isBuilder() { - return this._coreExpression.mode === l.ExpressionModes.builder; + return this._coreExpression.mode === u.ExpressionModes.builder; } get isExpression() { - return this._coreExpression.isAudioExpression && true === this._coreExpression.customExpressionMode || this._coreExpression.mode === l.ExpressionModes.expression; + return this._coreExpression.isAudioExpression && true === this._coreExpression.customExpressionMode || this._coreExpression.mode === u.ExpressionModes.expression; } get isNoValue() { - return this._coreExpression.mode === l.ExpressionModes.noValue; + return this._coreExpression.mode === u.ExpressionModes.noValue; } get isNoValueNoFallback() { return this._coreExpression.isNoValueModeWithNoFallback; @@ -29362,10 +29629,10 @@ var require_scripting_bundle = __commonJS({ return this._coreExpression.isVariableInitialValue; } get isLiteral() { - return this._coreExpression.mode === l.ExpressionModes.literal; + return this._coreExpression.mode === u.ExpressionModes.literal; } get isVariable() { - return this._coreExpression.mode === l.ExpressionModes.variable; + return this._coreExpression.mode === u.ExpressionModes.variable; } get isCollection() { return false; @@ -29397,52 +29664,52 @@ var require_scripting_bundle = __commonJS({ n4 !== r3 && this._itemIsInvalid(e3, "you cannot assign '" + t3 + "' to this value because it is declared in a different task from this value. The variable exists in the task '" + (n4 ? n4.name : "unknown") + "' and this value exists in the task '" + (r3 ? r3.name : "") + "'"); } } else { - const a2 = this._coreExpression.parentFlow; + const o2 = this._coreExpression.parentFlow; let s2, l2 = false; - const d2 = false, c2 = false; - let p2, _2, T2 = false; - const y2 = (0, h.getScope)(t3); + const u2 = false, c2 = false; + let p2, _2, h2 = false; + const y2 = (0, m.getScope)(t3); switch (y2) { - case g.scopes.call: - case g.scopes.chat: - case g.scopes.email: - case g.scopes.form: - case g.scopes.interaction: - case g.scopes.menu: - case g.scopes.message: - case g.scopes.prompt: - case g.scopes.promptSystem: - case g.scopes.session: - case g.scopes.slot: - case g.scopes.survey: - case g.scopes.workflow: - case g.scopes.workitem: - l2 = true, _2 = g.scopes[y2], p2 = (0, m.getUnscopedName)(t3), n3 = a2, s2 = n3.displayName; + case f.scopes.call: + case f.scopes.chat: + case f.scopes.email: + case f.scopes.form: + case f.scopes.interaction: + case f.scopes.menu: + case f.scopes.message: + case f.scopes.prompt: + case f.scopes.promptSystem: + case f.scopes.session: + case f.scopes.slot: + case f.scopes.survey: + case f.scopes.workflow: + case f.scopes.workitem: + l2 = true, _2 = f.scopes[y2], p2 = (0, g.getUnscopedName)(t3), n3 = o2, s2 = n3.displayName; break; - case g.scopes.common: - case g.scopes.flow: - T2 = true, _2 = g.scopes[y2], p2 = (0, m.getUnscopedName)(t3), n3 = a2, s2 = n3.displayName; + case f.scopes.common: + case f.scopes.flow: + h2 = true, _2 = f.scopes[y2], p2 = (0, g.getUnscopedName)(t3), n3 = o2, s2 = n3.displayName; break; - case g.scopes.bot: - case g.scopes.state: - case g.scopes.task: - _2 = g.scopes[y2], p2 = (0, m.getUnscopedName)(t3), n3 = this._coreExpression.getParentTask(), n3 || this.logItemErrorAndThrow(e3, `the variable '${t3}' is not valid for use here because it is a '${y2}' scoped variable and there is no container available in which it could belong.`), s2 = n3.name; + case f.scopes.bot: + case f.scopes.state: + case f.scopes.task: + _2 = f.scopes[y2], p2 = (0, g.getUnscopedName)(t3), n3 = this._coreExpression.getParentTask(), n3 || this.logItemErrorAndThrow(e3, `the variable '${t3}' is not valid for use here because it is a '${y2}' scoped variable and there is no container available in which it could belong.`), s2 = n3.name; break; default: { const t4 = this._getUserCreatableVariableScopes(true); this._itemIsInvalid(e3, `the scoped variable name must begin with one of the following scope(s): '${r2.default.isArray(t4) && t4.length ? t4.join(".', '") : "flow"}.'`); } } - const S = a2.variableGroup; - if (t3 = (0, f.setScope)(_2, p2), this._checkItem(e3, !p2, "there is no variable name specified after the prefix '" + _2 + "'"), this._checkItem(e3, p2 !== u.expressionDataService.cleanseForIdentifierName(p2), "the '" + p2 + "' in '" + t3 + "' is not valid. It must start with a letter and then be followed by one or more letters, numbers or underscore characters."), i3 = S.getVariableByName(t3, n3), !i3 && !l2) { + const S2 = o2.variableGroup; + if (t3 = (0, T.setScope)(_2, p2), this._checkItem(e3, !p2, "there is no variable name specified after the prefix '" + _2 + "'"), this._checkItem(e3, p2 !== d.expressionDataService.cleanseForIdentifierName(p2), "the '" + p2 + "' in '" + t3 + "' is not valid. It must start with a letter and then be followed by one or more letters, numbers or underscore characters."), i3 = S2.getVariableByName(t3, n3), !i3 && !l2) { if (_2 && n3) { const i4 = this._getUserCreatableVariableScopes(true); this._checkItem(e3, !r2.default.contains(n3.userCreatableVariableScopes, _2), `Unable to create the variable '${t3}' because the creatable variable scope(s) are ( '${r2.default.isArray(i4) && i4.length ? i4.join(".', '") : "flow"}.' ) and the submitted variable scope is '${_2}.'.`); } - this._dataType.isScriptCreatableForFlow(this.parentFlow) || this._itemIsInvalid(e3, "unable to create the variable '" + t3 + "' because its Architect data type ( not Architect Scripting type ) of '" + this.dataType.label + "' is not creatable from scripting."), T2 && (d2 && !this._dataType.isAvailableAsInputForFlowType(this._coreExpression.parentFlow.type) && this._itemIsInvalid(e3, "unable to create the variable '" + t3 + "' because its Architect data type ( not Architect Scripting type ) of '" + this.dataType.label + "' cannot be used as a flow input."), c2 && !this._dataType.isAvailableAsOutputForFlowType(this._coreExpression.parentFlow.type) && this._itemIsInvalid(e3, "unable to create the variable '" + t3 + "' because its Architect data type ( not Architect Scripting type ) of '" + this.dataType.label + "' cannot be used as a flow output.")), this.logNote("creating and assigning the variable named '" + t3 + "' in the " + _2 + " named '" + s2 + "'"), i3 = (0, o.addVariable)(t3, this._coreExpression, n3); + this._dataType.isScriptCreatableForFlow(this.parentFlow) || this._itemIsInvalid(e3, "unable to create the variable '" + t3 + "' because its Architect data type ( not Architect Scripting type ) of '" + this.dataType.label + "' is not creatable from scripting."), h2 && (u2 && !this._dataType.isAvailableAsInputForFlowType(this._coreExpression.parentFlow.type) && this._itemIsInvalid(e3, "unable to create the variable '" + t3 + "' because its Architect data type ( not Architect Scripting type ) of '" + this.dataType.label + "' cannot be used as a flow input."), c2 && !this._dataType.isAvailableAsOutputForFlowType(this._coreExpression.parentFlow.type) && this._itemIsInvalid(e3, "unable to create the variable '" + t3 + "' because its Architect data type ( not Architect Scripting type ) of '" + this.dataType.label + "' cannot be used as a flow output.")), this.logNote("creating and assigning the variable named '" + t3 + "' in the " + _2 + " named '" + s2 + "'"), i3 = (0, a.addVariable)(t3, this._coreExpression, n3); } } - return i3 || this._itemIsInvalid(e3, `the variable '${t3}' does not exist and cannot be created.`), i3.isUnavailable && this._itemIsInvalid(e3, "the variable '" + i3.name + "' cannot be set because it is unavailable."), (0, p.isMatch)(i3.type, this._coreExpression.type, p.settings.exact) || this._itemIsInvalid(e3, "the variable named '" + i3.name + "' with type of '" + i3.type.displayString + "' cannot be assigned to a value with type of '" + this._coreExpression.type.displayString + "' since they do not match."), i3; + return i3 || this._itemIsInvalid(e3, `the variable '${t3}' does not exist and cannot be created.`), i3.isUnavailable && this._itemIsInvalid(e3, "the variable '" + i3.name + "' cannot be set because it is unavailable."), (0, _.isMatch)(i3.type, this._coreExpression.type, _.settings.exact) || this._itemIsInvalid(e3, "the variable named '" + i3.name + "' with type of '" + i3.type.displayString + "' cannot be assigned to a value with type of '" + this._coreExpression.type.displayString + "' since they do not match."), i3; } setExpressionFromVariable(e3) { const t3 = this._infoParm("variableToAssign", "setExpressionFromVariable"); @@ -29450,12 +29717,12 @@ var require_scripting_bundle = __commonJS({ const i3 = "string" == typeof e3 ? !this.isValidString(e3) : !e3.isArchBaseVariable; this._checkItem(t3, i3, "you must pass in either an Architect variable or string like 'Flow.MyString' that identifies the variable to set."), this._checkItem(t3, !this._settings.isWritable, "you cannot assign a variable because this value " + this.settings.logStr + " is not writable."), this._checkItem(t3, !this._settings.canBeExpression, "you cannot assign a variable because this value " + this.settings.logStr + " cannot be an expression."); const n3 = this._resolveToCoreVariable(t3, e3); - return this._coreExpression.mode = l.ExpressionModes.expression, this._coreExpression.setText(n3.name), this._processValueOverridden(), "string" == typeof e3 ? this.coreFactory.createArchWrapper(n3) : e3; + return this._coreExpression.mode = u.ExpressionModes.expression, this._coreExpression.setText(n3.name), this._processValueOverridden(), "string" == typeof e3 ? this.coreFactory.createArchWrapper(n3) : e3; } setFromValue(e3) { var t3, i3; const n3 = this._infoParm("sourceValue", "setFromValue"); - this._checkItemUndefinedOrNull(n3, e3), this._checkItem(n3, !e3.isArchBaseValue, "you must pass in an ArchBaseValue instance."), this._checkItem(n3, !this._settings.isWritable, "you cannot set from value because this value " + this.settings.logStr + " is not writable."), this._checkItem(n3, !(0, p.isMatch)(e3._coreExpression.type, this._coreExpression.type, p.settings.exact), "the source value type '" + (null === (t3 = e3._coreExpression.type) || void 0 === t3 ? void 0 : t3.displayString) + "' does not match the destination value type '" + (null === (i3 = this._coreExpression.type) || void 0 === i3 ? void 0 : i3.displayString) + "'."), this._coreExpression.copyExpressionValue(e3._coreExpression), this._processValueOverridden(); + this._checkItemUndefinedOrNull(n3, e3), this._checkItem(n3, !e3.isArchBaseValue, "you must pass in an ArchBaseValue instance."), this._checkItem(n3, !this._settings.isWritable, "you cannot set from value because this value " + this.settings.logStr + " is not writable."), this._checkItem(n3, !(0, _.isMatch)(e3._coreExpression.type, this._coreExpression.type, _.settings.exact), "the source value type '" + (null === (t3 = e3._coreExpression.type) || void 0 === t3 ? void 0 : t3.displayString) + "' does not match the destination value type '" + (null === (i3 = this._coreExpression.type) || void 0 === i3 ? void 0 : i3.displayString) + "'."), this._coreExpression.copyExpressionValue(e3._coreExpression), this._processValueOverridden(); } setNoValue() { const e3 = this._infoMethod("setNoValue"); @@ -29469,13 +29736,13 @@ var require_scripting_bundle = __commonJS({ const t3 = this._infoParm("variableToAssign", "setVariable"); this._checkItemUndefinedOrNull(t3, e3), this._checkItem(t3, !e3.isArchBaseVariable && !this.isValidString(e3), "you must pass in either an Architect variable or string like 'Flow.MyString' that identifies the variable to set."), this._checkItem(t3, !this._settings.canBeVariable, "you cannot assign a variable because this value " + this.settings.logStr + " cannot be a variable."), this._checkItem(t3, !this._settings.isWritable, "you cannot assign a variable because this value " + this.settings.logStr + " is not writable."); const i3 = this._resolveToCoreVariable(t3, e3); - return this._settings.isOutput && i3.isReadOnly && this._itemIsInvalid(t3, "the variable '" + i3.name + "' cannot be set on this output value because it is read-only."), this._coreExpression.mode = l.ExpressionModes.variable, this._coreExpression.setText(i3.name), this._processValueOverridden(), e3.isArchBaseVariable ? e3 : this.coreFactory.createArchWrapper(i3); + return this._settings.isOutput && i3.isReadOnly && this._itemIsInvalid(t3, "the variable '" + i3.name + "' cannot be set on this output value because it is read-only."), this._coreExpression.mode = u.ExpressionModes.variable, this._coreExpression.setText(i3.name), this._processValueOverridden(), e3.isArchBaseVariable ? e3 : this.coreFactory.createArchWrapper(i3); } get valueText() { } } - t2.default = y, Object.defineProperty(y, "definition", { get: function() { - return this.prototype._globalTypeName ? (this.prototype._ensureSessionIsConnected(this.prototype._infoPropGet("definition"), a.default), this.prototype.coreFactory.createArchDefinitionValue(c.globalTypes[this.prototype._globalTypeName])) : null; + t2.default = A, Object.defineProperty(A, "definition", { get: function() { + return this.prototype._globalTypeName ? (this.prototype._ensureSessionIsConnected(this.prototype._infoPropGet("definition"), s.default), this.prototype.coreFactory.createArchDefinitionValue(p.globalTypes[this.prototype._globalTypeName])) : null; }, enumerable: true, configurable: true }); }, 23340: (e2, t2, i2) => { "use strict"; @@ -30411,10 +30678,10 @@ var require_scripting_bundle = __commonJS({ }, 24212: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(96618), a = n2.__importDefault(i2(71071)), s = n2.__importDefault(i2(95955)), l = n2.__importDefault(i2(39521)), u = n2.__importDefault(i2(37039)), d = n2.__importDefault(i2(81948)), c = i2(59684); - class p extends d.default { + const n2 = i2(31635), r2 = i2(96618), o = n2.__importDefault(i2(71071)), a = n2.__importDefault(i2(95955)), s = n2.__importDefault(i2(39521)), l = n2.__importDefault(i2(37039)), u = n2.__importDefault(i2(81948)), d = i2(59684); + class c extends u.default { constructor(e3) { - super(e3), this.callPrompts = new s.default(this), this.errorHandling = new l.default(this), this.inQueueSettings = new u.default(this), this._addToAutoManageSettings(this.callPrompts), this._addToAutoManageSettings(this.errorHandling), this._addToAutoManageSettings(this.inQueueSettings); + super(e3), this.callPrompts = new a.default(this), this.errorHandling = new s.default(this), this.inQueueSettings = new l.default(this), this._addToAutoManageSettings(this.callPrompts), this._addToAutoManageSettings(this.errorHandling), this._addToAutoManageSettings(this.inQueueSettings); } get className() { return "InQueueCallViewModel"; @@ -30423,16 +30690,16 @@ var require_scripting_bundle = __commonJS({ return true; } getFlowConfigurationClass() { - return c; + return d; } _loadConfiguration(e3) { - if (this._setInitialTrackingNumberFromConfiguration(e3.nextTrackingNumber), r2.default.destroyContents(this.tasks), super._loadConfiguration(e3), e3.flowSequenceItemList && 1 === e3.flowSequenceItemList.length && e3.flowSequenceItemList[0].__type === a.default.info.typeId) { - const t3 = new a.default(this, e3.flowSequenceItemList[0]); - t3.initialize(), this.tasks.push(t3); + if (this._setInitialTrackingNumberFromConfiguration(e3.nextTrackingNumber), this._deleteAllTasks(), super._loadConfiguration(e3), e3.flowSequenceItemList && 1 === e3.flowSequenceItemList.length && e3.flowSequenceItemList[0].__type === o.default.info.typeId) { + const t3 = new o.default(this, e3.flowSequenceItemList[0]); + t3.initialize(), this._addTask(t3); } } get type() { - return o.flowTypes.flowTypeInQueueCall; + return r2.flowTypes.flowTypeInQueueCall; } updateDependencies() { this.inQueueSettings.holdMusic.registerDependencies(), super.updateDependencies(); @@ -30441,7 +30708,7 @@ var require_scripting_bundle = __commonJS({ return "inqueueCall"; } } - t2.default = p; + t2.default = c; }, 24215: (e2, t2, i2) => { const { extractSecureDataActionType: n2 } = i2(30801), r2 = i2(73954); function o() { @@ -31099,7 +31366,7 @@ var require_scripting_bundle = __commonJS({ }, t2.getGlobalDtmfForFlow = function(e3) { return o[e3.instanceId] || []; }; - const n2 = i2(36781), r2 = {}, o = {}; + const n2 = i2(31635).__importStar(i2(36781)), r2 = {}, o = {}; n2.serviceListen(n2.cleanUpFlow, (e3) => { delete r2[e3.instanceId], delete o[e3.instanceId]; }); @@ -31522,20 +31789,20 @@ var require_scripting_bundle = __commonJS({ }, 25130: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.botConnectorVersionManager = t2.BotConnectorVersionManager = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(80911)), a = n2.__importStar(i2(1360)), s = n2.__importStar(i2(24032)), l = i2(30801), u = i2(96950), d = i2(74267), c = n2.__importDefault(i2(47532)), p = i2(81801), _ = i2(47957), h = i2(58597), m = i2(27862); - class g extends c.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(80911)), a = n2.__importStar(i2(24032)), s = n2.__importDefault(i2(58597)), l = i2(30801), u = n2.__importStar(i2(1360)), d = i2(74267), c = i2(81801), p = i2(96950), _ = n2.__importDefault(i2(47532)), h = i2(47957), m = i2(27862); + class g extends _.default { get requiredAuth() { - return p.externalAuthorizations.authStrings.botConnectorView; + return c.externalAuthorizations.authStrings.botConnectorView; } get dependencyType() { return m.BotConnectorBot; } constructor() { - super(), this.topic = s.getTopic("BotConnectorVersionManager"), this._rawServerCache = {}, this.actionPropertyForUsageSearch = "version", this.actionsForUsageSearch = [l.botConnectorActionType], this.apiCallList = o.getBotConnectorBotVersions, this.apiCallSingle = o.getBotConnectorBotVersion, this.caseSensitiveIds = true, this.className = "BotConnectorVersionManager", this.defaultMatchingStyle = a.exactMatch, this.dependencyContext = _.botConnector.botConnectorVersion, this.idEquivalent = "archInternalId", this.isDependentOnCategory = true, this.searchField = "name", this.securityError = true, this.suppressSearch = true, this.uiMetadataSectionName = "botConnectorVersion", this._initialize(); + super(), this.topic = a.getTopic("BotConnectorVersionManager"), this._rawServerCache = {}, this.actionPropertyForUsageSearch = "version", this.actionsForUsageSearch = [l.botConnectorActionType], this.apiCallList = o.getBotConnectorBotVersions, this.apiCallSingle = o.getBotConnectorBotVersion, this.caseSensitiveIds = true, this.className = "BotConnectorVersionManager", this.defaultMatchingStyle = u.exactMatch, this.dependencyContext = h.botConnector.botConnectorVersion, this.idEquivalent = "archInternalId", this.isDependentOnCategory = true, this.searchField = "name", this.securityError = true, this.suppressSearch = true, this.uiMetadataSectionName = "botConnectorVersion", this._initialize(); } addItem(e3, t3, i3) { - e3.isFromAdsValidationResults && (u.botConnectorManager.createAndAddBot(e3.id, e3.name, e3.botId, e3.integrationId), e3 = o.ensureCorrectVersionProperties(e3, null, e3.id, e3.integrationId)); - const n3 = !!e3.intents; + e3.isFromAdsValidationResults && (p.botConnectorManager.createAndAddBot(e3.id, e3.name, e3.botId, e3.integrationId), e3 = o.ensureCorrectVersionProperties(e3, null, e3.id, e3.integrationId)); + const n3 = !!e3.intents && e3.intents.length > 0; return super.addItem(e3, n3); } addItemToFlowMetadata(e3, t3, i3) { @@ -31543,7 +31810,7 @@ var require_scripting_bundle = __commonJS({ return super.addItemToFlowMetadata(e3, t3, n3); } get _networkModel() { - return h; + return s.default; } _createItemViewModel(e3) { return new d.BotConnectorVersionViewModel(e3); @@ -31555,7 +31822,7 @@ var require_scripting_bundle = __commonJS({ getBotCategoryForBotRunnable(e3, t3) { if (!r2.default.isString(e3)) return this.topic.error("Object passed to getBotCategoryForBotRunnable was not a string: " + e3), null; const i3 = this.getItem(e3.toLowerCase(), t3); - return i3 ? u.botConnectorManager.getItem(i3.botId, t3) : null; + return i3 ? p.botConnectorManager.getItem(i3.botId, t3) : null; } getItem(e3, t3) { const i3 = t3, n3 = r2.default.isFunction(null == i3 ? void 0 : i3.getUniqueBotRunnableId) ? i3.getUniqueBotRunnableId() : e3; @@ -32241,8 +32508,8 @@ var require_scripting_bundle = __commonJS({ }, 26519: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importStar(i2(69453)), s = i2(4333), l = n2.__importStar(i2(81116)), u = i2(14394), d = n2.__importDefault(i2(15244)), c = n2.__importStar(i2(17498)), p = n2.__importStar(i2(53128)), _ = n2.__importStar(i2(10798)), h = i2(19384), m = n2.__importDefault(i2(4648)), g = i2(12179), f = i2(10016), T = i2(2053), y = i2(47957), S = i2(1115); - class A extends f.BaseEventHandlingViewModel { + const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = i2(4333), s = n2.__importStar(i2(81116)), l = i2(14394), u = n2.__importDefault(i2(15244)), d = n2.__importStar(i2(17498)), c = n2.__importStar(i2(53128)), p = n2.__importStar(i2(10798)), _ = i2(19384), h = n2.__importStar(i2(1115)), m = n2.__importDefault(i2(4648)), g = i2(12179), f = i2(10016), T = i2(2053), y = i2(47957); + class S extends f.BaseEventHandlingViewModel { constructor(e3) { super(e3, T); } @@ -32260,64 +32527,64 @@ var require_scripting_bundle = __commonJS({ return super.handlingType; } set handlingType(e3) { - super.handlingType = e3, this._config && this._config.errorHandling && (this._updateQueueOutOfService(), S.validateNode(this, true)); + super.handlingType = e3, this._config && this._config.errorHandling && (this._updateQueueOutOfService(), h.validateNode(this, true)); } get handlingTypes() { - const e3 = p.getHandlingTypesForFlowType(this.parentFlow.type); + const e3 = c.getHandlingTypesForFlowType(this.parentFlow.type); return this._updateQueueDescription(e3), e3; } get isErrorHandlingNode() { return true; } loadConfiguration(e3) { - super.loadConfiguration(e3), e3.errorHandling.handlingType || (e3.errorHandling.handlingType = this.handlingTypes[0]), this._queue = l.expression(this.parentFlow, this, e3.errorHandling.queue, y.transferPureMatch.queue, u.globalTypes.queue, null, u.globalTypes.queue.createExpressionOptionClass().setAllowEmptyConfig(true).setIninTestingField("queue")), this._config = e3, this._createReferenceProperties(), this._updateQueueOutOfService(); + super.loadConfiguration(e3), e3.errorHandling.handlingType || (e3.errorHandling.handlingType = this.handlingTypes[0]), this._queue = s.expression(this.parentFlow, this, e3.errorHandling.queue, y.transferPureMatch.queue, l.globalTypes.queue, null, l.globalTypes.queue.createExpressionOptionClass().setAllowEmptyConfig(true).setIninTestingField("queue")), this._config = e3, this._createReferenceProperties(), this._updateQueueOutOfService(); } loadErrorSettings(e3) { - this._queue = l.expression(this.parentFlow, this, null, y.transferPureMatch.queue, u.globalTypes.queue, null, u.globalTypes.queue.createExpressionOptionClass().setAllowEmptyConfig(true)), this.queue.update(e3.name, e3.id), this._updateQueueOutOfService(); + this._queue = s.expression(this.parentFlow, this, null, y.transferPureMatch.queue, l.globalTypes.queue, null, l.globalTypes.queue.createExpressionOptionClass().setAllowEmptyConfig(true)), this.queue.update(e3.name, e3.id), this._updateQueueOutOfService(); } get queue() { return this._queue; } search(e3) { switch (this.handlingType) { - case d.default.Queue: + case u.default.Queue: e3.addToQueue(this.queue); break; - case d.default.Menu: + case u.default.Menu: this._searchReference(e3, this.menuReference, y.menu.label); break; - case d.default.State: + case u.default.State: this._searchReference(e3, this.stateReference, y.state.label); break; - case d.default.Task: + case u.default.Task: this._searchReference(e3, this.taskReference, y.task.label); } } updateDependencies() { - this._queue.outOfService || c.registerExpression(this.queue); + this._queue.outOfService || d.registerExpression(this.queue); } validate(e3) { var t3, i3, n3, r3; if (super.validate(e3), this.handlingType && !(null === (t3 = this.parentFlow.definition) || void 0 === t3 ? void 0 : t3.errorHandlingTypesMap[this.handlingType.value])) e3.addError(this, (0, o.sprintf)(y.customNodes.errorHandling.errorHandlingTypeNotAvailableForFlowType, null === (i3 = this.handlingType) || void 0 === i3 ? void 0 : i3.label, null === (r3 = null === (n3 = this.parentFlow) || void 0 === n3 ? void 0 : n3.definition) || void 0 === r3 ? void 0 : r3.typeDisplayName)); else switch (this.handlingType) { - case d.default.CompleteSend: - case d.default.Disconnect: - case d.default.EndFlow: - case d.default.EndInQueueState: - case d.default.EndWorkflow: - case d.default.Exit: - case d.default.AbortSend: + case u.default.CompleteSend: + case u.default.Disconnect: + case u.default.EndFlow: + case u.default.EndInQueueState: + case u.default.EndWorkflow: + case u.default.Exit: + case u.default.AbortSend: break; - case d.default.Queue: + case u.default.Queue: this.queue.validate(e3); break; - case d.default.Menu: + case u.default.Menu: this.menuProperty.validate(e3); break; - case d.default.State: + case u.default.State: this.stateProperty.validate(e3); break; - case d.default.Task: + case u.default.Task: this.taskProperty.validate(e3); break; default: @@ -32331,31 +32598,31 @@ var require_scripting_bundle = __commonJS({ super._initializeDesignTime(), this.menuProperty.initializeDesignTime(), this.stateProperty.initializeDesignTime(), this.taskProperty.initializeDesignTime(), this._queue.initializeDesignTime(); } _createReferenceProperties() { - this.menuProperty || (this.menuProperty = new s.ContainerActionProperty(this, {}, "menuReference", "menuReferenceName", y.menu.label, y.menu.noReference, y.menu.invalidReference, true, false, false, false, false, (e3) => { + this.menuProperty || (this.menuProperty = new a.ContainerActionProperty(this, {}, "menuReference", "menuReferenceName", y.menu.label, y.menu.noReference, y.menu.invalidReference, true, false, false, false, false, (e3) => { if (!e3 || !e3.isMenu) return { error: y.menu.invalidReference }; - }), this.stateProperty = new s.ContainerActionProperty(this, {}, "stateReference", "stateReferenceName", y.state.label, y.state.noReference, y.state.invalidReference, false, false, true, false, false, (e3) => e3 && e3.isState ? e3.isStartUpObject ? { warning: y.customNodes.errorHandling.changeStateToFlowStartup } : void 0 : { error: y.state.invalidReference }), this.taskProperty = new s.ContainerActionProperty(this, {}, "taskReference", "taskReferenceName", y.task.label, y.task.noReference, y.task.invalidReference, false, true, false, false, false, (e3) => { + }), this.stateProperty = new a.ContainerActionProperty(this, {}, "stateReference", "stateReferenceName", y.state.label, y.state.noReference, y.state.invalidReference, false, false, true, false, false, (e3) => e3 && e3.isState ? e3.isStartUpObject ? { warning: y.customNodes.errorHandling.changeStateToFlowStartup } : void 0 : { error: y.state.invalidReference }), this.taskProperty = new a.ContainerActionProperty(this, {}, "taskReference", "taskReferenceName", y.task.label, y.task.noReference, y.task.invalidReference, false, true, false, false, false, (e3) => { if (!e3 || !e3.isTask || !e3.isTransferable) return { error: y.task.invalidReference }; })); } _searchReference(e3, t3, i3) { if (t3) { - const n3 = h.flowElementRegistrationService.getItemById(this.parentFlow, t3); + const n3 = _.flowElementRegistrationService.getItemById(this.parentFlow, t3); n3 && e3.checkText(this, n3.name, i3); } } _updateQueueDescription(e3) { - const t3 = e3.find((e4) => e4.value === d.default.Queue.value); + const t3 = e3.find((e4) => e4.value === u.default.Queue.value); if (!t3) return; const i3 = this.parentFlow.type; - i3 !== r2.flowTypes.flowTypeInQueueEmail && i3 !== r2.flowTypes.flowTypeInQueueShortMessage || !_.isFeatureAvailable(m.default.transferToQueueErrorHandlingAutomate) ? t3.description = void 0 : t3.description = a.errorHandling.transferToQueueDigitalAutomateDescription; + i3 !== r2.flowTypes.flowTypeInQueueEmail && i3 !== r2.flowTypes.flowTypeInQueueShortMessage || !p.isFeatureAvailable(m.default.transferToQueueErrorHandlingAutomate) ? t3.description = void 0 : t3.description = y.customNodes.errorHandling.queueTransferDigitalAutomateDescription; } _updateQueueOutOfService() { var e3; - const t3 = this.handlingType && this.handlingType.value === d.default.Queue.value, i3 = !!(null === (e3 = this.parentFlow.definition) || void 0 === e3 ? void 0 : e3.errorHandlingTypesMap[d.default.Queue.value]); + const t3 = this.handlingType && this.handlingType.value === u.default.Queue.value, i3 = !!(null === (e3 = this.parentFlow.definition) || void 0 === e3 ? void 0 : e3.errorHandlingTypesMap[u.default.Queue.value]); this._queue.outOfService = !(t3 && i3); } } - t2.default = A; + t2.default = S; }, 26567: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -34049,7 +34316,7 @@ var require_scripting_bundle = __commonJS({ return this.configurationListManager?.getItem(e3, i3); } } }), n2.extend(a, "DependencyType"), a.getInstance = function(e3) { return o[e3 || 0] || o[0]; - }, a.AgenticVirtualAgent = new a("agenticVirtualAgent", r2.agenticVirtualAgent.agenticVirtualAgent, r2.externalAuths.agenticVirtualAgentView.displayTitle), a.AgenticVirtualAgentVersion = new a("agenticVirtualAgentVersion", r2.agenticVirtualAgent.agenticVirtualAgentVersion, r2.externalAuths.agenticVirtualAgentVersionView.displayTitle), a.AudioConnectorBot = new a("audioConnectorBot", r2.callAudioConnector.audioConnectorType), a.BridgeServer = new a("bridgeAction", r2.bridgeServer.bridgeAction, r2.externalAuths.bridgeActionView.displayTitle), a.BotConnectorBot = new a("botConnectorBot", r2.botConnector.botConnector, r2.externalAuths.botConnectorView.displayTitle), a.ConversationCustomAttributeSchema = new a("conversationCustomAttributeSchema", r2.conversationAttribute.conversationAttributeSchemaLabel), a.CustomerIntent = new a("customerIntent", r2.customerIntent.customerIntentLabel, r2.externalAuths.customerIntentsView.customerIntentsViewDisplayTitle), a.DigitalBotConnector = new a("digitalBotConnector", r2.botConnector.digitalBotConnector, r2.externalAuths.botConnectorView.displayTitle), a.DigitalBotConnectorIntegration = new a("digitalBotConnectorIntegration", r2.botConnector.digitalBotConnectorIntegration, r2.externalAuths.botConnectorView.displayTitle), a.DigitalBotFlow = new a("digitalBotFlow", r2.flow.types.digitalBotFlow, r2.navigationDropDown.sectionDigitalBotFlows), a.Division = new a("division", r2.flow.gridColumns.division), a.Guide = new a("guide", r2.guide.guide, r2.externalAuths.guideView.displayTitle), a.GuideVersion = new a("guideVersion", r2.guide.guideVersion, r2.externalAuths.guideVersionView.displayTitle), a.Integration = new a("integration", r2.integration.name, r2.externalAuths.integrationView.displayTitle), a.BotConnectorIntegration = new a("botConnectorIntegration", r2.botConnector.botConnectorIntegration), a.BotFlow = new a("botFlow", r2.flow.types.bot, r2.navigationDropDown.sectionBotFlows), a.LexBotAlias = new a("lexBotAlias", r2.lex.lexBotAlias), a.LexBot = new a("lexBot", r2.lex.lexBot), a.LexV2BotAlias = new a("lexV2BotAlias", r2.lex.lexV2BotAlias), a.LexV2Bot = new a("lexV2Bot", r2.lex.lexV2Bot), a.NuanceMixIntegration = new a("nuanceMixIntegration", r2.nuanceMix.nuanceMixIntegration), a.NuanceMixBot = new a("nuanceMixBot", r2.nuanceMix.nuanceMixBot), a.ContactList = new a("contactList", r2.expression.contactList, r2.externalAuths.contactListsView.displayTitle), a.EmergencyGroup = new a("emergencyGroup", r2.evaluateSchedules.emergencyGroup, r2.externalAuths.emergencyGroupView.displayTitle), a.CommonModuleFlow = new a("commonModuleFlow", r2.flow.types.commonModule, r2.navigationDropDown.sectionCommonModuleFlows), a.InboundCallFlow = new a("inboundCallFlow", r2.flow.types.inboundCall, r2.navigationDropDown.sectionInboundCallFlows), a.InqueueCallFlow = new a("inqueueCallFlow", r2.flow.types.inQueueCall, r2.navigationDropDown.sectionInQueueCallFlows), a.InqueueEmailFlow = new a("inqueueEmailFlow", r2.flow.types.inQueueEmail, r2.navigationDropDown.sectionInQueueEmailFlows), a.InqueueShortMessageFlow = new a("inqueueShortMessageFlow", r2.flow.types.inQueueShortMessage, r2.navigationDropDown.sectionInQueueShortMessageFlows), a.InboundChatFlow = new a("inboundChatFlow", r2.flow.types.inboundChat, r2.navigationDropDown.sectionInboundChatFlows), a.InboundEmailFlow = new a("inboundEmailFlow", r2.flow.types.inboundEmail, r2.navigationDropDown.sectionInboundEmailFlows), a.InboundShortMessageFlow = new a("inboundShortMessageFlow", r2.flow.types.inboundShortMessage, r2.navigationDropDown.sectionInboundShortMessageFlows), a.SurveyInviteFlow = new a("surveyInviteFlow", r2.flow.types.surveyInviteWebPrefix, r2.sectionSurveyInviteFlowsWebPrefix), a.Language = new a("language", r2.setLocale.headerLanguage, r2.expression.languages), a.LanguageSkill = new a("acdLanguage", r2.transferPureMatch.languageSkill, r2.externalAuths.languageSkillsView.displayTitle), a.OutboundCallFlow = new a("outboundCallFlow", r2.flow.types.outboundCall, r2.navigationDropDown.sectionOutboundCallFlows), a.Queue = new a("queue", r2.configurations.queue, r2.externalAuths.queuesView.displayTitle), a.Group = new a("group", r2.group.label, r2.group.groupLabelPlural), a.ScreenPop = new a("composerScript", r2.createCallback.script, r2.externalAuths.scriptsView.displayTitle), a.Response = new a("response", r2.getResponse.response, r2.externalAuths.responseView.displayTitle), a.DecisionTable = new a("decisionTable", r2.decisionTable.decisionTableLabel, r2.decisionTable.decisionTablePlural), a.Schedule = new a("schedule", r2.evaluateSchedules.schedule, r2.externalAuths.schedulesView.displayTitle), a.ScheduleGroup = new a("scheduleGroup", r2.evaluateSchedules.scheduleGroup, r2.externalAuths.scheduleGroupView.displayTitle), a.SecureCallFlow = new a("secureCallFlow", r2.flow.types.secureCall, r2.navigationDropDown.sectionSecureCallFlows), a.Skill = new a("acdSkill", r2.configurations.skill, r2.configurations.skillsPlural), a.SmsPhoneNumber = new a("smsPhoneNumber", r2.deflect.smsPhoneNumber, r2.externalAuths.smsPhoneNumberView.smsPhoneNumberViewDisplayTitle), a.SystemPrompt = new a("systemPrompt", r2.audio.promptSystem, r2.externalAuths.promptsSystemView.displayTitle), a.UtilizationLabel = new a("utilizationLabel", r2.utilizationLabel.utilizationLabelLabel, r2.externalAuths.utilizationLabelView.utilizationLabelViewDisplayTitle), a.User = new a("user", r2.user.label, r2.user.userLabelPlural), a.UserPrompt = new a("userPrompt", r2.audio.promptUser, r2.externalAuths.promptsUserView.displayTitle), a.WrapupCode = new a("acdWrapupCode", r2.setWrapupCode.wrapupCode, r2.externalAuths.wrapupCodesView.displayTitle), a.SecureAction = new a("secureAction", r2.secureAction.secureAction), a.DataAction = new a("dataAction", r2.dataAction.dataAction), a.Video = new a("video", r2.generic.video), a.EmailSendFlow = new a("emailSendFlow", r2.emailSendFlow.emailSendFlowTypeDisplayName, r2.emailSendFlow.emailSendFlowsSectionLabel), a.VoiceFlow = new a("voiceFlow", r2.flow.types.voiceFlow), a.VoicemailFlow = new a("voicemailFlow", r2.flow.types.voicemailFlow, r2.navigationDropDown.sectionVoicemailFlows), a.VoiceSurveyFlow = new a("voiceSurveyFlow", r2.flow.types.voiceSurveyFlow, r2.navigationDropDown.sectionVoiceSurveyFlows), a.Workflow = new a("workflow", r2.flow.types.workflow, r2.navigationDropDown.sectionWorkflowFlows), a.WorkItemFlow = new a("workItemFlow", r2.flow.types.workItem, r2.navigationDropDown.sectionWorkItemFlows), a.DataTable = new a("dataTable", r2.dataTable.dataTable, r2.externalAuths.dataTablesView.displayTitle), a.DigitalAudio = new a("digitalAudio", r2.generic.digitalAudio), a.File = new a("file", r2.file.file), a.FlowMilestone = new a("flowMilestone", r2.flowOutcomes.flowMilestone, r2.externalAuths.flowMilestonesView.displayTitle), a.FlowOutcome = new a("flowOutcome", r2.flowOutcomes.flowOutcome, r2.externalAuths.flowOutcomesView.displayTitle), a.TtsEngine = new a("ttsEngine", r2.textToSpeech.ttsEngineDependencyString), a.TtsVoice = new a("ttsVoice", r2.textToSpeech.ttsVoice), a.DialogflowAgent = new a("dialogflowAgent", r2.dialogflow.dialogflowAgent), a.DialogflowCxAgent = new a("dialogflowCxAgent", r2.dialogflowCx.dialogflowCxAgent), a.DialogEngineBot = new a("dialogEngineBot", r2.dialogEngine.dialogEngineBot), a.DialogEngineBotVersion = new a("dialogEngineBotVersion", r2.dialogEngine.dialogEngineBotVersion), a.FlowAction = new a("flowAction", r2.action.action), a.FlowDataType = new a("flowDataType", r2.generic.type), a.NLUDomain = new a("nluDomain", r2.bot.naturalLanguageUnderstanding), a.NLUDomain.hideFromGrid = true, a.KnowledgeBase = new a("knowledgeBase", r2.knowledgeSettings.knowledgeBase, r2.externalAuths.knowledgeBaseView.knowledgeBaseViewDisplayTitle), a.ConversationSummarySetting = new a("conversationSummarySetting", r2.customNodes.virtualAgentSettings.conversationSummarySettingsTitle, r2.customNodes.virtualAgentSettings.conversationSummarySettingsTitle), a.KnowledgeSetting = new a("knowledgeSetting", r2.knowledgeSettings.knowledgeSetting, r2.knowledgeSettings.knowledgeSetting), a.KnowledgeBaseDocument = new a("knowledgeBaseDocument", r2.knowledgeSettings.knowledgeBaseDocument, r2.externalAuths.knowledgeBaseDocumentView.knowledgeBaseDocumentViewDisplayTitle), a.Image = new a("image", r2.image.image), a.OAuthClient = new a("oAuthClient", r2.oauthClient.label), a.ResponseAsset = new a("responseAsset", r2.responseAsset.responseAsset), a.SpeechToTextEngine = new a("sttEngine", r2.speechToText.speechToTextEngineLabel), a.Grammar = new a("grammar", r2.grammars.grammarLabel, r2.externalAuths.grammarView.displayTitle), a.SurveyForm = new a("surveyForm", r2.voiceSurvey.surveyFormLabel, r2.externalAuths.surveyFormView.displayTitle), a.Schema = new a("schema", r2.workitem.schemaLabel), a.Worktype = new a("worktype", r2.workitem.worktypeLabel, r2.externalAuths.worktypesView.displayTitle), Object.defineProperties(a.prototype, { toJSON: { value: function() { + }, a.AgenticVirtualAgent = new a("agenticVirtualAgent", r2.agenticVirtualAgent.agenticVirtualAgent, r2.externalAuths.agenticVirtualAgentView.displayTitle), a.AgenticVirtualAgentVersion = new a("agenticVirtualAgentVersion", r2.agenticVirtualAgent.agenticVirtualAgentVersion, r2.externalAuths.agenticVirtualAgentVersionView.displayTitle), a.AudioConnectorBot = new a("audioConnectorBot", r2.callAudioConnector.audioConnectorType), a.BridgeServer = new a("bridgeAction", r2.bridgeServer.bridgeAction, r2.externalAuths.bridgeActionView.displayTitle), a.BotConnectorBot = new a("botConnectorBot", r2.botConnector.botConnector, r2.externalAuths.botConnectorView.displayTitle), a.ConversationCustomAttributeSchema = new a("conversationCustomAttributeSchema", r2.conversationAttribute.conversationAttributeSchemaLabel), a.CustomerIntent = new a("customerIntent", r2.customerIntent.customerIntentLabel, r2.externalAuths.customerIntentsView.customerIntentsViewDisplayTitle), a.CustomerSegment = new a("customerSegment", r2.customerSegment.customerSegmentLabel, r2.externalAuths.customerSegmentsView.customerSegmentsViewDisplayTitle), a.DigitalBotConnector = new a("digitalBotConnector", r2.botConnector.digitalBotConnector, r2.externalAuths.botConnectorView.displayTitle), a.DigitalBotConnectorIntegration = new a("digitalBotConnectorIntegration", r2.botConnector.digitalBotConnectorIntegration, r2.externalAuths.botConnectorView.displayTitle), a.DigitalBotFlow = new a("digitalBotFlow", r2.flow.types.digitalBotFlow, r2.navigationDropDown.sectionDigitalBotFlows), a.Division = new a("division", r2.flow.gridColumns.division), a.Guide = new a("guide", r2.guide.guide, r2.externalAuths.guideView.displayTitle), a.GuideVersion = new a("guideVersion", r2.guide.guideVersion, r2.externalAuths.guideVersionView.displayTitle), a.Integration = new a("integration", r2.integration.name, r2.externalAuths.integrationView.displayTitle), a.BotConnectorIntegration = new a("botConnectorIntegration", r2.botConnector.botConnectorIntegration), a.BotFlow = new a("botFlow", r2.flow.types.bot, r2.navigationDropDown.sectionBotFlows), a.LexBotAlias = new a("lexBotAlias", r2.lex.lexBotAlias), a.LexBot = new a("lexBot", r2.lex.lexBot), a.LexV2BotAlias = new a("lexV2BotAlias", r2.lex.lexV2BotAlias), a.LexV2Bot = new a("lexV2Bot", r2.lex.lexV2Bot), a.NuanceMixIntegration = new a("nuanceMixIntegration", r2.nuanceMix.nuanceMixIntegration), a.NuanceMixBot = new a("nuanceMixBot", r2.nuanceMix.nuanceMixBot), a.ContactList = new a("contactList", r2.expression.contactList, r2.externalAuths.contactListsView.displayTitle), a.EmergencyGroup = new a("emergencyGroup", r2.evaluateSchedules.emergencyGroup, r2.externalAuths.emergencyGroupView.displayTitle), a.CommonModuleFlow = new a("commonModuleFlow", r2.flow.types.commonModule, r2.navigationDropDown.sectionCommonModuleFlows), a.InboundCallFlow = new a("inboundCallFlow", r2.flow.types.inboundCall, r2.navigationDropDown.sectionInboundCallFlows), a.InqueueCallFlow = new a("inqueueCallFlow", r2.flow.types.inQueueCall, r2.navigationDropDown.sectionInQueueCallFlows), a.InqueueEmailFlow = new a("inqueueEmailFlow", r2.flow.types.inQueueEmail, r2.navigationDropDown.sectionInQueueEmailFlows), a.InqueueShortMessageFlow = new a("inqueueShortMessageFlow", r2.flow.types.inQueueShortMessage, r2.navigationDropDown.sectionInQueueShortMessageFlows), a.InboundChatFlow = new a("inboundChatFlow", r2.flow.types.inboundChat, r2.navigationDropDown.sectionInboundChatFlows), a.InboundEmailFlow = new a("inboundEmailFlow", r2.flow.types.inboundEmail, r2.navigationDropDown.sectionInboundEmailFlows), a.InboundShortMessageFlow = new a("inboundShortMessageFlow", r2.flow.types.inboundShortMessage, r2.navigationDropDown.sectionInboundShortMessageFlows), a.SurveyInviteFlow = new a("surveyInviteFlow", r2.flow.types.surveyInviteWebPrefix, r2.sectionSurveyInviteFlowsWebPrefix), a.Language = new a("language", r2.setLocale.headerLanguage, r2.expression.languages), a.LanguageSkill = new a("acdLanguage", r2.transferPureMatch.languageSkill, r2.externalAuths.languageSkillsView.displayTitle), a.OutboundCallFlow = new a("outboundCallFlow", r2.flow.types.outboundCall, r2.navigationDropDown.sectionOutboundCallFlows), a.Queue = new a("queue", r2.configurations.queue, r2.externalAuths.queuesView.displayTitle), a.Group = new a("group", r2.group.label, r2.group.groupLabelPlural), a.ScreenPop = new a("composerScript", r2.createCallback.script, r2.externalAuths.scriptsView.displayTitle), a.Response = new a("response", r2.getResponse.response, r2.externalAuths.responseView.displayTitle), a.DecisionTable = new a("decisionTable", r2.decisionTable.decisionTableLabel, r2.decisionTable.decisionTablePlural), a.Schedule = new a("schedule", r2.evaluateSchedules.schedule, r2.externalAuths.schedulesView.displayTitle), a.ScheduleGroup = new a("scheduleGroup", r2.evaluateSchedules.scheduleGroup, r2.externalAuths.scheduleGroupView.displayTitle), a.SecureCallFlow = new a("secureCallFlow", r2.flow.types.secureCall, r2.navigationDropDown.sectionSecureCallFlows), a.Skill = new a("acdSkill", r2.configurations.skill, r2.configurations.skillsPlural), a.SmsPhoneNumber = new a("smsPhoneNumber", r2.deflect.smsPhoneNumber, r2.externalAuths.smsPhoneNumberView.smsPhoneNumberViewDisplayTitle), a.SystemPrompt = new a("systemPrompt", r2.audio.promptSystem, r2.externalAuths.promptsSystemView.displayTitle), a.UtilizationLabel = new a("utilizationLabel", r2.utilizationLabel.utilizationLabelLabel, r2.externalAuths.utilizationLabelView.utilizationLabelViewDisplayTitle), a.User = new a("user", r2.user.label, r2.user.userLabelPlural), a.UserPrompt = new a("userPrompt", r2.audio.promptUser, r2.externalAuths.promptsUserView.displayTitle), a.WrapupCode = new a("acdWrapupCode", r2.setWrapupCode.wrapupCode, r2.externalAuths.wrapupCodesView.displayTitle), a.SecureAction = new a("secureAction", r2.secureAction.secureAction), a.DataAction = new a("dataAction", r2.dataAction.dataAction), a.Video = new a("video", r2.generic.video), a.EmailSendFlow = new a("emailSendFlow", r2.emailSendFlow.emailSendFlowTypeDisplayName, r2.emailSendFlow.emailSendFlowsSectionLabel), a.VoiceFlow = new a("voiceFlow", r2.flow.types.voiceFlow), a.VoicemailFlow = new a("voicemailFlow", r2.flow.types.voicemailFlow, r2.navigationDropDown.sectionVoicemailFlows), a.VoiceSurveyFlow = new a("voiceSurveyFlow", r2.flow.types.voiceSurveyFlow, r2.navigationDropDown.sectionVoiceSurveyFlows), a.Workflow = new a("workflow", r2.flow.types.workflow, r2.navigationDropDown.sectionWorkflowFlows), a.WorkItemFlow = new a("workItemFlow", r2.flow.types.workItem, r2.navigationDropDown.sectionWorkItemFlows), a.DataTable = new a("dataTable", r2.dataTable.dataTable, r2.externalAuths.dataTablesView.displayTitle), a.DigitalAudio = new a("digitalAudio", r2.generic.digitalAudio), a.File = new a("file", r2.file.file), a.FlowMilestone = new a("flowMilestone", r2.flowOutcomes.flowMilestone, r2.externalAuths.flowMilestonesView.displayTitle), a.FlowOutcome = new a("flowOutcome", r2.flowOutcomes.flowOutcome, r2.externalAuths.flowOutcomesView.displayTitle), a.TtsEngine = new a("ttsEngine", r2.textToSpeech.ttsEngineDependencyString), a.TtsVoice = new a("ttsVoice", r2.textToSpeech.ttsVoice), a.DialogflowAgent = new a("dialogflowAgent", r2.dialogflow.dialogflowAgent), a.DialogflowCxAgent = new a("dialogflowCxAgent", r2.dialogflowCx.dialogflowCxAgent), a.DialogEngineBot = new a("dialogEngineBot", r2.dialogEngine.dialogEngineBot), a.DialogEngineBotVersion = new a("dialogEngineBotVersion", r2.dialogEngine.dialogEngineBotVersion), a.FlowAction = new a("flowAction", r2.action.action), a.FlowDataType = new a("flowDataType", r2.generic.type), a.NLUDomain = new a("nluDomain", r2.bot.naturalLanguageUnderstanding), a.NLUDomain.hideFromGrid = true, a.KnowledgeBase = new a("knowledgeBase", r2.knowledgeSettings.knowledgeBase, r2.externalAuths.knowledgeBaseView.knowledgeBaseViewDisplayTitle), a.ConversationSummarySetting = new a("conversationSummarySetting", r2.customNodes.virtualAgentSettings.conversationSummarySettingsTitle, r2.customNodes.virtualAgentSettings.conversationSummarySettingsTitle), a.KnowledgeSetting = new a("knowledgeSetting", r2.knowledgeSettings.knowledgeSetting, r2.knowledgeSettings.knowledgeSetting), a.KnowledgeBaseDocument = new a("knowledgeBaseDocument", r2.knowledgeSettings.knowledgeBaseDocument, r2.externalAuths.knowledgeBaseDocumentView.knowledgeBaseDocumentViewDisplayTitle), a.Image = new a("image", r2.image.image), a.OAuthClient = new a("oAuthClient", r2.oauthClient.label), a.ResponseAsset = new a("responseAsset", r2.responseAsset.responseAsset), a.SpeechToTextEngine = new a("sttEngine", r2.speechToText.speechToTextEngineLabel), a.Grammar = new a("grammar", r2.grammars.grammarLabel, r2.externalAuths.grammarView.displayTitle), a.SurveyForm = new a("surveyForm", r2.voiceSurvey.surveyFormLabel, r2.externalAuths.surveyFormView.displayTitle), a.Schema = new a("schema", r2.workitem.schemaLabel), a.Worktype = new a("worktype", r2.workitem.worktypeLabel, r2.externalAuths.worktypesView.displayTitle), Object.defineProperties(a.prototype, { toJSON: { value: function() { return this.value; } } }), e2.exports = a; }, 27873: (e2, t2, i2) => { @@ -34637,7 +34904,7 @@ var require_scripting_bundle = __commonJS({ } static _disableDTMFChoiceCallback(e3, t3) { var i3, n3, r3; - const o2 = null === (n3 = null === (i3 = e3.parentFlow.userInputSettings) || void 0 === i3 ? void 0 : i3.dtmfTerminatingCharacter) || void 0 === n3 ? void 0 : n3.text; + const o2 = null === (n3 = null === (i3 = e3.parentFlow.userInputSettings) || void 0 === i3 ? void 0 : i3.dtmfTerminatingCharacter) || void 0 === n3 ? void 0 : n3.getStringTypeDesignTimeValue(); if (o2 && o2 === t3.id) return true; const a2 = null === (r3 = e3.propertyParent) || void 0 === r3 ? void 0 : r3.parentList; return !!(null == a2 ? void 0 : a2.collectionItems.items.find((e4) => { @@ -36118,25 +36385,25 @@ var require_scripting_bundle = __commonJS({ }, 29546: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.determineGenesysCloudToArchitectLocale = m, t2.getCurrentLanguageDirection = function() { - const e3 = r2.default.findWhere(d, { id: s.getCurrentLanguage() }); - return e3 ? e3.direction : u.leftToRight; + const e3 = r2.default.findWhere(a.isoLanguagesUiData, { id: l.getCurrentLanguage() }); + return e3 ? e3.direction : d.leftToRight; }, t2.getCurrentLanguage = function() { return _; }; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(24032), a = i2(6256), s = n2.__importStar(i2(74359)), l = i2(22754), u = i2(37675), d = i2(98261), c = (0, o.getTopic)("languageManager"), p = "en-us"; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(24032), a = i2(85306), s = i2(6256), l = n2.__importStar(i2(74359)), u = i2(22754), d = i2(37675), c = (0, o.getTopic)("languageManager"), p = "en-us"; let _; const h = ["fi", "th", "da"]; function m(e3) { - const t3 = l.storage.cookies.get(l.storage.keys.pcLocale), i3 = l.storage.cookies.get(l.storage.keys.pcLocaleOld); + const t3 = u.storage.cookies.get(u.storage.keys.pcLocale), i3 = u.storage.cookies.get(u.storage.keys.pcLocaleOld); if (c.info("New cookie value: '" + t3 + "', old cookie value: '" + i3 + "'"), e3 || (e3 = t3 || i3), !e3) return c.info("No language found in cookie storage."), null; - const n3 = (0, a.getGenesysCloudToArchitectLocale)(e3); + const n3 = (0, s.getGenesysCloudToArchitectLocale)(e3); return n3 ? (c.info("Using language " + JSON.stringify(n3)), n3.id) : (r2.default.contains(h, e3) || c.error(`No matching language found for "${e3}".`), null); } { let e3; e3 = m(), e3 ? (c.info("Setting currentLanguage to: " + e3), _ = e3) : (c.info("Setting currentLanguage to default language: " + p), _ = p); } - if (s.setCurrentLanguage(_), r2.default.findWhere(d, { id: _ }).italic) { + if (l.setCurrentLanguage(_), r2.default.findWhere(a.isoLanguagesUiData, { id: _ }).italic) { const e3 = document.createElement("style"); e3.type = "text/css", e3.innerHTML = ".italicize { font-style: italic; }", document.getElementsByTagName("head")[0].appendChild(e3); } @@ -36167,8 +36434,8 @@ var require_scripting_bundle = __commonJS({ t2.ExpressionTypeDivisionOptions = r2; }, 29626: (e2, t2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getSendRichLinkFailureReasons = void 0; - t2.getSendRichLinkFailureReasons = ["ActionInvocationLimitExceeded", "GeneralError"]; + Object.defineProperty(t2, "__esModule", { value: true }), t2.sendRichLinkFailureReasons = void 0; + t2.sendRichLinkFailureReasons = ["ActionInvocationLimitExceeded", "GeneralError"]; }, 29651: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -36360,6 +36627,43 @@ var require_scripting_bundle = __commonJS({ } } t2.RequestInfo = a; + }, 29954: (e2, t2, i2) => { + "use strict"; + var n2, r2; + t2.A = void 0; + const o = i2(31635), a = i2(5894), s = i2(80295), l = o.__importDefault(i2(7401)), u = i2(47233), d = i2(80295), c = i2(30801); + class p extends a.BaseFailureOutputsActionModel { + constructor(e3) { + super(e3), this.__type = p.__type, (0, d.makeUnenumerable)(this, "_externalContactId"), (0, d.makeUnenumerable)(this, "_externalContact"), (0, d.makeUnenumerable)(this, "_patchChanges"), this._patchChanges || (this._patchChanges = []); + } + pasteReIdOrRename(e3) { + var t3, i3, n3; + super.pasteReIdOrRename(e3), null === (t3 = this.externalContactId) || void 0 === t3 || t3.pasteReIdOrRename(e3), null === (i3 = this.externalContact) || void 0 === i3 || i3.pasteReIdOrRename(e3), null === (n3 = this.patchChanges) || void 0 === n3 || n3.forEach((t4) => t4.pasteReIdOrRename(e3)); + } + pasteResolveOldToNewValues(e3) { + var t3, i3, n3; + super.pasteResolveOldToNewValues(e3), null === (t3 = this.externalContactId) || void 0 === t3 || t3.pasteResolveOldToNewValues(e3), null === (i3 = this.externalContact) || void 0 === i3 || i3.pasteResolveOldToNewValues(e3), null === (n3 = this.patchChanges) || void 0 === n3 || n3.forEach((t4) => t4.pasteResolveOldToNewValues(e3)); + } + get externalContactId() { + return this._externalContactId; + } + set externalContactId(e3) { + this._externalContactId = this.reviveItem(e3, l.default); + } + get externalContact() { + return this._externalContact; + } + set externalContact(e3) { + this._externalContact = this.reviveItem(e3, l.default); + } + get patchChanges() { + return this._patchChanges; + } + set patchChanges(e3) { + this._patchChanges = this.reviveArray(e3, u.ExternalContactPatchChange); + } + } + t2.A = p, p.__type = c.updateExternalContactActionType, o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = void 0 !== l.default && l.default) ? n2 : Object), o.__metadata("design:paramtypes", [Object])], p.prototype, "externalContactId", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (r2 = void 0 !== l.default && l.default) ? r2 : Object), o.__metadata("design:paramtypes", [Object])], p.prototype, "externalContact", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", Array), o.__metadata("design:paramtypes", [Object])], p.prototype, "patchChanges", null), p.registerType(); }, 30015: (e2, t2, i2) => { const n2 = i2(14961), r2 = { replacementDuration: "$estimatedWaitTimeDuration", replacementRoundingInterval: "$estimatedWaitTimeRoundingInterval", replacementSpecificRoundingInterval: "$estimatedWaitTimeSpecificRoundingIntervals", subExpressions: { toAudioBlank: { _label: "blank_0ms", ids: ["Audio_ONE ToAudioBlank(Long_ONE)"], value: "ToAudioBlank(0)" }, toAudioDuration: { _label: "ewt_duration", ids: ["Audio_ONE ToAudioDuration(Duration_ONE)"], value: "ToAudioDuration($estimatedWaitTimeDuration)" }, toAudioDurationRoundUp: { _label: "ewt_duration_rounded_up", ids: ["Audio_ONE ToAudioDuration(Duration_ONE)", "Duration_ONE RoundUp(Duration_ONE,Duration_ONE,Duration_COLL)"], value: "ToAudioDuration(RoundUp($estimatedWaitTimeDuration, $estimatedWaitTimeRoundingInterval, $estimatedWaitTimeSpecificRoundingIntervals))" }, toAudioTimeRange: { _label: "ewt_duration_as_time_range", ids: ["Audio_ONE ToAudioTimeRange(Long_ONE,Long_ONE,TimePartEnumDataType_ONE)", "Long_ONE toInt(Decimal_ONE)", "Long_ONE toInt(Duration_ONE)", "Duration_COLL Range(Duration_ONE,Duration_ONE)", "Duration_ONE RoundUp(Duration_ONE,Duration_ONE)", "Duration_ONE makeDuration(Long_ONE,Long_ONE,Long_ONE,Long_ONE)"], value: "ToAudioTimeRange(ToInt(ToInt(If(Range(RoundUp($estimatedWaitTimeDuration, MakeDuration(0, 0, 1, 0)),$estimatedWaitTimeRoundingInterval)[0] < MakeDuration(0,0,1,0),MakeDuration(0,0,1,0),Range(RoundUp($estimatedWaitTimeDuration, MakeDuration(0, 0, 1, 0)),$estimatedWaitTimeRoundingInterval)[0])) / 60000),ToInt(ToInt(If(Range(RoundUp($estimatedWaitTimeDuration, MakeDuration(0, 0, 1, 0)),$estimatedWaitTimeRoundingInterval)[1] < MakeDuration(0,0,1,0),MakeDuration(0,0,1,0),Range(RoundUp($estimatedWaitTimeDuration, MakeDuration(0, 0, 1, 0)),$estimatedWaitTimeRoundingInterval)[1])) / 60000),Format.TimePart.minutes)" } }, systemPrompts: { estimated_wait_time_about: "estimated_wait_time_about", estimated_wait_time_about_2: "estimated_wait_time_about_2", estimated_wait_time_is: "estimated_wait_time_is", estimated_wait_time_is_2: "estimated_wait_time_is_2", estimated_wait_time_exact: "estimated_wait_time_exact", estimated_wait_time_less_than: "estimated_wait_time_less_than", estimated_wait_time_less_than_2: "estimated_wait_time_less_than_2", estimated_wait_time_range_1: "estimated_wait_time_range_1", desu: "desu", time_range_separator: "time_range_separator" }, sequenceTypes: { tts: "tts", subExpression: "subExpression", systemPrompt: "systemPrompt" } }; function o() { @@ -36750,14 +37054,14 @@ var require_scripting_bundle = __commonJS({ function a() { a.baseConstructor.apply(this, arguments); } - r2.extend(a, "BotConnectorVersionList"), Object.defineProperties(a.prototype, { entities: { enumerable: true, get: function() { + r2.extend(a, "BotConnectorVersionList"), Object.defineProperties(a.prototype, { entities: { enumerable: true, set: function(e3) { + this._entitiesSetBy && "versions" !== this._entitiesSetBy && o.error('BotConnectorVersionList: "entities" setter called but data was already set by "versions"'), this._entitiesSetBy = "entities", this._entities = this.reviveArray(e3, n2); + }, get: function() { return this._entities; - }, set: function(e3) { - this._entities.length > 0 && o.error("Overwriting already existing list of BotConnector versions"), this._entities = this.reviveArray(e3, n2); } }, versions: { enumerable: true, get: function() { return this._entities; }, set: function(e3) { - this._entities.length > 0 && o.error("Overwriting already existing list of BotConnector versions"), this._entities = this.reviveArray(e3, n2); + this._entitiesSetBy && "entities" !== this._entitiesSetBy && o.error('BotConnectorVersionList: "versions" setter called but data was already set by "entities"'), this._entitiesSetBy = "versions", this._entities = this.reviveArray(e3, n2); } } }), e2.exports = a; }, 30346: (e2, t2, i2) => { "use strict"; @@ -36782,7 +37086,7 @@ var require_scripting_bundle = __commonJS({ const t3 = this.menuReference; if (!t3) return; if (!e3) return; - const i3 = e3.getChild(t3); + const i3 = e3.getMenuById(t3); this.linkMenu(i3); } get canCollapse() { @@ -36877,8 +37181,8 @@ var require_scripting_bundle = __commonJS({ }, 30758: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.CustomerSegmentType = void 0; - const n2 = i2(80428), r2 = i2(94765), o = i2(56884); - class a extends r2.ExpressionType { + const n2 = i2(31635), r2 = i2(80428), o = i2(27491), a = i2(14394), s = n2.__importDefault(i2(22226)), l = i2(21569), u = i2(94765), d = i2(56884); + class c extends u.ExpressionType { constructor(e3, t3, i3) { super(e3, t3, i3); } @@ -36886,13 +37190,25 @@ var require_scripting_bundle = __commonJS({ return "CustomerSegmentType"; } createExpressionOptionClass() { - return new o.ExpressionTypeCustomerSegmentOptions(); + return new d.ExpressionTypeCustomerSegmentOptions(this.isCollection); } get supportsLiteralEditor() { return false; } + canConvertLitToExpression(e3) { + return o.expressionDataService.isFunctionTextAvailableForFlowTypeAndOperandTypes("FindCustomerSegments", e3, [a.globalTypes.stringCollection]); + } + convertLitToExpression(e3, t3) { + return t3 && this.canConvertLitToExpression(e3) ? `FindCustomerSegments(MakeList(${s.default.getQuotedExpressionStringLiteral(t3)}))` : ""; + } + _getLiteralValueOfExpression() { + return ""; + } + get listManager() { + return l.customerSegmentManager; + } } - t2.CustomerSegmentType = a, a.typeIdentifier = n2.expressionTypeNames.customerSegment; + t2.CustomerSegmentType = c, c.typeIdentifier = r2.expressionTypeNames.customerSegment; }, 30785: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -36912,11 +37228,11 @@ var require_scripting_bundle = __commonJS({ t2.default = c; }, 30801: (e2, t2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.dialogEngineActionType = t2.dialNameActionType = t2.dialExtensionActionType = t2.detectSilenceActionType = t2.detectIntentActionType = t2.deflectActionType = t2.decryptDataActionType = t2.decisionActionType = t2.dataTableLookupActionType = t2.dataActionActionType = t2.createCallbackActionType = t2.createConversationAttributeActionType = t2.completeSurveyActionType = t2.completeSendActionType = t2.communicateActionType = t2.commonModuleTaskActionType = t2.collectVoiceSnippetActionType = t2.collectInputActionType = t2.clearSkillExpressionFiltersActionType = t2.clearVoicemailSnippetActionType = t2.clearUtilizationLabelActionType = t2.clearSlotActionType = t2.clearPostFlowActionType = t2.clearActiveIntentActionType = t2.changeStateActionType = t2.callTaskActionType = t2.callAudioConnectorActionType = t2.callDigitalBotFlowActionType = t2.digitalBotConnectorActionType = t2.callGuideActionType = t2.callDecisionTableActionType = t2.callCommonModuleActionType = t2.callVoiceFlowActionType = t2.callBotFlowActionType = t2.callAgenticVirtualAgentActionType = t2.bridgeServerActionType = t2.botStateActionType = t2.botConnectorActionType = t2.audioMonitoringActionType = t2.askSurveyQuestionActionType = t2.askForSlotActionType = t2.askForPaymentActionType = t2.askForNLUNextIntentActionActionType = t2.askForNLUIntentActionType = t2.askForBooleanActionType = t2.askForAuthenticationActionType = t2.addFlowMilestoneActionType = t2.abortSurveyActionType = t2.abortSendActionType = t2.actionTypeValues = void 0, t2.getJourneySessionsByCustomerActionType = t2.getJourneySessionActionType = t2.getJourneySegmentActionType = t2.getJourneyOutcomeScoresBySessionActionType = t2.getJourneyOutcomeActionType = t2.getExternalOrganizationActionType = t2.getExternalContactActionType = t2.getEmailHeadersActionType = t2.getConversationDataActionType = t2.getConversationAttributesActionType = t2.getConversationAttributeActionType = t2.getAttributesActionType = t2.getAssignedCustomerIntentsActionType = t2.formActionType = t2.flushAudioActionType = t2.findUtilizationLabelActionType = t2.findUsersByIdActionType = t2.findUserPromptActionType = t2.findUserByIdActionType = t2.findUserActionType = t2.findSystemPromptActionType = t2.findSkillActionType = t2.findScheduleGroupActionType = t2.findScheduleActionType = t2.findQueueByIdActionType = t2.findQueueActionType = t2.findLanguageSkillActionType = t2.findKnowledgeBaseDocumentByIdActionType = t2.findGroupActionType = t2.findGrammarByIdActionType = t2.findGrammarActionType = t2.findEmergencyGroupActionType = t2.findDivisionsActionType = t2.findDivisionActionType = t2.extractSecureDataActionType = t2.exitWorkitemFlowActionType = t2.exitLoopActionType = t2.exitBotFlowActionType = t2.evaluateSkillExpressionFiltersActionType = t2.evaluateScheduleGroupActionType = t2.evaluateScheduleActionType = t2.endWorkflowActionType = t2.endTaskActionType = t2.endStateActionType = t2.encryptDataActionType = t2.disconnectWorkitemActionType = t2.disconnectActionType = t2.digitalMenuActionType = t2.dialogflowCxActionType = t2.dialogflowActionType = void 0, t2.setUtilizationLabelActionType = t2.setSkillsActionType = t2.setSkillExpressionFiltersActionType = t2.setSecuredDataActionType = t2.setPriorityActionType = t2.setPostFlowActionType = t2.setLocaleActionType = t2.setFlowOutcomeActionType = t2.setExternalTagActionType = t2.setConversationDataActionType = t2.setAttributesActionType = t2.setActiveIntentActionType = t2.sendRichLinkActionType = t2.sendResponseActionType = t2.sendNotificationActionType = t2.sendKnowledgeFeedbackActionActionType = t2.sendInteractiveApplicationActionActionType = t2.sendDigitalContentActionType = t2.sendAutoReplyActionType = t2.secureActionActionType = t2.searchExternalContactsActionType = t2.screenPopActionType = t2.returnToAgentActionType = t2.repeatMenuActionType = t2.promoteExternalContactActionType = t2.processVoicemailInputActionType = t2.previousMenuActionType = t2.playUserNameActionType = t2.playUserGreetingActionType = t2.playPositionInQueueActionType = t2.playEstimatedWaitTimeActionType = t2.playAudioOnSilenceActionType = t2.playAudioActionType = t2.participantRecordActionType = t2.nuanceMixActionType = t2.nextLoopActionType = t2.menuActionActionType = t2.menuActionType = t2.loopUntilActionType = t2.loopTaskActionType = t2.loopActionType = t2.lexV2ActionType = t2.lexActionType = t2.initializeFlowOutcomeActionType = t2.holdMusicActionType = t2.getSIPHeadersActionType = t2.getSecuredDataActionType = t2.getResponseActionType = t2.getRawSIPHeadersActionType = t2.getJourneySessionsByExternalContactActionType = void 0, t2.terminateWorkitemActionType = t2.waitForInputActionType = t2.waitActionType = t2.voiceBiometricsActionType = t2.updateWorkitemActionType = t2.updateVariableActionType = t2.updateConversationAttributeActionType = t2.transferVoicemailActionType = t2.transferUserActionType = t2.transferTaskActionType = t2.transferPureMatchActionType = t2.transferMenuActionType = t2.transferGroupActionType = t2.transferFlowSecureActionType = t2.transferFlowActionType = t2.transferExternalActionType = t2.transcriptionActionType = t2.taskActionActionType = t2.taskActionType = t2.switchActionActionType = t2.submitVoiceSnippetActionType = t2.submitVoicemailSnippetActionType = t2.stateActionType = t2.showKnowledgeArticleActionActionType = t2.setWrapupCodeActionType = t2.setWhisperAudioActionType = t2.setUUIDataActionType = void 0, t2.isActionType = function(e3) { + Object.defineProperty(t2, "__esModule", { value: true }), t2.dialogEngineActionType = t2.dialNameActionType = t2.dialExtensionActionType = t2.detectSilenceActionType = t2.detectIntentActionType = t2.deflectActionType = t2.decryptDataActionType = t2.decisionActionType = t2.dataTableLookupActionType = t2.dataActionActionType = t2.createCallbackActionType = t2.createConversationAttributeActionType = t2.completeSurveyActionType = t2.completeSendActionType = t2.communicateActionType = t2.commonModuleTaskActionType = t2.collectVoiceSnippetActionType = t2.collectInputActionType = t2.clearSkillExpressionFiltersActionType = t2.clearVoicemailSnippetActionType = t2.clearUtilizationLabelActionType = t2.clearSlotActionType = t2.clearPostFlowActionType = t2.clearActiveIntentActionType = t2.changeStateActionType = t2.callTaskActionType = t2.callAudioConnectorActionType = t2.callDigitalBotFlowActionType = t2.digitalBotConnectorActionType = t2.callGuideActionType = t2.callDecisionTableActionType = t2.callCommonModuleActionType = t2.callVoiceFlowActionType = t2.callBotFlowActionType = t2.callAgenticVirtualAgentActionType = t2.bridgeServerActionType = t2.botStateActionType = t2.botConnectorActionType = t2.audioMonitoringActionType = t2.askSurveyQuestionActionType = t2.askForSlotActionType = t2.askForPaymentActionType = t2.askForNLUNextIntentActionActionType = t2.askForNLUIntentActionType = t2.askForBooleanActionType = t2.askForAuthenticationActionType = t2.addFlowMilestoneActionType = t2.abortSurveyActionType = t2.abortSendActionType = t2.actionTypeValues = void 0, t2.getJourneySessionsByCustomerActionType = t2.getJourneySessionActionType = t2.getJourneySegmentActionType = t2.getJourneyOutcomeScoresBySessionActionType = t2.getJourneyOutcomeActionType = t2.getExternalOrganizationActionType = t2.getExternalContactActionType = t2.getEmailHeadersActionType = t2.getConversationDataActionType = t2.getConversationAttributesActionType = t2.getConversationAttributeActionType = t2.getAttributesActionType = t2.getAssignedCustomerIntentsActionType = t2.formActionType = t2.flushAudioActionType = t2.findUtilizationLabelActionType = t2.findUsersByIdActionType = t2.findUserPromptActionType = t2.findUserByIdActionType = t2.findUserActionType = t2.findSystemPromptActionType = t2.findSkillActionType = t2.findScheduleGroupActionType = t2.findScheduleActionType = t2.findQueueByIdActionType = t2.findQueueActionType = t2.findLanguageSkillActionType = t2.findKnowledgeBaseDocumentByIdActionType = t2.findGroupActionType = t2.findGrammarByIdActionType = t2.findGrammarActionType = t2.findEmergencyGroupActionType = t2.findDivisionsActionType = t2.findDivisionActionType = t2.extractSecureDataActionType = t2.exitWorkitemFlowActionType = t2.exitLoopActionType = t2.exitBotFlowActionType = t2.evaluateSkillExpressionFiltersActionType = t2.evaluateScheduleGroupActionType = t2.evaluateScheduleActionType = t2.endWorkflowActionType = t2.endTaskActionType = t2.endStateActionType = t2.encryptDataActionType = t2.disconnectWorkitemActionType = t2.disconnectActionType = t2.digitalMenuActionType = t2.dialogflowCxActionType = t2.dialogflowActionType = void 0, t2.setUtilizationLabelActionType = t2.setSkillsActionType = t2.setSkillExpressionFiltersActionType = t2.setSecuredDataActionType = t2.setPriorityActionType = t2.setPostFlowActionType = t2.setLocaleActionType = t2.setFlowOutcomeActionType = t2.setExternalTagActionType = t2.setConversationDataActionType = t2.setAttributesActionType = t2.setActiveIntentActionType = t2.sendRichLinkActionType = t2.sendResponseActionType = t2.sendNotificationActionType = t2.sendKnowledgeFeedbackActionActionType = t2.sendInteractiveApplicationActionActionType = t2.sendDigitalContentActionType = t2.sendAutoReplyActionType = t2.secureActionActionType = t2.searchExternalContactsActionType = t2.screenPopActionType = t2.returnToAgentActionType = t2.repeatMenuActionType = t2.promoteExternalContactActionType = t2.processVoicemailInputActionType = t2.previousMenuActionType = t2.playUserNameActionType = t2.playUserGreetingActionType = t2.playPositionInQueueActionType = t2.playEstimatedWaitTimeActionType = t2.playAudioOnSilenceActionType = t2.playAudioActionType = t2.participantRecordActionType = t2.nuanceMixActionType = t2.nextLoopActionType = t2.menuActionActionType = t2.menuActionType = t2.loopUntilActionType = t2.loopTaskActionType = t2.loopActionType = t2.lexV2ActionType = t2.lexActionType = t2.initializeFlowOutcomeActionType = t2.holdMusicActionType = t2.getSIPHeadersActionType = t2.getSecuredDataActionType = t2.getResponseActionType = t2.getRawSIPHeadersActionType = t2.getJourneySessionsByExternalContactActionType = void 0, t2.terminateWorkitemActionType = t2.waitForInputActionType = t2.waitActionType = t2.voiceBiometricsActionType = t2.updateWorkitemActionType = t2.updateVariableActionType = t2.updateExternalContactActionType = t2.updateConversationAttributeActionType = t2.transferVoicemailActionType = t2.transferUserActionType = t2.transferTaskActionType = t2.transferPureMatchActionType = t2.transferMenuActionType = t2.transferGroupActionType = t2.transferFlowSecureActionType = t2.transferFlowActionType = t2.transferExternalActionType = t2.transcriptionActionType = t2.taskActionActionType = t2.taskActionType = t2.switchActionActionType = t2.submitVoiceSnippetActionType = t2.submitVoicemailSnippetActionType = t2.stateActionType = t2.showKnowledgeArticleActionActionType = t2.setWrapupCodeActionType = t2.setWhisperAudioActionType = t2.setUUIDataActionType = void 0, t2.isActionType = function(e3) { return t2.actionTypeValues.includes(e3); }; - const i2 = { abortSendActionType: "AbortSendAction", abortSurveyActionType: "AbortSurveyInviteAction", addFlowMilestoneActionType: "AddFlowMilestoneAction", askForAuthenticationActionType: "AskForAuthenticationAction", askForBooleanActionType: "AskForBooleanAction", askForNLUIntentActionType: "AskForNLUIntentAction", askForNLUNextIntentActionActionType: "AskForNLUNextIntentAction", askForPaymentActionType: "AskForPaymentAction", askForSlotActionType: "AskForSlotAction", askSurveyQuestionActionType: "AskSurveyQuestionAction", audioMonitoringActionType: "AudioMonitoringAction", botConnectorActionType: "CallBotConnectorAction", botStateActionType: "BotState", bridgeServerActionType: "BridgeServerAction", callAgenticVirtualAgentActionType: "CallAgenticVirtualAgentAction", callBotFlowActionType: "CallBotFlowAction", callVoiceFlowActionType: "CallVoiceFlowAction", callCommonModuleActionType: "CallCommonModuleAction", callDecisionTableActionType: "CallDecisionTableAction", callGuideActionType: "CallGuideAction", digitalBotConnectorActionType: "CallDigitalBotConnectorAction", callDigitalBotFlowActionType: "CallDigitalBotFlowAction", callAudioConnectorActionType: "CallAudioConnectorAction", callTaskActionType: "CallTaskAction", changeStateActionType: "ChangeStateAction", clearActiveIntentActionType: "ClearActiveIntentAction", clearPostFlowActionType: "ClearPostFlowAction", clearSlotActionType: "ClearSlotAction", clearUtilizationLabelActionType: "ClearUtilizationLabelAction", clearVoicemailSnippetActionType: "ClearVoicemailSnippetAction", clearSkillExpressionFiltersActionType: "ClearSkillExpressionFiltersAction", collectInputActionType: "CollectInputAction", collectVoiceSnippetActionType: "CollectVoiceSnippetAction", commonModuleTaskActionType: "CommonModuleTask", communicateActionType: "CommunicateAction", completeSendActionType: "CompleteSendAction", completeSurveyActionType: "CompleteSurveyInviteAction", createCallbackActionType: "CreateCallbackAction", createConversationAttributeActionType: "CreateConversationAttributeAction", dataActionActionType: "DataAction", dataTableLookupActionType: "DataTableLookupAction", decisionActionType: "DecisionAction", decryptDataActionType: "DecryptDataAction", deflectActionType: "DeflectAction", detectIntentActionType: "DetectIntentAction", detectSilenceActionType: "DetectSilenceAction", dialExtensionActionType: "DialExtensionAction", dialNameActionType: "DialNameAction", dialogEngineActionType: "CallDialogEngineBotAction", dialogflowActionType: "CallDialogflowBotAction", dialogflowCxActionType: "CallDialogflowCxBotAction", digitalMenuActionType: "DigitalMenuAction", disconnectActionType: "DisconnectAction", disconnectWorkitemActionType: "DisconnectWorkitemAction", encryptDataActionType: "EncryptDataAction", endStateActionType: "EndStateAction", endTaskActionType: "EndTaskAction", endWorkflowActionType: "EndWorkflowAction", evaluateScheduleActionType: "EvaluateScheduleAction", evaluateScheduleGroupActionType: "EvaluateScheduleGroupAction", evaluateSkillExpressionFiltersActionType: "EvaluateSkillExpressionFiltersAction", exitBotFlowActionType: "ExitBotFlowAction", exitLoopActionType: "ExitLoopAction", exitWorkitemFlowActionType: "ExitWorkitemFlowAction", extractSecureDataActionType: "ExtractSecureDataAction", findDivisionActionType: "FindDivisionAction", findDivisionsActionType: "FindDivisionsAction", findEmergencyGroupActionType: "FindEmergencyGroupAction", findGrammarActionType: "FindGrammarAction", findGrammarByIdActionType: "FindGrammarByIdAction", findGroupActionType: "FindGroupAction", findKnowledgeBaseDocumentByIdActionType: "FindKnowledgeBaseDocumentByIdAction", findLanguageSkillActionType: "FindLanguageSkillAction", findQueueActionType: "FindQueueAction", findQueueByIdActionType: "FindQueueByIdAction", findScheduleActionType: "FindScheduleAction", findScheduleGroupActionType: "FindScheduleGroupAction", findSkillActionType: "FindSkillAction", findSystemPromptActionType: "FindSystemPromptAction", findUserActionType: "FindUserAction", findUserByIdActionType: "FindUserByIdAction", findUserPromptActionType: "FindUserPromptAction", findUsersByIdActionType: "FindUsersByIdAction", findUtilizationLabelActionType: "FindUtilizationLabelAction", flushAudioActionType: "FlushAudioAction", formActionType: "FormAction", getAssignedCustomerIntentsActionType: "GetAssignedCustomerIntentsAction", getAttributesActionType: "GetAttributesAction", getConversationAttributeActionType: "GetConversationAttributeAction", getConversationAttributesActionType: "GetConversationAttributesAction", getConversationDataActionType: "GetConversationDataAction", getEmailHeadersActionType: "GetEmailHeadersAction", getExternalContactActionType: "GetExternalContactAction", getExternalOrganizationActionType: "GetExternalOrganizationAction", getJourneyOutcomeActionType: "GetJourneyOutcomeAction", getJourneyOutcomeScoresBySessionActionType: "GetJourneyOutcomeScoresBySessionAction", getJourneySegmentActionType: "GetJourneySegmentAction", getJourneySessionActionType: "GetJourneySessionAction", getJourneySessionsByCustomerActionType: "GetJourneySessionsByCustomerAction", getJourneySessionsByExternalContactActionType: "GetJourneySessionsByExternalContactAction", getRawSIPHeadersActionType: "GetRawSIPHeadersAction", getResponseActionType: "GetResponseAction", getSecuredDataActionType: "GetSecuredDataAction", getSIPHeadersActionType: "GetSIPHeadersAction", holdMusicActionType: "HoldMusicAction", initializeFlowOutcomeActionType: "InitializeFlowOutcomeAction", lexActionType: "CallLexBotAction", lexV2ActionType: "CallLexV2BotAction", loopActionType: "LoopAction", loopTaskActionType: "LoopTask", loopUntilActionType: "LoopUntilAction", menuActionType: "Menu", menuActionActionType: "MenuAction", nextLoopActionType: "NextLoopAction", nuanceMixActionType: "CallNuanceMixBotAction", participantRecordActionType: "ParticipantRecordAction", playAudioActionType: "PlayAudioAction", playAudioOnSilenceActionType: "PlayAudioOnSilenceAction", playEstimatedWaitTimeActionType: "PlayEstimatedWaitTimeAction", playPositionInQueueActionType: "PlayPositionInQueueAction", playUserGreetingActionType: "PlayUserGreetingAudioAction", playUserNameActionType: "PlayUserNameAudioAction", previousMenuActionType: "PreviousMenuAction", processVoicemailInputActionType: "ProcessVoicemailInputAction", promoteExternalContactActionType: "PromoteExternalContactAction", repeatMenuActionType: "RepeatMenuAction", returnToAgentActionType: "EndFlowAction", screenPopActionType: "ScreenPopAction", searchExternalContactsActionType: "SearchExternalContactsAction", secureActionActionType: "SecureAction", sendAutoReplyActionType: "SendAutoReplyAction", sendDigitalContentActionType: "SendDigitalContentAction", sendInteractiveApplicationActionActionType: "SendInteractiveApplicationAction", sendKnowledgeFeedbackActionActionType: "SendKnowledgeFeedbackAction", sendNotificationActionType: "SendNotificationAction", sendResponseActionType: "SendResponseAction", sendRichLinkActionType: "SendRichLinkAction", setActiveIntentActionType: "SetActiveIntentAction", setAttributesActionType: "SetAttributesAction", setConversationDataActionType: "SetConversationDataAction", setExternalTagActionType: "SetExternalTagAction", setFlowOutcomeActionType: "SetFlowOutcomeAction", setLocaleActionType: "SetLocaleAction", setPostFlowActionType: "SetPostFlowAction", setPriorityActionType: "SetPriorityAction", setSecuredDataActionType: "SetSecuredDataAction", setSkillExpressionFiltersActionType: "SetSkillExpressionFiltersAction", setSkillsActionType: "SetSkillsAction", setUtilizationLabelActionType: "SetUtilizationLabelAction", setUUIDataActionType: "SetUUIDataAction", setWhisperAudioActionType: "SetWhisperAudio", setWrapupCodeActionType: "SetWrapupCodeAction", showKnowledgeArticleActionActionType: "ShowKnowledgeArticleAction", stateActionType: "State", submitVoicemailSnippetActionType: "SubmitVoicemailSnippetAction", submitVoiceSnippetActionType: "SubmitVoiceSnippetAction", switchActionActionType: "SwitchAction", taskActionType: "Task", taskActionActionType: "TaskAction", transcriptionActionType: "TranscriptionAction", transferExternalActionType: "TransferExternalAction", transferFlowActionType: "TransferFlowAction", transferFlowSecureActionType: "TransferFlowSecureAction", transferGroupActionType: "TransferGroupAction", transferMenuActionType: "TransferMenuAction", transferPureMatchActionType: "TransferPureMatchAction", transferTaskActionType: "TransferTaskAction", transferUserActionType: "TransferUserAction", transferVoicemailActionType: "TransferVoicemailAction", updateConversationAttributeActionType: "UpdateConversationAttributeAction", updateVariableActionType: "UpdateVariableAction", updateWorkitemActionType: "UpdateWorkitemAction", voiceBiometricsActionType: "VoiceBiometricsAction", waitActionType: "WaitAction", waitForInputActionType: "WaitForInputAction", terminateWorkitemActionType: "TerminateWorkitemAction" }; - t2.actionTypeValues = Object.values(i2), t2.abortSendActionType = i2.abortSendActionType, t2.abortSurveyActionType = i2.abortSurveyActionType, t2.addFlowMilestoneActionType = i2.addFlowMilestoneActionType, t2.askForAuthenticationActionType = i2.askForAuthenticationActionType, t2.askForBooleanActionType = i2.askForBooleanActionType, t2.askForNLUIntentActionType = i2.askForNLUIntentActionType, t2.askForNLUNextIntentActionActionType = i2.askForNLUNextIntentActionActionType, t2.askForPaymentActionType = i2.askForPaymentActionType, t2.askForSlotActionType = i2.askForSlotActionType, t2.askSurveyQuestionActionType = i2.askSurveyQuestionActionType, t2.audioMonitoringActionType = i2.audioMonitoringActionType, t2.botConnectorActionType = i2.botConnectorActionType, t2.botStateActionType = i2.botStateActionType, t2.bridgeServerActionType = i2.bridgeServerActionType, t2.callAgenticVirtualAgentActionType = i2.callAgenticVirtualAgentActionType, t2.callBotFlowActionType = i2.callBotFlowActionType, t2.callVoiceFlowActionType = i2.callVoiceFlowActionType, t2.callCommonModuleActionType = i2.callCommonModuleActionType, t2.callDecisionTableActionType = i2.callDecisionTableActionType, t2.callGuideActionType = i2.callGuideActionType, t2.digitalBotConnectorActionType = i2.digitalBotConnectorActionType, t2.callDigitalBotFlowActionType = i2.callDigitalBotFlowActionType, t2.callAudioConnectorActionType = i2.callAudioConnectorActionType, t2.callTaskActionType = i2.callTaskActionType, t2.changeStateActionType = i2.changeStateActionType, t2.clearActiveIntentActionType = i2.clearActiveIntentActionType, t2.clearPostFlowActionType = i2.clearPostFlowActionType, t2.clearSlotActionType = i2.clearSlotActionType, t2.clearUtilizationLabelActionType = i2.clearUtilizationLabelActionType, t2.clearVoicemailSnippetActionType = i2.clearVoicemailSnippetActionType, t2.clearSkillExpressionFiltersActionType = i2.clearSkillExpressionFiltersActionType, t2.collectInputActionType = i2.collectInputActionType, t2.collectVoiceSnippetActionType = i2.collectVoiceSnippetActionType, t2.commonModuleTaskActionType = i2.commonModuleTaskActionType, t2.communicateActionType = i2.communicateActionType, t2.completeSendActionType = i2.completeSendActionType, t2.completeSurveyActionType = i2.completeSurveyActionType, t2.createConversationAttributeActionType = i2.createConversationAttributeActionType, t2.createCallbackActionType = i2.createCallbackActionType, t2.dataActionActionType = i2.dataActionActionType, t2.dataTableLookupActionType = i2.dataTableLookupActionType, t2.decisionActionType = i2.decisionActionType, t2.decryptDataActionType = i2.decryptDataActionType, t2.deflectActionType = i2.deflectActionType, t2.detectIntentActionType = i2.detectIntentActionType, t2.detectSilenceActionType = i2.detectSilenceActionType, t2.dialExtensionActionType = i2.dialExtensionActionType, t2.dialNameActionType = i2.dialNameActionType, t2.dialogEngineActionType = i2.dialogEngineActionType, t2.dialogflowActionType = i2.dialogflowActionType, t2.dialogflowCxActionType = i2.dialogflowCxActionType, t2.digitalMenuActionType = i2.digitalMenuActionType, t2.disconnectActionType = i2.disconnectActionType, t2.disconnectWorkitemActionType = i2.disconnectWorkitemActionType, t2.encryptDataActionType = i2.encryptDataActionType, t2.endStateActionType = i2.endStateActionType, t2.endTaskActionType = i2.endTaskActionType, t2.endWorkflowActionType = i2.endWorkflowActionType, t2.evaluateScheduleActionType = i2.evaluateScheduleActionType, t2.evaluateScheduleGroupActionType = i2.evaluateScheduleGroupActionType, t2.evaluateSkillExpressionFiltersActionType = i2.evaluateSkillExpressionFiltersActionType, t2.exitBotFlowActionType = i2.exitBotFlowActionType, t2.exitLoopActionType = i2.exitLoopActionType, t2.exitWorkitemFlowActionType = i2.exitWorkitemFlowActionType, t2.extractSecureDataActionType = i2.extractSecureDataActionType, t2.findDivisionActionType = i2.findDivisionActionType, t2.findDivisionsActionType = i2.findDivisionsActionType, t2.findEmergencyGroupActionType = i2.findEmergencyGroupActionType, t2.findGrammarActionType = i2.findGrammarActionType, t2.findGrammarByIdActionType = i2.findGrammarByIdActionType, t2.findGroupActionType = i2.findGroupActionType, t2.findKnowledgeBaseDocumentByIdActionType = i2.findKnowledgeBaseDocumentByIdActionType, t2.findLanguageSkillActionType = i2.findLanguageSkillActionType, t2.findQueueActionType = i2.findQueueActionType, t2.findQueueByIdActionType = i2.findQueueByIdActionType, t2.findScheduleActionType = i2.findScheduleActionType, t2.findScheduleGroupActionType = i2.findScheduleGroupActionType, t2.findSkillActionType = i2.findSkillActionType, t2.findSystemPromptActionType = i2.findSystemPromptActionType, t2.findUserActionType = i2.findUserActionType, t2.findUserByIdActionType = i2.findUserByIdActionType, t2.findUserPromptActionType = i2.findUserPromptActionType, t2.findUsersByIdActionType = i2.findUsersByIdActionType, t2.findUtilizationLabelActionType = i2.findUtilizationLabelActionType, t2.flushAudioActionType = i2.flushAudioActionType, t2.formActionType = i2.formActionType, t2.getAssignedCustomerIntentsActionType = i2.getAssignedCustomerIntentsActionType, t2.getAttributesActionType = i2.getAttributesActionType, t2.getConversationAttributeActionType = i2.getConversationAttributeActionType, t2.getConversationAttributesActionType = i2.getConversationAttributesActionType, t2.getConversationDataActionType = i2.getConversationDataActionType, t2.getEmailHeadersActionType = i2.getEmailHeadersActionType, t2.getExternalContactActionType = i2.getExternalContactActionType, t2.getExternalOrganizationActionType = i2.getExternalOrganizationActionType, t2.getJourneyOutcomeActionType = i2.getJourneyOutcomeActionType, t2.getJourneyOutcomeScoresBySessionActionType = i2.getJourneyOutcomeScoresBySessionActionType, t2.getJourneySegmentActionType = i2.getJourneySegmentActionType, t2.getJourneySessionActionType = i2.getJourneySessionActionType, t2.getJourneySessionsByCustomerActionType = i2.getJourneySessionsByCustomerActionType, t2.getJourneySessionsByExternalContactActionType = i2.getJourneySessionsByExternalContactActionType, t2.getRawSIPHeadersActionType = i2.getRawSIPHeadersActionType, t2.getResponseActionType = i2.getResponseActionType, t2.getSecuredDataActionType = i2.getSecuredDataActionType, t2.getSIPHeadersActionType = i2.getSIPHeadersActionType, t2.holdMusicActionType = i2.holdMusicActionType, t2.initializeFlowOutcomeActionType = i2.initializeFlowOutcomeActionType, t2.lexActionType = i2.lexActionType, t2.lexV2ActionType = i2.lexV2ActionType, t2.loopActionType = i2.loopActionType, t2.loopTaskActionType = i2.loopTaskActionType, t2.loopUntilActionType = i2.loopUntilActionType, t2.menuActionType = i2.menuActionType, t2.menuActionActionType = i2.menuActionActionType, t2.nextLoopActionType = i2.nextLoopActionType, t2.nuanceMixActionType = i2.nuanceMixActionType, t2.participantRecordActionType = i2.participantRecordActionType, t2.playAudioActionType = i2.playAudioActionType, t2.playAudioOnSilenceActionType = i2.playAudioOnSilenceActionType, t2.playEstimatedWaitTimeActionType = i2.playEstimatedWaitTimeActionType, t2.playPositionInQueueActionType = i2.playPositionInQueueActionType, t2.playUserGreetingActionType = i2.playUserGreetingActionType, t2.playUserNameActionType = i2.playUserNameActionType, t2.previousMenuActionType = i2.previousMenuActionType, t2.processVoicemailInputActionType = i2.processVoicemailInputActionType, t2.promoteExternalContactActionType = i2.promoteExternalContactActionType, t2.repeatMenuActionType = i2.repeatMenuActionType, t2.returnToAgentActionType = i2.returnToAgentActionType, t2.screenPopActionType = i2.screenPopActionType, t2.searchExternalContactsActionType = i2.searchExternalContactsActionType, t2.secureActionActionType = i2.secureActionActionType, t2.sendAutoReplyActionType = i2.sendAutoReplyActionType, t2.sendDigitalContentActionType = i2.sendDigitalContentActionType, t2.sendInteractiveApplicationActionActionType = i2.sendInteractiveApplicationActionActionType, t2.sendKnowledgeFeedbackActionActionType = i2.sendKnowledgeFeedbackActionActionType, t2.sendNotificationActionType = i2.sendNotificationActionType, t2.sendResponseActionType = i2.sendResponseActionType, t2.sendRichLinkActionType = i2.sendRichLinkActionType, t2.setActiveIntentActionType = i2.setActiveIntentActionType, t2.setAttributesActionType = i2.setAttributesActionType, t2.setConversationDataActionType = i2.setConversationDataActionType, t2.setExternalTagActionType = i2.setExternalTagActionType, t2.setFlowOutcomeActionType = i2.setFlowOutcomeActionType, t2.setLocaleActionType = i2.setLocaleActionType, t2.setPostFlowActionType = i2.setPostFlowActionType, t2.setPriorityActionType = i2.setPriorityActionType, t2.setSecuredDataActionType = i2.setSecuredDataActionType, t2.setSkillExpressionFiltersActionType = i2.setSkillExpressionFiltersActionType, t2.setSkillsActionType = i2.setSkillsActionType, t2.setUtilizationLabelActionType = i2.setUtilizationLabelActionType, t2.setUUIDataActionType = i2.setUUIDataActionType, t2.setWhisperAudioActionType = i2.setWhisperAudioActionType, t2.setWrapupCodeActionType = i2.setWrapupCodeActionType, t2.showKnowledgeArticleActionActionType = i2.showKnowledgeArticleActionActionType, t2.stateActionType = i2.stateActionType, t2.submitVoicemailSnippetActionType = i2.submitVoicemailSnippetActionType, t2.submitVoiceSnippetActionType = i2.submitVoiceSnippetActionType, t2.switchActionActionType = i2.switchActionActionType, t2.taskActionType = i2.taskActionType, t2.taskActionActionType = i2.taskActionActionType, t2.transcriptionActionType = i2.transcriptionActionType, t2.transferExternalActionType = i2.transferExternalActionType, t2.transferFlowActionType = i2.transferFlowActionType, t2.transferFlowSecureActionType = i2.transferFlowSecureActionType, t2.transferGroupActionType = i2.transferGroupActionType, t2.transferMenuActionType = i2.transferMenuActionType, t2.transferPureMatchActionType = i2.transferPureMatchActionType, t2.transferTaskActionType = i2.transferTaskActionType, t2.transferUserActionType = i2.transferUserActionType, t2.transferVoicemailActionType = i2.transferVoicemailActionType, t2.updateConversationAttributeActionType = i2.updateConversationAttributeActionType, t2.updateVariableActionType = i2.updateVariableActionType, t2.updateWorkitemActionType = i2.updateWorkitemActionType, t2.voiceBiometricsActionType = i2.voiceBiometricsActionType, t2.waitActionType = i2.waitActionType, t2.waitForInputActionType = i2.waitForInputActionType, t2.terminateWorkitemActionType = i2.terminateWorkitemActionType; + const i2 = { abortSendActionType: "AbortSendAction", abortSurveyActionType: "AbortSurveyInviteAction", addFlowMilestoneActionType: "AddFlowMilestoneAction", askForAuthenticationActionType: "AskForAuthenticationAction", askForBooleanActionType: "AskForBooleanAction", askForNLUIntentActionType: "AskForNLUIntentAction", askForNLUNextIntentActionActionType: "AskForNLUNextIntentAction", askForPaymentActionType: "AskForPaymentAction", askForSlotActionType: "AskForSlotAction", askSurveyQuestionActionType: "AskSurveyQuestionAction", audioMonitoringActionType: "AudioMonitoringAction", botConnectorActionType: "CallBotConnectorAction", botStateActionType: "BotState", bridgeServerActionType: "BridgeServerAction", callAgenticVirtualAgentActionType: "CallAgenticVirtualAgentAction", callBotFlowActionType: "CallBotFlowAction", callVoiceFlowActionType: "CallVoiceFlowAction", callCommonModuleActionType: "CallCommonModuleAction", callDecisionTableActionType: "CallDecisionTableAction", callGuideActionType: "CallGuideAction", digitalBotConnectorActionType: "CallDigitalBotConnectorAction", callDigitalBotFlowActionType: "CallDigitalBotFlowAction", callAudioConnectorActionType: "CallAudioConnectorAction", callTaskActionType: "CallTaskAction", changeStateActionType: "ChangeStateAction", clearActiveIntentActionType: "ClearActiveIntentAction", clearPostFlowActionType: "ClearPostFlowAction", clearSlotActionType: "ClearSlotAction", clearUtilizationLabelActionType: "ClearUtilizationLabelAction", clearVoicemailSnippetActionType: "ClearVoicemailSnippetAction", clearSkillExpressionFiltersActionType: "ClearSkillExpressionFiltersAction", collectInputActionType: "CollectInputAction", collectVoiceSnippetActionType: "CollectVoiceSnippetAction", commonModuleTaskActionType: "CommonModuleTask", communicateActionType: "CommunicateAction", completeSendActionType: "CompleteSendAction", completeSurveyActionType: "CompleteSurveyInviteAction", createCallbackActionType: "CreateCallbackAction", createConversationAttributeActionType: "CreateConversationAttributeAction", dataActionActionType: "DataAction", dataTableLookupActionType: "DataTableLookupAction", decisionActionType: "DecisionAction", decryptDataActionType: "DecryptDataAction", deflectActionType: "DeflectAction", detectIntentActionType: "DetectIntentAction", detectSilenceActionType: "DetectSilenceAction", dialExtensionActionType: "DialExtensionAction", dialNameActionType: "DialNameAction", dialogEngineActionType: "CallDialogEngineBotAction", dialogflowActionType: "CallDialogflowBotAction", dialogflowCxActionType: "CallDialogflowCxBotAction", digitalMenuActionType: "DigitalMenuAction", disconnectActionType: "DisconnectAction", disconnectWorkitemActionType: "DisconnectWorkitemAction", encryptDataActionType: "EncryptDataAction", endStateActionType: "EndStateAction", endTaskActionType: "EndTaskAction", endWorkflowActionType: "EndWorkflowAction", evaluateScheduleActionType: "EvaluateScheduleAction", evaluateScheduleGroupActionType: "EvaluateScheduleGroupAction", evaluateSkillExpressionFiltersActionType: "EvaluateSkillExpressionFiltersAction", exitBotFlowActionType: "ExitBotFlowAction", exitLoopActionType: "ExitLoopAction", exitWorkitemFlowActionType: "ExitWorkitemFlowAction", extractSecureDataActionType: "ExtractSecureDataAction", findDivisionActionType: "FindDivisionAction", findDivisionsActionType: "FindDivisionsAction", findEmergencyGroupActionType: "FindEmergencyGroupAction", findGrammarActionType: "FindGrammarAction", findGrammarByIdActionType: "FindGrammarByIdAction", findGroupActionType: "FindGroupAction", findKnowledgeBaseDocumentByIdActionType: "FindKnowledgeBaseDocumentByIdAction", findLanguageSkillActionType: "FindLanguageSkillAction", findQueueActionType: "FindQueueAction", findQueueByIdActionType: "FindQueueByIdAction", findScheduleActionType: "FindScheduleAction", findScheduleGroupActionType: "FindScheduleGroupAction", findSkillActionType: "FindSkillAction", findSystemPromptActionType: "FindSystemPromptAction", findUserActionType: "FindUserAction", findUserByIdActionType: "FindUserByIdAction", findUserPromptActionType: "FindUserPromptAction", findUsersByIdActionType: "FindUsersByIdAction", findUtilizationLabelActionType: "FindUtilizationLabelAction", flushAudioActionType: "FlushAudioAction", formActionType: "FormAction", getAssignedCustomerIntentsActionType: "GetAssignedCustomerIntentsAction", getAttributesActionType: "GetAttributesAction", getConversationAttributeActionType: "GetConversationAttributeAction", getConversationAttributesActionType: "GetConversationAttributesAction", getConversationDataActionType: "GetConversationDataAction", getEmailHeadersActionType: "GetEmailHeadersAction", getExternalContactActionType: "GetExternalContactAction", getExternalOrganizationActionType: "GetExternalOrganizationAction", getJourneyOutcomeActionType: "GetJourneyOutcomeAction", getJourneyOutcomeScoresBySessionActionType: "GetJourneyOutcomeScoresBySessionAction", getJourneySegmentActionType: "GetJourneySegmentAction", getJourneySessionActionType: "GetJourneySessionAction", getJourneySessionsByCustomerActionType: "GetJourneySessionsByCustomerAction", getJourneySessionsByExternalContactActionType: "GetJourneySessionsByExternalContactAction", getRawSIPHeadersActionType: "GetRawSIPHeadersAction", getResponseActionType: "GetResponseAction", getSecuredDataActionType: "GetSecuredDataAction", getSIPHeadersActionType: "GetSIPHeadersAction", holdMusicActionType: "HoldMusicAction", initializeFlowOutcomeActionType: "InitializeFlowOutcomeAction", lexActionType: "CallLexBotAction", lexV2ActionType: "CallLexV2BotAction", loopActionType: "LoopAction", loopTaskActionType: "LoopTask", loopUntilActionType: "LoopUntilAction", menuActionType: "Menu", menuActionActionType: "MenuAction", nextLoopActionType: "NextLoopAction", nuanceMixActionType: "CallNuanceMixBotAction", participantRecordActionType: "ParticipantRecordAction", playAudioActionType: "PlayAudioAction", playAudioOnSilenceActionType: "PlayAudioOnSilenceAction", playEstimatedWaitTimeActionType: "PlayEstimatedWaitTimeAction", playPositionInQueueActionType: "PlayPositionInQueueAction", playUserGreetingActionType: "PlayUserGreetingAudioAction", playUserNameActionType: "PlayUserNameAudioAction", previousMenuActionType: "PreviousMenuAction", processVoicemailInputActionType: "ProcessVoicemailInputAction", promoteExternalContactActionType: "PromoteExternalContactAction", repeatMenuActionType: "RepeatMenuAction", returnToAgentActionType: "EndFlowAction", screenPopActionType: "ScreenPopAction", searchExternalContactsActionType: "SearchExternalContactsAction", secureActionActionType: "SecureAction", sendAutoReplyActionType: "SendAutoReplyAction", sendDigitalContentActionType: "SendDigitalContentAction", sendInteractiveApplicationActionActionType: "SendInteractiveApplicationAction", sendKnowledgeFeedbackActionActionType: "SendKnowledgeFeedbackAction", sendNotificationActionType: "SendNotificationAction", sendResponseActionType: "SendResponseAction", sendRichLinkActionType: "SendRichLinkAction", setActiveIntentActionType: "SetActiveIntentAction", setAttributesActionType: "SetAttributesAction", setConversationDataActionType: "SetConversationDataAction", setExternalTagActionType: "SetExternalTagAction", setFlowOutcomeActionType: "SetFlowOutcomeAction", setLocaleActionType: "SetLocaleAction", setPostFlowActionType: "SetPostFlowAction", setPriorityActionType: "SetPriorityAction", setSecuredDataActionType: "SetSecuredDataAction", setSkillExpressionFiltersActionType: "SetSkillExpressionFiltersAction", setSkillsActionType: "SetSkillsAction", setUtilizationLabelActionType: "SetUtilizationLabelAction", setUUIDataActionType: "SetUUIDataAction", setWhisperAudioActionType: "SetWhisperAudio", setWrapupCodeActionType: "SetWrapupCodeAction", showKnowledgeArticleActionActionType: "ShowKnowledgeArticleAction", stateActionType: "State", submitVoicemailSnippetActionType: "SubmitVoicemailSnippetAction", submitVoiceSnippetActionType: "SubmitVoiceSnippetAction", switchActionActionType: "SwitchAction", taskActionType: "Task", taskActionActionType: "TaskAction", transcriptionActionType: "TranscriptionAction", transferExternalActionType: "TransferExternalAction", transferFlowActionType: "TransferFlowAction", transferFlowSecureActionType: "TransferFlowSecureAction", transferGroupActionType: "TransferGroupAction", transferMenuActionType: "TransferMenuAction", transferPureMatchActionType: "TransferPureMatchAction", transferTaskActionType: "TransferTaskAction", transferUserActionType: "TransferUserAction", transferVoicemailActionType: "TransferVoicemailAction", updateConversationAttributeActionType: "UpdateConversationAttributeAction", updateExternalContactActionType: "UpdateExternalContactAction", updateVariableActionType: "UpdateVariableAction", updateWorkitemActionType: "UpdateWorkitemAction", voiceBiometricsActionType: "VoiceBiometricsAction", waitActionType: "WaitAction", waitForInputActionType: "WaitForInputAction", terminateWorkitemActionType: "TerminateWorkitemAction" }; + t2.actionTypeValues = Object.values(i2), t2.abortSendActionType = i2.abortSendActionType, t2.abortSurveyActionType = i2.abortSurveyActionType, t2.addFlowMilestoneActionType = i2.addFlowMilestoneActionType, t2.askForAuthenticationActionType = i2.askForAuthenticationActionType, t2.askForBooleanActionType = i2.askForBooleanActionType, t2.askForNLUIntentActionType = i2.askForNLUIntentActionType, t2.askForNLUNextIntentActionActionType = i2.askForNLUNextIntentActionActionType, t2.askForPaymentActionType = i2.askForPaymentActionType, t2.askForSlotActionType = i2.askForSlotActionType, t2.askSurveyQuestionActionType = i2.askSurveyQuestionActionType, t2.audioMonitoringActionType = i2.audioMonitoringActionType, t2.botConnectorActionType = i2.botConnectorActionType, t2.botStateActionType = i2.botStateActionType, t2.bridgeServerActionType = i2.bridgeServerActionType, t2.callAgenticVirtualAgentActionType = i2.callAgenticVirtualAgentActionType, t2.callBotFlowActionType = i2.callBotFlowActionType, t2.callVoiceFlowActionType = i2.callVoiceFlowActionType, t2.callCommonModuleActionType = i2.callCommonModuleActionType, t2.callDecisionTableActionType = i2.callDecisionTableActionType, t2.callGuideActionType = i2.callGuideActionType, t2.digitalBotConnectorActionType = i2.digitalBotConnectorActionType, t2.callDigitalBotFlowActionType = i2.callDigitalBotFlowActionType, t2.callAudioConnectorActionType = i2.callAudioConnectorActionType, t2.callTaskActionType = i2.callTaskActionType, t2.changeStateActionType = i2.changeStateActionType, t2.clearActiveIntentActionType = i2.clearActiveIntentActionType, t2.clearPostFlowActionType = i2.clearPostFlowActionType, t2.clearSlotActionType = i2.clearSlotActionType, t2.clearUtilizationLabelActionType = i2.clearUtilizationLabelActionType, t2.clearVoicemailSnippetActionType = i2.clearVoicemailSnippetActionType, t2.clearSkillExpressionFiltersActionType = i2.clearSkillExpressionFiltersActionType, t2.collectInputActionType = i2.collectInputActionType, t2.collectVoiceSnippetActionType = i2.collectVoiceSnippetActionType, t2.commonModuleTaskActionType = i2.commonModuleTaskActionType, t2.communicateActionType = i2.communicateActionType, t2.completeSendActionType = i2.completeSendActionType, t2.completeSurveyActionType = i2.completeSurveyActionType, t2.createConversationAttributeActionType = i2.createConversationAttributeActionType, t2.createCallbackActionType = i2.createCallbackActionType, t2.dataActionActionType = i2.dataActionActionType, t2.dataTableLookupActionType = i2.dataTableLookupActionType, t2.decisionActionType = i2.decisionActionType, t2.decryptDataActionType = i2.decryptDataActionType, t2.deflectActionType = i2.deflectActionType, t2.detectIntentActionType = i2.detectIntentActionType, t2.detectSilenceActionType = i2.detectSilenceActionType, t2.dialExtensionActionType = i2.dialExtensionActionType, t2.dialNameActionType = i2.dialNameActionType, t2.dialogEngineActionType = i2.dialogEngineActionType, t2.dialogflowActionType = i2.dialogflowActionType, t2.dialogflowCxActionType = i2.dialogflowCxActionType, t2.digitalMenuActionType = i2.digitalMenuActionType, t2.disconnectActionType = i2.disconnectActionType, t2.disconnectWorkitemActionType = i2.disconnectWorkitemActionType, t2.encryptDataActionType = i2.encryptDataActionType, t2.endStateActionType = i2.endStateActionType, t2.endTaskActionType = i2.endTaskActionType, t2.endWorkflowActionType = i2.endWorkflowActionType, t2.evaluateScheduleActionType = i2.evaluateScheduleActionType, t2.evaluateScheduleGroupActionType = i2.evaluateScheduleGroupActionType, t2.evaluateSkillExpressionFiltersActionType = i2.evaluateSkillExpressionFiltersActionType, t2.exitBotFlowActionType = i2.exitBotFlowActionType, t2.exitLoopActionType = i2.exitLoopActionType, t2.exitWorkitemFlowActionType = i2.exitWorkitemFlowActionType, t2.extractSecureDataActionType = i2.extractSecureDataActionType, t2.findDivisionActionType = i2.findDivisionActionType, t2.findDivisionsActionType = i2.findDivisionsActionType, t2.findEmergencyGroupActionType = i2.findEmergencyGroupActionType, t2.findGrammarActionType = i2.findGrammarActionType, t2.findGrammarByIdActionType = i2.findGrammarByIdActionType, t2.findGroupActionType = i2.findGroupActionType, t2.findKnowledgeBaseDocumentByIdActionType = i2.findKnowledgeBaseDocumentByIdActionType, t2.findLanguageSkillActionType = i2.findLanguageSkillActionType, t2.findQueueActionType = i2.findQueueActionType, t2.findQueueByIdActionType = i2.findQueueByIdActionType, t2.findScheduleActionType = i2.findScheduleActionType, t2.findScheduleGroupActionType = i2.findScheduleGroupActionType, t2.findSkillActionType = i2.findSkillActionType, t2.findSystemPromptActionType = i2.findSystemPromptActionType, t2.findUserActionType = i2.findUserActionType, t2.findUserByIdActionType = i2.findUserByIdActionType, t2.findUserPromptActionType = i2.findUserPromptActionType, t2.findUsersByIdActionType = i2.findUsersByIdActionType, t2.findUtilizationLabelActionType = i2.findUtilizationLabelActionType, t2.flushAudioActionType = i2.flushAudioActionType, t2.formActionType = i2.formActionType, t2.getAssignedCustomerIntentsActionType = i2.getAssignedCustomerIntentsActionType, t2.getAttributesActionType = i2.getAttributesActionType, t2.getConversationAttributeActionType = i2.getConversationAttributeActionType, t2.getConversationAttributesActionType = i2.getConversationAttributesActionType, t2.getConversationDataActionType = i2.getConversationDataActionType, t2.getEmailHeadersActionType = i2.getEmailHeadersActionType, t2.getExternalContactActionType = i2.getExternalContactActionType, t2.getExternalOrganizationActionType = i2.getExternalOrganizationActionType, t2.getJourneyOutcomeActionType = i2.getJourneyOutcomeActionType, t2.getJourneyOutcomeScoresBySessionActionType = i2.getJourneyOutcomeScoresBySessionActionType, t2.getJourneySegmentActionType = i2.getJourneySegmentActionType, t2.getJourneySessionActionType = i2.getJourneySessionActionType, t2.getJourneySessionsByCustomerActionType = i2.getJourneySessionsByCustomerActionType, t2.getJourneySessionsByExternalContactActionType = i2.getJourneySessionsByExternalContactActionType, t2.getRawSIPHeadersActionType = i2.getRawSIPHeadersActionType, t2.getResponseActionType = i2.getResponseActionType, t2.getSecuredDataActionType = i2.getSecuredDataActionType, t2.getSIPHeadersActionType = i2.getSIPHeadersActionType, t2.holdMusicActionType = i2.holdMusicActionType, t2.initializeFlowOutcomeActionType = i2.initializeFlowOutcomeActionType, t2.lexActionType = i2.lexActionType, t2.lexV2ActionType = i2.lexV2ActionType, t2.loopActionType = i2.loopActionType, t2.loopTaskActionType = i2.loopTaskActionType, t2.loopUntilActionType = i2.loopUntilActionType, t2.menuActionType = i2.menuActionType, t2.menuActionActionType = i2.menuActionActionType, t2.nextLoopActionType = i2.nextLoopActionType, t2.nuanceMixActionType = i2.nuanceMixActionType, t2.participantRecordActionType = i2.participantRecordActionType, t2.playAudioActionType = i2.playAudioActionType, t2.playAudioOnSilenceActionType = i2.playAudioOnSilenceActionType, t2.playEstimatedWaitTimeActionType = i2.playEstimatedWaitTimeActionType, t2.playPositionInQueueActionType = i2.playPositionInQueueActionType, t2.playUserGreetingActionType = i2.playUserGreetingActionType, t2.playUserNameActionType = i2.playUserNameActionType, t2.previousMenuActionType = i2.previousMenuActionType, t2.processVoicemailInputActionType = i2.processVoicemailInputActionType, t2.promoteExternalContactActionType = i2.promoteExternalContactActionType, t2.repeatMenuActionType = i2.repeatMenuActionType, t2.returnToAgentActionType = i2.returnToAgentActionType, t2.screenPopActionType = i2.screenPopActionType, t2.searchExternalContactsActionType = i2.searchExternalContactsActionType, t2.secureActionActionType = i2.secureActionActionType, t2.sendAutoReplyActionType = i2.sendAutoReplyActionType, t2.sendDigitalContentActionType = i2.sendDigitalContentActionType, t2.sendInteractiveApplicationActionActionType = i2.sendInteractiveApplicationActionActionType, t2.sendKnowledgeFeedbackActionActionType = i2.sendKnowledgeFeedbackActionActionType, t2.sendNotificationActionType = i2.sendNotificationActionType, t2.sendResponseActionType = i2.sendResponseActionType, t2.sendRichLinkActionType = i2.sendRichLinkActionType, t2.setActiveIntentActionType = i2.setActiveIntentActionType, t2.setAttributesActionType = i2.setAttributesActionType, t2.setConversationDataActionType = i2.setConversationDataActionType, t2.setExternalTagActionType = i2.setExternalTagActionType, t2.setFlowOutcomeActionType = i2.setFlowOutcomeActionType, t2.setLocaleActionType = i2.setLocaleActionType, t2.setPostFlowActionType = i2.setPostFlowActionType, t2.setPriorityActionType = i2.setPriorityActionType, t2.setSecuredDataActionType = i2.setSecuredDataActionType, t2.setSkillExpressionFiltersActionType = i2.setSkillExpressionFiltersActionType, t2.setSkillsActionType = i2.setSkillsActionType, t2.setUtilizationLabelActionType = i2.setUtilizationLabelActionType, t2.setUUIDataActionType = i2.setUUIDataActionType, t2.setWhisperAudioActionType = i2.setWhisperAudioActionType, t2.setWrapupCodeActionType = i2.setWrapupCodeActionType, t2.showKnowledgeArticleActionActionType = i2.showKnowledgeArticleActionActionType, t2.stateActionType = i2.stateActionType, t2.submitVoicemailSnippetActionType = i2.submitVoicemailSnippetActionType, t2.submitVoiceSnippetActionType = i2.submitVoiceSnippetActionType, t2.switchActionActionType = i2.switchActionActionType, t2.taskActionType = i2.taskActionType, t2.taskActionActionType = i2.taskActionActionType, t2.transcriptionActionType = i2.transcriptionActionType, t2.transferExternalActionType = i2.transferExternalActionType, t2.transferFlowActionType = i2.transferFlowActionType, t2.transferFlowSecureActionType = i2.transferFlowSecureActionType, t2.transferGroupActionType = i2.transferGroupActionType, t2.transferMenuActionType = i2.transferMenuActionType, t2.transferPureMatchActionType = i2.transferPureMatchActionType, t2.transferTaskActionType = i2.transferTaskActionType, t2.transferUserActionType = i2.transferUserActionType, t2.transferVoicemailActionType = i2.transferVoicemailActionType, t2.updateConversationAttributeActionType = i2.updateConversationAttributeActionType, t2.updateExternalContactActionType = i2.updateExternalContactActionType, t2.updateVariableActionType = i2.updateVariableActionType, t2.updateWorkitemActionType = i2.updateWorkitemActionType, t2.voiceBiometricsActionType = i2.voiceBiometricsActionType, t2.waitActionType = i2.waitActionType, t2.waitForInputActionType = i2.waitForInputActionType, t2.terminateWorkitemActionType = i2.terminateWorkitemActionType; }, 30825: (e2, t2, i2) => { const n2 = i2(2210), r2 = i2(81084), o = i2(7401), { playAudioOnSilenceActionType: a } = i2(30801); function s() { @@ -37077,7 +37393,8 @@ var require_scripting_bundle = __commonJS({ return this.definition.supportsKnowledge; } get supportsConversationSummary() { - return this.definition.supportsConversationSummary && this.botFlowSettings.virtualAgentEnabled; + var e3; + return this.definition.supportsConversationSummary && (null === (e3 = this.virtualAgentSettings) || void 0 === e3 ? void 0 : e3.summarizationEnabled); } createState(e3) { if (this.definition.supportsMultipleStates) return super.createState(e3); @@ -37662,12 +37979,12 @@ var require_scripting_bundle = __commonJS({ }, 31517: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(6953)), a = n2.__importDefault(i2(78432)), s = n2.__importDefault(i2(94225)), l = n2.__importDefault(i2(4648)), u = i2(10798), { isoLanguages: d } = i2(24812), c = n2.__importDefault(i2(67336)); - class p extends c.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(6953)), a = n2.__importDefault(i2(78432)), s = n2.__importDefault(i2(94225)), l = n2.__importDefault(i2(4648)), u = i2(10798), d = n2.__importDefault(i2(67336)), c = i2(24812); + class p extends d.default { constructor(e3) { super(e3); const t3 = this._infoParmCtor("coreIsoLanguageViewModel"); - this._checkItem(t3, !e3.id, "the specified core isoLanguage does not have an id specified"), this._checkItem(t3, !d[e3.id.toLowerCase()], "the specified core isoLanguage does not have a valid id"); + this._checkItem(t3, !e3.id, "the specified core isoLanguage does not have an id specified"), this._checkItem(t3, !c.isoLanguages[e3.id.toLowerCase()], "the specified core isoLanguage does not have a valid id"); } get displayTypeName() { return "ArchLanguage"; @@ -38116,7 +38433,7 @@ var require_scripting_bundle = __commonJS({ }, 31736: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.PermissionShiro = void 0; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(97591)), s = i2(1234), l = i2(58491), u = i2(44724), d = i2(11015), c = i2(24032).getTopic("permission"), p = {}; + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(97591)), s = i2(1234), l = i2(58491), u = i2(44724), d = i2(11015), c = (0, i2(24032).getTopic)("permission"), p = {}; o.default.each(u.permissionStrings.external.externalAuthorizations, (e3) => p[e3] = true), o.default.each(u.permissionStrings.copilot.message, (e3) => p[e3] = true), p[u.permissionStrings.copilot.session.view] = true; class _ { constructor() { @@ -38204,11 +38521,11 @@ var require_scripting_bundle = __commonJS({ }, 31824: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(37873)), o = n2.__importDefault(i2(94225)), a = i2(92140), { expressionDataService: s } = i2(27491), { globalTypes: l } = i2(14394), u = i2(71004), { variablePropertySupportedSetService: d } = i2(11201), c = i2(14187); + const n2 = i2(31635), r2 = n2.__importDefault(i2(37873)), o = n2.__importDefault(i2(94225)), a = i2(27491), s = i2(14394), l = i2(11201), u = n2.__importStar(i2(71004)), d = n2.__importStar(i2(14187)), c = i2(92140); class p extends r2.default { static get definition() { const e3 = this.prototype; - return e3._globalTypeName ? (e3._ensureSessionIsConnected(e3._infoPropGet("definition"), o.default), e3.coreFactory.createArchDefinitionVariable(l[e3._globalTypeName])) : null; + return e3._globalTypeName ? (e3._ensureSessionIsConnected(e3._infoPropGet("definition"), o.default), e3.coreFactory.createArchDefinitionVariable(s.globalTypes[e3._globalTypeName])) : null; } constructor(e3) { super(e3), this._coreVariableViewModel = e3; @@ -38220,7 +38537,7 @@ var require_scripting_bundle = __commonJS({ return "ArchBaseVariable"; } get definition() { - return this._globalTypeName ? this.coreFactory.createArchDefinitionVariable(l[this._globalTypeName]) : null; + return this._globalTypeName ? this.coreFactory.createArchDefinitionVariable(s.globalTypes[this._globalTypeName]) : null; } get hasUsages() { return this._coreVariableViewModel.hasUsages; @@ -38242,7 +38559,7 @@ var require_scripting_bundle = __commonJS({ } set description(e3) { const t3 = this._infoParm("value", "description"); - this._checkItemIsValidLiteralString(t3, e3, true), this._coreVariableViewModel.description = a.isNullOrUndefined(e3) || "" === e3 ? void 0 : e3; + this._checkItemIsValidLiteralString(t3, e3, true), this._coreVariableViewModel.description = c.isNullOrUndefined(e3) || "" === e3 ? void 0 : e3; } get isArchBaseVariable() { return true; @@ -38254,7 +38571,7 @@ var require_scripting_bundle = __commonJS({ const t3 = this._infoPropSet("newValue", "isInput"); this._checkItemIsValidLiteralBool(t3, e3); const i3 = {}; - e3 && this.isSecure && (d.getIsSecureInputOk(i3, e3, this.isSecure) || this._itemIsInvalid(t3, i3.displayString)), this._coreVariableViewModel.isInput = e3, this._checkItem(t3, this.isInput !== e3, "The isInput setting of '" + e3 + "' could not be set on the variable."), this.logNote("isInput now set to " + e3), this._coreVariableViewModel.fireVariableChanged(); + e3 && this.isSecure && (l.variablePropertySupportedSetService.getIsSecureInputOk(i3, e3, this.isSecure) || this._itemIsInvalid(t3, i3.displayString)), this._coreVariableViewModel.isInput = e3, this._checkItem(t3, this.isInput !== e3, "The isInput setting of '" + e3 + "' could not be set on the variable."), this.logNote("isInput now set to " + e3), this._coreVariableViewModel.fireVariableChanged(); } get isOutput() { return this._coreVariableViewModel.isOutput; @@ -38267,7 +38584,7 @@ var require_scripting_bundle = __commonJS({ if (false === e3) return; this._itemIsInvalid(t3, i3.displayString); } - e3 && this.isSecure && (d.getIsSecureOutputOk(i3, e3, this.isSecure) || this._itemIsInvalid(t3, i3.displayString)), this._coreVariableViewModel.isOutput = e3, this._checkItem(t3, this.isOutput !== e3, "The isOutput setting of '" + e3 + "' could not be set on the variable."), this.logNote("isOutput now set to " + e3), this._coreVariableViewModel.fireVariableChanged(); + e3 && this.isSecure && (l.variablePropertySupportedSetService.getIsSecureOutputOk(i3, e3, this.isSecure) || this._itemIsInvalid(t3, i3.displayString)), this._coreVariableViewModel.isOutput = e3, this._checkItem(t3, this.isOutput !== e3, "The isOutput setting of '" + e3 + "' could not be set on the variable."), this.logNote("isOutput now set to " + e3), this._coreVariableViewModel.fireVariableChanged(); } get isReadOnly() { return this._coreVariableViewModel.isReadOnly; @@ -38279,7 +38596,7 @@ var require_scripting_bundle = __commonJS({ const t3 = this._infoPropSet("newValue", "isSecure"); this._checkItemIsValidLiteralBool(t3, e3); const i3 = {}; - this._coreVariableViewModel.getIsSecureCanSet(i3) || this._itemIsInvalid(t3, i3.displayString), e3 && (d.getIsSecureInputOk(i3, this.isInput, e3) || this._itemIsInvalid(t3, i3.displayString), d.getIsSecureOutputOk(i3, this.isOutput, e3) || this._itemIsInvalid(t3, i3.displayString)), this._coreVariableViewModel.isSecure = e3, this._checkItem(t3, this.isSecure !== e3, "The secure setting of '" + e3 + "' could not be set on the variable. Remember that flow input or output variables cannot be set to secure."), this.logNote("isSecure now set to " + e3), this._coreVariableViewModel.fireVariableChanged(); + this._coreVariableViewModel.getIsSecureCanSet(i3) || this._itemIsInvalid(t3, i3.displayString), e3 && (l.variablePropertySupportedSetService.getIsSecureInputOk(i3, this.isInput, e3) || this._itemIsInvalid(t3, i3.displayString), l.variablePropertySupportedSetService.getIsSecureOutputOk(i3, this.isOutput, e3) || this._itemIsInvalid(t3, i3.displayString)), this._coreVariableViewModel.isSecure = e3, this._checkItem(t3, this.isSecure !== e3, "The secure setting of '" + e3 + "' could not be set on the variable. Remember that flow input or output variables cannot be set to secure."), this.logNote("isSecure now set to " + e3), this._coreVariableViewModel.fireVariableChanged(); } get isFlowVariable() { return !!this._coreVariableViewModel.isFlowScopedVariable; @@ -38313,8 +38630,8 @@ var require_scripting_bundle = __commonJS({ } rename(e3) { const t3 = this._infoParm("newName", "rename"); - this._checkItemIsValidLiteralString(t3, e3, false), s.isValidIdentifierName(e3) || this._itemIsInvalid(t3, "The new variable name '" + e3 + "' is not valid. It must be at least one character long and start with a letter. Subsequent characters must either be a letter, digit or underscore. You should not have any scope prefix like Flow., Task. or State. in the newName parameter either."); - const i3 = c.getCasedScope(this._coreVariableViewModel.scope) + "." + e3; + this._checkItemIsValidLiteralString(t3, e3, false), a.expressionDataService.isValidIdentifierName(e3) || this._itemIsInvalid(t3, "The new variable name '" + e3 + "' is not valid. It must be at least one character long and start with a letter. Subsequent characters must either be a letter, digit or underscore. You should not have any scope prefix like Flow., Task. or State. in the newName parameter either."); + const i3 = d.getCasedScope(this._coreVariableViewModel.scope) + "." + e3; i3.toLowerCase() !== this.name.toLowerCase() && this._coreVariableViewModel.parentFlow.variableGroup.getVariableByName(i3, this._coreVariableViewModel.parent) && this._itemIsInvalid(t3, "unable to rename the variable. There is another variable that already exists with the name '" + i3 + "'"); const n3 = this.name, r3 = u.transferUsages(this._coreVariableViewModel, this._coreVariableViewModel.usages, i3); r3 || this.logErrorAndThrow("unable to rename the variable to '" + e3 + "'"), this._coreVariableViewModel = r3, this.logNote("successfully renamed to '" + this.name + "' from the old name of'" + n3 + "'"); @@ -38545,13 +38862,15 @@ var require_scripting_bundle = __commonJS({ const o = i2(31635), a = i2(30801), s = i2(80295), l = i2(80295), u = o.__importDefault(i2(7401)), d = i2(80934), c = o.__importDefault(i2(92140)), p = i2(90807); class _ extends d.BaseActionWithOutputsModel { constructor(e3) { - super(e3), this.__type = _.__type, (0, l.makeUnenumerable)(this, "_inputs"), (0, l.makeUnenumerable)(this, "_outputs"), (0, l.makeUnenumerable)(this, "_voiceProcessingPrompt"), (0, l.makeUnenumerable)(this, "_exitReason"), (0, l.makeUnenumerable)(this, "_agenticVirtualAgentId"), (0, l.makeUnenumerable)(this, "_agenticVirtualAgentName"), (0, l.makeUnenumerable)(this, "_agenticVirtualAgentVersion"), (0, l.makeUnenumerable)(this, "_agenticVirtualAgentLatestVersion"); + super(e3), this.__type = _.__type, (0, l.makeUnenumerable)(this, "_inputs"), (0, l.makeUnenumerable)(this, "_outputs"), (0, l.makeUnenumerable)(this, "_errorBindings"), (0, l.makeUnenumerable)(this, "_voiceProcessingPrompt"), (0, l.makeUnenumerable)(this, "_exitReason"), (0, l.makeUnenumerable)(this, "_agenticVirtualAgentId"), (0, l.makeUnenumerable)(this, "_agenticVirtualAgentName"), (0, l.makeUnenumerable)(this, "_agenticVirtualAgentVersion"), (0, l.makeUnenumerable)(this, "_agenticVirtualAgentLatestVersion"); } pasteReIdOrRename(e3) { super.pasteReIdOrRename(e3), c.default.each(this._inputs, (t3) => { t3.pasteReIdOrRename(e3); }), c.default.each(this._outputs, (t3) => { t3.pasteReIdOrRename(e3); + }), c.default.each(this._errorBindings, (t3) => { + t3.pasteReIdOrRename(e3); }); } pasteResolveOldToNewValues(e3) { @@ -38559,6 +38878,8 @@ var require_scripting_bundle = __commonJS({ t3.pasteResolveOldToNewValues(e3); }), c.default.each(this.outputs, (t3) => { t3.pasteResolveOldToNewValues(e3); + }), c.default.each(this._errorBindings, (t3) => { + t3.pasteResolveOldToNewValues(e3); }); } get agenticVirtualAgentId() { @@ -38597,6 +38918,12 @@ var require_scripting_bundle = __commonJS({ set outputs(e3) { this._outputs = this.reviveArray(e3, p); } + get errorBindings() { + return this._errorBindings; + } + set errorBindings(e3) { + this._errorBindings = this.reviveArray(e3, p); + } get voiceProcessingPrompt() { return this._voiceProcessingPrompt; } @@ -38610,7 +38937,7 @@ var require_scripting_bundle = __commonJS({ this._exitReason = this.reviveItem(e3, u.default); } } - t2.CallAgenticVirtualAgentActionModel = _, _.__type = a.callAgenticVirtualAgentActionType, o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], _.prototype, "agenticVirtualAgentId", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], _.prototype, "agenticVirtualAgentName", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], _.prototype, "agenticVirtualAgentVersion", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", Boolean), o.__metadata("design:paramtypes", [Object])], _.prototype, "agenticVirtualAgentLatestVersion", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "inputs", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "outputs", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = void 0 !== u.default && u.default) ? n2 : Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "voiceProcessingPrompt", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (r2 = void 0 !== u.default && u.default) ? r2 : Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "exitReason", null), _.registerType(); + t2.CallAgenticVirtualAgentActionModel = _, _.__type = a.callAgenticVirtualAgentActionType, o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], _.prototype, "agenticVirtualAgentId", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], _.prototype, "agenticVirtualAgentName", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], _.prototype, "agenticVirtualAgentVersion", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", Boolean), o.__metadata("design:paramtypes", [Object])], _.prototype, "agenticVirtualAgentLatestVersion", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "inputs", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "outputs", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "errorBindings", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = void 0 !== u.default && u.default) ? n2 : Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "voiceProcessingPrompt", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (r2 = void 0 !== u.default && u.default) ? r2 : Object), o.__metadata("design:paramtypes", [Object])], _.prototype, "exitReason", null), _.registerType(); }, 32345: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -39199,8 +39526,8 @@ var require_scripting_bundle = __commonJS({ }, 33067: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getAudioConnectorBot = t2.getAudioConnectorBots = void 0; - const n2 = i2(55892), r2 = i2(7452), o = i2(36019).default, a = { ignoreBadResponse: true }; - t2.getAudioConnectorBots = o.request("GET", "{public-api.apps}/api/v2/integrations/speech/audioconnector/", r2, a), t2.getAudioConnectorBot = o.request("GET", "{public-api.apps}/api/v2/integrations/speech/audioconnector/{integrationId}", n2, a); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(55892), o = i2(7452), a = { ignoreBadResponse: true }; + t2.getAudioConnectorBots = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/speech/audioconnector/", o, a), t2.getAudioConnectorBot = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/speech/audioconnector/{integrationId}", r2, a); }, 33073: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -39960,7 +40287,7 @@ var require_scripting_bundle = __commonJS({ }, 33235: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.DurationType = void 0; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(73198)), a = i2(79467), s = i2(80428), l = i2(94765), u = i2(63824); + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(73198)), a = i2(79467), s = i2(80428), l = i2(94765), u = n2.__importStar(i2(63824)); class d extends l.ExpressionType { constructor(e3, t3, i3) { super(e3, t3, i3), this.expressionOptionClass = a.ExpressionTypeDurationOptions; @@ -40160,10 +40487,10 @@ var require_scripting_bundle = __commonJS({ }, 33381: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.FlowReferenceProperty = void 0; - const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importStar(i2(30260)), l = n2.__importStar(i2(17498)), u = n2.__importDefault(i2(98114)), d = n2.__importStar(i2(18325)), c = i2(88473), p = i2(55867), _ = i2(44307), h = i2(37345), m = i2(47957); - class g extends p.BaseActionProperty { + const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importStar(i2(30260)), l = n2.__importStar(i2(17498)), u = n2.__importDefault(i2(98114)), d = n2.__importStar(i2(18325)), c = i2(88473), p = i2(55867), _ = i2(44307), h = i2(44307), m = i2(37345), g = i2(47957); + class f extends p.BaseActionProperty { constructor(e3, t3, i3, n3, r3, o2) { - super(e3, t3), this._supportsSpecificVersion = true, this._showVersionSelection = true, this._isRefreshingFlowReferenceCounter = 0, this._actionWithFlowSchemaRef = e3, this._flowType = i3, this._flowListManager = s.getManagerForFlowType(this._flowType, true), this._modelPropNames = g.createModelPropNames(o2, this._flowType), this._outOfServiceProvider = (0, c.addOutOfServiceProperties)(this), false === n3 && (this._supportsSpecificVersion = false), false === r3 && (this._showVersionSelection = false); + super(e3, t3), this._supportsSpecificVersion = true, this._showVersionSelection = true, this._isRefreshingFlowReferenceCounter = 0, this._actionWithFlowSchemaRef = e3, this._flowType = i3, this._flowListManager = s.getManagerForFlowType(this._flowType, true), this._modelPropNames = f.createModelPropNames(o2, this._flowType), this._outOfServiceProvider = (0, c.addOutOfServiceProperties)(this), false === n3 && (this._supportsSpecificVersion = false), false === r3 && (this._showVersionSelection = false); } get isFlowReferenceProperty() { return true; @@ -40180,7 +40507,7 @@ var require_scripting_bundle = __commonJS({ getConfiguration(e3, t3) { var i3, n3, r3, o2; if (null == t3 ? void 0 : t3.isForFlowYaml) { - (0, _.snapshotReferencedObject)(e3, this.flowType, this.flowName, this.flowDefaultLanguage, this.flowInputs, this.flowOutputs); + (0, _.snapshotReferencedObject)(e3, this.flowType, this.flowName, this.flowDefaultLanguage, this.flowInputs, this.flowOutputs), this._addSupportedLanguagesToSnapshot(e3); const s2 = {}, l2 = this.getReferencedFlowName(); if (!l2) return a.default.ensureYamlNoneTrue(s2), s2; const u2 = (s2[l2] = {}).ver_latestPublished = {}; @@ -40200,9 +40527,18 @@ var require_scripting_bundle = __commonJS({ for (const e4 of i3.supportedLanguages) if (e4.isDefault) return e4.language; } } + _addSupportedLanguagesToSnapshot(e3) { + var t3, i3, n3; + if (!(null === (i3 = null === (t3 = null == e3 ? void 0 : e3.referencedObjects) || void 0 === t3 ? void 0 : t3.flows) || void 0 === i3 ? void 0 : i3.length)) return; + const r3 = null === (n3 = this._flowListManager) || void 0 === n3 ? void 0 : n3.getItem(this.flowId), o2 = null == r3 ? void 0 : r3.supportedLanguages; + if (null == o2 ? void 0 : o2.length) { + const t4 = (0, h.getFlowConfigFromSnapshot)(e3, this.flowName, this.flowType); + t4 && (t4.flow.supportedLanguages = o2.map((e4) => e4.language)); + } + } getDetailDescription() { const e3 = this.getReferencedFlowName(); - return e3 ? { label: u.default.getFlowTypeDisplayName(this.flowType), value: this.flowVersion ? (0, o.sprintf)(m.nameAndVersion, e3, this.flowVersion) : e3 } : null; + return e3 ? { label: u.default.getFlowTypeDisplayName(this.flowType), value: this.flowVersion ? (0, o.sprintf)(g.nameAndVersion, e3, this.flowVersion) : e3 } : null; } get flowId() { return this.action.model[this._modelPropNames.idPropName]; @@ -40263,7 +40599,7 @@ var require_scripting_bundle = __commonJS({ getErrors(e3) { if (!this.outOfService) { const e4 = this.getFlowInfoReference(this.flowId); - if (!e4 || e4.deleted) return [(0, o.sprintf)(m.missingReference, u.default.getFlowTypeDisplayName(this.flowType))]; + if (!e4 || e4.deleted) return [(0, o.sprintf)(g.missingReference, u.default.getFlowTypeDisplayName(this.flowType))]; } return []; } @@ -40293,7 +40629,7 @@ var require_scripting_bundle = __commonJS({ } search(e3) { var t3, i3; - super.search(e3), this.flowName && !this.outOfService && e3.checkText(this.action, this.flowName, null !== (i3 = null === (t3 = this.getDetailDescription()) || void 0 === t3 ? void 0 : t3.label) && void 0 !== i3 ? i3 : m.commonModule.hardcodedTaskName); + super.search(e3), this.flowName && !this.outOfService && e3.checkText(this.action, this.flowName, null !== (i3 = null === (t3 = this.getDetailDescription()) || void 0 === t3 ? void 0 : t3.label) && void 0 !== i3 ? i3 : g.commonModule.hardcodedTaskName); } _initializeDesignTime() { if (super._initializeDesignTime(), this.flowId) { @@ -40333,7 +40669,7 @@ var require_scripting_bundle = __commonJS({ if (!this.flowVersion) return e3; this.traceTopic.info(`fetching flow schema for flow id:${this.flowId} version: ${this.flowVersion}`), this.setIsRefreshingFlowReference(true); try { - const t3 = yield h.getFlowInfoForVersion(this.flowId, this.flowVersion); + const t3 = yield m.getFlowInfoForVersion(this.flowId, this.flowVersion); return e3.loadAlternateSchema(this.flowVersion, t3), e3; } catch (e4) { this.traceTopic.requestError(e4, `failed to get flow schema for flow id:${this.flowId} version: ${this.flowVersion} to get its schema`); @@ -40371,10 +40707,10 @@ var require_scripting_bundle = __commonJS({ } static createCreateDetails(e3) { const t3 = this.createModelPropNames(e3.useFlowTypeSpecificModelProps, null == e3 ? void 0 : e3.flowType); - return { create: (t4, i3) => new g(t4, i3, e3.flowType, e3.supportsSpecificVersion, e3.showVersionSelection, e3.useFlowTypeSpecificModelProps), getCreateClass: () => g, modelProperties: [t3.idPropName, t3.namePropName, t3.versionPropName, t3.latestVersionPropName, t3.debugPublishedPropName] }; + return { create: (t4, i3) => new f(t4, i3, e3.flowType, e3.supportsSpecificVersion, e3.showVersionSelection, e3.useFlowTypeSpecificModelProps), getCreateClass: () => f, modelProperties: [t3.idPropName, t3.namePropName, t3.versionPropName, t3.latestVersionPropName, t3.debugPublishedPropName] }; } } - t2.FlowReferenceProperty = g; + t2.FlowReferenceProperty = f; }, 33416: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.SmsPhoneNumberList = void 0; @@ -40626,18 +40962,18 @@ var require_scripting_bundle = __commonJS({ return t3.supportedFlowTypes && i4.hasOutOfServiceProvider && (i4.supportedFlowTypes = t3.supportedFlowTypes, o.default.isFunction(i4.outOfServiceChanged) && i4.outOfServiceChanged(true)), i4; } if (t3.isJustForFlowYaml) return null; - let i3, n3, y, S = e3.model[t3.property]; + let i3, n3, S, A = e3.model[t3.property]; if (Array.isArray(t3.optionsForSpecificFlowTypes)) { const i4 = t3.optionsForSpecificFlowTypes.find((t4) => t4.flowTypes.find((t5) => t5 === e3.parentFlow.type)); - o.default.isUndefined(i4) || (y = i4.options); + o.default.isUndefined(i4) || (S = i4.options); } - return y || (y = t3.options), e3.propertyChanged && (y = o.default.extend(y || {}, { valueChangedCallback: e3.propertyChanged.bind(e3) })), t3.audio ? (S = S || new r2(), i3 = new h.AudioViewModel(e3.parentFlow, e3, S, y), "preTransferAudio" === t3.property ? i3.defaultAudio.propertyName = "preTransferAudio" : "failureTransferAudio" === t3.property && (i3.defaultAudio.propertyName = "failureTransferAudio")) : t3.skills ? (S = S || [], i3 = new p.SkillValuePairs(e3, S, t3.yamlOptions)) : t3.variables ? (S = S || [], i3 = new _.VariableValuePairs(e3, S, y, t3.yamlOptions)) : t3.list ? (S = S || [], n3 = T.default.getType(e3.parentFlow, t3.type, false), i3 = t3.listHasReferenceId ? new d.ExpressionListWithReferenceId(e3, S, t3.label, n3, t3.property, y, t3.yamlOptions) : new u.ExpressionList(e3, S, t3.label, n3, t3.property, y, t3.yamlOptions)) : t3.dataList ? (S = S || [], i3 = new s.DataPairList(e3, S, !t3.isOutput, t3.allowSecure, y, t3.yamlOptions)) : t3.dataPairListCollection ? (S = S || [], i3 = new l.DataPairListCollection(e3, S, !t3.isOutput, t3.allowSecure, y)) : t3.namedItems ? (S = S || [], i3 = new c.NameValuePairs(e3, S, t3.isOutput, y, t3.yamlOptions)) : t3.choiceList ? (S = S || [], i3 = new a.default(e3, S, y)) : (S = S || new g.default(), n3 = T.default.getType(e3.parentFlow, t3.type, !!y && y.isCollection), y && y.className || (y = m.buildOptions(n3, t3 ? y : void 0, e3.parentFlow)), i3 = f.expression(e3.parentFlow, e3, S, t3.label, n3, t3.property, y)), i3.isExpressionContainer && t3.label && (i3.label = t3.label), i3.hasOutOfServiceProvider && (t3 && t3.supportedFlowTypes && (i3.supportedFlowTypes = t3.supportedFlowTypes, o.default.isFunction(i3.outOfServiceChanged) && i3.outOfServiceChanged(true)), t3 && (t3.featureFlags || y.featureToggleName) && (!t3.featureFlagEnabledForFlowTypes || t3.featureFlagEnabledForFlowTypes && o.default.contains(t3.featureFlagEnabledForFlowTypes, e3.parentFlow.type)) && ((function(e4, t4) { + return S || (S = t3.options), e3.propertyChanged && (S = o.default.extend(S || {}, { valueChangedCallback: e3.propertyChanged.bind(e3) })), t3.audio ? (A = A || new r2(), i3 = new m.AudioViewModel(e3.parentFlow, e3, A, S), "preTransferAudio" === t3.property ? i3.defaultAudio.propertyName = "preTransferAudio" : "failureTransferAudio" === t3.property && (i3.defaultAudio.propertyName = "failureTransferAudio")) : t3.skills ? (A = A || [], i3 = new _.SkillValuePairs(e3, A, t3.yamlOptions)) : t3.variables ? (A = A || [], i3 = new h.VariableValuePairs(e3, A, S, t3.yamlOptions)) : t3.list ? (A = A || [], n3 = y.default.getType(e3.parentFlow, t3.type, false), i3 = t3.listHasReferenceId ? new d.ExpressionListWithReferenceId(e3, A, t3.label, n3, t3.property, S, t3.yamlOptions) : new u.ExpressionList(e3, A, t3.label, n3, t3.property, S, t3.yamlOptions)) : t3.dataList ? (A = A || [], i3 = new s.DataPairList(e3, A, !t3.isOutput, t3.allowSecure, S, t3.yamlOptions)) : t3.dataPairListCollection ? (A = A || [], i3 = new l.DataPairListCollection(e3, A, !t3.isOutput, t3.allowSecure, S)) : t3.namedItems ? (A = A || [], i3 = new p.NameValuePairs(e3, A, t3.isOutput, S, t3.yamlOptions)) : t3.choiceList ? (A = A || [], i3 = new a.default(e3, A, S)) : t3.externalContactPatchChanges ? (A = A || [], i3 = new c.ExternalContactPatchChangeList(e3, A, S, t3.yamlOptions)) : (A = A || new f.default(), n3 = y.default.getType(e3.parentFlow, t3.type, !!S && S.isCollection), S && S.className || (S = g.buildOptions(n3, t3 ? S : void 0, e3.parentFlow)), i3 = T.expression(e3.parentFlow, e3, A, t3.label, n3, t3.property, S)), i3.isExpressionContainer && t3.label && (i3.label = t3.label), i3.hasOutOfServiceProvider && (t3 && t3.supportedFlowTypes && (i3.supportedFlowTypes = t3.supportedFlowTypes, o.default.isFunction(i3.outOfServiceChanged) && i3.outOfServiceChanged(true)), t3 && (t3.featureFlags || S.featureToggleName) && (!t3.featureFlagEnabledForFlowTypes || t3.featureFlagEnabledForFlowTypes && o.default.contains(t3.featureFlagEnabledForFlowTypes, e3.parentFlow.type)) && ((function(e4, t4) { e4 && t4 && (o.default.isArray(t4) || (t4 = [t4]), e4.featureFlags ? o.default.each(t4, function(t5) { o.default.findIndex(e4.featureFlags, t5) || e4.featureFlags.push(t5); }) : e4.featureFlags = t4); - })(i3, t3.featureFlags), o.default.isFunction(i3.outOfServiceChanged) && i3.outOfServiceChanged(true))), t3.hideFromModel || (e3.model[t3.property] = S), e3[t3.property] = i3, i3; + })(i3, t3.featureFlags), o.default.isFunction(i3.outOfServiceChanged) && i3.outOfServiceChanged(true))), t3.hideFromModel || (e3.model[t3.property] = A), e3[t3.property] = i3, i3; }; - const n2 = i2(31635), r2 = i2(2210), o = n2.__importDefault(i2(92140)), a = n2.__importDefault(i2(9386)), s = i2(15364), l = i2(39296), u = i2(71514), d = i2(60420), c = i2(29485), p = i2(27197), _ = i2(3986), h = i2(96353), m = n2.__importStar(i2(8462)), g = n2.__importDefault(i2(7401)), f = n2.__importStar(i2(81116)), T = n2.__importDefault(i2(65302)); + const n2 = i2(31635), r2 = i2(2210), o = n2.__importDefault(i2(92140)), a = n2.__importDefault(i2(9386)), s = i2(15364), l = i2(39296), u = i2(71514), d = i2(60420), c = i2(11929), p = i2(29485), _ = i2(27197), h = i2(3986), m = i2(96353), g = n2.__importStar(i2(8462)), f = n2.__importDefault(i2(7401)), T = n2.__importStar(i2(81116)), y = n2.__importDefault(i2(65302)); }, 33668: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ExpressionTypeSurveyQuestionGroupOptions = void 0; @@ -40696,19 +41032,19 @@ var require_scripting_bundle = __commonJS({ t2.default = r2; }, 33853: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(5478)), a = n2.__importDefault(i2(27203)), s = n2.__importDefault(i2(97891)), l = i2(3219), u = i2(47957); - class d extends o.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(5478)), o = n2.__importDefault(i2(27203)), a = i2(3219), s = i2(12179), l = n2.__importDefault(i2(97891)), u = i2(47957); + class d extends r2.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get branchInfo() { - return a.default.successFailure; + return o.default.successFailure; } _getPossibleErrors() { - return l.getDisconnectWorkitemFailureReasons; + return a.disconnectWorkitemFailureReasons; } } - d.info = s.default.createActionInfo({ actionClass: d, canBeInTask: true, helpTopic: r2.helpTopics.actions.disconnectWorkitem, modelClass: i2(37417), name: u.actions.disconnectWorkitem, scriptingName: "ArchActionDisconnectWorkitem" }), t2.A = d; + d.info = l.default.createActionInfo({ actionClass: d, canBeInTask: true, helpTopic: s.helpTopics.actions.disconnectWorkitem, modelClass: i2(37417), name: u.actions.disconnectWorkitem, scriptingName: "ArchActionDisconnectWorkitem" }), t2.A = d; }, 33909: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.formatErrorString = function(e3, t3) { @@ -40789,7 +41125,7 @@ var require_scripting_bundle = __commonJS({ return s.default.foundNotFoundFailure; } _getPossibleErrors() { - return l.getGetAssignedCustomerIntentsFailureReasons; + return l.getAssignedCustomerIntentsFailureReasons; } static get managedProperties() { return [{ label: p.assignedCustomerIntents.assignedCustomerIntentsLabel, options: a.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setIninTestingField("ExternalContactIdExpression").setDisableSpellcheck(true).setDefaultToExpression(true).facets.setMinLength(1)), property: "externalContactId", type: r2.expressionTypeNames.string }, { label: p.assignedCustomerIntents.assignedCustomerIntentsResult, options: o.ExpressionTypeAssignedCustomerIntentOptions.create((e3) => e3.setIninTestingField("AssignedCustomerIntentsExpression").setIsCollection(true).setAsOutput().setAllowSecure(true)), property: "getAssignedCustomerIntentsResult", type: r2.expressionTypeNames.assignedCustomerIntent }]; @@ -40948,7 +41284,7 @@ var require_scripting_bundle = __commonJS({ } t2.default = r2; }, 34005: (e2) => { - e2.exports = { category: { audio: { identifier: "audio", name: "AR_CT_AUDIO", description: "AR_CT_DSC_AUDIO" }, cast: { identifier: "cast", name: "AR_CT_CAST", description: "AR_CT_DSC_CAST" }, comparison: { identifier: "comparison", name: "AR_CT_COMPARISON", description: "AR_CT_DSC_COMPARISON" }, complex: { identifier: "complex", name: "AR_CT_COMPLEX", description: "AR_CT_DSC_COMPLEX" }, datetime: { identifier: "datetime", name: "AR_CT_DTM", description: "AR_CT_DSC_DTM" }, email: { identifier: "email", name: "AR_CT_EMAIL", description: "AR_CT_DSC_EMAIL" }, financial: { identifier: "financial", name: "AR_CT_FINANCIAL", description: "AR_CT_DSC_FINANCIAL" }, list: { identifier: "list", name: "AR_CT_LIST", description: "AR_CT_DSC_LIST" }, logical: { identifier: "logical", name: "AR_CT_LOGICAL", description: "AR_CT_DSC_LOGICAL" }, language: { identifier: "language", name: "AR_CT_LANGUAGE", description: "AR_CT_DSC_LANGUAGE" }, json: { identifier: "json", name: "AR_CT_JSON", description: "AR_CT_DSC_JSON" }, mathematical: { identifier: "mathematical", name: "AR_CT_MATHEMATICAL", description: "AR_CT_DSC_MATHEMATICAL" }, operators: { identifier: "operators", name: "AR_CT_OPERATORS", description: "AR_CT_DSC_OPERATORS" }, prompt: { identifier: "prompt", name: "AR_CT_PROMPT", description: "AR_CT_DSC_PROMPT" }, search: { identifier: "search", name: "AR_CT_SEARCH", description: "AR_CT_DSC_SEARCH" }, statistical: { identifier: "statistical", name: "AR_CT_STATISTICAL", description: "AR_CT_DSC_STATISTICAL" }, survey: { identifier: "survey", name: "AR_CT_SURVEY", description: "AR_CT_DSC_SURVEY" }, text: { identifier: "text", name: "AR_CT_TEXT", description: "AR_CT_DSC_TEXT" }, unary: { identifier: "unary", name: "AR_CT_UNARY", description: "AR_CT_DSC_UNARY" } }, type: { AgentScorePair: { name: "AR_TP_AGENTSCOREPAIR", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_agent_score_pair", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { featureConfigName: "botFlowsQueueSupportFeature" }, digitalbot: { featureConfigName: "botFlowsQueueSupportFeature" }, emailsend: {}, inboundcall: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueuecall: {}, inqueueemail: {}, inqueueshortmessage: {}, securecall: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {}, voicemail: {}, workitem: {} }, version: "1.0", featureConfigName: "knownAgentRouting" }, nativeProperties: [{ id: "agent", name: "agent", descriptionId: "AR_TP_AGENTSCOREPAIR_PROP_AGENT_DSC", type: "usr", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "score", name: "score", descriptionId: "AR_TP_AGENTSCOREPAIR_PROP_SCORE_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: false }] }, Audio: { name: "AR_TP_AUDIO", allowArray: false, dataType: "AudioDataType", support: { classType: "AudioVariable", expressionDataType: "aud", expressionBaseDataType: "aud", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {} }, version: "1.0" }, nativeProperties: [] }, Boolean: { name: "AR_TP_BLN", allowArray: true, dataType: "BooleanDataType", support: { classType: "BoolVariable", expressionDataType: "bln", expressionBaseDataType: "bln", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, StringKeyValuePair: { name: "AR_TP_STRINGKEYVALUEPAIR", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_string_key_value_pair", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundchat: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "key", name: "key", descriptionId: "AR_TP_STRINGKEYVALUEPAIR_PROP_KEY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "value", name: "value", descriptionId: "AR_TP_STRINGKEYVALUEPAIR_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ChatGuest: { name: "AR_TP_CHATGUEST", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_chat_guest", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundchat: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CHATGUEST_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "displayName", name: "displayName", descriptionId: "AR_TP_CHATGUEST_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "avatarImageUrl", name: "avatarImageUrl", descriptionId: "AR_TP_CHATGUEST_PROP_AVATARIMAGEURL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isAuthenticated", name: "isAuthenticated", descriptionId: "AR_TP_CHATGUEST_PROP_ISAUTHENTICATED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customFields", name: "customFields", descriptionId: "AR_TP_CHATGUEST_PROP_CUSTOMFIELDS_DSC", type: "cpx_string_key_value_pair", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "authenticatedCustomFields", name: "authenticatedCustomFields", descriptionId: "AR_TP_CHATGUEST_PROP_AUTHENTICATEDCUSTOMFIELDS_DSC", type: "cpx_string_key_value_pair", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, Currency: { name: "AR_TP_CUR", allowArray: true, dataType: "CurrencyDataType", support: { classType: "CurrencyVariable", expressionDataType: "cur", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0" }, nativeProperties: [{ id: "amount", name: "amount", descriptionId: "AR_TP_CUR_PROP_AMOUNT_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "code", name: "code", descriptionId: "AR_TP_CUR_PROP_CODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }] }, AssignedCustomerIntent: { name: "AR_TP_ASSIGNEDCUSTOMERINTENT", allowArray: true, dataType: "AssignedCustomerIntentDataType", support: { classType: "AssignedCustomerIntentVariable", expressionDataType: "aci", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueuecall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, outboundcall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, securecall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, voicemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, bot: { featureConfigName: "customerIntentsPhase1Cicero" }, digitalbot: { featureConfigName: "customerIntentsPhase1Cicero" }, emailsend: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inboundemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inboundshortmessage: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueueemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueueshortmessage: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, surveyinvite: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" } }, version: "1.0" }, nativeProperties: [{ id: "customerIntent", name: "customerIntent", descriptionId: "AR_TP_ASSIGNEDCUSTOMERINTENT_PROP_CUSTOMERINTENT_DSC", type: "cin", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateMostRecentlyAssigned", name: "dateMostRecentlyAssigned", descriptionId: "AR_TP_ASSIGNEDCUSTOMERINTENT_PROP_DATEMOSTRECENTLYASSIGNED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, AssignedCustomerSegment: { name: "AR_TP_ASSIGNEDCUSTOMERSEGMENT", allowArray: true, dataType: "AssignedCustomerSegmentDataType", support: { classType: "AssignedCustomerSegmentVariable", expressionDataType: "acs", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { featureConfigName: "botFlowsCustomerSegmentsFeature" }, digitalbot: { featureConfigName: "botFlowsCustomerSegmentsFeature" } }, version: "1.0" }, nativeProperties: [{ id: "customerSegment", name: "customerSegment", descriptionId: "AR_TP_ASSIGNEDCUSTOMERSEGMENT_PROP_CUSTOMERSEGMENT_DSC", type: "csg", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateAssigned", name: "dateAssigned", descriptionId: "AR_TP_ASSIGNEDCUSTOMERSEGMENT_PROP_DATEASSIGNED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, CustomerSegment: { name: "AR_TP_CUSTOMERSEGMENT", allowArray: true, dataType: "CustomerSegmentDataType", support: { classType: "CustomerSegmentVariable", expressionDataType: "csg", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { featureConfigName: "botFlowsCustomerSegmentsFeature" }, digitalbot: { featureConfigName: "botFlowsCustomerSegmentsFeature" } }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CUSTOMERSEGMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_CUSTOMERSEGMENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, CustomerIntent: { name: "AR_TP_CUSTOMERINTENT", allowArray: true, dataType: "CustomerIntentDataType", support: { classType: "CustomerIntentVariable", expressionDataType: "cin", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueuecall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, outboundcall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, securecall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, voicemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, bot: { featureConfigName: "customerIntentsPhase1Cicero" }, digitalbot: { featureConfigName: "customerIntentsPhase1Cicero" }, inboundemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, emailsend: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inboundshortmessage: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueueemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueueshortmessage: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, surveyinvite: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" } }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CUSTOMERINTENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_CUSTOMERINTENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "categoryId", name: "categoryId", descriptionId: "AR_TP_CUSTOMERINTENT_PROP_CATEGORYID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, DateTime: { name: "AR_TP_DTM", allowArray: true, dataType: "DateTimeDataType", support: { classType: "DateTimeVariable", expressionDataType: "dtm", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, Date: { name: "AR_TP_DATE", allowArray: true, dataType: "DateDataType", support: { classType: "DateVariable", expressionDataType: "dat", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: {}, emailsend: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {}, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0" }, nativeProperties: [] }, Decimal: { name: "AR_TP_DEC", allowArray: true, dataType: "DecimalDataType", support: { classType: "DecimalVariable", expressionDataType: "dec", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, Division: { name: "AR_TP_DIVISION", allowArray: true, dataType: "DivisionDataType", support: { classType: "DivisionVariable", expressionDataType: "dvn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inboundshortmessage: {}, inboundemail: {}, emailsend: { featureConfigName: "emailSendFlows" }, inqueuecall: {}, inqueueshortmessage: {}, inqueueemail: {}, surveyinvite: {}, outboundcall: {}, securecall: {}, voicemail: {}, workflow: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0", featureConfigName: "customConversationAttributes" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_DIVISION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_DIVISION_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Duration: { name: "AR_TP_DUR", allowArray: true, dataType: "DurationDataType", support: { classType: "DurationVariable", expressionDataType: "dur", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, Long: { name: "AR_TP_LNG", allowArray: true, dataType: "LongDataType", support: { classType: "IntegerVariable", expressionDataType: "int", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0" }, nativeProperties: [] }, Email: { name: "AR_TP_EMAIL", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_email", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundemail: {}, inqueueemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EMAIL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "autoGenerated", name: "autoGenerated", descriptionId: "AR_TP_EMAIL_PROP_AUTOGENERATED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "spam", name: "spam", descriptionId: "AR_TP_EMAIL_PROP_SPAM_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "from", name: "from", descriptionId: "AR_TP_EMAIL_PROP_FROM_DSC", type: "cpx_email_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "to", name: "to", descriptionId: "AR_TP_EMAIL_PROP_TO_DSC", type: "cpx_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "cc", name: "cc", descriptionId: "AR_TP_EMAIL_PROP_CC_DSC", type: "cpx_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "bcc", name: "bcc", descriptionId: "AR_TP_EMAIL_PROP_BCC_DSC", type: "cpx_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "subject", name: "subject", descriptionId: "AR_TP_EMAIL_PROP_SUBJECT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "direction", name: "direction", descriptionId: "AR_TP_EMAIL_PROP_DIRECTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "replyTo", name: "replyTo", descriptionId: "AR_TP_EMAIL_PROP_REPLYTO_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "route", name: "route", descriptionId: "AR_TP_EMAIL_PROP_ROUTE_DSC", type: "cpx_email_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "emailRouteFeature" }, { id: "body", name: "body", descriptionId: "AR_TP_EMAIL_PROP_BODY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "htmlBody", name: "htmlBody", descriptionId: "AR_TP_EMAIL_PROP_HTMLBODY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "attachments", name: "attachments", descriptionId: "AR_TP_EMAIL_PROP_ATTACHMENTS_DSC", type: "cpx_email_attachment", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "dateTimeUtc", name: "dateTimeUtc", descriptionId: "AR_TP_EMAIL_PROP_DATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, EmailAddress: { name: "AR_TP_EMAILADDRESS", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_email_address", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { commonmodule: {}, emailsend: {}, inboundemail: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: { featureConfigName: "sendNotificationAction" }, workitem: {} }, version: "1.0" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_EMAILADDRESS_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "id", name: "id", descriptionId: "AR_TP_EMAILADDRESS_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, EmailAttachment: { name: "AR_TP_EMAILATTACHMENT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_email_attachment", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundemail: {}, inqueueemail: {}, inboundshortmessage: {}, inqueueshortmessage: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentLength", name: "contentLength", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_CONTENTLENGTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentType", name: "contentType", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_CONTENTTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentUri", name: "contentUri", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_CONTENTURI_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, DraftEmail: { name: "AR_TP_DRAFTEMAIL", allowArray: false, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::draft_email", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {} }, version: "1.0", featureConfigName: "emailSendFlows" }, nativeProperties: [{ id: "attachments", name: "attachments", descriptionId: "AR_TP_DRAFTEMAIL_PROP_ATTACHMENTS_DSC", type: "jsn__architect::draft_email_attachment", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "bcc", name: "bcc", descriptionId: "AR_TP_DRAFTEMAIL_PROP_BCC_DSC", type: "jsn__architect::draft_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "cc", name: "cc", descriptionId: "AR_TP_DRAFTEMAIL_PROP_CC_DSC", type: "jsn__architect::draft_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "from", name: "from", descriptionId: "AR_TP_DRAFTEMAIL_PROP_FROM_DSC", type: "jsn__architect::draft_email_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "headers", name: "headers", descriptionId: "AR_TP_DRAFTEMAIL_PROP_HEADERS_DSC", type: "jsn", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "subject", name: "subject", descriptionId: "AR_TP_DRAFTEMAIL_PROP_SUBJECT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "to", name: "to", descriptionId: "AR_TP_DRAFTEMAIL_PROP_TO_DSC", type: "jsn__architect::draft_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, DraftEmailAddress: { name: "AR_TP_DRAFTEMAILADDRESS", allowArray: true, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::draft_email_address", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {} }, version: "1.0", featureConfigName: "emailSendFlows" }, nativeProperties: [{ id: "email", name: "email", descriptionId: "AR_TP_DRAFTEMAILADDRESS_PROP_EMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "name", name: "name", descriptionId: "AR_TP_DRAFTEMAILADDRESS_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, isOptional: true }] }, DraftEmailAttachment: { name: "AR_TP_DRAFTEMAILATTACHMENT", allowArray: true, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::draft_email_attachment", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {} }, version: "1.0", featureConfigName: "emailSendFlows" }, nativeProperties: [{ id: "attachmentId", name: "attachmentId", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_ATTACHMENTID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentLength", name: "contentLength", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTLENGTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentType", name: "contentType", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentUri", name: "contentUri", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTURI_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalOrganization: { name: "AR_TP_EXTERNALORGANIZATION", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_organization", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createDateTimeUtc", name: "createDateTimeUtc", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_CREATEDATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "modifyDateTimeUtc", name: "modifyDateTimeUtc", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_MODIFYDATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "kind", name: "kind", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_KIND_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "companyType", name: "companyType", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_COMPANYTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "industry", name: "industry", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_INDUSTRY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "primaryContactId", name: "primaryContactId", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_PRIMARYCONTACTID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "address", name: "address", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_ADDRESS_DSC", type: "cpx_external_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "phoneNumber", name: "phoneNumber", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_PHNBR_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "faxNumber", name: "faxNumber", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_FAXNUMBER_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "employeeCount", name: "employeeCount", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_EMPLOYEECOUNT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "revenue", name: "revenue", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_REVENUE_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "tags", name: "tags", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_TAGS_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "tickers", name: "tickers", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_TICKERS_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "twitterInfo", name: "twitterInfo", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_TWITTERINFO_DSC", type: "cpx_external_twitter_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalSystemUrl", name: "externalSystemUrl", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_EXTERNALSYSTEMURL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "websites", name: "websites", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_WEBSITES_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionId", name: "divisionId", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_DIVISIONID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "divisionedExternalContacts" }] }, ExternalAddress: { name: "AR_TP_EXTERNALADDRESS", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_address", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "address1", name: "address1", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_ADDRESS1_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "address2", name: "address2", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_ADDRESS2_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "city", name: "city", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_CITY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "state", name: "state", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_STATE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "postalCode", name: "postalCode", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_POSTALCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "countryCode", name: "countryCode", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_COUNTRYCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Card: { name: "AR_TP_CARD", allowArray: true, dataType: "CardDataType", propertiesAllowAssignment: true, support: { classType: "CardVariable", expressionDataType: "crd", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_CARD_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, displayValue: "AR_TP_CARD_PROP_TITLE_DISP_VAL" }, { id: "description", name: "description", descriptionId: "AR_TP_CARD_PROP_DESCRIPTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_CARD_PROP_DESCRIPTION_DISP_VAL" }, { id: "image", name: "image", descriptionId: "AR_TP_CARD_PROP_IMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_CARD_PROP_IMAGE_DISP_VAL" }, { id: "buttons", name: "buttons", descriptionId: "AR_TP_CARD_PROP_BUTTONS_DSC", type: "chc", isCollection: true, isComputed: false, version: "1.0", readOnly: true, minItems: 1, maxItems: 3, displayValue: "AR_TP_CARD_PROP_BUTTONS_DISP_VAL" }] }, Choice: { name: "AR_TP_CHOICE", allowArray: true, dataType: "ChoiceDataType", propertiesAllowAssignment: true, support: { classType: "ChoiceVariable", expressionDataType: "chc", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "label", name: "label", descriptionId: "AR_TP_CHOICE_PROP_LABEL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, isOptional: true, noValueRuntimeStr: "", displayValue: "AR_TP_CHOICE_PROP_LABEL_DISP_VAL" }, { id: "value", name: "value", descriptionId: "AR_TP_CHOICE_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, noValueRuntimeStr: "Button Name", displayValue: "AR_TP_CHOICE_PROP_VALUE_DISP_VAL" }, { id: "type", name: "type", descriptionId: "AR_TP_CHOICE_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, yamlSerializeIfOutOfService: true, allowableValues: "postback,url", defaultValue: "postback", displayValue: "AR_TP_CHOICE_PROP_TYPE_DISP_VAL" }, { id: "command", name: "command", descriptionId: "AR_TP_CHOICE_PROP_COMMAND_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "botFlowsSupportDontKnowAnswers", yamlSerializeIfOutOfService: true, allowableValues: "skip,none", defaultValue: "none", displayValue: "AR_TP_CHOICE_PROP_COMMAND_DISP_VAL" }] }, QuickReplies: { name: "AR_TP_QUICKREPLIES", allowArray: false, dataType: "QuickRepliesDataType", propertiesAllowAssignment: true, support: { classType: "QuickRepliesVariable", expressionDataType: "qrl", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "buttons", name: "buttons", descriptionId: "AR_TP_QUICKREPLIES_PROP_BUTTONS_DSC", type: "chc", isCollection: true, isComputed: false, version: "1.0", readOnly: true, minItems: 1, maxItems: 10, maxItemsIsSoftLimit: true, displayValue: "AR_TP_QUICKREPLIES_PROP_BUTTONS_DISP_VAL" }, { id: "quickReplySummary", name: "quickReplySummary", descriptionId: "AR_TP_QUICKREPLIES_PROP_QUICKREPLYSUMMARY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "digitalBotFlowsAppleMessaging", maxLength: 512, displayValue: "AR_TP_QUICKREPLIES_PROP_QUICKREPLYSUMMARY_DISP_VAL" }] }, Carousel: { name: "AR_TP_CAROUSEL", allowArray: false, dataType: "CarouselDataType", propertiesAllowAssignment: true, support: { classType: "CarouselVariable", expressionDataType: "crs", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "cards", name: "cards", descriptionId: "AR_TP_CAROUSEL_PROP_CARDS_DSC", type: "crd", isCollection: true, isComputed: false, version: "1.0", readOnly: false, minItems: 1, maxItems: 10 }] }, Chooser: { name: "AR_TP_CHOOSER", allowArray: false, dataType: "ChooserDataType", propertiesAllowAssignment: true, support: { classType: "ChooserVariable", expressionDataType: "chs", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "presentation", name: "presentation", descriptionId: "AR_TP_CHOOSER_PROP_PRESENTATION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, allowableValues: "carousel,quickReplies" }, { id: "carousel", name: "carousel", descriptionId: "AR_TP_CHOOSER_PROP_CAROUSEL_DSC", type: "crs", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "quickReplies", name: "quickReplies", descriptionId: "AR_TP_CHOOSER_PROP_QUICKREPLIES_DSC", type: "qrl", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "timePicker", name: "timePicker", descriptionId: "AR_TP_CHOOSER_PROP_TIMEPICKER_DSC", type: "tpk", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "botFlowsMessagingDatePicker" }, { id: "listPicker", name: "listPicker", descriptionId: "AR_TP_CHOOSER_PROP_LISTPICKER_DSC", type: "lpk", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "botFlowsAppleListPicker" }] }, ExternalFacebookInfo: { name: "AR_TP_EXTERNALFACEBOOKINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_facebook_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "displayName", name: "displayName", descriptionId: "AR_TP_EXTERNALFACEBOOKINFO_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "ids", name: "ids", descriptionId: "AR_TP_EXTERNALFACEBOOKINFO_PROP_IDS_DSC", type: "cpx_external_facebook_id", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, ExternalFacebookId: { name: "AR_TP_EXTERNALFACEBOOKID", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_facebook_id", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "scopedId", name: "scopedId", descriptionId: "AR_TP_EXTERNALFACEBOOKID_PROP_SCOPEDID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalLineInfo: { name: "AR_TP_EXTERNALLINEINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_line_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "displayName", name: "displayName", descriptionId: "AR_TP_EXTERNALLINEINFO_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "ids", name: "ids", descriptionId: "AR_TP_EXTERNALLINEINFO_PROP_IDS_DSC", type: "cpx_external_line_id", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, ExternalLineId: { name: "AR_TP_EXTERNALLINEID", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_line_id", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "userId", name: "userId", descriptionId: "AR_TP_EXTERNALLINEID_PROP_USERID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalTwitterInfo: { name: "AR_TP_EXTERNALTWITTERINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_twitter_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALTWITTERINFO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_EXTERNALTWITTERINFO_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenName", name: "screenName", descriptionId: "AR_TP_EXTERNALTWITTERINFO_PROP_SCREENNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalPhoneNumber: { name: "AR_TP_EXTERNALPHONENUMBER", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_phone_number", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "display", name: "display", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_DISPLAY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "extension", name: "extension", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_EXTENSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "userInput", name: "userInput", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_USERINPUT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "e164", name: "e164", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_E164_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "countryCode", name: "countryCode", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_COUNTRYCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "acceptsSMS", name: "acceptsSMS", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_ACCEPTSSMS_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalWhatsAppInfo: { name: "AR_TP_EXTERNALWHATSAPPINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_whats_app_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "displayName", name: "displayName", descriptionId: "AR_TP_EXTERNALWHATSAPPINFO_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "phoneNumber", name: "phoneNumber", descriptionId: "AR_TP_EXTERNALWHATSAPPINFO_PROP_PHNBR_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalContact: { name: "AR_TP_EXTERNALCONTACT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_contact", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createDateTimeUtc", name: "createDateTimeUtc", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_CREATEDATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "modifyDateTimeUtc", name: "modifyDateTimeUtc", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MODIFYDATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "kind", name: "kind", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_KIND_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionId", name: "divisionId", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_DIVISIONID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "divisionedExternalContacts" }, { id: "externalOrganization", name: "externalOrganization", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_EXTERNALORGANIZATION_DSC", type: "cpx_external_organization", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "facebookInfo", name: "facebookInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_FACEBOOKINFO_DSC", type: "cpx_external_facebook_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "firstName", name: "firstName", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_FIRSTNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "middleName", name: "middleName", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MIDDLENAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "lastName", name: "lastName", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_LASTNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "lineInfo", name: "lineInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_LINEINFO_DSC", type: "cpx_external_line_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "salutation", name: "salutation", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_SALUTATION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "title", name: "title", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "twitterInfo", name: "twitterInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_TWITTERINFO_DSC", type: "cpx_external_twitter_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "whatsAppInfo", name: "whatsAppInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_WHATSAPPINFO_DSC", type: "cpx_external_whats_app_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "workPhone", name: "workPhone", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_WORKPHONE_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "cellPhone", name: "cellPhone", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_CELLPHONE_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "homePhone", name: "homePhone", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_HOMEPHONE_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "otherPhone", name: "otherPhone", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_OTHERPHONE_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "workEmail", name: "workEmail", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_WORKEMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "personalEmail", name: "personalEmail", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_PERSONALEMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "otherEmail", name: "otherEmail", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_OTHEREMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "address", name: "address", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_ADDRESS_DSC", type: "cpx_external_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "surveyOptOut", name: "surveyOptOut", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_SURVEYOPTOUT_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalSystemUrl", name: "externalSystemUrl", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_EXTERNALSYSTEMURL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction", allowableValues: "Ephemeral,Identified,Curated" }, { id: "instagramInfo", name: "instagramInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_INSTAGRAMINFO_DSC", type: "cpx_external_instagram_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "externalIdInfo", name: "externalIdInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_EXTERNALIDINFO_DSC", type: "cpx_external_id_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "appleInfo", name: "appleInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_APPLEINFO_DSC", type: "cpx_external_apple_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "canonicalContactId", name: "canonicalContactId", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_CANONICALCONTACTID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "mergedFrom", name: "mergedFrom", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MERGEDFROM_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "mergedTo", name: "mergedTo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MERGEDTO_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "mergeSet", name: "mergeSet", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MERGESET_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "customFields", name: "customFields", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_CUSTOMFIELDS_DSC", type: "jsn", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }] }, ExternalInstagramInfo: { name: "AR_TP_EXTERNALINSTAGRAMINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_instagram_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "displayName", name: "displayName", descriptionId: "AR_TP_EXTERNALINSTAGRAMINFO_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "handle", name: "handle", descriptionId: "AR_TP_EXTERNALINSTAGRAMINFO_PROP_HANDLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "ids", name: "ids", descriptionId: "AR_TP_EXTERNALINSTAGRAMINFO_PROP_IDS_DSC", type: "cpx_external_instagram_scoped_id", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, ExternalInstagramScopedId: { name: "AR_TP_EXTERNALINSTAGRAMSCOPEDID", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_instagram_scoped_id", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "scopedId", name: "scopedId", descriptionId: "AR_TP_EXTERNALINSTAGRAMSCOPEDID_PROP_SCOPEDID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalAppleInfo: { name: "AR_TP_EXTERNALAPPLEINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_apple_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALAPPLEINFO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalIdInfo: { name: "AR_TP_EXTERNALIDINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_id_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "externalSource", name: "externalSource", descriptionId: "AR_TP_EXTERNALIDINFO_PROP_EXTERNALSOURCE_DSC", type: "cpx_external_source", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "value", name: "value", descriptionId: "AR_TP_EXTERNALIDINFO_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalSource: { name: "AR_TP_EXTERNALSOURCE", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_source", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALSOURCE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_EXTERNALSOURCE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "active", name: "active", descriptionId: "AR_TP_EXTERNALSOURCE_PROP_ACTIVE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "linkConfiguration", name: "linkConfiguration", descriptionId: "AR_TP_EXTERNALSOURCE_PROP_LINKCONFIGURATION_DSC", type: "cpx_external_link_configuration", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalLinkConfiguration: { name: "AR_TP_EXTERNALLINKCONFIGURATION", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_link_configuration", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "uriTemplate", name: "uriTemplate", descriptionId: "AR_TP_EXTERNALLINKCONFIGURATION_PROP_URITEMPLATE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Image: { name: "AR_TP_IMAGE", allowArray: true, dataType: "ImageDataType", support: { classType: "ImageVariable", expressionDataType: "img", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_IMAGE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_IMAGE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "url", name: "url", descriptionId: "AR_TP_IMAGE_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, EmptyJson: { name: "AR_TP_EMPTYJSON", allowArray: true, dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::empty_json", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { workitem: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, json: { name: "AR_TP_JSON", allowArray: true, dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true, featureConfigName: "botFlowsDigitalBotFlowsJSONFeature" }, commonmodule: {}, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true, featureConfigName: "botFlowsDigitalBotFlowsJSONFeature" }, inboundemail: {}, emailsend: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {}, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: {} }, version: "1.0" }, nativeProperties: [] }, FormInput: { name: "AR_TP_FORMINPUT", allowArray: false, dataType: "FormInputDataType", propertiesAllowAssignment: true, support: { classType: "FormInputVariable", expressionDataType: "fip", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleFormsPhase2" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_FORMINPUT_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 512, displayValue: "AR_TP_FORMINPUT_PROP_TITLE_DISP_VAL" }, { id: "subtitle", name: "subtitle", descriptionId: "AR_TP_FORMINPUT_PROP_SUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 512, displayValue: "AR_TP_FORMINPUT_PROP_SUBTITLE_DISP_VAL" }, { id: "placeholderText", name: "placeholderText", descriptionId: "AR_TP_FORMINPUT_PROP_PLACEHOLDERTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 512, displayValue: "AR_TP_FORMINPUT_PROP_PLACEHOLDERTEXT_DISP_VAL" }, { id: "isMultipleLine", name: "isMultipleLine", descriptionId: "AR_TP_FORMINPUT_PROP_ISMULTIPLELINE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_FORMINPUT_PROP_ISMULTIPLELINE_DISP_VAL" }, { id: "isRequired", name: "isRequired", descriptionId: "AR_TP_FORMINPUT_PROP_ISREQUIRED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_FORMINPUT_PROP_ISREQUIRED_DISP_VAL" }] }, JourneyApp: { name: "AR_TP_JOURNEYAPP", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_app", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "journeyMobileAppData" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_JOURNEYAPP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "namespace", name: "namespace", descriptionId: "AR_TP_JOURNEYAPP_PROP_NAMESPACE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYAPP_PROP_VERSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "buildNumber", name: "buildNumber", descriptionId: "AR_TP_JOURNEYAPP_PROP_BUILDNUMBER_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyAction: { name: "AR_TP_JOURNEYACTION", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_action", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYACTION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "actionMap", name: "actionMap", descriptionId: "AR_TP_JOURNEYACTION_PROP_ACTIONMAP_DSC", type: "cpx_journey_action_map", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyActionMap: { name: "AR_TP_JOURNEYACTIONMAP", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_action_map", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYACTIONMAP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYACTIONMAP_PROP_VERSION_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyBrowser: { name: "AR_TP_JOURNEYBROWSER", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_browser", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "family", name: "family", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FAMILY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_VERSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "lang", name: "lang", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_LANG_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "fingerprint", name: "fingerprint", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FINGERPRINT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isMobile", name: "isMobile", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_ISMOBILE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "viewHeight", name: "viewHeight", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_VIEWHEIGHT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "viewWidth", name: "viewWidth", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_VIEWWIDTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "featuresFlash", name: "featuresFlash", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FEATURESFLASH_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "featuresJava", name: "featuresJava", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FEATURESJAVA_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "featuresPdf", name: "featuresPdf", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FEATURESPDF_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "featuresWebrtc", name: "featuresWebrtc", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FEATURESWEBRTC_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCampaign: { name: "AR_TP_JOURNEYCAMPAIGN", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_campaign", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "content", name: "content", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_CONTENT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "medium", name: "medium", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_MEDIUM_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "source", name: "source", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_SOURCE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "term", name: "term", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_TERM_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "clickId", name: "clickId", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_CLICKID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "network", name: "network", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_NETWORK_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyContext: { name: "AR_TP_JOURNEYCONTEXT", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_context", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "customer", name: "customer", descriptionId: "AR_TP_JOURNEYCONTEXT_PROP_CUSTOMER_DSC", type: "cpx_journey_customer", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customerSession", name: "customerSession", descriptionId: "AR_TP_JOURNEYCONTEXT_PROP_CUSTOMERSESSION_DSC", type: "cpx_journey_customer_session", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "triggeringAction", name: "triggeringAction", descriptionId: "AR_TP_JOURNEYCONTEXT_PROP_TRIGGERINGACTION_DSC", type: "cpx_journey_action", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCustomEventAttribute: { name: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_custom_event_attribute", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dataType", name: "dataType", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_DATATYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "value", name: "value", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCustomEventAttributeList: { name: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_custom_event_attribute_list", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dataType", name: "dataType", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_DATATYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "values", name: "values", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_VALUES_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCustomer: { name: "AR_TP_JOURNEYCUSTOMER", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_customer", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYCUSTOMER_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "idType", name: "idType", descriptionId: "AR_TP_JOURNEYCUSTOMER_PROP_IDTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCustomerSession: { name: "AR_TP_JOURNEYCUSTOMERSESSION", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_customer_session", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYCUSTOMERSESSION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_JOURNEYCUSTOMERSESSION_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyDevice: { name: "AR_TP_JOURNEYDEVICE", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_device", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "category", name: "category", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_CATEGORY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isMobile", name: "isMobile", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_ISMOBILE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenHeight", name: "screenHeight", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_SCREENHEIGHT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenWidth", name: "screenWidth", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_SCREENWIDTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "fingerprint", name: "fingerprint", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_FINGERPRINT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "manufacturer", name: "manufacturer", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_MANUFACTURER_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }, { id: "osFamily", name: "osFamily", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_OSFAMILY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "osVersion", name: "osVersion", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_OSVERSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenDensity", name: "screenDensity", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_SCREENDENSITY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }] }, JourneyGeolocation: { name: "AR_TP_JOURNEYGEOLOCATION", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_geolocation", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "country", name: "country", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_COUNTRY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "countryName", name: "countryName", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_COUNTRYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "latitude", name: "latitude", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_LATITUDE_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "longitude", name: "longitude", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_LONGITUDE_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "locality", name: "locality", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_LOCALITY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "postalCode", name: "postalCode", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_POSTALCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "region", name: "region", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_REGION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "regionName", name: "regionName", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_REGIONNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "source", name: "source", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_SOURCE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "timezone", name: "timezone", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_TIMEZONE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyNetworkConnectivity: { name: "AR_TP_JOURNEYNETWORKCONNECTIVITY", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_network_connectivity", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "journeyMobileAppData" }, nativeProperties: [{ id: "carrier", name: "carrier", descriptionId: "AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_CARRIER_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "bluetoothEnabled", name: "bluetoothEnabled", descriptionId: "AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_BLUETOOTHENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "cellularEnabled", name: "cellularEnabled", descriptionId: "AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_CELLULARENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "wifiEnabled", name: "wifiEnabled", descriptionId: "AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_WIFIENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySessionOutcomeAchievement: { name: "AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_session_outcome_achievement", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "achievedDate", name: "achievedDate", descriptionId: "AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT_PROP_ACHIEVEDDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySdkLibrary: { name: "AR_TP_JOURNEYSDKLIBRARY", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_sdk_library", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "journeyMobileAppData" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_JOURNEYSDKLIBRARY_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYSDKLIBRARY_PROP_VERSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyOutcome: { name: "AR_TP_JOURNEYOUTCOME", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_outcome", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneyOutcomes" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "description", name: "description", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_DESCRIPTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "displayName", name: "displayName", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_VERSION_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createdDateUtc", name: "createdDateUtc", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_CREATEDDATEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "modifiedDateUtc", name: "modifiedDateUtc", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_MODIFIEDDATEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isActive", name: "isActive", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_ISACTIVE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyOutcomeScore: { name: "AR_TP_JOURNEYOUTCOMESCORE", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_outcome_score", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: { featureConfigName: "journeyOutcomeScoresBySessionId" }, inboundshortmessage: { featureConfigName: "journeyOutcomeScoresBySessionId" }, inqueueshortmessage: { featureConfigName: "journeyOutcomeScoresBySessionId" }, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: { featureConfigName: "journeyOutcomeScoresBySessionId" } }, version: "1.0", featureConfigName: "orgAvailabilityJourneyOutcomeScores" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYOUTCOMESCORE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "probability", name: "probability", descriptionId: "AR_TP_JOURNEYOUTCOMESCORE_PROP_PROBABILITY_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "sessionMaxProbability", name: "sessionMaxProbability", descriptionId: "AR_TP_JOURNEYOUTCOMESCORE_PROP_SESSIONMAXPROBABILITY_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyPage: { name: "AR_TP_JOURNEYPAGE", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_page", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "url", name: "url", descriptionId: "AR_TP_JOURNEYPAGE_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "title", name: "title", descriptionId: "AR_TP_JOURNEYPAGE_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "domain", name: "domain", descriptionId: "AR_TP_JOURNEYPAGE_PROP_DOMAIN_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "fragment", name: "fragment", descriptionId: "AR_TP_JOURNEYPAGE_PROP_FRAGMENT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "hostname", name: "hostname", descriptionId: "AR_TP_JOURNEYPAGE_PROP_HOSTNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "keywords", name: "keywords", descriptionId: "AR_TP_JOURNEYPAGE_PROP_KEYWORDS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "lang", name: "lang", descriptionId: "AR_TP_JOURNEYPAGE_PROP_LANG_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "pathname", name: "pathname", descriptionId: "AR_TP_JOURNEYPAGE_PROP_PATHNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "queryString", name: "queryString", descriptionId: "AR_TP_JOURNEYPAGE_PROP_QUERYSTRING_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "breadcrumb", name: "breadcrumb", descriptionId: "AR_TP_JOURNEYPAGE_PROP_BREADCRUMB_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, JourneyReferrer: { name: "AR_TP_JOURNEYREFERRER", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_referrer", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "url", name: "url", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "domain", name: "domain", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_DOMAIN_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "hostname", name: "hostname", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_HOSTNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "keywords", name: "keywords", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_KEYWORDS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "pathname", name: "pathname", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_PATHNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "queryString", name: "queryString", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_QUERYSTRING_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "fragment", name: "fragment", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_FRAGMENT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "medium", name: "medium", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_MEDIUM_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySegment: { name: "AR_TP_JOURNEYSEGMENT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_segment", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, commonmodule: {}, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySegments" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "color", name: "color", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_COLOR_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createdDateUtc", name: "createdDateUtc", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_CREATEDDATEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "description", name: "description", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_DESCRIPTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "displayName", name: "displayName", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isActive", name: "isActive", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_ISACTIVE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "modifiedDateUtc", name: "modifiedDateUtc", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_MODIFIEDDATEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "shouldDisplayToAgent", name: "shouldDisplayToAgent", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_SHOULDDISPLAYTOAGENT_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_VERSION_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySessionSegmentAssignment: { name: "AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_session_segment_assignment", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "assignedDate", name: "assignedDate", descriptionId: "AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT_PROP_ASSIGNEDDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySession: { name: "AR_TP_JOURNEYSESSION", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_session", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYSESSION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createdDate", name: "createdDate", descriptionId: "AR_TP_JOURNEYSESSION_PROP_CREATEDDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customerId", name: "customerId", descriptionId: "AR_TP_JOURNEYSESSION_PROP_CUSTOMERID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customerIdType", name: "customerIdType", descriptionId: "AR_TP_JOURNEYSESSION_PROP_CUSTOMERIDTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionIds", name: "divisionIds", descriptionId: "AR_TP_JOURNEYSESSION_PROP_DIVISIONIDS_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeySessionDivisionIds" }, { id: "type", name: "type", descriptionId: "AR_TP_JOURNEYSESSION_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalId", name: "externalId", descriptionId: "AR_TP_JOURNEYSESSION_PROP_EXTERNALID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalUrl", name: "externalUrl", descriptionId: "AR_TP_JOURNEYSESSION_PROP_EXTERNALURL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "outcomeAchievements", name: "outcomeAchievements", descriptionId: "AR_TP_JOURNEYSESSION_PROP_OUTCOMEACHIEVEMENTS_DSC", type: "cpx_journey_session_outcome_achievement", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "segmentAssignments", name: "segmentAssignments", descriptionId: "AR_TP_JOURNEYSESSION_PROP_SEGMENTASSIGNMENTS_DSC", type: "cpx_journey_session_segment_assignment", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "attributes", name: "attributes", descriptionId: "AR_TP_JOURNEYSESSION_PROP_ATTRIBUTES_DSC", type: "cpx_journey_custom_event_attribute", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "attributeLists", name: "attributeLists", descriptionId: "AR_TP_JOURNEYSESSION_PROP_ATTRIBUTELISTS_DSC", type: "cpx_journey_custom_event_attribute_list", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "awayDate", name: "awayDate", descriptionId: "AR_TP_JOURNEYSESSION_PROP_AWAYDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "browser", name: "browser", descriptionId: "AR_TP_JOURNEYSESSION_PROP_BROWSER_DSC", type: "cpx_journey_browser", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "device", name: "device", descriptionId: "AR_TP_JOURNEYSESSION_PROP_DEVICE_DSC", type: "cpx_journey_device", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "geolocation", name: "geolocation", descriptionId: "AR_TP_JOURNEYSESSION_PROP_GEOLOCATION_DSC", type: "cpx_journey_geolocation", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "idleDate", name: "idleDate", descriptionId: "AR_TP_JOURNEYSESSION_PROP_IDLEDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "ipAddress", name: "ipAddress", descriptionId: "AR_TP_JOURNEYSESSION_PROP_IPADDRESS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "ipOrganization", name: "ipOrganization", descriptionId: "AR_TP_JOURNEYSESSION_PROP_IPORGANIZATION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "lastPage", name: "lastPage", descriptionId: "AR_TP_JOURNEYSESSION_PROP_LASTPAGE_DSC", type: "cpx_journey_page", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "mktCampaign", name: "mktCampaign", descriptionId: "AR_TP_JOURNEYSESSION_PROP_MKTCAMPAIGN_DSC", type: "cpx_journey_campaign", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "referrer", name: "referrer", descriptionId: "AR_TP_JOURNEYSESSION_PROP_REFERRER_DSC", type: "cpx_journey_referrer", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "searchTerms", name: "searchTerms", descriptionId: "AR_TP_JOURNEYSESSION_PROP_SEARCHTERMS_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "userAgentString", name: "userAgentString", descriptionId: "AR_TP_JOURNEYSESSION_PROP_USERAGENTSTRING_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "durationInSeconds", name: "durationInSeconds", descriptionId: "AR_TP_JOURNEYSESSION_PROP_DURATIONINSECONDS_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "eventCount", name: "eventCount", descriptionId: "AR_TP_JOURNEYSESSION_PROP_EVENTCOUNT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "pageviewCount", name: "pageviewCount", descriptionId: "AR_TP_JOURNEYSESSION_PROP_PAGEVIEWCOUNT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenviewCount", name: "screenviewCount", descriptionId: "AR_TP_JOURNEYSESSION_PROP_SCREENVIEWCOUNT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "app", name: "app", descriptionId: "AR_TP_JOURNEYSESSION_PROP_APP_DSC", type: "cpx_journey_app", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }, { id: "networkConnectivity", name: "networkConnectivity", descriptionId: "AR_TP_JOURNEYSESSION_PROP_NETWORKCONNECTIVITY_DSC", type: "cpx_journey_network_connectivity", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }, { id: "sdkLibrary", name: "sdkLibrary", descriptionId: "AR_TP_JOURNEYSESSION_PROP_SDKLIBRARY_DSC", type: "cpx_journey_sdk_library", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }] }, LineItem: { name: "AR_TP_LINEITEM", allowArray: true, dataType: "LineItemType", propertiesAllowAssignment: true, support: { classType: "LineItemVariable", expressionDataType: "lni", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsApplePay" }, nativeProperties: [{ id: "listingName", name: "listingName", descriptionId: "AR_TP_LINEITEM_PROP_LISTINGNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LINEITEM_PROP_LISTINGNAME_DISP_VAL" }, { id: "listingPrice", name: "listingPrice", descriptionId: "AR_TP_LINEITEM_PROP_LISTINGPRICE_DSC", type: "cur", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LINEITEM_PROP_LISTINGPRICE_DISP_VAL" }] }, ShippingOption: { name: "AR_TP_SHIPPINGOPTION", allowArray: true, dataType: "ShippingOptionType", propertiesAllowAssignment: true, support: { classType: "ShippingOptionVariable", expressionDataType: "sho", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsApplePay" }, nativeProperties: [{ id: "label", name: "label", descriptionId: "AR_TP_SHIPPINGOPTION_PROP_LABEL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_SHIPPINGOPTION_PROP_LABEL_DISP_VAL" }, { id: "identifier", name: "identifier", descriptionId: "AR_TP_SHIPPINGOPTION_PROP_IDENTIFIER_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_SHIPPINGOPTION_PROP_IDENTIFIER_DISP_VAL" }, { id: "shippingDetails", name: "shippingDetails", descriptionId: "AR_TP_SHIPPINGOPTION_PROP_SHIPPINGDETAILS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_SHIPPINGOPTION_PROP_SHIPPINGDETAILS_DISP_VAL" }, { id: "price", name: "price", descriptionId: "AR_TP_SHIPPINGOPTION_PROP_PRICE_DSC", type: "cur", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_SHIPPINGOPTION_PROP_PRICE_DISP_VAL" }] }, ListPicker: { name: "AR_TP_LISTPICKER", allowArray: false, dataType: "ListPickerType", propertiesAllowAssignment: true, support: { classType: "ListPickerVariable", expressionDataType: "lpk", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleListPicker" }, nativeProperties: [{ id: "sections", name: "sections", descriptionId: "AR_TP_LISTPICKER_PROP_SECTIONS_DSC", type: "lps", isCollection: true, isComputed: false, version: "1.0", readOnly: false, minItems: 1, maxItems: 10, displayValue: "AR_TP_LISTPICKER_PROP_SECTIONS_DISP_VAL" }, { id: "receivedMessageImage", name: "receivedMessageImage", descriptionId: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEIMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEIMAGE_DISP_VAL" }, { id: "receivedMessageTitle", name: "receivedMessageTitle", descriptionId: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGETITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, maxLength: 256, displayValue: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGETITLE_DISP_VAL", overrides: [{ propertyName: "maxLength", newValue: "1024", featureConfigName: "whatsAppListPickerFeature" }] }, { id: "receivedMessageSubtitle", name: "receivedMessageSubtitle", descriptionId: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGESUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 256, displayValue: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGESUBTITLE_DISP_VAL" }, { id: "receivedMessageButtonText", name: "receivedMessageButtonText", descriptionId: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEBUTTONTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "whatsAppListPickerFeature", minLength: 1, maxLength: 20, displayValue: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEBUTTONTEXT_DISP_VAL", supportedSessionSources: ["whatsapp"] }, { id: "replyMessageImage", name: "replyMessageImage", descriptionId: "AR_TP_LISTPICKER_PROP_REPLYMESSAGEIMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LISTPICKER_PROP_REPLYMESSAGEIMAGE_DISP_VAL", supportedSessionSources: ["applebusinesschat"] }, { id: "replyMessageSubtitle", name: "replyMessageSubtitle", descriptionId: "AR_TP_LISTPICKER_PROP_REPLYMESSAGESUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 256, displayValue: "AR_TP_LISTPICKER_PROP_REPLYMESSAGESUBTITLE_DISP_VAL", supportedSessionSources: ["applebusinesschat"] }] }, ListPickerItem: { name: "AR_TP_LISTPICKERITEM", allowArray: true, dataType: "ListPickerItemType", propertiesAllowAssignment: true, support: { classType: "ListPickerItemVariable", expressionDataType: "lpi", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleListPicker" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_LISTPICKERITEM_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, maxLength: 50, displayValue: "AR_TP_LISTPICKERITEM_PROP_TITLE_DISP_VAL" }, { id: "subtitle", name: "subtitle", descriptionId: "AR_TP_LISTPICKERITEM_PROP_SUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 256, displayValue: "AR_TP_LISTPICKERITEM_PROP_SUBTITLE_DISP_VAL" }, { id: "image", name: "image", descriptionId: "AR_TP_LISTPICKERITEM_PROP_IMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LISTPICKERITEM_PROP_IMAGE_DISP_VAL" }] }, ListPickerSection: { name: "AR_TP_LISTPICKERSECTION", allowArray: true, dataType: "ListPickerSectionType", propertiesAllowAssignment: true, support: { classType: "ListPickerSectionVariable", expressionDataType: "lps", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleListPicker" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_LISTPICKERSECTION_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, maxLength: 256, displayValue: "AR_TP_LISTPICKERSECTION_PROP_TITLE_DISP_VAL" }, { id: "multiSelectEnabled", name: "multiSelectEnabled", descriptionId: "AR_TP_LISTPICKERSECTION_PROP_MULTISELECTENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LISTPICKERSECTION_PROP_MULTISELECTENABLED_DISP_VAL" }, { id: "items", name: "items", descriptionId: "AR_TP_LISTPICKERSECTION_PROP_ITEMS_DSC", type: "lpi", isCollection: true, isComputed: false, version: "1.0", readOnly: false, maxItems: 100, displayValue: "AR_TP_LISTPICKERSECTION_PROP_ITEMS_DISP_VAL" }] }, WheelPicker: { name: "AR_TP_WHEELPICKER", allowArray: false, dataType: "WheelPickerDataType", propertiesAllowAssignment: true, support: { classType: "WheelPickerVariable", expressionDataType: "wpk", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleFormsPhase2" }, nativeProperties: [{ id: "items", name: "items", descriptionId: "AR_TP_WHEELPICKER_PROP_ITEMS_DSC", type: "wpi", isCollection: true, isComputed: false, version: "1.0", readOnly: false, minItems: 1, maxItems: 100, displayValue: "AR_TP_WHEELPICKER_PROP_ITEMS_DISP_VAL" }] }, WheelPickerItem: { name: "AR_TP_WHEELPICKERITEM", allowArray: true, dataType: "WheelPickerItemDataType", propertiesAllowAssignment: true, support: { classType: "WheelPickerItemVariable", expressionDataType: "wpi", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleFormsPhase2" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_WHEELPICKERITEM_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_WHEELPICKERITEM_PROP_TITLE_DISP_VAL" }, { id: "value", name: "value", descriptionId: "AR_TP_WHEELPICKERITEM_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_WHEELPICKERITEM_PROP_VALUE_DISP_VAL" }] }, KnowledgeBaseDocument: { name: "AR_TP_KNOWLEDGEBASEDOCUMENT", allowArray: true, dataType: "KnowledgeBaseDocumentDataType", support: { classType: "KnowledgeBaseDocumentVariable", expressionDataType: "kbd", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { commonmodule: { featureConfigName: "botFlowsDigitalBotFlows" }, digitalbot: {}, bot: { featureConfigName: "botFlowsFindKnowledgeBaseDocumentById" }, voice: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "content", name: "content", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_CONTENT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "category", name: "category", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_CATEGORY_DSC", type: "cpx_knowledge_base_document_category", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, { id: "labels", name: "labels", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_LABELS_DSC", type: "cpx_knowledge_base_document_label", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }] }, KnowledgeBaseDocumentCategory: { name: "AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_knowledge_base_document_category", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, voice: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, KnowledgeBaseDocumentLabel: { name: "AR_TP_KNOWLEDGEBASEDOCUMENTLABEL", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_knowledge_base_document_label", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, voice: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENTLABEL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENTLABEL_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, MessageStickerInfo: { name: "AR_TP_MESSAGESTICKERINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_message_sticker_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundshortmessage: {}, inqueueshortmessage: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_MESSAGESTICKERINFO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "url", name: "url", descriptionId: "AR_TP_MESSAGESTICKERINFO_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, MessageAddressInfo: { name: "AR_TP_MESSAGEADDRESSINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_message_address_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundshortmessage: {}, inqueueshortmessage: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "addressRaw", name: "addressRaw", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSRAW_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "addressNormalized", name: "addressNormalized", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSNORMALIZED_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "addressDisplayable", name: "addressDisplayable", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSDISPLAYABLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "email", name: "email", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_EMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "messageAddressInfoEmail" }] }, ShortMessage: { name: "AR_TP_SHORTMESSAGE", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_short_message", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundshortmessage: {}, inqueueshortmessage: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SHORTMESSAGE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_SHORTMESSAGE_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "attachments", name: "attachments", descriptionId: "AR_TP_SHORTMESSAGE_PROP_ATTACHMENTS_DSC", type: "cpx_email_attachment", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "body", name: "body", descriptionId: "AR_TP_SHORTMESSAGE_PROP_BODY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "bodyType", name: "bodyType", descriptionId: "AR_TP_SHORTMESSAGE_PROP_BODYTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "senderAddress", name: "senderAddress", descriptionId: "AR_TP_SHORTMESSAGE_PROP_SENDERADDRESS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "senderAddressInfo", name: "senderAddressInfo", descriptionId: "AR_TP_SHORTMESSAGE_PROP_SENDERADDRESSINFO_DSC", type: "cpx_message_address_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "targetAddresses", name: "targetAddresses", descriptionId: "AR_TP_SHORTMESSAGE_PROP_TARGETADDRESSES_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "targetAddressesInfo", name: "targetAddressesInfo", descriptionId: "AR_TP_SHORTMESSAGE_PROP_TARGETADDRESSESINFO_DSC", type: "cpx_message_address_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "dateTimeUtc", name: "dateTimeUtc", descriptionId: "AR_TP_SHORTMESSAGE_PROP_DATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "referenceId", name: "referenceId", descriptionId: "AR_TP_SHORTMESSAGE_PROP_REFERENCEID_DSC", type: "jsn", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "appleInvitationFeature" }, { id: "stickers", name: "stickers", descriptionId: "AR_TP_SHORTMESSAGE_PROP_STICKERS_DSC", type: "cpx_message_sticker_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "socialVisibility", name: "socialVisibility", descriptionId: "AR_TP_SHORTMESSAGE_PROP_SOCIALVISIBILITY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "publicInboundMessageFlagFeature" }] }, Communication: { name: "AR_TP_COMMUNICATION", allowArray: false, allowArray_altAvailability: "botFlowsDynamicSlotTypePhase2Feature", dataType: "CommunicationDataType", support: { classType: "CommunicationVariable", expressionDataType: "com", expressionBaseDataType: "com", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, Null: { name: "AR_TP_NTS", allowArray: false, dataType: "NullDataType", isAbstract: true, support: { expressionDataType: "nts", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, Prompt: { name: "AR_TP_PROMPT", allowArray: true, dataType: "PromptDataType", support: { classType: "PromptVariable", expressionDataType: "pmt", expressionBaseDataType: "pmt", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: {}, digitalbot: {}, inboundchat: {}, emailsend: {}, inboundemail: {}, inqueueemail: {}, inqueueshortmessage: {}, inboundshortmessage: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_PROMPT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_PROMPT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_PROMPT_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, VoicemailSnippet: { name: "AR_TP_VOICEMAILSNIPPET", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_voicemail_snippet", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicemail: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_VOICEMAILSNIPPET_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "startDateTime", name: "startDateTime", descriptionId: "AR_TP_VOICEMAILSNIPPET_PROP_STARTDATETIME_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "length", name: "length", descriptionId: "AR_TP_VOICEMAILSNIPPET_PROP_LENGTH_DSC", type: "dur", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "maxLengthReached", name: "maxLengthReached", descriptionId: "AR_TP_VOICEMAILSNIPPET_PROP_MAXLENGTHREACHED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "voicemailRecordingMaxTime" }] }, VoiceSnippet: { name: "AR_TP_VOICESNIPPET", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_voice_snippet", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { featureConfigName: "botFlowsVoiceSnippets" }, digitalbot: { featureConfigName: "botFlowsVoiceSnippets" }, voice: { featureConfigName: "botFlowsVoiceSnippets" }, voicesurvey: { featureConfigName: "botFlowsVoiceSnippets" }, commonmodule: { flowInputSingleton: true, flowOutputSingleton: true, featureConfigName: "voiceSnippets" }, inboundcall: { featureConfigName: "voiceSnippets" }, inqueuecall: { featureConfigName: "voiceSnippets" }, outboundcall: { featureConfigName: "voiceSnippets" }, voicemail: { featureConfigName: "voiceSnippets" } }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_VOICESNIPPET_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "startDateTime", name: "startDateTime", descriptionId: "AR_TP_VOICESNIPPET_PROP_STARTDATETIME_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "length", name: "length", descriptionId: "AR_TP_VOICESNIPPET_PROP_LENGTH_DSC", type: "dur", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Skill: { name: "AR_TP_SKL", allowArray: true, dataType: "SkillDataType", support: { classType: "SkillVariable", expressionDataType: "skl", expressionBaseDataType: "skl", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsQueueSupportFeature" }, digitalbot: { featureConfigName: "botFlowsQueueSupportFeature" }, voice: { featureConfigName: "botFlowsQueueSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0", featureConfigName: "orgAvailabilityRoutingSkills" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SKL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SKL_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, String: { name: "AR_TP_STR", allowArray: true, dataType: "StringDataType", support: { classType: "StringVariable", expressionDataType: "str", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, UserQueue: { name: "AR_TP_USQ", allowArray: true, dataType: "UserQueueDataType", support: { classType: "UserVariable", expressionDataType: "usr", expressionBaseDataType: "usr", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsQueueSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsQueueSupportFeature" }, voice: { flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0", featureConfigName: "orgAvailabilityUsers" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_USQ_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_USQ_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "username", name: "username", descriptionId: "AR_TP_USQ_PROP_USERNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Video: { name: "AR_TP_VIDEO", allowArray: true, dataType: "VideoDataType", support: { classType: "VideoVariable", expressionDataType: "vid", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAttachmentsFeature" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_VIDEO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "name", name: "name", descriptionId: "AR_TP_VIDEO_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "url", name: "url", descriptionId: "AR_TP_VIDEO_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, SurveyQuestion: { name: "AR_TP_SURVEYQUESTION", allowArray: true, dataType: "SurveyQuestionType", support: { classType: "SurveyQuestionVariable", expressionDataType: "squ", expressionBaseDataType: "squ", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SURVEYQUESTION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questionType", name: "questionType", descriptionId: "AR_TP_SURVEYQUESTION_PROP_QUESTIONTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, allowableValues: "multipleChoiceQuestion, freeTextQuestion, npsQuestion, readOnlyQuestion" }, { id: "answerOptions", name: "answerOptions", descriptionId: "AR_TP_SURVEYQUESTION_PROP_ANSWEROPTIONS_DSC", type: "sao", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "naEnabled", name: "naEnabled", descriptionId: "AR_TP_SURVEYQUESTION_PROP_NAENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "maxResponseCharacters", name: "maxResponseCharacters", descriptionId: "AR_TP_SURVEYQUESTION_PROP_MAXRESPONSECHARACTERS_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questionText", name: "questionText", descriptionId: "AR_TP_SURVEYQUESTION_PROP_QUESTIONTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questionHelpText", name: "questionHelpText", descriptionId: "AR_TP_SURVEYQUESTION_PROP_QUESTIONHELPTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "followUpQuestionText", name: "followUpQuestionText", descriptionId: "AR_TP_SURVEYQUESTION_PROP_FOLLOWUPQUESTIONTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, SurveyQuestionGroup: { name: "AR_TP_SURVEYQUESTIONGROUP", allowArray: true, dataType: "SurveyQuestionType", support: { classType: "SurveyQuestionGroupVariable", expressionDataType: "sqg", expressionBaseDataType: "sqg", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SURVEYQUESTIONGROUP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SURVEYQUESTIONGROUP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questions", name: "questions", descriptionId: "AR_TP_SURVEYQUESTIONGROUP_PROP_QUESTIONS_DSC", type: "squ", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, SurveyForm: { name: "AR_TP_SURVEYFORM", allowArray: false, dataType: "SurveyFormType", support: { classType: "SurveyFormVariable", expressionDataType: "sfo", expressionBaseDataType: "sfo", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SURVEYFORM_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SURVEYFORM_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "language", name: "language", descriptionId: "AR_TP_SURVEYFORM_PROP_LANGUAGE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questionGroups", name: "questionGroups", descriptionId: "AR_TP_SURVEYFORM_PROP_QUESTIONGROUPS_DSC", type: "sqg", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, SurveyAnswerOption: { name: "AR_TP_SURVEYANSWEROPTION", allowArray: true, dataType: "SurveyAnswerOptionType", propertiesAllowAssignment: true, support: { classType: "SurveyAnswerOptionVariable", expressionDataType: "sao", expressionBaseDataType: "sao", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SURVEYANSWEROPTION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dtmf", name: "dtmf", descriptionId: "AR_TP_SURVEYANSWEROPTION_PROP_DTMF_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "text", name: "text", descriptionId: "AR_TP_SURVEYANSWEROPTION_PROP_TEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Queue: { name: "AR_TP_QUEUE", allowArray: true, dataType: "QueueDataType", support: { classType: "QueueVariable", expressionDataType: "que", expressionBaseDataType: "que", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsQueueSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsQueueSupportFeature" }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityQueues" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_QUEUE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_QUEUE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, UtilizationLabel: { name: "AR_TP_UTILIZATIONLABEL", allowArray: true, dataType: "UtilizationLabelDataType", support: { classType: "UtilizationLabelVariable", expressionDataType: "cul", expressionBaseDataType: "cul", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: {}, commonmodule: {}, digitalbot: {}, emailsend: {}, inboundemail: {}, inboundshortmessage: {}, inboundchat: {}, inqueueemail: {}, inqueueshortmessage: {}, voice: {}, workitem: {} }, version: "1.0", featureConfigName: "conversationUtilizationLabels" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_UTILIZATIONLABEL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_UTILIZATIONLABEL_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ConversationTypeEnum: { name: "AR_TP_CONVERSATIONTYPEENUM", allowArray: false, dataType: "ConversationTypeEnumDataType", isEnumContainer: true, support: { classType: "ConversationTypeEnumVariable", expressionDataType: "cte", expressionBaseDataType: "cte", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: { featureConfigName: "botFlowsPhase2" }, digitalbot: { featureConfigName: "botFlowsPhase2" }, voice: { featureConfigName: "botFlowsPhase2" }, voicesurvey: { featureConfigName: "botFlowsPhase2" }, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "call", name: "call", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_CALL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "callback", name: "callback", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_CALLBACK_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "chat", name: "chat", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_CHAT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "cobrowse", name: "cobrowse", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_COBROWSE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "email", name: "email", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_EMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "screenShare", name: "screenShare", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_SCREENSHARE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "socialExpression", name: "socialExpression", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_SOCIALEXPRESSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "videoComm", name: "videoComm", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_VIDEOCOMM_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "unknown", name: "unknown", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_UNKNOWN_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }] }, CurrencyEnum: { name: "AR_TP_CURRENCYENUM", allowArray: false, dataType: "CurrencyEnumDataType", isEnumContainer: true, support: { classType: "CurrencyEnumVariable", expressionDataType: "cre", expressionBaseDataType: "cre", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "code", name: "code", descriptionId: "AR_TP_CURRENCYENUM_PROP_CODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToCurrencyCode" }] }, LanguageEnum: { name: "AR_TP_LANGUAGEENUM", allowArray: false, dataType: "LanguageEnumDataType", isEnumContainer: true, support: { classType: "LanguageEnumVariable", expressionDataType: "lge", expressionBaseDataType: "lge", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "code", name: "tag", descriptionId: "AR_TP_LANGUAGEENUM_PROP_TAG_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToLanguageTag" }] }, RegionEnum: { name: "AR_TP_REGIONENUM", allowArray: false, dataType: "RegionEnumDataType", isEnumContainer: true, support: { classType: "RegionEnumVariable", expressionDataType: "rge", expressionBaseDataType: "rge", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "dialingCode", name: "dialingCode", descriptionId: "AR_TP_REGIONENUM_PROP_DIALINGCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToDialingCode" }, { id: "countryCode", name: "countryCode", descriptionId: "AR_TP_REGIONENUM_PROP_COUNTRYCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToCountryCode" }] }, MessageBodyStyleEnum: { name: "AR_TP_MESSAGEBODYSTYLEENUM", allowArray: false, dataType: "MessageBodyStyleEnumDataType", isEnumContainer: true, support: { classType: "MessageBodyStyleEnumVariable", expressionDataType: "mbe", expressionBaseDataType: "mbe", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundchat: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "notice", name: "notice", descriptionId: "AR_TP_MESSAGEBODYSTYLEENUM_PROP_NOTICE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToSendResponseBodyType" }, { id: "standard", name: "standard", descriptionId: "AR_TP_MESSAGEBODYSTYLEENUM_PROP_STANDARD_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToSendResponseBodyType" }] }, SurveyDispositionEnum: { name: "AR_TP_SURVEYDISPOSITIONENUM", allowArray: false, dataType: "SurveyDispositionEnumDataType", isEnumContainer: true, support: { classType: "SurveyDispositionEnumVariable", expressionDataType: "sde", expressionBaseDataType: "sde", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { surveyinvite: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "error", name: "error", descriptionId: "AR_TP_SURVEYDISPOSITIONENUM_PROP_ERROR_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToSurveyDisposition" }, { id: "optOut", name: "optOut", descriptionId: "AR_TP_SURVEYDISPOSITIONENUM_PROP_OPTOUT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToSurveyDisposition" }] }, CurrenciesEnumContainer: { name: "AR_TP_CURRENCIESENUMCONTAINER", allowArray: false, dataType: "CurrenciesEnumContainer", isEnumContainer: true, support: { classType: "CurrenciesEnumContainerVariable", expressionDataType: "cec", expressionBaseDataType: "cec", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "Currencies", nativeProperties: [] }, DayOfWeekEnumContainer: { name: "AR_TP_DAYOFWEEKENUMCONTAINER", allowArray: false, dataType: "DayOfWeekEnumContainer", isEnumContainer: true, support: { classType: "DayOfWeekEnumContainerVariable", expressionDataType: "dwc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "sunday", name: "sunday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SUNDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SUNDAY_DISP_VAL", propertyResolvedLiteralValue: "1" }, { id: "monday", name: "monday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_MONDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_MONDAY_DISP_VAL", propertyResolvedLiteralValue: "2" }, { id: "tuesday", name: "tuesday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_TUESDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_TUESDAY_DISP_VAL", propertyResolvedLiteralValue: "3" }, { id: "wednesday", name: "wednesday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_WEDNESDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_WEDNESDAY_DISP_VAL", propertyResolvedLiteralValue: "4" }, { id: "thursday", name: "thursday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_THURSDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_THURSDAY_DISP_VAL", propertyResolvedLiteralValue: "5" }, { id: "friday", name: "friday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_FRIDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_FRIDAY_DISP_VAL", propertyResolvedLiteralValue: "6" }, { id: "saturday", name: "saturday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SATURDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SATURDAY_DISP_VAL", propertyResolvedLiteralValue: "7" }] }, DateTimeEnumContainer: { name: "AR_TP_DATETIMEENUMCONTAINER", allowArray: false, dataType: "DateTimeEnumContainer", isEnumContainer: true, support: { classType: "DateTimeEnumContainerVariable", expressionDataType: "dlc", expressionBaseDataType: "dlc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "dayOfWeek", name: "dayOfWeek", descriptionId: "AR_TP_DATETIMEENUMCONTAINER_PROP_DAYOFWEEK_DSC", type: "dwc", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATETIMEENUMCONTAINER_PROP_DAYOFWEEK_DISP_VAL" }] }, DigitalAudio: { name: "AR_TP_DIGITALAUDIO", allowArray: true, dataType: "DigitalAudioDataType", support: { classType: "DigitalAudioVariable", expressionDataType: "dia", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAttachmentsFeature" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_DIGITALAUDIO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "name", name: "name", descriptionId: "AR_TP_DIGITALAUDIO_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "url", name: "url", descriptionId: "AR_TP_DIGITALAUDIO_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, File: { name: "AR_TP_FILE", allowArray: true, dataType: "FileDataType", support: { classType: "FileVariable", expressionDataType: "fil", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAttachmentsFeature" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_FILE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "name", name: "name", descriptionId: "AR_TP_FILE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "url", name: "url", descriptionId: "AR_TP_FILE_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, LanguagesEnumContainer: { name: "AR_TP_LANGUAGESENUMCONTAINER", allowArray: false, dataType: "LanguagesEnumContainer", isEnumContainer: true, support: { classType: "LanguagesEnumContainerVariable", expressionDataType: "lnc", expressionBaseDataType: "lnc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "Languages", nativeProperties: [] }, RegionsEnumContainer: { name: "AR_TP_REGIONSENUMCONTAINER", allowArray: false, dataType: "RegionsEnumContainer", isEnumContainer: true, support: { classType: "RegionsEnumContainerVariable", expressionDataType: "rec", expressionBaseDataType: "rec", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "Regions", nativeProperties: [] }, ResponseAsset: { name: "AR_TP_RESPONSEASSET", allowArray: true, dataType: "ResponseAssetDataType", support: { classType: "ResponseAssetVariable", expressionDataType: "rpa", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, commonmodule: {}, digitalbot: {} }, version: "1.0", featureConfigName: "cannedResponseAttachmentsFeature" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_RESPONSEASSET_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_RESPONSEASSET_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_RESPONSEASSET_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "length", name: "length", descriptionId: "AR_TP_RESPONSEASSET_PROP_LENGTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "url", name: "url", descriptionId: "AR_TP_RESPONSEASSET_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, SurveyDispositionsEnumContainer: { name: "AR_TP_SURVEYDISPOSITIONSENUMCONTAINER", allowArray: false, dataType: "SurveyDispositionsEnumContainer", isEnumContainer: true, support: { classType: "SurveyDispositionsEnumContainerVariable", expressionDataType: "sec", expressionBaseDataType: "sec", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "SurveyDispositions", nativeProperties: [] }, ConversationTypesEnumContainer: { name: "AR_TP_CONVERSATIONTYPESENUMCONTAINER", allowArray: false, dataType: "ConversationTypesEnumContainer", isEnumContainer: true, support: { classType: "ConversationTypesEnumContainerVariable", expressionDataType: "ctc", expressionBaseDataType: "ctc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "ConversationTypes", nativeProperties: [] }, Time: { name: "AR_TP_TIME", allowArray: true, dataType: "TimeDataType", support: { classType: "TimeVariable", expressionDataType: "tim", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, TimePartEnumContainer: { name: "AR_TP_TIMEPARTENUMCONTAINER", allowArray: false, dataType: "TimePartEnumContainer", isEnumContainer: true, support: { classType: "TimePartEnumContainerVariable", expressionDataType: "tpc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "timePartDays", name: "days", descriptionId: "AR_TP_TIMEPARTENUMCONTAINER_PROP_DAYS_DSC", type: "tpf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEPARTENUMCONTAINER_PROP_DAYS_DISP_VAL" }, { id: "timePartHours", name: "hours", descriptionId: "AR_TP_TIMEPARTENUMCONTAINER_PROP_HOURS_DSC", type: "tpf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEPARTENUMCONTAINER_PROP_HOURS_DISP_VAL" }, { id: "timePartMinutes", name: "minutes", descriptionId: "AR_TP_TIMEPARTENUMCONTAINER_PROP_MINUTES_DSC", type: "tpf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEPARTENUMCONTAINER_PROP_MINUTES_DISP_VAL" }, { id: "timePartSeconds", name: "seconds", descriptionId: "AR_TP_TIMEPARTENUMCONTAINER_PROP_SECONDS_DSC", type: "tpf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEPARTENUMCONTAINER_PROP_SECONDS_DISP_VAL" }] }, TimePartEnum: { name: "AR_TP_TIMEPARTENUM", allowArray: false, dataType: "TimePartEnumDataType", isEnum: true, support: { classType: "TimePartEnumVariable", expressionDataType: "tpf", expressionBaseDataType: "tpf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, TimePicker: { name: "AR_TP_TIMEPICKER", allowArray: false, dataType: "TimePickerDataType", propertiesAllowAssignment: true, support: { classType: "TimePickerVariable", expressionDataType: "tpk", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsMessagingDatePicker" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_TIMEPICKER_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1 }, { id: "subtitle", name: "subtitle", descriptionId: "AR_TP_TIMEPICKER_PROP_SUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "image", name: "image", descriptionId: "AR_TP_TIMEPICKER_PROP_IMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_TIMEPICKER_PROP_IMAGE_DISP_VAL" }, { id: "address", name: "address", descriptionId: "AR_TP_TIMEPICKER_PROP_ADDRESS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_TIMEPICKER_PROP_ADDRESS_DISP_VAL" }, { id: "longitude", name: "longitude", descriptionId: "AR_TP_TIMEPICKER_PROP_LONGITUDE_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_TIMEPICKER_PROP_LONGITUDE_DISP_VAL" }, { id: "latitude", name: "latitude", descriptionId: "AR_TP_TIMEPICKER_PROP_LATITUDE_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_TIMEPICKER_PROP_LATITUDE_DISP_VAL" }] }, Timeslot: { name: "AR_TP_TIMESLOT", allowArray: true, dataType: "TimeslotDataType", propertiesAllowAssignment: true, support: { classType: "TimeslotVariable", expressionDataType: "tsl", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsMessagingDatePicker" }, nativeProperties: [{ id: "dateTime", name: "dateTime", descriptionId: "AR_TP_TIMESLOT_PROP_DTM_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "duration", name: "duration", descriptionId: "AR_TP_TIMESLOT_PROP_DUR_DSC", type: "dur", isCollection: false, isComputed: false, version: "1.0", readOnly: false }] }, WrapupCode: { name: "AR_TP_WRC", allowArray: true, dataType: "WrapupCodeDataType", support: { classType: "WrapupCodeVariable", expressionDataType: "wrc", expressionBaseDataType: "wrc", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsDigitalBotFlowsBotSummarization" }, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsBotSummarization" }, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityRoutingWrapupCodes" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_WRC_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_WRC_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Grammar: { name: "AR_TP_GRAMMAR", allowArray: true, dataType: "GrammarDataType", support: { classType: "GrammarVariable", expressionDataType: "gmr", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: {}, commonmodule: {}, voice: {}, voicesurvey: {} }, version: "1.0", featureConfigName: "orgAvailabilityGrammars" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_GRAMMAR_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_GRAMMAR_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Group: { name: "AR_TP_GRP", allowArray: true, dataType: "GroupDataType", support: { classType: "GroupVariable", expressionDataType: "grp", expressionBaseDataType: "grp", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsAlignTransferActions" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsGroupSupportFeature" }, workflow: { featureConfigName: "sendNotificationChatGroupFeature" }, voice: { featureConfigName: "botFlowsGroupSupportFeature" } }, version: "1.0", featureConfigName: "orgAvailabilityGroups" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_GRP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_GRP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, PhoneNumber: { name: "AR_TP_PHNBR", allowArray: true, dataType: "PhoneNumberDataType", support: { classType: "PhoneNumberVariable", expressionDataType: "phn", expressionBaseDataType: "phn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0" }, nativeProperties: [{ id: "dialingCode", name: "dialingCode", descriptionId: "AR_TP_PHNBR_PROP_DIALINGCODE_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "e164", name: "e164", descriptionId: "AR_TP_PHNBR_PROP_E164_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "subscriberNumber", name: "subscriberNumber", descriptionId: "AR_TP_PHNBR_PROP_SUBSCRIBERNUMBER_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "isGlobal", name: "isGlobal", descriptionId: "AR_TP_PHNBR_PROP_ISGLOBAL_DSC", type: "bln", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "isSip", name: "isSip", descriptionId: "AR_TP_PHNBR_PROP_ISSIP_DSC", type: "bln", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "isTel", name: "isTel", descriptionId: "AR_TP_PHNBR_PROP_ISTEL_DSC", type: "bln", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "raw", name: "raw", descriptionId: "AR_TP_PHNBR_PROP_RAW_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "scheme", name: "scheme", descriptionId: "AR_TP_PHNBR_PROP_SCHEME_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "uri", name: "uri", descriptionId: "AR_TP_PHNBR_PROP_URI_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }] }, EmergencyGroup: { name: "AR_TP_EMERGRP", allowArray: true, dataType: "EmergencyGroupDataType", support: { classType: "EmergencyGroupVariable", expressionDataType: "emg", expressionBaseDataType: "emg", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: { featureConfigName: "botFlowsScheduleSupportFeature" }, digitalbot: { featureConfigName: "botFlowsScheduleSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityRoutingEmergencyGroups" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EMERGRP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_EMERGRP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Schedule: { name: "AR_TP_SCHED", allowArray: true, dataType: "ScheduleDataType", support: { classType: "ScheduleVariable", expressionDataType: "sch", expressionBaseDataType: "sch", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: { featureConfigName: "botFlowsScheduleSupportFeature" }, digitalbot: { featureConfigName: "botFlowsScheduleSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityRoutingSchedules" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SCHED_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SCHED_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ScheduleGroup: { name: "AR_TP_SCHEDGRP", allowArray: true, dataType: "ScheduleGroupDataType", support: { classType: "ScheduleGroupVariable", expressionDataType: "scg", expressionBaseDataType: "scg", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: { featureConfigName: "botFlowsScheduleSupportFeature" }, digitalbot: { featureConfigName: "botFlowsScheduleSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityRoutingScheduleGroups" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SCHEDGRP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SCHEDGRP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "timeZone", name: "timeZone", descriptionId: "AR_TP_SCHEDGRP_PROP_TIMEZONE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Any: { name: "AR_TP_ANY", allowArray: true, dataType: "Any", isAbstract: true, support: { expressionDataType: "any", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, AnyComplex: { name: "AR_TP_ANYCOMPLEX", allowArray: true, dataType: "AnyComplex", isAbstract: true, support: { expressionDataType: "acp", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, AnyPromptOrAudio: { name: "AR_TP_ANYPROMPTORAUDIO", allowArray: true, dataType: "AnyPromptOrAudio", isAbstract: true, support: { expressionDataType: "apa", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, DateFormatEnum: { name: "AR_TP_DATEFORMATENUM", allowArray: false, dataType: "DateFormatEnum", isEnum: true, support: { classType: "DateFormatEnumVariable", expressionDataType: "daf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, DateTimeFormatEnum: { name: "AR_TP_DATETIMEFORMATENUM", allowArray: false, dataType: "DateTimeFormatEnum", isEnum: true, support: { classType: "DateTimeFormatEnumVariable", expressionDataType: "dtf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, TimeFormatEnum: { name: "AR_TP_TIMEFORMATENUM", allowArray: false, dataType: "TimeFormatEnum", isEnum: true, support: { classType: "TimeFormatEnumVariable", expressionDataType: "tif", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, BoolFormatEnum: { name: "AR_TP_BOOLFORMATENUM", allowArray: false, dataType: "BoolFormatEnum", isEnum: true, support: { classType: "BoolFormatEnumVariable", expressionDataType: "bof", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, CurrencyFormatEnum: { name: "AR_TP_CURRENCYFORMATENUM", allowArray: false, dataType: "CurrencyFormatEnum", isEnum: true, support: { classType: "CurrencyFormatEnumVariable", expressionDataType: "cuf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, NumberFormatEnum: { name: "AR_TP_NUMBERFORMATENUM", allowArray: false, dataType: "NumberFormatEnum", isEnum: true, support: { classType: "NumberFormatEnumVariable", expressionDataType: "nuf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, PhoneNumberFormatEnum: { name: "AR_TP_PHONENUMBERFORMATENUM", allowArray: false, dataType: "PhoneNumberFormatEnum", isEnum: true, support: { classType: "PhoneNumberFormatEnumVariable", expressionDataType: "phf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureToggleName: "archPhoneNumberPhase2" }, nativeProperties: [] }, LanguageContextEnum: { name: "AR_TP_LANGUAGECONTEXTENUM", allowArray: false, dataType: "LanguageContextEnum", isAbstract: true, isEnum: true, support: { classType: "LanguageContextEnumVariable", expressionDataType: "lne", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, digitalbot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voice: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voicesurvey: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, StringFormatEnum: { name: "AR_TP_STRINGFORMATENUM", allowArray: false, dataType: "StringFormatEnum", isEnum: true, support: { classType: "StringFormatEnumVariable", expressionDataType: "stf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, DateFormatEnumContainer: { name: "AR_TP_DATEFORMATENUMCONTAINER", allowArray: false, dataType: "DateFormatEnumContainer", isEnumContainer: true, support: { classType: "DateFormatEnumContainerVariable", expressionDataType: "dac", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "dateLongYear", name: "longYear", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEAR_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEAR_DISP_VAL" }, { id: "dateShortYear", name: "shortYear", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEAR_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEAR_DISP_VAL" }, { id: "dateShortMonthAndDay", name: "shortMonthAndDay", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTMONTHANDDAY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTMONTHANDDAY_DISP_VAL" }, { id: "dateDayOfWeekOnly", name: "dayOfWeekOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYOFWEEKONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYOFWEEKONLY_DISP_VAL" }, { id: "dateDayOnly", name: "dayOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYONLY_DISP_VAL" }, { id: "dateMonthOnly", name: "monthOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_MONTHONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_MONTHONLY_DISP_VAL" }, { id: "dateShortYearOnly", name: "shortYearOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEARONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEARONLY_DISP_VAL" }, { id: "dateLongYearOnly", name: "longYearOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEARONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEARONLY_DISP_VAL" }] }, SkillExpressionFilter: { name: "AR_TP_SKILLEXPRESSIONFILTER", allowArray: true, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::skill_expression_filter", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {}, emailsend: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {} }, version: "1.0", featureConfigName: "routingSkillExpressionsFeature" }, nativeProperties: [{ id: "raw", name: "raw", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_RAW_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "normalized", name: "normalized", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_NORMALIZED_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "acdSkills", name: "acdSkills", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_ACDSKILLS_DSC", type: "skl", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "languageSkills", name: "languageSkills", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_LANGUAGESKILLS_DSC", type: "lac", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "errors", name: "errors", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_ERRORS_DSC", type: "jsn__architect::issue_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true, issueInfoTypes: ["INVALID_CHARACTERS", "LIMITS_EXCEEDED", "SYNTAX_ERROR", "UNKNOWN_SKILL"] }] }, IssueInfo: { name: "AR_TP_ISSUEINFO", allowArray: true, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::issue_info", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {}, emailsend: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {} }, version: "1.0", featureConfigName: "routingSkillExpressionsFeature" }, nativeProperties: [{ id: "type", name: "type", descriptionId: "AR_TP_ISSUEINFO_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "message", name: "message", descriptionId: "AR_TP_ISSUEINFO_PROP_MESSAGE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, BoolFormatEnumContainer: { name: "AR_TP_BOOLFORMATENUMCONTAINER", allowArray: false, dataType: "BoolFormatEnumContainer", isEnumContainer: true, support: { classType: "BoolFormatEnumContainerVariable", expressionDataType: "blc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "boolPlayYesNo", name: "playYesNo", descriptionId: "AR_TP_BOOLFORMATENUMCONTAINER_PROP_PLAYYESNO_DSC", type: "bof", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_BOOLFORMATENUMCONTAINER_PROP_PLAYYESNO_DISP_VAL" }] }, TimeFormatEnumContainer: { name: "AR_TP_TIMEFORMATENUMCONTAINER", allowArray: false, dataType: "TimeFormatEnumContainer", isEnumContainer: true, support: { classType: "TimeFormatEnumContainerVariable", expressionDataType: "tic", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "timeTwentyFourHours", name: "twentyFourHours", descriptionId: "AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWENTYFOURHOURS_DSC", type: "tif", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWENTYFOURHOURS_DISP_VAL" }, { id: "timeTwelveHours", name: "twelveHours", descriptionId: "AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWELVEHOURS_DSC", type: "tif", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWELVEHOURS_DISP_VAL" }] }, CurrencyFormatEnumContainer: { name: "AR_TP_CURRENCYFORMATENUMCONTAINER", allowArray: false, dataType: "CurrencyFormatEnumContainer", isEnumContainer: true, support: { classType: "CurrencyFormatEnumContainerVariable", expressionDataType: "cuc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "currencyAsMinorUnits", name: "asMinorUnits", descriptionId: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_ASMINORUNITS_DSC", type: "cuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_ASMINORUNITS_DISP_VAL" }, { id: "currencyMajorUnitsOnly", name: "majorUnitsOnly", descriptionId: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MAJORUNITSONLY_DSC", type: "cuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MAJORUNITSONLY_DISP_VAL" }, { id: "currencyMinorUnitsOnly", name: "minorUnitsOnly", descriptionId: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MINORUNITSONLY_DSC", type: "cuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MINORUNITSONLY_DISP_VAL" }, { id: "currencyPlayDigits", name: "playDigits", descriptionId: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_PLAYDIGITS_DSC", type: "cuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_PLAYDIGITS_DISP_VAL" }] }, NumberFormatEnumContainer: { name: "AR_TP_NUMBERFORMATENUMCONTAINER", allowArray: false, dataType: "NumberFormatEnumContainer", isEnumContainer: true, support: { classType: "NumberFormatEnumContainerVariable", expressionDataType: "nuc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "numberPlayDigits", name: "playDigits", descriptionId: "AR_TP_NUMBERFORMATENUMCONTAINER_PROP_PLAYDIGITS_DSC", type: "nuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_NUMBERFORMATENUMCONTAINER_PROP_PLAYDIGITS_DISP_VAL" }] }, PhoneNumberFormatEnumContainer: { name: "AR_TP_PHONENUMBERFORMATENUMCONTAINER", allowArray: false, dataType: "PhoneNumberFormatEnumContainer", isEnumContainer: true, support: { classType: "PhoneNumberFormatEnumContainerVariable", expressionDataType: "phc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureToggleName: "archPhoneNumberPhase2" }, nativeProperties: [{ id: "phoneNumberGlobal", name: "global", descriptionId: "AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_GLOBAL_DSC", type: "phf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_GLOBAL_DISP_VAL" }, { id: "phoneNumberLocal", name: "local", descriptionId: "AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_LOCAL_DSC", type: "phf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_LOCAL_DISP_VAL" }] }, StringFormatEnumContainer: { name: "AR_TP_STRINGFORMATENUMCONTAINER", allowArray: false, dataType: "StringFormatEnumContainer", isEnumContainer: true, support: { classType: "StringFormatEnumContainerVariable", expressionDataType: "stc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "stringPlayChars", name: "playChars", descriptionId: "AR_TP_STRINGFORMATENUMCONTAINER_PROP_PLAYCHARS_DSC", type: "stf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_STRINGFORMATENUMCONTAINER_PROP_PLAYCHARS_DISP_VAL" }] }, LanguageQuantityEnumContainer: { name: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER", allowArray: false, dataType: "LanguageQuantityEnumContainer", isEnumContainer: true, support: { classType: "LanguageQuantityEnumContainerVariable", expressionDataType: "lqc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, digitalbot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voice: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voicesurvey: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "quantityPlural", name: "plural", descriptionId: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_PLURAL_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langQuantity", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_PLURAL_DISP_VAL" }, { id: "quantitySingular", name: "singular", descriptionId: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_SINGULAR_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langQuantity", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_SINGULAR_DISP_VAL" }] }, LanguageCaseEnumContainer: { name: "AR_TP_LANGUAGECASEENUMCONTAINER", allowArray: false, dataType: "LanguageCaseEnumContainer", isEnumContainer: true, support: { classType: "LanguageCaseEnumContainerVariable", expressionDataType: "lcc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, digitalbot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voice: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voicesurvey: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "caseArticle", name: "article", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ARTICLE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ARTICLE_DISP_VAL" }, { id: "caseAccusative", name: "accusative", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ACCUSATIVE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ACCUSATIVE_DISP_VAL" }, { id: "caseDative", name: "dative", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_DATIVE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_DATIVE_DISP_VAL" }, { id: "caseGenitive", name: "genitive", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_GENITIVE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_GENITIVE_DISP_VAL" }, { id: "caseNominative", name: "nominative", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_NOMINATIVE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_NOMINATIVE_DISP_VAL" }] }, LanguageGenderEnumContainer: { name: "AR_TP_LANGUAGEGENDERENUMCONTAINER", allowArray: false, dataType: "LanguageGenderEnumContainer", isEnumContainer: true, support: { classType: "LanguageGenderEnumContainerVariable", expressionDataType: "lgc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, digitalbot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voice: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voicesurvey: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "genderCommon", name: "common", descriptionId: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_COMMON_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langGender", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_COMMON_DISP_VAL" }, { id: "genderFeminine", name: "feminine", descriptionId: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_FEMININE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langGender", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_FEMININE_DISP_VAL" }, { id: "genderMasculine", name: "masculine", descriptionId: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_MASCULINE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langGender", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_MASCULINE_DISP_VAL" }, { id: "genderNeuter", name: "neuter", descriptionId: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_NEUTER_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langGender", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_NEUTER_DISP_VAL" }] }, LanguageSkill: { name: "AR_TP_LANGUAGESKILL", allowArray: true, dataType: "LanguageSkill", support: { classType: "LanguageSkillVariable", expressionDataType: "lac", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: { featureConfigName: "orgAvailabilityRoutingSkills" }, inboundchat: { featureConfigName: "orgAvailabilityRoutingSkills" }, inboundemail: { featureConfigName: "orgAvailabilityRoutingSkills" }, inboundshortmessage: { featureConfigName: "orgAvailabilityRoutingSkills" }, inqueueemail: { featureConfigName: "orgAvailabilityRoutingSkills" }, inqueueshortmessage: { featureConfigName: "orgAvailabilityRoutingSkills" }, surveyinvite: { featureConfigName: "orgAvailabilityRoutingSkills" }, workflow: { featureConfigName: "orgAvailabilityRoutingSkills" }, workitem: { featureConfigName: "orgAvailabilityRoutingSkills" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "orgAvailabilityRoutingSkills", featureConfigName2: "botFlowsQueueSupportFeature", featureConfigsAllOf: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "orgAvailabilityRoutingSkills", featureConfigName2: "botFlowsQueueSupportFeature", featureConfigsAllOf: true }, voice: { featureConfigName: "orgAvailabilityRoutingSkills" } }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_LANGUAGESKILL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_LANGUAGESKILL_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ContactList: { name: "AR_TP_CONTACTLIST", allowArray: false, dataType: "ContactList", support: { classType: "ContactListVariable", expressionDataType: "cnl", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundemail: { featureConfigName: "outboundEmailCampaigns" }, inboundshortmessage: {}, commonmodule: {}, outboundcall: {} }, version: "1.0", featureConfigName: "orgAvailabilityOutboundContactLists" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CONTACTLIST_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_CONTACTLIST_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Campaign: { name: "AR_TP_CAMPAIGN", allowArray: false, dataType: "Campaign", support: { classType: "CampaignVariable", expressionDataType: "cam", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { commonmodule: {}, inboundemail: { featureConfigName: "outboundEmailCampaigns" }, inboundshortmessage: {}, outboundcall: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CAMPAIGN_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_CAMPAIGN_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Contact: { name: "AR_TP_CONTACT", allowArray: false, dataType: "Contact", support: { classType: "ContactVariable", expressionDataType: "con", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { outboundcall: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, WorkitemEventData: { name: "AR_TP_WORKITEMEVENTDATA", allowArray: false, dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::workitem_event_data", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { workitem: {} }, version: "1.0", featureConfigName: "workitemDateAutomationFeature" }, nativeProperties: [{ id: "rule", name: "rule", descriptionId: "AR_TP_WORKITEMEVENTDATA_PROP_RULE_DSC", type: "jsn__architect::workitem_event_rule", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "workitemDateAutomationFeature" }] }, WorkitemEventRule: { name: "AR_TP_WORKITEMEVENTRULE", allowArray: false, dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::workitem_event_rule", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { workitem: {} }, version: "1.0", featureConfigName: "workitemDateAutomationFeature" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_WORKITEMEVENTRULE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "workitemDateAutomationFeature" }] }, Workitem: { name: "AR_TP_WORKITEM", allowArray: false, dataType: "ComplexDataType", isCustomizablePerFlow: true, support: { classType: "ComplexVariable", expressionDataType: "cpx_workitem", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { workitem: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_WORKITEM_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_WORKITEM_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "assignee", name: "assignee", descriptionId: "AR_TP_WORKITEM_PROP_ASSIGNEE_DSC", type: "usr", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "assignmentState", name: "assignmentState", descriptionId: "AR_TP_WORKITEM_PROP_ASSIGNMENTSTATE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "autoStatusTransition", name: "autoStatusTransition", descriptionId: "AR_TP_WORKITEM_PROP_AUTOSTATUSTRANSITION_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customFields", name: "customFields", descriptionId: "AR_TP_WORKITEM_PROP_CUSTOMFIELDS_DSC", type: "jsn__architect::empty_json", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "dateCreated", name: "dateCreated", descriptionId: "AR_TP_WORKITEM_PROP_DATECREATED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateAssignmentStateChanged", name: "dateAssignmentStateChanged", descriptionId: "AR_TP_WORKITEM_PROP_DATEASSIGNMENTSTATECHANGED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateDue", name: "dateDue", descriptionId: "AR_TP_WORKITEM_PROP_DATEDUE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "dateExpires", name: "dateExpires", descriptionId: "AR_TP_WORKITEM_PROP_DATEEXPIRES_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "dateModified", name: "dateModified", descriptionId: "AR_TP_WORKITEM_PROP_DATEMODIFIED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateStatusChanged", name: "dateStatusChanged", descriptionId: "AR_TP_WORKITEM_PROP_DATESTATUSCHANGED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateClosed", name: "dateClosed", descriptionId: "AR_TP_WORKITEM_PROP_DATECLOSED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "description", name: "description", descriptionId: "AR_TP_WORKITEM_PROP_DESCRIPTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "duration", name: "duration", descriptionId: "AR_TP_WORKITEM_PROP_DUR_DSC", type: "dur", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionId", name: "divisionId", descriptionId: "AR_TP_WORKITEM_PROP_DIVISIONID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalContact", name: "externalContact", descriptionId: "AR_TP_WORKITEM_PROP_EXTERNALCONTACT_DSC", type: "cpx_external_contact", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "externalTag", name: "externalTag", descriptionId: "AR_TP_WORKITEM_PROP_EXTERNALTAG_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "languageSkill", name: "languageSkill", descriptionId: "AR_TP_WORKITEM_PROP_LANGUAGESKILL_DSC", type: "lac", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "modifiedBy", name: "modifiedBy", descriptionId: "AR_TP_WORKITEM_PROP_MODIFIEDBY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "priority", name: "priority", descriptionId: "AR_TP_WORKITEM_PROP_PRIORITY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "queue", name: "queue", descriptionId: "AR_TP_WORKITEM_PROP_QUEUE_DSC", type: "que", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "reporter", name: "reporter", descriptionId: "AR_TP_WORKITEM_PROP_REPORTER_DSC", type: "usr", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "scoredAgents", name: "scoredAgents", descriptionId: "AR_TP_WORKITEM_PROP_SCOREDAGENTS_DSC", type: "cpx_agent_score_pair", isCollection: true, isComputed: false, version: "1.0", readOnly: false }, { id: "skills", name: "skills", descriptionId: "AR_TP_WORKITEM_PROP_SKILLS_DSC", type: "skl", isCollection: true, isComputed: false, version: "1.0", readOnly: false }, { id: "status", name: "status", descriptionId: "AR_TP_WORKITEM_PROP_STATUS_DSC", type: "cpx_worktype_status", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "ttlDateTime", name: "ttlDateTime", descriptionId: "AR_TP_WORKITEM_PROP_TTLDATETIME_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "typeId", name: "typeId", descriptionId: "AR_TP_WORKITEM_PROP_TYPEID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "utilizationLabel", name: "utilizationLabel", descriptionId: "AR_TP_WORKITEM_PROP_UTILIZATIONLABEL_DSC", type: "cul", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "version", name: "version", descriptionId: "AR_TP_WORKITEM_PROP_VERSION_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "workbin", name: "workbin", descriptionId: "AR_TP_WORKITEM_PROP_WORKBIN_DSC", type: "cpx_workbin", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Workbin: { name: "AR_TP_WORKBIN", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_workbin", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_WORKBIN_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_WORKBIN_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionId", name: "divisionId", descriptionId: "AR_TP_WORKBIN_PROP_DIVISIONID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, WorktypeStatus: { name: "AR_TP_WORKTYPESTATUS", allowArray: true, allowLiteralSelect: true, allowLiteralSelectFeatureConfig: "workitemDateAutomationFeature", additionalProperties: "category", dataType: "ComplexDataType", additionalPropertiesAreManaged: true, support: { classType: "ComplexVariable", expressionDataType: "cpx_worktype_status", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_WORKTYPESTATUS_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_WORKTYPESTATUS_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "category", name: "category", descriptionId: "AR_TP_WORKTYPESTATUS_PROP_CATEGORY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, allowableValues: "Open,InProgress,Waiting,Closed" }] } }, expression: { add: { identifier: "add", description: "AR_OP_DSC_ADD", type: "operator", symbol: "+", category: "mathematical", overloads: [{ description: "AR_OP_LNG_ADD_LNG_LNG_DSC", identifier: "Long_ONE add(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_ADD_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_ADD_LNG_LNG_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_ADD_LNG_LNG_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2 + 3", output: "5" }] }, { description: "AR_OP_DEC_ADD_DEC_LNG_DSC", identifier: "Decimal_ONE add(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_ADD_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_DEC_LNG_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_DEC_LNG_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2.5 + 3", output: "5.5" }] }, { description: "AR_OP_DEC_ADD_LNG_DEC_DSC", identifier: "Decimal_ONE add(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_ADD_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_LNG_DEC_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_LNG_DEC_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "2 + 33.7", output: "35.7" }] }, { description: "AR_OP_CUR_ADD_CUR_CUR_DSC", identifier: "Currency_ONE add(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_ADD_CUR_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_ADD_CUR_CUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_ADD_CUR_CUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'MakeCurrency(5.25, "USD") + ToCurrency("-3.00|USD")', output: "AR_OP_CUR_ADD_CUR_CUR_EX_OUT_0" }, { input: 'ToCurrency("5.25|") + MakeCurrency(-3.00, ToString(NOT_SET))', output: "AR_OP_CUR_ADD_CUR_CUR_EX_OUT_1" }] }, { description: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_DSC", identifier: "Audio_ONE add(Audio_ONE,Audio_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "aud" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'ToAudioTTS("Hello ") + ToAudioTTS("World")', output: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_EX_OUT_0" }] }, { description: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_DSC", identifier: "Audio_ONE add(Prompt_ONE,Prompt_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "pmt" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "pmt" }], examples: [{ input: "Prompt.Hello + Prompt.There", output: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_EX_OUT_0" }] }, { description: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_DSC", identifier: "Audio_ONE add(Audio_ONE,Prompt_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "aud" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "pmt" }], examples: [{ input: 'ToAudioTTS("Hello") + Prompt.There', output: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_EX_OUT_0" }] }, { description: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_DSC", identifier: "Audio_ONE add(Prompt_ONE,Audio_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "pmt" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'Prompt.Hello + ToAudioTTS("There")', output: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_EX_OUT_0" }] }, { description: "AR_OP_DEC_ADD_DEC_DEC_DSC", identifier: "Decimal_ONE add(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_ADD_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_DEC_DEC_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_DEC_DEC_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "2.2 + 3.9", output: "6.1" }] }, { description: "AR_OP_DTM_ADD_DUR_DTM_DSC", identifier: "DateTime_ONE add(Duration_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DTM_ADD_DUR_DTM_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_ADD_DUR_DTM_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_ADD_DUR_DTM_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDuration(0, 1, 1, 1) + MakeDateTime(2003, 6, 1, 0, 0, 0)", output: "AR_OP_DTM_ADD_DUR_DTM_EX_OUT_0" }] }, { description: "AR_OP_DTM_ADD_DTM_DUR_DSC", identifier: "DateTime_ONE add(DateTime_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DTM_ADD_DTM_DUR_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_ADD_DTM_DUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_ADD_DTM_DUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDateTime(2003, 6, 1, 0, 0, 0) + MakeDuration(0, 1, 1, 1)", output: "AR_OP_DTM_ADD_DTM_DUR_EX_OUT_0" }] }, { description: "AR_OP_DATE_ADD_DUR_DATE_DSC", identifier: "Date_ONE add(Duration_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_DATE_ADD_DUR_DATE_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_ADD_DUR_DATE_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_ADD_DUR_DATE_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDuration(1, 1, 1, 1) + MakeDate(2003, 6, 1)", output: "AR_OP_DATE_ADD_DUR_DATE_EX_OUT_0" }] }, { description: "AR_OP_DATE_ADD_DATE_DUR_DSC", identifier: "Date_ONE add(Date_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_DATE_ADD_DATE_DUR_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_ADD_DATE_DUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_ADD_DATE_DUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDate(2003, 6, 1) + MakeDuration(2, 1, 1, 1)", output: "AR_OP_DATE_ADD_DATE_DUR_EX_OUT_0" }] }, { description: "AR_OP_TIME_ADD_DUR_TIME_DSC", identifier: "Time_ONE add(Duration_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_TIME_ADD_DUR_TIME_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_ADD_DUR_TIME_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_ADD_DUR_TIME_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeDuration(0, 1, 1, 1) + MakeTime(1, 1, 5)", output: "AR_OP_TIME_ADD_DUR_TIME_EX_OUT_0" }] }, { description: "AR_OP_TIME_ADD_TIME_DUR_DSC", identifier: "Time_ONE add(Time_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_TIME_ADD_TIME_DUR_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_ADD_TIME_DUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_ADD_TIME_DUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeTime(12, 0, 0) + MakeDuration(0, 14, 1, 1)", output: "AR_OP_TIME_ADD_TIME_DUR_EX_OUT_0" }] }, { description: "AR_OP_DUR_ADD_DUR_DUR_DSC", identifier: "Duration_ONE add(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DUR_ADD_DUR_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DUR_ADD_DUR_DUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DUR_ADD_DUR_DUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 10, 30, 0) + MakeDuration(1, 1, 15, 30)", output: "AR_OP_DUR_ADD_DUR_DUR_EX_OUT_0" }] }, { description: "AR_OP_STR_ADD_STR_STR_DSC", identifier: "String_ONE add(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_STR_ADD_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_STR_ADD_STR_STR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_STR_ADD_STR_STR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello " + "There"', output: '"Hello There"' }] }], needsServerInfo: true }, bitAnd: { identifier: "bitAnd", description: "AR_OP_DSC_BITAND", type: "operator", symbol: "&", category: "mathematical", overloads: [{ description: "AR_OP_LNG_BITAND_LNG_LNG_DSC", identifier: "Long_ONE bitAnd(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_BITAND_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITAND_LNG_LNG_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITAND_LNG_LNG_PRM_DSC_1", identifier: "value2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "3 & 9", output: "1" }, { input: "7 & 15", output: "7" }, { input: "-2 & 5", output: "4" }] }] }, bitNot: { identifier: "bitNot", description: "AR_OP_DSC_BITNOT", type: "operator", symbol: "~", category: "mathematical", overloads: [{ description: "AR_OP_LNG_BITNOT_LNG_DSC", identifier: "Long_ONE bitNot(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_BITNOT_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITNOT_LNG_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "~ 5", output: "-6" }, { input: "~ 256", output: "-257" }] }] }, bitOr: { identifier: "bitOr", description: "AR_OP_DSC_BITOR", type: "operator", symbol: "|", category: "mathematical", overloads: [{ description: "AR_OP_LNG_BITOR_LNG_LNG_DSC", identifier: "Long_ONE bitOr(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_BITOR_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITOR_LNG_LNG_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITOR_LNG_LNG_PRM_DSC_1", identifier: "value2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "3 | 9", output: "11" }, { input: "7 | 15", output: "15" }, { input: "-2 | 5", output: "-1" }] }] }, sub: { identifier: "sub", description: "AR_OP_DSC_SUB", type: "operator", symbol: "-", category: "mathematical", overloads: [{ description: "AR_OP_DATE_SUB_DATE_DUR_DSC", identifier: "Date_ONE sub(Date_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_DATE_SUB_DATE_DUR_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_SUB_DATE_DUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_SUB_DATE_DUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDate(2009, 1, 10) - MakeDuration(10, 0, 30, 0)", output: "AR_OP_DATE_SUB_DATE_DUR_EX_OUT_0" }, { input: "MakeDate(2020, 2, 28) - MakeDuration(3, 0, 0, 0)", output: "AR_OP_DATE_SUB_DATE_DUR_EX_OUT_1" }] }, { description: "AR_OP_LNG_SUB_LNG_LNG_DSC", identifier: "Long_ONE sub(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_SUB_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_SUB_LNG_LNG_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_SUB_LNG_LNG_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2 - 3", output: "-1" }, { input: "100 - 35", output: "65" }] }, { description: "AR_OP_CUR_SUB_CUR_CUR_DSC", identifier: "Currency_ONE sub(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_SUB_CUR_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_SUB_CUR_CUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_SUB_CUR_CUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("5.25|USD") - MakeCurrency(4.00, "USD")', output: "AR_OP_CUR_SUB_CUR_CUR_EX_OUT_0" }, { input: 'ToCurrency("5.25|") - ToCurrency("2.50|")', output: "AR_OP_CUR_SUB_CUR_CUR_EX_OUT_1" }] }, { description: "AR_OP_DEC_SUB_DEC_DEC_DSC", identifier: "Decimal_ONE sub(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_SUB_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_DEC_DEC_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_DEC_DEC_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "20.5 - 5.3", output: "15.2" }, { input: "24.5 - 7.1", output: "17.4" }] }, { description: "AR_OP_DEC_SUB_DEC_LNG_DSC", identifier: "Decimal_ONE sub(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_SUB_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_DEC_LNG_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_DEC_LNG_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "20.5 - 5", output: "15.5" }, { input: "24.5 - 7", output: "17.5" }] }, { description: "AR_OP_DEC_SUB_LNG_DEC_DSC", identifier: "Decimal_ONE sub(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_SUB_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_LNG_DEC_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_LNG_DEC_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "20 - 5.5", output: "14.5" }, { input: "24 - 7.5", output: "16.5" }] }, { description: "AR_OP_DTM_SUB_DUR_DUR_DSC", identifier: "DateTime_ONE sub(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DTM_SUB_DUR_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_SUB_DUR_DUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_SUB_DUR_DUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 10, 30, 0) - MakeDuration(0, 5, 15, 0)", output: "AR_OP_DTM_SUB_DUR_DUR_EX_OUT_0" }] }, { description: "AR_OP_DTM_SUB_DTM_DUR_DSC", identifier: "DateTime_ONE sub(DateTime_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DTM_SUB_DTM_DUR_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_SUB_DTM_DUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_SUB_DTM_DUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDateTime(2003, 6, 3, 0, 0, 0) - MakeDuration(0, 1, 1, 1)", output: "AR_OP_DTM_SUB_DTM_DUR_EX_OUT_0" }] }, { description: "AR_OP_TIME_SUB_TIME_DUR_DSC", identifier: "Time_ONE sub(Time_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_TIME_SUB_TIME_DUR_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_SUB_TIME_DUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_SUB_TIME_DUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeTime(2, 30, 0) - MakeDuration(10, -3, -30, 0)", output: "AR_OP_TIME_SUB_TIME_DUR_EX_OUT_0" }, { input: "MakeTime(2, 30, 0) - MakeDuration(0, -3, -30, 0)", output: "AR_OP_TIME_SUB_TIME_DUR_EX_OUT_1" }, { input: "MakeTime(2, 30, 0) - MakeDuration(3, 3, 30, 0)", output: "AR_OP_TIME_SUB_TIME_DUR_EX_OUT_2" }] }], needsServerInfo: true }, mul: { identifier: "mul", description: "AR_OP_DSC_MUL", type: "operator", symbol: "*", category: "mathematical", overloads: [{ description: "AR_OP_LNG_MUL_LNG_LNG_DSC", identifier: "Long_ONE mul(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_MUL_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_MUL_LNG_LNG_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_MUL_LNG_LNG_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7 * 12", output: "84" }, { input: "9 * 1000", output: "9000" }] }, { description: "AR_OP_DEC_MUL_DEC_DEC_DSC", identifier: "Decimal_ONE mul(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MUL_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_DEC_DEC_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_DEC_DEC_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7.5 * 12.2", output: "91.5" }] }, { description: "AR_OP_DEC_MUL_LNG_DEC_DSC", identifier: "Decimal_ONE mul(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MUL_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_LNG_DEC_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_LNG_DEC_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 * 12.2", output: "85.4" }, { input: "-7 * 12.2", output: "-85.4" }] }, { description: "AR_OP_DEC_MUL_DEC_LNG_DSC", identifier: "Decimal_ONE mul(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MUL_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_DEC_LNG_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_DEC_LNG_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 * 12", output: "86.4" }, { input: "5.1 * -3", output: "-15.3" }] }, { description: "AR_OP_CUR_MUL_DEC_CUR_DSC", identifier: "Currency_ONE mul(Decimal_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MUL_DEC_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_DEC_CUR_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_DEC_CUR_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: '7.2 * ToCurrency("5.25|USD")', output: "AR_OP_CUR_MUL_DEC_CUR_EX_OUT_0" }] }, { description: "AR_OP_CUR_MUL_CUR_DEC_DSC", identifier: "Currency_ONE mul(Currency_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MUL_CUR_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_CUR_DEC_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_CUR_DEC_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: 'ToCurrency("-5.25|USD") * 7.2', output: "AR_OP_CUR_MUL_CUR_DEC_EX_OUT_0" }] }, { description: "AR_OP_CUR_MUL_LNG_CUR_DSC", identifier: "Currency_ONE mul(Long_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MUL_LNG_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_LNG_CUR_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_LNG_CUR_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: '7 * MakeCurrency(5.25, "USD")', output: "AR_OP_CUR_MUL_LNG_CUR_EX_OUT_0" }] }, { description: "AR_OP_CUR_MUL_CUR_LNG_DSC", identifier: "Currency_ONE mul(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MUL_CUR_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_CUR_LNG_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_CUR_LNG_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: 'MakeCurrency(5.25, "USD") * 7', output: "AR_OP_CUR_MUL_CUR_LNG_EX_OUT_0" }] }] }, div: { identifier: "div", description: "AR_OP_DSC_DIV", type: "operator", symbol: "/", category: "mathematical", overloads: [{ description: "AR_OP_DEC_DIV_LNG_DEC_DSC", identifier: "Decimal_ONE div(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_DIV_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_LNG_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_LNG_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: "42 / (3.0 + 3.0)", output: "7.0" }] }, { description: "AR_OP_DEC_DIV_DEC_LNG_DSC", identifier: "Decimal_ONE div(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_DIV_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_DEC_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_DEC_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: "42.7 / 7", output: "6.1" }] }, { description: "AR_OP_DEC_DIV_LNG_LNG_DSC", identifier: "Decimal_ONE div(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_DIV_LNG_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_LNG_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_LNG_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: "42 / 8", output: "5.25" }] }, { description: "AR_OP_DEC_DIV_DEC_DEC_DSC", identifier: "Decimal_ONE div(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_DIV_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_DEC_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_DEC_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: "44.7741 / 6.21", output: "7.21" }] }, { description: "AR_OP_CUR_DIV_CUR_DEC_DSC", identifier: "Currency_ONE div(Currency_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_DIV_CUR_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_DIV_CUR_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_DIV_CUR_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: 'ToCurrency("44.7741|USD") / 6.21', output: "AR_OP_CUR_DIV_CUR_DEC_EX_OUT_0" }] }, { description: "AR_OP_CUR_DIV_CUR_LNG_DSC", identifier: "Currency_ONE div(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_DIV_CUR_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_DIV_CUR_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_DIV_CUR_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: 'ToCurrency("45.00|USD") / 6', output: "AR_OP_CUR_DIV_CUR_LNG_EX_OUT_0" }] }] }, pow: { identifier: "pow", description: "AR_OP_DSC_POW", type: "operator", symbol: "^", category: "mathematical", overloads: [{ description: "AR_OP_LNG_POW_LNG_LNG_DSC", identifier: "Long_ONE pow(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_POW_LNG_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_POW_LNG_LNG_PRM_DSC_0", identifier: "base", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_POW_LNG_LNG_PRM_DSC_1", identifier: "exponent", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2 ^ 3", output: "8.0" }, { input: "2 ^ -1", output: "0.5" }] }, { description: "AR_OP_DEC_POW_LNG_DEC_DSC", identifier: "Decimal_ONE pow(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_POW_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_LNG_DEC_PRM_DSC_0", identifier: "base", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_LNG_DEC_PRM_DSC_1", identifier: "exponent", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "2 ^ 3.0", output: "8.0" }, { input: "81 ^ 0.5", output: "9.0" }] }, { description: "AR_OP_DEC_POW_DEC_LNG_DSC", identifier: "Decimal_ONE pow(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_POW_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_DEC_LNG_PRM_DSC_0", identifier: "base", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_DEC_LNG_PRM_DSC_1", identifier: "exponent", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2.0 ^ 3", output: "8.0" }, { input: "5.5 ^ 3", output: "166.375" }, { input: "2.0 ^ -1", output: "0.5" }] }, { description: "AR_OP_DEC_POW_DEC_DEC_DSC", identifier: "Decimal_ONE pow(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_POW_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_DEC_DEC_PRM_DSC_0", identifier: "base", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_DEC_DEC_PRM_DSC_1", identifier: "exponent", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "2.5 ^ 3.0", output: "15.625" }] }] }, ter: { identifier: "ter", description: "AR_OP_DSC_TER", type: "operator", symbol: "?", category: "logical", overloads: [{ description: "AR_OP_ANY_TER_BLN_ANY_ANY_DSC", identifier: "Any_ONE ter(Boolean_ONE,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_OP_ANY_TER_BLN_ANY_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_1", identifier: "trueValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_2", identifier: "falseValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: "5>3 ? true : false", output: "true" }, { input: '5>3 ? "hello" : "world"', output: '"hello"' }, { input: "5>3 ? 100 : 200", output: "100" }, { input: "5>3 ? 100.5 : 200.0", output: "100.5" }, { input: 'MakeCurrency(5.00, "USD") > MakeCurrency(2.00, "USD") ? MakeCurrency(10.00, "USD") : ToCurrency(NOT_SET)', output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_4" }, { input: "5>3 ? MakeDateTime(2009, 5, 5, 10, 30, 0) : MakeDateTime(2005, 1, 1, 0, 0, 0)", output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_5" }, { input: "5>3 ? MakeDuration(0, 1, 0, 0) : MakeDuration(2, 0, 0, 0)", output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_6" }, { input: '5>3 ? ToUser("john.doe@company.com") : ToUser("mary.doe@company.com")', output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_7", hidden: "true" }, { input: '5>3 ? ToSkill("Spanish") : ToSkill("German")', output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_8", hidden: "true" }, { input: "3<5 ? MakeDate(2010, 6, 1) : MakeDate(2015, 6, 1)", output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_9", featureConfigName: "botFlows" }, { input: "3<5 ? MakeTime(12, 0, 0) : MakeTime(2, 30, 0)", output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_10", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_DSC", identifier: "Any_COLL ter(Boolean_ONE,Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "trueValue", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_2", identifier: "falseValue", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "any" }], examples: [{ input: 'MakeCurrency(5.00, "USD") > MakeCurrency(2.00, "USD") ? MakeList(MakeCurrency(10.00, "USD")) : MakeList(ToCurrency(NOT_SET))', output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_0" }, { input: "5>3 ? MakeList(true) : MakeList(false)", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_1" }, { input: '5>3 ? MakeList("hello") : MakeList("world")', output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_2" }, { input: "5>3 ? MakeList(100) : MakeList(200)", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_3" }, { input: "5>3 ? MakeList(100.5) : MakeList(200.0)", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_4" }, { input: "5>3 ? MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0)) : MakeList(MakeDateTime(2005, 1, 1, 0, 0, 0))", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_5" }, { input: "5>3 ? MakeList(MakeDuration(0, 1, 0, 0)) : MakeList(MakeDuration(2, 0, 0, 0))", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_6" }, { input: '5>3 ? MakeList(ToUser("john.doe@company.com")) : MakeList(ToUser("mary.doe@company.com"))', output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_7", hidden: "true" }, { input: '5>3 ? MakeList(ToSkill("Spanish")) : MakeList(ToSkill("German"))', output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_8", hidden: "true" }, { input: "3<5 ? MakeList(MakeDate(2010, 6, 1)) : MakeList(MakeDate(2015, 6, 1))", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_9", featureConfigName: "botFlows" }, { input: "3<5 ? MakeList(MakeTime(12, 0, 0)) : MakeList(MakeTime(2, 30, 0))", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_10", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_DSC", identifier: "Audio_ONE ter(Boolean_ONE,Audio_ONE,Audio_ONE)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_1", identifier: "trueValueAudio", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "aud" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_2", identifier: "falseValueAudio", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "aud" }], examples: [{ input: '5>3 ? ToAudioTTS("Hello") : ToAudioTTS("World")', output: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_EX_OUT_0" }] }] }, mod: { identifier: "mod", description: "AR_OP_DSC_MOD", type: "operator", symbol: "%", category: "mathematical", overloads: [{ description: "AR_OP_LNG_MOD_LNG_LNG_DSC", identifier: "Long_ONE mod(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_MOD_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_MOD_LNG_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_MOD_LNG_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: "27 % 5", output: "2" }] }, { description: "AR_OP_DEC_MOD_DEC_DEC_DSC", identifier: "Decimal_ONE mod(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MOD_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_DEC_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_DEC_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: "37.3 % 12.8", output: "11.7" }] }, { description: "AR_OP_DEC_MOD_LNG_DEC_DSC", identifier: "Decimal_ONE mod(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MOD_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_LNG_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_LNG_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: "37 % 12.8", output: "11.4" }] }, { description: "AR_OP_DEC_MOD_DEC_LNG_DSC", identifier: "Decimal_ONE mod(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MOD_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_DEC_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_DEC_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: "37.9 % 9", output: "1.9" }] }, { description: "AR_OP_CUR_MOD_CUR_DEC_DSC", identifier: "Currency_ONE mod(Currency_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MOD_CUR_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MOD_CUR_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MOD_CUR_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: 'ToCurrency("37.9|USD") % 9.5', output: "AR_OP_CUR_MOD_CUR_DEC_EX_OUT_0" }] }, { description: "AR_OP_CUR_MOD_CUR_LNG_DSC", identifier: "Currency_ONE mod(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MOD_CUR_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MOD_CUR_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MOD_CUR_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: 'MakeCurrency(37.95, "USD") % 9', output: "AR_OP_CUR_MOD_CUR_LNG_EX_OUT_0" }] }] }, not: { identifier: "not", description: "AR_OP_DSC_NOT", type: "operator", symbol: "!", category: "unary", overloads: [{ description: "AR_OP_BLN_NOT_BLN_DSC", identifier: "Boolean_ONE not(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NOT_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_NOT_BLN_PRM_DSC_0", identifier: "booleanValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }], examples: [{ input: "!true", output: "false" }, { input: "!( 5 == 3 )", output: "true" }] }] }, neg: { identifier: "neg", description: "AR_OP_DSC_NEG", type: "operator", symbol: "-", category: "unary", overloads: [{ description: "AR_OP_CUR_NEG_CUR_DSC", identifier: "Currency_ONE neg(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_NEG_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_NEG_CUR_PRM_DSC_0", identifier: "valueToNegate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: '- MakeCurrency(5.25, "USD")', output: "AR_OP_CUR_NEG_CUR_EX_OUT_0" }, { input: '- MakeCurrency(0.0, "USD")', output: "AR_OP_CUR_NEG_CUR_EX_OUT_1" }] }, { description: "AR_OP_LNG_NEG_LNG_DSC", identifier: "Long_ONE neg(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_NEG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_NEG_LNG_PRM_DSC_0", identifier: "valueToNegate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "-( 3 + 2 )", output: "-5" }, { input: "-( 0 )", output: "0" }] }, { description: "AR_OP_DEC_NEG_DEC_DSC", identifier: "Decimal_ONE neg(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_NEG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_NEG_DEC_PRM_DSC_0", identifier: "valueToNegate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "-( 3.5 + 2.7 )", output: "-6.2" }, { input: "- ( 0.0 )", output: "0.0" }] }, { description: "AR_OP_DUR_NEG_DUR_DSC", identifier: "Duration_ONE neg(Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DUR_NEG_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DUR_NEG_DUR_PRM_DSC_0", identifier: "valueToNegate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }], examples: [{ input: "- MakeDuration(10, 0, 0, 0)", output: "AR_OP_DUR_NEG_DUR_EX_OUT_0" }] }] }, and: { identifier: "and", description: "AR_OP_DSC_AND", type: "operator", symbol: "and", category: "logical", overloads: [{ description: "AR_OP_BLN_LOGICALAND_BLN_BLN_DSC", identifier: "Boolean_ONE logicalAnd(Boolean_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LOGICALAND_BLN_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LOGICALAND_BLN_BLN_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LOGICALAND_BLN_BLN_PRM_DSC_1", identifier: "value2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln" }], examples: [{ input: "true And false", output: "false" }, { input: "( 5 == 5 ) and ( 3 != 4 )", output: "true" }, { input: "true AND ( 3 > 4 )", output: "false" }] }] }, or: { identifier: "or", description: "AR_OP_DSC", type: "operator", symbol: "or", category: "logical", overloads: [{ description: "AR_OP_BLN_LOGICALOR_BLN_BLN_DSC", identifier: "Boolean_ONE logicalOr(Boolean_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LOGICALOR_BLN_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LOGICALOR_BLN_BLN_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LOGICALOR_BLN_BLN_PRM_DSC_1", identifier: "value2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln" }], examples: [{ input: "true Or false", output: "true" }, { input: "( 5 == 5 ) or ( 3 != 4 )", output: "true" }, { input: "false OR ( 3 > 4 )", output: "false" }] }] }, gt: { identifier: "gt", description: "AR_OP_DSC_GT", type: "operator", symbol: ">", category: "comparison", overloads: [{ description: "AR_OP_BLN_GT_DATE_DATE_DSC", identifier: "Boolean_ONE gt(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_GT_DATE_DATE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DATE_DATE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DATE_DATE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDate(2011, 3, 20) > MakeDate(2010, 3, 20)", output: "true" }, { input: "MakeDate(2010, 1, 15) > MakeDate(2010, 1, 15)", output: "false" }] }, { description: "AR_OP_BLN_GT_LNG_DEC_DSC", identifier: "Boolean_ONE gt(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 > 5.2", output: "true" }] }, { description: "AR_OP_BLN_GT_DEC_LNG_DSC", identifier: "Boolean_ONE gt(Decimal_ONE,Long_ONE", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 > 5", output: "true" }] }, { description: "AR_OP_BLN_GT_CUR_CUR_DSC", identifier: "Boolean_ONE gt(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_CUR_CUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_CUR_CUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_CUR_CUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("6.50|USD") > MakeCurrency(6.10, "USD")', output: "true" }] }, { description: "AR_OP_BLN_GT_DTM_DTM_DSC", identifier: "Boolean_ONE gt(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_DTM_DTM_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DTM_DTM_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DTM_DTM_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00) > MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "false" }, { input: "MakeDateTime(2025, 3, 24, 12, 00, 00) > MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "true" }] }, { description: "AR_OP_BLN_GT_DEC_DEC_DSC", identifier: "Boolean_ONE gt(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_DEC_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DEC_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DEC_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "9.2 > 7.7", output: "true" }, { input: "9.2 > 11.7", output: "false" }] }, { description: "AR_OP_BLN_GT_DUR_DUR_DSC", identifier: "Boolean_ONE gt(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_DUR_DUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DUR_DUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DUR_DUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 2, 30, 0) > MakeDuration(0, 1, 59, 59)", output: "true" }] }, { description: "AR_OP_BLN_GT_LNG_LNG_DSC", identifier: "Boolean_ONE gt(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_LNG_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_LNG_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_LNG_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "150 > 125", output: "true" }] }, { description: "AR_OP_BLN_GT_STR_STR_DSC", identifier: "Boolean_ONE gt(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_STR_STR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_STR_STR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello" > "World"', output: "false" }] }, { description: "AR_OP_BLN_GT_TIME_TIME_DSC", identifier: "Boolean_ONE gt(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_GT_TIME_TIME_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_TIME_TIME_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_TIME_TIME_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeTime(15, 30, 0) > MakeTime(12, 0, 0)", output: "true" }, { input: "MakeTime(1, 0, 0) > MakeTime(1, 0, 0)", output: "false" }] }], needsServerInfo: true }, gte: { identifier: "gte", description: "AR_OP_DSC_GTE", type: "operator", symbol: ">=", category: "comparison", overloads: [{ description: "AR_OP_BLN_GTE_DATE_DATE_DSC", identifier: "Boolean_ONE gte(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_GTE_DATE_DATE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DATE_DATE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DATE_DATE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDate(2011, 3, 20) >= MakeDate(2010, 3, 20)", output: "true" }, { input: "MakeDate(2009, 3, 20) >= MakeDate(2010, 3, 20)", output: "false" }, { input: "MakeDate(2010, 1, 15) >= MakeDate(2010, 1, 15)", output: "true" }] }, { description: "AR_OP_BLN_GTE_LNG_DEC_DSC", identifier: "Boolean_ONE gte(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 >= 5.2", output: "true" }] }, { description: "AR_OP_BLN_GTE_DEC_LNG_DSC", identifier: "Boolean_ONE gte(Decimal_ONE,Long_ONE", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 >= 5", output: "true" }] }, { description: "AR_OP_BLN_GTE_CUR_CUR_DSC", identifier: "Boolean_ONE gte(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_CUR_CUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_CUR_CUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_CUR_CUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("6.50|USD") >= ToCurrency("6.10|USD")', output: "true" }] }, { description: "AR_OP_BLN_GTE_DTM_DTM_DSC", identifier: "Boolean_ONE gte(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_DTM_DTM_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DTM_DTM_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DTM_DTM_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00) >= MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "false" }] }, { description: "AR_OP_BLN_GTE_DEC_DEC_DSC", identifier: "Boolean_ONE gte(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_DEC_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DEC_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DEC_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "9.2 >= 7.7", output: "true" }, { input: "9.2 >= 11.7", output: "false" }] }, { description: "AR_OP_BLN_GTE_DUR_DUR_DSC", identifier: "Boolean_ONE gte(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_DUR_DUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DUR_DUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DUR_DUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 2, 30, 0) >= MakeDuration(0, 1, 59, 59)", output: "true" }] }, { description: "AR_OP_BLN_GTE_LNG_LNG_DSC", identifier: "Boolean_ONE gte(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_LNG_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_LNG_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_LNG_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "150 >= 125", output: "true" }] }, { description: "AR_OP_BLN_GTE_STR_STR_DSC", identifier: "Boolean_ONE gte(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_STR_STR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_STR_STR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello" >= "World"', output: "false" }] }, { description: "AR_OP_BLN_GTE_TIME_TIME_DSC", identifier: "Boolean_ONE gte(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_GTE_TIME_TIME_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_TIME_TIME_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_TIME_TIME_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeTime(15, 30, 0) >= MakeTime(12, 0, 0)", output: "true" }, { input: "MakeTime(0, 30, 0) >= MakeTime(1, 0, 0)", output: "false" }, { input: "MakeTime(1, 0, 0) >= MakeTime(1, 0, 0)", output: "true" }] }], needsServerInfo: true }, lt: { identifier: "lt", description: "AR_OP_DSC_LT", type: "operator", symbol: "<", category: "comparison", overloads: [{ description: "AR_OP_BLN_LT_LNG_DEC_DSC", identifier: "Boolean_ONE lt(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 < 5.2", output: "false" }] }, { description: "AR_OP_BLN_LT_DEC_LNG_DSC", identifier: "Boolean_ONE lt(Decimal_ONE,Long_ONE", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 < 5", output: "false" }] }, { description: "AR_OP_BLN_LT_CUR_CUR_DSC", identifier: "Boolean_ONE lt(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_CUR_CUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_CUR_CUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_CUR_CUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("6.50|USD") < ToCurrency("6.10|USD")', output: "false" }] }, { description: "AR_OP_BLN_LT_DATE_DATE_DSC", identifier: "Boolean_ONE lt(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_LT_DATE_DATE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DATE_DATE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DATE_DATE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDate(2009, 3, 20) < MakeDate(2010, 3, 20)", output: "true" }, { input: "MakeDate(2010, 1, 15) < MakeDate(2010, 1, 15)", output: "false" }] }, { description: "AR_OP_BLN_LT_DTM_DTM_DSC", identifier: "Boolean_ONE lt(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_DTM_DTM_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DTM_DTM_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DTM_DTM_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00) < MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "true" }] }, { description: "AR_OP_BLN_LT_DEC_DEC_DSC", identifier: "Boolean_ONE lt(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_DEC_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DEC_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DEC_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "9.2 < 7.7", output: "false" }, { input: "9.2 < 11.7", output: "true" }] }, { description: "AR_OP_BLN_LT_DUR_DUR_DSC", identifier: "Boolean_ONE lt(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_DUR_DUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DUR_DUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DUR_DUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 2, 30, 0) < MakeDuration(0, 1, 59, 59)", output: "false" }] }, { description: "AR_OP_BLN_LT_LNG_LNG_DSC", identifier: "Boolean_ONE lt(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_LNG_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_LNG_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_LNG_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "150 < 125", output: "false" }] }, { description: "AR_OP_BLN_LT_STR_STR_DSC", identifier: "Boolean_ONE lt(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_STR_STR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_STR_STR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello" < "World"', output: "true" }] }, { description: "AR_OP_BLN_LT_TIME_TIME_DSC", identifier: "Boolean_ONE lt(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_LT_TIME_TIME_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_TIME_TIME_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_TIME_TIME_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeTime(3, 30, 0) < MakeTime(12, 0, 0)", output: "true" }, { input: "MakeTime(1, 0, 0) < MakeTime(1, 0, 0)", output: "false" }] }], needsServerInfo: true }, lte: { identifier: "lte", description: "AR_OP_DSC_LTE", type: "operator", symbol: "<=", category: "comparison", overloads: [{ description: "AR_OP_BLN_LTE_LNG_DEC_DSC", identifier: "Boolean_ONE lte(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 <= 5.2", output: "false" }] }, { description: "AR_OP_BLN_LTE_DATE_DATE_DSC", identifier: "Boolean_ONE lte(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_LTE_DATE_DATE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DATE_DATE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DATE_DATE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDate(2009, 3, 20) <= MakeDate(2010, 3, 20)", output: "true" }, { input: "MakeDate(2010, 1, 15) <= MakeDate(2010, 1, 15)", output: "true" }] }, { description: "AR_OP_BLN_LTE_DEC_LNG_DSC", identifier: "Boolean_ONE lte(Decimal_ONE,Long_ONE", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 <= 5", output: "false" }] }, { description: "AR_OP_BLN_LTE_CUR_CUR_DSC", identifier: "Boolean_ONE lte(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_CUR_CUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_CUR_CUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_CUR_CUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("6.50|USD") <= ToCurrency("6.10|USD")', output: "false" }] }, { description: "AR_OP_BLN_LTE_DTM_DTM_DSC", identifier: "Boolean_ONE lte(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_DTM_DTM_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DTM_DTM_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DTM_DTM_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00) <= MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "true" }] }, { description: "AR_OP_BLN_LTE_DEC_DEC_DSC", identifier: "Boolean_ONE lte(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_DEC_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DEC_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DEC_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "9.2 <= 7.7", output: "false" }, { input: "9.2 <= 11.7", output: "true" }] }, { description: "AR_OP_BLN_LTE_DUR_DUR_DSC", identifier: "Boolean_ONE lte(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_DUR_DUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DUR_DUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DUR_DUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 2, 30, 0) <= MakeDuration(0, 1, 59, 59)", output: "false" }] }, { description: "AR_OP_BLN_LTE_LNG_LNG_DSC", identifier: "Boolean_ONE lte(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_LNG_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_LNG_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_LNG_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "150 <= 125", output: "false" }] }, { description: "AR_OP_BLN_LTE_STR_STR_DSC", identifier: "Boolean_ONE lte(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_STR_STR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_STR_STR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello" <= "World"', output: "true" }] }, { description: "AR_OP_BLN_LTE_TIME_TIME_DSC", identifier: "Boolean_ONE lte(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_LTE_TIME_TIME_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_TIME_TIME_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_TIME_TIME_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeTime(3, 30, 0) <= MakeTime(12, 0, 0)", output: "true" }, { input: "MakeTime(3, 0, 0) <= MakeTime(3, 0, 0)", output: "true" }, { input: "MakeTime(4, 0, 0) <= MakeTime(3, 0, 0)", output: "false" }] }], needsServerInfo: true }, bkt: { identifier: "bkt", description: "AR_OP_DSC_BKT", type: "operator", closingSymbol: "]", symbol: "[", category: "list", overloads: [{ description: "AR_OP_ANY_BKT_LNG_ANY_COLL_DSC", identifier: "Any_ONE bkt(Long_ONE,Any_COLL)", support: { version: "1.0", resolver: "CollectionBrackets" }, reverseOpsForHelp: true, returnValue: { description: "AR_OP_ANY_BKT_LNG_ANY_COLL_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_BKT_LNG_ANY_COLL_PRM_DSC_0", identifier: "index", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_BKT_LNG_ANY_COLL_PRM_DSC_1", identifier: "collection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: 'MakeList(MakeCurrency(5.25, "USD"), MakeCurrency(2.25, "EUR"))[1]', output: "AR_OP_ANY_BKT_LNG_ANY_COLL_EX_OUT_0" }, { input: "MakeList(1, 2, 3)[2]", output: "3" }, { input: 'MakeList("Hello", "There")[0]', output: '"Hello"' }] }, { description: "AR_OP_ANY_BKT_STR_ANY_DSC", identifier: "Any_ONE bkt(String_ONE,Any_ONE)", support: { version: "1.0", resolver: "PropertyBrackets" }, reverseOpsForHelp: true, returnValue: { description: "AR_OP_ANY_BKT_STR_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_BKT_STR_ANY_PRM_DSC_0", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_BKT_STR_ANY_PRM_DSC_1", identifier: "objectWithProperties", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: 'MakeCurrency(5.25, "USD")["amount"]', output: "5.25" }, { input: 'MakeCurrency(5.25, "USD")["code"]', output: '"USD"' }] }, { description: "AR_OP_JSON_BKT_LNG_JSON_DSC", identifier: "JSON_ONE bkt(Long_ONE,JSON_ONE)", support: { version: "1.0", resolver: "None" }, reverseOpsForHelp: true, needsServerInfo: true, returnValue: { description: "AR_OP_JSON_BKT_LNG_JSON_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_JSON_BKT_LNG_JSON_PRM_DSC_0", identifier: "index", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_JSON_BKT_LNG_JSON_PRM_DSC_1", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'JsonParse("[ 1, 2, 3 ]")[2]', output: "AR_OP_JSON_BKT_LNG_JSON_EX_OUT_0" }, { input: 'JsonParse("[ \\"Apple\\", \\"Banana\\", \\"Orange\\" ]")[0]', output: 'A JSON value containing the String value "Apple"' }, { input: 'JsonParse("\\"Hello\\"")[2]', output: "AR_OP_JSON_BKT_LNG_JSON_EX_OUT_2" }] }], needsServerInfo: true }, equ: { identifier: "equ", description: "AR_OP_DSC_EQU", type: "operator", symbol: "==", category: "comparison", overloads: [{ description: "AR_OP_BLN_EQU_ANY_ANY_DSC", identifier: "Boolean_ONE equ(Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_OP_BLN_EQU_ANY_ANY_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_ANY_ANY_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_ANY_ANY_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "5 == 3", output: "false" }, { input: "true == ! ( true and false )", output: "true" }, { input: 'ToJson("\\"8\\"" + "\\"3\\"") == JsonParse("\\"83\\"")', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToJson("8" + "3") == JsonParse("83")', output: "false", featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToJson(NOT_SET) == JsonParse("null")', output: "false", featureConfigName: "encryptDecryptDataFeature" }, { input: 'JsonParse("{\\"a\\":true,\\"b\\":false}") == JsonParse("{\\"b\\":false,\\"a\\":true}")', output: "true", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_OP_BLN_EQU_DEC_LNG_DSC", identifier: "Boolean_ONE equ(Decimal_ONE_Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: "-5.0 == 3", output: "false" }, { input: "5.0 == 5", output: "true" }, { input: "ToDecimal(NOT_SET) == ToInt(NOT_SET)", output: "true" }] }, { description: "AR_OP_BLN_EQU_LNG_DEC_DSC", identifier: "Boolean_ONE equ(Long_ONE_Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: "5 == 3.0", output: "false" }, { input: "5 == 5.0", output: "true" }, { input: "ToInt(NOT_SET) == ToDecimal(NOT_SET)", output: "true" }] }, { description: "AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_DSC", identifier: "Boolean_ONE equ(Long_COLL,Decimal_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: "MakeList(1+4, 2+1, 3) == MakeList(5.0, 3.0, 3.0)", output: "true" }, { input: "MakeList(1+4, 2+1, 3, 0) == MakeList(4.0, 2.0, 0.0, 1.0)", output: "false" }, { input: "MakeList(ToInt(NOT_SET), 1) == MakeList(ToDecimal(NOT_SET), 1.0)", output: "true" }] }, { description: "AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_DSC", identifier: "Boolean_ONE equ(Decimal_COLL,Long_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: "MakeList(5.0, 3.0, 1.0) == MakeList(5, 3, 1)", output: "true" }, { input: "MakeList(5.0, 3.0, 1.0) == MakeList(5, 2, 1)", output: "false" }, { input: "MakeList(ToDecimal(NOT_SET), 1.0) == MakeList(ToInt(NOT_SET), 1)", output: "true" }] }, { description: "AR_OP_BLN_EQU_PHNBR_PHNBR_DSC", identifier: "Boolean_ONE equ(PhoneNumber_ONE,PhoneNumber_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_PHNBR_PHNBR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_PHNBR_PHNBR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_PHNBR_PHNBR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "phn" }], examples: [{ input: 'ToPhoneNumber("tel:+13178723000") == ToPhoneNumber("+13178723000")', output: "true" }, { input: 'ToPhoneNumber("+13178723000") == ToPhoneNumber("13178723000")', output: "true" }, { input: 'ToPhoneNumber("sip:john.doe@company.com") == ToPhoneNumber("sips:john.doe@company.com")', output: "false" }, { input: 'ToPhoneNumber("sips:john.doe@company.com@") == ToPhoneNumber("sips:john.doe@company.com")', output: "true" }] }, { description: "AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_DSC", identifier: "Boolean_ONE equ(Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "MakeList(1, 2, 3) == MakeList(5-4, 1+1, 3)", output: "true" }, { input: "MakeList(false, false, true, true) == MakeList(false, !true, !false, !true)", output: "false" }] }] }, neq: { identifier: "neq", description: "AR_OP_DSC_NEQ", type: "operator", symbol: "!=", category: "comparison", overloads: [{ description: "AR_OP_BLN_NEQ_ANY_ANY_DSC", identifier: "Boolean_ONE neq(Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_OP_BLN_NEQ_ANY_ANY_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_ANY_ANY_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_ANY_ANY_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "5 != 3", output: "true" }, { input: "true != ! ( true and false )", output: "false" }, { input: 'ToJson("8" + "3") != JsonParse("83")', output: "false", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_OP_BLN_NEQ_DEC_LNG_DSC", identifier: "Boolean_ONE neq(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: "5.0 != 3", output: "true" }, { input: "5.0 != 5", output: "false" }, { input: "ToDecimal(NOT_SET) != ToInt(NOT_SET)", output: "false" }] }, { description: "AR_OP_BLN_NEQ_LNG_DEC_DSC", identifier: "Boolean_ONE neq(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: "5 != 3.0", output: "true" }, { input: "5 != 5.0", output: "false" }, { input: "ToInt(NOT_SET) != ToDecimal(NOT_SET)", output: "false" }] }, { description: "AR_OP_BLN_NEQ_PHNBR_PHNBR_DSC", identifier: "Boolean_ONE neq(PhoneNumber_ONE,PhoneNumber_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_PHNBR_PHNBR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_PHNBR_PHNBR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_PHNBR_PHNBR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "phn" }], examples: [{ input: 'ToPhoneNumber("tel:+13178723000") != ToPhoneNumber("+13178723000")', output: "false" }, { input: 'ToPhoneNumber("+13178723000") != ToPhoneNumber("13178723000")', output: "false" }, { input: 'ToPhoneNumber("sip:john.doe@company.com") != ToPhoneNumber("sips:john.doe@company.com")', output: "true" }, { input: 'ToPhoneNumber("sips:john.doe@company.com@") != ToPhoneNumber("sips:john.doe@company.com")', output: "false" }] }, { description: "AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_DSC", identifier: "Boolean_ONE neq(Long_COLL,Decimal_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: "MakeList(1+4, 2+1, 3) != MakeList(5.0, 3.0, 3.0)", output: "false" }, { input: "MakeList(1+4, 2+1, 3, 0) != MakeList(4.0, 2.0, 0.0, 1.0)", output: "true" }, { input: "MakeList(ToInt(NOT_SET), 1) != MakeList(ToDecimal(NOT_SET), 1.0)", output: "false" }] }, { description: "AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_DSC", identifier: "Boolean_ONE neq(Decimal_COLL,Long_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: "MakeList(5.0, 3.0, 1.0) != MakeList(5, 3, 1)", output: "false" }, { input: "MakeList(5.0, 3.0, 1.0) != MakeList(5, 2, 1)", output: "true" }, { input: "MakeList(ToDecimal(NOT_SET), 1.0) != MakeList(ToInt(NOT_SET), 1)", output: "false" }] }, { description: "AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_DSC", identifier: "Boolean_ONE neq(Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "MakeList(1, 2, 3) != MakeList(5-4, 1+1, 3)", output: "false" }, { input: "MakeList(false, false, true, true) != MakeList(false, !true, !false, !true)", output: "true" }] }] }, propAccess: { identifier: "propAccess", description: "AR_OP_DSC_PROPACCESS", type: "operator", symbol: ".", overloads: [{ description: "AR_OP_ANY_PROPACCESS_STR_ANY_DSC", identifier: "Any propAccess(String_ONE,Any_ONE)", support: { version: "1.0", resolver: "Accessor" }, returnValue: { description: "AR_OP_ANY_PROPACCESS_STR_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_PROPACCESS_STR_ANY_PRM_DSC_0", identifier: "propertyToAccess", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_PROPACCESS_STR_ANY_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "any" }] }, { description: "AR_OP_ANY_PROPACCESS_STR_COMPLEX_DSC", identifier: "Any propAccess(String_ONE,Complex_ONE)", support: { version: "1.0", resolver: "Accessor" }, returnValue: { description: "AR_OP_ANY_PROPACCESS_STR_COMPLEX_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_PROPACCESS_STR_COMPLEX_PRM_DSC_0", identifier: "propertyToAccess", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_PROPACCESS_STR_COMPLEX_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "acp" }] }, { description: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_DSC", identifier: "BoolFormatEnum_ONE propAccess(String_ONE,BoolFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_RV", isArray: false, type: "bof" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_PRM_DSC_0", identifier: "BoolFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "blc" }], examples: [{ input: "Format.Bool.playYesNo", output: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_DSC", identifier: "CurrencyFormatEnum_ONE propAccess(String_ONE,CurrencyFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_RV", isArray: false, type: "cuf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_PRM_DSC_0", identifier: "CurrencyFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cuc" }], examples: [{ input: "Format.Currency.playDigits", output: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_0" }, { input: "Format.Currency.majorUnitsOnly", output: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_1" }, { input: "Format.Currency.minorUnitsOnly", output: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_2" }] }, { description: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_DSC", identifier: "DateFormatEnum_ONE propAccess(String_ONE,DateFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_RV", isArray: false, type: "daf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_PRM_DSC_0", identifier: "DateFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dac" }], examples: [{ input: "Format.Date.longYear", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_0" }, { input: "Format.Date.shortYear", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_1" }, { input: "Format.Date.shortMonthAndDay", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_2" }, { input: "Format.Date.dayOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_3" }, { input: "Format.Date.monthOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_4" }, { input: "Format.Date.shortYearOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_5" }, { input: "Format.Date.longYearOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_6" }, { input: "Format.Date.dayOfWeekOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_7" }] }, { description: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_DSC", identifier: "NumberFormatEnum_ONE propAccess(String_ONE,NumberFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_RV", isArray: false, type: "nuf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_PRM_DSC_0", identifier: "NumberFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuc" }], examples: [{ input: "Format.Number.playDigits", output: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_DSC", identifier: "PhoneNumberFormatEnum_ONE propAccess(String_ONE,PhoneNumberFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, featureToggleName: "archPhoneNumberPhase2", returnValue: { description: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_RV", isArray: false, type: "phf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_PRM_DSC_0", identifier: "PhoneNumberFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "phc" }], examples: [{ input: "Format.PhoneNumber.global", output: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_EX_OUT_0" }, { input: "Format.PhoneNumber.local", output: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_EX_OUT_1" }] }, { description: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_DSC", identifier: "ConversationTypeEnum_ONE propAccess(String_ONE,ConversationTypesEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_RV", isArray: false, type: "cte" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_PRM_DSC_0", identifier: "conversationTypeEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "ctc" }], examples: [{ input: "System.Conversation.Types", output: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_DSC", identifier: "CurrencyEnum_ONE propAccess(String_ONE,CurrenciesEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_RV", isArray: false, type: "cre" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_PRM_DSC_0", identifier: "currencyEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cec" }], examples: [{ input: "System.Currencies.USD", output: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_DSC", identifier: "DayOfWeekEnumContainer_ONE propAccess(String_ONE,DateTimeEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_RV", isArray: false, type: "dwc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_PRM_DSC_0", identifier: "dateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dlc" }], examples: [{ input: "System.DateTime.dayOfWeek", output: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_DSC", identifier: "LanguageEnum_ONE propAccess(String_ONE,LanguagesEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_RV", isArray: false, type: "lge" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_PRM_DSC_0", identifier: "languageEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "lnc" }], examples: [{ input: "System.Languages.enUS", output: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_DSC", identifier: "RegionEnum_ONE propAccess(String_ONE,RegionsEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_RV", isArray: false, type: "rge" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_PRM_DSC_0", identifier: "regionEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "rec" }], examples: [{ input: "System.Regions.US", output: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_DSC", identifier: "SurveyDispositionEnum_ONE propAccess(String_ONE,SurveyDispositionsEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_RV", isArray: false, type: "sde" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_PRM_DSC_0", identifier: "surveyDispositionEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "sec" }], examples: [{ input: "System.Survey.Dispositions", output: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_DSC", identifier: "StringFormatEnum_ONE propAccess(String_ONE,StringFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_RV", isArray: false, type: "stf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_PRM_DSC_0", identifier: "StringFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "stc" }], examples: [{ input: "Format.String.playChars", output: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_DSC", identifier: "TimeFormatEnum_ONE propAccess(String_ONE,TimeFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_RV", isArray: false, type: "tif" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_PRM_DSC_0", identifier: "TimeFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tic" }], examples: [{ input: "Format.Time.twelveHours", output: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_EX_OUT_0" }, { input: "Format.Time.twentyFourHours", output: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_EX_OUT_1" }] }, { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_DSC", identifier: "LanguageContextEnum_ONE propAccess(String_ONE,LanguageCaseEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_RV", isArray: false, type: "lne" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_PRM_DSC_0", identifier: "genderLanguageContextEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "lcc" }], examples: [{ input: "Language.Case.article", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_0" }, { input: "Language.Case.accusative", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_1" }, { input: "Language.Case.genitive", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_2" }] }, { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_DSC", identifier: "LanguageContextEnum_ONE propAccess(String_ONE,LanguageGenderEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_RV", isArray: false, type: "lne" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_PRM_DSC_0", identifier: "genderLanguageContextEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "lgc" }], examples: [{ input: "Language.Gender.common", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_0" }, { input: "Language.Gender.feminine", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_1" }, { input: "Language.Gender.masculine", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_2" }, { input: "Language.Gender.neuter", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_3" }] }, { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_DSC", identifier: "LanguageContextEnum_ONE propAccess(String_ONE,LanguageQuantityEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_RV", isArray: false, type: "lne" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_PRM_DSC_0", identifier: "quantityLanguageContextEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "lqc" }], examples: [{ input: "Language.Quantity.plural", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_EX_OUT_0" }, { input: "Language.Quantity.singular", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_EX_OUT_1" }] }, { description: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_DSC", identifier: "TimePartEnum_ONE propAccess(String_ONE,TimePartEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_RV", isArray: false, type: "tpf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_PRM_DSC_0", identifier: "timePartEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tpc" }], examples: [{ input: "Format.TimePart.days", output: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_0" }, { input: "Format.TimePart.hours", output: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_1" }, { input: "Format.TimePart.minutes", output: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_2" }, { input: "Format.TimePart.seconds", output: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_3" }] }] }, audioPlaybackOptions: { identifier: "audioPlaybackOptions", description: "AR_FN_DSC_AUDIOPLAYBACKOPTIONS", type: "function", name: "AudioPlaybackOptions", category: "audio", overloads: [{ description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_DSC", identifier: "Audio_ONE audioPlaybackOptions(AnyPromptOrAudio_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, mustBeLastOperationOrFunction: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_PRM_DSC_0", identifier: "audio", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "apa" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_PRM_DSC_1", identifier: "bargeIn", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln", mustBeLiteral: true }], examples: [{ input: "AudioPlaybackOptions(Prompt.Welcome, false)", output: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_0" }, { input: "AudioPlaybackOptions(ToAudioNumber(5), false)", output: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_1" }, { input: "AudioPlaybackOptions(Append(ToAudioNumber(5), ToAudioBlank(500), ToAudioNumber(4)), true)", output: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_DSC", identifier: "Audio_ONE audioPlaybackOptions(AnyPromptOrAudio_ONE,Boolean_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, hidden: true, mustBeLastOperationOrFunction: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_0", identifier: "audio", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "apa" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_1", identifier: "bargeIn", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln", mustBeLiteral: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_2", identifier: "flushNow", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln", mustBeLiteral: true }] }], needsServerInfo: true }, ceiling: { identifier: "ceiling", description: "AR_FN_DSC_CEILING", type: "function", name: "Ceiling", category: "mathematical", overloads: [{ description: "AR_FN_CUR_CEILING_CUR_DSC", identifier: "Currency_ONE ceiling(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_CEILING_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_CEILING_CUR_PRM_DSC_0", identifier: "currencyValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Ceiling(MakeCurrency(2.30, "USD"))', output: "AR_FN_CUR_CEILING_CUR_EX_OUT_0" }, { input: 'Ceiling(MakeCurrency(3.20, "USD"))', output: "AR_FN_CUR_CEILING_CUR_EX_OUT_1" }, { input: 'Ceiling(MakeCurrency(-3.20, "USD"))', output: "AR_FN_CUR_CEILING_CUR_EX_OUT_2" }, { input: 'Ceiling(MakeCurrency(5.00, "USD"))', output: "AR_FN_CUR_CEILING_CUR_EX_OUT_3" }] }, { description: "AR_FN_DEC_CEILING_DEC_DSC", identifier: "Decimal_ONE ceiling(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_CEILING_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_CEILING_DEC_PRM_DSC_0", identifier: "decimalValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Ceiling(2.3)", output: "3.0" }, { input: "Ceiling(3.2)", output: "4.0" }, { input: "Ceiling(-3.2)", output: "-3.0" }, { input: "Ceiling(5.0)", output: "5.0" }] }, { description: "AR_FN_LNG_CEILING_LNG_DSC", identifier: "Long_ONE ceiling(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_CEILING_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_CEILING_LNG_PRM_DSC_0", identifier: "integerValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "Ceiling(3)", output: "3" }, { input: "Ceiling(3+7)", output: "10" }, { input: "Ceiling(-3)", output: "-3" }, { input: "Ceiling(0)", output: "0" }] }] }, floor: { identifier: "floor", description: "AR_FN_DSC_FLOOR", type: "function", name: "Floor", category: "mathematical", overloads: [{ description: "AR_FN_CUR_FLOOR_CUR_DSC", identifier: "Currency_ONE floor(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_FLOOR_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_FLOOR_CUR_PRM_DSC_0", identifier: "currencyValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Floor(MakeCurrency(2.30, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_0" }, { input: 'Floor(MakeCurrency(3.20, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_1" }, { input: 'Floor(MakeCurrency(-3.20, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_2" }, { input: 'Floor(MakeCurrency(5.00, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_3" }, { input: 'Floor(MakeCurrency(NOT_SET, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_4" }] }, { description: "AR_FN_DEC_FLOOR_DEC_DSC", identifier: "Decimal_ONE floor(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_FLOOR_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_FLOOR_DEC_PRM_DSC_0", identifier: "decimalValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Floor(2.3)", output: "2.0" }, { input: "Floor(3.2)", output: "3.0" }, { input: "Floor(-3.2)", output: "-4.0" }, { input: "Floor(5.0)", output: "5.0" }] }, { description: "AR_FN_LNG_FLOOR_LNG_DSC", identifier: "Long_ONE floor(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_FLOOR_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FLOOR_LNG_PRM_DSC_0", identifier: "integerValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "Floor(3)", output: "3" }, { input: "Floor(3+7)", output: "10" }, { input: "Floor(-3)", output: "-3" }, { input: "Floor(0)", output: "0" }] }] }, round: { identifier: "round", description: "AR_FN_DSC_ROUND", type: "function", name: "Round", category: "mathematical", overloads: [{ description: "AR_FN_CUR_ROUND_CUR_DSC", identifier: "Currency_ONE round(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_ROUND_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_ROUND_CUR_PRM_DSC_0", identifier: "currencyValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Round(MakeCurrency(3.22, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_0" }, { input: 'Round(MakeCurrency(1.50, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_1" }, { input: 'Round(MakeCurrency(1.49, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_2" }, { input: 'Round(MakeCurrency(0.00, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_3" }, { input: 'Round(MakeCurrency(-3.20, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_4" }, { input: 'Round(MakeCurrency(-3.60, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_5" }] }, { description: "AR_FN_DEC_ROUND_DEC_DSC", identifier: "Decimal_ONE round(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_ROUND_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_ROUND_DEC_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Round(3.225)", output: "3.0" }, { input: "Round(1.5)", output: "2.0" }, { input: "Round(1.49)", output: "1.0" }, { input: "Round(0.0)", output: "0.0" }, { input: "Round(-3.2)", output: "-3.0" }, { input: "Round(-3.6)", output: "-4.0" }, { input: "Round(-3.614)", output: "-4.0" }] }, { description: "AR_FN_DEC_ROUND_DEC_LNG_DSC", identifier: "Decimal_ONE round(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_ROUND_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_ROUND_DEC_LNG_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_ROUND_DEC_LNG_PRM_DSC_1", identifier: "digits", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "Round(3.225, 1)", output: "3.2" }, { input: "Round(3.225, 2)", output: "3.23" }, { input: "Round(1.5, 0)", output: "2.0" }, { input: "Round(1.49, 1)", output: "1.5" }, { input: "Round(0.0, 2)", output: "0.0" }, { input: "Round(-3.2, 0)", output: "-3.0" }, { input: "Round(-3.2, 1)", output: "-3.2" }, { input: "Round(-3.6, 0)", output: "-4.0" }, { input: "Round(-3.6, 1)", output: "-3.6" }, { input: "Round(-3.614, 0)", output: "-4.0" }, { input: "Round(-3.614, 2)", output: "-3.61" }] }, { description: "AR_FN_CUR_ROUND_CUR_LNG_DSC", identifier: "Currency_ONE round(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_ROUND_CUR_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_ROUND_CUR_LNG_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_ROUND_CUR_LNG_PRM_DSC_1", identifier: "digits", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'Round(MakeCurrency(3.225, "USD"), 1)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_0" }, { input: 'Round(MakeCurrency(3.225, "USD"), 2)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_1" }, { input: 'Round(MakeCurrency(1.50, "USD"), 0)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_2" }, { input: 'Round(MakeCurrency(1.49, "USD"), 1)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_3" }, { input: 'Round(MakeCurrency(0.00, "USD"), 2)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_4" }, { input: 'Round(MakeCurrency(-3.20, "USD"), 0)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_5" }, { input: 'Round(MakeCurrency(-3.20, "USD"), 1)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_6" }, { input: 'Round(MakeCurrency(-3.60, "USD"), 0)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_7" }, { input: 'Round(MakeCurrency(-3.60, "USD"), 1)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_8" }, { input: 'Round(MakeCurrency(-3.614, "USD"), 2)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_9" }, { input: 'Round(MakeCurrency(-3.614, "USD"), 0)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_10" }] }] }, sum: { identifier: "sum", description: "AR_FN_DSC_SUM", type: "function", name: "Sum", category: "mathematical", overloads: [{ description: "AR_FN_LNG_SUM_LNG_LNG_MORE_DSC", identifier: "Long_ONE sum(Long_ONE,Long_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_LNG_SUM_LNG_LNG_MORE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_SUM_LNG_LNG_MORE_PRM_DSC_0", identifier: "integerValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_SUM_LNG_LNG_MORE_PRM_DSC_1", identifier: "nextIntegerValue", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "int" }], examples: [{ input: "Sum(3, 5)", output: "8" }, { input: "Sum(0, 5)", output: "5" }, { input: "Sum(3, 5, -8)", output: "0" }, { input: "Sum(NOT_SET, 5)", output: "5" }, { input: "Sum(3, NOT_SET)", output: "3" }, { input: "Sum(ToInt(NOT_SET), ToInt(NOT_SET))", output: "0" }] }, { description: "AR_FN_CUR_SUM_CUR_CUR_MORE_DSC", identifier: "Currency_ONE sum(Currency_ONE,Currency_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_CUR_SUM_CUR_CUR_MORE_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_SUM_CUR_CUR_MORE_PRM_DSC_0", identifier: "currencyValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_SUM_CUR_CUR_MORE_PRM_DSC_1", identifier: "nextCurrencyValue", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "cur" }], examples: [{ input: 'Sum(MakeCurrency(3.50, "USD"), MakeCurrency(5.50, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_0" }, { input: 'Sum(MakeCurrency(0.00, "USD"), MakeCurrency(-5.20, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_1" }, { input: 'Sum(MakeCurrency(3.00, "USD"), MakeCurrency(5.00, "USD"), MakeCurrency(-8.40, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_2" }, { input: 'Sum(MakeCurrency(NOT_SET, "USD"), MakeCurrency(5.00, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_3" }, { input: 'Sum(MakeCurrency(-3.00, "USD"), MakeCurrency(NOT_SET, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_4" }, { input: 'Sum(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_5" }, { input: "Sum(ToCurrency(NOT_SET), ToCurrency(NOT_SET))", output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_6" }] }, { description: "AR_FN_DEC_SUM_DEC_DEC_MORE_DSC", identifier: "Decimal_ONE sum(Decimal_ONE,Decimal_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_DEC_SUM_DEC_DEC_MORE_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_SUM_DEC_DEC_MORE_PRM_DSC_0", identifier: "decimalValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_SUM_DEC_DEC_MORE_PRM_DSC_1", identifier: "nextDecimalValue", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "dec" }], examples: [{ input: "Sum(3.5, 5.5)", output: "9.0" }, { input: "Sum(0.0, -5.2)", output: "-5.2" }, { input: "Sum(3.0, 5.0, -8.4)", output: "-0.4" }, { input: "Sum(NOT_SET, 5.0)", output: "5.0" }, { input: "Sum(-3.0, NOT_SET)", output: "-3.0" }, { input: "Sum(ToDecimal(NOT_SET), ToDecimal(NOT_SET))", output: "0.0" }] }, { description: "AR_FN_DUR_SUM_DUR_DUR_MORE_DSC", identifier: "Duration_ONE sum(Duration_ONE,Duration_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_DUR_SUM_DUR_DUR_MORE_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_SUM_DUR_DUR_MORE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_SUM_DUR_DUR_MORE_PRM_DSC_1", identifier: "nextValue", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "dur" }], examples: [{ input: 'Sum(ToDuration("P1DT1H0M3S"), ToDuration("P1DT0H30M3S"))', output: "AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_0" }, { input: 'Sum(ToDuration("P1DT1H0M3S"), NOT_SET)', output: "AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_1" }, { input: "Sum(ToDuration(NOT_SET), ToDuration(NOT_SET))", output: "AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_2" }] }, { description: "AR_FN_LNG_SUM_LNG_COLL_DSC", identifier: "Long_ONE sum(Long_COLL)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_LNG_SUM_LNG_COLL_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_SUM_LNG_COLL_PRM_DSC_0", identifier: "integerCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "Sum(MakeList(3, 5, 5))", output: "13" }, { input: "Sum(MakeList(3, ToInt(NOT_SET), 5))", output: "8" }, { input: "Sum(MakeList(ToInt(NOT_SET), ToInt(NOT_SET)))", output: "0" }, { input: "Sum(MakeEmptyList(ToInt(NOT_SET)))", output: "0" }] }, { description: "AR_FN_CUR_SUM_CUR_COLL_DSC", identifier: "Currency_ONE sum(Currency_COLL)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_CUR_SUM_CUR_COLL_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_SUM_CUR_COLL_PRM_DSC_0", identifier: "currencyCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Sum(MakeList(MakeCurrency(3.50, "USD"), MakeCurrency(5.50, "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_0" }, { input: 'Sum(MakeList(MakeCurrency(0.00, "USD"), MakeCurrency(-5.20, "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_1" }, { input: 'Sum(MakeList(MakeCurrency(3.00, "USD"), MakeCurrency(5.00, "USD"), MakeCurrency(-8.40, "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_2" }, { input: 'Sum(MakeList(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(5.00, "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_3" }, { input: 'Sum(MakeList(MakeCurrency(-3.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_4" }, { input: 'Sum(MakeList(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_5" }, { input: "Sum(MakeEmptyList(ToCurrency(NOT_SET)))", output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_6" }] }, { description: "AR_FN_DEC_SUM_DEC_COLL_DSC", identifier: "Decimal_ONE sum(Decimal_COLL)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_DEC_SUM_DEC_COLL_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_SUM_DEC_COLL_PRM_DSC_0", identifier: "decimalCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Sum(MakeList(3.5, 5.5, 5.2))", output: "14.2" }, { input: "Sum(MakeList(3.5, ToDecimal(NOT_SET), 5.5))", output: "9.0" }, { input: "Sum(MakeList(ToDecimal(NOT_SET), ToDecimal(NOT_SET)))", output: "0.0" }, { input: "Sum(MakeEmptyList(ToDecimal(NOT_SET)))", output: "0.0" }] }, { description: "AR_FN_DUR_SUM_DUR_COLL_DSC", identifier: "Duration_ONE sum(Duration_COLL)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_DUR_SUM_DUR_COLL_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_SUM_DUR_COLL_PRM_DSC_0", identifier: "value", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }], examples: [{ input: 'Sum(MakeList(ToDuration("P1DT1H0M3S"), ToDuration("P1DT0H30M3S")))', output: "AR_FN_DUR_SUM_DUR_COLL_EX_OUT_0" }, { input: 'Sum(MakeList(ToDuration("P1DT1H0M3S"), ToDuration(NOT_SET)))', output: "AR_FN_DUR_SUM_DUR_COLL_EX_OUT_1" }, { input: "Sum(MakeList(ToDuration(NOT_SET), ToDuration(NOT_SET)))", output: "AR_FN_DUR_SUM_DUR_COLL_EX_OUT_2" }, { input: "Sum(MakeEmptyList(ToDuration(NOT_SET)))", output: "AR_FN_DUR_SUM_DUR_COLL_EX_OUT_3" }] }] }, average: { identifier: "average", description: "AR_FN_DSC_AVERAGE", type: "function", name: "Average", category: "statistical", overloads: [{ description: "AR_FN_CUR_AVERAGE_CUR_MORE_DSC", identifier: "Currency_ONE average(Currency_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_AVERAGE_CUR_MORE_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_AVERAGE_CUR_MORE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "cur" }], examples: [{ input: 'Average(MakeCurrency(8.50, "USD"), MakeCurrency(4.50, "USD"))', output: "AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_0" }, { input: 'Average(MakeCurrency(8.00, "USD"), MakeCurrency(0.00, "USD"), MakeCurrency(-4.00,"USD"), MakeCurrency(14.00,"USD"))', output: "AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_1" }, { input: 'Average(MakeCurrency(8.00, "USD"), MakeCurrency(NOT_SET, "USD"))', output: "AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_2" }, { input: "Average(ToCurrency(NOT_SET))", output: "AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_3" }] }, { description: "AR_FN_DEC_AVERAGE_DEC_MORE_DSC", identifier: "Decimal_ONE average(Decimal_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_AVERAGE_DEC_MORE_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_AVERAGE_DEC_MORE_PRM_DSC_0", identifier: "decimalValue", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "dec" }], examples: [{ input: "Average(8.5, 4.5)", output: "6.5" }, { input: "Average(8.0, 0.0, -4.0, 14.0)", output: "4.5" }, { input: "Average(8.0, NOT_SET)", output: "8.0" }, { input: "Average(ToDecimal(NOT_SET), ToDecimal(NOT_SET))", output: "0.0" }] }, { description: "AR_FN_DUR_AVERAGE_DUR_MORE_DSC", identifier: "Duration_ONE average(Duration_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_AVERAGE_DUR_MORE_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_AVERAGE_DUR_MORE_PRM_DSC_0", identifier: "durationValue", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "dur" }], examples: [{ input: "Average(MakeDuration(0, 4, 0, 0), MakeDuration(0, 2, 0, 0))", output: "AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_0" }, { input: "Average(MakeDuration(0, 8, 0, 0), MakeDuration(0, 0, 0, 0), MakeDuration(0, -4, 0, 0), MakeDuration(0, 14, 0, 0))", output: "AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_1" }, { input: "Average(MakeDuration(0, 8, 0, 0), ToDuration(NOT_SET))", output: "AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_2" }, { input: "Average(ToDuration(NOT_SET), ToDuration(NOT_SET))", output: "AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_3" }] }, { description: "AR_FN_DEC_AVERAGE_LNG_MORE_DSC", identifier: "Decimal_ONE average(Long_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_AVERAGE_LNG_MORE_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_AVERAGE_LNG_MORE_PRM_DSC_0", identifier: "integerValue", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "int" }], examples: [{ input: "Average(8, 4)", output: "6.0" }, { input: "Average(8, 0, -4, 14)", output: "4.5" }, { input: "Average(8, NOT_SET)", output: "8.0" }, { input: "Average(ToInt(NOT_SET), ToInt(NOT_SET))", output: "0.0" }] }, { description: "AR_FN_CUR_AVERAGE_CUR_COLL_DSC", identifier: "Currency_ONE average(Currency_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_AVERAGE_CUR_COLL_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_AVERAGE_CUR_COLL_PRM_DSC_0", identifier: "currencyCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Average(MakeList(MakeCurrency(8.50, "USD"), MakeCurrency(4.50, "USD")))', output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_0" }, { input: 'Average(MakeList(MakeCurrency(8.00, "USD"), MakeCurrency(0.00, "USD"), MakeCurrency(-4.00, "USD"), MakeCurrency(14.00, "USD")))', output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_1" }, { input: 'Average(MakeList(MakeCurrency(8.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")))', output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_2" }, { input: "Average(MakeList(ToCurrency(NOT_SET)))", output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_3" }, { input: "Average(MakeEmptyList(ToCurrency(NOT_SET)))", output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_4" }] }, { description: "AR_FN_DEC_AVERAGE_DEC_COLL_DSC", identifier: "Decimal_ONE average(Decimal_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_AVERAGE_DEC_COLL_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_AVERAGE_DEC_COLL_PRM_DSC_0", identifier: "decimalCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Average(MakeList(8.5, 4.5))", output: "6.5" }, { input: "Average(MakeList(8.0, 0.0, -4.0, 14.0))", output: "4.5" }, { input: "Average(MakeList(8.0, ToDecimal(NOT_SET)))", output: "8.0" }, { input: "Average(MakeList(ToDecimal(NOT_SET)))", output: "0.0" }, { input: "Average(MakeEmptyList(ToDecimal(NOT_SET)))", output: "0.0" }] }, { description: "AR_FN_DEC_AVERAGE_LNG_COLL_DSC", identifier: "Decimal_ONE average(Long_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_AVERAGE_LNG_COLL_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_AVERAGE_LNG_COLL_PRM_DSC_0", identifier: "integerCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "Average(MakeList(8, 4))", output: "6.0" }, { input: "Average(MakeList(8, 0, -4, 14))", output: "4.5" }, { input: "Average(MakeList(8, ToInt(NOT_SET)))", output: "8.0" }, { input: "Average(MakeList(ToInt(NOT_SET)))", output: "0.0" }, { input: "Average(MakeEmptyList(ToInt(NOT_SET)))", output: "0.0" }] }, { description: "AR_FN_DUR_AVERAGE_DUR_COLL_DSC", identifier: "Duration_ONE average(Duration_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_AVERAGE_DUR_COLL_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_AVERAGE_DUR_COLL_PRM_DSC_0", identifier: "durationCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }], examples: [{ input: "Average(MakeList(MakeDuration(0, 4, 0, 0), MakeDuration(0, 2, 0, 0)))", output: "AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_0" }, { input: "Average(MakeList(MakeDuration(0, 8, 0, 0), MakeDuration(0, 0, 0, 0), MakeDuration(0, -4, 0, 0), MakeDuration(0, 14, 0, 0)))", output: "AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_1" }, { input: "Average(MakeList(MakeDuration(0, 8, 0, 0), ToDuration(NOT_SET)))", output: "AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_2" }, { input: "Average(MakeList(ToDuration(NOT_SET), ToDuration(NOT_SET)))", output: "AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_3" }] }] }, findSystemPrompt: { identifier: "findSystemPrompt", description: "AR_FN_DSC_FINDSYSTEMPROMPT", type: "function", name: "FindSystemPrompt", category: "search", overloads: [{ description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_DSC", identifier: "Prompt_ONE findSystemPrompt(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_PRM_DSC_0", identifier: "promptName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindSystemPrompt("boolean_false")', output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_0" }, { input: 'FindSystemPrompt("PromptSystem.boolean_false")', output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_1" }, { input: 'FindSystemPrompt("foo")', output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_2" }, { input: 'FindSystemPrompt("")', output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_3" }, { input: "FindSystemPrompt(ToString(NOT_SET))", output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_4" }] }, { description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_DSC", identifier: "Prompt_ONE findSystemPrompt(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_PRM_DSC_0", identifier: "promptName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindSystemPrompt(NOT_SET)", output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUserPrompt: { identifier: "findUserPrompt", description: "AR_FN_DSC_FINDUSERPROMPT", type: "function", name: "FindUserPrompt", category: "search", overloads: [{ description: "AR_FN_PROMPT_FINDUSERPROMPT_STR_DSC", identifier: "Prompt_ONE findUserPrompt(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_FINDUSERPROMPT_STR_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_FINDUSERPROMPT_STR_PRM_DSC_0", identifier: "promptName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindUserPrompt("Greeting")', output: "AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_0" }, { input: 'FindUserPrompt("Prompt.Greeting")', output: "AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_1" }, { input: 'FindUserPrompt("")', output: "AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_2" }, { input: "FindUserPrompt(ToString(NOT_SET))", output: "AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_3" }] }, { description: "AR_FN_PROMPT_FINDUSERPROMPT_NTS_DSC", identifier: "Prompt_ONE findUserPrompt(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_FINDUSERPROMPT_NTS_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_FINDUSERPROMPT_NTS_PRM_DSC_0", identifier: "promptName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUserPrompt(NOT_SET)", output: "AR_FN_PROMPT_FINDUSERPROMPT_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findString: { identifier: "findString", description: "AR_FN_DSC_FINDSTRING", type: "function", name: "FindString", category: "text", overloads: [{ description: "AR_FN_LNG_FINDSTRING_STR_STR_DSC", identifier: "Long_ONE findString(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_FINDSTRING_STR_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'FindString("Hello", "ll")', output: "2" }, { input: 'FindString("Hello", "he")', output: "-1" }, { input: 'FindString("Hello", "abc")', output: "-1" }, { input: 'FindString("Hello", "")', output: "0" }] }, { description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_DSC", identifier: "Long_ONE findString(String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_2", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'FindString("Hello", "ll", true)', output: "2" }, { input: 'FindString("Hello", "he", true)', output: "0" }, { input: 'FindString("Hello", "he", false)', output: "-1" }, { input: 'FindString("Hello", "abc", true)', output: "-1" }, { input: 'FindString("Hello", "", true)', output: "0" }, { input: 'FindString("le \xC9lever", "\xE9", true)', output: "3" }, { input: 'FindString("le \xC9lever", "\xE9", false)', output: "-1" }, { input: 'FindString("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", true)', output: "2" }, { input: 'FindString("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", false)', output: "2" }] }, { description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_DSC", identifier: "Long_ONE findString(String_ONE,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_2", identifier: "occurrenceNumber", isArray: false, helpDisplayIdx: 2, min: "1", repeatable: false, required: true, type: "int" }], examples: [{ input: 'FindString("Hello Hello", "l", 3)', output: "8" }, { input: 'FindString("Hello Hello", "l", 5)', output: "-1" }, { input: 'FindString("Hello", "he", 1)', output: "-1" }, { input: 'FindString("Hello", "He", 1)', output: "0" }, { input: 'FindString("Hello", "", 1)', output: "0" }] }, { description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_DSC", identifier: "Long_ONE findString(String_ONE,String_ONE,Long_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_2", identifier: "occurrenceNumber", isArray: false, helpDisplayIdx: 2, min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_3", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'FindString("Hello Hello", "l", 3, true)', output: "8" }, { input: 'FindString("Hello Hello", "l", 5, true)', output: "-1" }, { input: 'FindString("Hello", "he", 1, true)', output: "0" }, { input: 'FindString("Hello", "he", 1, false)', output: "-1" }, { input: 'FindString("Hello", "He", 1, true)', output: "0" }, { input: 'FindString("Hello", "", 1, true)', output: "0" }, { input: 'FindString("le \xC9lever le \xC9lever", "\xE9", 2, true)', output: "13" }, { input: 'FindString("le \xC9lever", "\xE9", 1, false)', output: "-1" }, { input: 'FindString("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", 1, true)', output: "2" }, { input: 'FindString("\u4E2D\u570B\u53F0\u7063KD1 \u4E2D\u570B\u53F0\u7063KD1", "\u53F0", 2, false)', output: "10" }] }], needsServerInfo: true }, findUser: { identifier: "findUser", description: "AR_FN_DSC_FINDUSER", type: "function", name: "FindUser", category: "search", overloads: [{ description: "AR_FN_USR_FINDUSER_STR_DSC", identifier: "User_ONE findUser(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_FINDUSER_STR_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_FINDUSER_STR_PRM_DSC_0", identifier: "userEmail", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindUser("john.doe@company.com")', output: "AR_FN_USR_FINDUSER_STR_EX_OUT_0" }, { input: "FindUser(ToString(NOT_SET))", output: "AR_FN_USR_FINDUSER_STR_EX_OUT_1" }] }, { description: "AR_FN_USR_FINDUSER_NTS_DSC", identifier: "User_ONE findUser(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_FINDUSER_NTS_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_FINDUSER_NTS_PRM_DSC_0", identifier: "userEmail", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUser(NOT_SET)", output: "AR_FN_USR_FINDUSER_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUserById: { identifier: "findUserById", description: "AR_FN_DSC_FINDUSERBYID", type: "function", name: "FindUserById", category: "search", overloads: [{ description: "AR_FN_USR_FINDUSERBYID_STR_DSC", identifier: "User_ONE findUserById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_FINDUSERBYID_STR_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_FINDUSERBYID_STR_PRM_DSC_0", identifier: "userId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindUserById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_USR_FINDUSERBYID_STR_EX_OUT_0" }, { input: "FindUserById(ToString(NOT_SET))", output: "AR_FN_USR_FINDUSERBYID_STR_EX_OUT_1" }] }, { description: "AR_FN_USR_FINDUSERBYID_NTS_DSC", identifier: "User_ONE findUserById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_FINDUSERBYID_NTS_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_FINDUSERBYID_NTS_PRM_DSC_0", identifier: "userId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUserById(NOT_SET)", output: "AR_FN_USR_FINDUSERBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUsersById: { identifier: "findUsersById", description: "AR_FN_DSC_FINDUSERSBYID", type: "function", name: "FindUsersById", category: "search", overloads: [{ description: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_DSC", identifier: "User_COLL findUsersById(String_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_RV", isArray: true, type: "usr" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_PRM_DSC_0", identifier: "userIds", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", maxItems: "50" }], examples: [{ input: 'FindUsersById(MakeList("5B943B5F-4205-B70F-8BE1-A245A94B2919", ToString(NOT_SET)))', output: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_0" }, { input: "FindUsersById(MakeEmptyList(ToString(NOT_SET)))", output: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_1" }, { input: "FindUsersById(MakeList(ToString(NOT_SET)))", output: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, findDivision: { identifier: "findDivision", description: "AR_FN_DSC_FINDDIVISION", type: "function", name: "FindDivision", category: "search", overloads: [{ description: "AR_FN_DIVISION_FINDDIVISION_STR_DSC", identifier: "Division_ONE findDivision(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_FINDDIVISION_STR_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_FINDDIVISION_STR_PRM_DSC_0", identifier: "divisionToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindDivision("Fire")', output: "AR_FN_DIVISION_FINDDIVISION_STR_EX_OUT_0" }, { input: "FindDivision(ToString(NOT_SET))", output: "AR_FN_DIVISION_FINDDIVISION_STR_EX_OUT_1" }] }, { description: "AR_FN_DIVISION_FINDDIVISION_NTS_DSC", identifier: "Division_ONE findDivision(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_FINDDIVISION_NTS_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_FINDDIVISION_NTS_PRM_DSC_0", identifier: "divisionName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindDivision(NOT_SET)", output: "AR_FN_DIVISION_FINDDIVISION_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findDivisionById: { identifier: "findDivisionById", description: "AR_FN_DSC_FINDDIVISIONBYID", type: "function", name: "FindDivisionById", category: "search", overloads: [{ description: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_DSC", identifier: "Division_ONE findDivisionById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_PRM_DSC_0", identifier: "divisionId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindDivisionById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_EX_OUT_0" }, { input: "FindDivisionById(ToString(NOT_SET))", output: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_EX_OUT_1" }] }, { description: "AR_FN_DIVISION_FINDDIVISIONBYID_NTS_DSC", identifier: "Division_ONE findDivisionById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_FINDDIVISIONBYID_NTS_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_FINDDIVISIONBYID_NTS_PRM_DSC_0", identifier: "divisionId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindDivisionById(NOT_SET)", output: "AR_FN_DIVISION_FINDDIVISIONBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findDivisions: { identifier: "findDivisions", description: "AR_FN_DSC_FINDDIVISIONS", type: "function", name: "FindDivisions", category: "search", overloads: [{ description: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_DSC", identifier: "Division_COLL findDivisions(String_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_RV", isArray: true, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_PRM_DSC_0", identifier: "divisionNames", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "str", maxItems: "50" }], examples: [{ input: 'FindDivisions(MakeList("Fire", ToString(NOT_SET)))', output: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_0" }, { input: "FindDivisions(MakeEmptyList(ToString(NOT_SET)))", output: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_1" }, { input: "FindDivisions(MakeList(ToString(NOT_SET)))", output: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, findDivisionsById: { identifier: "findDivisionsById", description: "AR_FN_DSC_FINDDIVISIONSBYID", type: "function", name: "FindDivisionsById", category: "search", overloads: [{ description: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_DSC", identifier: "Division_COLL findDivisionsById(String_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_RV", isArray: true, type: "dvn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_PRM_DSC_0", identifier: "divisionIds", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", maxItems: "50" }], examples: [{ input: 'FindDivisionsById(MakeList("5B943B5F-4205-B70F-8BE1-A245A94B2919", ToString(NOT_SET)))', output: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_0" }, { input: "FindDivisionsById(MakeEmptyList(ToString(NOT_SET)))", output: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_1" }, { input: "FindDivisionsById(MakeList(ToString(NOT_SET)))", output: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, findEmergencyGroup: { identifier: "findEmergencyGroup", description: "AR_FN_DSC_FINDEMERGENCYGROUP", type: "function", name: "FindEmergencyGroup", category: "search", overloads: [{ description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_DSC", identifier: "EmergencyGroup_ONE findEmergencyGroup(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_RV", isArray: false, type: "emg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_PRM_DSC_0", identifier: "emergencyGroupToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindEmergencyGroup("Fire")', output: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_EX_OUT_0" }, { input: "FindEmergencyGroup(ToString(NOT_SET))", output: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_EX_OUT_1" }] }, { description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_DSC", identifier: "EmergencyGroup_ONE findEmergencyGroup(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_RV", isArray: false, type: "emg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_PRM_DSC_0", identifier: "emergencyGroupName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindEmergencyGroup(NOT_SET)", output: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findGrammar: { identifier: "findGrammar", description: "AR_FN_DSC_FINDGRAMMAR", type: "function", name: "FindGrammar", category: "search", overloads: [{ description: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_DSC", identifier: "Grammar_ONE findGrammar(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_PRM_DSC_0", identifier: "grammarToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindGrammar("Customer Account")', output: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_EX_OUT_0" }, { input: "FindGrammar(ToString(NOT_SET))", output: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_EX_OUT_1" }] }, { description: "AR_FN_GRAMMAR_FINDGRAMMAR_NTS_DSC", identifier: "Grammar_ONE findGrammar(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_FINDGRAMMAR_NTS_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_FINDGRAMMAR_NTS_PRM_DSC_0", identifier: "grammarName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindGrammar(NOT_SET)", output: "AR_FN_GRAMMAR_FINDGRAMMAR_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findGrammarById: { identifier: "findGrammarById", description: "AR_FN_DSC_FINDGRAMMARBYID", type: "function", name: "FindGrammarById", category: "search", overloads: [{ description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_DSC", identifier: "Grammar_ONE findGrammarById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_PRM_DSC_0", identifier: "grammarId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindGrammarById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_DSC", identifier: "Grammar_ONE findGrammarById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_PRM_DSC_0", identifier: "grammarId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindGrammarById(NOT_SET)", output: "AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findGroup: { identifier: "findGroup", description: "AR_FN_DSC_FINDGROUP", type: "function", name: "FindGroup", category: "search", overloads: [{ description: "AR_FN_GRP_FINDGROUP_STR_DSC", identifier: "Group_ONE findGroup(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_FINDGROUP_STR_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_FINDGROUP_STR_PRM_DSC_0", identifier: "groupToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindGroup("Warranty Specialists")', output: "AR_FN_GRP_FINDGROUP_STR_EX_OUT_0" }, { input: "FindGroup(ToString(NOT_SET))", output: "AR_FN_GRP_FINDGROUP_STR_EX_OUT_1" }] }, { description: "AR_FN_GRP_FINDGROUP_NTS_DSC", identifier: "Group_ONE findGroup(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_FINDGROUP_NTS_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_FINDGROUP_NTS_PRM_DSC_0", identifier: "groupName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindGroup(NOT_SET)", output: "AR_FN_GRP_FINDGROUP_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findImage: { identifier: "findImage", description: "AR_FN_DSC_FINDIMAGE", type: "function", name: "FindImage", category: "search", overloads: [{ description: "AR_FN_IMAGE_FINDIMAGE_STR_DSC", identifier: "Image_ONE findImage(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_FINDIMAGE_STR_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_FINDIMAGE_STR_PRM_DSC_0", identifier: "imageNameToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindImage("ArchitectLogo")', output: "AR_FN_IMAGE_FINDIMAGE_STR_EX_OUT_0" }, { input: "FindImage(ToString(NOT_SET))", output: "AR_FN_IMAGE_FINDIMAGE_STR_EX_OUT_1" }] }, { description: "AR_FN_IMAGE_FINDIMAGE_NTS_DSC", identifier: "Image_ONE findImage(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_FINDIMAGE_NTS_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_FINDIMAGE_NTS_PRM_DSC_0", identifier: "imageName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindImage(NOT_SET)", output: "AR_FN_IMAGE_FINDIMAGE_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findImageById: { identifier: "findImageById", description: "AR_FN_DSC_FINDIMAGEBYID", type: "function", name: "FindImageById", category: "search", overloads: [{ description: "AR_FN_IMAGE_FINDIMAGEBYID_STR_DSC", identifier: "Image_ONE findImageById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_FINDIMAGEBYID_STR_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_FINDIMAGEBYID_STR_PRM_DSC_0", identifier: "imageId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindImageById("32952010-9ac2-469f-a2d8-85123e03763b")', output: "AR_FN_IMAGE_FINDIMAGEBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_FINDIMAGEBYID_NTS_DSC", identifier: "Image_ONE findImageById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_FINDIMAGEBYID_NTS_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_FINDIMAGEBYID_NTS_PRM_DSC_0", identifier: "imageId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindImageById(NOT_SET)", output: "AR_FN_IMAGE_FINDIMAGEBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findKnowledgeBaseDocumentById: { identifier: "findKnowledgeBaseDocumentById", description: "AR_FN_DSC_FINDKNOWLEDGEBASEDOCUMENTBYID", type: "function", name: "FindKnowledgeBaseDocumentById", category: "search", overloads: [{ description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_DSC", identifier: "KnowledgeBaseDocument_ONE findKnowledgeBaseDocumentById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_RV", isArray: false, type: "kbd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindKnowledgeBaseDocumentById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_DSC", identifier: "KnowledgeBaseDocument_ONE findKnowledgeBaseDocumentById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_RV", isArray: false, type: "kbd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_PRM_DSC_0", identifier: "knowledgeBaseDocumentId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindKnowledgeBaseDocumentById(NOT_SET)", output: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUtilizationLabel: { identifier: "findUtilizationLabel", description: "AR_FN_DSC_FINDUTILIZATIONLABEL", type: "function", name: "FindUtilizationLabel", category: "search", overloads: [{ description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_DSC", identifier: "UtilizationLabel_ONE findUtilizationLabel(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_PRM_DSC_0", identifier: "utilizationLabelToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindUtilizationLabel("Green")', output: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_EX_OUT_0" }, { input: "FindUtilizationLabel(ToString(NOT_SET))", output: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_EX_OUT_1" }] }, { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_DSC", identifier: "UtilizationLabel_ONE findUtilizationLabel(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_PRM_DSC_0", identifier: "utilizationLabelName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUtilizationLabel(NOT_SET)", output: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUtilizationLabelById: { identifier: "findUtilizationLabelById", description: "AR_FN_DSC_FINDUTILIZATIONLABELBYID", type: "function", name: "FindUtilizationLabelById", category: "search", overloads: [{ description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_DSC", identifier: "UtilizationLabel_ONE findUtilizationLabelById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_PRM_DSC_0", identifier: "utilizationLabelId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_DSC", identifier: "UtilizationLabel_ONE findUtilizationLabelById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_PRM_DSC_0", identifier: "utilizationLabelId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUtilizationLabelById(NOT_SET)", output: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findQueue: { identifier: "findQueue", description: "AR_FN_DSC_FINDQUEUE", type: "function", name: "FindQueue", category: "search", overloads: [{ description: "AR_FN_QUEUE_FINDQUEUE_STR_DSC", identifier: "Queue_ONE findQueue(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_FINDQUEUE_STR_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_FINDQUEUE_STR_PRM_DSC_0", identifier: "queueToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueue("Marketing")', output: "AR_FN_QUEUE_FINDQUEUE_STR_EX_OUT_0" }, { input: "FindQueue(ToString(NOT_SET))", output: "AR_FN_QUEUE_FINDQUEUE_STR_EX_OUT_1" }] }, { description: "AR_FN_QUEUE_FINDQUEUE_NTS_DSC", identifier: "Queue_ONE findQueue(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_FINDQUEUE_NTS_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_FINDQUEUE_NTS_PRM_DSC_0", identifier: "queueName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindQueue(NOT_SET)", output: "AR_FN_QUEUE_FINDQUEUE_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findQueueById: { identifier: "findQueueById", description: "AR_FN_DSC_FINDQUEUEBYID", type: "function", name: "FindQueueById", category: "search", overloads: [{ description: "AR_FN_QUEUE_FINDQUEUEBYID_STR_DSC", identifier: "Queue_ONE findQueueById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_FINDQUEUEBYID_STR_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_FINDQUEUEBYID_STR_PRM_DSC_0", identifier: "queueId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueueById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_QUEUE_FINDQUEUEBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_QUEUE_FINDQUEUEBYID_NTS_DSC", identifier: "Queue_ONE findQueueById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_FINDQUEUEBYID_NTS_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_FINDQUEUEBYID_NTS_PRM_DSC_0", identifier: "queueId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindQueueById(NOT_SET)", output: "AR_FN_QUEUE_FINDQUEUEBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findWorktypeStatus: { identifier: "findWorktypeStatus", description: "AR_FN_DSC_FINDWORKTYPESTATUS", type: "function", name: "FindWorktypeStatus", category: "search", overloads: [{ description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_DSC", identifier: "WorktypeStatus_ONE findWorktypeStatus(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_PRM_DSC_0", identifier: "worktypeStatusNameToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindWorktypeStatus("NewOpportunity")', output: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_EX_OUT_0" }] }, { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_DSC", identifier: "WorktypeStatus_ONE findWorktypeStatus(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_PRM_DSC_0", identifier: "worktypeStatusNameToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindWorktypeStatus(NOT_SET)", output: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findWorktypeStatusById: { identifier: "findWorktypeStatusById", description: "AR_FN_DSC_FINDWORKTYPESTATUSBYID", type: "function", name: "FindWorktypeStatusById", category: "search", overloads: [{ description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_DSC", identifier: "WorktypeStatus_ONE findWorktypeStatusById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_PRM_DSC_0", identifier: "worktypeStatusId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindWorktypeStatusById("8dd32bf3-5f81-4601-9db7-fbce97b09441")', output: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_DSC", identifier: "WorktypeStatus_ONE findWorktypeStatusById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_PRM_DSC_0", identifier: "worktypeStatusId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindWorktypeStatusById(NOT_SET)", output: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findQueueEstimatedWaitTime: { identifier: "findQueueEstimatedWaitTime", description: "AR_FN_DSC_FINDQUEUEESTIMATEDWAITTIME", type: "function", name: "FindQueueEstimatedWaitTime", category: "statistical", overloads: [{ description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_DSC", identifier: "Duration_ONE findQueueEstimatedWaitTime(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", emailsend: "emailsend", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_PRM_DSC_0", identifier: "queueToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueueEstimatedWaitTime("Marketing")', output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_EX_OUT_0" }, { input: "FindQueueEstimatedWaitTime(ToString(NOT_SET))", output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_EX_OUT_1" }] }, { description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_DSC", identifier: "Duration_ONE findQueueEstimatedWaitTime(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_PRM_DSC_0", identifier: "queueToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_PRM_DSC_1", identifier: "mediaType", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueueEstimatedWaitTime("Marketing", "call")', output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_0" }, { input: 'FindQueueEstimatedWaitTime("Marketing", ToString(NOT_SET))', output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_1" }, { input: 'FindQueueEstimatedWaitTime(ToString(NOT_SET), "call")', output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_2" }] }, { description: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_DSC", identifier: "Duration_COLL findQueueEstimatedWaitTime(String_ONE,String_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_RV", isArray: true, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_PRM_DSC_0", identifier: "queueToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_PRM_DSC_1", identifier: "mediaTypes", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueueEstimatedWaitTime("Marketing", MakeList("call"))', output: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_0" }, { input: 'FindQueueEstimatedWaitTime("Marketing", MakeList(ToString(NOT_SET)))', output: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_1" }, { input: 'FindQueueEstimatedWaitTime(ToString(NOT_SET), MakeList("call"))', output: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, getQueueEstimatedWaitTime: { identifier: "getQueueEstimatedWaitTime", description: "AR_FN_DSC_GETQUEUEESTIMATEDWAITTIME", type: "function", name: "GetQueueEstimatedWaitTime", category: "statistical", overloads: [{ description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_DSC", identifier: "Duration_ONE getQueueEstimatedWaitTime(Queue_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", emailsend: "emailsend", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_PRM_DSC_0", identifier: "queueToQuery", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "que" }], examples: [{ input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"))', output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_EX_OUT_0" }, { input: "GetQueueEstimatedWaitTime(ToQueue(NOT_SET))", output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_EX_OUT_1" }] }, { description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_DSC", identifier: "Duration_ONE getQueueEstimatedWaitTime(Queue_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_PRM_DSC_0", identifier: "queueToQuery", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "que" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_PRM_DSC_1", identifier: "mediaType", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"), "call")', output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_0" }, { input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"), ToString(NOT_SET))', output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_1" }, { input: 'GetQueueEstimatedWaitTime(ToQueue(NOT_SET), "call")', output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_2" }] }, { description: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_DSC", identifier: "Duration_COLL getQueueEstimatedWaitTime(Queue_ONE,String_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_RV", isArray: true, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_PRM_DSC_0", identifier: "queueToQuery", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "que" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_PRM_DSC_1", identifier: "mediaTypes", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"), MakeList("call"))', output: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_0" }, { input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"), MakeList(ToString(NOT_SET)))', output: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_1" }, { input: 'GetQueueEstimatedWaitTime(ToQueue(NOT_SET), MakeList("call"))', output: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, findResponseAsset: { identifier: "findResponseAsset", description: "AR_FN_DSC_FINDRESPONSEASSET", type: "function", name: "FindResponseAsset", category: "search", overloads: [{ description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_DSC", identifier: "ResponseAsset_ONE findResponseAsset(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_PRM_DSC_0", identifier: "responseAssetNameToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindResponseAsset("ArchitectAsset")', output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_EX_OUT_0" }, { input: "FindResponseAsset(ToString(NOT_SET))", output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_EX_OUT_1" }] }, { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_DSC", identifier: "ResponseAsset_ONE findResponseAsset(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_PRM_DSC_0", identifier: "responseAssetName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindResponseAsset(NOT_SET)", output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findResponseAssetById: { identifier: "findResponseAssetById", description: "AR_FN_DSC_FINDRESPONSEASSETBYID", type: "function", name: "FindResponseAssetById", category: "search", overloads: [{ description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_DSC", identifier: "ResponseAsset_ONE findResponseAssetById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_PRM_DSC_0", identifier: "responseAssetId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindResponseAssetById("0bfba8bc-37cd-4fa2-b986-86fa0523aeec")', output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_DSC", identifier: "ResponseAsset_ONE findResponseAssetById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_PRM_DSC_0", identifier: "responseAssetId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindResponseAssetById(NOT_SET)", output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findSchedule: { identifier: "findSchedule", description: "AR_FN_DSC_FINDSCHEDULE", type: "function", name: "FindSchedule", category: "search", overloads: [{ description: "AR_FN_SCHED_FINDSCHEDULE_STR_DSC", identifier: "Schedule_ONE findSchedule(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHED_FINDSCHEDULE_STR_RV", isArray: false, type: "sch" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHED_FINDSCHEDULE_STR_PRM_DSC_0", identifier: "scheduleToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindSchedule("OpenHours")', output: "AR_FN_SCHED_FINDSCHEDULE_STR_EX_OUT_0" }, { input: "FindSchedule(ToString(NOT_SET))", output: "AR_FN_SCHED_FINDSCHEDULE_STR_EX_OUT_1" }] }, { description: "AR_FN_SCHED_FINDSCHEDULE_NTS_DSC", identifier: "Schedule_ONE findSchedule(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHED_FINDSCHEDULE_NTS_RV", isArray: false, type: "sch" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHED_FINDSCHEDULE_NTS_PRM_DSC_0", identifier: "scheduleName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindSchedule(NOT_SET)", output: "AR_FN_SCHED_FINDSCHEDULE_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findScheduleGroup: { identifier: "findScheduleGroup", description: "AR_FN_DSC_FINDSCHEDULEGROUP", type: "function", name: "FindScheduleGroup", category: "search", overloads: [{ description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_DSC", identifier: "ScheduleGroup_ONE findScheduleGroup(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_RV", isArray: false, type: "scg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_PRM_DSC_0", identifier: "scheduleGroupToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindScheduleGroup("OpenHoursEastCoast")', output: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_EX_OUT_0" }, { input: "FindScheduleGroup(ToString(NOT_SET))", output: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_EX_OUT_1" }] }, { description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_DSC", identifier: "ScheduleGroup_ONE findScheduleGroup(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_RV", isArray: false, type: "scg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_PRM_DSC_0", identifier: "scheduleGroupName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindScheduleGroup(NOT_SET)", output: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findSkill: { identifier: "findSkill", description: "AR_FN_DSC_FINDSKILL", type: "function", name: "FindSkill", category: "search", overloads: [{ description: "AR_FN_SKL_FINDSKILL_STR_DSC", identifier: "Skill_ONE findSkill(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SKL_FINDSKILL_STR_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_FINDSKILL_STR_PRM_DSC_0", identifier: "skillToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindSkill("JavaScript")', output: "AR_FN_SKL_FINDSKILL_STR_EX_OUT_0" }, { input: "FindSkill(ToString(NOT_SET))", output: "AR_FN_SKL_FINDSKILL_STR_EX_OUT_1" }] }, { description: "AR_FN_SKL_FINDSKILL_NTS_DSC", identifier: "Skill_ONE findSkill(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SKL_FINDSKILL_NTS_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_FINDSKILL_NTS_PRM_DSC_0", identifier: "skillName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindSkill(NOT_SET)", output: "AR_FN_SKL_FINDSKILL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, evaluateSkillExpressionFilter: { identifier: "evaluateSkillExpressionFilter", description: "AR_FN_DSC_EVALUATESKILLEXPRESSIONFILTER", type: "function", name: "EvaluateSkillExpressionFilter", category: "complex", overloads: [{ description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_DSC", identifier: "SkillExpressionFilter_ONE evaluateSkillExpressionFilter(String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule", emailsend: "emailsend", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage" }, featureConfigName: "routingSkillExpressionsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_RV", isArray: false, type: "jsn__architect::skill_expression_filter" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_PRM_DSC_0", identifier: "filterText", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1", maxLength: "1024" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_PRM_DSC_1", identifier: "notSetIfInvalid", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }], examples: [{ input: 'EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)", false)', output: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_EX_OUT_0" }, { input: 'EvaluateSkillExpressionFilter("invalid filter text", true)', output: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_EX_OUT_1" }] }, { description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_DSC", identifier: "SkillExpressionFilter_ONE evaluateSkillExpressionFilter(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", emailsend: "emailsend", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage" }, featureConfigName: "routingSkillExpressionsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_RV", isArray: false, type: "jsn__architect::skill_expression_filter" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_PRM_DSC_0", identifier: "filterText", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1", maxLength: "1024" }], examples: [{ input: 'EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)")', output: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_EX_OUT_0" }, { input: 'EvaluateSkillExpressionFilter("invalid filter text")', output: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_EX_OUT_1" }] }], needsServerInfo: true }, findLanguageSkill: { identifier: "findLanguageSkill", description: "AR_FN_DSC_FINDLANGUAGESKILL", type: "function", name: "FindLanguageSkill", category: "search", overloads: [{ description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_DSC", identifier: "LanguageSkill_ONE findLanguageSkill(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_PRM_DSC_0", identifier: "skillToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindLanguageSkill("Spanish - Written")', output: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_EX_OUT_0" }, { input: "FindLanguageSkill(ToString(NOT_SET))", output: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_EX_OUT_1" }] }, { description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_DSC", identifier: "LanguageSkill_ONE findLanguageSkill(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindLanguageSkill(NOT_SET)", output: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, append: { identifier: "append", description: "AR_FN_DSC_APPEND", type: "function", name: "Append", category: "text", overloads: [{ description: "AR_FN_STR_APPEND_STR_STR_MORE_DSC", identifier: "String_ONE append(String_ONE,String_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_STR_APPEND_STR_STR_MORE_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_APPEND_STR_STR_MORE_PRM_DSC_0", identifier: "initialText", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_APPEND_STR_STR_MORE_PRM_DSC_1", identifier: "textToAppend", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "str" }], examples: [{ input: 'Append("Hello", " World")', output: '"Hello World"' }, { input: 'Append("Hello", "-", "World")', output: '"Hello-World"' }, { input: 'Append("Hello", NOT_SET)', output: '"Hello"' }, { input: 'Append(NOT_SET, "Hello")', output: '"Hello"' }, { input: "Append(ToString(NOT_SET), NOT_SET)", output: '""' }] }, { description: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_DSC", identifier: "Audio_ONE appendAudio(Any_ONE,Any_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_PRM_DSC_0", identifier: "initialAudioOrPrompt", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "apa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_PRM_DSC_1", identifier: "audioOrPromptToAppend", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "apa" }], examples: [{ input: 'Append(Prompt.Welcome, ToAudioTTS("John"))', output: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_EX_OUT_0" }] }, { description: "AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_DSC", identifier: "Communication_ONE append(Communication_ONE,Any_ONE...)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_PRM_DSC_0", identifier: "initialCommunication", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "com" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_PRM_DSC_1", identifier: "valueToAppend", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "any" }], examples: [{ input: 'Append(MakeCommunication(Prompt.Welcome, "John"), ToCommunicationBlank(1000), "Your account balance is", MakeCurrency(350, "USD"))', output: "A Communication with five items in it." }] }], needsServerInfo: true }, makeCommunication: { identifier: "makeCommunication", description: "AR_FN_DSC_MAKECOMMUNICATION", type: "function", name: "MakeCommunication", category: "text", overloads: [{ description: "AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_DSC", identifier: "Communication_ONE makeCommunication(Any_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_PRM_DSC_0", identifier: "anyValue", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "any" }], examples: [{ input: 'MakeCommunication(Prompt.Welcome, "John", ToCommunicationBlank(1000), ToCommunication("ABC", Format.String.playChars))', output: "A Communication with four items." }] }], needsServerInfo: true }, left: { identifier: "left", description: "AR_FN_DSC_LEFT", type: "function", name: "Left", category: "text", overloads: [{ description: "AR_FN_STR_LEFT_STR_LNG_DSC", identifier: "String_ONE left(String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_LEFT_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_LEFT_STR_LNG_PRM_DSC_0", identifier: "srcString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_LEFT_STR_LNG_PRM_DSC_1", identifier: "length", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'Left("Hello", 2)', output: '"He"' }, { input: 'Left("Hello", 6)', output: '"Hello"' }, { input: 'Left("Hello", 0)', output: '""' }] }] }, length: { identifier: "length", description: "AR_FN_DSC_LENGTH", type: "function", name: "Length", category: "text", overloads: [{ description: "AR_FN_LNG_LENGTH_STR_DSC", identifier: "Long_ONE length(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_LENGTH_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_LENGTH_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Length("Hello World")', output: "11" }, { input: 'Length("")', output: "0" }] }, { description: "AR_FN_LNG_LENGTH_JSON_DSC", identifier: "Long_ONE length(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_LENGTH_JSON_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_LENGTH_JSON_PRM_DSC_0", identifier: "jsonString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'Length(JsonParse("\\"Hello World\\""))', output: "11" }] }], needsServerInfo: true }, lower: { identifier: "lower", description: "AR_FN_DSC_LOWER", type: "function", name: "Lower", category: "text", overloads: [{ description: "AR_FN_STR_LOWER_STR_DSC", identifier: "String_ONE lower(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_LOWER_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_LOWER_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Lower("Hello World")', output: '"hello world"' }, { input: 'Lower("")', output: '""' }] }] }, ltrim: { identifier: "ltrim", description: "AR_FN_DSC_LTRIM", type: "function", name: "LTrim", category: "text", overloads: [{ description: "AR_FN_STR_LTRIM_STR_DSC", identifier: "String_ONE ltrim(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_LTRIM_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_LTRIM_STR_PRM_DSC_0", identifier: "stringToTrim", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'LTrim(" Hello")', output: '"Hello"' }, { input: 'LTrim(" Hello ")', output: '"Hello "' }, { input: 'LTrim("Hello ")', output: '"Hello "' }, { input: 'LTrim("")', output: '""' }] }] }, replace: { identifier: "replace", description: "AR_FN_DSC_REPLACE", type: "function", name: "Replace", category: "text", overloads: [{ description: "AR_FN_STR_REPLACE_STR_STR_STR_DSC", identifier: "String_ONE replace(String_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_REPLACE_STR_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_1", identifier: "findString", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_2", identifier: "replacementString", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }], examples: [{ input: 'Replace("Hello World", "Hello", "World")', output: '"World World"' }, { input: 'Replace("Hello World", "Hello", NOT_SET)', output: '" World"' }, { input: 'Replace("Hello World", "Soccer", "Ball")', output: '"Hello World"' }, { input: 'Replace("Hello World", "hello", "")', output: '"Hello World"' }, { input: 'Replace("Hello World", "", "Ball")', output: '"Hello World"' }, { input: 'Replace("Hello World", "Test", "test")', output: '"Hello World"' }] }] }, reverse: { identifier: "reverse", description: "AR_FN_DSC_REVERSE", type: "function", name: "Reverse", category: "text", overloads: [{ description: "AR_FN_STR_REVERSE_STR_DSC", identifier: "String_ONE reverse(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_REVERSE_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_REVERSE_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Reverse("Hello")', output: '"olleH"' }] }] }, right: { identifier: "right", description: "AR_FN_DSC_RIGHT", type: "function", name: "Right", category: "text", overloads: [{ description: "AR_FN_STR_RIGHT_STR_LNG_DSC", identifier: "String_ONE right(String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_RIGHT_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_RIGHT_STR_LNG_PRM_DSC_0", identifier: "srcString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_RIGHT_STR_LNG_PRM_DSC_1", identifier: "length", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'Right("Hello", 3)', output: '"llo"' }, { input: 'Right("Hello", 6)', output: '"Hello"' }, { input: 'Right("Hello", 0)', output: '""' }] }] }, rtrim: { identifier: "rtrim", description: "AR_FN_DSC_RTRIM", type: "function", name: "RTrim", category: "text", overloads: [{ description: "AR_FN_STR_RTRIM_STR_DSC", identifier: "String_ONE rtrim(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_RTRIM_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_RTRIM_STR_PRM_DSC_0", identifier: "stringToTrim", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'RTrim("Hello ")', output: '"Hello"' }, { input: 'RTrim(" Hello ")', output: '" Hello"' }, { input: 'RTrim(" Hello")', output: '" Hello"' }, { input: 'RTrim("")', output: '""' }] }] }, substring: { identifier: "substring", description: "AR_FN_DSC_SUBSTRING", type: "function", name: "Substring", category: "text", overloads: [{ description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_DSC", identifier: "String_ONE substring(String_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_1", identifier: "start", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_2", identifier: "length", isArray: false, helpDisplayIdx: 2, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'Substring("Hello", 0, 3)', output: '"Hel"' }, { input: 'Substring("Hello", 2, 3)', output: '"llo"' }, { input: 'Substring("Hello", 3, 3)', output: '"lo"' }, { input: 'Substring("Hello", 0, 27)', output: '"Hello"' }, { input: 'Substring("Hello", 10, 5)', output: '""' }] }] }, trim: { identifier: "trim", description: "AR_FN_DSC_TRIM", type: "function", name: "Trim", category: "text", overloads: [{ description: "AR_FN_STR_TRIM_STR_DSC", identifier: "String_ONE trim(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TRIM_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TRIM_STR_PRM_DSC_0", identifier: "stringToTrim", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Trim(" Hello ")', output: '"Hello"' }, { input: 'Trim("Hello ")', output: '"Hello"' }, { input: 'Trim(" Hello")', output: '"Hello"' }, { input: 'Trim("")', output: '""' }] }] }, upper: { identifier: "upper", description: "AR_FN_DSC_UPPER", type: "function", name: "Upper", category: "text", overloads: [{ description: "AR_FN_STR_UPPER_STR_DSC", identifier: "String_ONE upper(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_UPPER_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_UPPER_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Upper("Hello World")', output: '"HELLO WORLD"' }, { input: 'Upper("")', output: '""' }] }] }, contains: { identifier: "contains", description: "AR_FN_DSC_CONTAINS", type: "function", name: "Contains", category: "text", overloads: [{ description: "AR_FN_BLN_CONTAINS_STR_STR_DSC", identifier: "Boolean_ONE contains(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_CONTAINS_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Contains("Hello", "ll")', output: "true" }, { input: 'Contains("Hello", "he")', output: "false" }, { input: 'Contains("Hello", "abc")', output: "false" }, { input: 'Contains("Hello", "")', output: "true" }] }, { description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_DSC", identifier: "Boolean_ONE contains(String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_2", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'Contains("Hello", "ll", true)', output: "true" }, { input: 'Contains("Hello", "he", false)', output: "false" }, { input: 'Contains("Hello", "he", true)', output: "true" }, { input: 'Contains("Hello", "abc", true)', output: "false" }, { input: 'Contains("Hello", "", true)', output: "true" }, { input: 'Contains("le \xC9lever", "\xE9", true)', output: "true" }, { input: 'Contains("le \xC9lever", "\xE9", false)', output: "false" }, { input: 'Contains("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", true)', output: "true" }, { input: 'Contains("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", false)', output: "true" }] }], needsServerInfo: true }, compare: { identifier: "compare", description: "AR_FN_DSC_COMPARE", type: "function", name: "Compare", category: "text", overloads: [{ description: "AR_FN_LNG_COMPARE_STR_STR_DSC", identifier: "Long_ONE compare(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_COMPARE_STR_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_PRM_DSC_0", identifier: "stringToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_PRM_DSC_1", identifier: "stringToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'Compare("hello", "Hello")', output: "-1" }, { input: 'Compare("Hello", "hello")', output: "1" }, { input: 'Compare("2", "10")', output: "AR_FN_LNG_COMPARE_STR_STR_EX_OUT_2" }, { input: 'Compare("Hello", "Hello")', output: "0" }, { input: 'Compare("Hel", "Hello")', output: "-1" }, { input: 'Compare("Hello", NOT_SET)', output: "1" }, { input: 'Compare("", NOT_SET)', output: "1" }, { input: 'Compare(NOT_SET, "")', output: "-1" }, { input: 'Compare(NOT_SET, "Hello")', output: "-1" }, { input: "Compare(NOT_SET, NOT_SET)", output: "0" }] }, { description: "AR_FN_LNG_COMPARE_STR_STR_BLN_DSC", identifier: "Long_ONE compare(String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_COMPARE_STR_STR_BLN_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_0", identifier: "stringToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_1", identifier: "stringToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_2", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'Compare("hello", "Hello", true)', output: "0" }, { input: 'Compare("hello", "Hello", false)', output: "-1" }, { input: 'Compare("2", "10", false)', output: "1" }, { input: 'Compare("Hel", "Hello", true)', output: "-1" }, { input: 'Compare("Hello", "Hello", true)', output: "0" }, { input: 'Compare("Hello", NOT_SET, false)', output: "1" }, { input: 'Compare(NOT_SET, "Hello", true)', output: "-1" }] }] }, split: { identifier: "split", description: "AR_FN_DSC_SPLIT", type: "function", name: "Split", category: "text", overloads: [{ description: "AR_FN_STR_COLL_SPLIT_STR_STR_DSC", identifier: "String_COLL split(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_COLL_SPLIT_STR_STR_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_SPLIT_STR_STR_PRM_DSC_0", identifier: "textToSplit", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_SPLIT_STR_STR_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Split("Hello World", "l")', output: "AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_0" }, { input: 'Split("", "l")', output: "AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_1" }, { input: 'Split("Hello World", "")', output: "AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_2" }] }] }, day: { identifier: "day", description: "AR_FN_DSC_DAY", type: "function", name: "Day", category: "datetime", overloads: [{ description: "AR_FN_LNG_DAY_DATE_DSC", identifier: "Long_ONE day(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_DAY_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_DAY_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "Day(MakeDate(2017, 2, 14))", output: "14" }] }, { description: "AR_FN_LNG_DAY_DTM_DSC", identifier: "Long_ONE day(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_DAY_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_DAY_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Day(MakeDateTime(2009, 3, 20, 12, 00, 00))", output: "20" }] }], needsServerInfo: true }, month: { identifier: "month", description: "AR_FN_DSC_MONTH", type: "function", name: "Month", category: "datetime", overloads: [{ description: "AR_FN_LNG_MONTH_DATE_DSC", identifier: "Long_ONE month(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_MONTH_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_MONTH_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "Month(MakeDate(2009, 3, 20))", output: "3" }] }, { description: "AR_FN_LNG_MONTH_DTM_DSC", identifier: "Long_ONE month(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_MONTH_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_MONTH_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Month(MakeDateTime(2009, 3, 20, 12, 00, 00))", output: "3" }] }], needsServerInfo: true }, year: { identifier: "year", description: "AR_FN_DSC_YEAR", type: "function", name: "Year", category: "datetime", overloads: [{ description: "AR_FN_LNG_YEAR_DATE_DSC", identifier: "Long_ONE year(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_YEAR_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_YEAR_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "Year(MakeDate(2019, 3, 20))", output: "2019" }] }, { description: "AR_FN_LNG_YEAR_DTM_DSC", identifier: "Long_ONE year(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_YEAR_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_YEAR_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Year(MakeDateTime(2009, 3, 20, 12, 00, 00))", output: "2009" }] }], needsServerInfo: true }, hour: { identifier: "hour", description: "AR_FN_DSC_HOUR", type: "function", name: "Hour", category: "datetime", overloads: [{ description: "AR_FN_LNG_HOUR_TIME_DSC", identifier: "Long_ONE hour(Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_HOUR_TIME_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_HOUR_TIME_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }], examples: [{ input: "Hour(MakeTime(12, 00, 00))", output: "12" }] }, { description: "AR_FN_LNG_HOUR_DTM_DSC", identifier: "Long_ONE hour(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_HOUR_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_HOUR_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Hour(MakeDateTime(2007, 2, 10, 12, 00, 00))", output: "12" }] }], needsServerInfo: true }, minute: { identifier: "minute", description: "AR_FN_DSC_MINUTE", type: "function", name: "Minute", category: "datetime", overloads: [{ description: "AR_FN_LNG_MINUTE_DTM_DSC", identifier: "Long_ONE minute(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_MINUTE_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_MINUTE_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Minute(MakeDateTime(2007, 2, 10, 12, 30, 0))", output: "30" }, { input: "Minute(MakeDateTime(2019, 3, 1, 1, 5, 0))", output: "5" }, { input: "Minute(MakeDateTime(2015, 7, 15, 16, 0, 0))", output: "0" }] }, { description: "AR_FN_LNG_MINUTE_TIME_DSC", identifier: "Long_ONE minute(Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_MINUTE_TIME_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_MINUTE_TIME_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }], examples: [{ input: "Minute(MakeTime(12, 30, 0))", output: "30" }, { input: "Minute(MakeTime(1, 5, 0))", output: "5" }, { input: "Minute(MakeTime(16, 0, 0))", output: "0" }] }], needsServerInfo: true }, second: { identifier: "second", description: "AR_FN_DSC_SECOND", type: "function", name: "Second", category: "datetime", overloads: [{ description: "AR_FN_LNG_SECOND_DTM_DSC", identifier: "Long_ONE second(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_SECOND_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_SECOND_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Second(MakeDateTime(2007, 2, 10, 12, 30, 45))", output: "45" }] }, { description: "AR_FN_LNG_SECOND_TIME_DSC", identifier: "Long_ONE second(Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_SECOND_TIME_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_SECOND_TIME_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }], examples: [{ input: "Second(MakeTime(12, 30, 45))", output: "45" }] }], needsServerInfo: true }, dateDiff: { identifier: "dateDiff", description: "AR_FN_DSC_DATEDIFF", type: "function", name: "DateDiff", category: "datetime", overloads: [{ description: "AR_FN_DUR_DATEDIFF_DATE_DATE_DSC", identifier: "Duration_ONE dateDiff(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_DUR_DATEDIFF_DATE_DATE_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_DATEDIFF_DATE_DATE_PRM_DSC_0", identifier: "date1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_DATEDIFF_DATE_DATE_PRM_DSC_1", identifier: "date2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "DateDiff(MakeDate(2009, 3, 22), MakeDate(2009, 3, 20))", output: "AR_FN_DUR_DATEDIFF_DATE_DATE_EX_OUT_0" }, { input: "DateDiff(MakeDate(2009, 3, 20), MakeDate(2009, 3, 22))", output: "AR_FN_DUR_DATEDIFF_DATE_DATE_EX_OUT_1" }] }], needsServerInfo: true }, dateTimeDiff: { identifier: "dateTimeDiff", description: "AR_FN_DSC_DATETIMEDIFF", type: "function", name: "DateTimeDiff", category: "datetime", overloads: [{ description: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_DSC", identifier: "Duration_ONE dateTimeDiff(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_PRM_DSC_0", identifier: "dateTime1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_PRM_DSC_1", identifier: "dateTime2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "DateTimeDiff(MakeDateTime(2009, 3, 20, 14, 0, 0), MakeDateTime(2009, 3, 20, 12, 0, 0))", output: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_EX_OUT_0" }, { input: "DateTimeDiff(MakeDateTime(2009, 3, 20, 10, 0, 0), MakeDateTime(2009, 3, 20, 12, 0, 0))", output: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_EX_OUT_1" }] }] }, timeDiff: { identifier: "timeDiff", description: "AR_FN_DSC_TIMEDIFF", type: "function", name: "TimeDiff", category: "datetime", overloads: [{ description: "AR_FN_DUR_TIMEDIFF_TIME_TIME_DSC", identifier: "Duration_ONE timeDiff(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_DUR_TIMEDIFF_TIME_TIME_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_TIMEDIFF_TIME_TIME_PRM_DSC_0", identifier: "time1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_TIMEDIFF_TIME_TIME_PRM_DSC_1", identifier: "time2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "TimeDiff(MakeTime(14, 0, 0), MakeTime(12, 0, 0))", output: "AR_FN_DUR_TIMEDIFF_TIME_TIME_EX_OUT_0" }, { input: "TimeDiff(MakeTime(10, 0, 0), MakeTime(12, 0, 0))", output: "AR_FN_DUR_TIMEDIFF_TIME_TIME_EX_OUT_1" }] }], needsServerInfo: true }, dayOfWeek: { identifier: "dayOfWeek", description: "AR_FN_DSC_DAYOFWEEK", type: "function", name: "DayOfWeek", category: "datetime", overloads: [{ description: "AR_FN_LNG_DAYOFWEEK_DATE_DSC", identifier: "Long_ONE dayOfWeek(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_DAYOFWEEK_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_DAYOFWEEK_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "DayOfWeek(MakeDate(2009, 4, 5))", output: "1" }] }, { description: "AR_FN_LNG_DAYOFWEEK_DTM_DSC", identifier: "Long_ONE dayOfWeek(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_DAYOFWEEK_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_DAYOFWEEK_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "DayOfWeek(MakeDateTime(2009, 4, 5, 3, 0, 0))", output: "1" }] }], needsServerInfo: true }, getDayOfWeekOccurrence: { identifier: "getDayOfWeekOccurrence", description: "AR_FN_DSC_GETDAYOFWEEKOCCURRENCE", type: "function", name: "GetDayOfWeekOccurrence", category: "datetime", overloads: [{ description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE getDayOfWeekOccurrence(Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_0", identifier: "dayOfWeek", isArray: false, helpDisplayIdx: 0, max: "7", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_1", identifier: "occurrence", isArray: false, helpDisplayIdx: 1, max: "53", min: "-53", repeatable: false, required: true, type: "int", disallowZero: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_2", identifier: "year", isArray: false, helpDisplayIdx: 2, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetDayOfWeekOccurrence(1, 10, 2017)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_0" }, { input: "GetDayOfWeekOccurrence(6, -1, 2017)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_1" }, { input: "GetDayOfWeekOccurrence(6, -2, 2017)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_2" }, { input: "GetDayOfWeekOccurrence(2, 53, 2017)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_3" }] }, { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE getDayOfWeekOccurrence(Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "dayOfWeek", isArray: false, helpDisplayIdx: 0, max: "7", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "occurrence", isArray: false, helpDisplayIdx: 1, max: "5", min: "-5", repeatable: false, required: true, type: "int", disallowZero: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "year", isArray: false, helpDisplayIdx: 2, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "month", isArray: false, helpDisplayIdx: 3, max: "12", min: "1", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetDayOfWeekOccurrence(1, 2, 2017, 4)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "GetDayOfWeekOccurrence(6, -1, 2017, 2)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "GetDayOfWeekOccurrence(6, -2, 2017, 2)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_2" }, { input: "GetDayOfWeekOccurrence(3, 5, 2017, 4)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_3" }] }, { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE getDayOfWeekOccurrence(Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "dayOfWeek", isArray: false, helpDisplayIdx: 0, max: "7", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "occurrence", isArray: false, helpDisplayIdx: 1, max: "53", min: "-53", repeatable: false, required: true, type: "int", disallowZero: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "year", isArray: false, helpDisplayIdx: 2, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "hour", isArray: false, helpDisplayIdx: 3, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4", identifier: "minute", isArray: false, helpDisplayIdx: 4, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5", identifier: "second", isArray: false, helpDisplayIdx: 5, max: "59", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetDayOfWeekOccurrence(6, -1, 2017, 2, 14, 30)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "GetDayOfWeekOccurrence(6, -2, 2017, 2, 5, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "GetDayOfWeekOccurrence(1, 20, 2017, 2, 11, 15)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_2" }, { input: "GetDayOfWeekOccurrence(3, 53, 2017, 12, 0, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_3" }] }, { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE getDayOfWeekOccurrence(Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "dayOfWeek", isArray: false, helpDisplayIdx: 0, max: "7", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "occurrence", isArray: false, helpDisplayIdx: 1, max: "5", min: "-5", repeatable: false, required: true, type: "int", disallowZero: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "year", isArray: false, helpDisplayIdx: 2, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "month", isArray: false, helpDisplayIdx: 3, max: "12", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4", identifier: "hour", isArray: false, helpDisplayIdx: 4, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5", identifier: "minute", isArray: false, helpDisplayIdx: 5, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_6", identifier: "second", isArray: false, helpDisplayIdx: 6, max: "59", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetDayOfWeekOccurrence(1, 2, 2017, 4, 11, 15, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "GetDayOfWeekOccurrence(6, -1, 2017, 2, 14, 30, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "GetDayOfWeekOccurrence(6, -2, 2017, 2, 5, 0, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_2" }, { input: "GetDayOfWeekOccurrence(3, 5, 2015, 4, 12, 0, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_3" }] }] }, getMenusSupportSpeechRecognition: { identifier: "getMenusSupportSpeechRecognition", description: "AR_FN_DSC_GETMENUSSUPPORTSPEECHRECOGNITION", type: "function", name: "GetMenusSupportSpeechRecognition", category: "audio", overloads: [{ description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_DSC", identifier: "Boolean_ONE getMenusSupportSpeechRecognition()", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_RV", isArray: false, type: "bln" }, parameters: [], examples: [{ input: "GetMenusSupportSpeechRecognition()", output: "false" }] }, { description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_DSC", identifier: "Boolean_ONE getMenusSupportSpeechRecognition(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_PRM_DSC_0", identifier: "languageTag", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'GetMenusSupportSpeechRecognition("en-us")', output: "true" }, { input: "GetMenusSupportSpeechRecognition(ToString(NOT_SET))", output: "A NOT_SET Boolean" }] }], needsServerInfo: true }, weekNum: { identifier: "weekNum", description: "AR_FN_DSC_WEEKNUM", type: "function", name: "WeekNum", category: "datetime", overloads: [{ description: "AR_FN_LNG_WEEKNUM_DATE_DSC", identifier: "Long_ONE weekNum(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_WEEKNUM_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_WEEKNUM_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "WeekNum(MakeDate(2017, 1, 1))", output: "1" }, { input: "WeekNum(MakeDate(2009, 12, 10))", output: "50" }, { input: "WeekNum(MakeDate(2009, 12, 31))", output: "53" }] }, { description: "AR_FN_LNG_WEEKNUM_DTM_DSC", identifier: "Long_ONE weekNum(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_WEEKNUM_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_WEEKNUM_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "WeekNum(MakeDateTime(2007, 1, 1, 3, 0, 0))", output: "1" }, { input: "WeekNum(MakeDateTime(2009, 12, 10, 3, 0, 0))", output: "50" }, { input: "WeekNum(MakeDateTime(2009, 12, 31, 3, 0, 0))", output: "53" }] }], needsServerInfo: true }, makeDate: { identifier: "makeDate", description: "AR_FN_DSC_MAKEDATE", type: "function", name: "MakeDate", category: "datetime", overloads: [{ description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_DSC", identifier: "Date_ONE makeDate(Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_0", identifier: "year", isArray: false, helpDisplayIdx: 0, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_1", identifier: "month", isArray: false, helpDisplayIdx: 1, max: "12", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_2", identifier: "day", isArray: false, helpDisplayIdx: 2, max: "31", min: "1", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDate(2014, 5, 20)", output: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_EX_OUT_0" }, { input: "MakeDate(2018, 1, 1)", output: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_EX_OUT_1" }] }], needsServerInfo: true }, makeDateTime: { identifier: "makeDateTime", description: "AR_FN_DSC_MAKEDATETIME", type: "function", name: "MakeDateTime", category: "datetime", overloads: [{ description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE makeDateTime(Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "year", isArray: false, helpDisplayIdx: 0, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "month", isArray: false, helpDisplayIdx: 1, max: "12", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "day", isArray: false, helpDisplayIdx: 2, max: "31", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "hour", isArray: false, helpDisplayIdx: 3, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4", identifier: "minute", isArray: false, helpDisplayIdx: 4, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5", identifier: "second", isArray: false, helpDisplayIdx: 5, max: "59", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00)", output: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0" }] }, { description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE makeDateTime(Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_0", identifier: "year", isArray: false, helpDisplayIdx: 0, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_1", identifier: "month", isArray: false, helpDisplayIdx: 1, max: "12", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_2", identifier: "day", isArray: false, helpDisplayIdx: 2, max: "31", min: "1", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDateTime(2009, 3, 20)", output: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_EX_OUT_0" }] }, { description: "AR_FN_DTM_MAKEDATETIME_DATE_TIME_DSC", identifier: "DateTime_ONE makeDateTime(Date_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_DTM_MAKEDATETIME_DATE_TIME_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_DATE_TIME_PRM_DSC_0", identifier: "date", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_DATE_TIME_PRM_DSC_1", identifier: "time", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "tim" }], examples: [{ input: "MakeDateTime(MakeDate(2009, 3, 20), MakeTime(3, 30, 0))", output: "A DateTime whose value is March 20th, 2009 at 03:30:00AM." }, { input: "MakeDateTime(MakeDate(2018, 1, 1), ToTime(NOT_SET))", output: "A DateTime whose value is January 1st, 2018 at 12:00:00AM." }, { input: "MakeDateTime(ToDate(NOT_SET), MakeTime(15, 0, 0))", output: "A DateTime whose value is January 1st, 1970 at 03:00:00PM." }] }], needsServerInfo: true }, makeDuration: { identifier: "makeDuration", description: "AR_FN_DSC_MAKEDURATION", type: "function", name: "MakeDuration", category: "datetime", overloads: [{ description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_DSC", identifier: "Duration_ONE makeDuration(Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "day", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "hour", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "minute", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "second", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDuration(10, 0, 30, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "MakeDuration(-10, 0, 30, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "MakeDuration(-10, 0, -30, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_2" }] }, { description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_DSC", identifier: "Duration_ONE makeDuration(Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "day", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "hour", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "minute", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "second", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4", identifier: "milliseconds", isArray: false, helpDisplayIdx: 4, repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDuration(10, 0, 30, 0, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "MakeDuration(-10, 0, 30, 10, 500)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "MakeDuration(-10, 0, -30, 0, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_2" }] }] }, makeTime: { identifier: "makeTime", description: "AR_FN_DSC_MAKETIME", type: "function", name: "MakeTime", category: "datetime", overloads: [{ description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_DSC", identifier: "Time_ONE makeTime(Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_0", identifier: "hour", isArray: false, helpDisplayIdx: 0, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_1", identifier: "minute", isArray: false, helpDisplayIdx: 1, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_2", identifier: "second", isArray: false, helpDisplayIdx: 2, max: "59", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeTime(12, 5, 0)", output: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_EX_OUT_0" }] }, { description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_DSC", identifier: "Time_ONE makeTime(Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "hour", isArray: false, helpDisplayIdx: 0, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "minute", isArray: false, helpDisplayIdx: 1, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "second", isArray: false, helpDisplayIdx: 2, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "milliseconds", isArray: false, helpDisplayIdx: 3, max: "999", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeTime(2, 30, 10, 0)", output: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "MakeTime(12, 0, 10, 200)", output: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_EX_OUT_1" }] }], needsServerInfo: true }, addDays: { identifier: "addDays", description: "AR_FN_DSC_ADDDAYS", type: "function", name: "AddDays", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDDAYS_DTM_LNG_DSC", identifier: "DateTime_ONE addDays(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDDAYS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDDAYS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDDAYS_DTM_LNG_PRM_DSC_1", identifier: "days", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddDays(MakeDateTime(2009, 3, 2, 12, 00, 00), 5)", output: "AR_FN_DTM_ADDDAYS_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_DATE_ADDDAYS_DATE_LNG_DSC", identifier: "Date_ONE addDays(Date_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_ADDDAYS_DATE_LNG_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDDAYS_DATE_LNG_PRM_DSC_0", identifier: "startDate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDDAYS_DATE_LNG_PRM_DSC_1", identifier: "days", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddDays(MakeDate(2009, 3, 2), 5)", output: "AR_FN_DATE_ADDDAYS_DATE_LNG_EX_OUT_0" }] }], needsServerInfo: true }, addDuration: { identifier: "addDuration", description: "AR_FN_DSC_ADDDURATION", type: "function", name: "AddDuration", category: "datetime", overloads: [{ description: "AR_FN_DATE_ADDDURATION_DATE_DUR_DSC", identifier: "Date_ONE addDuration(Date_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_ADDDURATION_DATE_DUR_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDDURATION_DATE_DUR_PRM_DSC_0", identifier: "startDate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDDURATION_DATE_DUR_PRM_DSC_1", identifier: "durationDaysToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "AddDuration(MakeDate(2009, 1, 10), MakeDuration(10, 0, 30, 0))", output: "AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_0" }, { input: "AddDuration(MakeDate(2020, 2, 28), MakeDuration(3, 0, 0, 0))", output: "AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_1" }, { input: "AddDuration(MakeDate(2020, 1, 2), MakeDuration(-3, -4, 0, 0))", output: "AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_2" }] }, { description: "AR_FN_DTM_ADDDURATION_DTM_DUR_DSC", identifier: "DateTime_ONE addDuration(DateTime_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDDURATION_DTM_DUR_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDDURATION_DTM_DUR_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDDURATION_DTM_DUR_PRM_DSC_1", identifier: "durationToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "AddDuration(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDuration(10, 0, 30, 0))", output: "AR_FN_DTM_ADDDURATION_DTM_DUR_EX_OUT_0" }] }, { description: "AR_FN_TIME_ADDDURATION_TIME_DUR_DSC", identifier: "Time_ONE addDuration(Time_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_ADDDURATION_TIME_DUR_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDDURATION_TIME_DUR_PRM_DSC_0", identifier: "startTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDDURATION_TIME_DUR_PRM_DSC_1", identifier: "durationToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "AddDuration(MakeTime(22, 0, 0), MakeDuration(2, 3, 30, 0))", output: "A Time whose value is 01:30:00AM." }, { input: "AddDuration(MakeTime(12, 30, 0), MakeDuration(-1, 3, 30, 0))", output: "A Time whose value is 04:00:00PM." }, { input: "AddDuration(MakeTime(12, 30, 0), MakeDuration(-1, -3, -30, 0))", output: "A Time whose value is 09:00:00AM." }] }], needsServerInfo: true }, addMonths: { identifier: "addMonths", description: "AR_FN_DSC_ADDMONTHS", type: "function", name: "AddMonths", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDMONTHS_DTM_LNG_DSC", identifier: "DateTime_ONE addMonths(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDMONTHS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDMONTHS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDMONTHS_DTM_LNG_PRM_DSC_1", identifier: "monthsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddMonths(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDMONTHS_DTM_LNG_EX_OUT_0" }, { input: "AddMonths(MakeDateTime(2009, 1, 31, 6, 30, 0), 1)", output: "AR_FN_DTM_ADDMONTHS_DTM_LNG_EX_OUT_1" }] }, { description: "AR_FN_DATE_ADDMONTHS_DATE_LNG_DSC", identifier: "Date_ONE addMonths(Date_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_ADDMONTHS_DATE_LNG_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDMONTHS_DATE_LNG_PRM_DSC_0", identifier: "startDate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDMONTHS_DATE_LNG_PRM_DSC_1", identifier: "monthsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddMonths(MakeDate(2009, 1, 10), 3)", output: "AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_0" }, { input: "AddMonths(MakeDate(2008, 1, 29), 1)", output: "AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_1" }, { input: "AddMonths(MakeDate(2009, 1, 29), 1)", output: "AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_2" }, { input: "AddMonths(MakeDate(2020, 3, 1), -2)", output: "AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_3" }] }], needsServerInfo: true }, addYears: { identifier: "addYears", description: "AR_FN_DSC_ADDYEARS", type: "function", name: "AddYears", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDYEARS_DTM_LNG_DSC", identifier: "DateTime_ONE addYears(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDYEARS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDYEARS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDYEARS_DTM_LNG_PRM_DSC_1", identifier: "yearsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddYears(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDYEARS_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_DATE_ADDYEARS_DATE_LNG_DSC", identifier: "Date_ONE addYears(Date_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_ADDYEARS_DATE_LNG_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDYEARS_DATE_LNG_PRM_DSC_0", identifier: "startDate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDYEARS_DATE_LNG_PRM_DSC_1", identifier: "yearsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddYears(MakeDate(2012, 1, 10), 3)", output: "AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_0" }, { input: "AddYears(MakeDate(2012, 1, 10), 0)", output: "AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_1" }, { input: "AddYears(MakeDate(2012, 1, 10), -3)", output: "AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_2" }] }], needsServerInfo: true }, addHours: { identifier: "addHours", description: "AR_FN_DSC_ADDHOURS", type: "function", name: "AddHours", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDHOURS_DTM_LNG_DSC", identifier: "DateTime_ONE addHours(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDHOURS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDHOURS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDHOURS_DTM_LNG_PRM_DSC_1", identifier: "hoursToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddHours(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDHOURS_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_TIME_ADDHOURS_TIME_LNG_DSC", identifier: "Time_ONE addHours(Time_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_ADDHOURS_TIME_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDHOURS_TIME_LNG_PRM_DSC_0", identifier: "startTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDHOURS_TIME_LNG_PRM_DSC_1", identifier: "hoursToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddHours(MakeTime(6, 30, 0), 3)", output: "AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_0" }, { input: "AddHours(MakeTime(6, 30, 0, 500), -9)", output: "AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_1" }, { input: "AddHours(MakeTime(0, 0, 0), 36)", output: "AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_2" }] }], needsServerInfo: true }, addMinutes: { identifier: "addMinutes", description: "AR_FN_DSC_ADDMINUTES", type: "function", name: "AddMinutes", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDMINUTES_DTM_LNG_DSC", identifier: "DateTime_ONE addMinutes(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDMINUTES_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDMINUTES_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDMINUTES_DTM_LNG_PRM_DSC_1", identifier: "minutesToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddMinutes(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDMINUTES_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_TIME_ADDMINUTES_TIME_LNG_DSC", identifier: "Time_ONE addMinutes(Time_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_ADDMINUTES_TIME_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDMINUTES_TIME_LNG_PRM_DSC_0", identifier: "startTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDMINUTES_TIME_LNG_PRM_DSC_1", identifier: "minutesToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddMinutes(MakeTime(6, 30, 0), 150)", output: "AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_0" }, { input: "AddMinutes(MakeTime(6, 30, 0, 500), -600)", output: "AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_1" }, { input: "AddMinutes(MakeTime(0, 0, 0), -1440)", output: "AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_2" }, { input: "AddMinutes(MakeTime(0, 0, 0), -1410)", output: "AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_3" }] }], needsServerInfo: true }, addSeconds: { identifier: "addSeconds", description: "AR_FN_DSC_ADDSECONDS", type: "function", name: "AddSeconds", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDSECONDS_DTM_LNG_DSC", identifier: "DateTime_ONE addSeconds(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDSECONDS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDSECONDS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDSECONDS_DTM_LNG_PRM_DSC_1", identifier: "secondsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddSeconds(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDSECONDS_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_TIME_ADDSECONDS_TIME_LNG_DSC", identifier: "Time_ONE addSeconds(Time_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_ADDSECONDS_TIME_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDSECONDS_TIME_LNG_PRM_DSC_0", identifier: "startTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDSECONDS_TIME_LNG_PRM_DSC_1", identifier: "secondsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddSeconds(MakeTime(0, 30, 0), 330)", output: "AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_0" }, { input: "AddSeconds(MakeTime(0, 30, 0), -3600)", output: "AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_1" }, { input: "AddSeconds(MakeTime(6, 30, 0, 500), 86400)", output: "AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_2" }] }], needsServerInfo: true }, logicalIf: { identifier: "logicalIf", description: "AR_FN_DSC_LOGICALIF", type: "function", name: "If", category: "logical", overloads: [{ description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_DSC", identifier: "Any_ONE logicalIf(Boolean_ONE,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_1", identifier: "trueValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_2", identifier: "falseValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: "If(5>3, true, false)", output: "true" }, { input: 'If(5>3, "hello", "world")', output: '"hello"' }, { input: "If(5>3, 100, 200)", output: "100" }, { input: "If(5>3, 100.5, 200.0)", output: "100.5" }, { input: 'If(MakeCurrency(5.00, "USD") > MakeCurrency(2.00, "USD"), MakeCurrency(10.00, "USD"), ToCurrency(NOT_SET))', output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_4" }, { input: "If(5>3, MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2005, 1, 1, 0, 0, 0))", output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_5" }, { input: "If(5>3, MakeDuration(0, 1, 0, 0), MakeDuration(2, 0, 0, 0))", output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_6" }, { input: 'If(5>3, ToUser("john.doe@company.com"), ToUser("mary.doe@company.com"))', output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_7", hidden: "true" }, { input: 'If(5>3, ToSkill("Spanish"), ToSkill("German"))', output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_8", hidden: "true" }, { input: "If(3<5, MakeDate(2010, 6, 1), MakeDate(2015, 6, 1))", output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_9", featureConfigName: "botFlows" }, { input: "If(3<5, MakeTime(12, 0, 0), MakeTime(2, 30, 0))", output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_10", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_DSC", identifier: "Any_COLL logicalIf(Boolean_ONE,Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "trueValue", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_2", identifier: "falseValue", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "any" }], examples: [{ input: 'If(MakeCurrency(5.00, "USD") > MakeCurrency(2.00, "USD"), MakeList(MakeCurrency(10.00, "USD")), MakeList(ToCurrency(NOT_SET)))', output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_0" }, { input: "If(5>3, MakeList(true), MakeList(false))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_1" }, { input: 'If(5>3, MakeList("hello"), MakeList("world"))', output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_2" }, { input: "If(5>3, MakeList(100), MakeList(200))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_3" }, { input: "If(5>3, MakeList(100.5), MakeList(200.0))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_4" }, { input: "If(5>3, MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0)), MakeList(MakeDateTime(2005, 1, 1, 0, 0, 0)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_5" }, { input: "If(5>3, MakeList(MakeDuration(0, 1, 0, 0)), MakeList(MakeDuration(2, 0, 0, 0)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_6" }, { input: 'If(5>3, MakeList(ToUser("john.doe@company.com")), MakeList(ToUser("mary.doe@company.com")))', output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_7", hidden: "true" }, { input: 'If(5>3, MakeList(ToSkill("Spanish")), MakeList(ToSkill("German")))', output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_8", hidden: "true" }, { input: "If(5>3, MakeList(ToSkill(NOT_SET)), MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_9" }, { input: "If(3<5, MakeList(MakeDate(2010, 6, 1)), MakeList(MakeDate(2015, 6, 1)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_10", featureConfigName: "botFlows" }, { input: "If(3<5, MakeList(MakeTime(12, 0, 0)), MakeList(MakeTime(2, 30, 0)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_11", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_DSC", identifier: "Audio_ONE logicalIf(Boolean_ONE,Audio_ONE,Audio_ONE)", support: { version: "1.0", resolver: "If" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_1", identifier: "trueValueAudio", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "aud" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_2", identifier: "falseValueAudio", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'If(5>3, ToAudioTTS("Hello"), ToAudioTTS("World"))', output: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_EX_OUT_0" }] }] }, areEqual: { identifier: "areEqual", description: "AR_FN_DSC_AREEQUAL", type: "function", name: "AreEqual", category: "comparison", overloads: [{ description: "AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_DSC", identifier: "Boolean_ONE areEqual(Any_ONE,Any_ONE...)", support: { version: "1.0", resolver: "n-SameTypeParmNotSetToString" }, returnValue: { description: "AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "any" }], examples: [{ input: "AreEqual(true, false, ToBool(NOT_SET))", output: "false" }, { input: "AreEqual(5>3, true)", output: "true" }, { input: 'AreEqual("Hello", "Hel" + "lo")', output: "true" }, { input: 'AreEqual(MakeCurrency(5.00, "USD"), MakeCurrency(2.00, "USD"))', output: "false" }, { input: 'AreEqual(MakeCurrency(5.00, "USD"), MakeCurrency(5.00, "EUR"))', output: "false" }, { input: "AreEqual(ToString(NOT_SET), ToString(NOT_SET))", output: "true" }, { input: "AreEqual(100+5, 105, 110)", output: "false" }, { input: "AreEqual(105, 105)", output: "true" }, { input: "AreEqual(100.5, 120.0, 125.5)", output: "false" }, { input: "AreEqual(100.5, 100.5, 100.5)", output: "true" }, { input: "AreEqual(MakeDateTime(2009, 3, 20, 14, 0, 0), MakeDateTime(2009, 3, 20, 12, 0, 0))", output: "false" }, { input: "AreEqual(MakeDateTime(2009, 3, 20, 14, 0, 0), MakeDateTime(2009, 3, 20, 14, 0, 0))", output: "true" }, { input: "AreEqual(MakeDuration(0, 1, 0, 0), MakeDuration(2, 0, 0, 0))", output: "false" }, { input: "AreEqual(MakeDuration(2, 0, 0, 0), MakeDuration(2, 0, 0, 0))", output: "true" }, { input: 'AreEqual(ToUser("john.doe@company.com"), ToUser("Doe, Jane"))', output: "false", hidden: "true" }, { input: 'AreEqual(ToUser("john.doe@company.com"), ToUser("john.doe@company.com"))', output: "true", hidden: "true" }, { input: 'AreEqual(ToSkill("Spanish"), ToSkill("German"))', output: "false", hidden: "true" }, { input: 'AreEqual(ToSkill("Spanish"), ToSkill("Spanish"))', output: "true", hidden: "true" }, { input: "AreEqual(NOT_SET, NOT_SET)", output: "true" }, { input: "AreEqual(ToUser(NOT_SET), ToUser(NOT_SET))", output: "true" }, { input: "AreEqual(ToSkill(NOT_SET), ToSkill(NOT_SET))", output: "true" }, { input: 'AreEqual(MakeEmptyJsonObject(), JsonParse("{}"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_DSC", identifier: "Boolean_ONE areEqual(Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "any" }], examples: [{ input: "AreEqual(MakeList(true, false), MakeList(true, false))", output: "true" }, { input: "AreEqual(MakeList(true, ToBool(NOT_SET), false), MakeList(true, false, ToBool(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(true, ToBool(NOT_SET), false), MakeList(true, ToBool(NOT_SET), false))", output: "true" }, { input: "AreEqual(MakeList(true), MakeEmptyList(ToBool(NOT_SET)))", output: "false" }, { input: 'AreEqual(MakeList(MakeCurrency(5.00, "USD")), MakeList(MakeCurrency(5.00, "USD")))', output: "true" }, { input: 'AreEqual(MakeList(MakeCurrency(5.00, "USD")), MakeList(MakeCurrency(5.00, "EUR")))', output: "false" }, { input: 'AreEqual(MakeList("hello"), MakeList("world"))', output: "false" }, { input: 'AreEqual(MakeList("hello"), MakeList("Hello"))', output: "false" }, { input: 'AreEqual(MakeList("hello"), MakeList("hello"))', output: "true" }, { input: 'AreEqual(MakeList("hello"), MakeEmptyList(ToString(NOT_SET)))', output: "false" }, { input: "AreEqual(MakeList(5, 3, 1), MakeList(1, 3, 5))", output: "false" }, { input: "AreEqual(MakeList(5, ToInt(NOT_SET), 1), MakeList(5, 3, 1))", output: "false" }, { input: "AreEqual(MakeList(5, ToInt(NOT_SET), 1), MakeList(5, ToInt(NOT_SET), 1))", output: "true" }, { input: "AreEqual(MakeList(1), MakeEmptyList(ToInt(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(5.0, 3.0, 1.0), MakeList(1.0, 3.0, 5.0))", output: "false" }, { input: "AreEqual(MakeList(5.0, ToDecimal(NOT_SET), 1.0), MakeList(5.0, 3.0, 1.0))", output: "false" }, { input: "AreEqual(MakeList(5.0, ToDecimal(NOT_SET), 1.0), MakeList(5.0, ToDecimal(NOT_SET), 1.0))", output: "true" }, { input: "AreEqual(MakeList(1.0), MakeEmptyList(ToDecimal(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2009, 5, 5, 11, 30, 0)), MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2009, 5, 5, 11, 30, 0)))", output: "true" }, { input: "AreEqual(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), ToDateTime(NOT_SET)), MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), ToDateTime(NOT_SET)))", output: "true" }, { input: "AreEqual(MakeList(ToDateTime(NOT_SET)), MakeEmptyList(ToDateTime(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)), MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)))", output: "true" }, { input: "AreEqual(MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)), MakeList(MakeDuration(10, 0, 30, 0), ToDuration(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(ToDuration(NOT_SET)), MakeEmptyList(ToDuration(NOT_SET)))", output: "false" }, { input: 'AreEqual(MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com")), MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com")))', output: "true", hidden: "true" }, { input: 'AreEqual(MakeList(ToUser("john.doe@company.com"), ToUser(NOT_SET)), MakeList(ToUser("john.doe@company.com"), ToUser(NOT_SET)))', output: "true", hidden: "true" }, { input: "AreEqual(MakeList(ToUser(NOT_SET)), MakeEmptyList(ToUser(NOT_SET)))", output: "false" }, { input: 'AreEqual(MakeList(ToSkill("Spanish"), ToSkill("German")), MakeList(ToSkill("Spanish"), ToSkill("German")))', output: "true", hidden: "true" }, { input: 'AreEqual(MakeList(ToSkill("Spanish"), ToSkill(NOT_SET)), MakeList(ToSkill("Spanish"), ToSkill(NOT_SET)))', output: "true", hidden: "true" }, { input: "AreEqual(MakeList(ToSkill(NOT_SET)), MakeEmptyList(ToSkill(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)), MakeList(ToUser(NOT_SET), ToUser(NOT_SET)))", output: "true", hidden: "true" }, { input: "AreEqual(MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)), MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)))", output: "true", hidden: "true" }] }, { description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_DSC", identifier: "Boolean_ONE areEqual(Boolean_ONE,String_ONE,String_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_0", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_1", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_2", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 2, repeatable: true, required: false, type: "str" }], examples: [{ input: 'AreEqual(false, "Hello", "hel" + "lo")', output: "false" }, { input: 'AreEqual(true, "Hello", "hel" + "lo", "hello")', output: "true" }, { input: "AreEqual(false, ToString(NOT_SET), ToString(NOT_SET))", output: "true" }] }, { description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_DSC", identifier: "Boolean_ONE areEqual(Boolean_ONE,String_COLL,String_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_0", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_1", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_2", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "str" }], examples: [{ input: 'AreEqual(false, MakeList("hello"), MakeList("world"))', output: "false" }, { input: 'AreEqual(false, MakeList("hello"), MakeList("Hello"))', output: "false" }, { input: 'AreEqual(true, MakeList("hello"), MakeList("Hello"))', output: "true" }, { input: 'AreEqual(false, MakeList("hello"), MakeList("hello"))', output: "true" }, { input: 'AreEqual(false, MakeList("hello"), MakeEmptyList(ToString(NOT_SET)))', output: "false" }] }] }, isSkillExpressionFilterValid: { identifier: "isSkillExpressionFilterValid", description: "AR_FN_DSC_ISSKILLEXPRESSIONFILTERVALID", type: "function", name: "IsSkillExpressionFilterValid", category: "logical", overloads: [{ description: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_DSC", identifier: "Boolean_ONE isSkillExpressionFilterValid(SkillExpressionFilter_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", emailsend: "emailsend", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage" }, featureConfigName: "routingSkillExpressionsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_PRM_DSC_0", identifier: "skillExpressionFilter", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn__architect::skill_expression_filter" }], examples: [{ input: 'IsSkillExpressionFilterValid(EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)"))', output: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_EX_OUT_0" }, { input: "IsSkillExpressionFilterValid(NOT_SET)", output: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_EX_OUT_1" }] }], needsServerInfo: true }, areSkillExpressionFiltersValid: { identifier: "areSkillExpressionFiltersValid", description: "AR_FN_DSC_ARESKILLEXPRESSIONFILTERSVALID", type: "function", name: "AreSkillExpressionFiltersValid", category: "search", overloads: [{ description: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_DSC", identifier: "Boolean_ONE areSkillExpressionFiltersValid(SkillExpressionFilter_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule", emailsend: "emailsend", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage" }, featureConfigName: "routingSkillExpressionsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_PRM_DSC_0", identifier: "skillExpressionFilters", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn__architect::skill_expression_filter" }], examples: [{ input: 'AreSkillExpressionFiltersValid(MakeList(EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)")))', output: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_EX_OUT_0" }, { input: 'AreSkillExpressionFiltersValid(MakeEmptyList(EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)")))', output: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_EX_OUT_1" }] }], needsServerInfo: true }, isSet: { identifier: "isSet", description: "AR_FN_DSC_ISSET", type: "function", name: "IsSet", category: "logical", overloads: [{ description: "AR_FN_BLN_ISSET_ANY_DSC", identifier: "Boolean_ONE isSet(Any_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_ISSET_ANY_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISSET_ANY_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "IsSet(true)", output: "true" }, { input: "IsSet(false)", output: "true" }, { input: "IsSet(ToBool(NOT_SET))", output: "false" }, { input: 'IsSet("Hello")', output: "true" }, { input: 'IsSet("")', output: "true" }, { input: "IsSet(ToString(NOT_SET))", output: "false" }, { input: "IsSet(100)", output: "true" }, { input: "IsSet(ToInt(NOT_SET))", output: "false" }, { input: "IsSet(100.5)", output: "true" }, { input: "IsSet(ToDecimal(NOT_SET))", output: "false" }, { input: "IsSet(ToCurrency(NOT_SET))", output: "false" }, { input: "IsSet(MakeCurrency(5.00, ToString(NOT_SET)))", output: "true" }, { input: 'IsSet(MakeCurrency(ToDecimal(NOT_SET), "USD"))', output: "true" }, { input: "IsSet(MakeCurrency(ToDecimal(NOT_SET), ToString(NOT_SET)))", output: "true" }, { input: 'IsSet(MakeCurrency(5.00, "USD"))', output: "true" }, { input: "IsSet(MakeDate(2018, 12, 4))", output: "true", featureConfigName: "botFlows" }, { input: "IsSet(ToDate(NOT_SET))", output: "false", featureConfigName: "botFlows" }, { input: "IsSet(MakeTime(1, 30, 0))", output: "true", featureConfigName: "botFlows" }, { input: "IsSet(ToTime(NOT_SET))", output: "false", featureConfigName: "botFlows" }, { input: "IsSet(JsonParse(NOT_SET))", output: "false", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsSet(ToJson(NOT_SET))", output: "false", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsSet(JsonParse("null"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsSet(JsonParse("true"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsSet(MakeEmptyJsonObject())", output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsSet(JsonParse("{\\"a\\": false}"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsSet(ToJson(""))', output: "true", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_BLN_ISSET_AUDIO_DSC", identifier: "Boolean_ONE isSet(Audio_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISSET_AUDIO_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_ISSET_AUDIO_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'IsSet(ToAudioTTS("Hello"))', output: "true" }, { input: "IsSet(ToAudioBlank(2000))", output: "true" }, { input: "IsSet(ToAudio(ToPrompt(NOT_SET)))", output: "false" }] }, { description: "AR_FN_BLN_ISSET_NTS_DSC", identifier: "Boolean_ONE isSet(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_BLN_ISSET_NTS_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISSET_NTS_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "IsSet(NOT_SET)", output: "false" }] }], needsServerInfo: true }, getAt: { identifier: "getAt", description: "AR_FN_DSC_GETAT", type: "function", name: "GetAt", category: "list", overloads: [{ description: "AR_FN_ANY_GETAT_ANY_COLL_LNG_DSC", identifier: "Any_ONE getAt(Any_COLL,Long_ONE)", support: { version: "1.0", resolver: "GetAt" }, returnValue: { description: "AR_FN_ANY_GETAT_ANY_COLL_LNG_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_GETAT_ANY_COLL_LNG_PRM_DSC_0", identifier: "collection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_GETAT_ANY_COLL_LNG_PRM_DSC_1", identifier: "index", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetAt(MakeList(true, false), 0)", output: "true" }, { input: 'GetAt(MakeList("Hello", "World"), 0)', output: '"Hello"' }, { input: "GetAt(MakeList(100, 200), 0)", output: "100" }, { input: "GetAt(MakeList(100.5, 200.5), 0)", output: "100.5" }, { input: 'GetAt(MakeList(MakeCurrency(5.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")), 1)', output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_4" }, { input: "GetAt(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2005, 1, 1, 0, 0, 0)), 0)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_5" }, { input: "GetAt(MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)), 0)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_6" }, { input: 'GetAt(MakeList(ToSkill("Spanish"), ToSkill("German")), 0)', output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_7", hidden: "true" }, { input: 'GetAt(MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com")), 0)', output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_8", hidden: "true" }, { input: "GetAt(MakeList(ToSkill(NOT_SET)), 0)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_9" }, { input: "GetAt(MakeList(MakeDate(2015, 1, 10), MakeDate(2018, 2, 14)), 0)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_10", featureConfigName: "botFlows" }, { input: "GetAt(MakeList(MakeTime(4, 30, 0), MakeTime(14, 15, 0)), 1)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_11", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_JSON_GETAT_JSON_LNG_DSC", identifier: "JSON_ONE getAt(JSON_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_GETAT_JSON_LNG_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_GETAT_JSON_LNG_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_GETAT_JSON_LNG_PRM_DSC_1", identifier: "index", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'GetAt(JsonParse( "[\\"a\\", \\"b\\", \\"c\\"]" ), 1)', output: "AR_FN_JSON_GETAT_JSON_LNG_EX_OUT_0" }, { input: 'GetAt(JsonParse("\\"Hello\\""), 2)', output: "AR_FN_JSON_GETAT_JSON_LNG_EX_OUT_1" }] }], needsServerInfo: true }, count: { identifier: "count", description: "AR_FN_DSC_COUNT", type: "function", name: "Count", category: "list", overloads: [{ description: "AR_FN_LNG_COUNT_ANY_COLL_DSC", identifier: "Long_ONE count(Any_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_COUNT_ANY_COLL_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COUNT_ANY_COLL_PRM_DSC_0", identifier: "value", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "Count(MakeList(true, false))", output: "2" }, { input: "Count(MakeList(true, ToBool(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToBool(NOT_SET)))", output: "1" }, { input: 'Count(MakeList(MakeCurrency(5.00, "EUR"), MakeCurrency(ToDecimal(NOT_SET), "USD")))', output: "2" }, { input: 'Count(MakeList("hello", "world"))', output: "2" }, { input: 'Count(MakeList("hello", ToString(NOT_SET)))', output: "2" }, { input: "Count(MakeList(ToString(NOT_SET)))", output: "1" }, { input: "Count(MakeList(5, 3))", output: "2" }, { input: "Count(MakeList(5, ToInt(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToInt(NOT_SET)))", output: "1" }, { input: "Count(MakeList(3.5, -2.2))", output: "2" }, { input: "Count(MakeList(3.5, ToDecimal(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToDecimal(NOT_SET)))", output: "1" }, { input: "Count(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2008, 4, 5, 10, 30, 0)))", output: "2" }, { input: "Count(MakeList(GetCurrentDateTimeUtc(), ToDateTime(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToDateTime(NOT_SET)))", output: "1" }, { input: "Count(MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)))", output: "2" }, { input: "Count(MakeList(MakeDuration(10, 0, 30, 0), ToDuration(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToDuration(NOT_SET)))", output: "1" }, { input: 'Count(MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com")))', output: "2", hidden: "true" }, { input: 'Count(MakeList(ToUser("john.doe@company.com"), ToUser(NOT_SET)))', output: "2", hidden: "true" }, { input: "Count(MakeList(ToUser(NOT_SET)))", output: "1" }, { input: 'Count(MakeList(ToSkill("Spanish"), ToSkill("German")))', output: "2", hidden: "true" }, { input: 'Count(MakeList(ToSkill("Spanish"), ToSkill(NOT_SET)))', output: "2", hidden: "true" }, { input: "Count(MakeList(ToSkill(NOT_SET)))", output: "1" }, { input: "Count(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToSkill(NOT_SET)))", output: "1" }, { input: "Count(MakeList(MakeDate(2015, 1, 10), MakeDate(2018, 2, 14)))", output: "2", featureConfigName: "botFlows" }, { input: "Count(MakeList(MakeTime(4, 30, 0), MakeTime(14, 15, 0)))", output: "2", featureConfigName: "botFlows" }, { input: "Count(MakeEmptyJsonArray())", output: "0", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_LNG_COUNT_JSON_DSC", identifier: "Long_ONE count(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_COUNT_JSON_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COUNT_JSON_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'Count(JsonParse("[ \\"a\\", \\"b\\", \\"c\\" ]"))', output: "3", featureConfigName: "encryptDecryptDataFeature" }, { input: 'Count(JsonParse("[ 1, 3, 20 ]"))', output: "3", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }], needsServerInfo: true }, escapeForMarkdown: { identifier: "escapeForMarkdown", description: "AR_FN_DSC_ESCAPEFORMARKDOWN", type: "function", name: "EscapeForMarkdown", category: "text", overloads: [{ description: "AR_FN_STR_ESCAPEFORMARKDOWN_STR_DSC", identifier: "String_ONE escapeForMarkdown(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_ESCAPEFORMARKDOWN_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_ESCAPEFORMARKDOWN_STR_PRM_DSC_0", identifier: "stringToEscape", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'EscapeForMarkdown("# Hello")', output: '"\\# Hello"' }, { input: 'EscapeForMarkdown("_More **example** text._")', output: '"\\_More \\*\\*example\\*\\* text.\\_"' }, { input: "EscapeForMarkdown(ToString(NOT_SET))", output: "AR_FN_STR_ESCAPEFORMARKDOWN_STR_EX_OUT_2" }] }], needsServerInfo: true }, escapeForXml: { identifier: "escapeForXml", description: "AR_FN_DSC_ESCAPEFORXML", type: "function", name: "EscapeForXml", category: "text", overloads: [{ description: "AR_FN_STR_ESCAPEFORXML_STR_DSC", identifier: "String_ONE escapeForXml(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_ESCAPEFORXML_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_ESCAPEFORXML_STR_PRM_DSC_0", identifier: "stringToEscape", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'EscapeForXml("5>3")', output: '"5>3"' }, { input: 'EscapeForXml("\\"Hello\\"")', output: '""Hello""' }, { input: "EscapeForXml(ToString(NOT_SET))", output: "AR_FN_STR_ESCAPEFORXML_STR_EX_OUT_2" }] }], needsServerInfo: true }, find: { identifier: "find", description: "AR_FN_DSC_FIND", type: "function", name: "Find", category: "list", overloads: [{ description: "AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_DSC", identifier: "Long_COLL find(Any_COLL,Any_ONE)", support: { version: "1.0", resolver: "Find" }, returnValue: { description: "AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_RV", isArray: true, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_PRM_DSC_0", identifier: "list", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_PRM_DSC_1", identifier: "item", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "Find(MakeList(true, false, true, ToBool(NOT_SET)), false)", output: "[1]" }, { input: "Find(MakeList(true, false, true, ToBool(NOT_SET)), ToBool(NOT_SET))", output: "[3]" }, { input: 'Find(MakeList(MakeCurrency(5.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")), MakeCurrency(2.00, "EUR"))', output: "[]" }, { input: 'Find(MakeList("hello", "world", ToString(NOT_SET)), "hello")', output: "[0]" }, { input: 'Find(MakeList("hello", "world", ToString(NOT_SET)), "Hello")', output: "[]" }, { input: 'Find(MakeList("hello", "world", ToString(NOT_SET)), ToString(NOT_SET))', output: "[2]" }, { input: "Find(MakeList(100, 200, ToInt(NOT_SET)), 100)", output: "[0]" }, { input: "Find(MakeList(100, 200, ToInt(NOT_SET)), 300)", output: "[]" }, { input: "Find(MakeList(100, 200, ToInt(NOT_SET)), ToInt(NOT_SET))", output: "[2]" }, { input: "Find(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), 100.5)", output: "[0]" }, { input: "Find(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), 300.0)", output: "[]" }, { input: "Find(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), ToDecimal(NOT_SET))", output: "[2]" }, { input: "Find(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), MakeDateTime(2009, 1, 10, 6, 30, 0))", output: "[0, 1]" }, { input: "Find(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), MakeDateTime(2007, 1, 1, 0, 0, 0))", output: "[]" }, { input: "Find(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), ToDateTime(NOT_SET))", output: "[2]" }, { input: "Find(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), MakeDuration(1, 0, 0, 0))", output: "[0]" }, { input: "Find(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), MakeDuration(3, 3, 0, 0))", output: "[]" }, { input: "Find(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), ToDuration(NOT_SET))", output: "[2]" }, { input: 'Find(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser("john.doe@company.com"))', output: "[0]", hidden: "true" }, { input: 'Find(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser("joe.schmo@company.com"))', output: "[]", hidden: "true" }, { input: 'Find(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser(NOT_SET))', output: "[2]", hidden: "true" }, { input: 'Find(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill("Spanish"))', output: "[0]", hidden: "true" }, { input: 'Find(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill("French"))', output: "[]", hidden: "true" }, { input: 'Find(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill(NOT_SET))', output: "[2]", hidden: "true" }, { input: "Find(MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)), ToSkill(NOT_SET))", output: "[0, 1]" }, { input: "Find(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)), ToUser(NOT_SET))", output: "[0, 1]" }, { input: 'Find(MakeList(ToPhoneNumber("tel:+13178723000"), ToPhoneNumber("+13178723000")), ToPhoneNumber("13178723000"))', output: "[0, 1]" }, { input: 'Find(MakeList(ToPhoneNumber("sip:john.doe@company.com"), ToPhoneNumber("sips:john.doe@company.com")), ToPhoneNumber("sip:john.doe@company.com"))', output: "[0]" }, { input: "Find(MakeList(MakeDate(2015, 1, 10), MakeDate(2018, 2, 14)), MakeDate(2018, 2, 14))", output: "[1]", featureConfigName: "botFlows" }, { input: "Find(MakeList(MakeTime(4, 30, 0), MakeTime(14, 15, 0)), MakeTime(4, 30, 0))", output: "[0]", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }] }, findFirst: { identifier: "findFirst", description: "AR_FN_DSC_FINDFIRST", type: "function", name: "FindFirst", category: "list", overloads: [{ description: "AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_DSC", identifier: "Long_ONE findFirst(Any_COLL,Any_ONE)", support: { version: "1.0", resolver: "Find" }, returnValue: { description: "AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_PRM_DSC_0", identifier: "list", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_PRM_DSC_1", identifier: "item", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "FindFirst(MakeList(true, false, true, ToBool(NOT_SET)), false)", output: "1" }, { input: "FindFirst(MakeList(true, false, true, ToBool(NOT_SET)), ToBool(NOT_SET))", output: "3" }, { input: 'FindFirst(MakeList(MakeCurrency(5.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")), MakeCurrency(2.00, "EUR"))', output: "-1" }, { input: 'FindFirst(MakeList("hello", "world", ToString(NOT_SET)), "hello")', output: "0" }, { input: 'FindFirst(MakeList("hello", "world", ToString(NOT_SET)), "Hello")', output: "-1" }, { input: 'FindFirst(MakeList("hello", "world", ToString(NOT_SET)), ToString(NOT_SET))', output: "2" }, { input: "FindFirst(MakeList(100, 200, ToInt(NOT_SET)), 100)", output: "0" }, { input: "FindFirst(MakeList(100, 200, ToInt(NOT_SET)), 300)", output: "-1" }, { input: "FindFirst(MakeList(100, 200, ToInt(NOT_SET)), ToInt(NOT_SET))", output: "2" }, { input: "FindFirst(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), 100.5)", output: "0" }, { input: "FindFirst(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), 300.0)", output: "-1" }, { input: "FindFirst(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), ToDecimal(NOT_SET))", output: "2" }, { input: "FindFirst(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), MakeDateTime(2009, 1, 10, 6, 30, 0))", output: "0" }, { input: "FindFirst(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), MakeDateTime(2007, 1, 1, 0, 0, 0))", output: "-1" }, { input: "FindFirst(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), ToDateTime(NOT_SET))", output: "2" }, { input: "FindFirst(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), MakeDuration(1, 0, 0, 0))", output: "0" }, { input: "FindFirst(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), MakeDuration(3, 3, 0, 0))", output: "-1" }, { input: "FindFirst(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), ToDuration(NOT_SET))", output: "2" }, { input: 'FindFirst(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser("john.doe@company.com"))', output: "0", hidden: "true" }, { input: 'FindFirst(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser("joe.schmo@company.com"))', output: "-1", hidden: "true" }, { input: 'FindFirst(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser(NOT_SET))', output: "2", hidden: "true" }, { input: 'FindFirst(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill("Spanish"))', output: "0", hidden: "true" }, { input: 'FindFirst(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill("French"))', output: "-1", hidden: "true" }, { input: 'FindFirst(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill(NOT_SET))', output: "2", hidden: "true" }, { input: "FindFirst(MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)), ToSkill(NOT_SET))", output: "0" }, { input: "FindFirst(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)), ToUser(NOT_SET))", output: "0" }, { input: 'FindFirst(MakeList(ToPhoneNumber("tel:+13178723000"), ToPhoneNumber("13175555555")), ToPhoneNumber("+13178723000"))', output: "0" }, { input: 'FindFirst(MakeList(ToPhoneNumber("sip:john.doe@company.com"), ToPhoneNumber("sips:john.doe@company.com")), ToPhoneNumber("sip:john.doe@company.com"))', output: "0" }, { input: "FindFirst(MakeList(MakeDate(2015, 1, 10), MakeDate(2018, 2, 14)), MakeDate(2018, 2, 14))", output: "1", featureConfigName: "botFlows" }, { input: "FindFirst(MakeList(MakeTime(4, 30, 0), MakeTime(14, 15, 0)), MakeTime(14, 15, 0))", output: "1", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }] }, findItems: { identifier: "findItems", description: "AR_FN_DSC_FINDITEMS", type: "function", name: "FindItems", category: "list", overloads: [{ description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_DSC", identifier: "Long_COLL findItems(KnowledgeBaseDocumentLabel_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_RV", isArray: true, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentLabelCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_knowledge_base_document_label" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_1", identifier: "labelName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindItems(Flow.KnowledgeBaseDocument.labels, "Product Label")', output: "[0]" }, { input: 'FindItems(Flow.KnowledgeBaseDocument.labels, "Welcome Article")', output: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_EX_OUT_1" }] }, { description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_DSC", identifier: "Long_COLL findItems(KnowledgeBaseDocumentLabel_COLL,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_RV", isArray: true, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentLabelCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_knowledge_base_document_label" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", mustBeLiteral: true }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_2", identifier: "propertyValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", mustBeLiteral: true }], examples: [{ input: 'FindItems(Flow.KnowledgeBaseDocument.labels, "Product Label", "name")', output: "[0]" }, { input: 'FindItems(Flow.KnowledgeBaseDocument.labels, "Welcome Article", "name")', output: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_EX_OUT_1" }] }], needsServerInfo: true }, findFirstItem: { identifier: "findFirstItem", description: "AR_FN_DSC_FINDFIRSTITEM", type: "function", name: "FindFirstItem", category: "list", overloads: [{ description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_DSC", identifier: "Long_ONE findFirstItem(KnowledgeBaseDocumentLabel_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentLabelCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_knowledge_base_document_label" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_1", identifier: "labelName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindFirstItem(Flow.KnowledgeBaseDocument.labels, "Product Label")', output: "0" }, { input: 'FindFirstItem(Flow.KnowledgeBaseDocument.labels, "Welcome Article")', output: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_EX_OUT_1" }] }, { description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_DSC", identifier: "Long_ONE findFirstItem(KnowledgeBaseDocument_COLL,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentLabelCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_knowledge_base_document_label" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", mustBeLiteral: true }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_2", identifier: "propertyValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", mustBeLiteral: true }], examples: [{ input: 'FindFirstItem(Flow.KnowledgeBaseDocument.labels, "Product Label", "name")', output: "0" }, { input: 'FindFirstItem(Flow.KnowledgeBaseDocument.labels, "Welcome Article", "name")', output: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_EX_OUT_1" }] }], needsServerInfo: true }, findJsonArrayItem: { identifier: "findJsonArrayItem", description: "AR_FN_DSC_FINDJSONARRAYITEM", type: "function", name: "FindJsonArrayItem", category: "list", overloads: [{ description: "AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_DSC", identifier: "Long_COLL findJsonArrayItem(JSON_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_RV", isArray: true, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_PRM_DSC_1", identifier: "item", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'FindJsonArrayItem(JsonParse("[0, 2, 3, 5, 8]"), 2)', output: "[1]" }, { input: 'FindJsonArrayItem(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, 100, { \\"b\\": false, \\"a\\": true }]"), JsonParse("{ \\"b\\": false, \\"a\\": true }"))', output: "[1, 3]" }] }], needsServerInfo: true }, findJsonArrayItemFirst: { identifier: "findJsonArrayItemFirst", description: "AR_FN_DSC_FINDJSONARRAYITEMFIRST", type: "function", name: "FindJsonArrayItemFirst", category: "list", overloads: [{ description: "AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_DSC", identifier: "Long_ONE findJsonArrayItemFirst(JSON_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_PRM_DSC_1", identifier: "item", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'FindJsonArrayItemFirst(JsonParse("[0, 2, 2, 5, 5]"), 5)', output: "3" }, { input: 'FindJsonArrayItemFirst(JsonParse("[0, 2, 2, 5, 8]"), 1)', output: "-1" }, { input: 'FindJsonArrayItemFirst(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, 100, { \\"b\\": false, \\"a\\": true }]"), JsonParse("{ \\"b\\": false, \\"a\\": true }"))', output: "1" }] }], needsServerInfo: true }, makeList: { identifier: "makeList", description: "AR_FN_DSC_MAKELIST", type: "function", name: "MakeList", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_DSC", identifier: "Any_COLL makeList(Any_ONE...)", support: { version: "1.0", resolver: "n-SameTypeRetColl" }, maxOperands: "getFromEnvLimitsCollectionItemsMax", returnValue: { description: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "any" }], examples: [{ input: 'MakeList(MakeCurrency(5.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD"))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_0" }, { input: "MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2005, 1, 1, 0, 0, 0))", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_1" }, { input: "MakeList(100.5, 200.5)", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_2" }, { input: "MakeList(MakeDuration(0, 1, 0, 0), MakeDuration(-10, 5, 30, 0))", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_3" }, { input: "MakeList(100, 200)", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_4" }, { input: 'MakeList("hello", "world")', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_5" }, { input: "MakeList(true, false)", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_6" }, { input: 'MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com"))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_7", hidden: "true" }, { input: 'MakeList(ToSkill("Spanish"), ToSkill("German"))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_8", hidden: "true" }, { input: "MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET))", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_9", hidden: "true" }, { input: 'MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET)))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_10", featureConfigName: "botFlowsAppleListPicker" }, { input: 'MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET)))))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_11", featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }] }, makeEmptyList: { identifier: "makeEmptyList", description: "AR_FN_DSC_MAKEEMPTYLIST", type: "function", name: "MakeEmptyList", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_DSC", identifier: "Any_COLL makeEmptyList(Any_ONE...)", support: { version: "1.0", resolver: "EmptyList" }, returnValue: { description: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "MakeEmptyList(ToCurrency(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_0" }, { input: "MakeEmptyList(ToDateTime(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_1" }, { input: "MakeEmptyList(ToDecimal(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_2" }, { input: "MakeEmptyList(ToDuration(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_3" }, { input: "MakeEmptyList(ToInt(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_4" }, { input: "MakeEmptyList(ToString(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_5" }, { input: "MakeEmptyList(ToBool(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_6" }, { input: "MakeEmptyList(ToUser(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_7" }, { input: "MakeEmptyList(ToSkill(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_8" }] }] }, addItem: { identifier: "addItem", description: "AR_FN_DSC_ADDITEM", type: "function", name: "AddItem", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_DSC", identifier: "Any_COLL addItem(Any_COLL,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, addsToCollection: true, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_PRM_DSC_1", identifier: "valueToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'AddItem(MakeEmptyList(ToString(NOT_SET)), "Hello")', output: '[ "Hello" ]' }, { input: "AddItem(MakeList(0, 1, 2), 3)", output: "[0, 1, 2, 3]" }] }], needsServerInfo: true }, addJsonArrayItem: { identifier: "addJsonArrayItem", description: "AR_FN_DSC_ADDJSONARRAYITEM", type: "function", name: "AddJsonArrayItem", category: "list", overloads: [{ description: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_DSC", identifier: "JSON_ONE addJsonArrayItem(JSON_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_PRM_DSC_1", identifier: "valueToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'AddJsonArrayItem(JsonParse("[ \\"a\\", 2, \\"c\\" ]"), "d")', output: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_EX_OUT_0" }] }], needsServerInfo: true }, addItemAt: { identifier: "addItemAt", description: "AR_FN_DSC_ADDITEMAT", type: "function", name: "AddItemAt", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_DSC", identifier: "Any_COLL addItemAt(Any_COLL,Long_ONE,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, addsToCollection: true, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_1", identifier: "insertIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_2", identifier: "valueToAdd", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'AddItemAt(MakeList("Hello"), 1, "Goodbye")', output: '[ "Hello", "Goodbye" ]' }, { input: 'AddItemAt(MakeEmptyList(ToString(NOT_SET)), 0, "Hello")', output: '[ "Hello" ]' }, { input: 'AddItemAt(AddItemAt(MakeEmptyList(ToString(NOT_SET)), 0, "There"), 0, "Hello")', output: '[ "Hello", "There" ]' }, { input: "AddItemAt(MakeList(0, 1, 2), 0, 3)", output: "[3, 0, 1, 2]" }, { input: "AddItemAt(MakeList(0, 1, 2), 10, 3)", output: "[0, 1, 2, 3]" }] }], needsServerInfo: true }, addJsonArrayItemAt: { identifier: "addJsonArrayItemAt", description: "AR_FN_DSC_ADDJSONARRAYITEMAT", type: "function", name: "AddJsonArrayItemAt", category: "list", overloads: [{ description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_DSC", identifier: "JSON_ONE addJsonArrayItemAt(JSON_ONE,Long_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_1", identifier: "insertIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_2", identifier: "valueToAdd", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'AddJsonArrayItemAt(JsonParse("[ 0, 1, 2 ]"), 3, "Hello")', output: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_0" }, { input: 'AddJsonArrayItemAt(JsonParse("[\\"Hello\\"]"), 0, "Goodbye")', output: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_1" }] }], needsServerInfo: true }, removeDups: { identifier: "removeDups", description: "AR_FN_DSC_REMOVEDUPS", type: "function", name: "RemoveDups", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_DSC", identifier: "Any_COLL removeDups(Any_COLL)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: 'RemoveDups(MakeList("Hello", "Hello"))', output: '[ "Hello" ]' }, { input: "RemoveDups(MakeList(true, true, false))", output: "[ true, false ]" }, { input: "RemoveDups(MakeList(4.5, NOT_SET, -3.1, NOT_SET))", output: "[4.5, NOT_SET, -3.1]" }, { input: "RemoveDups(MakeList(0, 1, 1, 2, 2, 1, NOT_SET, 2))", output: "[0, 1, 2, NOT_SET]" }] }, { description: "AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_DSC", identifier: "String_COLL removeDups(String_COLL,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_PRM_DSC_1", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'RemoveDups(MakeList("Hello", "hello"), true)', output: '[ "Hello" ]' }, { input: 'RemoveDups(MakeList("Hello", "hello"), false)', output: '[ "Hello", "hello" ]' }] }], needsServerInfo: true }, removeJsonArrayDups: { identifier: "removeJsonArrayDups", description: "AR_FN_DSC_REMOVEJSONARRAYDUPS", type: "function", name: "RemoveJsonArrayDups", category: "list", overloads: [{ description: "AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_DSC", identifier: "JSON_ONE removeJsonArrayDups(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'RemoveJsonArrayDups(JsonParse("[ 100, 150, 100, false, false, { \\"a\\": 5 } ]"))', output: "AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_EX_OUT_0" }] }], needsServerInfo: true }, removeItem: { identifier: "removeItem", description: "AR_FN_DSC_REMOVEITEM", type: "function", name: "RemoveItem", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_DSC", identifier: "Any_COLL removeItem(Any_COLL,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_PRM_DSC_1", identifier: "valueToRemove", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'RemoveItem(MakeList("Hello", "There"), "Hello")', output: '[ "There" ]' }, { input: "RemoveItem(MakeList(true, true, false), true)", output: "[ false ]" }, { input: "RemoveItem(MakeList(4.5, NOT_SET, -3.1, NOT_SET), NOT_SET)", output: "[4.5, -3.1]" }, { input: "RemoveItem(MakeList(0, 1, 1, 2, 2), 1)", output: "[0, 2, 2]" }, { input: "RemoveItem(MakeEmptyList(ToInt(NOT_SET)), 1)", output: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_EX_OUT_4" }] }, { description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_DSC", identifier: "String_COLL removeItem(String_COLL,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_1", identifier: "valueToRemove", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_2", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'RemoveItem(MakeList("hello", "There"), "Hello", true)', output: '[ "There" ]' }, { input: 'RemoveItem(MakeList("Hello", "There"), "hello", false)', output: '[ "Hello", "There" ]' }] }], needsServerInfo: true }, removeJsonArrayItem: { identifier: "removeJsonArrayItem", description: "AR_FN_DSC_REMOVEJSONARRAYITEM", type: "function", name: "RemoveJsonArrayItem", category: "list", overloads: [{ description: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_DSC", identifier: "JSON_ONE removeJsonArrayItem(JSON_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_PRM_DSC_1", identifier: "valueToRemove", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'RemoveJsonArrayItem(JsonParse("[ \\"Hello\\", \\"There\\" ]"), "Hello")', output: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_EX_OUT_0" }, { input: 'RemoveJsonArrayItem(JsonParse("[ 0, 1, 2, 3 ]"), 1)', output: "A JSON value that contains an array of [ 0, 2, 3 ]." }] }], needsServerInfo: true }, removeItemAt: { identifier: "removeItemAt", description: "AR_FN_DSC_REMOVEITEMAT", type: "function", name: "RemoveItemAt", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_DSC", identifier: "Any_COLL removeItemAt(Any_COLL,Long_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_PRM_DSC_1", identifier: "removeIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'RemoveItemAt(MakeList("Hello"), 0)', output: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_EX_OUT_0" }, { input: 'RemoveItemAt(MakeList("Hello", "Goodbye"), 0)', output: '[ "Goodbye" ]' }, { input: "RemoveItemAt(MakeList(2, 4, 5, 6, 8), 2)", output: "[2, 4, 6, 8]" }] }], needsServerInfo: true }, removeJsonArrayItemAt: { identifier: "removeJsonArrayItemAt", description: "AR_FN_DSC_REMOVEJSONARRAYITEMAT", type: "function", name: "RemoveJsonArrayItemAt", category: "list", overloads: [{ description: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_DSC", identifier: "JSON_ONE removeJsonArrayItemAt(JSON_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_PRM_DSC_1", identifier: "removeIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'RemoveJsonArrayItemAt(JsonParse("[ 100, false, { \\"a\\": 5 } ]"), 2)', output: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_EX_OUT_0" }, { input: 'RemoveJsonArrayItemAt(RemoveJsonArrayItemAt(JsonParse("[ 100, false, { \\"a\\": 5 } ]"), 2), 0)', output: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_EX_OUT_1" }] }], needsServerInfo: true }, replaceItem: { identifier: "replaceItem", description: "AR_FN_DSC_REPLACEITEM", type: "function", name: "ReplaceItem", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_DSC", identifier: "Any_COLL replaceItem(Any_COLL,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceItem(MakeList("Hello"), "Hello", "Goodbye")', output: '[ "Goodbye" ]' }, { input: 'ReplaceItem(MakeList("Hello", "Hello"), "Hello", "Goodbye")', output: '["Goodbye", "Goodbye"]' }, { input: 'ReplaceItem(MakeList("Hello", NOT_SET), NOT_SET, "Goodbye")', output: '["Hello", "Goodbye"]' }, { input: "ReplaceItem(MakeList(0, 2, 4, 5, 8), 5, 6)", output: "[0, 2, 4, 6, 8]" }, { input: "ReplaceItem(MakeList(0, 2, 4, NOT_SET, 8), NOT_SET, 6)", output: "[0, 2, 4, 6, 8]" }] }, { description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_DSC", identifier: "String_COLL replaceItem(String_COLL,String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_3", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'ReplaceItem(MakeList("hello"), "Hello", "Goodbye", true)', output: '[ "Goodbye" ]' }, { input: 'ReplaceItem(MakeList("hello"), "Hello", "Goodbye", false)', output: '[ "hello" ]' }, { input: 'ReplaceItem(MakeList("hello", "HeLLo"), "Hello", "Goodbye", true)', output: '["Goodbye", "Goodbye"]' }, { input: 'ReplaceItem(MakeList("Hello", NOT_SET), NOT_SET, "Goodbye", true)', output: '["Hello", "Goodbye"]' }] }], needsServerInfo: true }, replaceJsonArrayItem: { identifier: "replaceJsonArrayItem", description: "AR_FN_DSC_REPLACEJSONARRAYITEM", type: "function", name: "ReplaceJsonArrayItem", category: "list", overloads: [{ description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_DSC", identifier: "JSON_ONE replaceJsonArrayItem(JSON_ONE,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceJsonArrayItem(ToJson(MakeList("Hello")), "Hello", "Goodbye")', output: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_0" }, { input: 'ReplaceJsonArrayItem(JsonParse("[0, 2, 4, 5, 8]"), 5, 6)', output: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_1" }, { input: 'ReplaceJsonArrayItem(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, 100]"), JsonParse("{ \\"b\\": false, \\"a\\": true }"), ToString(NOT_SET))', output: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_2" }] }], needsServerInfo: true }, replaceItemAt: { identifier: "replaceItemAt", description: "AR_FN_DSC_REPLACEITEMAT", type: "function", name: "ReplaceItemAt", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_DSC", identifier: "Any_COLL replaceItemAt(Any_COLL,Long_ONE,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_1", identifier: "replaceIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceItemAt(MakeList("Hello"), 0, "Goodbye")', output: '[ "Goodbye" ]' }, { input: 'ReplaceItemAt(MakeList("Hello", "Hello"), 1, "Goodbye")', output: '["Hello", "Goodbye"]' }, { input: "ReplaceItemAt(MakeList(0, 2, 4, 5, 8), 2, 6)", output: "[0, 2, 6, 5, 8]" }] }], needsServerInfo: true }, replaceJsonArrayItemAt: { identifier: "replaceJsonArrayItemAt", description: "AR_FN_DSC_REPLACEJSONARRAYITEMAT", type: "function", name: "ReplaceJsonArrayItemAt", category: "list", overloads: [{ description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_DSC", identifier: "JSON_ONE replaceJsonArrayItemAt(JSON_ONE,Long_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_1", identifier: "replaceIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceJsonArrayItemAt(ToJson(MakeList("Hello")), 0, "Goodbye")', output: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_0" }, { input: 'ReplaceJsonArrayItemAt(JsonParse("[0, 2, 4, 5, 8]"), 2, false)', output: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_1" }, { input: 'ReplaceJsonArrayItemAt(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, 100]"), 1, ToString(NOT_SET))', output: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_2" }] }], needsServerInfo: true }, replaceItemFirst: { identifier: "replaceItemFirst", description: "AR_FN_DSC_REPLACEITEMFIRST", type: "function", name: "ReplaceItemFirst", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_DSC", identifier: "Any_COLL replaceItemFirst(Any_COLL,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceItemFirst(MakeList("Hello"), "Hello", "Goodbye")', output: '[ "Goodbye" ]' }, { input: 'ReplaceItemFirst(MakeList("Goodbye", "Goodbye"), "Goodbye", "Hello")', output: '[ "Hello", "Goodbye" ]' }, { input: "ReplaceItemFirst(MakeList(0, 2, 6, 6, 8), 6, 4)", output: "[0, 2, 4, 6, 8]" }, { input: "ReplaceItemFirst(MakeList(0, 2, NOT_SET, 6, 8), NOT_SET, 4)", output: "[0, 2, 4, 6, 8]" }] }, { description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_DSC", identifier: "String_COLL replaceItemFirst(String_COLL,String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_3", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'ReplaceItemFirst(MakeList("hello"), "Hello", "Goodbye", true)', output: '[ "Goodbye" ]' }, { input: 'ReplaceItemFirst(MakeList("hello"), "Hello", "Goodbye", false)', output: '[ "hello" ]' }, { input: 'ReplaceItemFirst(MakeList("goodbye", "Goodbye"), "Goodbye", "Hello", true)', output: '[ "Hello", "Goodbye" ]' }] }], needsServerInfo: true }, replaceJsonArrayItemFirst: { identifier: "replaceJsonArrayItemFirst", description: "AR_FN_DSC_REPLACEJSONARRAYITEMFIRST", type: "function", name: "ReplaceJsonArrayItemFirst", category: "list", overloads: [{ description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_DSC", identifier: "JSON_ONE replaceJsonArrayItemFirst(JSON_ONE,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceJsonArrayItemFirst(ToJson(MakeList("Hello")), "Hello", "Goodbye")', output: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_0" }, { input: 'ReplaceJsonArrayItemFirst(JsonParse("[0, 2, 4, 5, 8, 5, 4, false]"), 5, 6)', output: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_1" }, { input: 'ReplaceJsonArrayItemFirst(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, { \\"a\\": true, \\"b\\": false }, 100]"), JsonParse("{ \\"b\\": false, \\"a\\": true }"), ToString(NOT_SET))', output: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_2" }] }], needsServerInfo: true }, toBool: { identifier: "toBool", description: "AR_FN_DSC_TOBOOL", type: "function", name: "ToBool", category: "cast", overloads: [{ description: "AR_FN_BLN_TOBOOL_DEC_DSC", identifier: "Boolean_ONE toBool(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_TOBOOL_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_DEC_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToBool(1.5)", output: "true" }, { input: "ToBool(-31.5)", output: "true" }, { input: "ToBool(0.0)", output: "false" }, { input: "ToBool(ToDecimal(NOT_SET))", output: "AR_FN_BLN_TOBOOL_DEC_EX_OUT_3" }] }, { description: "AR_FN_BLN_TOBOOL_STR_DSC", identifier: "Boolean_ONE toBool(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_TOBOOL_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToBool("True")', output: "true" }, { input: 'ToBool("TRUE")', output: "true" }, { input: 'ToBool("true")', output: "true" }, { input: 'ToBool("T")', output: "true" }, { input: 'ToBool("1")', output: "true" }, { input: 'ToBool("False")', output: "false" }, { input: 'ToBool("false")', output: "false" }, { input: 'ToBool("F")', output: "false" }, { input: 'ToBool("0")', output: "false" }, { input: "ToBool(ToString(NOT_SET))", output: "AR_FN_BLN_TOBOOL_STR_EX_OUT_9" }] }, { description: "AR_FN_BLN_TOBOOL_STR_BLN_DSC", identifier: "Boolean_ONE toBool(String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_TOBOOL_STR_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_STR_BLN_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_STR_BLN_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }], examples: [{ input: 'ToBool("True", false)', output: "true" }, { input: 'ToBool("FALSEE", true)', output: "true" }, { input: 'ToBool("TrueTrue", false)', output: "false" }, { input: 'ToBool("0", true)', output: "false" }] }, { description: "AR_FN_BLN_TOBOOL_LNG_DSC", identifier: "Boolean_ONE toBool(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_TOBOOL_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToBool(1)", output: "true" }, { input: "ToBool(-10)", output: "true" }, { input: "ToBool(0)", output: "false" }, { input: "ToBool(ToInt(NOT_SET))", output: "AR_FN_BLN_TOBOOL_LNG_EX_OUT_3" }] }, { description: "AR_FN_BLN_TOBOOL_NTS_DSC", identifier: "Boolean_ONE toBool(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_BLN_TOBOOL_NTS_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToBool(NOT_SET)", output: "AR_FN_BLN_TOBOOL_NTS_EX_OUT_0" }] }, { description: "AR_FN_BLN_TOBOOL_BLN_DSC", identifier: "Boolean_ONE toBool(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_TOBOOL_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_BLN_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }], examples: [{ input: "ToBool(true)", output: "true" }] }, { description: "AR_FN_BLN_TOBOOL_JSON_DSC", identifier: "Boolean_ONE toBool(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_TOBOOL_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_JSON_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'ToBool(JsonParse("true"))', output: "true" }, { input: 'ToBool(JsonParse("false"))', output: "false" }, { input: 'ToBool(JsonParse("\\"False\\""))', output: "false" }, { input: 'ToBool(JsonParse("4.25"))', output: "true" }, { input: 'ToBool(JsonParse("null"))', output: "AR_FN_BLN_TOBOOL_JSON_EX_OUT_4" }, { input: "ToBool(ToJson(NOT_SET))", output: "AR_FN_BLN_TOBOOL_JSON_EX_OUT_5" }] }, { description: "AR_FN_BLN_TOBOOL_JSON_BLN_DSC", identifier: "Boolean_ONE toBool(JSON_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_TOBOOL_JSON_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_JSON_BLN_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_JSON_BLN_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }], examples: [{ input: 'ToBool(JsonParse("true"), false)', output: "true" }, { input: 'ToBool(JsonParse("\\"apple\\""), true)', output: "true" }, { input: 'ToBool(JsonParse("[1,2]"), false)', output: "false" }, { input: 'ToBool(JsonParse("null"), true)', output: "A NOT_SET Boolean." }] }], needsServerInfo: true }, toDigitalAudio: { identifier: "toDigitalAudio", description: "AR_FN_DSC_TODIGITALAUDIO", type: "function", name: "ToDigitalAudio", category: "cast", overloads: [{ description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_DSC", identifier: "DigitalAudio_ONE toDigitalAudio(DigitalAudio_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dia" }], examples: [{ input: "ToDigitalAudio(ToDigitalAudio(NOT_SET))", output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_EX_OUT_0" }] }, { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_DSC", identifier: "DigitalAudio_ONE toDigitalAudio(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDigitalAudio(NOT_SET)", output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_EX_OUT_0" }] }, { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DSC", identifier: "DigitalAudio_ONE toDigitalAudio(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToDigitalAudio(Flow.ResponseAsset)", output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_EX_OUT_0" }, { input: "ToDigitalAudio(ToResponseAsset(NOT_SET))", output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_EX_OUT_1" }] }, { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_DSC", identifier: "DigitalAudio_ONE toDigitalAudio(ResponseAsset_ONE,DigitalAudio_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dia" }], examples: [{ input: 'ToDigitalAudio(Flow.ResponseAsset, MakeDigitalAudioFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mp3"))', output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_0" }, { input: 'ToDigitalAudio(ToResponseAsset(NOT_SET), MakeDigitalAudioFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mp3"))', output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_1" }, { input: 'ToDigitalAudio(Flow.ResponseAssetThatCannotBeConvertedToDigitalAudio, MakeDigitalAudioFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mp3"))', output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_2" }] }], needsServerInfo: true }, toDigitalAudioCollection: { identifier: "toDigitalAudioCollection", description: "AR_FN_DSC_TODIGITALAUDIOCOLLECTION", type: "function", name: "ToDigitalAudioCollection", category: "cast", overloads: [{ description: "AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_DSC", identifier: "DigitalAudio_COLL toDigitalAudioCollection(ResponseAsset_COLL)", support: { version: "1.0", resolver: "None" }, featureConfigName: "cannedResponseAttachmentsPostGaFeature", needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_RV", isArray: true, type: "dia" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "rpa" }], examples: [{ input: "ToDigitalAudioCollection(MakeList(Flow.ResponseAsset, Flow.ResponseAsset2))", output: "AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_EX_OUT_0" }] }], needsServerInfo: true }, toDisplayString: { identifier: "toDisplayString", description: "AR_FN_DSC_TODISPLAYSTRING", type: "function", name: "ToDisplayString", category: "cast", overloads: [{ description: "AR_FN_STR_TODISPLAYSTRING_ANY_DSC", identifier: "String_ONE toDisplayString(Any_ONE)", support: { version: "1.0", resolver: "None" }, passThrough: { dataTypes: [{ type: "acp" }, { type: "bln" }, { type: "lac" }, { type: "phn" }, { type: "pmt" }, { type: "que" }, { type: "skl" }, { type: "str" }, { type: "usr" }], funcOpOverloadId: "String_ONE toString(Any_ONE)" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_ANY_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_ANY_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "ToDisplayString(true)", output: '"true"' }, { input: "ToDisplayString(2112)", output: '"2,112"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(2112)", output: '"2.112"', outputFlowCurrentLanguage: "de-DE" }, { input: 'ToDisplayString(MakeCurrency(3.14159, "EUR"))', output: '"\u20AC3.14159"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeCurrency(3.14159, "EUR"))', output: '"3,14159\xA0\u20AC"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(210125.12)", output: '"210,125.12"', outputFlowCurrentLanguage: "en-GB" }, { input: "ToDisplayString(210125.12)", output: '"210.125,12"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDateTime(2018, 07, 18, 19, 35, 39))", output: '"July 18, 2018 at 7:35 PM"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(MakeDateTime(2018, 07, 18, 19, 35, 39))", output: '"18 July 2018 at 19:35"', outputFlowCurrentLanguage: "en-GB" }, { input: "ToDisplayString(MakeDateTime(2018, 07, 18, 19, 35, 39))", output: '"18. Juli 2018 um 19:35"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDuration(2, 3, 4, 50, 200))", output: '"2 days, 3 hours, 4 minutes, 50.2 seconds"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(MakeDuration(2, 3, 4, 50, 200))", output: '"2 Tage, 3 Stunden, 4 Minuten und 50,2 Sekunden"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDuration(-2, -3, -4, -50, -200))", output: '"-2 days, -3 hours, -4 minutes, -50.2 seconds"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(MakeDuration(-2, -3, -4, -50, -200))", output: '"-2 Tage, -3 Stunden, -4 Minuten und -50,2 Sekunden"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDuration(2, 0, 0, 0))", output: '"2 days"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(MakeDuration(2112, 0, 0, 0))", output: '"2.112 Tage"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDate(2018, 07, 18))", output: '"July 18, 2018"', outputFlowCurrentLanguage: "en-US", featureConfigName: "botFlows" }, { input: "ToDisplayString(MakeTime(19, 35, 39))", output: '"7:35 PM"', outputFlowCurrentLanguage: "en-US", featureConfigName: "botFlows" }, { input: 'ToDisplayString(ToCommunication(MakeCurrency(3.14159, "EUR")))', output: '"3,14159\xA0\u20AC"', outputFlowCurrentLanguage: "de-DE", featureConfigName: "botFlows" }, { input: 'ToDisplayString(JsonParse("[ true, false]"))', output: '"[true,false]"', featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToDisplayString(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))', output: '"Fries"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToDisplayString(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))))', output: '"Sides"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToDisplayString(MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET))', output: '"Sides"', featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_DSC", identifier: "String_ONE toDisplayString(Any_COLL)", support: { version: "1.0", resolver: "None" }, passThrough: { dataTypes: [{ type: "acp", isArray: true }, { type: "bln", isArray: true }, { type: "lac", isArray: true }, { type: "phn", isArray: true }, { type: "pmt", isArray: true }, { type: "que", isArray: true }, { type: "skl", isArray: true }, { type: "str", isArray: true }, { type: "usr", isArray: true }], funcOpOverloadId: "String_ONE toString(Any_ONE)", isArrayItemPassThrough: true }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "ToDisplayString(MakeList(90125, 2112))", output: '"90,125\\n2,112"', outputFlowCurrentLanguage: "en-US", addNewLineInfo: true }, { input: "ToDisplayString(MakeList(90125, ToInt(NOT_SET)))", output: '"90,125\\n"', outputFlowCurrentLanguage: "en-US", addNewLineInfo: true }, { input: "ToDisplayString(MakeList(90125, 2112))", output: '"90.125\\n2.112"', outputFlowCurrentLanguage: "de-DE", addNewLineInfo: true }, { input: "ToDisplayString(MakeList(90125, ToInt(NOT_SET)))", output: '"90.125\\n"', outputFlowCurrentLanguage: "de-DE", addNewLineInfo: true }, { input: 'ToDisplayString(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))))', output: '"Fries\\nSoup"', addNewLineInfo: true, featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToDisplayString(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))), MakeListPickerSection("Desserts", true, MakeList(MakeListPickerItem("Cookie", NOT_SET, MakeImageFromUrl(NOT_SET))))))', output: '"Sides\\nDessert"', addNewLineInfo: true, featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_DSC", identifier: "String_ONE toDisplayString(Any_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, passThrough: { dataTypes: [{ type: "acp", isArray: true }, { type: "bln", isArray: true }, { type: "lac", isArray: true }, { type: "phn", isArray: true }, { type: "pmt", isArray: true }, { type: "que", isArray: true }, { type: "skl", isArray: true }, { type: "str", isArray: true }, { type: "usr", isArray: true }], funcOpOverloadId: "String_ONE toString(Any_ONE)", isArrayItemPassThrough: true }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDisplayString(MakeList(8675309, 2112, 90125), "|")', output: '"8,675,309|2,112|90,125"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeList(8675309, 2112, 90125), "|")', output: '"8.675.309|2.112|90.125"', outputFlowCurrentLanguage: "de-DE" }, { input: 'ToDisplayString(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))), "|")', output: '"Fries|Soup"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToDisplayString(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))), MakeListPickerSection("Desserts", true, MakeList(MakeListPickerItem("Cookie", NOT_SET, MakeImageFromUrl(NOT_SET))))), "|")', output: '"Sides|Dessert"', featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TODISPLAYSTRING_CUR_LNG_DSC", identifier: "String_ONE toDisplayString(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_CUR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_LNG_PRM_DSC_0", identifier: "currencyValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToDisplayString(MakeCurrency(3.14, "USD"), 2)', output: '"$3.14"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeCurrency(3.14159, "EUR"), 3)', output: '"3,142\xA0\u20AC"', outputFlowCurrentLanguage: "de-DE" }, { input: 'ToDisplayString(MakeCurrency(3.14159, "EUR"), 3)', output: '"\u20AC3.142"', outputFlowCurrentLanguage: "en-US" }] }, { description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_DSC", identifier: "String_ONE toDisplayString(Currency_COLL,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_PRM_DSC_0", identifier: "currencyCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToDisplayString(MakeList(MakeCurrency(21.12, "USD"), MakeCurrency(9.0125, "GBP")), 1)', output: '"$21.1\\n\xA39.0"', outputFlowCurrentLanguage: "en-US", addNewLineInfo: true }, { input: 'ToDisplayString(MakeList(MakeCurrency(21.12, "USD"), MakeCurrency(9.0125, "GBP")), 5)', output: '"21,12000\xA0$\\n9,01250\xA0\xA3"', outputFlowCurrentLanguage: "de-DE", addNewLineInfo: true }] }, { description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_DSC", identifier: "String_ONE toDisplayString(Currency_COLL,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_0", identifier: "currencyCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_2", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 2, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToDisplayString(MakeList(MakeCurrency(21.12, "USD"), MakeCurrency(9.0125, "GBP")), "|", 1)', output: '"$21.1|\xA39.0"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeList(MakeCurrency(21.12, "USD"), MakeCurrency(9.0125, "GBP")), "|", 5)', output: '"21,12000\xA0$|9,01250\xA0\xA3"', outputFlowCurrentLanguage: "de-DE" }] }, { description: "AR_FN_STR_TODISPLAYSTRING_DEC_LNG_DSC", identifier: "String_ONE toDisplayString(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_DEC_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_LNG_PRM_DSC_0", identifier: "decimalValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToDisplayString(3.141, 2)", output: '"3.14"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(3.14159, 3)", output: '"3,142"', outputFlowCurrentLanguage: "de-DE" }] }, { description: "AR_FN_STR_TODISPLAY_DEC_COLL_LNG_DSC", identifier: "String_ONE toDisplay(Decimal_COLL,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAY_DEC_COLL_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAY_DEC_COLL_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAY_DEC_COLL_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToDisplayString(MakeList(21.12, 9.0125), 1)", output: '"21.1\\n9.0"', outputFlowCurrentLanguage: "en-US", addNewLineInfo: true }, { input: "ToDisplayString(MakeList(21.12, 9.0125), 5)", output: '"21,12000\\n9,01250"', outputFlowCurrentLanguage: "de-DE", addNewLineInfo: true }] }, { description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_DSC", identifier: "String_ONE toDisplayString(Decimal_COLL,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_2", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 2, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToDisplayString(MakeList(21.12, 9.0125), "|", 1)', output: '"21.1|9.0"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeList(21.12, 9.0125), "|", 5)', output: '"21,12000|9,01250"', outputFlowCurrentLanguage: "de-DE" }] }, { description: "AR_FN_STR_TODISPLAYSTRING_NTS_DSC", identifier: "String_ONE toDisplayString(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_NTS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDisplayString(NOT_SET)", output: "AR_FN_STR_TODISPLAYSTRING_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toString: { identifier: "toString", description: "AR_FN_DSC_TOSTRING", type: "function", name: "ToString", category: "cast", overloads: [{ description: "AR_FN_STR_TOSTRING_ANY_DSC", identifier: "String_ONE toString(Any_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_ANY_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_ANY_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "ToString(true)", output: '"true"' }, { input: "ToString(5 > 3)", output: '"true"' }, { input: "ToString(false)", output: '"false"' }, { input: "ToString(5 < 3)", output: '"false"' }, { input: "ToString(ToBool(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_4" }, { input: 'ToString(MakeCurrency(10.00, "USD"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_5" }, { input: "ToString(MakeDateTime(2009, 1, 10, 6, 30, 0))", output: '"2009-01-10T06:30:00.000Z"' }, { input: "ToString(ToDateTime(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_7" }, { input: "ToString(2000.5)", output: '"2000.5"' }, { input: "ToString(-1.0)", output: '"-1.0"' }, { input: "ToString(ToDecimal(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_10" }, { input: "ToString(MakeDuration(0, 1, 0, 0))", output: '"PT1H"' }, { input: "ToString(MakeDuration(-10, 5, 30, 0, 456))", output: '"-P9DT18H29M59.544S"' }, { input: "ToString(ToDuration(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_13" }, { input: "ToString(2000)", output: '"2000"' }, { input: "ToString(-1)", output: '"-1"' }, { input: "ToString(ToInt(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_16" }, { input: 'ToString(ToSkill("Spanish"))', output: '"Spanish"', hidden: "true" }, { input: "ToString(ToSkill(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_18" }, { input: 'ToString(FindUser("john.doe@company.com"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_19" }, { input: 'ToString(ToWrapupCode("Call back in a week"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_20", hidden: "true" }, { input: "ToString(ToSkill(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_21" }, { input: "ToString(ToUser(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_22" }, { input: "ToString(ToWrapupCode(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_23" }, { input: 'ToString(ToPhoneNumber("+1 (317) 872-3000"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_24" }, { input: "ToString(Flow.PhoneNumberVariable)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_25" }, { input: "ToString(Flow.SkillVariable)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_26" }, { input: "ToString(Flow.UserVariable)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_27" }, { input: "ToString(Flow.WrapupCodeVariable)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_28" }, { input: "ToString(Call.Contact)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_29" }, { input: "ToString(Email.Message)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_30" }, { input: "ToString(Email.Message.from)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_31" }, { input: "ToString(Email.Message.attachments[0])", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_32" }, { input: "ToString(Flow.ExternalOrganization)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_33" }, { input: "ToString(Flow.ExternalContact)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_34" }, { input: "ToString(Flow.ExternalAddress)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_35" }, { input: "ToString(Flow.ExternalPhoneNumber)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_36" }, { input: "ToString(Prompt.Welcome)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_37" }, { input: 'ToString(MakeAgentScorePair(FindUser("john.doe@company.com"), 50))', output: '"[john.doe@company.com,50]"', featureConfigName: "knownAgentRouting" }, { input: "ToString(MakeDate(2015, 1, 10))", output: '"2015-01-10"', featureConfigName: "botFlows" }, { input: "ToString(MakeTime(2, 30, 0))", output: '"02:30:00.000"', featureConfigName: "botFlows" }, { input: 'ToString(ToCommunication("Hello"))', output: '"hello"', featureConfigName: "botFlows" }, { input: "ToString(Workitem.Workitem)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_42", featureConfigName: "workItemFlows" }, { input: 'ToString(FindEmergencyGroup("Flooding"))', output: "Returns the name property from the supplied Emergency Group. If Emergency Group value is NOT_SET, a NOT_SET String is returned.", featureConfigName: "orgAvailabilityRoutingEmergencyGroups" }, { input: 'ToString(FindSchedule("Morning Hours"))', output: "Returns the name property from the supplied Schedule. If Schedule value is NOT_SET, a NOT_SET String is returned.", featureConfigName: "orgAvailabilityRoutingSchedules" }, { input: 'ToString(FindScheduleGroup("West Coast"))', output: "Returns the name property from the supplied Schedule Group. If Schedule Group value is NOT_SET, a NOT_SET String is returned.", featureConfigName: "orgAvailabilityRoutingScheduleGroups" }, { input: "ToString(MakeEmptyJsonObject())", output: '"{}"', featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToString(JsonParse("{ \\"a\\": true }"))', output: '"{"a":true}"', featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToString(JsonParse(Append("[1, 2, ", ToString(3>5), "]")))', output: '"[1,2,false]"', featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToString(FindUtilizationLabel("green"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_49", featureConfigName: "conversationUtilizationLabels" }, { input: 'ToString(FindWorktypeStatus("NewOpportunity"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_50", featureConfigName: "workItemFlows" }, { input: 'ToString(MakeTimePicker("Schedule Appointment"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_51", featureConfigName: "botFlowsMessagingDatePicker" }, { input: "ToString(MakeTimeslot(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDuration(0, 1, 0, 0)))", output: '"2009-01-10T06:30:00.000Z|PT1H"', featureConfigName: "botFlowsMessagingDatePicker" }, { input: 'ToString(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))', output: '"Fries"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToString(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))))', output: '"Sides"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToString(MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET))', output: '"Sides"', featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TOSTRING_NTS_DSC", identifier: "String_ONE toString(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_STR_TOSTRING_NTS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToString(NOT_SET)", output: "AR_FN_STR_TOSTRING_NTS_EX_OUT_0" }] }, { description: "AR_FN_STR_TOSTRING_ANY_COLL_DSC", identifier: "String_ONE toString(Any_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_ANY_COLL_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_ANY_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "ToString(MakeList(true, false))", output: '"true\\nfalse"', addNewLineInfo: true }, { input: "ToString(MakeList(ToBool(NOT_SET), false))", output: '"\\nfalse"', addNewLineInfo: true }, { input: 'ToString(MakeList(MakeCurrency(10.00, "USD"), MakeCurrency(5.00, "EUR")))', output: '"10.00|USD\\n5.00|EUR"', addNewLineInfo: true }, { input: "ToString(MakeList(ToDateTime(NOT_SET), MakeDateTime(2009, 1, 10, 6, 30, 0)))", output: '"\\n2009-01-10T06:30:00.000Z"', addNewLineInfo: true }, { input: "ToString(MakeList(2000.5, -1.0))", output: '"2000.5\\n-1.0"', addNewLineInfo: true }, { input: "ToString(MakeList(ToDecimal(NOT_SET), -1.0))", output: '"\\n-1.0"', addNewLineInfo: true }, { input: "ToString(MakeList(MakeDuration(0, 1, 0, 0), MakeDuration(-10, 5, 30, 0)))", output: '"PT1H\\n-P9DT18H30M"', addNewLineInfo: true }, { input: "ToString(MakeList(ToDuration(NOT_SET), MakeDuration(-10, 5, 30, 0)))", output: '"\\n-P9DT18H30M"', addNewLineInfo: true }, { input: "ToString(MakeList(2000, -1))", output: '"2000\\n-1"', addNewLineInfo: true }, { input: "ToString(MakeList(ToInt(NOT_SET), -1))", output: '"\\n-1"', addNewLineInfo: true }, { input: 'ToString(MakeList(ToSkill("Spanish"), ToSkill("German")))', output: '"Spanish\\nGerman"', addNewLineInfo: true, hidden: "true" }, { input: 'ToString(MakeList(ToSkill(NOT_SET), ToSkill("German")))', output: '"\\nGerman"', addNewLineInfo: true, hidden: "true" }, { input: 'ToString(MakeList("Hello", "World"))', output: '"Hello\\nWorld"', addNewLineInfo: true }, { input: 'ToString(MakeList("Hello", ToString(NOT_SET)))', output: '"Hello\\n"', addNewLineInfo: true }, { input: 'ToString(MakeList(FindUser("john.doe@company.com"), FindUser("jane.doe@company.com")))', output: '"john.doe@company.com\\njane.doe@company.com"', addNewLineInfo: true }, { input: 'ToString(MakeList(ToUser(NOT_SET), ToUser("jane.doe@company.com")))', output: '"\\njane.doe@company.com"', addNewLineInfo: true, hidden: "true" }, { input: "ToString(MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)))", output: '"\\n"', addNewLineInfo: true }, { input: "ToString(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)))", output: '"\\n"', addNewLineInfo: true }, { input: 'ToString(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))))', output: '"Fries\\nSoup"', addNewLineInfo: true, featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToString(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))), MakeListPickerSection("Desserts", true, MakeList(MakeListPickerItem("Cookie", NOT_SET, MakeImageFromUrl(NOT_SET))))))', output: '"Sides\\nDessert"', addNewLineInfo: true, featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TOSTRING_ANY_COLL_STR_DSC", identifier: "String_ONE toString(Any_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_ANY_COLL_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_ANY_COLL_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_ANY_COLL_STR_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToString(MakeList(true, false), "|")', output: '"true|false"' }, { input: 'ToString(MakeList(NOT_SET, false), "|")', output: '"|false"' }, { input: 'ToString(MakeList(MakeCurrency(10.00, "USD"), MakeCurrency(5.00, "EUR")), "#")', output: '"10.00|USD#5.00|EUR"' }, { input: 'ToString(MakeList(NOT_SET, MakeDateTime(2009, 1, 10, 6, 30, 0)), "|")', output: '"|2009-01-10T06:30:00.000Z"' }, { input: 'ToString(MakeList(2000.5, -1.0), "|")', output: '"2000.5|-1.0"' }, { input: 'ToString(MakeList(NOT_SET, -1.0), "|")', output: '"|-1.0"' }, { input: 'ToString(MakeList(MakeDuration(0, 1, 0, 0), MakeDuration(-10, 5, 30, 0)), "|")', output: '"PT1H|-P9DT18H30M"' }, { input: 'ToString(MakeList(NOT_SET, MakeDuration(-10, 5, 30, 0)), "|")', output: '"|-P9DT18H30M"' }, { input: 'ToString(MakeList(2000, -1), "|")', output: '"2000|-1"' }, { input: 'ToString(MakeList(NOT_SET, -1), "|")', output: '"|-1"' }, { input: 'ToString(MakeList(ToSkill("Spanish"), ToSkill("German")), "|")', output: '"Spanish|German"', hidden: "true" }, { input: 'ToString(MakeList(NOT_SET, ToSkill("German")), "|")', output: '"|German"', hidden: "true" }, { input: 'ToString(MakeList("Hello", "World"), "|")', output: '"Hello|World"' }, { input: 'ToString(MakeList("Hello", NOT_SET), "|")', output: '"Hello|"' }, { input: 'ToString(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com")), "|")', output: '"john.doe@company.com|jane.doe@company.com"', hidden: "true" }, { input: 'ToString(MakeList(NOT_SET, ToUser("jane.doe@company.com")), "|")', output: '"|jane.doe@company.com"', hidden: "true" }, { input: 'ToString(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)), "|")', output: '"|"' }, { input: 'ToString(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))), "|")', output: '"Fries|Soup"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToString(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))), MakeListPickerSection("Desserts", true, MakeList(MakeListPickerItem("Cookie", NOT_SET, MakeImageFromUrl(NOT_SET))))), "|")', output: '"Sides|Dessert"', featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TOSTRING_DEC_LNG_DSC", identifier: "String_ONE toString(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_DEC_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_LNG_PRM_DSC_0", identifier: "decimalValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToString(2000.506, 2)", output: '"2000.51"' }, { input: "ToString(1.125, 2)", output: '"1.13"' }, { input: "ToString(-1.0, 3)", output: '"-1.000"' }, { input: "ToString(ToDecimal(NOT_SET), 2)", output: "AR_FN_STR_TOSTRING_DEC_LNG_EX_OUT_3" }] }, { description: "AR_FN_STR_TOSTRING_CUR_LNG_DSC", identifier: "String_ONE toString(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_CUR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_LNG_PRM_DSC_0", identifier: "currencyValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToString(MakeCurrency(2000.506, "USD"), 2)', output: '"2000.51|USD"' }, { input: 'ToString(MakeCurrency(1.125, "USD"), 2)', output: '"1.13|USD"' }, { input: 'ToString(MakeCurrency(-1.0, "USD"), 3)', output: '"-1.000|USD"' }, { input: 'ToString(MakeCurrency(ToDecimal(NOT_SET), "USD"), 2)', output: "|USD" }, { input: "ToString(MakeCurrency(ToDecimal(NOT_SET), ToString(NOT_SET)), 2)", output: "|" }] }, { description: "AR_FN_STR_TOSTRING_DEC_COLL_LNG_DSC", identifier: "String_ONE toString(Decimal_COLL,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_DEC_COLL_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToString(MakeList(2000.5, -1.0), 2)", output: '"2000.50\\n-1.00"', addNewLineInfo: true }, { input: "ToString(MakeList(NOT_SET, -1.0), 4)", output: '"\\n-1.0000"', addNewLineInfo: true }] }, { description: "AR_FN_STR_TOSTRING_CUR_COLL_LNG_DSC", identifier: "String_ONE toString(Currency_COLL,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_CUR_COLL_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_LNG_PRM_DSC_0", identifier: "currencyCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToString(MakeList(MakeCurrency(2000.50, "USD"), MakeCurrency(-1.00, "USD")), 2)', output: '"2000.50|USD\\n-1.00|USD"', addNewLineInfo: true }, { input: 'ToString(MakeList(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(-1.00, ToString(NOT_SET))), 2)', output: '"|USD\\n-1.00|"', addNewLineInfo: true }] }, { description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_DSC", identifier: "String_ONE toString(Decimal_COLL,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_2", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 2, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToString(MakeList(2000.5, -1.0), "|", 2)', output: '"2000.50|-1.00"' }, { input: 'ToString(MakeList(ToDecimal(NOT_SET), -1.0), "|", 4)', output: '"|-1.0000"' }] }, { description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_DSC", identifier: "String_ONE toString(Currency_COLL,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_0", identifier: "currencyCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_2", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 2, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToString(MakeList(MakeCurrency(2000.50, "USD"), MakeCurrency(-1.00, "USD")), "^", 2)', output: '"2000.50|USD^-1.00|USD"' }, { input: 'ToString(MakeList(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(-1.00, ToString(NOT_SET))), "^", 2)', output: '"|USD^-1.00|"' }] }] }, toInt: { identifier: "toInt", description: "AR_FN_DSC_TOINT", type: "function", name: "ToInt", category: "cast", overloads: [{ description: "AR_FN_LNG_TOINT_BLN_DSC", identifier: "Long_ONE toInt(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_BLN_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_BLN_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }], examples: [{ input: "ToInt(true)", output: "1" }, { input: "ToInt(false)", output: "0" }, { input: "ToInt(ToBool(NOT_SET))", output: "AR_FN_LNG_TOINT_BLN_EX_OUT_2" }] }, { description: "AR_FN_LNG_TOINT_DEC_DSC", identifier: "Long_ONE toInt(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_DEC_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_DEC_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToInt(1.0)", output: "1" }, { input: "ToInt(3.7)", output: "3" }, { input: "ToInt(3.2)", output: "3" }, { input: "ToInt(-5.2)", output: "-5" }, { input: "ToInt(-5.7)", output: "-5" }, { input: "ToInt(ToDecimal(NOT_SET))", output: "AR_FN_LNG_TOINT_DEC_EX_OUT_5" }] }, { description: "AR_FN_LNG_TOINT_STR_DSC", identifier: "Long_ONE toInt(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToInt("25")', output: "25" }, { input: 'ToInt("-55")', output: "-55" }, { input: 'ToInt("0")', output: "0" }, { input: "ToInt(ToString(NOT_SET))", output: "AR_FN_LNG_TOINT_STR_EX_OUT_3" }, { input: 'ToInt("")', output: "AR_FN_LNG_TOINT_STR_EX_OUT_4" }, { input: 'ToInt("\xA0\xA0")', output: "AR_FN_LNG_TOINT_STR_EX_OUT_5" }, { input: 'ToInt("A String")', output: "AR_FN_LNG_TOINT_STR_EX_OUT_6" }] }, { description: "AR_FN_LNG_TOINT_STR_LNG_DSC", identifier: "Long_ONE toInt(String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_TOINT_STR_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_STR_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_STR_LNG_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: 'ToInt("25", 15)', output: "25" }, { input: 'ToInt("five", 20)', output: "20" }, { input: 'ToInt("~0", 10)', output: "10" }, { input: "ToInt(ToString(NOT_SET), 15)", output: "AR_FN_LNG_TOINT_STR_LNG_EX_OUT_3" }, { input: 'ToInt("", 15)', output: "AR_FN_LNG_TOINT_STR_LNG_EX_OUT_4" }, { input: 'ToInt("A String", 12)', output: "12" }] }, { description: "AR_FN_LNG_TOINT_NTS_DSC", identifier: "Long_ONE toInt(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_LNG_TOINT_NTS_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToInt(NOT_SET)", output: "AR_FN_LNG_TOINT_NTS_EX_OUT_0" }] }, { description: "AR_FN_LNG_TOINT_LNG_DSC", identifier: "Long_ONE toInt(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_LNG_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToInt(5)", output: "5" }] }, { description: "AR_FN_LNG_TOINT_DUR_DSC", identifier: "Long_ONE toInt(Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_DUR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_DUR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dur" }], examples: [{ input: "ToInt(MakeDuration(0,0,0,1))", output: "1000" }, { input: "ToInt(MakeDuration(0,0,1,0))", output: "60000" }, { input: "ToInt(MakeDuration(0,-1,5,0,500))", output: "-3299500" }, { input: "ToInt(ToDuration(NOT_SET))", output: "AR_FN_LNG_TOINT_DUR_EX_OUT_3" }] }, { description: "AR_FN_LNG_TOINT_JSON_DSC", identifier: "Long_ONE toInt(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_TOINT_JSON_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_JSON_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'ToInt(JsonParse("5"))', output: "5" }, { input: 'ToInt(JsonParse("-5.2"))', output: "-5" }, { input: 'ToInt(JsonParse("true"))', output: "1" }, { input: 'ToInt(JsonParse(ToString("A" > "B")))', output: "0" }, { input: 'ToInt(JsonParse("null"))', output: "AR_FN_LNG_TOINT_JSON_EX_OUT_4" }, { input: "ToInt(ToJson(NOT_SET))", output: "AR_FN_LNG_TOINT_JSON_EX_OUT_5" }] }, { description: "AR_FN_LNG_TOINT_JSON_LNG_DSC", identifier: "Long_ONE toInt(JSON_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_TOINT_JSON_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_JSON_LNG_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_JSON_LNG_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: 'ToInt(JsonParse("5"), -1)', output: "5" }, { input: 'ToInt(JsonParse("\\"apple\\""), 10)', output: "10" }, { input: 'ToInt(JsonParse("[1, 2]"), 7)', output: "7" }, { input: 'ToInt(JsonParse(ToString("A" > "B")), ToInt(NOT_SET))', output: "0" }, { input: "ToInt(ToJson(NOT_SET), 4)", output: "AR_FN_LNG_TOINT_JSON_LNG_EX_OUT_4" }] }], needsServerInfo: true }, toDecimal: { identifier: "toDecimal", description: "AR_FN_DSC_TODECIMAL", type: "function", name: "ToDecimal", category: "cast", overloads: [{ description: "AR_FN_DEC_TODECIMAL_BLN_DSC", identifier: "Decimal_ONE toDecimal(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_BLN_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_BLN_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }], examples: [{ input: "ToDecimal(true)", output: "1.0" }, { input: "ToDecimal(false)", output: "0.0" }, { input: "ToDecimal(ToBool(NOT_SET))", output: "AR_FN_DEC_TODECIMAL_BLN_EX_OUT_2" }] }, { description: "AR_FN_DEC_TODECIMAL_CUR_DSC", identifier: "Decimal_ONE toDecimal(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_CUR_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_CUR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }], examples: [{ input: 'ToDecimal(MakeCurrency(5.25, "USD"))', output: "5.25" }, { input: 'ToDecimal(MakeCurrency(2.00, "EUR"))', output: "2.00" }, { input: 'ToDecimal(MakeCurrency(NOT_SET, "USD"))', output: "AR_FN_DEC_TODECIMAL_CUR_EX_OUT_2" }] }, { description: "AR_FN_DEC_TODECIMAL_STR_DSC", identifier: "Decimal_ONE toDecimal(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_STR_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDecimal("0.0")', output: "0.0" }, { input: 'ToDecimal("-100.5")', output: "-100.5" }, { input: "ToDecimal(ToString(NOT_SET))", output: "AR_FN_DEC_TODECIMAL_STR_EX_OUT_2" }, { input: 'ToDecimal("")', output: "AR_FN_DEC_TODECIMAL_STR_EX_OUT_3" }, { input: 'ToDecimal("\xA0\xA0")', output: "AR_FN_DEC_TODECIMAL_STR_EX_OUT_4" }, { input: 'ToDecimal("A String")', output: "AR_FN_DEC_TODECIMAL_STR_EX_OUT_5" }] }, { description: "AR_FN_DEC_TODECIMAL_STR_DEC_DSC", identifier: "Decimal_ONE toDecimal(String_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_TODECIMAL_STR_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_STR_DEC_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_STR_DEC_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: 'ToDecimal("one hundred point five", 7.5)', output: "7.5" }, { input: 'ToDecimal("0.0", 15.0)', output: "0.0" }, { input: "ToDecimal(ToString(NOT_SET), 10.75)", output: "AR_FN_DEC_TODECIMAL_STR_DEC_EX_OUT_2" }, { input: 'ToDecimal("", -5.25)', output: "AR_FN_DEC_TODECIMAL_STR_DEC_EX_OUT_3" }, { input: 'ToDecimal("A String", -12.15)', output: "-12.15" }] }, { description: "AR_FN_DEC_TODECIMAL_LNG_DSC", identifier: "Decimal_ONE toDecimal(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToDecimal(100)", output: "100.0" }, { input: "ToDecimal(-1010)", output: "-1010.0" }, { input: "ToDecimal(0)", output: "0.0" }] }, { description: "AR_FN_DEC_TODECIMAL_NTS_DSC", identifier: "Decimal_ONE toDecimal(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_NTS_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDecimal(NOT_SET)", output: "AR_FN_DEC_TODECIMAL_NTS_EX_OUT_0" }] }, { description: "AR_FN_DEC_TODECIMAL_DEC_DSC", identifier: "Decimal_ONE toDecimal(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_DEC_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToDecimal(5.5)", output: "5.5" }] }, { description: "AR_FN_DEC_TODECIMAL_JSON_DSC", identifier: "Decimal_ONE toDecimal(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_TODECIMAL_JSON_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_JSON_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'ToDecimal(JsonParse("5"))', output: "5.0" }, { input: 'ToDecimal(JsonParse("-5.2"))', output: "-5.2" }, { input: 'ToDecimal(JsonParse("true"))', output: "1.0" }, { input: 'ToDecimal(JsonParse("null"))', output: "AR_FN_DEC_TODECIMAL_JSON_EX_OUT_3" }, { input: "ToDecimal(ToJson(NOT_SET))", output: "AR_FN_DEC_TODECIMAL_JSON_EX_OUT_4" }] }, { description: "AR_FN_DEC_TODECIMAL_JSON_DEC_DSC", identifier: "Decimal_ONE toDecimal(JSON_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_TODECIMAL_JSON_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_JSON_DEC_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_JSON_DEC_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: 'ToDecimal(JsonParse("\\"apple\\""), 2.25)', output: "2.25" }, { input: 'ToDecimal(JsonParse("-5.2"), 0.0)', output: "-5.2" }, { input: "ToDecimal(ToJson(NOT_SET), 1.0)", output: "AR_FN_DEC_TODECIMAL_JSON_DEC_EX_OUT_2" }, { input: 'ToDecimal(JsonParse("[1,false]"), 1.5)', output: "1.5" }] }], needsServerInfo: true }, toDate: { identifier: "toDate", description: "AR_FN_DSC_TODATE", type: "function", name: "ToDate", category: "cast", overloads: [{ description: "AR_FN_DATE_TODATE_STR_DSC", identifier: "Date_ONE toDate(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_TODATE_STR_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DATE_TODATE_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDate("2009-01-10")', output: "AR_FN_DATE_TODATE_STR_EX_OUT_0" }, { input: "ToDate(ToString(NOT_SET))", output: "AR_FN_DATE_TODATE_STR_EX_OUT_1" }] }, { description: "AR_FN_DATE_TODATE_NTS_DSC", identifier: "Date_ONE toDate(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_TODATE_NTS_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DATE_TODATE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDate(NOT_SET)", output: "AR_FN_DATE_TODATE_NTS_EX_OUT_0" }] }, { description: "AR_FN_DATE_TODATE_DTM_DSC", identifier: "Date_ONE toDate(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_TODATE_DTM_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DATE_TODATE_DTM_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToDate(MakeDateTime(2012, 9, 22, 2, 30, 0))", output: "AR_FN_DATE_TODATE_DTM_EX_OUT_0" }, { input: "ToDate(ToDateTime(NOT_SET))", output: "AR_FN_DATE_TODATE_DTM_EX_OUT_1" }] }, { description: "AR_FN_DATE_TODATE_DATE_DSC", identifier: "Date_ONE toDate(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_TODATE_DATE_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DATE_TODATE_DATE_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }], examples: [{ input: "ToDate(MakeDate(2003, 1, 1))", output: "AR_FN_DATE_TODATE_DATE_EX_OUT_0" }, { input: "ToDate(ToDate(NOT_SET))", output: "AR_FN_DATE_TODATE_DATE_EX_OUT_1" }] }], needsServerInfo: true }, toDateTime: { identifier: "toDateTime", description: "AR_FN_DSC_TODATETIME", type: "function", name: "ToDateTime", category: "cast", overloads: [{ description: "AR_FN_DTM_TODATETIME_STR_DSC", identifier: "DateTime_ONE toDateTime(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_TODATETIME_STR_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDateTime("2009-01-10T06:30:00Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_0" }, { input: 'ToDateTime("2009-01-10T06:30:00-07:00")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_1" }, { input: 'ToDateTime("2009-01-10T06:30:00+02:00")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_2" }, { input: "ToDateTime(ToString(NOT_SET))", output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_3" }, { input: 'ToDateTime("2009T06:30:00Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_4" }, { input: 'ToDateTime("2010-03-20T06:30Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_5" }, { input: 'ToDateTime("2011-03T06:30Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_6" }, { input: 'ToDateTime("2009T06:30Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_7" }, { input: 'ToDateTime("2012T01:30-05:00")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_8" }, { input: 'ToDateTime("T06:30:00Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_9" }, { input: 'ToDateTime("T06:30Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_10" }, { input: 'ToDateTime("T06Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_11" }, { input: 'ToDateTime("T06")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_12" }, { input: 'ToDateTime("2009-03-20")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_13" }, { input: 'ToDateTime("2009-03")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_14" }, { input: 'ToDateTime("2009")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_15" }] }, { description: "AR_FN_DTM_TODATETIME_LNG_DSC", identifier: "DateTime_ONE toDateTime(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_TODATETIME_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToDateTime(3600)", output: "AR_FN_DTM_TODATETIME_LNG_EX_OUT_0" }, { input: "ToDateTime(ToInt(NOT_SET))", output: "AR_FN_DTM_TODATETIME_LNG_EX_OUT_1" }] }, { description: "AR_FN_DTM_TODATETIME_NTS_DSC", identifier: "DateTime_ONE toDateTime(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_DTM_TODATETIME_NTS_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDateTime(NOT_SET)", output: "AR_FN_DTM_TODATETIME_NTS_EX_OUT_0" }] }, { description: "AR_FN_DTM_TODATETIME_DTM_DSC", identifier: "DateTime_ONE toDateTime(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_TODATETIME_DTM_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_DTM_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToDateTime(MakeDateTime(2003, 1, 1, 0, 0, 0))", output: "AR_FN_DTM_TODATETIME_DTM_EX_OUT_0" }] }, { description: "AR_FN_DTM_TODATETIME_JSON_DSC", identifier: "DateTime_ONE toDateTime(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DTM_TODATETIME_JSON_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_JSON_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'ToDateTime(JsonParse("3600"))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_0" }, { input: 'ToDateTime(JsonParse("3600.0258"))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_1" }, { input: 'ToDateTime(JsonParse("\\"2009-01-10T06:30:00Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_2" }, { input: 'ToDateTime(JsonParse("\\"2009-01-10T06:30:00+02:00\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_3" }, { input: 'ToDateTime(JsonParse("\\"2009T06:30:00Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_4" }, { input: 'ToDateTime(JsonParse("\\"2010-03-20T06:30Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_5" }, { input: 'ToDateTime(JsonParse("\\"2011-03T06:30Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_6" }, { input: 'ToDateTime(JsonParse("\\"2009T06:30Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_7" }, { input: 'ToDateTime(JsonParse("\\"2012T01:30-05:00\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_8" }, { input: 'ToDateTime(JsonParse("\\"T06:30:00Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_9" }, { input: 'ToDateTime(JsonParse("\\"T06:30Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_10" }, { input: 'ToDateTime(JsonParse("\\"T06Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_11" }, { input: 'ToDateTime(JsonParse("\\"T06\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_12" }, { input: 'ToDateTime(JsonParse("\\"2009-03-20\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_13" }, { input: 'ToDateTime(JsonParse("\\"2009-03\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_14" }, { input: 'ToDateTime(JsonParse("\\"2009\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_15" }, { input: 'ToDateTime(JsonParse("null"))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_16" }, { input: "ToDateTime(ToJson(NOT_SET))", output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_17" }] }, { description: "AR_FN_DTM_TODATETIME_JSON_DTM_DSC", identifier: "DateTime_ONE toDateTime(JSON_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DTM_TODATETIME_JSON_DTM_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_JSON_DTM_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_JSON_DTM_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dtm" }], examples: [{ input: 'ToDateTime(JsonParse("3600.75"), MakeDateTime(2009, 3, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_0" }, { input: 'ToDateTime(JsonParse("\\"2009-01-10T06:30:00Z\\""), MakeDateTime(2009, 3, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_1" }, { input: 'ToDateTime(JsonParse("\\"September 5th, 2022\\""), MakeDateTime(2019, 4, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_2" }, { input: 'ToDateTime(JsonParse("\\"2509-03\\""), MakeDateTime(2011, 2, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_3" }, { input: 'ToDateTime(JsonParse("\\"two thousand nine\\""), MakeDateTime(2009, 3, 15, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_4" }, { input: 'ToDateTime(JsonParse("null"), MakeDateTime(2009, 3, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_5" }] }], needsServerInfo: true }, toTime: { identifier: "toTime", description: "AR_FN_DSC_TOTIME", type: "function", name: "ToTime", category: "cast", overloads: [{ description: "AR_FN_TIME_TOTIME_STR_DSC", identifier: "Time_ONE toTime(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_TOTIME_STR_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIME_TOTIME_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToTime("02:30:15")', output: "AR_FN_TIME_TOTIME_STR_EX_OUT_0" }, { input: "ToTime(ToString(NOT_SET))", output: "AR_FN_TIME_TOTIME_STR_EX_OUT_1" }, { input: 'ToTime("02:30")', output: "AR_FN_TIME_TOTIME_STR_EX_OUT_2" }, { input: 'ToTime("14:59:00")', output: "AR_FN_TIME_TOTIME_STR_EX_OUT_3" }] }, { description: "AR_FN_TIME_TOTIME_NTS_DSC", identifier: "Time_ONE toTime(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_TOTIME_NTS_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIME_TOTIME_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToTime(NOT_SET)", output: "AR_FN_TIME_TOTIME_NTS_EX_OUT_0" }] }, { description: "AR_FN_TIME_TOTIME_TIME_DSC", identifier: "Time_ONE toTime(Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_TOTIME_TIME_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIME_TOTIME_TIME_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tim" }], examples: [{ input: "ToTime(MakeTime(2, 45, 0))", output: "AR_FN_TIME_TOTIME_TIME_EX_OUT_0" }, { input: "ToTime(ToTime(NOT_SET))", output: "AR_FN_TIME_TOTIME_TIME_EX_OUT_1" }] }, { description: "AR_FN_TIME_TOTIME_DTM_DSC", identifier: "Time_ONE toTime(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_TOTIME_DTM_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIME_TOTIME_DTM_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToTime(MakeDateTime(2012, 9, 22, 3, 5, 0))", output: "AR_FN_TIME_TOTIME_DTM_EX_OUT_0" }, { input: "ToTime(ToDateTime(NOT_SET))", output: "AR_FN_TIME_TOTIME_DTM_EX_OUT_1" }] }], needsServerInfo: true }, toDivision: { identifier: "toDivision", description: "AR_FN_DSC_TODIVISION", type: "function", name: "ToDivision", category: "cast", overloads: [{ description: "AR_FN_DIVISION_TODIVISION_DIVISION_DSC", identifier: "Division_ONE toDivision(Division_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_TODIVISION_DIVISION_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_TODIVISION_DIVISION_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dvn" }], examples: [{ input: "ToDivision(ToDivision(NOT_SET))", output: "AR_FN_DIVISION_TODIVISION_DIVISION_EX_OUT_0" }] }, { description: "AR_FN_DIVISION_TODIVISION_NTS_DSC", identifier: "Division_ONE toDivision(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_TODIVISION_NTS_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_TODIVISION_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDivision(NOT_SET)", output: "AR_FN_DIVISION_TODIVISION_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toDuration: { identifier: "toDuration", description: "AR_FN_DSC_TODURATION", type: "function", name: "ToDuration", category: "cast", overloads: [{ description: "AR_FN_DUR_TODURATION_STR_DSC", identifier: "Duration_ONE toDuration(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_TODURATION_STR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_TODURATION_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDuration("PT0S")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_0" }, { input: 'ToDuration("P1DT3H")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_1" }, { input: 'ToDuration("-P1DT3H")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_2" }, { input: 'ToDuration("PT1H15M30.250S")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_3" }, { input: 'ToDuration("PT1H15M30.250567S")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_4" }, { input: "ToDuration(ToString(NOT_SET))", output: "AR_FN_DUR_TODURATION_STR_EX_OUT_5" }] }, { description: "AR_FN_DUR_TODURATION_LNG_DSC", identifier: "Duration_ONE toDuration(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_TODURATION_LNG_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_TODURATION_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToDuration(1000 * 60 * 60)", output: "AR_FN_DUR_TODURATION_LNG_EX_OUT_0" }, { input: "ToDuration(1000 * 60 * 60 * 24)", output: "AR_FN_DUR_TODURATION_LNG_EX_OUT_1" }, { input: "ToDuration(ToInt(NOT_SET))", output: "AR_FN_DUR_TODURATION_LNG_EX_OUT_2" }] }, { description: "AR_FN_DUR_TODURATION_NTS_DSC", identifier: "Duration_ONE toDuration(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_DUR_TODURATION_NTS_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_TODURATION_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDuration(NOT_SET)", output: "AR_FN_DUR_TODURATION_NTS_EX_OUT_0" }] }, { description: "AR_FN_DUR_TODURATION_DUR_DSC", identifier: "Duration_ONE toDuration(Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_TODURATION_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_TODURATION_DUR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dur" }], examples: [{ input: "ToDuration(MakeDuration(0, 1, 0, 0))", output: "AR_FN_DUR_TODURATION_DUR_EX_OUT_0" }] }] }, toTimeslot: { identifier: "toTimeslot", description: "AR_FN_DSC_TOTIMESLOT", type: "function", name: "ToTimeslot", category: "datetime", overloads: [{ description: "AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_DSC", identifier: "Timeslot_ONE toTimeslot(Timeslot_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_RV", isArray: false, type: "tsl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tsl" }], examples: [{ input: "ToTimeslot(ToTimeslot(NOT_SET))", output: "AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_EX_OUT_0" }] }, { description: "AR_FN_TIMESLOT_TOTIMESLOT_STR_DSC", identifier: "Timeslot_ONE toTimeslot(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_TOTIMESLOT_STR_RV", isArray: false, type: "tsl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMESLOT_TOTIMESLOT_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToTimeslot("2009-01-10T06:30:00.000Z|PT1H")', output: "AR_FN_TIMESLOT_TOTIMESLOT_STR_EX_OUT_0" }] }, { description: "AR_FN_TIMESLOT_TOTIMESLOT_NTS_DSC", identifier: "Timeslot_ONE toTimeslot(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_TOTIMESLOT_NTS_RV", isArray: false, type: "tsl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMESLOT_TOTIMESLOT_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToTimeslot(NOT_SET)", output: "AR_FN_TIMESLOT_TOTIMESLOT_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toGrammar: { identifier: "toGrammar", description: "AR_FN_DSC_TOGRAMMAR", type: "function", name: "ToGrammar", category: "cast", overloads: [{ description: "AR_FN_GRAMMAR_TOGRAMMAR_STR_DSC", identifier: "Grammar_ONE toGrammar(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", voice: "voice" }, hidden: true, returnValue: { description: "AR_FN_GRAMMAR_TOGRAMMAR_STR_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_TOGRAMMAR_STR_PRM_DSC_0", identifier: "GrammarName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_GRAMMAR_TOGRAMMAR_NTS_DSC", identifier: "Grammar_ONE toGrammar(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { bot: "bot", voice: "voice" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_TOGRAMMAR_NTS_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_TOGRAMMAR_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToGrammar(NOT_SET)", output: "AR_FN_GRAMMAR_TOGRAMMAR_NTS_EX_OUT_0" }] }, { description: "AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_DSC", identifier: "Grammar_ONE toGrammar(Grammar_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", voice: "voice" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "gmr" }], examples: [{ input: "ToGrammar(ToGrammar(NOT_SET))", output: "AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_EX_OUT_0" }] }], needsServerInfo: true }, toImage: { identifier: "toImage", description: "AR_FN_DSC_TOIMAGE", type: "function", name: "ToImage", category: "cast", overloads: [{ description: "AR_FN_IMAGE_TOIMAGE_IMAGE_DSC", identifier: "Image_ONE toImage(Image_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_TOIMAGE_IMAGE_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_IMAGE_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "img" }], examples: [{ input: "ToImage(ToImage(NOT_SET))", output: "AR_FN_IMAGE_TOIMAGE_IMAGE_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_TOIMAGE_NTS_DSC", identifier: "Image_ONE toImage(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_TOIMAGE_NTS_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToImage(NOT_SET)", output: "AR_FN_IMAGE_TOIMAGE_NTS_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_DSC", identifier: "Image_ONE toImage(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToImage(Flow.ResponseAsset)", output: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_DSC", identifier: "Image_ONE toImage(ResponseAsset_ONE,Image_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "img" }], examples: [{ input: 'ToImage(Flow.ResponseAsset, MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png"))', output: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_0" }, { input: 'ToImage(ToResponseAsset(NOT_SET), MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png"))', output: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_1" }, { input: 'ToImage(Flow.ResponseAssetThatCannotBeConvertedToImage, MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png"))', output: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_2" }] }], needsServerInfo: true }, toImageCollection: { identifier: "toImageCollection", description: "AR_FN_DSC_TOIMAGECOLLECTION", type: "function", name: "ToImageCollection", category: "cast", overloads: [{ description: "AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_DSC", identifier: "Image_COLL toImageCollection(ResponseAsset_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, featureConfigName: "cannedResponseAttachmentsPostGaFeature", needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_RV", isArray: true, type: "img" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "rpa" }], examples: [{ input: "ToImageCollection(MakeList(Flow.ResponseAsset, Flow.ResponseAsset2))", output: "AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_EX_OUT_0" }] }], needsServerInfo: true }, toResponseAsset: { identifier: "toResponseAsset", description: "AR_FN_DSC_TORESPONSEASSET", type: "function", name: "ToResponseAsset", category: "cast", overloads: [{ description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_DSC", identifier: "ResponseAsset_ONE toResponseAsset(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToResponseAsset(ToResponseAsset(NOT_SET))", output: "AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_EX_OUT_0" }] }, { description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_DSC", identifier: "ResponseAsset_ONE toResponseAsset(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToResponseAsset(NOT_SET)", output: "AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toSkill: { identifier: "toSkill", description: "AR_FN_DSC_TOSKILL", type: "function", name: "ToSkill", category: "cast", overloads: [{ description: "AR_FN_SKL_TOSKILL_STR_DSC", identifier: "Skill_ONE toSkill(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, hidden: true, returnValue: { description: "AR_FN_SKL_TOSKILL_STR_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_TOSKILL_STR_PRM_DSC_0", identifier: "skillName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_SKL_TOSKILL_NTS_DSC", identifier: "Skill_ONE toSkill(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SKL_TOSKILL_NTS_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_TOSKILL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToSkill(NOT_SET)", output: "AR_FN_SKL_TOSKILL_NTS_EX_OUT_0" }] }, { description: "AR_FN_SKL_TOSKILL_SKL_DSC", identifier: "Skill_ONE toSkill(Skill_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SKL_TOSKILL_SKL_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_TOSKILL_SKL_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "skl" }], examples: [{ input: "ToSkill(ToSkill(NOT_SET))", output: "AR_FN_SKL_TOSKILL_SKL_EX_OUT_0" }] }], needsServerInfo: true }, toUserQueue: { identifier: "toUserQueue", description: "AR_FN_DSC_TOUSERQUEUE", type: "function", name: "ToUser", category: "cast", overloads: [{ description: "AR_FN_USR_TOUSER_STR_DSC", identifier: "User_ONE toUser(String_ONE)", support: { version: "1.0", resolver: "None" }, hidden: true, returnValue: { description: "AR_FN_USR_TOUSER_STR_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_TOUSER_STR_PRM_DSC_0", identifier: "userName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_USR_TOUSER_NTS_DSC", identifier: "User_ONE toUser(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_TOUSER_NTS_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_TOUSER_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToUser(NOT_SET)", output: "AR_FN_USR_TOUSER_NTS_EX_OUT_0" }] }, { description: "AR_FN_USR_TOUSER_USR_DSC", identifier: "User_ONE toUser(User_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_TOUSER_USR_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_TOUSER_USR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "usr" }], examples: [{ input: "ToUser(ToUser(NOT_SET))", output: "AR_FN_USR_TOUSER_USR_EX_OUT_0" }] }], needsServerInfo: true }, toLanguageSkill: { identifier: "toLanguageSkill", description: "AR_FN_DSC_TOLANGUAGESKILL", type: "function", name: "ToLanguageSkill", category: "cast", overloads: [{ description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_DSC", identifier: "LanguageSkill_ONE toLanguageSkill(String_ONE)", support: { version: "1.0", resolver: "None" }, hidden: true, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_PRM_DSC_0", identifier: "languageTag", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_DSC", identifier: "LanguageSkill_ONE toLanguageSkill(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToLanguageSkill(NOT_SET)", output: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_EX_OUT_0" }] }, { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_DSC", identifier: "LanguageSkill_ONE toLanguageSkill(LanguageSkill_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "lac" }], examples: [{ input: "ToLanguageSkill(ToLanguageSkill(NOT_SET))", output: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_EX_OUT_0" }] }], needsServerInfo: true }, toQueue: { identifier: "toQueue", description: "AR_FN_DSC_TOQUEUE", type: "function", name: "ToQueue", category: "cast", overloads: [{ description: "AR_FN_QUEUE_TOQUEUE_STR_DSC", identifier: "Queue_ONE toQueue(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, hidden: true, returnValue: { description: "AR_FN_QUEUE_TOQUEUE_STR_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_TOQUEUE_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_QUEUE_TOQUEUE_NTS_DSC", identifier: "Queue_ONE toQueue(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_TOQUEUE_NTS_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_TOQUEUE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToQueue(NOT_SET)", output: "AR_FN_QUEUE_TOQUEUE_NTS_EX_OUT_0" }] }, { description: "AR_FN_QUEUE_TOQUEUE_QUEUE_DSC", identifier: "Queue_ONE toQueue(Queue_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_TOQUEUE_QUEUE_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_TOQUEUE_QUEUE_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "que" }], examples: [{ input: "ToQueue(ToQueue(NOT_SET))", output: "AR_FN_QUEUE_TOQUEUE_QUEUE_EX_OUT_0" }] }], needsServerInfo: true }, toEmergencyGroup: { identifier: "toEmergencyGroup", description: "AR_FN_DSC_TOEMERGENCYGROUP", type: "function", name: "ToEmergencyGroup", category: "cast", overloads: [{ description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_DSC", identifier: "EmergencyGroup_ONE toEmergencyGroup(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_RV", isArray: false, type: "emg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToEmergencyGroup(NOT_SET)", output: "AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_EX_OUT_0" }] }, { description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_DSC", identifier: "EmergencyGroup_ONE toEmergencyGroup(EmergencyGroup_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_RV", isArray: false, type: "emg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "emg" }], examples: [{ input: "ToEmergencyGroup(ToEmergencyGroup(NOT_SET))", output: "AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_EX_OUT_0" }] }], needsServerInfo: true }, toFile: { identifier: "toFile", description: "AR_FN_DSC_TOFILE", type: "function", name: "ToFile", category: "cast", overloads: [{ description: "AR_FN_FILE_TOFILE_FILE_DSC", identifier: "File_ONE toFile(File_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_TOFILE_FILE_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_FILE_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "fil" }], examples: [{ input: "ToFile(ToFile(NOT_SET))", output: "AR_FN_FILE_TOFILE_FILE_EX_OUT_0" }] }, { description: "AR_FN_FILE_TOFILE_NTS_DSC", identifier: "File_ONE toFile(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_TOFILE_NTS_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToFile(NOT_SET)", output: "AR_FN_FILE_TOFILE_NTS_EX_OUT_0" }] }, { description: "AR_FN_FILE_TOFILE_RESPONSEASSET_DSC", identifier: "File_ONE toFile(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_TOFILE_RESPONSEASSET_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_RESPONSEASSET_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToFile(Flow.ResponseAsset)", output: "AR_FN_FILE_TOFILE_RESPONSEASSET_EX_OUT_0" }] }, { description: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_DSC", identifier: "File_ONE toFile(ResponseAsset_ONE,File_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "fil" }], examples: [{ input: 'ToFile(Flow.ResponseAsset, MakeFileFromUrl("https://www.genesys.com/documents/genesys-digital-bot-flows.pdf"))', output: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_0" }, { input: 'ToFile(ToResponseAsset(NOT_SET), MakeFileFromUrl("https://www.genesys.com/documents/genesys-digital-bot-flows.pdf"))', output: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_1" }, { input: 'ToFile(Flow.ResponseAssetThatCannotBeConvertedToFile, MakeFileFromUrl("https://www.genesys.com/documents/genesys-digital-bot-flows.pdf"))', output: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_2" }] }], needsServerInfo: true }, toFileCollection: { identifier: "toFileCollection", description: "AR_FN_DSC_TOFILECOLLECTION", type: "function", name: "ToFileCollection", category: "cast", overloads: [{ description: "AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_DSC", identifier: "File_COLL toFileCollection(ResponseAsset_COLL)", support: { version: "1.0", resolver: "None" }, featureConfigName: "cannedResponseAttachmentsPostGaFeature", needsServerInfo: true, returnValue: { description: "AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_RV", isArray: true, type: "fil" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "rpa" }], examples: [{ input: "ToFileCollection(MakeList(Flow.ResponseAsset, Flow.ResponseAsset2))", output: "AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_EX_OUT_0" }] }], needsServerInfo: true }, toGroup: { identifier: "toGroup", description: "AR_FN_DSC_TOGROUP", type: "function", name: "ToGroup", category: "cast", overloads: [{ description: "AR_FN_GRP_TOGROUP_STR_DSC", identifier: "Group_ONE toGroup(String_ONE)", support: { version: "1.0", resolver: "None" }, hidden: true, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_TOGROUP_STR_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_TOGROUP_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_GRP_TOGROUP_NTS_DSC", identifier: "Group_ONE toGroup(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_TOGROUP_NTS_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_TOGROUP_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToGroup(NOT_SET)", output: "AR_FN_GRP_TOGROUP_NTS_EX_OUT_0" }] }, { description: "AR_FN_GRP_TOGROUP_GRP_DSC", identifier: "Group_ONE toGroup(Group_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_TOGROUP_GRP_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_TOGROUP_GRP_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "grp" }], examples: [{ input: "ToGroup(ToGroup(NOT_SET))", output: "AR_FN_GRP_TOGROUP_GRP_EX_OUT_0" }] }], needsServerInfo: true }, toKnowledgeBaseDocument: { identifier: "toKnowledgeBaseDocument", description: "AR_FN_DSC_TOKNOWLEDGEBASEDOCUMENT", type: "function", name: "ToKnowledgeBaseDocument", category: "cast", overloads: [{ description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_DSC", identifier: "KnowledgeBaseDocument_ONE toKnowledgeBaseDocument(KnowledgeBaseDocument_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_RV", isArray: false, type: "kbd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "kbd" }], examples: [{ input: "ToKnowledgeBaseDocument(ToKnowledgeBaseDocument(NOT_SET))", output: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_EX_OUT_0" }] }, { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_DSC", identifier: "KnowledgeBaseDocument_ONE toKnowledgeBaseDocument(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_RV", isArray: false, type: "kbd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToKnowledgeBaseDocument(NOT_SET)", output: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toVideo: { identifier: "toVideo", description: "AR_FN_DSC_TOVIDEO", type: "function", name: "ToVideo", category: "cast", overloads: [{ description: "AR_FN_VIDEO_TOVIDEO_VIDEO_DSC", identifier: "Video_ONE toVideo(Video_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_TOVIDEO_VIDEO_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_VIDEO_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "vid" }], examples: [{ input: "ToVideo(ToVideo(NOT_SET))", output: "AR_FN_VIDEO_TOVIDEO_VIDEO_EX_OUT_0" }] }, { description: "AR_FN_VIDEO_TOVIDEO_NTS_DSC", identifier: "Video_ONE toVideo(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_TOVIDEO_NTS_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToVideo(NOT_SET)", output: "AR_FN_VIDEO_TOVIDEO_NTS_EX_OUT_0" }] }, { description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_DSC", identifier: "Video_ONE toVideo(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToVideo(Flow.ResponseAsset)", output: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_EX_OUT_0" }] }, { description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_DSC", identifier: "Video_ONE toVideo(ResponseAsset_ONE,Video_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "vid" }], examples: [{ input: 'ToVideo(Flow.ResponseAsset, MakeVideoFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mov"))', output: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_0" }, { input: 'ToVideo(ToResponseAsset(NOT_SET), MakeVideoFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mov"))', output: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_1" }, { input: 'ToVideo(Flow.ResponseAssetThatCannotBeConvertedToVideo, MakeVideoFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mov"))', output: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_2" }] }], needsServerInfo: true }, toVideoCollection: { identifier: "toVideoCollection", description: "AR_FN_DSC_TOVIDEOCOLLECTION", type: "function", name: "ToVideoCollection", category: "cast", overloads: [{ description: "AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_DSC", identifier: "Video_COLL toVideoCollection(ResponseAsset_COLL)", support: { version: "1.0", resolver: "None" }, featureConfigName: "cannedResponseAttachmentsPostGaFeature", needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_RV", isArray: true, type: "vid" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "rpa" }], examples: [{ input: "ToVideoCollection(MakeList(Flow.ResponseAsset, Flow.ResponseAsset2))", output: "AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_EX_OUT_0" }] }], needsServerInfo: true }, toPhoneNumber: { identifier: "toPhoneNumber", description: "AR_FN_DSC_TOPHONENUMBER", type: "function", name: "ToPhoneNumber", category: "cast", overloads: [{ description: "AR_FN_PHNBR_TOPHONENUMBER_STR_DSC", identifier: "PhoneNumber_ONE toPhoneNumber(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PHNBR_TOPHONENUMBER_STR_RV", isArray: false, type: "phn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_PHNBR_TOPHONENUMBER_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: "ToPhoneNumber(Call.Ani)", output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_0" }, { input: 'ToPhoneNumber("tel:+13178723000")', output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_1" }, { input: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_IN_2", output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_2" }, { input: "ToPhoneNumber(ToString(NOT_SET))", output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_3" }, { input: 'ToPhoneNumber("+13178723000")', output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_4" }, { input: 'ToPhoneNumber("13178723000")', output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_5" }, { input: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_IN_6", output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_6" }] }, { description: "AR_FN_PHNBR_TOPHONENUMBER_NTS_DSC", identifier: "PhoneNumber_ONE toPhoneNumber(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_PHNBR_TOPHONENUMBER_NTS_RV", isArray: false, type: "phn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PHNBR_TOPHONENUMBER_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToPhoneNumber(NOT_SET)", output: "AR_FN_PHNBR_TOPHONENUMBER_NTS_EX_OUT_0" }] }, { description: "AR_FN_PHNBR_TOPHONENUMBER_PHNBR_DSC", identifier: "PhoneNumber_ONE toPhoneNumber(PhoneNumber_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PHNBR_TOPHONENUMBER_PHNBR_RV", isArray: false, type: "phn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PHNBR_TOPHONENUMBER_PHNBR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }], examples: [{ input: "ToPhoneNumber(ToPhoneNumber(NOT_SET))", output: "AR_FN_PHNBR_TOPHONENUMBER_PHNBR_EX_OUT_0" }] }], needsServerInfo: true }, toPrompt: { identifier: "toPrompt", description: "AR_FN_DSC_TOPROMPT", type: "function", name: "ToPrompt", category: "cast", overloads: [{ description: "AR_FN_PROMPT_TOPROMPT_NTS_DSC", identifier: "Prompt_ONE toPrompt(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_TOPROMPT_NTS_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_TOPROMPT_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToPrompt(NOT_SET)", output: "AR_FN_PROMPT_TOPROMPT_NTS_EX_OUT_0" }] }, { description: "AR_FN_PROMPT_TOPROMPT_PROMPT_DSC", identifier: "Prompt_ONE toPrompt(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_TOPROMPT_PROMPT_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_TOPROMPT_PROMPT_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "pmt" }], examples: [{ input: "ToPrompt(ToPrompt(NOT_SET))", output: "AR_FN_PROMPT_TOPROMPT_PROMPT_EX_OUT_0" }] }], needsServerInfo: true }, toSchedule: { identifier: "toSchedule", description: "AR_FN_DSC_TOSCHEDULE", type: "function", name: "ToSchedule", category: "cast", overloads: [{ description: "AR_FN_SCHED_TOSCHEDULE_NTS_DSC", identifier: "Schedule_ONE toSchedule(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHED_TOSCHEDULE_NTS_RV", isArray: false, type: "sch" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHED_TOSCHEDULE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToSchedule(NOT_SET)", output: "AR_FN_SCHED_TOSCHEDULE_NTS_EX_OUT_0" }] }, { description: "AR_FN_SCHED_TOSCHEDULE_SCHED_DSC", identifier: "Schedule_ONE toSchedule(Schedule_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHED_TOSCHEDULE_SCHED_RV", isArray: false, type: "sch" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHED_TOSCHEDULE_SCHED_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "sch" }], examples: [{ input: "ToSchedule(ToSchedule(NOT_SET))", output: "AR_FN_SCHED_TOSCHEDULE_SCHED_EX_OUT_0" }] }], needsServerInfo: true }, toScheduleGroup: { identifier: "toScheduleGroup", description: "AR_FN_DSC_TOSCHEDULEGROUP", type: "function", name: "ToScheduleGroup", category: "cast", overloads: [{ description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_DSC", identifier: "ScheduleGroup_ONE toScheduleGroup(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_RV", isArray: false, type: "scg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToScheduleGroup(NOT_SET)", output: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_EX_OUT_0" }] }, { description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_DSC", identifier: "ScheduleGroup_ONE toScheduleGroup(ScheduleGroup_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_RV", isArray: false, type: "scg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "scg" }], examples: [{ input: "ToScheduleGroup(ToScheduleGroup(NOT_SET))", output: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_EX_OUT_0" }] }], needsServerInfo: true }, toUtilizationLabel: { identifier: "toUtilizationLabel", description: "AR_FN_DSC_TOUTILIZATIONLABEL", type: "function", name: "ToUtilizationLabel", category: "cast", overloads: [{ description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_DSC", identifier: "UtilizationLabel_ONE toUtilizationLabel(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToUtilizationLabel(NOT_SET)", output: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_EX_OUT_0" }] }, { description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_DSC", identifier: "UtilizationLabel_ONE toUtilizationLabel(UtilizationLabel_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cul" }], examples: [{ input: "ToUtilizationLabel(ToUtilizationLabel(NOT_SET))", output: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_EX_OUT_0" }] }], needsServerInfo: true }, toWorktypeStatus: { identifier: "toWorktypeStatus", description: "AR_FN_DSC_TOWORKTYPESTATUS", type: "function", name: "ToWorktypeStatus", category: "cast", overloads: [{ description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_DSC", identifier: "WorktypeStatus_ONE toWorktypeStatus(WorktypeStatus_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_worktype_status" }], examples: [{ input: "ToWorktypeStatus(ToWorktypeStatus(NOT_SET))", output: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_EX_OUT_0" }] }, { description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_DSC", identifier: "WorktypeStatus_ONE toWorktypeStatus(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { workitem: "workitem", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToWorktypeStatus(NOT_SET)", output: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toWrapupCode: { identifier: "toWrapupCode", description: "AR_FN_DSC_TOWRAPUPCODE", type: "function", name: "ToWrapupCode", category: "cast", overloads: [{ description: "AR_FN_WRC_TOWRAPUPCODE_STR_DSC", identifier: "WrapupCode_ONE toWrapupCode(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", commonmodule: "commonmodule", voice: "voice" }, hidden: true, returnValue: { description: "AR_FN_WRC_TOWRAPUPCODE_STR_RV", isArray: false, type: "wrc" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WRC_TOWRAPUPCODE_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_WRC_TOWRAPUPCODE_NTS_DSC", identifier: "WrapupCode_ONE toWrapupCode(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_WRC_TOWRAPUPCODE_NTS_RV", isArray: false, type: "wrc" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WRC_TOWRAPUPCODE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToWrapupCode(NOT_SET)", output: "AR_FN_WRC_TOWRAPUPCODE_NTS_EX_OUT_0" }] }, { description: "AR_FN_WRC_TOWRAPUPCODE_WRC_DSC", identifier: "WrapupCode_ONE toWrapupCode(WrapupCode_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_WRC_TOWRAPUPCODE_WRC_RV", isArray: false, type: "wrc" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WRC_TOWRAPUPCODE_WRC_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "wrc" }], examples: [{ input: "ToWrapupCode(ToWrapupCode(NOT_SET))", output: "AR_FN_WRC_TOWRAPUPCODE_WRC_EX_OUT_0" }] }], needsServerInfo: true }, isNotSetOrEmpty: { identifier: "isNotSetOrEmpty", description: "AR_FN_DSC_ISNOTSETOREMPTY", type: "function", name: "IsNotSetOrEmpty", category: "comparison", overloads: [{ description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_DSC", identifier: "Boolean_ONE isNotSetOrEmpty(Any_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "IsNotSetOrEmpty(true)", output: "false" }, { input: "IsNotSetOrEmpty(false)", output: "false" }, { input: 'IsNotSetOrEmpty(MakeCurrency(10.00, "USD"))', output: "false" }, { input: 'IsNotSetOrEmpty(MakeCurrency(ToDecimal(NOT_SET), "USD"))', output: "true" }, { input: "IsNotSetOrEmpty(ToBool(NOT_SET))", output: "true" }, { input: 'IsNotSetOrEmpty("Hello")', output: "false" }, { input: 'IsNotSetOrEmpty("")', output: "true" }, { input: "IsNotSetOrEmpty(ToString(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(100)", output: "false" }, { input: "IsNotSetOrEmpty(ToInt(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(100.5)", output: "false" }, { input: "IsNotSetOrEmpty(ToDecimal(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(MakeDateTime(2009, 3, 20, 12, 00, 00))", output: "false" }, { input: "IsNotSetOrEmpty(ToDateTime(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(MakeDuration(10, 0, 30, 0))", output: "false" }, { input: "IsNotSetOrEmpty(ToDuration(NOT_SET))", output: "true" }, { input: 'IsNotSetOrEmpty(ToUser("john.doe@company.com"))', output: "false", hidden: "true" }, { input: "IsNotSetOrEmpty(ToUser(NOT_SET))", output: "true" }, { input: 'IsNotSetOrEmpty(ToSkill("Spanish"))', output: "false", hidden: "true" }, { input: "IsNotSetOrEmpty(ToSkill(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(MakeDate(2018, 12, 4))", output: "false", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(ToDate(NOT_SET))", output: "true", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(MakeTime(1, 30, 0))", output: "false", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(ToTime(NOT_SET))", output: "true", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(ToJson(NOT_SET))", output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsNotSetOrEmpty(JsonParse("null"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsNotSetOrEmpty(MakeEmptyJsonString())", output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsNotSetOrEmpty(MakeEmptyJsonArray())", output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsNotSetOrEmpty(MakeEmptyJsonObject())", output: "true", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_DSC", identifier: "Boolean_ONE isNotSetOrEmpty(Audio_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'IsNotSetOrEmpty(ToAudioTTS("Hello"))', output: "false" }, { input: "IsNotSetOrEmpty(ToAudioBlank(2000))", output: "false" }, { input: "IsNotSetOrEmpty(ToAudioBlank(0))", output: "true" }, { input: "IsNotSetOrEmpty(ToAudio(ToPrompt(NOT_SET)))", output: "true" }] }, { description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_DSC", identifier: "Boolean_ONE isNotSetOrEmpty(Any_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_PRM_DSC_0", identifier: "collection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "IsNotSetOrEmpty(MakeList(true, false))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToBool(NOT_SET)))", output: "true" }, { input: 'IsNotSetOrEmpty(MakeList(MakeCurrency(10.00, "USD")))', output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToCurrency(NOT_SET)))", output: "true" }, { input: 'IsNotSetOrEmpty(MakeList("hello"))', output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToString(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeList(5, 3, 1))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToInt(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeList(5.0, 3.0, 1.0))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToDecimal(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0)))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToDateTime(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeList(MakeDuration(10, 0, 30, 0)))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToDuration(NOT_SET)))", output: "true" }, { input: 'IsNotSetOrEmpty(MakeList(ToUser("john.doe@company.com")))', output: "false", hidden: "true" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToUser(NOT_SET)))", output: "true" }, { input: 'IsNotSetOrEmpty(MakeList(ToSkill("Spanish")))', output: "false", hidden: "true" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToSkill(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToDate(NOT_SET)))", output: "true", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToTime(NOT_SET)))", output: "true", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_BLN_ISNOTSETOREMPTY_NTS_DSC", identifier: "Boolean_ONE isNotSetOrEmpty(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_BLN_ISNOTSETOREMPTY_NTS_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISNOTSETOREMPTY_NTS_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "IsNotSetOrEmpty(NOT_SET)", output: "true" }] }], needsServerInfo: true }, makeAgentScorePair: { identifier: "makeAgentScorePair", description: "AR_FN_DSC_MAKEAGENTSCOREPAIR", type: "function", name: "MakeAgentScorePair", category: "complex", overloads: [{ description: "AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_DSC", identifier: "AgentScorePair_ONE makeAgentScorePair(User_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", commonmodule: "commonmodule", emailsend: "emailsend", inboundcall: "inboundcall", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueuecall: "inqueuecall", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", securecall: "securecall", workitem: "workitem", voice: "voice", voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_RV", isArray: false, type: "cpx_agent_score_pair" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_PRM_DSC_0", identifier: "agent", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "usr" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_PRM_DSC_1", identifier: "score", isArray: false, helpDisplayIdx: 1, max: "100", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'MakeAgentScorePair(FindUserById("5B943B5F-4205-B70F-8BE1-A245A94B2919"), 25)', output: 'An AgentScorePair value with an agent property User value with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and score property value of 25.' }] }], needsServerInfo: true }, makeCard: { identifier: "makeCard", description: "AR_FN_DSC_MAKECARD", type: "function", name: "MakeCard", category: "complex", overloads: [{ description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_DSC", identifier: "Card_ONE makeCard(String_ONE,String_ONE,Choice_COLL,Image_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_RV", isArray: false, type: "crd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_1", identifier: "description", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_2", identifier: "buttons", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "chc", maxItems: "3" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_3", identifier: "image", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "img" }], examples: [{ input: 'MakeCard("Pizza Size", "Please select your pizza size.", MakeList(MakePostbackChoice("small", "Small"), MakePostbackChoice("medium", "Medium"), MakePostbackChoice("large", "Large")), FindImage("Pizza Size"))', output: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_EX_OUT_0" }] }], needsServerInfo: true }, makeCarousel: { identifier: "makeCarousel", description: "AR_FN_DSC_MAKECAROUSEL", type: "function", name: "MakeCarousel", category: "complex", overloads: [{ description: "AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_DSC", identifier: "Carousel_ONE makeCarousel(Card_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_RV", isArray: false, type: "crs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_PRM_DSC_0", identifier: "cards", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "crd", maxItems: "10" }], examples: [{ input: 'MakeCarousel(MakeList(MakeCard("Beginner Class", "Learn how to author cards, carousels and quick replies in Architect.", MakeList(MakePostbackChoice("signupBeginner", "Sign Me Up!")), FindImage("Beginner Class")), MakeCard("Intermediate Class", "Learn about button choices and slot types.", MakeList(MakePostbackChoice("signupIntermediate", "Sign Me Up!")), FindImage("Intermediate Class")), MakeCard("Advanced Class", "Create cards, carousels and quick replies using expressions.", MakeList(MakePostbackChoice("signupAdvanced", "Sign Me Up!")), FindImage("Advanced Class"))))', output: "AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_EX_OUT_0" }] }], needsServerInfo: true }, makeChoice: { identifier: "makeChoice", description: "AR_FN_DSC_MAKECHOICE", type: "function", name: "MakeChoice", category: "complex", overloads: [{ description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_DSC", identifier: "Choice_ONE makeChoice(String_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_0", identifier: "type", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_2", identifier: "label", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeChoice("url", "https://www.genesys.com", "Genesys")', output: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_EX_OUT_0" }, { input: 'MakeChoice("postback", "support", "Help and Support")', output: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_EX_OUT_1" }] }, { description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_DSC", identifier: "Choice_ONE makeChoice(String_ONE,String_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_0", identifier: "type", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_2", identifier: "label", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_3", identifier: "command", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeChoice("url", "https://www.genesys.com", "Genesys", "skip")', output: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, makePostbackChoice: { identifier: "makePostbackChoice", description: "AR_FN_DSC_MAKEPOSTBACKCHOICE", type: "function", name: "MakePostbackChoice", category: "complex", overloads: [{ description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_DSC", identifier: "Choice_ONE makePostbackChoice(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'MakePostbackChoice("support")', output: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_EX_OUT_0" }] }, { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_DSC", identifier: "Choice_ONE makePostbackChoice(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_PRM_DSC_1", identifier: "label", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakePostbackChoice("support", "Help and Support")', output: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_EX_OUT_0" }] }, { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_DSC", identifier: "Choice_ONE makePostbackChoice(String_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_1", identifier: "label", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_2", identifier: "command", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakePostbackChoice("support", "Help and Support", "skip")', output: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, makeUrlChoice: { identifier: "makeUrlChoice", description: "AR_FN_DSC_MAKEURLCHOICE", type: "function", name: "MakeUrlChoice", category: "complex", overloads: [{ description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_DSC", identifier: "Choice_ONE makeUrlChoice(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'MakeUrlChoice("https://www.genesys.com")', output: "AR_FN_CHOICE_MAKEURLCHOICE_STR_EX_OUT_0" }] }, { description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_DSC", identifier: "Choice_ONE makeUrlChoice(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_PRM_DSC_1", identifier: "linkLabel", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeUrlChoice("https://www.genesys.com", "Genesys")', output: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, makeChooser: { identifier: "makeChooser", description: "AR_FN_DSC_MAKECHOOSER", type: "function", name: "MakeChooser", category: "complex", overloads: [{ description: "AR_FN_CHOOSER_MAKECHOOSER_CARD_DSC", identifier: "Chooser_ONE makeChooser(Card_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_CARD_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_CARD_PRM_DSC_0", identifier: "card", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "crd" }], examples: [{ input: 'MakeChooser(MakeCard("Shirt Colors", "Please select a shirt color.", MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("green", "Green"), MakePostbackChoice("blue", "Blue")), FindImage("shirtSizes.png")))', output: "AR_FN_CHOOSER_MAKECHOOSER_CARD_EX_OUT_0" }] }, { description: "AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_DSC", identifier: "Chooser_ONE makeChooser(Carousel_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_PRM_DSC_0", identifier: "carousel", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "crs" }], examples: [{ input: 'MakeChooser(MakeCarousel(MakeList(MakeCard("Beginner Class", "Learn how to author cards, carousels and quick replies in Architect.", MakeList(MakePostbackChoice("signupBeginner", "Sign Me Up!")), FindImage("Beginner Class")), MakeCard("Intermediate Class", "Learn about button choices and slot types.", MakeList(MakePostbackChoice("signupIntermediate", "Sign Me Up!")), FindImage("Intermediate Class")), MakeCard("Advanced Class", "Create cards, carousels and quick replies using expressions.", MakeList(MakePostbackChoice("signupAdvanced", "Sign Me Up!")), FindImage("Advanced Class")))))', output: "AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_EX_OUT_0" }] }, { description: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_DSC", identifier: "Chooser_ONE makeChooser(QuickReplies_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_PRM_DSC_0", identifier: "quickReplies", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "qrl" }], examples: [{ input: 'MakeChooser(MakeQuickReplies(MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("blue", "Blue"))))', output: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_EX_OUT_0" }, { input: 'MakeChooser(MakeQuickReplies(MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("blue", "Blue")), "Thanks for your selection"))', output: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_EX_OUT_1", featureConfigName: "digitalBotFlowsAppleMessaging" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_DSC", identifier: "Chooser_ONE makeChooser(TimePicker_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_PRM_DSC_0", identifier: "timePicker", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tpk" }], examples: [{ input: 'MakeChooser(MakeTimePicker("Schedule Appointment"))', output: "AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_EX_OUT_0" }] }, { description: "AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_DSC", identifier: "Chooser_ONE makeChooser(ListPicker_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsAppleListPicker", needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_PRM_DSC_0", identifier: "listPicker", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "lpk" }], examples: [{ input: 'MakeChooser(MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET))', output: "AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_EX_OUT_0" }] }], needsServerInfo: true }, makeCurrency: { identifier: "makeCurrency", description: "AR_FN_DSC_MAKECURRENCY", type: "function", name: "MakeCurrency", category: "financial", overloads: [{ description: "AR_FN_CUR_MAKECURRENCY_DEC_STR_DSC", identifier: "Currency_ONE makeCurrency(Decimal_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_MAKECURRENCY_DEC_STR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_MAKECURRENCY_DEC_STR_PRM_DSC_0", identifier: "amount", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_MAKECURRENCY_DEC_STR_PRM_DSC_1", identifier: "currencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'MakeCurrency(10.50, "USD")', output: "AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_0" }, { input: 'MakeCurrency(5.00, "EUR")', output: "AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_1" }, { input: 'MakeCurrency(NOT_SET, "USD")', output: "AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_2" }, { input: "MakeCurrency(100.00, NOT_SET)", output: "AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_3" }] }, { description: "AR_FN_CUR_MAKECURRENCY_LNG_STR_DSC", identifier: "Currency_ONE makeCurrency(Long_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_MAKECURRENCY_LNG_STR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_MAKECURRENCY_LNG_STR_PRM_DSC_0", identifier: "amount", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_MAKECURRENCY_LNG_STR_PRM_DSC_1", identifier: "currencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'MakeCurrency(10, "USD")', output: "AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_0" }, { input: 'MakeCurrency(5, "EUR")', output: "AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_1" }, { input: 'MakeCurrency(NOT_SET, "USD")', output: "AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_2" }, { input: "MakeCurrency(100, NOT_SET)", output: "AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_3" }] }] }, makeDigitalAudioFromUrl: { identifier: "makeDigitalAudioFromUrl", description: "AR_FN_DSC_MAKEDIGITALAUDIOFROMURL", type: "function", name: "MakeDigitalAudioFromUrl", category: "complex", overloads: [{ description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_DSC", identifier: "DigitalAudio_ONE makeDigitalAudioFromUrl(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeDigitalAudioFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mp3")', output: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_EX_OUT_0" }] }, { description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_DSC", identifier: "DigitalAudio_ONE makeDigitalAudioFromUrl(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "MakeDigitalAudioFromUrl(NOT_SET)", output: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeFileFromUrl: { identifier: "makeFileFromUrl", description: "AR_FN_DSC_MAKEFILEFROMURL", type: "function", name: "MakeFileFromUrl", category: "complex", overloads: [{ description: "AR_FN_FILE_MAKEFILEFROMURL_STR_DSC", identifier: "File_ONE makeFileFromUrl(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_MAKEFILEFROMURL_STR_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_MAKEFILEFROMURL_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeFileFromUrl("https://www.genesys.com/documents/genesys-digital-bot-flows.pdf")', output: "AR_FN_FILE_MAKEFILEFROMURL_STR_EX_OUT_0" }] }, { description: "AR_FN_FILE_MAKEFILEFROMURL_NTS_DSC", identifier: "File_ONE makeFileFromUrl(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_MAKEFILEFROMURL_NTS_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_MAKEFILEFROMURL_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "MakeFileFromUrl(NOT_SET)", output: "AR_FN_FILE_MAKEFILEFROMURL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeImageFromUrl: { identifier: "makeImageFromUrl", description: "AR_FN_DSC_MAKEIMAGEFROMURL", type: "function", name: "MakeImageFromUrl", category: "complex", overloads: [{ description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_DSC", identifier: "Image_ONE makeImageFromUrl(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png")', output: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_DSC", identifier: "Image_ONE makeImageFromUrl(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_PRM_DSC_1", identifier: "name", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png", "Genesys Logo")', output: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_DSC", identifier: "Image_ONE makeImageFromUrl(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "MakeImageFromUrl(NOT_SET)", output: "AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeLineItem: { identifier: "makeLineItem", description: "AR_FN_DSC_MAKELINEITEM", type: "function", name: "MakeLineItem", category: "complex", overloads: [{ description: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_DSC", identifier: "LineItem_ONE makeLineItem(String_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsApplePay", returnValue: { description: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_RV", isArray: false, type: "lni" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_PRM_DSC_0", identifier: "listingName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_PRM_DSC_1", identifier: "listingPrice", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'MakeLineItem("T-Shirt", MakeCurrency(19.99, "USD"))', output: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_EX_OUT_0" }] }] }, toLineItem: { identifier: "toLineItem", description: "AR_FN_DSC_TOLINEITEM", type: "function", name: "ToLineItem", category: "cast", overloads: [{ description: "AR_FN_LINEITEM_TOLINEITEM_LINEITEM_DSC", identifier: "LineItem_ONE ToLineItem(LineItem_ONE)", support: { version: "1.0", resolver: "None" }, featureConfigName: "botFlowsApplePay", needsServerInfo: true, returnValue: { description: "AR_FN_LINEITEM_TOLINEITEM_LINEITEM_RV", isArray: false, type: "lni" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LINEITEM_TOLINEITEM_LINEITEM_PRM_DSC_0", identifier: "lineItem", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "lni" }], examples: [{ input: 'ToLineItem(MakeLineItem("Fishing Road", MakeCurrency(200.0, "USD")))', output: "AR_FN_LINEITEM_TOLINEITEM_LINEITEM_EX_OUT_0" }] }, { description: "AR_FN_LINEITEM_TOLINEITEM_NTS_DSC", identifier: "LineItem_ONE toLineItem(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_LINEITEM_TOLINEITEM_NTS_RV", isArray: false, type: "lni" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LINEITEM_TOLINEITEM_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToLineItem(NOT_SET)", output: "AR_FN_LINEITEM_TOLINEITEM_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeListPickerItem: { identifier: "makeListPickerItem", description: "AR_FN_DSC_MAKELISTPICKERITEM", type: "function", name: "MakeListPickerItem", category: "complex", overloads: [{ description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_DSC", identifier: "ListPickerItem_ONE makeListPickerItem(String_ONE,String_ONE,Image_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsAppleListPicker", needsServerInfo: true, returnValue: { description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_RV", isArray: false, type: "lpi" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_1", identifier: "subtitle", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_2", identifier: "image", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "img" }], examples: [{ input: 'MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))', output: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_0" }, { input: 'MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))', output: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_1" }, { input: 'MakeListPickerItem("Fries", NOT_SET, NOT_SET)', output: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_2" }] }], needsServerInfo: true }, makeListPickerSection: { identifier: "makeListPickerSection", description: "AR_FN_DSC_MAKELISTPICKERSECTION", type: "function", name: "MakeListPickerSection", category: "complex", overloads: [{ description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_DSC", identifier: "ListPickerSection_ONE makeListPickerSection(String_ONE,Boolean_ONE,ListPickerItem_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsAppleListPicker", needsServerInfo: true, returnValue: { description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_RV", isArray: false, type: "lps" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_1", identifier: "multiSelectEnabled", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_2", identifier: "items", isArray: true, helpDisplayIdx: 2, repeatable: false, required: false, type: "lpi" }], examples: [{ input: 'MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))))', output: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_EX_OUT_0" }] }], needsServerInfo: true }, makeListPicker: { identifier: "makeListPicker", description: "AR_FN_DSC_MAKELISTPICKER", type: "function", name: "MakeListPicker", category: "complex", overloads: [{ description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_DSC", identifier: "ListPicker_ONE makeListPicker(ListPickerSection_COLL,Image_ONE,String_ONE,String_ONE,Image_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsAppleListPicker", needsServerInfo: true, returnValue: { description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_RV", isArray: false, type: "lpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_0", identifier: "sections", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "lps" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_1", identifier: "receivedMessageImage", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_2", identifier: "receivedMessageTitle", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_3", identifier: "receivedMessageSubtitle", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_4", identifier: "replyMessageImage", isArray: false, helpDisplayIdx: 4, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_5", identifier: "replyMessageSubtitle", isArray: false, helpDisplayIdx: 5, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET)', output: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_EX_OUT_0" }] }, { description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_DSC", identifier: "ListPicker_ONE makeListPicker(ListPickerSection_COLL,Image_ONE,String_ONE,String_ONE,Image_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "whatsAppListPickerFeature", needsServerInfo: true, returnValue: { description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_RV", isArray: false, type: "lpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_0", identifier: "sections", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "lps" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_1", identifier: "receivedMessageImage", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_2", identifier: "receivedMessageTitle", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_3", identifier: "receivedMessageSubtitle", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_4", identifier: "replyMessageImage", isArray: false, helpDisplayIdx: 4, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_5", identifier: "replyMessageSubtitle", isArray: false, helpDisplayIdx: 5, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_6", identifier: "receivedMessageButtonText", isArray: false, helpDisplayIdx: 6, repeatable: false, required: true, type: "str", minLength: "1" }], examples: [{ input: 'MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET, "Click Me")', output: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, makeTimePicker: { identifier: "makeTimePicker", description: "AR_FN_DSC_MAKETIMEPICKER", type: "function", name: "MakeTimePicker", category: "datetime", overloads: [{ description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_DSC", identifier: "TimePicker_ONE makeTimePicker(String_ONE,String_ONE,Image_ONE,ADDRESS_ONE,LATITUDE_ONE,LONGITUDE_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_RV", isArray: false, type: "tpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_1", identifier: "subtitle", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_2", identifier: "image", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_3", identifier: "address", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_4", identifier: "latitude", isArray: false, helpDisplayIdx: 4, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_5", identifier: "longitutude", isArray: false, helpDisplayIdx: 5, repeatable: false, required: false, type: "dec" }], examples: [{ input: 'MakeTimePicker("Schedule Appointment", "Choose a Time", MakeImageFromUrl(NOT_SET), NOT_SET, NOT_SET, NOT_SET)', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_0" }, { input: 'MakeTimePicker("Schedule Appointment", NOT_SET, MakeImageFromUrl(NOT_SET), NOT_SET, NOT_SET, NOT_SET)', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_1" }, { input: 'MakeTimePicker("Schedule Appointment", NOT_SET, NOT_SET, NOT_SET, NOT_SET, NOT_SET)', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_2" }, { input: 'MakeTimePicker("Schedule Appointment", NOT_SET, NOT_SET, "4807 Emperor Boulevard", 35.8785875, -78.8408308)', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_3" }] }, { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_DSC", identifier: "TimePicker_ONE makeTimePicker(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_RV", isArray: false, type: "tpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_PRM_DSC_1", identifier: "subtitle", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeTimePicker("Schedule Appointment", "Choose a Time")', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_EX_OUT_0" }] }, { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_DSC", identifier: "TimePicker_ONE makeTimePicker(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_RV", isArray: false, type: "tpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }], examples: [{ input: 'MakeTimePicker("Schedule Appointment")', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_EX_OUT_0" }] }], needsServerInfo: true }, makeTimeslot: { identifier: "makeTimeslot", description: "AR_FN_DSC_MAKETIMESLOT", type: "function", name: "MakeTimeslot", category: "datetime", overloads: [{ description: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_DSC", identifier: "Timeslot_ONE makeTimeslot(DateTime_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_RV", isArray: false, type: "tsl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_PRM_DSC_0", identifier: "dateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_PRM_DSC_1", identifier: "duration", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeTimeslot(MakeDateTime(2024, 8, 4, 0, 0, 0), MakeDuration(0, 1, 30, 0))", output: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_EX_OUT_0" }] }], needsServerInfo: true }, makeListTimeslot: { identifier: "makeListTimeslot", description: "AR_FN_DSC_MAKELISTTIMESLOT", type: "function", name: "MakeListTimeslot", category: "datetime", overloads: [{ description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_DSC", identifier: "Timeslot_COLL makeListTimeslot(DateTime_COLL,Duration_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_RV", isArray: true, type: "tsl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_PRM_DSC_0", identifier: "dateTimes", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_PRM_DSC_1", identifier: "duration", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeListTimeslot(MakeList(MakeDateTime(2024, 8, 4, 14, 0, 0), MakeDateTime(2024, 8, 4, 15, 0, 0)), MakeDuration(0, 1, 0, 0))", output: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_EX_OUT_0" }] }, { description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_DSC", identifier: "Timeslot_COLL makeListTimeslot(DateTime_COLL,Duration_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_RV", isArray: true, type: "tsl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_PRM_DSC_0", identifier: "dateTimes", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_PRM_DSC_1", identifier: "durations", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeListTimeslot(MakeList(MakeDateTime(2024, 8, 4, 14, 0, 0), MakeDateTime(2024, 8, 4, 15, 0, 0)), MakeList(MakeDuration(0, 1, 0, 0), MakeDuration(0, 2, 0, 0)))", output: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_EX_OUT_0" }] }], needsServerInfo: true }, makeShippingOption: { identifier: "makeShippingOption", description: "AR_FN_DSC_MAKESHIPPINGOPTION", type: "function", name: "MakeShippingOption", category: "complex", overloads: [{ description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_DSC", identifier: "ShippingOption_ONE makeShippingOption(String_ONE,String_ONE,String_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsApplePay", returnValue: { description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_RV", isArray: false, type: "sho" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_0", identifier: "label", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_1", identifier: "identifier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_2", identifier: "shippingDetails", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_3", identifier: "price", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'MakeShippingOption("Standard Shipping", "standard", "3-4 business Days", MakeCurrency(5.99, "USD"))', output: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_EX_OUT_0" }] }] }, toShippingOption: { identifier: "toShippingOption", description: "AR_FN_DSC_TOSHIPPINGOPTION", type: "function", name: "ToShippingOption", category: "cast", overloads: [{ description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_DSC", identifier: "ShippingOption_ONE ToShippingOption(ShippingOption_ONE)", support: { version: "1.0", resolver: "None" }, featureConfigName: "botFlowsApplePay", needsServerInfo: true, returnValue: { description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_RV", isArray: false, type: "sho" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_PRM_DSC_0", identifier: "shippingOption", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "sho" }], examples: [{ input: 'ToShippingOption(MakeShippingOption("Standard Shipping", "standard", "3-4 Days", MakeCurrency(5.99, "USD")))', output: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_EX_OUT_0" }] }, { description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_DSC", identifier: "ShippingOption_ONE toShippingOption(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_RV", isArray: false, type: "sho" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToShippingOption(NOT_SET)", output: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeListAgentScorePair: { identifier: "makeListAgentScorePair", description: "AR_FN_DSC_MAKELISTAGENTSCOREPAIR", type: "function", name: "MakeListAgentScorePair", category: "list", overloads: [{ description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_DSC", identifier: "AgentScorePair_COLL makeListAgentScorePair(User_COLL,Long_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_RV", isArray: true, type: "cpx_agent_score_pair" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_PRM_DSC_0", identifier: "propertyAgent", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "usr", itemAllowNotSet: false }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_PRM_DSC_1", identifier: "propertyScore", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", itemAllowNotSet: false, itemMin: "0", itemMax: "100" }], examples: [{ input: 'MakeListAgentScorePair(FindUsersById(MakeList("5B943B5F-4205-B70F-8BE1-A245A94B2919", "cd287b63-09c5-4470-a45b-913755799cb2")), MakeList(50, 90))', output: 'An AgentScorePair collection with two items. The first AgentScorePair item has an agent property User with ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and score property value of 50. The second AgentScorePair item has an agent property User ID of "cd287b63-09c5-4470-a45b-913755799cb2" and score property value of 90.' }] }, { description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_DSC", identifier: "AgentScorePair_COLL makeListAgentScorePair(String_COLL,Long_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_RV", isArray: true, type: "cpx_agent_score_pair" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_PRM_DSC_0", identifier: "agentIds", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", itemAllowNotSet: false, maxItems: "50" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_PRM_DSC_1", identifier: "propertyScore", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", itemAllowNotSet: false, itemMin: "0", itemMax: "100", maxItems: "50" }], examples: [{ input: 'MakeListAgentScorePair(MakeList("5B943B5F-4205-B70F-8BE1-A245A94B2919", "cd287b63-09c5-4470-a45b-913755799cb2"), MakeList(30, 70))', output: 'An AgentScorePair collection with two items. The first AgentScorePair item has an agent property User with ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and score property value of 30. The second AgentScorePair item has an agent property User ID of "cd287b63-09c5-4470-a45b-913755799cb2" and score property value of 70.' }] }], needsServerInfo: true }, makeListCommunication: { identifier: "makeListCommunication", description: "AR_FN_DSC_MAKELISTCOMMUNICATION", type: "function", name: "MakeListCommunication", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_DSC", identifier: "Communication_COLL makeListCommunication(Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_RV", isArray: true, type: "com" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_PRM_DSC_0", identifier: "anAnyCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: 'MakeListCommunication(MakeList("Value Label 1", "Value Label 2"))', output: "AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_EX_OUT_0" }] }], needsServerInfo: true }, makeQuickReplies: { identifier: "makeQuickReplies", description: "AR_FN_DSC_MAKEQUICKREPLIES", type: "function", name: "MakeQuickReplies", category: "complex", overloads: [{ description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_DSC", identifier: "QuickReplies_ONE makeQuickReplies(Choices_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_RV", isArray: false, type: "qrl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_PRM_DSC_0", identifier: "buttons", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "chc", maxItems: "10" }], examples: [{ input: 'MakeQuickReplies(MakeList(MakePostbackChoice("small"), MakePostbackChoice("medium")))', output: 'A quick replies value that contains two postback button choices with the values "small" and "medium".' }, { input: 'MakeQuickReplies(MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("blue", "Blue")))', output: 'A quick replies value that contains two button choices. The first choice has a value of "red" with a label of "Red" and the second has a value of "blue" with a label of "Blue".' }] }, { description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_DSC", identifier: "QuickReplies_ONE makeQuickReplies(Choices_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "digitalBotFlowsAppleMessaging", needsServerInfo: true, returnValue: { description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_RV", isArray: false, type: "qrl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_PRM_DSC_0", identifier: "buttons", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "chc", maxItems: "10" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_PRM_DSC_1", identifier: "quickReplySummary", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeQuickReplies(MakeList(MakePostbackChoice("small"), MakePostbackChoice("medium")), "Thanks for your selection")', output: 'A quick replies value that contains two postback button choices with the values "small" and "medium" and quick reply summary "Thanks for your selection".' }, { input: 'MakeQuickReplies(MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("blue", "Blue")), "Thanks for your selection")', output: 'A quick replies value that contains two button choices. The first choice has a value of "red" with a label of "Red" and the second has a value of "blue" with a label of "Blue" and quick reply summary "Thanks for your selection".' }] }], needsServerInfo: true }, makeVideoFromUrl: { identifier: "makeVideoFromUrl", description: "AR_FN_DSC_MAKEVIDEOFROMURL", type: "function", name: "MakeVideoFromUrl", category: "complex", overloads: [{ description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_DSC", identifier: "Video_ONE makeVideoFromUrl(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeVideoFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mov")', output: "AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_EX_OUT_0" }] }, { description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_DSC", identifier: "Video_ONE makeVideoFromUrl(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "MakeVideoFromUrl(NOT_SET)", output: "AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, resolveSlot: { identifier: "resolveSlot", description: "AR_FN_DSC_RESOLVESLOT", type: "function", name: "ResolveSlot", category: "language", overloads: [{ description: "AR_FN_ANY_RESOLVESLOT_ANY_DSC", identifier: "Any_ONE resolveSlot(Any_ONE)", support: { version: "1.0", resolver: "n-SameType" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_RESOLVESLOT_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_RESOLVESLOT_ANY_PRM_DSC_0", identifier: "slotVariable", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "any", mustBeVariable: true, mustBeVariableScope: "slot" }], examples: [{ input: "ResolveSlot(Slot.PizzaSize)", output: "AR_FN_ANY_RESOLVESLOT_ANY_EX_OUT_0" }, { input: "ResolveSlot(Slot.QuantityInt)", output: "5" }] }, { description: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_DSC", identifier: "Any_ONE resolveSlot(Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "n-SameType" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_PRM_DSC_0", identifier: "slotVariable", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "any", mustBeVariable: true, mustBeVariableScope: "slot" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_PRM_DSC_1", identifier: "slotNotSetReturnValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ResolveSlot(Slot.AccountType, "")', output: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_EX_OUT_0" }] }], needsServerInfo: true }, resolveSlotTypeListValue: { identifier: "resolveSlotTypeListValue", description: "AR_FN_DSC_RESOLVESLOTTYPELISTVALUE", type: "function", name: "ResolveSlotTypeListValue", category: "language", overloads: [{ description: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_DSC", identifier: "String_ONE resolveSlotTypeListValue(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_PRM_DSC_0", identifier: "listSlotTypeName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_PRM_DSC_1", identifier: "slotTypeValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ResolveSlotTypeListValue("PizzaSizeType", "small")', output: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_EX_OUT_0", outputFlowCurrentLanguage: "es-us" }] }], needsServerInfo: true }, makeListCurrency: { identifier: "makeListCurrency", description: "AR_FN_DSC_MAKELISTCURRENCY", type: "function", name: "MakeListCurrency", category: "financial", overloads: [{ description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_DSC", identifier: "Currency_COLL makeListCurrency(Decimal_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_RV", isArray: true, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_PRM_DSC_0", identifier: "amounts", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_PRM_DSC_1", identifier: "currencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'MakeListCurrency(MakeList(10.50, 2.50), "USD")', output: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_EX_OUT_0" }, { input: 'MakeListCurrency(MakeList(10.50, ToDecimal(NOT_SET)), "USD")', output: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_EX_OUT_1" }] }, { description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_DSC", identifier: "Currency_COLL makeListCurrency(Decimal_COLL,String_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_RV", isArray: true, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_PRM_DSC_0", identifier: "amounts", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_PRM_DSC_1", identifier: "currencyCodes", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'MakeListCurrency(MakeList(10.50, 2.50), MakeList("USD", "EUR"))', output: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_EX_OUT_0" }, { input: 'MakeListCurrency(MakeList(10.50, ToDecimal(NOT_SET)), MakeList(ToString(NOT_SET), "EUR"))', output: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_EX_OUT_1" }] }] }, toCurrency: { identifier: "toCurrency", description: "AR_FN_DSC_TOCURRENCY", type: "function", name: "ToCurrency", category: "cast", overloads: [{ description: "AR_FN_CUR_TOCURRENCY_STR_DSC", identifier: "Currency_ONE toCurrency(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_STR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToCurrency("5.00|USD")', output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_0" }, { input: 'ToCurrency("|EUR")', output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_1" }, { input: 'ToCurrency("5.00|")', output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_2" }, { input: 'ToCurrency("5.00")', output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_3" }, { input: "ToCurrency(NOT_SET)", output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_4" }] }, { description: "AR_FN_CUR_TOCURRENCY_DEC_DSC", identifier: "Currency_ONE toCurrency(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_DEC_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToCurrency(5.00)", output: "AR_FN_CUR_TOCURRENCY_DEC_EX_OUT_0" }] }, { description: "AR_FN_CUR_TOCURRENCY_LNG_DSC", identifier: "Currency_ONE toCurrency(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToCurrency(5)", output: "AR_FN_CUR_TOCURRENCY_LNG_EX_OUT_0" }] }, { description: "AR_FN_CUR_TOCURRENCY_NTS_DSC", identifier: "Currency_ONE toCurrency(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_NTS_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToCurrency(NOT_SET)", output: "AR_FN_CUR_TOCURRENCY_NTS_EX_OUT_0" }] }, { description: "AR_FN_CUR_TOCURRENCY_CUR_DSC", identifier: "Currency_ONE toCurrency(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_CUR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }], examples: [{ input: 'ToCurrency(MakeCurrency(5.25, "USD"))', output: "AR_FN_CUR_TOCURRENCY_CUR_EX_OUT_0" }] }] }, getCurrencySymbol: { identifier: "getCurrencySymbol", description: "AR_FN_DSC_GETCURRENCYSYMBOL", type: "function", name: "GetCurrencySymbol", category: "financial", overloads: [{ description: "AR_FN_STR_GETCURRENCYSYMBOL_STR_DSC", identifier: "String_One getCurrencySymbol(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_GETCURRENCYSYMBOL_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_GETCURRENCYSYMBOL_STR_PRM_DSC_0", identifier: "currencyCode", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'GetCurrencySymbol("USD")', output: '"$"' }, { input: 'GetCurrencySymbol("EUR")', output: '"\u20AC"' }] }, { description: "AR_FN_STR_GETCURRENCYSYMBOL_CUR_DSC", identifier: "String_One getCurrencySymbol(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_GETCURRENCYSYMBOL_CUR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETCURRENCYSYMBOL_CUR_PRM_DSC_0", identifier: "currency", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }], examples: [{ input: 'GetCurrencySymbol(MakeCurrency(1.00, "USD"))', output: '"$"' }, { input: 'GetCurrencySymbol(MakeCurrency(5.25, "EUR"))', output: '"\u20AC"' }] }] }, convertCurrency: { identifier: "convertCurrency", description: "AR_FN_DSC_CONVERTCURRENCY", type: "function", name: "ConvertCurrency", category: "financial", overloads: [{ description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DSC", identifier: "Currency_One convertCurrency(Currency_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_PRM_DSC_0", identifier: "sourceCurrency", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_PRM_DSC_1", identifier: "destinationCurrencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'ConvertCurrency(MakeCurrency(5.00, "USD"), "EUR")', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_0" }, { input: 'ConvertCurrency(MakeCurrency(5.00, ToString(NOT_SET)), "EUR")', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_1" }, { input: 'ConvertCurrency(MakeCurrency(NOT_SET, "USD"), "EUR")', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_2" }, { input: 'ConvertCurrency(MakeCurrency(NOT_SET, "USD"), ToString(NOT_SET))', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_3" }, { input: 'ConvertCurrency(ToCurrency(NOT_SET), "USD")', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_4" }] }, { description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_DSC", identifier: "Currency_One convertCurrency(Currency_ONE,String_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_0", identifier: "sourceCurrency", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_1", identifier: "destinationCurrencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_2", identifier: "sourcePerDestExchangeRate", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "dec" }], examples: [{ input: 'ConvertCurrency(MakeCurrency(5.00, "USD"), "EUR", 0.6937)', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_0" }, { input: 'ConvertCurrency(MakeCurrency(5.00, ToString(NOT_SET)), "EUR", 0.6937)', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_1" }, { input: 'ConvertCurrency(MakeCurrency(ToDecimal(NOT_SET), ToString(NOT_SET)), "EUR", 0.6937)', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_2" }, { input: 'ConvertCurrency(ToCurrency(NOT_SET), "EUR", 0.6937)', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_3" }] }] }, toAudioTTS: { identifier: "toAudioTTS", description: "AR_FN_DSC_TOAUDIOTTS", type: "function", runtimeRequiresTTSSupport: true, name: "ToAudioTTS", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOTTS_STR_DSC", identifier: "Audio_ONE ToAudioTTS(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeRequiresTTSSupport: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToAudioTTS("Hello")', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_EX_OUT_0" }, { input: "ToAudioTTS(ToString(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOTTS_STR_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_DSC", identifier: "Audio_ONE ToAudioTTS(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeRequiresTTSSupport: true, featureToggleName: "archFuncToAudioTTSWithLang", returnValue: { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_PRM_DSC_1", identifier: "IETFLanguageTag", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str", mustBeLiteral: true, literalValidatorName: "SupportedTTSLangs" }], examples: [{ input: 'ToAudioTTS("Hello", "en-US" )', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_0" }, { input: 'ToAudioTTS("Bonjour", "fr-CA" )', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_1" }, { input: 'ToAudioTTS("Hola", "es-US" )', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_2" }, { input: 'ToAudioTTS(ToString(NOT_SET), "en-US" )', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_DSC", identifier: "Audio_ONE ToAudioTTS(String_ONE,StringFormat_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeRequiresTTSSupport: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_PRM_DSC_1", identifier: "stringAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "stf" }], examples: [{ input: 'ToAudioTTS("Hello", Format.String.playChars)', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_EX_OUT_0" }, { input: "ToAudioTTS(ToString(NOT_SET), Format.String.playChars)", output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_EX_OUT_1" }] }] }, toAudioBlank: { identifier: "toAudioBlank", description: "AR_FN_DSC_TOAUDIOBLANK", type: "function", name: "ToAudioBlank", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_DSC", identifier: "Audio_ONE ToAudioBlank(Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_PRM_DSC_0", identifier: "lengthMs", isArray: false, helpDisplayIdx: 0, max: "10000", min: "0", repeatable: false, required: true, type: "int", mustBeLiteral: true }], examples: [{ input: "ToAudioBlank(500)", output: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_EX_OUT_0" }, { input: 'Append(ToAudioTTS("Hello"), ToAudioBlank(1000), ToAudioTTS("World"))', output: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_EX_OUT_1" }] }] }, toAudioBool: { identifier: "toAudioBool", description: "AR_FN_DSC_TOAUDIOBOOL", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioBool", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_DSC", identifier: "Audio_ONE ToAudioBool(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_PRM_DSC_0", identifier: "boolToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }], examples: [{ input: "ToAudioBool(true)", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioBool(ToBool(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_DSC", identifier: "Audio_ONE ToAudioBool(Boolean_ONE,BoolFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_PRM_DSC_0", identifier: "boolToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_PRM_DSC_1", identifier: "boolAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bof" }], examples: [{ input: "ToAudioBool(false, Format.Bool.playYesNo)", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioBool(5 == 5, Format.Bool.playYesNo)", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioBool(ToBool(NOT_SET), Format.Bool.playYesNo)", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_2" }] }] }, toAudioDuration: { identifier: "toAudioDuration", description: "AR_FN_DSC_TOAUDIODURATION", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioDuration", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIODURATION_DUR_DSC", identifier: "Audio_ONE ToAudioDuration(Duration_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODURATION_DUR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODURATION_DUR_PRM_DSC_0", identifier: "durationToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dur" }], examples: [{ input: "ToAudioDuration(MakeDuration(0, 1, 30, 0))", output: "AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDuration(MakeDuration(0, -1, 30, 0))", output: "AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDuration(MakeDuration(0, 1, 30, 5, 700))", output: "AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDuration(ToDuration(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_3" }] }] }, toAudioPhoneNumber: { identifier: "toAudioPhoneNumber", description: "AR_FN_DSC_TOAUDIOPHONENUMBER", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioPhoneNumber", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_DSC", identifier: "Audio_ONE ToAudioPhoneNumber(PhoneNumber_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, blankAudioForSipPhoneNumber: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PRM_DSC_0", identifier: "phoneNumberToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }], examples: [{ input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"))', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPhoneNumber(ToPhoneNumber(Call.Ani))", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("sip:john.doe@example.com"))', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_2" }, { input: "ToAudioPhoneNumber(ToPhoneNumber(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_DSC", identifier: "Audio_ONE ToAudioPhoneNumber(PhoneNumber_ONE,PhoneNumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, blankAudioForSipPhoneNumber: true, runtimeSequencesSystemPrompts: true, featureToggleName: "archPhoneNumberPhase2", returnValue: { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_PRM_DSC_0", identifier: "phoneNumberToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_PRM_DSC_1", identifier: "phoneNumberFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "phf" }], examples: [{ input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), Format.PhoneNumber.local)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), Format.PhoneNumber.global)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+31755551212"), Format.PhoneNumber.local)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPhoneNumber(ToPhoneNumber(Call.Ani), Format.PhoneNumber.global)", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("sip:john.doe@example.com"), Format.PhoneNumber.global)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_4" }, { input: "ToAudioPhoneNumber(ToPhoneNumber(NOT_SET), Format.PhoneNumber.local)", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_5" }] }, { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_DSC", identifier: "Audio_ONE ToAudioPhoneNumber(PhoneNumber_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, blankAudioForSipPhoneNumber: true, runtimeSequencesSystemPrompts: true, featureToggleName: "archPhoneNumberPhase2", returnValue: { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_PRM_DSC_0", identifier: "phoneNumberToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_PRM_DSC_1", identifier: "dialingCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "DialingCodes" }], examples: [{ input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), System.Regions.US.dialingCode)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), ToString(NOT_SET))', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), System.Regions.NL.dialingCode)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+31755551212"), "31")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber(Call.Ani), "1")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("sip:john.doe@example.com"))', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_5" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber(NOT_SET), "1")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_6" }] }, { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_DSC", identifier: "Audio_ONE ToAudioPhoneNumber(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_PRM_DSC_0", identifier: "stringToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToAudioPhoneNumber("8125551234")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber("812.555.1234")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber("812-555-1234")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPhoneNumber(ToString(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_3" }] }] }, toAudioCurrency: { identifier: "toAudioCurrency", description: "AR_FN_DSC_TOAUDIOCURRENCY", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioCurrency", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_DSC", identifier: "Audio_ONE ToAudioCurrency(Currency_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }], examples: [{ input: 'ToAudioCurrency(MakeCurrency(1234567.0, "USD"))', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(ToCurrency("1.23|USD"))', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1.23456789, "USD"))', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioCurrency(ToCurrency(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_3" }, { input: 'ToAudioCurrency(MakeCurrency(1.567, "USD"))', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }] }, { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_DSC", identifier: "Audio_ONE ToAudioCurrency(Currency_ONE,CurrencyFormat_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_PRM_DSC_1", identifier: "currencyAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cuf" }], examples: [{ input: 'ToAudioCurrency(MakeCurrency(1234567.80, "USD"), Format.Currency.majorUnitsOnly)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1234567.80, "USD"), Format.Currency.minorUnitsOnly)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(2.80, "USD"), Format.Currency.asMinorUnits)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(ToCurrency("1.23|USD"), Format.Currency.playDigits)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(ToCurrency("30.20|USD"), Format.Currency.playDigits)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(ToCurrency("0.20|USD"), Format.Currency.playDigits)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioCurrency(ToCurrency(NOT_SET), Format.Currency.playDigits)", output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_6" }] }, { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_DSC", identifier: "Audio_ONE ToAudioCurrency(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToAudioCurrency(MakeCurrency(1.23, "USD"), 1)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1.23, "USD"), 2)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(-35.23, "USD"), 2)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1.23, "USD"), 3)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1.23456, "USD"), 2)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(21.23456, "USD"), 2)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioCurrency(ToCurrency(NOT_SET), 2)", output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_6" }] }] }, toAudioPercent: { identifier: "toAudioPercent", description: "AR_FN_DSC_TOAUDIOPERCENT", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioPercent", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_DSC", identifier: "Audio_ONE ToAudioPercent(Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToAudioPercent(123)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(5)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(ToInt(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_DSC", identifier: "Audio_ONE ToAudioPercent(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToAudioPercent(123.12)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(0.2)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(ToDecimal(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_DSC", identifier: "Audio_ONE ToAudioPercent(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToAudioPercent(123.12, 2)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(123.17, 1)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(123.12, 3)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(ToDecimal(NOT_SET), 1)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_3" }] }] }, toAudioDate: { identifier: "toAudioDate", description: "AR_FN_DSC_TOAUDIODATE", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioDate", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DSC", identifier: "Audio_ONE ToAudioDate(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATE_DTM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DTM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToAudioDate(MakeDateTime(1989, 11, 30, 14, 22, 11))", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(ToDateTime(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_DSC", identifier: "Audio_ONE ToAudioDate(DateTime_ONE,DateTimeFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_PRM_DSC_1", identifier: "dateAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "daf" }], examples: [{ input: "ToAudioDate(MakeDateTime(1989, 11, 30, 14, 22, 11), Format.Date.longYear)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(1989, 11, 30, 14, 22, 11), Format.Date.shortYear)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(1989, 11, 30, 14, 22, 11), Format.Date.shortMonthAndDay)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Date.dayOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Date.monthOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Date.shortYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Date.longYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_6", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 11, 5, 12, 00, 00), Format.Date.dayOfWeekOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_7", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(ToDateTime(NOT_SET), Format.Date.longYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_8" }] }, { description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DSC", identifier: "Audio_ONE ToAudioDate(Date_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATE_DATE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DATE_PRM_DSC_0", identifier: "dateToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }], examples: [{ input: "ToAudioDate(MakeDate(1989, 11, 30))", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(ToDate(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_DSC", identifier: "Audio_ONE ToAudioDate(Date_ONE,DateFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_PRM_DSC_0", identifier: "dateToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_PRM_DSC_1", identifier: "dateAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "daf" }], examples: [{ input: "ToAudioDate(MakeDate(1989, 11, 30), Format.Date.longYear)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(1989, 11, 30), Format.Date.shortYear)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(1989, 11, 30), Format.Date.shortMonthAndDay)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 4, 7), Format.Date.dayOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 4, 7), Format.Date.monthOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 4, 7), Format.Date.shortYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 4, 7), Format.Date.longYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_6", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 11, 5), Format.Date.dayOfWeekOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_7", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(ToDate(NOT_SET), Format.Date.longYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_8" }] }], needsServerInfo: true }, toAudioDateTime: { identifier: "toAudioDateTime", description: "AR_FN_DSC_TOAUDIODATETIME", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioDateTime", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_DSC", identifier: "Audio_ONE ToAudioDateTime(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToAudioDateTime(MakeDateTime(1989, 11, 30, 14, 22, 11))", output: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDateTime(MakeDateTime(1989, 11, 30, 14, 22, 11))", output: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDateTime(MakeDateTime(1989, 11, 30))", output: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDateTime(ToDateTime(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_3" }] }] }, toAudioTime: { identifier: "toAudioTime", description: "AR_FN_DSC_TOAUDIOTIME", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioTime", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_DSC", identifier: "Audio_ONE ToAudioTime(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToAudioTime(MakeDateTime(1989, 11, 30, 14, 22, 11))", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_0" }, { input: "ToAudioTime(MakeDateTime(1989, 11, 30))", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_1" }, { input: "ToAudioTime(ToDateTime(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_DSC", identifier: "Audio_ONE ToAudioTime(DateTime_ONE,TimeFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_PRM_DSC_1", identifier: "timeAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tif" }], examples: [{ input: "ToAudioTime(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Time.twentyFourHours)", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioTime(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Time.twelveHours)", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioTime(ToDateTime(NOT_SET), Format.Time.twelveHours)", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_2" }] }] }, toAudio: { identifier: "toAudio", description: "AR_FN_DSC_TOAUDIO", type: "function", name: "ToAudio", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIO_PROMPT_DSC", identifier: "Audio_ONE toAudio(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_PROMPT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_PROMPT_PRM_DSC_0", identifier: "promptToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "pmt", checkPromptTTSLength: true }], examples: [{ input: "ToAudio(Prompt.Welcome)", output: "AR_FN_AUDIO_TOAUDIO_PROMPT_EX_OUT_0" }] }, { description: "AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_DSC", identifier: "Audio_ONE toAudio(Prompt_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_PRM_DSC_0", identifier: "promptCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "pmt" }], examples: [{ input: "ToAudio(MakeList(Prompt.Hello, Prompt.World))", output: "AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_EX_OUT_0" }] }, { description: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_DSC", identifier: "Audio_ONE toAudio(VoicemailSnippet_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_PRM_DSC_0", identifier: "snippetToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_voicemail_snippet" }], examples: [{ input: "ToAudio(Voicemail.VoicemailSnippet)", output: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_EX_OUT_0" }, { input: "ToAudio(ToVoicemailSnippet(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_DSC", identifier: "Audio_ONE toAudio(VoiceSnippet_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_PRM_DSC_0", identifier: "snippetToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_voice_snippet" }], examples: [{ input: "ToAudio(Flow.ParticipantSnippet)", output: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_EX_OUT_0" }, { input: "ToAudio(ToVoiceSnippet(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIO_NTS_DSC", identifier: "Audio_ONE toAudio(Null_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_NTS_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToAudio(NOT_SET)", output: "AR_FN_AUDIO_TOAUDIO_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toCommunication: { identifier: "toCommunication", description: "AR_FN_DSC_TOCOMMUNICATION", type: "function", name: "ToCommunication", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_DSC", identifier: "Communication_ONE ToCommunication(Any_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_PRM_DSC_0", identifier: "anyValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "ToCommunication(1)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_DSC", identifier: "Communication_ONE ToCommunication(Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_PRM_DSC_0", identifier: "anyValueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "ToCommunication(MakeList(1, 2))", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_DSC", identifier: "Communication_ONE ToCommunication(Any_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_PRM_DSC_0", identifier: "anyValueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToCommunication(MakeList(1, 2), ", ")', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Boolean_ONE,BoolFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_PRM_DSC_0", identifier: "boolToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_PRM_DSC_1", identifier: "boolCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bof" }], examples: [{ input: "ToCommunication(false, Format.Bool.playYesNo)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(5 == 5, Format.Bool.playYesNo)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToBool(NOT_SET), Format.Bool.playYesNo)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_2" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_DSC", identifier: "Communication_ONE ToCommunication(Currency_ONE,CurrencyFormat_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_PRM_DSC_1", identifier: "currencyCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cuf" }], examples: [{ input: 'ToCommunication(MakeCurrency(1234567.80, "USD"), Format.Currency.majorUnitsOnly)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(1234567.80, "USD"), Format.Currency.minorUnitsOnly)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(2.80, "USD"), Format.Currency.asMinorUnits)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToCurrency(NOT_SET), Format.Currency.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_3" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_DSC", identifier: "Communication_ONE ToCommunication(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToCommunication(MakeCurrency(1.27, "USD"), 1)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(1.234, "USD"), 2)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(1.23, "USD"), 3)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(-35.23, "USD"), 2)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToCurrency(NOT_SET), 2)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_4" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Date_ONE,DateFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_PRM_DSC_0", identifier: "dateToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_PRM_DSC_1", identifier: "dateCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "daf" }], examples: [{ input: "ToCommunication(MakeDate(1989, 11, 30), Format.Date.longYear)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(1989, 11, 30), Format.Date.shortYear)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(1989, 11, 30), Format.Date.shortMonthAndDay)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 4, 7), Format.Date.dayOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 4, 7), Format.Date.monthOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 4, 7), Format.Date.shortYearOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 4, 7), Format.Date.longYearOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_6", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 11, 5), Format.Date.dayOfWeekOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_7", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToDate(NOT_SET), Format.Date.longYearOnly)", output: "A NOT_SET Communication." }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Decimal_ONE,NumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_PRM_DSC_1", identifier: "numberCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }], examples: [{ input: "ToCommunication(5.5, Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(-500.0, Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToDecimal(NOT_SET), Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_2" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_DSC", identifier: "Communication_ONE ToCommunication(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToCommunication(1.27, 1)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(1.234, 2)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(1.23, 3)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(-35.17, 2)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToDecimal(NOT_SET), 2)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_4" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Communication_ONE ToCommunication(Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "LanguageUniqueContext" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToCommunication(1, Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(1, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(5, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(1, Language.Gender.feminine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(1, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(5, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(ToInt(NOT_SET), Language.Gender.neuter)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_6", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Long_ONE,NumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_PRM_DSC_1", identifier: "numberFormatting", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }], examples: [{ input: "ToCommunication(500, Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToInt(NOT_SET), Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_EX_OUT_1" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Communication_ONE ToCommunication(Long_ONE,NumberFormatEnum_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberFormatting", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "languageContext", isArray: false, helpDisplayIdx: 2, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToCommunication(12, Format.Number.playDigits, Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(11, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(55, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(12, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(12, Format.Number.playDigits, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(ToInt(NOT_SET), Format.Number.playDigits, Language.Gender.neuter)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_DSC", identifier: "Communication_ONE ToCommunication(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToCommunication(NOT_SET)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_EX_OUT_0" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_DSC", identifier: "Communication_ONE ToCommunication(String_ONE,StringFormat_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_PRM_DSC_1", identifier: "stringCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "stf" }], examples: [{ input: 'ToCommunication("Hello", Format.String.playChars)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_EX_OUT_0" }, { input: "ToCommunication(ToString(NOT_SET), Format.String.playChars)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_EX_OUT_1" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Time_ONE,TimeFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_PRM_DSC_0", identifier: "timeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_PRM_DSC_1", identifier: "timeCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tif" }], examples: [{ input: "ToCommunication(MakeTime(14, 22, 11), Format.Time.twentyFourHours)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeTime(14, 22, 11), Format.Time.twelveHours)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToTime(NOT_SET), Format.Time.twelveHours)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_DSC", identifier: "Communication_ONE ToCommunication(Time_ONE,TimePartEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_PRM_DSC_0", identifier: "timeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_PRM_DSC_1", identifier: "timePart", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tpf" }], examples: [{ input: "ToCommunication(MakeTime(9, 22, 11), Format.TimePart.hours)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeTime(14, 22, 11), Format.TimePart.minutes)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }] }], needsServerInfo: true }, toCommunicationBlank: { identifier: "toCommunicationBlank", description: "AR_FN_DSC_TOCOMMUNICATIONBLANK", type: "function", name: "ToCommunicationBlank", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_DSC", identifier: "Communication_ONE ToCommunicationBlank(Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_PRM_DSC_0", identifier: "lengthMs", isArray: false, helpDisplayIdx: 0, max: "10000", min: "0", repeatable: false, required: false, type: "int" }], examples: [{ input: "ToCommunicationBlank(500)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_EX_OUT_0" }, { input: "ToCommunicationBlank(ToInt(NOT_SET))", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_EX_OUT_1" }] }], needsServerInfo: true }, toCommunicationOrdinal: { identifier: "toCommunicationOrdinal", description: "AR_FN_DSC_TOCOMMUNICATIONORDINAL", type: "function", name: "ToCommunicationOrdinal", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_DSC", identifier: "Communication_ONE ToCommunicationOrdinal(Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToCommunicationOrdinal(1)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(201)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(500)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(5000)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(-500)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(ToInt(NOT_SET))", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Communication_ONE ToCommunicationOrdinal(Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "LanguageUniqueContext" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToCommunicationOrdinal(1, Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToCommunicationOrdinal(1, Language.Gender.feminine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToCommunicationOrdinal(1, Language.Gender.neuter)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToCommunicationOrdinal(-1, Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToCommunicationOrdinal(ToInt(NOT_SET), Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "fr-FR" }] }], needsServerInfo: true }, toCommunicationSsml: { identifier: "toCommunicationSsml", description: "AR_FN_DSC_TOCOMMUNICATIONSSML", type: "function", name: "ToCommunicationSsml", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_DSC", identifier: "Communication_ONE ToCommunicationSsml(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_PRM_DSC_0", identifier: "ssmlFragment", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToCommunicationSsml("SSML")', output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_0" }, { input: 'ToCommunicationSsml("5")', output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_1", outputFlowCurrentLanguage: "en-us" }, { input: "ToCommunicationSsml(NOT_SET)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_2" }] }], needsServerInfo: true }, toMultimodalCommunication: { identifier: "toMultimodalCommunication", description: "AR_FN_DSC_TOMULTIMODALCOMMUNICATION", type: "function", name: "ToMultimodalCommunication", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_DSC", identifier: "Communication_ONE ToMultimodalCommunication(Communication_ONE,Communication_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_PRM_DSC_0", identifier: "voiceModeCommunication", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "com" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_PRM_DSC_1", identifier: "textModeCommunication", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "com" }], examples: [{ input: "ToMultimodalCommunication(ToCommunication(1), ToCommunication(false, Format.Bool.playYesNo))", output: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToMultimodalCommunication(ToCommunication(NOT_SET), ToCommunication(NOT_SET))", output: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }] }], needsServerInfo: true }, toAudioNumber: { identifier: "toAudioNumber", description: "AR_FN_DSC_TOAUDIONUMBER", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioNumber", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_DSC", identifier: "Audio_ONE ToAudioNumber(Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToAudioNumber(1)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(500)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-500)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToInt(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "LanguageUniqueContext" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(1, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(5, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(5, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToInt(NOT_SET), Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_6", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_DSC", identifier: "Audio_ONE ToAudioNumber(Long_ONE,NumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }], examples: [{ input: "ToAudioNumber(500, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-500, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToInt(NOT_SET), Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Long_ONE,NumberFormatEnum_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "languageContext", isArray: false, helpDisplayIdx: 2, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(12, Format.Number.playDigits, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(11, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(55, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(12, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(12, Format.Number.playDigits, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToInt(NOT_SET), Format.Number.playDigits, Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToAudioNumber(500.00)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-500.00)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(125.25)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(1.4, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(2.765, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,NumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }], examples: [{ input: "ToAudioNumber(5.5, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-500.0, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(500.0, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,NumberFormatEnum_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "languageContext", isArray: false, helpDisplayIdx: 2, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(100.00, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(100.00, Format.Number.playDigits, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(100.00, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Format.Number.playDigits, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(2.765, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Format.Number.playDigits, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_6", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToAudioNumber(123.127, 2)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-123.12, 4)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(0.234859, 3)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), 3)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "languageContext", isArray: false, helpDisplayIdx: 2, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(1.127, 2, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.127, 2, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), 3, Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,NumberFormatEnum_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_2", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToAudioNumber(123.1234, Format.Number.playDigits, 3)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Format.Number.playDigits, 3)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,NumberFormatEnum_ONE,Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "int", isDecimalPlaces: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_3", identifier: "languageContext", isArray: false, helpDisplayIdx: 3, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(1.1234, Format.Number.playDigits, 3, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.1234, Format.Number.playDigits, 3, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Format.Number.playDigits, 3, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }] }] }, toAudioNumberOrdinal: { identifier: "toAudioNumberOrdinal", description: "AR_FN_DSC_TOAUDIONUMBERORDINAL", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioNumberOrdinal", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_DSC", identifier: "Audio_ONE ToAudioNumberOrdinal(Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToAudioNumberOrdinal(1)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(201)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(500)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(5000)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(-500)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(ToInt(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_5" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumberOrdinal(Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "LanguageUniqueContext" }, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumberOrdinal(1, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToAudioNumberOrdinal(1, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToAudioNumberOrdinal(1, Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "da-DK" }, { input: "ToAudioNumberOrdinal(-1, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToAudioNumberOrdinal(ToInt(NOT_SET), Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "da-DK" }] }], needsServerInfo: true }, toVoicemailSnippet: { identifier: "toVoicemailSnippet", description: "AR_FN_DSC_TOVOICEMAILSNIPPET", type: "function", name: "ToVoicemailSnippet", category: "cast", overloads: [{ description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_DSC", identifier: "VoicemailSnippet_ONE toVoicemailSnippet(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_RV", isArray: false, type: "cpx_voicemail_snippet" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToVoicemailSnippet(NOT_SET)", output: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_EX_OUT_0" }] }, { description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_DSC", identifier: "VoicemailSnippet_ONE toVoicemailSnippet(VoicemailSnippet_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_RV", isArray: false, type: "cpx_voicemail_snippet" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_voicemail_snippet" }], examples: [{ input: "ToVoicemailSnippet(Voicemail.VoicemailSnippet)", output: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_EX_OUT_0" }] }], needsServerInfo: true }, toVoiceSnippet: { identifier: "toVoiceSnippet", description: "AR_FN_DSC_TOVOICESNIPPET", type: "function", name: "ToVoiceSnippet", category: "cast", overloads: [{ description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_DSC", identifier: "VoiceSnippet_ONE toVoiceSnippet(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_RV", isArray: false, type: "cpx_voice_snippet" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToVoiceSnippet(NOT_SET)", output: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_EX_OUT_0" }] }, { description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_DSC", identifier: "VoiceSnippet_ONE toVoiceSnippet(VoiceSnippet_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_RV", isArray: false, type: "cpx_voice_snippet" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_voice_snippet" }], examples: [{ input: "ToVoiceSnippet(ToVoiceSnippet(NOT_SET))", output: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_EX_OUT_0" }] }], needsServerInfo: true }, getDefaultLanguage: { identifier: "getDefaultLanguage", description: "AR_FN_DSC_GETDEFAULTLANGUAGE", type: "function", name: "GetDefaultLanguage", category: "language", overloads: [{ description: "AR_FN_STR_GETDEFAULTSUPPORTEDLANGUAGE_DSC", identifier: "String_ONE getDefaultSupportedLanguage()", support: { version: "1.0", resolver: "None" }, hidden: true, returnValue: { description: "AR_FN_STR_GETDEFAULTSUPPORTEDLANGUAGE_RV", isArray: false, type: "str" }, parameters: [] }] }, getSupportedLanguages: { identifier: "getSupportedLanguages", description: "AR_FN_DSC_GETSUPPORTEDLANGUAGES", type: "function", name: "GetSupportedLanguages", category: "language", overloads: [{ description: "AR_FN_STR_COLL_GETSUPPORTEDLANGUAGES_DSC", identifier: "String_COLL getSupportedLanguages()", support: { version: "1.0", resolver: "None" }, hidden: true, returnValue: { description: "AR_FN_STR_COLL_GETSUPPORTEDLANGUAGES_RV", isArray: true, type: "str" }, parameters: [] }] }, getCurrentDateTimeUtc: { identifier: "getCurrentDateTimeUtc", description: "AR_FN_DSC_GETCURRENTDATETIMEUTC", type: "function", name: "GetCurrentDateTimeUtc", category: "datetime", overloads: [{ description: "AR_FN_DTM_GETCURRENTDATETIMEUTC_DSC", identifier: "DateTime_ONE getCurrentDateTimeUtc()", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETCURRENTDATETIMEUTC_RV", isArray: false, type: "dtm" }, parameters: [], examples: [{ input: "GetCurrentDateTimeUtc()", output: "AR_FN_DTM_GETCURRENTDATETIMEUTC_EX_OUT_0" }] }] }, getDeflectionUrl: { identifier: "getDeflectionUrl", description: "AR_FN_DSC_GETDEFLECTIONURL", type: "function", name: "GetDeflectionUrl", category: "text", overloads: [{ description: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_DSC", identifier: "String_ONE getDeflectionUrl(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_PRM_DSC_0", identifier: "service", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", literalValidatorName: "SupportedDigitalChannels" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_PRM_DSC_1", identifier: "accountId", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str", minLength: "1" }], examples: [{ input: 'GetDeflectionUrl("facebook", "genesys")', output: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, getSurveyQuestionAnswer: { identifier: "getSurveyQuestionAnswer", description: "AR_FN_DSC_GETSURVEYQUESTIONANSWER", type: "function", name: "GetSurveyQuestionAnswer", category: "survey", overloads: [{ description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_DSC", identifier: "String_ONE getSurveyQuestionAnswer(SurveyQuestion_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_PRM_DSC_0", identifier: "surveyQuestion", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "squ" }], examples: [{ input: "getSurveyQuestionAnswer(Form.Group1_Question1)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_EX_OUT_0" }, { input: "getSurveyQuestionAnswer(NOT_SET)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_EX_OUT_1" }] }, { description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_DSC", identifier: "String_ONE getSurveyQuestionAnswer(SurveyQuestion_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_PRM_DSC_0", identifier: "surveyQuestion", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "squ" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_PRM_DSC_1", identifier: "isForFollowUp", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }], examples: [{ input: "getSurveyQuestionAnswer(Form.Group1_Question1, true)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_0" }, { input: "getSurveyQuestionAnswer(Form.Group1_Question1, false)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_1" }, { input: "getSurveyQuestionAnswer(NOT_SET, true)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_2" }, { input: "getSurveyQuestionAnswer(Form.Group1_Question1, NOT_SET)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_3" }] }], needsServerInfo: true }, getSurveyQuestionIsAnswered: { identifier: "getSurveyQuestionIsAnswered", description: "AR_FN_DSC_GETSURVEYQUESTIONISANSWERED", type: "function", name: "GetSurveyQuestionIsAnswered", category: "survey", overloads: [{ description: "AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_DSC", identifier: "Boolean_ONE getSurveyQuestionIsAnswered(SurveyQuestion_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_PRM_DSC_0", identifier: "surveyQuestion", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "squ" }], examples: [{ input: "getSurveyQuestionIsAnswered(Form.Group1_Question1)", output: "AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_EX_OUT_0" }, { input: "getSurveyQuestionIsAnswered(NOT_SET)", output: "false" }] }], needsServerInfo: true }, getSurveyQuestionNpsCategory: { identifier: "getSurveyQuestionNpsCategory", description: "AR_FN_DSC_GETSURVEYQUESTIONNPSCATEGORY", type: "function", name: "GetSurveyQuestionNpsCategory", category: "survey", overloads: [{ description: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_DSC", identifier: "String_ONE getSurveyQuestionNpsCategory(SurveyQuestion_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_PRM_DSC_0", identifier: "surveyQuestion", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "squ" }], examples: [{ input: "getSurveyQuestionNpsCategory(Form.Group1_Question1)", output: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_EX_OUT_0" }, { input: "getSurveyQuestionNpsCategory(NOT_SET)", output: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_EX_OUT_1" }] }], needsServerInfo: true }, random: { identifier: "random", description: "AR_FN_DSC_RANDOM", type: "function", name: "Random", category: "mathematical", overloads: [{ description: "AR_FN_DEC_RANDOM_DSC", identifier: "Decimal_ONE random()", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_RANDOM_RV", isArray: false, type: "dec" }, parameters: [], examples: [{ input: "random()", output: "0.1307734" }] }], needsServerInfo: true }, randomInt: { identifier: "randomInt", description: "AR_FN_DSC_RANDOMINT", type: "function", name: "RandomInt", category: "mathematical", overloads: [{ description: "AR_FN_LNG_RANDOMINT_LNG_DSC", identifier: "Long_ONE randomInt(Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_RANDOMINT_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_RANDOMINT_LNG_PRM_DSC_0", identifier: "limit", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "randomInt(3)", output: "1" }, { input: "randomInt(3)", output: "3" }, { input: "randomInt(-5)", output: "-4" }, { input: "randomInt(0)", output: "0" }, { input: "randomInt(100)", output: "AR_FN_LNG_RANDOMINT_LNG_EX_OUT_4" }, { input: "randomInt(99) + 1", output: "AR_FN_LNG_RANDOMINT_LNG_EX_OUT_5" }] }], needsServerInfo: true }, roundUp: { identifier: "roundUp", description: "AR_FN_DSC_ROUNDUP", type: "function", name: "RoundUp", category: "datetime", overloads: [{ description: "AR_FN_DUR_ROUNDUP_DUR_DSC", identifier: "Duration_ONE RoundUp(Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_ROUNDUP_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_PRM_DSC_0", identifier: "durationToRound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }], examples: [{ input: "RoundUp(MakeDuration(0, 0, 2, 35, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_0" }, { input: "RoundUp(MakeDuration(0, 0, 0, 37, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_1" }, { input: "RoundUp(MakeDuration(0, 0, 5, 0, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_2" }, { input: "RoundUp(MakeDuration(0, 0, 22, 30, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_3" }, { input: "RoundUp(MakeDuration(0, 1, 22, 30, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_4" }] }, { description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DSC", identifier: "Duration_ONE RoundUp(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_ROUNDUP_DUR_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_PRM_DSC_0", identifier: "durationToRound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_PRM_DSC_1", identifier: "intervalDurationValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "RoundUp(MakeDuration(0, 0, 2, 35, 0), MakeDuration(0, 0, 3, 0, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_DUR_EX_OUT_0" }, { input: "RoundUp(MakeDuration(0, 0, 5, 0, 0), MakeDuration(0, 0, 5, 0, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_DUR_EX_OUT_1" }] }, { description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_DSC", identifier: "Duration_ONE RoundUp(Duration_ONE,Duration_ONE,Duration_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_0", identifier: "durationToRound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_1", identifier: "intervalDurationValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_2", identifier: "specificDurationValues", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "dur" }], examples: [{ input: "RoundUp(MakeDuration(0, 0, 2, 35, 0), MakeDuration(0, 0, 5, 0, 0), MakeList(MakeDuration(0, 0, 1, 0, 0), MakeDuration(0, 0, 2, 30, 0), MakeDuration(0, 0, 4, 0, 0)))", output: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_EX_OUT_0" }, { input: "RoundUp(MakeDuration(0, 0, 22, 35, 0), MakeDuration(0, 0, 5, 0, 0), MakeList(MakeDuration(0, 0, 1, 0, 0), MakeDuration(0, 0, 2, 30, 0), MakeDuration(0, 0, 15, 0, 0)))", output: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_EX_OUT_1" }] }] }, range: { identifier: "range", description: "AR_FN_DSC_RANGE", type: "function", name: "Range", category: "datetime", overloads: [{ description: "AR_FN_DUR_COLL_RANGE_DUR_DUR_DSC", identifier: "Duration_COLL Range(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_COLL_RANGE_DUR_DUR_RV", isArray: true, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_COLL_RANGE_DUR_DUR_PRM_DSC_0", identifier: "durationToRound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_COLL_RANGE_DUR_DUR_PRM_DSC_1", identifier: "intervalDuration", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "Range(MakeDuration(0, 5, 0, 0, 0), MakeDuration(0, 2, 0, 0, 0))", output: "AR_FN_DUR_COLL_RANGE_DUR_DUR_EX_OUT_0" }] }] }, toAudioTimeRange: { identifier: "toAudioTimeRange", description: "AR_FN_DSC_TOAUDIOTIMERANGE", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioTimeRange", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_DSC", identifier: "Audio_ONE ToAudioTimeRange(Long_ONE,Long_ONE,TimePartEnumDataType_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_0", identifier: "lowerBound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_1", identifier: "upperBound", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_2", identifier: "timePart", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "tpf" }], examples: [{ input: "ToAudioTimeRange(4, 6, Format.TimePart.minutes)", output: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_0" }, { input: "ToAudioTimeRange(15, 8, Format.TimePart.minutes)", output: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_1" }, { input: "ToAudioTimeRange(10, 15, Format.TimePart.hours)", output: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_2" }, { input: "ToAudioTimeRange(1, 1, Format.TimePart.hours)", output: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_3" }] }], needsServerInfo: true }, emailAddressDomainPart: { identifier: "emailAddressDomainPart", description: "AR_FN_DSC_EMAILADDRESSDOMAINPART", type: "function", name: "EmailAddressDomainPart", category: "email", overloads: [{ description: "AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_DSC", identifier: "String_ONE EmailAddressDomainPart(EmailAddress_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundemail: "inboundemail", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_PRM_DSC_0", identifier: "emailAddress", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_email_address" }], examples: [{ input: "EmailAddressDomainPart(Email.Message.from)", output: "AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_EX_OUT_0" }] }, { description: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_DSC", identifier: "String_ONE EmailAddressDomainPart(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundemail: "inboundemail", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_PRM_DSC_0", identifier: "emailAddressString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'EmailAddressDomainPart("john.doe@company.com")', output: '"company.com"' }, { input: 'EmailAddressDomainPart("abc")', output: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_EX_OUT_1" }, { input: "EmailAddressDomainPart(ToString(NOT_SET))", output: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_EX_OUT_2" }] }], needsServerInfo: true }, emailAddressLocalPart: { identifier: "emailAddressLocalPart", description: "AR_FN_DSC_EMAILADDRESSLOCALPART", type: "function", name: "EmailAddressLocalPart", category: "email", overloads: [{ description: "AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_DSC", identifier: "String_ONE EmailAddressLocalPart(EmailAddress_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundemail: "inboundemail", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_PRM_DSC_0", identifier: "emailAddress", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_email_address" }], examples: [{ input: "EmailAddressLocalPart(Email.Message.from)", output: "AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_EX_OUT_0" }] }, { description: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_DSC", identifier: "String_ONE EmailAddressLocalPart(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundemail: "inboundemail", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_PRM_DSC_0", identifier: "emailAddressString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'EmailAddressLocalPart("john.doe@company.com")', output: '"john.doe"' }, { input: 'EmailAddressLocalPart("abc")', output: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_EX_OUT_1" }, { input: "EmailAddressLocalPart(ToString(NOT_SET))", output: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_EX_OUT_2" }] }], needsServerInfo: true }, makeEmailAddress: { identifier: "makeEmailAddress", description: "AR_FN_DSC_MAKEEMAILADDRESS", type: "function", name: "MakeEmailAddress", category: "email", overloads: [{ description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_DSC", identifier: "EmailAddress_ONE makeEmailAddress(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_RV", isArray: false, type: "cpx_email_address" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_PRM_DSC_0", identifier: "address", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'MakeEmailAddress("john.doe@company.com")', output: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_EX_OUT_0" }, { input: 'MakeEmailAddress("john.doe@company.com").id', output: '"john.doe@company.com"' }, { input: 'MakeEmailAddress("john.doe@company.com").name', output: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_EX_OUT_2" }] }, { description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_DSC", identifier: "EmailAddress_ONE makeEmailAddress(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_RV", isArray: false, type: "cpx_email_address" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_PRM_DSC_0", identifier: "address", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_PRM_DSC_1", identifier: "name", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeEmailAddress("john.doe@company.com", "John")', output: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_EX_OUT_0" }, { input: 'MakeEmailAddress("john.doe@company.com", "John").id', output: '"john.doe@company.com"' }, { input: 'MakeEmailAddress("john.doe@company.com", "John").name', output: '"John"' }, { input: 'MakeEmailAddress("john.doe@company.com", ToString(NOT_SET)).name', output: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_EX_OUT_3" }] }], needsServerInfo: true }, detectLanguage: { identifier: "detectLanguage", description: "AR_FN_DSC_DETECTLANGUAGE", type: "function", name: "DetectLanguage", category: "text", overloads: [{ description: "AR_FN_STR_DETECTLANGUAGE_STR_STR_DSC", identifier: "String_ONE detectLanguage(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedReturnValueTypeInfo: "languageTag", supportedReturnValuesTitle: "possibleDetectedLanguages", supportedReturnValues: ["ar", "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "it", "ja", "ko", "ms", "nl", "no", "pl", "pt", "ru", "sk", "sv", "th", "tr", "uk", "zh"], needsServerInfo: true, returnValue: { description: "AR_FN_STR_DETECTLANGUAGE_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_DETECTLANGUAGE_STR_STR_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_DETECTLANGUAGE_STR_STR_PRM_DSC_1", identifier: "defaultString", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'DetectLanguage(Email.Message.body, "")', output: "AR_FN_STR_DETECTLANGUAGE_STR_STR_EX_OUT_0" }, { input: 'DetectLanguage("This is a test that should verify our ability to find a language in a string of native text.", "")', output: '"en"' }, { input: 'DetectLanguage("Esta es una prueba que debe verificar nuestra capacidad de encontrar un lenguaje en una cadena de texto nativo.", "en")', output: '"es"' }, { input: 'DetectLanguage("Dies ist ein Test, dass unsere F\xE4higkeit \xFCberpr\xFCfen, sollte die Sprache in einer Reihe von nativen Text zu finden.", "en")', output: '"de"' }, { input: 'DetectLanguage("\uC774 \uAE30\uBCF8 \uD14D\uC2A4\uD2B8 \uBB38\uC790\uC5F4\uC758 \uC5B8\uC5B4\uB97C \uCC3E\uC744 \uC218\uC788\uB294 \uC6B0\uB9AC\uC758 \uB2A5\uB825\uC744 \uD655\uC778\uD574\uC57C\uD569\uB2C8\uB2E4 \uD14C\uC2A4\uD2B8\uC785\uB2C8\uB2E4.", ToString(NOT_SET))', output: '"ko"' }, { input: 'DetectLanguage(ToString(NOT_SET), "en")', output: '"en"' }, { input: 'DetectLanguage(" ", "auto")', output: '"auto"' }, { input: "DetectLanguage(ToString(NOT_SET), ToString(NOT_SET))", output: "AR_FN_STR_DETECTLANGUAGE_STR_STR_EX_OUT_7" }] }], needsServerInfo: true }, getPromptTextToSpeech: { identifier: "getPromptTextToSpeech", description: "AR_FN_DSC_GETPROMPTTEXTTOSPEECH", type: "function", name: "GetPromptTextToSpeech", category: "prompt", overloads: [{ description: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_DSC", identifier: "String_ONE getPromptTextToSpeech(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_PRM_DSC_0", identifier: "prompt", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "pmt" }], examples: [{ input: "GetPromptTextToSpeech(PromptSystem.month_january)", output: '"enero"', outputFlowCurrentLanguage: "es-US" }, { input: "GetPromptTextToSpeech(Prompt.Greeting)", output: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_EX_OUT_1" }, { input: "GetPromptTextToSpeech(FindUserPrompt(NOT_SET))", output: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_EX_OUT_2" }] }], needsServerInfo: true }, getPromptDuration: { identifier: "getPromptDuration", description: "AR_FN_DSC_GETPROMPTDURATION", type: "function", name: "GetPromptDuration", category: "prompt", overloads: [{ description: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_DSC", identifier: "Duration_ONE getPromptDuration(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_PRM_DSC_0", identifier: "prompt", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "pmt" }], examples: [{ input: "GetPromptDuration(PromptSystem.month_january)", output: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "GetPromptDuration(Prompt.Greeting)", output: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_1" }, { input: "GetPromptDuration(FindUserPrompt(NOT_SET))", output: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_2" }] }], needsServerInfo: true }, getPromptText: { identifier: "getPromptText", description: "AR_FN_DSC_GETPROMPTTEXT", type: "function", name: "GetPromptText", category: "prompt", overloads: [{ description: "AR_FN_STR_GETPROMPTTEXT_PROMPT_DSC", identifier: "String_ONE getPromptText(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETPROMPTTEXT_PROMPT_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETPROMPTTEXT_PROMPT_PRM_DSC_0", identifier: "prompt", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "pmt" }], examples: [{ input: "getPromptText(PromptSystem.month_january)", output: '"enero"', outputFlowCurrentLanguage: "es-US" }, { input: "getPromptText(Prompt.Greeting)", output: "AR_FN_STR_GETPROMPTTEXT_PROMPT_EX_OUT_1" }, { input: "getPromptText(FindUserPrompt(NOT_SET))", output: "AR_FN_STR_GETPROMPTTEXT_PROMPT_EX_OUT_2" }] }], needsServerInfo: true }, isJsonArray: { identifier: "isJsonArray", description: "AR_FN_DSC_ISJSONARRAY", type: "function", name: "IsJsonArray", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONARRAY_JSON_DSC", identifier: "Boolean_ONE isJsonArray(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONARRAY_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONARRAY_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonArray(JsonParse("[ 1, 2, 3 ]"))', output: "true" }, { input: "IsJsonArray(MakeEmptyJsonObject())", output: "false" }, { input: "IsJsonArray(MakeEmptyJsonArray())", output: "true" }] }], needsServerInfo: true }, isJsonBool: { identifier: "isJsonBool", description: "AR_FN_DSC_ISJSONBOOL", type: "function", name: "IsJsonBool", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONBOOL_JSON_DSC", identifier: "Boolean_ONE isJsonBool(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONBOOL_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONBOOL_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonBool(JsonParse("true"))', output: "true" }, { input: 'IsJsonBool(JsonParse("false"))', output: "true" }, { input: "IsJsonBool(ToJson(ToBool(NOT_SET)))", output: "false" }, { input: "IsJsonBool(MakeEmptyJsonObject())", output: "false" }] }], needsServerInfo: true }, isJsonNull: { identifier: "isJsonNull", description: "AR_FN_DSC_ISJSONNULL", type: "function", name: "IsJsonNull", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONNULL_JSON_DSC", identifier: "Boolean_ONE isJsonNull(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONNULL_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONNULL_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonNull(JsonParse("null"))', output: "true" }, { input: "IsJsonNull(ToJson(NOT_SET))", output: "false" }, { input: 'IsJsonNull(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: "false" }, { input: "IsJsonNull(MakeNullJson())", output: "true" }] }], needsServerInfo: true }, isJsonNumber: { identifier: "isJsonNumber", description: "AR_FN_DSC_ISJSONNUMBER", type: "function", name: "IsJsonNumber", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONNUMBER_JSON_DSC", identifier: "Boolean_ONE isJsonNumber(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONNUMBER_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONNUMBER_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonNumber(JsonParse("null"))', output: "false" }, { input: "IsJsonNumber(ToJson(5))", output: "true" }, { input: "IsJsonNumber(ToJson(5 * 3.5))", output: "true" }, { input: 'IsJsonNumber(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: "false" }] }], needsServerInfo: true }, isJsonObject: { identifier: "isJsonObject", description: "AR_FN_DSC_ISJSONOBJECT", type: "function", name: "IsJsonObject", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONOBJECT_JSON_DSC", identifier: "Boolean_ONE isJsonObject(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONOBJECT_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONOBJECT_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonObject(JsonParse("null"))', output: "false" }, { input: 'IsJsonObject(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: "true" }, { input: "IsJsonObject(MakeEmptyJsonObject())", output: "true" }, { input: 'IsJsonObject(ToJson("true"))', output: "false" }] }], needsServerInfo: true }, isJsonString: { identifier: "isJsonString", description: "AR_FN_DSC_ISJSONSTRING", type: "function", name: "IsJsonString", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONSTRING_JSON_DSC", identifier: "Boolean_ONE isJsonString(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONSTRING_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONSTRING_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonString(JsonParse("null"))', output: "false" }, { input: 'IsJsonString(JsonParse("\\"Hello\\""))', output: "true" }, { input: "IsJsonString(ToJson(100))", output: "false" }, { input: "IsJsonString(MakeEmptyJsonString())", output: "true" }] }], needsServerInfo: true }, jsonParse: { identifier: "jsonParse", description: "AR_FN_DSC_JSONPARSE", type: "function", name: "JsonParse", category: "json", overloads: [{ description: "AR_FN_JSON_JSONPARSE_STR_DSC", identifier: "JSON_ONE jsonParse(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_JSONPARSE_STR_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_JSONPARSE_STR_PRM_DSC_0", identifier: "valueToParse", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'JsonParse("\\"Hello\\"")', output: "AR_FN_JSON_JSONPARSE_STR_EX_OUT_0" }, { input: 'JsonParse("[ 0, 1, 2 ]")', output: "AR_FN_JSON_JSONPARSE_STR_EX_OUT_1" }, { input: 'JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ], \\"d\\": null }")', output: 'A JSON value that contains a JSON object of { "a": true, "b": 100, "c": [ true, false ], "c": null }' }, { input: "JsonParse(ToString(NOT_SET))", output: "AR_FN_JSON_JSONPARSE_STR_EX_OUT_3" }, { input: 'JsonParse("true")', output: "AR_FN_JSON_JSONPARSE_STR_EX_OUT_4" }] }], needsServerInfo: true }, makeEmptyJsonArray: { identifier: "makeEmptyJsonArray", description: "AR_FN_DSC_MAKEEMPTYJSONARRAY", type: "function", name: "MakeEmptyJsonArray", category: "json", overloads: [{ description: "AR_FN_JSON_MAKEEMPTYJSONARRAY_DSC", identifier: "JSON_ONE makeEmptyJsonArray()", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_MAKEEMPTYJSONARRAY_RV", isArray: false, type: "jsn" }, parameters: [], examples: [{ input: "MakeEmptyJsonArray()", output: "AR_FN_JSON_MAKEEMPTYJSONARRAY_EX_OUT_0" }] }], needsServerInfo: true }, makeEmptyJsonObject: { identifier: "makeEmptyJsonObject", description: "AR_FN_DSC_MAKEEMPTYJSONOBJECT", type: "function", name: "MakeEmptyJsonObject", category: "json", overloads: [{ description: "AR_FN_JSON_MAKEEMPTYJSONOBJECT_DSC", identifier: "JSON_ONE makeEmptyJsonObject()", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_MAKEEMPTYJSONOBJECT_RV", isArray: false, type: "jsn" }, parameters: [], examples: [{ input: "MakeEmptyJsonObject()", output: "AR_FN_JSON_MAKEEMPTYJSONOBJECT_EX_OUT_0" }] }], needsServerInfo: true }, makeEmptyJsonString: { identifier: "makeEmptyJsonString", description: "AR_FN_DSC_MAKEEMPTYJSONSTRING", type: "function", name: "MakeEmptyJsonString", category: "json", overloads: [{ description: "AR_FN_JSON_MAKEEMPTYJSONSTRING_DSC", identifier: "JSON_ONE makeEmptyJsonString()", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_MAKEEMPTYJSONSTRING_RV", isArray: false, type: "jsn" }, parameters: [], examples: [{ input: "MakeEmptyJsonString()", output: "AR_FN_JSON_MAKEEMPTYJSONSTRING_EX_OUT_0" }] }], needsServerInfo: true }, makeNullJson: { identifier: "makeNullJson", description: "AR_FN_DSC_MAKENULLJSON", type: "function", name: "MakeNullJson", category: "json", overloads: [{ description: "AR_FN_JSON_MAKENULLJSON_DSC", identifier: "JSON_ONE makeNullJson()", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_MAKENULLJSON_RV", isArray: false, type: "jsn" }, parameters: [], examples: [{ input: "MakeNullJson()", output: "AR_FN_JSON_MAKENULLJSON_EX_OUT_0" }] }], needsServerInfo: true }, toJson: { identifier: "toJson", description: "AR_FN_DSC_TOJSON", type: "function", name: "ToJson", category: "cast", overloads: [{ description: "AR_FN_JSON_TOJSON_ANY_DSC", identifier: "JSON_ONE toJson(Any_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_TOJSON_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_TOJSON_ANY_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "ToJson(MakeDateTime(2022, 8, 4, 0, 0, 0))", output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_0" }, { input: 'ToJson("Hello")', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_1" }, { input: "ToJson(5)", output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_2" }, { input: 'ToJson("{ \\"a\\": true }")', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_3" }, { input: 'ToJson(MakeCurrency(5.25, "USD"))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_4" }, { input: 'ToJson(ToPhoneNumber("tel:+13178723000"))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_5" }, { input: 'ToJson(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_6", featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToJson(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_7", featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToJson(MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_8", featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_JSON_TOJSON_ANY_COLL_DSC", identifier: "JSON_ONE toJson(Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_TOJSON_ANY_COLL_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_TOJSON_ANY_COLL_PRM_DSC_0", identifier: "value", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "ToJson(MakeList(1, 2, 3))", output: "AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_0" }, { input: 'ToJson(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))))', output: "AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_1", featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToJson(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))))', output: "AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_2", featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_JSON_TOJSON_NTS_DSC", identifier: "JSON_ONE toJson(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_TOJSON_NTS_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_TOJSON_NTS_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToJson(NOT_SET)", output: "AR_FN_JSON_TOJSON_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toJsonCollection: { identifier: "toJsonCollection", description: "AR_FN_DSC_TOJSONCOLLECTION", type: "function", name: "ToJsonCollection", category: "cast", overloads: [{ description: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_DSC", identifier: "JSON_COLL toJsonCollection(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, addsToCollection: true, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_RV", isArray: true, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'ToJsonCollection(JsonParse("[ true, 100 ]"))', output: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_EX_OUT_0" }, { input: "ToJsonCollection(MakeEmptyJsonArray())", output: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_EX_OUT_1" }, { input: 'Count(ToJsonCollection(JsonParse("[ true, 100 ]")))', output: "2" }, { input: 'Count(AddItem(ToJsonCollection(JsonParse("[ true, 100 ]")), MakeEmptyJsonObject()))', output: "3" }] }], needsServerInfo: true }, jsonStringify: { identifier: "jsonStringify", description: "AR_FN_DSC_JSONSTRINGIFY", type: "function", name: "JsonStringify", category: "json", overloads: [{ description: "AR_FN_STR_JSONSTRINGIFY_ANY_DSC", identifier: "String_ONE jsonStringify(Any_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_JSONSTRINGIFY_ANY_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_JSONSTRINGIFY_ANY_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "JsonStringify(5)", output: '"5"' }, { input: "JsonStringify(ToInt(NOT_SET))", output: '"null"' }, { input: 'JsonStringify("Hello World")', output: '"\\"Hello World\\""' }, { input: "JsonStringify(MakeEmptyJsonObject())", output: '"{}"' }] }, { description: "AR_FN_STR_JSONSTRINGIFY_ANY_COLL_DSC", identifier: "String_ONE jsonStringify(Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_JSONSTRINGIFY_ANY_COLL_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_JSONSTRINGIFY_ANY_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "JsonStringify(MakeList(3, 5))", output: '"[3,5]"' }, { input: "JsonStringify(MakeList(ToInt(NOT_SET), 10))", output: '"[null,10]"' }, { input: 'JsonStringify(MakeList("Hello", "World"))', output: '"[\\"Hello\\",\\"World\\"]"' }, { input: 'JsonStringify(MakeList(MakeEmptyJsonObject(), JsonParse("{\\"a\\": true}")))', output: '"[{},{\\"a\\":true}]"' }] }, { description: "AR_FN_STR_JSONSTRINGIFY_NTS_DSC", identifier: "String_ONE jsonStringify(Null_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_JSONSTRINGIFY_NTS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_JSONSTRINGIFY_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "JsonStringify(NOT_SET)", output: '"null"' }] }], needsServerInfo: true }, isJsonTruthy: { identifier: "isJsonTruthy", description: "AR_FN_DSC_ISJSONTRUTHY", type: "function", name: "IsJsonTruthy", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONTRUTHY_JSON_DSC", identifier: "Boolean_ONE IsJsonTruthy(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONTRUTHY_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONTRUTHY_JSON_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonTruthy(JsonParse("true"))', output: "true" }, { input: 'IsJsonTruthy(JsonParse("false"))', output: "false" }, { input: 'IsJsonTruthy(JsonParse("Hello World"))', output: "true" }, { input: "IsJsonTruthy(ToJson(0))", output: "false" }, { input: 'IsJsonTruthy(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: "true" }, { input: "IsJsonTruthy(ToJson(5 * 5))", output: "true" }] }], needsServerInfo: true }, deleteJsonObjectProperty: { identifier: "deleteJsonObjectProperty", description: "AR_FN_DSC_DELETEJSONOBJECTPROPERTY", type: "function", name: "DeleteJsonObjectProperty", category: "json", overloads: [{ description: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_DSC", identifier: "JSON_ONE deleteJsonObjectProperty(JSON_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'DeleteJsonObjectProperty(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"), "c")', output: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_EX_OUT_0" }, { input: 'DeleteJsonObjectProperty(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"d\\": [ true, false ] }"), "c")', output: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_EX_OUT_1" }] }], needsServerInfo: true }, getJsonObjectProperty: { identifier: "getJsonObjectProperty", description: "AR_FN_DSC_GETJSONOBJECTPROPERTY", type: "function", name: "GetJsonObjectProperty", category: "json", overloads: [{ description: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_DSC", identifier: "JSON_ONE getJsonObjectProperty(JSON_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'GetJsonObjectProperty(JsonParse("{ \\"firstName\\": \\"John\\", \\"lastName\\": \\"Doe\\" }"), "firstName")', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_0" }, { input: 'GetJsonObjectProperty(JsonParse("{ \\"firstName\\": \\"John\\", \\"lastName\\": \\"Doe\\" }"), Append("last", "Name"))', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_1" }, { input: 'GetJsonObjectProperty(JsonParse("{ \\"firstName\\": \\"John\\", \\"lastName\\": \\"Doe\\" }"), "FirstName")', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_2" }, { input: 'GetJsonObjectProperty(JsonParse("{ \\"additionalInfo\\": null }"), "additionalInfo")', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_3" }, { input: 'GetJsonObjectProperty(MakeEmptyJsonObject(), "accountId")', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_4" }] }], needsServerInfo: true }, getJsonObjectPropertyNames: { identifier: "getJsonObjectPropertyNames", description: "AR_FN_DSC_GETJSONOBJECTPROPERTYNAMES", type: "function", name: "GetJsonObjectPropertyNames", category: "json", overloads: [{ description: "AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_DSC", identifier: "String_COLL getJsonObjectPropertyNames(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'GetJsonObjectPropertyNames(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: '[ "a", "b", "c" ]' }] }], needsServerInfo: true }, setJsonObjectProperty: { identifier: "setJsonObjectProperty", description: "AR_FN_DSC_SETJSONOBJECTPROPERTY", type: "function", name: "SetJsonObjectProperty", category: "json", overloads: [{ description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_DSC", identifier: "JSON_ONE setJsonObjectProperty(JSON_ONE,String_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_1", identifier: "keyToSet", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_2", identifier: "valueToSet", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'SetJsonObjectProperty(MakeEmptyJsonObject(), "myKey", 42)', output: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_EX_OUT_0" }, { input: 'SetJsonObjectProperty(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"), "A", 5)', output: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_EX_OUT_1" }] }, { description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_DSC", identifier: "JSON_ONE setJsonObjectProperty(JSON_ONE,String_ONE,Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_1", identifier: "keyToSet", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_2", identifier: "valueToSet", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "any" }], examples: [{ input: 'SetJsonObjectProperty(MakeEmptyJsonObject(), "myKeys", MakeList(42, 180))', output: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_EX_OUT_0" }] }], needsServerInfo: true }, getKnowledgeBaseDocumentConfidence: { identifier: "getKnowledgeBaseDocumentConfidence", description: "AR_FN_DSC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE", type: "function", name: "GetKnowledgeBaseDocumentConfidence", category: "statistical", overloads: [{ description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_DSC", identifier: "Decimal_ONE getKnowledgeBaseDocumentConfidence(KnowledgeBaseDocument_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_PRM_DSC_0", identifier: "knowledgeBaseDocument", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "kbd" }], examples: [{ input: "GetKnowledgeBaseDocumentConfidence(Flow.document)", output: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_EX_OUT_0" }] }, { description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_DSC", identifier: "Decimal_ONE getKnowledgeBaseDocumentConfidence(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_PRM_DSC_0", identifier: "KnowledgeBaseDocument", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "GetKnowledgeBaseDocumentConfidence(NOT_SET)", output: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_EX_OUT_0" }] }], needsServerInfo: true } } }; + e2.exports = { category: { audio: { identifier: "audio", name: "AR_CT_AUDIO", description: "AR_CT_DSC_AUDIO" }, cast: { identifier: "cast", name: "AR_CT_CAST", description: "AR_CT_DSC_CAST" }, comparison: { identifier: "comparison", name: "AR_CT_COMPARISON", description: "AR_CT_DSC_COMPARISON" }, complex: { identifier: "complex", name: "AR_CT_COMPLEX", description: "AR_CT_DSC_COMPLEX" }, datetime: { identifier: "datetime", name: "AR_CT_DTM", description: "AR_CT_DSC_DTM" }, email: { identifier: "email", name: "AR_CT_EMAIL", description: "AR_CT_DSC_EMAIL" }, financial: { identifier: "financial", name: "AR_CT_FINANCIAL", description: "AR_CT_DSC_FINANCIAL" }, list: { identifier: "list", name: "AR_CT_LIST", description: "AR_CT_DSC_LIST" }, logical: { identifier: "logical", name: "AR_CT_LOGICAL", description: "AR_CT_DSC_LOGICAL" }, language: { identifier: "language", name: "AR_CT_LANGUAGE", description: "AR_CT_DSC_LANGUAGE" }, json: { identifier: "json", name: "AR_CT_JSON", description: "AR_CT_DSC_JSON" }, mathematical: { identifier: "mathematical", name: "AR_CT_MATHEMATICAL", description: "AR_CT_DSC_MATHEMATICAL" }, operators: { identifier: "operators", name: "AR_CT_OPERATORS", description: "AR_CT_DSC_OPERATORS" }, prompt: { identifier: "prompt", name: "AR_CT_PROMPT", description: "AR_CT_DSC_PROMPT" }, search: { identifier: "search", name: "AR_CT_SEARCH", description: "AR_CT_DSC_SEARCH" }, statistical: { identifier: "statistical", name: "AR_CT_STATISTICAL", description: "AR_CT_DSC_STATISTICAL" }, survey: { identifier: "survey", name: "AR_CT_SURVEY", description: "AR_CT_DSC_SURVEY" }, text: { identifier: "text", name: "AR_CT_TEXT", description: "AR_CT_DSC_TEXT" }, unary: { identifier: "unary", name: "AR_CT_UNARY", description: "AR_CT_DSC_UNARY" } }, type: { AgentScorePair: { name: "AR_TP_AGENTSCOREPAIR", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_agent_score_pair", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { featureConfigName: "botFlowsQueueSupportFeature" }, digitalbot: { featureConfigName: "botFlowsQueueSupportFeature" }, emailsend: {}, inboundcall: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueuecall: {}, inqueueemail: {}, inqueueshortmessage: {}, securecall: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {}, voicemail: {}, workitem: {} }, version: "1.0", featureConfigName: "knownAgentRouting" }, nativeProperties: [{ id: "agent", name: "agent", descriptionId: "AR_TP_AGENTSCOREPAIR_PROP_AGENT_DSC", type: "usr", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "score", name: "score", descriptionId: "AR_TP_AGENTSCOREPAIR_PROP_SCORE_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: false }] }, Audio: { name: "AR_TP_AUDIO", allowArray: false, dataType: "AudioDataType", support: { classType: "AudioVariable", expressionDataType: "aud", expressionBaseDataType: "aud", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {} }, version: "1.0" }, nativeProperties: [] }, Boolean: { name: "AR_TP_BLN", allowArray: true, dataType: "BooleanDataType", support: { classType: "BoolVariable", expressionDataType: "bln", expressionBaseDataType: "bln", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, StringKeyValuePair: { name: "AR_TP_STRINGKEYVALUEPAIR", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_string_key_value_pair", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundchat: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "key", name: "key", descriptionId: "AR_TP_STRINGKEYVALUEPAIR_PROP_KEY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "value", name: "value", descriptionId: "AR_TP_STRINGKEYVALUEPAIR_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ChatGuest: { name: "AR_TP_CHATGUEST", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_chat_guest", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundchat: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CHATGUEST_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "displayName", name: "displayName", descriptionId: "AR_TP_CHATGUEST_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "avatarImageUrl", name: "avatarImageUrl", descriptionId: "AR_TP_CHATGUEST_PROP_AVATARIMAGEURL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isAuthenticated", name: "isAuthenticated", descriptionId: "AR_TP_CHATGUEST_PROP_ISAUTHENTICATED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customFields", name: "customFields", descriptionId: "AR_TP_CHATGUEST_PROP_CUSTOMFIELDS_DSC", type: "cpx_string_key_value_pair", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "authenticatedCustomFields", name: "authenticatedCustomFields", descriptionId: "AR_TP_CHATGUEST_PROP_AUTHENTICATEDCUSTOMFIELDS_DSC", type: "cpx_string_key_value_pair", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, Currency: { name: "AR_TP_CUR", allowArray: true, dataType: "CurrencyDataType", support: { classType: "CurrencyVariable", expressionDataType: "cur", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0" }, nativeProperties: [{ id: "amount", name: "amount", descriptionId: "AR_TP_CUR_PROP_AMOUNT_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "code", name: "code", descriptionId: "AR_TP_CUR_PROP_CODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }] }, AssignedCustomerIntent: { name: "AR_TP_ASSIGNEDCUSTOMERINTENT", allowArray: true, dataType: "AssignedCustomerIntentDataType", support: { classType: "AssignedCustomerIntentVariable", expressionDataType: "aci", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueuecall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, outboundcall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, securecall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, voicemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, bot: { featureConfigName: "customerIntentsPhase1Cicero" }, digitalbot: { featureConfigName: "customerIntentsPhase1Cicero" }, emailsend: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inboundemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inboundshortmessage: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueueemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueueshortmessage: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, surveyinvite: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, workitem: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" } }, version: "1.0" }, nativeProperties: [{ id: "customerIntent", name: "customerIntent", descriptionId: "AR_TP_ASSIGNEDCUSTOMERINTENT_PROP_CUSTOMERINTENT_DSC", type: "cin", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateMostRecentlyAssigned", name: "dateMostRecentlyAssigned", descriptionId: "AR_TP_ASSIGNEDCUSTOMERINTENT_PROP_DATEMOSTRECENTLYASSIGNED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, AssignedCustomerSegment: { name: "AR_TP_ASSIGNEDCUSTOMERSEGMENT", allowArray: true, dataType: "AssignedCustomerSegmentDataType", support: { classType: "AssignedCustomerSegmentVariable", expressionDataType: "acs", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { featureConfigName: "botFlowsCustomerSegmentsFeature" }, digitalbot: { featureConfigName: "botFlowsCustomerSegmentsFeature" } }, version: "1.0" }, nativeProperties: [{ id: "customerSegment", name: "customerSegment", descriptionId: "AR_TP_ASSIGNEDCUSTOMERSEGMENT_PROP_CUSTOMERSEGMENT_DSC", type: "csg", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateAssigned", name: "dateAssigned", descriptionId: "AR_TP_ASSIGNEDCUSTOMERSEGMENT_PROP_DATEASSIGNED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, CustomerSegment: { name: "AR_TP_CUSTOMERSEGMENT", allowArray: true, dataType: "CustomerSegmentDataType", support: { classType: "CustomerSegmentVariable", expressionDataType: "csg", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { featureConfigName: "botFlowsCustomerSegmentsFeature" }, digitalbot: { featureConfigName: "botFlowsCustomerSegmentsFeature" } }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CUSTOMERSEGMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_CUSTOMERSEGMENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, CustomerIntent: { name: "AR_TP_CUSTOMERINTENT", allowArray: true, dataType: "CustomerIntentDataType", support: { classType: "CustomerIntentVariable", expressionDataType: "cin", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueuecall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, outboundcall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, securecall: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, voicemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, bot: { featureConfigName: "customerIntentsPhase1Cicero" }, digitalbot: { featureConfigName: "customerIntentsPhase1Cicero" }, inboundemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, emailsend: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inboundshortmessage: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueueemail: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, inqueueshortmessage: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, surveyinvite: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" }, workitem: { featureConfigName: "customerIntentsPhase2AutomateAndVXML" } }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CUSTOMERINTENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_CUSTOMERINTENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "categoryId", name: "categoryId", descriptionId: "AR_TP_CUSTOMERINTENT_PROP_CATEGORYID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, DateTime: { name: "AR_TP_DTM", allowArray: true, dataType: "DateTimeDataType", support: { classType: "DateTimeVariable", expressionDataType: "dtm", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, Date: { name: "AR_TP_DATE", allowArray: true, dataType: "DateDataType", support: { classType: "DateVariable", expressionDataType: "dat", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: {}, emailsend: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {}, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0" }, nativeProperties: [] }, Decimal: { name: "AR_TP_DEC", allowArray: true, dataType: "DecimalDataType", support: { classType: "DecimalVariable", expressionDataType: "dec", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, Division: { name: "AR_TP_DIVISION", allowArray: true, dataType: "DivisionDataType", support: { classType: "DivisionVariable", expressionDataType: "dvn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inboundshortmessage: {}, inboundemail: {}, emailsend: { featureConfigName: "emailSendFlows" }, inqueuecall: {}, inqueueshortmessage: {}, inqueueemail: {}, surveyinvite: {}, outboundcall: {}, securecall: {}, voicemail: {}, workflow: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0", featureConfigName: "customConversationAttributes" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_DIVISION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_DIVISION_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Duration: { name: "AR_TP_DUR", allowArray: true, dataType: "DurationDataType", support: { classType: "DurationVariable", expressionDataType: "dur", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, Long: { name: "AR_TP_LNG", allowArray: true, dataType: "LongDataType", support: { classType: "IntegerVariable", expressionDataType: "int", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0" }, nativeProperties: [] }, Email: { name: "AR_TP_EMAIL", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_email", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundemail: {}, inqueueemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EMAIL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "autoGenerated", name: "autoGenerated", descriptionId: "AR_TP_EMAIL_PROP_AUTOGENERATED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "spam", name: "spam", descriptionId: "AR_TP_EMAIL_PROP_SPAM_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "from", name: "from", descriptionId: "AR_TP_EMAIL_PROP_FROM_DSC", type: "cpx_email_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "to", name: "to", descriptionId: "AR_TP_EMAIL_PROP_TO_DSC", type: "cpx_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "cc", name: "cc", descriptionId: "AR_TP_EMAIL_PROP_CC_DSC", type: "cpx_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "bcc", name: "bcc", descriptionId: "AR_TP_EMAIL_PROP_BCC_DSC", type: "cpx_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "subject", name: "subject", descriptionId: "AR_TP_EMAIL_PROP_SUBJECT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "direction", name: "direction", descriptionId: "AR_TP_EMAIL_PROP_DIRECTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "replyTo", name: "replyTo", descriptionId: "AR_TP_EMAIL_PROP_REPLYTO_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "route", name: "route", descriptionId: "AR_TP_EMAIL_PROP_ROUTE_DSC", type: "cpx_email_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "emailRouteFeature" }, { id: "body", name: "body", descriptionId: "AR_TP_EMAIL_PROP_BODY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "htmlBody", name: "htmlBody", descriptionId: "AR_TP_EMAIL_PROP_HTMLBODY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "attachments", name: "attachments", descriptionId: "AR_TP_EMAIL_PROP_ATTACHMENTS_DSC", type: "cpx_email_attachment", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "dateTimeUtc", name: "dateTimeUtc", descriptionId: "AR_TP_EMAIL_PROP_DATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, EmailAddress: { name: "AR_TP_EMAILADDRESS", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_email_address", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { commonmodule: {}, emailsend: {}, inboundemail: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: { featureConfigName: "sendNotificationAction" }, workitem: {} }, version: "1.0" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_EMAILADDRESS_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "id", name: "id", descriptionId: "AR_TP_EMAILADDRESS_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, EmailAttachment: { name: "AR_TP_EMAILATTACHMENT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_email_attachment", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundemail: {}, inqueueemail: {}, inboundshortmessage: {}, inqueueshortmessage: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentLength", name: "contentLength", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_CONTENTLENGTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentType", name: "contentType", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_CONTENTTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentUri", name: "contentUri", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_CONTENTURI_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_EMAILATTACHMENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, DraftEmail: { name: "AR_TP_DRAFTEMAIL", allowArray: false, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::draft_email", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {} }, version: "1.0", featureConfigName: "emailSendFlows" }, nativeProperties: [{ id: "attachments", name: "attachments", descriptionId: "AR_TP_DRAFTEMAIL_PROP_ATTACHMENTS_DSC", type: "jsn__architect::draft_email_attachment", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "bcc", name: "bcc", descriptionId: "AR_TP_DRAFTEMAIL_PROP_BCC_DSC", type: "jsn__architect::draft_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "cc", name: "cc", descriptionId: "AR_TP_DRAFTEMAIL_PROP_CC_DSC", type: "jsn__architect::draft_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "from", name: "from", descriptionId: "AR_TP_DRAFTEMAIL_PROP_FROM_DSC", type: "jsn__architect::draft_email_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "headers", name: "headers", descriptionId: "AR_TP_DRAFTEMAIL_PROP_HEADERS_DSC", type: "jsn", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "subject", name: "subject", descriptionId: "AR_TP_DRAFTEMAIL_PROP_SUBJECT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "to", name: "to", descriptionId: "AR_TP_DRAFTEMAIL_PROP_TO_DSC", type: "jsn__architect::draft_email_address", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, DraftEmailAddress: { name: "AR_TP_DRAFTEMAILADDRESS", allowArray: true, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::draft_email_address", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {} }, version: "1.0", featureConfigName: "emailSendFlows" }, nativeProperties: [{ id: "email", name: "email", descriptionId: "AR_TP_DRAFTEMAILADDRESS_PROP_EMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "name", name: "name", descriptionId: "AR_TP_DRAFTEMAILADDRESS_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, isOptional: true }] }, DraftEmailAttachment: { name: "AR_TP_DRAFTEMAILATTACHMENT", allowArray: true, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::draft_email_attachment", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {} }, version: "1.0", featureConfigName: "emailSendFlows" }, nativeProperties: [{ id: "attachmentId", name: "attachmentId", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_ATTACHMENTID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentLength", name: "contentLength", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTLENGTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentType", name: "contentType", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "contentUri", name: "contentUri", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTURI_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_DRAFTEMAILATTACHMENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalOrganization: { name: "AR_TP_EXTERNALORGANIZATION", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_organization", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "createDateTimeUtc", name: "createDateTimeUtc", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_CREATEDATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "modifyDateTimeUtc", name: "modifyDateTimeUtc", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_MODIFYDATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "kind", name: "kind", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_KIND_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "companyType", name: "companyType", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_COMPANYTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "industry", name: "industry", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_INDUSTRY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "primaryContactId", name: "primaryContactId", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_PRIMARYCONTACTID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "address", name: "address", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_ADDRESS_DSC", type: "cpx_external_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "phoneNumber", name: "phoneNumber", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_PHNBR_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "faxNumber", name: "faxNumber", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_FAXNUMBER_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "employeeCount", name: "employeeCount", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_EMPLOYEECOUNT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "revenue", name: "revenue", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_REVENUE_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "tags", name: "tags", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_TAGS_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "tickers", name: "tickers", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_TICKERS_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "twitterInfo", name: "twitterInfo", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_TWITTERINFO_DSC", type: "cpx_external_twitter_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalSystemUrl", name: "externalSystemUrl", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_EXTERNALSYSTEMURL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "websites", name: "websites", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_WEBSITES_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionId", name: "divisionId", descriptionId: "AR_TP_EXTERNALORGANIZATION_PROP_DIVISIONID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "divisionedExternalContacts" }] }, ExternalAddress: { name: "AR_TP_EXTERNALADDRESS", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_address", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "address1", name: "address1", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_ADDRESS1_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "address2", name: "address2", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_ADDRESS2_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "city", name: "city", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_CITY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "state", name: "state", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_STATE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "postalCode", name: "postalCode", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_POSTALCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "countryCode", name: "countryCode", descriptionId: "AR_TP_EXTERNALADDRESS_PROP_COUNTRYCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, Card: { name: "AR_TP_CARD", allowArray: true, dataType: "CardDataType", propertiesAllowAssignment: true, support: { classType: "CardVariable", expressionDataType: "crd", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_CARD_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, displayValue: "AR_TP_CARD_PROP_TITLE_DISP_VAL" }, { id: "description", name: "description", descriptionId: "AR_TP_CARD_PROP_DESCRIPTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_CARD_PROP_DESCRIPTION_DISP_VAL" }, { id: "image", name: "image", descriptionId: "AR_TP_CARD_PROP_IMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_CARD_PROP_IMAGE_DISP_VAL" }, { id: "buttons", name: "buttons", descriptionId: "AR_TP_CARD_PROP_BUTTONS_DSC", type: "chc", isCollection: true, isComputed: false, version: "1.0", readOnly: true, minItems: 1, maxItems: 3, displayValue: "AR_TP_CARD_PROP_BUTTONS_DISP_VAL" }] }, Choice: { name: "AR_TP_CHOICE", allowArray: true, dataType: "ChoiceDataType", propertiesAllowAssignment: true, support: { classType: "ChoiceVariable", expressionDataType: "chc", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "label", name: "label", descriptionId: "AR_TP_CHOICE_PROP_LABEL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, isOptional: true, noValueRuntimeStr: "", displayValue: "AR_TP_CHOICE_PROP_LABEL_DISP_VAL" }, { id: "value", name: "value", descriptionId: "AR_TP_CHOICE_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, noValueRuntimeStr: "Button Name", displayValue: "AR_TP_CHOICE_PROP_VALUE_DISP_VAL" }, { id: "type", name: "type", descriptionId: "AR_TP_CHOICE_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, yamlSerializeIfOutOfService: true, allowableValues: "postback,url", defaultValue: "postback", displayValue: "AR_TP_CHOICE_PROP_TYPE_DISP_VAL" }, { id: "command", name: "command", descriptionId: "AR_TP_CHOICE_PROP_COMMAND_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "botFlowsSupportDontKnowAnswers", yamlSerializeIfOutOfService: true, allowableValues: "skip,none", defaultValue: "none", displayValue: "AR_TP_CHOICE_PROP_COMMAND_DISP_VAL" }] }, QuickReplies: { name: "AR_TP_QUICKREPLIES", allowArray: false, dataType: "QuickRepliesDataType", propertiesAllowAssignment: true, support: { classType: "QuickRepliesVariable", expressionDataType: "qrl", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "buttons", name: "buttons", descriptionId: "AR_TP_QUICKREPLIES_PROP_BUTTONS_DSC", type: "chc", isCollection: true, isComputed: false, version: "1.0", readOnly: true, minItems: 1, maxItems: 10, maxItemsIsSoftLimit: true, displayValue: "AR_TP_QUICKREPLIES_PROP_BUTTONS_DISP_VAL" }, { id: "quickReplySummary", name: "quickReplySummary", descriptionId: "AR_TP_QUICKREPLIES_PROP_QUICKREPLYSUMMARY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "digitalBotFlowsAppleMessaging", maxLength: 512, displayValue: "AR_TP_QUICKREPLIES_PROP_QUICKREPLYSUMMARY_DISP_VAL" }] }, Carousel: { name: "AR_TP_CAROUSEL", allowArray: false, dataType: "CarouselDataType", propertiesAllowAssignment: true, support: { classType: "CarouselVariable", expressionDataType: "crs", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "cards", name: "cards", descriptionId: "AR_TP_CAROUSEL_PROP_CARDS_DSC", type: "crd", isCollection: true, isComputed: false, version: "1.0", readOnly: false, minItems: 1, maxItems: 10 }] }, Chooser: { name: "AR_TP_CHOOSER", allowArray: false, dataType: "ChooserDataType", propertiesAllowAssignment: true, support: { classType: "ChooserVariable", expressionDataType: "chs", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "presentation", name: "presentation", descriptionId: "AR_TP_CHOOSER_PROP_PRESENTATION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, allowableValues: "carousel,quickReplies" }, { id: "carousel", name: "carousel", descriptionId: "AR_TP_CHOOSER_PROP_CAROUSEL_DSC", type: "crs", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "quickReplies", name: "quickReplies", descriptionId: "AR_TP_CHOOSER_PROP_QUICKREPLIES_DSC", type: "qrl", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "timePicker", name: "timePicker", descriptionId: "AR_TP_CHOOSER_PROP_TIMEPICKER_DSC", type: "tpk", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "botFlowsMessagingDatePicker" }, { id: "listPicker", name: "listPicker", descriptionId: "AR_TP_CHOOSER_PROP_LISTPICKER_DSC", type: "lpk", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "botFlowsAppleListPicker" }] }, ExternalFacebookInfo: { name: "AR_TP_EXTERNALFACEBOOKINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_facebook_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "displayName", name: "displayName", descriptionId: "AR_TP_EXTERNALFACEBOOKINFO_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "ids", name: "ids", descriptionId: "AR_TP_EXTERNALFACEBOOKINFO_PROP_IDS_DSC", type: "cpx_external_facebook_id", isCollection: true, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalFacebookId: { name: "AR_TP_EXTERNALFACEBOOKID", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_facebook_id", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "scopedId", name: "scopedId", descriptionId: "AR_TP_EXTERNALFACEBOOKID_PROP_SCOPEDID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalLineInfo: { name: "AR_TP_EXTERNALLINEINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_line_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "displayName", name: "displayName", descriptionId: "AR_TP_EXTERNALLINEINFO_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "ids", name: "ids", descriptionId: "AR_TP_EXTERNALLINEINFO_PROP_IDS_DSC", type: "cpx_external_line_id", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, ExternalLineId: { name: "AR_TP_EXTERNALLINEID", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_line_id", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "userId", name: "userId", descriptionId: "AR_TP_EXTERNALLINEID_PROP_USERID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalTwitterInfo: { name: "AR_TP_EXTERNALTWITTERINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_twitter_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALTWITTERINFO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "name", name: "name", descriptionId: "AR_TP_EXTERNALTWITTERINFO_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "screenName", name: "screenName", descriptionId: "AR_TP_EXTERNALTWITTERINFO_PROP_SCREENNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalPhoneNumber: { name: "AR_TP_EXTERNALPHONENUMBER", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_phone_number", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "display", name: "display", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_DISPLAY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "extension", name: "extension", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_EXTENSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "userInput", name: "userInput", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_USERINPUT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "e164", name: "e164", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_E164_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "countryCode", name: "countryCode", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_COUNTRYCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "acceptsSMS", name: "acceptsSMS", descriptionId: "AR_TP_EXTERNALPHONENUMBER_PROP_ACCEPTSSMS_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalWhatsAppInfo: { name: "AR_TP_EXTERNALWHATSAPPINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_whats_app_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "displayName", name: "displayName", descriptionId: "AR_TP_EXTERNALWHATSAPPINFO_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "phoneNumber", name: "phoneNumber", descriptionId: "AR_TP_EXTERNALWHATSAPPINFO_PROP_PHNBR_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalContact: { name: "AR_TP_EXTERNALCONTACT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_contact", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, inboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, inqueuecall: { featureConfigName: "externalContactUpdatesPhase1" }, outboundcall: { featureConfigName: "externalContactUpdatesPhase1" }, securecall: { featureConfigName: "externalContactUpdatesPhase1" }, voicemail: { featureConfigName: "externalContactUpdatesPhase1" }, bot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsExternalEntitySupportFeature" }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createDateTimeUtc", name: "createDateTimeUtc", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_CREATEDATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "modifyDateTimeUtc", name: "modifyDateTimeUtc", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MODIFYDATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "kind", name: "kind", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_KIND_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionId", name: "divisionId", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_DIVISIONID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "divisionedExternalContacts" }, { id: "externalOrganization", name: "externalOrganization", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_EXTERNALORGANIZATION_DSC", type: "cpx_external_organization", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "facebookInfo", name: "facebookInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_FACEBOOKINFO_DSC", type: "cpx_external_facebook_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "firstName", name: "firstName", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_FIRSTNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "middleName", name: "middleName", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MIDDLENAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "lastName", name: "lastName", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_LASTNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "lineInfo", name: "lineInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_LINEINFO_DSC", type: "cpx_external_line_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "salutation", name: "salutation", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_SALUTATION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "title", name: "title", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "twitterInfo", name: "twitterInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_TWITTERINFO_DSC", type: "cpx_external_twitter_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "whatsAppInfo", name: "whatsAppInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_WHATSAPPINFO_DSC", type: "cpx_external_whats_app_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "workPhone", name: "workPhone", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_WORKPHONE_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "cellPhone", name: "cellPhone", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_CELLPHONE_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "homePhone", name: "homePhone", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_HOMEPHONE_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "otherPhone", name: "otherPhone", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_OTHERPHONE_DSC", type: "cpx_external_phone_number", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "workEmail", name: "workEmail", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_WORKEMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "personalEmail", name: "personalEmail", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_PERSONALEMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "otherEmail", name: "otherEmail", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_OTHEREMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "address", name: "address", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_ADDRESS_DSC", type: "cpx_external_address", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "surveyOptOut", name: "surveyOptOut", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_SURVEYOPTOUT_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "externalSystemUrl", name: "externalSystemUrl", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_EXTERNALSYSTEMURL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "type", name: "type", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction", allowableValues: "Ephemeral,Identified,Curated" }, { id: "instagramInfo", name: "instagramInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_INSTAGRAMINFO_DSC", type: "cpx_external_instagram_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction", patchable: true }, { id: "externalIdInfo", name: "externalIdInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_EXTERNALIDINFO_DSC", type: "cpx_external_id_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction", patchable: true }, { id: "appleInfo", name: "appleInfo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_APPLEINFO_DSC", type: "cpx_external_apple_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction", patchable: true }, { id: "canonicalContactId", name: "canonicalContactId", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_CANONICALCONTACTID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "mergedFrom", name: "mergedFrom", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MERGEDFROM_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "mergedTo", name: "mergedTo", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MERGEDTO_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "mergeSet", name: "mergeSet", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_MERGESET_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction" }, { id: "customFields", name: "customFields", descriptionId: "AR_TP_EXTERNALCONTACT_PROP_CUSTOMFIELDS_DSC", type: "jsn", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "externalContactUpdateAction", patchable: true }] }, ExternalInstagramInfo: { name: "AR_TP_EXTERNALINSTAGRAMINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_instagram_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "displayName", name: "displayName", descriptionId: "AR_TP_EXTERNALINSTAGRAMINFO_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "handle", name: "handle", descriptionId: "AR_TP_EXTERNALINSTAGRAMINFO_PROP_HANDLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "ids", name: "ids", descriptionId: "AR_TP_EXTERNALINSTAGRAMINFO_PROP_IDS_DSC", type: "cpx_external_instagram_scoped_id", isCollection: true, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalInstagramScopedId: { name: "AR_TP_EXTERNALINSTAGRAMSCOPEDID", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_instagram_scoped_id", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "scopedId", name: "scopedId", descriptionId: "AR_TP_EXTERNALINSTAGRAMSCOPEDID_PROP_SCOPEDID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalAppleInfo: { name: "AR_TP_EXTERNALAPPLEINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_apple_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALAPPLEINFO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalIdInfo: { name: "AR_TP_EXTERNALIDINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_id_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "externalSource", name: "externalSource", descriptionId: "AR_TP_EXTERNALIDINFO_PROP_EXTERNALSOURCE_DSC", type: "cpx_external_source", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "value", name: "value", descriptionId: "AR_TP_EXTERNALIDINFO_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }] }, ExternalSource: { name: "AR_TP_EXTERNALSOURCE", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_source", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EXTERNALSOURCE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "name", name: "name", descriptionId: "AR_TP_EXTERNALSOURCE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, patchable: true }, { id: "active", name: "active", descriptionId: "AR_TP_EXTERNALSOURCE_PROP_ACTIVE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "linkConfiguration", name: "linkConfiguration", descriptionId: "AR_TP_EXTERNALSOURCE_PROP_LINKCONFIGURATION_DSC", type: "cpx_external_link_configuration", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ExternalLinkConfiguration: { name: "AR_TP_EXTERNALLINKCONFIGURATION", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_external_link_configuration", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureConfigName: "externalContactUpdateAction" }, nativeProperties: [{ id: "uriTemplate", name: "uriTemplate", descriptionId: "AR_TP_EXTERNALLINKCONFIGURATION_PROP_URITEMPLATE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Image: { name: "AR_TP_IMAGE", allowArray: true, dataType: "ImageDataType", support: { classType: "ImageVariable", expressionDataType: "img", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_IMAGE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_IMAGE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "url", name: "url", descriptionId: "AR_TP_IMAGE_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, EmptyJson: { name: "AR_TP_EMPTYJSON", allowArray: true, dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::empty_json", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { workitem: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, json: { name: "AR_TP_JSON", allowArray: true, dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true, featureConfigName: "botFlowsDigitalBotFlowsJSONFeature" }, commonmodule: {}, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true, featureConfigName: "botFlowsDigitalBotFlowsJSONFeature" }, inboundemail: {}, emailsend: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {}, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: {} }, version: "1.0" }, nativeProperties: [] }, FormInput: { name: "AR_TP_FORMINPUT", allowArray: false, dataType: "FormInputDataType", propertiesAllowAssignment: true, support: { classType: "FormInputVariable", expressionDataType: "fip", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleFormsPhase2" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_FORMINPUT_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 512, displayValue: "AR_TP_FORMINPUT_PROP_TITLE_DISP_VAL" }, { id: "subtitle", name: "subtitle", descriptionId: "AR_TP_FORMINPUT_PROP_SUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 512, displayValue: "AR_TP_FORMINPUT_PROP_SUBTITLE_DISP_VAL" }, { id: "placeholderText", name: "placeholderText", descriptionId: "AR_TP_FORMINPUT_PROP_PLACEHOLDERTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 512, displayValue: "AR_TP_FORMINPUT_PROP_PLACEHOLDERTEXT_DISP_VAL" }, { id: "isMultipleLine", name: "isMultipleLine", descriptionId: "AR_TP_FORMINPUT_PROP_ISMULTIPLELINE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_FORMINPUT_PROP_ISMULTIPLELINE_DISP_VAL" }, { id: "isRequired", name: "isRequired", descriptionId: "AR_TP_FORMINPUT_PROP_ISREQUIRED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_FORMINPUT_PROP_ISREQUIRED_DISP_VAL" }] }, JourneyApp: { name: "AR_TP_JOURNEYAPP", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_app", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "journeyMobileAppData" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_JOURNEYAPP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "namespace", name: "namespace", descriptionId: "AR_TP_JOURNEYAPP_PROP_NAMESPACE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYAPP_PROP_VERSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "buildNumber", name: "buildNumber", descriptionId: "AR_TP_JOURNEYAPP_PROP_BUILDNUMBER_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyAction: { name: "AR_TP_JOURNEYACTION", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_action", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYACTION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "actionMap", name: "actionMap", descriptionId: "AR_TP_JOURNEYACTION_PROP_ACTIONMAP_DSC", type: "cpx_journey_action_map", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyActionMap: { name: "AR_TP_JOURNEYACTIONMAP", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_action_map", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYACTIONMAP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYACTIONMAP_PROP_VERSION_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyBrowser: { name: "AR_TP_JOURNEYBROWSER", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_browser", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "family", name: "family", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FAMILY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_VERSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "lang", name: "lang", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_LANG_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "fingerprint", name: "fingerprint", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FINGERPRINT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isMobile", name: "isMobile", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_ISMOBILE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "viewHeight", name: "viewHeight", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_VIEWHEIGHT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "viewWidth", name: "viewWidth", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_VIEWWIDTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "featuresFlash", name: "featuresFlash", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FEATURESFLASH_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "featuresJava", name: "featuresJava", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FEATURESJAVA_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "featuresPdf", name: "featuresPdf", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FEATURESPDF_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "featuresWebrtc", name: "featuresWebrtc", descriptionId: "AR_TP_JOURNEYBROWSER_PROP_FEATURESWEBRTC_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCampaign: { name: "AR_TP_JOURNEYCAMPAIGN", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_campaign", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "content", name: "content", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_CONTENT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "medium", name: "medium", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_MEDIUM_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "source", name: "source", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_SOURCE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "term", name: "term", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_TERM_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "clickId", name: "clickId", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_CLICKID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "network", name: "network", descriptionId: "AR_TP_JOURNEYCAMPAIGN_PROP_NETWORK_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyContext: { name: "AR_TP_JOURNEYCONTEXT", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_context", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "customer", name: "customer", descriptionId: "AR_TP_JOURNEYCONTEXT_PROP_CUSTOMER_DSC", type: "cpx_journey_customer", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customerSession", name: "customerSession", descriptionId: "AR_TP_JOURNEYCONTEXT_PROP_CUSTOMERSESSION_DSC", type: "cpx_journey_customer_session", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "triggeringAction", name: "triggeringAction", descriptionId: "AR_TP_JOURNEYCONTEXT_PROP_TRIGGERINGACTION_DSC", type: "cpx_journey_action", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCustomEventAttribute: { name: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_custom_event_attribute", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dataType", name: "dataType", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_DATATYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "value", name: "value", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCustomEventAttributeList: { name: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_custom_event_attribute_list", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dataType", name: "dataType", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_DATATYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "values", name: "values", descriptionId: "AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_VALUES_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCustomer: { name: "AR_TP_JOURNEYCUSTOMER", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_customer", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYCUSTOMER_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "idType", name: "idType", descriptionId: "AR_TP_JOURNEYCUSTOMER_PROP_IDTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyCustomerSession: { name: "AR_TP_JOURNEYCUSTOMERSESSION", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_customer_session", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYCUSTOMERSESSION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_JOURNEYCUSTOMERSESSION_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyDevice: { name: "AR_TP_JOURNEYDEVICE", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_device", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "category", name: "category", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_CATEGORY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isMobile", name: "isMobile", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_ISMOBILE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenHeight", name: "screenHeight", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_SCREENHEIGHT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenWidth", name: "screenWidth", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_SCREENWIDTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "fingerprint", name: "fingerprint", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_FINGERPRINT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "manufacturer", name: "manufacturer", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_MANUFACTURER_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }, { id: "osFamily", name: "osFamily", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_OSFAMILY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "osVersion", name: "osVersion", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_OSVERSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenDensity", name: "screenDensity", descriptionId: "AR_TP_JOURNEYDEVICE_PROP_SCREENDENSITY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }] }, JourneyGeolocation: { name: "AR_TP_JOURNEYGEOLOCATION", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_geolocation", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "country", name: "country", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_COUNTRY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "countryName", name: "countryName", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_COUNTRYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "latitude", name: "latitude", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_LATITUDE_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "longitude", name: "longitude", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_LONGITUDE_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "locality", name: "locality", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_LOCALITY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "postalCode", name: "postalCode", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_POSTALCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "region", name: "region", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_REGION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "regionName", name: "regionName", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_REGIONNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "source", name: "source", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_SOURCE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "timezone", name: "timezone", descriptionId: "AR_TP_JOURNEYGEOLOCATION_PROP_TIMEZONE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyNetworkConnectivity: { name: "AR_TP_JOURNEYNETWORKCONNECTIVITY", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_network_connectivity", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "journeyMobileAppData" }, nativeProperties: [{ id: "carrier", name: "carrier", descriptionId: "AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_CARRIER_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "bluetoothEnabled", name: "bluetoothEnabled", descriptionId: "AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_BLUETOOTHENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "cellularEnabled", name: "cellularEnabled", descriptionId: "AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_CELLULARENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "wifiEnabled", name: "wifiEnabled", descriptionId: "AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_WIFIENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySessionOutcomeAchievement: { name: "AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_session_outcome_achievement", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "achievedDate", name: "achievedDate", descriptionId: "AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT_PROP_ACHIEVEDDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySdkLibrary: { name: "AR_TP_JOURNEYSDKLIBRARY", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_sdk_library", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "journeyMobileAppData" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_JOURNEYSDKLIBRARY_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYSDKLIBRARY_PROP_VERSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyOutcome: { name: "AR_TP_JOURNEYOUTCOME", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_outcome", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneyOutcomes" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "description", name: "description", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_DESCRIPTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "displayName", name: "displayName", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_VERSION_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createdDateUtc", name: "createdDateUtc", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_CREATEDDATEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "modifiedDateUtc", name: "modifiedDateUtc", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_MODIFIEDDATEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isActive", name: "isActive", descriptionId: "AR_TP_JOURNEYOUTCOME_PROP_ISACTIVE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyOutcomeScore: { name: "AR_TP_JOURNEYOUTCOMESCORE", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_outcome_score", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: { featureConfigName: "journeyOutcomeScoresBySessionId" }, inboundshortmessage: { featureConfigName: "journeyOutcomeScoresBySessionId" }, inqueueshortmessage: { featureConfigName: "journeyOutcomeScoresBySessionId" }, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: { featureConfigName: "journeyOutcomeScoresBySessionId" } }, version: "1.0", featureConfigName: "orgAvailabilityJourneyOutcomeScores" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYOUTCOMESCORE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "probability", name: "probability", descriptionId: "AR_TP_JOURNEYOUTCOMESCORE_PROP_PROBABILITY_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "sessionMaxProbability", name: "sessionMaxProbability", descriptionId: "AR_TP_JOURNEYOUTCOMESCORE_PROP_SESSIONMAXPROBABILITY_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneyPage: { name: "AR_TP_JOURNEYPAGE", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_page", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "url", name: "url", descriptionId: "AR_TP_JOURNEYPAGE_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "title", name: "title", descriptionId: "AR_TP_JOURNEYPAGE_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "domain", name: "domain", descriptionId: "AR_TP_JOURNEYPAGE_PROP_DOMAIN_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "fragment", name: "fragment", descriptionId: "AR_TP_JOURNEYPAGE_PROP_FRAGMENT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "hostname", name: "hostname", descriptionId: "AR_TP_JOURNEYPAGE_PROP_HOSTNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "keywords", name: "keywords", descriptionId: "AR_TP_JOURNEYPAGE_PROP_KEYWORDS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "lang", name: "lang", descriptionId: "AR_TP_JOURNEYPAGE_PROP_LANG_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "pathname", name: "pathname", descriptionId: "AR_TP_JOURNEYPAGE_PROP_PATHNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "queryString", name: "queryString", descriptionId: "AR_TP_JOURNEYPAGE_PROP_QUERYSTRING_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "breadcrumb", name: "breadcrumb", descriptionId: "AR_TP_JOURNEYPAGE_PROP_BREADCRUMB_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, JourneyReferrer: { name: "AR_TP_JOURNEYREFERRER", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_referrer", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "url", name: "url", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "domain", name: "domain", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_DOMAIN_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "hostname", name: "hostname", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_HOSTNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "keywords", name: "keywords", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_KEYWORDS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "pathname", name: "pathname", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_PATHNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "queryString", name: "queryString", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_QUERYSTRING_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "fragment", name: "fragment", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_FRAGMENT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "medium", name: "medium", descriptionId: "AR_TP_JOURNEYREFERRER_PROP_MEDIUM_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySegment: { name: "AR_TP_JOURNEYSEGMENT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_segment", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, commonmodule: {}, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySegments" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "color", name: "color", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_COLOR_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createdDateUtc", name: "createdDateUtc", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_CREATEDDATEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "description", name: "description", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_DESCRIPTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "displayName", name: "displayName", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_DISPLAYNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "isActive", name: "isActive", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_ISACTIVE_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "modifiedDateUtc", name: "modifiedDateUtc", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_MODIFIEDDATEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "shouldDisplayToAgent", name: "shouldDisplayToAgent", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_SHOULDDISPLAYTOAGENT_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "version", name: "version", descriptionId: "AR_TP_JOURNEYSEGMENT_PROP_VERSION_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySessionSegmentAssignment: { name: "AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_session_segment_assignment", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "assignedDate", name: "assignedDate", descriptionId: "AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT_PROP_ASSIGNEDDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, JourneySession: { name: "AR_TP_JOURNEYSESSION", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_journey_session", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, inqueuecall: { featureConfigName: "callFlowJourneySupportPhase1" }, outboundcall: { featureConfigName: "callFlowJourneySupportPhase1" }, securecall: { featureConfigName: "callFlowJourneySupportPhase1" }, voicemail: { featureConfigName: "callFlowJourneySupportPhase1" }, bot: { featureConfigName: "botFlowsPhase2" }, commonmodule: {}, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, inboundchat: {}, inboundshortmessage: {}, inqueueshortmessage: {}, voice: { featureConfigName: "voiceFlowsPhase2" }, workflow: {} }, version: "1.0", featureConfigName: "orgAvailabilityJourneySessions" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_JOURNEYSESSION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "createdDate", name: "createdDate", descriptionId: "AR_TP_JOURNEYSESSION_PROP_CREATEDDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customerId", name: "customerId", descriptionId: "AR_TP_JOURNEYSESSION_PROP_CUSTOMERID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customerIdType", name: "customerIdType", descriptionId: "AR_TP_JOURNEYSESSION_PROP_CUSTOMERIDTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionIds", name: "divisionIds", descriptionId: "AR_TP_JOURNEYSESSION_PROP_DIVISIONIDS_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeySessionDivisionIds" }, { id: "type", name: "type", descriptionId: "AR_TP_JOURNEYSESSION_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalId", name: "externalId", descriptionId: "AR_TP_JOURNEYSESSION_PROP_EXTERNALID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalUrl", name: "externalUrl", descriptionId: "AR_TP_JOURNEYSESSION_PROP_EXTERNALURL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "outcomeAchievements", name: "outcomeAchievements", descriptionId: "AR_TP_JOURNEYSESSION_PROP_OUTCOMEACHIEVEMENTS_DSC", type: "cpx_journey_session_outcome_achievement", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "segmentAssignments", name: "segmentAssignments", descriptionId: "AR_TP_JOURNEYSESSION_PROP_SEGMENTASSIGNMENTS_DSC", type: "cpx_journey_session_segment_assignment", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "attributes", name: "attributes", descriptionId: "AR_TP_JOURNEYSESSION_PROP_ATTRIBUTES_DSC", type: "cpx_journey_custom_event_attribute", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "attributeLists", name: "attributeLists", descriptionId: "AR_TP_JOURNEYSESSION_PROP_ATTRIBUTELISTS_DSC", type: "cpx_journey_custom_event_attribute_list", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "awayDate", name: "awayDate", descriptionId: "AR_TP_JOURNEYSESSION_PROP_AWAYDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "browser", name: "browser", descriptionId: "AR_TP_JOURNEYSESSION_PROP_BROWSER_DSC", type: "cpx_journey_browser", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "device", name: "device", descriptionId: "AR_TP_JOURNEYSESSION_PROP_DEVICE_DSC", type: "cpx_journey_device", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "geolocation", name: "geolocation", descriptionId: "AR_TP_JOURNEYSESSION_PROP_GEOLOCATION_DSC", type: "cpx_journey_geolocation", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "idleDate", name: "idleDate", descriptionId: "AR_TP_JOURNEYSESSION_PROP_IDLEDATE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "ipAddress", name: "ipAddress", descriptionId: "AR_TP_JOURNEYSESSION_PROP_IPADDRESS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "ipOrganization", name: "ipOrganization", descriptionId: "AR_TP_JOURNEYSESSION_PROP_IPORGANIZATION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "lastPage", name: "lastPage", descriptionId: "AR_TP_JOURNEYSESSION_PROP_LASTPAGE_DSC", type: "cpx_journey_page", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "mktCampaign", name: "mktCampaign", descriptionId: "AR_TP_JOURNEYSESSION_PROP_MKTCAMPAIGN_DSC", type: "cpx_journey_campaign", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "referrer", name: "referrer", descriptionId: "AR_TP_JOURNEYSESSION_PROP_REFERRER_DSC", type: "cpx_journey_referrer", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "searchTerms", name: "searchTerms", descriptionId: "AR_TP_JOURNEYSESSION_PROP_SEARCHTERMS_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "userAgentString", name: "userAgentString", descriptionId: "AR_TP_JOURNEYSESSION_PROP_USERAGENTSTRING_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "durationInSeconds", name: "durationInSeconds", descriptionId: "AR_TP_JOURNEYSESSION_PROP_DURATIONINSECONDS_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "eventCount", name: "eventCount", descriptionId: "AR_TP_JOURNEYSESSION_PROP_EVENTCOUNT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "pageviewCount", name: "pageviewCount", descriptionId: "AR_TP_JOURNEYSESSION_PROP_PAGEVIEWCOUNT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "screenviewCount", name: "screenviewCount", descriptionId: "AR_TP_JOURNEYSESSION_PROP_SCREENVIEWCOUNT_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "app", name: "app", descriptionId: "AR_TP_JOURNEYSESSION_PROP_APP_DSC", type: "cpx_journey_app", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }, { id: "networkConnectivity", name: "networkConnectivity", descriptionId: "AR_TP_JOURNEYSESSION_PROP_NETWORKCONNECTIVITY_DSC", type: "cpx_journey_network_connectivity", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }, { id: "sdkLibrary", name: "sdkLibrary", descriptionId: "AR_TP_JOURNEYSESSION_PROP_SDKLIBRARY_DSC", type: "cpx_journey_sdk_library", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "journeyMobileAppData" }] }, LineItem: { name: "AR_TP_LINEITEM", allowArray: true, dataType: "LineItemType", propertiesAllowAssignment: true, support: { classType: "LineItemVariable", expressionDataType: "lni", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsApplePay" }, nativeProperties: [{ id: "listingName", name: "listingName", descriptionId: "AR_TP_LINEITEM_PROP_LISTINGNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LINEITEM_PROP_LISTINGNAME_DISP_VAL" }, { id: "listingPrice", name: "listingPrice", descriptionId: "AR_TP_LINEITEM_PROP_LISTINGPRICE_DSC", type: "cur", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LINEITEM_PROP_LISTINGPRICE_DISP_VAL" }] }, ShippingOption: { name: "AR_TP_SHIPPINGOPTION", allowArray: true, dataType: "ShippingOptionType", propertiesAllowAssignment: true, support: { classType: "ShippingOptionVariable", expressionDataType: "sho", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsApplePay" }, nativeProperties: [{ id: "label", name: "label", descriptionId: "AR_TP_SHIPPINGOPTION_PROP_LABEL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_SHIPPINGOPTION_PROP_LABEL_DISP_VAL" }, { id: "identifier", name: "identifier", descriptionId: "AR_TP_SHIPPINGOPTION_PROP_IDENTIFIER_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_SHIPPINGOPTION_PROP_IDENTIFIER_DISP_VAL" }, { id: "shippingDetails", name: "shippingDetails", descriptionId: "AR_TP_SHIPPINGOPTION_PROP_SHIPPINGDETAILS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_SHIPPINGOPTION_PROP_SHIPPINGDETAILS_DISP_VAL" }, { id: "price", name: "price", descriptionId: "AR_TP_SHIPPINGOPTION_PROP_PRICE_DSC", type: "cur", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_SHIPPINGOPTION_PROP_PRICE_DISP_VAL" }] }, ListPicker: { name: "AR_TP_LISTPICKER", allowArray: false, dataType: "ListPickerType", propertiesAllowAssignment: true, support: { classType: "ListPickerVariable", expressionDataType: "lpk", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleListPicker" }, nativeProperties: [{ id: "sections", name: "sections", descriptionId: "AR_TP_LISTPICKER_PROP_SECTIONS_DSC", type: "lps", isCollection: true, isComputed: false, version: "1.0", readOnly: false, minItems: 1, maxItems: 10, displayValue: "AR_TP_LISTPICKER_PROP_SECTIONS_DISP_VAL" }, { id: "receivedMessageImage", name: "receivedMessageImage", descriptionId: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEIMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEIMAGE_DISP_VAL" }, { id: "receivedMessageTitle", name: "receivedMessageTitle", descriptionId: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGETITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, maxLength: 256, displayValue: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGETITLE_DISP_VAL", overrides: [{ propertyName: "maxLength", newValue: "1024", featureConfigName: "whatsAppListPickerFeature" }] }, { id: "receivedMessageSubtitle", name: "receivedMessageSubtitle", descriptionId: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGESUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 256, displayValue: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGESUBTITLE_DISP_VAL" }, { id: "receivedMessageButtonText", name: "receivedMessageButtonText", descriptionId: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEBUTTONTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "whatsAppListPickerFeature", minLength: 1, maxLength: 20, displayValue: "AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEBUTTONTEXT_DISP_VAL", supportedSessionSources: ["whatsapp"] }, { id: "replyMessageImage", name: "replyMessageImage", descriptionId: "AR_TP_LISTPICKER_PROP_REPLYMESSAGEIMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LISTPICKER_PROP_REPLYMESSAGEIMAGE_DISP_VAL", supportedSessionSources: ["applebusinesschat"] }, { id: "replyMessageSubtitle", name: "replyMessageSubtitle", descriptionId: "AR_TP_LISTPICKER_PROP_REPLYMESSAGESUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 256, displayValue: "AR_TP_LISTPICKER_PROP_REPLYMESSAGESUBTITLE_DISP_VAL", supportedSessionSources: ["applebusinesschat"] }] }, ListPickerItem: { name: "AR_TP_LISTPICKERITEM", allowArray: true, dataType: "ListPickerItemType", propertiesAllowAssignment: true, support: { classType: "ListPickerItemVariable", expressionDataType: "lpi", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleListPicker" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_LISTPICKERITEM_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, maxLength: 50, displayValue: "AR_TP_LISTPICKERITEM_PROP_TITLE_DISP_VAL" }, { id: "subtitle", name: "subtitle", descriptionId: "AR_TP_LISTPICKERITEM_PROP_SUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, maxLength: 256, displayValue: "AR_TP_LISTPICKERITEM_PROP_SUBTITLE_DISP_VAL" }, { id: "image", name: "image", descriptionId: "AR_TP_LISTPICKERITEM_PROP_IMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LISTPICKERITEM_PROP_IMAGE_DISP_VAL" }] }, ListPickerSection: { name: "AR_TP_LISTPICKERSECTION", allowArray: true, dataType: "ListPickerSectionType", propertiesAllowAssignment: true, support: { classType: "ListPickerSectionVariable", expressionDataType: "lps", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleListPicker" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_LISTPICKERSECTION_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1, maxLength: 256, displayValue: "AR_TP_LISTPICKERSECTION_PROP_TITLE_DISP_VAL" }, { id: "multiSelectEnabled", name: "multiSelectEnabled", descriptionId: "AR_TP_LISTPICKERSECTION_PROP_MULTISELECTENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_LISTPICKERSECTION_PROP_MULTISELECTENABLED_DISP_VAL" }, { id: "items", name: "items", descriptionId: "AR_TP_LISTPICKERSECTION_PROP_ITEMS_DSC", type: "lpi", isCollection: true, isComputed: false, version: "1.0", readOnly: false, maxItems: 100, displayValue: "AR_TP_LISTPICKERSECTION_PROP_ITEMS_DISP_VAL" }] }, WheelPicker: { name: "AR_TP_WHEELPICKER", allowArray: false, dataType: "WheelPickerDataType", propertiesAllowAssignment: true, support: { classType: "WheelPickerVariable", expressionDataType: "wpk", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleFormsPhase2" }, nativeProperties: [{ id: "items", name: "items", descriptionId: "AR_TP_WHEELPICKER_PROP_ITEMS_DSC", type: "wpi", isCollection: true, isComputed: false, version: "1.0", readOnly: false, minItems: 1, maxItems: 100, displayValue: "AR_TP_WHEELPICKER_PROP_ITEMS_DISP_VAL" }] }, WheelPickerItem: { name: "AR_TP_WHEELPICKERITEM", allowArray: true, dataType: "WheelPickerItemDataType", propertiesAllowAssignment: true, support: { classType: "WheelPickerItemVariable", expressionDataType: "wpi", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAppleFormsPhase2" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_WHEELPICKERITEM_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_WHEELPICKERITEM_PROP_TITLE_DISP_VAL" }, { id: "value", name: "value", descriptionId: "AR_TP_WHEELPICKERITEM_PROP_VALUE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_WHEELPICKERITEM_PROP_VALUE_DISP_VAL" }] }, KnowledgeBaseDocument: { name: "AR_TP_KNOWLEDGEBASEDOCUMENT", allowArray: true, dataType: "KnowledgeBaseDocumentDataType", support: { classType: "KnowledgeBaseDocumentVariable", expressionDataType: "kbd", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { commonmodule: { featureConfigName: "botFlowsDigitalBotFlows" }, digitalbot: {}, bot: { featureConfigName: "botFlowsFindKnowledgeBaseDocumentById" }, voice: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "content", name: "content", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_CONTENT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "category", name: "category", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_CATEGORY_DSC", type: "cpx_knowledge_base_document_category", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, { id: "labels", name: "labels", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_LABELS_DSC", type: "cpx_knowledge_base_document_label", isCollection: true, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }] }, KnowledgeBaseDocumentCategory: { name: "AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_knowledge_base_document_category", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, voice: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, KnowledgeBaseDocumentLabel: { name: "AR_TP_KNOWLEDGEBASEDOCUMENTLABEL", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_knowledge_base_document_label", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsKnowledgeEndToEndFeature" }, voice: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENTLABEL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_KNOWLEDGEBASEDOCUMENTLABEL_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, MessageStickerInfo: { name: "AR_TP_MESSAGESTICKERINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_message_sticker_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundshortmessage: {}, inqueueshortmessage: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_MESSAGESTICKERINFO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "url", name: "url", descriptionId: "AR_TP_MESSAGESTICKERINFO_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, MessageAddressInfo: { name: "AR_TP_MESSAGEADDRESSINFO", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_message_address_info", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundshortmessage: {}, inqueueshortmessage: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "addressRaw", name: "addressRaw", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSRAW_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "addressNormalized", name: "addressNormalized", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSNORMALIZED_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "addressDisplayable", name: "addressDisplayable", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSDISPLAYABLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "email", name: "email", descriptionId: "AR_TP_MESSAGEADDRESSINFO_PROP_EMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "messageAddressInfoEmail" }] }, ShortMessage: { name: "AR_TP_SHORTMESSAGE", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_short_message", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundshortmessage: {}, inqueueshortmessage: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SHORTMESSAGE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_SHORTMESSAGE_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "attachments", name: "attachments", descriptionId: "AR_TP_SHORTMESSAGE_PROP_ATTACHMENTS_DSC", type: "cpx_email_attachment", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "body", name: "body", descriptionId: "AR_TP_SHORTMESSAGE_PROP_BODY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "bodyType", name: "bodyType", descriptionId: "AR_TP_SHORTMESSAGE_PROP_BODYTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "senderAddress", name: "senderAddress", descriptionId: "AR_TP_SHORTMESSAGE_PROP_SENDERADDRESS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "senderAddressInfo", name: "senderAddressInfo", descriptionId: "AR_TP_SHORTMESSAGE_PROP_SENDERADDRESSINFO_DSC", type: "cpx_message_address_info", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "targetAddresses", name: "targetAddresses", descriptionId: "AR_TP_SHORTMESSAGE_PROP_TARGETADDRESSES_DSC", type: "str", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "targetAddressesInfo", name: "targetAddressesInfo", descriptionId: "AR_TP_SHORTMESSAGE_PROP_TARGETADDRESSESINFO_DSC", type: "cpx_message_address_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "dateTimeUtc", name: "dateTimeUtc", descriptionId: "AR_TP_SHORTMESSAGE_PROP_DATETIMEUTC_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "referenceId", name: "referenceId", descriptionId: "AR_TP_SHORTMESSAGE_PROP_REFERENCEID_DSC", type: "jsn", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "appleInvitationFeature" }, { id: "stickers", name: "stickers", descriptionId: "AR_TP_SHORTMESSAGE_PROP_STICKERS_DSC", type: "cpx_message_sticker_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "socialVisibility", name: "socialVisibility", descriptionId: "AR_TP_SHORTMESSAGE_PROP_SOCIALVISIBILITY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "publicInboundMessageFlagFeature" }] }, Communication: { name: "AR_TP_COMMUNICATION", allowArray: false, allowArray_altAvailability: "botFlowsDynamicSlotTypePhase2Feature", dataType: "CommunicationDataType", support: { classType: "CommunicationVariable", expressionDataType: "com", expressionBaseDataType: "com", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, Null: { name: "AR_TP_NTS", allowArray: false, dataType: "NullDataType", isAbstract: true, support: { expressionDataType: "nts", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, Prompt: { name: "AR_TP_PROMPT", allowArray: true, dataType: "PromptDataType", support: { classType: "PromptVariable", expressionDataType: "pmt", expressionBaseDataType: "pmt", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: {}, digitalbot: {}, inboundchat: {}, emailsend: {}, inboundemail: {}, inqueueemail: {}, inqueueshortmessage: {}, inboundshortmessage: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {}, voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_PROMPT_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_PROMPT_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_PROMPT_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, VoicemailSnippet: { name: "AR_TP_VOICEMAILSNIPPET", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_voicemail_snippet", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicemail: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_VOICEMAILSNIPPET_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "startDateTime", name: "startDateTime", descriptionId: "AR_TP_VOICEMAILSNIPPET_PROP_STARTDATETIME_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "length", name: "length", descriptionId: "AR_TP_VOICEMAILSNIPPET_PROP_LENGTH_DSC", type: "dur", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "maxLengthReached", name: "maxLengthReached", descriptionId: "AR_TP_VOICEMAILSNIPPET_PROP_MAXLENGTHREACHED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "voicemailRecordingMaxTime" }] }, VoiceSnippet: { name: "AR_TP_VOICESNIPPET", allowArray: false, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_voice_snippet", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { featureConfigName: "botFlowsVoiceSnippets" }, digitalbot: { featureConfigName: "botFlowsVoiceSnippets" }, voice: { featureConfigName: "botFlowsVoiceSnippets" }, voicesurvey: { featureConfigName: "botFlowsVoiceSnippets" }, commonmodule: { flowInputSingleton: true, flowOutputSingleton: true, featureConfigName: "voiceSnippets" }, inboundcall: { featureConfigName: "voiceSnippets" }, inqueuecall: { featureConfigName: "voiceSnippets" }, outboundcall: { featureConfigName: "voiceSnippets" }, voicemail: { featureConfigName: "voiceSnippets" } }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_VOICESNIPPET_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "startDateTime", name: "startDateTime", descriptionId: "AR_TP_VOICESNIPPET_PROP_STARTDATETIME_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "length", name: "length", descriptionId: "AR_TP_VOICESNIPPET_PROP_LENGTH_DSC", type: "dur", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Skill: { name: "AR_TP_SKL", allowArray: true, dataType: "SkillDataType", support: { classType: "SkillVariable", expressionDataType: "skl", expressionBaseDataType: "skl", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsQueueSupportFeature" }, digitalbot: { featureConfigName: "botFlowsQueueSupportFeature" }, voice: { featureConfigName: "botFlowsQueueSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0", featureConfigName: "orgAvailabilityRoutingSkills" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SKL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SKL_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, String: { name: "AR_TP_STR", allowArray: true, dataType: "StringDataType", support: { classType: "StringVariable", expressionDataType: "str", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, UserQueue: { name: "AR_TP_USQ", allowArray: true, dataType: "UserQueueDataType", support: { classType: "UserVariable", expressionDataType: "usr", expressionBaseDataType: "usr", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsQueueSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsQueueSupportFeature" }, voice: { flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0", featureConfigName: "orgAvailabilityUsers" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_USQ_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_USQ_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "username", name: "username", descriptionId: "AR_TP_USQ_PROP_USERNAME_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Video: { name: "AR_TP_VIDEO", allowArray: true, dataType: "VideoDataType", support: { classType: "VideoVariable", expressionDataType: "vid", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAttachmentsFeature" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_VIDEO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "name", name: "name", descriptionId: "AR_TP_VIDEO_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "url", name: "url", descriptionId: "AR_TP_VIDEO_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, SurveyQuestion: { name: "AR_TP_SURVEYQUESTION", allowArray: true, dataType: "SurveyQuestionType", support: { classType: "SurveyQuestionVariable", expressionDataType: "squ", expressionBaseDataType: "squ", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SURVEYQUESTION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questionType", name: "questionType", descriptionId: "AR_TP_SURVEYQUESTION_PROP_QUESTIONTYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, allowableValues: "multipleChoiceQuestion, freeTextQuestion, npsQuestion, readOnlyQuestion" }, { id: "answerOptions", name: "answerOptions", descriptionId: "AR_TP_SURVEYQUESTION_PROP_ANSWEROPTIONS_DSC", type: "sao", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "naEnabled", name: "naEnabled", descriptionId: "AR_TP_SURVEYQUESTION_PROP_NAENABLED_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "maxResponseCharacters", name: "maxResponseCharacters", descriptionId: "AR_TP_SURVEYQUESTION_PROP_MAXRESPONSECHARACTERS_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questionText", name: "questionText", descriptionId: "AR_TP_SURVEYQUESTION_PROP_QUESTIONTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questionHelpText", name: "questionHelpText", descriptionId: "AR_TP_SURVEYQUESTION_PROP_QUESTIONHELPTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "followUpQuestionText", name: "followUpQuestionText", descriptionId: "AR_TP_SURVEYQUESTION_PROP_FOLLOWUPQUESTIONTEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, SurveyQuestionGroup: { name: "AR_TP_SURVEYQUESTIONGROUP", allowArray: true, dataType: "SurveyQuestionType", support: { classType: "SurveyQuestionGroupVariable", expressionDataType: "sqg", expressionBaseDataType: "sqg", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SURVEYQUESTIONGROUP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SURVEYQUESTIONGROUP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questions", name: "questions", descriptionId: "AR_TP_SURVEYQUESTIONGROUP_PROP_QUESTIONS_DSC", type: "squ", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, SurveyForm: { name: "AR_TP_SURVEYFORM", allowArray: false, dataType: "SurveyFormType", support: { classType: "SurveyFormVariable", expressionDataType: "sfo", expressionBaseDataType: "sfo", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SURVEYFORM_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SURVEYFORM_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "language", name: "language", descriptionId: "AR_TP_SURVEYFORM_PROP_LANGUAGE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "questionGroups", name: "questionGroups", descriptionId: "AR_TP_SURVEYFORM_PROP_QUESTIONGROUPS_DSC", type: "sqg", isCollection: true, isComputed: false, version: "1.0", readOnly: true }] }, SurveyAnswerOption: { name: "AR_TP_SURVEYANSWEROPTION", allowArray: true, dataType: "SurveyAnswerOptionType", propertiesAllowAssignment: true, support: { classType: "SurveyAnswerOptionVariable", expressionDataType: "sao", expressionBaseDataType: "sao", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { voicesurvey: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SURVEYANSWEROPTION_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dtmf", name: "dtmf", descriptionId: "AR_TP_SURVEYANSWEROPTION_PROP_DTMF_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "text", name: "text", descriptionId: "AR_TP_SURVEYANSWEROPTION_PROP_TEXT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Queue: { name: "AR_TP_QUEUE", allowArray: true, dataType: "QueueDataType", support: { classType: "QueueVariable", expressionDataType: "que", expressionBaseDataType: "que", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: { flowOutputSingleton: true, flowOutputCollection: true }, inboundemail: { flowOutputSingleton: true, flowOutputCollection: true }, inboundshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueemail: { flowOutputSingleton: true, flowOutputCollection: true }, inqueueshortmessage: { flowOutputSingleton: true, flowOutputCollection: true }, surveyinvite: { flowOutputSingleton: true, flowOutputCollection: true }, workflow: { flowOutputSingleton: true, flowOutputCollection: true }, workitem: { flowOutputSingleton: true, flowOutputCollection: true }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsQueueSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsQueueSupportFeature" }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityQueues" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_QUEUE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_QUEUE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, UtilizationLabel: { name: "AR_TP_UTILIZATIONLABEL", allowArray: true, dataType: "UtilizationLabelDataType", support: { classType: "UtilizationLabelVariable", expressionDataType: "cul", expressionBaseDataType: "cul", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: {}, commonmodule: {}, digitalbot: {}, emailsend: {}, inboundemail: {}, inboundshortmessage: {}, inboundchat: {}, inqueueemail: {}, inqueueshortmessage: {}, voice: {}, workitem: {} }, version: "1.0", featureConfigName: "conversationUtilizationLabels" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_UTILIZATIONLABEL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_UTILIZATIONLABEL_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ConversationTypeEnum: { name: "AR_TP_CONVERSATIONTYPEENUM", allowArray: false, dataType: "ConversationTypeEnumDataType", isEnumContainer: true, support: { classType: "ConversationTypeEnumVariable", expressionDataType: "cte", expressionBaseDataType: "cte", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: { featureConfigName: "botFlowsPhase2" }, digitalbot: { featureConfigName: "botFlowsPhase2" }, voice: { featureConfigName: "botFlowsPhase2" }, voicesurvey: { featureConfigName: "botFlowsPhase2" }, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "call", name: "call", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_CALL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "callback", name: "callback", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_CALLBACK_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "chat", name: "chat", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_CHAT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "cobrowse", name: "cobrowse", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_COBROWSE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "email", name: "email", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_EMAIL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "screenShare", name: "screenShare", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_SCREENSHARE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "socialExpression", name: "socialExpression", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_SOCIALEXPRESSION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "videoComm", name: "videoComm", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_VIDEOCOMM_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }, { id: "unknown", name: "unknown", descriptionId: "AR_TP_CONVERSATIONTYPEENUM_PROP_UNKNOWN_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToConversationType" }] }, CurrencyEnum: { name: "AR_TP_CURRENCYENUM", allowArray: false, dataType: "CurrencyEnumDataType", isEnumContainer: true, support: { classType: "CurrencyEnumVariable", expressionDataType: "cre", expressionBaseDataType: "cre", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "code", name: "code", descriptionId: "AR_TP_CURRENCYENUM_PROP_CODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToCurrencyCode" }] }, LanguageEnum: { name: "AR_TP_LANGUAGEENUM", allowArray: false, dataType: "LanguageEnumDataType", isEnumContainer: true, support: { classType: "LanguageEnumVariable", expressionDataType: "lge", expressionBaseDataType: "lge", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "code", name: "tag", descriptionId: "AR_TP_LANGUAGEENUM_PROP_TAG_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToLanguageTag" }] }, RegionEnum: { name: "AR_TP_REGIONENUM", allowArray: false, dataType: "RegionEnumDataType", isEnumContainer: true, support: { classType: "RegionEnumVariable", expressionDataType: "rge", expressionBaseDataType: "rge", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "dialingCode", name: "dialingCode", descriptionId: "AR_TP_REGIONENUM_PROP_DIALINGCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToDialingCode" }, { id: "countryCode", name: "countryCode", descriptionId: "AR_TP_REGIONENUM_PROP_COUNTRYCODE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToCountryCode" }] }, MessageBodyStyleEnum: { name: "AR_TP_MESSAGEBODYSTYLEENUM", allowArray: false, dataType: "MessageBodyStyleEnumDataType", isEnumContainer: true, support: { classType: "MessageBodyStyleEnumVariable", expressionDataType: "mbe", expressionBaseDataType: "mbe", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundchat: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "notice", name: "notice", descriptionId: "AR_TP_MESSAGEBODYSTYLEENUM_PROP_NOTICE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToSendResponseBodyType" }, { id: "standard", name: "standard", descriptionId: "AR_TP_MESSAGEBODYSTYLEENUM_PROP_STANDARD_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToSendResponseBodyType" }] }, SurveyDispositionEnum: { name: "AR_TP_SURVEYDISPOSITIONENUM", allowArray: false, dataType: "SurveyDispositionEnumDataType", isEnumContainer: true, support: { classType: "SurveyDispositionEnumVariable", expressionDataType: "sde", expressionBaseDataType: "sde", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { surveyinvite: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "error", name: "error", descriptionId: "AR_TP_SURVEYDISPOSITIONENUM_PROP_ERROR_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToSurveyDisposition" }, { id: "optOut", name: "optOut", descriptionId: "AR_TP_SURVEYDISPOSITIONENUM_PROP_OPTOUT_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, propertyToLiteralResolver: "propIDToSurveyDisposition" }] }, CurrenciesEnumContainer: { name: "AR_TP_CURRENCIESENUMCONTAINER", allowArray: false, dataType: "CurrenciesEnumContainer", isEnumContainer: true, support: { classType: "CurrenciesEnumContainerVariable", expressionDataType: "cec", expressionBaseDataType: "cec", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "Currencies", nativeProperties: [] }, DayOfWeekEnumContainer: { name: "AR_TP_DAYOFWEEKENUMCONTAINER", allowArray: false, dataType: "DayOfWeekEnumContainer", isEnumContainer: true, support: { classType: "DayOfWeekEnumContainerVariable", expressionDataType: "dwc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "sunday", name: "sunday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SUNDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SUNDAY_DISP_VAL", propertyResolvedLiteralValue: "1" }, { id: "monday", name: "monday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_MONDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_MONDAY_DISP_VAL", propertyResolvedLiteralValue: "2" }, { id: "tuesday", name: "tuesday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_TUESDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_TUESDAY_DISP_VAL", propertyResolvedLiteralValue: "3" }, { id: "wednesday", name: "wednesday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_WEDNESDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_WEDNESDAY_DISP_VAL", propertyResolvedLiteralValue: "4" }, { id: "thursday", name: "thursday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_THURSDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_THURSDAY_DISP_VAL", propertyResolvedLiteralValue: "5" }, { id: "friday", name: "friday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_FRIDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_FRIDAY_DISP_VAL", propertyResolvedLiteralValue: "6" }, { id: "saturday", name: "saturday", descriptionId: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SATURDAY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SATURDAY_DISP_VAL", propertyResolvedLiteralValue: "7" }] }, DateTimeEnumContainer: { name: "AR_TP_DATETIMEENUMCONTAINER", allowArray: false, dataType: "DateTimeEnumContainer", isEnumContainer: true, support: { classType: "DateTimeEnumContainerVariable", expressionDataType: "dlc", expressionBaseDataType: "dlc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "dayOfWeek", name: "dayOfWeek", descriptionId: "AR_TP_DATETIMEENUMCONTAINER_PROP_DAYOFWEEK_DSC", type: "dwc", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATETIMEENUMCONTAINER_PROP_DAYOFWEEK_DISP_VAL" }] }, DigitalAudio: { name: "AR_TP_DIGITALAUDIO", allowArray: true, dataType: "DigitalAudioDataType", support: { classType: "DigitalAudioVariable", expressionDataType: "dia", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAttachmentsFeature" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_DIGITALAUDIO_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "name", name: "name", descriptionId: "AR_TP_DIGITALAUDIO_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "url", name: "url", descriptionId: "AR_TP_DIGITALAUDIO_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, File: { name: "AR_TP_FILE", allowArray: true, dataType: "FileDataType", support: { classType: "FileVariable", expressionDataType: "fil", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsAttachmentsFeature" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_FILE_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "name", name: "name", descriptionId: "AR_TP_FILE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, featureConfigName: "botFlowsDigitalBotFlowsPhase2" }, { id: "url", name: "url", descriptionId: "AR_TP_FILE_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, LanguagesEnumContainer: { name: "AR_TP_LANGUAGESENUMCONTAINER", allowArray: false, dataType: "LanguagesEnumContainer", isEnumContainer: true, support: { classType: "LanguagesEnumContainerVariable", expressionDataType: "lnc", expressionBaseDataType: "lnc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "Languages", nativeProperties: [] }, RegionsEnumContainer: { name: "AR_TP_REGIONSENUMCONTAINER", allowArray: false, dataType: "RegionsEnumContainer", isEnumContainer: true, support: { classType: "RegionsEnumContainerVariable", expressionDataType: "rec", expressionBaseDataType: "rec", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "Regions", nativeProperties: [] }, ResponseAsset: { name: "AR_TP_RESPONSEASSET", allowArray: true, dataType: "ResponseAssetDataType", support: { classType: "ResponseAssetVariable", expressionDataType: "rpa", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, commonmodule: {}, digitalbot: {} }, version: "1.0", featureConfigName: "cannedResponseAttachmentsFeature" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_RESPONSEASSET_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_RESPONSEASSET_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "type", name: "type", descriptionId: "AR_TP_RESPONSEASSET_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "length", name: "length", descriptionId: "AR_TP_RESPONSEASSET_PROP_LENGTH_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "url", name: "url", descriptionId: "AR_TP_RESPONSEASSET_PROP_URL_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, SurveyDispositionsEnumContainer: { name: "AR_TP_SURVEYDISPOSITIONSENUMCONTAINER", allowArray: false, dataType: "SurveyDispositionsEnumContainer", isEnumContainer: true, support: { classType: "SurveyDispositionsEnumContainerVariable", expressionDataType: "sec", expressionBaseDataType: "sec", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "SurveyDispositions", nativeProperties: [] }, ConversationTypesEnumContainer: { name: "AR_TP_CONVERSATIONTYPESENUMCONTAINER", allowArray: false, dataType: "ConversationTypesEnumContainer", isEnumContainer: true, support: { classType: "ConversationTypesEnumContainerVariable", expressionDataType: "ctc", expressionBaseDataType: "ctc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, dynamicPropertyProvider: "ConversationTypes", nativeProperties: [] }, Time: { name: "AR_TP_TIME", allowArray: true, dataType: "TimeDataType", support: { classType: "TimeVariable", expressionDataType: "tim", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voicesurvey: {} }, version: "1.0" }, nativeProperties: [] }, TimePartEnumContainer: { name: "AR_TP_TIMEPARTENUMCONTAINER", allowArray: false, dataType: "TimePartEnumContainer", isEnumContainer: true, support: { classType: "TimePartEnumContainerVariable", expressionDataType: "tpc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "timePartDays", name: "days", descriptionId: "AR_TP_TIMEPARTENUMCONTAINER_PROP_DAYS_DSC", type: "tpf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEPARTENUMCONTAINER_PROP_DAYS_DISP_VAL" }, { id: "timePartHours", name: "hours", descriptionId: "AR_TP_TIMEPARTENUMCONTAINER_PROP_HOURS_DSC", type: "tpf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEPARTENUMCONTAINER_PROP_HOURS_DISP_VAL" }, { id: "timePartMinutes", name: "minutes", descriptionId: "AR_TP_TIMEPARTENUMCONTAINER_PROP_MINUTES_DSC", type: "tpf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEPARTENUMCONTAINER_PROP_MINUTES_DISP_VAL" }, { id: "timePartSeconds", name: "seconds", descriptionId: "AR_TP_TIMEPARTENUMCONTAINER_PROP_SECONDS_DSC", type: "tpf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEPARTENUMCONTAINER_PROP_SECONDS_DISP_VAL" }] }, TimePartEnum: { name: "AR_TP_TIMEPARTENUM", allowArray: false, dataType: "TimePartEnumDataType", isEnum: true, support: { classType: "TimePartEnumVariable", expressionDataType: "tpf", expressionBaseDataType: "tpf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, TimePicker: { name: "AR_TP_TIMEPICKER", allowArray: false, dataType: "TimePickerDataType", propertiesAllowAssignment: true, support: { classType: "TimePickerVariable", expressionDataType: "tpk", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsMessagingDatePicker" }, nativeProperties: [{ id: "title", name: "title", descriptionId: "AR_TP_TIMEPICKER_PROP_TITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, minLength: 1 }, { id: "subtitle", name: "subtitle", descriptionId: "AR_TP_TIMEPICKER_PROP_SUBTITLE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "image", name: "image", descriptionId: "AR_TP_TIMEPICKER_PROP_IMAGE_DSC", type: "img", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_TIMEPICKER_PROP_IMAGE_DISP_VAL" }, { id: "address", name: "address", descriptionId: "AR_TP_TIMEPICKER_PROP_ADDRESS_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_TIMEPICKER_PROP_ADDRESS_DISP_VAL" }, { id: "longitude", name: "longitude", descriptionId: "AR_TP_TIMEPICKER_PROP_LONGITUDE_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_TIMEPICKER_PROP_LONGITUDE_DISP_VAL" }, { id: "latitude", name: "latitude", descriptionId: "AR_TP_TIMEPICKER_PROP_LATITUDE_DSC", type: "dec", isCollection: false, isComputed: false, version: "1.0", readOnly: false, displayValue: "AR_TP_TIMEPICKER_PROP_LATITUDE_DISP_VAL" }] }, Timeslot: { name: "AR_TP_TIMESLOT", allowArray: true, dataType: "TimeslotDataType", propertiesAllowAssignment: true, support: { classType: "TimeslotVariable", expressionDataType: "tsl", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { digitalbot: {} }, version: "1.0", featureConfigName: "botFlowsMessagingDatePicker" }, nativeProperties: [{ id: "dateTime", name: "dateTime", descriptionId: "AR_TP_TIMESLOT_PROP_DTM_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "duration", name: "duration", descriptionId: "AR_TP_TIMESLOT_PROP_DUR_DSC", type: "dur", isCollection: false, isComputed: false, version: "1.0", readOnly: false }] }, WrapupCode: { name: "AR_TP_WRC", allowArray: true, dataType: "WrapupCodeDataType", support: { classType: "WrapupCodeVariable", expressionDataType: "wrc", expressionBaseDataType: "wrc", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsDigitalBotFlowsBotSummarization" }, digitalbot: { featureConfigName: "botFlowsDigitalBotFlowsBotSummarization" }, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityRoutingWrapupCodes" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_WRC_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_WRC_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Grammar: { name: "AR_TP_GRAMMAR", allowArray: true, dataType: "GrammarDataType", support: { classType: "GrammarVariable", expressionDataType: "gmr", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { bot: {}, commonmodule: {}, voice: {}, voicesurvey: {} }, version: "1.0", featureConfigName: "orgAvailabilityGrammars" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_GRAMMAR_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_GRAMMAR_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Group: { name: "AR_TP_GRP", allowArray: true, dataType: "GroupDataType", support: { classType: "GroupVariable", expressionDataType: "grp", expressionBaseDataType: "grp", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "botFlowsAlignTransferActions" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "botFlowsGroupSupportFeature" }, workflow: { featureConfigName: "sendNotificationChatGroupFeature" }, voice: { featureConfigName: "botFlowsGroupSupportFeature" } }, version: "1.0", featureConfigName: "orgAvailabilityGroups" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_GRP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_GRP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, PhoneNumber: { name: "AR_TP_PHNBR", allowArray: true, dataType: "PhoneNumberDataType", support: { classType: "PhoneNumberVariable", expressionDataType: "phn", expressionBaseDataType: "phn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true } }, version: "1.0" }, nativeProperties: [{ id: "dialingCode", name: "dialingCode", descriptionId: "AR_TP_PHNBR_PROP_DIALINGCODE_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "e164", name: "e164", descriptionId: "AR_TP_PHNBR_PROP_E164_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "subscriberNumber", name: "subscriberNumber", descriptionId: "AR_TP_PHNBR_PROP_SUBSCRIBERNUMBER_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "isGlobal", name: "isGlobal", descriptionId: "AR_TP_PHNBR_PROP_ISGLOBAL_DSC", type: "bln", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "isSip", name: "isSip", descriptionId: "AR_TP_PHNBR_PROP_ISSIP_DSC", type: "bln", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "isTel", name: "isTel", descriptionId: "AR_TP_PHNBR_PROP_ISTEL_DSC", type: "bln", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "raw", name: "raw", descriptionId: "AR_TP_PHNBR_PROP_RAW_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "scheme", name: "scheme", descriptionId: "AR_TP_PHNBR_PROP_SCHEME_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }, { id: "uri", name: "uri", descriptionId: "AR_TP_PHNBR_PROP_URI_DSC", type: "str", isCollection: false, isComputed: true, version: "1.0", readOnly: true }] }, EmergencyGroup: { name: "AR_TP_EMERGRP", allowArray: true, dataType: "EmergencyGroupDataType", support: { classType: "EmergencyGroupVariable", expressionDataType: "emg", expressionBaseDataType: "emg", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: { featureConfigName: "botFlowsScheduleSupportFeature" }, digitalbot: { featureConfigName: "botFlowsScheduleSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityRoutingEmergencyGroups" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_EMERGRP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_EMERGRP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Schedule: { name: "AR_TP_SCHED", allowArray: true, dataType: "ScheduleDataType", support: { classType: "ScheduleVariable", expressionDataType: "sch", expressionBaseDataType: "sch", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: { featureConfigName: "botFlowsScheduleSupportFeature" }, digitalbot: { featureConfigName: "botFlowsScheduleSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityRoutingSchedules" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SCHED_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SCHED_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ScheduleGroup: { name: "AR_TP_SCHEDGRP", allowArray: true, dataType: "ScheduleGroupDataType", support: { classType: "ScheduleGroupVariable", expressionDataType: "scg", expressionBaseDataType: "scg", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: { featureConfigName: "botFlowsScheduleSupportFeature" }, digitalbot: { featureConfigName: "botFlowsScheduleSupportFeature" }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, voice: {} }, version: "1.0", featureConfigName: "orgAvailabilityRoutingScheduleGroups" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_SCHEDGRP_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_SCHEDGRP_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "timeZone", name: "timeZone", descriptionId: "AR_TP_SCHEDGRP_PROP_TIMEZONE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Any: { name: "AR_TP_ANY", allowArray: true, dataType: "Any", isAbstract: true, support: { expressionDataType: "any", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, AnyComplex: { name: "AR_TP_ANYCOMPLEX", allowArray: true, dataType: "AnyComplex", isAbstract: true, support: { expressionDataType: "acp", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, emailsend: {}, inboundchat: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {}, surveyinvite: {}, workflow: {}, workitem: {}, bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, AnyPromptOrAudio: { name: "AR_TP_ANYPROMPTORAUDIO", allowArray: true, dataType: "AnyPromptOrAudio", isAbstract: true, support: { expressionDataType: "apa", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, DateFormatEnum: { name: "AR_TP_DATEFORMATENUM", allowArray: false, dataType: "DateFormatEnum", isEnum: true, support: { classType: "DateFormatEnumVariable", expressionDataType: "daf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, DateTimeFormatEnum: { name: "AR_TP_DATETIMEFORMATENUM", allowArray: false, dataType: "DateTimeFormatEnum", isEnum: true, support: { classType: "DateTimeFormatEnumVariable", expressionDataType: "dtf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, TimeFormatEnum: { name: "AR_TP_TIMEFORMATENUM", allowArray: false, dataType: "TimeFormatEnum", isEnum: true, support: { classType: "TimeFormatEnumVariable", expressionDataType: "tif", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, BoolFormatEnum: { name: "AR_TP_BOOLFORMATENUM", allowArray: false, dataType: "BoolFormatEnum", isEnum: true, support: { classType: "BoolFormatEnumVariable", expressionDataType: "bof", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, CurrencyFormatEnum: { name: "AR_TP_CURRENCYFORMATENUM", allowArray: false, dataType: "CurrencyFormatEnum", isEnum: true, support: { classType: "CurrencyFormatEnumVariable", expressionDataType: "cuf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, NumberFormatEnum: { name: "AR_TP_NUMBERFORMATENUM", allowArray: false, dataType: "NumberFormatEnum", isEnum: true, support: { classType: "NumberFormatEnumVariable", expressionDataType: "nuf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, PhoneNumberFormatEnum: { name: "AR_TP_PHONENUMBERFORMATENUM", allowArray: false, dataType: "PhoneNumberFormatEnum", isEnum: true, support: { classType: "PhoneNumberFormatEnumVariable", expressionDataType: "phf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureToggleName: "archPhoneNumberPhase2" }, nativeProperties: [] }, LanguageContextEnum: { name: "AR_TP_LANGUAGECONTEXTENUM", allowArray: false, dataType: "LanguageContextEnum", isAbstract: true, isEnum: true, support: { classType: "LanguageContextEnumVariable", expressionDataType: "lne", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, digitalbot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voice: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voicesurvey: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, StringFormatEnum: { name: "AR_TP_STRINGFORMATENUM", allowArray: false, dataType: "StringFormatEnum", isEnum: true, support: { classType: "StringFormatEnumVariable", expressionDataType: "stf", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, DateFormatEnumContainer: { name: "AR_TP_DATEFORMATENUMCONTAINER", allowArray: false, dataType: "DateFormatEnumContainer", isEnumContainer: true, support: { classType: "DateFormatEnumContainerVariable", expressionDataType: "dac", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "dateLongYear", name: "longYear", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEAR_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEAR_DISP_VAL" }, { id: "dateShortYear", name: "shortYear", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEAR_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEAR_DISP_VAL" }, { id: "dateShortMonthAndDay", name: "shortMonthAndDay", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTMONTHANDDAY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTMONTHANDDAY_DISP_VAL" }, { id: "dateDayOfWeekOnly", name: "dayOfWeekOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYOFWEEKONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYOFWEEKONLY_DISP_VAL" }, { id: "dateDayOnly", name: "dayOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYONLY_DISP_VAL" }, { id: "dateMonthOnly", name: "monthOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_MONTHONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_MONTHONLY_DISP_VAL" }, { id: "dateShortYearOnly", name: "shortYearOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEARONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEARONLY_DISP_VAL" }, { id: "dateLongYearOnly", name: "longYearOnly", descriptionId: "AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEARONLY_DSC", type: "daf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEARONLY_DISP_VAL" }] }, SkillExpressionFilter: { name: "AR_TP_SKILLEXPRESSIONFILTER", allowArray: true, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::skill_expression_filter", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {}, emailsend: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {} }, version: "1.0", featureConfigName: "routingSkillExpressionsFeature" }, nativeProperties: [{ id: "raw", name: "raw", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_RAW_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "normalized", name: "normalized", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_NORMALIZED_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "acdSkills", name: "acdSkills", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_ACDSKILLS_DSC", type: "skl", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "languageSkills", name: "languageSkills", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_LANGUAGESKILLS_DSC", type: "lac", isCollection: true, isComputed: false, version: "1.0", readOnly: true }, { id: "errors", name: "errors", descriptionId: "AR_TP_SKILLEXPRESSIONFILTER_PROP_ERRORS_DSC", type: "jsn__architect::issue_info", isCollection: true, isComputed: false, version: "1.0", readOnly: true, issueInfoTypes: ["INVALID_CHARACTERS", "LIMITS_EXCEEDED", "SYNTAX_ERROR", "UNKNOWN_SKILL"] }] }, IssueInfo: { name: "AR_TP_ISSUEINFO", allowArray: true, additionalProperties: "false", dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::issue_info", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {}, emailsend: {}, inboundemail: {}, inboundshortmessage: {}, inqueueemail: {}, inqueueshortmessage: {} }, version: "1.0", featureConfigName: "routingSkillExpressionsFeature" }, nativeProperties: [{ id: "type", name: "type", descriptionId: "AR_TP_ISSUEINFO_PROP_TYPE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "message", name: "message", descriptionId: "AR_TP_ISSUEINFO_PROP_MESSAGE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, BoolFormatEnumContainer: { name: "AR_TP_BOOLFORMATENUMCONTAINER", allowArray: false, dataType: "BoolFormatEnumContainer", isEnumContainer: true, support: { classType: "BoolFormatEnumContainerVariable", expressionDataType: "blc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "boolPlayYesNo", name: "playYesNo", descriptionId: "AR_TP_BOOLFORMATENUMCONTAINER_PROP_PLAYYESNO_DSC", type: "bof", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_BOOLFORMATENUMCONTAINER_PROP_PLAYYESNO_DISP_VAL" }] }, TimeFormatEnumContainer: { name: "AR_TP_TIMEFORMATENUMCONTAINER", allowArray: false, dataType: "TimeFormatEnumContainer", isEnumContainer: true, support: { classType: "TimeFormatEnumContainerVariable", expressionDataType: "tic", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "timeTwentyFourHours", name: "twentyFourHours", descriptionId: "AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWENTYFOURHOURS_DSC", type: "tif", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWENTYFOURHOURS_DISP_VAL" }, { id: "timeTwelveHours", name: "twelveHours", descriptionId: "AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWELVEHOURS_DSC", type: "tif", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWELVEHOURS_DISP_VAL" }] }, CurrencyFormatEnumContainer: { name: "AR_TP_CURRENCYFORMATENUMCONTAINER", allowArray: false, dataType: "CurrencyFormatEnumContainer", isEnumContainer: true, support: { classType: "CurrencyFormatEnumContainerVariable", expressionDataType: "cuc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "currencyAsMinorUnits", name: "asMinorUnits", descriptionId: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_ASMINORUNITS_DSC", type: "cuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_ASMINORUNITS_DISP_VAL" }, { id: "currencyMajorUnitsOnly", name: "majorUnitsOnly", descriptionId: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MAJORUNITSONLY_DSC", type: "cuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MAJORUNITSONLY_DISP_VAL" }, { id: "currencyMinorUnitsOnly", name: "minorUnitsOnly", descriptionId: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MINORUNITSONLY_DSC", type: "cuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MINORUNITSONLY_DISP_VAL" }, { id: "currencyPlayDigits", name: "playDigits", descriptionId: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_PLAYDIGITS_DSC", type: "cuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_PLAYDIGITS_DISP_VAL" }] }, NumberFormatEnumContainer: { name: "AR_TP_NUMBERFORMATENUMCONTAINER", allowArray: false, dataType: "NumberFormatEnumContainer", isEnumContainer: true, support: { classType: "NumberFormatEnumContainerVariable", expressionDataType: "nuc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "numberPlayDigits", name: "playDigits", descriptionId: "AR_TP_NUMBERFORMATENUMCONTAINER_PROP_PLAYDIGITS_DSC", type: "nuf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_NUMBERFORMATENUMCONTAINER_PROP_PLAYDIGITS_DISP_VAL" }] }, PhoneNumberFormatEnumContainer: { name: "AR_TP_PHONENUMBERFORMATENUMCONTAINER", allowArray: false, dataType: "PhoneNumberFormatEnumContainer", isEnumContainer: true, support: { classType: "PhoneNumberFormatEnumContainerVariable", expressionDataType: "phc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0", featureToggleName: "archPhoneNumberPhase2" }, nativeProperties: [{ id: "phoneNumberGlobal", name: "global", descriptionId: "AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_GLOBAL_DSC", type: "phf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_GLOBAL_DISP_VAL" }, { id: "phoneNumberLocal", name: "local", descriptionId: "AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_LOCAL_DSC", type: "phf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_LOCAL_DISP_VAL" }] }, StringFormatEnumContainer: { name: "AR_TP_STRINGFORMATENUMCONTAINER", allowArray: false, dataType: "StringFormatEnumContainer", isEnumContainer: true, support: { classType: "StringFormatEnumContainerVariable", expressionDataType: "stc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: {}, digitalbot: {}, voice: {}, voicesurvey: {}, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "stringPlayChars", name: "playChars", descriptionId: "AR_TP_STRINGFORMATENUMCONTAINER_PROP_PLAYCHARS_DSC", type: "stf", isCollection: false, isComputed: false, version: "1.0", readOnly: true, displayValue: "AR_TP_STRINGFORMATENUMCONTAINER_PROP_PLAYCHARS_DISP_VAL" }] }, LanguageQuantityEnumContainer: { name: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER", allowArray: false, dataType: "LanguageQuantityEnumContainer", isEnumContainer: true, support: { classType: "LanguageQuantityEnumContainerVariable", expressionDataType: "lqc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, digitalbot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voice: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voicesurvey: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "quantityPlural", name: "plural", descriptionId: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_PLURAL_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langQuantity", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_PLURAL_DISP_VAL" }, { id: "quantitySingular", name: "singular", descriptionId: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_SINGULAR_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langQuantity", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_SINGULAR_DISP_VAL" }] }, LanguageCaseEnumContainer: { name: "AR_TP_LANGUAGECASEENUMCONTAINER", allowArray: false, dataType: "LanguageCaseEnumContainer", isEnumContainer: true, support: { classType: "LanguageCaseEnumContainerVariable", expressionDataType: "lcc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, digitalbot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voice: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voicesurvey: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "caseArticle", name: "article", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ARTICLE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ARTICLE_DISP_VAL" }, { id: "caseAccusative", name: "accusative", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ACCUSATIVE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ACCUSATIVE_DISP_VAL" }, { id: "caseDative", name: "dative", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_DATIVE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_DATIVE_DISP_VAL" }, { id: "caseGenitive", name: "genitive", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_GENITIVE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_GENITIVE_DISP_VAL" }, { id: "caseNominative", name: "nominative", descriptionId: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_NOMINATIVE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langCase", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGECASEENUMCONTAINER_PROP_NOMINATIVE_DISP_VAL" }] }, LanguageGenderEnumContainer: { name: "AR_TP_LANGUAGEGENDERENUMCONTAINER", allowArray: false, dataType: "LanguageGenderEnumContainer", isEnumContainer: true, support: { classType: "LanguageGenderEnumContainerVariable", expressionDataType: "lgc", isSupportedByAny: false, userCanCreate: false, supportedFlowTypes: { bot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, digitalbot: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voice: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, voicesurvey: { featureConfigName: "botFlowsLanguageContextPhase1Feature" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [{ id: "genderCommon", name: "common", descriptionId: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_COMMON_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langGender", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_COMMON_DISP_VAL" }, { id: "genderFeminine", name: "feminine", descriptionId: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_FEMININE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langGender", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_FEMININE_DISP_VAL" }, { id: "genderMasculine", name: "masculine", descriptionId: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_MASCULINE_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langGender", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_MASCULINE_DISP_VAL" }, { id: "genderNeuter", name: "neuter", descriptionId: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_NEUTER_DSC", type: "lne", isCollection: false, isComputed: false, version: "1.0", readOnly: true, group: "langGender", usageValidation: "supportedLanguageContexts", displayValue: "AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_NEUTER_DISP_VAL" }] }, LanguageSkill: { name: "AR_TP_LANGUAGESKILL", allowArray: true, dataType: "LanguageSkill", support: { classType: "LanguageSkillVariable", expressionDataType: "lac", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { emailsend: { featureConfigName: "orgAvailabilityRoutingSkills" }, inboundchat: { featureConfigName: "orgAvailabilityRoutingSkills" }, inboundemail: { featureConfigName: "orgAvailabilityRoutingSkills" }, inboundshortmessage: { featureConfigName: "orgAvailabilityRoutingSkills" }, inqueueemail: { featureConfigName: "orgAvailabilityRoutingSkills" }, inqueueshortmessage: { featureConfigName: "orgAvailabilityRoutingSkills" }, surveyinvite: { featureConfigName: "orgAvailabilityRoutingSkills" }, workflow: { featureConfigName: "orgAvailabilityRoutingSkills" }, workitem: { featureConfigName: "orgAvailabilityRoutingSkills" }, inboundcall: {}, inqueuecall: {}, outboundcall: {}, securecall: {}, voicemail: {}, bot: { featureConfigName: "orgAvailabilityRoutingSkills", featureConfigName2: "botFlowsQueueSupportFeature", featureConfigsAllOf: true }, commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, digitalbot: { featureConfigName: "orgAvailabilityRoutingSkills", featureConfigName2: "botFlowsQueueSupportFeature", featureConfigsAllOf: true }, voice: { featureConfigName: "orgAvailabilityRoutingSkills" } }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_LANGUAGESKILL_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_LANGUAGESKILL_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, ContactList: { name: "AR_TP_CONTACTLIST", allowArray: false, dataType: "ContactList", support: { classType: "ContactListVariable", expressionDataType: "cnl", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { inboundemail: { featureConfigName: "outboundEmailCampaigns" }, inboundshortmessage: {}, commonmodule: {}, outboundcall: {} }, version: "1.0", featureConfigName: "orgAvailabilityOutboundContactLists" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CONTACTLIST_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_CONTACTLIST_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Campaign: { name: "AR_TP_CAMPAIGN", allowArray: false, dataType: "Campaign", support: { classType: "CampaignVariable", expressionDataType: "cam", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { commonmodule: {}, inboundemail: { featureConfigName: "outboundEmailCampaigns" }, inboundshortmessage: {}, outboundcall: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_CAMPAIGN_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_CAMPAIGN_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Contact: { name: "AR_TP_CONTACT", allowArray: false, dataType: "Contact", support: { classType: "ContactVariable", expressionDataType: "con", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { outboundcall: {}, commonmodule: {} }, version: "1.0" }, nativeProperties: [] }, WorkitemEventData: { name: "AR_TP_WORKITEMEVENTDATA", allowArray: false, dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::workitem_event_data", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { workitem: {} }, version: "1.0", featureConfigName: "workitemDateAutomationFeature" }, nativeProperties: [{ id: "rule", name: "rule", descriptionId: "AR_TP_WORKITEMEVENTDATA_PROP_RULE_DSC", type: "jsn__architect::workitem_event_rule", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "workitemDateAutomationFeature" }] }, WorkitemEventRule: { name: "AR_TP_WORKITEMEVENTRULE", allowArray: false, dataType: "JsonDataType", support: { classType: "JsonVariable", expressionDataType: "jsn__architect::workitem_event_rule", expressionBaseDataType: "jsn", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { workitem: {} }, version: "1.0", featureConfigName: "workitemDateAutomationFeature" }, nativeProperties: [{ id: "name", name: "name", descriptionId: "AR_TP_WORKITEMEVENTRULE_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false, featureConfigName: "workitemDateAutomationFeature" }] }, Workitem: { name: "AR_TP_WORKITEM", allowArray: false, dataType: "ComplexDataType", isCustomizablePerFlow: true, support: { classType: "ComplexVariable", expressionDataType: "cpx_workitem", isSupportedByAny: true, userCanCreate: false, supportedFlowTypes: { workitem: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_WORKITEM_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_WORKITEM_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "assignee", name: "assignee", descriptionId: "AR_TP_WORKITEM_PROP_ASSIGNEE_DSC", type: "usr", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "assignmentState", name: "assignmentState", descriptionId: "AR_TP_WORKITEM_PROP_ASSIGNMENTSTATE_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "autoStatusTransition", name: "autoStatusTransition", descriptionId: "AR_TP_WORKITEM_PROP_AUTOSTATUSTRANSITION_DSC", type: "bln", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "customFields", name: "customFields", descriptionId: "AR_TP_WORKITEM_PROP_CUSTOMFIELDS_DSC", type: "jsn__architect::empty_json", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "dateCreated", name: "dateCreated", descriptionId: "AR_TP_WORKITEM_PROP_DATECREATED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateAssignmentStateChanged", name: "dateAssignmentStateChanged", descriptionId: "AR_TP_WORKITEM_PROP_DATEASSIGNMENTSTATECHANGED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateDue", name: "dateDue", descriptionId: "AR_TP_WORKITEM_PROP_DATEDUE_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "dateExpires", name: "dateExpires", descriptionId: "AR_TP_WORKITEM_PROP_DATEEXPIRES_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "dateModified", name: "dateModified", descriptionId: "AR_TP_WORKITEM_PROP_DATEMODIFIED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateStatusChanged", name: "dateStatusChanged", descriptionId: "AR_TP_WORKITEM_PROP_DATESTATUSCHANGED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "dateClosed", name: "dateClosed", descriptionId: "AR_TP_WORKITEM_PROP_DATECLOSED_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "description", name: "description", descriptionId: "AR_TP_WORKITEM_PROP_DESCRIPTION_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "duration", name: "duration", descriptionId: "AR_TP_WORKITEM_PROP_DUR_DSC", type: "dur", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionId", name: "divisionId", descriptionId: "AR_TP_WORKITEM_PROP_DIVISIONID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "externalContact", name: "externalContact", descriptionId: "AR_TP_WORKITEM_PROP_EXTERNALCONTACT_DSC", type: "cpx_external_contact", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "externalTag", name: "externalTag", descriptionId: "AR_TP_WORKITEM_PROP_EXTERNALTAG_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "languageSkill", name: "languageSkill", descriptionId: "AR_TP_WORKITEM_PROP_LANGUAGESKILL_DSC", type: "lac", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "modifiedBy", name: "modifiedBy", descriptionId: "AR_TP_WORKITEM_PROP_MODIFIEDBY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "priority", name: "priority", descriptionId: "AR_TP_WORKITEM_PROP_PRIORITY_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "queue", name: "queue", descriptionId: "AR_TP_WORKITEM_PROP_QUEUE_DSC", type: "que", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "reporter", name: "reporter", descriptionId: "AR_TP_WORKITEM_PROP_REPORTER_DSC", type: "usr", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "scoredAgents", name: "scoredAgents", descriptionId: "AR_TP_WORKITEM_PROP_SCOREDAGENTS_DSC", type: "cpx_agent_score_pair", isCollection: true, isComputed: false, version: "1.0", readOnly: false }, { id: "skills", name: "skills", descriptionId: "AR_TP_WORKITEM_PROP_SKILLS_DSC", type: "skl", isCollection: true, isComputed: false, version: "1.0", readOnly: false }, { id: "status", name: "status", descriptionId: "AR_TP_WORKITEM_PROP_STATUS_DSC", type: "cpx_worktype_status", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "ttlDateTime", name: "ttlDateTime", descriptionId: "AR_TP_WORKITEM_PROP_TTLDATETIME_DSC", type: "dtm", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "typeId", name: "typeId", descriptionId: "AR_TP_WORKITEM_PROP_TYPEID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "utilizationLabel", name: "utilizationLabel", descriptionId: "AR_TP_WORKITEM_PROP_UTILIZATIONLABEL_DSC", type: "cul", isCollection: false, isComputed: false, version: "1.0", readOnly: false }, { id: "version", name: "version", descriptionId: "AR_TP_WORKITEM_PROP_VERSION_DSC", type: "int", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "workbin", name: "workbin", descriptionId: "AR_TP_WORKITEM_PROP_WORKBIN_DSC", type: "cpx_workbin", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, Workbin: { name: "AR_TP_WORKBIN", allowArray: true, dataType: "ComplexDataType", support: { classType: "ComplexVariable", expressionDataType: "cpx_workbin", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_WORKBIN_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_WORKBIN_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "divisionId", name: "divisionId", descriptionId: "AR_TP_WORKBIN_PROP_DIVISIONID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }] }, WorktypeStatus: { name: "AR_TP_WORKTYPESTATUS", allowArray: true, allowLiteralSelect: true, allowLiteralSelectFeatureConfig: "workitemDateAutomationFeature", additionalProperties: "category", dataType: "ComplexDataType", additionalPropertiesAreManaged: true, support: { classType: "ComplexVariable", expressionDataType: "cpx_worktype_status", isSupportedByAny: true, userCanCreate: true, supportedFlowTypes: { commonmodule: { flowInputSingleton: true, flowInputCollection: true, flowOutputSingleton: true, flowOutputCollection: true }, workitem: {} }, version: "1.0" }, nativeProperties: [{ id: "id", name: "id", descriptionId: "AR_TP_WORKTYPESTATUS_PROP_ID_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "name", name: "name", descriptionId: "AR_TP_WORKTYPESTATUS_PROP_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true }, { id: "category", name: "category", descriptionId: "AR_TP_WORKTYPESTATUS_PROP_CATEGORY_DSC", type: "str", isCollection: false, isComputed: false, version: "1.0", readOnly: true, allowableValues: "Open,InProgress,Waiting,Closed" }] } }, expression: { add: { identifier: "add", description: "AR_OP_DSC_ADD", type: "operator", symbol: "+", category: "mathematical", overloads: [{ description: "AR_OP_LNG_ADD_LNG_LNG_DSC", identifier: "Long_ONE add(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_ADD_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_ADD_LNG_LNG_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_ADD_LNG_LNG_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2 + 3", output: "5" }] }, { description: "AR_OP_DEC_ADD_DEC_LNG_DSC", identifier: "Decimal_ONE add(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_ADD_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_DEC_LNG_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_DEC_LNG_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2.5 + 3", output: "5.5" }] }, { description: "AR_OP_DEC_ADD_LNG_DEC_DSC", identifier: "Decimal_ONE add(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_ADD_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_LNG_DEC_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_LNG_DEC_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "2 + 33.7", output: "35.7" }] }, { description: "AR_OP_CUR_ADD_CUR_CUR_DSC", identifier: "Currency_ONE add(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_ADD_CUR_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_ADD_CUR_CUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_ADD_CUR_CUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'MakeCurrency(5.25, "USD") + ToCurrency("-3.00|USD")', output: "AR_OP_CUR_ADD_CUR_CUR_EX_OUT_0" }, { input: 'ToCurrency("5.25|") + MakeCurrency(-3.00, ToString(NOT_SET))', output: "AR_OP_CUR_ADD_CUR_CUR_EX_OUT_1" }] }, { description: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_DSC", identifier: "Audio_ONE add(Audio_ONE,Audio_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "aud" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'ToAudioTTS("Hello ") + ToAudioTTS("World")', output: "AR_OP_AUDIO_ADD_AUDIO_AUDIO_EX_OUT_0" }] }, { description: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_DSC", identifier: "Audio_ONE add(Prompt_ONE,Prompt_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "pmt" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "pmt" }], examples: [{ input: "Prompt.Hello + Prompt.There", output: "AR_OP_AUDIO_ADD_PROMPT_PROMPT_EX_OUT_0" }] }, { description: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_DSC", identifier: "Audio_ONE add(Audio_ONE,Prompt_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "aud" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "pmt" }], examples: [{ input: 'ToAudioTTS("Hello") + Prompt.There', output: "AR_OP_AUDIO_ADD_AUDIO_PROMPT_EX_OUT_0" }] }, { description: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_DSC", identifier: "Audio_ONE add(Prompt_ONE,Audio_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "pmt" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'Prompt.Hello + ToAudioTTS("There")', output: "AR_OP_AUDIO_ADD_PROMPT_AUDIO_EX_OUT_0" }] }, { description: "AR_OP_DEC_ADD_DEC_DEC_DSC", identifier: "Decimal_ONE add(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_ADD_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_DEC_DEC_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_ADD_DEC_DEC_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "2.2 + 3.9", output: "6.1" }] }, { description: "AR_OP_DTM_ADD_DUR_DTM_DSC", identifier: "DateTime_ONE add(Duration_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DTM_ADD_DUR_DTM_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_ADD_DUR_DTM_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_ADD_DUR_DTM_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDuration(0, 1, 1, 1) + MakeDateTime(2003, 6, 1, 0, 0, 0)", output: "AR_OP_DTM_ADD_DUR_DTM_EX_OUT_0" }] }, { description: "AR_OP_DTM_ADD_DTM_DUR_DSC", identifier: "DateTime_ONE add(DateTime_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DTM_ADD_DTM_DUR_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_ADD_DTM_DUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_ADD_DTM_DUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDateTime(2003, 6, 1, 0, 0, 0) + MakeDuration(0, 1, 1, 1)", output: "AR_OP_DTM_ADD_DTM_DUR_EX_OUT_0" }] }, { description: "AR_OP_DATE_ADD_DUR_DATE_DSC", identifier: "Date_ONE add(Duration_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_DATE_ADD_DUR_DATE_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_ADD_DUR_DATE_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_ADD_DUR_DATE_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDuration(1, 1, 1, 1) + MakeDate(2003, 6, 1)", output: "AR_OP_DATE_ADD_DUR_DATE_EX_OUT_0" }] }, { description: "AR_OP_DATE_ADD_DATE_DUR_DSC", identifier: "Date_ONE add(Date_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_DATE_ADD_DATE_DUR_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_ADD_DATE_DUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_ADD_DATE_DUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDate(2003, 6, 1) + MakeDuration(2, 1, 1, 1)", output: "AR_OP_DATE_ADD_DATE_DUR_EX_OUT_0" }] }, { description: "AR_OP_TIME_ADD_DUR_TIME_DSC", identifier: "Time_ONE add(Duration_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_TIME_ADD_DUR_TIME_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_ADD_DUR_TIME_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_ADD_DUR_TIME_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeDuration(0, 1, 1, 1) + MakeTime(1, 1, 5)", output: "AR_OP_TIME_ADD_DUR_TIME_EX_OUT_0" }] }, { description: "AR_OP_TIME_ADD_TIME_DUR_DSC", identifier: "Time_ONE add(Time_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_TIME_ADD_TIME_DUR_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_ADD_TIME_DUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_ADD_TIME_DUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeTime(12, 0, 0) + MakeDuration(0, 14, 1, 1)", output: "AR_OP_TIME_ADD_TIME_DUR_EX_OUT_0" }] }, { description: "AR_OP_DUR_ADD_DUR_DUR_DSC", identifier: "Duration_ONE add(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DUR_ADD_DUR_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DUR_ADD_DUR_DUR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DUR_ADD_DUR_DUR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 10, 30, 0) + MakeDuration(1, 1, 15, 30)", output: "AR_OP_DUR_ADD_DUR_DUR_EX_OUT_0" }] }, { description: "AR_OP_STR_ADD_STR_STR_DSC", identifier: "String_ONE add(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_STR_ADD_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_STR_ADD_STR_STR_PRM_DSC_0", identifier: "augend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_STR_ADD_STR_STR_PRM_DSC_1", identifier: "addend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello " + "There"', output: '"Hello There"' }] }], needsServerInfo: true }, bitAnd: { identifier: "bitAnd", description: "AR_OP_DSC_BITAND", type: "operator", symbol: "&", category: "mathematical", overloads: [{ description: "AR_OP_LNG_BITAND_LNG_LNG_DSC", identifier: "Long_ONE bitAnd(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_BITAND_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITAND_LNG_LNG_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITAND_LNG_LNG_PRM_DSC_1", identifier: "value2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "3 & 9", output: "1" }, { input: "7 & 15", output: "7" }, { input: "-2 & 5", output: "4" }] }] }, bitNot: { identifier: "bitNot", description: "AR_OP_DSC_BITNOT", type: "operator", symbol: "~", category: "mathematical", overloads: [{ description: "AR_OP_LNG_BITNOT_LNG_DSC", identifier: "Long_ONE bitNot(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_BITNOT_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITNOT_LNG_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "~ 5", output: "-6" }, { input: "~ 256", output: "-257" }] }] }, bitOr: { identifier: "bitOr", description: "AR_OP_DSC_BITOR", type: "operator", symbol: "|", category: "mathematical", overloads: [{ description: "AR_OP_LNG_BITOR_LNG_LNG_DSC", identifier: "Long_ONE bitOr(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_BITOR_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITOR_LNG_LNG_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_BITOR_LNG_LNG_PRM_DSC_1", identifier: "value2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "3 | 9", output: "11" }, { input: "7 | 15", output: "15" }, { input: "-2 | 5", output: "-1" }] }] }, sub: { identifier: "sub", description: "AR_OP_DSC_SUB", type: "operator", symbol: "-", category: "mathematical", overloads: [{ description: "AR_OP_DATE_SUB_DATE_DUR_DSC", identifier: "Date_ONE sub(Date_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_DATE_SUB_DATE_DUR_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_SUB_DATE_DUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATE_SUB_DATE_DUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDate(2009, 1, 10) - MakeDuration(10, 0, 30, 0)", output: "AR_OP_DATE_SUB_DATE_DUR_EX_OUT_0" }, { input: "MakeDate(2020, 2, 28) - MakeDuration(3, 0, 0, 0)", output: "AR_OP_DATE_SUB_DATE_DUR_EX_OUT_1" }] }, { description: "AR_OP_LNG_SUB_LNG_LNG_DSC", identifier: "Long_ONE sub(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_SUB_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_SUB_LNG_LNG_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_SUB_LNG_LNG_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2 - 3", output: "-1" }, { input: "100 - 35", output: "65" }] }, { description: "AR_OP_CUR_SUB_CUR_CUR_DSC", identifier: "Currency_ONE sub(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_SUB_CUR_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_SUB_CUR_CUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_SUB_CUR_CUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("5.25|USD") - MakeCurrency(4.00, "USD")', output: "AR_OP_CUR_SUB_CUR_CUR_EX_OUT_0" }, { input: 'ToCurrency("5.25|") - ToCurrency("2.50|")', output: "AR_OP_CUR_SUB_CUR_CUR_EX_OUT_1" }] }, { description: "AR_OP_DEC_SUB_DEC_DEC_DSC", identifier: "Decimal_ONE sub(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_SUB_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_DEC_DEC_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_DEC_DEC_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "20.5 - 5.3", output: "15.2" }, { input: "24.5 - 7.1", output: "17.4" }] }, { description: "AR_OP_DEC_SUB_DEC_LNG_DSC", identifier: "Decimal_ONE sub(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_SUB_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_DEC_LNG_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_DEC_LNG_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "20.5 - 5", output: "15.5" }, { input: "24.5 - 7", output: "17.5" }] }, { description: "AR_OP_DEC_SUB_LNG_DEC_DSC", identifier: "Decimal_ONE sub(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_SUB_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_LNG_DEC_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_SUB_LNG_DEC_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "20 - 5.5", output: "14.5" }, { input: "24 - 7.5", output: "16.5" }] }, { description: "AR_OP_DTM_SUB_DUR_DUR_DSC", identifier: "DateTime_ONE sub(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DTM_SUB_DUR_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_SUB_DUR_DUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_SUB_DUR_DUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 10, 30, 0) - MakeDuration(0, 5, 15, 0)", output: "AR_OP_DTM_SUB_DUR_DUR_EX_OUT_0" }] }, { description: "AR_OP_DTM_SUB_DTM_DUR_DSC", identifier: "DateTime_ONE sub(DateTime_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DTM_SUB_DTM_DUR_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_SUB_DTM_DUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DTM_SUB_DTM_DUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDateTime(2003, 6, 3, 0, 0, 0) - MakeDuration(0, 1, 1, 1)", output: "AR_OP_DTM_SUB_DTM_DUR_EX_OUT_0" }] }, { description: "AR_OP_TIME_SUB_TIME_DUR_DSC", identifier: "Time_ONE sub(Time_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_TIME_SUB_TIME_DUR_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_SUB_TIME_DUR_PRM_DSC_0", identifier: "minuend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIME_SUB_TIME_DUR_PRM_DSC_1", identifier: "subtrahend", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeTime(2, 30, 0) - MakeDuration(10, -3, -30, 0)", output: "AR_OP_TIME_SUB_TIME_DUR_EX_OUT_0" }, { input: "MakeTime(2, 30, 0) - MakeDuration(0, -3, -30, 0)", output: "AR_OP_TIME_SUB_TIME_DUR_EX_OUT_1" }, { input: "MakeTime(2, 30, 0) - MakeDuration(3, 3, 30, 0)", output: "AR_OP_TIME_SUB_TIME_DUR_EX_OUT_2" }] }], needsServerInfo: true }, mul: { identifier: "mul", description: "AR_OP_DSC_MUL", type: "operator", symbol: "*", category: "mathematical", overloads: [{ description: "AR_OP_LNG_MUL_LNG_LNG_DSC", identifier: "Long_ONE mul(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_MUL_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_MUL_LNG_LNG_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_MUL_LNG_LNG_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7 * 12", output: "84" }, { input: "9 * 1000", output: "9000" }] }, { description: "AR_OP_DEC_MUL_DEC_DEC_DSC", identifier: "Decimal_ONE mul(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MUL_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_DEC_DEC_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_DEC_DEC_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7.5 * 12.2", output: "91.5" }] }, { description: "AR_OP_DEC_MUL_LNG_DEC_DSC", identifier: "Decimal_ONE mul(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MUL_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_LNG_DEC_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_LNG_DEC_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 * 12.2", output: "85.4" }, { input: "-7 * 12.2", output: "-85.4" }] }, { description: "AR_OP_DEC_MUL_DEC_LNG_DSC", identifier: "Decimal_ONE mul(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MUL_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_DEC_LNG_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MUL_DEC_LNG_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 * 12", output: "86.4" }, { input: "5.1 * -3", output: "-15.3" }] }, { description: "AR_OP_CUR_MUL_DEC_CUR_DSC", identifier: "Currency_ONE mul(Decimal_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MUL_DEC_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_DEC_CUR_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_DEC_CUR_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: '7.2 * ToCurrency("5.25|USD")', output: "AR_OP_CUR_MUL_DEC_CUR_EX_OUT_0" }] }, { description: "AR_OP_CUR_MUL_CUR_DEC_DSC", identifier: "Currency_ONE mul(Currency_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MUL_CUR_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_CUR_DEC_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_CUR_DEC_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: 'ToCurrency("-5.25|USD") * 7.2', output: "AR_OP_CUR_MUL_CUR_DEC_EX_OUT_0" }] }, { description: "AR_OP_CUR_MUL_LNG_CUR_DSC", identifier: "Currency_ONE mul(Long_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MUL_LNG_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_LNG_CUR_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_LNG_CUR_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: '7 * MakeCurrency(5.25, "USD")', output: "AR_OP_CUR_MUL_LNG_CUR_EX_OUT_0" }] }, { description: "AR_OP_CUR_MUL_CUR_LNG_DSC", identifier: "Currency_ONE mul(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MUL_CUR_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_CUR_LNG_PRM_DSC_0", identifier: "multiplicand", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MUL_CUR_LNG_PRM_DSC_1", identifier: "multiplier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: 'MakeCurrency(5.25, "USD") * 7', output: "AR_OP_CUR_MUL_CUR_LNG_EX_OUT_0" }] }] }, div: { identifier: "div", description: "AR_OP_DSC_DIV", type: "operator", symbol: "/", category: "mathematical", overloads: [{ description: "AR_OP_DEC_DIV_LNG_DEC_DSC", identifier: "Decimal_ONE div(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_DIV_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_LNG_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_LNG_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: "42 / (3.0 + 3.0)", output: "7.0" }] }, { description: "AR_OP_DEC_DIV_DEC_LNG_DSC", identifier: "Decimal_ONE div(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_DIV_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_DEC_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_DEC_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: "42.7 / 7", output: "6.1" }] }, { description: "AR_OP_DEC_DIV_LNG_LNG_DSC", identifier: "Decimal_ONE div(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_DIV_LNG_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_LNG_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_LNG_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: "42 / 8", output: "5.25" }] }, { description: "AR_OP_DEC_DIV_DEC_DEC_DSC", identifier: "Decimal_ONE div(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_DIV_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_DEC_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_DIV_DEC_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: "44.7741 / 6.21", output: "7.21" }] }, { description: "AR_OP_CUR_DIV_CUR_DEC_DSC", identifier: "Currency_ONE div(Currency_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_DIV_CUR_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_DIV_CUR_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_DIV_CUR_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: 'ToCurrency("44.7741|USD") / 6.21', output: "AR_OP_CUR_DIV_CUR_DEC_EX_OUT_0" }] }, { description: "AR_OP_CUR_DIV_CUR_LNG_DSC", identifier: "Currency_ONE div(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_DIV_CUR_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_DIV_CUR_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_DIV_CUR_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: 'ToCurrency("45.00|USD") / 6', output: "AR_OP_CUR_DIV_CUR_LNG_EX_OUT_0" }] }] }, pow: { identifier: "pow", description: "AR_OP_DSC_POW", type: "operator", symbol: "^", category: "mathematical", overloads: [{ description: "AR_OP_LNG_POW_LNG_LNG_DSC", identifier: "Long_ONE pow(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_POW_LNG_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_POW_LNG_LNG_PRM_DSC_0", identifier: "base", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_POW_LNG_LNG_PRM_DSC_1", identifier: "exponent", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2 ^ 3", output: "8.0" }, { input: "2 ^ -1", output: "0.5" }] }, { description: "AR_OP_DEC_POW_LNG_DEC_DSC", identifier: "Decimal_ONE pow(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_POW_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_LNG_DEC_PRM_DSC_0", identifier: "base", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_LNG_DEC_PRM_DSC_1", identifier: "exponent", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "2 ^ 3.0", output: "8.0" }, { input: "81 ^ 0.5", output: "9.0" }] }, { description: "AR_OP_DEC_POW_DEC_LNG_DSC", identifier: "Decimal_ONE pow(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_POW_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_DEC_LNG_PRM_DSC_0", identifier: "base", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_DEC_LNG_PRM_DSC_1", identifier: "exponent", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "2.0 ^ 3", output: "8.0" }, { input: "5.5 ^ 3", output: "166.375" }, { input: "2.0 ^ -1", output: "0.5" }] }, { description: "AR_OP_DEC_POW_DEC_DEC_DSC", identifier: "Decimal_ONE pow(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_POW_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_DEC_DEC_PRM_DSC_0", identifier: "base", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_POW_DEC_DEC_PRM_DSC_1", identifier: "exponent", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "2.5 ^ 3.0", output: "15.625" }] }] }, ter: { identifier: "ter", description: "AR_OP_DSC_TER", type: "operator", symbol: "?", category: "logical", overloads: [{ description: "AR_OP_ANY_TER_BLN_ANY_ANY_DSC", identifier: "Any_ONE ter(Boolean_ONE,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_OP_ANY_TER_BLN_ANY_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_1", identifier: "trueValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_2", identifier: "falseValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: "5>3 ? true : false", output: "true" }, { input: '5>3 ? "hello" : "world"', output: '"hello"' }, { input: "5>3 ? 100 : 200", output: "100" }, { input: "5>3 ? 100.5 : 200.0", output: "100.5" }, { input: 'MakeCurrency(5.00, "USD") > MakeCurrency(2.00, "USD") ? MakeCurrency(10.00, "USD") : ToCurrency(NOT_SET)', output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_4" }, { input: "5>3 ? MakeDateTime(2009, 5, 5, 10, 30, 0) : MakeDateTime(2005, 1, 1, 0, 0, 0)", output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_5" }, { input: "5>3 ? MakeDuration(0, 1, 0, 0) : MakeDuration(2, 0, 0, 0)", output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_6" }, { input: '5>3 ? ToUser("john.doe@company.com") : ToUser("mary.doe@company.com")', output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_7", hidden: "true" }, { input: '5>3 ? ToSkill("Spanish") : ToSkill("German")', output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_8", hidden: "true" }, { input: "3<5 ? MakeDate(2010, 6, 1) : MakeDate(2015, 6, 1)", output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_9", featureConfigName: "botFlows" }, { input: "3<5 ? MakeTime(12, 0, 0) : MakeTime(2, 30, 0)", output: "AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_10", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_DSC", identifier: "Any_COLL ter(Boolean_ONE,Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "trueValue", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_2", identifier: "falseValue", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "any" }], examples: [{ input: 'MakeCurrency(5.00, "USD") > MakeCurrency(2.00, "USD") ? MakeList(MakeCurrency(10.00, "USD")) : MakeList(ToCurrency(NOT_SET))', output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_0" }, { input: "5>3 ? MakeList(true) : MakeList(false)", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_1" }, { input: '5>3 ? MakeList("hello") : MakeList("world")', output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_2" }, { input: "5>3 ? MakeList(100) : MakeList(200)", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_3" }, { input: "5>3 ? MakeList(100.5) : MakeList(200.0)", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_4" }, { input: "5>3 ? MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0)) : MakeList(MakeDateTime(2005, 1, 1, 0, 0, 0))", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_5" }, { input: "5>3 ? MakeList(MakeDuration(0, 1, 0, 0)) : MakeList(MakeDuration(2, 0, 0, 0))", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_6" }, { input: '5>3 ? MakeList(ToUser("john.doe@company.com")) : MakeList(ToUser("mary.doe@company.com"))', output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_7", hidden: "true" }, { input: '5>3 ? MakeList(ToSkill("Spanish")) : MakeList(ToSkill("German"))', output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_8", hidden: "true" }, { input: "3<5 ? MakeList(MakeDate(2010, 6, 1)) : MakeList(MakeDate(2015, 6, 1))", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_9", featureConfigName: "botFlows" }, { input: "3<5 ? MakeList(MakeTime(12, 0, 0)) : MakeList(MakeTime(2, 30, 0))", output: "AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_10", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_DSC", identifier: "Audio_ONE ter(Boolean_ONE,Audio_ONE,Audio_ONE)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_1", identifier: "trueValueAudio", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "aud" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_2", identifier: "falseValueAudio", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "aud" }], examples: [{ input: '5>3 ? ToAudioTTS("Hello") : ToAudioTTS("World")', output: "AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_EX_OUT_0" }] }] }, mod: { identifier: "mod", description: "AR_OP_DSC_MOD", type: "operator", symbol: "%", category: "mathematical", overloads: [{ description: "AR_OP_LNG_MOD_LNG_LNG_DSC", identifier: "Long_ONE mod(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_MOD_LNG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_MOD_LNG_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_MOD_LNG_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: "27 % 5", output: "2" }] }, { description: "AR_OP_DEC_MOD_DEC_DEC_DSC", identifier: "Decimal_ONE mod(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MOD_DEC_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_DEC_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_DEC_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: "37.3 % 12.8", output: "11.7" }] }, { description: "AR_OP_DEC_MOD_LNG_DEC_DSC", identifier: "Decimal_ONE mod(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MOD_LNG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_LNG_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_LNG_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: "37 % 12.8", output: "11.4" }] }, { description: "AR_OP_DEC_MOD_DEC_LNG_DSC", identifier: "Decimal_ONE mod(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_MOD_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_DEC_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_MOD_DEC_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: "37.9 % 9", output: "1.9" }] }, { description: "AR_OP_CUR_MOD_CUR_DEC_DSC", identifier: "Currency_ONE mod(Currency_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MOD_CUR_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MOD_CUR_DEC_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MOD_CUR_DEC_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec", disallowZero: true }], examples: [{ input: 'ToCurrency("37.9|USD") % 9.5', output: "AR_OP_CUR_MOD_CUR_DEC_EX_OUT_0" }] }, { description: "AR_OP_CUR_MOD_CUR_LNG_DSC", identifier: "Currency_ONE mod(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_MOD_CUR_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MOD_CUR_LNG_PRM_DSC_0", identifier: "dividend", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_MOD_CUR_LNG_PRM_DSC_1", identifier: "divisor", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", disallowZero: true }], examples: [{ input: 'MakeCurrency(37.95, "USD") % 9', output: "AR_OP_CUR_MOD_CUR_LNG_EX_OUT_0" }] }] }, not: { identifier: "not", description: "AR_OP_DSC_NOT", type: "operator", symbol: "!", category: "unary", overloads: [{ description: "AR_OP_BLN_NOT_BLN_DSC", identifier: "Boolean_ONE not(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NOT_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_NOT_BLN_PRM_DSC_0", identifier: "booleanValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }], examples: [{ input: "!true", output: "false" }, { input: "!( 5 == 3 )", output: "true" }] }] }, neg: { identifier: "neg", description: "AR_OP_DSC_NEG", type: "operator", symbol: "-", category: "unary", overloads: [{ description: "AR_OP_CUR_NEG_CUR_DSC", identifier: "Currency_ONE neg(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CUR_NEG_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CUR_NEG_CUR_PRM_DSC_0", identifier: "valueToNegate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: '- MakeCurrency(5.25, "USD")', output: "AR_OP_CUR_NEG_CUR_EX_OUT_0" }, { input: '- MakeCurrency(0.0, "USD")', output: "AR_OP_CUR_NEG_CUR_EX_OUT_1" }] }, { description: "AR_OP_LNG_NEG_LNG_DSC", identifier: "Long_ONE neg(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LNG_NEG_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LNG_NEG_LNG_PRM_DSC_0", identifier: "valueToNegate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "-( 3 + 2 )", output: "-5" }, { input: "-( 0 )", output: "0" }] }, { description: "AR_OP_DEC_NEG_DEC_DSC", identifier: "Decimal_ONE neg(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DEC_NEG_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DEC_NEG_DEC_PRM_DSC_0", identifier: "valueToNegate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "-( 3.5 + 2.7 )", output: "-6.2" }, { input: "- ( 0.0 )", output: "0.0" }] }, { description: "AR_OP_DUR_NEG_DUR_DSC", identifier: "Duration_ONE neg(Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DUR_NEG_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DUR_NEG_DUR_PRM_DSC_0", identifier: "valueToNegate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }], examples: [{ input: "- MakeDuration(10, 0, 0, 0)", output: "AR_OP_DUR_NEG_DUR_EX_OUT_0" }] }] }, and: { identifier: "and", description: "AR_OP_DSC_AND", type: "operator", symbol: "and", category: "logical", overloads: [{ description: "AR_OP_BLN_LOGICALAND_BLN_BLN_DSC", identifier: "Boolean_ONE logicalAnd(Boolean_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LOGICALAND_BLN_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LOGICALAND_BLN_BLN_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LOGICALAND_BLN_BLN_PRM_DSC_1", identifier: "value2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln" }], examples: [{ input: "true And false", output: "false" }, { input: "( 5 == 5 ) and ( 3 != 4 )", output: "true" }, { input: "true AND ( 3 > 4 )", output: "false" }] }] }, or: { identifier: "or", description: "AR_OP_DSC", type: "operator", symbol: "or", category: "logical", overloads: [{ description: "AR_OP_BLN_LOGICALOR_BLN_BLN_DSC", identifier: "Boolean_ONE logicalOr(Boolean_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LOGICALOR_BLN_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LOGICALOR_BLN_BLN_PRM_DSC_0", identifier: "value1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LOGICALOR_BLN_BLN_PRM_DSC_1", identifier: "value2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln" }], examples: [{ input: "true Or false", output: "true" }, { input: "( 5 == 5 ) or ( 3 != 4 )", output: "true" }, { input: "false OR ( 3 > 4 )", output: "false" }] }] }, gt: { identifier: "gt", description: "AR_OP_DSC_GT", type: "operator", symbol: ">", category: "comparison", overloads: [{ description: "AR_OP_BLN_GT_DATE_DATE_DSC", identifier: "Boolean_ONE gt(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_GT_DATE_DATE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DATE_DATE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DATE_DATE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDate(2011, 3, 20) > MakeDate(2010, 3, 20)", output: "true" }, { input: "MakeDate(2010, 1, 15) > MakeDate(2010, 1, 15)", output: "false" }] }, { description: "AR_OP_BLN_GT_LNG_DEC_DSC", identifier: "Boolean_ONE gt(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 > 5.2", output: "true" }] }, { description: "AR_OP_BLN_GT_DEC_LNG_DSC", identifier: "Boolean_ONE gt(Decimal_ONE,Long_ONE", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 > 5", output: "true" }] }, { description: "AR_OP_BLN_GT_CUR_CUR_DSC", identifier: "Boolean_ONE gt(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_CUR_CUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_CUR_CUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_CUR_CUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("6.50|USD") > MakeCurrency(6.10, "USD")', output: "true" }] }, { description: "AR_OP_BLN_GT_DTM_DTM_DSC", identifier: "Boolean_ONE gt(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_DTM_DTM_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DTM_DTM_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DTM_DTM_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00) > MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "false" }, { input: "MakeDateTime(2025, 3, 24, 12, 00, 00) > MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "true" }] }, { description: "AR_OP_BLN_GT_DEC_DEC_DSC", identifier: "Boolean_ONE gt(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_DEC_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DEC_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DEC_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "9.2 > 7.7", output: "true" }, { input: "9.2 > 11.7", output: "false" }] }, { description: "AR_OP_BLN_GT_DUR_DUR_DSC", identifier: "Boolean_ONE gt(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_DUR_DUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DUR_DUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_DUR_DUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 2, 30, 0) > MakeDuration(0, 1, 59, 59)", output: "true" }] }, { description: "AR_OP_BLN_GT_LNG_LNG_DSC", identifier: "Boolean_ONE gt(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_LNG_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_LNG_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_LNG_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "150 > 125", output: "true" }] }, { description: "AR_OP_BLN_GT_STR_STR_DSC", identifier: "Boolean_ONE gt(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GT_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_STR_STR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_STR_STR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello" > "World"', output: "false" }] }, { description: "AR_OP_BLN_GT_TIME_TIME_DSC", identifier: "Boolean_ONE gt(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_GT_TIME_TIME_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_TIME_TIME_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GT_TIME_TIME_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeTime(15, 30, 0) > MakeTime(12, 0, 0)", output: "true" }, { input: "MakeTime(1, 0, 0) > MakeTime(1, 0, 0)", output: "false" }] }], needsServerInfo: true }, gte: { identifier: "gte", description: "AR_OP_DSC_GTE", type: "operator", symbol: ">=", category: "comparison", overloads: [{ description: "AR_OP_BLN_GTE_DATE_DATE_DSC", identifier: "Boolean_ONE gte(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_GTE_DATE_DATE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DATE_DATE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DATE_DATE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDate(2011, 3, 20) >= MakeDate(2010, 3, 20)", output: "true" }, { input: "MakeDate(2009, 3, 20) >= MakeDate(2010, 3, 20)", output: "false" }, { input: "MakeDate(2010, 1, 15) >= MakeDate(2010, 1, 15)", output: "true" }] }, { description: "AR_OP_BLN_GTE_LNG_DEC_DSC", identifier: "Boolean_ONE gte(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 >= 5.2", output: "true" }] }, { description: "AR_OP_BLN_GTE_DEC_LNG_DSC", identifier: "Boolean_ONE gte(Decimal_ONE,Long_ONE", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 >= 5", output: "true" }] }, { description: "AR_OP_BLN_GTE_CUR_CUR_DSC", identifier: "Boolean_ONE gte(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_CUR_CUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_CUR_CUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_CUR_CUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("6.50|USD") >= ToCurrency("6.10|USD")', output: "true" }] }, { description: "AR_OP_BLN_GTE_DTM_DTM_DSC", identifier: "Boolean_ONE gte(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_DTM_DTM_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DTM_DTM_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DTM_DTM_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00) >= MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "false" }] }, { description: "AR_OP_BLN_GTE_DEC_DEC_DSC", identifier: "Boolean_ONE gte(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_DEC_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DEC_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DEC_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "9.2 >= 7.7", output: "true" }, { input: "9.2 >= 11.7", output: "false" }] }, { description: "AR_OP_BLN_GTE_DUR_DUR_DSC", identifier: "Boolean_ONE gte(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_DUR_DUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DUR_DUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_DUR_DUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 2, 30, 0) >= MakeDuration(0, 1, 59, 59)", output: "true" }] }, { description: "AR_OP_BLN_GTE_LNG_LNG_DSC", identifier: "Boolean_ONE gte(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_LNG_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_LNG_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_LNG_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "150 >= 125", output: "true" }] }, { description: "AR_OP_BLN_GTE_STR_STR_DSC", identifier: "Boolean_ONE gte(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_GTE_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_STR_STR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_STR_STR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello" >= "World"', output: "false" }] }, { description: "AR_OP_BLN_GTE_TIME_TIME_DSC", identifier: "Boolean_ONE gte(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_GTE_TIME_TIME_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_TIME_TIME_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_GTE_TIME_TIME_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeTime(15, 30, 0) >= MakeTime(12, 0, 0)", output: "true" }, { input: "MakeTime(0, 30, 0) >= MakeTime(1, 0, 0)", output: "false" }, { input: "MakeTime(1, 0, 0) >= MakeTime(1, 0, 0)", output: "true" }] }], needsServerInfo: true }, lt: { identifier: "lt", description: "AR_OP_DSC_LT", type: "operator", symbol: "<", category: "comparison", overloads: [{ description: "AR_OP_BLN_LT_LNG_DEC_DSC", identifier: "Boolean_ONE lt(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 < 5.2", output: "false" }] }, { description: "AR_OP_BLN_LT_DEC_LNG_DSC", identifier: "Boolean_ONE lt(Decimal_ONE,Long_ONE", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 < 5", output: "false" }] }, { description: "AR_OP_BLN_LT_CUR_CUR_DSC", identifier: "Boolean_ONE lt(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_CUR_CUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_CUR_CUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_CUR_CUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("6.50|USD") < ToCurrency("6.10|USD")', output: "false" }] }, { description: "AR_OP_BLN_LT_DATE_DATE_DSC", identifier: "Boolean_ONE lt(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_LT_DATE_DATE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DATE_DATE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DATE_DATE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDate(2009, 3, 20) < MakeDate(2010, 3, 20)", output: "true" }, { input: "MakeDate(2010, 1, 15) < MakeDate(2010, 1, 15)", output: "false" }] }, { description: "AR_OP_BLN_LT_DTM_DTM_DSC", identifier: "Boolean_ONE lt(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_DTM_DTM_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DTM_DTM_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DTM_DTM_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00) < MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "true" }] }, { description: "AR_OP_BLN_LT_DEC_DEC_DSC", identifier: "Boolean_ONE lt(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_DEC_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DEC_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DEC_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "9.2 < 7.7", output: "false" }, { input: "9.2 < 11.7", output: "true" }] }, { description: "AR_OP_BLN_LT_DUR_DUR_DSC", identifier: "Boolean_ONE lt(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_DUR_DUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DUR_DUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_DUR_DUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 2, 30, 0) < MakeDuration(0, 1, 59, 59)", output: "false" }] }, { description: "AR_OP_BLN_LT_LNG_LNG_DSC", identifier: "Boolean_ONE lt(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_LNG_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_LNG_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_LNG_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "150 < 125", output: "false" }] }, { description: "AR_OP_BLN_LT_STR_STR_DSC", identifier: "Boolean_ONE lt(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LT_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_STR_STR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_STR_STR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello" < "World"', output: "true" }] }, { description: "AR_OP_BLN_LT_TIME_TIME_DSC", identifier: "Boolean_ONE lt(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_LT_TIME_TIME_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_TIME_TIME_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LT_TIME_TIME_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeTime(3, 30, 0) < MakeTime(12, 0, 0)", output: "true" }, { input: "MakeTime(1, 0, 0) < MakeTime(1, 0, 0)", output: "false" }] }], needsServerInfo: true }, lte: { identifier: "lte", description: "AR_OP_DSC_LTE", type: "operator", symbol: "<=", category: "comparison", overloads: [{ description: "AR_OP_BLN_LTE_LNG_DEC_DSC", identifier: "Boolean_ONE lte(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "7 <= 5.2", output: "false" }] }, { description: "AR_OP_BLN_LTE_DATE_DATE_DSC", identifier: "Boolean_ONE lte(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_LTE_DATE_DATE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DATE_DATE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DATE_DATE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "MakeDate(2009, 3, 20) <= MakeDate(2010, 3, 20)", output: "true" }, { input: "MakeDate(2010, 1, 15) <= MakeDate(2010, 1, 15)", output: "true" }] }, { description: "AR_OP_BLN_LTE_DEC_LNG_DSC", identifier: "Boolean_ONE lte(Decimal_ONE,Long_ONE", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "7.2 <= 5", output: "false" }] }, { description: "AR_OP_BLN_LTE_CUR_CUR_DSC", identifier: "Boolean_ONE lte(Currency_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_CUR_CUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_CUR_CUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_CUR_CUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'ToCurrency("6.50|USD") <= ToCurrency("6.10|USD")', output: "false" }] }, { description: "AR_OP_BLN_LTE_DTM_DTM_DSC", identifier: "Boolean_ONE lte(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_DTM_DTM_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DTM_DTM_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DTM_DTM_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00) <= MakeDateTime(2010, 3, 20, 12, 00, 00)", output: "true" }] }, { description: "AR_OP_BLN_LTE_DEC_DEC_DSC", identifier: "Boolean_ONE lte(Decimal_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_DEC_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DEC_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DEC_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dec" }], examples: [{ input: "9.2 <= 7.7", output: "false" }, { input: "9.2 <= 11.7", output: "true" }] }, { description: "AR_OP_BLN_LTE_DUR_DUR_DSC", identifier: "Boolean_ONE lte(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_DUR_DUR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DUR_DUR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_DUR_DUR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeDuration(0, 2, 30, 0) <= MakeDuration(0, 1, 59, 59)", output: "false" }] }, { description: "AR_OP_BLN_LTE_LNG_LNG_DSC", identifier: "Boolean_ONE lte(Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_LNG_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_LNG_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_LNG_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "150 <= 125", output: "false" }] }, { description: "AR_OP_BLN_LTE_STR_STR_DSC", identifier: "Boolean_ONE lte(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_LTE_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_STR_STR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_STR_STR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: '"Hello" <= "World"', output: "true" }] }, { description: "AR_OP_BLN_LTE_TIME_TIME_DSC", identifier: "Boolean_ONE lte(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_OP_BLN_LTE_TIME_TIME_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_TIME_TIME_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BLN_LTE_TIME_TIME_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "MakeTime(3, 30, 0) <= MakeTime(12, 0, 0)", output: "true" }, { input: "MakeTime(3, 0, 0) <= MakeTime(3, 0, 0)", output: "true" }, { input: "MakeTime(4, 0, 0) <= MakeTime(3, 0, 0)", output: "false" }] }], needsServerInfo: true }, bkt: { identifier: "bkt", description: "AR_OP_DSC_BKT", type: "operator", closingSymbol: "]", symbol: "[", category: "list", overloads: [{ description: "AR_OP_ANY_BKT_LNG_ANY_COLL_DSC", identifier: "Any_ONE bkt(Long_ONE,Any_COLL)", support: { version: "1.0", resolver: "CollectionBrackets" }, reverseOpsForHelp: true, returnValue: { description: "AR_OP_ANY_BKT_LNG_ANY_COLL_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_BKT_LNG_ANY_COLL_PRM_DSC_0", identifier: "index", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_BKT_LNG_ANY_COLL_PRM_DSC_1", identifier: "collection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: 'MakeList(MakeCurrency(5.25, "USD"), MakeCurrency(2.25, "EUR"))[1]', output: "AR_OP_ANY_BKT_LNG_ANY_COLL_EX_OUT_0" }, { input: "MakeList(1, 2, 3)[2]", output: "3" }, { input: 'MakeList("Hello", "There")[0]', output: '"Hello"' }] }, { description: "AR_OP_ANY_BKT_STR_ANY_DSC", identifier: "Any_ONE bkt(String_ONE,Any_ONE)", support: { version: "1.0", resolver: "PropertyBrackets" }, reverseOpsForHelp: true, returnValue: { description: "AR_OP_ANY_BKT_STR_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_BKT_STR_ANY_PRM_DSC_0", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_BKT_STR_ANY_PRM_DSC_1", identifier: "objectWithProperties", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: 'MakeCurrency(5.25, "USD")["amount"]', output: "5.25" }, { input: 'MakeCurrency(5.25, "USD")["code"]', output: '"USD"' }] }, { description: "AR_OP_JSON_BKT_LNG_JSON_DSC", identifier: "JSON_ONE bkt(Long_ONE,JSON_ONE)", support: { version: "1.0", resolver: "None" }, reverseOpsForHelp: true, needsServerInfo: true, returnValue: { description: "AR_OP_JSON_BKT_LNG_JSON_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_JSON_BKT_LNG_JSON_PRM_DSC_0", identifier: "index", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_JSON_BKT_LNG_JSON_PRM_DSC_1", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'JsonParse("[ 1, 2, 3 ]")[2]', output: "AR_OP_JSON_BKT_LNG_JSON_EX_OUT_0" }, { input: 'JsonParse("[ \\"Apple\\", \\"Banana\\", \\"Orange\\" ]")[0]', output: 'A JSON value containing the String value "Apple"' }, { input: 'JsonParse("\\"Hello\\"")[2]', output: "AR_OP_JSON_BKT_LNG_JSON_EX_OUT_2" }] }], needsServerInfo: true }, equ: { identifier: "equ", description: "AR_OP_DSC_EQU", type: "operator", symbol: "==", category: "comparison", overloads: [{ description: "AR_OP_BLN_EQU_ANY_ANY_DSC", identifier: "Boolean_ONE equ(Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_OP_BLN_EQU_ANY_ANY_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_ANY_ANY_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_ANY_ANY_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "5 == 3", output: "false" }, { input: "true == ! ( true and false )", output: "true" }, { input: 'ToJson("\\"8\\"" + "\\"3\\"") == JsonParse("\\"83\\"")', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToJson("8" + "3") == JsonParse("83")', output: "false", featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToJson(NOT_SET) == JsonParse("null")', output: "false", featureConfigName: "encryptDecryptDataFeature" }, { input: 'JsonParse("{\\"a\\":true,\\"b\\":false}") == JsonParse("{\\"b\\":false,\\"a\\":true}")', output: "true", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_OP_BLN_EQU_DEC_LNG_DSC", identifier: "Boolean_ONE equ(Decimal_ONE_Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: "-5.0 == 3", output: "false" }, { input: "5.0 == 5", output: "true" }, { input: "ToDecimal(NOT_SET) == ToInt(NOT_SET)", output: "true" }] }, { description: "AR_OP_BLN_EQU_LNG_DEC_DSC", identifier: "Boolean_ONE equ(Long_ONE_Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: "5 == 3.0", output: "false" }, { input: "5 == 5.0", output: "true" }, { input: "ToInt(NOT_SET) == ToDecimal(NOT_SET)", output: "true" }] }, { description: "AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_DSC", identifier: "Boolean_ONE equ(Long_COLL,Decimal_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: "MakeList(1+4, 2+1, 3) == MakeList(5.0, 3.0, 3.0)", output: "true" }, { input: "MakeList(1+4, 2+1, 3, 0) == MakeList(4.0, 2.0, 0.0, 1.0)", output: "false" }, { input: "MakeList(ToInt(NOT_SET), 1) == MakeList(ToDecimal(NOT_SET), 1.0)", output: "true" }] }, { description: "AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_DSC", identifier: "Boolean_ONE equ(Decimal_COLL,Long_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: "MakeList(5.0, 3.0, 1.0) == MakeList(5, 3, 1)", output: "true" }, { input: "MakeList(5.0, 3.0, 1.0) == MakeList(5, 2, 1)", output: "false" }, { input: "MakeList(ToDecimal(NOT_SET), 1.0) == MakeList(ToInt(NOT_SET), 1)", output: "true" }] }, { description: "AR_OP_BLN_EQU_PHNBR_PHNBR_DSC", identifier: "Boolean_ONE equ(PhoneNumber_ONE,PhoneNumber_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_EQU_PHNBR_PHNBR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_PHNBR_PHNBR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_PHNBR_PHNBR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "phn" }], examples: [{ input: 'ToPhoneNumber("tel:+13178723000") == ToPhoneNumber("+13178723000")', output: "true" }, { input: 'ToPhoneNumber("+13178723000") == ToPhoneNumber("13178723000")', output: "true" }, { input: 'ToPhoneNumber("sip:john.doe@company.com") == ToPhoneNumber("sips:john.doe@company.com")', output: "false" }, { input: 'ToPhoneNumber("sips:john.doe@company.com@") == ToPhoneNumber("sips:john.doe@company.com")', output: "true" }] }, { description: "AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_DSC", identifier: "Boolean_ONE equ(Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "MakeList(1, 2, 3) == MakeList(5-4, 1+1, 3)", output: "true" }, { input: "MakeList(false, false, true, true) == MakeList(false, !true, !false, !true)", output: "false" }] }] }, neq: { identifier: "neq", description: "AR_OP_DSC_NEQ", type: "operator", symbol: "!=", category: "comparison", overloads: [{ description: "AR_OP_BLN_NEQ_ANY_ANY_DSC", identifier: "Boolean_ONE neq(Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_OP_BLN_NEQ_ANY_ANY_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_ANY_ANY_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_ANY_ANY_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "5 != 3", output: "true" }, { input: "true != ! ( true and false )", output: "false" }, { input: 'ToJson("8" + "3") != JsonParse("83")', output: "false", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_OP_BLN_NEQ_DEC_LNG_DSC", identifier: "Boolean_ONE neq(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_DEC_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_DEC_LNG_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_DEC_LNG_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: "5.0 != 3", output: "true" }, { input: "5.0 != 5", output: "false" }, { input: "ToDecimal(NOT_SET) != ToInt(NOT_SET)", output: "false" }] }, { description: "AR_OP_BLN_NEQ_LNG_DEC_DSC", identifier: "Boolean_ONE neq(Long_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_LNG_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_LNG_DEC_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_LNG_DEC_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: "5 != 3.0", output: "true" }, { input: "5 != 5.0", output: "false" }, { input: "ToInt(NOT_SET) != ToDecimal(NOT_SET)", output: "false" }] }, { description: "AR_OP_BLN_NEQ_PHNBR_PHNBR_DSC", identifier: "Boolean_ONE neq(PhoneNumber_ONE,PhoneNumber_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_PHNBR_PHNBR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_PHNBR_PHNBR_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_PHNBR_PHNBR_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "phn" }], examples: [{ input: 'ToPhoneNumber("tel:+13178723000") != ToPhoneNumber("+13178723000")', output: "false" }, { input: 'ToPhoneNumber("+13178723000") != ToPhoneNumber("13178723000")', output: "false" }, { input: 'ToPhoneNumber("sip:john.doe@company.com") != ToPhoneNumber("sips:john.doe@company.com")', output: "true" }, { input: 'ToPhoneNumber("sips:john.doe@company.com@") != ToPhoneNumber("sips:john.doe@company.com")', output: "false" }] }, { description: "AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_DSC", identifier: "Boolean_ONE neq(Long_COLL,Decimal_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: "MakeList(1+4, 2+1, 3) != MakeList(5.0, 3.0, 3.0)", output: "false" }, { input: "MakeList(1+4, 2+1, 3, 0) != MakeList(4.0, 2.0, 0.0, 1.0)", output: "true" }, { input: "MakeList(ToInt(NOT_SET), 1) != MakeList(ToDecimal(NOT_SET), 1.0)", output: "false" }] }, { description: "AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_DSC", identifier: "Boolean_ONE neq(Decimal_COLL,Long_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: "MakeList(5.0, 3.0, 1.0) != MakeList(5, 3, 1)", output: "false" }, { input: "MakeList(5.0, 3.0, 1.0) != MakeList(5, 2, 1)", output: "true" }, { input: "MakeList(ToDecimal(NOT_SET), 1.0) != MakeList(ToInt(NOT_SET), 1)", output: "false" }] }, { description: "AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_DSC", identifier: "Boolean_ONE neq(Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "MakeList(1, 2, 3) != MakeList(5-4, 1+1, 3)", output: "false" }, { input: "MakeList(false, false, true, true) != MakeList(false, !true, !false, !true)", output: "true" }] }] }, propAccess: { identifier: "propAccess", description: "AR_OP_DSC_PROPACCESS", type: "operator", symbol: ".", overloads: [{ description: "AR_OP_ANY_PROPACCESS_STR_ANY_DSC", identifier: "Any propAccess(String_ONE,Any_ONE)", support: { version: "1.0", resolver: "Accessor" }, returnValue: { description: "AR_OP_ANY_PROPACCESS_STR_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_PROPACCESS_STR_ANY_PRM_DSC_0", identifier: "propertyToAccess", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_PROPACCESS_STR_ANY_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "any" }] }, { description: "AR_OP_ANY_PROPACCESS_STR_COMPLEX_DSC", identifier: "Any propAccess(String_ONE,Complex_ONE)", support: { version: "1.0", resolver: "Accessor" }, returnValue: { description: "AR_OP_ANY_PROPACCESS_STR_COMPLEX_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_PROPACCESS_STR_COMPLEX_PRM_DSC_0", identifier: "propertyToAccess", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_ANY_PROPACCESS_STR_COMPLEX_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "acp" }] }, { description: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_DSC", identifier: "BoolFormatEnum_ONE propAccess(String_ONE,BoolFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_RV", isArray: false, type: "bof" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_PRM_DSC_0", identifier: "BoolFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "blc" }], examples: [{ input: "Format.Bool.playYesNo", output: "AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_DSC", identifier: "CurrencyFormatEnum_ONE propAccess(String_ONE,CurrencyFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_RV", isArray: false, type: "cuf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_PRM_DSC_0", identifier: "CurrencyFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cuc" }], examples: [{ input: "Format.Currency.playDigits", output: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_0" }, { input: "Format.Currency.majorUnitsOnly", output: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_1" }, { input: "Format.Currency.minorUnitsOnly", output: "AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_2" }] }, { description: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_DSC", identifier: "DateFormatEnum_ONE propAccess(String_ONE,DateFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_RV", isArray: false, type: "daf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_PRM_DSC_0", identifier: "DateFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dac" }], examples: [{ input: "Format.Date.longYear", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_0" }, { input: "Format.Date.shortYear", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_1" }, { input: "Format.Date.shortMonthAndDay", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_2" }, { input: "Format.Date.dayOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_3" }, { input: "Format.Date.monthOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_4" }, { input: "Format.Date.shortYearOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_5" }, { input: "Format.Date.longYearOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_6" }, { input: "Format.Date.dayOfWeekOnly", output: "AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_7" }] }, { description: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_DSC", identifier: "NumberFormatEnum_ONE propAccess(String_ONE,NumberFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_RV", isArray: false, type: "nuf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_PRM_DSC_0", identifier: "NumberFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuc" }], examples: [{ input: "Format.Number.playDigits", output: "AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_DSC", identifier: "PhoneNumberFormatEnum_ONE propAccess(String_ONE,PhoneNumberFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, featureToggleName: "archPhoneNumberPhase2", returnValue: { description: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_RV", isArray: false, type: "phf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_PRM_DSC_0", identifier: "PhoneNumberFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "phc" }], examples: [{ input: "Format.PhoneNumber.global", output: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_EX_OUT_0" }, { input: "Format.PhoneNumber.local", output: "AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_EX_OUT_1" }] }, { description: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_DSC", identifier: "ConversationTypeEnum_ONE propAccess(String_ONE,ConversationTypesEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_RV", isArray: false, type: "cte" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_PRM_DSC_0", identifier: "conversationTypeEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "ctc" }], examples: [{ input: "System.Conversation.Types", output: "AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_DSC", identifier: "CurrencyEnum_ONE propAccess(String_ONE,CurrenciesEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_RV", isArray: false, type: "cre" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_PRM_DSC_0", identifier: "currencyEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cec" }], examples: [{ input: "System.Currencies.USD", output: "AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_DSC", identifier: "DayOfWeekEnumContainer_ONE propAccess(String_ONE,DateTimeEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_RV", isArray: false, type: "dwc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_PRM_DSC_0", identifier: "dateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dlc" }], examples: [{ input: "System.DateTime.dayOfWeek", output: "AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_DSC", identifier: "LanguageEnum_ONE propAccess(String_ONE,LanguagesEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_RV", isArray: false, type: "lge" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_PRM_DSC_0", identifier: "languageEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "lnc" }], examples: [{ input: "System.Languages.enUS", output: "AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_DSC", identifier: "RegionEnum_ONE propAccess(String_ONE,RegionsEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_RV", isArray: false, type: "rge" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_PRM_DSC_0", identifier: "regionEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "rec" }], examples: [{ input: "System.Regions.US", output: "AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_DSC", identifier: "SurveyDispositionEnum_ONE propAccess(String_ONE,SurveyDispositionsEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_RV", isArray: false, type: "sde" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_PRM_DSC_0", identifier: "surveyDispositionEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "sec" }], examples: [{ input: "System.Survey.Dispositions", output: "AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_DSC", identifier: "StringFormatEnum_ONE propAccess(String_ONE,StringFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_RV", isArray: false, type: "stf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_PRM_DSC_0", identifier: "StringFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "stc" }], examples: [{ input: "Format.String.playChars", output: "AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_EX_OUT_0" }] }, { description: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_DSC", identifier: "TimeFormatEnum_ONE propAccess(String_ONE,TimeFormatEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_RV", isArray: false, type: "tif" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_PRM_DSC_0", identifier: "TimeFormatEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tic" }], examples: [{ input: "Format.Time.twelveHours", output: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_EX_OUT_0" }, { input: "Format.Time.twentyFourHours", output: "AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_EX_OUT_1" }] }, { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_DSC", identifier: "LanguageContextEnum_ONE propAccess(String_ONE,LanguageCaseEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_RV", isArray: false, type: "lne" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_PRM_DSC_0", identifier: "genderLanguageContextEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "lcc" }], examples: [{ input: "Language.Case.article", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_0" }, { input: "Language.Case.accusative", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_1" }, { input: "Language.Case.genitive", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_2" }] }, { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_DSC", identifier: "LanguageContextEnum_ONE propAccess(String_ONE,LanguageGenderEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_RV", isArray: false, type: "lne" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_PRM_DSC_0", identifier: "genderLanguageContextEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "lgc" }], examples: [{ input: "Language.Gender.common", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_0" }, { input: "Language.Gender.feminine", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_1" }, { input: "Language.Gender.masculine", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_2" }, { input: "Language.Gender.neuter", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_3" }] }, { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_DSC", identifier: "LanguageContextEnum_ONE propAccess(String_ONE,LanguageQuantityEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_RV", isArray: false, type: "lne" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_PRM_DSC_0", identifier: "quantityLanguageContextEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "lqc" }], examples: [{ input: "Language.Quantity.plural", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_EX_OUT_0" }, { input: "Language.Quantity.singular", output: "AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_EX_OUT_1" }] }, { description: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_DSC", identifier: "TimePartEnum_ONE propAccess(String_ONE,TimePartEnumContainer_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_RV", isArray: false, type: "tpf" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_PRM_DSC_0", identifier: "timePartEnum", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tpc" }], examples: [{ input: "Format.TimePart.days", output: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_0" }, { input: "Format.TimePart.hours", output: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_1" }, { input: "Format.TimePart.minutes", output: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_2" }, { input: "Format.TimePart.seconds", output: "AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_3" }] }] }, audioPlaybackOptions: { identifier: "audioPlaybackOptions", description: "AR_FN_DSC_AUDIOPLAYBACKOPTIONS", type: "function", name: "AudioPlaybackOptions", category: "audio", overloads: [{ description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_DSC", identifier: "Audio_ONE audioPlaybackOptions(AnyPromptOrAudio_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, mustBeLastOperationOrFunction: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_PRM_DSC_0", identifier: "audio", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "apa" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_PRM_DSC_1", identifier: "bargeIn", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln", mustBeLiteral: true }], examples: [{ input: "AudioPlaybackOptions(Prompt.Welcome, false)", output: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_0" }, { input: "AudioPlaybackOptions(ToAudioNumber(5), false)", output: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_1" }, { input: "AudioPlaybackOptions(Append(ToAudioNumber(5), ToAudioBlank(500), ToAudioNumber(4)), true)", output: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_DSC", identifier: "Audio_ONE audioPlaybackOptions(AnyPromptOrAudio_ONE,Boolean_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, hidden: true, mustBeLastOperationOrFunction: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_0", identifier: "audio", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "apa" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_1", identifier: "bargeIn", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln", mustBeLiteral: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_2", identifier: "flushNow", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln", mustBeLiteral: true }] }], needsServerInfo: true }, ceiling: { identifier: "ceiling", description: "AR_FN_DSC_CEILING", type: "function", name: "Ceiling", category: "mathematical", overloads: [{ description: "AR_FN_CUR_CEILING_CUR_DSC", identifier: "Currency_ONE ceiling(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_CEILING_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_CEILING_CUR_PRM_DSC_0", identifier: "currencyValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Ceiling(MakeCurrency(2.30, "USD"))', output: "AR_FN_CUR_CEILING_CUR_EX_OUT_0" }, { input: 'Ceiling(MakeCurrency(3.20, "USD"))', output: "AR_FN_CUR_CEILING_CUR_EX_OUT_1" }, { input: 'Ceiling(MakeCurrency(-3.20, "USD"))', output: "AR_FN_CUR_CEILING_CUR_EX_OUT_2" }, { input: 'Ceiling(MakeCurrency(5.00, "USD"))', output: "AR_FN_CUR_CEILING_CUR_EX_OUT_3" }] }, { description: "AR_FN_DEC_CEILING_DEC_DSC", identifier: "Decimal_ONE ceiling(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_CEILING_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_CEILING_DEC_PRM_DSC_0", identifier: "decimalValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Ceiling(2.3)", output: "3.0" }, { input: "Ceiling(3.2)", output: "4.0" }, { input: "Ceiling(-3.2)", output: "-3.0" }, { input: "Ceiling(5.0)", output: "5.0" }] }, { description: "AR_FN_LNG_CEILING_LNG_DSC", identifier: "Long_ONE ceiling(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_CEILING_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_CEILING_LNG_PRM_DSC_0", identifier: "integerValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "Ceiling(3)", output: "3" }, { input: "Ceiling(3+7)", output: "10" }, { input: "Ceiling(-3)", output: "-3" }, { input: "Ceiling(0)", output: "0" }] }] }, floor: { identifier: "floor", description: "AR_FN_DSC_FLOOR", type: "function", name: "Floor", category: "mathematical", overloads: [{ description: "AR_FN_CUR_FLOOR_CUR_DSC", identifier: "Currency_ONE floor(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_FLOOR_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_FLOOR_CUR_PRM_DSC_0", identifier: "currencyValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Floor(MakeCurrency(2.30, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_0" }, { input: 'Floor(MakeCurrency(3.20, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_1" }, { input: 'Floor(MakeCurrency(-3.20, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_2" }, { input: 'Floor(MakeCurrency(5.00, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_3" }, { input: 'Floor(MakeCurrency(NOT_SET, "USD"))', output: "AR_FN_CUR_FLOOR_CUR_EX_OUT_4" }] }, { description: "AR_FN_DEC_FLOOR_DEC_DSC", identifier: "Decimal_ONE floor(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_FLOOR_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_FLOOR_DEC_PRM_DSC_0", identifier: "decimalValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Floor(2.3)", output: "2.0" }, { input: "Floor(3.2)", output: "3.0" }, { input: "Floor(-3.2)", output: "-4.0" }, { input: "Floor(5.0)", output: "5.0" }] }, { description: "AR_FN_LNG_FLOOR_LNG_DSC", identifier: "Long_ONE floor(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_FLOOR_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FLOOR_LNG_PRM_DSC_0", identifier: "integerValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "Floor(3)", output: "3" }, { input: "Floor(3+7)", output: "10" }, { input: "Floor(-3)", output: "-3" }, { input: "Floor(0)", output: "0" }] }] }, round: { identifier: "round", description: "AR_FN_DSC_ROUND", type: "function", name: "Round", category: "mathematical", overloads: [{ description: "AR_FN_CUR_ROUND_CUR_DSC", identifier: "Currency_ONE round(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_ROUND_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_ROUND_CUR_PRM_DSC_0", identifier: "currencyValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Round(MakeCurrency(3.22, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_0" }, { input: 'Round(MakeCurrency(1.50, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_1" }, { input: 'Round(MakeCurrency(1.49, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_2" }, { input: 'Round(MakeCurrency(0.00, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_3" }, { input: 'Round(MakeCurrency(-3.20, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_4" }, { input: 'Round(MakeCurrency(-3.60, "USD"))', output: "AR_FN_CUR_ROUND_CUR_EX_OUT_5" }] }, { description: "AR_FN_DEC_ROUND_DEC_DSC", identifier: "Decimal_ONE round(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_ROUND_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_ROUND_DEC_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Round(3.225)", output: "3.0" }, { input: "Round(1.5)", output: "2.0" }, { input: "Round(1.49)", output: "1.0" }, { input: "Round(0.0)", output: "0.0" }, { input: "Round(-3.2)", output: "-3.0" }, { input: "Round(-3.6)", output: "-4.0" }, { input: "Round(-3.614)", output: "-4.0" }] }, { description: "AR_FN_DEC_ROUND_DEC_LNG_DSC", identifier: "Decimal_ONE round(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_ROUND_DEC_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_ROUND_DEC_LNG_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_ROUND_DEC_LNG_PRM_DSC_1", identifier: "digits", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "Round(3.225, 1)", output: "3.2" }, { input: "Round(3.225, 2)", output: "3.23" }, { input: "Round(1.5, 0)", output: "2.0" }, { input: "Round(1.49, 1)", output: "1.5" }, { input: "Round(0.0, 2)", output: "0.0" }, { input: "Round(-3.2, 0)", output: "-3.0" }, { input: "Round(-3.2, 1)", output: "-3.2" }, { input: "Round(-3.6, 0)", output: "-4.0" }, { input: "Round(-3.6, 1)", output: "-3.6" }, { input: "Round(-3.614, 0)", output: "-4.0" }, { input: "Round(-3.614, 2)", output: "-3.61" }] }, { description: "AR_FN_CUR_ROUND_CUR_LNG_DSC", identifier: "Currency_ONE round(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_ROUND_CUR_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_ROUND_CUR_LNG_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_ROUND_CUR_LNG_PRM_DSC_1", identifier: "digits", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'Round(MakeCurrency(3.225, "USD"), 1)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_0" }, { input: 'Round(MakeCurrency(3.225, "USD"), 2)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_1" }, { input: 'Round(MakeCurrency(1.50, "USD"), 0)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_2" }, { input: 'Round(MakeCurrency(1.49, "USD"), 1)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_3" }, { input: 'Round(MakeCurrency(0.00, "USD"), 2)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_4" }, { input: 'Round(MakeCurrency(-3.20, "USD"), 0)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_5" }, { input: 'Round(MakeCurrency(-3.20, "USD"), 1)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_6" }, { input: 'Round(MakeCurrency(-3.60, "USD"), 0)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_7" }, { input: 'Round(MakeCurrency(-3.60, "USD"), 1)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_8" }, { input: 'Round(MakeCurrency(-3.614, "USD"), 2)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_9" }, { input: 'Round(MakeCurrency(-3.614, "USD"), 0)', output: "AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_10" }] }] }, sum: { identifier: "sum", description: "AR_FN_DSC_SUM", type: "function", name: "Sum", category: "mathematical", overloads: [{ description: "AR_FN_LNG_SUM_LNG_LNG_MORE_DSC", identifier: "Long_ONE sum(Long_ONE,Long_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_LNG_SUM_LNG_LNG_MORE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_SUM_LNG_LNG_MORE_PRM_DSC_0", identifier: "integerValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_SUM_LNG_LNG_MORE_PRM_DSC_1", identifier: "nextIntegerValue", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "int" }], examples: [{ input: "Sum(3, 5)", output: "8" }, { input: "Sum(0, 5)", output: "5" }, { input: "Sum(3, 5, -8)", output: "0" }, { input: "Sum(NOT_SET, 5)", output: "5" }, { input: "Sum(3, NOT_SET)", output: "3" }, { input: "Sum(ToInt(NOT_SET), ToInt(NOT_SET))", output: "0" }] }, { description: "AR_FN_CUR_SUM_CUR_CUR_MORE_DSC", identifier: "Currency_ONE sum(Currency_ONE,Currency_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_CUR_SUM_CUR_CUR_MORE_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_SUM_CUR_CUR_MORE_PRM_DSC_0", identifier: "currencyValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_SUM_CUR_CUR_MORE_PRM_DSC_1", identifier: "nextCurrencyValue", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "cur" }], examples: [{ input: 'Sum(MakeCurrency(3.50, "USD"), MakeCurrency(5.50, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_0" }, { input: 'Sum(MakeCurrency(0.00, "USD"), MakeCurrency(-5.20, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_1" }, { input: 'Sum(MakeCurrency(3.00, "USD"), MakeCurrency(5.00, "USD"), MakeCurrency(-8.40, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_2" }, { input: 'Sum(MakeCurrency(NOT_SET, "USD"), MakeCurrency(5.00, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_3" }, { input: 'Sum(MakeCurrency(-3.00, "USD"), MakeCurrency(NOT_SET, "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_4" }, { input: 'Sum(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD"))', output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_5" }, { input: "Sum(ToCurrency(NOT_SET), ToCurrency(NOT_SET))", output: "AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_6" }] }, { description: "AR_FN_DEC_SUM_DEC_DEC_MORE_DSC", identifier: "Decimal_ONE sum(Decimal_ONE,Decimal_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_DEC_SUM_DEC_DEC_MORE_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_SUM_DEC_DEC_MORE_PRM_DSC_0", identifier: "decimalValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_SUM_DEC_DEC_MORE_PRM_DSC_1", identifier: "nextDecimalValue", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "dec" }], examples: [{ input: "Sum(3.5, 5.5)", output: "9.0" }, { input: "Sum(0.0, -5.2)", output: "-5.2" }, { input: "Sum(3.0, 5.0, -8.4)", output: "-0.4" }, { input: "Sum(NOT_SET, 5.0)", output: "5.0" }, { input: "Sum(-3.0, NOT_SET)", output: "-3.0" }, { input: "Sum(ToDecimal(NOT_SET), ToDecimal(NOT_SET))", output: "0.0" }] }, { description: "AR_FN_DUR_SUM_DUR_DUR_MORE_DSC", identifier: "Duration_ONE sum(Duration_ONE,Duration_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_DUR_SUM_DUR_DUR_MORE_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_SUM_DUR_DUR_MORE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_SUM_DUR_DUR_MORE_PRM_DSC_1", identifier: "nextValue", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "dur" }], examples: [{ input: 'Sum(ToDuration("P1DT1H0M3S"), ToDuration("P1DT0H30M3S"))', output: "AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_0" }, { input: 'Sum(ToDuration("P1DT1H0M3S"), NOT_SET)', output: "AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_1" }, { input: "Sum(ToDuration(NOT_SET), ToDuration(NOT_SET))", output: "AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_2" }] }, { description: "AR_FN_LNG_SUM_LNG_COLL_DSC", identifier: "Long_ONE sum(Long_COLL)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_LNG_SUM_LNG_COLL_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_SUM_LNG_COLL_PRM_DSC_0", identifier: "integerCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "Sum(MakeList(3, 5, 5))", output: "13" }, { input: "Sum(MakeList(3, ToInt(NOT_SET), 5))", output: "8" }, { input: "Sum(MakeList(ToInt(NOT_SET), ToInt(NOT_SET)))", output: "0" }, { input: "Sum(MakeEmptyList(ToInt(NOT_SET)))", output: "0" }] }, { description: "AR_FN_CUR_SUM_CUR_COLL_DSC", identifier: "Currency_ONE sum(Currency_COLL)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_CUR_SUM_CUR_COLL_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_SUM_CUR_COLL_PRM_DSC_0", identifier: "currencyCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Sum(MakeList(MakeCurrency(3.50, "USD"), MakeCurrency(5.50, "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_0" }, { input: 'Sum(MakeList(MakeCurrency(0.00, "USD"), MakeCurrency(-5.20, "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_1" }, { input: 'Sum(MakeList(MakeCurrency(3.00, "USD"), MakeCurrency(5.00, "USD"), MakeCurrency(-8.40, "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_2" }, { input: 'Sum(MakeList(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(5.00, "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_3" }, { input: 'Sum(MakeList(MakeCurrency(-3.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_4" }, { input: 'Sum(MakeList(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")))', output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_5" }, { input: "Sum(MakeEmptyList(ToCurrency(NOT_SET)))", output: "AR_FN_CUR_SUM_CUR_COLL_EX_OUT_6" }] }, { description: "AR_FN_DEC_SUM_DEC_COLL_DSC", identifier: "Decimal_ONE sum(Decimal_COLL)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_DEC_SUM_DEC_COLL_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_SUM_DEC_COLL_PRM_DSC_0", identifier: "decimalCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Sum(MakeList(3.5, 5.5, 5.2))", output: "14.2" }, { input: "Sum(MakeList(3.5, ToDecimal(NOT_SET), 5.5))", output: "9.0" }, { input: "Sum(MakeList(ToDecimal(NOT_SET), ToDecimal(NOT_SET)))", output: "0.0" }, { input: "Sum(MakeEmptyList(ToDecimal(NOT_SET)))", output: "0.0" }] }, { description: "AR_FN_DUR_SUM_DUR_COLL_DSC", identifier: "Duration_ONE sum(Duration_COLL)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_DUR_SUM_DUR_COLL_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_SUM_DUR_COLL_PRM_DSC_0", identifier: "value", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }], examples: [{ input: 'Sum(MakeList(ToDuration("P1DT1H0M3S"), ToDuration("P1DT0H30M3S")))', output: "AR_FN_DUR_SUM_DUR_COLL_EX_OUT_0" }, { input: 'Sum(MakeList(ToDuration("P1DT1H0M3S"), ToDuration(NOT_SET)))', output: "AR_FN_DUR_SUM_DUR_COLL_EX_OUT_1" }, { input: "Sum(MakeList(ToDuration(NOT_SET), ToDuration(NOT_SET)))", output: "AR_FN_DUR_SUM_DUR_COLL_EX_OUT_2" }, { input: "Sum(MakeEmptyList(ToDuration(NOT_SET)))", output: "AR_FN_DUR_SUM_DUR_COLL_EX_OUT_3" }] }] }, average: { identifier: "average", description: "AR_FN_DSC_AVERAGE", type: "function", name: "Average", category: "statistical", overloads: [{ description: "AR_FN_CUR_AVERAGE_CUR_MORE_DSC", identifier: "Currency_ONE average(Currency_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_AVERAGE_CUR_MORE_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_AVERAGE_CUR_MORE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "cur" }], examples: [{ input: 'Average(MakeCurrency(8.50, "USD"), MakeCurrency(4.50, "USD"))', output: "AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_0" }, { input: 'Average(MakeCurrency(8.00, "USD"), MakeCurrency(0.00, "USD"), MakeCurrency(-4.00,"USD"), MakeCurrency(14.00,"USD"))', output: "AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_1" }, { input: 'Average(MakeCurrency(8.00, "USD"), MakeCurrency(NOT_SET, "USD"))', output: "AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_2" }, { input: "Average(ToCurrency(NOT_SET))", output: "AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_3" }] }, { description: "AR_FN_DEC_AVERAGE_DEC_MORE_DSC", identifier: "Decimal_ONE average(Decimal_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_AVERAGE_DEC_MORE_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_AVERAGE_DEC_MORE_PRM_DSC_0", identifier: "decimalValue", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "dec" }], examples: [{ input: "Average(8.5, 4.5)", output: "6.5" }, { input: "Average(8.0, 0.0, -4.0, 14.0)", output: "4.5" }, { input: "Average(8.0, NOT_SET)", output: "8.0" }, { input: "Average(ToDecimal(NOT_SET), ToDecimal(NOT_SET))", output: "0.0" }] }, { description: "AR_FN_DUR_AVERAGE_DUR_MORE_DSC", identifier: "Duration_ONE average(Duration_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_AVERAGE_DUR_MORE_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_AVERAGE_DUR_MORE_PRM_DSC_0", identifier: "durationValue", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "dur" }], examples: [{ input: "Average(MakeDuration(0, 4, 0, 0), MakeDuration(0, 2, 0, 0))", output: "AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_0" }, { input: "Average(MakeDuration(0, 8, 0, 0), MakeDuration(0, 0, 0, 0), MakeDuration(0, -4, 0, 0), MakeDuration(0, 14, 0, 0))", output: "AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_1" }, { input: "Average(MakeDuration(0, 8, 0, 0), ToDuration(NOT_SET))", output: "AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_2" }, { input: "Average(ToDuration(NOT_SET), ToDuration(NOT_SET))", output: "AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_3" }] }, { description: "AR_FN_DEC_AVERAGE_LNG_MORE_DSC", identifier: "Decimal_ONE average(Long_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_AVERAGE_LNG_MORE_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_AVERAGE_LNG_MORE_PRM_DSC_0", identifier: "integerValue", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "int" }], examples: [{ input: "Average(8, 4)", output: "6.0" }, { input: "Average(8, 0, -4, 14)", output: "4.5" }, { input: "Average(8, NOT_SET)", output: "8.0" }, { input: "Average(ToInt(NOT_SET), ToInt(NOT_SET))", output: "0.0" }] }, { description: "AR_FN_CUR_AVERAGE_CUR_COLL_DSC", identifier: "Currency_ONE average(Currency_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_AVERAGE_CUR_COLL_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_AVERAGE_CUR_COLL_PRM_DSC_0", identifier: "currencyCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'Average(MakeList(MakeCurrency(8.50, "USD"), MakeCurrency(4.50, "USD")))', output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_0" }, { input: 'Average(MakeList(MakeCurrency(8.00, "USD"), MakeCurrency(0.00, "USD"), MakeCurrency(-4.00, "USD"), MakeCurrency(14.00, "USD")))', output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_1" }, { input: 'Average(MakeList(MakeCurrency(8.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")))', output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_2" }, { input: "Average(MakeList(ToCurrency(NOT_SET)))", output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_3" }, { input: "Average(MakeEmptyList(ToCurrency(NOT_SET)))", output: "AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_4" }] }, { description: "AR_FN_DEC_AVERAGE_DEC_COLL_DSC", identifier: "Decimal_ONE average(Decimal_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_AVERAGE_DEC_COLL_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_AVERAGE_DEC_COLL_PRM_DSC_0", identifier: "decimalCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }], examples: [{ input: "Average(MakeList(8.5, 4.5))", output: "6.5" }, { input: "Average(MakeList(8.0, 0.0, -4.0, 14.0))", output: "4.5" }, { input: "Average(MakeList(8.0, ToDecimal(NOT_SET)))", output: "8.0" }, { input: "Average(MakeList(ToDecimal(NOT_SET)))", output: "0.0" }, { input: "Average(MakeEmptyList(ToDecimal(NOT_SET)))", output: "0.0" }] }, { description: "AR_FN_DEC_AVERAGE_LNG_COLL_DSC", identifier: "Decimal_ONE average(Long_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_AVERAGE_LNG_COLL_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DEC_AVERAGE_LNG_COLL_PRM_DSC_0", identifier: "integerCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "Average(MakeList(8, 4))", output: "6.0" }, { input: "Average(MakeList(8, 0, -4, 14))", output: "4.5" }, { input: "Average(MakeList(8, ToInt(NOT_SET)))", output: "8.0" }, { input: "Average(MakeList(ToInt(NOT_SET)))", output: "0.0" }, { input: "Average(MakeEmptyList(ToInt(NOT_SET)))", output: "0.0" }] }, { description: "AR_FN_DUR_AVERAGE_DUR_COLL_DSC", identifier: "Duration_ONE average(Duration_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_AVERAGE_DUR_COLL_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_AVERAGE_DUR_COLL_PRM_DSC_0", identifier: "durationCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }], examples: [{ input: "Average(MakeList(MakeDuration(0, 4, 0, 0), MakeDuration(0, 2, 0, 0)))", output: "AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_0" }, { input: "Average(MakeList(MakeDuration(0, 8, 0, 0), MakeDuration(0, 0, 0, 0), MakeDuration(0, -4, 0, 0), MakeDuration(0, 14, 0, 0)))", output: "AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_1" }, { input: "Average(MakeList(MakeDuration(0, 8, 0, 0), ToDuration(NOT_SET)))", output: "AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_2" }, { input: "Average(MakeList(ToDuration(NOT_SET), ToDuration(NOT_SET)))", output: "AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_3" }] }] }, findSystemPrompt: { identifier: "findSystemPrompt", description: "AR_FN_DSC_FINDSYSTEMPROMPT", type: "function", name: "FindSystemPrompt", category: "search", overloads: [{ description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_DSC", identifier: "Prompt_ONE findSystemPrompt(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_PRM_DSC_0", identifier: "promptName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindSystemPrompt("boolean_false")', output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_0" }, { input: 'FindSystemPrompt("PromptSystem.boolean_false")', output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_1" }, { input: 'FindSystemPrompt("foo")', output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_2" }, { input: 'FindSystemPrompt("")', output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_3" }, { input: "FindSystemPrompt(ToString(NOT_SET))", output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_4" }] }, { description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_DSC", identifier: "Prompt_ONE findSystemPrompt(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_PRM_DSC_0", identifier: "promptName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindSystemPrompt(NOT_SET)", output: "AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUserPrompt: { identifier: "findUserPrompt", description: "AR_FN_DSC_FINDUSERPROMPT", type: "function", name: "FindUserPrompt", category: "search", overloads: [{ description: "AR_FN_PROMPT_FINDUSERPROMPT_STR_DSC", identifier: "Prompt_ONE findUserPrompt(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_FINDUSERPROMPT_STR_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_FINDUSERPROMPT_STR_PRM_DSC_0", identifier: "promptName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindUserPrompt("Greeting")', output: "AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_0" }, { input: 'FindUserPrompt("Prompt.Greeting")', output: "AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_1" }, { input: 'FindUserPrompt("")', output: "AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_2" }, { input: "FindUserPrompt(ToString(NOT_SET))", output: "AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_3" }] }, { description: "AR_FN_PROMPT_FINDUSERPROMPT_NTS_DSC", identifier: "Prompt_ONE findUserPrompt(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_FINDUSERPROMPT_NTS_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_FINDUSERPROMPT_NTS_PRM_DSC_0", identifier: "promptName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUserPrompt(NOT_SET)", output: "AR_FN_PROMPT_FINDUSERPROMPT_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findString: { identifier: "findString", description: "AR_FN_DSC_FINDSTRING", type: "function", name: "FindString", category: "text", overloads: [{ description: "AR_FN_LNG_FINDSTRING_STR_STR_DSC", identifier: "Long_ONE findString(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_FINDSTRING_STR_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'FindString("Hello", "ll")', output: "2" }, { input: 'FindString("Hello", "he")', output: "-1" }, { input: 'FindString("Hello", "abc")', output: "-1" }, { input: 'FindString("Hello", "")', output: "0" }] }, { description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_DSC", identifier: "Long_ONE findString(String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_2", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'FindString("Hello", "ll", true)', output: "2" }, { input: 'FindString("Hello", "he", true)', output: "0" }, { input: 'FindString("Hello", "he", false)', output: "-1" }, { input: 'FindString("Hello", "abc", true)', output: "-1" }, { input: 'FindString("Hello", "", true)', output: "0" }, { input: 'FindString("le \xC9lever", "\xE9", true)', output: "3" }, { input: 'FindString("le \xC9lever", "\xE9", false)', output: "-1" }, { input: 'FindString("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", true)', output: "2" }, { input: 'FindString("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", false)', output: "2" }] }, { description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_DSC", identifier: "Long_ONE findString(String_ONE,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_2", identifier: "occurrenceNumber", isArray: false, helpDisplayIdx: 2, min: "1", repeatable: false, required: true, type: "int" }], examples: [{ input: 'FindString("Hello Hello", "l", 3)', output: "8" }, { input: 'FindString("Hello Hello", "l", 5)', output: "-1" }, { input: 'FindString("Hello", "he", 1)', output: "-1" }, { input: 'FindString("Hello", "He", 1)', output: "0" }, { input: 'FindString("Hello", "", 1)', output: "0" }] }, { description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_DSC", identifier: "Long_ONE findString(String_ONE,String_ONE,Long_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_2", identifier: "occurrenceNumber", isArray: false, helpDisplayIdx: 2, min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_3", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'FindString("Hello Hello", "l", 3, true)', output: "8" }, { input: 'FindString("Hello Hello", "l", 5, true)', output: "-1" }, { input: 'FindString("Hello", "he", 1, true)', output: "0" }, { input: 'FindString("Hello", "he", 1, false)', output: "-1" }, { input: 'FindString("Hello", "He", 1, true)', output: "0" }, { input: 'FindString("Hello", "", 1, true)', output: "0" }, { input: 'FindString("le \xC9lever le \xC9lever", "\xE9", 2, true)', output: "13" }, { input: 'FindString("le \xC9lever", "\xE9", 1, false)', output: "-1" }, { input: 'FindString("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", 1, true)', output: "2" }, { input: 'FindString("\u4E2D\u570B\u53F0\u7063KD1 \u4E2D\u570B\u53F0\u7063KD1", "\u53F0", 2, false)', output: "10" }] }], needsServerInfo: true }, findUser: { identifier: "findUser", description: "AR_FN_DSC_FINDUSER", type: "function", name: "FindUser", category: "search", overloads: [{ description: "AR_FN_USR_FINDUSER_STR_DSC", identifier: "User_ONE findUser(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_FINDUSER_STR_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_FINDUSER_STR_PRM_DSC_0", identifier: "userEmail", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindUser("john.doe@company.com")', output: "AR_FN_USR_FINDUSER_STR_EX_OUT_0" }, { input: "FindUser(ToString(NOT_SET))", output: "AR_FN_USR_FINDUSER_STR_EX_OUT_1" }] }, { description: "AR_FN_USR_FINDUSER_NTS_DSC", identifier: "User_ONE findUser(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_FINDUSER_NTS_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_FINDUSER_NTS_PRM_DSC_0", identifier: "userEmail", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUser(NOT_SET)", output: "AR_FN_USR_FINDUSER_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUserById: { identifier: "findUserById", description: "AR_FN_DSC_FINDUSERBYID", type: "function", name: "FindUserById", category: "search", overloads: [{ description: "AR_FN_USR_FINDUSERBYID_STR_DSC", identifier: "User_ONE findUserById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_FINDUSERBYID_STR_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_FINDUSERBYID_STR_PRM_DSC_0", identifier: "userId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindUserById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_USR_FINDUSERBYID_STR_EX_OUT_0" }, { input: "FindUserById(ToString(NOT_SET))", output: "AR_FN_USR_FINDUSERBYID_STR_EX_OUT_1" }] }, { description: "AR_FN_USR_FINDUSERBYID_NTS_DSC", identifier: "User_ONE findUserById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_FINDUSERBYID_NTS_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_FINDUSERBYID_NTS_PRM_DSC_0", identifier: "userId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUserById(NOT_SET)", output: "AR_FN_USR_FINDUSERBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUsersById: { identifier: "findUsersById", description: "AR_FN_DSC_FINDUSERSBYID", type: "function", name: "FindUsersById", category: "search", overloads: [{ description: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_DSC", identifier: "User_COLL findUsersById(String_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_RV", isArray: true, type: "usr" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_PRM_DSC_0", identifier: "userIds", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", maxItems: "50" }], examples: [{ input: 'FindUsersById(MakeList("5B943B5F-4205-B70F-8BE1-A245A94B2919", ToString(NOT_SET)))', output: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_0" }, { input: "FindUsersById(MakeEmptyList(ToString(NOT_SET)))", output: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_1" }, { input: "FindUsersById(MakeList(ToString(NOT_SET)))", output: "AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, findCustomerSegments: { identifier: "findCustomerSegments", description: "AR_FN_DSC_FINDCUSTOMERSEGMENTS", type: "function", name: "FindCustomerSegments", category: "search", overloads: [{ description: "AR_FN_CUSTOMERSEGMENT_COLL_FINDCUSTOMERSEGMENTS_STR_COLL_DSC", identifier: "CustomerSegment_COLL findCustomerSegments(String_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot" }, featureConfigName: "botFlowsCustomerSegmentsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_CUSTOMERSEGMENT_COLL_FINDCUSTOMERSEGMENTS_STR_COLL_RV", isArray: true, type: "csg" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUSTOMERSEGMENT_COLL_FINDCUSTOMERSEGMENTS_STR_COLL_PRM_DSC_0", identifier: "segmentNames", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1", maxItems: "5", maxLength: "256" }], examples: [{ input: 'FindCustomerSegments(MakeList("Gold Members", "VIP"))', output: "AR_FN_CUSTOMERSEGMENT_COLL_FINDCUSTOMERSEGMENTS_STR_COLL_EX_OUT_0" }] }], needsServerInfo: true }, findDivision: { identifier: "findDivision", description: "AR_FN_DSC_FINDDIVISION", type: "function", name: "FindDivision", category: "search", overloads: [{ description: "AR_FN_DIVISION_FINDDIVISION_STR_DSC", identifier: "Division_ONE findDivision(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_FINDDIVISION_STR_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_FINDDIVISION_STR_PRM_DSC_0", identifier: "divisionToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindDivision("Fire")', output: "AR_FN_DIVISION_FINDDIVISION_STR_EX_OUT_0" }, { input: "FindDivision(ToString(NOT_SET))", output: "AR_FN_DIVISION_FINDDIVISION_STR_EX_OUT_1" }] }, { description: "AR_FN_DIVISION_FINDDIVISION_NTS_DSC", identifier: "Division_ONE findDivision(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_FINDDIVISION_NTS_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_FINDDIVISION_NTS_PRM_DSC_0", identifier: "divisionName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindDivision(NOT_SET)", output: "AR_FN_DIVISION_FINDDIVISION_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findDivisionById: { identifier: "findDivisionById", description: "AR_FN_DSC_FINDDIVISIONBYID", type: "function", name: "FindDivisionById", category: "search", overloads: [{ description: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_DSC", identifier: "Division_ONE findDivisionById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_PRM_DSC_0", identifier: "divisionId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindDivisionById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_EX_OUT_0" }, { input: "FindDivisionById(ToString(NOT_SET))", output: "AR_FN_DIVISION_FINDDIVISIONBYID_STR_EX_OUT_1" }] }, { description: "AR_FN_DIVISION_FINDDIVISIONBYID_NTS_DSC", identifier: "Division_ONE findDivisionById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_FINDDIVISIONBYID_NTS_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_FINDDIVISIONBYID_NTS_PRM_DSC_0", identifier: "divisionId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindDivisionById(NOT_SET)", output: "AR_FN_DIVISION_FINDDIVISIONBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findDivisions: { identifier: "findDivisions", description: "AR_FN_DSC_FINDDIVISIONS", type: "function", name: "FindDivisions", category: "search", overloads: [{ description: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_DSC", identifier: "Division_COLL findDivisions(String_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_RV", isArray: true, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_PRM_DSC_0", identifier: "divisionNames", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "str", maxItems: "50" }], examples: [{ input: 'FindDivisions(MakeList("Fire", ToString(NOT_SET)))', output: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_0" }, { input: "FindDivisions(MakeEmptyList(ToString(NOT_SET)))", output: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_1" }, { input: "FindDivisions(MakeList(ToString(NOT_SET)))", output: "AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, findDivisionsById: { identifier: "findDivisionsById", description: "AR_FN_DSC_FINDDIVISIONSBYID", type: "function", name: "FindDivisionsById", category: "search", overloads: [{ description: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_DSC", identifier: "Division_COLL findDivisionsById(String_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_RV", isArray: true, type: "dvn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_PRM_DSC_0", identifier: "divisionIds", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", maxItems: "50" }], examples: [{ input: 'FindDivisionsById(MakeList("5B943B5F-4205-B70F-8BE1-A245A94B2919", ToString(NOT_SET)))', output: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_0" }, { input: "FindDivisionsById(MakeEmptyList(ToString(NOT_SET)))", output: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_1" }, { input: "FindDivisionsById(MakeList(ToString(NOT_SET)))", output: "AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, findEmergencyGroup: { identifier: "findEmergencyGroup", description: "AR_FN_DSC_FINDEMERGENCYGROUP", type: "function", name: "FindEmergencyGroup", category: "search", overloads: [{ description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_DSC", identifier: "EmergencyGroup_ONE findEmergencyGroup(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_RV", isArray: false, type: "emg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_PRM_DSC_0", identifier: "emergencyGroupToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindEmergencyGroup("Fire")', output: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_EX_OUT_0" }, { input: "FindEmergencyGroup(ToString(NOT_SET))", output: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_EX_OUT_1" }] }, { description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_DSC", identifier: "EmergencyGroup_ONE findEmergencyGroup(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_RV", isArray: false, type: "emg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_PRM_DSC_0", identifier: "emergencyGroupName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindEmergencyGroup(NOT_SET)", output: "AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findGrammar: { identifier: "findGrammar", description: "AR_FN_DSC_FINDGRAMMAR", type: "function", name: "FindGrammar", category: "search", overloads: [{ description: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_DSC", identifier: "Grammar_ONE findGrammar(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_PRM_DSC_0", identifier: "grammarToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindGrammar("Customer Account")', output: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_EX_OUT_0" }, { input: "FindGrammar(ToString(NOT_SET))", output: "AR_FN_GRAMMAR_FINDGRAMMAR_STR_EX_OUT_1" }] }, { description: "AR_FN_GRAMMAR_FINDGRAMMAR_NTS_DSC", identifier: "Grammar_ONE findGrammar(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_FINDGRAMMAR_NTS_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_FINDGRAMMAR_NTS_PRM_DSC_0", identifier: "grammarName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindGrammar(NOT_SET)", output: "AR_FN_GRAMMAR_FINDGRAMMAR_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findGrammarById: { identifier: "findGrammarById", description: "AR_FN_DSC_FINDGRAMMARBYID", type: "function", name: "FindGrammarById", category: "search", overloads: [{ description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_DSC", identifier: "Grammar_ONE findGrammarById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_PRM_DSC_0", identifier: "grammarId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindGrammarById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_DSC", identifier: "Grammar_ONE findGrammarById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_PRM_DSC_0", identifier: "grammarId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindGrammarById(NOT_SET)", output: "AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findGroup: { identifier: "findGroup", description: "AR_FN_DSC_FINDGROUP", type: "function", name: "FindGroup", category: "search", overloads: [{ description: "AR_FN_GRP_FINDGROUP_STR_DSC", identifier: "Group_ONE findGroup(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_FINDGROUP_STR_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_FINDGROUP_STR_PRM_DSC_0", identifier: "groupToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindGroup("Warranty Specialists")', output: "AR_FN_GRP_FINDGROUP_STR_EX_OUT_0" }, { input: "FindGroup(ToString(NOT_SET))", output: "AR_FN_GRP_FINDGROUP_STR_EX_OUT_1" }] }, { description: "AR_FN_GRP_FINDGROUP_NTS_DSC", identifier: "Group_ONE findGroup(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_FINDGROUP_NTS_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_FINDGROUP_NTS_PRM_DSC_0", identifier: "groupName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindGroup(NOT_SET)", output: "AR_FN_GRP_FINDGROUP_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findImage: { identifier: "findImage", description: "AR_FN_DSC_FINDIMAGE", type: "function", name: "FindImage", category: "search", overloads: [{ description: "AR_FN_IMAGE_FINDIMAGE_STR_DSC", identifier: "Image_ONE findImage(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_FINDIMAGE_STR_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_FINDIMAGE_STR_PRM_DSC_0", identifier: "imageNameToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindImage("ArchitectLogo")', output: "AR_FN_IMAGE_FINDIMAGE_STR_EX_OUT_0" }, { input: "FindImage(ToString(NOT_SET))", output: "AR_FN_IMAGE_FINDIMAGE_STR_EX_OUT_1" }] }, { description: "AR_FN_IMAGE_FINDIMAGE_NTS_DSC", identifier: "Image_ONE findImage(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_FINDIMAGE_NTS_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_FINDIMAGE_NTS_PRM_DSC_0", identifier: "imageName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindImage(NOT_SET)", output: "AR_FN_IMAGE_FINDIMAGE_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findImageById: { identifier: "findImageById", description: "AR_FN_DSC_FINDIMAGEBYID", type: "function", name: "FindImageById", category: "search", overloads: [{ description: "AR_FN_IMAGE_FINDIMAGEBYID_STR_DSC", identifier: "Image_ONE findImageById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_FINDIMAGEBYID_STR_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_FINDIMAGEBYID_STR_PRM_DSC_0", identifier: "imageId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindImageById("32952010-9ac2-469f-a2d8-85123e03763b")', output: "AR_FN_IMAGE_FINDIMAGEBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_FINDIMAGEBYID_NTS_DSC", identifier: "Image_ONE findImageById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_FINDIMAGEBYID_NTS_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_FINDIMAGEBYID_NTS_PRM_DSC_0", identifier: "imageId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindImageById(NOT_SET)", output: "AR_FN_IMAGE_FINDIMAGEBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findKnowledgeBaseDocumentById: { identifier: "findKnowledgeBaseDocumentById", description: "AR_FN_DSC_FINDKNOWLEDGEBASEDOCUMENTBYID", type: "function", name: "FindKnowledgeBaseDocumentById", category: "search", overloads: [{ description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_DSC", identifier: "KnowledgeBaseDocument_ONE findKnowledgeBaseDocumentById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_RV", isArray: false, type: "kbd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindKnowledgeBaseDocumentById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_DSC", identifier: "KnowledgeBaseDocument_ONE findKnowledgeBaseDocumentById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_RV", isArray: false, type: "kbd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_PRM_DSC_0", identifier: "knowledgeBaseDocumentId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindKnowledgeBaseDocumentById(NOT_SET)", output: "AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUtilizationLabel: { identifier: "findUtilizationLabel", description: "AR_FN_DSC_FINDUTILIZATIONLABEL", type: "function", name: "FindUtilizationLabel", category: "search", overloads: [{ description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_DSC", identifier: "UtilizationLabel_ONE findUtilizationLabel(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_PRM_DSC_0", identifier: "utilizationLabelToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindUtilizationLabel("Green")', output: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_EX_OUT_0" }, { input: "FindUtilizationLabel(ToString(NOT_SET))", output: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_EX_OUT_1" }] }, { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_DSC", identifier: "UtilizationLabel_ONE findUtilizationLabel(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_PRM_DSC_0", identifier: "utilizationLabelName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUtilizationLabel(NOT_SET)", output: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findUtilizationLabelById: { identifier: "findUtilizationLabelById", description: "AR_FN_DSC_FINDUTILIZATIONLABELBYID", type: "function", name: "FindUtilizationLabelById", category: "search", overloads: [{ description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_DSC", identifier: "UtilizationLabel_ONE findUtilizationLabelById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_PRM_DSC_0", identifier: "utilizationLabelId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_DSC", identifier: "UtilizationLabel_ONE findUtilizationLabelById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_PRM_DSC_0", identifier: "utilizationLabelId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindUtilizationLabelById(NOT_SET)", output: "AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findQueue: { identifier: "findQueue", description: "AR_FN_DSC_FINDQUEUE", type: "function", name: "FindQueue", category: "search", overloads: [{ description: "AR_FN_QUEUE_FINDQUEUE_STR_DSC", identifier: "Queue_ONE findQueue(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_FINDQUEUE_STR_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_FINDQUEUE_STR_PRM_DSC_0", identifier: "queueToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueue("Marketing")', output: "AR_FN_QUEUE_FINDQUEUE_STR_EX_OUT_0" }, { input: "FindQueue(ToString(NOT_SET))", output: "AR_FN_QUEUE_FINDQUEUE_STR_EX_OUT_1" }] }, { description: "AR_FN_QUEUE_FINDQUEUE_NTS_DSC", identifier: "Queue_ONE findQueue(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_FINDQUEUE_NTS_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_FINDQUEUE_NTS_PRM_DSC_0", identifier: "queueName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindQueue(NOT_SET)", output: "AR_FN_QUEUE_FINDQUEUE_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findQueueById: { identifier: "findQueueById", description: "AR_FN_DSC_FINDQUEUEBYID", type: "function", name: "FindQueueById", category: "search", overloads: [{ description: "AR_FN_QUEUE_FINDQUEUEBYID_STR_DSC", identifier: "Queue_ONE findQueueById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_FINDQUEUEBYID_STR_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_FINDQUEUEBYID_STR_PRM_DSC_0", identifier: "queueId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueueById("5B943B5F-4205-B70F-8BE1-A245A94B2919")', output: "AR_FN_QUEUE_FINDQUEUEBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_QUEUE_FINDQUEUEBYID_NTS_DSC", identifier: "Queue_ONE findQueueById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_FINDQUEUEBYID_NTS_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_FINDQUEUEBYID_NTS_PRM_DSC_0", identifier: "queueId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindQueueById(NOT_SET)", output: "AR_FN_QUEUE_FINDQUEUEBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findWorktypeStatus: { identifier: "findWorktypeStatus", description: "AR_FN_DSC_FINDWORKTYPESTATUS", type: "function", name: "FindWorktypeStatus", category: "search", overloads: [{ description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_DSC", identifier: "WorktypeStatus_ONE findWorktypeStatus(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_PRM_DSC_0", identifier: "worktypeStatusNameToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindWorktypeStatus("NewOpportunity")', output: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_EX_OUT_0" }] }, { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_DSC", identifier: "WorktypeStatus_ONE findWorktypeStatus(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_PRM_DSC_0", identifier: "worktypeStatusNameToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindWorktypeStatus(NOT_SET)", output: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findWorktypeStatusById: { identifier: "findWorktypeStatusById", description: "AR_FN_DSC_FINDWORKTYPESTATUSBYID", type: "function", name: "FindWorktypeStatusById", category: "search", overloads: [{ description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_DSC", identifier: "WorktypeStatus_ONE findWorktypeStatusById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_PRM_DSC_0", identifier: "worktypeStatusId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindWorktypeStatusById("8dd32bf3-5f81-4601-9db7-fbce97b09441")', output: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_DSC", identifier: "WorktypeStatus_ONE findWorktypeStatusById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_PRM_DSC_0", identifier: "worktypeStatusId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindWorktypeStatusById(NOT_SET)", output: "AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findQueueEstimatedWaitTime: { identifier: "findQueueEstimatedWaitTime", description: "AR_FN_DSC_FINDQUEUEESTIMATEDWAITTIME", type: "function", name: "FindQueueEstimatedWaitTime", category: "statistical", overloads: [{ description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_DSC", identifier: "Duration_ONE findQueueEstimatedWaitTime(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", emailsend: "emailsend", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_PRM_DSC_0", identifier: "queueToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueueEstimatedWaitTime("Marketing")', output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_EX_OUT_0" }, { input: "FindQueueEstimatedWaitTime(ToString(NOT_SET))", output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_EX_OUT_1" }] }, { description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_DSC", identifier: "Duration_ONE findQueueEstimatedWaitTime(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_PRM_DSC_0", identifier: "queueToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_PRM_DSC_1", identifier: "mediaType", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueueEstimatedWaitTime("Marketing", "call")', output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_0" }, { input: 'FindQueueEstimatedWaitTime("Marketing", ToString(NOT_SET))', output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_1" }, { input: 'FindQueueEstimatedWaitTime(ToString(NOT_SET), "call")', output: "AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_2" }] }, { description: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_DSC", identifier: "Duration_COLL findQueueEstimatedWaitTime(String_ONE,String_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_RV", isArray: true, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_PRM_DSC_0", identifier: "queueToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_PRM_DSC_1", identifier: "mediaTypes", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindQueueEstimatedWaitTime("Marketing", MakeList("call"))', output: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_0" }, { input: 'FindQueueEstimatedWaitTime("Marketing", MakeList(ToString(NOT_SET)))', output: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_1" }, { input: 'FindQueueEstimatedWaitTime(ToString(NOT_SET), MakeList("call"))', output: "AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, getQueueEstimatedWaitTime: { identifier: "getQueueEstimatedWaitTime", description: "AR_FN_DSC_GETQUEUEESTIMATEDWAITTIME", type: "function", name: "GetQueueEstimatedWaitTime", category: "statistical", overloads: [{ description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_DSC", identifier: "Duration_ONE getQueueEstimatedWaitTime(Queue_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", emailsend: "emailsend", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_PRM_DSC_0", identifier: "queueToQuery", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "que" }], examples: [{ input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"))', output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_EX_OUT_0" }, { input: "GetQueueEstimatedWaitTime(ToQueue(NOT_SET))", output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_EX_OUT_1" }] }, { description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_DSC", identifier: "Duration_ONE getQueueEstimatedWaitTime(Queue_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_PRM_DSC_0", identifier: "queueToQuery", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "que" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_PRM_DSC_1", identifier: "mediaType", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"), "call")', output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_0" }, { input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"), ToString(NOT_SET))', output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_1" }, { input: 'GetQueueEstimatedWaitTime(ToQueue(NOT_SET), "call")', output: "AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_2" }] }, { description: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_DSC", identifier: "Duration_COLL getQueueEstimatedWaitTime(Queue_ONE,String_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", commonmodule: "commonmodule" }, featureConfigName: "queueEstimatedWaitTime", needsServerInfo: true, returnValue: { description: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_RV", isArray: true, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_PRM_DSC_0", identifier: "queueToQuery", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "que" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_PRM_DSC_1", identifier: "mediaTypes", isArray: true, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"), MakeList("call"))', output: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_0" }, { input: 'GetQueueEstimatedWaitTime(FindQueue("Marketing"), MakeList(ToString(NOT_SET)))', output: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_1" }, { input: 'GetQueueEstimatedWaitTime(ToQueue(NOT_SET), MakeList("call"))', output: "AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_2" }] }], needsServerInfo: true }, findResponseAsset: { identifier: "findResponseAsset", description: "AR_FN_DSC_FINDRESPONSEASSET", type: "function", name: "FindResponseAsset", category: "search", overloads: [{ description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_DSC", identifier: "ResponseAsset_ONE findResponseAsset(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_PRM_DSC_0", identifier: "responseAssetNameToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindResponseAsset("ArchitectAsset")', output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_EX_OUT_0" }, { input: "FindResponseAsset(ToString(NOT_SET))", output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_EX_OUT_1" }] }, { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_DSC", identifier: "ResponseAsset_ONE findResponseAsset(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_PRM_DSC_0", identifier: "responseAssetName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindResponseAsset(NOT_SET)", output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findResponseAssetById: { identifier: "findResponseAssetById", description: "AR_FN_DSC_FINDRESPONSEASSETBYID", type: "function", name: "FindResponseAssetById", category: "search", overloads: [{ description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_DSC", identifier: "ResponseAsset_ONE findResponseAssetById(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_PRM_DSC_0", identifier: "responseAssetId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindResponseAssetById("0bfba8bc-37cd-4fa2-b986-86fa0523aeec")', output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_EX_OUT_0" }] }, { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_DSC", identifier: "ResponseAsset_ONE findResponseAssetById(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_PRM_DSC_0", identifier: "responseAssetId", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindResponseAssetById(NOT_SET)", output: "AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findSchedule: { identifier: "findSchedule", description: "AR_FN_DSC_FINDSCHEDULE", type: "function", name: "FindSchedule", category: "search", overloads: [{ description: "AR_FN_SCHED_FINDSCHEDULE_STR_DSC", identifier: "Schedule_ONE findSchedule(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHED_FINDSCHEDULE_STR_RV", isArray: false, type: "sch" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHED_FINDSCHEDULE_STR_PRM_DSC_0", identifier: "scheduleToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindSchedule("OpenHours")', output: "AR_FN_SCHED_FINDSCHEDULE_STR_EX_OUT_0" }, { input: "FindSchedule(ToString(NOT_SET))", output: "AR_FN_SCHED_FINDSCHEDULE_STR_EX_OUT_1" }] }, { description: "AR_FN_SCHED_FINDSCHEDULE_NTS_DSC", identifier: "Schedule_ONE findSchedule(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHED_FINDSCHEDULE_NTS_RV", isArray: false, type: "sch" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHED_FINDSCHEDULE_NTS_PRM_DSC_0", identifier: "scheduleName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindSchedule(NOT_SET)", output: "AR_FN_SCHED_FINDSCHEDULE_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findScheduleGroup: { identifier: "findScheduleGroup", description: "AR_FN_DSC_FINDSCHEDULEGROUP", type: "function", name: "FindScheduleGroup", category: "search", overloads: [{ description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_DSC", identifier: "ScheduleGroup_ONE findScheduleGroup(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_RV", isArray: false, type: "scg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_PRM_DSC_0", identifier: "scheduleGroupToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindScheduleGroup("OpenHoursEastCoast")', output: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_EX_OUT_0" }, { input: "FindScheduleGroup(ToString(NOT_SET))", output: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_EX_OUT_1" }] }, { description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_DSC", identifier: "ScheduleGroup_ONE findScheduleGroup(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_RV", isArray: false, type: "scg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_PRM_DSC_0", identifier: "scheduleGroupName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindScheduleGroup(NOT_SET)", output: "AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_EX_OUT_0" }] }], needsServerInfo: true }, findSkill: { identifier: "findSkill", description: "AR_FN_DSC_FINDSKILL", type: "function", name: "FindSkill", category: "search", overloads: [{ description: "AR_FN_SKL_FINDSKILL_STR_DSC", identifier: "Skill_ONE findSkill(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SKL_FINDSKILL_STR_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_FINDSKILL_STR_PRM_DSC_0", identifier: "skillToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindSkill("JavaScript")', output: "AR_FN_SKL_FINDSKILL_STR_EX_OUT_0" }, { input: "FindSkill(ToString(NOT_SET))", output: "AR_FN_SKL_FINDSKILL_STR_EX_OUT_1" }] }, { description: "AR_FN_SKL_FINDSKILL_NTS_DSC", identifier: "Skill_ONE findSkill(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_SKL_FINDSKILL_NTS_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_FINDSKILL_NTS_PRM_DSC_0", identifier: "skillName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindSkill(NOT_SET)", output: "AR_FN_SKL_FINDSKILL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, evaluateSkillExpressionFilter: { identifier: "evaluateSkillExpressionFilter", description: "AR_FN_DSC_EVALUATESKILLEXPRESSIONFILTER", type: "function", name: "EvaluateSkillExpressionFilter", category: "complex", overloads: [{ description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_DSC", identifier: "SkillExpressionFilter_ONE evaluateSkillExpressionFilter(String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule", emailsend: "emailsend", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage" }, featureConfigName: "routingSkillExpressionsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_RV", isArray: false, type: "jsn__architect::skill_expression_filter" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_PRM_DSC_0", identifier: "filterText", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1", maxLength: "1024" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_PRM_DSC_1", identifier: "notSetIfInvalid", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }], examples: [{ input: 'EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)", false)', output: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_EX_OUT_0" }, { input: 'EvaluateSkillExpressionFilter("invalid filter text", true)', output: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_EX_OUT_1" }] }, { description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_DSC", identifier: "SkillExpressionFilter_ONE evaluateSkillExpressionFilter(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", emailsend: "emailsend", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage" }, featureConfigName: "routingSkillExpressionsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_RV", isArray: false, type: "jsn__architect::skill_expression_filter" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_PRM_DSC_0", identifier: "filterText", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1", maxLength: "1024" }], examples: [{ input: 'EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)")', output: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_EX_OUT_0" }, { input: 'EvaluateSkillExpressionFilter("invalid filter text")', output: "AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_EX_OUT_1" }] }], needsServerInfo: true }, findLanguageSkill: { identifier: "findLanguageSkill", description: "AR_FN_DSC_FINDLANGUAGESKILL", type: "function", name: "FindLanguageSkill", category: "search", overloads: [{ description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_DSC", identifier: "LanguageSkill_ONE findLanguageSkill(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_PRM_DSC_0", identifier: "skillToFind", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindLanguageSkill("Spanish - Written")', output: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_EX_OUT_0" }, { input: "FindLanguageSkill(ToString(NOT_SET))", output: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_EX_OUT_1" }] }, { description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_DSC", identifier: "LanguageSkill_ONE findLanguageSkill(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "FindLanguageSkill(NOT_SET)", output: "AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, append: { identifier: "append", description: "AR_FN_DSC_APPEND", type: "function", name: "Append", category: "text", overloads: [{ description: "AR_FN_STR_APPEND_STR_STR_MORE_DSC", identifier: "String_ONE append(String_ONE,String_ONE...)", support: { version: "1.0", resolver: "n-SameType" }, returnValue: { description: "AR_FN_STR_APPEND_STR_STR_MORE_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_APPEND_STR_STR_MORE_PRM_DSC_0", identifier: "initialText", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_APPEND_STR_STR_MORE_PRM_DSC_1", identifier: "textToAppend", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "str" }], examples: [{ input: 'Append("Hello", " World")', output: '"Hello World"' }, { input: 'Append("Hello", "-", "World")', output: '"Hello-World"' }, { input: 'Append("Hello", NOT_SET)', output: '"Hello"' }, { input: 'Append(NOT_SET, "Hello")', output: '"Hello"' }, { input: "Append(ToString(NOT_SET), NOT_SET)", output: '""' }] }, { description: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_DSC", identifier: "Audio_ONE appendAudio(Any_ONE,Any_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_PRM_DSC_0", identifier: "initialAudioOrPrompt", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "apa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_PRM_DSC_1", identifier: "audioOrPromptToAppend", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "apa" }], examples: [{ input: 'Append(Prompt.Welcome, ToAudioTTS("John"))', output: "AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_EX_OUT_0" }] }, { description: "AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_DSC", identifier: "Communication_ONE append(Communication_ONE,Any_ONE...)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_PRM_DSC_0", identifier: "initialCommunication", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "com" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_PRM_DSC_1", identifier: "valueToAppend", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "any" }], examples: [{ input: 'Append(MakeCommunication(Prompt.Welcome, "John"), ToCommunicationBlank(1000), "Your account balance is", MakeCurrency(350, "USD"))', output: "A Communication with five items in it." }] }], needsServerInfo: true }, makeCommunication: { identifier: "makeCommunication", description: "AR_FN_DSC_MAKECOMMUNICATION", type: "function", name: "MakeCommunication", category: "text", overloads: [{ description: "AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_DSC", identifier: "Communication_ONE makeCommunication(Any_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_PRM_DSC_0", identifier: "anyValue", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "any" }], examples: [{ input: 'MakeCommunication(Prompt.Welcome, "John", ToCommunicationBlank(1000), ToCommunication("ABC", Format.String.playChars))', output: "A Communication with four items." }] }], needsServerInfo: true }, left: { identifier: "left", description: "AR_FN_DSC_LEFT", type: "function", name: "Left", category: "text", overloads: [{ description: "AR_FN_STR_LEFT_STR_LNG_DSC", identifier: "String_ONE left(String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_LEFT_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_LEFT_STR_LNG_PRM_DSC_0", identifier: "srcString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_LEFT_STR_LNG_PRM_DSC_1", identifier: "length", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'Left("Hello", 2)', output: '"He"' }, { input: 'Left("Hello", 6)', output: '"Hello"' }, { input: 'Left("Hello", 0)', output: '""' }] }] }, length: { identifier: "length", description: "AR_FN_DSC_LENGTH", type: "function", name: "Length", category: "text", overloads: [{ description: "AR_FN_LNG_LENGTH_STR_DSC", identifier: "Long_ONE length(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_LENGTH_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_LENGTH_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Length("Hello World")', output: "11" }, { input: 'Length("")', output: "0" }] }, { description: "AR_FN_LNG_LENGTH_JSON_DSC", identifier: "Long_ONE length(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_LENGTH_JSON_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_LENGTH_JSON_PRM_DSC_0", identifier: "jsonString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'Length(JsonParse("\\"Hello World\\""))', output: "11" }] }], needsServerInfo: true }, lower: { identifier: "lower", description: "AR_FN_DSC_LOWER", type: "function", name: "Lower", category: "text", overloads: [{ description: "AR_FN_STR_LOWER_STR_DSC", identifier: "String_ONE lower(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_LOWER_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_LOWER_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Lower("Hello World")', output: '"hello world"' }, { input: 'Lower("")', output: '""' }] }] }, ltrim: { identifier: "ltrim", description: "AR_FN_DSC_LTRIM", type: "function", name: "LTrim", category: "text", overloads: [{ description: "AR_FN_STR_LTRIM_STR_DSC", identifier: "String_ONE ltrim(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_LTRIM_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_LTRIM_STR_PRM_DSC_0", identifier: "stringToTrim", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'LTrim(" Hello")', output: '"Hello"' }, { input: 'LTrim(" Hello ")', output: '"Hello "' }, { input: 'LTrim("Hello ")', output: '"Hello "' }, { input: 'LTrim("")', output: '""' }] }] }, replace: { identifier: "replace", description: "AR_FN_DSC_REPLACE", type: "function", name: "Replace", category: "text", overloads: [{ description: "AR_FN_STR_REPLACE_STR_STR_STR_DSC", identifier: "String_ONE replace(String_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_REPLACE_STR_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_1", identifier: "findString", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_2", identifier: "replacementString", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }], examples: [{ input: 'Replace("Hello World", "Hello", "World")', output: '"World World"' }, { input: 'Replace("Hello World", "Hello", NOT_SET)', output: '" World"' }, { input: 'Replace("Hello World", "Soccer", "Ball")', output: '"Hello World"' }, { input: 'Replace("Hello World", "hello", "")', output: '"Hello World"' }, { input: 'Replace("Hello World", "", "Ball")', output: '"Hello World"' }, { input: 'Replace("Hello World", "Test", "test")', output: '"Hello World"' }] }] }, reverse: { identifier: "reverse", description: "AR_FN_DSC_REVERSE", type: "function", name: "Reverse", category: "text", overloads: [{ description: "AR_FN_STR_REVERSE_STR_DSC", identifier: "String_ONE reverse(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_REVERSE_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_REVERSE_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Reverse("Hello")', output: '"olleH"' }] }] }, right: { identifier: "right", description: "AR_FN_DSC_RIGHT", type: "function", name: "Right", category: "text", overloads: [{ description: "AR_FN_STR_RIGHT_STR_LNG_DSC", identifier: "String_ONE right(String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_RIGHT_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_RIGHT_STR_LNG_PRM_DSC_0", identifier: "srcString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_RIGHT_STR_LNG_PRM_DSC_1", identifier: "length", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'Right("Hello", 3)', output: '"llo"' }, { input: 'Right("Hello", 6)', output: '"Hello"' }, { input: 'Right("Hello", 0)', output: '""' }] }] }, rtrim: { identifier: "rtrim", description: "AR_FN_DSC_RTRIM", type: "function", name: "RTrim", category: "text", overloads: [{ description: "AR_FN_STR_RTRIM_STR_DSC", identifier: "String_ONE rtrim(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_RTRIM_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_RTRIM_STR_PRM_DSC_0", identifier: "stringToTrim", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'RTrim("Hello ")', output: '"Hello"' }, { input: 'RTrim(" Hello ")', output: '" Hello"' }, { input: 'RTrim(" Hello")', output: '" Hello"' }, { input: 'RTrim("")', output: '""' }] }] }, substring: { identifier: "substring", description: "AR_FN_DSC_SUBSTRING", type: "function", name: "Substring", category: "text", overloads: [{ description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_DSC", identifier: "String_ONE substring(String_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_1", identifier: "start", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_2", identifier: "length", isArray: false, helpDisplayIdx: 2, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'Substring("Hello", 0, 3)', output: '"Hel"' }, { input: 'Substring("Hello", 2, 3)', output: '"llo"' }, { input: 'Substring("Hello", 3, 3)', output: '"lo"' }, { input: 'Substring("Hello", 0, 27)', output: '"Hello"' }, { input: 'Substring("Hello", 10, 5)', output: '""' }] }] }, trim: { identifier: "trim", description: "AR_FN_DSC_TRIM", type: "function", name: "Trim", category: "text", overloads: [{ description: "AR_FN_STR_TRIM_STR_DSC", identifier: "String_ONE trim(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TRIM_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TRIM_STR_PRM_DSC_0", identifier: "stringToTrim", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Trim(" Hello ")', output: '"Hello"' }, { input: 'Trim("Hello ")', output: '"Hello"' }, { input: 'Trim(" Hello")', output: '"Hello"' }, { input: 'Trim("")', output: '""' }] }] }, upper: { identifier: "upper", description: "AR_FN_DSC_UPPER", type: "function", name: "Upper", category: "text", overloads: [{ description: "AR_FN_STR_UPPER_STR_DSC", identifier: "String_ONE upper(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_UPPER_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_UPPER_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Upper("Hello World")', output: '"HELLO WORLD"' }, { input: 'Upper("")', output: '""' }] }] }, contains: { identifier: "contains", description: "AR_FN_DSC_CONTAINS", type: "function", name: "Contains", category: "text", overloads: [{ description: "AR_FN_BLN_CONTAINS_STR_STR_DSC", identifier: "Boolean_ONE contains(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_CONTAINS_STR_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Contains("Hello", "ll")', output: "true" }, { input: 'Contains("Hello", "he")', output: "false" }, { input: 'Contains("Hello", "abc")', output: "false" }, { input: 'Contains("Hello", "")', output: "true" }] }, { description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_DSC", identifier: "Boolean_ONE contains(String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_1", identifier: "textToFind", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_2", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'Contains("Hello", "ll", true)', output: "true" }, { input: 'Contains("Hello", "he", false)', output: "false" }, { input: 'Contains("Hello", "he", true)', output: "true" }, { input: 'Contains("Hello", "abc", true)', output: "false" }, { input: 'Contains("Hello", "", true)', output: "true" }, { input: 'Contains("le \xC9lever", "\xE9", true)', output: "true" }, { input: 'Contains("le \xC9lever", "\xE9", false)', output: "false" }, { input: 'Contains("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", true)', output: "true" }, { input: 'Contains("\u4E2D\u570B\u53F0\u7063KD1", "\u53F0", false)', output: "true" }] }], needsServerInfo: true }, compare: { identifier: "compare", description: "AR_FN_DSC_COMPARE", type: "function", name: "Compare", category: "text", overloads: [{ description: "AR_FN_LNG_COMPARE_STR_STR_DSC", identifier: "Long_ONE compare(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_COMPARE_STR_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_PRM_DSC_0", identifier: "stringToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_PRM_DSC_1", identifier: "stringToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'Compare("hello", "Hello")', output: "-1" }, { input: 'Compare("Hello", "hello")', output: "1" }, { input: 'Compare("2", "10")', output: "AR_FN_LNG_COMPARE_STR_STR_EX_OUT_2" }, { input: 'Compare("Hello", "Hello")', output: "0" }, { input: 'Compare("Hel", "Hello")', output: "-1" }, { input: 'Compare("Hello", NOT_SET)', output: "1" }, { input: 'Compare("", NOT_SET)', output: "1" }, { input: 'Compare(NOT_SET, "")', output: "-1" }, { input: 'Compare(NOT_SET, "Hello")', output: "-1" }, { input: "Compare(NOT_SET, NOT_SET)", output: "0" }] }, { description: "AR_FN_LNG_COMPARE_STR_STR_BLN_DSC", identifier: "Long_ONE compare(String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_COMPARE_STR_STR_BLN_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_0", identifier: "stringToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_1", identifier: "stringToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_2", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'Compare("hello", "Hello", true)', output: "0" }, { input: 'Compare("hello", "Hello", false)', output: "-1" }, { input: 'Compare("2", "10", false)', output: "1" }, { input: 'Compare("Hel", "Hello", true)', output: "-1" }, { input: 'Compare("Hello", "Hello", true)', output: "0" }, { input: 'Compare("Hello", NOT_SET, false)', output: "1" }, { input: 'Compare(NOT_SET, "Hello", true)', output: "-1" }] }] }, split: { identifier: "split", description: "AR_FN_DSC_SPLIT", type: "function", name: "Split", category: "text", overloads: [{ description: "AR_FN_STR_COLL_SPLIT_STR_STR_DSC", identifier: "String_COLL split(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_COLL_SPLIT_STR_STR_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_SPLIT_STR_STR_PRM_DSC_0", identifier: "textToSplit", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_SPLIT_STR_STR_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'Split("Hello World", "l")', output: "AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_0" }, { input: 'Split("", "l")', output: "AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_1" }, { input: 'Split("Hello World", "")', output: "AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_2" }] }] }, day: { identifier: "day", description: "AR_FN_DSC_DAY", type: "function", name: "Day", category: "datetime", overloads: [{ description: "AR_FN_LNG_DAY_DATE_DSC", identifier: "Long_ONE day(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_DAY_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_DAY_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "Day(MakeDate(2017, 2, 14))", output: "14" }] }, { description: "AR_FN_LNG_DAY_DTM_DSC", identifier: "Long_ONE day(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_DAY_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_DAY_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Day(MakeDateTime(2009, 3, 20, 12, 00, 00))", output: "20" }] }], needsServerInfo: true }, month: { identifier: "month", description: "AR_FN_DSC_MONTH", type: "function", name: "Month", category: "datetime", overloads: [{ description: "AR_FN_LNG_MONTH_DATE_DSC", identifier: "Long_ONE month(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_MONTH_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_MONTH_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "Month(MakeDate(2009, 3, 20))", output: "3" }] }, { description: "AR_FN_LNG_MONTH_DTM_DSC", identifier: "Long_ONE month(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_MONTH_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_MONTH_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Month(MakeDateTime(2009, 3, 20, 12, 00, 00))", output: "3" }] }], needsServerInfo: true }, year: { identifier: "year", description: "AR_FN_DSC_YEAR", type: "function", name: "Year", category: "datetime", overloads: [{ description: "AR_FN_LNG_YEAR_DATE_DSC", identifier: "Long_ONE year(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_YEAR_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_YEAR_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "Year(MakeDate(2019, 3, 20))", output: "2019" }] }, { description: "AR_FN_LNG_YEAR_DTM_DSC", identifier: "Long_ONE year(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_YEAR_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_YEAR_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Year(MakeDateTime(2009, 3, 20, 12, 00, 00))", output: "2009" }] }], needsServerInfo: true }, hour: { identifier: "hour", description: "AR_FN_DSC_HOUR", type: "function", name: "Hour", category: "datetime", overloads: [{ description: "AR_FN_LNG_HOUR_TIME_DSC", identifier: "Long_ONE hour(Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_HOUR_TIME_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_HOUR_TIME_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }], examples: [{ input: "Hour(MakeTime(12, 00, 00))", output: "12" }] }, { description: "AR_FN_LNG_HOUR_DTM_DSC", identifier: "Long_ONE hour(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_HOUR_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_HOUR_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Hour(MakeDateTime(2007, 2, 10, 12, 00, 00))", output: "12" }] }], needsServerInfo: true }, minute: { identifier: "minute", description: "AR_FN_DSC_MINUTE", type: "function", name: "Minute", category: "datetime", overloads: [{ description: "AR_FN_LNG_MINUTE_DTM_DSC", identifier: "Long_ONE minute(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_MINUTE_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_MINUTE_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Minute(MakeDateTime(2007, 2, 10, 12, 30, 0))", output: "30" }, { input: "Minute(MakeDateTime(2019, 3, 1, 1, 5, 0))", output: "5" }, { input: "Minute(MakeDateTime(2015, 7, 15, 16, 0, 0))", output: "0" }] }, { description: "AR_FN_LNG_MINUTE_TIME_DSC", identifier: "Long_ONE minute(Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_MINUTE_TIME_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_MINUTE_TIME_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }], examples: [{ input: "Minute(MakeTime(12, 30, 0))", output: "30" }, { input: "Minute(MakeTime(1, 5, 0))", output: "5" }, { input: "Minute(MakeTime(16, 0, 0))", output: "0" }] }], needsServerInfo: true }, second: { identifier: "second", description: "AR_FN_DSC_SECOND", type: "function", name: "Second", category: "datetime", overloads: [{ description: "AR_FN_LNG_SECOND_DTM_DSC", identifier: "Long_ONE second(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_SECOND_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_SECOND_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "Second(MakeDateTime(2007, 2, 10, 12, 30, 45))", output: "45" }] }, { description: "AR_FN_LNG_SECOND_TIME_DSC", identifier: "Long_ONE second(Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_SECOND_TIME_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_SECOND_TIME_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }], examples: [{ input: "Second(MakeTime(12, 30, 45))", output: "45" }] }], needsServerInfo: true }, dateDiff: { identifier: "dateDiff", description: "AR_FN_DSC_DATEDIFF", type: "function", name: "DateDiff", category: "datetime", overloads: [{ description: "AR_FN_DUR_DATEDIFF_DATE_DATE_DSC", identifier: "Duration_ONE dateDiff(Date_ONE,Date_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_DUR_DATEDIFF_DATE_DATE_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_DATEDIFF_DATE_DATE_PRM_DSC_0", identifier: "date1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_DATEDIFF_DATE_DATE_PRM_DSC_1", identifier: "date2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dat" }], examples: [{ input: "DateDiff(MakeDate(2009, 3, 22), MakeDate(2009, 3, 20))", output: "AR_FN_DUR_DATEDIFF_DATE_DATE_EX_OUT_0" }, { input: "DateDiff(MakeDate(2009, 3, 20), MakeDate(2009, 3, 22))", output: "AR_FN_DUR_DATEDIFF_DATE_DATE_EX_OUT_1" }] }], needsServerInfo: true }, dateTimeDiff: { identifier: "dateTimeDiff", description: "AR_FN_DSC_DATETIMEDIFF", type: "function", name: "DateTimeDiff", category: "datetime", overloads: [{ description: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_DSC", identifier: "Duration_ONE dateTimeDiff(DateTime_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_PRM_DSC_0", identifier: "dateTime1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_PRM_DSC_1", identifier: "dateTime2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "DateTimeDiff(MakeDateTime(2009, 3, 20, 14, 0, 0), MakeDateTime(2009, 3, 20, 12, 0, 0))", output: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_EX_OUT_0" }, { input: "DateTimeDiff(MakeDateTime(2009, 3, 20, 10, 0, 0), MakeDateTime(2009, 3, 20, 12, 0, 0))", output: "AR_FN_DUR_DATETIMEDIFF_DTM_DTM_EX_OUT_1" }] }] }, timeDiff: { identifier: "timeDiff", description: "AR_FN_DSC_TIMEDIFF", type: "function", name: "TimeDiff", category: "datetime", overloads: [{ description: "AR_FN_DUR_TIMEDIFF_TIME_TIME_DSC", identifier: "Duration_ONE timeDiff(Time_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_DUR_TIMEDIFF_TIME_TIME_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_TIMEDIFF_TIME_TIME_PRM_DSC_0", identifier: "time1", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_TIMEDIFF_TIME_TIME_PRM_DSC_1", identifier: "time2", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tim" }], examples: [{ input: "TimeDiff(MakeTime(14, 0, 0), MakeTime(12, 0, 0))", output: "AR_FN_DUR_TIMEDIFF_TIME_TIME_EX_OUT_0" }, { input: "TimeDiff(MakeTime(10, 0, 0), MakeTime(12, 0, 0))", output: "AR_FN_DUR_TIMEDIFF_TIME_TIME_EX_OUT_1" }] }], needsServerInfo: true }, dayOfWeek: { identifier: "dayOfWeek", description: "AR_FN_DSC_DAYOFWEEK", type: "function", name: "DayOfWeek", category: "datetime", overloads: [{ description: "AR_FN_LNG_DAYOFWEEK_DATE_DSC", identifier: "Long_ONE dayOfWeek(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_DAYOFWEEK_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_DAYOFWEEK_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "DayOfWeek(MakeDate(2009, 4, 5))", output: "1" }] }, { description: "AR_FN_LNG_DAYOFWEEK_DTM_DSC", identifier: "Long_ONE dayOfWeek(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_DAYOFWEEK_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_DAYOFWEEK_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "DayOfWeek(MakeDateTime(2009, 4, 5, 3, 0, 0))", output: "1" }] }], needsServerInfo: true }, getDayOfWeekOccurrence: { identifier: "getDayOfWeekOccurrence", description: "AR_FN_DSC_GETDAYOFWEEKOCCURRENCE", type: "function", name: "GetDayOfWeekOccurrence", category: "datetime", overloads: [{ description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE getDayOfWeekOccurrence(Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_0", identifier: "dayOfWeek", isArray: false, helpDisplayIdx: 0, max: "7", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_1", identifier: "occurrence", isArray: false, helpDisplayIdx: 1, max: "53", min: "-53", repeatable: false, required: true, type: "int", disallowZero: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_2", identifier: "year", isArray: false, helpDisplayIdx: 2, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetDayOfWeekOccurrence(1, 10, 2017)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_0" }, { input: "GetDayOfWeekOccurrence(6, -1, 2017)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_1" }, { input: "GetDayOfWeekOccurrence(6, -2, 2017)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_2" }, { input: "GetDayOfWeekOccurrence(2, 53, 2017)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_3" }] }, { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE getDayOfWeekOccurrence(Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "dayOfWeek", isArray: false, helpDisplayIdx: 0, max: "7", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "occurrence", isArray: false, helpDisplayIdx: 1, max: "5", min: "-5", repeatable: false, required: true, type: "int", disallowZero: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "year", isArray: false, helpDisplayIdx: 2, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "month", isArray: false, helpDisplayIdx: 3, max: "12", min: "1", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetDayOfWeekOccurrence(1, 2, 2017, 4)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "GetDayOfWeekOccurrence(6, -1, 2017, 2)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "GetDayOfWeekOccurrence(6, -2, 2017, 2)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_2" }, { input: "GetDayOfWeekOccurrence(3, 5, 2017, 4)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_3" }] }, { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE getDayOfWeekOccurrence(Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "dayOfWeek", isArray: false, helpDisplayIdx: 0, max: "7", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "occurrence", isArray: false, helpDisplayIdx: 1, max: "53", min: "-53", repeatable: false, required: true, type: "int", disallowZero: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "year", isArray: false, helpDisplayIdx: 2, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "hour", isArray: false, helpDisplayIdx: 3, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4", identifier: "minute", isArray: false, helpDisplayIdx: 4, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5", identifier: "second", isArray: false, helpDisplayIdx: 5, max: "59", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetDayOfWeekOccurrence(6, -1, 2017, 2, 14, 30)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "GetDayOfWeekOccurrence(6, -2, 2017, 2, 5, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "GetDayOfWeekOccurrence(1, 20, 2017, 2, 11, 15)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_2" }, { input: "GetDayOfWeekOccurrence(3, 53, 2017, 12, 0, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_3" }] }, { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE getDayOfWeekOccurrence(Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "dayOfWeek", isArray: false, helpDisplayIdx: 0, max: "7", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "occurrence", isArray: false, helpDisplayIdx: 1, max: "5", min: "-5", repeatable: false, required: true, type: "int", disallowZero: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "year", isArray: false, helpDisplayIdx: 2, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "month", isArray: false, helpDisplayIdx: 3, max: "12", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4", identifier: "hour", isArray: false, helpDisplayIdx: 4, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5", identifier: "minute", isArray: false, helpDisplayIdx: 5, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_6", identifier: "second", isArray: false, helpDisplayIdx: 6, max: "59", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetDayOfWeekOccurrence(1, 2, 2017, 4, 11, 15, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "GetDayOfWeekOccurrence(6, -1, 2017, 2, 14, 30, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "GetDayOfWeekOccurrence(6, -2, 2017, 2, 5, 0, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_2" }, { input: "GetDayOfWeekOccurrence(3, 5, 2015, 4, 12, 0, 0)", output: "AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_3" }] }] }, getMenusSupportSpeechRecognition: { identifier: "getMenusSupportSpeechRecognition", description: "AR_FN_DSC_GETMENUSSUPPORTSPEECHRECOGNITION", type: "function", name: "GetMenusSupportSpeechRecognition", category: "audio", overloads: [{ description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_DSC", identifier: "Boolean_ONE getMenusSupportSpeechRecognition()", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_RV", isArray: false, type: "bln" }, parameters: [], examples: [{ input: "GetMenusSupportSpeechRecognition()", output: "false" }] }, { description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_DSC", identifier: "Boolean_ONE getMenusSupportSpeechRecognition(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_PRM_DSC_0", identifier: "languageTag", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'GetMenusSupportSpeechRecognition("en-us")', output: "true" }, { input: "GetMenusSupportSpeechRecognition(ToString(NOT_SET))", output: "A NOT_SET Boolean" }] }], needsServerInfo: true }, weekNum: { identifier: "weekNum", description: "AR_FN_DSC_WEEKNUM", type: "function", name: "WeekNum", category: "datetime", overloads: [{ description: "AR_FN_LNG_WEEKNUM_DATE_DSC", identifier: "Long_ONE weekNum(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_WEEKNUM_DATE_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_WEEKNUM_DATE_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }], examples: [{ input: "WeekNum(MakeDate(2017, 1, 1))", output: "1" }, { input: "WeekNum(MakeDate(2009, 12, 10))", output: "50" }, { input: "WeekNum(MakeDate(2009, 12, 31))", output: "53" }] }, { description: "AR_FN_LNG_WEEKNUM_DTM_DSC", identifier: "Long_ONE weekNum(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_WEEKNUM_DTM_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_WEEKNUM_DTM_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }], examples: [{ input: "WeekNum(MakeDateTime(2007, 1, 1, 3, 0, 0))", output: "1" }, { input: "WeekNum(MakeDateTime(2009, 12, 10, 3, 0, 0))", output: "50" }, { input: "WeekNum(MakeDateTime(2009, 12, 31, 3, 0, 0))", output: "53" }] }], needsServerInfo: true }, makeDate: { identifier: "makeDate", description: "AR_FN_DSC_MAKEDATE", type: "function", name: "MakeDate", category: "datetime", overloads: [{ description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_DSC", identifier: "Date_ONE makeDate(Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_0", identifier: "year", isArray: false, helpDisplayIdx: 0, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_1", identifier: "month", isArray: false, helpDisplayIdx: 1, max: "12", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_2", identifier: "day", isArray: false, helpDisplayIdx: 2, max: "31", min: "1", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDate(2014, 5, 20)", output: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_EX_OUT_0" }, { input: "MakeDate(2018, 1, 1)", output: "AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_EX_OUT_1" }] }], needsServerInfo: true }, makeDateTime: { identifier: "makeDateTime", description: "AR_FN_DSC_MAKEDATETIME", type: "function", name: "MakeDateTime", category: "datetime", overloads: [{ description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE makeDateTime(Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "year", isArray: false, helpDisplayIdx: 0, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "month", isArray: false, helpDisplayIdx: 1, max: "12", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "day", isArray: false, helpDisplayIdx: 2, max: "31", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "hour", isArray: false, helpDisplayIdx: 3, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4", identifier: "minute", isArray: false, helpDisplayIdx: 4, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5", identifier: "second", isArray: false, helpDisplayIdx: 5, max: "59", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDateTime(2009, 3, 20, 12, 00, 00)", output: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0" }] }, { description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_DSC", identifier: "DateTime_ONE makeDateTime(Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_0", identifier: "year", isArray: false, helpDisplayIdx: 0, max: "2200", min: "1800", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_1", identifier: "month", isArray: false, helpDisplayIdx: 1, max: "12", min: "1", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_2", identifier: "day", isArray: false, helpDisplayIdx: 2, max: "31", min: "1", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDateTime(2009, 3, 20)", output: "AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_EX_OUT_0" }] }, { description: "AR_FN_DTM_MAKEDATETIME_DATE_TIME_DSC", identifier: "DateTime_ONE makeDateTime(Date_ONE,Time_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_DTM_MAKEDATETIME_DATE_TIME_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_DATE_TIME_PRM_DSC_0", identifier: "date", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_MAKEDATETIME_DATE_TIME_PRM_DSC_1", identifier: "time", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "tim" }], examples: [{ input: "MakeDateTime(MakeDate(2009, 3, 20), MakeTime(3, 30, 0))", output: "A DateTime whose value is March 20th, 2009 at 03:30:00AM." }, { input: "MakeDateTime(MakeDate(2018, 1, 1), ToTime(NOT_SET))", output: "A DateTime whose value is January 1st, 2018 at 12:00:00AM." }, { input: "MakeDateTime(ToDate(NOT_SET), MakeTime(15, 0, 0))", output: "A DateTime whose value is January 1st, 1970 at 03:00:00PM." }] }], needsServerInfo: true }, makeDuration: { identifier: "makeDuration", description: "AR_FN_DSC_MAKEDURATION", type: "function", name: "MakeDuration", category: "datetime", overloads: [{ description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_DSC", identifier: "Duration_ONE makeDuration(Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "day", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "hour", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "minute", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "second", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDuration(10, 0, 30, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "MakeDuration(-10, 0, 30, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "MakeDuration(-10, 0, -30, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_2" }] }, { description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_DSC", identifier: "Duration_ONE makeDuration(Long_ONE,Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "day", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "hour", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "minute", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "second", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4", identifier: "milliseconds", isArray: false, helpDisplayIdx: 4, repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeDuration(10, 0, 30, 0, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "MakeDuration(-10, 0, 30, 10, 500)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_1" }, { input: "MakeDuration(-10, 0, -30, 0, 0)", output: "AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_2" }] }] }, makeTime: { identifier: "makeTime", description: "AR_FN_DSC_MAKETIME", type: "function", name: "MakeTime", category: "datetime", overloads: [{ description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_DSC", identifier: "Time_ONE makeTime(Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_0", identifier: "hour", isArray: false, helpDisplayIdx: 0, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_1", identifier: "minute", isArray: false, helpDisplayIdx: 1, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_2", identifier: "second", isArray: false, helpDisplayIdx: 2, max: "59", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeTime(12, 5, 0)", output: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_EX_OUT_0" }] }, { description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_DSC", identifier: "Time_ONE makeTime(Long_ONE,Long_ONE,Long_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_0", identifier: "hour", isArray: false, helpDisplayIdx: 0, max: "23", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_1", identifier: "minute", isArray: false, helpDisplayIdx: 1, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_2", identifier: "second", isArray: false, helpDisplayIdx: 2, max: "59", min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_3", identifier: "milliseconds", isArray: false, helpDisplayIdx: 3, max: "999", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "MakeTime(2, 30, 10, 0)", output: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_EX_OUT_0" }, { input: "MakeTime(12, 0, 10, 200)", output: "AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_EX_OUT_1" }] }], needsServerInfo: true }, addDays: { identifier: "addDays", description: "AR_FN_DSC_ADDDAYS", type: "function", name: "AddDays", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDDAYS_DTM_LNG_DSC", identifier: "DateTime_ONE addDays(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDDAYS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDDAYS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDDAYS_DTM_LNG_PRM_DSC_1", identifier: "days", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddDays(MakeDateTime(2009, 3, 2, 12, 00, 00), 5)", output: "AR_FN_DTM_ADDDAYS_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_DATE_ADDDAYS_DATE_LNG_DSC", identifier: "Date_ONE addDays(Date_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_ADDDAYS_DATE_LNG_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDDAYS_DATE_LNG_PRM_DSC_0", identifier: "startDate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDDAYS_DATE_LNG_PRM_DSC_1", identifier: "days", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddDays(MakeDate(2009, 3, 2), 5)", output: "AR_FN_DATE_ADDDAYS_DATE_LNG_EX_OUT_0" }] }], needsServerInfo: true }, addDuration: { identifier: "addDuration", description: "AR_FN_DSC_ADDDURATION", type: "function", name: "AddDuration", category: "datetime", overloads: [{ description: "AR_FN_DATE_ADDDURATION_DATE_DUR_DSC", identifier: "Date_ONE addDuration(Date_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_ADDDURATION_DATE_DUR_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDDURATION_DATE_DUR_PRM_DSC_0", identifier: "startDate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDDURATION_DATE_DUR_PRM_DSC_1", identifier: "durationDaysToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "AddDuration(MakeDate(2009, 1, 10), MakeDuration(10, 0, 30, 0))", output: "AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_0" }, { input: "AddDuration(MakeDate(2020, 2, 28), MakeDuration(3, 0, 0, 0))", output: "AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_1" }, { input: "AddDuration(MakeDate(2020, 1, 2), MakeDuration(-3, -4, 0, 0))", output: "AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_2" }] }, { description: "AR_FN_DTM_ADDDURATION_DTM_DUR_DSC", identifier: "DateTime_ONE addDuration(DateTime_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDDURATION_DTM_DUR_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDDURATION_DTM_DUR_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDDURATION_DTM_DUR_PRM_DSC_1", identifier: "durationToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "AddDuration(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDuration(10, 0, 30, 0))", output: "AR_FN_DTM_ADDDURATION_DTM_DUR_EX_OUT_0" }] }, { description: "AR_FN_TIME_ADDDURATION_TIME_DUR_DSC", identifier: "Time_ONE addDuration(Time_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_ADDDURATION_TIME_DUR_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDDURATION_TIME_DUR_PRM_DSC_0", identifier: "startTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDDURATION_TIME_DUR_PRM_DSC_1", identifier: "durationToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "AddDuration(MakeTime(22, 0, 0), MakeDuration(2, 3, 30, 0))", output: "A Time whose value is 01:30:00AM." }, { input: "AddDuration(MakeTime(12, 30, 0), MakeDuration(-1, 3, 30, 0))", output: "A Time whose value is 04:00:00PM." }, { input: "AddDuration(MakeTime(12, 30, 0), MakeDuration(-1, -3, -30, 0))", output: "A Time whose value is 09:00:00AM." }] }], needsServerInfo: true }, addMonths: { identifier: "addMonths", description: "AR_FN_DSC_ADDMONTHS", type: "function", name: "AddMonths", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDMONTHS_DTM_LNG_DSC", identifier: "DateTime_ONE addMonths(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDMONTHS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDMONTHS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDMONTHS_DTM_LNG_PRM_DSC_1", identifier: "monthsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddMonths(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDMONTHS_DTM_LNG_EX_OUT_0" }, { input: "AddMonths(MakeDateTime(2009, 1, 31, 6, 30, 0), 1)", output: "AR_FN_DTM_ADDMONTHS_DTM_LNG_EX_OUT_1" }] }, { description: "AR_FN_DATE_ADDMONTHS_DATE_LNG_DSC", identifier: "Date_ONE addMonths(Date_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_ADDMONTHS_DATE_LNG_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDMONTHS_DATE_LNG_PRM_DSC_0", identifier: "startDate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDMONTHS_DATE_LNG_PRM_DSC_1", identifier: "monthsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddMonths(MakeDate(2009, 1, 10), 3)", output: "AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_0" }, { input: "AddMonths(MakeDate(2008, 1, 29), 1)", output: "AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_1" }, { input: "AddMonths(MakeDate(2009, 1, 29), 1)", output: "AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_2" }, { input: "AddMonths(MakeDate(2020, 3, 1), -2)", output: "AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_3" }] }], needsServerInfo: true }, addYears: { identifier: "addYears", description: "AR_FN_DSC_ADDYEARS", type: "function", name: "AddYears", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDYEARS_DTM_LNG_DSC", identifier: "DateTime_ONE addYears(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDYEARS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDYEARS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDYEARS_DTM_LNG_PRM_DSC_1", identifier: "yearsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddYears(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDYEARS_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_DATE_ADDYEARS_DATE_LNG_DSC", identifier: "Date_ONE addYears(Date_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_ADDYEARS_DATE_LNG_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDYEARS_DATE_LNG_PRM_DSC_0", identifier: "startDate", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DATE_ADDYEARS_DATE_LNG_PRM_DSC_1", identifier: "yearsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddYears(MakeDate(2012, 1, 10), 3)", output: "AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_0" }, { input: "AddYears(MakeDate(2012, 1, 10), 0)", output: "AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_1" }, { input: "AddYears(MakeDate(2012, 1, 10), -3)", output: "AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_2" }] }], needsServerInfo: true }, addHours: { identifier: "addHours", description: "AR_FN_DSC_ADDHOURS", type: "function", name: "AddHours", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDHOURS_DTM_LNG_DSC", identifier: "DateTime_ONE addHours(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDHOURS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDHOURS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDHOURS_DTM_LNG_PRM_DSC_1", identifier: "hoursToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddHours(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDHOURS_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_TIME_ADDHOURS_TIME_LNG_DSC", identifier: "Time_ONE addHours(Time_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_ADDHOURS_TIME_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDHOURS_TIME_LNG_PRM_DSC_0", identifier: "startTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDHOURS_TIME_LNG_PRM_DSC_1", identifier: "hoursToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddHours(MakeTime(6, 30, 0), 3)", output: "AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_0" }, { input: "AddHours(MakeTime(6, 30, 0, 500), -9)", output: "AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_1" }, { input: "AddHours(MakeTime(0, 0, 0), 36)", output: "AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_2" }] }], needsServerInfo: true }, addMinutes: { identifier: "addMinutes", description: "AR_FN_DSC_ADDMINUTES", type: "function", name: "AddMinutes", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDMINUTES_DTM_LNG_DSC", identifier: "DateTime_ONE addMinutes(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDMINUTES_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDMINUTES_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDMINUTES_DTM_LNG_PRM_DSC_1", identifier: "minutesToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddMinutes(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDMINUTES_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_TIME_ADDMINUTES_TIME_LNG_DSC", identifier: "Time_ONE addMinutes(Time_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_ADDMINUTES_TIME_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDMINUTES_TIME_LNG_PRM_DSC_0", identifier: "startTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDMINUTES_TIME_LNG_PRM_DSC_1", identifier: "minutesToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddMinutes(MakeTime(6, 30, 0), 150)", output: "AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_0" }, { input: "AddMinutes(MakeTime(6, 30, 0, 500), -600)", output: "AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_1" }, { input: "AddMinutes(MakeTime(0, 0, 0), -1440)", output: "AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_2" }, { input: "AddMinutes(MakeTime(0, 0, 0), -1410)", output: "AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_3" }] }], needsServerInfo: true }, addSeconds: { identifier: "addSeconds", description: "AR_FN_DSC_ADDSECONDS", type: "function", name: "AddSeconds", category: "datetime", overloads: [{ description: "AR_FN_DTM_ADDSECONDS_DTM_LNG_DSC", identifier: "DateTime_ONE addSeconds(DateTime_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_ADDSECONDS_DTM_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDSECONDS_DTM_LNG_PRM_DSC_0", identifier: "startDateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DTM_ADDSECONDS_DTM_LNG_PRM_DSC_1", identifier: "secondsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddSeconds(MakeDateTime(2009, 1, 10, 6, 30, 0), 3)", output: "AR_FN_DTM_ADDSECONDS_DTM_LNG_EX_OUT_0" }] }, { description: "AR_FN_TIME_ADDSECONDS_TIME_LNG_DSC", identifier: "Time_ONE addSeconds(Time_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_ADDSECONDS_TIME_LNG_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDSECONDS_TIME_LNG_PRM_DSC_0", identifier: "startTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIME_ADDSECONDS_TIME_LNG_PRM_DSC_1", identifier: "secondsToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }], examples: [{ input: "AddSeconds(MakeTime(0, 30, 0), 330)", output: "AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_0" }, { input: "AddSeconds(MakeTime(0, 30, 0), -3600)", output: "AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_1" }, { input: "AddSeconds(MakeTime(6, 30, 0, 500), 86400)", output: "AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_2" }] }], needsServerInfo: true }, logicalIf: { identifier: "logicalIf", description: "AR_FN_DSC_LOGICALIF", type: "function", name: "If", category: "logical", overloads: [{ description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_DSC", identifier: "Any_ONE logicalIf(Boolean_ONE,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_1", identifier: "trueValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_2", identifier: "falseValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: "If(5>3, true, false)", output: "true" }, { input: 'If(5>3, "hello", "world")', output: '"hello"' }, { input: "If(5>3, 100, 200)", output: "100" }, { input: "If(5>3, 100.5, 200.0)", output: "100.5" }, { input: 'If(MakeCurrency(5.00, "USD") > MakeCurrency(2.00, "USD"), MakeCurrency(10.00, "USD"), ToCurrency(NOT_SET))', output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_4" }, { input: "If(5>3, MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2005, 1, 1, 0, 0, 0))", output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_5" }, { input: "If(5>3, MakeDuration(0, 1, 0, 0), MakeDuration(2, 0, 0, 0))", output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_6" }, { input: 'If(5>3, ToUser("john.doe@company.com"), ToUser("mary.doe@company.com"))', output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_7", hidden: "true" }, { input: 'If(5>3, ToSkill("Spanish"), ToSkill("German"))', output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_8", hidden: "true" }, { input: "If(3<5, MakeDate(2010, 6, 1), MakeDate(2015, 6, 1))", output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_9", featureConfigName: "botFlows" }, { input: "If(3<5, MakeTime(12, 0, 0), MakeTime(2, 30, 0))", output: "AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_10", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_DSC", identifier: "Any_COLL logicalIf(Boolean_ONE,Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "If" }, returnValue: { description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "trueValue", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_2", identifier: "falseValue", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "any" }], examples: [{ input: 'If(MakeCurrency(5.00, "USD") > MakeCurrency(2.00, "USD"), MakeList(MakeCurrency(10.00, "USD")), MakeList(ToCurrency(NOT_SET)))', output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_0" }, { input: "If(5>3, MakeList(true), MakeList(false))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_1" }, { input: 'If(5>3, MakeList("hello"), MakeList("world"))', output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_2" }, { input: "If(5>3, MakeList(100), MakeList(200))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_3" }, { input: "If(5>3, MakeList(100.5), MakeList(200.0))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_4" }, { input: "If(5>3, MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0)), MakeList(MakeDateTime(2005, 1, 1, 0, 0, 0)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_5" }, { input: "If(5>3, MakeList(MakeDuration(0, 1, 0, 0)), MakeList(MakeDuration(2, 0, 0, 0)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_6" }, { input: 'If(5>3, MakeList(ToUser("john.doe@company.com")), MakeList(ToUser("mary.doe@company.com")))', output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_7", hidden: "true" }, { input: 'If(5>3, MakeList(ToSkill("Spanish")), MakeList(ToSkill("German")))', output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_8", hidden: "true" }, { input: "If(5>3, MakeList(ToSkill(NOT_SET)), MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_9" }, { input: "If(3<5, MakeList(MakeDate(2010, 6, 1)), MakeList(MakeDate(2015, 6, 1)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_10", featureConfigName: "botFlows" }, { input: "If(3<5, MakeList(MakeTime(12, 0, 0)), MakeList(MakeTime(2, 30, 0)))", output: "AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_11", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_DSC", identifier: "Audio_ONE logicalIf(Boolean_ONE,Audio_ONE,Audio_ONE)", support: { version: "1.0", resolver: "If" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_0", identifier: "condition", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_1", identifier: "trueValueAudio", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "aud" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_2", identifier: "falseValueAudio", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'If(5>3, ToAudioTTS("Hello"), ToAudioTTS("World"))', output: "AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_EX_OUT_0" }] }] }, areEqual: { identifier: "areEqual", description: "AR_FN_DSC_AREEQUAL", type: "function", name: "AreEqual", category: "comparison", overloads: [{ description: "AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_DSC", identifier: "Boolean_ONE areEqual(Any_ONE,Any_ONE...)", support: { version: "1.0", resolver: "n-SameTypeParmNotSetToString" }, returnValue: { description: "AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_PRM_DSC_0", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_PRM_DSC_1", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 1, repeatable: true, required: false, type: "any" }], examples: [{ input: "AreEqual(true, false, ToBool(NOT_SET))", output: "false" }, { input: "AreEqual(5>3, true)", output: "true" }, { input: 'AreEqual("Hello", "Hel" + "lo")', output: "true" }, { input: 'AreEqual(MakeCurrency(5.00, "USD"), MakeCurrency(2.00, "USD"))', output: "false" }, { input: 'AreEqual(MakeCurrency(5.00, "USD"), MakeCurrency(5.00, "EUR"))', output: "false" }, { input: "AreEqual(ToString(NOT_SET), ToString(NOT_SET))", output: "true" }, { input: "AreEqual(100+5, 105, 110)", output: "false" }, { input: "AreEqual(105, 105)", output: "true" }, { input: "AreEqual(100.5, 120.0, 125.5)", output: "false" }, { input: "AreEqual(100.5, 100.5, 100.5)", output: "true" }, { input: "AreEqual(MakeDateTime(2009, 3, 20, 14, 0, 0), MakeDateTime(2009, 3, 20, 12, 0, 0))", output: "false" }, { input: "AreEqual(MakeDateTime(2009, 3, 20, 14, 0, 0), MakeDateTime(2009, 3, 20, 14, 0, 0))", output: "true" }, { input: "AreEqual(MakeDuration(0, 1, 0, 0), MakeDuration(2, 0, 0, 0))", output: "false" }, { input: "AreEqual(MakeDuration(2, 0, 0, 0), MakeDuration(2, 0, 0, 0))", output: "true" }, { input: 'AreEqual(ToUser("john.doe@company.com"), ToUser("Doe, Jane"))', output: "false", hidden: "true" }, { input: 'AreEqual(ToUser("john.doe@company.com"), ToUser("john.doe@company.com"))', output: "true", hidden: "true" }, { input: 'AreEqual(ToSkill("Spanish"), ToSkill("German"))', output: "false", hidden: "true" }, { input: 'AreEqual(ToSkill("Spanish"), ToSkill("Spanish"))', output: "true", hidden: "true" }, { input: "AreEqual(NOT_SET, NOT_SET)", output: "true" }, { input: "AreEqual(ToUser(NOT_SET), ToUser(NOT_SET))", output: "true" }, { input: "AreEqual(ToSkill(NOT_SET), ToSkill(NOT_SET))", output: "true" }, { input: 'AreEqual(MakeEmptyJsonObject(), JsonParse("{}"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_DSC", identifier: "Boolean_ONE areEqual(Any_COLL,Any_COLL)", support: { version: "1.0", resolver: "SameType" }, returnValue: { description: "AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_PRM_DSC_0", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_PRM_DSC_1", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "any" }], examples: [{ input: "AreEqual(MakeList(true, false), MakeList(true, false))", output: "true" }, { input: "AreEqual(MakeList(true, ToBool(NOT_SET), false), MakeList(true, false, ToBool(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(true, ToBool(NOT_SET), false), MakeList(true, ToBool(NOT_SET), false))", output: "true" }, { input: "AreEqual(MakeList(true), MakeEmptyList(ToBool(NOT_SET)))", output: "false" }, { input: 'AreEqual(MakeList(MakeCurrency(5.00, "USD")), MakeList(MakeCurrency(5.00, "USD")))', output: "true" }, { input: 'AreEqual(MakeList(MakeCurrency(5.00, "USD")), MakeList(MakeCurrency(5.00, "EUR")))', output: "false" }, { input: 'AreEqual(MakeList("hello"), MakeList("world"))', output: "false" }, { input: 'AreEqual(MakeList("hello"), MakeList("Hello"))', output: "false" }, { input: 'AreEqual(MakeList("hello"), MakeList("hello"))', output: "true" }, { input: 'AreEqual(MakeList("hello"), MakeEmptyList(ToString(NOT_SET)))', output: "false" }, { input: "AreEqual(MakeList(5, 3, 1), MakeList(1, 3, 5))", output: "false" }, { input: "AreEqual(MakeList(5, ToInt(NOT_SET), 1), MakeList(5, 3, 1))", output: "false" }, { input: "AreEqual(MakeList(5, ToInt(NOT_SET), 1), MakeList(5, ToInt(NOT_SET), 1))", output: "true" }, { input: "AreEqual(MakeList(1), MakeEmptyList(ToInt(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(5.0, 3.0, 1.0), MakeList(1.0, 3.0, 5.0))", output: "false" }, { input: "AreEqual(MakeList(5.0, ToDecimal(NOT_SET), 1.0), MakeList(5.0, 3.0, 1.0))", output: "false" }, { input: "AreEqual(MakeList(5.0, ToDecimal(NOT_SET), 1.0), MakeList(5.0, ToDecimal(NOT_SET), 1.0))", output: "true" }, { input: "AreEqual(MakeList(1.0), MakeEmptyList(ToDecimal(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2009, 5, 5, 11, 30, 0)), MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2009, 5, 5, 11, 30, 0)))", output: "true" }, { input: "AreEqual(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), ToDateTime(NOT_SET)), MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), ToDateTime(NOT_SET)))", output: "true" }, { input: "AreEqual(MakeList(ToDateTime(NOT_SET)), MakeEmptyList(ToDateTime(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)), MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)))", output: "true" }, { input: "AreEqual(MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)), MakeList(MakeDuration(10, 0, 30, 0), ToDuration(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(ToDuration(NOT_SET)), MakeEmptyList(ToDuration(NOT_SET)))", output: "false" }, { input: 'AreEqual(MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com")), MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com")))', output: "true", hidden: "true" }, { input: 'AreEqual(MakeList(ToUser("john.doe@company.com"), ToUser(NOT_SET)), MakeList(ToUser("john.doe@company.com"), ToUser(NOT_SET)))', output: "true", hidden: "true" }, { input: "AreEqual(MakeList(ToUser(NOT_SET)), MakeEmptyList(ToUser(NOT_SET)))", output: "false" }, { input: 'AreEqual(MakeList(ToSkill("Spanish"), ToSkill("German")), MakeList(ToSkill("Spanish"), ToSkill("German")))', output: "true", hidden: "true" }, { input: 'AreEqual(MakeList(ToSkill("Spanish"), ToSkill(NOT_SET)), MakeList(ToSkill("Spanish"), ToSkill(NOT_SET)))', output: "true", hidden: "true" }, { input: "AreEqual(MakeList(ToSkill(NOT_SET)), MakeEmptyList(ToSkill(NOT_SET)))", output: "false" }, { input: "AreEqual(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)), MakeList(ToUser(NOT_SET), ToUser(NOT_SET)))", output: "true", hidden: "true" }, { input: "AreEqual(MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)), MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)))", output: "true", hidden: "true" }] }, { description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_DSC", identifier: "Boolean_ONE areEqual(Boolean_ONE,String_ONE,String_ONE...)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_0", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_1", identifier: "valueToCompare", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_2", identifier: "valueToCompareTo", isArray: false, helpDisplayIdx: 2, repeatable: true, required: false, type: "str" }], examples: [{ input: 'AreEqual(false, "Hello", "hel" + "lo")', output: "false" }, { input: 'AreEqual(true, "Hello", "hel" + "lo", "hello")', output: "true" }, { input: "AreEqual(false, ToString(NOT_SET), ToString(NOT_SET))", output: "true" }] }, { description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_DSC", identifier: "Boolean_ONE areEqual(Boolean_ONE,String_COLL,String_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_0", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_1", identifier: "valueToCompare", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_2", identifier: "valueToCompareTo", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "str" }], examples: [{ input: 'AreEqual(false, MakeList("hello"), MakeList("world"))', output: "false" }, { input: 'AreEqual(false, MakeList("hello"), MakeList("Hello"))', output: "false" }, { input: 'AreEqual(true, MakeList("hello"), MakeList("Hello"))', output: "true" }, { input: 'AreEqual(false, MakeList("hello"), MakeList("hello"))', output: "true" }, { input: 'AreEqual(false, MakeList("hello"), MakeEmptyList(ToString(NOT_SET)))', output: "false" }] }] }, isSkillExpressionFilterValid: { identifier: "isSkillExpressionFilterValid", description: "AR_FN_DSC_ISSKILLEXPRESSIONFILTERVALID", type: "function", name: "IsSkillExpressionFilterValid", category: "logical", overloads: [{ description: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_DSC", identifier: "Boolean_ONE isSkillExpressionFilterValid(SkillExpressionFilter_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", emailsend: "emailsend", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage" }, featureConfigName: "routingSkillExpressionsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_PRM_DSC_0", identifier: "skillExpressionFilter", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn__architect::skill_expression_filter" }], examples: [{ input: 'IsSkillExpressionFilterValid(EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)"))', output: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_EX_OUT_0" }, { input: "IsSkillExpressionFilterValid(NOT_SET)", output: "AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_EX_OUT_1" }] }], needsServerInfo: true }, areSkillExpressionFiltersValid: { identifier: "areSkillExpressionFiltersValid", description: "AR_FN_DSC_ARESKILLEXPRESSIONFILTERSVALID", type: "function", name: "AreSkillExpressionFiltersValid", category: "search", overloads: [{ description: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_DSC", identifier: "Boolean_ONE areSkillExpressionFiltersValid(SkillExpressionFilter_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule", emailsend: "emailsend", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage" }, featureConfigName: "routingSkillExpressionsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_PRM_DSC_0", identifier: "skillExpressionFilters", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn__architect::skill_expression_filter" }], examples: [{ input: 'AreSkillExpressionFiltersValid(MakeList(EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)")))', output: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_EX_OUT_0" }, { input: 'AreSkillExpressionFiltersValid(MakeEmptyList(EvaluateSkillExpressionFilter("((Skill(\\"iPhone\\")>1 | (Skill(\\"CarPlay\\")=10)) & LanguageSkill(\\"Spanish\\") > 0)")))', output: "AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_EX_OUT_1" }] }], needsServerInfo: true }, isSet: { identifier: "isSet", description: "AR_FN_DSC_ISSET", type: "function", name: "IsSet", category: "logical", overloads: [{ description: "AR_FN_BLN_ISSET_ANY_DSC", identifier: "Boolean_ONE isSet(Any_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_ISSET_ANY_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISSET_ANY_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "IsSet(true)", output: "true" }, { input: "IsSet(false)", output: "true" }, { input: "IsSet(ToBool(NOT_SET))", output: "false" }, { input: 'IsSet("Hello")', output: "true" }, { input: 'IsSet("")', output: "true" }, { input: "IsSet(ToString(NOT_SET))", output: "false" }, { input: "IsSet(100)", output: "true" }, { input: "IsSet(ToInt(NOT_SET))", output: "false" }, { input: "IsSet(100.5)", output: "true" }, { input: "IsSet(ToDecimal(NOT_SET))", output: "false" }, { input: "IsSet(ToCurrency(NOT_SET))", output: "false" }, { input: "IsSet(MakeCurrency(5.00, ToString(NOT_SET)))", output: "true" }, { input: 'IsSet(MakeCurrency(ToDecimal(NOT_SET), "USD"))', output: "true" }, { input: "IsSet(MakeCurrency(ToDecimal(NOT_SET), ToString(NOT_SET)))", output: "true" }, { input: 'IsSet(MakeCurrency(5.00, "USD"))', output: "true" }, { input: "IsSet(MakeDate(2018, 12, 4))", output: "true", featureConfigName: "botFlows" }, { input: "IsSet(ToDate(NOT_SET))", output: "false", featureConfigName: "botFlows" }, { input: "IsSet(MakeTime(1, 30, 0))", output: "true", featureConfigName: "botFlows" }, { input: "IsSet(ToTime(NOT_SET))", output: "false", featureConfigName: "botFlows" }, { input: "IsSet(JsonParse(NOT_SET))", output: "false", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsSet(ToJson(NOT_SET))", output: "false", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsSet(JsonParse("null"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsSet(JsonParse("true"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsSet(MakeEmptyJsonObject())", output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsSet(JsonParse("{\\"a\\": false}"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsSet(ToJson(""))', output: "true", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_BLN_ISSET_AUDIO_DSC", identifier: "Boolean_ONE isSet(Audio_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISSET_AUDIO_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_ISSET_AUDIO_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'IsSet(ToAudioTTS("Hello"))', output: "true" }, { input: "IsSet(ToAudioBlank(2000))", output: "true" }, { input: "IsSet(ToAudio(ToPrompt(NOT_SET)))", output: "false" }] }, { description: "AR_FN_BLN_ISSET_NTS_DSC", identifier: "Boolean_ONE isSet(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_BLN_ISSET_NTS_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISSET_NTS_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "IsSet(NOT_SET)", output: "false" }] }], needsServerInfo: true }, getAt: { identifier: "getAt", description: "AR_FN_DSC_GETAT", type: "function", name: "GetAt", category: "list", overloads: [{ description: "AR_FN_ANY_GETAT_ANY_COLL_LNG_DSC", identifier: "Any_ONE getAt(Any_COLL,Long_ONE)", support: { version: "1.0", resolver: "GetAt" }, returnValue: { description: "AR_FN_ANY_GETAT_ANY_COLL_LNG_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_GETAT_ANY_COLL_LNG_PRM_DSC_0", identifier: "collection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_GETAT_ANY_COLL_LNG_PRM_DSC_1", identifier: "index", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: "GetAt(MakeList(true, false), 0)", output: "true" }, { input: 'GetAt(MakeList("Hello", "World"), 0)', output: '"Hello"' }, { input: "GetAt(MakeList(100, 200), 0)", output: "100" }, { input: "GetAt(MakeList(100.5, 200.5), 0)", output: "100.5" }, { input: 'GetAt(MakeList(MakeCurrency(5.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")), 1)', output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_4" }, { input: "GetAt(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2005, 1, 1, 0, 0, 0)), 0)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_5" }, { input: "GetAt(MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)), 0)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_6" }, { input: 'GetAt(MakeList(ToSkill("Spanish"), ToSkill("German")), 0)', output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_7", hidden: "true" }, { input: 'GetAt(MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com")), 0)', output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_8", hidden: "true" }, { input: "GetAt(MakeList(ToSkill(NOT_SET)), 0)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_9" }, { input: "GetAt(MakeList(MakeDate(2015, 1, 10), MakeDate(2018, 2, 14)), 0)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_10", featureConfigName: "botFlows" }, { input: "GetAt(MakeList(MakeTime(4, 30, 0), MakeTime(14, 15, 0)), 1)", output: "AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_11", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_JSON_GETAT_JSON_LNG_DSC", identifier: "JSON_ONE getAt(JSON_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_GETAT_JSON_LNG_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_GETAT_JSON_LNG_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_GETAT_JSON_LNG_PRM_DSC_1", identifier: "index", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'GetAt(JsonParse( "[\\"a\\", \\"b\\", \\"c\\"]" ), 1)', output: "AR_FN_JSON_GETAT_JSON_LNG_EX_OUT_0" }, { input: 'GetAt(JsonParse("\\"Hello\\""), 2)', output: "AR_FN_JSON_GETAT_JSON_LNG_EX_OUT_1" }] }], needsServerInfo: true }, count: { identifier: "count", description: "AR_FN_DSC_COUNT", type: "function", name: "Count", category: "list", overloads: [{ description: "AR_FN_LNG_COUNT_ANY_COLL_DSC", identifier: "Long_ONE count(Any_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_COUNT_ANY_COLL_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COUNT_ANY_COLL_PRM_DSC_0", identifier: "value", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "Count(MakeList(true, false))", output: "2" }, { input: "Count(MakeList(true, ToBool(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToBool(NOT_SET)))", output: "1" }, { input: 'Count(MakeList(MakeCurrency(5.00, "EUR"), MakeCurrency(ToDecimal(NOT_SET), "USD")))', output: "2" }, { input: 'Count(MakeList("hello", "world"))', output: "2" }, { input: 'Count(MakeList("hello", ToString(NOT_SET)))', output: "2" }, { input: "Count(MakeList(ToString(NOT_SET)))", output: "1" }, { input: "Count(MakeList(5, 3))", output: "2" }, { input: "Count(MakeList(5, ToInt(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToInt(NOT_SET)))", output: "1" }, { input: "Count(MakeList(3.5, -2.2))", output: "2" }, { input: "Count(MakeList(3.5, ToDecimal(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToDecimal(NOT_SET)))", output: "1" }, { input: "Count(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2008, 4, 5, 10, 30, 0)))", output: "2" }, { input: "Count(MakeList(GetCurrentDateTimeUtc(), ToDateTime(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToDateTime(NOT_SET)))", output: "1" }, { input: "Count(MakeList(MakeDuration(10, 0, 30, 0), MakeDuration(0, 0, 30, 30)))", output: "2" }, { input: "Count(MakeList(MakeDuration(10, 0, 30, 0), ToDuration(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToDuration(NOT_SET)))", output: "1" }, { input: 'Count(MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com")))', output: "2", hidden: "true" }, { input: 'Count(MakeList(ToUser("john.doe@company.com"), ToUser(NOT_SET)))', output: "2", hidden: "true" }, { input: "Count(MakeList(ToUser(NOT_SET)))", output: "1" }, { input: 'Count(MakeList(ToSkill("Spanish"), ToSkill("German")))', output: "2", hidden: "true" }, { input: 'Count(MakeList(ToSkill("Spanish"), ToSkill(NOT_SET)))', output: "2", hidden: "true" }, { input: "Count(MakeList(ToSkill(NOT_SET)))", output: "1" }, { input: "Count(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)))", output: "2" }, { input: "Count(MakeList(ToSkill(NOT_SET)))", output: "1" }, { input: "Count(MakeList(MakeDate(2015, 1, 10), MakeDate(2018, 2, 14)))", output: "2", featureConfigName: "botFlows" }, { input: "Count(MakeList(MakeTime(4, 30, 0), MakeTime(14, 15, 0)))", output: "2", featureConfigName: "botFlows" }, { input: "Count(MakeEmptyJsonArray())", output: "0", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_LNG_COUNT_JSON_DSC", identifier: "Long_ONE count(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_COUNT_JSON_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COUNT_JSON_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'Count(JsonParse("[ \\"a\\", \\"b\\", \\"c\\" ]"))', output: "3", featureConfigName: "encryptDecryptDataFeature" }, { input: 'Count(JsonParse("[ 1, 3, 20 ]"))', output: "3", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }], needsServerInfo: true }, escapeForMarkdown: { identifier: "escapeForMarkdown", description: "AR_FN_DSC_ESCAPEFORMARKDOWN", type: "function", name: "EscapeForMarkdown", category: "text", overloads: [{ description: "AR_FN_STR_ESCAPEFORMARKDOWN_STR_DSC", identifier: "String_ONE escapeForMarkdown(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_ESCAPEFORMARKDOWN_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_ESCAPEFORMARKDOWN_STR_PRM_DSC_0", identifier: "stringToEscape", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'EscapeForMarkdown("# Hello")', output: '"\\# Hello"' }, { input: 'EscapeForMarkdown("_More **example** text._")', output: '"\\_More \\*\\*example\\*\\* text.\\_"' }, { input: "EscapeForMarkdown(ToString(NOT_SET))", output: "AR_FN_STR_ESCAPEFORMARKDOWN_STR_EX_OUT_2" }] }], needsServerInfo: true }, escapeForXml: { identifier: "escapeForXml", description: "AR_FN_DSC_ESCAPEFORXML", type: "function", name: "EscapeForXml", category: "text", overloads: [{ description: "AR_FN_STR_ESCAPEFORXML_STR_DSC", identifier: "String_ONE escapeForXml(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_ESCAPEFORXML_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_ESCAPEFORXML_STR_PRM_DSC_0", identifier: "stringToEscape", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'EscapeForXml("5>3")', output: '"5>3"' }, { input: 'EscapeForXml("\\"Hello\\"")', output: '""Hello""' }, { input: "EscapeForXml(ToString(NOT_SET))", output: "AR_FN_STR_ESCAPEFORXML_STR_EX_OUT_2" }] }], needsServerInfo: true }, find: { identifier: "find", description: "AR_FN_DSC_FIND", type: "function", name: "Find", category: "list", overloads: [{ description: "AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_DSC", identifier: "Long_COLL find(Any_COLL,Any_ONE)", support: { version: "1.0", resolver: "Find" }, returnValue: { description: "AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_RV", isArray: true, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_PRM_DSC_0", identifier: "list", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_PRM_DSC_1", identifier: "item", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "Find(MakeList(true, false, true, ToBool(NOT_SET)), false)", output: "[1]" }, { input: "Find(MakeList(true, false, true, ToBool(NOT_SET)), ToBool(NOT_SET))", output: "[3]" }, { input: 'Find(MakeList(MakeCurrency(5.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")), MakeCurrency(2.00, "EUR"))', output: "[]" }, { input: 'Find(MakeList("hello", "world", ToString(NOT_SET)), "hello")', output: "[0]" }, { input: 'Find(MakeList("hello", "world", ToString(NOT_SET)), "Hello")', output: "[]" }, { input: 'Find(MakeList("hello", "world", ToString(NOT_SET)), ToString(NOT_SET))', output: "[2]" }, { input: "Find(MakeList(100, 200, ToInt(NOT_SET)), 100)", output: "[0]" }, { input: "Find(MakeList(100, 200, ToInt(NOT_SET)), 300)", output: "[]" }, { input: "Find(MakeList(100, 200, ToInt(NOT_SET)), ToInt(NOT_SET))", output: "[2]" }, { input: "Find(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), 100.5)", output: "[0]" }, { input: "Find(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), 300.0)", output: "[]" }, { input: "Find(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), ToDecimal(NOT_SET))", output: "[2]" }, { input: "Find(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), MakeDateTime(2009, 1, 10, 6, 30, 0))", output: "[0, 1]" }, { input: "Find(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), MakeDateTime(2007, 1, 1, 0, 0, 0))", output: "[]" }, { input: "Find(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), ToDateTime(NOT_SET))", output: "[2]" }, { input: "Find(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), MakeDuration(1, 0, 0, 0))", output: "[0]" }, { input: "Find(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), MakeDuration(3, 3, 0, 0))", output: "[]" }, { input: "Find(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), ToDuration(NOT_SET))", output: "[2]" }, { input: 'Find(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser("john.doe@company.com"))', output: "[0]", hidden: "true" }, { input: 'Find(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser("joe.schmo@company.com"))', output: "[]", hidden: "true" }, { input: 'Find(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser(NOT_SET))', output: "[2]", hidden: "true" }, { input: 'Find(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill("Spanish"))', output: "[0]", hidden: "true" }, { input: 'Find(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill("French"))', output: "[]", hidden: "true" }, { input: 'Find(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill(NOT_SET))', output: "[2]", hidden: "true" }, { input: "Find(MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)), ToSkill(NOT_SET))", output: "[0, 1]" }, { input: "Find(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)), ToUser(NOT_SET))", output: "[0, 1]" }, { input: 'Find(MakeList(ToPhoneNumber("tel:+13178723000"), ToPhoneNumber("+13178723000")), ToPhoneNumber("13178723000"))', output: "[0, 1]" }, { input: 'Find(MakeList(ToPhoneNumber("sip:john.doe@company.com"), ToPhoneNumber("sips:john.doe@company.com")), ToPhoneNumber("sip:john.doe@company.com"))', output: "[0]" }, { input: "Find(MakeList(MakeDate(2015, 1, 10), MakeDate(2018, 2, 14)), MakeDate(2018, 2, 14))", output: "[1]", featureConfigName: "botFlows" }, { input: "Find(MakeList(MakeTime(4, 30, 0), MakeTime(14, 15, 0)), MakeTime(4, 30, 0))", output: "[0]", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }] }, findFirst: { identifier: "findFirst", description: "AR_FN_DSC_FINDFIRST", type: "function", name: "FindFirst", category: "list", overloads: [{ description: "AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_DSC", identifier: "Long_ONE findFirst(Any_COLL,Any_ONE)", support: { version: "1.0", resolver: "Find" }, returnValue: { description: "AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_PRM_DSC_0", identifier: "list", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_PRM_DSC_1", identifier: "item", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: "FindFirst(MakeList(true, false, true, ToBool(NOT_SET)), false)", output: "1" }, { input: "FindFirst(MakeList(true, false, true, ToBool(NOT_SET)), ToBool(NOT_SET))", output: "3" }, { input: 'FindFirst(MakeList(MakeCurrency(5.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD")), MakeCurrency(2.00, "EUR"))', output: "-1" }, { input: 'FindFirst(MakeList("hello", "world", ToString(NOT_SET)), "hello")', output: "0" }, { input: 'FindFirst(MakeList("hello", "world", ToString(NOT_SET)), "Hello")', output: "-1" }, { input: 'FindFirst(MakeList("hello", "world", ToString(NOT_SET)), ToString(NOT_SET))', output: "2" }, { input: "FindFirst(MakeList(100, 200, ToInt(NOT_SET)), 100)", output: "0" }, { input: "FindFirst(MakeList(100, 200, ToInt(NOT_SET)), 300)", output: "-1" }, { input: "FindFirst(MakeList(100, 200, ToInt(NOT_SET)), ToInt(NOT_SET))", output: "2" }, { input: "FindFirst(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), 100.5)", output: "0" }, { input: "FindFirst(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), 300.0)", output: "-1" }, { input: "FindFirst(MakeList(100.5, 200.0, ToDecimal(NOT_SET)), ToDecimal(NOT_SET))", output: "2" }, { input: "FindFirst(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), MakeDateTime(2009, 1, 10, 6, 30, 0))", output: "0" }, { input: "FindFirst(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), MakeDateTime(2007, 1, 1, 0, 0, 0))", output: "-1" }, { input: "FindFirst(MakeList(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDateTime(2009, 1, 10, 6, 30, 0), ToDateTime(NOT_SET)), ToDateTime(NOT_SET))", output: "2" }, { input: "FindFirst(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), MakeDuration(1, 0, 0, 0))", output: "0" }, { input: "FindFirst(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), MakeDuration(3, 3, 0, 0))", output: "-1" }, { input: "FindFirst(MakeList(MakeDuration(1, 0, 0, 0), MakeDuration(0, 6, 0, 0), ToDuration(NOT_SET)), ToDuration(NOT_SET))", output: "2" }, { input: 'FindFirst(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser("john.doe@company.com"))', output: "0", hidden: "true" }, { input: 'FindFirst(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser("joe.schmo@company.com"))', output: "-1", hidden: "true" }, { input: 'FindFirst(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com"), ToUser(NOT_SET)), ToUser(NOT_SET))', output: "2", hidden: "true" }, { input: 'FindFirst(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill("Spanish"))', output: "0", hidden: "true" }, { input: 'FindFirst(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill("French"))', output: "-1", hidden: "true" }, { input: 'FindFirst(MakeList(ToSkill("Spanish"), ToSkill("German"), ToSkill(NOT_SET)), ToSkill(NOT_SET))', output: "2", hidden: "true" }, { input: "FindFirst(MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)), ToSkill(NOT_SET))", output: "0" }, { input: "FindFirst(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)), ToUser(NOT_SET))", output: "0" }, { input: 'FindFirst(MakeList(ToPhoneNumber("tel:+13178723000"), ToPhoneNumber("13175555555")), ToPhoneNumber("+13178723000"))', output: "0" }, { input: 'FindFirst(MakeList(ToPhoneNumber("sip:john.doe@company.com"), ToPhoneNumber("sips:john.doe@company.com")), ToPhoneNumber("sip:john.doe@company.com"))', output: "0" }, { input: "FindFirst(MakeList(MakeDate(2015, 1, 10), MakeDate(2018, 2, 14)), MakeDate(2018, 2, 14))", output: "1", featureConfigName: "botFlows" }, { input: "FindFirst(MakeList(MakeTime(4, 30, 0), MakeTime(14, 15, 0)), MakeTime(14, 15, 0))", output: "1", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }] }, findItems: { identifier: "findItems", description: "AR_FN_DSC_FINDITEMS", type: "function", name: "FindItems", category: "list", overloads: [{ description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_DSC", identifier: "Long_COLL findItems(KnowledgeBaseDocumentLabel_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_RV", isArray: true, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentLabelCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_knowledge_base_document_label" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_1", identifier: "labelName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindItems(Flow.KnowledgeBaseDocument.labels, "Product Label")', output: "[0]" }, { input: 'FindItems(Flow.KnowledgeBaseDocument.labels, "Welcome Article")', output: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_EX_OUT_1" }] }, { description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_DSC", identifier: "Long_COLL findItems(KnowledgeBaseDocumentLabel_COLL,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_RV", isArray: true, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentLabelCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_knowledge_base_document_label" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", mustBeLiteral: true }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_2", identifier: "propertyValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", mustBeLiteral: true }], examples: [{ input: 'FindItems(Flow.KnowledgeBaseDocument.labels, "Product Label", "name")', output: "[0]" }, { input: 'FindItems(Flow.KnowledgeBaseDocument.labels, "Welcome Article", "name")', output: "AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_EX_OUT_1" }] }], needsServerInfo: true }, findFirstItem: { identifier: "findFirstItem", description: "AR_FN_DSC_FINDFIRSTITEM", type: "function", name: "FindFirstItem", category: "list", overloads: [{ description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_DSC", identifier: "Long_ONE findFirstItem(KnowledgeBaseDocumentLabel_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentLabelCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_knowledge_base_document_label" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_1", identifier: "labelName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindFirstItem(Flow.KnowledgeBaseDocument.labels, "Product Label")', output: "0" }, { input: 'FindFirstItem(Flow.KnowledgeBaseDocument.labels, "Welcome Article")', output: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_EX_OUT_1" }] }, { description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_DSC", identifier: "Long_ONE findFirstItem(KnowledgeBaseDocument_COLL,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_0", identifier: "knowledgeBaseDocumentLabelCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_knowledge_base_document_label" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", mustBeLiteral: true }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_2", identifier: "propertyValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", mustBeLiteral: true }], examples: [{ input: 'FindFirstItem(Flow.KnowledgeBaseDocument.labels, "Product Label", "name")', output: "0" }, { input: 'FindFirstItem(Flow.KnowledgeBaseDocument.labels, "Welcome Article", "name")', output: "AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_EX_OUT_1" }] }, { description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_DSC", identifier: "Long_ONE findFirstItem(AssignedCustomerSegment_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot" }, featureConfigName: "botFlowsCustomerSegmentsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_PRM_DSC_0", identifier: "assignedCustomerSegmentCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "acs" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_PRM_DSC_1", identifier: "customerSegmentName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'FindFirstItem(Flow.MyAssignedSegments, "VIP Customers")', output: "0" }, { input: 'FindFirstItem(Flow.MyAssignedSegments, "Gold Tier")', output: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_EX_OUT_1" }] }, { description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_DSC", identifier: "Long_ONE findFirstItem(AssignedCustomerSegment_COLL,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot" }, featureConfigName: "botFlowsCustomerSegmentsFeature", needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_PRM_DSC_0", identifier: "assignedCustomerSegmentCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "acs" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", mustBeLiteral: true }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_PRM_DSC_2", identifier: "propertyValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", mustBeLiteral: true }], examples: [{ input: 'FindFirstItem(Flow.MyAssignedSegments, "customerSegment.id", "022ebfa1-9fc9-4b09-8313-3efa14bcc80e")', output: "0" }, { input: 'FindFirstItem(Flow.MyAssignedSegments, "customerSegment.id", "022ebfa1-9fc9-4b09-8313-3efa14bcc80e")', output: "AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_EX_OUT_1" }] }], needsServerInfo: true }, findJsonArrayItem: { identifier: "findJsonArrayItem", description: "AR_FN_DSC_FINDJSONARRAYITEM", type: "function", name: "FindJsonArrayItem", category: "list", overloads: [{ description: "AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_DSC", identifier: "Long_COLL findJsonArrayItem(JSON_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_RV", isArray: true, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_PRM_DSC_1", identifier: "item", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'FindJsonArrayItem(JsonParse("[0, 2, 3, 5, 8]"), 2)', output: "[1]" }, { input: 'FindJsonArrayItem(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, 100, { \\"b\\": false, \\"a\\": true }]"), JsonParse("{ \\"b\\": false, \\"a\\": true }"))', output: "[1, 3]" }] }], needsServerInfo: true }, findJsonArrayItemFirst: { identifier: "findJsonArrayItemFirst", description: "AR_FN_DSC_FINDJSONARRAYITEMFIRST", type: "function", name: "FindJsonArrayItemFirst", category: "list", overloads: [{ description: "AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_DSC", identifier: "Long_ONE findJsonArrayItemFirst(JSON_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_PRM_DSC_1", identifier: "item", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'FindJsonArrayItemFirst(JsonParse("[0, 2, 2, 5, 5]"), 5)', output: "3" }, { input: 'FindJsonArrayItemFirst(JsonParse("[0, 2, 2, 5, 8]"), 1)', output: "-1" }, { input: 'FindJsonArrayItemFirst(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, 100, { \\"b\\": false, \\"a\\": true }]"), JsonParse("{ \\"b\\": false, \\"a\\": true }"))', output: "1" }] }], needsServerInfo: true }, makeList: { identifier: "makeList", description: "AR_FN_DSC_MAKELIST", type: "function", name: "MakeList", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_DSC", identifier: "Any_COLL makeList(Any_ONE...)", support: { version: "1.0", resolver: "n-SameTypeRetColl" }, maxOperands: "getFromEnvLimitsCollectionItemsMax", returnValue: { description: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: true, required: false, type: "any" }], examples: [{ input: 'MakeList(MakeCurrency(5.00, "USD"), MakeCurrency(ToDecimal(NOT_SET), "USD"))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_0" }, { input: "MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0), MakeDateTime(2005, 1, 1, 0, 0, 0))", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_1" }, { input: "MakeList(100.5, 200.5)", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_2" }, { input: "MakeList(MakeDuration(0, 1, 0, 0), MakeDuration(-10, 5, 30, 0))", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_3" }, { input: "MakeList(100, 200)", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_4" }, { input: 'MakeList("hello", "world")', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_5" }, { input: "MakeList(true, false)", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_6" }, { input: 'MakeList(ToUser("john.doe@company.com"), ToUser("mary.doe@company.com"))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_7", hidden: "true" }, { input: 'MakeList(ToSkill("Spanish"), ToSkill("German"))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_8", hidden: "true" }, { input: "MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET))", output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_9", hidden: "true" }, { input: 'MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET)))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_10", featureConfigName: "botFlowsAppleListPicker" }, { input: 'MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET)))))', output: "AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_11", featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }] }, makeEmptyList: { identifier: "makeEmptyList", description: "AR_FN_DSC_MAKEEMPTYLIST", type: "function", name: "MakeEmptyList", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_DSC", identifier: "Any_COLL makeEmptyList(Any_ONE...)", support: { version: "1.0", resolver: "EmptyList" }, returnValue: { description: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "MakeEmptyList(ToCurrency(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_0" }, { input: "MakeEmptyList(ToDateTime(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_1" }, { input: "MakeEmptyList(ToDecimal(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_2" }, { input: "MakeEmptyList(ToDuration(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_3" }, { input: "MakeEmptyList(ToInt(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_4" }, { input: "MakeEmptyList(ToString(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_5" }, { input: "MakeEmptyList(ToBool(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_6" }, { input: "MakeEmptyList(ToUser(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_7" }, { input: "MakeEmptyList(ToSkill(NOT_SET))", output: "AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_8" }] }] }, addItem: { identifier: "addItem", description: "AR_FN_DSC_ADDITEM", type: "function", name: "AddItem", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_DSC", identifier: "Any_COLL addItem(Any_COLL,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, addsToCollection: true, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_PRM_DSC_1", identifier: "valueToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'AddItem(MakeEmptyList(ToString(NOT_SET)), "Hello")', output: '[ "Hello" ]' }, { input: "AddItem(MakeList(0, 1, 2), 3)", output: "[0, 1, 2, 3]" }] }], needsServerInfo: true }, addJsonArrayItem: { identifier: "addJsonArrayItem", description: "AR_FN_DSC_ADDJSONARRAYITEM", type: "function", name: "AddJsonArrayItem", category: "list", overloads: [{ description: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_DSC", identifier: "JSON_ONE addJsonArrayItem(JSON_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_PRM_DSC_1", identifier: "valueToAdd", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'AddJsonArrayItem(JsonParse("[ \\"a\\", 2, \\"c\\" ]"), "d")', output: "AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_EX_OUT_0" }] }], needsServerInfo: true }, addItemAt: { identifier: "addItemAt", description: "AR_FN_DSC_ADDITEMAT", type: "function", name: "AddItemAt", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_DSC", identifier: "Any_COLL addItemAt(Any_COLL,Long_ONE,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, addsToCollection: true, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_1", identifier: "insertIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_2", identifier: "valueToAdd", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'AddItemAt(MakeList("Hello"), 1, "Goodbye")', output: '[ "Hello", "Goodbye" ]' }, { input: 'AddItemAt(MakeEmptyList(ToString(NOT_SET)), 0, "Hello")', output: '[ "Hello" ]' }, { input: 'AddItemAt(AddItemAt(MakeEmptyList(ToString(NOT_SET)), 0, "There"), 0, "Hello")', output: '[ "Hello", "There" ]' }, { input: "AddItemAt(MakeList(0, 1, 2), 0, 3)", output: "[3, 0, 1, 2]" }, { input: "AddItemAt(MakeList(0, 1, 2), 10, 3)", output: "[0, 1, 2, 3]" }] }], needsServerInfo: true }, addJsonArrayItemAt: { identifier: "addJsonArrayItemAt", description: "AR_FN_DSC_ADDJSONARRAYITEMAT", type: "function", name: "AddJsonArrayItemAt", category: "list", overloads: [{ description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_DSC", identifier: "JSON_ONE addJsonArrayItemAt(JSON_ONE,Long_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_1", identifier: "insertIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_2", identifier: "valueToAdd", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'AddJsonArrayItemAt(JsonParse("[ 0, 1, 2 ]"), 3, "Hello")', output: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_0" }, { input: 'AddJsonArrayItemAt(JsonParse("[\\"Hello\\"]"), 0, "Goodbye")', output: "AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_1" }] }], needsServerInfo: true }, removeDups: { identifier: "removeDups", description: "AR_FN_DSC_REMOVEDUPS", type: "function", name: "RemoveDups", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_DSC", identifier: "Any_COLL removeDups(Any_COLL)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: 'RemoveDups(MakeList("Hello", "Hello"))', output: '[ "Hello" ]' }, { input: "RemoveDups(MakeList(true, true, false))", output: "[ true, false ]" }, { input: "RemoveDups(MakeList(4.5, NOT_SET, -3.1, NOT_SET))", output: "[4.5, NOT_SET, -3.1]" }, { input: "RemoveDups(MakeList(0, 1, 1, 2, 2, 1, NOT_SET, 2))", output: "[0, 1, 2, NOT_SET]" }] }, { description: "AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_DSC", identifier: "String_COLL removeDups(String_COLL,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_PRM_DSC_1", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'RemoveDups(MakeList("Hello", "hello"), true)', output: '[ "Hello" ]' }, { input: 'RemoveDups(MakeList("Hello", "hello"), false)', output: '[ "Hello", "hello" ]' }] }], needsServerInfo: true }, removeJsonArrayDups: { identifier: "removeJsonArrayDups", description: "AR_FN_DSC_REMOVEJSONARRAYDUPS", type: "function", name: "RemoveJsonArrayDups", category: "list", overloads: [{ description: "AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_DSC", identifier: "JSON_ONE removeJsonArrayDups(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'RemoveJsonArrayDups(JsonParse("[ 100, 150, 100, false, false, { \\"a\\": 5 } ]"))', output: "AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_EX_OUT_0" }] }], needsServerInfo: true }, removeItem: { identifier: "removeItem", description: "AR_FN_DSC_REMOVEITEM", type: "function", name: "RemoveItem", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_DSC", identifier: "Any_COLL removeItem(Any_COLL,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_PRM_DSC_1", identifier: "valueToRemove", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'RemoveItem(MakeList("Hello", "There"), "Hello")', output: '[ "There" ]' }, { input: "RemoveItem(MakeList(true, true, false), true)", output: "[ false ]" }, { input: "RemoveItem(MakeList(4.5, NOT_SET, -3.1, NOT_SET), NOT_SET)", output: "[4.5, -3.1]" }, { input: "RemoveItem(MakeList(0, 1, 1, 2, 2), 1)", output: "[0, 2, 2]" }, { input: "RemoveItem(MakeEmptyList(ToInt(NOT_SET)), 1)", output: "AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_EX_OUT_4" }] }, { description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_DSC", identifier: "String_COLL removeItem(String_COLL,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_1", identifier: "valueToRemove", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_2", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'RemoveItem(MakeList("hello", "There"), "Hello", true)', output: '[ "There" ]' }, { input: 'RemoveItem(MakeList("Hello", "There"), "hello", false)', output: '[ "Hello", "There" ]' }] }], needsServerInfo: true }, removeJsonArrayItem: { identifier: "removeJsonArrayItem", description: "AR_FN_DSC_REMOVEJSONARRAYITEM", type: "function", name: "RemoveJsonArrayItem", category: "list", overloads: [{ description: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_DSC", identifier: "JSON_ONE removeJsonArrayItem(JSON_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_PRM_DSC_1", identifier: "valueToRemove", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'RemoveJsonArrayItem(JsonParse("[ \\"Hello\\", \\"There\\" ]"), "Hello")', output: "AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_EX_OUT_0" }, { input: 'RemoveJsonArrayItem(JsonParse("[ 0, 1, 2, 3 ]"), 1)', output: "A JSON value that contains an array of [ 0, 2, 3 ]." }] }], needsServerInfo: true }, removeItemAt: { identifier: "removeItemAt", description: "AR_FN_DSC_REMOVEITEMAT", type: "function", name: "RemoveItemAt", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_DSC", identifier: "Any_COLL removeItemAt(Any_COLL,Long_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_PRM_DSC_1", identifier: "removeIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'RemoveItemAt(MakeList("Hello"), 0)', output: "AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_EX_OUT_0" }, { input: 'RemoveItemAt(MakeList("Hello", "Goodbye"), 0)', output: '[ "Goodbye" ]' }, { input: "RemoveItemAt(MakeList(2, 4, 5, 6, 8), 2)", output: "[2, 4, 6, 8]" }] }], needsServerInfo: true }, removeJsonArrayItemAt: { identifier: "removeJsonArrayItemAt", description: "AR_FN_DSC_REMOVEJSONARRAYITEMAT", type: "function", name: "RemoveJsonArrayItemAt", category: "list", overloads: [{ description: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_DSC", identifier: "JSON_ONE removeJsonArrayItemAt(JSON_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_PRM_DSC_1", identifier: "removeIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'RemoveJsonArrayItemAt(JsonParse("[ 100, false, { \\"a\\": 5 } ]"), 2)', output: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_EX_OUT_0" }, { input: 'RemoveJsonArrayItemAt(RemoveJsonArrayItemAt(JsonParse("[ 100, false, { \\"a\\": 5 } ]"), 2), 0)', output: "AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_EX_OUT_1" }] }], needsServerInfo: true }, replaceItem: { identifier: "replaceItem", description: "AR_FN_DSC_REPLACEITEM", type: "function", name: "ReplaceItem", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_DSC", identifier: "Any_COLL replaceItem(Any_COLL,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceItem(MakeList("Hello"), "Hello", "Goodbye")', output: '[ "Goodbye" ]' }, { input: 'ReplaceItem(MakeList("Hello", "Hello"), "Hello", "Goodbye")', output: '["Goodbye", "Goodbye"]' }, { input: 'ReplaceItem(MakeList("Hello", NOT_SET), NOT_SET, "Goodbye")', output: '["Hello", "Goodbye"]' }, { input: "ReplaceItem(MakeList(0, 2, 4, 5, 8), 5, 6)", output: "[0, 2, 4, 6, 8]" }, { input: "ReplaceItem(MakeList(0, 2, 4, NOT_SET, 8), NOT_SET, 6)", output: "[0, 2, 4, 6, 8]" }] }, { description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_DSC", identifier: "String_COLL replaceItem(String_COLL,String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_3", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'ReplaceItem(MakeList("hello"), "Hello", "Goodbye", true)', output: '[ "Goodbye" ]' }, { input: 'ReplaceItem(MakeList("hello"), "Hello", "Goodbye", false)', output: '[ "hello" ]' }, { input: 'ReplaceItem(MakeList("hello", "HeLLo"), "Hello", "Goodbye", true)', output: '["Goodbye", "Goodbye"]' }, { input: 'ReplaceItem(MakeList("Hello", NOT_SET), NOT_SET, "Goodbye", true)', output: '["Hello", "Goodbye"]' }] }], needsServerInfo: true }, replaceJsonArrayItem: { identifier: "replaceJsonArrayItem", description: "AR_FN_DSC_REPLACEJSONARRAYITEM", type: "function", name: "ReplaceJsonArrayItem", category: "list", overloads: [{ description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_DSC", identifier: "JSON_ONE replaceJsonArrayItem(JSON_ONE,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceJsonArrayItem(ToJson(MakeList("Hello")), "Hello", "Goodbye")', output: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_0" }, { input: 'ReplaceJsonArrayItem(JsonParse("[0, 2, 4, 5, 8]"), 5, 6)', output: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_1" }, { input: 'ReplaceJsonArrayItem(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, 100]"), JsonParse("{ \\"b\\": false, \\"a\\": true }"), ToString(NOT_SET))', output: "AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_2" }] }], needsServerInfo: true }, replaceItemAt: { identifier: "replaceItemAt", description: "AR_FN_DSC_REPLACEITEMAT", type: "function", name: "ReplaceItemAt", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_DSC", identifier: "Any_COLL replaceItemAt(Any_COLL,Long_ONE,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_1", identifier: "replaceIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceItemAt(MakeList("Hello"), 0, "Goodbye")', output: '[ "Goodbye" ]' }, { input: 'ReplaceItemAt(MakeList("Hello", "Hello"), 1, "Goodbye")', output: '["Hello", "Goodbye"]' }, { input: "ReplaceItemAt(MakeList(0, 2, 4, 5, 8), 2, 6)", output: "[0, 2, 6, 5, 8]" }] }], needsServerInfo: true }, replaceJsonArrayItemAt: { identifier: "replaceJsonArrayItemAt", description: "AR_FN_DSC_REPLACEJSONARRAYITEMAT", type: "function", name: "ReplaceJsonArrayItemAt", category: "list", overloads: [{ description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_DSC", identifier: "JSON_ONE replaceJsonArrayItemAt(JSON_ONE,Long_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_1", identifier: "replaceIndex", isArray: false, helpDisplayIdx: 1, min: "0", repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceJsonArrayItemAt(ToJson(MakeList("Hello")), 0, "Goodbye")', output: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_0" }, { input: 'ReplaceJsonArrayItemAt(JsonParse("[0, 2, 4, 5, 8]"), 2, false)', output: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_1" }, { input: 'ReplaceJsonArrayItemAt(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, 100]"), 1, ToString(NOT_SET))', output: "AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_2" }] }], needsServerInfo: true }, replaceItemFirst: { identifier: "replaceItemFirst", description: "AR_FN_DSC_REPLACEITEMFIRST", type: "function", name: "ReplaceItemFirst", category: "list", overloads: [{ description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_DSC", identifier: "Any_COLL replaceItemFirst(Any_COLL,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceItemFirst(MakeList("Hello"), "Hello", "Goodbye")', output: '[ "Goodbye" ]' }, { input: 'ReplaceItemFirst(MakeList("Goodbye", "Goodbye"), "Goodbye", "Hello")', output: '[ "Hello", "Goodbye" ]' }, { input: "ReplaceItemFirst(MakeList(0, 2, 6, 6, 8), 6, 4)", output: "[0, 2, 4, 6, 8]" }, { input: "ReplaceItemFirst(MakeList(0, 2, NOT_SET, 6, 8), NOT_SET, 4)", output: "[0, 2, 4, 6, 8]" }] }, { description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_DSC", identifier: "String_COLL replaceItemFirst(String_COLL,String_ONE,String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "CollectionMods" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_RV", isArray: true, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_0", identifier: "srcCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_3", identifier: "ignoreCase", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "bln" }], examples: [{ input: 'ReplaceItemFirst(MakeList("hello"), "Hello", "Goodbye", true)', output: '[ "Goodbye" ]' }, { input: 'ReplaceItemFirst(MakeList("hello"), "Hello", "Goodbye", false)', output: '[ "hello" ]' }, { input: 'ReplaceItemFirst(MakeList("goodbye", "Goodbye"), "Goodbye", "Hello", true)', output: '[ "Hello", "Goodbye" ]' }] }], needsServerInfo: true }, replaceJsonArrayItemFirst: { identifier: "replaceJsonArrayItemFirst", description: "AR_FN_DSC_REPLACEJSONARRAYITEMFIRST", type: "function", name: "ReplaceJsonArrayItemFirst", category: "list", overloads: [{ description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_DSC", identifier: "JSON_ONE replaceJsonArrayItemFirst(JSON_ONE,Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_0", identifier: "srcJsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_1", identifier: "valueToReplace", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_2", identifier: "newValue", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ReplaceJsonArrayItemFirst(ToJson(MakeList("Hello")), "Hello", "Goodbye")', output: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_0" }, { input: 'ReplaceJsonArrayItemFirst(JsonParse("[0, 2, 4, 5, 8, 5, 4, false]"), 5, 6)', output: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_1" }, { input: 'ReplaceJsonArrayItemFirst(JsonParse("[0, { \\"a\\": true, \\"b\\": false }, { \\"a\\": true, \\"b\\": false }, 100]"), JsonParse("{ \\"b\\": false, \\"a\\": true }"), ToString(NOT_SET))', output: "AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_2" }] }], needsServerInfo: true }, toBool: { identifier: "toBool", description: "AR_FN_DSC_TOBOOL", type: "function", name: "ToBool", category: "cast", overloads: [{ description: "AR_FN_BLN_TOBOOL_DEC_DSC", identifier: "Boolean_ONE toBool(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_TOBOOL_DEC_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_DEC_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToBool(1.5)", output: "true" }, { input: "ToBool(-31.5)", output: "true" }, { input: "ToBool(0.0)", output: "false" }, { input: "ToBool(ToDecimal(NOT_SET))", output: "AR_FN_BLN_TOBOOL_DEC_EX_OUT_3" }] }, { description: "AR_FN_BLN_TOBOOL_STR_DSC", identifier: "Boolean_ONE toBool(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_TOBOOL_STR_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToBool("True")', output: "true" }, { input: 'ToBool("TRUE")', output: "true" }, { input: 'ToBool("true")', output: "true" }, { input: 'ToBool("T")', output: "true" }, { input: 'ToBool("1")', output: "true" }, { input: 'ToBool("False")', output: "false" }, { input: 'ToBool("false")', output: "false" }, { input: 'ToBool("F")', output: "false" }, { input: 'ToBool("0")', output: "false" }, { input: "ToBool(ToString(NOT_SET))", output: "AR_FN_BLN_TOBOOL_STR_EX_OUT_9" }] }, { description: "AR_FN_BLN_TOBOOL_STR_BLN_DSC", identifier: "Boolean_ONE toBool(String_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_TOBOOL_STR_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_STR_BLN_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_STR_BLN_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }], examples: [{ input: 'ToBool("True", false)', output: "true" }, { input: 'ToBool("FALSEE", true)', output: "true" }, { input: 'ToBool("TrueTrue", false)', output: "false" }, { input: 'ToBool("0", true)', output: "false" }] }, { description: "AR_FN_BLN_TOBOOL_LNG_DSC", identifier: "Boolean_ONE toBool(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_TOBOOL_LNG_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToBool(1)", output: "true" }, { input: "ToBool(-10)", output: "true" }, { input: "ToBool(0)", output: "false" }, { input: "ToBool(ToInt(NOT_SET))", output: "AR_FN_BLN_TOBOOL_LNG_EX_OUT_3" }] }, { description: "AR_FN_BLN_TOBOOL_NTS_DSC", identifier: "Boolean_ONE toBool(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_BLN_TOBOOL_NTS_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToBool(NOT_SET)", output: "AR_FN_BLN_TOBOOL_NTS_EX_OUT_0" }] }, { description: "AR_FN_BLN_TOBOOL_BLN_DSC", identifier: "Boolean_ONE toBool(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_TOBOOL_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_BLN_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "bln" }], examples: [{ input: "ToBool(true)", output: "true" }] }, { description: "AR_FN_BLN_TOBOOL_JSON_DSC", identifier: "Boolean_ONE toBool(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_TOBOOL_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_JSON_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'ToBool(JsonParse("true"))', output: "true" }, { input: 'ToBool(JsonParse("false"))', output: "false" }, { input: 'ToBool(JsonParse("\\"False\\""))', output: "false" }, { input: 'ToBool(JsonParse("4.25"))', output: "true" }, { input: 'ToBool(JsonParse("null"))', output: "AR_FN_BLN_TOBOOL_JSON_EX_OUT_4" }, { input: "ToBool(ToJson(NOT_SET))", output: "AR_FN_BLN_TOBOOL_JSON_EX_OUT_5" }] }, { description: "AR_FN_BLN_TOBOOL_JSON_BLN_DSC", identifier: "Boolean_ONE toBool(JSON_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_TOBOOL_JSON_BLN_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_JSON_BLN_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_TOBOOL_JSON_BLN_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }], examples: [{ input: 'ToBool(JsonParse("true"), false)', output: "true" }, { input: 'ToBool(JsonParse("\\"apple\\""), true)', output: "true" }, { input: 'ToBool(JsonParse("[1,2]"), false)', output: "false" }, { input: 'ToBool(JsonParse("null"), true)', output: "A NOT_SET Boolean." }] }], needsServerInfo: true }, toDigitalAudio: { identifier: "toDigitalAudio", description: "AR_FN_DSC_TODIGITALAUDIO", type: "function", name: "ToDigitalAudio", category: "cast", overloads: [{ description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_DSC", identifier: "DigitalAudio_ONE toDigitalAudio(DigitalAudio_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dia" }], examples: [{ input: "ToDigitalAudio(ToDigitalAudio(NOT_SET))", output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_EX_OUT_0" }] }, { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_DSC", identifier: "DigitalAudio_ONE toDigitalAudio(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDigitalAudio(NOT_SET)", output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_EX_OUT_0" }] }, { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DSC", identifier: "DigitalAudio_ONE toDigitalAudio(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToDigitalAudio(Flow.ResponseAsset)", output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_EX_OUT_0" }, { input: "ToDigitalAudio(ToResponseAsset(NOT_SET))", output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_EX_OUT_1" }] }, { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_DSC", identifier: "DigitalAudio_ONE toDigitalAudio(ResponseAsset_ONE,DigitalAudio_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dia" }], examples: [{ input: 'ToDigitalAudio(Flow.ResponseAsset, MakeDigitalAudioFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mp3"))', output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_0" }, { input: 'ToDigitalAudio(ToResponseAsset(NOT_SET), MakeDigitalAudioFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mp3"))', output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_1" }, { input: 'ToDigitalAudio(Flow.ResponseAssetThatCannotBeConvertedToDigitalAudio, MakeDigitalAudioFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mp3"))', output: "AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_2" }] }], needsServerInfo: true }, toDigitalAudioCollection: { identifier: "toDigitalAudioCollection", description: "AR_FN_DSC_TODIGITALAUDIOCOLLECTION", type: "function", name: "ToDigitalAudioCollection", category: "cast", overloads: [{ description: "AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_DSC", identifier: "DigitalAudio_COLL toDigitalAudioCollection(ResponseAsset_COLL)", support: { version: "1.0", resolver: "None" }, featureConfigName: "cannedResponseAttachmentsPostGaFeature", needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_RV", isArray: true, type: "dia" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "rpa" }], examples: [{ input: "ToDigitalAudioCollection(MakeList(Flow.ResponseAsset, Flow.ResponseAsset2))", output: "AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_EX_OUT_0" }] }], needsServerInfo: true }, toDisplayString: { identifier: "toDisplayString", description: "AR_FN_DSC_TODISPLAYSTRING", type: "function", name: "ToDisplayString", category: "cast", overloads: [{ description: "AR_FN_STR_TODISPLAYSTRING_ANY_DSC", identifier: "String_ONE toDisplayString(Any_ONE)", support: { version: "1.0", resolver: "None" }, passThrough: { dataTypes: [{ type: "acp" }, { type: "bln" }, { type: "lac" }, { type: "phn" }, { type: "pmt" }, { type: "que" }, { type: "skl" }, { type: "str" }, { type: "usr" }], funcOpOverloadId: "String_ONE toString(Any_ONE)" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_ANY_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_ANY_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "ToDisplayString(true)", output: '"true"' }, { input: "ToDisplayString(2112)", output: '"2,112"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(2112)", output: '"2.112"', outputFlowCurrentLanguage: "de-DE" }, { input: 'ToDisplayString(MakeCurrency(3.14159, "EUR"))', output: '"\u20AC3.14159"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeCurrency(3.14159, "EUR"))', output: '"3,14159\xA0\u20AC"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(210125.12)", output: '"210,125.12"', outputFlowCurrentLanguage: "en-GB" }, { input: "ToDisplayString(210125.12)", output: '"210.125,12"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDateTime(2018, 07, 18, 19, 35, 39))", output: '"July 18, 2018 at 7:35 PM"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(MakeDateTime(2018, 07, 18, 19, 35, 39))", output: '"18 July 2018 at 19:35"', outputFlowCurrentLanguage: "en-GB" }, { input: "ToDisplayString(MakeDateTime(2018, 07, 18, 19, 35, 39))", output: '"18. Juli 2018 um 19:35"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDuration(2, 3, 4, 50, 200))", output: '"2 days, 3 hours, 4 minutes, 50.2 seconds"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(MakeDuration(2, 3, 4, 50, 200))", output: '"2 Tage, 3 Stunden, 4 Minuten und 50,2 Sekunden"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDuration(-2, -3, -4, -50, -200))", output: '"-2 days, -3 hours, -4 minutes, -50.2 seconds"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(MakeDuration(-2, -3, -4, -50, -200))", output: '"-2 Tage, -3 Stunden, -4 Minuten und -50,2 Sekunden"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDuration(2, 0, 0, 0))", output: '"2 days"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(MakeDuration(2112, 0, 0, 0))", output: '"2.112 Tage"', outputFlowCurrentLanguage: "de-DE" }, { input: "ToDisplayString(MakeDate(2018, 07, 18))", output: '"July 18, 2018"', outputFlowCurrentLanguage: "en-US", featureConfigName: "botFlows" }, { input: "ToDisplayString(MakeTime(19, 35, 39))", output: '"7:35 PM"', outputFlowCurrentLanguage: "en-US", featureConfigName: "botFlows" }, { input: 'ToDisplayString(ToCommunication(MakeCurrency(3.14159, "EUR")))', output: '"3,14159\xA0\u20AC"', outputFlowCurrentLanguage: "de-DE", featureConfigName: "botFlows" }, { input: 'ToDisplayString(JsonParse("[ true, false]"))', output: '"[true,false]"', featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToDisplayString(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))', output: '"Fries"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToDisplayString(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))))', output: '"Sides"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToDisplayString(MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET))', output: '"Sides"', featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_DSC", identifier: "String_ONE toDisplayString(Any_COLL)", support: { version: "1.0", resolver: "None" }, passThrough: { dataTypes: [{ type: "acp", isArray: true }, { type: "bln", isArray: true }, { type: "lac", isArray: true }, { type: "phn", isArray: true }, { type: "pmt", isArray: true }, { type: "que", isArray: true }, { type: "skl", isArray: true }, { type: "str", isArray: true }, { type: "usr", isArray: true }], funcOpOverloadId: "String_ONE toString(Any_ONE)", isArrayItemPassThrough: true }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "ToDisplayString(MakeList(90125, 2112))", output: '"90,125\\n2,112"', outputFlowCurrentLanguage: "en-US", addNewLineInfo: true }, { input: "ToDisplayString(MakeList(90125, ToInt(NOT_SET)))", output: '"90,125\\n"', outputFlowCurrentLanguage: "en-US", addNewLineInfo: true }, { input: "ToDisplayString(MakeList(90125, 2112))", output: '"90.125\\n2.112"', outputFlowCurrentLanguage: "de-DE", addNewLineInfo: true }, { input: "ToDisplayString(MakeList(90125, ToInt(NOT_SET)))", output: '"90.125\\n"', outputFlowCurrentLanguage: "de-DE", addNewLineInfo: true }, { input: 'ToDisplayString(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))))', output: '"Fries\\nSoup"', addNewLineInfo: true, featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToDisplayString(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))), MakeListPickerSection("Desserts", true, MakeList(MakeListPickerItem("Cookie", NOT_SET, MakeImageFromUrl(NOT_SET))))))', output: '"Sides\\nDessert"', addNewLineInfo: true, featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_DSC", identifier: "String_ONE toDisplayString(Any_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, passThrough: { dataTypes: [{ type: "acp", isArray: true }, { type: "bln", isArray: true }, { type: "lac", isArray: true }, { type: "phn", isArray: true }, { type: "pmt", isArray: true }, { type: "que", isArray: true }, { type: "skl", isArray: true }, { type: "str", isArray: true }, { type: "usr", isArray: true }], funcOpOverloadId: "String_ONE toString(Any_ONE)", isArrayItemPassThrough: true }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDisplayString(MakeList(8675309, 2112, 90125), "|")', output: '"8,675,309|2,112|90,125"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeList(8675309, 2112, 90125), "|")', output: '"8.675.309|2.112|90.125"', outputFlowCurrentLanguage: "de-DE" }, { input: 'ToDisplayString(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))), "|")', output: '"Fries|Soup"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToDisplayString(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))), MakeListPickerSection("Desserts", true, MakeList(MakeListPickerItem("Cookie", NOT_SET, MakeImageFromUrl(NOT_SET))))), "|")', output: '"Sides|Dessert"', featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TODISPLAYSTRING_CUR_LNG_DSC", identifier: "String_ONE toDisplayString(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_CUR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_LNG_PRM_DSC_0", identifier: "currencyValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToDisplayString(MakeCurrency(3.14, "USD"), 2)', output: '"$3.14"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeCurrency(3.14159, "EUR"), 3)', output: '"3,142\xA0\u20AC"', outputFlowCurrentLanguage: "de-DE" }, { input: 'ToDisplayString(MakeCurrency(3.14159, "EUR"), 3)', output: '"\u20AC3.142"', outputFlowCurrentLanguage: "en-US" }] }, { description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_DSC", identifier: "String_ONE toDisplayString(Currency_COLL,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_PRM_DSC_0", identifier: "currencyCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToDisplayString(MakeList(MakeCurrency(21.12, "USD"), MakeCurrency(9.0125, "GBP")), 1)', output: '"$21.1\\n\xA39.0"', outputFlowCurrentLanguage: "en-US", addNewLineInfo: true }, { input: 'ToDisplayString(MakeList(MakeCurrency(21.12, "USD"), MakeCurrency(9.0125, "GBP")), 5)', output: '"21,12000\xA0$\\n9,01250\xA0\xA3"', outputFlowCurrentLanguage: "de-DE", addNewLineInfo: true }] }, { description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_DSC", identifier: "String_ONE toDisplayString(Currency_COLL,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_0", identifier: "currencyCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_2", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 2, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToDisplayString(MakeList(MakeCurrency(21.12, "USD"), MakeCurrency(9.0125, "GBP")), "|", 1)', output: '"$21.1|\xA39.0"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeList(MakeCurrency(21.12, "USD"), MakeCurrency(9.0125, "GBP")), "|", 5)', output: '"21,12000\xA0$|9,01250\xA0\xA3"', outputFlowCurrentLanguage: "de-DE" }] }, { description: "AR_FN_STR_TODISPLAYSTRING_DEC_LNG_DSC", identifier: "String_ONE toDisplayString(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_DEC_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_LNG_PRM_DSC_0", identifier: "decimalValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToDisplayString(3.141, 2)", output: '"3.14"', outputFlowCurrentLanguage: "en-US" }, { input: "ToDisplayString(3.14159, 3)", output: '"3,142"', outputFlowCurrentLanguage: "de-DE" }] }, { description: "AR_FN_STR_TODISPLAY_DEC_COLL_LNG_DSC", identifier: "String_ONE toDisplay(Decimal_COLL,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAY_DEC_COLL_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAY_DEC_COLL_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAY_DEC_COLL_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToDisplayString(MakeList(21.12, 9.0125), 1)", output: '"21.1\\n9.0"', outputFlowCurrentLanguage: "en-US", addNewLineInfo: true }, { input: "ToDisplayString(MakeList(21.12, 9.0125), 5)", output: '"21,12000\\n9,01250"', outputFlowCurrentLanguage: "de-DE", addNewLineInfo: true }] }, { description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_DSC", identifier: "String_ONE toDisplayString(Decimal_COLL,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_2", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 2, max: "28", min: "0", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToDisplayString(MakeList(21.12, 9.0125), "|", 1)', output: '"21.1|9.0"', outputFlowCurrentLanguage: "en-US" }, { input: 'ToDisplayString(MakeList(21.12, 9.0125), "|", 5)', output: '"21,12000|9,01250"', outputFlowCurrentLanguage: "de-DE" }] }, { description: "AR_FN_STR_TODISPLAYSTRING_NTS_DSC", identifier: "String_ONE toDisplayString(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_STR_TODISPLAYSTRING_NTS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TODISPLAYSTRING_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDisplayString(NOT_SET)", output: "AR_FN_STR_TODISPLAYSTRING_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toString: { identifier: "toString", description: "AR_FN_DSC_TOSTRING", type: "function", name: "ToString", category: "cast", overloads: [{ description: "AR_FN_STR_TOSTRING_ANY_DSC", identifier: "String_ONE toString(Any_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_ANY_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_ANY_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "ToString(true)", output: '"true"' }, { input: "ToString(5 > 3)", output: '"true"' }, { input: "ToString(false)", output: '"false"' }, { input: "ToString(5 < 3)", output: '"false"' }, { input: "ToString(ToBool(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_4" }, { input: 'ToString(MakeCurrency(10.00, "USD"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_5" }, { input: "ToString(MakeDateTime(2009, 1, 10, 6, 30, 0))", output: '"2009-01-10T06:30:00.000Z"' }, { input: "ToString(ToDateTime(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_7" }, { input: "ToString(2000.5)", output: '"2000.5"' }, { input: "ToString(-1.0)", output: '"-1.0"' }, { input: "ToString(ToDecimal(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_10" }, { input: "ToString(MakeDuration(0, 1, 0, 0))", output: '"PT1H"' }, { input: "ToString(MakeDuration(-10, 5, 30, 0, 456))", output: '"-P9DT18H29M59.544S"' }, { input: "ToString(ToDuration(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_13" }, { input: "ToString(2000)", output: '"2000"' }, { input: "ToString(-1)", output: '"-1"' }, { input: "ToString(ToInt(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_16" }, { input: 'ToString(ToSkill("Spanish"))', output: '"Spanish"', hidden: "true" }, { input: "ToString(ToSkill(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_18" }, { input: 'ToString(FindUser("john.doe@company.com"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_19" }, { input: 'ToString(ToWrapupCode("Call back in a week"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_20", hidden: "true" }, { input: "ToString(ToSkill(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_21" }, { input: "ToString(ToUser(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_22" }, { input: "ToString(ToWrapupCode(NOT_SET))", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_23" }, { input: 'ToString(ToPhoneNumber("+1 (317) 872-3000"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_24" }, { input: "ToString(Flow.PhoneNumberVariable)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_25" }, { input: "ToString(Flow.SkillVariable)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_26" }, { input: "ToString(Flow.UserVariable)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_27" }, { input: "ToString(Flow.WrapupCodeVariable)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_28" }, { input: "ToString(Call.Contact)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_29" }, { input: "ToString(Email.Message)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_30" }, { input: "ToString(Email.Message.from)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_31" }, { input: "ToString(Email.Message.attachments[0])", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_32" }, { input: "ToString(Flow.ExternalOrganization)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_33" }, { input: "ToString(Flow.ExternalContact)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_34" }, { input: "ToString(Flow.ExternalAddress)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_35" }, { input: "ToString(Flow.ExternalPhoneNumber)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_36" }, { input: "ToString(Prompt.Welcome)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_37" }, { input: 'ToString(MakeAgentScorePair(FindUser("john.doe@company.com"), 50))', output: '"[john.doe@company.com,50]"', featureConfigName: "knownAgentRouting" }, { input: "ToString(MakeDate(2015, 1, 10))", output: '"2015-01-10"', featureConfigName: "botFlows" }, { input: "ToString(MakeTime(2, 30, 0))", output: '"02:30:00.000"', featureConfigName: "botFlows" }, { input: 'ToString(ToCommunication("Hello"))', output: '"hello"', featureConfigName: "botFlows" }, { input: "ToString(Workitem.Workitem)", output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_42", featureConfigName: "workItemFlows" }, { input: 'ToString(FindEmergencyGroup("Flooding"))', output: "Returns the name property from the supplied Emergency Group. If Emergency Group value is NOT_SET, a NOT_SET String is returned.", featureConfigName: "orgAvailabilityRoutingEmergencyGroups" }, { input: 'ToString(FindSchedule("Morning Hours"))', output: "Returns the name property from the supplied Schedule. If Schedule value is NOT_SET, a NOT_SET String is returned.", featureConfigName: "orgAvailabilityRoutingSchedules" }, { input: 'ToString(FindScheduleGroup("West Coast"))', output: "Returns the name property from the supplied Schedule Group. If Schedule Group value is NOT_SET, a NOT_SET String is returned.", featureConfigName: "orgAvailabilityRoutingScheduleGroups" }, { input: "ToString(MakeEmptyJsonObject())", output: '"{}"', featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToString(JsonParse("{ \\"a\\": true }"))', output: '"{"a":true}"', featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToString(JsonParse(Append("[1, 2, ", ToString(3>5), "]")))', output: '"[1,2,false]"', featureConfigName: "encryptDecryptDataFeature" }, { input: 'ToString(FindUtilizationLabel("green"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_49", featureConfigName: "conversationUtilizationLabels" }, { input: 'ToString(FindWorktypeStatus("NewOpportunity"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_50", featureConfigName: "workItemFlows" }, { input: 'ToString(MakeTimePicker("Schedule Appointment"))', output: "AR_FN_STR_TOSTRING_ANY_EX_OUT_51", featureConfigName: "botFlowsMessagingDatePicker" }, { input: "ToString(MakeTimeslot(MakeDateTime(2009, 1, 10, 6, 30, 0), MakeDuration(0, 1, 0, 0)))", output: '"2009-01-10T06:30:00.000Z|PT1H"', featureConfigName: "botFlowsMessagingDatePicker" }, { input: 'ToString(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))', output: '"Fries"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToString(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))))', output: '"Sides"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToString(MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET))', output: '"Sides"', featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TOSTRING_NTS_DSC", identifier: "String_ONE toString(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_STR_TOSTRING_NTS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToString(NOT_SET)", output: "AR_FN_STR_TOSTRING_NTS_EX_OUT_0" }] }, { description: "AR_FN_STR_TOSTRING_ANY_COLL_DSC", identifier: "String_ONE toString(Any_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_ANY_COLL_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_ANY_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "ToString(MakeList(true, false))", output: '"true\\nfalse"', addNewLineInfo: true }, { input: "ToString(MakeList(ToBool(NOT_SET), false))", output: '"\\nfalse"', addNewLineInfo: true }, { input: 'ToString(MakeList(MakeCurrency(10.00, "USD"), MakeCurrency(5.00, "EUR")))', output: '"10.00|USD\\n5.00|EUR"', addNewLineInfo: true }, { input: "ToString(MakeList(ToDateTime(NOT_SET), MakeDateTime(2009, 1, 10, 6, 30, 0)))", output: '"\\n2009-01-10T06:30:00.000Z"', addNewLineInfo: true }, { input: "ToString(MakeList(2000.5, -1.0))", output: '"2000.5\\n-1.0"', addNewLineInfo: true }, { input: "ToString(MakeList(ToDecimal(NOT_SET), -1.0))", output: '"\\n-1.0"', addNewLineInfo: true }, { input: "ToString(MakeList(MakeDuration(0, 1, 0, 0), MakeDuration(-10, 5, 30, 0)))", output: '"PT1H\\n-P9DT18H30M"', addNewLineInfo: true }, { input: "ToString(MakeList(ToDuration(NOT_SET), MakeDuration(-10, 5, 30, 0)))", output: '"\\n-P9DT18H30M"', addNewLineInfo: true }, { input: "ToString(MakeList(2000, -1))", output: '"2000\\n-1"', addNewLineInfo: true }, { input: "ToString(MakeList(ToInt(NOT_SET), -1))", output: '"\\n-1"', addNewLineInfo: true }, { input: 'ToString(MakeList(ToSkill("Spanish"), ToSkill("German")))', output: '"Spanish\\nGerman"', addNewLineInfo: true, hidden: "true" }, { input: 'ToString(MakeList(ToSkill(NOT_SET), ToSkill("German")))', output: '"\\nGerman"', addNewLineInfo: true, hidden: "true" }, { input: 'ToString(MakeList("Hello", "World"))', output: '"Hello\\nWorld"', addNewLineInfo: true }, { input: 'ToString(MakeList("Hello", ToString(NOT_SET)))', output: '"Hello\\n"', addNewLineInfo: true }, { input: 'ToString(MakeList(FindUser("john.doe@company.com"), FindUser("jane.doe@company.com")))', output: '"john.doe@company.com\\njane.doe@company.com"', addNewLineInfo: true }, { input: 'ToString(MakeList(ToUser(NOT_SET), ToUser("jane.doe@company.com")))', output: '"\\njane.doe@company.com"', addNewLineInfo: true, hidden: "true" }, { input: "ToString(MakeList(ToSkill(NOT_SET), ToSkill(NOT_SET)))", output: '"\\n"', addNewLineInfo: true }, { input: "ToString(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)))", output: '"\\n"', addNewLineInfo: true }, { input: 'ToString(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))))', output: '"Fries\\nSoup"', addNewLineInfo: true, featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToString(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))), MakeListPickerSection("Desserts", true, MakeList(MakeListPickerItem("Cookie", NOT_SET, MakeImageFromUrl(NOT_SET))))))', output: '"Sides\\nDessert"', addNewLineInfo: true, featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TOSTRING_ANY_COLL_STR_DSC", identifier: "String_ONE toString(Any_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_ANY_COLL_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_ANY_COLL_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_ANY_COLL_STR_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToString(MakeList(true, false), "|")', output: '"true|false"' }, { input: 'ToString(MakeList(NOT_SET, false), "|")', output: '"|false"' }, { input: 'ToString(MakeList(MakeCurrency(10.00, "USD"), MakeCurrency(5.00, "EUR")), "#")', output: '"10.00|USD#5.00|EUR"' }, { input: 'ToString(MakeList(NOT_SET, MakeDateTime(2009, 1, 10, 6, 30, 0)), "|")', output: '"|2009-01-10T06:30:00.000Z"' }, { input: 'ToString(MakeList(2000.5, -1.0), "|")', output: '"2000.5|-1.0"' }, { input: 'ToString(MakeList(NOT_SET, -1.0), "|")', output: '"|-1.0"' }, { input: 'ToString(MakeList(MakeDuration(0, 1, 0, 0), MakeDuration(-10, 5, 30, 0)), "|")', output: '"PT1H|-P9DT18H30M"' }, { input: 'ToString(MakeList(NOT_SET, MakeDuration(-10, 5, 30, 0)), "|")', output: '"|-P9DT18H30M"' }, { input: 'ToString(MakeList(2000, -1), "|")', output: '"2000|-1"' }, { input: 'ToString(MakeList(NOT_SET, -1), "|")', output: '"|-1"' }, { input: 'ToString(MakeList(ToSkill("Spanish"), ToSkill("German")), "|")', output: '"Spanish|German"', hidden: "true" }, { input: 'ToString(MakeList(NOT_SET, ToSkill("German")), "|")', output: '"|German"', hidden: "true" }, { input: 'ToString(MakeList("Hello", "World"), "|")', output: '"Hello|World"' }, { input: 'ToString(MakeList("Hello", NOT_SET), "|")', output: '"Hello|"' }, { input: 'ToString(MakeList(ToUser("john.doe@company.com"), ToUser("jane.doe@company.com")), "|")', output: '"john.doe@company.com|jane.doe@company.com"', hidden: "true" }, { input: 'ToString(MakeList(NOT_SET, ToUser("jane.doe@company.com")), "|")', output: '"|jane.doe@company.com"', hidden: "true" }, { input: 'ToString(MakeList(ToUser(NOT_SET), ToUser(NOT_SET)), "|")', output: '"|"' }, { input: 'ToString(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))), "|")', output: '"Fries|Soup"', featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToString(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))), MakeListPickerSection("Desserts", true, MakeList(MakeListPickerItem("Cookie", NOT_SET, MakeImageFromUrl(NOT_SET))))), "|")', output: '"Sides|Dessert"', featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_STR_TOSTRING_DEC_LNG_DSC", identifier: "String_ONE toString(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_DEC_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_LNG_PRM_DSC_0", identifier: "decimalValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToString(2000.506, 2)", output: '"2000.51"' }, { input: "ToString(1.125, 2)", output: '"1.13"' }, { input: "ToString(-1.0, 3)", output: '"-1.000"' }, { input: "ToString(ToDecimal(NOT_SET), 2)", output: "AR_FN_STR_TOSTRING_DEC_LNG_EX_OUT_3" }] }, { description: "AR_FN_STR_TOSTRING_CUR_LNG_DSC", identifier: "String_ONE toString(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_CUR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_LNG_PRM_DSC_0", identifier: "currencyValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToString(MakeCurrency(2000.506, "USD"), 2)', output: '"2000.51|USD"' }, { input: 'ToString(MakeCurrency(1.125, "USD"), 2)', output: '"1.13|USD"' }, { input: 'ToString(MakeCurrency(-1.0, "USD"), 3)', output: '"-1.000|USD"' }, { input: 'ToString(MakeCurrency(ToDecimal(NOT_SET), "USD"), 2)', output: "|USD" }, { input: "ToString(MakeCurrency(ToDecimal(NOT_SET), ToString(NOT_SET)), 2)", output: "|" }] }, { description: "AR_FN_STR_TOSTRING_DEC_COLL_LNG_DSC", identifier: "String_ONE toString(Decimal_COLL,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_DEC_COLL_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToString(MakeList(2000.5, -1.0), 2)", output: '"2000.50\\n-1.00"', addNewLineInfo: true }, { input: "ToString(MakeList(NOT_SET, -1.0), 4)", output: '"\\n-1.0000"', addNewLineInfo: true }] }, { description: "AR_FN_STR_TOSTRING_CUR_COLL_LNG_DSC", identifier: "String_ONE toString(Currency_COLL,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_CUR_COLL_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_LNG_PRM_DSC_0", identifier: "currencyCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_LNG_PRM_DSC_1", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 1, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToString(MakeList(MakeCurrency(2000.50, "USD"), MakeCurrency(-1.00, "USD")), 2)', output: '"2000.50|USD\\n-1.00|USD"', addNewLineInfo: true }, { input: 'ToString(MakeList(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(-1.00, ToString(NOT_SET))), 2)', output: '"|USD\\n-1.00|"', addNewLineInfo: true }] }, { description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_DSC", identifier: "String_ONE toString(Decimal_COLL,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_2", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 2, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToString(MakeList(2000.5, -1.0), "|", 2)', output: '"2000.50|-1.00"' }, { input: 'ToString(MakeList(ToDecimal(NOT_SET), -1.0), "|", 4)', output: '"|-1.0000"' }] }, { description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_DSC", identifier: "String_ONE toString(Currency_COLL,String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_0", identifier: "currencyCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_2", identifier: "decimalPlaces", isArray: false, helpDisplayIdx: 2, max: "28", min: "1", repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToString(MakeList(MakeCurrency(2000.50, "USD"), MakeCurrency(-1.00, "USD")), "^", 2)', output: '"2000.50|USD^-1.00|USD"' }, { input: 'ToString(MakeList(MakeCurrency(ToDecimal(NOT_SET), "USD"), MakeCurrency(-1.00, ToString(NOT_SET))), "^", 2)', output: '"|USD^-1.00|"' }] }] }, toInt: { identifier: "toInt", description: "AR_FN_DSC_TOINT", type: "function", name: "ToInt", category: "cast", overloads: [{ description: "AR_FN_LNG_TOINT_BLN_DSC", identifier: "Long_ONE toInt(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_BLN_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_BLN_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }], examples: [{ input: "ToInt(true)", output: "1" }, { input: "ToInt(false)", output: "0" }, { input: "ToInt(ToBool(NOT_SET))", output: "AR_FN_LNG_TOINT_BLN_EX_OUT_2" }] }, { description: "AR_FN_LNG_TOINT_DEC_DSC", identifier: "Long_ONE toInt(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_DEC_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_DEC_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToInt(1.0)", output: "1" }, { input: "ToInt(3.7)", output: "3" }, { input: "ToInt(3.2)", output: "3" }, { input: "ToInt(-5.2)", output: "-5" }, { input: "ToInt(-5.7)", output: "-5" }, { input: "ToInt(ToDecimal(NOT_SET))", output: "AR_FN_LNG_TOINT_DEC_EX_OUT_5" }] }, { description: "AR_FN_LNG_TOINT_STR_DSC", identifier: "Long_ONE toInt(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_STR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToInt("25")', output: "25" }, { input: 'ToInt("-55")', output: "-55" }, { input: 'ToInt("0")', output: "0" }, { input: "ToInt(ToString(NOT_SET))", output: "AR_FN_LNG_TOINT_STR_EX_OUT_3" }, { input: 'ToInt("")', output: "AR_FN_LNG_TOINT_STR_EX_OUT_4" }, { input: 'ToInt("\xA0\xA0")', output: "AR_FN_LNG_TOINT_STR_EX_OUT_5" }, { input: 'ToInt("A String")', output: "AR_FN_LNG_TOINT_STR_EX_OUT_6" }] }, { description: "AR_FN_LNG_TOINT_STR_LNG_DSC", identifier: "Long_ONE toInt(String_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_TOINT_STR_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_STR_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_STR_LNG_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: 'ToInt("25", 15)', output: "25" }, { input: 'ToInt("five", 20)', output: "20" }, { input: 'ToInt("~0", 10)', output: "10" }, { input: "ToInt(ToString(NOT_SET), 15)", output: "AR_FN_LNG_TOINT_STR_LNG_EX_OUT_3" }, { input: 'ToInt("", 15)', output: "AR_FN_LNG_TOINT_STR_LNG_EX_OUT_4" }, { input: 'ToInt("A String", 12)', output: "12" }] }, { description: "AR_FN_LNG_TOINT_NTS_DSC", identifier: "Long_ONE toInt(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_LNG_TOINT_NTS_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToInt(NOT_SET)", output: "AR_FN_LNG_TOINT_NTS_EX_OUT_0" }] }, { description: "AR_FN_LNG_TOINT_LNG_DSC", identifier: "Long_ONE toInt(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_LNG_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToInt(5)", output: "5" }] }, { description: "AR_FN_LNG_TOINT_DUR_DSC", identifier: "Long_ONE toInt(Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_LNG_TOINT_DUR_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_DUR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dur" }], examples: [{ input: "ToInt(MakeDuration(0,0,0,1))", output: "1000" }, { input: "ToInt(MakeDuration(0,0,1,0))", output: "60000" }, { input: "ToInt(MakeDuration(0,-1,5,0,500))", output: "-3299500" }, { input: "ToInt(ToDuration(NOT_SET))", output: "AR_FN_LNG_TOINT_DUR_EX_OUT_3" }] }, { description: "AR_FN_LNG_TOINT_JSON_DSC", identifier: "Long_ONE toInt(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_TOINT_JSON_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_JSON_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'ToInt(JsonParse("5"))', output: "5" }, { input: 'ToInt(JsonParse("-5.2"))', output: "-5" }, { input: 'ToInt(JsonParse("true"))', output: "1" }, { input: 'ToInt(JsonParse(ToString("A" > "B")))', output: "0" }, { input: 'ToInt(JsonParse("null"))', output: "AR_FN_LNG_TOINT_JSON_EX_OUT_4" }, { input: "ToInt(ToJson(NOT_SET))", output: "AR_FN_LNG_TOINT_JSON_EX_OUT_5" }] }, { description: "AR_FN_LNG_TOINT_JSON_LNG_DSC", identifier: "Long_ONE toInt(JSON_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_TOINT_JSON_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_JSON_LNG_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LNG_TOINT_JSON_LNG_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "int" }], examples: [{ input: 'ToInt(JsonParse("5"), -1)', output: "5" }, { input: 'ToInt(JsonParse("\\"apple\\""), 10)', output: "10" }, { input: 'ToInt(JsonParse("[1, 2]"), 7)', output: "7" }, { input: 'ToInt(JsonParse(ToString("A" > "B")), ToInt(NOT_SET))', output: "0" }, { input: "ToInt(ToJson(NOT_SET), 4)", output: "AR_FN_LNG_TOINT_JSON_LNG_EX_OUT_4" }] }], needsServerInfo: true }, toDecimal: { identifier: "toDecimal", description: "AR_FN_DSC_TODECIMAL", type: "function", name: "ToDecimal", category: "cast", overloads: [{ description: "AR_FN_DEC_TODECIMAL_BLN_DSC", identifier: "Decimal_ONE toDecimal(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_BLN_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_BLN_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }], examples: [{ input: "ToDecimal(true)", output: "1.0" }, { input: "ToDecimal(false)", output: "0.0" }, { input: "ToDecimal(ToBool(NOT_SET))", output: "AR_FN_DEC_TODECIMAL_BLN_EX_OUT_2" }] }, { description: "AR_FN_DEC_TODECIMAL_CUR_DSC", identifier: "Decimal_ONE toDecimal(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_CUR_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_CUR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }], examples: [{ input: 'ToDecimal(MakeCurrency(5.25, "USD"))', output: "5.25" }, { input: 'ToDecimal(MakeCurrency(2.00, "EUR"))', output: "2.00" }, { input: 'ToDecimal(MakeCurrency(NOT_SET, "USD"))', output: "AR_FN_DEC_TODECIMAL_CUR_EX_OUT_2" }] }, { description: "AR_FN_DEC_TODECIMAL_STR_DSC", identifier: "Decimal_ONE toDecimal(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_STR_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDecimal("0.0")', output: "0.0" }, { input: 'ToDecimal("-100.5")', output: "-100.5" }, { input: "ToDecimal(ToString(NOT_SET))", output: "AR_FN_DEC_TODECIMAL_STR_EX_OUT_2" }, { input: 'ToDecimal("")', output: "AR_FN_DEC_TODECIMAL_STR_EX_OUT_3" }, { input: 'ToDecimal("\xA0\xA0")', output: "AR_FN_DEC_TODECIMAL_STR_EX_OUT_4" }, { input: 'ToDecimal("A String")', output: "AR_FN_DEC_TODECIMAL_STR_EX_OUT_5" }] }, { description: "AR_FN_DEC_TODECIMAL_STR_DEC_DSC", identifier: "Decimal_ONE toDecimal(String_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_TODECIMAL_STR_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_STR_DEC_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_STR_DEC_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: 'ToDecimal("one hundred point five", 7.5)', output: "7.5" }, { input: 'ToDecimal("0.0", 15.0)', output: "0.0" }, { input: "ToDecimal(ToString(NOT_SET), 10.75)", output: "AR_FN_DEC_TODECIMAL_STR_DEC_EX_OUT_2" }, { input: 'ToDecimal("", -5.25)', output: "AR_FN_DEC_TODECIMAL_STR_DEC_EX_OUT_3" }, { input: 'ToDecimal("A String", -12.15)', output: "-12.15" }] }, { description: "AR_FN_DEC_TODECIMAL_LNG_DSC", identifier: "Decimal_ONE toDecimal(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_LNG_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToDecimal(100)", output: "100.0" }, { input: "ToDecimal(-1010)", output: "-1010.0" }, { input: "ToDecimal(0)", output: "0.0" }] }, { description: "AR_FN_DEC_TODECIMAL_NTS_DSC", identifier: "Decimal_ONE toDecimal(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_NTS_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDecimal(NOT_SET)", output: "AR_FN_DEC_TODECIMAL_NTS_EX_OUT_0" }] }, { description: "AR_FN_DEC_TODECIMAL_DEC_DSC", identifier: "Decimal_ONE toDecimal(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DEC_TODECIMAL_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_DEC_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToDecimal(5.5)", output: "5.5" }] }, { description: "AR_FN_DEC_TODECIMAL_JSON_DSC", identifier: "Decimal_ONE toDecimal(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_TODECIMAL_JSON_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_JSON_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'ToDecimal(JsonParse("5"))', output: "5.0" }, { input: 'ToDecimal(JsonParse("-5.2"))', output: "-5.2" }, { input: 'ToDecimal(JsonParse("true"))', output: "1.0" }, { input: 'ToDecimal(JsonParse("null"))', output: "AR_FN_DEC_TODECIMAL_JSON_EX_OUT_3" }, { input: "ToDecimal(ToJson(NOT_SET))", output: "AR_FN_DEC_TODECIMAL_JSON_EX_OUT_4" }] }, { description: "AR_FN_DEC_TODECIMAL_JSON_DEC_DSC", identifier: "Decimal_ONE toDecimal(JSON_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_TODECIMAL_JSON_DEC_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_JSON_DEC_PRM_DSC_0", identifier: "jsonValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_TODECIMAL_JSON_DEC_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dec" }], examples: [{ input: 'ToDecimal(JsonParse("\\"apple\\""), 2.25)', output: "2.25" }, { input: 'ToDecimal(JsonParse("-5.2"), 0.0)', output: "-5.2" }, { input: "ToDecimal(ToJson(NOT_SET), 1.0)", output: "AR_FN_DEC_TODECIMAL_JSON_DEC_EX_OUT_2" }, { input: 'ToDecimal(JsonParse("[1,false]"), 1.5)', output: "1.5" }] }], needsServerInfo: true }, toDate: { identifier: "toDate", description: "AR_FN_DSC_TODATE", type: "function", name: "ToDate", category: "cast", overloads: [{ description: "AR_FN_DATE_TODATE_STR_DSC", identifier: "Date_ONE toDate(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_TODATE_STR_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DATE_TODATE_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDate("2009-01-10")', output: "AR_FN_DATE_TODATE_STR_EX_OUT_0" }, { input: "ToDate(ToString(NOT_SET))", output: "AR_FN_DATE_TODATE_STR_EX_OUT_1" }] }, { description: "AR_FN_DATE_TODATE_NTS_DSC", identifier: "Date_ONE toDate(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_TODATE_NTS_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DATE_TODATE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDate(NOT_SET)", output: "AR_FN_DATE_TODATE_NTS_EX_OUT_0" }] }, { description: "AR_FN_DATE_TODATE_DTM_DSC", identifier: "Date_ONE toDate(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_TODATE_DTM_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DATE_TODATE_DTM_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToDate(MakeDateTime(2012, 9, 22, 2, 30, 0))", output: "AR_FN_DATE_TODATE_DTM_EX_OUT_0" }, { input: "ToDate(ToDateTime(NOT_SET))", output: "AR_FN_DATE_TODATE_DTM_EX_OUT_1" }] }, { description: "AR_FN_DATE_TODATE_DATE_DSC", identifier: "Date_ONE toDate(Date_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DATE_TODATE_DATE_RV", isArray: false, type: "dat" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DATE_TODATE_DATE_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }], examples: [{ input: "ToDate(MakeDate(2003, 1, 1))", output: "AR_FN_DATE_TODATE_DATE_EX_OUT_0" }, { input: "ToDate(ToDate(NOT_SET))", output: "AR_FN_DATE_TODATE_DATE_EX_OUT_1" }] }], needsServerInfo: true }, toDateTime: { identifier: "toDateTime", description: "AR_FN_DSC_TODATETIME", type: "function", name: "ToDateTime", category: "cast", overloads: [{ description: "AR_FN_DTM_TODATETIME_STR_DSC", identifier: "DateTime_ONE toDateTime(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_TODATETIME_STR_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDateTime("2009-01-10T06:30:00Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_0" }, { input: 'ToDateTime("2009-01-10T06:30:00-07:00")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_1" }, { input: 'ToDateTime("2009-01-10T06:30:00+02:00")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_2" }, { input: "ToDateTime(ToString(NOT_SET))", output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_3" }, { input: 'ToDateTime("2009T06:30:00Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_4" }, { input: 'ToDateTime("2010-03-20T06:30Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_5" }, { input: 'ToDateTime("2011-03T06:30Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_6" }, { input: 'ToDateTime("2009T06:30Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_7" }, { input: 'ToDateTime("2012T01:30-05:00")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_8" }, { input: 'ToDateTime("T06:30:00Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_9" }, { input: 'ToDateTime("T06:30Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_10" }, { input: 'ToDateTime("T06Z")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_11" }, { input: 'ToDateTime("T06")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_12" }, { input: 'ToDateTime("2009-03-20")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_13" }, { input: 'ToDateTime("2009-03")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_14" }, { input: 'ToDateTime("2009")', output: "AR_FN_DTM_TODATETIME_STR_EX_OUT_15" }] }, { description: "AR_FN_DTM_TODATETIME_LNG_DSC", identifier: "DateTime_ONE toDateTime(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_TODATETIME_LNG_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToDateTime(3600)", output: "AR_FN_DTM_TODATETIME_LNG_EX_OUT_0" }, { input: "ToDateTime(ToInt(NOT_SET))", output: "AR_FN_DTM_TODATETIME_LNG_EX_OUT_1" }] }, { description: "AR_FN_DTM_TODATETIME_NTS_DSC", identifier: "DateTime_ONE toDateTime(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_DTM_TODATETIME_NTS_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDateTime(NOT_SET)", output: "AR_FN_DTM_TODATETIME_NTS_EX_OUT_0" }] }, { description: "AR_FN_DTM_TODATETIME_DTM_DSC", identifier: "DateTime_ONE toDateTime(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_TODATETIME_DTM_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_DTM_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToDateTime(MakeDateTime(2003, 1, 1, 0, 0, 0))", output: "AR_FN_DTM_TODATETIME_DTM_EX_OUT_0" }] }, { description: "AR_FN_DTM_TODATETIME_JSON_DSC", identifier: "DateTime_ONE toDateTime(JSON_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DTM_TODATETIME_JSON_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_JSON_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'ToDateTime(JsonParse("3600"))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_0" }, { input: 'ToDateTime(JsonParse("3600.0258"))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_1" }, { input: 'ToDateTime(JsonParse("\\"2009-01-10T06:30:00Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_2" }, { input: 'ToDateTime(JsonParse("\\"2009-01-10T06:30:00+02:00\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_3" }, { input: 'ToDateTime(JsonParse("\\"2009T06:30:00Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_4" }, { input: 'ToDateTime(JsonParse("\\"2010-03-20T06:30Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_5" }, { input: 'ToDateTime(JsonParse("\\"2011-03T06:30Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_6" }, { input: 'ToDateTime(JsonParse("\\"2009T06:30Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_7" }, { input: 'ToDateTime(JsonParse("\\"2012T01:30-05:00\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_8" }, { input: 'ToDateTime(JsonParse("\\"T06:30:00Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_9" }, { input: 'ToDateTime(JsonParse("\\"T06:30Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_10" }, { input: 'ToDateTime(JsonParse("\\"T06Z\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_11" }, { input: 'ToDateTime(JsonParse("\\"T06\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_12" }, { input: 'ToDateTime(JsonParse("\\"2009-03-20\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_13" }, { input: 'ToDateTime(JsonParse("\\"2009-03\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_14" }, { input: 'ToDateTime(JsonParse("\\"2009\\""))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_15" }, { input: 'ToDateTime(JsonParse("null"))', output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_16" }, { input: "ToDateTime(ToJson(NOT_SET))", output: "AR_FN_DTM_TODATETIME_JSON_EX_OUT_17" }] }, { description: "AR_FN_DTM_TODATETIME_JSON_DTM_DSC", identifier: "DateTime_ONE toDateTime(JSON_ONE,DateTime_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DTM_TODATETIME_JSON_DTM_RV", isArray: false, type: "dtm" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_JSON_DTM_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_DTM_TODATETIME_JSON_DTM_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "dtm" }], examples: [{ input: 'ToDateTime(JsonParse("3600.75"), MakeDateTime(2009, 3, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_0" }, { input: 'ToDateTime(JsonParse("\\"2009-01-10T06:30:00Z\\""), MakeDateTime(2009, 3, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_1" }, { input: 'ToDateTime(JsonParse("\\"September 5th, 2022\\""), MakeDateTime(2019, 4, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_2" }, { input: 'ToDateTime(JsonParse("\\"2509-03\\""), MakeDateTime(2011, 2, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_3" }, { input: 'ToDateTime(JsonParse("\\"two thousand nine\\""), MakeDateTime(2009, 3, 15, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_4" }, { input: 'ToDateTime(JsonParse("null"), MakeDateTime(2009, 3, 20, 12, 00, 00))', output: "AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_5" }] }], needsServerInfo: true }, toTime: { identifier: "toTime", description: "AR_FN_DSC_TOTIME", type: "function", name: "ToTime", category: "cast", overloads: [{ description: "AR_FN_TIME_TOTIME_STR_DSC", identifier: "Time_ONE toTime(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_TOTIME_STR_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIME_TOTIME_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToTime("02:30:15")', output: "AR_FN_TIME_TOTIME_STR_EX_OUT_0" }, { input: "ToTime(ToString(NOT_SET))", output: "AR_FN_TIME_TOTIME_STR_EX_OUT_1" }, { input: 'ToTime("02:30")', output: "AR_FN_TIME_TOTIME_STR_EX_OUT_2" }, { input: 'ToTime("14:59:00")', output: "AR_FN_TIME_TOTIME_STR_EX_OUT_3" }] }, { description: "AR_FN_TIME_TOTIME_NTS_DSC", identifier: "Time_ONE toTime(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_TOTIME_NTS_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIME_TOTIME_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToTime(NOT_SET)", output: "AR_FN_TIME_TOTIME_NTS_EX_OUT_0" }] }, { description: "AR_FN_TIME_TOTIME_TIME_DSC", identifier: "Time_ONE toTime(Time_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_TOTIME_TIME_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIME_TOTIME_TIME_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tim" }], examples: [{ input: "ToTime(MakeTime(2, 45, 0))", output: "AR_FN_TIME_TOTIME_TIME_EX_OUT_0" }, { input: "ToTime(ToTime(NOT_SET))", output: "AR_FN_TIME_TOTIME_TIME_EX_OUT_1" }] }, { description: "AR_FN_TIME_TOTIME_DTM_DSC", identifier: "Time_ONE toTime(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_TIME_TOTIME_DTM_RV", isArray: false, type: "tim" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIME_TOTIME_DTM_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToTime(MakeDateTime(2012, 9, 22, 3, 5, 0))", output: "AR_FN_TIME_TOTIME_DTM_EX_OUT_0" }, { input: "ToTime(ToDateTime(NOT_SET))", output: "AR_FN_TIME_TOTIME_DTM_EX_OUT_1" }] }], needsServerInfo: true }, toDivision: { identifier: "toDivision", description: "AR_FN_DSC_TODIVISION", type: "function", name: "ToDivision", category: "cast", overloads: [{ description: "AR_FN_DIVISION_TODIVISION_DIVISION_DSC", identifier: "Division_ONE toDivision(Division_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_TODIVISION_DIVISION_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_TODIVISION_DIVISION_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dvn" }], examples: [{ input: "ToDivision(ToDivision(NOT_SET))", output: "AR_FN_DIVISION_TODIVISION_DIVISION_EX_OUT_0" }] }, { description: "AR_FN_DIVISION_TODIVISION_NTS_DSC", identifier: "Division_ONE toDivision(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIVISION_TODIVISION_NTS_RV", isArray: false, type: "dvn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIVISION_TODIVISION_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDivision(NOT_SET)", output: "AR_FN_DIVISION_TODIVISION_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toDuration: { identifier: "toDuration", description: "AR_FN_DSC_TODURATION", type: "function", name: "ToDuration", category: "cast", overloads: [{ description: "AR_FN_DUR_TODURATION_STR_DSC", identifier: "Duration_ONE toDuration(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_TODURATION_STR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_TODURATION_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToDuration("PT0S")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_0" }, { input: 'ToDuration("P1DT3H")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_1" }, { input: 'ToDuration("-P1DT3H")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_2" }, { input: 'ToDuration("PT1H15M30.250S")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_3" }, { input: 'ToDuration("PT1H15M30.250567S")', output: "AR_FN_DUR_TODURATION_STR_EX_OUT_4" }, { input: "ToDuration(ToString(NOT_SET))", output: "AR_FN_DUR_TODURATION_STR_EX_OUT_5" }] }, { description: "AR_FN_DUR_TODURATION_LNG_DSC", identifier: "Duration_ONE toDuration(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_TODURATION_LNG_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_TODURATION_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToDuration(1000 * 60 * 60)", output: "AR_FN_DUR_TODURATION_LNG_EX_OUT_0" }, { input: "ToDuration(1000 * 60 * 60 * 24)", output: "AR_FN_DUR_TODURATION_LNG_EX_OUT_1" }, { input: "ToDuration(ToInt(NOT_SET))", output: "AR_FN_DUR_TODURATION_LNG_EX_OUT_2" }] }, { description: "AR_FN_DUR_TODURATION_NTS_DSC", identifier: "Duration_ONE toDuration(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_DUR_TODURATION_NTS_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_TODURATION_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToDuration(NOT_SET)", output: "AR_FN_DUR_TODURATION_NTS_EX_OUT_0" }] }, { description: "AR_FN_DUR_TODURATION_DUR_DSC", identifier: "Duration_ONE toDuration(Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_TODURATION_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_TODURATION_DUR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dur" }], examples: [{ input: "ToDuration(MakeDuration(0, 1, 0, 0))", output: "AR_FN_DUR_TODURATION_DUR_EX_OUT_0" }] }] }, toTimeslot: { identifier: "toTimeslot", description: "AR_FN_DSC_TOTIMESLOT", type: "function", name: "ToTimeslot", category: "datetime", overloads: [{ description: "AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_DSC", identifier: "Timeslot_ONE toTimeslot(Timeslot_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_RV", isArray: false, type: "tsl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tsl" }], examples: [{ input: "ToTimeslot(ToTimeslot(NOT_SET))", output: "AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_EX_OUT_0" }] }, { description: "AR_FN_TIMESLOT_TOTIMESLOT_STR_DSC", identifier: "Timeslot_ONE toTimeslot(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_TOTIMESLOT_STR_RV", isArray: false, type: "tsl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMESLOT_TOTIMESLOT_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToTimeslot("2009-01-10T06:30:00.000Z|PT1H")', output: "AR_FN_TIMESLOT_TOTIMESLOT_STR_EX_OUT_0" }] }, { description: "AR_FN_TIMESLOT_TOTIMESLOT_NTS_DSC", identifier: "Timeslot_ONE toTimeslot(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_TOTIMESLOT_NTS_RV", isArray: false, type: "tsl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMESLOT_TOTIMESLOT_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToTimeslot(NOT_SET)", output: "AR_FN_TIMESLOT_TOTIMESLOT_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toGrammar: { identifier: "toGrammar", description: "AR_FN_DSC_TOGRAMMAR", type: "function", name: "ToGrammar", category: "cast", overloads: [{ description: "AR_FN_GRAMMAR_TOGRAMMAR_STR_DSC", identifier: "Grammar_ONE toGrammar(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", voice: "voice" }, hidden: true, returnValue: { description: "AR_FN_GRAMMAR_TOGRAMMAR_STR_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_TOGRAMMAR_STR_PRM_DSC_0", identifier: "GrammarName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_GRAMMAR_TOGRAMMAR_NTS_DSC", identifier: "Grammar_ONE toGrammar(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { bot: "bot", voice: "voice" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_TOGRAMMAR_NTS_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_TOGRAMMAR_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToGrammar(NOT_SET)", output: "AR_FN_GRAMMAR_TOGRAMMAR_NTS_EX_OUT_0" }] }, { description: "AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_DSC", identifier: "Grammar_ONE toGrammar(Grammar_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", voice: "voice" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_RV", isArray: false, type: "gmr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "gmr" }], examples: [{ input: "ToGrammar(ToGrammar(NOT_SET))", output: "AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_EX_OUT_0" }] }], needsServerInfo: true }, toImage: { identifier: "toImage", description: "AR_FN_DSC_TOIMAGE", type: "function", name: "ToImage", category: "cast", overloads: [{ description: "AR_FN_IMAGE_TOIMAGE_IMAGE_DSC", identifier: "Image_ONE toImage(Image_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_TOIMAGE_IMAGE_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_IMAGE_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "img" }], examples: [{ input: "ToImage(ToImage(NOT_SET))", output: "AR_FN_IMAGE_TOIMAGE_IMAGE_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_TOIMAGE_NTS_DSC", identifier: "Image_ONE toImage(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_TOIMAGE_NTS_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToImage(NOT_SET)", output: "AR_FN_IMAGE_TOIMAGE_NTS_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_DSC", identifier: "Image_ONE toImage(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToImage(Flow.ResponseAsset)", output: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_DSC", identifier: "Image_ONE toImage(ResponseAsset_ONE,Image_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "img" }], examples: [{ input: 'ToImage(Flow.ResponseAsset, MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png"))', output: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_0" }, { input: 'ToImage(ToResponseAsset(NOT_SET), MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png"))', output: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_1" }, { input: 'ToImage(Flow.ResponseAssetThatCannotBeConvertedToImage, MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png"))', output: "AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_2" }] }], needsServerInfo: true }, toImageCollection: { identifier: "toImageCollection", description: "AR_FN_DSC_TOIMAGECOLLECTION", type: "function", name: "ToImageCollection", category: "cast", overloads: [{ description: "AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_DSC", identifier: "Image_COLL toImageCollection(ResponseAsset_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { commonmodule: "commonmodule", digitalbot: "digitalbot" }, featureConfigName: "cannedResponseAttachmentsPostGaFeature", needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_RV", isArray: true, type: "img" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "rpa" }], examples: [{ input: "ToImageCollection(MakeList(Flow.ResponseAsset, Flow.ResponseAsset2))", output: "AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_EX_OUT_0" }] }], needsServerInfo: true }, toResponseAsset: { identifier: "toResponseAsset", description: "AR_FN_DSC_TORESPONSEASSET", type: "function", name: "ToResponseAsset", category: "cast", overloads: [{ description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_DSC", identifier: "ResponseAsset_ONE toResponseAsset(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToResponseAsset(ToResponseAsset(NOT_SET))", output: "AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_EX_OUT_0" }] }, { description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_DSC", identifier: "ResponseAsset_ONE toResponseAsset(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_RV", isArray: false, type: "rpa" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToResponseAsset(NOT_SET)", output: "AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toSkill: { identifier: "toSkill", description: "AR_FN_DSC_TOSKILL", type: "function", name: "ToSkill", category: "cast", overloads: [{ description: "AR_FN_SKL_TOSKILL_STR_DSC", identifier: "Skill_ONE toSkill(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, hidden: true, returnValue: { description: "AR_FN_SKL_TOSKILL_STR_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_TOSKILL_STR_PRM_DSC_0", identifier: "skillName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_SKL_TOSKILL_NTS_DSC", identifier: "Skill_ONE toSkill(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SKL_TOSKILL_NTS_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_TOSKILL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToSkill(NOT_SET)", output: "AR_FN_SKL_TOSKILL_NTS_EX_OUT_0" }] }, { description: "AR_FN_SKL_TOSKILL_SKL_DSC", identifier: "Skill_ONE toSkill(Skill_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SKL_TOSKILL_SKL_RV", isArray: false, type: "skl" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SKL_TOSKILL_SKL_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "skl" }], examples: [{ input: "ToSkill(ToSkill(NOT_SET))", output: "AR_FN_SKL_TOSKILL_SKL_EX_OUT_0" }] }], needsServerInfo: true }, toUserQueue: { identifier: "toUserQueue", description: "AR_FN_DSC_TOUSERQUEUE", type: "function", name: "ToUser", category: "cast", overloads: [{ description: "AR_FN_USR_TOUSER_STR_DSC", identifier: "User_ONE toUser(String_ONE)", support: { version: "1.0", resolver: "None" }, hidden: true, returnValue: { description: "AR_FN_USR_TOUSER_STR_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_TOUSER_STR_PRM_DSC_0", identifier: "userName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_USR_TOUSER_NTS_DSC", identifier: "User_ONE toUser(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_TOUSER_NTS_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_TOUSER_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToUser(NOT_SET)", output: "AR_FN_USR_TOUSER_NTS_EX_OUT_0" }] }, { description: "AR_FN_USR_TOUSER_USR_DSC", identifier: "User_ONE toUser(User_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_USR_TOUSER_USR_RV", isArray: false, type: "usr" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_USR_TOUSER_USR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "usr" }], examples: [{ input: "ToUser(ToUser(NOT_SET))", output: "AR_FN_USR_TOUSER_USR_EX_OUT_0" }] }], needsServerInfo: true }, toLanguageSkill: { identifier: "toLanguageSkill", description: "AR_FN_DSC_TOLANGUAGESKILL", type: "function", name: "ToLanguageSkill", category: "cast", overloads: [{ description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_DSC", identifier: "LanguageSkill_ONE toLanguageSkill(String_ONE)", support: { version: "1.0", resolver: "None" }, hidden: true, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_PRM_DSC_0", identifier: "languageTag", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_DSC", identifier: "LanguageSkill_ONE toLanguageSkill(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToLanguageSkill(NOT_SET)", output: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_EX_OUT_0" }] }, { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_DSC", identifier: "LanguageSkill_ONE toLanguageSkill(LanguageSkill_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_RV", isArray: false, type: "lac" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "lac" }], examples: [{ input: "ToLanguageSkill(ToLanguageSkill(NOT_SET))", output: "AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_EX_OUT_0" }] }], needsServerInfo: true }, toQueue: { identifier: "toQueue", description: "AR_FN_DSC_TOQUEUE", type: "function", name: "ToQueue", category: "cast", overloads: [{ description: "AR_FN_QUEUE_TOQUEUE_STR_DSC", identifier: "Queue_ONE toQueue(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, hidden: true, returnValue: { description: "AR_FN_QUEUE_TOQUEUE_STR_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_TOQUEUE_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_QUEUE_TOQUEUE_NTS_DSC", identifier: "Queue_ONE toQueue(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_TOQUEUE_NTS_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_TOQUEUE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToQueue(NOT_SET)", output: "AR_FN_QUEUE_TOQUEUE_NTS_EX_OUT_0" }] }, { description: "AR_FN_QUEUE_TOQUEUE_QUEUE_DSC", identifier: "Queue_ONE toQueue(Queue_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUEUE_TOQUEUE_QUEUE_RV", isArray: false, type: "que" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUEUE_TOQUEUE_QUEUE_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "que" }], examples: [{ input: "ToQueue(ToQueue(NOT_SET))", output: "AR_FN_QUEUE_TOQUEUE_QUEUE_EX_OUT_0" }] }], needsServerInfo: true }, toEmergencyGroup: { identifier: "toEmergencyGroup", description: "AR_FN_DSC_TOEMERGENCYGROUP", type: "function", name: "ToEmergencyGroup", category: "cast", overloads: [{ description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_DSC", identifier: "EmergencyGroup_ONE toEmergencyGroup(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_RV", isArray: false, type: "emg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToEmergencyGroup(NOT_SET)", output: "AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_EX_OUT_0" }] }, { description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_DSC", identifier: "EmergencyGroup_ONE toEmergencyGroup(EmergencyGroup_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_RV", isArray: false, type: "emg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "emg" }], examples: [{ input: "ToEmergencyGroup(ToEmergencyGroup(NOT_SET))", output: "AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_EX_OUT_0" }] }], needsServerInfo: true }, toFile: { identifier: "toFile", description: "AR_FN_DSC_TOFILE", type: "function", name: "ToFile", category: "cast", overloads: [{ description: "AR_FN_FILE_TOFILE_FILE_DSC", identifier: "File_ONE toFile(File_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_TOFILE_FILE_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_FILE_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "fil" }], examples: [{ input: "ToFile(ToFile(NOT_SET))", output: "AR_FN_FILE_TOFILE_FILE_EX_OUT_0" }] }, { description: "AR_FN_FILE_TOFILE_NTS_DSC", identifier: "File_ONE toFile(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_TOFILE_NTS_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToFile(NOT_SET)", output: "AR_FN_FILE_TOFILE_NTS_EX_OUT_0" }] }, { description: "AR_FN_FILE_TOFILE_RESPONSEASSET_DSC", identifier: "File_ONE toFile(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_TOFILE_RESPONSEASSET_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_RESPONSEASSET_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToFile(Flow.ResponseAsset)", output: "AR_FN_FILE_TOFILE_RESPONSEASSET_EX_OUT_0" }] }, { description: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_DSC", identifier: "File_ONE toFile(ResponseAsset_ONE,File_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "fil" }], examples: [{ input: 'ToFile(Flow.ResponseAsset, MakeFileFromUrl("https://www.genesys.com/documents/genesys-digital-bot-flows.pdf"))', output: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_0" }, { input: 'ToFile(ToResponseAsset(NOT_SET), MakeFileFromUrl("https://www.genesys.com/documents/genesys-digital-bot-flows.pdf"))', output: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_1" }, { input: 'ToFile(Flow.ResponseAssetThatCannotBeConvertedToFile, MakeFileFromUrl("https://www.genesys.com/documents/genesys-digital-bot-flows.pdf"))', output: "AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_2" }] }], needsServerInfo: true }, toFileCollection: { identifier: "toFileCollection", description: "AR_FN_DSC_TOFILECOLLECTION", type: "function", name: "ToFileCollection", category: "cast", overloads: [{ description: "AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_DSC", identifier: "File_COLL toFileCollection(ResponseAsset_COLL)", support: { version: "1.0", resolver: "None" }, featureConfigName: "cannedResponseAttachmentsPostGaFeature", needsServerInfo: true, returnValue: { description: "AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_RV", isArray: true, type: "fil" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "rpa" }], examples: [{ input: "ToFileCollection(MakeList(Flow.ResponseAsset, Flow.ResponseAsset2))", output: "AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_EX_OUT_0" }] }], needsServerInfo: true }, toGroup: { identifier: "toGroup", description: "AR_FN_DSC_TOGROUP", type: "function", name: "ToGroup", category: "cast", overloads: [{ description: "AR_FN_GRP_TOGROUP_STR_DSC", identifier: "Group_ONE toGroup(String_ONE)", support: { version: "1.0", resolver: "None" }, hidden: true, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_TOGROUP_STR_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_TOGROUP_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_GRP_TOGROUP_NTS_DSC", identifier: "Group_ONE toGroup(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_TOGROUP_NTS_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_TOGROUP_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToGroup(NOT_SET)", output: "AR_FN_GRP_TOGROUP_NTS_EX_OUT_0" }] }, { description: "AR_FN_GRP_TOGROUP_GRP_DSC", identifier: "Group_ONE toGroup(Group_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_GRP_TOGROUP_GRP_RV", isArray: false, type: "grp" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_GRP_TOGROUP_GRP_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "grp" }], examples: [{ input: "ToGroup(ToGroup(NOT_SET))", output: "AR_FN_GRP_TOGROUP_GRP_EX_OUT_0" }] }], needsServerInfo: true }, toKnowledgeBaseDocument: { identifier: "toKnowledgeBaseDocument", description: "AR_FN_DSC_TOKNOWLEDGEBASEDOCUMENT", type: "function", name: "ToKnowledgeBaseDocument", category: "cast", overloads: [{ description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_DSC", identifier: "KnowledgeBaseDocument_ONE toKnowledgeBaseDocument(KnowledgeBaseDocument_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_RV", isArray: false, type: "kbd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "kbd" }], examples: [{ input: "ToKnowledgeBaseDocument(ToKnowledgeBaseDocument(NOT_SET))", output: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_EX_OUT_0" }] }, { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_DSC", identifier: "KnowledgeBaseDocument_ONE toKnowledgeBaseDocument(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_RV", isArray: false, type: "kbd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToKnowledgeBaseDocument(NOT_SET)", output: "AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toVideo: { identifier: "toVideo", description: "AR_FN_DSC_TOVIDEO", type: "function", name: "ToVideo", category: "cast", overloads: [{ description: "AR_FN_VIDEO_TOVIDEO_VIDEO_DSC", identifier: "Video_ONE toVideo(Video_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_TOVIDEO_VIDEO_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_VIDEO_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "vid" }], examples: [{ input: "ToVideo(ToVideo(NOT_SET))", output: "AR_FN_VIDEO_TOVIDEO_VIDEO_EX_OUT_0" }] }, { description: "AR_FN_VIDEO_TOVIDEO_NTS_DSC", identifier: "Video_ONE toVideo(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_TOVIDEO_NTS_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToVideo(NOT_SET)", output: "AR_FN_VIDEO_TOVIDEO_NTS_EX_OUT_0" }] }, { description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_DSC", identifier: "Video_ONE toVideo(ResponseAsset_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }], examples: [{ input: "ToVideo(Flow.ResponseAsset)", output: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_EX_OUT_0" }] }, { description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_DSC", identifier: "Video_ONE toVideo(ResponseAsset_ONE,Video_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "rpa" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_PRM_DSC_1", identifier: "default", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "vid" }], examples: [{ input: 'ToVideo(Flow.ResponseAsset, MakeVideoFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mov"))', output: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_0" }, { input: 'ToVideo(ToResponseAsset(NOT_SET), MakeVideoFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mov"))', output: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_1" }, { input: 'ToVideo(Flow.ResponseAssetThatCannotBeConvertedToVideo, MakeVideoFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mov"))', output: "AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_2" }] }], needsServerInfo: true }, toVideoCollection: { identifier: "toVideoCollection", description: "AR_FN_DSC_TOVIDEOCOLLECTION", type: "function", name: "ToVideoCollection", category: "cast", overloads: [{ description: "AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_DSC", identifier: "Video_COLL toVideoCollection(ResponseAsset_COLL)", support: { version: "1.0", resolver: "None" }, featureConfigName: "cannedResponseAttachmentsPostGaFeature", needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_RV", isArray: true, type: "vid" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "rpa" }], examples: [{ input: "ToVideoCollection(MakeList(Flow.ResponseAsset, Flow.ResponseAsset2))", output: "AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_EX_OUT_0" }] }], needsServerInfo: true }, toPhoneNumber: { identifier: "toPhoneNumber", description: "AR_FN_DSC_TOPHONENUMBER", type: "function", name: "ToPhoneNumber", category: "cast", overloads: [{ description: "AR_FN_PHNBR_TOPHONENUMBER_STR_DSC", identifier: "PhoneNumber_ONE toPhoneNumber(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PHNBR_TOPHONENUMBER_STR_RV", isArray: false, type: "phn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_PHNBR_TOPHONENUMBER_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: "ToPhoneNumber(Call.Ani)", output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_0" }, { input: 'ToPhoneNumber("tel:+13178723000")', output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_1" }, { input: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_IN_2", output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_2" }, { input: "ToPhoneNumber(ToString(NOT_SET))", output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_3" }, { input: 'ToPhoneNumber("+13178723000")', output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_4" }, { input: 'ToPhoneNumber("13178723000")', output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_5" }, { input: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_IN_6", output: "AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_6" }] }, { description: "AR_FN_PHNBR_TOPHONENUMBER_NTS_DSC", identifier: "PhoneNumber_ONE toPhoneNumber(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_PHNBR_TOPHONENUMBER_NTS_RV", isArray: false, type: "phn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PHNBR_TOPHONENUMBER_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToPhoneNumber(NOT_SET)", output: "AR_FN_PHNBR_TOPHONENUMBER_NTS_EX_OUT_0" }] }, { description: "AR_FN_PHNBR_TOPHONENUMBER_PHNBR_DSC", identifier: "PhoneNumber_ONE toPhoneNumber(PhoneNumber_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PHNBR_TOPHONENUMBER_PHNBR_RV", isArray: false, type: "phn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PHNBR_TOPHONENUMBER_PHNBR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }], examples: [{ input: "ToPhoneNumber(ToPhoneNumber(NOT_SET))", output: "AR_FN_PHNBR_TOPHONENUMBER_PHNBR_EX_OUT_0" }] }], needsServerInfo: true }, toPrompt: { identifier: "toPrompt", description: "AR_FN_DSC_TOPROMPT", type: "function", name: "ToPrompt", category: "cast", overloads: [{ description: "AR_FN_PROMPT_TOPROMPT_NTS_DSC", identifier: "Prompt_ONE toPrompt(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_TOPROMPT_NTS_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_TOPROMPT_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToPrompt(NOT_SET)", output: "AR_FN_PROMPT_TOPROMPT_NTS_EX_OUT_0" }] }, { description: "AR_FN_PROMPT_TOPROMPT_PROMPT_DSC", identifier: "Prompt_ONE toPrompt(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_PROMPT_TOPROMPT_PROMPT_RV", isArray: false, type: "pmt" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_PROMPT_TOPROMPT_PROMPT_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "pmt" }], examples: [{ input: "ToPrompt(ToPrompt(NOT_SET))", output: "AR_FN_PROMPT_TOPROMPT_PROMPT_EX_OUT_0" }] }], needsServerInfo: true }, toSchedule: { identifier: "toSchedule", description: "AR_FN_DSC_TOSCHEDULE", type: "function", name: "ToSchedule", category: "cast", overloads: [{ description: "AR_FN_SCHED_TOSCHEDULE_NTS_DSC", identifier: "Schedule_ONE toSchedule(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHED_TOSCHEDULE_NTS_RV", isArray: false, type: "sch" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHED_TOSCHEDULE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToSchedule(NOT_SET)", output: "AR_FN_SCHED_TOSCHEDULE_NTS_EX_OUT_0" }] }, { description: "AR_FN_SCHED_TOSCHEDULE_SCHED_DSC", identifier: "Schedule_ONE toSchedule(Schedule_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHED_TOSCHEDULE_SCHED_RV", isArray: false, type: "sch" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHED_TOSCHEDULE_SCHED_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "sch" }], examples: [{ input: "ToSchedule(ToSchedule(NOT_SET))", output: "AR_FN_SCHED_TOSCHEDULE_SCHED_EX_OUT_0" }] }], needsServerInfo: true }, toScheduleGroup: { identifier: "toScheduleGroup", description: "AR_FN_DSC_TOSCHEDULEGROUP", type: "function", name: "ToScheduleGroup", category: "cast", overloads: [{ description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_DSC", identifier: "ScheduleGroup_ONE toScheduleGroup(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_RV", isArray: false, type: "scg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToScheduleGroup(NOT_SET)", output: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_EX_OUT_0" }] }, { description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_DSC", identifier: "ScheduleGroup_ONE toScheduleGroup(ScheduleGroup_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem", inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_RV", isArray: false, type: "scg" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "scg" }], examples: [{ input: "ToScheduleGroup(ToScheduleGroup(NOT_SET))", output: "AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_EX_OUT_0" }] }], needsServerInfo: true }, toUtilizationLabel: { identifier: "toUtilizationLabel", description: "AR_FN_DSC_TOUTILIZATIONLABEL", type: "function", name: "ToUtilizationLabel", category: "cast", overloads: [{ description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_DSC", identifier: "UtilizationLabel_ONE toUtilizationLabel(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToUtilizationLabel(NOT_SET)", output: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_EX_OUT_0" }] }, { description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_DSC", identifier: "UtilizationLabel_ONE toUtilizationLabel(UtilizationLabel_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_RV", isArray: false, type: "cul" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cul" }], examples: [{ input: "ToUtilizationLabel(ToUtilizationLabel(NOT_SET))", output: "AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_EX_OUT_0" }] }], needsServerInfo: true }, toWorktypeStatus: { identifier: "toWorktypeStatus", description: "AR_FN_DSC_TOWORKTYPESTATUS", type: "function", name: "ToWorktypeStatus", category: "cast", overloads: [{ description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_DSC", identifier: "WorktypeStatus_ONE toWorktypeStatus(WorktypeStatus_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cpx_worktype_status" }], examples: [{ input: "ToWorktypeStatus(ToWorktypeStatus(NOT_SET))", output: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_EX_OUT_0" }] }, { description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_DSC", identifier: "WorktypeStatus_ONE toWorktypeStatus(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { workitem: "workitem", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_RV", isArray: false, type: "cpx_worktype_status" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToWorktypeStatus(NOT_SET)", output: "AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toWrapupCode: { identifier: "toWrapupCode", description: "AR_FN_DSC_TOWRAPUPCODE", type: "function", name: "ToWrapupCode", category: "cast", overloads: [{ description: "AR_FN_WRC_TOWRAPUPCODE_STR_DSC", identifier: "WrapupCode_ONE toWrapupCode(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", commonmodule: "commonmodule", voice: "voice" }, hidden: true, returnValue: { description: "AR_FN_WRC_TOWRAPUPCODE_STR_RV", isArray: false, type: "wrc" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WRC_TOWRAPUPCODE_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }] }, { description: "AR_FN_WRC_TOWRAPUPCODE_NTS_DSC", identifier: "WrapupCode_ONE toWrapupCode(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_WRC_TOWRAPUPCODE_NTS_RV", isArray: false, type: "wrc" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WRC_TOWRAPUPCODE_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToWrapupCode(NOT_SET)", output: "AR_FN_WRC_TOWRAPUPCODE_NTS_EX_OUT_0" }] }, { description: "AR_FN_WRC_TOWRAPUPCODE_WRC_DSC", identifier: "WrapupCode_ONE toWrapupCode(WrapupCode_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_WRC_TOWRAPUPCODE_WRC_RV", isArray: false, type: "wrc" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_WRC_TOWRAPUPCODE_WRC_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "wrc" }], examples: [{ input: "ToWrapupCode(ToWrapupCode(NOT_SET))", output: "AR_FN_WRC_TOWRAPUPCODE_WRC_EX_OUT_0" }] }], needsServerInfo: true }, isNotSetOrEmpty: { identifier: "isNotSetOrEmpty", description: "AR_FN_DSC_ISNOTSETOREMPTY", type: "function", name: "IsNotSetOrEmpty", category: "comparison", overloads: [{ description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_DSC", identifier: "Boolean_ONE isNotSetOrEmpty(Any_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "IsNotSetOrEmpty(true)", output: "false" }, { input: "IsNotSetOrEmpty(false)", output: "false" }, { input: 'IsNotSetOrEmpty(MakeCurrency(10.00, "USD"))', output: "false" }, { input: 'IsNotSetOrEmpty(MakeCurrency(ToDecimal(NOT_SET), "USD"))', output: "true" }, { input: "IsNotSetOrEmpty(ToBool(NOT_SET))", output: "true" }, { input: 'IsNotSetOrEmpty("Hello")', output: "false" }, { input: 'IsNotSetOrEmpty("")', output: "true" }, { input: "IsNotSetOrEmpty(ToString(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(100)", output: "false" }, { input: "IsNotSetOrEmpty(ToInt(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(100.5)", output: "false" }, { input: "IsNotSetOrEmpty(ToDecimal(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(MakeDateTime(2009, 3, 20, 12, 00, 00))", output: "false" }, { input: "IsNotSetOrEmpty(ToDateTime(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(MakeDuration(10, 0, 30, 0))", output: "false" }, { input: "IsNotSetOrEmpty(ToDuration(NOT_SET))", output: "true" }, { input: 'IsNotSetOrEmpty(ToUser("john.doe@company.com"))', output: "false", hidden: "true" }, { input: "IsNotSetOrEmpty(ToUser(NOT_SET))", output: "true" }, { input: 'IsNotSetOrEmpty(ToSkill("Spanish"))', output: "false", hidden: "true" }, { input: "IsNotSetOrEmpty(ToSkill(NOT_SET))", output: "true" }, { input: "IsNotSetOrEmpty(MakeDate(2018, 12, 4))", output: "false", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(ToDate(NOT_SET))", output: "true", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(MakeTime(1, 30, 0))", output: "false", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(ToTime(NOT_SET))", output: "true", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(ToJson(NOT_SET))", output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: 'IsNotSetOrEmpty(JsonParse("null"))', output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsNotSetOrEmpty(MakeEmptyJsonString())", output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsNotSetOrEmpty(MakeEmptyJsonArray())", output: "true", featureConfigName: "encryptDecryptDataFeature" }, { input: "IsNotSetOrEmpty(MakeEmptyJsonObject())", output: "true", featureConfigName: "encryptDecryptDataFeature" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_DSC", identifier: "Boolean_ONE isNotSetOrEmpty(Audio_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "aud" }], examples: [{ input: 'IsNotSetOrEmpty(ToAudioTTS("Hello"))', output: "false" }, { input: "IsNotSetOrEmpty(ToAudioBlank(2000))", output: "false" }, { input: "IsNotSetOrEmpty(ToAudioBlank(0))", output: "true" }, { input: "IsNotSetOrEmpty(ToAudio(ToPrompt(NOT_SET)))", output: "true" }] }, { description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_DSC", identifier: "Boolean_ONE isNotSetOrEmpty(Any_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_PRM_DSC_0", identifier: "collection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "IsNotSetOrEmpty(MakeList(true, false))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToBool(NOT_SET)))", output: "true" }, { input: 'IsNotSetOrEmpty(MakeList(MakeCurrency(10.00, "USD")))', output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToCurrency(NOT_SET)))", output: "true" }, { input: 'IsNotSetOrEmpty(MakeList("hello"))', output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToString(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeList(5, 3, 1))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToInt(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeList(5.0, 3.0, 1.0))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToDecimal(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeList(MakeDateTime(2009, 5, 5, 10, 30, 0)))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToDateTime(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeList(MakeDuration(10, 0, 30, 0)))", output: "false" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToDuration(NOT_SET)))", output: "true" }, { input: 'IsNotSetOrEmpty(MakeList(ToUser("john.doe@company.com")))', output: "false", hidden: "true" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToUser(NOT_SET)))", output: "true" }, { input: 'IsNotSetOrEmpty(MakeList(ToSkill("Spanish")))', output: "false", hidden: "true" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToSkill(NOT_SET)))", output: "true" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToDate(NOT_SET)))", output: "true", featureConfigName: "botFlows" }, { input: "IsNotSetOrEmpty(MakeEmptyList(ToTime(NOT_SET)))", output: "true", featureConfigName: "botFlows" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_BLN_ISNOTSETOREMPTY_NTS_DSC", identifier: "Boolean_ONE isNotSetOrEmpty(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_BLN_ISNOTSETOREMPTY_NTS_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_ISNOTSETOREMPTY_NTS_PRM_DSC_0", identifier: "item", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "IsNotSetOrEmpty(NOT_SET)", output: "true" }] }], needsServerInfo: true }, makeAgentScorePair: { identifier: "makeAgentScorePair", description: "AR_FN_DSC_MAKEAGENTSCOREPAIR", type: "function", name: "MakeAgentScorePair", category: "complex", overloads: [{ description: "AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_DSC", identifier: "AgentScorePair_ONE makeAgentScorePair(User_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", commonmodule: "commonmodule", emailsend: "emailsend", inboundcall: "inboundcall", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueuecall: "inqueuecall", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", securecall: "securecall", workitem: "workitem", voice: "voice", voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_RV", isArray: false, type: "cpx_agent_score_pair" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_PRM_DSC_0", identifier: "agent", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "usr" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_PRM_DSC_1", identifier: "score", isArray: false, helpDisplayIdx: 1, max: "100", min: "0", repeatable: false, required: true, type: "int" }], examples: [{ input: 'MakeAgentScorePair(FindUserById("5B943B5F-4205-B70F-8BE1-A245A94B2919"), 25)', output: 'An AgentScorePair value with an agent property User value with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and score property value of 25.' }] }], needsServerInfo: true }, makeCard: { identifier: "makeCard", description: "AR_FN_DSC_MAKECARD", type: "function", name: "MakeCard", category: "complex", overloads: [{ description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_DSC", identifier: "Card_ONE makeCard(String_ONE,String_ONE,Choice_COLL,Image_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_RV", isArray: false, type: "crd" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_1", identifier: "description", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_2", identifier: "buttons", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "chc", maxItems: "3" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_3", identifier: "image", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "img" }], examples: [{ input: 'MakeCard("Pizza Size", "Please select your pizza size.", MakeList(MakePostbackChoice("small", "Small"), MakePostbackChoice("medium", "Medium"), MakePostbackChoice("large", "Large")), FindImage("Pizza Size"))', output: "AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_EX_OUT_0" }] }], needsServerInfo: true }, makeCarousel: { identifier: "makeCarousel", description: "AR_FN_DSC_MAKECAROUSEL", type: "function", name: "MakeCarousel", category: "complex", overloads: [{ description: "AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_DSC", identifier: "Carousel_ONE makeCarousel(Card_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_RV", isArray: false, type: "crs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_PRM_DSC_0", identifier: "cards", isArray: true, helpDisplayIdx: 0, repeatable: false, required: false, type: "crd", maxItems: "10" }], examples: [{ input: 'MakeCarousel(MakeList(MakeCard("Beginner Class", "Learn how to author cards, carousels and quick replies in Architect.", MakeList(MakePostbackChoice("signupBeginner", "Sign Me Up!")), FindImage("Beginner Class")), MakeCard("Intermediate Class", "Learn about button choices and slot types.", MakeList(MakePostbackChoice("signupIntermediate", "Sign Me Up!")), FindImage("Intermediate Class")), MakeCard("Advanced Class", "Create cards, carousels and quick replies using expressions.", MakeList(MakePostbackChoice("signupAdvanced", "Sign Me Up!")), FindImage("Advanced Class"))))', output: "AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_EX_OUT_0" }] }], needsServerInfo: true }, makeChoice: { identifier: "makeChoice", description: "AR_FN_DSC_MAKECHOICE", type: "function", name: "MakeChoice", category: "complex", overloads: [{ description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_DSC", identifier: "Choice_ONE makeChoice(String_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_0", identifier: "type", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_2", identifier: "label", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeChoice("url", "https://www.genesys.com", "Genesys")', output: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_EX_OUT_0" }, { input: 'MakeChoice("postback", "support", "Help and Support")', output: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_EX_OUT_1" }] }, { description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_DSC", identifier: "Choice_ONE makeChoice(String_ONE,String_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_0", identifier: "type", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_1", identifier: "value", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_2", identifier: "label", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_3", identifier: "command", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeChoice("url", "https://www.genesys.com", "Genesys", "skip")', output: "AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, makePostbackChoice: { identifier: "makePostbackChoice", description: "AR_FN_DSC_MAKEPOSTBACKCHOICE", type: "function", name: "MakePostbackChoice", category: "complex", overloads: [{ description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_DSC", identifier: "Choice_ONE makePostbackChoice(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'MakePostbackChoice("support")', output: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_EX_OUT_0" }] }, { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_DSC", identifier: "Choice_ONE makePostbackChoice(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_PRM_DSC_1", identifier: "label", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakePostbackChoice("support", "Help and Support")', output: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_EX_OUT_0" }] }, { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_DSC", identifier: "Choice_ONE makePostbackChoice(String_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_1", identifier: "label", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_2", identifier: "command", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakePostbackChoice("support", "Help and Support", "skip")', output: "AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, makeUrlChoice: { identifier: "makeUrlChoice", description: "AR_FN_DSC_MAKEURLCHOICE", type: "function", name: "MakeUrlChoice", category: "complex", overloads: [{ description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_DSC", identifier: "Choice_ONE makeUrlChoice(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'MakeUrlChoice("https://www.genesys.com")', output: "AR_FN_CHOICE_MAKEURLCHOICE_STR_EX_OUT_0" }] }, { description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_DSC", identifier: "Choice_ONE makeUrlChoice(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_RV", isArray: false, type: "chc" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_PRM_DSC_1", identifier: "linkLabel", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeUrlChoice("https://www.genesys.com", "Genesys")', output: "AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, makeChooser: { identifier: "makeChooser", description: "AR_FN_DSC_MAKECHOOSER", type: "function", name: "MakeChooser", category: "complex", overloads: [{ description: "AR_FN_CHOOSER_MAKECHOOSER_CARD_DSC", identifier: "Chooser_ONE makeChooser(Card_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_CARD_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_CARD_PRM_DSC_0", identifier: "card", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "crd" }], examples: [{ input: 'MakeChooser(MakeCard("Shirt Colors", "Please select a shirt color.", MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("green", "Green"), MakePostbackChoice("blue", "Blue")), FindImage("shirtSizes.png")))', output: "AR_FN_CHOOSER_MAKECHOOSER_CARD_EX_OUT_0" }] }, { description: "AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_DSC", identifier: "Chooser_ONE makeChooser(Carousel_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_PRM_DSC_0", identifier: "carousel", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "crs" }], examples: [{ input: 'MakeChooser(MakeCarousel(MakeList(MakeCard("Beginner Class", "Learn how to author cards, carousels and quick replies in Architect.", MakeList(MakePostbackChoice("signupBeginner", "Sign Me Up!")), FindImage("Beginner Class")), MakeCard("Intermediate Class", "Learn about button choices and slot types.", MakeList(MakePostbackChoice("signupIntermediate", "Sign Me Up!")), FindImage("Intermediate Class")), MakeCard("Advanced Class", "Create cards, carousels and quick replies using expressions.", MakeList(MakePostbackChoice("signupAdvanced", "Sign Me Up!")), FindImage("Advanced Class")))))', output: "AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_EX_OUT_0" }] }, { description: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_DSC", identifier: "Chooser_ONE makeChooser(QuickReplies_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_PRM_DSC_0", identifier: "quickReplies", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "qrl" }], examples: [{ input: 'MakeChooser(MakeQuickReplies(MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("blue", "Blue"))))', output: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_EX_OUT_0" }, { input: 'MakeChooser(MakeQuickReplies(MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("blue", "Blue")), "Thanks for your selection"))', output: "AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_EX_OUT_1", featureConfigName: "digitalBotFlowsAppleMessaging" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_DSC", identifier: "Chooser_ONE makeChooser(TimePicker_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_PRM_DSC_0", identifier: "timePicker", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tpk" }], examples: [{ input: 'MakeChooser(MakeTimePicker("Schedule Appointment"))', output: "AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_EX_OUT_0" }] }, { description: "AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_DSC", identifier: "Chooser_ONE makeChooser(ListPicker_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsAppleListPicker", needsServerInfo: true, returnValue: { description: "AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_RV", isArray: false, type: "chs" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_PRM_DSC_0", identifier: "listPicker", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "lpk" }], examples: [{ input: 'MakeChooser(MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET))', output: "AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_EX_OUT_0" }] }], needsServerInfo: true }, makeCurrency: { identifier: "makeCurrency", description: "AR_FN_DSC_MAKECURRENCY", type: "function", name: "MakeCurrency", category: "financial", overloads: [{ description: "AR_FN_CUR_MAKECURRENCY_DEC_STR_DSC", identifier: "Currency_ONE makeCurrency(Decimal_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_MAKECURRENCY_DEC_STR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_MAKECURRENCY_DEC_STR_PRM_DSC_0", identifier: "amount", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_MAKECURRENCY_DEC_STR_PRM_DSC_1", identifier: "currencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'MakeCurrency(10.50, "USD")', output: "AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_0" }, { input: 'MakeCurrency(5.00, "EUR")', output: "AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_1" }, { input: 'MakeCurrency(NOT_SET, "USD")', output: "AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_2" }, { input: "MakeCurrency(100.00, NOT_SET)", output: "AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_3" }] }, { description: "AR_FN_CUR_MAKECURRENCY_LNG_STR_DSC", identifier: "Currency_ONE makeCurrency(Long_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_MAKECURRENCY_LNG_STR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_MAKECURRENCY_LNG_STR_PRM_DSC_0", identifier: "amount", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_MAKECURRENCY_LNG_STR_PRM_DSC_1", identifier: "currencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'MakeCurrency(10, "USD")', output: "AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_0" }, { input: 'MakeCurrency(5, "EUR")', output: "AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_1" }, { input: 'MakeCurrency(NOT_SET, "USD")', output: "AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_2" }, { input: "MakeCurrency(100, NOT_SET)", output: "AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_3" }] }] }, makeDigitalAudioFromUrl: { identifier: "makeDigitalAudioFromUrl", description: "AR_FN_DSC_MAKEDIGITALAUDIOFROMURL", type: "function", name: "MakeDigitalAudioFromUrl", category: "complex", overloads: [{ description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_DSC", identifier: "DigitalAudio_ONE makeDigitalAudioFromUrl(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeDigitalAudioFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mp3")', output: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_EX_OUT_0" }] }, { description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_DSC", identifier: "DigitalAudio_ONE makeDigitalAudioFromUrl(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_RV", isArray: false, type: "dia" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "MakeDigitalAudioFromUrl(NOT_SET)", output: "AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeFileFromUrl: { identifier: "makeFileFromUrl", description: "AR_FN_DSC_MAKEFILEFROMURL", type: "function", name: "MakeFileFromUrl", category: "complex", overloads: [{ description: "AR_FN_FILE_MAKEFILEFROMURL_STR_DSC", identifier: "File_ONE makeFileFromUrl(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_MAKEFILEFROMURL_STR_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_MAKEFILEFROMURL_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeFileFromUrl("https://www.genesys.com/documents/genesys-digital-bot-flows.pdf")', output: "AR_FN_FILE_MAKEFILEFROMURL_STR_EX_OUT_0" }] }, { description: "AR_FN_FILE_MAKEFILEFROMURL_NTS_DSC", identifier: "File_ONE makeFileFromUrl(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_FILE_MAKEFILEFROMURL_NTS_RV", isArray: false, type: "fil" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_FILE_MAKEFILEFROMURL_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "MakeFileFromUrl(NOT_SET)", output: "AR_FN_FILE_MAKEFILEFROMURL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeImageFromUrl: { identifier: "makeImageFromUrl", description: "AR_FN_DSC_MAKEIMAGEFROMURL", type: "function", name: "MakeImageFromUrl", category: "complex", overloads: [{ description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_DSC", identifier: "Image_ONE makeImageFromUrl(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png")', output: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_DSC", identifier: "Image_ONE makeImageFromUrl(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_PRM_DSC_1", identifier: "name", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeImageFromUrl("https://www.genesys.com/media/genesys-logo.png", "Genesys Logo")', output: "AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_EX_OUT_0" }] }, { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_DSC", identifier: "Image_ONE makeImageFromUrl(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_RV", isArray: false, type: "img" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "MakeImageFromUrl(NOT_SET)", output: "AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeLineItem: { identifier: "makeLineItem", description: "AR_FN_DSC_MAKELINEITEM", type: "function", name: "MakeLineItem", category: "complex", overloads: [{ description: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_DSC", identifier: "LineItem_ONE makeLineItem(String_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsApplePay", returnValue: { description: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_RV", isArray: false, type: "lni" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_PRM_DSC_0", identifier: "listingName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_PRM_DSC_1", identifier: "listingPrice", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'MakeLineItem("T-Shirt", MakeCurrency(19.99, "USD"))', output: "AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_EX_OUT_0" }] }] }, toLineItem: { identifier: "toLineItem", description: "AR_FN_DSC_TOLINEITEM", type: "function", name: "ToLineItem", category: "cast", overloads: [{ description: "AR_FN_LINEITEM_TOLINEITEM_LINEITEM_DSC", identifier: "LineItem_ONE ToLineItem(LineItem_ONE)", support: { version: "1.0", resolver: "None" }, featureConfigName: "botFlowsApplePay", needsServerInfo: true, returnValue: { description: "AR_FN_LINEITEM_TOLINEITEM_LINEITEM_RV", isArray: false, type: "lni" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LINEITEM_TOLINEITEM_LINEITEM_PRM_DSC_0", identifier: "lineItem", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "lni" }], examples: [{ input: 'ToLineItem(MakeLineItem("Fishing Road", MakeCurrency(200.0, "USD")))', output: "AR_FN_LINEITEM_TOLINEITEM_LINEITEM_EX_OUT_0" }] }, { description: "AR_FN_LINEITEM_TOLINEITEM_NTS_DSC", identifier: "LineItem_ONE toLineItem(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_LINEITEM_TOLINEITEM_NTS_RV", isArray: false, type: "lni" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_LINEITEM_TOLINEITEM_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToLineItem(NOT_SET)", output: "AR_FN_LINEITEM_TOLINEITEM_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeListPickerItem: { identifier: "makeListPickerItem", description: "AR_FN_DSC_MAKELISTPICKERITEM", type: "function", name: "MakeListPickerItem", category: "complex", overloads: [{ description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_DSC", identifier: "ListPickerItem_ONE makeListPickerItem(String_ONE,String_ONE,Image_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsAppleListPicker", needsServerInfo: true, returnValue: { description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_RV", isArray: false, type: "lpi" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_1", identifier: "subtitle", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_2", identifier: "image", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "img" }], examples: [{ input: 'MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))', output: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_0" }, { input: 'MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))', output: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_1" }, { input: 'MakeListPickerItem("Fries", NOT_SET, NOT_SET)', output: "AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_2" }] }], needsServerInfo: true }, makeListPickerSection: { identifier: "makeListPickerSection", description: "AR_FN_DSC_MAKELISTPICKERSECTION", type: "function", name: "MakeListPickerSection", category: "complex", overloads: [{ description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_DSC", identifier: "ListPickerSection_ONE makeListPickerSection(String_ONE,Boolean_ONE,ListPickerItem_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsAppleListPicker", needsServerInfo: true, returnValue: { description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_RV", isArray: false, type: "lps" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_1", identifier: "multiSelectEnabled", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_2", identifier: "items", isArray: true, helpDisplayIdx: 2, repeatable: false, required: false, type: "lpi" }], examples: [{ input: 'MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))))', output: "AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_EX_OUT_0" }] }], needsServerInfo: true }, makeListPicker: { identifier: "makeListPicker", description: "AR_FN_DSC_MAKELISTPICKER", type: "function", name: "MakeListPicker", category: "complex", overloads: [{ description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_DSC", identifier: "ListPicker_ONE makeListPicker(ListPickerSection_COLL,Image_ONE,String_ONE,String_ONE,Image_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsAppleListPicker", needsServerInfo: true, returnValue: { description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_RV", isArray: false, type: "lpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_0", identifier: "sections", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "lps" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_1", identifier: "receivedMessageImage", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_2", identifier: "receivedMessageTitle", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_3", identifier: "receivedMessageSubtitle", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_4", identifier: "replyMessageImage", isArray: false, helpDisplayIdx: 4, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_5", identifier: "replyMessageSubtitle", isArray: false, helpDisplayIdx: 5, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET)', output: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_EX_OUT_0" }] }, { description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_DSC", identifier: "ListPicker_ONE makeListPicker(ListPickerSection_COLL,Image_ONE,String_ONE,String_ONE,Image_ONE,String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "whatsAppListPickerFeature", needsServerInfo: true, returnValue: { description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_RV", isArray: false, type: "lpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_0", identifier: "sections", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "lps" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_1", identifier: "receivedMessageImage", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_2", identifier: "receivedMessageTitle", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_3", identifier: "receivedMessageSubtitle", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_4", identifier: "replyMessageImage", isArray: false, helpDisplayIdx: 4, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_5", identifier: "replyMessageSubtitle", isArray: false, helpDisplayIdx: 5, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_6", identifier: "receivedMessageButtonText", isArray: false, helpDisplayIdx: 6, repeatable: false, required: true, type: "str", minLength: "1" }], examples: [{ input: 'MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET, "Click Me")', output: "AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, makeTimePicker: { identifier: "makeTimePicker", description: "AR_FN_DSC_MAKETIMEPICKER", type: "function", name: "MakeTimePicker", category: "datetime", overloads: [{ description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_DSC", identifier: "TimePicker_ONE makeTimePicker(String_ONE,String_ONE,Image_ONE,ADDRESS_ONE,LATITUDE_ONE,LONGITUDE_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_RV", isArray: false, type: "tpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_1", identifier: "subtitle", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_2", identifier: "image", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "img" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_3", identifier: "address", isArray: false, helpDisplayIdx: 3, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_4", identifier: "latitude", isArray: false, helpDisplayIdx: 4, repeatable: false, required: false, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_5", identifier: "longitutude", isArray: false, helpDisplayIdx: 5, repeatable: false, required: false, type: "dec" }], examples: [{ input: 'MakeTimePicker("Schedule Appointment", "Choose a Time", MakeImageFromUrl(NOT_SET), NOT_SET, NOT_SET, NOT_SET)', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_0" }, { input: 'MakeTimePicker("Schedule Appointment", NOT_SET, MakeImageFromUrl(NOT_SET), NOT_SET, NOT_SET, NOT_SET)', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_1" }, { input: 'MakeTimePicker("Schedule Appointment", NOT_SET, NOT_SET, NOT_SET, NOT_SET, NOT_SET)', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_2" }, { input: 'MakeTimePicker("Schedule Appointment", NOT_SET, NOT_SET, "4807 Emperor Boulevard", 35.8785875, -78.8408308)', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_3" }] }, { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_DSC", identifier: "TimePicker_ONE makeTimePicker(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_RV", isArray: false, type: "tpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_PRM_DSC_1", identifier: "subtitle", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeTimePicker("Schedule Appointment", "Choose a Time")', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_EX_OUT_0" }] }, { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_DSC", identifier: "TimePicker_ONE makeTimePicker(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_RV", isArray: false, type: "tpk" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_PRM_DSC_0", identifier: "title", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }], examples: [{ input: 'MakeTimePicker("Schedule Appointment")', output: "AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_EX_OUT_0" }] }], needsServerInfo: true }, makeTimeslot: { identifier: "makeTimeslot", description: "AR_FN_DSC_MAKETIMESLOT", type: "function", name: "MakeTimeslot", category: "datetime", overloads: [{ description: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_DSC", identifier: "Timeslot_ONE makeTimeslot(DateTime_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_RV", isArray: false, type: "tsl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_PRM_DSC_0", identifier: "dateTime", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_PRM_DSC_1", identifier: "duration", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeTimeslot(MakeDateTime(2024, 8, 4, 0, 0, 0), MakeDuration(0, 1, 30, 0))", output: "AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_EX_OUT_0" }] }], needsServerInfo: true }, makeListTimeslot: { identifier: "makeListTimeslot", description: "AR_FN_DSC_MAKELISTTIMESLOT", type: "function", name: "MakeListTimeslot", category: "datetime", overloads: [{ description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_DSC", identifier: "Timeslot_COLL makeListTimeslot(DateTime_COLL,Duration_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_RV", isArray: true, type: "tsl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_PRM_DSC_0", identifier: "dateTimes", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_PRM_DSC_1", identifier: "duration", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeListTimeslot(MakeList(MakeDateTime(2024, 8, 4, 14, 0, 0), MakeDateTime(2024, 8, 4, 15, 0, 0)), MakeDuration(0, 1, 0, 0))", output: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_EX_OUT_0" }] }, { description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_DSC", identifier: "Timeslot_COLL makeListTimeslot(DateTime_COLL,Duration_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsMessagingDatePicker", needsServerInfo: true, returnValue: { description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_RV", isArray: true, type: "tsl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_PRM_DSC_0", identifier: "dateTimes", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_PRM_DSC_1", identifier: "durations", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "MakeListTimeslot(MakeList(MakeDateTime(2024, 8, 4, 14, 0, 0), MakeDateTime(2024, 8, 4, 15, 0, 0)), MakeList(MakeDuration(0, 1, 0, 0), MakeDuration(0, 2, 0, 0)))", output: "AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_EX_OUT_0" }] }], needsServerInfo: true }, makeShippingOption: { identifier: "makeShippingOption", description: "AR_FN_DSC_MAKESHIPPINGOPTION", type: "function", name: "MakeShippingOption", category: "complex", overloads: [{ description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_DSC", identifier: "ShippingOption_ONE makeShippingOption(String_ONE,String_ONE,String_ONE,Currency_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "botFlowsApplePay", returnValue: { description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_RV", isArray: false, type: "sho" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_0", identifier: "label", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_1", identifier: "identifier", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_2", identifier: "shippingDetails", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "str", minLength: "1" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_3", identifier: "price", isArray: false, helpDisplayIdx: 3, repeatable: false, required: true, type: "cur" }], examples: [{ input: 'MakeShippingOption("Standard Shipping", "standard", "3-4 business Days", MakeCurrency(5.99, "USD"))', output: "AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_EX_OUT_0" }] }] }, toShippingOption: { identifier: "toShippingOption", description: "AR_FN_DSC_TOSHIPPINGOPTION", type: "function", name: "ToShippingOption", category: "cast", overloads: [{ description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_DSC", identifier: "ShippingOption_ONE ToShippingOption(ShippingOption_ONE)", support: { version: "1.0", resolver: "None" }, featureConfigName: "botFlowsApplePay", needsServerInfo: true, returnValue: { description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_RV", isArray: false, type: "sho" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_PRM_DSC_0", identifier: "shippingOption", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "sho" }], examples: [{ input: 'ToShippingOption(MakeShippingOption("Standard Shipping", "standard", "3-4 Days", MakeCurrency(5.99, "USD")))', output: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_EX_OUT_0" }] }, { description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_DSC", identifier: "ShippingOption_ONE toShippingOption(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_RV", isArray: false, type: "sho" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToShippingOption(NOT_SET)", output: "AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_EX_OUT_0" }] }], needsServerInfo: true }, makeListAgentScorePair: { identifier: "makeListAgentScorePair", description: "AR_FN_DSC_MAKELISTAGENTSCOREPAIR", type: "function", name: "MakeListAgentScorePair", category: "list", overloads: [{ description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_DSC", identifier: "AgentScorePair_COLL makeListAgentScorePair(User_COLL,Long_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_RV", isArray: true, type: "cpx_agent_score_pair" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_PRM_DSC_0", identifier: "propertyAgent", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "usr", itemAllowNotSet: false }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_PRM_DSC_1", identifier: "propertyScore", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", itemAllowNotSet: false, itemMin: "0", itemMax: "100" }], examples: [{ input: 'MakeListAgentScorePair(FindUsersById(MakeList("5B943B5F-4205-B70F-8BE1-A245A94B2919", "cd287b63-09c5-4470-a45b-913755799cb2")), MakeList(50, 90))', output: 'An AgentScorePair collection with two items. The first AgentScorePair item has an agent property User with ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and score property value of 50. The second AgentScorePair item has an agent property User ID of "cd287b63-09c5-4470-a45b-913755799cb2" and score property value of 90.' }] }, { description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_DSC", identifier: "AgentScorePair_COLL makeListAgentScorePair(String_COLL,Long_COLL)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_RV", isArray: true, type: "cpx_agent_score_pair" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_PRM_DSC_0", identifier: "agentIds", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", itemAllowNotSet: false, maxItems: "50" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_PRM_DSC_1", identifier: "propertyScore", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", itemAllowNotSet: false, itemMin: "0", itemMax: "100", maxItems: "50" }], examples: [{ input: 'MakeListAgentScorePair(MakeList("5B943B5F-4205-B70F-8BE1-A245A94B2919", "cd287b63-09c5-4470-a45b-913755799cb2"), MakeList(30, 70))', output: 'An AgentScorePair collection with two items. The first AgentScorePair item has an agent property User with ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and score property value of 30. The second AgentScorePair item has an agent property User ID of "cd287b63-09c5-4470-a45b-913755799cb2" and score property value of 70.' }] }], needsServerInfo: true }, makeListCommunication: { identifier: "makeListCommunication", description: "AR_FN_DSC_MAKELISTCOMMUNICATION", type: "function", name: "MakeListCommunication", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_DSC", identifier: "Communication_COLL makeListCommunication(Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_RV", isArray: true, type: "com" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_PRM_DSC_0", identifier: "anAnyCollection", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: 'MakeListCommunication(MakeList("Value Label 1", "Value Label 2"))', output: "AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_EX_OUT_0" }] }], needsServerInfo: true }, makeQuickReplies: { identifier: "makeQuickReplies", description: "AR_FN_DSC_MAKEQUICKREPLIES", type: "function", name: "MakeQuickReplies", category: "complex", overloads: [{ description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_DSC", identifier: "QuickReplies_ONE makeQuickReplies(Choices_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, needsServerInfo: true, returnValue: { description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_RV", isArray: false, type: "qrl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_PRM_DSC_0", identifier: "buttons", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "chc", maxItems: "10" }], examples: [{ input: 'MakeQuickReplies(MakeList(MakePostbackChoice("small"), MakePostbackChoice("medium")))', output: 'A quick replies value that contains two postback button choices with the values "small" and "medium".' }, { input: 'MakeQuickReplies(MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("blue", "Blue")))', output: 'A quick replies value that contains two button choices. The first choice has a value of "red" with a label of "Red" and the second has a value of "blue" with a label of "Blue".' }] }, { description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_DSC", identifier: "QuickReplies_ONE makeQuickReplies(Choices_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { digitalbot: "digitalbot" }, featureConfigName: "digitalBotFlowsAppleMessaging", needsServerInfo: true, returnValue: { description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_RV", isArray: false, type: "qrl" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_PRM_DSC_0", identifier: "buttons", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "chc", maxItems: "10" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_PRM_DSC_1", identifier: "quickReplySummary", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeQuickReplies(MakeList(MakePostbackChoice("small"), MakePostbackChoice("medium")), "Thanks for your selection")', output: 'A quick replies value that contains two postback button choices with the values "small" and "medium" and quick reply summary "Thanks for your selection".' }, { input: 'MakeQuickReplies(MakeList(MakePostbackChoice("red", "Red"), MakePostbackChoice("blue", "Blue")), "Thanks for your selection")', output: 'A quick replies value that contains two button choices. The first choice has a value of "red" with a label of "Red" and the second has a value of "blue" with a label of "Blue" and quick reply summary "Thanks for your selection".' }] }], needsServerInfo: true }, makeVideoFromUrl: { identifier: "makeVideoFromUrl", description: "AR_FN_DSC_MAKEVIDEOFROMURL", type: "function", name: "MakeVideoFromUrl", category: "complex", overloads: [{ description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_DSC", identifier: "Video_ONE makeVideoFromUrl(String_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_PRM_DSC_0", identifier: "url", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeVideoFromUrl("https://www.genesys.com/media/genesys-digital-bot-flows.mov")', output: "AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_EX_OUT_0" }] }, { description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_DSC", identifier: "Video_ONE makeVideoFromUrl(Null_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_RV", isArray: false, type: "vid" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "MakeVideoFromUrl(NOT_SET)", output: "AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_EX_OUT_0" }] }], needsServerInfo: true }, resolveSlot: { identifier: "resolveSlot", description: "AR_FN_DSC_RESOLVESLOT", type: "function", name: "ResolveSlot", category: "language", overloads: [{ description: "AR_FN_ANY_RESOLVESLOT_ANY_DSC", identifier: "Any_ONE resolveSlot(Any_ONE)", support: { version: "1.0", resolver: "n-SameType" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_RESOLVESLOT_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_RESOLVESLOT_ANY_PRM_DSC_0", identifier: "slotVariable", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "any", mustBeVariable: true, mustBeVariableScope: "slot" }], examples: [{ input: "ResolveSlot(Slot.PizzaSize)", output: "AR_FN_ANY_RESOLVESLOT_ANY_EX_OUT_0" }, { input: "ResolveSlot(Slot.QuantityInt)", output: "5" }] }, { description: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_DSC", identifier: "Any_ONE resolveSlot(Any_ONE,Any_ONE)", support: { version: "1.0", resolver: "n-SameType" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_RV", isArray: false, type: "any" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_PRM_DSC_0", identifier: "slotVariable", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "any", mustBeVariable: true, mustBeVariableScope: "slot" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_PRM_DSC_1", identifier: "slotNotSetReturnValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "any" }], examples: [{ input: 'ResolveSlot(Slot.AccountType, "")', output: "AR_FN_ANY_RESOLVESLOT_ANY_ANY_EX_OUT_0" }] }], needsServerInfo: true }, resolveSlotTypeListValue: { identifier: "resolveSlotTypeListValue", description: "AR_FN_DSC_RESOLVESLOTTYPELISTVALUE", type: "function", name: "ResolveSlotTypeListValue", category: "language", overloads: [{ description: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_DSC", identifier: "String_ONE resolveSlotTypeListValue(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_PRM_DSC_0", identifier: "listSlotTypeName", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_PRM_DSC_1", identifier: "slotTypeValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ResolveSlotTypeListValue("PizzaSizeType", "small")', output: "AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_EX_OUT_0", outputFlowCurrentLanguage: "es-us" }] }], needsServerInfo: true }, makeListCurrency: { identifier: "makeListCurrency", description: "AR_FN_DSC_MAKELISTCURRENCY", type: "function", name: "MakeListCurrency", category: "financial", overloads: [{ description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_DSC", identifier: "Currency_COLL makeListCurrency(Decimal_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_RV", isArray: true, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_PRM_DSC_0", identifier: "amounts", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_PRM_DSC_1", identifier: "currencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'MakeListCurrency(MakeList(10.50, 2.50), "USD")', output: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_EX_OUT_0" }, { input: 'MakeListCurrency(MakeList(10.50, ToDecimal(NOT_SET)), "USD")', output: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_EX_OUT_1" }] }, { description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_DSC", identifier: "Currency_COLL makeListCurrency(Decimal_COLL,String_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_RV", isArray: true, type: "cur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_PRM_DSC_0", identifier: "amounts", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_PRM_DSC_1", identifier: "currencyCodes", isArray: true, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'MakeListCurrency(MakeList(10.50, 2.50), MakeList("USD", "EUR"))', output: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_EX_OUT_0" }, { input: 'MakeListCurrency(MakeList(10.50, ToDecimal(NOT_SET)), MakeList(ToString(NOT_SET), "EUR"))', output: "AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_EX_OUT_1" }] }] }, toCurrency: { identifier: "toCurrency", description: "AR_FN_DSC_TOCURRENCY", type: "function", name: "ToCurrency", category: "cast", overloads: [{ description: "AR_FN_CUR_TOCURRENCY_STR_DSC", identifier: "Currency_ONE toCurrency(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_STR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_STR_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToCurrency("5.00|USD")', output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_0" }, { input: 'ToCurrency("|EUR")', output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_1" }, { input: 'ToCurrency("5.00|")', output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_2" }, { input: 'ToCurrency("5.00")', output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_3" }, { input: "ToCurrency(NOT_SET)", output: "AR_FN_CUR_TOCURRENCY_STR_EX_OUT_4" }] }, { description: "AR_FN_CUR_TOCURRENCY_DEC_DSC", identifier: "Currency_ONE toCurrency(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_DEC_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToCurrency(5.00)", output: "AR_FN_CUR_TOCURRENCY_DEC_EX_OUT_0" }] }, { description: "AR_FN_CUR_TOCURRENCY_LNG_DSC", identifier: "Currency_ONE toCurrency(Long_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_LNG_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_LNG_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToCurrency(5)", output: "AR_FN_CUR_TOCURRENCY_LNG_EX_OUT_0" }] }, { description: "AR_FN_CUR_TOCURRENCY_NTS_DSC", identifier: "Currency_ONE toCurrency(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_NTS_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_NTS_PRM_DSC_0", identifier: "nullValue", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToCurrency(NOT_SET)", output: "AR_FN_CUR_TOCURRENCY_NTS_EX_OUT_0" }] }, { description: "AR_FN_CUR_TOCURRENCY_CUR_DSC", identifier: "Currency_ONE toCurrency(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_TOCURRENCY_CUR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_TOCURRENCY_CUR_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }], examples: [{ input: 'ToCurrency(MakeCurrency(5.25, "USD"))', output: "AR_FN_CUR_TOCURRENCY_CUR_EX_OUT_0" }] }] }, getCurrencySymbol: { identifier: "getCurrencySymbol", description: "AR_FN_DSC_GETCURRENCYSYMBOL", type: "function", name: "GetCurrencySymbol", category: "financial", overloads: [{ description: "AR_FN_STR_GETCURRENCYSYMBOL_STR_DSC", identifier: "String_One getCurrencySymbol(String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_GETCURRENCYSYMBOL_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_GETCURRENCYSYMBOL_STR_PRM_DSC_0", identifier: "currencyCode", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'GetCurrencySymbol("USD")', output: '"$"' }, { input: 'GetCurrencySymbol("EUR")', output: '"\u20AC"' }] }, { description: "AR_FN_STR_GETCURRENCYSYMBOL_CUR_DSC", identifier: "String_One getCurrencySymbol(Currency_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_STR_GETCURRENCYSYMBOL_CUR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETCURRENCYSYMBOL_CUR_PRM_DSC_0", identifier: "currency", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }], examples: [{ input: 'GetCurrencySymbol(MakeCurrency(1.00, "USD"))', output: '"$"' }, { input: 'GetCurrencySymbol(MakeCurrency(5.25, "EUR"))', output: '"\u20AC"' }] }] }, convertCurrency: { identifier: "convertCurrency", description: "AR_FN_DSC_CONVERTCURRENCY", type: "function", name: "ConvertCurrency", category: "financial", overloads: [{ description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DSC", identifier: "Currency_One convertCurrency(Currency_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_PRM_DSC_0", identifier: "sourceCurrency", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_PRM_DSC_1", identifier: "destinationCurrencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }], examples: [{ input: 'ConvertCurrency(MakeCurrency(5.00, "USD"), "EUR")', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_0" }, { input: 'ConvertCurrency(MakeCurrency(5.00, ToString(NOT_SET)), "EUR")', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_1" }, { input: 'ConvertCurrency(MakeCurrency(NOT_SET, "USD"), "EUR")', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_2" }, { input: 'ConvertCurrency(MakeCurrency(NOT_SET, "USD"), ToString(NOT_SET))', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_3" }, { input: 'ConvertCurrency(ToCurrency(NOT_SET), "USD")', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_4" }] }, { description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_DSC", identifier: "Currency_One convertCurrency(Currency_ONE,String_ONE,Decimal_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_RV", isArray: false, type: "cur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_0", identifier: "sourceCurrency", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_1", identifier: "destinationCurrencyCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "ISO4217" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_2", identifier: "sourcePerDestExchangeRate", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "dec" }], examples: [{ input: 'ConvertCurrency(MakeCurrency(5.00, "USD"), "EUR", 0.6937)', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_0" }, { input: 'ConvertCurrency(MakeCurrency(5.00, ToString(NOT_SET)), "EUR", 0.6937)', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_1" }, { input: 'ConvertCurrency(MakeCurrency(ToDecimal(NOT_SET), ToString(NOT_SET)), "EUR", 0.6937)', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_2" }, { input: 'ConvertCurrency(ToCurrency(NOT_SET), "EUR", 0.6937)', output: "AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_3" }] }] }, toAudioTTS: { identifier: "toAudioTTS", description: "AR_FN_DSC_TOAUDIOTTS", type: "function", runtimeRequiresTTSSupport: true, name: "ToAudioTTS", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOTTS_STR_DSC", identifier: "Audio_ONE ToAudioTTS(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeRequiresTTSSupport: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToAudioTTS("Hello")', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_EX_OUT_0" }, { input: "ToAudioTTS(ToString(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOTTS_STR_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_DSC", identifier: "Audio_ONE ToAudioTTS(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeRequiresTTSSupport: true, featureToggleName: "archFuncToAudioTTSWithLang", returnValue: { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_PRM_DSC_1", identifier: "IETFLanguageTag", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str", mustBeLiteral: true, literalValidatorName: "SupportedTTSLangs" }], examples: [{ input: 'ToAudioTTS("Hello", "en-US" )', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_0" }, { input: 'ToAudioTTS("Bonjour", "fr-CA" )', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_1" }, { input: 'ToAudioTTS("Hola", "es-US" )', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_2" }, { input: 'ToAudioTTS(ToString(NOT_SET), "en-US" )', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_DSC", identifier: "Audio_ONE ToAudioTTS(String_ONE,StringFormat_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeRequiresTTSSupport: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_PRM_DSC_1", identifier: "stringAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "stf" }], examples: [{ input: 'ToAudioTTS("Hello", Format.String.playChars)', output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_EX_OUT_0" }, { input: "ToAudioTTS(ToString(NOT_SET), Format.String.playChars)", output: "AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_EX_OUT_1" }] }] }, toAudioBlank: { identifier: "toAudioBlank", description: "AR_FN_DSC_TOAUDIOBLANK", type: "function", name: "ToAudioBlank", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_DSC", identifier: "Audio_ONE ToAudioBlank(Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_PRM_DSC_0", identifier: "lengthMs", isArray: false, helpDisplayIdx: 0, max: "10000", min: "0", repeatable: false, required: true, type: "int", mustBeLiteral: true }], examples: [{ input: "ToAudioBlank(500)", output: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_EX_OUT_0" }, { input: 'Append(ToAudioTTS("Hello"), ToAudioBlank(1000), ToAudioTTS("World"))', output: "AR_FN_AUDIO_TOAUDIOBLANK_LNG_EX_OUT_1" }] }] }, toAudioBool: { identifier: "toAudioBool", description: "AR_FN_DSC_TOAUDIOBOOL", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioBool", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_DSC", identifier: "Audio_ONE ToAudioBool(Boolean_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_PRM_DSC_0", identifier: "boolToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }], examples: [{ input: "ToAudioBool(true)", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioBool(ToBool(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_DSC", identifier: "Audio_ONE ToAudioBool(Boolean_ONE,BoolFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_PRM_DSC_0", identifier: "boolToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_PRM_DSC_1", identifier: "boolAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bof" }], examples: [{ input: "ToAudioBool(false, Format.Bool.playYesNo)", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioBool(5 == 5, Format.Bool.playYesNo)", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioBool(ToBool(NOT_SET), Format.Bool.playYesNo)", output: "AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_2" }] }] }, toAudioDuration: { identifier: "toAudioDuration", description: "AR_FN_DSC_TOAUDIODURATION", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioDuration", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIODURATION_DUR_DSC", identifier: "Audio_ONE ToAudioDuration(Duration_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODURATION_DUR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODURATION_DUR_PRM_DSC_0", identifier: "durationToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dur" }], examples: [{ input: "ToAudioDuration(MakeDuration(0, 1, 30, 0))", output: "AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDuration(MakeDuration(0, -1, 30, 0))", output: "AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDuration(MakeDuration(0, 1, 30, 5, 700))", output: "AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDuration(ToDuration(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_3" }] }] }, toAudioPhoneNumber: { identifier: "toAudioPhoneNumber", description: "AR_FN_DSC_TOAUDIOPHONENUMBER", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioPhoneNumber", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_DSC", identifier: "Audio_ONE ToAudioPhoneNumber(PhoneNumber_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, blankAudioForSipPhoneNumber: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PRM_DSC_0", identifier: "phoneNumberToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }], examples: [{ input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"))', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPhoneNumber(ToPhoneNumber(Call.Ani))", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("sip:john.doe@example.com"))', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_2" }, { input: "ToAudioPhoneNumber(ToPhoneNumber(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_DSC", identifier: "Audio_ONE ToAudioPhoneNumber(PhoneNumber_ONE,PhoneNumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, blankAudioForSipPhoneNumber: true, runtimeSequencesSystemPrompts: true, featureToggleName: "archPhoneNumberPhase2", returnValue: { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_PRM_DSC_0", identifier: "phoneNumberToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_PRM_DSC_1", identifier: "phoneNumberFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "phf" }], examples: [{ input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), Format.PhoneNumber.local)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), Format.PhoneNumber.global)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+31755551212"), Format.PhoneNumber.local)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPhoneNumber(ToPhoneNumber(Call.Ani), Format.PhoneNumber.global)", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("sip:john.doe@example.com"), Format.PhoneNumber.global)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_4" }, { input: "ToAudioPhoneNumber(ToPhoneNumber(NOT_SET), Format.PhoneNumber.local)", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_5" }] }, { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_DSC", identifier: "Audio_ONE ToAudioPhoneNumber(PhoneNumber_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, blankAudioForSipPhoneNumber: true, runtimeSequencesSystemPrompts: true, featureToggleName: "archPhoneNumberPhase2", returnValue: { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_PRM_DSC_0", identifier: "phoneNumberToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "phn" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_PRM_DSC_1", identifier: "dialingCode", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str", literalValidatorName: "DialingCodes" }], examples: [{ input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), System.Regions.US.dialingCode)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), ToString(NOT_SET))', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+13178723000"), System.Regions.NL.dialingCode)', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("tel:+31755551212"), "31")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber(Call.Ani), "1")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber("sip:john.doe@example.com"))', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_5" }, { input: 'ToAudioPhoneNumber(ToPhoneNumber(NOT_SET), "1")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_6" }] }, { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_DSC", identifier: "Audio_ONE ToAudioPhoneNumber(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_PRM_DSC_0", identifier: "stringToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToAudioPhoneNumber("8125551234")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber("812.555.1234")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioPhoneNumber("812-555-1234")', output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPhoneNumber(ToString(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_3" }] }] }, toAudioCurrency: { identifier: "toAudioCurrency", description: "AR_FN_DSC_TOAUDIOCURRENCY", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioCurrency", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_DSC", identifier: "Audio_ONE ToAudioCurrency(Currency_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }], examples: [{ input: 'ToAudioCurrency(MakeCurrency(1234567.0, "USD"))', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(ToCurrency("1.23|USD"))', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1.23456789, "USD"))', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioCurrency(ToCurrency(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_3" }, { input: 'ToAudioCurrency(MakeCurrency(1.567, "USD"))', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }] }, { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_DSC", identifier: "Audio_ONE ToAudioCurrency(Currency_ONE,CurrencyFormat_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_PRM_DSC_1", identifier: "currencyAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cuf" }], examples: [{ input: 'ToAudioCurrency(MakeCurrency(1234567.80, "USD"), Format.Currency.majorUnitsOnly)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1234567.80, "USD"), Format.Currency.minorUnitsOnly)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(2.80, "USD"), Format.Currency.asMinorUnits)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(ToCurrency("1.23|USD"), Format.Currency.playDigits)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(ToCurrency("30.20|USD"), Format.Currency.playDigits)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(ToCurrency("0.20|USD"), Format.Currency.playDigits)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioCurrency(ToCurrency(NOT_SET), Format.Currency.playDigits)", output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_6" }] }, { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_DSC", identifier: "Audio_ONE ToAudioCurrency(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToAudioCurrency(MakeCurrency(1.23, "USD"), 1)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1.23, "USD"), 2)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(-35.23, "USD"), 2)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1.23, "USD"), 3)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(1.23456, "USD"), 2)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: 'ToAudioCurrency(MakeCurrency(21.23456, "USD"), 2)', output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioCurrency(ToCurrency(NOT_SET), 2)", output: "AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_6" }] }] }, toAudioPercent: { identifier: "toAudioPercent", description: "AR_FN_DSC_TOAUDIOPERCENT", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioPercent", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_DSC", identifier: "Audio_ONE ToAudioPercent(Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToAudioPercent(123)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(5)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(ToInt(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_DSC", identifier: "Audio_ONE ToAudioPercent(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToAudioPercent(123.12)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(0.2)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(ToDecimal(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_DSC", identifier: "Audio_ONE ToAudioPercent(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToAudioPercent(123.12, 2)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(123.17, 1)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(123.12, 3)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioPercent(ToDecimal(NOT_SET), 1)", output: "AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_3" }] }] }, toAudioDate: { identifier: "toAudioDate", description: "AR_FN_DSC_TOAUDIODATE", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioDate", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DSC", identifier: "Audio_ONE ToAudioDate(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATE_DTM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DTM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToAudioDate(MakeDateTime(1989, 11, 30, 14, 22, 11))", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(ToDateTime(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_DSC", identifier: "Audio_ONE ToAudioDate(DateTime_ONE,DateTimeFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_PRM_DSC_1", identifier: "dateAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "daf" }], examples: [{ input: "ToAudioDate(MakeDateTime(1989, 11, 30, 14, 22, 11), Format.Date.longYear)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(1989, 11, 30, 14, 22, 11), Format.Date.shortYear)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(1989, 11, 30, 14, 22, 11), Format.Date.shortMonthAndDay)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Date.dayOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Date.monthOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Date.shortYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Date.longYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_6", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDateTime(2014, 11, 5, 12, 00, 00), Format.Date.dayOfWeekOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_7", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(ToDateTime(NOT_SET), Format.Date.longYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_8" }] }, { description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DSC", identifier: "Audio_ONE ToAudioDate(Date_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATE_DATE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DATE_PRM_DSC_0", identifier: "dateToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }], examples: [{ input: "ToAudioDate(MakeDate(1989, 11, 30))", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(ToDate(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_DSC", identifier: "Audio_ONE ToAudioDate(Date_ONE,DateFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_PRM_DSC_0", identifier: "dateToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_PRM_DSC_1", identifier: "dateAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "daf" }], examples: [{ input: "ToAudioDate(MakeDate(1989, 11, 30), Format.Date.longYear)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(1989, 11, 30), Format.Date.shortYear)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(1989, 11, 30), Format.Date.shortMonthAndDay)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 4, 7), Format.Date.dayOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 4, 7), Format.Date.monthOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 4, 7), Format.Date.shortYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 4, 7), Format.Date.longYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_6", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(MakeDate(2014, 11, 5), Format.Date.dayOfWeekOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_7", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDate(ToDate(NOT_SET), Format.Date.longYearOnly)", output: "AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_8" }] }], needsServerInfo: true }, toAudioDateTime: { identifier: "toAudioDateTime", description: "AR_FN_DSC_TOAUDIODATETIME", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioDateTime", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_DSC", identifier: "Audio_ONE ToAudioDateTime(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToAudioDateTime(MakeDateTime(1989, 11, 30, 14, 22, 11))", output: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDateTime(MakeDateTime(1989, 11, 30, 14, 22, 11))", output: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDateTime(MakeDateTime(1989, 11, 30))", output: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioDateTime(ToDateTime(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_3" }] }] }, toAudioTime: { identifier: "toAudioTime", description: "AR_FN_DSC_TOAUDIOTIME", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioTime", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_DSC", identifier: "Audio_ONE ToAudioTime(DateTime_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }], examples: [{ input: "ToAudioTime(MakeDateTime(1989, 11, 30, 14, 22, 11))", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_0" }, { input: "ToAudioTime(MakeDateTime(1989, 11, 30))", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_1" }, { input: "ToAudioTime(ToDateTime(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_DSC", identifier: "Audio_ONE ToAudioTime(DateTime_ONE,TimeFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_PRM_DSC_0", identifier: "dateTimeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dtm" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_PRM_DSC_1", identifier: "timeAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tif" }], examples: [{ input: "ToAudioTime(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Time.twentyFourHours)", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioTime(MakeDateTime(2014, 4, 7, 14, 22, 11), Format.Time.twelveHours)", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioTime(ToDateTime(NOT_SET), Format.Time.twelveHours)", output: "AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_2" }] }] }, toAudio: { identifier: "toAudio", description: "AR_FN_DSC_TOAUDIO", type: "function", name: "ToAudio", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIO_PROMPT_DSC", identifier: "Audio_ONE toAudio(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_PROMPT_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_PROMPT_PRM_DSC_0", identifier: "promptToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "pmt", checkPromptTTSLength: true }], examples: [{ input: "ToAudio(Prompt.Welcome)", output: "AR_FN_AUDIO_TOAUDIO_PROMPT_EX_OUT_0" }] }, { description: "AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_DSC", identifier: "Audio_ONE toAudio(Prompt_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_PRM_DSC_0", identifier: "promptCollectionToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "pmt" }], examples: [{ input: "ToAudio(MakeList(Prompt.Hello, Prompt.World))", output: "AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_EX_OUT_0" }] }, { description: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_DSC", identifier: "Audio_ONE toAudio(VoicemailSnippet_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_PRM_DSC_0", identifier: "snippetToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_voicemail_snippet" }], examples: [{ input: "ToAudio(Voicemail.VoicemailSnippet)", output: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_EX_OUT_0" }, { input: "ToAudio(ToVoicemailSnippet(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_DSC", identifier: "Audio_ONE toAudio(VoiceSnippet_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_PRM_DSC_0", identifier: "snippetToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_voice_snippet" }], examples: [{ input: "ToAudio(Flow.ParticipantSnippet)", output: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_EX_OUT_0" }, { input: "ToAudio(ToVoiceSnippet(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIO_NTS_DSC", identifier: "Audio_ONE toAudio(Null_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIO_NTS_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIO_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToAudio(NOT_SET)", output: "AR_FN_AUDIO_TOAUDIO_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toCommunication: { identifier: "toCommunication", description: "AR_FN_DSC_TOCOMMUNICATION", type: "function", name: "ToCommunication", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_DSC", identifier: "Communication_ONE ToCommunication(Any_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_PRM_DSC_0", identifier: "anyValueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "ToCommunication(1)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_DSC", identifier: "Communication_ONE ToCommunication(Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_PRM_DSC_0", identifier: "anyValueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "ToCommunication(MakeList(1, 2))", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_DSC", identifier: "Communication_ONE ToCommunication(Any_COLL,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_PRM_DSC_0", identifier: "anyValueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_PRM_DSC_1", identifier: "delimiter", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToCommunication(MakeList(1, 2), ", ")', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Boolean_ONE,BoolFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_PRM_DSC_0", identifier: "boolToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "bln" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_PRM_DSC_1", identifier: "boolCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "bof" }], examples: [{ input: "ToCommunication(false, Format.Bool.playYesNo)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(5 == 5, Format.Bool.playYesNo)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToBool(NOT_SET), Format.Bool.playYesNo)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_2" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_DSC", identifier: "Communication_ONE ToCommunication(Currency_ONE,CurrencyFormat_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_PRM_DSC_1", identifier: "currencyCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "cuf" }], examples: [{ input: 'ToCommunication(MakeCurrency(1234567.80, "USD"), Format.Currency.majorUnitsOnly)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(1234567.80, "USD"), Format.Currency.minorUnitsOnly)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(2.80, "USD"), Format.Currency.asMinorUnits)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToCurrency(NOT_SET), Format.Currency.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_3" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_DSC", identifier: "Communication_ONE ToCommunication(Currency_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_PRM_DSC_0", identifier: "currencyToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "cur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: 'ToCommunication(MakeCurrency(1.27, "USD"), 1)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(1.234, "USD"), 2)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(1.23, "USD"), 3)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: 'ToCommunication(MakeCurrency(-35.23, "USD"), 2)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToCurrency(NOT_SET), 2)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_4" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Date_ONE,DateFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_PRM_DSC_0", identifier: "dateToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dat" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_PRM_DSC_1", identifier: "dateCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "daf" }], examples: [{ input: "ToCommunication(MakeDate(1989, 11, 30), Format.Date.longYear)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(1989, 11, 30), Format.Date.shortYear)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(1989, 11, 30), Format.Date.shortMonthAndDay)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 4, 7), Format.Date.dayOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 4, 7), Format.Date.monthOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 4, 7), Format.Date.shortYearOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 4, 7), Format.Date.longYearOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_6", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeDate(2014, 11, 5), Format.Date.dayOfWeekOnly)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_7", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToDate(NOT_SET), Format.Date.longYearOnly)", output: "A NOT_SET Communication." }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Decimal_ONE,NumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_PRM_DSC_1", identifier: "numberCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }], examples: [{ input: "ToCommunication(5.5, Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(-500.0, Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToDecimal(NOT_SET), Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_2" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_DSC", identifier: "Communication_ONE ToCommunication(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToCommunication(1.27, 1)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(1.234, 2)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(1.23, 3)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(-35.17, 2)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToDecimal(NOT_SET), 2)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_4" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Communication_ONE ToCommunication(Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "LanguageUniqueContext" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToCommunication(1, Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(1, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(5, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(1, Language.Gender.feminine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(1, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(5, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(ToInt(NOT_SET), Language.Gender.neuter)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_6", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Long_ONE,NumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_PRM_DSC_1", identifier: "numberFormatting", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }], examples: [{ input: "ToCommunication(500, Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToInt(NOT_SET), Format.Number.playDigits)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_EX_OUT_1" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Communication_ONE ToCommunication(Long_ONE,NumberFormatEnum_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberFormatting", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "languageContext", isArray: false, helpDisplayIdx: 2, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToCommunication(12, Format.Number.playDigits, Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(11, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(55, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(12, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(12, Format.Number.playDigits, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToCommunication(ToInt(NOT_SET), Format.Number.playDigits, Language.Gender.neuter)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_DSC", identifier: "Communication_ONE ToCommunication(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToCommunication(NOT_SET)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_EX_OUT_0" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_DSC", identifier: "Communication_ONE ToCommunication(String_ONE,StringFormat_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_PRM_DSC_0", identifier: "text", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_PRM_DSC_1", identifier: "stringCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "stf" }], examples: [{ input: 'ToCommunication("Hello", Format.String.playChars)', output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_EX_OUT_0" }, { input: "ToCommunication(ToString(NOT_SET), Format.String.playChars)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_EX_OUT_1" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_DSC", identifier: "Communication_ONE ToCommunication(Time_ONE,TimeFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_PRM_DSC_0", identifier: "timeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_PRM_DSC_1", identifier: "timeCommunicationFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tif" }], examples: [{ input: "ToCommunication(MakeTime(14, 22, 11), Format.Time.twentyFourHours)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeTime(14, 22, 11), Format.Time.twelveHours)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(ToTime(NOT_SET), Format.Time.twelveHours)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_DSC", identifier: "Communication_ONE ToCommunication(Time_ONE,TimePartEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", digitalbot: "digitalbot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_PRM_DSC_0", identifier: "timeToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "tim" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_PRM_DSC_1", identifier: "timePart", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "tpf" }], examples: [{ input: "ToCommunication(MakeTime(9, 22, 11), Format.TimePart.hours)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunication(MakeTime(14, 22, 11), Format.TimePart.minutes)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }] }], needsServerInfo: true }, toCommunicationBlank: { identifier: "toCommunicationBlank", description: "AR_FN_DSC_TOCOMMUNICATIONBLANK", type: "function", name: "ToCommunicationBlank", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_DSC", identifier: "Communication_ONE ToCommunicationBlank(Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_PRM_DSC_0", identifier: "lengthMs", isArray: false, helpDisplayIdx: 0, max: "10000", min: "0", repeatable: false, required: false, type: "int" }], examples: [{ input: "ToCommunicationBlank(500)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_EX_OUT_0" }, { input: "ToCommunicationBlank(ToInt(NOT_SET))", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_EX_OUT_1" }] }], needsServerInfo: true }, toCommunicationOrdinal: { identifier: "toCommunicationOrdinal", description: "AR_FN_DSC_TOCOMMUNICATIONORDINAL", type: "function", name: "ToCommunicationOrdinal", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_DSC", identifier: "Communication_ONE ToCommunicationOrdinal(Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToCommunicationOrdinal(1)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(201)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(500)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(5000)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(-500)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToCommunicationOrdinal(ToInt(NOT_SET))", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_5", outputFlowCurrentLanguage: "en-US" }] }, { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Communication_ONE ToCommunicationOrdinal(Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "LanguageUniqueContext" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToCommunicationOrdinal(1, Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToCommunicationOrdinal(1, Language.Gender.feminine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToCommunicationOrdinal(1, Language.Gender.neuter)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToCommunicationOrdinal(-1, Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToCommunicationOrdinal(ToInt(NOT_SET), Language.Gender.masculine)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "fr-FR" }] }], needsServerInfo: true }, toCommunicationSsml: { identifier: "toCommunicationSsml", description: "AR_FN_DSC_TOCOMMUNICATIONSSML", type: "function", name: "ToCommunicationSsml", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_DSC", identifier: "Communication_ONE ToCommunicationSsml(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { bot: "bot", voice: "voice", voicesurvey: "voicesurvey" }, disallowAsDefaultCast: true, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_PRM_DSC_0", identifier: "ssmlFragment", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'ToCommunicationSsml("SSML")', output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_0" }, { input: 'ToCommunicationSsml("5")', output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_1", outputFlowCurrentLanguage: "en-us" }, { input: "ToCommunicationSsml(NOT_SET)", output: "AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_2" }] }], needsServerInfo: true }, toMultimodalCommunication: { identifier: "toMultimodalCommunication", description: "AR_FN_DSC_TOMULTIMODALCOMMUNICATION", type: "function", name: "ToMultimodalCommunication", category: "cast", overloads: [{ description: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_DSC", identifier: "Communication_ONE ToMultimodalCommunication(Communication_ONE,Communication_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_RV", isArray: false, type: "com" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_PRM_DSC_0", identifier: "voiceModeCommunication", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "com" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_PRM_DSC_1", identifier: "textModeCommunication", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "com" }], examples: [{ input: "ToMultimodalCommunication(ToCommunication(1), ToCommunication(false, Format.Bool.playYesNo))", output: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToMultimodalCommunication(ToCommunication(NOT_SET), ToCommunication(NOT_SET))", output: "AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }] }], needsServerInfo: true }, toAudioNumber: { identifier: "toAudioNumber", description: "AR_FN_DSC_TOAUDIONUMBER", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioNumber", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_DSC", identifier: "Audio_ONE ToAudioNumber(Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToAudioNumber(1)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(500)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-500)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToInt(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "LanguageUniqueContext" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(1, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(5, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(5, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToInt(NOT_SET), Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_6", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_DSC", identifier: "Audio_ONE ToAudioNumber(Long_ONE,NumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }], examples: [{ input: "ToAudioNumber(500, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-500, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToInt(NOT_SET), Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_2" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Long_ONE,NumberFormatEnum_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "languageContext", isArray: false, helpDisplayIdx: 2, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(12, Format.Number.playDigits, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(11, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(55, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(12, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(12, Format.Number.playDigits, Language.Gender.feminine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToInt(NOT_SET), Format.Number.playDigits, Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }], examples: [{ input: "ToAudioNumber(500.00)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-500.00)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(125.25)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(1.4, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(2.765, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,NumberFormatEnum_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }], examples: [{ input: "ToAudioNumber(5.5, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-500.0, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(500.0, Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Format.Number.playDigits)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,NumberFormatEnum_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "languageContext", isArray: false, helpDisplayIdx: 2, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(100.00, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(100.00, Format.Number.playDigits, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(100.00, Format.Number.playDigits, Language.Gender.masculine, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.765, Format.Number.playDigits, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(2.765, Format.Number.playDigits, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Format.Number.playDigits, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_6", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToAudioNumber(123.127, 2)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(-123.12, 4)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(0.234859, 3)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), 3)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_3" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int", isDecimalPlaces: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "languageContext", isArray: false, helpDisplayIdx: 2, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(1.127, 2, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.127, 2, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), 3, Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,NumberFormatEnum_ONE,Long_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_2", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "int", isDecimalPlaces: true }], examples: [{ input: "ToAudioNumber(123.1234, Format.Number.playDigits, 3)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Format.Number.playDigits, 3)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_EX_OUT_1" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumber(Decimal_ONE,NumberFormatEnum_ONE,Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "decimalToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "dec" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "numberAudioFormat", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "nuf" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2", identifier: "numberOfDecimalPlaces", isArray: false, helpDisplayIdx: 2, repeatable: false, required: true, type: "int", isDecimalPlaces: true }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_3", identifier: "languageContext", isArray: false, helpDisplayIdx: 3, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumber(1.1234, Format.Number.playDigits, 3, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(1.1234, Format.Number.playDigits, 3, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "es-US" }, { input: "ToAudioNumber(ToDecimal(NOT_SET), Format.Number.playDigits, 3, Language.Case.article)", output: "AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "es-US" }] }] }, toAudioNumberOrdinal: { identifier: "toAudioNumberOrdinal", description: "AR_FN_DSC_TOAUDIONUMBERORDINAL", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioNumberOrdinal", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_DSC", identifier: "Audio_ONE ToAudioNumberOrdinal(Long_ONE)", support: { version: "1.0", resolver: "None" }, disallowAsDefaultCast: true, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }], examples: [{ input: "ToAudioNumberOrdinal(1)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_0", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(201)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_1", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(500)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_2", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(5000)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_3", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(-500)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_4", outputFlowCurrentLanguage: "en-US" }, { input: "ToAudioNumberOrdinal(ToInt(NOT_SET))", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_5" }] }, { description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_DSC", identifier: "Audio_ONE ToAudioNumberOrdinal(Long_ONE,LanguageContextEnum_ONE...)", support: { version: "1.0", resolver: "LanguageUniqueContext" }, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0", identifier: "integerToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1", identifier: "languageContext", isArray: false, helpDisplayIdx: 1, repeatable: true, required: true, type: "lne" }], examples: [{ input: "ToAudioNumberOrdinal(1, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToAudioNumberOrdinal(1, Language.Gender.feminine)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToAudioNumberOrdinal(1, Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2", outputFlowCurrentLanguage: "da-DK" }, { input: "ToAudioNumberOrdinal(-1, Language.Gender.masculine)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3", outputFlowCurrentLanguage: "fr-FR" }, { input: "ToAudioNumberOrdinal(ToInt(NOT_SET), Language.Gender.neuter)", output: "AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4", outputFlowCurrentLanguage: "da-DK" }] }], needsServerInfo: true }, toVoicemailSnippet: { identifier: "toVoicemailSnippet", description: "AR_FN_DSC_TOVOICEMAILSNIPPET", type: "function", name: "ToVoicemailSnippet", category: "cast", overloads: [{ description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_DSC", identifier: "VoicemailSnippet_ONE toVoicemailSnippet(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_RV", isArray: false, type: "cpx_voicemail_snippet" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToVoicemailSnippet(NOT_SET)", output: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_EX_OUT_0" }] }, { description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_DSC", identifier: "VoicemailSnippet_ONE toVoicemailSnippet(VoicemailSnippet_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_RV", isArray: false, type: "cpx_voicemail_snippet" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_voicemail_snippet" }], examples: [{ input: "ToVoicemailSnippet(Voicemail.VoicemailSnippet)", output: "AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_EX_OUT_0" }] }], needsServerInfo: true }, toVoiceSnippet: { identifier: "toVoiceSnippet", description: "AR_FN_DSC_TOVOICESNIPPET", type: "function", name: "ToVoiceSnippet", category: "cast", overloads: [{ description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_DSC", identifier: "VoiceSnippet_ONE toVoiceSnippet(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_RV", isArray: false, type: "cpx_voice_snippet" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToVoiceSnippet(NOT_SET)", output: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_EX_OUT_0" }] }, { description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_DSC", identifier: "VoiceSnippet_ONE toVoiceSnippet(VoiceSnippet_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_RV", isArray: false, type: "cpx_voice_snippet" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_PRM_DSC_0", identifier: "valueToReturn", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_voice_snippet" }], examples: [{ input: "ToVoiceSnippet(ToVoiceSnippet(NOT_SET))", output: "AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_EX_OUT_0" }] }], needsServerInfo: true }, getDefaultLanguage: { identifier: "getDefaultLanguage", description: "AR_FN_DSC_GETDEFAULTLANGUAGE", type: "function", name: "GetDefaultLanguage", category: "language", overloads: [{ description: "AR_FN_STR_GETDEFAULTSUPPORTEDLANGUAGE_DSC", identifier: "String_ONE getDefaultSupportedLanguage()", support: { version: "1.0", resolver: "None" }, hidden: true, returnValue: { description: "AR_FN_STR_GETDEFAULTSUPPORTEDLANGUAGE_RV", isArray: false, type: "str" }, parameters: [] }] }, getSupportedLanguages: { identifier: "getSupportedLanguages", description: "AR_FN_DSC_GETSUPPORTEDLANGUAGES", type: "function", name: "GetSupportedLanguages", category: "language", overloads: [{ description: "AR_FN_STR_COLL_GETSUPPORTEDLANGUAGES_DSC", identifier: "String_COLL getSupportedLanguages()", support: { version: "1.0", resolver: "None" }, hidden: true, returnValue: { description: "AR_FN_STR_COLL_GETSUPPORTEDLANGUAGES_RV", isArray: true, type: "str" }, parameters: [] }] }, getCurrentDateTimeUtc: { identifier: "getCurrentDateTimeUtc", description: "AR_FN_DSC_GETCURRENTDATETIMEUTC", type: "function", name: "GetCurrentDateTimeUtc", category: "datetime", overloads: [{ description: "AR_FN_DTM_GETCURRENTDATETIMEUTC_DSC", identifier: "DateTime_ONE getCurrentDateTimeUtc()", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DTM_GETCURRENTDATETIMEUTC_RV", isArray: false, type: "dtm" }, parameters: [], examples: [{ input: "GetCurrentDateTimeUtc()", output: "AR_FN_DTM_GETCURRENTDATETIMEUTC_EX_OUT_0" }] }] }, getDeflectionUrl: { identifier: "getDeflectionUrl", description: "AR_FN_DSC_GETDEFLECTIONURL", type: "function", name: "GetDeflectionUrl", category: "text", overloads: [{ description: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_DSC", identifier: "String_ONE getDeflectionUrl(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", commonmodule: "commonmodule" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_PRM_DSC_0", identifier: "service", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str", literalValidatorName: "SupportedDigitalChannels" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_PRM_DSC_1", identifier: "accountId", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str", minLength: "1" }], examples: [{ input: 'GetDeflectionUrl("facebook", "genesys")', output: "AR_FN_STR_GETDEFLECTIONURL_STR_STR_EX_OUT_0" }] }], needsServerInfo: true }, getSurveyQuestionAnswer: { identifier: "getSurveyQuestionAnswer", description: "AR_FN_DSC_GETSURVEYQUESTIONANSWER", type: "function", name: "GetSurveyQuestionAnswer", category: "survey", overloads: [{ description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_DSC", identifier: "String_ONE getSurveyQuestionAnswer(SurveyQuestion_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_PRM_DSC_0", identifier: "surveyQuestion", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "squ" }], examples: [{ input: "getSurveyQuestionAnswer(Form.Group1_Question1)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_EX_OUT_0" }, { input: "getSurveyQuestionAnswer(NOT_SET)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_EX_OUT_1" }] }, { description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_DSC", identifier: "String_ONE getSurveyQuestionAnswer(SurveyQuestion_ONE,Boolean_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_PRM_DSC_0", identifier: "surveyQuestion", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "squ" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_PRM_DSC_1", identifier: "isForFollowUp", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "bln" }], examples: [{ input: "getSurveyQuestionAnswer(Form.Group1_Question1, true)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_0" }, { input: "getSurveyQuestionAnswer(Form.Group1_Question1, false)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_1" }, { input: "getSurveyQuestionAnswer(NOT_SET, true)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_2" }, { input: "getSurveyQuestionAnswer(Form.Group1_Question1, NOT_SET)", output: "AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_3" }] }], needsServerInfo: true }, getSurveyQuestionIsAnswered: { identifier: "getSurveyQuestionIsAnswered", description: "AR_FN_DSC_GETSURVEYQUESTIONISANSWERED", type: "function", name: "GetSurveyQuestionIsAnswered", category: "survey", overloads: [{ description: "AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_DSC", identifier: "Boolean_ONE getSurveyQuestionIsAnswered(SurveyQuestion_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_PRM_DSC_0", identifier: "surveyQuestion", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "squ" }], examples: [{ input: "getSurveyQuestionIsAnswered(Form.Group1_Question1)", output: "AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_EX_OUT_0" }, { input: "getSurveyQuestionIsAnswered(NOT_SET)", output: "false" }] }], needsServerInfo: true }, getSurveyQuestionNpsCategory: { identifier: "getSurveyQuestionNpsCategory", description: "AR_FN_DSC_GETSURVEYQUESTIONNPSCATEGORY", type: "function", name: "GetSurveyQuestionNpsCategory", category: "survey", overloads: [{ description: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_DSC", identifier: "String_ONE getSurveyQuestionNpsCategory(SurveyQuestion_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_PRM_DSC_0", identifier: "surveyQuestion", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "squ" }], examples: [{ input: "getSurveyQuestionNpsCategory(Form.Group1_Question1)", output: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_EX_OUT_0" }, { input: "getSurveyQuestionNpsCategory(NOT_SET)", output: "AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_EX_OUT_1" }] }], needsServerInfo: true }, random: { identifier: "random", description: "AR_FN_DSC_RANDOM", type: "function", name: "Random", category: "mathematical", overloads: [{ description: "AR_FN_DEC_RANDOM_DSC", identifier: "Decimal_ONE random()", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_RANDOM_RV", isArray: false, type: "dec" }, parameters: [], examples: [{ input: "random()", output: "0.1307734" }] }], needsServerInfo: true }, randomInt: { identifier: "randomInt", description: "AR_FN_DSC_RANDOMINT", type: "function", name: "RandomInt", category: "mathematical", overloads: [{ description: "AR_FN_LNG_RANDOMINT_LNG_DSC", identifier: "Long_ONE randomInt(Long_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_LNG_RANDOMINT_LNG_RV", isArray: false, type: "int" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_LNG_RANDOMINT_LNG_PRM_DSC_0", identifier: "limit", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }], examples: [{ input: "randomInt(3)", output: "1" }, { input: "randomInt(3)", output: "3" }, { input: "randomInt(-5)", output: "-4" }, { input: "randomInt(0)", output: "0" }, { input: "randomInt(100)", output: "AR_FN_LNG_RANDOMINT_LNG_EX_OUT_4" }, { input: "randomInt(99) + 1", output: "AR_FN_LNG_RANDOMINT_LNG_EX_OUT_5" }] }], needsServerInfo: true }, roundUp: { identifier: "roundUp", description: "AR_FN_DSC_ROUNDUP", type: "function", name: "RoundUp", category: "datetime", overloads: [{ description: "AR_FN_DUR_ROUNDUP_DUR_DSC", identifier: "Duration_ONE RoundUp(Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_ROUNDUP_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_PRM_DSC_0", identifier: "durationToRound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }], examples: [{ input: "RoundUp(MakeDuration(0, 0, 2, 35, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_0" }, { input: "RoundUp(MakeDuration(0, 0, 0, 37, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_1" }, { input: "RoundUp(MakeDuration(0, 0, 5, 0, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_2" }, { input: "RoundUp(MakeDuration(0, 0, 22, 30, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_3" }, { input: "RoundUp(MakeDuration(0, 1, 22, 30, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_EX_OUT_4" }] }, { description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DSC", identifier: "Duration_ONE RoundUp(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_ROUNDUP_DUR_DUR_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_PRM_DSC_0", identifier: "durationToRound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_PRM_DSC_1", identifier: "intervalDurationValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "RoundUp(MakeDuration(0, 0, 2, 35, 0), MakeDuration(0, 0, 3, 0, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_DUR_EX_OUT_0" }, { input: "RoundUp(MakeDuration(0, 0, 5, 0, 0), MakeDuration(0, 0, 5, 0, 0))", output: "AR_FN_DUR_ROUNDUP_DUR_DUR_EX_OUT_1" }] }, { description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_DSC", identifier: "Duration_ONE RoundUp(Duration_ONE,Duration_ONE,Duration_COLL)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_0", identifier: "durationToRound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_1", identifier: "intervalDurationValue", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_2", identifier: "specificDurationValues", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "dur" }], examples: [{ input: "RoundUp(MakeDuration(0, 0, 2, 35, 0), MakeDuration(0, 0, 5, 0, 0), MakeList(MakeDuration(0, 0, 1, 0, 0), MakeDuration(0, 0, 2, 30, 0), MakeDuration(0, 0, 4, 0, 0)))", output: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_EX_OUT_0" }, { input: "RoundUp(MakeDuration(0, 0, 22, 35, 0), MakeDuration(0, 0, 5, 0, 0), MakeList(MakeDuration(0, 0, 1, 0, 0), MakeDuration(0, 0, 2, 30, 0), MakeDuration(0, 0, 15, 0, 0)))", output: "AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_EX_OUT_1" }] }] }, range: { identifier: "range", description: "AR_FN_DSC_RANGE", type: "function", name: "Range", category: "datetime", overloads: [{ description: "AR_FN_DUR_COLL_RANGE_DUR_DUR_DSC", identifier: "Duration_COLL Range(Duration_ONE,Duration_ONE)", support: { version: "1.0", resolver: "None" }, returnValue: { description: "AR_FN_DUR_COLL_RANGE_DUR_DUR_RV", isArray: true, type: "dur" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_COLL_RANGE_DUR_DUR_PRM_DSC_0", identifier: "durationToRound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "dur" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_DUR_COLL_RANGE_DUR_DUR_PRM_DSC_1", identifier: "intervalDuration", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "dur" }], examples: [{ input: "Range(MakeDuration(0, 5, 0, 0, 0), MakeDuration(0, 2, 0, 0, 0))", output: "AR_FN_DUR_COLL_RANGE_DUR_DUR_EX_OUT_0" }] }] }, toAudioTimeRange: { identifier: "toAudioTimeRange", description: "AR_FN_DSC_TOAUDIOTIMERANGE", type: "function", runtimeSequencesSystemPrompts: true, name: "ToAudioTimeRange", category: "cast", overloads: [{ description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_DSC", identifier: "Audio_ONE ToAudioTimeRange(Long_ONE,Long_ONE,TimePartEnumDataType_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail" }, runtimeSequencesSystemPrompts: true, needsServerInfo: true, returnValue: { description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_RV", isArray: false, type: "aud" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_0", identifier: "lowerBound", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "int" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_1", identifier: "upperBound", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "int" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_2", identifier: "timePart", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "tpf" }], examples: [{ input: "ToAudioTimeRange(4, 6, Format.TimePart.minutes)", output: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_0" }, { input: "ToAudioTimeRange(15, 8, Format.TimePart.minutes)", output: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_1" }, { input: "ToAudioTimeRange(10, 15, Format.TimePart.hours)", output: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_2" }, { input: "ToAudioTimeRange(1, 1, Format.TimePart.hours)", output: "AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_3" }] }], needsServerInfo: true }, emailAddressDomainPart: { identifier: "emailAddressDomainPart", description: "AR_FN_DSC_EMAILADDRESSDOMAINPART", type: "function", name: "EmailAddressDomainPart", category: "email", overloads: [{ description: "AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_DSC", identifier: "String_ONE EmailAddressDomainPart(EmailAddress_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundemail: "inboundemail", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_PRM_DSC_0", identifier: "emailAddress", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_email_address" }], examples: [{ input: "EmailAddressDomainPart(Email.Message.from)", output: "AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_EX_OUT_0" }] }, { description: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_DSC", identifier: "String_ONE EmailAddressDomainPart(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundemail: "inboundemail", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_PRM_DSC_0", identifier: "emailAddressString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'EmailAddressDomainPart("john.doe@company.com")', output: '"company.com"' }, { input: 'EmailAddressDomainPart("abc")', output: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_EX_OUT_1" }, { input: "EmailAddressDomainPart(ToString(NOT_SET))", output: "AR_FN_STR_EMAILADDRESSDOMAINPART_STR_EX_OUT_2" }] }], needsServerInfo: true }, emailAddressLocalPart: { identifier: "emailAddressLocalPart", description: "AR_FN_DSC_EMAILADDRESSLOCALPART", type: "function", name: "EmailAddressLocalPart", category: "email", overloads: [{ description: "AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_DSC", identifier: "String_ONE EmailAddressLocalPart(EmailAddress_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundemail: "inboundemail", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_PRM_DSC_0", identifier: "emailAddress", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "cpx_email_address" }], examples: [{ input: "EmailAddressLocalPart(Email.Message.from)", output: "AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_EX_OUT_0" }] }, { description: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_DSC", identifier: "String_ONE EmailAddressLocalPart(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundemail: "inboundemail", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_PRM_DSC_0", identifier: "emailAddressString", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'EmailAddressLocalPart("john.doe@company.com")', output: '"john.doe"' }, { input: 'EmailAddressLocalPart("abc")', output: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_EX_OUT_1" }, { input: "EmailAddressLocalPart(ToString(NOT_SET))", output: "AR_FN_STR_EMAILADDRESSLOCALPART_STR_EX_OUT_2" }] }], needsServerInfo: true }, makeEmailAddress: { identifier: "makeEmailAddress", description: "AR_FN_DSC_MAKEEMAILADDRESS", type: "function", name: "MakeEmailAddress", category: "email", overloads: [{ description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_DSC", identifier: "EmailAddress_ONE makeEmailAddress(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_RV", isArray: false, type: "cpx_email_address" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_PRM_DSC_0", identifier: "address", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }], examples: [{ input: 'MakeEmailAddress("john.doe@company.com")', output: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_EX_OUT_0" }, { input: 'MakeEmailAddress("john.doe@company.com").id', output: '"john.doe@company.com"' }, { input: 'MakeEmailAddress("john.doe@company.com").name', output: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_EX_OUT_2" }] }, { description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_DSC", identifier: "EmailAddress_ONE makeEmailAddress(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_RV", isArray: false, type: "cpx_email_address" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_PRM_DSC_0", identifier: "address", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_PRM_DSC_1", identifier: "name", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'MakeEmailAddress("john.doe@company.com", "John")', output: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_EX_OUT_0" }, { input: 'MakeEmailAddress("john.doe@company.com", "John").id', output: '"john.doe@company.com"' }, { input: 'MakeEmailAddress("john.doe@company.com", "John").name', output: '"John"' }, { input: 'MakeEmailAddress("john.doe@company.com", ToString(NOT_SET)).name', output: "AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_EX_OUT_3" }] }], needsServerInfo: true }, detectLanguage: { identifier: "detectLanguage", description: "AR_FN_DSC_DETECTLANGUAGE", type: "function", name: "DetectLanguage", category: "text", overloads: [{ description: "AR_FN_STR_DETECTLANGUAGE_STR_STR_DSC", identifier: "String_ONE detectLanguage(String_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedReturnValueTypeInfo: "languageTag", supportedReturnValuesTitle: "possibleDetectedLanguages", supportedReturnValues: ["ar", "cs", "da", "de", "el", "en", "es", "fi", "fr", "hu", "it", "ja", "ko", "ms", "nl", "no", "pl", "pt", "ru", "sk", "sv", "th", "tr", "uk", "zh"], needsServerInfo: true, returnValue: { description: "AR_FN_STR_DETECTLANGUAGE_STR_STR_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_DETECTLANGUAGE_STR_STR_PRM_DSC_0", identifier: "stringToSearch", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_DETECTLANGUAGE_STR_STR_PRM_DSC_1", identifier: "defaultString", isArray: false, helpDisplayIdx: 1, repeatable: false, required: false, type: "str" }], examples: [{ input: 'DetectLanguage(Email.Message.body, "")', output: "AR_FN_STR_DETECTLANGUAGE_STR_STR_EX_OUT_0" }, { input: 'DetectLanguage("This is a test that should verify our ability to find a language in a string of native text.", "")', output: '"en"' }, { input: 'DetectLanguage("Esta es una prueba que debe verificar nuestra capacidad de encontrar un lenguaje en una cadena de texto nativo.", "en")', output: '"es"' }, { input: 'DetectLanguage("Dies ist ein Test, dass unsere F\xE4higkeit \xFCberpr\xFCfen, sollte die Sprache in einer Reihe von nativen Text zu finden.", "en")', output: '"de"' }, { input: 'DetectLanguage("\uC774 \uAE30\uBCF8 \uD14D\uC2A4\uD2B8 \uBB38\uC790\uC5F4\uC758 \uC5B8\uC5B4\uB97C \uCC3E\uC744 \uC218\uC788\uB294 \uC6B0\uB9AC\uC758 \uB2A5\uB825\uC744 \uD655\uC778\uD574\uC57C\uD569\uB2C8\uB2E4 \uD14C\uC2A4\uD2B8\uC785\uB2C8\uB2E4.", ToString(NOT_SET))', output: '"ko"' }, { input: 'DetectLanguage(ToString(NOT_SET), "en")', output: '"en"' }, { input: 'DetectLanguage(" ", "auto")', output: '"auto"' }, { input: "DetectLanguage(ToString(NOT_SET), ToString(NOT_SET))", output: "AR_FN_STR_DETECTLANGUAGE_STR_STR_EX_OUT_7" }] }], needsServerInfo: true }, getPromptTextToSpeech: { identifier: "getPromptTextToSpeech", description: "AR_FN_DSC_GETPROMPTTEXTTOSPEECH", type: "function", name: "GetPromptTextToSpeech", category: "prompt", overloads: [{ description: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_DSC", identifier: "String_ONE getPromptTextToSpeech(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_PRM_DSC_0", identifier: "prompt", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "pmt" }], examples: [{ input: "GetPromptTextToSpeech(PromptSystem.month_january)", output: '"enero"', outputFlowCurrentLanguage: "es-US" }, { input: "GetPromptTextToSpeech(Prompt.Greeting)", output: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_EX_OUT_1" }, { input: "GetPromptTextToSpeech(FindUserPrompt(NOT_SET))", output: "AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_EX_OUT_2" }] }], needsServerInfo: true }, getPromptDuration: { identifier: "getPromptDuration", description: "AR_FN_DSC_GETPROMPTDURATION", type: "function", name: "GetPromptDuration", category: "prompt", overloads: [{ description: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_DSC", identifier: "Duration_ONE getPromptDuration(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_RV", isArray: false, type: "dur" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_PRM_DSC_0", identifier: "prompt", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "pmt" }], examples: [{ input: "GetPromptDuration(PromptSystem.month_january)", output: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_0", outputFlowCurrentLanguage: "es-US" }, { input: "GetPromptDuration(Prompt.Greeting)", output: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_1" }, { input: "GetPromptDuration(FindUserPrompt(NOT_SET))", output: "AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_2" }] }], needsServerInfo: true }, getPromptText: { identifier: "getPromptText", description: "AR_FN_DSC_GETPROMPTTEXT", type: "function", name: "GetPromptText", category: "prompt", overloads: [{ description: "AR_FN_STR_GETPROMPTTEXT_PROMPT_DSC", identifier: "String_ONE getPromptText(Prompt_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_GETPROMPTTEXT_PROMPT_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_GETPROMPTTEXT_PROMPT_PRM_DSC_0", identifier: "prompt", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "pmt" }], examples: [{ input: "getPromptText(PromptSystem.month_january)", output: '"enero"', outputFlowCurrentLanguage: "es-US" }, { input: "getPromptText(Prompt.Greeting)", output: "AR_FN_STR_GETPROMPTTEXT_PROMPT_EX_OUT_1" }, { input: "getPromptText(FindUserPrompt(NOT_SET))", output: "AR_FN_STR_GETPROMPTTEXT_PROMPT_EX_OUT_2" }] }], needsServerInfo: true }, isJsonArray: { identifier: "isJsonArray", description: "AR_FN_DSC_ISJSONARRAY", type: "function", name: "IsJsonArray", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONARRAY_JSON_DSC", identifier: "Boolean_ONE isJsonArray(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONARRAY_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONARRAY_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonArray(JsonParse("[ 1, 2, 3 ]"))', output: "true" }, { input: "IsJsonArray(MakeEmptyJsonObject())", output: "false" }, { input: "IsJsonArray(MakeEmptyJsonArray())", output: "true" }] }], needsServerInfo: true }, isJsonBool: { identifier: "isJsonBool", description: "AR_FN_DSC_ISJSONBOOL", type: "function", name: "IsJsonBool", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONBOOL_JSON_DSC", identifier: "Boolean_ONE isJsonBool(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONBOOL_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONBOOL_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonBool(JsonParse("true"))', output: "true" }, { input: 'IsJsonBool(JsonParse("false"))', output: "true" }, { input: "IsJsonBool(ToJson(ToBool(NOT_SET)))", output: "false" }, { input: "IsJsonBool(MakeEmptyJsonObject())", output: "false" }] }], needsServerInfo: true }, isJsonNull: { identifier: "isJsonNull", description: "AR_FN_DSC_ISJSONNULL", type: "function", name: "IsJsonNull", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONNULL_JSON_DSC", identifier: "Boolean_ONE isJsonNull(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONNULL_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONNULL_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonNull(JsonParse("null"))', output: "true" }, { input: "IsJsonNull(ToJson(NOT_SET))", output: "false" }, { input: 'IsJsonNull(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: "false" }, { input: "IsJsonNull(MakeNullJson())", output: "true" }] }], needsServerInfo: true }, isJsonNumber: { identifier: "isJsonNumber", description: "AR_FN_DSC_ISJSONNUMBER", type: "function", name: "IsJsonNumber", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONNUMBER_JSON_DSC", identifier: "Boolean_ONE isJsonNumber(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONNUMBER_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONNUMBER_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonNumber(JsonParse("null"))', output: "false" }, { input: "IsJsonNumber(ToJson(5))", output: "true" }, { input: "IsJsonNumber(ToJson(5 * 3.5))", output: "true" }, { input: 'IsJsonNumber(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: "false" }] }], needsServerInfo: true }, isJsonObject: { identifier: "isJsonObject", description: "AR_FN_DSC_ISJSONOBJECT", type: "function", name: "IsJsonObject", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONOBJECT_JSON_DSC", identifier: "Boolean_ONE isJsonObject(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONOBJECT_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONOBJECT_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonObject(JsonParse("null"))', output: "false" }, { input: 'IsJsonObject(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: "true" }, { input: "IsJsonObject(MakeEmptyJsonObject())", output: "true" }, { input: 'IsJsonObject(ToJson("true"))', output: "false" }] }], needsServerInfo: true }, isJsonString: { identifier: "isJsonString", description: "AR_FN_DSC_ISJSONSTRING", type: "function", name: "IsJsonString", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONSTRING_JSON_DSC", identifier: "Boolean_ONE isJsonString(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONSTRING_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONSTRING_JSON_PRM_DSC_0", identifier: "valueToCheck", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonString(JsonParse("null"))', output: "false" }, { input: 'IsJsonString(JsonParse("\\"Hello\\""))', output: "true" }, { input: "IsJsonString(ToJson(100))", output: "false" }, { input: "IsJsonString(MakeEmptyJsonString())", output: "true" }] }], needsServerInfo: true }, jsonParse: { identifier: "jsonParse", description: "AR_FN_DSC_JSONPARSE", type: "function", name: "JsonParse", category: "json", overloads: [{ description: "AR_FN_JSON_JSONPARSE_STR_DSC", identifier: "JSON_ONE jsonParse(String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_JSONPARSE_STR_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_JSONPARSE_STR_PRM_DSC_0", identifier: "valueToParse", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "str" }], examples: [{ input: 'JsonParse("\\"Hello\\"")', output: "AR_FN_JSON_JSONPARSE_STR_EX_OUT_0" }, { input: 'JsonParse("[ 0, 1, 2 ]")', output: "AR_FN_JSON_JSONPARSE_STR_EX_OUT_1" }, { input: 'JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ], \\"d\\": null }")', output: 'A JSON value that contains a JSON object of { "a": true, "b": 100, "c": [ true, false ], "c": null }' }, { input: "JsonParse(ToString(NOT_SET))", output: "AR_FN_JSON_JSONPARSE_STR_EX_OUT_3" }, { input: 'JsonParse("true")', output: "AR_FN_JSON_JSONPARSE_STR_EX_OUT_4" }] }], needsServerInfo: true }, makeEmptyJsonArray: { identifier: "makeEmptyJsonArray", description: "AR_FN_DSC_MAKEEMPTYJSONARRAY", type: "function", name: "MakeEmptyJsonArray", category: "json", overloads: [{ description: "AR_FN_JSON_MAKEEMPTYJSONARRAY_DSC", identifier: "JSON_ONE makeEmptyJsonArray()", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_MAKEEMPTYJSONARRAY_RV", isArray: false, type: "jsn" }, parameters: [], examples: [{ input: "MakeEmptyJsonArray()", output: "AR_FN_JSON_MAKEEMPTYJSONARRAY_EX_OUT_0" }] }], needsServerInfo: true }, makeEmptyJsonObject: { identifier: "makeEmptyJsonObject", description: "AR_FN_DSC_MAKEEMPTYJSONOBJECT", type: "function", name: "MakeEmptyJsonObject", category: "json", overloads: [{ description: "AR_FN_JSON_MAKEEMPTYJSONOBJECT_DSC", identifier: "JSON_ONE makeEmptyJsonObject()", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_MAKEEMPTYJSONOBJECT_RV", isArray: false, type: "jsn" }, parameters: [], examples: [{ input: "MakeEmptyJsonObject()", output: "AR_FN_JSON_MAKEEMPTYJSONOBJECT_EX_OUT_0" }] }], needsServerInfo: true }, makeEmptyJsonString: { identifier: "makeEmptyJsonString", description: "AR_FN_DSC_MAKEEMPTYJSONSTRING", type: "function", name: "MakeEmptyJsonString", category: "json", overloads: [{ description: "AR_FN_JSON_MAKEEMPTYJSONSTRING_DSC", identifier: "JSON_ONE makeEmptyJsonString()", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_MAKEEMPTYJSONSTRING_RV", isArray: false, type: "jsn" }, parameters: [], examples: [{ input: "MakeEmptyJsonString()", output: "AR_FN_JSON_MAKEEMPTYJSONSTRING_EX_OUT_0" }] }], needsServerInfo: true }, makeNullJson: { identifier: "makeNullJson", description: "AR_FN_DSC_MAKENULLJSON", type: "function", name: "MakeNullJson", category: "json", overloads: [{ description: "AR_FN_JSON_MAKENULLJSON_DSC", identifier: "JSON_ONE makeNullJson()", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_MAKENULLJSON_RV", isArray: false, type: "jsn" }, parameters: [], examples: [{ input: "MakeNullJson()", output: "AR_FN_JSON_MAKENULLJSON_EX_OUT_0" }] }], needsServerInfo: true }, toJson: { identifier: "toJson", description: "AR_FN_DSC_TOJSON", type: "function", name: "ToJson", category: "cast", overloads: [{ description: "AR_FN_JSON_TOJSON_ANY_DSC", identifier: "JSON_ONE toJson(Any_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_TOJSON_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_TOJSON_ANY_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "ToJson(MakeDateTime(2022, 8, 4, 0, 0, 0))", output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_0" }, { input: 'ToJson("Hello")', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_1" }, { input: "ToJson(5)", output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_2" }, { input: 'ToJson("{ \\"a\\": true }")', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_3" }, { input: 'ToJson(MakeCurrency(5.25, "USD"))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_4" }, { input: 'ToJson(ToPhoneNumber("tel:+13178723000"))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_5" }, { input: 'ToJson(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_6", featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToJson(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)))))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_7", featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToJson(MakeListPicker(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))), MakeImageFromUrl(NOT_SET), "Menu", "Items to order", MakeImageFromUrl(NOT_SET), NOT_SET))', output: "AR_FN_JSON_TOJSON_ANY_EX_OUT_8", featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_JSON_TOJSON_ANY_COLL_DSC", identifier: "JSON_ONE toJson(Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_TOJSON_ANY_COLL_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_TOJSON_ANY_COLL_PRM_DSC_0", identifier: "value", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "ToJson(MakeList(1, 2, 3))", output: "AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_0" }, { input: 'ToJson(MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET)), MakeListPickerItem("Soup", NOT_SET, MakeImageFromUrl(NOT_SET))))', output: "AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_1", featureConfigName: "botFlowsAppleListPicker" }, { input: 'ToJson(MakeList(MakeListPickerSection("Sides", true, MakeList(MakeListPickerItem("Fries", NOT_SET, MakeImageFromUrl(NOT_SET))))))', output: "AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_2", featureConfigName: "botFlowsAppleListPicker" }], examplesHaveFeatureToggleOrConfig: true }, { description: "AR_FN_JSON_TOJSON_NTS_DSC", identifier: "JSON_ONE toJson(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_TOJSON_NTS_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_TOJSON_NTS_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "ToJson(NOT_SET)", output: "AR_FN_JSON_TOJSON_NTS_EX_OUT_0" }] }], needsServerInfo: true }, toJsonCollection: { identifier: "toJsonCollection", description: "AR_FN_DSC_TOJSONCOLLECTION", type: "function", name: "ToJsonCollection", category: "cast", overloads: [{ description: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_DSC", identifier: "JSON_COLL toJsonCollection(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, addsToCollection: true, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_RV", isArray: true, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_PRM_DSC_0", identifier: "jsonArray", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'ToJsonCollection(JsonParse("[ true, 100 ]"))', output: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_EX_OUT_0" }, { input: "ToJsonCollection(MakeEmptyJsonArray())", output: "AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_EX_OUT_1" }, { input: 'Count(ToJsonCollection(JsonParse("[ true, 100 ]")))', output: "2" }, { input: 'Count(AddItem(ToJsonCollection(JsonParse("[ true, 100 ]")), MakeEmptyJsonObject()))', output: "3" }] }], needsServerInfo: true }, jsonStringify: { identifier: "jsonStringify", description: "AR_FN_DSC_JSONSTRINGIFY", type: "function", name: "JsonStringify", category: "json", overloads: [{ description: "AR_FN_STR_JSONSTRINGIFY_ANY_DSC", identifier: "String_ONE jsonStringify(Any_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_JSONSTRINGIFY_ANY_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_JSONSTRINGIFY_ANY_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "any" }], examples: [{ input: "JsonStringify(5)", output: '"5"' }, { input: "JsonStringify(ToInt(NOT_SET))", output: '"null"' }, { input: 'JsonStringify("Hello World")', output: '"\\"Hello World\\""' }, { input: "JsonStringify(MakeEmptyJsonObject())", output: '"{}"' }] }, { description: "AR_FN_STR_JSONSTRINGIFY_ANY_COLL_DSC", identifier: "String_ONE jsonStringify(Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_JSONSTRINGIFY_ANY_COLL_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: false, description: "AR_FN_STR_JSONSTRINGIFY_ANY_COLL_PRM_DSC_0", identifier: "valueToConvert", isArray: true, helpDisplayIdx: 0, repeatable: false, required: true, type: "any" }], examples: [{ input: "JsonStringify(MakeList(3, 5))", output: '"[3,5]"' }, { input: "JsonStringify(MakeList(ToInt(NOT_SET), 10))", output: '"[null,10]"' }, { input: 'JsonStringify(MakeList("Hello", "World"))', output: '"[\\"Hello\\",\\"World\\"]"' }, { input: 'JsonStringify(MakeList(MakeEmptyJsonObject(), JsonParse("{\\"a\\": true}")))', output: '"[{},{\\"a\\":true}]"' }] }, { description: "AR_FN_STR_JSONSTRINGIFY_NTS_DSC", identifier: "String_ONE jsonStringify(Null_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_JSONSTRINGIFY_NTS_RV", isArray: false, type: "str" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_STR_JSONSTRINGIFY_NTS_PRM_DSC_0", identifier: "valueToConvert", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "JsonStringify(NOT_SET)", output: '"null"' }] }], needsServerInfo: true }, isJsonTruthy: { identifier: "isJsonTruthy", description: "AR_FN_DSC_ISJSONTRUTHY", type: "function", name: "IsJsonTruthy", category: "json", overloads: [{ description: "AR_FN_BLN_ISJSONTRUTHY_JSON_DSC", identifier: "Boolean_ONE IsJsonTruthy(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_BLN_ISJSONTRUTHY_JSON_RV", isArray: false, type: "bln" }, parameters: [{ allowNotSet: true, allowCustomJson: true, description: "AR_FN_BLN_ISJSONTRUTHY_JSON_PRM_DSC_0", identifier: "value", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "jsn" }], examples: [{ input: 'IsJsonTruthy(JsonParse("true"))', output: "true" }, { input: 'IsJsonTruthy(JsonParse("false"))', output: "false" }, { input: 'IsJsonTruthy(JsonParse("Hello World"))', output: "true" }, { input: "IsJsonTruthy(ToJson(0))", output: "false" }, { input: 'IsJsonTruthy(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: "true" }, { input: "IsJsonTruthy(ToJson(5 * 5))", output: "true" }] }], needsServerInfo: true }, deleteJsonObjectProperty: { identifier: "deleteJsonObjectProperty", description: "AR_FN_DSC_DELETEJSONOBJECTPROPERTY", type: "function", name: "DeleteJsonObjectProperty", category: "json", overloads: [{ description: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_DSC", identifier: "JSON_ONE deleteJsonObjectProperty(JSON_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'DeleteJsonObjectProperty(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"), "c")', output: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_EX_OUT_0" }, { input: 'DeleteJsonObjectProperty(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"d\\": [ true, false ] }"), "c")', output: "AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_EX_OUT_1" }] }], needsServerInfo: true }, getJsonObjectProperty: { identifier: "getJsonObjectProperty", description: "AR_FN_DSC_GETJSONOBJECTPROPERTY", type: "function", name: "GetJsonObjectProperty", category: "json", overloads: [{ description: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_DSC", identifier: "JSON_ONE getJsonObjectProperty(JSON_ONE,String_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_1", identifier: "propertyName", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }], examples: [{ input: 'GetJsonObjectProperty(JsonParse("{ \\"firstName\\": \\"John\\", \\"lastName\\": \\"Doe\\" }"), "firstName")', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_0" }, { input: 'GetJsonObjectProperty(JsonParse("{ \\"firstName\\": \\"John\\", \\"lastName\\": \\"Doe\\" }"), Append("last", "Name"))', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_1" }, { input: 'GetJsonObjectProperty(JsonParse("{ \\"firstName\\": \\"John\\", \\"lastName\\": \\"Doe\\" }"), "FirstName")', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_2" }, { input: 'GetJsonObjectProperty(JsonParse("{ \\"additionalInfo\\": null }"), "additionalInfo")', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_3" }, { input: 'GetJsonObjectProperty(MakeEmptyJsonObject(), "accountId")', output: "AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_4" }] }], needsServerInfo: true }, getJsonObjectPropertyNames: { identifier: "getJsonObjectPropertyNames", description: "AR_FN_DSC_GETJSONOBJECTPROPERTYNAMES", type: "function", name: "GetJsonObjectPropertyNames", category: "json", overloads: [{ description: "AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_DSC", identifier: "String_COLL getJsonObjectPropertyNames(JSON_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_RV", isArray: true, type: "str" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }], examples: [{ input: 'GetJsonObjectPropertyNames(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"))', output: '[ "a", "b", "c" ]' }] }], needsServerInfo: true }, setJsonObjectProperty: { identifier: "setJsonObjectProperty", description: "AR_FN_DSC_SETJSONOBJECTPROPERTY", type: "function", name: "SetJsonObjectProperty", category: "json", overloads: [{ description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_DSC", identifier: "JSON_ONE setJsonObjectProperty(JSON_ONE,String_ONE,Any_ONE)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_1", identifier: "keyToSet", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: true, allowCustomJson: false, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_2", identifier: "valueToSet", isArray: false, helpDisplayIdx: 2, repeatable: false, required: false, type: "any" }], examples: [{ input: 'SetJsonObjectProperty(MakeEmptyJsonObject(), "myKey", 42)', output: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_EX_OUT_0" }, { input: 'SetJsonObjectProperty(JsonParse("{ \\"a\\": true, \\"b\\": 100, \\"c\\": [ true, false ] }"), "A", 5)', output: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_EX_OUT_1" }] }, { description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_DSC", identifier: "JSON_ONE setJsonObjectProperty(JSON_ONE,String_ONE,Any_COLL)", support: { version: "1.0", resolver: "None" }, supportedFlowTypes: { inboundcall: "inboundcall", inqueuecall: "inqueuecall", outboundcall: "outboundcall", securecall: "securecall", voicemail: "voicemail", emailsend: "emailsend", inboundchat: "inboundchat", inboundemail: "inboundemail", inboundshortmessage: "inboundshortmessage", inqueueemail: "inqueueemail", inqueueshortmessage: "inqueueshortmessage", surveyinvite: "surveyinvite", workflow: "workflow", workitem: "workitem" }, needsServerInfo: true, returnValue: { description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_RV", isArray: false, type: "jsn" }, parameters: [{ allowNotSet: false, allowCustomJson: true, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_0", identifier: "jsonObject", isArray: false, helpDisplayIdx: 0, repeatable: false, required: true, type: "jsn" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_1", identifier: "keyToSet", isArray: false, helpDisplayIdx: 1, repeatable: false, required: true, type: "str" }, { allowNotSet: false, allowCustomJson: false, description: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_2", identifier: "valueToSet", isArray: true, helpDisplayIdx: 2, repeatable: false, required: true, type: "any" }], examples: [{ input: 'SetJsonObjectProperty(MakeEmptyJsonObject(), "myKeys", MakeList(42, 180))', output: "AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_EX_OUT_0" }] }], needsServerInfo: true }, getKnowledgeBaseDocumentConfidence: { identifier: "getKnowledgeBaseDocumentConfidence", description: "AR_FN_DSC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE", type: "function", name: "GetKnowledgeBaseDocumentConfidence", category: "statistical", overloads: [{ description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_DSC", identifier: "Decimal_ONE getKnowledgeBaseDocumentConfidence(KnowledgeBaseDocument_ONE)", support: { version: "1.0", resolver: "None" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_PRM_DSC_0", identifier: "knowledgeBaseDocument", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "kbd" }], examples: [{ input: "GetKnowledgeBaseDocumentConfidence(Flow.document)", output: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_EX_OUT_0" }] }, { description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_DSC", identifier: "Decimal_ONE getKnowledgeBaseDocumentConfidence(Null_ONE)", support: { version: "1.0", resolver: "NotSetToRetType" }, needsServerInfo: true, returnValue: { description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_RV", isArray: false, type: "dec" }, parameters: [{ allowNotSet: true, allowCustomJson: false, description: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_PRM_DSC_0", identifier: "KnowledgeBaseDocument", isArray: false, helpDisplayIdx: 0, repeatable: false, required: false, type: "nts" }], examples: [{ input: "GetKnowledgeBaseDocumentConfidence(NOT_SET)", output: "AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_EX_OUT_0" }] }], needsServerInfo: true } } }; }, 34014: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -40974,7 +41310,7 @@ var require_scripting_bundle = __commonJS({ }, 34015: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(51695)), a = i2(1115); + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(51695)), a = n2.__importStar(i2(1115)); class s extends o.default { constructor(e3, t3, i3) { super(), this.model = e3, this.type = t3, this.value = i3; @@ -41077,7 +41413,7 @@ var require_scripting_bundle = __commonJS({ }, t2.getPubApiWorktypeCustomAttributeSchemaUrl = function(e3) { return `/api/v2/taskmanagement/workitems/schemas/${e3}`; }; - const n2 = `https://${i2(31635).__importStar(i2(35515)).values.host}`, r2 = `${n2}/directory/#/admin`, o = `${n2}/architect/#`, a = `${n2}/directory/#/analytics`, s = `${n2}/directory/#/engage`, l = `${n2}/task-management-workitems/#/workitems`; + const n2 = `https://${i2(31635).__importStar(i2(35515)).values.host}`, r2 = `${n2}/directory/#/admin`, o = `${n2}/architect/#`, a = `${n2}/directory/#/analytics`, s = `${n2}/directory/#/engage`, l = `${n2}/directory/#/agent/task-management/workitems`; function u() { return `${r2}/quality/surveyForms`; } @@ -41199,7 +41535,7 @@ var require_scripting_bundle = __commonJS({ return (null === (i3 = e3.model) || void 0 === i3 ? void 0 : i3.id) && (null === (n3 = e3.model) || void 0 === n3 ? void 0 : n3.name) ? a.default.getOrCreateDecisionTableCustomJsonManager(this.parentFlow, null === (r3 = e3.model) || void 0 === r3 ? void 0 : r3.name, null === (o2 = e3.model) || void 0 === o2 ? void 0 : o2.id, t3, T.variable.input, T.variable.output) : null; } _getPossibleErrors() { - return d.getCallDecisionTableFailureReasons; + return d.callDecisionTableFailureReasons; } get _inputDataTypeId() { return (0, o.createCustomJsonExpressionDataTypeStr)(l.CustomJsonNamespace.decisionTable, this.decisionTableId, s.CustomJsonContext.input); @@ -41905,6 +42241,9 @@ var require_scripting_bundle = __commonJS({ get agentOutputs() { return this.coreFactory.createArchWrapper(this._getCoreViewModel().outputs); } + get avaOutputsFailure() { + return this._coreActionViewModel.errorBindings ? this.coreFactory.createArchWrapper(this._coreActionViewModel.errorBindings) : null; + } get voiceProcessingPrompt() { return d.isFeatureAvailable(c.default.botFlowsVoiceProcessingPrompt) && this.logDeprecatedPropertyWarning(this._infoPropGet("voiceProcessingPrompt")), this.coreFactory.createArchWrapper(this._getCoreViewModel().voiceProcessingPrompt); } @@ -41942,12 +42281,12 @@ var require_scripting_bundle = __commonJS({ }, 35295: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getDigitalBotConnectorBots = h, t2.getDigitalBotConnectorBotVersions = m, t2.getDigitalBotConnectorBotVersion = g, t2.getDigitalBotConnectorBot = f, t2.ensureCorrectVersionProperties = T; - const n2 = i2(31635), r2 = n2.__importStar(i2(18516)), o = n2.__importDefault(i2(36019)), a = n2.__importDefault(i2(73198)), s = i2(80428), l = n2.__importDefault(i2(92140)), u = i2(29795), d = (i2(58597), i2(75601), i2(24032).getTopic("botConnectorApi")), c = "Collection", p = c.length, _ = {}; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(73198)), a = i2(80428), s = n2.__importDefault(i2(36019)), l = i2(29795), u = n2.__importStar(i2(18516)), d = (0, i2(24032).getTopic)("botConnectorApi"), c = (i2(75601), "Collection"), p = c.length, _ = {}; function h(e3) { const t3 = (null == e3 ? void 0 : e3.additionalParams) || e3; if (!(null == t3 ? void 0 : t3.integrationId)) return; const i3 = e3.getSearchQueryParams(true); - return o.default.build(r2.getDigitalBotConnectorBots).templateParams({ integrationId: t3.integrationId }).queryParams(i3).call().then((e4) => (e4.entities.forEach((e5) => { + return s.default.build(u.getDigitalBotConnectorBots).templateParams({ integrationId: t3.integrationId }).queryParams(i3).call().then((e4) => (e4.entities.forEach((e5) => { e5.setParentContextInfo(t3.integrationId); }), e4)); } @@ -41955,7 +42294,7 @@ var require_scripting_bundle = __commonJS({ const t3 = (null == e3 ? void 0 : e3.additionalParams) || e3; if (!(null == t3 ? void 0 : t3.integrationId) || !(null == t3 ? void 0 : t3.botId)) return; const i3 = e3.getSearchQueryParams(true); - return o.default.build(r2.getDigitalBotConnectorBotVersions).templateParams({ integrationId: t3.integrationId, botId: t3.botId }).queryParams(i3).call().then(function(e4) { + return s.default.build(u.getDigitalBotConnectorBotVersions).templateParams({ integrationId: t3.integrationId, botId: t3.botId }).queryParams(i3).call().then(function(e4) { return e4.entities = e4.entities.map(function(e5) { return e5.setParentContextInfo(t3.integrationId), e5.id = t3.botId, T(e5, e5.id, t3.botId, t3.integrationId); }), e4; @@ -41965,9 +42304,9 @@ var require_scripting_bundle = __commonJS({ return n2.__awaiter(this, void 0, void 0, function* () { const i3 = (null == t3 ? void 0 : t3.additionalParams) || t3; if (!(null == i3 ? void 0 : i3.botId) || !(null == i3 ? void 0 : i3.integrationId)) return; - const n3 = { version: e3 }, a2 = o.default.build(r2.getDigitalBotConnectorBot).templateParams({ botId: i3.botId, integrationId: i3.integrationId }).queryParams(n3), s2 = yield a2.call(); - return l.default.find(s2.versions, (t4) => { - if (t4.version === e3) return T(t4, s2.name, i3.botId, i3.integrationId); + const n3 = { version: e3 }, o2 = s.default.build(u.getDigitalBotConnectorBot).templateParams({ botId: i3.botId, integrationId: i3.integrationId }).queryParams(n3), a2 = yield o2.call(); + return r2.default.find(a2.versions, (t4) => { + if (t4.version === e3) return T(t4, a2.name, i3.botId, i3.integrationId); }); }); } @@ -41975,36 +42314,36 @@ var require_scripting_bundle = __commonJS({ return n2.__awaiter(this, void 0, void 0, function* () { const i3 = (null == t3 ? void 0 : t3.additionalParams) || t3; if (!(null == i3 ? void 0 : i3.integrationId)) return; - const n3 = { botId: e3, integrationId: i3.integrationId }, a2 = o.default.build(r2.getDigitalBotConnectorBot).templateParams(n3), s2 = yield a2.call(); - return s2 && s2.setParentContextInfo(i3.integrationId), s2; + const n3 = { botId: e3, integrationId: i3.integrationId }, r3 = s.default.build(u.getDigitalBotConnectorBot).templateParams(n3), o2 = yield r3.call(); + return o2 && o2.setParentContextInfo(i3.integrationId), o2; }); } function T(e3, t3, i3, n3) { - if (!l.default.isObject(e3)) return; - const r3 = e3; - t3 && (r3.name = t3), r3.id = i3, r3.version = e3.version, r3.setParentContextInfo(n3); - const o2 = r3.isFromAdsValidationResults; - return r3.isFromAdsValidationResults = false, l.default.each(e3.intents, (e4) => { - o2 && (e4.entities = e4.slots), l.default.each(null == e4 ? void 0 : e4.entities, (e5) => { + if (!r2.default.isObject(e3)) return; + const o2 = e3; + t3 && (o2.name = t3), o2.id = i3, o2.version = e3.version, o2.setParentContextInfo(n3); + const a2 = o2.isFromAdsValidationResults; + return o2.isFromAdsValidationResults = false, r2.default.each(e3.intents, (e4) => { + a2 && (e4.entities = e4.slots), r2.default.each(null == e4 ? void 0 : e4.entities, (e5) => { var t5; - if (l.default.isString(null == e5 ? void 0 : e5.type)) { - if (e5.archDataTypeId = _[e5.type], !e5.archDataTypeId && e5.type === u.jsonSchemaTypeNames.array && (null === (t5 = e5.items) || void 0 === t5 ? void 0 : t5.type) && (e5.archDataTypeId = _[e5.items.type]), l.default.isUndefined(e5.archDataTypeId)) d.error(`invalid architect data type for slot. type: '${e5.type}'`); + if (r2.default.isString(null == e5 ? void 0 : e5.type)) { + if (e5.archDataTypeId = _[e5.type], !e5.archDataTypeId && e5.type === l.jsonSchemaTypeNames.array && (null === (t5 = e5.items) || void 0 === t5 ? void 0 : t5.type) && (e5.archDataTypeId = _[e5.items.type]), r2.default.isUndefined(e5.archDataTypeId)) d.error(`invalid architect data type for slot. type: '${e5.type}'`); else if (e5.type.endsWith(c)) { const t6 = e5.type.slice(0, -p); - e5.archDataTypeId = _[t6], l.default.isUndefined(e5.archDataTypeId) ? d.error(`invalid architect data type for collection slot. name:${e5.name} type:${e5.type}`) : (e5.items = { type: t6 }, e5.type = u.jsonSchemaTypeNames.array); + e5.archDataTypeId = _[t6], r2.default.isUndefined(e5.archDataTypeId) ? d.error(`invalid architect data type for collection slot. name:${e5.name} type:${e5.type}`) : (e5.items = { type: t6 }, e5.type = l.jsonSchemaTypeNames.array); } } else d.error("missing type for slot"); }); const t4 = {}; - e4.entities && l.default.isArray(e4.entities) && (e4.entities.forEach((e5) => { + e4.entities && r2.default.isArray(e4.entities) && (e4.entities.forEach((e5) => { e5 && e5.name && (t4[e5.name] = e5); }), e4.entities = t4); - }), r3; + }), o2; } ["Boolean", "Currency", "Datetime", "Decimal", "Duration", "Integer", "String"].forEach((e3) => { const t3 = e3, i3 = "Datetime" !== e3 ? e3.toLowerCase() : "dateTime"; - _[t3] = s.expressionTypeNames[i3], _[`${t3}${c}`] = `${s.expressionTypeNames[i3]}${a.default.exprDataTypeSuffixCollection}`; - }), h.api = r2.getDigitalBotConnectorBots, m.api = r2.getDigitalBotConnectorBotVersions, g.api = r2.getDigitalBotConnectorBot, f.api = r2.getDigitalBotConnectorBot; + _[t3] = a.expressionTypeNames[i3], _[`${t3}${c}`] = `${a.expressionTypeNames[i3]}${o.default.exprDataTypeSuffixCollection}`; + }), h.api = u.getDigitalBotConnectorBots, m.api = u.getDigitalBotConnectorBotVersions, g.api = u.getDigitalBotConnectorBot, f.api = u.getDigitalBotConnectorBot; }, 35315: (e2, t2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.expressionTypeCustomizedModes = void 0, t2.resolveCustomization = function(e3, t3) { @@ -42139,7 +42478,7 @@ var require_scripting_bundle = __commonJS({ function y() { return h; } - t2.values = f, t2.browser && (T = r2.default.getParser(window.navigator.userAgent)), t2.browserInfo = T, t2.buildNumber = o.default.isNumber("0.66.1") ? String("0.66.1") : "0.66.1"; + t2.values = f, t2.browser && (T = r2.default.getParser(window.navigator.userAgent)), t2.browserInfo = T, t2.buildNumber = o.default.isNumber("0.66.6") ? String("0.66.6") : "0.66.6"; const S = "cd443cab-4821-487f-9fd2-465ec1735ba3"; let A, N, O; t2.osList = { windows: "windows", mac: "mac", unix: "unix", linux: "linux", unknown: "unknown" }, t2.pageSizeOptions = { letter: "letter", a4: "a4" }, t2.pageOrientationOptions = { portrait: "portrait" }, t2.pageSizes = { mac: { chrome: { letter: { portrait: { height: 1333, width: 1e3 } }, a4: { portrait: { height: 1427, width: 972.67 } } }, firefox: { letter: { portrait: { height: 1353.5, width: 1e3 } }, a4: { portrait: { height: 1451.25, width: 972.67 } } }, safari: { letter: { portrait: { height: 1198, width: 1e3 } }, a4: { portrait: { height: 1289, width: 972.67 } } } }, windows: { chrome: { letter: { portrait: { firstPageHeightOffset: 7, height: 1334, width: 1e3 } }, a4: { portrait: { firstPageHeightOffset: 7, height: 1429, width: 972.22 } } }, firefox: { letter: { portrait: { height: 1353.5, width: 1e3 } }, a4: { portrait: { height: 1450.75, width: 972.22 } } }, "microsoft edge": { letter: { portrait: { height: 1334, width: 1e3 } }, a4: { portrait: { height: 1429, width: 972.22 } } } } }, t2.archSessionId = i2(65824).generate(), u.infoHighlightAlways("ArchSessionId:" + t2.archSessionId); @@ -44040,7 +44379,7 @@ var require_scripting_bundle = __commonJS({ const n2 = i2(31635), r2 = i2(30801), o = i2(26847), a = n2.__importDefault(i2(90077)); class s extends a.default { constructor(e3) { - super(e3), this._knowledgeSearchResult = this.coreFactory.createArchWrapper(e3.knowledgeSearchResult); + super(e3), this._enableBargeIn = this.coreFactory.createArchWrapper(e3.enableBargeIn), this._knowledgeSearchResult = this.coreFactory.createArchWrapper(e3.knowledgeSearchResult); } get _actionTypeId() { return r2.askForNLUIntentActionType; @@ -44051,6 +44390,9 @@ var require_scripting_bundle = __commonJS({ get isArchActionAskForIntent() { return true; } + get enableBargeIn() { + return this._enableBargeIn; + } get outputKnowledge() { return this._getOutputById(o.outputIds.knowledge, true); } @@ -44430,7 +44772,7 @@ var require_scripting_bundle = __commonJS({ }, 37603: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(57382)), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), { emergencyGroupManager: s } = i2(91674); + const n2 = i2(31635), r2 = n2.__importDefault(i2(57382)), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = i2(91674); class l extends r2.default { constructor(e3) { super(e3), this._evaluationDateTime = this.coreFactory.createArchWrapper(e3.evaluationDateTime), this._emergencyGroup = this.coreFactory.createArchWrapper(e3.emergencyGroup); @@ -44454,10 +44796,10 @@ var require_scripting_bundle = __commonJS({ return this._emergencyGroup; } setEmergencyGroupByIdAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("emergencyGroupId", "setEmergencyGroupByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setEmergencyGroupByIdAsync"), t3, true), o.default.findItemByIdAsync(s, e3, "emergency group", "id").then((e4) => (this.logNote("found the emergency group named '" + e4.name + "' with ID of '" + e4.id + "'."), this._coreActionViewModel.setEmergencyGroup(e4), a.default.executeCallback(this, "setEmergencyGroupByIdAsync", t3, this))); + return this._checkItemIsValidLiteralString(this._infoParm("emergencyGroupId", "setEmergencyGroupByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setEmergencyGroupByIdAsync"), t3, true), o.default.findItemByIdAsync(s.emergencyGroupManager, e3, "emergency group", "id").then((e4) => (this.logNote("found the emergency group named '" + e4.name + "' with ID of '" + e4.id + "'."), this._coreActionViewModel.setEmergencyGroup(e4), a.default.executeCallback(this, "setEmergencyGroupByIdAsync", t3, this))); } setEmergencyGroupByNameAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("emergencyGroupName", "setEmergencyGroupByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setEmergencyGroupByNameAsync"), t3, true), o.default.findItemByValueAsync(s, e3, "emergency group", "name").then((e4) => (this.logNote("found the emergency group named '" + e4.name + "' with ID of '" + e4.id + "'."), this._coreActionViewModel.setEmergencyGroup(e4), a.default.executeCallback(this, "setEmergencyGroupByNameAsync", t3, this))); + return this._checkItemIsValidLiteralString(this._infoParm("emergencyGroupName", "setEmergencyGroupByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setEmergencyGroupByNameAsync"), t3, true), o.default.findItemByValueAsync(s.emergencyGroupManager, e3, "emergency group", "name").then((e4) => (this.logNote("found the emergency group named '" + e4.name + "' with ID of '" + e4.id + "'."), this._coreActionViewModel.setEmergencyGroup(e4), a.default.executeCallback(this, "setEmergencyGroupByNameAsync", t3, this))); } } t2.default = l; @@ -44665,12 +45007,12 @@ var require_scripting_bundle = __commonJS({ }, 37873: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635).__importDefault(i2(67336)), { expressionDataService: r2 } = i2(27491), o = i2(43096), a = i2(71004), s = i2(14187), l = i2(94453), { uuid: u } = i2(9456); - class d extends n2.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(67336)), o = i2(27491), a = n2.__importStar(i2(94453)), s = i2(9456), l = n2.__importStar(i2(71004)), u = n2.__importStar(i2(14187)), d = i2(43096); + class c extends r2.default { constructor(e3) { super(e3), this._checkItemIsValidLiteralString(this._infoParmCtor("coreViewModelWithId.id"), e3.id, this._allowBlankObjectId), this._coreViewModelWithId = e3; } - _addVariable(e3, t3, i3, n3, d2, c) { + _addVariable(e3, t3, i3, n3, r3, c2) { const p = this._infoParm("callingArchObject", t3); e3._checkItemIsArchBaseObject(p, e3), e3._checkVariableContainer(t3, "Adding variables is not permitted."); const _ = e3._infoParm("name", t3); @@ -44678,26 +45020,26 @@ var require_scripting_bundle = __commonJS({ const h = e3._infoParm("type", t3); e3._checkItem(h, !n3 || !n3.isArchDataType, "The data type must be an ArchDataType instance."); const m = e3._infoParm("description", t3); - e3._checkItemIsValidLiteralString(m, d2, true); + e3._checkItemIsValidLiteralString(m, r3, true); const g = e3._infoParm("forceSlotVariableCreation", t3); - e3._checkItemIsValidLiteralBool(g, c, true); - const f = s.getScope(i3), T = e3._getCoreViewModel().localVariableScope; + e3._checkItemIsValidLiteralBool(g, c2, true); + const f = u.getScope(i3), T = e3._getCoreViewModel().localVariableScope; if (f && f !== T) { let t4 = false, n4 = `When adding a variable to a ${e3.displayTypeName}, the variable name must have a '${T}' scope. The new variable name of '${i3}' has a scope of '${f}' which does not meet that criteria.`; - f === s.scopes.slot && this.isArchBaseFlowBot ? c || (t4 = true, n4 = "When adding a slot variable to a bot or digital bot flow, the 'forceSlotVariableCreation' parameter must be true.") : t4 = true, t4 && e3.logErrorAndThrow(n4); + f === u.scopes.slot && this.isArchBaseFlowBot ? c2 || (t4 = true, n4 = "When adding a slot variable to a bot or digital bot flow, the 'forceSlotVariableCreation' parameter must be true.") : t4 = true, t4 && e3.logErrorAndThrow(n4); } - const y = s.getUnscopedName(i3); - e3._checkItem(_, !y, "Unable to determine the unscoped variable name from '" + i3 + "'."), e3._checkItem(_, y !== r2.cleanseForIdentifierName(y), "the new variable unscoped name of '" + y + "' in '" + i3 + "' is not valid. It must start with a letter and then be followed by one or more letters, numbers or underscore characters."), f || (i3 = s.setScope(T, i3), e3.logNote("adding the scope of '" + T + "' to the the submitted new variable name so it will be '" + i3 + "' when added.")), e3.getVariableByName(i3) && e3.logErrorAndThrow("you cannot add the variable '" + i3 + "' to " + e3.logStr + " because a variable with that name already already exists."); + const y = u.getUnscopedName(i3); + e3._checkItem(_, !y, "Unable to determine the unscoped variable name from '" + i3 + "'."), e3._checkItem(_, y !== o.expressionDataService.cleanseForIdentifierName(y), "the new variable unscoped name of '" + y + "' in '" + i3 + "' is not valid. It must start with a letter and then be followed by one or more letters, numbers or underscore characters."), f || (i3 = u.setScope(T, i3), e3.logNote("adding the scope of '" + T + "' to the the submitted new variable name so it will be '" + i3 + "' when added.")), e3.getVariableByName(i3) && e3.logErrorAndThrow("you cannot add the variable '" + i3 + "' to " + e3.logStr + " because a variable with that name already already exists."); const S = e3.isArchBaseFlow ? e3 : e3.parentFlow; n3.isScriptCreatableForFlow(S) || e3.logErrorAndThrow("the data type " + n3.logStr + " is not valid for use in flows of one of the types '" + S._getCoreViewModel().destinationFlowTypes.join(",") + "'"); - const A = e3._getCoreViewModel(), N = n3._getCoreViewModel(), O = new (0, o[N.icwsType])({ name: i3, id: u(), isCollection: n3.isCollection, typeIdentifier: N.expressionType }); - if (f === s.scopes.slot && this.isArchBaseFlowBot) { - const t4 = l.getNluTypeForArchitectType(N), r3 = this.botFlowSettings._getCoreViewModel().createSlotVarForSlotName(y, t4.nluDataType, t4.mechanism, n3.isCollection); - return e3.logNote(`successfully added the variable ${i3} to ${e3.logStr}`), r3.doNotCleanupIfOrphanedSlot = true, e3.coreFactory.createArchWrapper(r3); + const A = e3._getCoreViewModel(), N = n3._getCoreViewModel(), O = new (0, d[N.icwsType])({ name: i3, id: (0, s.uuid)(), isCollection: n3.isCollection, typeIdentifier: N.expressionType }); + if (f === u.scopes.slot && this.isArchBaseFlowBot) { + const t4 = a.getNluTypeForArchitectType(N), r4 = this.botFlowSettings._getCoreViewModel().createSlotVarForSlotName(y, t4.nluDataType, t4.mechanism, n3.isCollection); + return e3.logNote(`successfully added the variable ${i3} to ${e3.logStr}`), r4.doNotCleanupIfOrphanedSlot = true, e3.coreFactory.createArchWrapper(r4); } { - const t4 = a.createVariable(O, A); - return t4.description = d2, e3.isArchBaseFlow || A.addVariable(t4), e3.logNote(`successfully added the variable ${i3} to ${e3.logStr}`), e3.coreFactory.createArchWrapper(t4); + const t4 = l.createVariable(O, A); + return t4.description = r3, e3.isArchBaseFlow || A.addVariable(t4), e3.logNote(`successfully added the variable ${i3} to ${e3.logStr}`), e3.coreFactory.createArchWrapper(t4); } } _removeVariable(e3, t3) { @@ -44730,7 +45072,7 @@ var require_scripting_bundle = __commonJS({ return true; } } - t2.default = d; + t2.default = c; }, 38142: (e2, t2, i2) => { "use strict"; var n2; @@ -44856,9 +45198,9 @@ var require_scripting_bundle = __commonJS({ t2.archHandlingTypeConversion = new s(); }, 38296: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllSendNotificationFailureReasons = t2.getSendNotificationFailureReasons = t2.getSendNotificationFailureReasonsNoBusy = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.allSendNotificationFailureReasons = t2.sendNotificationFailureReasons = t2.sendNotificationFailureReasonsNoBusy = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", busy: "Busy", generalError: "GeneralError", invalidChatMessage: "InvalidChatMessage", invalidEmailFrom: "InvalidEmailFrom", invalidGroup: "InvalidGroup", invalidNotificationType: "InvalidNotificationType", invalidSubject: "InvalidSubject", invalidUserCollection: "InvalidUserCollection", sendNotificationActionDisabled: "SendNotificationActionDisabled" }, o = [r2.generalError]; - t2.getSendNotificationFailureReasonsNoBusy = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidChatMessage, r2.invalidEmailFrom, r2.invalidGroup, r2.invalidNotificationType, r2.invalidSubject, r2.invalidUserCollection, r2.sendNotificationActionDisabled])), t2.getSendNotificationFailureReasons = n2.default.uniq(t2.getSendNotificationFailureReasonsNoBusy.concat([r2.busy])), t2.getAllSendNotificationFailureReasons = r2; + t2.sendNotificationFailureReasonsNoBusy = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidChatMessage, r2.invalidEmailFrom, r2.invalidGroup, r2.invalidNotificationType, r2.invalidSubject, r2.invalidUserCollection, r2.sendNotificationActionDisabled])), t2.sendNotificationFailureReasons = n2.default.uniq(t2.sendNotificationFailureReasonsNoBusy.concat([r2.busy])), t2.allSendNotificationFailureReasons = r2; }, 38297: (e2, t2, i2) => { const n2 = i2(36019).default, r2 = i2(89878); class o { @@ -45025,7 +45367,7 @@ var require_scripting_bundle = __commonJS({ }, 38597: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.CodeJsonBuilder = t2.ParseItemProcessingMode = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(81116)), a = n2.__importStar(i2(8462)), s = i2(17666), l = i2(17666), u = i2(57653), d = i2(17666), c = i2(17666), p = i2(34630), _ = i2(34630), h = i2(34630), m = i2(34630), g = i2(34630), f = n2.__importDefault(i2(73198)), T = i2(51125), y = i2(33336), S = i2(59393), A = i2(26403), N = i2(17604), O = n2.__importDefault(i2(41510)), { globalTypes: I } = i2(14394), v = i2(47957), C = O.default.expression.genericJsonPropertyDefModelPropId, b = { day: 2, hour: 2, minute: 2, month: 2, second: 2, year: 4 }; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(81116)), a = n2.__importStar(i2(8462)), s = i2(17666), l = i2(17666), u = i2(57653), d = i2(17666), c = i2(17666), p = i2(34630), _ = i2(34630), h = i2(34630), m = i2(34630), g = i2(34630), f = n2.__importDefault(i2(73198)), T = i2(51125), y = i2(33336), S = i2(59393), A = i2(26403), N = i2(17604), O = n2.__importDefault(i2(41510)), I = i2(14394), v = i2(47957), C = O.default.expression.genericJsonPropertyDefModelPropId, b = { day: 2, hour: 2, minute: 2, month: 2, second: 2, year: 4 }; var E, R; !(function(e3) { e3.complete = "complete", e3.root = "root", e3.array = "array", e3.object = "object", e3.objectProperty = "objectProperty", e3.objectPropertyValue = "objectPropertyValue"; @@ -45152,11 +45494,11 @@ var require_scripting_bundle = __commonJS({ if (!this._checkTypeCompatibility(e3, t3, i3, null === (n3 = e3.type) || void 0 === n3 ? void 0 : n3.singletonType)) return false; break; case E.objectPropertyValue: - if (!this._checkTypeCompatibility(e3, t3, i3, (null === (r3 = null == e3 ? void 0 : e3.expressionPropDef) || void 0 === r3 ? void 0 : r3.type) || I.json)) return false; + if (!this._checkTypeCompatibility(e3, t3, i3, (null === (r3 = null == e3 ? void 0 : e3.expressionPropDef) || void 0 === r3 ? void 0 : r3.type) || I.globalTypes.json)) return false; } } _checkTypeCompatibility(e3, t3, i3, n3) { - return !!(i3.isMatch(n3) || i3.isMatch(I.json) && n3.supportsLiteralCustomJsonInput) || (this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTypesIncompatible(i3.displayString, null == n3 ? void 0 : n3.displayString), null, null, null, this._parseForUiOnly), false); + return !!(i3.isMatch(n3) || i3.isMatch(I.globalTypes.json) && n3.supportsLiteralCustomJsonInput) || (this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTypesIncompatible(i3.displayString, null == n3 ? void 0 : n3.displayString), null, null, null, this._parseForUiOnly), false); } _getIncompatibleTypeAssignmentSuggestions(e3, t3, i3) { const n3 = []; @@ -45204,7 +45546,7 @@ var require_scripting_bundle = __commonJS({ let i4; r3.configVal.json[t3] = { __placeHolder: true }; const n4 = r3.type.getPropertyDefinition(t3); - n4 ? i4 = this.parseItemIsRawJson(r3) ? I.json : n4.type : (i4 = I.json, r3.type.additionalProperties || this.addParseResultItem(r3, e3, A.ParseResultTypes.error, u.CodeParseItemMessage.createPropertyNotValidForType(t3, r3.type.displayString))), (null == n4 ? void 0 : n4.isReadOnly) && this.addParseResultItem(r3, e3, A.ParseResultTypes.error, u.CodeParseItemMessage.createPropertyIsReadOnly(t3)), this._pushParseItem({ mode: E.objectPropertyValue, propertyName: t3, expressionPropDef: n4, lineInfo: this.getLineAndCharPosForPosition(e3.from), node: r3.node, nodeFrom: r3.nodeFrom, nodeTo: r3.nodeTo, expression: void 0, type: i4, configVal: r3.configVal, propertyValuePrefixSeparatorAdded: !this._propertyValuesRequirePrefixSeparator() }, r3); + n4 ? i4 = this.parseItemIsRawJson(r3) ? I.globalTypes.json : n4.type : (i4 = I.globalTypes.json, r3.type.additionalProperties || this.addParseResultItem(r3, e3, A.ParseResultTypes.error, u.CodeParseItemMessage.createPropertyNotValidForType(t3, r3.type.displayString))), (null == n4 ? void 0 : n4.isReadOnly) && this.addParseResultItem(r3, e3, A.ParseResultTypes.error, u.CodeParseItemMessage.createPropertyIsReadOnly(t3)), this._pushParseItem({ mode: E.objectPropertyValue, propertyName: t3, expressionPropDef: n4, lineInfo: this.getLineAndCharPosForPosition(e3.from), node: r3.node, nodeFrom: r3.nodeFrom, nodeTo: r3.nodeTo, expression: void 0, type: i4, configVal: r3.configVal, propertyValuePrefixSeparatorAdded: !this._propertyValuesRequirePrefixSeparator() }, r3); } else this.addParseResultItem(r3, e3, A.ParseResultTypes.error, u.CodeParseItemMessage.createInvalidTypeValue(null === (n3 = r3.type) || void 0 === n3 ? void 0 : n3.displayString).addWhat(v.codeEditor.properties.propertyNamesCannotBeBlank)); } @@ -45276,7 +45618,7 @@ var require_scripting_bundle = __commonJS({ var t3, i3; const n3 = this._checkNotAlreadyDone(e3); if (!n3) return false; - if (this._checkType(n3, e3, this.parseItemIsRawJson(n3) ? I.json : null === (t3 = n3.type) || void 0 === t3 ? void 0 : t3.collectionType)) return false; + if (this._checkType(n3, e3, this.parseItemIsRawJson(n3) ? I.globalTypes.json : null === (t3 = n3.type) || void 0 === t3 ? void 0 : t3.collectionType)) return false; const r3 = []; switch (n3.mode) { case E.root: @@ -45297,7 +45639,7 @@ var require_scripting_bundle = __commonJS({ var t3, i3; const n3 = this._checkNotAlreadyDone(e3); if (!n3) return false; - if (this._checkType(n3, e3, I.json)) return false; + if (this._checkType(n3, e3, I.globalTypes.json)) return false; const r3 = {}; switch (n3.mode) { case E.root: @@ -45381,7 +45723,7 @@ var require_scripting_bundle = __commonJS({ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } _createExpression(e3, t3, i3) { - return o.expression(this._rootExpression.parentFlow, this._rootExpression.parent, null, e3 || "", t3 || I.json, e3 || "", a.buildOptions(t3 || I.json).setIsOptional(!i3), true); + return o.expression(this._rootExpression.parentFlow, this._rootExpression.parent, null, e3 || "", t3 || I.globalTypes.json, e3 || "", a.buildOptions(t3 || I.globalTypes.json).setIsOptional(!i3), true); } _assignArchitectValue(e3, t3, i3) { var n3, o2; @@ -45523,24 +45865,24 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (n3 === T2) return void (c2 || this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createMissingValue("Missing number.").addWhat(a2), t3.from + n3 + 1, t3.from + T2 + 1)); if (!s2 && void 0 !== e3[T2]) return void (c2 || this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(e3[T2]).addWhat(v.codeEditor.parseErrors.invalidNumericCharacter).addWhat(a2), t3.from + T2 + 1, t3.from + T2 + 2)); const y2 = e3.substring(n3, T2); - if ((_2 || d2) && g2 > f.default.maxPrecision) return void this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(y2, I.decimal.displayString).addWhat(v.codeEditor.types.codeEditorValueTooPrecise).addWhat(v.codeEditor.types.decimalValueSignificantDigits, [null == g2 ? void 0 : g2.toString()]).addFacetsMinMax(void 0, f.default.maxPrecision), t3.from + n3, t3.to + 1); + if ((_2 || d2) && g2 > f.default.maxPrecision) return void this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(y2, I.globalTypes.decimal.displayString).addWhat(v.codeEditor.types.codeEditorValueTooPrecise).addWhat(v.codeEditor.types.decimalValueSignificantDigits, [null == g2 ? void 0 : g2.toString()]).addFacetsMinMax(void 0, f.default.maxPrecision), t3.from + n3, t3.to + 1); const S2 = _2 ? parseFloat(y2) : parseInt(e3.substring(n3, T2), 10); if (isNaN(S2)) c2 || this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(y2).addWhat(v.codeEditor.parseErrors.invalidNumber).addWhat(a2), t3.from + n3 + 1, t3.from + n3 + y2.length + 1); else if (o2 || !_2) { if (r3 || _2) return _2 || d2 || ((p2 ? y2.substring(1) : y2).length > f.default.maxIntAsStr.length || y2 > f.default.maxIntAsStr) && (p2 ? this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createValueStrTooSmall(y2, f.default.minInt, true, f.default.maxInt, true), t3.from + n3, t3.from + n3 + y2.length + 1) : this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createValueStrTooBig(y2, f.default.minInt, true, f.default.maxInt, true), t3.from + n3, t3.from + n3 + y2.length + 1)), { isDecimal: _2, decimalSeparatorPos: h2, nextCharPos: T2, numVal: S2, numValEqualsStrVal: (null == S2 ? void 0 : S2.toString()) === e3.substring(n3, T2), numValAsStr: e3.substring(n3, T2) }; - this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(y2, I.integer.displayString).addWhat(v.codeEditor.types.integerCannotBeUsedHere).addWhat(a2), t3.from + n3 + 1, t3.to + 1); - } else this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(y2, I.decimal.displayString).addWhat(v.codeEditor.types.decimalCannotBeUsedHere).addWhat(a2), t3.from + n3 + 1, t3.from + n3 + y2.length + 1); + this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(y2, I.globalTypes.integer.displayString).addWhat(v.codeEditor.types.integerCannotBeUsedHere).addWhat(a2), t3.from + n3 + 1, t3.to + 1); + } else this.addParseResultItem(i3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(y2, I.globalTypes.decimal.displayString).addWhat(v.codeEditor.types.decimalCannotBeUsedHere).addWhat(a2), t3.from + n3 + 1, t3.from + n3 + y2.length + 1); } _checkDurationStr(e3, t3, i3) { const n3 = "-" === e3[0]; let o2 = n3 ? 1 : 0; - if (!this._checkSeparator(e3, i3, t3, "P", o2, () => u.CodeParseItemMessage.createTokenMissing("P", I.duration.displayString).addWhat(v.codeEditor.types.durationXsdFormat))) return false; + if (!this._checkSeparator(e3, i3, t3, "P", o2, () => u.CodeParseItemMessage.createTokenMissing("P", I.globalTypes.duration.displayString).addWhat(v.codeEditor.types.durationXsdFormat))) return false; o2++; const a2 = {}; let s2, l2 = 0; const d2 = e3.length; for (; o2 < d2; ) if ("T" === e3[o2]) { - if (s2) return this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenDuplicate("T", I.duration.displayString).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 2), false; + if (s2) return this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenDuplicate("T", I.globalTypes.duration.displayString).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 2), false; s2 = true, o2++; } else { const n4 = this._getNumberFromStr(e3, i3, t3, o2, true, true, v.codeEditor.types.durationXsdFormat, true, 3); @@ -45562,20 +45904,20 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; d3 = f.default.msPerSecond; break; default: - return void 0 !== r3 ? this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(r3, I.duration.displayString).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 1) : this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createInvalidTypeValue(I.duration.displayString).addWhat(v.codeEditor.types.durationMustSpecifyDHMS).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 1), false; + return void 0 !== r3 ? this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(r3, I.globalTypes.duration.displayString).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 1) : this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createInvalidTypeValue(I.globalTypes.duration.displayString).addWhat(v.codeEditor.types.durationMustSpecifyDHMS).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 1), false; } - if ("S" !== r3 && n4.isDecimal) return this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTypesIncompatible(I.decimal.displayString, I.integer.displayString).addWhat(v.codeEditor.types.durationOnlySecondsCanBeDecimal).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + n4.nextCharPos), false; - if (a2[r3]) return this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenDuplicate(r3, I.duration.displayString).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 2), false; + if ("S" !== r3 && n4.isDecimal) return this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTypesIncompatible(I.globalTypes.decimal.displayString, I.globalTypes.integer.displayString).addWhat(v.codeEditor.types.durationOnlySecondsCanBeDecimal).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + n4.nextCharPos), false; + if (a2[r3]) return this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenDuplicate(r3, I.globalTypes.duration.displayString).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 2), false; if (a2[r3] = true, o2++, d3) { if (c2 && s2) return this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(r3).addWhat(v.codeEditor.parseErrors.tokens.invalidTokenOrderMustPrecede, [r3, "T"]).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 2), false; if (!c2 && !s2) return this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalid(r3).addWhat(v.codeEditor.parseErrors.tokens.invalidTokenOrderMustFollow, [r3, "T"]).addWhat(v.codeEditor.types.durationXsdFormat), i3.from + o2 + 1, i3.from + o2 + 2), false; void 0 === n4.numVal || isNaN(n4.numVal) || (l2 += n4.numVal * f.default.msPerDay); } } - return n3 && (l2 *= -1), l2 > f.default.maxDurationMs ? (this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createValueTooBig().addWhat(v.codeEditor.types.durationMaxValue)), false) : l2 < f.default.minDurationMs ? (this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createValueTooSmall().addWhat(v.codeEditor.types.durationMinValue)), false) : !r2.default.isEmpty(a2) || (this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createValueIncomplete(I.duration.displayString).addWhat(v.codeEditor.types.durationMustSpecifyMinimum).addWhat(v.codeEditor.types.durationXsdFormat)), false); + return n3 && (l2 *= -1), l2 > f.default.maxDurationMs ? (this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createValueTooBig().addWhat(v.codeEditor.types.durationMaxValue)), false) : l2 < f.default.minDurationMs ? (this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createValueTooSmall().addWhat(v.codeEditor.types.durationMinValue)), false) : !r2.default.isEmpty(a2) || (this.addParseResultItem(t3, i3, A.ParseResultTypes.error, u.CodeParseItemMessage.createValueIncomplete(I.globalTypes.duration.displayString).addWhat(v.codeEditor.types.durationMustSpecifyMinimum).addWhat(v.codeEditor.types.durationXsdFormat)), false); } _checkDateStr(e3, t3, i3, n3) { - const o2 = n3 ? I.dateTime.displayString : I.date.displayString, a2 = this.wantZeroPaddedNumericValueForPart(e3, i3, t3, o2, 0, 4, f.default.minDateYear, f.default.maxDateYear, () => { + const o2 = n3 ? I.globalTypes.dateTime.displayString : I.globalTypes.date.displayString, a2 = this.wantZeroPaddedNumericValueForPart(e3, i3, t3, o2, 0, 4, f.default.minDateYear, f.default.maxDateYear, () => { const e4 = (/* @__PURE__ */ new Date()).toISOString().substring(0, 19) + ".000"; if (n3) return { message: (0, N.sprintf)(v.codeEditor.types.valueMustBeInGivenFormat, o2, f.default.dateTimeFormat), suggestions: [(0, m.createFixReplaceText)((0, N.sprintf)(v.codeEditor.suggestions.replaceWith, e4), e4, v.codeEditor.types.dateTimeSupplyCurrent)] }; { @@ -45615,7 +45957,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return r2.default.isActualNumber(d2); } _checkTimeStr(e3, t3, i3, n3) { - const o2 = n3 ? I.dateTime.displayString : I.date.displayString, a2 = n3 ? 11 : 0, s2 = this.wantZeroPaddedNumericValueForPart(e3, t3, i3, o2, a2, 2, 0, 23, () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeUnitNeedsDigitValue, v.codeEditor.units.hourUnitLabel, b.hour.toString()), suggestions: [(0, m.createFixReplaceText)((0, N.sprintf)(v.codeEditor.suggestions.replaceWith, "00"), "00", (0, N.sprintf)(v.codeEditor.types.timeUseStringDoubleZero, v.codeEditor.units.hourUnitLabel))] }), () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeOutOfBounds, v.codeEditor.units.hourUnitLabel) }), () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeUnitNeedsDigitValue, v.codeEditor.units.hourUnitLabel, b.hour.toString()) })); + const o2 = n3 ? I.globalTypes.dateTime.displayString : I.globalTypes.date.displayString, a2 = n3 ? 11 : 0, s2 = this.wantZeroPaddedNumericValueForPart(e3, t3, i3, o2, a2, 2, 0, 23, () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeUnitNeedsDigitValue, v.codeEditor.units.hourUnitLabel, b.hour.toString()), suggestions: [(0, m.createFixReplaceText)((0, N.sprintf)(v.codeEditor.suggestions.replaceWith, "00"), "00", (0, N.sprintf)(v.codeEditor.types.timeUseStringDoubleZero, v.codeEditor.units.hourUnitLabel))] }), () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeOutOfBounds, v.codeEditor.units.hourUnitLabel) }), () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeUnitNeedsDigitValue, v.codeEditor.units.hourUnitLabel, b.hour.toString()) })); if (!r2.default.isActualNumber(s2)) return false; if (!this._checkSeparator(e3, t3, i3, ":", 2 + a2, () => u.CodeParseItemMessage.createInvalidTypeValue(o2).addWhat(v.codeEditor.types.timeInvalidSeparatorHourMinute))) return false; const l2 = this.wantZeroPaddedNumericValueForPart(e3, t3, i3, o2, 3 + a2, 2, 0, 59, () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeUnitNeedsDigitValue, v.codeEditor.units.minuteUnitLabel, b.minute.toString()), suggestions: [(0, m.createFixReplaceText)((0, N.sprintf)(v.codeEditor.suggestions.replaceWith, "00"), "00", (0, N.sprintf)(v.codeEditor.types.timeUseStringDoubleZero, v.codeEditor.units.minuteUnitLabel))] }), () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeOutOfBounds, v.codeEditor.units.minuteUnitLabel) }), () => ({ message: (0, N.sprintf)(v.codeEditor.types.timeUnitNeedsDigitValue, v.codeEditor.units.minuteUnitLabel, b.minute.toString()) })); @@ -45634,7 +45976,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return true; } _checkDateTimeStr(e3, t3, i3) { - return !!this._checkDateStr(e3.substring(0, 11), i3, t3, true) && (10 === e3.length || !!this._checkSeparator(e3, t3, i3, "T", 10, () => u.CodeParseItemMessage.createInvalidTypeValue(I.dateTime.displayString).addWhat(v.codeEditor.types.dateTimeInvalid)) && this._checkTimeStr(e3, t3, i3, true)); + return !!this._checkDateStr(e3.substring(0, 11), i3, t3, true) && (10 === e3.length || !!this._checkSeparator(e3, t3, i3, "T", 10, () => u.CodeParseItemMessage.createInvalidTypeValue(I.globalTypes.dateTime.displayString).addWhat(v.codeEditor.types.dateTimeInvalid)) && this._checkTimeStr(e3, t3, i3, true)); } _resolveValueAssignment(e3, t3, i3, n3) { var o2; @@ -45642,19 +45984,19 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; let a2; switch (void 0 === i3 && (i3 = this._sourceText.substring(t3.from, t3.to)), n3) { case R.boolean: - r2.default.isBoolean(i3) ? a2 = { archType: I.boolean, archValue: i3 ? f.default.true : f.default.false, jsonValue: i3, isBoolean: true } : r2.default.isString(i3) && (i3 === f.default.true ? a2 = { archType: I.boolean, archValue: f.default.true, jsonValue: true, isBoolean: true } : i3 === f.default.false && (a2 = { archType: I.boolean, archValue: f.default.false, jsonValue: false, isBoolean: true })), void 0 === a2 && this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalidIsNotType(i3, I.boolean.displayString)); + r2.default.isBoolean(i3) ? a2 = { archType: I.globalTypes.boolean, archValue: i3 ? f.default.true : f.default.false, jsonValue: i3, isBoolean: true } : r2.default.isString(i3) && (i3 === f.default.true ? a2 = { archType: I.globalTypes.boolean, archValue: f.default.true, jsonValue: true, isBoolean: true } : i3 === f.default.false && (a2 = { archType: I.globalTypes.boolean, archValue: f.default.false, jsonValue: false, isBoolean: true })), void 0 === a2 && this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalidIsNotType(i3, I.globalTypes.boolean.displayString)); break; case R.null: (null === i3 || r2.default.isString(i3) && ("null" === i3 || i3 === f.default.notSet)) && (a2 = { archType: e3.type, archValue: f.default.notSet, jsonValue: null, isNull: true }), void 0 === a2 && (this.parseItemIsRawJson(e3) ? this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalidIsNotType(i3, "null")) : this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalidIsNotType(i3, f.default.notSet))); break; case R.string: { let n4; - r2.default.isString(i3) && (e3.type.isMatch(I.string) || e3.type.isMatch(I.json) ? a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isString: true } : e3.type.isMatch(I.dateTime) ? (this._checkDateTimeStr(i3, t3, e3) && (a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isDateTime: true }), n4 = true) : e3.type.isMatch(I.date) ? (this._checkDateStr(i3, e3, t3) && (a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isDate: true }), n4 = true) : e3.type.isMatch(I.time) ? (this._checkTimeStr(i3, t3, e3) && (a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isDate: true }), n4 = true) : e3.type.isMatch(I.duration) && (this._checkDurationStr(i3, e3, t3) && (a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isDuration: true }), n4 = true)), void 0 !== a2 || n4 || this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalidIsNotType(i3, null === (o2 = e3.type) || void 0 === o2 ? void 0 : o2.displayString).addSuggestions(this._getIncompatibleTypeAssignmentSuggestions(e3.type, I.string, `"${i3}"`)), null, null, null, this._parseForUiOnly); + r2.default.isString(i3) && (e3.type.isMatch(I.globalTypes.string) || e3.type.isMatch(I.globalTypes.json) ? a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isString: true } : e3.type.isMatch(I.globalTypes.dateTime) ? (this._checkDateTimeStr(i3, t3, e3) && (a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isDateTime: true }), n4 = true) : e3.type.isMatch(I.globalTypes.date) ? (this._checkDateStr(i3, e3, t3) && (a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isDate: true }), n4 = true) : e3.type.isMatch(I.globalTypes.time) ? (this._checkTimeStr(i3, t3, e3) && (a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isDate: true }), n4 = true) : e3.type.isMatch(I.globalTypes.duration) && (this._checkDurationStr(i3, e3, t3) && (a2 = { archType: e3.type, archValue: i3, jsonValue: i3, isDuration: true }), n4 = true)), void 0 !== a2 || n4 || this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createTokenInvalidIsNotType(i3, null === (o2 = e3.type) || void 0 === o2 ? void 0 : o2.displayString).addSuggestions(this._getIncompatibleTypeAssignmentSuggestions(e3.type, I.globalTypes.string, `"${i3}"`)), null, null, null, this._parseForUiOnly); break; } case R.number: { const n4 = this._getNumberFromStr(i3, t3, e3, 0, true, true, void 0, false); - n4 && (a2 = n4.isDecimal ? { archType: I.decimal, archValue: n4.numValAsStr, jsonValue: n4.numValEqualsStrVal ? n4.numVal : n4.numValAsStr, isInteger: true, isNumber: true } : { archType: I.integer, archValue: n4.numValAsStr, jsonValue: n4.numValEqualsStrVal ? n4.numVal : n4.numValAsStr, isInteger: true, isNumber: true }); + n4 && (a2 = n4.isDecimal ? { archType: I.globalTypes.decimal, archValue: n4.numValAsStr, jsonValue: n4.numValEqualsStrVal ? n4.numVal : n4.numValAsStr, isInteger: true, isNumber: true } : { archType: I.globalTypes.integer, archValue: n4.numValAsStr, jsonValue: n4.numValEqualsStrVal ? n4.numVal : n4.numValAsStr, isInteger: true, isNumber: true }); break; } } @@ -45664,7 +46006,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; var n3, r3, o2, a2, s2, l2, d2, c2, p2, _2, h2, g2, f2, T2, y2, O2, C2, b2, E2, R2, w, D, P, M, F, L, x, k, V, U, B; const G = this.parseItemIsRawJson(e3), j = this.isParseItemArray(e3); let W, q; - this.isParseItemArray(e3) && this._checkForMissingSeparator(e3, t3), G ? (W = I.json, q = i3.jsonValue) : (W = i3.isInteger && e3.type.isMatch(I.decimal) ? I.decimal : i3.archType, q = i3.archValue); + this.isParseItemArray(e3) && this._checkForMissingSeparator(e3, t3), G ? (W = I.globalTypes.json, q = i3.jsonValue) : (W = i3.isInteger && e3.type.isMatch(I.globalTypes.decimal) ? I.globalTypes.decimal : i3.archType, q = i3.archValue); const Y = this._getNodeText(t3); if (!(null == e3 ? void 0 : e3.type.isMatch(W))) return this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createIncompatibleTypesValueAssignment(W.displayString, Y, e3.type.displayString).addSuggestions(this._getIncompatibleTypeAssignmentSuggestions(e3.type, W, Y)), null, null, null, this._parseForUiOnly), false; if ((null === (n3 = e3.expressionPropDef) || void 0 === n3 ? void 0 : n3.maxLength) && i3.isString && q.length > (null === (r3 = e3.expressionPropDef) || void 0 === r3 ? void 0 : r3.maxLength) && this.addParseResultItem(e3, t3, A.ParseResultTypes.error, u.CodeParseItemMessage.createStringLengthTooBig(q.length, null === (o2 = e3.expressionPropDef) || void 0 === o2 ? void 0 : o2.minLength, null === (a2 = e3.expressionPropDef) || void 0 === a2 ? void 0 : a2.maxLength).setFacetInfo({ facet: S.jsonParseItemFacet.propFacetMaxLength, facetOutOfBoundsValue: null == Y ? void 0 : Y.length, facetValue: null === (s2 = e3.expressionPropDef) || void 0 === s2 ? void 0 : s2.maxLength }).addSuggestion((0, m.createFixReplaceText)((0, N.sprintf)(v.codeEditor.types.truncateStringSuggestion, null === (l2 = e3.expressionPropDef) || void 0 === l2 ? void 0 : l2.maxLength), `"${q.substring(0, null === (d2 = e3.expressionPropDef) || void 0 === d2 ? void 0 : d2.maxLength)}"`))), (null === (c2 = e3.expressionPropDef) || void 0 === c2 ? void 0 : c2.minLength) && i3.isString && q.length < (null === (p2 = e3.expressionPropDef) || void 0 === p2 ? void 0 : p2.minLength)) { @@ -46182,6 +46524,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return new _.default.actions.ArchActionTransferToVoicemail(i3); case r2.updateConversationAttributeActionType: return new _.default.actions.ArchActionUpdateConversationAttribute(i3); + case r2.updateExternalContactActionType: + return new _.default.actions.ArchActionUpdateExternalContact(i3); case r2.updateVariableActionType: return new _.default.actions.ArchActionUpdateData(i3); case r2.updateWorkitemActionType: @@ -47257,7 +47601,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 39145: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.FileType = void 0; - const n2 = i2(31635), r2 = i2(27491), o = i2(94765), a = i2(4285), s = i2(80428), l = n2.__importDefault(i2(4648)), u = i2(65220), d = i2(14394), c = i2(10798), p = i2(22226); + const n2 = i2(31635), r2 = i2(27491), o = i2(94765), a = i2(4285), s = i2(80428), l = n2.__importDefault(i2(4648)), u = i2(65220), d = i2(14394), c = i2(10798), p = n2.__importDefault(i2(22226)); class _ extends o.ExpressionType { constructor(e3, t3, i3) { super(e3, t3, i3); @@ -47269,7 +47613,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return r2.expressionDataService.isFunctionTextAvailableForFlowTypeAndOperandTypes("ToFile", e3, [d.globalTypes.responseAsset, d.globalTypes.file]) && r2.expressionDataService.isFunctionTextAvailableForFlowTypeAndOperandTypes("FindResponseAsset", e3, [d.globalTypes.string]); } convertLitToExpression(e3, t3) { - return t3 && this.canConvertLitToExpression(e3) ? `ToFile(FindResponseAsset(${p.getQuotedExpressionStringLiteral(t3)}), NOT_SET)` : ""; + return t3 && this.canConvertLitToExpression(e3) ? `ToFile(FindResponseAsset(${p.default.getQuotedExpressionStringLiteral(t3)}), NOT_SET)` : ""; } _getLiteralValueOfExpression() { return ""; @@ -47307,17 +47651,17 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 39168: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.NormalExpression = void 0; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(69453)), s = i2(51677), l = n2.__importStar(i2(8462)), u = n2.__importStar(i2(24032)), d = n2.__importDefault(i2(7401)), c = i2(66800), p = i2(65220), _ = i2(97629), h = i2(63345), m = i2(39139), g = i2(12847), f = i2(12847), T = n2.__importStar(i2(12847)), y = n2.__importStar(i2(17498)), S = n2.__importStar(i2(36781)), A = i2(10798), N = n2.__importStar(i2(10798)), O = n2.__importStar(i2(58380)), I = i2(55909), v = i2(33951), C = i2(18638), b = n2.__importStar(i2(1115)), E = i2(1115), R = n2.__importDefault(i2(4648)), w = i2(99772), D = i2(28562), P = n2.__importDefault(i2(39041)), M = n2.__importDefault(i2(73198)), F = i2(27491), L = i2(98552), x = n2.__importStar(i2(9345)), k = i2(63352), V = n2.__importStar(i2(63352)), U = i2(14394), B = i2(46782), G = i2(92908), j = i2(59263), W = i2(80428), q = n2.__importDefault(i2(86833)), Y = i2(47957), H = i2(27862), J = u.getTopic("expression"); - function z(e3, t3) { + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(69453)), s = i2(51677), l = n2.__importStar(i2(8462)), u = n2.__importStar(i2(24032)), d = n2.__importDefault(i2(7401)), c = i2(66800), p = i2(65220), _ = i2(97629), h = i2(63345), m = i2(39139), g = i2(12847), f = i2(12847), T = n2.__importStar(i2(12847)), y = n2.__importStar(i2(17498)), S = n2.__importStar(i2(36781)), A = i2(10798), N = n2.__importStar(i2(10798)), O = n2.__importStar(i2(58380)), I = i2(55909), v = i2(33951), C = i2(18638), b = n2.__importStar(i2(1115)), E = i2(1115), R = n2.__importDefault(i2(4648)), w = i2(99772), D = i2(28562), P = n2.__importDefault(i2(39041)), M = n2.__importDefault(i2(73198)), F = i2(27491), L = i2(98552), x = n2.__importStar(i2(9345)), k = i2(63352), V = n2.__importStar(i2(63352)), U = i2(14394), B = i2(46782), G = i2(92908), j = i2(59263), W = n2.__importDefault(i2(22226)), q = n2.__importDefault(i2(86833)), Y = i2(80428), H = i2(47957), J = i2(27862), z = u.getTopic("expression"); + function K(e3, t3) { const i3 = o.default.find(e3.variables); i3 !== t3 && (i3 && i3.deleteReference(e3), t3 && (e3.options.doNotTrackUsages || e3._addVariableUsage(t3), e3.variables[t3.id] = t3)); } - function K(e3) { + function $(e3) { e3.outOfService ? y.unRegisterExpression(e3) : y.registerExpression(e3), o.default.each(e3.properties, (e4) => { - K(e4); + $(e4); }); } - class $ extends B.BaseExpression { + class Q extends B.BaseExpression { get className() { return "NormalExpression"; } @@ -47328,7 +47672,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; var e3; this.model.uiMetaData || (this.model.uiMetaData = {}); let t3 = true; - (this.parentFlow && this.parentFlow.loaded || !this.hasConfig) && (t3 = this._transitionExpressionToNewVersion()), (null === (e3 = this.options) || void 0 === e3 ? void 0 : e3.antiFeatureConfigName) && N.isFeatureAvailable(this.options.antiFeatureConfigName) && (this.outOfServiceProvider.antiFeatureConfigName = this.options.antiFeatureConfigName, this.outOfServiceProvider.outOfService = true), t3 && (this.model && this.model.uiMetaData && this.model.uiMetaData.mode === V.noValue ? this._mode = V.noValue : !this.options.isFlowLevelDefaultExpression || !this.options.flowLevelDefaultHasDefault || this.model.uiMetaData && this.model.uiMetaData.mode !== V.none ? !this.options.literalOnly || this.model && this.model.uiMetaData && this.model.uiMetaData.mode === V.expression ? this.options.expressionOnly ? this._mode = V.expression : this.options.wantVariableMode ? this._mode = V.variable : this.options.anySpecificModeAvailable ? this.model.uiMetaData && (this.model.uiMetaData.mode || 0 === this.model.uiMetaData.mode) ? this._mode = this.model.uiMetaData.mode : this._initializedModeToBuilder() || (this.options.defaultToExpression && this.options.getAllowModeExpression(this) ? this._mode = V.expression : this.options.defaultToNoValue && this.options.allowModeNoValue ? this._mode = V.noValue : !this.options.allowModeLiteral && this.options.getAllowModeExpression(this) ? this._mode = V.expression : !this.options.allowModeLiteral && this.options.allowModeNoValue ? this._mode = V.noValue : this._mode = V.literal) : this._mode = V.none : this._mode = V.literal : this._mode = V.noValue); + (this.parentFlow && this.parentFlow.loaded || !this.hasConfig) && (t3 = this._transitionExpressionToNewVersion()), (null === (e3 = this.options) || void 0 === e3 ? void 0 : e3.antiFeatureConfigName) && N.isFeatureAvailable(this.options.antiFeatureConfigName) && (this.outOfServiceProvider.antiFeatureConfigName = this.options.antiFeatureConfigName, this.outOfServiceProvider.outOfService = true), t3 && (this.model && this.model.uiMetaData && this.model.uiMetaData.mode === V.noValue ? this._mode = V.noValue : !this.options.isOverridableFlowLevelDefaultExpression || !this.options.flowLevelDefaultHasDefault || this.model.uiMetaData && this.model.uiMetaData.mode !== V.none ? !this.options.literalOnly || this.model && this.model.uiMetaData && this.model.uiMetaData.mode === V.expression ? this.options.expressionOnly ? this._mode = V.expression : this.options.wantVariableMode ? this._mode = V.variable : this.options.anySpecificModeAvailable ? this.model.uiMetaData && (this.model.uiMetaData.mode || 0 === this.model.uiMetaData.mode) ? this._mode = this.model.uiMetaData.mode : this._initializedModeToBuilder() || (this.options.defaultToExpression && this.options.getAllowModeExpression(this) ? this._mode = V.expression : this.options.defaultToNoValue && this.options.allowModeNoValue ? this._mode = V.noValue : !this.options.allowModeLiteral && this.options.getAllowModeExpression(this) ? this._mode = V.expression : !this.options.allowModeLiteral && this.options.allowModeNoValue ? this._mode = V.noValue : this._mode = V.literal) : this._mode = V.none : this._mode = V.literal : this._mode = V.noValue), !this.options.inheritsFromFlowLevelDefaultExpression || this.isEmpty || this.isOverride || this._mode === V.noValue || (this.isOverride = true); } _initializedModeToBuilder() { if (!this.options.defaultToBuilderId || !this.options.allowModeBuilder) return false; @@ -47339,7 +47683,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (o.default.isObject(t3)) return this._mode = V.builder, this.builder = t3, true; } } catch (e3) { - J.exception(e3, "Unhandled exception processing default builder settings on expression."); + z.exception(e3, "Unhandled exception processing default builder settings on expression."); } return false; } @@ -47348,7 +47692,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const t3 = this.model.version ? this.model.version : 1; if (t3 < 2 && t3 < 2) { let t4 = this.isBlank && this.options.allowModeNoValue; - t4 && this.isLiteralMode && this.type.isMatch(U.globalTypes.string, x.settings.exact) && (t4 = false), this.options.doNotTransitionToNoValue && (t4 = false), t4 && (this.mode = V.noValue, this.model.uiMetaData.mode = V.noValue, this.isOverride = false, e3 = false); + t4 && this.isLiteralMode && this.type.isMatch(U.globalTypes.string, x.settings.exact) && (t4 = false), this.options.doNotTransitionToNoValue && (t4 = false), t4 && this.options.inheritsFromFlowLevelDefaultExpression && this.hasConfig && !this.isEmpty && (t4 = false), t4 && (this.mode = V.noValue, this.model.uiMetaData.mode = V.noValue, this.isOverride = false, e3 = false); } return this.model.version = 2, e3; } @@ -47366,16 +47710,20 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; getEmbeddableExpressionText() { return this.isLiteralMode && this.type.canConvertLitToExpression(this.parentFlow.type) ? this.type.convertLitToExpression(this.parentFlow.type, this.text, this.val, this) : this.config && this.config.getTextWithFuncOpTextFallback ? this.config.getTextWithFuncOpTextFallback(true) : this.text; } - getDesignTimeAllowableValue() { + getStringTypeDesignTimeAllowableValue() { + if (!this.options.hasAllowableValues) return; + const e3 = this.getStringTypeDesignTimeValue(); + return (null == e3 ? void 0 : e3.length) ? this.options.getAllowableValueForValue(e3) : void 0; + } + getStringTypeDesignTimeValue() { var e3, t3; - if (!this.options.hasAllowableValues || !(null === (e3 = this.type) || void 0 === e3 ? void 0 : e3.isMatch(U.globalTypes.string, x.settings.exact))) return; - let i3; - if (this.isLiteralMode) i3 = this.text; - else { - const e4 = null === (t3 = this.getEmbeddableExpressionText()) || void 0 === t3 ? void 0 : t3.trim(); - (null == e4 ? void 0 : e4.length) > 2 && e4.startsWith('"') && e4.endsWith('"') && (i3 = e4.substring(1, e4.length - 1)); - } - return (null == i3 ? void 0 : i3.length) ? this.options.getAllowableValueForValue(i3) : void 0; + if (!(null === (e3 = this.type) || void 0 === e3 ? void 0 : e3.isMatch(U.globalTypes.string, x.settings.exact))) return; + if (this.isLiteralMode) return this.text; + const i3 = null === (t3 = this.getEmbeddableExpressionText()) || void 0 === t3 ? void 0 : t3.trim(); + if (!(null == i3 ? void 0 : i3.length)) return; + if (!W.default.textIsExpressionStringLiteral(i3)) return; + const n3 = W.default.getUnquotedExpressionStringLiteralContents(i3); + return (null == n3 ? void 0 : n3.length) ? n3 : void 0; } getCustomJsonText(e3) { switch (this.mode) { @@ -47443,12 +47791,12 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; registerDependencies() { var e3; if (!this.isTransitory) if (this.isLiteralMode && this.val && (null === (e3 = this.type) || void 0 === e3 ? void 0 : e3.isMatch(U.globalTypes.prompt, x.settings.exact))) { - const e4 = L.expressionItems.isSystemId(this.val) ? H.SystemPrompt : H.UserPrompt; + const e4 = L.expressionItems.isSystemId(this.val) ? J.SystemPrompt : J.UserPrompt; y.registerPrompt(this.text, e4, this.parentFlow, this.val); } else this._registerPromptsFromExpressionText(), this._registerJsonDependencies(); } outOfServiceChanged(e3) { - K(this), !e3 && this.initializeDesignTimeCalled && (this.regenBuilderText(), this.processText(true), b.validateItem(this, true, true)); + $(this), !e3 && this.initializeDesignTimeCalled && (this.regenBuilderText(), this.processText(true), b.validateItem(this, true, true)); } regenBuilderText() { this.builder && this.mode === V.builder && !this.outOfService && this.setText(this.builder.buildExpressionText()); @@ -47540,7 +47888,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this.model.properties && (_2 = this.model.properties[c2]), _2 instanceof d.default || (_2 = new d.default({})); const h2 = new j.ExpressionParameters(this.parentFlow, this.parent, _2, e3.displayValue); let m2; - return h2.type = e3.type, h2.propertyName = p2, h2.label = e3.displayValue || e3.name, h2.options = l.buildOptions(e3.type, void 0, this.parentFlow), h2.transitory = this.isTransitory, e3.isOptional && (h2.options.isOptional = true), e3.noValueRuntimeStr && h2.options.setModeNoValueRuntimeEvaluationStr(e3.noValueRuntimeStr), e3.description && h2.options.setDescriptionInfo(c2, e3.description), e3.minLength && (null === (n3 = h2.options.facets) || void 0 === n3 ? void 0 : n3.setMinLength) && (null === (r3 = h2.options.facets) || void 0 === r3 || r3.setMinLength(e3.minLength)), e3.maxLength && (null === (o2 = h2.options.facets) || void 0 === o2 ? void 0 : o2.setMaxLength) && (null === (a2 = h2.options.facets) || void 0 === a2 || a2.setMaxLength(e3.maxLength)), e3.isReadOnly && h2.options.setReadOnly(true), this.type.configurePropertyCreationParams(this, e3, h2), s2 && h2.options.setAndApplyCustomizations(u2, s2[c2]), this.properties || t3 || (this.properties = {}), this.options.assignablePropertiesNoExpression && h2.options.setAssignablePropertiesNoExpression(true).setAllowModeExpression(false), m2 = h2.type && h2.type.isCollection ? new $.CollectionExpression(h2) : new $(h2), e3.featureConfigName && (m2.outOfService = (0, A.isFeatureUnavailable)(e3.featureConfigName)), e3.minItems && m2.options.setMinItems && m2.options.setMinItems(e3.minItems), e3.maxItems && m2.options.setMaxItems && m2.options.setMaxItems(e3.maxItems, e3.maxItemsIsSoftLimit), t3 || (this.properties[p2] = m2, this.model.properties[c2] = m2.model), m2._propertyParent = this, e3.defaultValue && !m2.text && m2.setText(e3.defaultValue, false, true), m2; + return h2.type = e3.type, h2.propertyName = p2, h2.label = e3.displayValue || e3.name, h2.options = l.buildOptions(e3.type, void 0, this.parentFlow), h2.transitory = this.isTransitory, e3.isOptional && (h2.options.isOptional = true), e3.noValueRuntimeStr && h2.options.setModeNoValueRuntimeEvaluationStr(e3.noValueRuntimeStr), e3.description && h2.options.setDescriptionInfo(c2, e3.description), e3.minLength && (null === (n3 = h2.options.facets) || void 0 === n3 ? void 0 : n3.setMinLength) && (null === (r3 = h2.options.facets) || void 0 === r3 || r3.setMinLength(e3.minLength)), e3.maxLength && (null === (o2 = h2.options.facets) || void 0 === o2 ? void 0 : o2.setMaxLength) && (null === (a2 = h2.options.facets) || void 0 === a2 || a2.setMaxLength(e3.maxLength)), e3.isReadOnly && h2.options.setReadOnly(true), this.type.configurePropertyCreationParams(this, e3, h2), s2 && h2.options.setAndApplyCustomizations(u2, s2[c2]), this.properties || t3 || (this.properties = {}), this.options.assignablePropertiesNoExpression && h2.options.setAssignablePropertiesNoExpression(true).setAllowModeExpression(false), m2 = h2.type && h2.type.isCollection ? new Q.CollectionExpression(h2) : new Q(h2), e3.featureConfigName && (m2.outOfService = (0, A.isFeatureUnavailable)(e3.featureConfigName)), e3.minItems && m2.options.setMinItems && m2.options.setMinItems(e3.minItems), e3.maxItems && m2.options.setMaxItems && m2.options.setMaxItems(e3.maxItems, e3.maxItemsIsSoftLimit), t3 || (this.properties[p2] = m2, this.model.properties[c2] = m2.model), m2._propertyParent = this, e3.defaultValue && !m2.text && m2.setText(e3.defaultValue, false, true), m2; } get propertyParent() { return this._propertyParent; @@ -47558,7 +47906,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this._parentExpressionContainerItem = e3; } _initialize() { - this._hydrateBuilder(true), super._initialize(), this.isLiteralMode && this._hydrateAssignableProperties(), K(this); + this._hydrateBuilder(true), super._initialize(), this.isLiteralMode && this._hydrateAssignableProperties(), $(this); } _ensureUiMetaData() { super._ensureUiMetaData(), this.model.uiMetaData.mode = this.mode; @@ -47632,7 +47980,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }), y.unRegisterExpression(this), this.builder && this.builder.destroy(), this._destroyAssignableProperties(), super._destroy(); } checkVariableModeType() { - return this.isVariableMode && this.getHasVariableTypeMismatch() ? (z(this, null), this.setConfigAndMetaData(null), this.consumesSecureData = false, (0, r2.sprintf)(Y.expression.variableTypeError, this.text, this.type.displayString)) : null; + return this.isVariableMode && this.getHasVariableTypeMismatch() ? (K(this, null), this.setConfigAndMetaData(null), this.consumesSecureData = false, (0, r2.sprintf)(H.expression.variableTypeError, this.text, this.type.displayString)) : null; } getHasVariableTypeMismatch(e3) { return e3 || (e3 = this._getReferenceByName(this.text)), e3 && !this.type.isMatch(e3.type); @@ -47649,7 +47997,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (!this.parentFlow.shouldParseExpressions) return; !(function(e4) { const t4 = e4.text ? e4._getReferenceByName(e4.text) : void 0; - t4 && !e4.getHasVariableTypeMismatch(t4) ? (z(e4, t4), e4.setConfigAndMetaData(L.expressionItems.reference(1, t4, e4.text)), e4.consumesSecureData = t4.isSecure) : (z(e4, null), e4.setConfigAndMetaData(L.expressionItems.empOrEnf(e4.type, e4.options)), e4.consumesSecureData = false); + t4 && !e4.getHasVariableTypeMismatch(t4) ? (K(e4, t4), e4.setConfigAndMetaData(L.expressionItems.reference(1, t4, e4.text)), e4.consumesSecureData = t4.isSecure) : (K(e4, null), e4.setConfigAndMetaData(L.expressionItems.empOrEnf(e4.type, e4.options)), e4.consumesSecureData = false); })(this); } else if (this.isLiteralMode) if (this.clearParseResult(), !this.options.allowFlowLevelDefault && !this.options.allowEmptyConfig || this.isOverride || !this.isBlank || this.typeHasAssignableProperties || this.isCollectionExpression) if (this.isCollectionExpression) this.processCollection(); else { @@ -47732,7 +48080,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this.options.setAsOutput().setAllowSecure(!e3), this.shouldBeNoValue ? this.setModeWithTransition(V.noValue) : this.options.wantVariableMode && this.setModeWithTransition(V.variable); } setModeWithTransition(e3, t3) { - this.mode === e3 && (e3 !== V.builder || this.builder && this.builder.builderDefId === t3) || (this.isBuilderMode && (e3 === V.expression || e3 === V.builder) && this.builder && (this._oldBuilderConfig[this.builder.builderDefId] = { builderConfig: this.model.uiMetaData.builder, text: this.text }, this.builder = void 0), e3 === V.builder && (this._ensureUiMetaData(), this._oldBuilderConfig[t3] && (this._oldBuilderConfig[t3].text === this.text && (this.model.uiMetaData.builder = this._oldBuilderConfig[t3].builderConfig), delete this._oldBuilderConfig[t3])), this.isLiteralMode && e3 === V.expression ? this.model.text = this._transitionLitToExpression() : this.isExpressionMode || this.isBuilderMode ? e3 === V.literal ? this.model.text = this._getLiteralValueOfExpression() : e3 === V.variable && this.type.dataType === W.expressionTypeNames.prompt && 0 === F.expressionDataService.getPromptsFromExpressionText(this.text).length && (this.model.text = "") : this.isNoValueMode && e3 !== V.variable && (this.model.text = this.options.defaultText), this.mode = e3, this.rebuildOrCreateBuilderByDefId(t3), this._fireEvent(S.expressionValueChanged)); + this.mode === e3 && (e3 !== V.builder || this.builder && this.builder.builderDefId === t3) || (this.isBuilderMode && (e3 === V.expression || e3 === V.builder) && this.builder && (this._oldBuilderConfig[this.builder.builderDefId] = { builderConfig: this.model.uiMetaData.builder, text: this.text }, this.builder = void 0), e3 === V.builder && (this._ensureUiMetaData(), this._oldBuilderConfig[t3] && (this._oldBuilderConfig[t3].text === this.text && (this.model.uiMetaData.builder = this._oldBuilderConfig[t3].builderConfig), delete this._oldBuilderConfig[t3])), this.isLiteralMode && e3 === V.expression ? this.model.text = this._transitionLitToExpression() : this.isExpressionMode || this.isBuilderMode ? e3 === V.literal ? this.model.text = this._getLiteralValueOfExpression() : e3 === V.variable && this.type.dataType === Y.expressionTypeNames.prompt && 0 === F.expressionDataService.getPromptsFromExpressionText(this.text).length && (this.model.text = "") : this.isNoValueMode && e3 !== V.variable && (this.model.text = this.options.defaultText), this.mode = e3, this.rebuildOrCreateBuilderByDefId(t3), this._fireEvent(S.expressionValueChanged)); } _getLiteralValueOfExpression() { return (this.savedLit || "" === this.savedLit) && this.type.isMatch(U.globalTypes.string) ? this.savedLit : this.type.getLiteralValueOfExpression(this); @@ -47752,24 +48100,24 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; var t3, i3, n3, s2; if (this.outOfService || this.isDestroyed) return true; if (e3.isDeep && this.renamePromptVariables(), this.isExpressionMode) { - if (!this.options.getAllowModeExpression(this)) return this.setParseAndValidationError(Y.expression.expressionModeNotAllowed, e3), false; + if (!this.options.getAllowModeExpression(this)) return this.setParseAndValidationError(H.expression.expressionModeNotAllowed, e3), false; } else if (this.isLiteralMode) { - if (!this.options.allowModeLiteral) return this.setParseAndValidationError(Y.expression.literalModeNotAllowed, e3), false; - if ((null === (t3 = this.text) || void 0 === t3 ? void 0 : t3.length) > M.default.maxExpressionTextLength) return this.setParseAndValidationError((0, r2.sprintf)(Y.expression.expressionLengthToLong, this.text.length, M.default.maxExpressionTextLength), e3), false; + if (!this.options.allowModeLiteral) return this.setParseAndValidationError(H.expression.literalModeNotAllowed, e3), false; + if ((null === (t3 = this.text) || void 0 === t3 ? void 0 : t3.length) > M.default.maxExpressionTextLength) return this.setParseAndValidationError((0, r2.sprintf)(H.expression.expressionLengthToLong, this.text.length, M.default.maxExpressionTextLength), e3), false; let i4 = true; if (o.default.each(this.properties, (t4) => { var n4; t4.outOfService || (t4.isNoValueMode ? (null === (n4 = this.getPropertyDefinition(t4.propertyName)) || void 0 === n4 ? void 0 : n4.isRequired) && this.typeHasAssignableProperties && (this.setParseAndValidationError((0, r2.sprintf)(a.architect.requiredPropertyMissing, t4.propertyName), e3), i4 = false) : t4.validate(e3) || (i4 = false)); }), !i4) return i4; } else if (this.isVariableMode) { - if (!this.options.allowModeVariable) return this.setParseAndValidationError(Y.expression.variableModeNotAllowed, e3), false; + if (!this.options.allowModeVariable) return this.setParseAndValidationError(H.expression.variableModeNotAllowed, e3), false; } else if (this.isNoValueMode) { - if (!this.options.allowModeNoValue) return this.setParseAndValidationError(Y.expression.noValueModeNotAllowed, e3), false; + if (!this.options.allowModeNoValue) return this.setParseAndValidationError(H.expression.noValueModeNotAllowed, e3), false; } else if (this.isBuilderMode) { - if (!this.options.allowModeBuilder) return this.setParseAndValidationError(Y.expression.builderModeNotAllowed, e3), false; - if (!this.builder) return this.setParseAndValidationError(Y.builders.noBuilderSpecified, e3), false; + if (!this.options.allowModeBuilder) return this.setParseAndValidationError(H.expression.builderModeNotAllowed, e3), false; + if (!this.builder) return this.setParseAndValidationError(H.builders.noBuilderSpecified, e3), false; if (!this.builder.validate(e3)) { - const t4 = this.builder.overrideErrorText || Y.expression.builderInError; + const t4 = this.builder.overrideErrorText || H.expression.builderInError; return this.setParseError(t4), super.validate(e3), false; } { @@ -47851,26 +48199,27 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return `${super.toString()} - mode:${this.mode}`; } } - t2.NormalExpression = $; + t2.NormalExpression = Q; }, 39194: (e2, t2, i2) => { "use strict"; + var n2, r2; Object.defineProperty(t2, "__esModule", { value: true }), t2.BaseActionNoInputNoMatchModel = void 0; - const n2 = i2(31635), r2 = i2(68794), o = i2(94858), a = i2(80295), s = n2.__importDefault(i2(7401)), l = i2(80295); - class u extends o.BaseActionModel { + const o = i2(31635), a = i2(68794), s = i2(94858), l = i2(80295), u = o.__importDefault(i2(7401)), d = i2(80295); + class c extends s.BaseActionModel { constructor(e3) { - super(e3), (0, l.makeUnenumerable)(this, "_customizeNoInput"), (0, l.makeUnenumerable)(this, "_customizeNoInput"), (0, l.makeUnenumerable)(this, "_customizeNoMatch"), (0, l.makeUnenumerable)(this, "_noInputs"), (0, l.makeUnenumerable)(this, "_noInputReprompts"), (0, l.makeUnenumerable)(this, "_noMatches"), (0, l.makeUnenumerable)(this, "_noMatchReprompts"), (0, l.makeUnenumerable)(this, "_voiceEndOfInputTimeout"), (0, l.makeUnenumerable)(this, "_paths"); + super(e3), (0, d.makeUnenumerable)(this, "_customizeNoInput"), (0, d.makeUnenumerable)(this, "_customizeNoMatch"), (0, d.makeUnenumerable)(this, "_enableBargeIn"), (0, d.makeUnenumerable)(this, "_noInputs"), (0, d.makeUnenumerable)(this, "_noInputReprompts"), (0, d.makeUnenumerable)(this, "_noMatches"), (0, d.makeUnenumerable)(this, "_noMatchReprompts"), (0, d.makeUnenumerable)(this, "_voiceEndOfInputTimeout"), (0, d.makeUnenumerable)(this, "_paths"); } get customizeNoInput() { return this._customizeNoInput; } set customizeNoInput(e3) { - this._customizeNoInput = this.reviveItem(e3, s.default); + this._customizeNoInput = this.reviveItem(e3, u.default); } get customizeNoMatch() { return this._customizeNoMatch; } set customizeNoMatch(e3) { - this._customizeNoMatch = this.reviveItem(e3, s.default); + this._customizeNoMatch = this.reviveItem(e3, u.default); } get noInput() { return this.noInputs && this.noInputs[0]; @@ -47888,46 +48237,52 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this._noInputs; } set noInputs(e3) { - this._noInputs = this.reviveArray(e3, s.default); + this._noInputs = this.reviveArray(e3, u.default); } get noInputReprompts() { return this._noInputReprompts; } set noInputReprompts(e3) { - this._noInputReprompts = this.reviveItem(e3, s.default); + this._noInputReprompts = this.reviveItem(e3, u.default); } get noMatches() { return this._noMatches; } set noMatches(e3) { - this._noMatches = this.reviveArray(e3, s.default); + this._noMatches = this.reviveArray(e3, u.default); } get noMatchReprompts() { return this._noMatchReprompts; } set noMatchReprompts(e3) { - this._noMatchReprompts = this.reviveItem(e3, s.default); + this._noMatchReprompts = this.reviveItem(e3, u.default); } get voiceEndOfInputTimeout() { return this._voiceEndOfInputTimeout; } set voiceEndOfInputTimeout(e3) { - this._voiceEndOfInputTimeout = this.reviveItem(e3, s.default); + this._voiceEndOfInputTimeout = this.reviveItem(e3, u.default); + } + get enableBargeIn() { + return this._enableBargeIn; + } + set enableBargeIn(e3) { + this._enableBargeIn = this.reviveItem(e3, u.default); } get paths() { return this._paths; } set paths(e3) { - this._paths = this.reviveArray(e3, r2.ActionOutput); + this._paths = this.reviveArray(e3, a.ActionOutput); } pasteResolveOldToNewValues(e3) { - super.pasteResolveOldToNewValues(e3), this._customizeNoInput && this._customizeNoInput.pasteResolveOldToNewValues(e3), this._customizeNoMatch && this._customizeNoMatch.pasteResolveOldToNewValues(e3), this._noInputs && this._noInputs.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this._noInputReprompts && this._noInputReprompts.pasteResolveOldToNewValues(e3), this._noMatches && this._noMatches.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this._noMatchReprompts && this._noMatchReprompts.pasteResolveOldToNewValues(e3), this._voiceEndOfInputTimeout && this._voiceEndOfInputTimeout.pasteResolveOldToNewValues(e3), this._paths && this._paths.forEach((t3) => t3.pasteResolveOldToNewValues(e3)); + super.pasteResolveOldToNewValues(e3), this._customizeNoInput && this._customizeNoInput.pasteResolveOldToNewValues(e3), this._customizeNoMatch && this._customizeNoMatch.pasteResolveOldToNewValues(e3), this._enableBargeIn && this._enableBargeIn.pasteResolveOldToNewValues(e3), this._noInputs && this._noInputs.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this._noInputReprompts && this._noInputReprompts.pasteResolveOldToNewValues(e3), this._noMatches && this._noMatches.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this._noMatchReprompts && this._noMatchReprompts.pasteResolveOldToNewValues(e3), this._voiceEndOfInputTimeout && this._voiceEndOfInputTimeout.pasteResolveOldToNewValues(e3), this._paths && this._paths.forEach((t3) => t3.pasteResolveOldToNewValues(e3)); } pasteReIdOrRename(e3) { - super.pasteReIdOrRename(e3), this._customizeNoInput && this._customizeNoInput.pasteReIdOrRename(e3), this._customizeNoMatch && this._customizeNoMatch.pasteReIdOrRename(e3), this._noInputs && this._noInputs.forEach((t3) => t3.pasteReIdOrRename(e3)), this._noInputReprompts && this._noInputReprompts.pasteReIdOrRename(e3), this._noMatches && this._noMatches.forEach((t3) => t3.pasteReIdOrRename(e3)), this._noMatchReprompts && this._noMatchReprompts.pasteReIdOrRename(e3), this._voiceEndOfInputTimeout && this._voiceEndOfInputTimeout.pasteReIdOrRename(e3), this._paths && this._paths.forEach((t3) => t3.pasteReIdOrRename(e3)); + super.pasteReIdOrRename(e3), this._customizeNoInput && this._customizeNoInput.pasteReIdOrRename(e3), this._customizeNoMatch && this._customizeNoMatch.pasteReIdOrRename(e3), this._enableBargeIn && this._enableBargeIn.pasteReIdOrRename(e3), this._noInputs && this._noInputs.forEach((t3) => t3.pasteReIdOrRename(e3)), this._noInputReprompts && this._noInputReprompts.pasteReIdOrRename(e3), this._noMatches && this._noMatches.forEach((t3) => t3.pasteReIdOrRename(e3)), this._noMatchReprompts && this._noMatchReprompts.pasteReIdOrRename(e3), this._voiceEndOfInputTimeout && this._voiceEndOfInputTimeout.pasteReIdOrRename(e3), this._paths && this._paths.forEach((t3) => t3.pasteReIdOrRename(e3)); } } - t2.BaseActionNoInputNoMatchModel = u, n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "customizeNoInput", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "customizeNoMatch", null), n2.__decorate([(0, a.enumerable)(false), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "noInput", null), n2.__decorate([(0, a.enumerable)(false), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "noMatch", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "noInputs", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "noInputReprompts", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "noMatches", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "noMatchReprompts", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], u.prototype, "voiceEndOfInputTimeout", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Array), n2.__metadata("design:paramtypes", [Array])], u.prototype, "paths", null); + t2.BaseActionNoInputNoMatchModel = c, o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "customizeNoInput", null), o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "customizeNoMatch", null), o.__decorate([(0, l.enumerable)(false), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "noInput", null), o.__decorate([(0, l.enumerable)(false), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "noMatch", null), o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "noInputs", null), o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "noInputReprompts", null), o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "noMatches", null), o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "noMatchReprompts", null), o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = void 0 !== u.default && u.default) ? n2 : Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "voiceEndOfInputTimeout", null), o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", "function" == typeof (r2 = void 0 !== u.default && u.default) ? r2 : Object), o.__metadata("design:paramtypes", [Object])], c.prototype, "enableBargeIn", null), o.__decorate([(0, l.enumerable)(true), o.__metadata("design:type", Array), o.__metadata("design:paramtypes", [Array])], c.prototype, "paths", null); }, 39292: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -47983,7 +48338,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; "use strict"; var n2; Object.defineProperty(t2, "__esModule", { value: true }); - const r2 = i2(31635), o = i2(24235), a = r2.__importDefault(i2(26519)), { AudioViewModel: s } = i2(96353), l = i2(47957); + const r2 = i2(31635), o = i2(24235), a = r2.__importDefault(i2(26519)), s = i2(96353), l = i2(47957); class u extends a.default { constructor() { super(...arguments), n2.set(this, void 0); @@ -48006,7 +48361,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return true; } loadConfiguration(e3) { - super.loadConfiguration(e3), e3.errorHandling.audio || (e3.errorHandling.audio = {}), r2.__classPrivateFieldSet(this, n2, new s(this.parentFlow, this, e3.errorHandling.audio, o.AudioViewModelOptions.create().setLabel(l.customNodes.errorHandling.audio).setIninTestingField("errorAudio")), "f"); + super.loadConfiguration(e3), e3.errorHandling.audio || (e3.errorHandling.audio = {}), r2.__classPrivateFieldSet(this, n2, new s.AudioViewModel(this.parentFlow, this, e3.errorHandling.audio, o.AudioViewModelOptions.create().setLabel(l.customNodes.errorHandling.audio).setIninTestingField("errorAudio")), "f"); } search(e3) { super.search(e3), e3.addToQueue(this.audio); @@ -48276,7 +48631,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return (e3.isMenuChoice ? e3.parent : e3).isStartUpObject; } validate(e3) { - this.parentFlow.menus.length <= 0 ? e3.addError(this, l.previousMenu.noMenus) : this.isInStartupObject() && this.topParent.isTask && e3.addError(this, l.previousMenu.inStartupError), super.validate(e3); + this.parentFlow.hasMenus ? this.isInStartupObject() && this.topParent.isTask && e3.addError(this, l.previousMenu.inStartupError) : e3.addError(this, l.previousMenu.noMenus), super.validate(e3); } } u.info = o.default.createActionInfo({ actionClass: u, canBeInTask: true, canBeTreeNode: true, helpTopic: r2.helpTopics.actions.previousMenu, modelClass: i2(45279), name: l.actions.previousMenu, scriptingName: "ArchActionPreviousMenu", termination: a.terminatesTask }), t2.A = u; @@ -48593,7 +48948,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 40559: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(63352), o = n2.__importDefault(i2(85383)), a = i2(72155); + const n2 = i2(31635), r2 = i2(63352), o = n2.__importDefault(i2(85383)), a = n2.__importStar(i2(72155)); class s extends o.default { constructor(e3, t3) { super(e3, t3); @@ -48648,7 +49003,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 40568: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(95085)), { bridgeServerManager: l } = i2(46824); + const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(95085)), l = i2(46824); class u extends s.default { constructor(e3) { super(e3), this._processingPrompt = this.coreFactory.createArchWrapper(e3.processingPrompt), this._timeout = this.coreFactory.createArchWrapper(e3.timeout); @@ -48672,12 +49027,12 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return true; } setBridgeActionByNameAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("bridgeActionName", "setBridgeActionByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setBridgeActionByNameAsync"), t3, true), o.default.findItemByValueAsync(l, e3, "bridge action").then(function(e4) { + return this._checkItemIsValidLiteralString(this._infoParm("bridgeActionName", "setBridgeActionByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setBridgeActionByNameAsync"), t3, true), o.default.findItemByValueAsync(l.bridgeServerManager, e3, "bridge action").then(function(e4) { return this._coreActionViewModel.setIntegrationActionByViewModel(e4), this._clearInputsOutputs(), a.default.executeCallback(this, "setBridgeActionByNameAsync", t3, this); }.bind(this)); } setBridgeActionByIdAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("bridgeActionId", "setBridgeActionByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setBridgeActionByIdAsync"), t3, true), o.default.findItemByIdAsync(l, e3, "bridge action").then(function(e4) { + return this._checkItemIsValidLiteralString(this._infoParm("bridgeActionId", "setBridgeActionByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setBridgeActionByIdAsync"), t3, true), o.default.findItemByIdAsync(l.bridgeServerManager, e3, "bridge action").then(function(e4) { return this._coreActionViewModel.setIntegrationActionByViewModel(e4), this._clearInputsOutputs(), a.default.executeCallback(this, "setBridgeActionByIdAsync", t3, this); }.bind(this)); } @@ -48935,16 +49290,20 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 40812: (e2, t2, i2) => { const n2 = i2(28730), { communicateActionType: r2 } = i2(30801), o = i2(7401); function a() { - Object.defineProperties(this, { _communication: { writable: true } }), a.baseConstructor.apply(this, arguments); + Object.defineProperties(this, { _communication: { writable: true }, _enableBargeIn: { writable: true } }), a.baseConstructor.apply(this, arguments); } n2.extend(a, r2, true), Object.defineProperties(a.prototype, { pasteReIdOrRename: { value: function(e3) { - a._super.pasteReIdOrRename.apply(this, arguments), this.communication.pasteReIdOrRename(e3); + a._super.pasteReIdOrRename.apply(this, arguments), this.communication.pasteReIdOrRename(e3), this.enableBargeIn && this.enableBargeIn.pasteReIdOrRename(e3); } }, pasteResolveOldToNewValues: { value: function(e3) { - a._super.pasteResolveOldToNewValues.apply(this, arguments), this.communication.pasteResolveOldToNewValues(e3); + a._super.pasteResolveOldToNewValues.apply(this, arguments), this.communication.pasteResolveOldToNewValues(e3), this.enableBargeIn && this.enableBargeIn.pasteResolveOldToNewValues(e3); } }, communication: { enumerable: true, get: function() { return this._communication; }, set: function(e3) { this._communication = this.reviveItem(e3, o); + } }, enableBargeIn: { enumerable: true, get: function() { + return this._enableBargeIn; + }, set: function(e3) { + this._enableBargeIn = this.reviveItem(e3, o); } } }), e2.exports = a; }, 40841: (e2, t2, i2) => { "use strict"; @@ -49545,7 +49904,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; t2.MirroredExpressionActionProperty = a; }, 41510: (e2, t2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.default = { audio: { durationFormatShort: "%1$ss", languageLabel: "%1$s (%2$s)", promptResourceDisplayName: "%1$s (%2$s)", advancedTitleFormat: "%1$s - %2$s" }, builder: { noPartsWithGeneratorFormat: "%1$s %2$s" }, dialogflow: { draftEnvironmentName: "Draft", draftEnvironmentId: "-" }, expression: { returnValueWithString: "%1$s - %2$s", literalAllowableValue: "%1$s (%2$s)", genericJsonPropertyDefModelPropId: "*" }, expressionEvaluation: { collapsedObject: "{...}", collectionLength: "(%1$s)", collapsedCollection: "[...]", collectionStartEndItemIndexes: "[%1$s - %2$s]", emptyCollection: "[ ]", emptyObject: "{ }" }, facets: { errorWithExpressionLabel: "%1$s (%2$s)" }, flow: { appTitleContext: "%1$s - %2$s", defaultInQueueFlowName: "Default In-Queue Flow", goto: { dropdownFormat: "%1$s%2$s - %3$s" }, trackingIdWithName: "%1$s %2$s" }, generic: { redacted: "********", twoStringsSpaceSeparator: "%1$s %2$s", threeStringsSpaceSeparator: "%1$s %2$s %3$s", unknown: "?" }, genesys: { aiStudio: "AI Studio", genesysCloudCopilot: "Genesys Cloud Copilot" }, get: "GET", itemColonValue: "%1$s: %2$s", itemParenValue: "%1$s (%2$s)", itemListing: { itemSeparator: ", ", sentenceSeparator: " " }, language: { formatDisplayStringAndCode: "%1$s (%2$s)", formatDisplayStringAndCodeRedesign: "(%1$s) (%2$s)" }, post: "POST", printFlow: { promptTitle: "%1$s (%2$s):", pageCallout: "%1$s (%2$s)", titleWithId: "%1$s [%2$s]" }, setLocale: { fullLanguageNameContext: "%1$s (%2$s)" }, shortcut: { descriptionFormat: "%1$s %2$s" }, task: { targetPathDisplayStr: "%1$s \u2192 %2$s" }, switchAction: { caseNumber: "Case %1$s", default: "Default" }, sessionSources: { apple: "Apple", applebusinesschat: "Apple Business Chat", discord: "Discord", facebookmessenger: "Facebook Messenger", genesyschatwidget: "Genesys Chat Widget", line: "Line", phone: "Phone", signal: "Signal", slack: "Slack", telegram: "Telegram", webchat: "Webchat", whatsapp: "WhatsApp" }, thirdPartyUserDisplay: "%1$s (%2$s)", timezone: { displayString: "%1$s%2$'02f:%3$'02f" }, updateVariables: { labelValue: "%1$s = %2$s" } }; + Object.defineProperty(t2, "__esModule", { value: true }), t2.default = { audio: { durationFormatShort: "%1$ss", languageLabel: "%1$s (%2$s)", promptResourceDisplayName: "%1$s (%2$s)", advancedTitleFormat: "%1$s - %2$s" }, builder: { noPartsWithGeneratorFormat: "%1$s %2$s" }, dialogflow: { draftEnvironmentName: "Draft", draftEnvironmentId: "-" }, expression: { returnValueWithString: "%1$s - %2$s", literalAllowableValue: "%1$s (%2$s)", genericJsonPropertyDefModelPropId: "*" }, expressionEvaluation: { collapsedObject: "{...}", collectionLength: "(%1$s)", collapsedCollection: "[...]", collectionStartEndItemIndexes: "[%1$s - %2$s]", emptyCollection: "[ ]", emptyObject: "{ }" }, externalContacts: { conditionLabelFormat: "%1$s ('%2$s')" }, facets: { errorWithExpressionLabel: "%1$s (%2$s)" }, flow: { appTitleContext: "%1$s - %2$s", defaultInQueueFlowName: "Default In-Queue Flow", goto: { dropdownFormat: "%1$s%2$s - %3$s" }, trackingIdWithName: "%1$s %2$s" }, generic: { redacted: "********", twoStringsSpaceSeparator: "%1$s %2$s", threeStringsSpaceSeparator: "%1$s %2$s %3$s", unknown: "?" }, genesys: { aiStudio: "AI Studio", genesysCloudCopilot: "Genesys Cloud Copilot" }, get: "GET", itemColonValue: "%1$s: %2$s", itemParenValue: "%1$s (%2$s)", itemListing: { itemSeparator: ", ", sentenceSeparator: " " }, language: { formatDisplayStringAndCode: "%1$s (%2$s)", formatDisplayStringAndCodeRedesign: "(%1$s) (%2$s)" }, post: "POST", printFlow: { promptTitle: "%1$s (%2$s):", pageCallout: "%1$s (%2$s)", titleWithId: "%1$s [%2$s]" }, setLocale: { fullLanguageNameContext: "%1$s (%2$s)" }, shortcut: { descriptionFormat: "%1$s %2$s" }, task: { targetPathDisplayStr: "%1$s \u2192 %2$s" }, switchAction: { caseNumber: "Case %1$s", default: "Default" }, sessionSources: { apple: "Apple", applebusinesschat: "Apple Business Chat", discord: "Discord", facebookmessenger: "Facebook Messenger", genesyschatwidget: "Genesys Chat Widget", line: "Line", phone: "Phone", signal: "Signal", slack: "Slack", telegram: "Telegram", webchat: "Webchat", whatsapp: "WhatsApp" }, thirdPartyUserDisplay: "%1$s (%2$s)", timezone: { displayString: "%1$s%2$'02f:%3$'02f" }, updateVariables: { labelValue: "%1$s = %2$s" } }; }, 41568: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -49843,8 +50202,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; reduce(e3) { var t3; let i3 = e3 >> 19, n3 = 65535 & e3, { parser: r3 } = this.p, o2 = this.reducePos < this.pos - 25 && this.setLookAhead(this.pos), a2 = r3.dynamicPrecedence(n3); - if (a2 && (this.score += a2), 0 == i3) return this.pushState(r3.getGoto(this.state, n3, true), this.reducePos), n3 < r3.minRepeatTerm && this.storeNode(n3, this.reducePos, this.reducePos, o2 ? 8 : 4, true), void this.reduceContext(n3, this.reducePos); - let s2 = this.stack.length - 3 * (i3 - 1) - (262144 & e3 ? 6 : 0), l2 = s2 ? this.stack[s2 - 2] : this.p.ranges[0].from, u2 = this.reducePos - l2; + if (a2 && (this.score += a2), 0 == i3) return n3 < r3.minRepeatTerm && this.reducePos < this.pos && (this.reducePos = this.pos), this.pushState(r3.getGoto(this.state, n3, true), this.reducePos), n3 < r3.minRepeatTerm && this.storeNode(n3, this.reducePos, this.reducePos, o2 ? 8 : 4, true), void this.reduceContext(n3, this.reducePos); + let s2 = this.stack.length - 3 * (i3 - 1) - (262144 & e3 ? 6 : 0), l2 = s2 ? this.stack[s2 - 2] : this.p.ranges[0].from; + n3 < r3.minRepeatTerm && l2 == this.reducePos && this.reducePos < this.pos && (this.reducePos = this.pos); + let u2 = this.reducePos - l2; u2 >= 2e3 && !(null === (t3 = this.p.parser.nodeSet.types[n3]) || void 0 === t3 ? void 0 : t3.isAnonymous) && (l2 == this.p.lastBigReductionStart ? (this.p.bigReductionCount++, this.p.lastBigReductionSize = u2) : this.p.lastBigReductionSize < u2 && (this.p.bigReductionCount = 1, this.p.lastBigReductionStart = l2, this.p.lastBigReductionSize = u2)); let d2 = s2 ? this.stack[s2 - 1] : 0, c2 = this.bufferBase + this.buffer.length - d2; if (n3 < r3.minRepeatTerm || 131072 & e3) { @@ -49861,10 +50222,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } storeNode(e3, t3, i3, n3 = 4, r3 = false) { if (0 == e3 && (!this.stack.length || this.stack[this.stack.length - 1] < this.buffer.length + this.bufferBase)) { - let e4 = this, n4 = this.buffer.length; - if (0 == n4 && e4.parent && (n4 = e4.bufferBase - e4.parent.bufferBase, e4 = e4.parent), n4 > 0 && 0 == e4.buffer[n4 - 4] && e4.buffer[n4 - 1] > -1) { + let e4 = this.buffer.length; + if (e4 > 0 && 0 == this.buffer[e4 - 4] && this.buffer[e4 - 1] > -1) { if (t3 == i3) return; - if (e4.buffer[n4 - 2] >= t3) return void (e4.buffer[n4 - 2] = i3); + if (this.buffer[e4 - 2] >= t3) return void (this.buffer[e4 - 2] = i3); } } if (r3 && this.pos != i3) { @@ -49901,7 +50262,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } split() { let e3 = this, t3 = e3.buffer.length; - for (; t3 > 0 && e3.buffer[t3 - 2] > e3.reducePos; ) t3 -= 4; + for (t3 && 0 == e3.buffer[t3 - 4] && (t3 -= 4); t3 > 0 && e3.buffer[t3 - 2] > e3.reducePos; ) t3 -= 4; let i3 = e3.buffer.slice(t3), n3 = e3.bufferBase + t3; for (; e3 && n3 == e3.bufferBase; ) e3 = e3.parent; return new r2(this.p, this.stack.slice(), this.state, this.reducePos, this.pos, this.score, i3, n3, this.curContext, this.lookAhead, e3); @@ -50663,20 +51024,27 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.obfuscation = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(73146), o = i2(39504), a = "1", s = a, l = a; + function u(e3, t3) { + return e3 + (function(e4) { + if (e4 <= 0) return 0; + const t4 = new Uint32Array(1); + return globalThis.crypto.getRandomValues(t4), t4[0] % e4; + })(t3 - e3 + 1); + } t2.obfuscation = new class { encodeStr(e3, t3) { if (!n2.default.isString(e3) || 0 === e3.length) return; const i3 = n2.default.isString(t3) ? t3 : a; if (i3 < s || i3 > l) return; - let o2, u, d, c, p, _, h; + let o2, d, c, p, _, h, m; if (i3 === a) { - o2 = Math.floor(26 * Math.random()) + 20, d = ""; - for (let e4 = 0; e4 < o2; e4++) d += String.fromCharCode(Math.floor(58 * Math.random()) + 32); - h = " "; - for (let e4 = 0; e4 < 10; e4++) h += String.fromCharCode(Math.floor(58 * Math.random()) + 32); - u = Math.floor(24 * Math.random()) + 2, p = (0, r2.toAscii)(encodeURIComponent(e3)), d += p + h, c = d.split(""), _ = d.length; - for (let e4 = o2; e4 < _; e4++) c[e4] = String.fromCharCode(c[e4].charCodeAt(0) + u); - return c[_ - 12] = String.fromCharCode(o2 + 13), c[_ - 13] = String.fromCharCode(u + 21), c[_ - 11] = String.fromCharCode(a.charCodeAt(0) + 28), c.join(""); + o2 = u(20, 45), c = ""; + for (let e4 = 0; e4 < o2; e4++) c += String.fromCharCode(u(32, 89)); + m = " "; + for (let e4 = 0; e4 < 10; e4++) m += String.fromCharCode(u(32, 89)); + d = u(2, 25), _ = (0, r2.toAscii)(encodeURIComponent(e3)), c += _ + m, p = c.split(""), h = c.length; + for (let e4 = o2; e4 < h; e4++) p[e4] = String.fromCharCode(p[e4].charCodeAt(0) + d); + return p[h - 12] = String.fromCharCode(o2 + 13), p[h - 13] = String.fromCharCode(d + 21), p[h - 11] = String.fromCharCode(a.charCodeAt(0) + 28), p.join(""); } } decodeStr(e3, t3) { @@ -50684,14 +51052,14 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const i3 = String.fromCharCode(e3.charCodeAt(e3.length - 11) - 28); if (!n2.default.isString(i3) || i3 < s || i3 > l) return; const r3 = e3.split(""); - let u, d, c, p; + let u2, d, c, p; if ((n2.default.isString(t3) ? t3 : i3) === a) { if (e3.length < 34) return; - if (u = e3.charCodeAt(e3.length - 12) - 13, !n2.default.isActualNumber(u) && u >= 20 && u < 46) return; + if (u2 = e3.charCodeAt(e3.length - 12) - 13, !n2.default.isActualNumber(u2) && u2 >= 20 && u2 < 46) return; if (p = e3.charCodeAt(e3.length - 13) - 21, !n2.default.isActualNumber(p) && p >= 2 && p <= 26) return; - d = e3.length - 13 - u; - for (let e4 = u; e4 < u + d; e4++) r3[e4] = String.fromCharCode(r3[e4].charCodeAt(0) - p); - return c = r3.slice(u, u + d).join(""), decodeURIComponent((0, o.toBinary)(c)); + d = e3.length - 13 - u2; + for (let e4 = u2; e4 < u2 + d; e4++) r3[e4] = String.fromCharCode(r3[e4].charCodeAt(0) - p); + return c = r3.slice(u2, u2 + d).join(""), decodeURIComponent((0, o.toBinary)(c)); } } get versions() { @@ -51004,12 +51372,12 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 42175: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(37873)), o = n2.__importDefault(i2(94225)), a = i2(62829), s = i2(92140), { menuActionActionType: l } = i2(30801); + const n2 = i2(31635), r2 = n2.__importDefault(i2(37873)), o = n2.__importDefault(i2(94225)), a = n2.__importStar(i2(62829)), s = i2(30801), l = i2(92140); class u extends r2.default { static get definition() { const e3 = this.prototype; e3._ensureSessionIsConnected(e3._infoPropGet("definition"), o.default); - const t3 = a.getInfo(e3._actionTypeId), i3 = a.getInfo(l); + const t3 = a.getInfo(e3._actionTypeId), i3 = a.getInfo(s.menuActionActionType); return e3.coreFactory.createArchWrapper({ coreActionNodeInformation: t3, coreMenuNodeInformation: i3, isArchMenuDefinition: true, id: i3.id }); } constructor(e3) { @@ -51020,7 +51388,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } get definition() { this._ensureSessionIsConnected(this._infoPropGet("definition"), o.default); - const e3 = a.getInfo(this._actionTypeId), t3 = a.getInfo(l); + const e3 = a.getInfo(this._actionTypeId), t3 = a.getInfo(s.menuActionActionType); return this.coreFactory.createArchWrapper({ coreActionNodeInformation: e3, coreMenuNodeInformation: t3, isArchMenuDefinition: true, id: t3.id }); } get displayTypeName() { @@ -51035,7 +51403,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; _findCoreMenuChoiceById(e3) { if (!e3) return; const t3 = this._getCoreViewModel(); - return s.isArray(t3.choices) ? s.find(t3.choices, (t4) => t4.id === e3) : void 0; + return l.isArray(t3.choices) ? l.find(t3.choices, (t4) => t4.id === e3) : void 0; } get trackingId() { return this._getCoreViewModel().trackingId; @@ -51170,7 +51538,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const o = i2(31635), a = o.__importDefault(i2(92140)), s = i2(79364), l = i2(98126), u = i2(80295), d = i2(69212), c = i2(80295), p = i2(55909), _ = i2(33951); class h { constructor() { - this._assumeOosIfTypeUnavailable = false, this._uiLayout = {}, (0, c.makeUnenumerable)(this, "_assumeOosIfTypeUnavailable"), (0, c.makeUnenumerable)(this, "_canCreateObjectInAction"), (0, c.makeUnenumerable)(this, "_featureConfigName"), (0, c.makeUnenumerable)(this, "_antiFeatureConfigName"), (0, c.makeUnenumerable)(this, "_ininTestingField"), (0, c.makeUnenumerable)(this, "_uiPropertyGroup"), (0, c.makeUnenumerable)(this, "_uiPropertyCardGroup$"), (0, c.makeUnenumerable)(this, "_uiSingleItemSectionPropertyGroup"), (0, c.makeUnenumerable)(this, "_uiPropertyOrder"), (0, c.makeUnenumerable)(this, "_uiDisableOnOutOfService"), (0, c.makeUnenumerable)(this, "_uiLayout"), (0, c.makeUnenumerable)(this, "_disallowedFunctionMap"); + this._assumeOosIfTypeUnavailable = false, this._uiLayout = {}, (0, c.makeUnenumerable)(this, "_assumeOosIfTypeUnavailable"), (0, c.makeUnenumerable)(this, "_canCreateObjectInAction"), (0, c.makeUnenumerable)(this, "_featureConfigName"), (0, c.makeUnenumerable)(this, "_antiFeatureConfigName"), (0, c.makeUnenumerable)(this, "_ininTestingField"), (0, c.makeUnenumerable)(this, "_uiPropertyGroup"), (0, c.makeUnenumerable)(this, "_uiPropertyCardGroup$"), (0, c.makeUnenumerable)(this, "_uiSingleItemSectionPropertyGroup"), (0, c.makeUnenumerable)(this, "_uiPropertyOrder"), (0, c.makeUnenumerable)(this, "_uiDisableOnOutOfService"), (0, c.makeUnenumerable)(this, "_uiDisabledTooltip"), (0, c.makeUnenumerable)(this, "_uiLayout"), (0, c.makeUnenumerable)(this, "_disallowedFunctionMap"); } get className() { return "BaseOptions"; @@ -51192,7 +51560,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this._setFromOptions(e3), this._setFacetsFromOptions(e3); } _setFromOptions(e3) { - _.ParameterValidator.expectObject(e3, () => p.ParameterInfo.createFunctionParameter(this.className, "_setFromOptions", "baseOptions"), false), this._setOptionIfSet(this.setAssumeOosIfTypeUnavailable, e3.assumeOosIfTypeUnavailable), this._setOptionIfSet(this.setDisallowedFunctionMap, e3.disallowedFunctionMap), this._setOptionIfSet(this.setUiLayout, e3.uiLayout), this._setOptionIfSet(this.setCanCreateObjectInAction, e3.canCreateObjectInAction, "_canCreateObjectInAction"), this._setOptionIfSet(this.setFeatureConfigName, e3.featureConfigName, "_featureConfigName"), this._setOptionIfSet(this.setAntiFeatureConfigName, e3.antiFeatureConfigName, "_antiFeatureConfigName"), this._setOptionIfSet(this.setIninTestingField, e3.ininTestingField, "_ininTestingField"), this._setOptionIfSet(this.setUiPropertyGroup, e3.uiPropertyGroup, "_uiPropertyGroup"), this._setOptionIfSet(this.setUiSingleItemSectionPropertyGroup, e3.uiSingleItemSectionPropertyGroup, "_uiSingleItemSectionPropertyGroup"), this._setOptionIfSet(this.setUiPropertyOrder, e3.uiPropertyOrder, "_uiPropertyOrder"), this._setOptionIfSet(this.setUiDisableOnOutOfService, e3.uiDisableOnOutOfService, "_uiDisableOnOutOfService"), e3.uiPropertyCardGroup && this.setUiPropertyCardGroup(e3.uiPropertyCardGroup.groupName, e3.uiPropertyCardGroup.cardHeaderField, e3.uiPropertyCardGroup.isCollapsible); + _.ParameterValidator.expectObject(e3, () => p.ParameterInfo.createFunctionParameter(this.className, "_setFromOptions", "baseOptions"), false), this._setOptionIfSet(this.setAssumeOosIfTypeUnavailable, e3.assumeOosIfTypeUnavailable), this._setOptionIfSet(this.setDisallowedFunctionMap, e3.disallowedFunctionMap), this._setOptionIfSet(this.setUiLayout, e3.uiLayout), this._setOptionIfSet(this.setCanCreateObjectInAction, e3.canCreateObjectInAction, "_canCreateObjectInAction"), this._setOptionIfSet(this.setFeatureConfigName, e3.featureConfigName, "_featureConfigName"), this._setOptionIfSet(this.setAntiFeatureConfigName, e3.antiFeatureConfigName, "_antiFeatureConfigName"), this._setOptionIfSet(this.setIninTestingField, e3.ininTestingField, "_ininTestingField"), this._setOptionIfSet(this.setUiPropertyGroup, e3.uiPropertyGroup, "_uiPropertyGroup"), this._setOptionIfSet(this.setUiSingleItemSectionPropertyGroup, e3.uiSingleItemSectionPropertyGroup, "_uiSingleItemSectionPropertyGroup"), this._setOptionIfSet(this.setUiPropertyOrder, e3.uiPropertyOrder, "_uiPropertyOrder"), this._setOptionIfSet(this.setUiDisableOnOutOfService, e3.uiDisableOnOutOfService, "_uiDisableOnOutOfService"), this._setOptionIfSet(this.setUiDisabledTooltip, e3.uiDisabledTooltip, "_uiDisabledTooltip"), e3.uiPropertyCardGroup && this.setUiPropertyCardGroup(e3.uiPropertyCardGroup.groupName, e3.uiPropertyCardGroup.cardHeaderField, e3.uiPropertyCardGroup.isCollapsible); } _setFacetsFromOptions(e3) { this.facets && e3 && this.facets.setFromFacets(e3.facets); @@ -51295,6 +51663,15 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; setUiDisableOnOutOfService(e3) { return this.uiDisableOnOutOfService = e3, this; } + get uiDisabledTooltip() { + return this._uiDisabledTooltip; + } + set uiDisabledTooltip(e3) { + this._uiDisabledTooltip = e3; + } + setUiDisabledTooltip(e3) { + return this.uiDisabledTooltip = e3, this; + } get uiLayout() { return this._uiLayout; } @@ -51328,7 +51705,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return (0, l.clone)(this); } } - t2.BaseOptions = h, o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], h.prototype, "featureConfigName", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], h.prototype, "antiFeatureConfigName", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], h.prototype, "ininTestingField", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiPropertyGroup", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiPropertyCardGroup", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Boolean), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiSingleItemSectionPropertyGroup", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Number), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiPropertyOrder", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Boolean), o.__metadata("design:paramtypes", [Object])], h.prototype, "assumeOosIfTypeUnavailable", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Boolean), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiDisableOnOutOfService", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = void 0 !== d.IUiLayout && d.IUiLayout) ? n2 : Object), o.__metadata("design:paramtypes", ["function" == typeof (r2 = void 0 !== d.IUiLayout && d.IUiLayout) ? r2 : Object])], h.prototype, "uiLayout", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], h.prototype, "disallowedFunctionMap", null); + t2.BaseOptions = h, o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], h.prototype, "featureConfigName", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], h.prototype, "antiFeatureConfigName", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], h.prototype, "ininTestingField", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiPropertyGroup", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiPropertyCardGroup", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Boolean), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiSingleItemSectionPropertyGroup", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Number), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiPropertyOrder", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Boolean), o.__metadata("design:paramtypes", [Object])], h.prototype, "assumeOosIfTypeUnavailable", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Boolean), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiDisableOnOutOfService", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [Object])], h.prototype, "uiDisabledTooltip", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = void 0 !== d.IUiLayout && d.IUiLayout) ? n2 : Object), o.__metadata("design:paramtypes", ["function" == typeof (r2 = void 0 !== d.IUiLayout && d.IUiLayout) ? r2 : Object])], h.prototype, "uiLayout", null), o.__decorate([(0, u.enumerable)(true), o.__metadata("design:type", Object), o.__metadata("design:paramtypes", [Object])], h.prototype, "disallowedFunctionMap", null); }, 42473: (e2, t2, i2) => { "use strict"; const n2 = i2(31635), r2 = i2(78513), o = i2(24235), a = i2(12179), s = n2.__importDefault(i2(97891)), l = n2.__importDefault(i2(25234)), u = i2(80428), d = i2(47957); @@ -52141,7 +52518,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (r2.default.isUndefined(this._targetArchTask)) { this._targetArchTask = null; const e3 = this._coreActionViewModel.parentFlow; - if (e3 && r2.default.isArray(e3.tasks) && e3.tasks.length) { + if (e3 && e3.hasTasks) { const t3 = e3.tasks, i3 = r2.default.findWhere(t3, { id: this._getCoreViewModel().taskReference }); i3 && (this._targetArchTask = this.coreFactory.createArchWrapper(i3)); } @@ -52179,7 +52556,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; get targetState() { if (!this._targetArchState && this._getCoreViewModel().stateReference) { const e3 = this._coreActionViewModel.parentFlow; - if (e3 && r2.default.isArray(e3.states) && e3.states.length) { + if (e3 && e3.hasStates) { const t3 = e3.states, i3 = r2.default.findWhere(t3, { id: this._getCoreViewModel().stateReference }); i3 && (this._targetArchState = this.coreFactory.createArchWrapper(i3)); } @@ -53399,10 +53776,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (e3.expression.isBlank) { if (e3.expression.consumesSecureData = false, e3.expression.options.isOptional) { const t4 = e3.expression; - if (!e3.expression.type.isMatch(T.globalTypes.audio, g.settings.exact) || t4.isNoValueMode || t4.options.allowBlankAudio) { + if (!e3.expression.type.isMatch(y.globalTypes.audio, f.settings.exact) || t4.isNoValueMode || t4.options.allowBlankAudio) { if (t4.isNoValueMode || !t4.shouldBeNoValue) { const i4 = e3.expression.options.getModeNoValueRuntimeEvaluationStr(e3.expression); - return i4 && L(e3, i4), e3.expression.isAudioExpression && t4.isNoValueMode ? e3.resultExpression = m.expressionItems.emp(e3.expression.type, e3.expression.options) : e3.resultExpression = m.expressionItems.empOrEnf(e3.expression.type, e3.expression.options), void (e3.success = true); + return i4 && L(e3, i4), e3.expression.isAudioExpression && t4.isNoValueMode ? e3.resultExpression = g.expressionItems.emp(e3.expression.type, e3.expression.options) : e3.resultExpression = g.expressionItems.empOrEnf(e3.expression.type, e3.expression.options), void (e3.success = true); } return x(e3, w.expression.notSet), void (e3.success = false); } @@ -53410,20 +53787,20 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } return e3.success = false, void x(e3, w.expression.notSet); } - if (e3.expression.text && e3.expression.text.length > e3._maxExpressionSize) return e3.expression.consumesSecureData = false, void x(e3, (0, r2.sprintf)(w.expression.expressionLengthToLong, e3.expression.text.length, e3._maxExpressionSize)); + if (e3.expression.text && e3.expression.text.length > e3._maxExpressionSize) return e3.expression.consumesSecureData = false, void x(e3, (0, o.sprintf)(w.expression.expressionLengthToLong, e3.expression.text.length, e3._maxExpressionSize)); const t3 = e3.expression.text, i3 = (function(e4) { - const t4 = new A.runtime.ANTLRStringStream(e4), i4 = new b(t4); + const t4 = new N.runtime.ANTLRStringStream(e4), i4 = new E(t4); return i4.displayRecognitionError = function(e5, t5) { }, i4; })(t3), n3 = (function(e4, t4) { - const i4 = new A.runtime.CommonTokenStream(e4), n4 = new E(i4); + const i4 = new N.runtime.CommonTokenStream(e4), n4 = new R(i4); return n4.displayRecognitionError = function(i5, n5) { U(e4, t4); }, n4; })(i3, e3._lineExtents); try { e3.success = (function(e4, t4, i4, n4) { - var s2, l2, u2; + var r3, l2, u2; !(function(e5, t5) { if (e5._lineExtents.length = 0, t5) { const i5 = t5.split("\n"); @@ -53443,29 +53820,29 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (c2) return V(e4, c2); const p2 = d2.getTree(); if (i4.getNumberOfSyntaxErrors() > 0) return V(e4, U(n4, e4._lineExtents)); - if (e4._languagesSnapshot = e4.languages, e4._rootItem = m.expressionItems.root(), !J(e4, p2, [e4._rootItem], true)) return false; - if (e4._parens.length > 0) return x(e4, (0, r2.sprintf)(w.expression.missingCloseParenAtPosition, e4._parens[e4._parens.length - 1]), e4._parens[e4._parens.length - 1]), false; - if (e4._brackets.length > 0) return x(e4, (0, r2.sprintf)(w.expression.missingCloseBracketAtPosition, e4._brackets[e4._brackets.length - 1]), e4._brackets[e4._brackets.length - 1]), false; + if (e4._languagesSnapshot = e4.languages, e4._rootItem = g.expressionItems.root(), !J(e4, p2, [e4._rootItem], true)) return false; + if (e4._parens.length > 0) return x(e4, (0, o.sprintf)(w.expression.missingCloseParenAtPosition, e4._parens[e4._parens.length - 1]), e4._parens[e4._parens.length - 1]), false; + if (e4._brackets.length > 0) return x(e4, (0, o.sprintf)(w.expression.missingCloseBracketAtPosition, e4._brackets[e4._brackets.length - 1]), e4._brackets[e4._brackets.length - 1]), false; if (e4.resultExpression = e4._rootItem.getOperands()[0], !Y(0, e4, e4.resultExpression, false, true)) return false; - if (!e4.expression.originalType || e4.expression.type === e4.expression.originalType || e4.expression.isCollectionExpression || e4.expression.type.isCustomType || (e4.expression.type = e4.expression.originalType), null === (s2 = e4.expression.options) || void 0 === s2 ? void 0 : s2.exprTextMustBeVarOrVarPropRef) if (e4.expression.options.exprTextRootVariableNameMustBe) { - if (!e4.resultExpression.getIsNamedVariableRef(e4.expression.options.exprTextRootVariableNameMustBe)) return x(e4, (0, r2.sprintf)(w.expression.mustReferenceVariable, e4.expression.options.exprTextRootVariableNameMustBe)), false; + if (!e4.expression.originalType || e4.expression.type === e4.expression.originalType || e4.expression.isCollectionExpression || e4.expression.type.isCustomType || (e4.expression.type = e4.expression.originalType), null === (r3 = e4.expression.options) || void 0 === r3 ? void 0 : r3.exprTextMustBeVarOrVarPropRef) if (e4.expression.options.exprTextRootVariableNameMustBe) { + if (!e4.resultExpression.getIsNamedVariableRef(e4.expression.options.exprTextRootVariableNameMustBe)) return x(e4, (0, o.sprintf)(w.expression.mustReferenceVariable, e4.expression.options.exprTextRootVariableNameMustBe)), false; } else { if (!e4.resultExpression.isVariableRef) return x(e4, w.expression.mustBeVariableReference), false; { const t5 = e4.resultExpression.getVariableNameIfRef(), i5 = t5 && (null === (l2 = e4.expression.parentFlow) || void 0 === l2 ? void 0 : l2.variableGroup.getVariableByName(t5, e4.expression.getParentTask())); - if (e4.expression.options.isOutput && (null == i5 ? void 0 : i5.isReadOnly) && !e4.expression.options.outputExprTextAllowsReadOnlyVarType) return x(e4, (0, r2.sprintf)(w.expression.variableIsReadOnly, t5)), false; + if (e4.expression.options.isOutput && (null == i5 ? void 0 : i5.isReadOnly) && !e4.expression.options.outputExprTextAllowsReadOnlyVarType) return x(e4, (0, o.sprintf)(w.expression.variableIsReadOnly, t5)), false; } } if ((null === (u2 = e4.expression.options) || void 0 === u2 ? void 0 : u2.isOutput) && e4.properties && e4.properties.some((e5) => { var t5; return 0 === e5.depth && (null === (t5 = e5.type) || void 0 === t5 ? void 0 : t5.isCustomType); - })) return x(e4, (0, r2.sprintf)(w.expression.variableIsReadOnly, e4.expression.text)), false; + })) return x(e4, (0, o.sprintf)(w.expression.variableIsReadOnly, e4.expression.text)), false; if (!(function(e5) { const t5 = e5.expression.type; if (!t5 || !e5.resultExpression) return true; - if (e5.resultExpression.type.isMatch(t5, g.settings.exact)) { + if (e5.resultExpression.type.isMatch(t5, f.settings.exact)) { if (e5.resultExpression.isLit && e5.expression.options && e5.expression.options.literalValidatorName) { - const t6 = h.expressionDataService._validateLiteralWithProvider(e5.expression.options.literalValidatorName, e5.resultExpression, e5.expression); + const t6 = m.expressionDataService._validateLiteralWithProvider(e5.expression.options.literalValidatorName, e5.resultExpression, e5.expression); if (t6.parameterErrorStr) return x(e5, t6.parameterErrorStr), false; } return true; @@ -53473,7 +53850,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (e5.resultExpression.isNotSet && !t5.isCollection && (!e5.expression.options || !e5.expression.options.usedAsReplacementValueInOtherExpressions)) return e5.resultExpression.type = t5, true; if (e5.expression.type.isAny) return e5.expression.type = e5.resultExpression._type, true; let i5, n5; - return e5.expression.options && e5.expression.options.exprTextMustBeVarOrVarPropRef || (i5 = m.expressionItems.conversionFuncWrapper(e5.resultExpression, t5), !i5 || (n5 = e5.resultExpression.type, e5.resultExpression = i5, !Y(0, e5, e5.resultExpression, true))) ? (i5 ? x(e5, (0, r2.sprintf)(w.expression.cannotConvertInputTypeWithFunction, n5.displayString, t5.displayString, i5.getTextWithFuncOpTextFallback())) : m.expressionItems.isCollectionCreatableFromMakeList(e5.resultExpression, t5) ? x(e5, (0, r2.sprintf)(w.expression.suggestMakeListForCollectionCreation, e5.resultExpression.type.displayString, t5.displayString, e5.resultExpression.text)) : x(e5, (0, r2.sprintf)(w.expression.cannotConvertInputType, e5.resultExpression.type.displayString, t5.displayString)), false) : (L(e5, (0, r2.sprintf)(w.expression.functions.implicitCastAdded, i5.rootText, n5.displayString, t5.displayString), void 0, i5.rootText), e5.implicitCastAdded = true, e5.fixes = [(0, a.createFixImplicitCast)(n5, t5, i5.rootText, e5.expression.text)], e5.implicitCastFunction = i5.rootText, true); + return e5.expression.options && e5.expression.options.exprTextMustBeVarOrVarPropRef || (i5 = g.expressionItems.conversionFuncWrapper(e5.resultExpression, t5), !i5 || (n5 = e5.resultExpression.type, e5.resultExpression = i5, !Y(0, e5, e5.resultExpression, true))) ? (i5 ? x(e5, (0, o.sprintf)(w.expression.cannotConvertInputTypeWithFunction, n5.displayString, t5.displayString, i5.getTextWithFuncOpTextFallback())) : g.expressionItems.isCollectionCreatableFromMakeList(e5.resultExpression, t5) ? x(e5, (0, o.sprintf)(w.expression.suggestMakeListForCollectionCreation, e5.resultExpression.type.displayString, t5.displayString, e5.resultExpression.text)) : x(e5, (0, o.sprintf)(w.expression.cannotConvertInputType, e5.resultExpression.type.displayString, t5.displayString)), false) : (L(e5, (0, o.sprintf)(w.expression.functions.implicitCastAdded, i5.rootText, n5.displayString, t5.displayString), void 0, i5.rootText), e5.implicitCastAdded = true, e5.fixes = [(0, s.createFixImplicitCast)(n5, t5, i5.rootText, e5.expression.text)], e5.implicitCastFunction = i5.rootText, true); })(e4)) return false; if (e4.resultExpression.isTypeNotSet) return x(e4, w.expression.expressionIsNotSetType), false; if (e4.expression.options && e4.expression.options.facets) { @@ -53483,9 +53860,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } return (function(e5) { if (e5.languages.length < 1 || !e5.expression.options || !e5.expression.options.durationFacets || !e5.metaData || !e5.metaData.references) return true; - o.default.find(e5.metaData.references, function(t5) { - if (T.globalTypes.prompt.dataType === t5.type) { - const i5 = _.checkPromptAudioDuration(e5.expression, t5.id); + a.default.find(e5.metaData.references, function(t5) { + if (y.globalTypes.prompt.dataType === t5.type) { + const i5 = h.checkPromptAudioDuration(e5.expression, t5.id); if (i5) return k(e5, i5), true; } }); @@ -53494,9 +53871,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (e5.resultExpression && e5.resultExpression.ToAudioBlank) { const i5 = e5.resultExpression.getOperands(); if (i5 && 1 === i5.length && i5[0].lit) { - const n5 = i5[0].lit, r3 = parseInt(n5.text); - if (o.default.isActualNumber(r3)) { - const i6 = _.checkBlankAudioLength(e5.expression, r3); + const n5 = i5[0].lit, r4 = parseInt(n5.text); + if (a.default.isActualNumber(r4)) { + const i6 = h.checkBlankAudioLength(e5.expression, r4); i6 && (t5 = false, k(e5, i6)); } } @@ -53510,7 +53887,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; e4.displayRecognitionError = null, t4.displayRecognitionError = null; })(i3, n3); }; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = (n2.__importStar(i2(12847)), i2(34630)), s = n2.__importDefault(i2(98114)), l = n2.__importStar(i2(85705)), u = n2.__importStar(i2(66381)), d = n2.__importStar(i2(98442)), c = i2(12179), p = (i2(50474), n2.__importDefault(i2(73198))), _ = n2.__importStar(i2(33653)), h = i2(27491), m = i2(98552), g = n2.__importStar(i2(9345)), f = i2(71615), T = i2(14394), y = i2(2899), S = i2(26403), A = i2(40810), N = i2(92669), O = i2(19819), I = i2(19502), v = i2(88276), C = i2(4059), b = i2(44051), E = i2(36470), R = i2(24032).getTopic("parsedExpression"), w = i2(47957); + const n2 = i2(31635), r2 = (0, i2(24032).getTopic)("parsedExpression"), o = i2(17604), a = n2.__importDefault(i2(92140)), s = (n2.__importStar(i2(12847)), i2(34630)), l = n2.__importDefault(i2(98114)), u = n2.__importStar(i2(85705)), d = n2.__importStar(i2(66381)), c = n2.__importStar(i2(98442)), p = i2(12179), _ = (i2(50474), n2.__importDefault(i2(73198))), h = n2.__importStar(i2(33653)), m = i2(27491), g = i2(98552), f = n2.__importStar(i2(9345)), T = i2(71615), y = i2(14394), S = i2(2899), A = i2(26403), N = i2(40810), O = i2(92669), I = i2(19819), v = i2(19502), C = i2(88276), b = i2(4059), E = i2(44051), R = i2(36470), w = i2(47957); function D(e3, t3, i3) { t3.getOperands().push(i3); } @@ -53518,28 +53895,28 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; t3.getOperands().push(n3), i3.push(n3); } function M(e3) { - return e3.resultType === S.ParseResultTypes.error && e3.resultMessage; + return e3.resultType === A.ParseResultTypes.error && e3.resultMessage; } function F(e3, t3, i3, n3, r3, o2, a2) { e3.resultType = t3, e3.resultMessage = i3, e3.resultPosition = n3 > 0 ? n3 - 1 : -1, e3.resultReference = r3, e3.resultHelpTopic = o2, e3.errorBreaksStandardModeParsing = a2; } function L(e3, t3, i3, n3, r3) { switch (e3.resultType) { - case S.ParseResultTypes.error: - case S.ParseResultTypes.warn: + case A.ParseResultTypes.error: + case A.ParseResultTypes.warn: break; default: - F(e3, S.ParseResultTypes.info, t3, i3, n3, r3); + F(e3, A.ParseResultTypes.info, t3, i3, n3, r3); } } function x(e3, t3, i3, n3, r3, o2) { - F(e3, S.ParseResultTypes.error, t3, i3, n3, r3, o2); + F(e3, A.ParseResultTypes.error, t3, i3, n3, r3, o2); } function k(e3, t3, i3, n3, r3) { - F(e3, S.ParseResultTypes.warn, t3, i3, n3, r3); + F(e3, A.ParseResultTypes.warn, t3, i3, n3, r3); } function V(e3, t3) { - return x(e3, (0, r2.sprintf)(w.expression.errorAtPosition, t3), t3, null, null, true), false; + return x(e3, (0, o.sprintf)(w.expression.errorAtPosition, t3), t3, null, null, true), false; } function U(e3, t3) { return e3 ? t3[e3.getLine()] + e3.getCharPositionInLine() + 1 : -1; @@ -53549,148 +53926,148 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } function G(e3, t3) { if (1 === t3.getChildCount()) { - const i3 = t3.getChild(0), n3 = (0 === parseFloat(i3.getText()) ? "" : "-") + i3.getText(), o2 = B(t3.token, e3._lineExtents); + const i3 = t3.getChild(0), n3 = (0 === parseFloat(i3.getText()) ? "" : "-") + i3.getText(), r3 = B(t3.token, e3._lineExtents); switch (i3.getType()) { - case b.INTEGER: - if (m.expressionItems.checkIntStr(n3)) return m.expressionItems.literal(o2, n3, T.globalTypes.integer); - x(e3, (0, r2.sprintf)(w.expression.intValueLessThanMin, n3, o2, p.default.minInt), o2); + case E.INTEGER: + if (g.expressionItems.checkIntStr(n3)) return g.expressionItems.literal(r3, n3, y.globalTypes.integer); + x(e3, (0, o.sprintf)(w.expression.intValueLessThanMin, n3, r3, _.default.minInt), r3); break; - case b.DECIMAL: - if (m.expressionItems.checkDecimalStr(n3)) return m.expressionItems.literal(o2, n3, T.globalTypes.decimal); - x(e3, (0, r2.sprintf)(w.expression.decimalValueTooMuchPrecision, n3, o2, p.default.maxPrecision), o2); + case E.DECIMAL: + if (g.expressionItems.checkDecimalStr(n3)) return g.expressionItems.literal(r3, n3, y.globalTypes.decimal); + x(e3, (0, o.sprintf)(w.expression.decimalValueTooMuchPrecision, n3, r3, _.default.maxPrecision), r3); } } return null; } - function j(e3, t3, i3, n3, a2) { - if (n3.isUnavailable) return x(e3, (0, r2.sprintf)(w.expression.unavailablePropertyInExprText, (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, t3, i3), n3.name), i3), false; + function j(e3, t3, i3, n3, r3) { + if (n3.isUnavailable) return x(e3, (0, o.sprintf)(w.expression.unavailablePropertyInExprText, (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, t3, i3), n3.name), i3), false; if (!n3.usageValidation) return true; - if ("supportedLanguageContexts" === n3.usageValidation) return (function(e4, t4, i4, n4, a3) { + if ("supportedLanguageContexts" === n3.usageValidation) return (function(e4, t4, i4, n4, r4) { if (0 === e4._languagesSnapshot.length) return true; if (e4.expression && e4.expression.parentFlow && e4.expression.parentFlow.isNluFlow) return true; - const s2 = o.default.filter(e4._languagesSnapshot, function(e5) { + const s2 = a.default.filter(e4._languagesSnapshot, function(e5) { return !e5.supportedLanguageContexts || !e5.supportedLanguageContexts[n4.id]; }); if (s2.length > 0) { - const l2 = s2.length > 1 ? w.expression.functions.propertyEnumUsageNotSupportedInLanguages : w.expression.functions.propertyEnumUsageNotSupportedInLanguage, c2 = u.getListDisplayString(o.default.map(s2, function(e5) { - return d.getLanguageNameAndCodeDisplay(e5.id); + const l2 = s2.length > 1 ? w.expression.functions.propertyEnumUsageNotSupportedInLanguages : w.expression.functions.propertyEnumUsageNotSupportedInLanguage, u2 = d.getListDisplayString(a.default.map(s2, function(e5) { + return c.getLanguageNameAndCodeDisplay(e5.id); })); - return x(e4, (0, r2.sprintf)(l2, t4 || n4.name, t4 ? i4 : a3, c2), t4 ? i4 : a3), false; + return x(e4, (0, o.sprintf)(l2, t4 || n4.name, t4 ? i4 : r4, u2), t4 ? i4 : r4), false; } return true; - })(e3, t3, i3, n3, a2); - throw (0, r2.sprintf)("Unsupported property usage validation '%1$s' so usage cannot be validated and expression will be treated in error.", n3.usageValidation); + })(e3, t3, i3, n3, r3); + throw (0, o.sprintf)("Unsupported property usage validation '%1$s' so usage cannot be validated and expression will be treated in error.", n3.usageValidation); } function W(e3) { e3.pop(); } function q(e3, t3, i3) { - var n3, a2; - const s2 = t3.length; - if (!t3 || s2 < 2) return null; - let d2 = t3[0].getText() + t3[1].getText(); - const p2 = e3.expression.addVariableOrPromptReference(d2); - if (!p2) return null; - if (p2.isPromptContainer && !p2.type.isAvailableForFlow(e3.expression.parentFlow)) return x(e3, (0, r2.sprintf)(w.expression.variableReferenceNotValidInvalidType, (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, d2, i3), T.globalTypes.prompt.displayString, u.getFlowTypesDisplayString([null === (n3 = e3.expression.parentFlow) || void 0 === n3 ? void 0 : n3.type])), i3), null; - if (p2.isUnavailable) return x(e3, (0, r2.sprintf)(w.expression.unavailableVariableInExprText, (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, d2, i3)), i3), null; - if (p2.isSecure && e3.expression.options && !e3.expression.options.allowSecure) return x(e3, (0, r2.sprintf)(w.expression.secureCannotBeRead, w.actions.extractSecureData, d2), i3), null; - if (p2.isSecure && (e3.consumesSecureData = true), p2.isInternal && !e3.expression.isInternal) return null; - if (p2.getIsDeprecatedNameMatch && p2.getIsDeprecatedNameMatch(d2) && L(e3, (0, r2.sprintf)(w.expression.deprecatedVariableName, d2, p2.name), i3, null, c.helpTopics.deprecatedVariableUsages), p2.isPromptContainer && !p2.isMissingAudioOrTtsForLanguages(e3.parentFlow, e3.languages, e3.expression)) return x(e3, e3.expression.getPromptMissingResourcesErrorString(p2), i3), null; - if (e3.expression.options && e3.expression.options.restrictToFlowGlobalVariables && !p2.isGlobalVariable) { + var n3, s2; + const l2 = t3.length; + if (!t3 || l2 < 2) return null; + let c2 = t3[0].getText() + t3[1].getText(); + const _2 = e3.expression.addVariableOrPromptReference(c2); + if (!_2) return null; + if (_2.isPromptContainer && !_2.type.isAvailableForFlow(e3.expression.parentFlow)) return x(e3, (0, o.sprintf)(w.expression.variableReferenceNotValidInvalidType, (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, c2, i3), y.globalTypes.prompt.displayString, d.getFlowTypesDisplayString([null === (n3 = e3.expression.parentFlow) || void 0 === n3 ? void 0 : n3.type])), i3), null; + if (_2.isUnavailable) return x(e3, (0, o.sprintf)(w.expression.unavailableVariableInExprText, (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, c2, i3)), i3), null; + if (_2.isSecure && e3.expression.options && !e3.expression.options.allowSecure) return x(e3, (0, o.sprintf)(w.expression.secureCannotBeRead, w.actions.extractSecureData, c2), i3), null; + if (_2.isSecure && (e3.consumesSecureData = true), _2.isInternal && !e3.expression.isInternal) return null; + if (_2.getIsDeprecatedNameMatch && _2.getIsDeprecatedNameMatch(c2) && L(e3, (0, o.sprintf)(w.expression.deprecatedVariableName, c2, _2.name), i3, null, p.helpTopics.deprecatedVariableUsages), _2.isPromptContainer && !_2.isMissingAudioOrTtsForLanguages(e3.parentFlow, e3.languages, e3.expression)) return x(e3, e3.expression.getPromptMissingResourcesErrorString(_2), i3), null; + if (e3.expression.options && e3.expression.options.restrictToFlowGlobalVariables && !_2.isGlobalVariable) { const t4 = []; - return o.default.each(e3.expression.parentFlow.availableVariableScopes, (e4) => { + return a.default.each(e3.expression.parentFlow.availableVariableScopes, (e4) => { t4.push(`'${e4}.'`); - }), x(e3, `The variable reference '${p2.name}' is not valid because '${p2.scope}.' variables cannot be referenced in expression text on the '${e3.expression.label}' setting. This restriction will be removed later but in the meantime it is valid to reference these variables in expression text: ${u.getListDisplayString(t4, false, true)}`, i3), null; - } - if ((null === (a2 = e3.expression.options) || void 0 === a2 ? void 0 : a2.validVariableReferenceCallback) && !e3.expression.options.validVariableReferenceCallback(p2, e3.expression)) return x(e3, (0, r2.sprintf)(w.expression.variableReferenceNotValid, p2.name, i3), i3), null; - if (e3.expression.isOutput && !e3.expression.options.exprTextMustBeVarOrVarPropRef && p2.isReadOnly && !e3.expression.options.outputExprTextAllowsReadOnlyVarType && !e3.expression.type.isMatch(p2.type, g.settings.exact)) return x(e3, (0, r2.sprintf)(w.expression.variableIsReadOnly, d2), i3), null; - let _2, h2 = m.expressionItems.reference(i3, p2, d2), f2 = 2; - for (; f2 < s2; ) { - const n4 = t3[f2], r3 = n4.getText(), a3 = B(n4.token, e3._lineExtents), u2 = m.expressionItems.fieldAccess(a3), c2 = r3.substring(1, r3.length), p3 = h2.type.getPropertyDefinition(c2, true); - if (!p3) return null; - if (d2 += r3, !j(e3, d2, h2.position, p3, a3)) return null; - let g2; - if (_2 && (g2 = _2[p3.name]), g2 || p3.propertyResolvedLiteralValue) { - if (f2 + 1 !== s2) return null; + }), x(e3, `The variable reference '${_2.name}' is not valid because '${_2.scope}.' variables cannot be referenced in expression text on the '${e3.expression.label}' setting. This restriction will be removed later but in the meantime it is valid to reference these variables in expression text: ${d.getListDisplayString(t4, false, true)}`, i3), null; + } + if ((null === (s2 = e3.expression.options) || void 0 === s2 ? void 0 : s2.validVariableReferenceCallback) && !e3.expression.options.validVariableReferenceCallback(_2, e3.expression)) return x(e3, (0, o.sprintf)(w.expression.variableReferenceNotValid, _2.name, i3), i3), null; + if (e3.expression.isOutput && !e3.expression.options.exprTextMustBeVarOrVarPropRef && _2.isReadOnly && !e3.expression.options.outputExprTextAllowsReadOnlyVarType && !e3.expression.type.isMatch(_2.type, f.settings.exact)) return x(e3, (0, o.sprintf)(w.expression.variableIsReadOnly, c2), i3), null; + let h2, m2 = g.expressionItems.reference(i3, _2, c2), T2 = 2; + for (; T2 < l2; ) { + const n4 = t3[T2], o2 = n4.getText(), s3 = B(n4.token, e3._lineExtents), d2 = g.expressionItems.fieldAccess(s3), p2 = o2.substring(1, o2.length), _3 = m2.type.getPropertyDefinition(p2, true); + if (!_3) return null; + if (c2 += o2, !j(e3, c2, m2.position, _3, s3)) return null; + let f2; + if (h2 && (f2 = h2[_3.name]), f2 || _3.propertyResolvedLiteralValue) { + if (T2 + 1 !== l2) return null; let e4, n5 = t3[0].getText(); - for (let e5 = 1; e5 <= f2; e5++) n5 += t3[e5].getText(); - if (p3.propertyResolvedLiteralValue) p3.type === T.globalTypes.integer && (e4 = m.expressionItems.intLiteral(i3, parseInt(p3.propertyResolvedLiteralValue))); - else switch (g2.resolver) { - case y.propertyToLiteralResolverNames.propIDToConversationType: - var S2 = o.default.find(N, function(e5) { - return e5.id = g2.valueToResolve; + for (let e5 = 1; e5 <= T2; e5++) n5 += t3[e5].getText(); + if (_3.propertyResolvedLiteralValue) _3.type === y.globalTypes.integer && (e4 = g.expressionItems.intLiteral(i3, parseInt(_3.propertyResolvedLiteralValue))); + else switch (f2.resolver) { + case S.propertyToLiteralResolverNames.propIDToConversationType: + var A2 = a.default.find(O, function(e5) { + return e5.id = f2.valueToResolve; }); - S2 && (e4 = m.expressionItems.stringLiteral(i3, S2.id, T.globalTypes.string)); + A2 && (e4 = g.expressionItems.stringLiteral(i3, A2.id, y.globalTypes.string)); break; - case y.propertyToLiteralResolverNames.propIDToCountryCode: - var A2 = l.countryCodes[g2.valueToResolve]; - A2 && (e4 = m.expressionItems.stringLiteral(i3, A2, T.globalTypes.string)); + case S.propertyToLiteralResolverNames.propIDToCountryCode: + var N2 = u.countryCodes[f2.valueToResolve]; + N2 && (e4 = g.expressionItems.stringLiteral(i3, N2, y.globalTypes.string)); break; - case y.propertyToLiteralResolverNames.propIDToCurrencyCode: - var b2 = I[g2.valueToResolve]; - b2 && (e4 = m.expressionItems.stringLiteral(i3, b2.code, T.globalTypes.string)); + case S.propertyToLiteralResolverNames.propIDToCurrencyCode: + var E2 = v[f2.valueToResolve]; + E2 && (e4 = g.expressionItems.stringLiteral(i3, E2.code, y.globalTypes.string)); break; - case y.propertyToLiteralResolverNames.propIDToDialingCode: - var E2 = l.countryMap[g2.valueToResolve]; - E2 && (e4 = m.expressionItems.stringLiteral(i3, E2.dialingCode, T.globalTypes.string)); + case S.propertyToLiteralResolverNames.propIDToDialingCode: + var R2 = u.countryMap[f2.valueToResolve]; + R2 && (e4 = g.expressionItems.stringLiteral(i3, R2.dialingCode, y.globalTypes.string)); break; - case y.propertyToLiteralResolverNames.propIDToLanguageTag: - var P2 = O.propIdLanguages[g2.valueToResolve]; - P2 && (e4 = m.expressionItems.stringLiteral(i3, P2.id ? P2.id.toLowerCase() : P2.id, T.globalTypes.string)); + case S.propertyToLiteralResolverNames.propIDToLanguageTag: + var P2 = I.propIdLanguages[f2.valueToResolve]; + P2 && (e4 = g.expressionItems.stringLiteral(i3, P2.id ? P2.id.toLowerCase() : P2.id, y.globalTypes.string)); break; - case y.propertyToLiteralResolverNames.propIDToSendResponseBodyType: - var M2 = o.default.find(v, function(e5) { - return e5.id = g2.valueToResolve; + case S.propertyToLiteralResolverNames.propIDToSendResponseBodyType: + var M2 = a.default.find(C, function(e5) { + return e5.id = f2.valueToResolve; }); - M2 && (e4 = m.expressionItems.stringLiteral(i3, M2.id, T.globalTypes.string)); + M2 && (e4 = g.expressionItems.stringLiteral(i3, M2.id, y.globalTypes.string)); break; - case y.propertyToLiteralResolverNames.propIDToSurveyDisposition: - var F2 = o.default.find(C, function(e5) { - return e5.id = g2.valueToResolve; + case S.propertyToLiteralResolverNames.propIDToSurveyDisposition: + var F2 = a.default.find(b, function(e5) { + return e5.id = f2.valueToResolve; }); - F2 && (e4 = m.expressionItems.stringLiteral(i3, F2.id, T.globalTypes.string)); + F2 && (e4 = g.expressionItems.stringLiteral(i3, F2.id, y.globalTypes.string)); } - return e4 ? (e4.addAdditionalProperties({ resolvedProperty: n5 }), e4) : (R.error("Internal error - the '" + g2.resolver + "' resolver could not resolve the value '" + g2.valueToResolve + "'"), null); + return e4 ? (e4.addAdditionalProperties({ resolvedProperty: n5 }), e4) : (r2.error("Internal error - the '" + f2.resolver + "' resolver could not resolve the value '" + f2.valueToResolve + "'"), null); } - _2 = p3.propertyToLiteralResolvers, D(e3._rootItem, u2, m.expressionItems.propAccessLiteral(a3, c2, p3.id, p3.group)), D(e3._rootItem, u2, h2), h2 = u2, h2.type = p3.type, f2++; + h2 = _3.propertyToLiteralResolvers, D(e3._rootItem, d2, g.expressionItems.propAccessLiteral(s3, p2, _3.id, _3.group)), D(e3._rootItem, d2, m2), m2 = d2, m2.type = _3.type, T2++; } - return h2; + return m2; } - function Y(e3, t3, i3, n3, a2) { + function Y(e3, t3, i3, n3, r3) { i3.setContainerExpressionMetaData(t3); - const l2 = i3.getOperands(); - if (!l2) return true; + const s2 = i3.getOperands(); + if (!s2) return true; if (!n3) { const i4 = e3 + 1; - for (let e4 = 0; e4 < l2.length; e4++) if (!Y(i4, t3, l2[e4], void 0, void 0)) return false; + for (let e4 = 0; e4 < s2.length; e4++) if (!Y(i4, t3, s2[e4], void 0, void 0)) return false; } - if (e3 > t3._maxCallStack) return x(t3, (0, r2.sprintf)(w.expression.tooManyNestedCalls, (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, i3.getTextWithFuncOpTextFallback(), i3.position), e3, t3._maxCallStack), i3.position, i3.getTextWithFuncOpTextFallback()), false; - const d2 = h.expressionDataService.getOverload(i3, t3._languagesSnapshot, t3.expression); - if (!d2.success) return x(t3, d2.error, d2.position, d2.operand, null, true), false; - const c2 = d2.result; - if (c2.mustBeLastOperationOrFunction && !a2) return x(t3, (0, r2.sprintf)(w.expression.functions.mustBeLastOperation, (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, i3.getTextWithFuncOpTextFallback(), i3.position)), i3.position, i3.getTextWithFuncOpTextFallback()), false; + if (e3 > t3._maxCallStack) return x(t3, (0, o.sprintf)(w.expression.tooManyNestedCalls, (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, i3.getTextWithFuncOpTextFallback(), i3.position), e3, t3._maxCallStack), i3.position, i3.getTextWithFuncOpTextFallback()), false; + const u2 = m.expressionDataService.getOverload(i3, t3._languagesSnapshot, t3.expression); + if (!u2.success) return x(t3, u2.error, u2.position, u2.operand, null, true), false; + const c2 = u2.result; + if (c2.mustBeLastOperationOrFunction && !r3) return x(t3, (0, o.sprintf)(w.expression.functions.mustBeLastOperation, (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, i3.getTextWithFuncOpTextFallback(), i3.position)), i3.position, i3.getTextWithFuncOpTextFallback()), false; if (c2.supportedFlowTypes && t3.expression.parentFlow) { const e4 = t3.expression.parentFlow; let n4; - if (t3.expression.type.isMatch(T.globalTypes.audio, g.settings.exact)) { + if (t3.expression.type.isMatch(y.globalTypes.audio, f.settings.exact)) { n4 = e4.getDestinationFlowTypesThatSupportTtsAndAsrAtRuntime(); - const a3 = o.default.difference(n4, o.default.values(c2.supportedFlowTypes)); - a3.length && L(t3, (0, r2.sprintf)(w.commonModule.notAvailableInFlowTypes, u.getFlowTypesDisplayString(a3)), i3.position); + const r4 = a.default.difference(n4, a.default.values(c2.supportedFlowTypes)); + r4.length && L(t3, (0, o.sprintf)(w.commonModule.notAvailableInFlowTypes, d.getFlowTypesDisplayString(r4)), i3.position); } else n4 = e4.destinationFlowTypes; for (let e5 = 0; e5 < n4.length; e5++) { - const o2 = n4[e5]; - if (!c2.supportedFlowTypes[o2]) { + const r4 = n4[e5]; + if (!c2.supportedFlowTypes[r4]) { let e6; - const n5 = (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, i3.getTextWithFuncOpTextFallback(), i3.position); - switch (l2.length) { + const n5 = (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, i3.getTextWithFuncOpTextFallback(), i3.position); + switch (s2.length) { case 0: - e6 = (0, r2.sprintf)(w.expression.functions.notAvailableInFlowTypeNoParm, n5, s.default.getFlowTypeDisplayName(o2)); + e6 = (0, o.sprintf)(w.expression.functions.notAvailableInFlowTypeNoParm, n5, l.default.getFlowTypeDisplayName(r4)); break; case 1: - e6 = (0, r2.sprintf)(w.expression.functions.notAvailableInFlowTypeOneParm, n5, u.getOperandListDisplayString(l2), s.default.getFlowTypeDisplayName(o2)); + e6 = (0, o.sprintf)(w.expression.functions.notAvailableInFlowTypeOneParm, n5, d.getOperandListDisplayString(s2), l.default.getFlowTypeDisplayName(r4)); break; default: - e6 = (0, r2.sprintf)(w.expression.functions.notAvailableInFlowTypeMoreThanOneParm, n5, u.getOperandListDisplayString(l2), s.default.getFlowTypeDisplayName(o2)); + e6 = (0, o.sprintf)(w.expression.functions.notAvailableInFlowTypeMoreThanOneParm, n5, d.getOperandListDisplayString(s2), l.default.getFlowTypeDisplayName(r4)); } return x(t3, e6, i3.position, i3.getTextWithFuncOpTextFallback()), false; } @@ -53698,11 +54075,11 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } if (c2.maxOperands) { const e4 = i3.getOperands(); - if (e4 && e4.length > c2.maxOperands) return x(t3, (0, r2.sprintf)(w.expression.functions.maxOperandsExceeded, (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, i3.getTextWithFuncOpTextFallback(), i3.position), c2.maxOperands), i3.position, i3.getTextWithFuncOpTextFallback()), false; + if (e4 && e4.length > c2.maxOperands) return x(t3, (0, o.sprintf)(w.expression.functions.maxOperandsExceeded, (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, i3.getTextWithFuncOpTextFallback(), i3.position), c2.maxOperands), i3.position, i3.getTextWithFuncOpTextFallback()), false; } let p2, _2; - if (_2 = c2.resultResolver ? c2.resultResolver(c2, i3) : f.expressionResolvers.resolveNotSetTypedOperands(c2, i3), _2.property) { - if (_2.property.isReadOnly && t3.expression.isOutput && 0 === e3) return x(t3, (0, r2.sprintf)(w.expression.variableIsReadOnly, t3.expression.text), _2.position, _2.operand), false; + if (_2 = c2.resultResolver ? c2.resultResolver(c2, i3) : T.expressionResolvers.resolveNotSetTypedOperands(c2, i3), _2.property) { + if (_2.property.isReadOnly && t3.expression.isOutput && 0 === e3) return x(t3, (0, o.sprintf)(w.expression.variableIsReadOnly, t3.expression.text), _2.position, _2.operand), false; _2.property.depth = e3, t3.properties.push(_2.property), _2.property.checkVersion(t3); } return _2.success ? (p2 = c2.returnType.isAny ? _2.type : c2.returnType, i3.type = p2, t3.checkVersion(c2.version), true) : (x(t3, _2.error, _2.position, _2.operand), false); @@ -53710,109 +54087,109 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; function H(e3, t3, i3) { const n3 = i3[i3.length - 1]; if (!t3) return true; - const o2 = t3.getType(); - if (o2 === E.EOF) return true; + const r3 = t3.getType(); + if (r3 === R.EOF) return true; const a2 = B(t3.token, e3._lineExtents); let s2 = t3.getText(); - switch (o2) { + switch (r3) { case 0: - case E.UP: - case E.DOWN: - case E.COMMA: + case R.UP: + case R.DOWN: + case R.COMMA: break; - case E.IDENTIFIER: - var l2 = h.expressionDataService.getRegisteredFuncOpsByText(s2); + case R.IDENTIFIER: + var l2 = m.expressionDataService.getRegisteredFuncOpsByText(s2); if (l2 && l2.length > 0) { - const o3 = l2[0]; - if (o3.isUnavailable) return x(e3, (0, r2.sprintf)(w.expression.functions.unavailableFunctionDueToImplementationToggles, (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, s2, a2)), a2, s2), false; - if (0 === t3.getChildCount()) return x(e3, (0, r2.sprintf)(w.expression.functions.functionMustBeCalledWithParens, (0, r2.sprintf)(w.expression.functions.funcOpPosPrefix, s2, a2), s2), a2, s2), false; - P(e3._rootItem, n3, i3, m.expressionItems.funcOp(a2, o3.text, s2)); + const r4 = l2[0]; + if (r4.isUnavailable) return x(e3, (0, o.sprintf)(w.expression.functions.unavailableFunctionDueToImplementationToggles, (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, s2, a2)), a2, s2), false; + if (0 === t3.getChildCount()) return x(e3, (0, o.sprintf)(w.expression.functions.functionMustBeCalledWithParens, (0, o.sprintf)(w.expression.functions.funcOpPosPrefix, s2, a2), s2), a2, s2), false; + P(e3._rootItem, n3, i3, g.expressionItems.funcOp(a2, r4.text, s2)); break; } - return x(e3, (0, r2.sprintf)(w.expression.notFuncOrRef, s2.trimForDisplay(), a2), a2, null, null, true), false; - case E.FIELD_ACCESS_IDENTIFIER: - case E.FIELD_ACCESS_STRING_LITERAL: - var u2 = m.expressionItems.fieldAccess(a2); - P(e3._rootItem, n3, i3, u2), D(e3._rootItem, u2, m.expressionItems.propAccessLiteral(a2, s2.substring(1, s2.length), "unknown")); + return x(e3, (0, o.sprintf)(w.expression.notFuncOrRef, s2.trimForDisplay(), a2), a2, null, null, true), false; + case R.FIELD_ACCESS_IDENTIFIER: + case R.FIELD_ACCESS_STRING_LITERAL: + var u2 = g.expressionItems.fieldAccess(a2); + P(e3._rootItem, n3, i3, u2), D(e3._rootItem, u2, g.expressionItems.propAccessLiteral(a2, s2.substring(1, s2.length), "unknown")); break; - case E.UNQUOTED_STRING_LITERAL: - case E.FIELD_ACCESS_UNQUOTED_STRING_LITERAL: - return x(e3, (0, r2.sprintf)(w.expression.missingEndQuoteAtPosition, a2), a2), false; - case E.BAD_ESCAPE_STRING_LITERAL: - return x(e3, (0, r2.sprintf)(w.expression.invalidEscape, a2), a2), false; - case E.PERIOD: - return x(e3, (0, r2.sprintf)(w.expression.noPropertySpecified, a2), a2), false; - case E.OP_MINUS: + case R.UNQUOTED_STRING_LITERAL: + case R.FIELD_ACCESS_UNQUOTED_STRING_LITERAL: + return x(e3, (0, o.sprintf)(w.expression.missingEndQuoteAtPosition, a2), a2), false; + case R.BAD_ESCAPE_STRING_LITERAL: + return x(e3, (0, o.sprintf)(w.expression.invalidEscape, a2), a2), false; + case R.PERIOD: + return x(e3, (0, o.sprintf)(w.expression.noPropertySpecified, a2), a2), false; + case R.OP_MINUS: if (!G(e3, t3)) { - if (e3.resultType === S.ParseResultTypes.error) return false; - P(e3._rootItem, n3, i3, m.expressionItems.op(a2, s2)); + if (e3.resultType === A.ParseResultTypes.error) return false; + P(e3._rootItem, n3, i3, g.expressionItems.op(a2, s2)); } break; - case E.OP_PLUS: - case E.OP_MULT: - case E.OP_DIV: - case E.OP_POW: - case E.OP_EQU: - case E.OP_NEQ: - case E.OP_GT: - case E.OP_GTE: - case E.OP_LT: - case E.OP_LTE: - case E.OP_MOD: - case E.OP_NOT: - case E.OP_LOG_AND: - case E.OP_LOG_OR: - case E.OP_BIT_AND: - case E.OP_BIT_INCL_OR: - case E.OP_BIT_NOT: - case E.TERNARY_IF: - P(e3._rootItem, n3, i3, m.expressionItems.op(a2, s2)); + case R.OP_PLUS: + case R.OP_MULT: + case R.OP_DIV: + case R.OP_POW: + case R.OP_EQU: + case R.OP_NEQ: + case R.OP_GT: + case R.OP_GTE: + case R.OP_LT: + case R.OP_LTE: + case R.OP_MOD: + case R.OP_NOT: + case R.OP_LOG_AND: + case R.OP_LOG_OR: + case R.OP_BIT_AND: + case R.OP_BIT_INCL_OR: + case R.OP_BIT_NOT: + case R.TERNARY_IF: + P(e3._rootItem, n3, i3, g.expressionItems.op(a2, s2)); break; - case E.TERNARY_THEN: + case R.TERNARY_THEN: break; - case E.INTEGER: - if (!m.expressionItems.checkIntStr(s2)) return x(e3, (0, r2.sprintf)(w.expression.intValueGreaterThanMax, s2, a2, p.default.maxInt), a2), false; - D(e3._rootItem, n3, m.expressionItems.literal(a2, s2, T.globalTypes.integer)); + case R.INTEGER: + if (!g.expressionItems.checkIntStr(s2)) return x(e3, (0, o.sprintf)(w.expression.intValueGreaterThanMax, s2, a2, _.default.maxInt), a2), false; + D(e3._rootItem, n3, g.expressionItems.literal(a2, s2, y.globalTypes.integer)); break; - case E.DECIMAL: - if (!m.expressionItems.checkDecimalStr(s2)) return x(e3, (0, r2.sprintf)(w.expression.decimalValueTooMuchPrecision, s2, a2, p.default.maxPrecision), a2), false; - D(e3._rootItem, n3, m.expressionItems.literal(a2, s2, T.globalTypes.decimal)); + case R.DECIMAL: + if (!g.expressionItems.checkDecimalStr(s2)) return x(e3, (0, o.sprintf)(w.expression.decimalValueTooMuchPrecision, s2, a2, _.default.maxPrecision), a2), false; + D(e3._rootItem, n3, g.expressionItems.literal(a2, s2, y.globalTypes.decimal)); break; - case E.STRING_LITERAL: - s2 = s2.substring(1, s2.length - 1), D(e3._rootItem, n3, m.expressionItems.stringLiteral(a2, s2, T.globalTypes.string)); + case R.STRING_LITERAL: + s2 = s2.substring(1, s2.length - 1), D(e3._rootItem, n3, g.expressionItems.stringLiteral(a2, s2, y.globalTypes.string)); break; - case E.BOOL_TRUE: - case E.BOOL_FALSE: - D(e3._rootItem, n3, m.expressionItems.literal(a2, s2, T.globalTypes.boolean)); + case R.BOOL_TRUE: + case R.BOOL_FALSE: + D(e3._rootItem, n3, g.expressionItems.literal(a2, s2, y.globalTypes.boolean)); break; - case E.NOT_SET: - D(e3._rootItem, n3, m.expressionItems.nul(a2)); + case R.NOT_SET: + D(e3._rootItem, n3, g.expressionItems.nul(a2)); break; - case E.PAREN_LEFT: + case R.PAREN_LEFT: e3._parens.push(a2); break; - case E.PAREN_RIGHT: - if (0 === e3._parens.length) return x(e3, (0, r2.sprintf)(w.expression.missingOpenParenAtPosition, a2), a2), false; + case R.PAREN_RIGHT: + if (0 === e3._parens.length) return x(e3, (0, o.sprintf)(w.expression.missingOpenParenAtPosition, a2), a2), false; e3._parens.pop(); break; - case E.BRACKET_LEFT: - e3._brackets.push(a2), P(e3._rootItem, n3, i3, m.expressionItems.op(a2, s2)); + case R.BRACKET_LEFT: + e3._brackets.push(a2), P(e3._rootItem, n3, i3, g.expressionItems.op(a2, s2)); break; - case E.BRACKET_RIGHT: - if (0 === e3._brackets.length) return x(e3, (0, r2.sprintf)(w.expression.missingOpenBracketAtPosition, a2), a2), false; + case R.BRACKET_RIGHT: + if (0 === e3._brackets.length) return x(e3, (0, o.sprintf)(w.expression.missingOpenBracketAtPosition, a2), a2), false; e3._brackets.pop(); break; default: - return x(e3, (0, r2.sprintf)(w.expression.invalidInputAtPosition, a2), a2), false; + return x(e3, (0, o.sprintf)(w.expression.invalidInputAtPosition, a2), a2), false; } return true; } function J(e3, t3, i3, n3) { if (!t3) return true; - if (t3.getType() === E.OP_MINUS) { + if (t3.getType() === R.OP_MINUS) { const n4 = G(e3, t3); if (n4) return D(e3._rootItem, i3[i3.length - 1], n4), true; - if (e3.resultType === S.ParseResultTypes.error) return false; + if (e3.resultType === A.ParseResultTypes.error) return false; } return !(n3 && !H(e3, t3, i3)) && (function(e4, t4, i4) { const n4 = t4.getChildCount(); @@ -53822,31 +54199,31 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const u2 = t4.getChild(s3), d2 = B(u2.token, e4._lineExtents); let c2, p2; switch (u2.getType()) { - case E.IDENTIFIER: - var o2 = false; - if (p2 = u2.getText(), !h.expressionDataService.getRegisteredFuncOpsByText(p2)) { + case R.IDENTIFIER: + var r3 = false; + if (p2 = u2.getText(), !m.expressionDataService.getRegisteredFuncOpsByText(p2)) { for (c2 = [u2]; s3 + 1 < n4; ) { const e5 = t4.getChild(s3 + 1); - if ((e5.children || e5.getType() !== E.FIELD_ACCESS_IDENTIFIER) && e5.getType() !== E.FIELD_ACCESS_STRING_LITERAL) break; - o2 = true, s3++, p2 += e5.getText(), c2.push(e5); + if ((e5.children || e5.getType() !== R.FIELD_ACCESS_IDENTIFIER) && e5.getType() !== R.FIELD_ACCESS_STRING_LITERAL) break; + r3 = true, s3++, p2 += e5.getText(), c2.push(e5); } - if (o2 && (l2 = q(e4, c2, d2), !l2)) return M(e4) || x(e4, (0, r2.sprintf)(w.expression.variableReferenceNotValid, p2.trimForDisplay(), d2), d2), false; + if (r3 && (l2 = q(e4, c2, d2), !l2)) return M(e4) || x(e4, (0, o.sprintf)(w.expression.variableReferenceNotValid, p2.trimForDisplay(), d2), d2), false; } break; - case E.BRACKET_LEFT: + case R.BRACKET_LEFT: if (!H(e4, u2, i4)) return false; var a2 = i4[i4.length - 1]; if (!J(e4, u2, i4)) return false; if (s3 + 1 < n4 && a2.getOperands().length < 2) { - if (i4.push(a2), s3++, s3 + 1 < n4 && (t4.getChild(s3).getType() === E.IDENTIFIER || t4.getChild(s3 + 1).getType() === E.FIELD_ACCESS_STRING_LITERAL)) { + if (i4.push(a2), s3++, s3 + 1 < n4 && (t4.getChild(s3).getType() === R.IDENTIFIER || t4.getChild(s3 + 1).getType() === R.FIELD_ACCESS_STRING_LITERAL)) { for (c2 = [t4.getChild(s3)]; s3 + 1 < n4; ) { const e5 = t4.getChild(s3 + 1); - if (e5.getType() !== E.FIELD_ACCESS_IDENTIFIER && e5.getType() !== E.FIELD_ACCESS_STRING_LITERAL) break; + if (e5.getType() !== R.FIELD_ACCESS_IDENTIFIER && e5.getType() !== R.FIELD_ACCESS_STRING_LITERAL) break; s3++, p2 = t4.getChild(s3).getText(), c2.push(e5); } - if (l2 = q(e4, c2, d2), !l2) return M(e4) || x(e4, (0, r2.sprintf)(w.expression.variableReferenceNotValid, p2.trimForDisplay(), d2), d2), false; - const o3 = i4[i4.length - 1]; - D(e4._rootItem, o3, l2); + if (l2 = q(e4, c2, d2), !l2) return M(e4) || x(e4, (0, o.sprintf)(w.expression.variableReferenceNotValid, p2.trimForDisplay(), d2), d2), false; + const r4 = i4[i4.length - 1]; + D(e4._rootItem, r4, l2); } else if (!J(e4, t4.getChild(s3), i4, true)) return false; i4[i4.length - 1].isBracketAccess && W(i4); } @@ -53984,6 +54361,11 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; _logVerboseNote(e3) { c.default.logNetworkActivity ? c.default.itemNote({ title: "Called Object" }, `${this._networkRequestIdPrefix()}${e3}`, this._logStr(), "ArchNetworkRequest") : c.default.logNotesVerbose && c.default.itemNoteVerbose({ title: "Called Object" }, e3, this._logStr(), "ArchNetworkRequest"); } + _logRequestError(e3) { + var t3, i3; + const n3 = null !== (t3 = null == e3 ? void 0 : e3.code) && void 0 !== t3 ? t3 : "unknown", r3 = null !== (i3 = null == e3 ? void 0 : e3.message) && void 0 !== i3 ? i3 : ""; + this._logVerboseNote(_.magenta(`request failed - errorCode:${n3}, errorMessage:${r3}`)); + } _logResponseBody(e3, t3, i3) { if (!c.default.logNetworkActivity) return; const n3 = null == e3 || "" === e3 ? "" : e3, r3 = void 0 !== i3 ? `, statusCode: ${i3}` : "", o2 = t3 ? `, correlationId: ${t3}` : "", a2 = _.magenta(`[${this.info.method}::${this.url}${r3}${o2}]`), s2 = `${this._networkRequestIdPrefix()}response body - ${n3}`; @@ -54011,7 +54393,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }.bind(this)); }.bind(this)); return o2.on("error", function(e4) { - this.error = e4, this.routeEvent("error", this); + this.error = e4, this._logRequestError(e4), this.routeEvent("error", this); }.bind(this)), void 0 !== e3 && o2.write(e3), this.sendTime = /* @__PURE__ */ new Date(), o2.end(), this.promise; } getResponseHeaders() { @@ -54254,7 +54636,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; var t3 = i2(43056).typeOf, n2 = i2(68152); e2.exports.stringify = function(e3) { var i3, r2 = ""; - return n2((i3 = { undefined: function() { + i3 = { undefined: function() { return "null"; }, null: function() { return "null"; @@ -54267,23 +54649,26 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return t4 && (e4 = e4.replace(/"/g, '"')), t4 ? JSON.stringify(e4) : e4; }, array: function(e4) { var n3 = ""; - return 0 === e4.length ? n3 += "[]" : (r2 = r2.replace(/$/, " "), e4.forEach(function(e5, o) { - var a = i3[t3(e5)]; - if (!a) throw new Error("what the crap: " + t3(e5)); - n3 += "\n" + r2 + "- " + a(e5, true); + return 0 === e4.length ? n3 += "[]" : (r2 = r2.replace(/$/, " "), e4.forEach(function(e5, o2) { + var a2 = i3[t3(e5)]; + if (!a2) throw new Error("missing root handler: " + t3(e5)); + n3 += "\n" + r2 + "- " + a2(e5, true); }), r2 = r2.replace(/ /, ""), n3); - }, object: function(e4, n3, o) { - var a = ""; - return 0 === Object.keys(e4).length ? a += "{}" : (o || (r2 = r2.replace(/$/, " ")), Object.keys(e4).forEach(function(o2, s) { - var l = e4[o2], u = i3[t3(l)]; + }, object: function(e4, n3, o2) { + var a2 = ""; + return 0 === Object.keys(e4).length ? a2 += "{}" : (o2 || (r2 = r2.replace(/$/, " ")), Object.keys(e4).forEach(function(o3, s) { + var l = e4[o3], u = i3[t3(l)]; if (void 0 !== l) { if (!u) throw new Error("what the crap: " + t3(l)); - n3 && 0 === s || (a += "\n" + r2), (o2.length > 0 && o2.charAt(0).match(/[^\w]/g) || o2.match(/[:#]/g) || "true" === o2.toLowerCase() && "true" !== o2 || "false" === o2.toLowerCase() && "false" !== o2 || "yes" === o2.toLowerCase() || "no" === o2.toLowerCase() || o2.endsWith(" ")) && (o2 = JSON.stringify(o2)), a += o2 + ": " + u(l); + n3 && 0 === s || (a2 += "\n" + r2), (o3.length > 0 && o3.charAt(0).match(/[^\w]/g) || o3.match(/[:#]/g) || "true" === o3.toLowerCase() && "true" !== o3 || "false" === o3.toLowerCase() && "false" !== o3 || "yes" === o3.toLowerCase() || "no" === o3.toLowerCase() || o3.endsWith(" ")) && (o3 = JSON.stringify(o3)), a2 += o3 + ": " + u(l); } - }), r2 = r2.replace(/ /, ""), a); + }), r2 = r2.replace(/ /, ""), a2); }, function: function() { return "[object Function]"; - } })[t3(e3)](e3, true, true) + "\n"); + } }; + var o = t3(e3), a = i3[o]; + if (!a) throw new Error("what the crap: " + o); + return n2(a(e3, true, true) + "\n"); }; })(); }, 44565: (e2, t2, i2) => { @@ -54722,7 +55107,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this._notApplicable = this.reviveItem(e3, r2); } } }), o.extend(a, n2, true), e2.exports = a; }, 44911: (e2) => { - e2.exports = { expression: { AR_TP_AGENTSCOREPAIR: "AgentScorePair", AR_TP_AGENTSCOREPAIR_PROP_AGENT_DSC: "The agent to associate with the routing score.", AR_TP_AGENTSCOREPAIR_PROP_SCORE_DSC: "The preferred agent routing score to associate with the agent. Valid values are 0 to 100. Higher scores get routed to agents sooner when preferred agent routing is configured.", AR_TP_AUDIO: "Audio", AR_TP_BLN: "Boolean", AR_TP_STRINGKEYVALUEPAIR: "StringKeyValuePair", AR_TP_STRINGKEYVALUEPAIR_PROP_KEY_DSC: "A unique ID for the data pair.", AR_TP_STRINGKEYVALUEPAIR_PROP_VALUE_DSC: "The value for the data pair.", AR_TP_CHATGUEST: "ChatGuest", AR_TP_CHATGUEST_PROP_ID_DSC: "A unique ID for the guest.", AR_TP_CHATGUEST_PROP_DISPLAYNAME_DSC: "The display name for the guest.", AR_TP_CHATGUEST_PROP_AVATARIMAGEURL_DSC: "The url for the guest's avatar image.", AR_TP_CHATGUEST_PROP_ISAUTHENTICATED_DSC: "Whether or not authenticated mode was set when starting the chat.", AR_TP_CHATGUEST_PROP_CUSTOMFIELDS_DSC: "The collection of custom fields associated with the guest.", AR_TP_CHATGUEST_PROP_AUTHENTICATEDCUSTOMFIELDS_DSC: "The collection of authenticated custom fields populated when the guest is authenticated.", AR_TP_CUR: "Currency", AR_TP_CUR_PROP_AMOUNT_DSC: "The decimal amount for the Currency", AR_TP_CUR_PROP_CODE_DSC: "The three letter ISO 4217 code for the Currency", AR_TP_ASSIGNEDCUSTOMERINTENT: "AssignedCustomerIntent", AR_TP_ASSIGNEDCUSTOMERINTENT_PROP_CUSTOMERINTENT_DSC: "The assigned Customer Intent.", AR_TP_ASSIGNEDCUSTOMERINTENT_PROP_DATEMOSTRECENTLYASSIGNED_DSC: "The DateTime the Customer Intent was most recently assigned.", AR_TP_ASSIGNEDCUSTOMERSEGMENT: "AssignedCustomerSegment", AR_TP_ASSIGNEDCUSTOMERSEGMENT_PROP_CUSTOMERSEGMENT_DSC: "The assigned Customer Segment.", AR_TP_ASSIGNEDCUSTOMERSEGMENT_PROP_DATEASSIGNED_DSC: "The DateTime the Customer Segment was assigned.", AR_TP_CUSTOMERSEGMENT: "CustomerSegment", AR_TP_CUSTOMERSEGMENT_PROP_ID_DSC: "The ID of the Customer Segment.", AR_TP_CUSTOMERSEGMENT_PROP_DSC: "The name of the Customer Segment.", AR_TP_CUSTOMERINTENT: "CustomerIntent", AR_TP_CUSTOMERINTENT_PROP_ID_DSC: "The ID of the Customer Intent.", AR_TP_CUSTOMERINTENT_PROP_DSC: "The name of the Customer Intent.", AR_TP_CUSTOMERINTENT_PROP_CATEGORYID_DSC: "The ID of the category to which the Customer Intent belongs.", AR_TP_DTM: "DateTime", AR_TP_DATE: "Date", AR_TP_DEC: "Decimal", AR_TP_DIVISION: "Division", AR_TP_DIVISION_PROP_ID_DSC: "The ID of the division.", AR_TP_DIVISION_PROP_DSC: "The name of the division.", AR_TP_DUR: "Duration", AR_TP_LNG: "Integer", AR_TP_EMAIL: "Email", AR_TP_EMAIL_PROP_ID_DSC: "A unique ID for the email.", AR_TP_EMAIL_PROP_AUTOGENERATED_DSC: "Whether or not the email was auto-generated like an Out of Office reply.", AR_TP_EMAIL_PROP_SPAM_DSC: "Whether or not the email was marked as spam.", AR_TP_EMAIL_PROP_FROM_DSC: "The email from address.", AR_TP_EMAIL_PROP_TO_DSC: "The collection of email addresses specified in the email's To list.", AR_TP_EMAIL_PROP_CC_DSC: "The collection of email addresses specified in the email's Cc ( carbon copy ) list.", AR_TP_EMAIL_PROP_BCC_DSC: "The collection of email addresses specified in the email's Bcc ( blind carbon copy ) list.", AR_TP_EMAIL_PROP_SUBJECT_DSC: "The email subject.", AR_TP_EMAIL_PROP_DIRECTION_DSC: 'The email direction ( "inbound", "outbound" or "unknown" ).', AR_TP_EMAIL_PROP_REPLYTO_DSC: "The raw address where replies to this email should be sent.", AR_TP_EMAIL_PROP_ROUTE_DSC: "The email address of the email route which received this email. If not received by an email route, this will be NOT_SET.", AR_TP_EMAIL_PROP_BODY_DSC: "The email body as plain text.", AR_TP_EMAIL_PROP_HTMLBODY_DSC: "The email body as HTML.", AR_TP_EMAIL_PROP_ATTACHMENTS_DSC: "The collection of email attachments on this email.", AR_TP_EMAIL_PROP_DATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for the email.", AR_TP_EMAILADDRESS: "EmailAddress", AR_TP_EMAILADDRESS_PROP_DSC: "The friendly name for the email address.", AR_TP_EMAILADDRESS_PROP_ID_DSC: 'The full email address ID similar to "john.doe@company.com".', AR_TP_EMAILATTACHMENT: "EmailAttachment", AR_TP_EMAILATTACHMENT_PROP_ID_DSC: "The unique ID for the attachment.", AR_TP_EMAILATTACHMENT_PROP_CONTENTLENGTH_DSC: "The size of the attachment in bytes.", AR_TP_EMAILATTACHMENT_PROP_CONTENTTYPE_DSC: 'The content type of the attachment, typically in MIME format like "text/plain" or "text/html".', AR_TP_EMAILATTACHMENT_PROP_CONTENTURI_DSC: "The URI which indicates where the content of the attachment can be retrieved.", AR_TP_EMAILATTACHMENT_PROP_DSC: "The name of the attachment.", AR_TP_DRAFTEMAIL: "DraftEmail", AR_TP_DRAFTEMAIL_PROP_ATTACHMENTS_DSC: "The collection of attachments on the draft email.", AR_TP_DRAFTEMAIL_PROP_BCC_DSC: "The collection of email addresses specified in the draft email's Bcc ( blind carbon copy ) list.", AR_TP_DRAFTEMAIL_PROP_CC_DSC: "The collection of email addresses specified in the draft email's Cc ( carbon copy ) list.", AR_TP_DRAFTEMAIL_PROP_FROM_DSC: "The draft email from address.", AR_TP_DRAFTEMAIL_PROP_HEADERS_DSC: "Additional email headers not represented by other properties such as subject, to, cc, or bcc. This is a JSON object whose keys are header names.", AR_TP_DRAFTEMAIL_PROP_SUBJECT_DSC: "The draft email subject.", AR_TP_DRAFTEMAIL_PROP_TO_DSC: "The collection of email addresses specified in the draft email's To list.", AR_TP_DRAFTEMAILADDRESS: "DraftEmailAddress", AR_TP_DRAFTEMAILADDRESS_PROP_EMAIL_DSC: 'The full email address ID similar to "john.doe@company.com".', AR_TP_DRAFTEMAILADDRESS_PROP_DSC: "The friendly name for the email address.", AR_TP_DRAFTEMAILATTACHMENT: "DraftEmailAttachment", AR_TP_DRAFTEMAILATTACHMENT_PROP_ATTACHMENTID_DSC: "The attachment identifier.", AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTLENGTH_DSC: "The size of the attachment in bytes.", AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTTYPE_DSC: 'The content type of the attachment, typically in MIME format like "text/plain" or "text/html".', AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTURI_DSC: "The URI which indicates where the content of the attachment can be retrieved.", AR_TP_DRAFTEMAILATTACHMENT_PROP_DSC: "The name of the attachment.", AR_TP_EXTERNALORGANIZATION: "ExternalOrganization", AR_TP_EXTERNALORGANIZATION_PROP_ID_DSC: "A unique ID for the organization.", AR_TP_EXTERNALORGANIZATION_PROP_CREATEDATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the organization entry was created", AR_TP_EXTERNALORGANIZATION_PROP_MODIFYDATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the organization entry was last updated", AR_TP_EXTERNALORGANIZATION_PROP_KIND_DSC: 'The internal classification for the record type. This will be "externalOrg".', AR_TP_EXTERNALORGANIZATION_PROP_DSC: "The displayable name of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_COMPANYTYPE_DSC: 'The company type of the organization. The values are unrestricted, but often values such as "Customer - Direct", "Prospect", "Partner" are used.', AR_TP_EXTERNALORGANIZATION_PROP_INDUSTRY_DSC: 'The industry of the organization. The values are unrestricted, but often values such as "Telecom", "Health Care", "Tax Prep", etc are used.', AR_TP_EXTERNALORGANIZATION_PROP_PRIMARYCONTACTID_DSC: "Returns a NOT_SET String at flow runtime. This property is being kept for backward compatibility but there no primary contact ID associated with a Genesys Cloud external organization as of March 24, 2025.", AR_TP_EXTERNALORGANIZATION_PROP_ADDRESS_DSC: "The primary address of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_PHNBR_DSC: "The primary phone number of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_FAXNUMBER_DSC: "The fax number of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_EMPLOYEECOUNT_DSC: "The number of employees in the organization.", AR_TP_EXTERNALORGANIZATION_PROP_REVENUE_DSC: "The average revenue of the organization. The values are unrestricted but often the data entered reflects the annual amount.", AR_TP_EXTERNALORGANIZATION_PROP_TAGS_DSC: "Terms used to describe the organization. Tags are often used to make organization records easily searchable/filterable.", AR_TP_EXTERNALORGANIZATION_PROP_TICKERS_DSC: "Stock ticker symbols associated with the organization.", AR_TP_EXTERNALORGANIZATION_PROP_TWITTERINFO_DSC: "The Twitter messaging system user information for the organization.", AR_TP_EXTERNALORGANIZATION_PROP_EXTERNALSYSTEMURL_DSC: "The external system URL of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_WEBSITES_DSC: "Websites associated with the organization", AR_TP_EXTERNALORGANIZATION_PROP_DIVISIONID_DSC: "The identifier of the division to which the external organization belongs.", AR_TP_EXTERNALADDRESS: "ExternalAddress", AR_TP_EXTERNALADDRESS_PROP_ADDRESS1_DSC: "The first address line.", AR_TP_EXTERNALADDRESS_PROP_ADDRESS2_DSC: "The second address line.", AR_TP_EXTERNALADDRESS_PROP_CITY_DSC: "The City field of the Address", AR_TP_EXTERNALADDRESS_PROP_STATE_DSC: "The State field of the Address", AR_TP_EXTERNALADDRESS_PROP_POSTALCODE_DSC: "The Postal Code field of the Address", AR_TP_EXTERNALADDRESS_PROP_COUNTRYCODE_DSC: "The Country Code field of the Address", AR_TP_CARD: "Card", AR_TP_CARD_PROP_TITLE_DSC: "The card title.", AR_TP_CARD_PROP_TITLE_DISP_VAL: "Title", AR_TP_CARD_PROP_DESCRIPTION_DSC: "The card description.", AR_TP_CARD_PROP_DESCRIPTION_DISP_VAL: "Description", AR_TP_CARD_PROP_IMAGE_DSC: "The image to use on the card.", AR_TP_CARD_PROP_IMAGE_DISP_VAL: "Image", AR_TP_CARD_PROP_BUTTONS_DSC: "The buttons to use for this card.", AR_TP_CARD_PROP_BUTTONS_DISP_VAL: "Buttons", AR_TP_CHOICE: "Choice", AR_TP_CHOICE_PROP_LABEL_DSC: 'A display label. When the choice type is "postback" and the value comes from a list or dynamic list slot type on an Ask for Slot action, this property cannot be configured since the label will come from the value configured on the list or dynamic list slot type in the Natural Language Understanding section based on the language in which the flow is running.', AR_TP_CHOICE_PROP_LABEL_DISP_VAL: "Alternative button label", AR_TP_CHOICE_PROP_VALUE_DSC: "The value that will be used for this choice at runtime.", AR_TP_CHOICE_PROP_VALUE_DISP_VAL: "Button value", AR_TP_CHOICE_PROP_TYPE_DSC: 'The type property defines how the value on this choice should be treated at flow runtime. "postback" indicates the value is returned to the flow at flow runtime and "url" indicates the choice value is a URL and is not returned to the flow at flow runtime.', AR_TP_CHOICE_PROP_TYPE_DISP_VAL: "Type", AR_TP_CHOICE_PROP_COMMAND_DSC: "The command value that will be used for this choice at runtime.", AR_TP_CHOICE_PROP_COMMAND_DISP_VAL: "Skip Response", AR_TP_QUICKREPLIES: "QuickReplies", AR_TP_QUICKREPLIES_PROP_BUTTONS_DSC: "The buttons to use as quick replies. The order of the choices in this array determine the order in which they are presented.", AR_TP_QUICKREPLIES_PROP_BUTTONS_DISP_VAL: "Buttons", AR_TP_QUICKREPLIES_PROP_QUICKREPLYSUMMARY_DSC: 'Summary displayed in supporting messaging platforms after the user selects a quick reply. e.g. "Thanks for your selection"', AR_TP_QUICKREPLIES_PROP_QUICKREPLYSUMMARY_DISP_VAL: "Quick Reply Summary", AR_TP_CAROUSEL: "Carousel", AR_TP_CAROUSEL_PROP_CARDS_DSC: "The cards to use for this carousel.", AR_TP_CHOOSER: "Chooser", AR_TP_CHOOSER_PROP_PRESENTATION_DSC: "How to present the value choices.", AR_TP_CHOOSER_PROP_CAROUSEL_DSC: 'If the presentation property is set to "carousel", this specifies the carousel to use at flow runtime for the chooser.', AR_TP_CHOOSER_PROP_QUICKREPLIES_DSC: 'If the presentation property is set to "quickReplies", this specifies the quick replies to use at flow runtime for the chooser.', AR_TP_CHOOSER_PROP_TIMEPICKER_DSC: 'If the presentation property is set to "timePicker", this specifies the TimePicker to use at flow runtime for the chooser.', AR_TP_CHOOSER_PROP_LISTPICKER_DSC: 'If the presentation property is set to "listPicker", this specifies the list picker to use at flow runtime for the chooser.', AR_TP_EXTERNALFACEBOOKINFO: "ExternalFacebookInfo", AR_TP_EXTERNALFACEBOOKINFO_PROP_DISPLAYNAME_DSC: "The Facebook messaging system user display name for the contact.", AR_TP_EXTERNALFACEBOOKINFO_PROP_IDS_DSC: "Facebook messaging system IDs for the contact.", AR_TP_EXTERNALFACEBOOKID: "ExternalFacebookId", AR_TP_EXTERNALFACEBOOKID_PROP_SCOPEDID_DSC: "A Facebook messaging system scoped ID for the contact.", AR_TP_EXTERNALLINEINFO: "ExternalLineInfo", AR_TP_EXTERNALLINEINFO_PROP_DISPLAYNAME_DSC: "The LINE messaging system user display name for the contact.", AR_TP_EXTERNALLINEINFO_PROP_IDS_DSC: "LINE messaging system IDs for the contact.", AR_TP_EXTERNALLINEID: "ExternalLineId", AR_TP_EXTERNALLINEID_PROP_USERID_DSC: "A LINE messaging system user ID for the contact.", AR_TP_EXTERNALTWITTERINFO: "ExternalTwitterInfo", AR_TP_EXTERNALTWITTERINFO_PROP_ID_DSC: "The Twitter messaging system user ID for the contact.", AR_TP_EXTERNALTWITTERINFO_PROP_DSC: "The Twitter messaging system user display name for the contact.", AR_TP_EXTERNALTWITTERINFO_PROP_SCREENNAME_DSC: "The Twitter messaging system user screen name for the contact.", AR_TP_EXTERNALPHONENUMBER: "ExternalPhoneNumber", AR_TP_EXTERNALPHONENUMBER_PROP_DISPLAY_DSC: 'The number suitable for displaying to a user; eg, "(212) 555-1212", "1-800-CALLNOW"', AR_TP_EXTERNALPHONENUMBER_PROP_EXTENSION_DSC: "The extension of the phone number, if any.", AR_TP_EXTERNALPHONENUMBER_PROP_USERINPUT_DSC: "The user input field of the phone number.", AR_TP_EXTERNALPHONENUMBER_PROP_E164_DSC: 'The E.164 formatted String for a "tel" scheme phone number with a valid E.164 number, otherwise a NOT_SET String.', AR_TP_EXTERNALPHONENUMBER_PROP_COUNTRYCODE_DSC: "The Country Code field of the phone number.", AR_TP_EXTERNALPHONENUMBER_PROP_ACCEPTSSMS_DSC: "True if this number can accept SMS messages.", AR_TP_EXTERNALWHATSAPPINFO: "ExternalWhatsAppInfo", AR_TP_EXTERNALWHATSAPPINFO_PROP_DISPLAYNAME_DSC: "The WhatsApp messaging system user display name for the contact.", AR_TP_EXTERNALWHATSAPPINFO_PROP_PHNBR_DSC: "The WhatsApp messaging system phone number for the contact.", AR_TP_EXTERNALCONTACT: "ExternalContact", AR_TP_EXTERNALCONTACT_PROP_ID_DSC: "A unique ID for the contact.", AR_TP_EXTERNALCONTACT_PROP_CREATEDATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the contact entry was created", AR_TP_EXTERNALCONTACT_PROP_MODIFYDATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the contact entry was last updated", AR_TP_EXTERNALCONTACT_PROP_KIND_DSC: 'The internal classification for the record type. For external contacts, the kind will be "contact".', AR_TP_EXTERNALCONTACT_PROP_DIVISIONID_DSC: "The identifier of the division to which the external contact belongs.", AR_TP_EXTERNALCONTACT_PROP_EXTERNALORGANIZATION_DSC: "The organization for this contact.", AR_TP_EXTERNALCONTACT_PROP_FACEBOOKINFO_DSC: "The Facebook messaging system user information for the contact.", AR_TP_EXTERNALCONTACT_PROP_FIRSTNAME_DSC: "The first name of the contact.", AR_TP_EXTERNALCONTACT_PROP_MIDDLENAME_DSC: "The middle name of the contact.", AR_TP_EXTERNALCONTACT_PROP_LASTNAME_DSC: "The last name of the contact.", AR_TP_EXTERNALCONTACT_PROP_LINEINFO_DSC: "The LINE messaging system user information for the contact.", AR_TP_EXTERNALCONTACT_PROP_SALUTATION_DSC: "The salutation suggested when addressing the contact.", AR_TP_EXTERNALCONTACT_PROP_TITLE_DSC: 'The title of the contact. The values are unrestricted, but often values such as "Vice President", "Director", "Employee" are used.', AR_TP_EXTERNALCONTACT_PROP_TWITTERINFO_DSC: "The Twitter messaging system user information for the contact.", AR_TP_EXTERNALCONTACT_PROP_WHATSAPPINFO_DSC: "The WhatsApp messaging system user information for the contact.", AR_TP_EXTERNALCONTACT_PROP_WORKPHONE_DSC: "The work phone number of the contact.", AR_TP_EXTERNALCONTACT_PROP_CELLPHONE_DSC: "The cell phone number of the contact.", AR_TP_EXTERNALCONTACT_PROP_HOMEPHONE_DSC: "The home phone number of the contact.", AR_TP_EXTERNALCONTACT_PROP_OTHERPHONE_DSC: "The other phone number of the contact.", AR_TP_EXTERNALCONTACT_PROP_WORKEMAIL_DSC: "The work email address of the contact.", AR_TP_EXTERNALCONTACT_PROP_PERSONALEMAIL_DSC: "The personal email address of the contact.", AR_TP_EXTERNALCONTACT_PROP_OTHEREMAIL_DSC: "Other email address of the contact.", AR_TP_EXTERNALCONTACT_PROP_ADDRESS_DSC: "The address of the contact.", AR_TP_EXTERNALCONTACT_PROP_SURVEYOPTOUT_DSC: "True if this contact has opted out of survey invites.", AR_TP_EXTERNALCONTACT_PROP_EXTERNALSYSTEMURL_DSC: "The external system URL of the contact.", AR_TP_EXTERNALCONTACT_PROP_TYPE_DSC: "The type of contact.", AR_TP_EXTERNALCONTACT_PROP_INSTAGRAMINFO_DSC: "User information for an Instagram account.", AR_TP_EXTERNALCONTACT_PROP_EXTERNALIDINFO_DSC: "A list of external identifiers.", AR_TP_EXTERNALCONTACT_PROP_APPLEINFO_DSC: "User information for Apple accounts.", AR_TP_EXTERNALCONTACT_PROP_CANONICALCONTACTID_DSC: "The canonical contact ID if this contact has been merged.", AR_TP_EXTERNALCONTACT_PROP_MERGEDFROM_DSC: "List of contact IDs that were merged from to create this contact.", AR_TP_EXTERNALCONTACT_PROP_MERGEDTO_DSC: "The contact ID this contact was merged to.", AR_TP_EXTERNALCONTACT_PROP_MERGESET_DSC: "Set of contact IDs that are part of the same merge group.", AR_TP_EXTERNALCONTACT_PROP_CUSTOMFIELDS_DSC: "Custom fields.", AR_TP_EXTERNALINSTAGRAMINFO: "ExternalInstagramInfo", AR_TP_EXTERNALINSTAGRAMINFO_PROP_DISPLAYNAME_DSC: "The display name of the person who owns this Instagram account.", AR_TP_EXTERNALINSTAGRAMINFO_PROP_HANDLE_DSC: "The handle of the person who owns this Instagram account.", AR_TP_EXTERNALINSTAGRAMINFO_PROP_IDS_DSC: "Scoped ID for an Instagram user interacting with a page or app.", AR_TP_EXTERNALINSTAGRAMSCOPEDID: "ExternalInstagramScopedId", AR_TP_EXTERNALINSTAGRAMSCOPEDID_PROP_SCOPEDID_DSC: "The unique page/app-specific scopedId for the user.", AR_TP_EXTERNALAPPLEINFO: "ExternalAppleInfo", AR_TP_EXTERNALAPPLEINFO_PROP_ID_DSC: "The Apple opaque identifier.", AR_TP_EXTERNALIDINFO: "ExternalIdInfo", AR_TP_EXTERNALIDINFO_PROP_EXTERNALSOURCE_DSC: "The external source of the identifier.", AR_TP_EXTERNALIDINFO_PROP_VALUE_DSC: "The external identifier value.", AR_TP_EXTERNALSOURCE: "ExternalSource", AR_TP_EXTERNALSOURCE_PROP_ID_DSC: "The globally unique identifier for the external source.", AR_TP_EXTERNALSOURCE_PROP_DSC: "The name of the external source.", AR_TP_EXTERNALSOURCE_PROP_ACTIVE_DSC: "Whether the external source is active.", AR_TP_EXTERNALSOURCE_PROP_LINKCONFIGURATION_DSC: "The link configuration of the external source.", AR_TP_EXTERNALLINKCONFIGURATION: "ExternalLinkConfiguration", AR_TP_EXTERNALLINKCONFIGURATION_PROP_URITEMPLATE_DSC: "The URI template for the link configuration.", AR_TP_IMAGE: "Image", AR_TP_IMAGE_PROP_ID_DSC: "The image ID. If an ID is present, this will be the identifier of the Canned Response image response asset. Otherwise if this is an image created from a MakeImageFromUrl call, the ID will be a NOT_SET String.", AR_TP_IMAGE_PROP_DSC: "The image name. If a name is present, this will be the name of the Canned Response image response asset. Otherwise if this is an image created from a MakeImageFromUrl call, the name will be a NOT_SET String.", AR_TP_IMAGE_PROP_URL_DSC: "The universal resource locator that specifies the location of the image.", AR_TP_EMPTYJSON: "EmptyJson", AR_TP_JSON: "JSON", AR_TP_FORMINPUT: "FormInput", AR_TP_FORMINPUT_PROP_TITLE_DSC: "The main text displayed for the input field.", AR_TP_FORMINPUT_PROP_TITLE_DISP_VAL: "Title", AR_TP_FORMINPUT_PROP_SUBTITLE_DSC: "Additional text providing more details about the input field.", AR_TP_FORMINPUT_PROP_SUBTITLE_DISP_VAL: "Subtitle", AR_TP_FORMINPUT_PROP_PLACEHOLDERTEXT_DSC: "Placeholder text for input field.", AR_TP_FORMINPUT_PROP_PLACEHOLDERTEXT_DISP_VAL: "Placeholder Text", AR_TP_FORMINPUT_PROP_ISMULTIPLELINE_DSC: "Whether the input should allow multiple lines of text.", AR_TP_FORMINPUT_PROP_ISMULTIPLELINE_DISP_VAL: "Multiple Line", AR_TP_FORMINPUT_PROP_ISREQUIRED_DSC: "Whether the input field is required to be filled in.", AR_TP_FORMINPUT_PROP_ISREQUIRED_DISP_VAL: "Required", AR_TP_JOURNEYAPP: "JourneyApp", AR_TP_JOURNEYAPP_PROP_DSC: 'The name of the application such as "mybankingapp".', AR_TP_JOURNEYAPP_PROP_NAMESPACE_DSC: 'The namespace of the application such as "com.genesys.bancodinero".', AR_TP_JOURNEYAPP_PROP_VERSION_DSC: 'The version of the application such as "5.9.27".', AR_TP_JOURNEYAPP_PROP_BUILDNUMBER_DSC: 'The build number of the application such as "701".', AR_TP_JOURNEYACTION: "JourneyAction", AR_TP_JOURNEYACTION_PROP_ID_DSC: "A unique ID for the journey action.", AR_TP_JOURNEYACTION_PROP_ACTIONMAP_DSC: "The journey action map associated with the journey action.", AR_TP_JOURNEYACTIONMAP: "JourneyActionMap", AR_TP_JOURNEYACTIONMAP_PROP_ID_DSC: "A unique ID for the journey action map.", AR_TP_JOURNEYACTIONMAP_PROP_VERSION_DSC: "The version of the journey action map.", AR_TP_JOURNEYBROWSER: "JourneyBrowser", AR_TP_JOURNEYBROWSER_PROP_FAMILY_DSC: 'The browser family such as "Chrome", "Firefox" or "Safari".', AR_TP_JOURNEYBROWSER_PROP_VERSION_DSC: 'The browser version as a string such as "68.0.3440.84".', AR_TP_JOURNEYBROWSER_PROP_LANG_DSC: "The language the browser is set to. Must conform to BCP 47.", AR_TP_JOURNEYBROWSER_PROP_FINGERPRINT_DSC: "Fingerprint generated by looking at the individual browser features.", AR_TP_JOURNEYBROWSER_PROP_ISMOBILE_DSC: "Flag that is true for mobile devices.", AR_TP_JOURNEYBROWSER_PROP_VIEWHEIGHT_DSC: "Browser's viewport height.", AR_TP_JOURNEYBROWSER_PROP_VIEWWIDTH_DSC: "Browser's viewport width.", AR_TP_JOURNEYBROWSER_PROP_FEATURESFLASH_DSC: "Whether Adobe Flash is installed.", AR_TP_JOURNEYBROWSER_PROP_FEATURESJAVA_DSC: "Whether Java is installed.", AR_TP_JOURNEYBROWSER_PROP_FEATURESPDF_DSC: "Whether the browser recognizes PDF (Portable Document Format) files.", AR_TP_JOURNEYBROWSER_PROP_FEATURESWEBRTC_DSC: "Whether WebRTC is supported.", AR_TP_JOURNEYCAMPAIGN: "JourneyCampaign", AR_TP_JOURNEYCAMPAIGN_PROP_CONTENT_DSC: 'Differentiate ads or links that point to the same URL such as "textlink".', AR_TP_JOURNEYCAMPAIGN_PROP_MEDIUM_DSC: 'Identify a medium such as email or cost-per-click ( "CPC" ).', AR_TP_JOURNEYCAMPAIGN_PROP_DSC: 'Identify a specific product promotion or strategic campaign such as "320banner".', AR_TP_JOURNEYCAMPAIGN_PROP_SOURCE_DSC: 'Identify a search engine, newsletter name, or other source such as "Google".', AR_TP_JOURNEYCAMPAIGN_PROP_TERM_DSC: 'The keywords for this ad such as "running+shoes". This string will be URL encoded.', AR_TP_JOURNEYCAMPAIGN_PROP_CLICKID_DSC: "The click ID (unique number that is generated when a potential customer clicks on an affiliate link).", AR_TP_JOURNEYCAMPAIGN_PROP_NETWORK_DSC: "The ad network to which the click ID belongs.", AR_TP_JOURNEYCONTEXT: "JourneyContext", AR_TP_JOURNEYCONTEXT_PROP_CUSTOMER_DSC: "The journey customer associated with the journey context.", AR_TP_JOURNEYCONTEXT_PROP_CUSTOMERSESSION_DSC: "The journey customer session associated with the journey context.", AR_TP_JOURNEYCONTEXT_PROP_TRIGGERINGACTION_DSC: "The journey action that triggered the journey context.", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE: "JourneyCustomEventAttribute", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_DSC: "The name of the custom event attribute.", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_DATATYPE_DSC: 'The data type of the custom attributes such as "string", "boolean" or "number".', AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_VALUE_DSC: "The value of the custom attribute.", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST: "JourneyCustomEventAttributeList", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_DSC: "The name of the custom event attribute list.", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_DATATYPE_DSC: 'The data type of the custom attributes such as "string", "boolean" or "number".', AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_VALUES_DSC: "The list of custom event attribute values.", AR_TP_JOURNEYCUSTOMER: "JourneyCustomer", AR_TP_JOURNEYCUSTOMER_PROP_ID_DSC: "A unique ID for the journey customer.", AR_TP_JOURNEYCUSTOMER_PROP_IDTYPE_DSC: 'The type of the journey customer such as "cookie", "email" or "phone".', AR_TP_JOURNEYCUSTOMERSESSION: "JourneyCustomerSession", AR_TP_JOURNEYCUSTOMERSESSION_PROP_ID_DSC: "A unique ID for the journey customer session.", AR_TP_JOURNEYCUSTOMERSESSION_PROP_TYPE_DSC: "The type of the journey customer session.", AR_TP_JOURNEYDEVICE: "JourneyDevice", AR_TP_JOURNEYDEVICE_PROP_CATEGORY_DSC: 'The device category such as "desktop", "mobile", "tablet" or "other".', AR_TP_JOURNEYDEVICE_PROP_TYPE_DSC: 'Device type such as "iPad", "iPhone" or "Other".', AR_TP_JOURNEYDEVICE_PROP_ISMOBILE_DSC: "Flag that is true for mobile devices.", AR_TP_JOURNEYDEVICE_PROP_SCREENHEIGHT_DSC: "Device's screen height measured in logical (device-independent) pixels.", AR_TP_JOURNEYDEVICE_PROP_SCREENWIDTH_DSC: "Device's screen width measured in logical (device-independent) pixels.", AR_TP_JOURNEYDEVICE_PROP_FINGERPRINT_DSC: "Fingerprint generated by looking at the individual device features.", AR_TP_JOURNEYDEVICE_PROP_MANUFACTURER_DSC: "The device's manufacturer.", AR_TP_JOURNEYDEVICE_PROP_OSFAMILY_DSC: "Operating system family.", AR_TP_JOURNEYDEVICE_PROP_OSVERSION_DSC: "Operating system version.", AR_TP_JOURNEYDEVICE_PROP_SCREENDENSITY_DSC: "Device's screen density measured as a scale factor where a value of 1 represents a baseline 1:1 ratio of pixels to logical (device-independent) pixels.", AR_TP_JOURNEYGEOLOCATION: "JourneyGeolocation", AR_TP_JOURNEYGEOLOCATION_PROP_COUNTRY_DSC: "Geolocation's ISO 3166-1 alpha-2 country code.", AR_TP_JOURNEYGEOLOCATION_PROP_COUNTRYNAME_DSC: "Geolocation's country name.", AR_TP_JOURNEYGEOLOCATION_PROP_LATITUDE_DSC: "Geolocation's latitude.", AR_TP_JOURNEYGEOLOCATION_PROP_LONGITUDE_DSC: "Geolocation's longitude.", AR_TP_JOURNEYGEOLOCATION_PROP_LOCALITY_DSC: "Geolocation's locality or city.", AR_TP_JOURNEYGEOLOCATION_PROP_POSTALCODE_DSC: "Geolocation's postal code or ZIP code.", AR_TP_JOURNEYGEOLOCATION_PROP_REGION_DSC: "Geolocation's ISO-3166-2 region code.", AR_TP_JOURNEYGEOLOCATION_PROP_REGIONNAME_DSC: "Geolocation's region name.", AR_TP_JOURNEYGEOLOCATION_PROP_SOURCE_DSC: "The source that was used to determine the geolocation information.", AR_TP_JOURNEYGEOLOCATION_PROP_TIMEZONE_DSC: "Geolocation's timezone.", AR_TP_JOURNEYNETWORKCONNECTIVITY: "JourneyNetworkConnectivity", AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_CARRIER_DSC: "The name of the mobile carrier.", AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_BLUETOOTHENABLED_DSC: "Whether Bluetooth is enabled.", AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_CELLULARENABLED_DSC: "Whether cellular data is enabled.", AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_WIFIENABLED_DSC: "Whether Wifi is enabled.", AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT: "JourneySessionOutcomeAchievement", AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT_PROP_ID_DSC: "The ID of the achieved outcome.", AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT_PROP_ACHIEVEDDATE_DSC: "Timestamp indicating when the outcome was achieved.", AR_TP_JOURNEYSDKLIBRARY: "JourneySdkLibrary", AR_TP_JOURNEYSDKLIBRARY_PROP_DSC: "The name of the software development kit library.", AR_TP_JOURNEYSDKLIBRARY_PROP_VERSION_DSC: "The version of the software development kit library.", AR_TP_JOURNEYOUTCOME: "JourneyOutcome", AR_TP_JOURNEYOUTCOME_PROP_ID_DSC: "The ID of the journey outcome.", AR_TP_JOURNEYOUTCOME_PROP_DESCRIPTION_DSC: "A description of the journey outcome.", AR_TP_JOURNEYOUTCOME_PROP_DISPLAYNAME_DSC: "The display name of the journey outcome.", AR_TP_JOURNEYOUTCOME_PROP_VERSION_DSC: "The version of the journey outcome.", AR_TP_JOURNEYOUTCOME_PROP_CREATEDDATEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the journey outcome was created.", AR_TP_JOURNEYOUTCOME_PROP_MODIFIEDDATEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the journey outcome was last modified.", AR_TP_JOURNEYOUTCOME_PROP_ISACTIVE_DSC: "Whether or not the journey outcome is active.", AR_TP_JOURNEYOUTCOMESCORE: "JourneyOutcomeScore", AR_TP_JOURNEYOUTCOMESCORE_PROP_ID_DSC: "The ID of the journey outcome.", AR_TP_JOURNEYOUTCOMESCORE_PROP_PROBABILITY_DSC: "A Decimal value that is >= 0.0 and <= 1.0 which represents the maximum probability reached in the journey session.", AR_TP_JOURNEYOUTCOMESCORE_PROP_SESSIONMAXPROBABILITY_DSC: "A Decimal value that is >= 0.0 and <= 1.0 which represents the likelihood of a customer reaching or achieving a given outcome.", AR_TP_JOURNEYPAGE: "JourneyPage", AR_TP_JOURNEYPAGE_PROP_URL_DSC: "The page URL.", AR_TP_JOURNEYPAGE_PROP_TITLE_DSC: "The title of the page.", AR_TP_JOURNEYPAGE_PROP_DOMAIN_DSC: "The domain of the page's URL.", AR_TP_JOURNEYPAGE_PROP_FRAGMENT_DSC: "Fragment or hash of the page's URL.", AR_TP_JOURNEYPAGE_PROP_HOSTNAME_DSC: "Hostname of the page's URL.", AR_TP_JOURNEYPAGE_PROP_KEYWORDS_DSC: "Keywords from the HTML {@code } tag of the page.", AR_TP_JOURNEYPAGE_PROP_LANG_DSC: "ISO 639-1 language code for the page as defined in the {@code } tag.", AR_TP_JOURNEYPAGE_PROP_PATHNAME_DSC: "Path name of the page for the event.", AR_TP_JOURNEYPAGE_PROP_QUERYSTRING_DSC: "Query string that is passed to the page in the current event.", AR_TP_JOURNEYPAGE_PROP_BREADCRUMB_DSC: "Hierarchy of the current page in relation to the website's structure.", AR_TP_JOURNEYREFERRER: "JourneyReferrer", AR_TP_JOURNEYREFERRER_PROP_URL_DSC: "Referrer URL.", AR_TP_JOURNEYREFERRER_PROP_DOMAIN_DSC: "Referrer URL domain.", AR_TP_JOURNEYREFERRER_PROP_HOSTNAME_DSC: "Referrer URL hostname.", AR_TP_JOURNEYREFERRER_PROP_KEYWORDS_DSC: 'A URI encoded string that contains referrer keywords delimited by a "+" character.', AR_TP_JOURNEYREFERRER_PROP_PATHNAME_DSC: "Referrer URL pathname.", AR_TP_JOURNEYREFERRER_PROP_QUERYSTRING_DSC: "Referrer URL queryString.", AR_TP_JOURNEYREFERRER_PROP_FRAGMENT_DSC: "Referrer URL fragment.", AR_TP_JOURNEYREFERRER_PROP_DSC: 'Name of referrer such as "InfoSpace", "Google" or "Yahoo!".', AR_TP_JOURNEYREFERRER_PROP_MEDIUM_DSC: 'Type of referrer such as "email", "internal", "paid", "search", "social" or "unknown".', AR_TP_JOURNEYSEGMENT: "JourneySegment", AR_TP_JOURNEYSEGMENT_PROP_ID_DSC: "The ID of the journey segment.", AR_TP_JOURNEYSEGMENT_PROP_COLOR_DSC: "The hexadecimal color value of the segment.", AR_TP_JOURNEYSEGMENT_PROP_CREATEDDATEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the journey segment was created.", AR_TP_JOURNEYSEGMENT_PROP_DESCRIPTION_DSC: "The description of the journey segment.", AR_TP_JOURNEYSEGMENT_PROP_DISPLAYNAME_DSC: "The display name of the journey segment.", AR_TP_JOURNEYSEGMENT_PROP_ISACTIVE_DSC: "Whether or not the journey segment is active.", AR_TP_JOURNEYSEGMENT_PROP_MODIFIEDDATEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the journey segment was last modified.", AR_TP_JOURNEYSEGMENT_PROP_SHOULDDISPLAYTOAGENT_DSC: "Whether or not the segment should be displayed to agent/supervisor users.", AR_TP_JOURNEYSEGMENT_PROP_VERSION_DSC: "The version of the journey segment.", AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT: "JourneySessionSegmentAssignment", AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT_PROP_ID_DSC: "The ID of the assigned segment.", AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT_PROP_ASSIGNEDDATE_DSC: "Timestamp indicating when the segment was assigned.", AR_TP_JOURNEYSESSION: "JourneySession", AR_TP_JOURNEYSESSION_PROP_ID_DSC: "The ID of the journey session.", AR_TP_JOURNEYSESSION_PROP_CREATEDDATE_DSC: "Timestamp indicating when the session was created.", AR_TP_JOURNEYSESSION_PROP_CUSTOMERID_DSC: "Primary ID of the customer in the source from which the events for the session originate.", AR_TP_JOURNEYSESSION_PROP_CUSTOMERIDTYPE_DSC: 'Type of source customer ID such as "email", "phone" or "salesforce".', AR_TP_JOURNEYSESSION_PROP_DIVISIONIDS_DSC: "This reflects the division IDs that are associated with this Journey Session.", AR_TP_JOURNEYSESSION_PROP_TYPE_DSC: 'The session type or category such as "atm", "delivery", "ticket" or "web".', AR_TP_JOURNEYSESSION_PROP_EXTERNALID_DSC: "Unique ID in the external system from which the events for the session originate.", AR_TP_JOURNEYSESSION_PROP_EXTERNALURL_DSC: "A URL that identifies an external system of record resource that may have more detailed information on the session.", AR_TP_JOURNEYSESSION_PROP_OUTCOMEACHIEVEMENTS_DSC: "A list of outcome achievements by the customer in the session.", AR_TP_JOURNEYSESSION_PROP_SEGMENTASSIGNMENTS_DSC: "A list of segment assignments to the customer in the session.", AR_TP_JOURNEYSESSION_PROP_ATTRIBUTES_DSC: "Attributes projected from the session's event stream.", AR_TP_JOURNEYSESSION_PROP_ATTRIBUTELISTS_DSC: "List-type attributes projected from the session's event stream.", AR_TP_JOURNEYSESSION_PROP_AWAYDATE_DSC: "Timestamp indicating when the visitor should be considered as away.", AR_TP_JOURNEYSESSION_PROP_BROWSER_DSC: "The customer's browser.", AR_TP_JOURNEYSESSION_PROP_DEVICE_DSC: "The customer's device.", AR_TP_JOURNEYSESSION_PROP_GEOLOCATION_DSC: "The customer's geolocation.", AR_TP_JOURNEYSESSION_PROP_IDLEDATE_DSC: "UTC DateTime indicating when the visitor should be considered as idle.", AR_TP_JOURNEYSESSION_PROP_IPADDRESS_DSC: "The customer's IP address.", AR_TP_JOURNEYSESSION_PROP_IPORGANIZATION_DSC: "The customer's IP-based organization or ISP name.", AR_TP_JOURNEYSESSION_PROP_LASTPAGE_DSC: "The web page where the customer's last web interaction occurred.", AR_TP_JOURNEYSESSION_PROP_MKTCAMPAIGN_DSC: "Marketing / traffic source information.", AR_TP_JOURNEYSESSION_PROP_REFERRER_DSC: "Identifies the page URL that originally generated the request for the current page being viewed.", AR_TP_JOURNEYSESSION_PROP_SEARCHTERMS_DSC: "The search terms associated with the journey session.", AR_TP_JOURNEYSESSION_PROP_USERAGENTSTRING_DSC: "String identifying the user agent.", AR_TP_JOURNEYSESSION_PROP_DURATIONINSECONDS_DSC: "Indicates how long the session has been active (valid for an individual device).", AR_TP_JOURNEYSESSION_PROP_EVENTCOUNT_DSC: "The count of all events performed during the session.", AR_TP_JOURNEYSESSION_PROP_PAGEVIEWCOUNT_DSC: "The count of all pageviews performed during the session.", AR_TP_JOURNEYSESSION_PROP_SCREENVIEWCOUNT_DSC: "The count of all screenviews performed during the session.", AR_TP_JOURNEYSESSION_PROP_APP_DSC: "The application for this session. If no application is associated with this session, accessing this property will return NOT_SET.", AR_TP_JOURNEYSESSION_PROP_NETWORKCONNECTIVITY_DSC: "Network connectivity information for this session. If no network connectivity information is applicable for this session or cannot be determined, accessing this property will return NOT_SET.", AR_TP_JOURNEYSESSION_PROP_SDKLIBRARY_DSC: "The software development kit library used for this session. If no software development kit is associated with this session, accessing this property will return NOT_SET.", AR_TP_LINEITEM: "Line Item", AR_TP_LINEITEM_PROP_LISTINGNAME_DSC: "The name of the listing item.", AR_TP_LINEITEM_PROP_LISTINGNAME_DISP_VAL: "Listing Name", AR_TP_LINEITEM_PROP_LISTINGPRICE_DSC: "Enter the monetary amount for this item. Can be positive, negative, or zero (e.g., 49.99, -10.00, 0).", AR_TP_LINEITEM_PROP_LISTINGPRICE_DISP_VAL: "Listing Price", AR_TP_SHIPPINGOPTION: "Shipping Option", AR_TP_SHIPPINGOPTION_PROP_LABEL_DSC: "Enter the user-facing name for this shipping method (e.g., In Store Pickup, USPS Priority Mail).", AR_TP_SHIPPINGOPTION_PROP_LABEL_DISP_VAL: "Label", AR_TP_SHIPPINGOPTION_PROP_IDENTIFIER_DSC: "Enter a technical identifier for this shipping method (e.g., storePickup, uspsPriority).", AR_TP_SHIPPINGOPTION_PROP_IDENTIFIER_DISP_VAL: "Identifier", AR_TP_SHIPPINGOPTION_PROP_SHIPPINGDETAILS_DSC: "Provide additional details about this shipping method, such as estimated delivery time or special conditions (e.g., \u201CDelivered within 2-3 business days\u201D).", AR_TP_SHIPPINGOPTION_PROP_SHIPPINGDETAILS_DISP_VAL: "Shipping Details", AR_TP_SHIPPINGOPTION_PROP_PRICE_DSC: "The price of the shipping option.", AR_TP_SHIPPINGOPTION_PROP_PRICE_DISP_VAL: "Price", AR_TP_LISTPICKER: "ListPicker", AR_TP_LISTPICKER_PROP_SECTIONS_DSC: "The list picker sections.", AR_TP_LISTPICKER_PROP_SECTIONS_DISP_VAL: "Sections", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEIMAGE_DSC: "The image to use for the list picker received message.", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEIMAGE_DISP_VAL: "Received Message Image", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGETITLE_DSC: "The list picker received message title.", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGETITLE_DISP_VAL: "Received Message Title", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGESUBTITLE_DSC: "The list picker received message subtitle.", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGESUBTITLE_DISP_VAL: "Received Message Subtitle", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEBUTTONTEXT_DSC: "The list picker received message button text.", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEBUTTONTEXT_DISP_VAL: "Received Message Button Text", AR_TP_LISTPICKER_PROP_REPLYMESSAGEIMAGE_DSC: "The image to use for the list picker reply message.", AR_TP_LISTPICKER_PROP_REPLYMESSAGEIMAGE_DISP_VAL: "Reply Message Image", AR_TP_LISTPICKER_PROP_REPLYMESSAGESUBTITLE_DSC: "The list picker reply message subtitle.", AR_TP_LISTPICKER_PROP_REPLYMESSAGESUBTITLE_DISP_VAL: "Reply Message Subtitle", AR_TP_LISTPICKERITEM: "ListPickerItem", AR_TP_LISTPICKERITEM_PROP_TITLE_DSC: "The list picker item title.", AR_TP_LISTPICKERITEM_PROP_TITLE_DISP_VAL: "Title", AR_TP_LISTPICKERITEM_PROP_SUBTITLE_DSC: "The list picker item subtitle.", AR_TP_LISTPICKERITEM_PROP_SUBTITLE_DISP_VAL: "Subtitle", AR_TP_LISTPICKERITEM_PROP_IMAGE_DSC: "The image to use for the list picker.", AR_TP_LISTPICKERITEM_PROP_IMAGE_DISP_VAL: "Image", AR_TP_LISTPICKERSECTION: "ListPickerSection", AR_TP_LISTPICKERSECTION_PROP_TITLE_DSC: "The list picker section title.", AR_TP_LISTPICKERSECTION_PROP_TITLE_DISP_VAL: "Title", AR_TP_LISTPICKERSECTION_PROP_MULTISELECTENABLED_DSC: "Whether multiple selection is enabled for the list picker.", AR_TP_LISTPICKERSECTION_PROP_MULTISELECTENABLED_DISP_VAL: "Multiple Selection", AR_TP_LISTPICKERSECTION_PROP_ITEMS_DSC: "The list picker section items.", AR_TP_LISTPICKERSECTION_PROP_ITEMS_DISP_VAL: "Items", AR_TP_WHEELPICKER: "WheelPicker", AR_TP_WHEELPICKER_PROP_ITEMS_DSC: "The wheel picker items.", AR_TP_WHEELPICKER_PROP_ITEMS_DISP_VAL: "Items", AR_TP_WHEELPICKERITEM: "WheelPickerItem", AR_TP_WHEELPICKERITEM_PROP_TITLE_DSC: "The wheel picker item title.", AR_TP_WHEELPICKERITEM_PROP_TITLE_DISP_VAL: "Title", AR_TP_WHEELPICKERITEM_PROP_VALUE_DSC: "The wheel picker item value.", AR_TP_WHEELPICKERITEM_PROP_VALUE_DISP_VAL: "Value", AR_TP_KNOWLEDGEBASEDOCUMENT: "KnowledgeBaseDocument", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_ID_DSC: "The unique ID for the knowledge base document.", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_DSC: "The knowledge base document name.", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_CONTENT_DSC: "The contents of the knowledge base document.", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_CATEGORY_DSC: "The category attached to this knowledge base document.", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_LABELS_DSC: "The list of labels attached to this knowledge base document.", AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY: "KnowledgeBaseDocumentCategory", AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY_PROP_ID_DSC: "The knowledge category ID.", AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY_PROP_DSC: "The knowledge category name.", AR_TP_KNOWLEDGEBASEDOCUMENTLABEL: "KnowledgeBaseDocumentLabel", AR_TP_KNOWLEDGEBASEDOCUMENTLABEL_PROP_ID_DSC: "The knowledge label ID.", AR_TP_KNOWLEDGEBASEDOCUMENTLABEL_PROP_DSC: "The knowledge label name.", AR_TP_MESSAGESTICKERINFO: "MessageStickerInfo", AR_TP_MESSAGESTICKERINFO_PROP_ID_DSC: "The ID for the message sticker.", AR_TP_MESSAGESTICKERINFO_PROP_URL_DSC: "The url for the message sticker.", AR_TP_MESSAGEADDRESSINFO: "MessageAddressInfo", AR_TP_MESSAGEADDRESSINFO_PROP_DSC: "A contact name as supported by the underlying messaging system such as a Twitter handle or Facebook name.", AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSRAW_DSC: 'The contact address supplied directly by the underlying messaging system. For example: "5551212".', AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSNORMALIZED_DSC: 'The contact address after any internal processing has been completed. For example: "+13175551212".', AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSDISPLAYABLE_DSC: 'A displayable version of the contact address. For example: "(317) 555-1212".', AR_TP_MESSAGEADDRESSINFO_PROP_EMAIL_DSC: "The email address of the contact as provided by the specific messaging provider. If not available, this will return a NOT_SET String.", AR_TP_SHORTMESSAGE: "ShortMessage", AR_TP_SHORTMESSAGE_PROP_ID_DSC: "A unique ID for the message.", AR_TP_SHORTMESSAGE_PROP_TYPE_DSC: 'The message type such as "facebook", "instagram", "line", "unknown", "open", "sms", "twitter", "webmessaging" or "whatsapp".', AR_TP_SHORTMESSAGE_PROP_ATTACHMENTS_DSC: "The collection of attachments on this message.", AR_TP_SHORTMESSAGE_PROP_BODY_DSC: "The message body.", AR_TP_SHORTMESSAGE_PROP_BODYTYPE_DSC: 'The message body type ( "text", "html", "notificationresponse", "roadsideassistance" or "rtf" ).', AR_TP_SHORTMESSAGE_PROP_SENDERADDRESS_DSC: "The address of the message sender.", AR_TP_SHORTMESSAGE_PROP_SENDERADDRESSINFO_DSC: "The MessageAddressInfo of the message sender.", AR_TP_SHORTMESSAGE_PROP_TARGETADDRESSES_DSC: "The collection of addresses for the message targets.", AR_TP_SHORTMESSAGE_PROP_TARGETADDRESSESINFO_DSC: "The collection of MessageAddressInfo objects for the message targets.", AR_TP_SHORTMESSAGE_PROP_DATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for the message.", AR_TP_SHORTMESSAGE_PROP_REFERENCEID_DSC: 'A JSON object containing metadata, including the originating Apple Messages for Business referenceId, that identifies the messaging invitation when the bodyType is "notificationResponse"; otherwise, the value is NOT_SET. It is returned with an external participant\u2019s response and provides invitation and user specific context.', AR_TP_SHORTMESSAGE_PROP_STICKERS_DSC: "The collection of MessageSticker objects associated with the message.", AR_TP_SHORTMESSAGE_PROP_SOCIALVISIBILITY_DSC: 'Indicates if the social visibility of the message is public or private ( "public", "private" ). If the message channel does not support social visibility, this will be a NOT_SET String.', AR_TP_COMMUNICATION: "Communication", AR_TP_NTS: "Null", AR_TP_PROMPT: "Prompt", AR_TP_PROMPT_PROP_ID_DSC: "The unique ID for the prompt.", AR_TP_PROMPT_PROP_DSC: "The prompt name.", AR_TP_PROMPT_PROP_TYPE_DSC: 'The prompt type which will be either "user" or "system".', AR_TP_VOICEMAILSNIPPET: "VoicemailSnippet", AR_TP_VOICEMAILSNIPPET_PROP_ID_DSC: "The unique ID for the VoicemailSnippet.", AR_TP_VOICEMAILSNIPPET_PROP_STARTDATETIME_DSC: "The starting UTC DateTime of the VoicemailSnippet.", AR_TP_VOICEMAILSNIPPET_PROP_LENGTH_DSC: "The Duration of the VoicemailSnippet.", AR_TP_VOICEMAILSNIPPET_PROP_MAXLENGTHREACHED_DSC: "Indicates whether the VoicemailSnippet reached the maximum length configured for the organization in Organization Settings.", AR_TP_VOICESNIPPET: "VoiceSnippet", AR_TP_VOICESNIPPET_PROP_ID_DSC: "The unique ID for the VoiceSnippet. If submitted to the Voice Snippet Service, this ID can be used for retrieval from it later.", AR_TP_VOICESNIPPET_PROP_STARTDATETIME_DSC: "The starting UTC DateTime of the VoiceSnippet.", AR_TP_VOICESNIPPET_PROP_LENGTH_DSC: "The Duration of the VoiceSnippet.", AR_TP_SKL: "ACD Skill", AR_TP_SKL_PROP_ID_DSC: "The skill ID.", AR_TP_SKL_PROP_DSC: "The skill name.", AR_TP_STR: "String", AR_TP_USQ: "User", AR_TP_USQ_PROP_ID_DSC: "The user ID.", AR_TP_USQ_PROP_DSC: "The user name property.", AR_TP_USQ_PROP_USERNAME_DSC: "The user username property.", AR_TP_VIDEO: "Video", AR_TP_VIDEO_PROP_ID_DSC: "The video ID. If an ID is present, this will be the identifier of the Canned Response video response asset. Otherwise if this is an video created from a MakeVideoFromUrl call, the ID will be a NOT_SET String.", AR_TP_VIDEO_PROP_DSC: "The video name. If a name is present, this will be the name of the Canned Response video response asset. Otherwise if this is an video created from a MakeVideoFromUrl call, the name will be a NOT_SET String.", AR_TP_VIDEO_PROP_URL_DSC: "The universal resource locator that specifies the location of the video.", AR_TP_SURVEYQUESTION: "SurveyQuestion", AR_TP_SURVEYQUESTION_PROP_ID_DSC: "The survey question id.", AR_TP_SURVEYQUESTION_PROP_QUESTIONTYPE_DSC: "The survey question type.", AR_TP_SURVEYQUESTION_PROP_ANSWEROPTIONS_DSC: "The survey answer options available for this survey question.", AR_TP_SURVEYQUESTION_PROP_NAENABLED_DSC: "If the survey question allows for N.A.", AR_TP_SURVEYQUESTION_PROP_MAXRESPONSECHARACTERS_DSC: "The maximum number of characters allowed for a free text question or Net Promoter Score follow up question. If not applicable, this will be NOT_SET.", AR_TP_SURVEYQUESTION_PROP_QUESTIONTEXT_DSC: "The text of the question as it appears on the associated survey form.", AR_TP_SURVEYQUESTION_PROP_QUESTIONHELPTEXT_DSC: "For questions that have help text, this will return the text of that input from the participant. If not applicable, this will be a NOT_SET String.", AR_TP_SURVEYQUESTION_PROP_FOLLOWUPQUESTIONTEXT_DSC: "The follow up text of the question as it appears on the associated survey form. If not applicable, this will be a NOT_SET String.", AR_TP_SURVEYQUESTIONGROUP: "SurveyQuestionGroup", AR_TP_SURVEYQUESTIONGROUP_PROP_ID_DSC: "The survey question id.", AR_TP_SURVEYQUESTIONGROUP_PROP_DSC: "The survey question group name.", AR_TP_SURVEYQUESTIONGROUP_PROP_QUESTIONS_DSC: "The survey questions configured for this question group.", AR_TP_SURVEYFORM: "SurveyForm", AR_TP_SURVEYFORM_PROP_ID_DSC: "The survey form ID.", AR_TP_SURVEYFORM_PROP_DSC: "The survey form name.", AR_TP_SURVEYFORM_PROP_LANGUAGE_DSC: "The language associated with the survey form.", AR_TP_SURVEYFORM_PROP_QUESTIONGROUPS_DSC: "The survey question groups configured on the survey form.", AR_TP_SURVEYANSWEROPTION: "SurveyAnswerOption", AR_TP_SURVEYANSWEROPTION_PROP_ID_DSC: "The survey answer option id as defined on the Survey form referenced by this flow.", AR_TP_SURVEYANSWEROPTION_PROP_DTMF_DSC: "The survey answer option DTMF value.", AR_TP_SURVEYANSWEROPTION_PROP_TEXT_DSC: "The survey answer option text as defined on the Survey form referenced by this flow.", AR_TP_QUEUE: "Queue", AR_TP_QUEUE_PROP_ID_DSC: "The queue ID.", AR_TP_QUEUE_PROP_DSC: "The queue name.", AR_TP_UTILIZATIONLABEL: "UtilizationLabel", AR_TP_UTILIZATIONLABEL_PROP_ID_DSC: "The Utilization Label identifier.", AR_TP_UTILIZATIONLABEL_PROP_DSC: "The Utilization Label description.", AR_TP_CONVERSATIONTYPEENUM: "ConversationType Enum", AR_TP_CONVERSATIONTYPEENUM_PROP_CALL_DSC: "A call conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_CALLBACK_DSC: "A callback conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_CHAT_DSC: "A chat conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_COBROWSE_DSC: "A co-browse conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_EMAIL_DSC: "An email conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_SCREENSHARE_DSC: "A screenShare conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_SOCIALEXPRESSION_DSC: "A conversation on social media.", AR_TP_CONVERSATIONTYPEENUM_PROP_VIDEOCOMM_DSC: "A video conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_UNKNOWN_DSC: "An unknown conversation type.", AR_TP_CURRENCYENUM: "Currency Enum", AR_TP_CURRENCYENUM_PROP_CODE_DSC: "The ISO 4217 currency code.", AR_TP_LANGUAGEENUM: "Language Enum", AR_TP_LANGUAGEENUM_PROP_TAG_DSC: "The IETF language tag.", AR_TP_REGIONENUM: "Region Enum", AR_TP_REGIONENUM_PROP_DIALINGCODE_DSC: "The ITU-T E.164 dialing code.", AR_TP_REGIONENUM_PROP_COUNTRYCODE_DSC: "The two character ISO 3166 alpha 2 country code.", AR_TP_MESSAGEBODYSTYLEENUM: "MessageBodyStyle Enum", AR_TP_MESSAGEBODYSTYLEENUM_PROP_NOTICE_DSC: "The message style is a notice.", AR_TP_MESSAGEBODYSTYLEENUM_PROP_STANDARD_DSC: "The message style is a standard message.", AR_TP_SURVEYDISPOSITIONENUM: "SurveyDisposition Enum", AR_TP_SURVEYDISPOSITIONENUM_PROP_ERROR_DSC: "The survey invite request did not complete successfully due to an error.", AR_TP_SURVEYDISPOSITIONENUM_PROP_OPTOUT_DSC: "The survey invite request is declined as per a configured opt-out setting.", AR_TP_CURRENCIESENUMCONTAINER: "Currencies Enum Container", AR_TP_DAYOFWEEKENUMCONTAINER: "Day of Week Enum Container", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SUNDAY_DSC: "The day of week Integer value for Sunday (1).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SUNDAY_DISP_VAL: "Sunday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_MONDAY_DSC: "The day of week Integer value for Monday (2).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_MONDAY_DISP_VAL: "Monday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_TUESDAY_DSC: "The day of week Integer value for Tuesday (3).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_TUESDAY_DISP_VAL: "Tuesday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_WEDNESDAY_DSC: "The day of week Integer value for Wednesday (4).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_WEDNESDAY_DISP_VAL: "Wednesday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_THURSDAY_DSC: "The day of week Integer value for Thursday (5).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_THURSDAY_DISP_VAL: "Thursday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_FRIDAY_DSC: "The day of week Integer value for Friday (6).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_FRIDAY_DISP_VAL: "Friday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SATURDAY_DSC: "The day of week Integer value for Saturday (7).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SATURDAY_DISP_VAL: "Saturday", AR_TP_DATETIMEENUMCONTAINER: "DateTime Enum Container", AR_TP_DATETIMEENUMCONTAINER_PROP_DAYOFWEEK_DSC: "Contains properties for day of week Integer constants.", AR_TP_DATETIMEENUMCONTAINER_PROP_DAYOFWEEK_DISP_VAL: "DayOfWeek", AR_TP_DIGITALAUDIO: "Digital Audio", AR_TP_DIGITALAUDIO_PROP_ID_DSC: "The digital audio ID. If an ID is present, this will be the identifier of the Canned Response digital audio response asset. Otherwise if this is a digital audio created from a MakeDigitalAudioFromUrl call, the ID will be a NOT_SET String.", AR_TP_DIGITALAUDIO_PROP_DSC: "The digital audio name. If a name is present, this will be the name of the Canned Response digital audio response asset. Otherwise if this is a digital audio created from a MakeDigitalAudioFromUrl call, the name will be a NOT_SET String.", AR_TP_DIGITALAUDIO_PROP_URL_DSC: "The universal resource locator that specifies the location of the digital audio.", AR_TP_FILE: "File", AR_TP_FILE_PROP_ID_DSC: "The file ID. If an ID is present, this will be the identifier of the Canned Response file response asset. Otherwise if this is a file created from a MakeFileFromUrl call, the ID will be a NOT_SET String.", AR_TP_FILE_PROP_DSC: "The file name. If a name is present, this will be the name of the Canned Response file response asset. Otherwise if this is a file created from a MakeFileFromUrl call, the name will be a NOT_SET String.", AR_TP_FILE_PROP_URL_DSC: "The universal resource locator that specifies the location of the file.", AR_TP_LANGUAGESENUMCONTAINER: "Languages Enum Container", AR_TP_REGIONSENUMCONTAINER: "Regions Enum Container", AR_TP_RESPONSEASSET: "Response Asset", AR_TP_RESPONSEASSET_PROP_ID_DSC: "The response asset identifier.", AR_TP_RESPONSEASSET_PROP_DSC: "The response asset name.", AR_TP_RESPONSEASSET_PROP_TYPE_DSC: "The response asset type like 'image/png'.", AR_TP_RESPONSEASSET_PROP_LENGTH_DSC: "The response asset size in bytes.", AR_TP_RESPONSEASSET_PROP_URL_DSC: "The universal resource locator that specifies the location of the response asset.", AR_TP_SURVEYDISPOSITIONSENUMCONTAINER: "SurveyDispositions Enum Container", AR_TP_CONVERSATIONTYPESENUMCONTAINER: "ConversationTypes Enum Container", AR_TP_TIME: "Time", AR_TP_TIMEPARTENUMCONTAINER: "Time Part Enum Container", AR_TP_TIMEPARTENUMCONTAINER_PROP_DAYS_DSC: "Indicates that a given value for Audio playback should be expressed as days.", AR_TP_TIMEPARTENUMCONTAINER_PROP_DAYS_DISP_VAL: "Days", AR_TP_TIMEPARTENUMCONTAINER_PROP_HOURS_DSC: "Indicates that a given value for Audio playback should be expressed as hours.", AR_TP_TIMEPARTENUMCONTAINER_PROP_HOURS_DISP_VAL: "Hours", AR_TP_TIMEPARTENUMCONTAINER_PROP_MINUTES_DSC: "Indicates that a given value for Audio playback should be expressed as minutes.", AR_TP_TIMEPARTENUMCONTAINER_PROP_MINUTES_DISP_VAL: "Minutes", AR_TP_TIMEPARTENUMCONTAINER_PROP_SECONDS_DSC: "Indicates that a given value for Audio playback should be expressed as seconds.", AR_TP_TIMEPARTENUMCONTAINER_PROP_SECONDS_DISP_VAL: "Seconds", AR_TP_TIMEPARTENUM: "Time Part Enum", AR_TP_TIMEPICKER: "TimePicker", AR_TP_TIMEPICKER_PROP_TITLE_DSC: "The TimePicker title.", AR_TP_TIMEPICKER_PROP_SUBTITLE_DSC: "The TimePicker subtitle.", AR_TP_TIMEPICKER_PROP_IMAGE_DSC: "The image to use for the TimePicker.", AR_TP_TIMEPICKER_PROP_IMAGE_DISP_VAL: "Image", AR_TP_TIMEPICKER_PROP_ADDRESS_DSC: "The event address.", AR_TP_TIMEPICKER_PROP_ADDRESS_DISP_VAL: "Address", AR_TP_TIMEPICKER_PROP_LONGITUDE_DSC: "The event longitude.", AR_TP_TIMEPICKER_PROP_LONGITUDE_DISP_VAL: "Longitude", AR_TP_TIMEPICKER_PROP_LATITUDE_DSC: "The event latitude.", AR_TP_TIMEPICKER_PROP_LATITUDE_DISP_VAL: "Latitude", AR_TP_TIMESLOT: "Timeslot", AR_TP_TIMESLOT_PROP_DTM_DSC: "The Coordinated Universal Time (UTC) datetime for the timeslot.", AR_TP_TIMESLOT_PROP_DUR_DSC: "The Duration for the timeslot.", AR_TP_WRC: "WrapupCode", AR_TP_WRC_PROP_ID_DSC: "The wrapup code ID.", AR_TP_WRC_PROP_DSC: "The wrapup code name.", AR_TP_GRAMMAR: "Grammar", AR_TP_GRAMMAR_PROP_ID_DSC: "The grammar ID.", AR_TP_GRAMMAR_PROP_DSC: "The grammar name.", AR_TP_GRP: "Group", AR_TP_GRP_PROP_ID_DSC: "The group ID.", AR_TP_GRP_PROP_DSC: "The group name.", AR_TP_PHNBR: "PhoneNumber", AR_TP_PHNBR_PROP_DIALINGCODE_DSC: 'The ITU-T E.164 dialing code for a "tel" scheme phone number with a valid E.164 number, otherwise a NOT_SET String.', AR_TP_PHNBR_PROP_E164_DSC: 'The E.164 formatted String for a "tel" scheme phone number with a valid E.164 number, otherwise a NOT_SET String.', AR_TP_PHNBR_PROP_SUBSCRIBERNUMBER_DSC: 'The E.164 subscriber number for a "tel" scheme phone number with a valid E.164 number, otherwise a NOT_SET String.', AR_TP_PHNBR_PROP_ISGLOBAL_DSC: 'Indicates if this is a "tel" scheme phone number that contains a global number.', AR_TP_PHNBR_PROP_ISSIP_DSC: 'Indicates if this is a "sip" or "sips" scheme phone number.', AR_TP_PHNBR_PROP_ISTEL_DSC: 'Indicates if this is a "tel" scheme phone number.', AR_TP_PHNBR_PROP_RAW_DSC: "The String used to create this Phone Number instance.", AR_TP_PHNBR_PROP_SCHEME_DSC: 'The scheme set on this phone number which will be "sip" or "sips", "tel" or a NOT_SET String if no scheme could be determined.', AR_TP_PHNBR_PROP_URI_DSC: 'Returns the URI for a "sip", "sips" or "tel" scheme phone number, otherwise a NOT_SET String.', AR_TP_EMERGRP: "EmergencyGroup", AR_TP_EMERGRP_PROP_ID_DSC: "The emergency group ID.", AR_TP_EMERGRP_PROP_DSC: "The emergency group name.", AR_TP_SCHED: "Schedule", AR_TP_SCHED_PROP_ID_DSC: "The schedule ID.", AR_TP_SCHED_PROP_DSC: "The schedule name.", AR_TP_SCHEDGRP: "ScheduleGroup", AR_TP_SCHEDGRP_PROP_ID_DSC: "The schedule group ID.", AR_TP_SCHEDGRP_PROP_DSC: "The schedule group name.", AR_TP_SCHEDGRP_PROP_TIMEZONE_DSC: "The timezone ID of the timezone assigned to the schedule group.", AR_TP_ANY: "Any", AR_TP_ANYCOMPLEX: "AnyComplex", AR_TP_ANYPROMPTORAUDIO: "Audio or Prompt", AR_TP_DATEFORMATENUM: "Date Format Enum", AR_TP_DATETIMEFORMATENUM: "DateTime Format Enum", AR_TP_TIMEFORMATENUM: "Time Format Enum", AR_TP_BOOLFORMATENUM: "Bool Format Enum", AR_TP_CURRENCYFORMATENUM: "Currency Format Enum", AR_TP_NUMBERFORMATENUM: "Number Format Enum", AR_TP_PHONENUMBERFORMATENUM: "Phone Number Format Enum", AR_TP_LANGUAGECONTEXTENUM: "Language Context Enum", AR_TP_STRINGFORMATENUM: "String Format Enum", AR_TP_DATEFORMATENUMCONTAINER: "Date Format Enum Container", AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEAR_DSC: "Date with the year expressed using the long format.", AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEAR_DISP_VAL: "Date (long year)", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEAR_DSC: "Date with the year expressed using the short format.", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEAR_DISP_VAL: "Date", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTMONTHANDDAY_DSC: "Date with the day of week, month name and day of month expressed using an ordinal number.", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTMONTHANDDAY_DISP_VAL: "Month and day", AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYOFWEEKONLY_DSC: "Express only the day of week name.", AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYOFWEEKONLY_DISP_VAL: "Day of week", AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYONLY_DSC: "Express only the day of month using an ordinal number.", AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYONLY_DISP_VAL: "Day of month", AR_TP_DATEFORMATENUMCONTAINER_PROP_MONTHONLY_DSC: "Express only the month name.", AR_TP_DATEFORMATENUMCONTAINER_PROP_MONTHONLY_DISP_VAL: "Month", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEARONLY_DSC: "Express only the year using the short format.", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEARONLY_DISP_VAL: "Year (short form)", AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEARONLY_DSC: "Express only the year using the long format.", AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEARONLY_DISP_VAL: "Year (long form)", AR_TP_SKILLEXPRESSIONFILTER: "SkillExpressionFilter", AR_TP_SKILLEXPRESSIONFILTER_PROP_RAW_DSC: "The input filter String used to create this Skill Expression Filter instance.", AR_TP_SKILLEXPRESSIONFILTER_PROP_NORMALIZED_DSC: "If valid, this holds the normalized expression filter text. Otherwise, this will be a NOT_SET String.", AR_TP_SKILLEXPRESSIONFILTER_PROP_ACDSKILLS_DSC: "If valid, the items in this collection will be ACD Skills referenced by the filter. Otherwise, this will be an empty collection.", AR_TP_SKILLEXPRESSIONFILTER_PROP_LANGUAGESKILLS_DSC: "If valid, the items in this collection will be Language Skills referenced by the filter. Otherwise, this will be an empty collection.", AR_TP_SKILLEXPRESSIONFILTER_PROP_ERRORS_DSC: "If invalid, the items in this collection will contain error information about the input filter String.", AR_TP_ISSUEINFO: "IssueInfo", AR_TP_ISSUEINFO_PROP_TYPE_DSC: "A non-empty String that contains the type or category of the issue.", AR_TP_ISSUEINFO_PROP_MESSAGE_DSC: "A non-localized message for the issue. The String may be empty or NOT_SET.", AR_TP_BOOLFORMATENUMCONTAINER: "Bool Format Enum Container", AR_TP_BOOLFORMATENUMCONTAINER_PROP_PLAYYESNO_DSC: "Expresses a boolean using Yes for true and No for false or NOT_SET.", AR_TP_BOOLFORMATENUMCONTAINER_PROP_PLAYYESNO_DISP_VAL: "Yes / No", AR_TP_TIMEFORMATENUMCONTAINER: "Time Format Enum Container", AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWENTYFOURHOURS_DSC: "Use a twenty four hour time format.", AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWENTYFOURHOURS_DISP_VAL: "Time (24 hour clock)", AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWELVEHOURS_DSC: "Use a twelve hour format time without a.m. / p.m.", AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWELVEHOURS_DISP_VAL: "Time (12 hour clock)", AR_TP_CURRENCYFORMATENUMCONTAINER: "Currency Format Enum Container", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_ASMINORUNITS_DSC: 'Express the currency in terms of minor units such as "150 cents".', AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_ASMINORUNITS_DISP_VAL: "In minor units", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MAJORUNITSONLY_DSC: "Express only the major units of the currency.", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MAJORUNITSONLY_DISP_VAL: "Major units only", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MINORUNITSONLY_DSC: "Express only the minor units of the currency.", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MINORUNITSONLY_DISP_VAL: "Minor units only", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_PLAYDIGITS_DSC: 'Expresses the individual digits of the currency with the major units name such as "5 0 dollars"', AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_PLAYDIGITS_DISP_VAL: "Speak each digit", AR_TP_NUMBERFORMATENUMCONTAINER: "Number Format Enum Container", AR_TP_NUMBERFORMATENUMCONTAINER_PROP_PLAYDIGITS_DSC: "Express the numeric value using individual digits.", AR_TP_NUMBERFORMATENUMCONTAINER_PROP_PLAYDIGITS_DISP_VAL: "Speak each digit", AR_TP_PHONENUMBERFORMATENUMCONTAINER: "Phone Number Format Enum Container", AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_GLOBAL_DSC: "Express the phone number with the country code.", AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_GLOBAL_DISP_VAL: "Global playback", AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_LOCAL_DSC: "Express the phone number in a country-specific colloquial format that does not contain the country code.", AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_LOCAL_DISP_VAL: "Local playback", AR_TP_STRINGFORMATENUMCONTAINER: "String Format Enum Container", AR_TP_STRINGFORMATENUMCONTAINER_PROP_PLAYCHARS_DSC: "Express a string with the string's characters individually.", AR_TP_STRINGFORMATENUMCONTAINER_PROP_PLAYCHARS_DISP_VAL: "Speak each character", AR_TP_LANGUAGEQUANTITYENUMCONTAINER: "Language Quantity Enum Container", AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_PLURAL_DSC: "Use the plural form.", AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_PLURAL_DISP_VAL: "Plural", AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_SINGULAR_DSC: "Use the singular form.", AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_SINGULAR_DISP_VAL: "Singular", AR_TP_LANGUAGECASEENUMCONTAINER: "Language Case Enum Container", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ARTICLE_DSC: "Use the article grammatical case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ARTICLE_DISP_VAL: "Article", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ACCUSATIVE_DSC: "Use the accusative case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ACCUSATIVE_DISP_VAL: "Accusative", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_DATIVE_DSC: "Use the dative case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_DATIVE_DISP_VAL: "Dative", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_GENITIVE_DSC: "Use the genitive case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_GENITIVE_DISP_VAL: "Genitive", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_NOMINATIVE_DSC: "Use the nominative case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_NOMINATIVE_DISP_VAL: "Nominative", AR_TP_LANGUAGEGENDERENUMCONTAINER: "Language Gender Enum Container", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_COMMON_DSC: "Use the common gender.", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_COMMON_DISP_VAL: "Common", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_FEMININE_DSC: "Use the feminine gender.", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_FEMININE_DISP_VAL: "Feminine", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_MASCULINE_DSC: "Use the masculine gender.", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_MASCULINE_DISP_VAL: "Masculine", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_NEUTER_DSC: "Use the neuter gender.", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_NEUTER_DISP_VAL: "Neuter", AR_TP_LANGUAGESKILL: "Language Skill", AR_TP_LANGUAGESKILL_PROP_ID_DSC: "The language skill ID.", AR_TP_LANGUAGESKILL_PROP_DSC: "The language skill name.", AR_TP_CONTACTLIST: "ContactList", AR_TP_CONTACTLIST_PROP_ID_DSC: "The contact list ID.", AR_TP_CONTACTLIST_PROP_DSC: "The contact list name.", AR_TP_CAMPAIGN: "Campaign", AR_TP_CAMPAIGN_PROP_ID_DSC: "The campaign ID.", AR_TP_CAMPAIGN_PROP_DSC: "The campaign name.", AR_TP_CONTACT: "Contact", AR_TP_WORKITEMEVENTDATA: "WorkitemEventData", AR_TP_WORKITEMEVENTDATA_PROP_RULE_DSC: "The rule for the workitem event data.", AR_TP_WORKITEMEVENTRULE: "WorkitemEventRule", AR_TP_WORKITEMEVENTRULE_PROP_DSC: "The name of the workitem event rule.", AR_TP_WORKITEM: "Workitem", AR_TP_WORKITEM_PROP_ID_DSC: "The workitem ID which uniquely identifies a workitem.", AR_TP_WORKITEM_PROP_DSC: "The name of the workitem.", AR_TP_WORKITEM_PROP_ASSIGNEE_DSC: "The the assignee of this workitem.", AR_TP_WORKITEM_PROP_ASSIGNMENTSTATE_DSC: "The assignment state of the workitem.", AR_TP_WORKITEM_PROP_AUTOSTATUSTRANSITION_DSC: "This returns true if auto status transition is enabled for the workitem, otherwise false.", AR_TP_WORKITEM_PROP_CUSTOMFIELDS_DSC: "Custom fields defined in the schema referenced by the worktype of the workitem.", AR_TP_WORKITEM_PROP_DATECREATED_DSC: "The creation date of the workitem.", AR_TP_WORKITEM_PROP_DATEASSIGNMENTSTATECHANGED_DSC: "The date the assignment state changed for the workitem.", AR_TP_WORKITEM_PROP_DATEDUE_DSC: "The due date of the workitem.", AR_TP_WORKITEM_PROP_DATEEXPIRES_DSC: "The expiry date of the workitem.", AR_TP_WORKITEM_PROP_DATEMODIFIED_DSC: "The date the workitem was last modified.", AR_TP_WORKITEM_PROP_DATESTATUSCHANGED_DSC: "The date the status was last changed.", AR_TP_WORKITEM_PROP_DATECLOSED_DSC: "The date the workitem was closed.", AR_TP_WORKITEM_PROP_DESCRIPTION_DSC: "The description of the workitem.", AR_TP_WORKITEM_PROP_DUR_DSC: "The estimated duration to complete the workitem.", AR_TP_WORKITEM_PROP_DIVISIONID_DSC: "The division ID which identifies the division to which this workitem belongs.", AR_TP_WORKITEM_PROP_EXTERNALCONTACT_DSC: "The External Contact associated with this workitem. If there is no External Contact, the value will be NOT_SET.", AR_TP_WORKITEM_PROP_EXTERNALTAG_DSC: "The external tag associated with this workitem. If there is no external tag, the value will be NOT_SET. Use the Set External Tag action to modify.", AR_TP_WORKITEM_PROP_LANGUAGESKILL_DSC: "The Language Skill associated with the workitem.", AR_TP_WORKITEM_PROP_MODIFIEDBY_DSC: "The ID of the entity that last modified the workitem.", AR_TP_WORKITEM_PROP_PRIORITY_DSC: "The priority of the workitem. Use the Set Priority action to modify.", AR_TP_WORKITEM_PROP_QUEUE_DSC: "The workitem's queue.", AR_TP_WORKITEM_PROP_REPORTER_DSC: "The workitem's reporter.", AR_TP_WORKITEM_PROP_SCOREDAGENTS_DSC: "A list of agent score pairs used for the last preferred agent routing.", AR_TP_WORKITEM_PROP_SKILLS_DSC: "The ACD Skills associated with the workitem.", AR_TP_WORKITEM_PROP_STATUS_DSC: "The status of the workitem.", AR_TP_WORKITEM_PROP_TTLDATETIME_DSC: "The time to live of the workitem until it is deleted from Genesys Cloud represented as a DateTime in Coordinated Universal Time (UTC).", AR_TP_WORKITEM_PROP_TYPEID_DSC: "The ID of the worktype for the workitem.", AR_TP_WORKITEM_PROP_UTILIZATIONLABEL_DSC: "The utilization label for the workitem.", AR_TP_WORKITEM_PROP_VERSION_DSC: "The version of the workitem. Note that this may be a NOT_SET Integer.", AR_TP_WORKITEM_PROP_WORKBIN_DSC: "The workbin that contains the workitem.", AR_TP_WORKBIN: "Workbin", AR_TP_WORKBIN_PROP_ID_DSC: "The ID of the workbin.", AR_TP_WORKBIN_PROP_DSC: "The name of the workbin.", AR_TP_WORKBIN_PROP_DIVISIONID_DSC: "The division ID which identifies the division of this workbin.", AR_TP_WORKTYPESTATUS: "WorktypeStatus", AR_TP_WORKTYPESTATUS_PROP_ID_DSC: "The ID of the worktype status.", AR_TP_WORKTYPESTATUS_PROP_DSC: "The name of the worktype status.", AR_TP_WORKTYPESTATUS_PROP_CATEGORY_DSC: 'The category of the worktype status. Allowable values are "Open", "InProgress", "Waiting" and "Closed".', AR_OP_DSC_ADD: "The addition operator returns the sum of two values.", AR_OP_LNG_ADD_LNG_LNG_DSC: "Adds two Integer values and returns the result.", AR_OP_LNG_ADD_LNG_LNG_RV: "The sum of the two Integer input values.", AR_OP_LNG_ADD_LNG_LNG_PRM_DSC_0: "An Integer value.", AR_OP_LNG_ADD_LNG_LNG_PRM_DSC_1: "The Integer value to Add.", AR_OP_DEC_ADD_DEC_LNG_DSC: "Adds an Integer value to a Decimal value and returns the result.", AR_OP_DEC_ADD_DEC_LNG_RV: "The sum of the Integer and Decimal input values.", AR_OP_DEC_ADD_DEC_LNG_PRM_DSC_0: "A Decimal value.", AR_OP_DEC_ADD_DEC_LNG_PRM_DSC_1: "The Integer value to add.", AR_OP_DEC_ADD_LNG_DEC_DSC: "Adds a Decimal value to an Integer value and returns the result.", AR_OP_DEC_ADD_LNG_DEC_RV: "The sum of the two Integer input values.", AR_OP_DEC_ADD_LNG_DEC_PRM_DSC_0: "An Integer value.", AR_OP_DEC_ADD_LNG_DEC_PRM_DSC_1: "The Decimal value to add.", AR_OP_CUR_ADD_CUR_CUR_DSC: "Adds two Currency values and returns the result. The Currency values must have the same code.", AR_OP_CUR_ADD_CUR_CUR_RV: "The sum of the two Currency input values.", AR_OP_CUR_ADD_CUR_CUR_PRM_DSC_0: "A Currency value.", AR_OP_CUR_ADD_CUR_CUR_PRM_DSC_1: "The second Currency value to add.", AR_OP_CUR_ADD_CUR_CUR_EX_OUT_0: 'A Currency with an amount of 2.25 and code of "USD"', AR_OP_CUR_ADD_CUR_CUR_EX_OUT_1: "A Currency with an amount of 2.25 and NOT_SET code.", AR_OP_AUDIO_ADD_AUDIO_AUDIO_DSC: "Adds two Audio values together and returns the resulting Audio by appending them together.", AR_OP_AUDIO_ADD_AUDIO_AUDIO_RV: "Appends the two Audio input values.", AR_OP_AUDIO_ADD_AUDIO_AUDIO_PRM_DSC_0: "An Audio value .", AR_OP_AUDIO_ADD_AUDIO_AUDIO_PRM_DSC_1: "The second Audio value to add.", AR_OP_AUDIO_ADD_AUDIO_AUDIO_EX_OUT_0: 'Audio for the text to speech playback of "Hello" followed by "World".', AR_OP_AUDIO_ADD_PROMPT_PROMPT_DSC: "Adds two prompt values together and returns the resulting Audio by appending them.", AR_OP_AUDIO_ADD_PROMPT_PROMPT_RV: "Appends the two Prompt input values.", AR_OP_AUDIO_ADD_PROMPT_PROMPT_PRM_DSC_0: "A Prompt.", AR_OP_AUDIO_ADD_PROMPT_PROMPT_PRM_DSC_1: "The second Prompt to add.", AR_OP_AUDIO_ADD_PROMPT_PROMPT_EX_OUT_0: "Audio for the Hello prompt followed by the There prompt for the language in which the flow is running.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_DSC: "Adds an Audio and a prompt value together and returns the resulting Audio by appending them together.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_RV: "Appends the Audio and Prompt input values.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_PRM_DSC_0: "An Audio value.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_PRM_DSC_1: "The Prompt value to add.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_EX_OUT_0: 'Audio for the TTS playback of "Hello" followed by the audio for the There prompt for the language in which the flow is running.', AR_OP_AUDIO_ADD_PROMPT_AUDIO_DSC: "Adds a prompt and Audio value together and returns the resulting Audio by appending them together.", AR_OP_AUDIO_ADD_PROMPT_AUDIO_RV: "Appends the Prompt and Audio input values.", AR_OP_AUDIO_ADD_PROMPT_AUDIO_PRM_DSC_0: "A Prompt.", AR_OP_AUDIO_ADD_PROMPT_AUDIO_PRM_DSC_1: "An Audio value to add.", AR_OP_AUDIO_ADD_PROMPT_AUDIO_EX_OUT_0: 'Audio for the Hello prompt for the language in which the current flow is running followed by the TTS playback of "There".', AR_OP_DEC_ADD_DEC_DEC_DSC: "Adds two Decimal values and returns the result.", AR_OP_DEC_ADD_DEC_DEC_RV: "The sum of the two Decimal input values.", AR_OP_DEC_ADD_DEC_DEC_PRM_DSC_0: "A Decimal value.", AR_OP_DEC_ADD_DEC_DEC_PRM_DSC_1: "A Decimal value to add.", AR_OP_DTM_ADD_DUR_DTM_DSC: "Adds a DateTime to a Duration and returns the resulting DateTime.", AR_OP_DTM_ADD_DUR_DTM_RV: "Returns the result of adding the supplied DateTime to a Duration value.", AR_OP_DTM_ADD_DUR_DTM_PRM_DSC_0: "A Duration value.", AR_OP_DTM_ADD_DUR_DTM_PRM_DSC_1: "A DateTime value to which the Duration is added.", AR_OP_DTM_ADD_DUR_DTM_EX_OUT_0: "A DateTime of June 1, 2003 at 1:01:01 AM", AR_OP_DTM_ADD_DTM_DUR_DSC: "Adds a Duration to a DateTime and returns the resulting DateTime.", AR_OP_DTM_ADD_DTM_DUR_RV: "Returns the result of adding the supplied Duration to a DateTime value.", AR_OP_DTM_ADD_DTM_DUR_PRM_DSC_0: "A DateTime value.", AR_OP_DTM_ADD_DTM_DUR_PRM_DSC_1: "A Duration value to add.", AR_OP_DTM_ADD_DTM_DUR_EX_OUT_0: "A DateTime of June 1, 2003 at 1:01:01 AM", AR_OP_DATE_ADD_DUR_DATE_DSC: "Adds a Date to a Duration and returns the resulting Date. The number of days to add is calculated by taking the integral part of the supplied Duration value divided by 86400 seconds ( the number of seconds in 1 day ).", AR_OP_DATE_ADD_DUR_DATE_RV: "Returns the result of adding the supplied Date to a Duration value.", AR_OP_DATE_ADD_DUR_DATE_PRM_DSC_0: "A Duration value.", AR_OP_DATE_ADD_DUR_DATE_PRM_DSC_1: "A Date value to which the Duration is added.", AR_OP_DATE_ADD_DUR_DATE_EX_OUT_0: "A Date whose value is June 2nd, 2003.", AR_OP_DATE_ADD_DATE_DUR_DSC: "Adds days to a Date. The number of days to add is calculated by taking the integral value of the total number of seconds in the supplied Duration value divided by 86400 ( the number of seconds in 1 day ).", AR_OP_DATE_ADD_DATE_DUR_RV: "Returns the result of adding the supplied Duration to a Date value.", AR_OP_DATE_ADD_DATE_DUR_PRM_DSC_0: "A Date value.", AR_OP_DATE_ADD_DATE_DUR_PRM_DSC_1: "A Duration value to add.", AR_OP_DATE_ADD_DATE_DUR_EX_OUT_0: "A Date whose value is June 3rd, 2003.", AR_OP_TIME_ADD_DUR_TIME_DSC: "Adds a Time to a Duration and returns the resulting Time. Addition of a Duration value with a Time value allows for wrap-around so adding three hours to a Time value of 23:00:00 will return a Time value of 02:00:00.", AR_OP_TIME_ADD_DUR_TIME_RV: "Returns the result of adding the supplied Time to a Duration value.", AR_OP_TIME_ADD_DUR_TIME_PRM_DSC_0: "A Duration value.", AR_OP_TIME_ADD_DUR_TIME_PRM_DSC_1: "A Time value to which the Duration is added.", AR_OP_TIME_ADD_DUR_TIME_EX_OUT_0: "A Time whose value is 02:02:06AM.", AR_OP_TIME_ADD_TIME_DUR_DSC: "Adds a Duration to a Time and returns the resulting Time. Addition of a Duration value to a Time value allows for wrap-around so adding three hours to a Time value of 23:00:00 will return a Time value of 02:00:00.", AR_OP_TIME_ADD_TIME_DUR_RV: "Returns the result of adding the supplied Duration to a Time value.", AR_OP_TIME_ADD_TIME_DUR_PRM_DSC_0: "A Time value.", AR_OP_TIME_ADD_TIME_DUR_PRM_DSC_1: "A Duration value to add.", AR_OP_TIME_ADD_TIME_DUR_EX_OUT_0: "A Time whose value is 02:01:01AM.", AR_OP_DUR_ADD_DUR_DUR_DSC: "Adds two Duration values and returns the result.", AR_OP_DUR_ADD_DUR_DUR_RV: "The sum of the two Duration input values.", AR_OP_DUR_ADD_DUR_DUR_PRM_DSC_0: "A Duration value.", AR_OP_DUR_ADD_DUR_DUR_PRM_DSC_1: "A Duration value to add.", AR_OP_DUR_ADD_DUR_DUR_EX_OUT_0: "A Duration of 1 day, eleven hours, 45 minutes and 30 seconds.", AR_OP_STR_ADD_STR_STR_DSC: "Appends two String values and returns the result. Note: We recommend using the Append function instead of + to append strings together.", AR_OP_STR_ADD_STR_STR_RV: "The concatenation of the two String input values.", AR_OP_STR_ADD_STR_STR_PRM_DSC_0: "A String value.", AR_OP_STR_ADD_STR_STR_PRM_DSC_1: "A String value to add.", AR_OP_DSC_BITAND: "Performs a bitwise and of two values.", AR_OP_LNG_BITAND_LNG_LNG_DSC: "Performs a bitwise and on two Integer values and returns the result.", AR_OP_LNG_BITAND_LNG_LNG_RV: "The bitwise and of two supplied Integer values.", AR_OP_LNG_BITAND_LNG_LNG_PRM_DSC_0: "The first Integer value for the bitwise and.", AR_OP_LNG_BITAND_LNG_LNG_PRM_DSC_1: "The second Integer value for the bitwise and.", AR_OP_DSC_BITNOT: "Performs a bitwise not on a value.", AR_OP_LNG_BITNOT_LNG_DSC: "Performs a bitwise not on the supplied Integer value and returns the result.", AR_OP_LNG_BITNOT_LNG_RV: "The bitwise not of the supplied Integer value.", AR_OP_LNG_BITNOT_LNG_PRM_DSC_0: "The Integer value on which to perform the bitwise not.", AR_OP_DSC_BITOR: "Performs a bitwise inclusive or of two values.", AR_OP_LNG_BITOR_LNG_LNG_DSC: "Performs a bitwise inclusive or on two Integer values and returns the result.", AR_OP_LNG_BITOR_LNG_LNG_RV: "The bitwise inclusive or of two supplied Integer values.", AR_OP_LNG_BITOR_LNG_LNG_PRM_DSC_0: "The first Integer value for the bitwise or.", AR_OP_LNG_BITOR_LNG_LNG_PRM_DSC_1: "The second Integer value for the bitwise or.", AR_OP_DSC_SUB: "The subtraction operator returns the difference of two values.", AR_OP_DATE_SUB_DATE_DUR_DSC: "Subtracts days from a Date. The number of days to subtract is calculated by taking the integral value of the total number of seconds in the supplied Duration value divided by 86400 ( the number of seconds in 1 day ).", AR_OP_DATE_SUB_DATE_DUR_RV: "Returns a Date that is the result of subtracting the number of days in the supplied duration from the Date value.", AR_OP_DATE_SUB_DATE_DUR_PRM_DSC_0: "A Date value.", AR_OP_DATE_SUB_DATE_DUR_PRM_DSC_1: "A Duration value that supplies the number of days to subtract.", AR_OP_DATE_SUB_DATE_DUR_EX_OUT_0: "A Date whose value is December 31st, 2008.", AR_OP_DATE_SUB_DATE_DUR_EX_OUT_1: "A Date whose value is February 25th, 2020.", AR_OP_LNG_SUB_LNG_LNG_DSC: "Subtracts an Integer value from an Integer value and returns the result.", AR_OP_LNG_SUB_LNG_LNG_RV: "The difference of the two Integer input values.", AR_OP_LNG_SUB_LNG_LNG_PRM_DSC_0: "The Integer value from which to subtract.", AR_OP_LNG_SUB_LNG_LNG_PRM_DSC_1: "The Integer value to subtract.", AR_OP_CUR_SUB_CUR_CUR_DSC: "Subtracts a Currency value from a Currency value and returns the result. The Currency values must have the same code.", AR_OP_CUR_SUB_CUR_CUR_RV: "The difference of the two Currency input values.", AR_OP_CUR_SUB_CUR_CUR_PRM_DSC_0: "The Currency value from which to subtract.", AR_OP_CUR_SUB_CUR_CUR_PRM_DSC_1: "The Currency value to subtract.", AR_OP_CUR_SUB_CUR_CUR_EX_OUT_0: 'A Currency with an amount of 1.25 and code of "USD"', AR_OP_CUR_SUB_CUR_CUR_EX_OUT_1: "A Currency with an amount of 2.75 and NOT_SET code.", AR_OP_DEC_SUB_DEC_DEC_DSC: "Subtracts a Decimal value from a Decimal value and returns the result.", AR_OP_DEC_SUB_DEC_DEC_RV: "The difference of the two Decimal input values.", AR_OP_DEC_SUB_DEC_DEC_PRM_DSC_0: "The Decimal value from which to subtract.", AR_OP_DEC_SUB_DEC_DEC_PRM_DSC_1: "The Decimal value to subtract.", AR_OP_DEC_SUB_DEC_LNG_DSC: "Subtracts an Integer value from a Decimal value and returns the result.", AR_OP_DEC_SUB_DEC_LNG_RV: "The difference of the two input values.", AR_OP_DEC_SUB_DEC_LNG_PRM_DSC_0: "The Decimal value from which to subtract.", AR_OP_DEC_SUB_DEC_LNG_PRM_DSC_1: "The Integer value to subtract.", AR_OP_DEC_SUB_LNG_DEC_DSC: "Subtracts a Decimal value from an Integer value and returns the result.", AR_OP_DEC_SUB_LNG_DEC_RV: "The difference of the two input values.", AR_OP_DEC_SUB_LNG_DEC_PRM_DSC_0: "The Integer value from which to subtract.", AR_OP_DEC_SUB_LNG_DEC_PRM_DSC_1: "The Decimal value to subtract.", AR_OP_DTM_SUB_DUR_DUR_DSC: "Subtracts a Duration value from a Duration value and returns the result.", AR_OP_DTM_SUB_DUR_DUR_RV: "The difference of the two Duration input values.", AR_OP_DTM_SUB_DUR_DUR_PRM_DSC_0: "The Duration value from which to subtract.", AR_OP_DTM_SUB_DUR_DUR_PRM_DSC_1: "The Duration value to subtract.", AR_OP_DTM_SUB_DUR_DUR_EX_OUT_0: "A Duration of 5 hours and 15 minutes.", AR_OP_DTM_SUB_DTM_DUR_DSC: "Subtracts a Duration from a DateTime and returns the resulting DateTime.", AR_OP_DTM_SUB_DTM_DUR_RV: "Returns the result of subtracting the supplied Duration from a DateTime value.", AR_OP_DTM_SUB_DTM_DUR_PRM_DSC_0: "A DateTime value.", AR_OP_DTM_SUB_DTM_DUR_PRM_DSC_1: "A Duration value to subtract.", AR_OP_DTM_SUB_DTM_DUR_EX_OUT_0: "A DateTime of June 2, 2003 at 10:58:59 PM", AR_OP_TIME_SUB_TIME_DUR_DSC: "Subtracts a Duration from a Time value. Subtraction of a Duration value from a Time value allows for wrap-around so subtracting three hours to a Time value of 01:00:00 will return a Time value of 22:00:00.", AR_OP_TIME_SUB_TIME_DUR_RV: "Returns a Time that is the result of adding the supplied Duration value to the supplied Time value.", AR_OP_TIME_SUB_TIME_DUR_PRM_DSC_0: "A Time value.", AR_OP_TIME_SUB_TIME_DUR_PRM_DSC_1: "A Duration value that supplies the number of days to add to the Time value in startTime.", AR_OP_TIME_SUB_TIME_DUR_EX_OUT_0: "A Time whose value is 06:00:00AM.", AR_OP_TIME_SUB_TIME_DUR_EX_OUT_1: "A Time whose value is 06:00:00AM.", AR_OP_TIME_SUB_TIME_DUR_EX_OUT_2: "A Time whose value is 11:00:00PM.", AR_OP_DSC_MUL: "The multiplication operator returns the product of two values.", AR_OP_LNG_MUL_LNG_LNG_DSC: "Multiplies an Integer value by an Integer value and returns the result.", AR_OP_LNG_MUL_LNG_LNG_RV: "The result of the multiplication of the two Integer input values ( product ).", AR_OP_LNG_MUL_LNG_LNG_PRM_DSC_0: "The Integer value to multiply.", AR_OP_LNG_MUL_LNG_LNG_PRM_DSC_1: "The Integer value to multiply by.", AR_OP_DEC_MUL_DEC_DEC_DSC: "Multiplies a Decimal value by a Decimal value and returns the result.", AR_OP_DEC_MUL_DEC_DEC_RV: "The result of the multiplication of the two Decimal input values ( product ).", AR_OP_DEC_MUL_DEC_DEC_PRM_DSC_0: "The Decimal value to multiply.", AR_OP_DEC_MUL_DEC_DEC_PRM_DSC_1: "The Decimal value to multiply by.", AR_OP_DEC_MUL_LNG_DEC_DSC: "Multiplies an Integer value by an Decimal value and returns the result.", AR_OP_DEC_MUL_LNG_DEC_RV: "The result of the multiplication of the two Integer input values ( product ).", AR_OP_DEC_MUL_LNG_DEC_PRM_DSC_0: "The Integer value to multiply.", AR_OP_DEC_MUL_LNG_DEC_PRM_DSC_1: "The Decimal value to multiply by.", AR_OP_DEC_MUL_DEC_LNG_DSC: "Multiplies a Decimal value by an Integer value and returns the result.", AR_OP_DEC_MUL_DEC_LNG_RV: "The result of the multiplication of the two Decimal input values ( product ).", AR_OP_DEC_MUL_DEC_LNG_PRM_DSC_0: "The Decimal value to multiply.", AR_OP_DEC_MUL_DEC_LNG_PRM_DSC_1: "The Integer value to multiply by.", AR_OP_CUR_MUL_DEC_CUR_DSC: "Multiplies a Decimal value by a Currency value and returns the result.", AR_OP_CUR_MUL_DEC_CUR_RV: "The result of the multiplication of the Decimal and Currency values ( product ).", AR_OP_CUR_MUL_DEC_CUR_PRM_DSC_0: "The Decimal value to multiply.", AR_OP_CUR_MUL_DEC_CUR_PRM_DSC_1: "The Currency value to multiply by.", AR_OP_CUR_MUL_DEC_CUR_EX_OUT_0: 'A Currency with an amount of 37.8 and code of "USD"', AR_OP_CUR_MUL_CUR_DEC_DSC: "Multiplies a Currency value by a Decimal value and returns the result.", AR_OP_CUR_MUL_CUR_DEC_RV: "The result of the multiplication of the Currency and Decimal values ( product ).", AR_OP_CUR_MUL_CUR_DEC_PRM_DSC_0: "The Currency value to multiply.", AR_OP_CUR_MUL_CUR_DEC_PRM_DSC_1: "The Decimal value to multiply by.", AR_OP_CUR_MUL_CUR_DEC_EX_OUT_0: 'A Currency with an amount of -37.8 and code of "USD"', AR_OP_CUR_MUL_LNG_CUR_DSC: "Multiplies an Integer value by a Currency value and returns the result.", AR_OP_CUR_MUL_LNG_CUR_RV: "The result of the multiplication of the Integer and Currency values ( product ).", AR_OP_CUR_MUL_LNG_CUR_PRM_DSC_0: "The Integer value to multiply.", AR_OP_CUR_MUL_LNG_CUR_PRM_DSC_1: "The Currency value to multiply by.", AR_OP_CUR_MUL_LNG_CUR_EX_OUT_0: 'A Currency with an amount of 36.75 and code of "USD"', AR_OP_CUR_MUL_CUR_LNG_DSC: "Multiplies a Currency value by an Integer value and returns the result.", AR_OP_CUR_MUL_CUR_LNG_RV: "The result of the multiplication of the Currency and Integer values ( product ).", AR_OP_CUR_MUL_CUR_LNG_PRM_DSC_0: "The Currency value to multiply.", AR_OP_CUR_MUL_CUR_LNG_PRM_DSC_1: "The Integer value to multiply by.", AR_OP_CUR_MUL_CUR_LNG_EX_OUT_0: 'A Currency with an amount of 36.75 and code of "USD"', AR_OP_DSC_DIV: "The division operator divides two values.", AR_OP_DEC_DIV_LNG_DEC_DSC: "Divides an Integer value by a Decimal value and returns the result.", AR_OP_DEC_DIV_LNG_DEC_RV: "The result of the division ( quotient ) from the supplied Integer and Decimal values.", AR_OP_DEC_DIV_LNG_DEC_PRM_DSC_0: "The Integer value to divide.", AR_OP_DEC_DIV_LNG_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_DEC_DIV_DEC_LNG_DSC: "Divides a Decimal value by an Integer value and returns the result.", AR_OP_DEC_DIV_DEC_LNG_RV: "The result of the division ( quotient ) from the supplied Decimal and Integer values.", AR_OP_DEC_DIV_DEC_LNG_PRM_DSC_0: "The Decimal value to divide.", AR_OP_DEC_DIV_DEC_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_DEC_DIV_LNG_LNG_DSC: "Divides an Integer value by an Integer value and returns the result.", AR_OP_DEC_DIV_LNG_LNG_RV: "The result of the division ( quotient ) from the supplied Integer values.", AR_OP_DEC_DIV_LNG_LNG_PRM_DSC_0: "The Integer value to divide.", AR_OP_DEC_DIV_LNG_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_DEC_DIV_DEC_DEC_DSC: "Divides a Decimal value by a Decimal value and returns the result.", AR_OP_DEC_DIV_DEC_DEC_RV: "The result of the division ( quotient ) from the supplied Decimal values.", AR_OP_DEC_DIV_DEC_DEC_PRM_DSC_0: "The Decimal value to divide.", AR_OP_DEC_DIV_DEC_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_CUR_DIV_CUR_DEC_DSC: "Divides a Currency value by a Decimal value and returns the result.", AR_OP_CUR_DIV_CUR_DEC_RV: "The result of the division ( quotient ) from the supplied Currency and Decimal values.", AR_OP_CUR_DIV_CUR_DEC_PRM_DSC_0: "The Currency value to divide.", AR_OP_CUR_DIV_CUR_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_CUR_DIV_CUR_DEC_EX_OUT_0: 'A Currency with an amount of 7.21 and code of "USD"', AR_OP_CUR_DIV_CUR_LNG_DSC: "Divides a Currency value by an Integer value and returns the result.", AR_OP_CUR_DIV_CUR_LNG_RV: "The result of the division ( quotient ) from the supplied Currency and Decimal values.", AR_OP_CUR_DIV_CUR_LNG_PRM_DSC_0: "The Currency value to divide.", AR_OP_CUR_DIV_CUR_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_CUR_DIV_CUR_LNG_EX_OUT_0: 'A Currency with an amount of 7.50 and code of "USD"', AR_OP_DSC_POW: "The power operator calculates the result of raising a value to the power of another value.", AR_OP_LNG_POW_LNG_LNG_DSC: "Raises an Integer value to the power of another Integer value.", AR_OP_LNG_POW_LNG_LNG_RV: "The result of raising an Integer value to the power of another Integer value.", AR_OP_LNG_POW_LNG_LNG_PRM_DSC_0: "The Integer value to raise.", AR_OP_LNG_POW_LNG_LNG_PRM_DSC_1: "The Integer value to raise by.", AR_OP_DEC_POW_LNG_DEC_DSC: "Raises an Integer value to the power of a Decimal value.", AR_OP_DEC_POW_LNG_DEC_RV: "The result of raising an Integer value to the power of Decimal value.", AR_OP_DEC_POW_LNG_DEC_PRM_DSC_0: "The Integer value to raise.", AR_OP_DEC_POW_LNG_DEC_PRM_DSC_1: "The Decimal value to raise by.", AR_OP_DEC_POW_DEC_LNG_DSC: "Raises a Decimal value to the power of an Integer value.", AR_OP_DEC_POW_DEC_LNG_RV: "The result of raising an Integer value to the power of Decimal value.", AR_OP_DEC_POW_DEC_LNG_PRM_DSC_0: "The Decimal value to raise.", AR_OP_DEC_POW_DEC_LNG_PRM_DSC_1: "The Integer value to raise by.", AR_OP_DEC_POW_DEC_DEC_DSC: "Raises a Decimal value to the power of another Decimal value.", AR_OP_DEC_POW_DEC_DEC_RV: "The result of raising a Decimal value to the power of another Decimal value.", AR_OP_DEC_POW_DEC_DEC_PRM_DSC_0: "The Decimal value to raise.", AR_OP_DEC_POW_DEC_DEC_PRM_DSC_1: "The Decimal value to raise by.", AR_OP_DSC_TER: "The ternary operator is a shorthand way to provide logical if functionality in an expression. It is the only operator that takes three parameters.", AR_OP_ANY_TER_BLN_ANY_ANY_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_OP_ANY_TER_BLN_ANY_ANY_RV: "If value in the condition parameter evaluates to true, the value in the trueValue parameter is returned. If the value of the condition evaluates to false, the value of the falseValue parameter is returned.", AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_1: "The value to return if the condition is true.", AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_2: "The value to return if the condition is false or a NOT_SET Boolean.", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_4: 'A Currency with an amount of 10.00 and code of "USD".', AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_5: "The DateTime of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC)", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_6: "A Duration of 1 hour.", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_7: 'The User with the name "Doe, John".', AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_8: "The Skill of Spanish.", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_9: "The Date whose value is June 1st, 2010.", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_10: "The Time whose value is 12:00:00PM.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_RV: "If value in the condition parameter evaluates to true, the value in the trueValue parameter is returned. If the value of the condition evaluates to false, the value of the falseValue parameter is returned.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_1: "The collection value to return if the condition is true.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_2: "The collection value to return if the condition is false or a NOT_SET Boolean.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_0: 'A Currency collection with one item. The Currency item has an amount of 10.00 and code of "USD".', AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_1: "The collection with the Boolean value true.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_2: 'The String collection with the "hello" string in it.', AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_3: "The Integer collection with the value 100 in it.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_4: "The Integer collection with the value 100.5 in it.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_5: "A DateTime collection with the DateTime value of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC).", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_6: "The Duration collection with the Duration of 1 hour.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_7: 'A User collection with the User whose username is "john.doe@company.com".', AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_8: "A Skill collection with the Skill of Spanish.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_9: "The Date collection with one Date item whose value is June 1st, 2010.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_10: "The Time collection with one Time item whose value is 12:00:00PM.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_RV: "If value in the condition parameter evaluates to true, the Audio value in the trueValueAudio parameter is returned. If the value of the condition evaluates to false, the value of the falseValueAudio parameter is returned.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_1: "The Audio value to return if the condition is true.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_2: "The Audio value to return if the condition is false or a NOT_SET Boolean.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_EX_OUT_0: 'Audio for the string "Hello" spoken via. text to speech.', AR_OP_DSC_MOD: "The modulus operator calculates the remainder of the division of two values.", AR_OP_LNG_MOD_LNG_LNG_DSC: "Calculates the remainder of dividing an Integer value by an Integer value.", AR_OP_LNG_MOD_LNG_LNG_RV: "Returns the remainder of dividing an Integer by an Integer value.", AR_OP_LNG_MOD_LNG_LNG_PRM_DSC_0: "The Integer value to divide.", AR_OP_LNG_MOD_LNG_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_DEC_MOD_DEC_DEC_DSC: "Calculates the remainder of dividing a Decimal value by a Decimal value.", AR_OP_DEC_MOD_DEC_DEC_RV: "Returns the remainder of dividing a Decimal value by a Decimal value.", AR_OP_DEC_MOD_DEC_DEC_PRM_DSC_0: "The Decimal value to divide.", AR_OP_DEC_MOD_DEC_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_DEC_MOD_LNG_DEC_DSC: "Calculates the remainder of dividing an Integer value by a Decimal value.", AR_OP_DEC_MOD_LNG_DEC_RV: "Returns the remainder of dividing an Integer by an Integer value.", AR_OP_DEC_MOD_LNG_DEC_PRM_DSC_0: "The Integer value to divide.", AR_OP_DEC_MOD_LNG_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_DEC_MOD_DEC_LNG_DSC: "Calculates the remainder of dividing a Decimal value by an Integer value.", AR_OP_DEC_MOD_DEC_LNG_RV: "Returns the remainder of dividing a Decimal value by an Integer value.", AR_OP_DEC_MOD_DEC_LNG_PRM_DSC_0: "The Decimal value to divide.", AR_OP_DEC_MOD_DEC_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_CUR_MOD_CUR_DEC_DSC: "Calculates the remainder of dividing a Currency value by a Decimal value.", AR_OP_CUR_MOD_CUR_DEC_RV: "Returns the remainder of dividing a Currency value by a Decimal value.", AR_OP_CUR_MOD_CUR_DEC_PRM_DSC_0: "The Currency value to divide.", AR_OP_CUR_MOD_CUR_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_CUR_MOD_CUR_DEC_EX_OUT_0: 'A Currency with an amount of 9.4 and code of "USD"', AR_OP_CUR_MOD_CUR_LNG_DSC: "Calculates the remainder of dividing a Currency value by an Integer value.", AR_OP_CUR_MOD_CUR_LNG_RV: "Returns the remainder of dividing a Currency value by an Integer value.", AR_OP_CUR_MOD_CUR_LNG_PRM_DSC_0: "The Currency value to divide.", AR_OP_CUR_MOD_CUR_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_CUR_MOD_CUR_LNG_EX_OUT_0: 'A Currency with an amount of 1.95 and code of "USD"', AR_OP_DSC_NOT: "The not operator returns the logical negation of a Boolean value.", AR_OP_BLN_NOT_BLN_DSC: "Returns the inverse of a Boolean value.", AR_OP_BLN_NOT_BLN_RV: "Returns the logical negation of the supplied Boolean value.", AR_OP_BLN_NOT_BLN_PRM_DSC_0: "The Boolean value to negate.", AR_OP_DSC_NEG: "The negation operator calculates the negative value of the supplied value.", AR_OP_CUR_NEG_CUR_DSC: "The negation of a Currency value.", AR_OP_CUR_NEG_CUR_RV: "Returns the negation of a Currency value.", AR_OP_CUR_NEG_CUR_PRM_DSC_0: "The Currency value to negate.", AR_OP_CUR_NEG_CUR_EX_OUT_0: 'A Currency with an amount of -5.25 and code of "USD"', AR_OP_CUR_NEG_CUR_EX_OUT_1: 'A Currency with an amount of 0.00 and code of "USD"', AR_OP_LNG_NEG_LNG_DSC: "The negation of an Integer value.", AR_OP_LNG_NEG_LNG_RV: "Returns the negation of an Integer value.", AR_OP_LNG_NEG_LNG_PRM_DSC_0: "The Integer value to negate.", AR_OP_DEC_NEG_DEC_DSC: "The negation of a Decimal value.", AR_OP_DEC_NEG_DEC_RV: "Returns the negation of a Decimal value.", AR_OP_DEC_NEG_DEC_PRM_DSC_0: "The Decimal value to negate.", AR_OP_DUR_NEG_DUR_DSC: "The negation of a Duration value.", AR_OP_DUR_NEG_DUR_RV: "Returns the negation of a Duration value.", AR_OP_DUR_NEG_DUR_PRM_DSC_0: "The Duration value to negate.", AR_OP_DUR_NEG_DUR_EX_OUT_0: "A Duration value of negative 10 days.", AR_OP_DSC_AND: "Performs a logical and operation on two Boolean values.", AR_OP_BLN_LOGICALAND_BLN_BLN_DSC: "Performs a logical and of the two Boolean values supplied. If both values evaluate to true, the result is true. Otherwise, the result is false. If value1 evaluates to false, false is returned and the value specified in the value2 parameter is not evaluated.", AR_OP_BLN_LOGICALAND_BLN_BLN_RV: "Returns the result of the boolean and operation.", AR_OP_BLN_LOGICALAND_BLN_BLN_PRM_DSC_0: "The first Boolean value for the logical and.", AR_OP_BLN_LOGICALAND_BLN_BLN_PRM_DSC_1: "The second Boolean value for the logical and.", AR_OP_DSC: "Performs a logical or operation on two Boolean values.", AR_OP_BLN_LOGICALOR_BLN_BLN_DSC: "Performs a logical or of the two supplied Boolean values. If either value evaluates to true, the result is true. Otherwise, the result is false. If the value1 evaluates to true, true is returned and the value in the value2 parameter is not evaluated.", AR_OP_BLN_LOGICALOR_BLN_BLN_RV: "Returns the result of the boolean or operation.", AR_OP_BLN_LOGICALOR_BLN_BLN_PRM_DSC_0: "The first Boolean value for the logical or.", AR_OP_BLN_LOGICALOR_BLN_BLN_PRM_DSC_1: "The second Boolean value for the logical or.", AR_OP_DSC_GT: "The greater than operator compares two values and returns true if the first is greater than the second.", AR_OP_BLN_GT_DATE_DATE_DSC: "Compares two Date values and returns true if the first Date value is greater than the second Date value.", AR_OP_BLN_GT_DATE_DATE_RV: "Returns true if the first Date value is greater than the second Date value, otherwise false.", AR_OP_BLN_GT_DATE_DATE_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DATE_DATE_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_LNG_DEC_DSC: "Compares an Integer and a Decimal and returns true if the Integer value is greater than the Decimal value.", AR_OP_BLN_GT_LNG_DEC_RV: "Returns true if the first Integer value is greater than the second Decimal value, otherwise false.", AR_OP_BLN_GT_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_DEC_LNG_DSC: "Compares a Decimal and an Integer and returns true if the Decimal value is greater than the Integer value.", AR_OP_BLN_GT_DEC_LNG_RV: "Returns true if the first Decimal value is greater than the second Integer value, otherwise false.", AR_OP_BLN_GT_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_CUR_CUR_DSC: "Compares two Currency values and returns true if the first Currency value is greater than the second Currency value. The currencies must have the same code.", AR_OP_BLN_GT_CUR_CUR_RV: "Returns true if the first Currency value is greater than the second Currency value, otherwise false.", AR_OP_BLN_GT_CUR_CUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_CUR_CUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_DTM_DTM_DSC: "Compares two DateTime values and returns true if the first DateTime value is greater than the second DateTime value.", AR_OP_BLN_GT_DTM_DTM_RV: "Returns true if the first DateTime value is greater than the second DateTime value, otherwise false.", AR_OP_BLN_GT_DTM_DTM_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DTM_DTM_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_DEC_DEC_DSC: "Compares two Decimal values and returns true if the first Decimal value is greater than the second Decimal value.", AR_OP_BLN_GT_DEC_DEC_RV: "Returns true if the first Decimal value is greater than the second Decimal value, otherwise false.", AR_OP_BLN_GT_DEC_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DEC_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_DUR_DUR_DSC: "Compares two Duration values and returns true if the first Duration value is greater than the second Duration value.", AR_OP_BLN_GT_DUR_DUR_RV: "Returns true if the first Duration value is greater than the second Duration value, otherwise false.", AR_OP_BLN_GT_DUR_DUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DUR_DUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_LNG_LNG_DSC: "Compares two Integer values and returns true if the first Integer value is greater than the second Integer value.", AR_OP_BLN_GT_LNG_LNG_RV: "Returns true if the first Integer value is greater than the second Integer value, otherwise false.", AR_OP_BLN_GT_LNG_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_LNG_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_STR_STR_DSC: "Compares two String values and returns true if the first String value is greater than the second String value. This is a case sensitive comparison.", AR_OP_BLN_GT_STR_STR_RV: "Returns true if the first String value is greater than the second String value, otherwise false.", AR_OP_BLN_GT_STR_STR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_STR_STR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_TIME_TIME_DSC: "Compares two Time values and returns true if the first Time value is greater than the second Time value.", AR_OP_BLN_GT_TIME_TIME_RV: "Returns true if the first Time value is greater than the second Time value, otherwise false.", AR_OP_BLN_GT_TIME_TIME_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_TIME_TIME_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_GTE: "The greater than or equal to operator compares two values and returns true if the first is greater than or equal to the second.", AR_OP_BLN_GTE_DATE_DATE_DSC: "Compares two Date values and returns true if the first Date value is greater than or equal to the second Date value.", AR_OP_BLN_GTE_DATE_DATE_RV: "Returns true if the first Date value is greater than or equal to the second Date value, otherwise false.", AR_OP_BLN_GTE_DATE_DATE_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DATE_DATE_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_LNG_DEC_DSC: "Compares an Integer and a Decimal and returns true if the Integer value is greater than or equal to the Decimal value.", AR_OP_BLN_GTE_LNG_DEC_RV: "Returns true if the first Integer value is greater than or equal to the second Decimal value, otherwise false.", AR_OP_BLN_GTE_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_DEC_LNG_DSC: "Compares a Decimal and an Integer and returns true if the Decimal value is greater than or equal to the Integer value.", AR_OP_BLN_GTE_DEC_LNG_RV: "Returns true if the first Decimal value is greater than or equal to the second Integer value, otherwise false.", AR_OP_BLN_GTE_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_CUR_CUR_DSC: "Compares two Currency values and returns true if the first Currency value is greater than the second Currency value. The currencies must have the same code.", AR_OP_BLN_GTE_CUR_CUR_RV: "Returns true if the first Currency value is greater than or equal to the second Currency value, otherwise false.", AR_OP_BLN_GTE_CUR_CUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_CUR_CUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_DTM_DTM_DSC: "Compares two DateTime values and returns true if the first DateTime value is greater than or equal to the second DateTime value.", AR_OP_BLN_GTE_DTM_DTM_RV: "Returns true if the first DateTime value is greater than or equal to the second DateTime value, otherwise false.", AR_OP_BLN_GTE_DTM_DTM_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DTM_DTM_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_DEC_DEC_DSC: "Compares two Decimal values and returns true if the first Decimal value is greater than or equal to the second Decimal value.", AR_OP_BLN_GTE_DEC_DEC_RV: "Returns true if the first Decimal value is greater than or equal to the second Decimal value, otherwise false.", AR_OP_BLN_GTE_DEC_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DEC_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_DUR_DUR_DSC: "Compares two Duration values and returns true if the first Duration value is greater than or equal to the second Duration value.", AR_OP_BLN_GTE_DUR_DUR_RV: "Returns true if the first Duration value is greater than or equal to the second Duration value, otherwise false.", AR_OP_BLN_GTE_DUR_DUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DUR_DUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_LNG_LNG_DSC: "Compares two Integer values and returns true if the first Integer value is greater than or equal to the second Integer value.", AR_OP_BLN_GTE_LNG_LNG_RV: "Returns true if the first Integer value is greater than or equal to the second Integer value, otherwise false.", AR_OP_BLN_GTE_LNG_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_LNG_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_STR_STR_DSC: "Compares two String values and returns true if the first String value is greater than or equal to the second String value.", AR_OP_BLN_GTE_STR_STR_RV: "Returns true if the first String value is greater than or equal to the second String value, otherwise false.", AR_OP_BLN_GTE_STR_STR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_STR_STR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_TIME_TIME_DSC: "Compares two Time values and returns true if the first Time value is greater than or equal to the second Time value.", AR_OP_BLN_GTE_TIME_TIME_RV: "Returns true if the first Time value is greater than or equal to the second Time value, otherwise false.", AR_OP_BLN_GTE_TIME_TIME_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_TIME_TIME_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_LT: "The less than operator compares two values and returns true if the first is less than the second.", AR_OP_BLN_LT_LNG_DEC_DSC: "Compares an Integer and a Decimal and returns true if the Integer value is less than the Decimal value.", AR_OP_BLN_LT_LNG_DEC_RV: "Returns true if the first Integer value is less than the second Decimal value, otherwise false.", AR_OP_BLN_LT_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DEC_LNG_DSC: "Compares a Decimal and an Integer and returns true if the Decimal value is less than the Integer value.", AR_OP_BLN_LT_DEC_LNG_RV: "Returns true if the first Decimal value is less than the second Integer value, otherwise false.", AR_OP_BLN_LT_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_CUR_CUR_DSC: "Compares two Currency values and returns true if the first Currency value is greater than the second Currency value. The currencies must have the same code.", AR_OP_BLN_LT_CUR_CUR_RV: "Returns true if the first Currency value is less than the second Currency value, otherwise false.", AR_OP_BLN_LT_CUR_CUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_CUR_CUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DATE_DATE_DSC: "Compares two Date values and returns true if the first Date value is less than the second Date value.", AR_OP_BLN_LT_DATE_DATE_RV: "Returns true if the first Date value is less than the second Date value, otherwise false.", AR_OP_BLN_LT_DATE_DATE_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DATE_DATE_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DTM_DTM_DSC: "Compares two DateTime values and returns true if the first DateTime value is less than the second DateTime value.", AR_OP_BLN_LT_DTM_DTM_RV: "Returns true if the first DateTime value is less than the second DateTime value, otherwise false.", AR_OP_BLN_LT_DTM_DTM_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DTM_DTM_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DEC_DEC_DSC: "Compares two Decimal values and returns true if the first Decimal value is less than the second Decimal value.", AR_OP_BLN_LT_DEC_DEC_RV: "Returns true if the first Decimal value is less than the second Decimal value, otherwise false.", AR_OP_BLN_LT_DEC_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DEC_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DUR_DUR_DSC: "Compares two Duration values and returns true if the first Duration value is less than the second Duration value.", AR_OP_BLN_LT_DUR_DUR_RV: "Returns true if the first Duration value is less than the second Duration value, otherwise false.", AR_OP_BLN_LT_DUR_DUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DUR_DUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_LNG_LNG_DSC: "Compares two Integer values and returns true if the first Integer value is less than the second Integer value.", AR_OP_BLN_LT_LNG_LNG_RV: "Returns true if the first Integer value is less than the second Integer value, otherwise false.", AR_OP_BLN_LT_LNG_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_LNG_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_STR_STR_DSC: "Compares two String values and returns true if the first String value is less than the second String value.", AR_OP_BLN_LT_STR_STR_RV: "Returns true if the first String value is less than the second String value, otherwise false.", AR_OP_BLN_LT_STR_STR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_STR_STR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_TIME_TIME_DSC: "Compares two Time values and returns true if the first Time value is less than the second Time value.", AR_OP_BLN_LT_TIME_TIME_RV: "Returns true if the first Time value is less than the second Time value, otherwise false.", AR_OP_BLN_LT_TIME_TIME_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_TIME_TIME_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_LTE: "The less than or equal to operator compares two values and returns true if the first is less than or equal to the second.", AR_OP_BLN_LTE_LNG_DEC_DSC: "Compares an Integer and a Decimal and returns true if the Integer value is less than or equal to the Decimal value.", AR_OP_BLN_LTE_LNG_DEC_RV: "Returns true if the first Integer value is less than or equal to the second Decimal value, otherwise false.", AR_OP_BLN_LTE_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DATE_DATE_DSC: "Compares two Date values and returns true if the first Date value is less than the second Date value.", AR_OP_BLN_LTE_DATE_DATE_RV: "Returns true if the first Date value is less than the second Date value, otherwise false.", AR_OP_BLN_LTE_DATE_DATE_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DATE_DATE_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DEC_LNG_DSC: "Compares a Decimal and an Integer and returns true if the Decimal value is less than or equal to the Integer value.", AR_OP_BLN_LTE_DEC_LNG_RV: "Returns true if the first Decimal value is less than or equal to the second Integer value, otherwise false.", AR_OP_BLN_LTE_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_CUR_CUR_DSC: "Compares two Currency values and returns true if the first Currency value is less than or equal to the second Currency value. The currencies must have the same code.", AR_OP_BLN_LTE_CUR_CUR_RV: "Returns true if the first Currency value is less than or equal to the second Currency value, otherwise false.", AR_OP_BLN_LTE_CUR_CUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_CUR_CUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DTM_DTM_DSC: "Compares two DateTime values and returns true if the first DateTime value is less than or equal to the second DateTime value.", AR_OP_BLN_LTE_DTM_DTM_RV: "Returns true if the first DateTime value is less than or equal to the second DateTime value, otherwise false.", AR_OP_BLN_LTE_DTM_DTM_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DTM_DTM_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DEC_DEC_DSC: "Compares two Decimal values and returns true if the first Decimal value is less than or equal to the second Decimal value.", AR_OP_BLN_LTE_DEC_DEC_RV: "Returns true if the first Decimal value is less than or equal to the second Decimal value, otherwise false.", AR_OP_BLN_LTE_DEC_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DEC_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DUR_DUR_DSC: "Compares two Duration values and returns true if the first Duration value is less than or equal to the second Duration value.", AR_OP_BLN_LTE_DUR_DUR_RV: "Returns true if the first Duration value is less than or equal to the second Duration value, otherwise false.", AR_OP_BLN_LTE_DUR_DUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DUR_DUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_LNG_LNG_DSC: "Compares two Integer values and returns true if the first Integer value is less than or equal to the second Integer value.", AR_OP_BLN_LTE_LNG_LNG_RV: "Returns true if the first Integer value is less than or equal to the second Integer value, otherwise false.", AR_OP_BLN_LTE_LNG_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_LNG_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_STR_STR_DSC: "Compares two String values and returns true if the first String value is less than or equal to the second String value.", AR_OP_BLN_LTE_STR_STR_RV: "Returns true if the first String value is less than or equal to the second String value, otherwise false.", AR_OP_BLN_LTE_STR_STR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_STR_STR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_TIME_TIME_DSC: "Compares two Time values and returns true if the first Time value is less than the second Time value.", AR_OP_BLN_LTE_TIME_TIME_RV: "Returns true if the first Time value is less than the second Time value, otherwise false.", AR_OP_BLN_LTE_TIME_TIME_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_TIME_TIME_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_BKT: "Returns either an item at a given index in a collection or the value of a property on a non-collection object.", AR_OP_ANY_BKT_LNG_ANY_COLL_DSC: "Returns the item at the given index in the collection.", AR_OP_ANY_BKT_LNG_ANY_COLL_RV: "Returns the value at the given index", AR_OP_ANY_BKT_LNG_ANY_COLL_PRM_DSC_0: "The index of the item in the collection to access.", AR_OP_ANY_BKT_LNG_ANY_COLL_PRM_DSC_1: "The collection containing the item to access.", AR_OP_ANY_BKT_LNG_ANY_COLL_EX_OUT_0: 'The Currency item at index 1 with an amount of 2.25 and code of "EUR" ( Euros )', AR_OP_ANY_BKT_STR_ANY_DSC: "Returns the value for a property", AR_OP_ANY_BKT_STR_ANY_RV: "Returns the value of the named property.", AR_OP_ANY_BKT_STR_ANY_PRM_DSC_0: "The property name to access on the object which must be a string literal.", AR_OP_ANY_BKT_STR_ANY_PRM_DSC_1: "The object containing the property to access.", AR_OP_JSON_BKT_LNG_JSON_DSC: "Returns the JSON value of an item at a specified index.", AR_OP_JSON_BKT_LNG_JSON_RV: "Returns the item from the supplied JSON array or character from the supplied JSON string value as a JSON value.", AR_OP_JSON_BKT_LNG_JSON_PRM_DSC_0: "The zero-based index of the item in the JSON value array or character position in the JSON value string to return. Attempting to access an array item or string character using a negative index or an index that is greater than or equal to the number of items in the array or length of the string will invoke error handling.", AR_OP_JSON_BKT_LNG_JSON_PRM_DSC_1: "The JSON value that contains an array with the item to return or string value whose character you want to return. If the supplied JSON value does not contain an array or string, this will invoke error handling. Remember the IsJsonArray or IsJsonString functions can be used to check if a JSON value contains an array or string.", AR_OP_JSON_BKT_LNG_JSON_EX_OUT_0: "A JSON value containing the number 3.", AR_OP_JSON_BKT_LNG_JSON_EX_OUT_2: 'A JSON value containing the string "l".', AR_OP_DSC_EQU: "The equals operator returns a Boolean value indicating whether two values are equal.", AR_OP_BLN_EQU_ANY_ANY_DSC: "Compares two values and returns true if the first value is equal to the second value. The values being compared need to be the same type.", AR_OP_BLN_EQU_ANY_ANY_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_ANY_ANY_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_ANY_ANY_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_DEC_LNG_DSC: "Compares a Decimal and Integer value and returns true if they are equal.", AR_OP_BLN_EQU_DEC_LNG_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_LNG_DEC_DSC: "Compares an Integer and Decimal value and returns true if they are equal.", AR_OP_BLN_EQU_LNG_DEC_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_DSC: "Compares an Integer collection and a Decimal collection and returns true if the first collection of values is equal to the second collection of values.", AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_DSC: "Compares a Decimal collection and an Integer collection and returns true if the first collection of values is equal to the second collection of values.", AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_PHNBR_PHNBR_DSC: "Compares two PhoneNumber values and returns true if they are equal. A PhoneNumber is equal to another PhoneNumber if both PhoneNumber value isTel properties are true and the e164 properties are equal, the isSip properties are true and the uri properties are equal or the isTel and isSip properties on both PhoneNumber values are false and the raw properties are equal.", AR_OP_BLN_EQU_PHNBR_PHNBR_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_PHNBR_PHNBR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_PHNBR_PHNBR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_DSC: "Compares two collection of values and returns true if the first collection of values is equal to the second collection of values. The collections being compared must be the same type.", AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_NEQ: "The not equals operator returns a Boolean value indicating whether two values are not equal.", AR_OP_BLN_NEQ_ANY_ANY_DSC: "Compares two values and returns true if the first value is not equal to the second value.", AR_OP_BLN_NEQ_ANY_ANY_RV: "Returns true if the first value is not equal to the second value, otherwise false. The values being compared must be the same type.", AR_OP_BLN_NEQ_ANY_ANY_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_ANY_ANY_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_DEC_LNG_DSC: "Compares a Decimal and Integer value and returns true if they are not equal.", AR_OP_BLN_NEQ_DEC_LNG_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_LNG_DEC_DSC: "Compares an Integer and Decimal value and returns true if they are not equal.", AR_OP_BLN_NEQ_LNG_DEC_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_PHNBR_PHNBR_DSC: "Compares two PhoneNumber values and returns true if they are not equal. A PhoneNumber is not equal to another PhoneNumber if both PhoneNumber value isTel properties are true and the e164 properties are not equal, the isSip properties are true and the uri properties are not equal or the isTel and isSip properties on both PhoneNumber values are false and the raw properties are not equal.", AR_OP_BLN_NEQ_PHNBR_PHNBR_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_PHNBR_PHNBR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_PHNBR_PHNBR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_DSC: "Compares an Integer collection and a Decimal collection and returns true if the first collection of values is not equal to the second collection of values.", AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_DSC: "Compares a Decimal collection and an Integer collection and returns true if the first collection of values is not equal to the second collection of values.", AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_DSC: "Compares two collection of values and returns true if the first collection of values is not equal to the second collection of values. The collections being compared must be the same type.", AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_PROPACCESS: "Accesses a Property of the given value.", AR_OP_ANY_PROPACCESS_STR_ANY_DSC: "Accesses a property on a value.", AR_OP_ANY_PROPACCESS_STR_ANY_RV: "Returns the value of the property accessed.", AR_OP_ANY_PROPACCESS_STR_ANY_PRM_DSC_0: "The property ID of the property to access in the value.", AR_OP_ANY_PROPACCESS_STR_ANY_PRM_DSC_1: "The value to access.", AR_OP_ANY_PROPACCESS_STR_COMPLEX_DSC: "Accesses a property on a complex value.", AR_OP_ANY_PROPACCESS_STR_COMPLEX_RV: "Returns the value of the property accessed.", AR_OP_ANY_PROPACCESS_STR_COMPLEX_PRM_DSC_0: "The name of the property to access in the value.", AR_OP_ANY_PROPACCESS_STR_COMPLEX_PRM_DSC_1: "The complex value to access.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Bool variable.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_RV: "Returns the specified Boolean Format from the Format.Bool variable.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_PRM_DSC_0: "The Boolean Format property to access.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Bool variable.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_EX_OUT_0: "The playYesNo property on the Format.Bool variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_RV: "Returns the specified Currency Format Enum from the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_PRM_DSC_0: "The Currency Format Enum property to access.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_0: "The playDigits property on the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_1: "The majorUnitsOnly property on the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_2: "The minorUnitsOnly property on the Format.Currency variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_RV: "Returns the specified Date Format Enum from the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_PRM_DSC_0: "The Date Format Enum property to access.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_0: "The longYear property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_1: "The shortYear property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_2: "The shortMonthAndDay property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_3: "The dayOnly property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_4: "The monthOnly property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_5: "The shortYearOnly property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_6: "The longYearOnly property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_7: "The dayOfWeekOnly property on the Format.Date variable.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Number variable.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_RV: "Returns the specified Number Format Enum from the Format.Number variable.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_PRM_DSC_0: "The Number Format Enum property to access.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Number variable.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_EX_OUT_0: "The playDigits property on the Format.Number variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.PhoneNumber variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_RV: "Returns the specified Phone Number Format Enum from the Format.PhoneNumber variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_PRM_DSC_0: "The Phone Number Format Enum property to access.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.PhoneNumber variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_EX_OUT_0: "The global property on the Format.PhoneNumber variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_EX_OUT_1: "The local property on the Format.PhoneNumber variable.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_DSC: "Accesses a property on the System.Conversation variable.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_RV: "Returns the ConversationType Enum from the System.Conversation variable.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_PRM_DSC_0: "The Conversation Type Enum property to access.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_PRM_DSC_1: "Must be the System.Conversation variable.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_EX_OUT_0: "The ConversationTypes property from the System.Conversation variable.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_DSC: "Accesses a property on the System.Currencies variable.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_RV: "Returns the specified Currency Enum from the System.Currencies variable.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_PRM_DSC_0: "The Currency Enum property to access.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_PRM_DSC_1: "Must be the System.Currencies variable.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_EX_OUT_0: "The USD property from the System.Currencies variable.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_DSC: "Accesses a property on the System.DateTime variable.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_RV: "Returns the specified Day of Week Enum Container from the System.DateTime variable.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_PRM_DSC_0: "The Day of Week Enum Container property to access.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_PRM_DSC_1: "Must be the System.DateTime variable.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_EX_OUT_0: "The dayOfWeek property from the System.DateTime variable.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_DSC: "Accesses a property on the System.Languages variable.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_RV: "Returns the specified Language Enum from the System.Languages variable.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_PRM_DSC_0: "The Language Enum property to access.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_PRM_DSC_1: "Must be the System.Languages variable.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_EX_OUT_0: "The enUS property from the System.Languages variable.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_DSC: "Accesses a property on the System.Regions variable.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_RV: "Returns the specified Region Enum from the System.Regions variable.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_PRM_DSC_0: "The Region Enum property to access.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_PRM_DSC_1: "Must be the System.Regions variable.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_EX_OUT_0: "The US property from the System.Regions variable.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_DSC: "Accesses a property on the System.Survey variable.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_RV: "Returns the specified Survey Disposition Enum from the System.Survey variable.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_PRM_DSC_0: "The Survey Disposition Enum property to access.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_PRM_DSC_1: "Must be the System.Survey variable.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_EX_OUT_0: "The Dispositions property from the System.Survey variable.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.String variable.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_RV: "Returns the specified String Format Enum from the Format.String variable.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_PRM_DSC_0: "The String Format Enum property to access.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.String variable.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_EX_OUT_0: "The playChars property on the Format.String variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Time variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_RV: "Returns the specified Time Format Enum from the Format.Time variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_PRM_DSC_0: "The Time Format Enum property to access.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Time variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_EX_OUT_0: "The twelveHours property on the Format.Time variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_EX_OUT_1: "The twentyFourHours property on the Format.Time variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_DSC: "Accesses a property on the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_RV: "Returns the specified case Language Context Enum from the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_PRM_DSC_0: "The case Language Context Enum property to access.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_PRM_DSC_1: "Must be the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_0: "The article property on the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_1: "The accusative property on the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_2: "The genitive property on the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_DSC: "Accesses a property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_RV: "Returns the specified gender Language Context Enum from the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_PRM_DSC_0: "The gender Language Context Enum property to access.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_PRM_DSC_1: "Must be the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_0: "The common property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_1: "The feminine property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_2: "The masculine property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_3: "The neuter property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_DSC: "Accesses a property on the Language.Quantity variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_RV: "Returns the specified quantity Language Context Enum from the Language.Quantity variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_PRM_DSC_0: "The quantity Language Context Enum property to access.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_PRM_DSC_1: "Must be the Language.Quantity variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_EX_OUT_0: "The plural property on the Language.Quantity variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_EX_OUT_1: "The singular property on the Language.Quantity variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_DSC: "Accesses a property on the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_RV: "Returns the specified TimePart Enum from the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_PRM_DSC_0: "The Time Part Enum property to access.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_PRM_DSC_1: "Must be the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_0: "The days property on the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_1: "The hours property on the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_2: "The minutes property on the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_3: "The seconds property on the Format.TimePart variable.", AR_FN_DSC_AUDIOPLAYBACKOPTIONS: "This function configures the way audio is played back to a caller.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_DSC: "Configures the way audio is played back to a caller with an option for barge-in handling.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_RV: "Returns Audio with barge-in handling configured.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_PRM_DSC_0: "The prompt or audio to play to the call.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_PRM_DSC_1: "Whether or not to allow barge-in by DTMF or speech recognition during the audio playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_0: "An Audio object for the user prompt Welcome with barge-in by DTMF or speech recognition disabled for the entirety of the playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_1: "An Audio object for the number five with barge-in by DTMF or speech recognition disabled for the entirety of the playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_2: "An Audio object for the number five followed by 500 milliseconds of blank audio and then the number four with barge-in by DTMF or speech recognition enabled for the entirety of the playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_DSC: "Configures the way audio is played back to a caller with options for barge-in and flushing audio.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_RV: "Returns Audio with playback configured.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_0: "The prompt or audio to play to the call.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_1: "Whether or not to allow barge-in by DTMF or speech recognition during the audio playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_2: "Whether or not to flush the audio and play back it back immediately to the call rather than queue it up for playback.", AR_FN_DSC_CEILING: "Gets the smallest integral value that is not less than the supplied value.", AR_FN_CUR_CEILING_CUR_DSC: "Gets the smallest integral value expressed as a Currency that is not less than the supplied value.", AR_FN_CUR_CEILING_CUR_RV: "Returns the smallest integral value that is not less than the Currency value supplied in the value parameter and returns it as a Currency with the same code as the input value.", AR_FN_CUR_CEILING_CUR_PRM_DSC_0: "The Currency value to process.", AR_FN_CUR_CEILING_CUR_EX_OUT_0: 'A Currency with an amount of 3.00 and code of "USD"', AR_FN_CUR_CEILING_CUR_EX_OUT_1: 'A Currency with an amount of 4.00 and code of "USD"', AR_FN_CUR_CEILING_CUR_EX_OUT_2: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_CEILING_CUR_EX_OUT_3: 'A Currency with an amount of 5.00 and code of "USD"', AR_FN_DEC_CEILING_DEC_DSC: "Gets the smallest integral value expressed as a Decimal that is not less than the supplied value.", AR_FN_DEC_CEILING_DEC_RV: "Returns the smallest integral value that is not less than the Decimal supplied in the value parameter and returns it as a Decimal.", AR_FN_DEC_CEILING_DEC_PRM_DSC_0: "The Decimal value to process.", AR_FN_LNG_CEILING_LNG_DSC: "Gets the smallest integral value that is not less than the supplied value. When an Integer is supplied to the Ceiling function, the supplied integer is returned.", AR_FN_LNG_CEILING_LNG_RV: "Returns the Integer that supplied in the value parameter.", AR_FN_LNG_CEILING_LNG_PRM_DSC_0: "The Integer to be returned.", AR_FN_DSC_FLOOR: "Gets the largest integral value that is not greater than the supplied value.", AR_FN_CUR_FLOOR_CUR_DSC: "Gets the largest integral value returned as a Currency with the same code as the Currency passed in that is not greater than the supplied value.", AR_FN_CUR_FLOOR_CUR_RV: "Returns the largest integral value that is not greater than the Currency supplied in the value parameter and returns it as a Currency with the same code as the input value.", AR_FN_CUR_FLOOR_CUR_PRM_DSC_0: "The Currency value to process.", AR_FN_CUR_FLOOR_CUR_EX_OUT_0: 'A Currency with an amount of 2.00 and code of "USD"', AR_FN_CUR_FLOOR_CUR_EX_OUT_1: 'A Currency with an amount of 3.00 and code of "USD"', AR_FN_CUR_FLOOR_CUR_EX_OUT_2: 'A Currency with an amount of -4.00 and code of "USD"', AR_FN_CUR_FLOOR_CUR_EX_OUT_3: 'A Currency with an amount of 5.00 and code of "USD"', AR_FN_CUR_FLOOR_CUR_EX_OUT_4: "This would result in an error at runtime.", AR_FN_DEC_FLOOR_DEC_DSC: "Gets the largest integral value returned as a Decimal that is not greater than the supplied value.", AR_FN_DEC_FLOOR_DEC_RV: "Returns the largest integral value that is not greater than the Decimal supplied in the value parameter and returns it as a Decimal.", AR_FN_DEC_FLOOR_DEC_PRM_DSC_0: "The Decimal value to process.", AR_FN_LNG_FLOOR_LNG_DSC: "Gets the largest integral value that is not greater than the supplied value. When an Integer is supplied to the Floor function, the supplied Integer is returned.", AR_FN_LNG_FLOOR_LNG_RV: "Returns the Integer that supplied in the value parameter.", AR_FN_LNG_FLOOR_LNG_PRM_DSC_0: "The Integer value to process.", AR_FN_DSC_ROUND: "Rounds to the Decimal supplied in the value parameter to the specified number of digits after the decimal place.", AR_FN_CUR_ROUND_CUR_DSC: "Rounds a Currency value's amount to the nearest integral value with the same code.", AR_FN_CUR_ROUND_CUR_RV: "Returns a Currency whose amount is rounded to the nearest integral value with the same code as the input.", AR_FN_CUR_ROUND_CUR_PRM_DSC_0: "The Currency to be rounded.", AR_FN_CUR_ROUND_CUR_EX_OUT_0: 'A Currency with an amount of 3.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_1: 'A Currency with an amount of 2.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_2: 'A Currency with an amount of 1.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_3: 'A Currency with an amount of 0.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_4: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_5: 'A Currency with an amount of -4.00 and code of "USD"', AR_FN_DEC_ROUND_DEC_DSC: "Rounds a Decimal value to the nearest integral value", AR_FN_DEC_ROUND_DEC_RV: "Returns a Decimal value that is rounded to the nearest integral value.", AR_FN_DEC_ROUND_DEC_PRM_DSC_0: "The Decimal value to be rounded.", AR_FN_DEC_ROUND_DEC_LNG_DSC: "Rounds a Decimal value to the number of digits specified in the digits parameter.", AR_FN_DEC_ROUND_DEC_LNG_RV: "Returns a Decimal value that is rounded to the number of digits specified in the digits parameter.", AR_FN_DEC_ROUND_DEC_LNG_PRM_DSC_0: "The Decimal value to be rounded.", AR_FN_DEC_ROUND_DEC_LNG_PRM_DSC_1: "The number of digits to round after the decimal place.", AR_FN_CUR_ROUND_CUR_LNG_DSC: "Rounds a Currency amount to the nearest integral amount.", AR_FN_CUR_ROUND_CUR_LNG_RV: "Returns a Currency with an amount that is rounded to the number of digits specified in the digits parameter and a code that matches the input Currency value.", AR_FN_CUR_ROUND_CUR_LNG_PRM_DSC_0: "The Currency to be rounded.", AR_FN_CUR_ROUND_CUR_LNG_PRM_DSC_1: "The number of digits to round after the decimal place.", AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_0: 'A Currency with an amount of 3.20 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_1: 'A Currency with an amount of 3.23 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_2: 'A Currency with an amount of 2.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_3: 'A Currency with an amount of 1.50 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_4: 'A Currency with an amount of 0.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_5: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_6: 'A Currency with an amount of -3.20 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_7: 'A Currency with an amount of -4.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_8: 'A Currency with an amount of -3.60 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_9: 'A Currency with an amount of -3.61 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_10: 'A Currency with an amount of -4.00 and code of "USD"', AR_FN_DSC_SUM: "Adds all of the numeric expressions given as arguments.", AR_FN_LNG_SUM_LNG_LNG_MORE_DSC: "Adds the supplied Integer values and returns the result.", AR_FN_LNG_SUM_LNG_LNG_MORE_RV: "Returns an Integer that is the sum of the supplied Integer values.", AR_FN_LNG_SUM_LNG_LNG_MORE_PRM_DSC_0: "The first Integer to sum. If the Integer value is NOT_SET, it will be treated as 0.", AR_FN_LNG_SUM_LNG_LNG_MORE_PRM_DSC_1: "An additional Integer to sum. If the Integer value is NOT_SET, it will be treated as 0.", AR_FN_CUR_SUM_CUR_CUR_MORE_DSC: "Adds the supplied Currency values and returns the result. Each currency added must have the same code. If all Currency values are NOT_SET, a Currency with an amount of 0 and code of NOT_SET is returned.", AR_FN_CUR_SUM_CUR_CUR_MORE_RV: "Returns a Currency which is the sum of the supplied Currency values.", AR_FN_CUR_SUM_CUR_CUR_MORE_PRM_DSC_0: "The first Currency to sum. If the Currency value is NOT_SET, it will be skipped.", AR_FN_CUR_SUM_CUR_CUR_MORE_PRM_DSC_1: "An additional Currency to sum. This Currency must have the same code as the first Currency submitted to the Sum function. If the Currency value is NOT_SET, it will be skipped.", AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_0: 'A Currency with an amount of 9.00 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_1: 'A Currency with an amount of -5.20 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_2: 'A Currency with an amount of -0.40 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_3: 'A Currency with an amount of 5.00 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_4: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_5: 'A Currency with an amount of 0.00 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_6: "A Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_DEC_SUM_DEC_DEC_MORE_DSC: "Adds the supplied Decimal values and returns the result.", AR_FN_DEC_SUM_DEC_DEC_MORE_RV: "Returns a Decimal which is the sum of the supplied Decimal values.", AR_FN_DEC_SUM_DEC_DEC_MORE_PRM_DSC_0: "The first Decimal to sum. A NOT_SET decimal is treated as 0.0.", AR_FN_DEC_SUM_DEC_DEC_MORE_PRM_DSC_1: "An additional Decimal to sum A NOT_SET decimal is treated as 0.0.", AR_FN_DUR_SUM_DUR_DUR_MORE_DSC: "Adds the supplied Duration values and returns the result.", AR_FN_DUR_SUM_DUR_DUR_MORE_RV: "Returns a Duration which is the sum of the supplied Duration values.", AR_FN_DUR_SUM_DUR_DUR_MORE_PRM_DSC_0: "The first Duration to sum. A NOT_SET Duration is treated as a 0 second duration.", AR_FN_DUR_SUM_DUR_DUR_MORE_PRM_DSC_1: "An additional Duration to sum. A NOT_SET Duration is treated as a 0 second duration.", AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_0: "A Duration of 2 days, 1 hour, 30 minutes and 6 seconds.", AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_1: "A Duration of 1 day, 1 hour and 3 seconds.", AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_2: "A Duration of 0 seconds.", AR_FN_LNG_SUM_LNG_COLL_DSC: "Adds Integer values in a collection. If an element in the Integer collection is NOT_SET, it will be treated as 0. If the collection is empty, 0 is returned.", AR_FN_LNG_SUM_LNG_COLL_RV: "Returns the sum of the Integer values in a collection.", AR_FN_LNG_SUM_LNG_COLL_PRM_DSC_0: "A collection of Integer values to sum.", AR_FN_CUR_SUM_CUR_COLL_DSC: "Adds the supplied Currency values in the collection and returns the result. Each currency item in the collection must have the same code. If a Currency item in the collection is NOT_SET, it will be skipped in the calculation. If all items in the collection are a NOT_SET Currency or the collection is empty, a Currency with an amount of 0.0 and code of NOT_SET is returned.", AR_FN_CUR_SUM_CUR_COLL_RV: "Returns a Currency which is the sum of the supplied Currency values in the collection.", AR_FN_CUR_SUM_CUR_COLL_PRM_DSC_0: "The Currency collection to sum.", AR_FN_CUR_SUM_CUR_COLL_EX_OUT_0: 'A Currency with an amount of 9.00 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_1: 'A Currency with an amount of -5.20 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_2: 'A Currency with an amount of -0.40 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_3: 'A Currency with an amount of 5.00 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_4: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_5: 'A Currency with an amount of 0.0 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_6: "A Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_DEC_SUM_DEC_COLL_DSC: "Adds Decimal values in a collection. If an element in the Decimal collection is NOT_SET, it will be treated as 0.0. If the collection is empty, 0.0 is returned.", AR_FN_DEC_SUM_DEC_COLL_RV: "Returns the sum of the Decimal values in a collection.", AR_FN_DEC_SUM_DEC_COLL_PRM_DSC_0: "A collection of Decimal values to sum.", AR_FN_DUR_SUM_DUR_COLL_DSC: "Adds Duration values in a collection. If an element in the Duration collection is NOT_SET, it will be treated as a Duration of 0 seconds. If the Duration collection is empty, a Duration of 0 seconds is returned.", AR_FN_DUR_SUM_DUR_COLL_RV: "Returns the sum of the Duration values in a collection.", AR_FN_DUR_SUM_DUR_COLL_PRM_DSC_0: "A collection of Duration values to sum.", AR_FN_DUR_SUM_DUR_COLL_EX_OUT_0: "A duration of 2 days, 1 hour, 30 minutes and 6 seconds.", AR_FN_DUR_SUM_DUR_COLL_EX_OUT_1: "A duration of 1 day, 1 hour and 3 seconds.", AR_FN_DUR_SUM_DUR_COLL_EX_OUT_2: "A duration of 0 seconds.", AR_FN_DUR_SUM_DUR_COLL_EX_OUT_3: "A duration of 0 seconds.", AR_FN_DSC_AVERAGE: "Computes the average of the values supplied to the function.", AR_FN_CUR_AVERAGE_CUR_MORE_DSC: "Computes the average of the Currency values supplied to the function. Each currency value must have the same code. If all values submitted are NOT_SET Currency values, the return value is a Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_CUR_AVERAGE_CUR_MORE_RV: "Returns the average of the Currency values supplied as arguments.", AR_FN_CUR_AVERAGE_CUR_MORE_PRM_DSC_0: "A Currency value to be used in the average calculation. If the Currency is NOT_SET, it will be skipped in the average calculation.", AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_0: 'A Currency with an amount of 6.50 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_1: 'A Currency with an amount of 4.50 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_2: 'A Currency with an amount of 8.00 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_3: "A Currency with an amount of 0.0 and code of NOT_SET", AR_FN_DEC_AVERAGE_DEC_MORE_DSC: "Computes the average of the Decimal values supplied to the function. If all values submitted are NOT_SET Decimals, the return Decimal is 0.0.", AR_FN_DEC_AVERAGE_DEC_MORE_RV: "Returns the average of the Decimals supplied as arguments.", AR_FN_DEC_AVERAGE_DEC_MORE_PRM_DSC_0: "A Decimal value to be used in the average calculation. If the value is NOT_SET, it will be skipped in the average calculation.", AR_FN_DUR_AVERAGE_DUR_MORE_DSC: "Computes the average of the Duration values supplied to the function. If all values submitted are NOT_SET Duration values, the returned Duration is 0 seconds.", AR_FN_DUR_AVERAGE_DUR_MORE_RV: "Returns the average of the Duration values supplied as arguments. Note that since the result is a Duration, the average will be computed out to milliseconds.", AR_FN_DUR_AVERAGE_DUR_MORE_PRM_DSC_0: "A Duration value to be used in the average calculation. If the value is NOT_SET, it will be skipped in the average calculation.", AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_0: "A Duration of 3 hours.", AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_1: "A Duration of four hours and 30 minutes.", AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_2: "A Duration of 8 hours.", AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_3: "A 0 second Duration.", AR_FN_DEC_AVERAGE_LNG_MORE_DSC: "Computes the average of the Integer values supplied to the function. If all values submitted are NOT_SET Integers, the return value is a Decimal of 0.0.", AR_FN_DEC_AVERAGE_LNG_MORE_RV: "Returns the average of the supplied Integer values.", AR_FN_DEC_AVERAGE_LNG_MORE_PRM_DSC_0: "An Integer value to be used in the average calculation. If the value is a NOT_SET, it will be skipped in the average calculation.", AR_FN_CUR_AVERAGE_CUR_COLL_DSC: "Computes the average of the Currency values in a collection. Each currency item in the collection must have the same code. If a Currency item's amount in the collection is NOT_SET, it will be skipped in the average calculation. If the Currency collection is empty, a Currency with an amount of 0.0 and code of NOT_SET is returned.", AR_FN_CUR_AVERAGE_CUR_COLL_RV: "Returns the average of the Currency items in the supplied Currency collection.", AR_FN_CUR_AVERAGE_CUR_COLL_PRM_DSC_0: "A Currency collection whose items are used in the average calculation.", AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_0: 'A Currency with an amount of 6.50 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_1: 'A Currency with an amount of 4.50 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_2: 'A Currency with an amount of 8.00 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_3: "A Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_4: "A Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_DEC_AVERAGE_DEC_COLL_DSC: "Computes the average of the Decimal values in a Decimal collection.", AR_FN_DEC_AVERAGE_DEC_COLL_RV: "Returns the average of the Decimal items in the supplied Decimal collection.", AR_FN_DEC_AVERAGE_DEC_COLL_PRM_DSC_0: "The Decimal collection from which to compute the average. If an element in the Decimal collection is NOT_SET, it will not be computed in the average.", AR_FN_DEC_AVERAGE_LNG_COLL_DSC: "Computes the average of the Integer values in an Integer collection. If an element in the Integer collection is NOT_SET, it will not be computed in the average. If the Integer collection is empty, an Integer value of 0 is returned.", AR_FN_DEC_AVERAGE_LNG_COLL_RV: "Returns the average of the Integer items in the supplied Integer collection.", AR_FN_DEC_AVERAGE_LNG_COLL_PRM_DSC_0: "The Integer collection from which to compute the average.", AR_FN_DUR_AVERAGE_DUR_COLL_DSC: "Computes the average of the Duration values in a Duration collection. If an element in the Duration collection is NOT_SET, it will not be computed in the average. If the Duration collection is empty, a Duration value of 0 seconds is returned.", AR_FN_DUR_AVERAGE_DUR_COLL_RV: "Returns the average of the Duration items in the supplied Duration collection.", AR_FN_DUR_AVERAGE_DUR_COLL_PRM_DSC_0: "The Duration collection from which to compute the average. Note that since the result is a Duration, the average will be computed out to milliseconds.", AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_0: "A Duration of 3 hours.", AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_1: "A Duration of four hours and 30 minutes.", AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_2: "A Duration of 8 hours.", AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_3: "A 0 second Duration.", AR_FN_DSC_FINDSYSTEMPROMPT: "Searches for an Architect system prompt in the organization.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_DSC: "Performs a search for an Architect system prompt by the specified prompt name and returns the Prompt value if a unique match is found.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_RV: "Returns the Prompt value for the supplied system prompt name if found, otherwise a NOT_SET Prompt.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_PRM_DSC_0: 'The name of the system prompt to find. The system prompt will be looked up by name case insensitively. The search name should not begin with "PromptSystem.". If it does, that prefix will be removed when performing the find operation at runtime.', AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_0: 'Returns the Prompt value for the system prompt named "boolean_false".', AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_1: 'Returns the Prompt value for the system prompt named "boolean_false".', AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_2: "A NOT_SET Prompt since that system prompt does not exist.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_3: "A NOT_SET Prompt.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_4: "A NOT_SET Prompt.", AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_DSC: "Returns a NOT_SET Prompt for a NOT_SET input value.", AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_RV: "Returns a NOT_SET Prompt.", AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_EX_OUT_0: "A NOT_SET Prompt.", AR_FN_DSC_FINDUSERPROMPT: "Searches for an Architect user prompt in the organization.", AR_FN_PROMPT_FINDUSERPROMPT_STR_DSC: "Performs a search for an Architect user prompt by the specified prompt name and returns the Prompt value if a unique match is found.", AR_FN_PROMPT_FINDUSERPROMPT_STR_RV: "Returns the Prompt value for the supplied user prompt name if found, otherwise a NOT_SET Prompt.", AR_FN_PROMPT_FINDUSERPROMPT_STR_PRM_DSC_0: 'The name of the user prompt to find. The user prompt will be looked up by name case insensitively. The search name should not begin with "Prompt.". If it does, that prefix will be removed when performing the find operation at runtime.', AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_0: 'Returns the Prompt value for the user prompt named "Greeting" if there is a user prompt with with that name, otherwise a NOT_SET Prompt.', AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_1: 'Returns the Prompt value for the user prompt named "Greeting" if there is a user prompt with with that name, otherwise a NOT_SET Prompt.', AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_2: "A NOT_SET Prompt.", AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_3: "A NOT_SET Prompt.", AR_FN_PROMPT_FINDUSERPROMPT_NTS_DSC: "Returns a NOT_SET Prompt for a NOT_SET input value.", AR_FN_PROMPT_FINDUSERPROMPT_NTS_RV: "Returns a NOT_SET Prompt.", AR_FN_PROMPT_FINDUSERPROMPT_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_PROMPT_FINDUSERPROMPT_NTS_EX_OUT_0: "A NOT_SET Prompt.", AR_FN_DSC_FINDSTRING: "Returns the location of a specified occurrence of a String within a String.", AR_FN_LNG_FINDSTRING_STR_STR_DSC: 'Searches for the first occurrence of a String within a String by doing a case sensitive match. If textToFind find is "", a 0 will be returned.', AR_FN_LNG_FINDSTRING_STR_STR_RV: "Returns the zero-based index of the first occurrence of a String within a String by doing a case sensitive match.", AR_FN_LNG_FINDSTRING_STR_STR_PRM_DSC_0: "The String that will be scanned.", AR_FN_LNG_FINDSTRING_STR_STR_PRM_DSC_1: "The String for which you are searching.", AR_FN_LNG_FINDSTRING_STR_STR_BLN_DSC: 'Searches for the first occurrence of a String within a String. If textToFind find is "", a -1 will be returned.', AR_FN_LNG_FINDSTRING_STR_STR_BLN_RV: "Returns the zero-based index of the first occurrence of a String within a String.", AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_0: "The String that will be scanned.", AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_1: "The String for which you are searching.", AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_2: "Whether or not to perform a case insensitive (true) or case sensitive (false) search.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_DSC: "Calculates the index of a String within a String by doing a case sensitive match. This function will find the n'th occurrence of the string as specified by the occurrenceNumber parameter.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_RV: `Returns the zero-based index of the n'th ( specified by the occurrenceNumber parameter ) String within a String by doing a case sensitive match. If the String to find is "", a -1 will be returned.`, AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_0: "The String that will be scanned.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_1: "The String for which you are searching.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_2: "The specific occurrence to find. If there are less than occurrenceNumber matches in the text to search, a -1 is returned.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_DSC: "Calculates the index of a String within a String. This function will find the n'th occurrence of the string as specified by the occurrenceNumber parameter.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_RV: `Returns the zero-based index of the n'th ( specified by the occurrenceNumber parameter ) String within a String. If the String to find is "", a -1 will be returned.`, AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_0: "The String that will be scanned.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_1: "The String for which you are searching.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_2: "The specific occurrence to find. If there are less than occurrenceNumber matches in the text to search, a -1 is returned.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_3: "Whether or not to perform a case insensitive (true) or case sensitive (false) search.", AR_FN_DSC_FINDUSER: "Searches for a user in the organization.", AR_FN_USR_FINDUSER_STR_DSC: "Performs a search for a user by email address in a case insensitive manner.", AR_FN_USR_FINDUSER_STR_RV: "Returns the User value if one user with the specified email address was found, otherwise a NOT_SET User.", AR_FN_USR_FINDUSER_STR_PRM_DSC_0: "The email address of the user to find.", AR_FN_USR_FINDUSER_STR_EX_OUT_0: 'Returns the User found for the email address "john.doe@company.com" if there is one user in the organization with that email address, otherwise a NOT_SET User.', AR_FN_USR_FINDUSER_STR_EX_OUT_1: "A NOT_SET User.", AR_FN_USR_FINDUSER_NTS_DSC: "Returns a NOT_SET User for a NOT_SET input value.", AR_FN_USR_FINDUSER_NTS_RV: "Returns a NOT_SET User.", AR_FN_USR_FINDUSER_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_USR_FINDUSER_NTS_EX_OUT_0: "A NOT_SET User.", AR_FN_DSC_FINDUSERBYID: "Looks up a user in the organization by ID.", AR_FN_USR_FINDUSERBYID_STR_DSC: "Looks up a user from a user ID.", AR_FN_USR_FINDUSERBYID_STR_RV: "Returns the User value if the lookup was successful, otherwise a NOT_SET User.", AR_FN_USR_FINDUSERBYID_STR_PRM_DSC_0: "The user ID to find. The ID will be matched in a case insensitive manner.", AR_FN_USR_FINDUSERBYID_STR_EX_OUT_0: 'Returns the User with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET User.', AR_FN_USR_FINDUSERBYID_STR_EX_OUT_1: "A NOT_SET User.", AR_FN_USR_FINDUSERBYID_NTS_DSC: "Returns a NOT_SET User for a NOT_SET input value.", AR_FN_USR_FINDUSERBYID_NTS_RV: "Returns a NOT_SET User.", AR_FN_USR_FINDUSERBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_USR_FINDUSERBYID_NTS_EX_OUT_0: "A NOT_SET User.", AR_FN_DSC_FINDUSERSBYID: "Looks up multiple users in the organization by ID.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_DSC: "Looks up users from user IDs.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_RV: "Returns an ordered User collection whose items correspond to the lookup results of each ID in the input String collection. For user IDs that could not be looked up, they will be NOT_SET User items in the returned collection.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_PRM_DSC_0: "A String collection of user IDs to look up. Identifiers will be matched in a case insensitive manner.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_0: 'A User collection with the item at index 0 being the user with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and the item at index 1 being a NOT_SET User.', AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_1: "An empty User collection.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_2: "A User collection with one item in it. The item at index 0 is a NOT_SET User.", AR_FN_DSC_FINDDIVISION: "Searches for a Division in the organization.", AR_FN_DIVISION_FINDDIVISION_STR_DSC: "Performs a case insensitive search for a uniquely named Division and returns the Division value if found.", AR_FN_DIVISION_FINDDIVISION_STR_RV: "Returns the Division found in your organization if there was a unique match found, otherwise a NOT_SET Division.", AR_FN_DIVISION_FINDDIVISION_STR_PRM_DSC_0: "The Division name to look up in the organization. The search will be performed case insensitively.", AR_FN_DIVISION_FINDDIVISION_STR_EX_OUT_0: 'Returns the Division for the Division named "Fire" if there is one Division with that name case insensitively, otherwise a NOT_SET Division.', AR_FN_DIVISION_FINDDIVISION_STR_EX_OUT_1: "A NOT_SET Division.", AR_FN_DIVISION_FINDDIVISION_NTS_DSC: "Returns a NOT_SET Division for a NOT_SET input value.", AR_FN_DIVISION_FINDDIVISION_NTS_RV: "Returns a NOT_SET Division.", AR_FN_DIVISION_FINDDIVISION_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DIVISION_FINDDIVISION_NTS_EX_OUT_0: "A NOT_SET Division.", AR_FN_DSC_FINDDIVISIONBYID: "Searches for a Division in the organization by ID.", AR_FN_DIVISION_FINDDIVISIONBYID_STR_DSC: "Looks up a Division by ID and returns a Division value if found.", AR_FN_DIVISION_FINDDIVISIONBYID_STR_RV: "Returns the value of a Division if a unique match was found in your organization, otherwise returns a Division with value of NOT_SET.", AR_FN_DIVISION_FINDDIVISIONBYID_STR_PRM_DSC_0: "The Division ID to look up in your organization. The ID will be matched in a case insensitive manner.", AR_FN_DIVISION_FINDDIVISIONBYID_STR_EX_OUT_0: 'Returns the Division with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET Division.', AR_FN_DIVISION_FINDDIVISIONBYID_STR_EX_OUT_1: "A NOT_SET Division.", AR_FN_DIVISION_FINDDIVISIONBYID_NTS_DSC: "Returns a NOT_SET Division for a NOT_SET input value.", AR_FN_DIVISION_FINDDIVISIONBYID_NTS_RV: "Returns a NOT_SET Division.", AR_FN_DIVISION_FINDDIVISIONBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DIVISION_FINDDIVISIONBYID_NTS_EX_OUT_0: "A NOT_SET Division.", AR_FN_DSC_FINDDIVISIONS: "Searches for Divisions in the organization.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_DSC: "Performs a case insensitive search for uniquely named Divisions.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_RV: "Returns an Division collection whose items correspond to the lookup results of each name in the input String collection. For division names that could not be found, they will be NOT_SET Division items in the returned collection.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_PRM_DSC_0: "A String collection of division names to look up. The search will be performed case insensitively.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_0: 'A Division collection with the item at index 0 being the division with the name "Fire" and the item at index 1 being a NOT_SET Division.', AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_1: "An empty Division collection.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_2: "A Division collection with one item in it. The item at index 0 is a NOT_SET Division.", AR_FN_DSC_FINDDIVISIONSBYID: "Searches for Divisions in the organization by ID.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_DSC: "Looks up divisions from division IDs.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_RV: "Returns an ordered Division collection whose items correspond to the lookup results of each ID in the input String collection. For division IDs that could not be looked up, they will be NOT_SET Division items in the returned collection.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_PRM_DSC_0: "A String collection of division IDs to look up. Identifiers will be matched in a case insensitive manner.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_0: 'A Division collection with the item at index 0 being the user with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and the item at index 1 being a NOT_SET Division.', AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_1: "An empty Division collection.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_2: "A Division collection with one item in it. The item at index 0 is a NOT_SET Division.", AR_FN_DSC_FINDEMERGENCYGROUP: "Searches for an EmergencyGroup in the organization.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_DSC: "Performs a case insensitive search for a uniquely named Emergency Group and returns the Emergency Group value if found.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_RV: "Returns the Emergency Group found in your organization if there was a unique match found, otherwise a NOT_SET Emergency Group.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_PRM_DSC_0: "The Emergency Group name to look up in the organization. The search will be performed case insensitively.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_EX_OUT_0: 'Returns the Emergency Group for the Emergency Group named "Fire" if there is one Emergency Group with that name case insensitively, otherwise a NOT_SET Emergency Group.', AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_EX_OUT_1: "A NOT_SET Emergency Group.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_DSC: "Returns a NOT_SET Emergency Group for a NOT_SET input value.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_RV: "Returns a NOT_SET Emergency Group.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_EX_OUT_0: "A NOT_SET EmergencyGroup.", AR_FN_DSC_FINDGRAMMAR: "Searches for a grammar in the organization.", AR_FN_GRAMMAR_FINDGRAMMAR_STR_DSC: "Performs a search for a grammar and returns a Grammar value if found.", AR_FN_GRAMMAR_FINDGRAMMAR_STR_RV: "Returns the Grammar value for the grammar found in your organization if there was a unique match found, otherwise a NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMAR_STR_PRM_DSC_0: "The grammar to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_GRAMMAR_FINDGRAMMAR_STR_EX_OUT_0: 'Returns the Grammar for the grammar named "Customer Account" if there is one grammar with that name, otherwise a NOT_SET Grammar.', AR_FN_GRAMMAR_FINDGRAMMAR_STR_EX_OUT_1: "A NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMAR_NTS_DSC: "Returns a NOT_SET Grammar for a NOT_SET input value.", AR_FN_GRAMMAR_FINDGRAMMAR_NTS_RV: "Returns a NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMAR_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_GRAMMAR_FINDGRAMMAR_NTS_EX_OUT_0: "A NOT_SET Grammar.", AR_FN_DSC_FINDGRAMMARBYID: "Looks up a grammar in the organization by ID.", AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_DSC: "Looks up a grammar from a grammar ID and returns a Grammar value if found.", AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_RV: "Returns the Grammar value if the lookup was successful, otherwise a NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_PRM_DSC_0: "The grammar ID to find. The ID will be matched in a case insensitive manner.", AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_EX_OUT_0: 'Returns the Grammar with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET Grammar.', AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_DSC: "Returns a NOT_SET Grammar for a NOT_SET input value.", AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_RV: "Returns a NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_EX_OUT_0: "A NOT_SET Grammar.", AR_FN_DSC_FINDGROUP: "Searches for a group in the organization.", AR_FN_GRP_FINDGROUP_STR_DSC: "Performs a search for a group and returns a Group value if found.", AR_FN_GRP_FINDGROUP_STR_RV: "Returns the Group value for the group found in your organization if there was a unique match found, otherwise a NOT_SET Group.", AR_FN_GRP_FINDGROUP_STR_PRM_DSC_0: "The group to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_GRP_FINDGROUP_STR_EX_OUT_0: 'Returns the Group for the group named "Warranty Specialists" if there is one group with that name, otherwise a NOT_SET Group.', AR_FN_GRP_FINDGROUP_STR_EX_OUT_1: "A NOT_SET Group.", AR_FN_GRP_FINDGROUP_NTS_DSC: "Returns a NOT_SET Group for a NOT_SET input value.", AR_FN_GRP_FINDGROUP_NTS_RV: "Returns a NOT_SET Group.", AR_FN_GRP_FINDGROUP_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_GRP_FINDGROUP_NTS_EX_OUT_0: "A NOT_SET Group.", AR_FN_DSC_FINDIMAGE: "Searches for an image in canned response assets in the organization.", AR_FN_IMAGE_FINDIMAGE_STR_DSC: "Performs a search for an image in canned response assets and returns an Image value if found.", AR_FN_IMAGE_FINDIMAGE_STR_RV: "Returns the Image value for the image found in your organization if there was a unique match found, otherwise a NOT_SET Image.", AR_FN_IMAGE_FINDIMAGE_STR_PRM_DSC_0: "The image name to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_IMAGE_FINDIMAGE_STR_EX_OUT_0: 'Returns the Image for the image named "ArchitectLogo" if there is one image with that name, otherwise a NOT_SET Image.', AR_FN_IMAGE_FINDIMAGE_STR_EX_OUT_1: "A NOT_SET Image.", AR_FN_IMAGE_FINDIMAGE_NTS_DSC: "Returns a NOT_SET Image for a NOT_SET input value.", AR_FN_IMAGE_FINDIMAGE_NTS_RV: "Returns a NOT_SET Image.", AR_FN_IMAGE_FINDIMAGE_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_IMAGE_FINDIMAGE_NTS_EX_OUT_0: "A NOT_SET Image.", AR_FN_DSC_FINDIMAGEBYID: "Looks up an image in canned response assets in the organization by ID.", AR_FN_IMAGE_FINDIMAGEBYID_STR_DSC: "Looks up an image from an image ID.", AR_FN_IMAGE_FINDIMAGEBYID_STR_RV: "Returns the Image value if the lookup was successful, otherwise a NOT_SET Image.", AR_FN_IMAGE_FINDIMAGEBYID_STR_PRM_DSC_0: "The image ID to find. The ID will be matched in a case insensitive manner.", AR_FN_IMAGE_FINDIMAGEBYID_STR_EX_OUT_0: 'Returns the Image with the ID "32952010-9ac2-469f-a2d8-85123e03763b" if it exists, otherwise a NOT_SET Image.', AR_FN_IMAGE_FINDIMAGEBYID_NTS_DSC: "Returns a NOT_SET Image for a NOT_SET input value.", AR_FN_IMAGE_FINDIMAGEBYID_NTS_RV: "Returns a NOT_SET Image.", AR_FN_IMAGE_FINDIMAGEBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_IMAGE_FINDIMAGEBYID_NTS_EX_OUT_0: "A NOT_SET Image.", AR_FN_DSC_FINDKNOWLEDGEBASEDOCUMENTBYID: "Looks up a knowledgebase document in the organization by ID.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_DSC: "Looks up a knowledgebase document from a knowledgebase document ID and returns a KnowledgeBaseDocument value if found.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_RV: "Returns the KnowledgeBaseDocument value if the lookup was successful, otherwise a NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_PRM_DSC_0: "The knowledgebase document ID to find. The ID will be matched in a case insensitive manner.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_EX_OUT_0: 'Returns the KnowledgeBaseDocument with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET KnowledgeBaseDocument.', AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_DSC: "Returns a NOT_SET KnowledgeBaseDocument for a NOT_SET input value.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_RV: "Returns a NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_EX_OUT_0: "A NOT_SET KnowledgeBaseDocument.", AR_FN_DSC_FINDUTILIZATIONLABEL: "Searches for a Utilization Label in the organization.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_DSC: "Performs a search for a Utilization Label and returns a UtilizationLabel value if found.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_RV: "Returns the value of a UtilizationLabel if a unique match was found in your organization, otherwise returns a UtilizationLabel with value of NOT_SET.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_PRM_DSC_0: "The Utilization Label to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_EX_OUT_0: 'Returns the value of a UtilizationLabel named "Green" if a unique match was found in your organization, otherwise returns a UtilizationLabel with value of NOT_SET.', AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_EX_OUT_1: "A NOT_SET UtilizationLabel.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_DSC: "Returns a NOT_SET UtilizationLabel for a NOT_SET input value.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_RV: "Returns a NOT_SET UtilizationLabel.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_EX_OUT_0: "A NOT_SET UtilizationLabel.", AR_FN_DSC_FINDUTILIZATIONLABELBYID: "Searches for a Utilization Label in the organization by ID.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_DSC: "Looks up a Utilization Label by ID and returns a UtilizationLabel value if found.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_RV: "Returns the value of a UtilizationLabel if a unique match was found in your organization, otherwise returns a UtilizationLabel with value of NOT_SET.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_PRM_DSC_0: "The Utilization Label ID to look up in your organization. The ID will be matched in a case insensitive manner.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_DSC: "Returns a NOT_SET UtilizationLabel for a NOT_SET input value.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_RV: "Returns a NOT_SET UtilizationLabel.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_EX_OUT_0: "A NOT_SET UtilizationLabel.", AR_FN_DSC_FINDQUEUE: "Searches for a queue in the organization.", AR_FN_QUEUE_FINDQUEUE_STR_DSC: "Performs a search for a queue and returns a Queue value if found.", AR_FN_QUEUE_FINDQUEUE_STR_RV: "Returns the Queue value for the queue found in your organization if there was a unique match found, otherwise a NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUE_STR_PRM_DSC_0: "The queue to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_QUEUE_FINDQUEUE_STR_EX_OUT_0: 'Returns the Queue for the queue named "Marketing" if there is one queue with that name, otherwise a NOT_SET Queue.', AR_FN_QUEUE_FINDQUEUE_STR_EX_OUT_1: "A NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUE_NTS_DSC: "Returns a NOT_SET Queue for a NOT_SET input value.", AR_FN_QUEUE_FINDQUEUE_NTS_RV: "Returns a NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUE_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_QUEUE_FINDQUEUE_NTS_EX_OUT_0: "A NOT_SET Queue.", AR_FN_DSC_FINDQUEUEBYID: "Looks up a queue in the organization by ID.", AR_FN_QUEUE_FINDQUEUEBYID_STR_DSC: "Looks up a queue from a queue ID.", AR_FN_QUEUE_FINDQUEUEBYID_STR_RV: "Returns the Queue value if the lookup was successful, otherwise a NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUEBYID_STR_PRM_DSC_0: "The queue ID to find. The ID will be matched in a case insensitive manner.", AR_FN_QUEUE_FINDQUEUEBYID_STR_EX_OUT_0: 'Returns the Queue with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET Queue.', AR_FN_QUEUE_FINDQUEUEBYID_NTS_DSC: "Returns a NOT_SET Queue for a NOT_SET input value.", AR_FN_QUEUE_FINDQUEUEBYID_NTS_RV: "Returns a NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUEBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_QUEUE_FINDQUEUEBYID_NTS_EX_OUT_0: "A NOT_SET Queue.", AR_FN_DSC_FINDWORKTYPESTATUS: "Searches for a Worktype Status of the worktype associated with this flow by name.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_DSC: "Searches for a Worktype Status by its name case insensitively and returns a Worktype Status value if found.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_RV: "Returns the Worktype Status value if a unique match was found on the worktype, otherwise returns a NOT_SET Worktype Status value.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_PRM_DSC_0: "The Worktype Status name to look up on the worktype configured for this flow. The search will be performed in a case insensitive manner.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_EX_OUT_0: 'Returns the value of a Worktype Status named "NewOpportunity" if a unique match was found in the statuses configured on the worktype, otherwise returns a Worktype Status with value of NOT_SET.', AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_DSC: "Returns a NOT_SET Worktype Status for a NOT_SET input value.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_RV: "Returns a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_EX_OUT_0: "A NOT_SET Worktype Status.", AR_FN_DSC_FINDWORKTYPESTATUSBYID: "Searches for a Worktype Status of the worktype associated with this flow by ID.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_DSC: "Searches for a Worktype Status by its ID and returns a Worktype Status value if found.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_RV: "Returns the value of a Worktype Status if a unique match was found in your organization, otherwise returns a Worktype Status with value of NOT_SET.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_PRM_DSC_0: "The Worktype Status ID to look up in your organization. The ID will be matched in a case insensitive manner.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_EX_OUT_0: 'Returns the Worktype Status with the ID "8dd32bf3-5f81-4601-9db7-fbce97b09441" if it exists, otherwise a NOT_SET Worktype Status.', AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_DSC: "Returns a NOT_SET Worktype Status for a NOT_SET input value.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_RV: "Returns a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_EX_OUT_0: "A NOT_SET Worktype Status.", AR_FN_DSC_FINDQUEUEESTIMATEDWAITTIME: "Searches for a queue in the organization and returns estimated wait time information for it.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_DSC: "Searches for a unique queue in the organization by name and if found returns estimated wait time for the current flow's conversation media type.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_RV: "Returns the estimated wait time as a Duration value for the current conversation type on the looked up queue if there was a unique match for the supplied queue name and the estimated wait time could be determined, otherwise a NOT_SET Duration.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_PRM_DSC_0: "The queue name to look up in your organization by name. The search will be performed in a case insensitive manner. If a NOT_SET String is supplied, a NOT_SET Duration will be returned.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_EX_OUT_0: 'Returns the estimated wait time for the current conversation on queue named "Marketing" if there is one queue with that name and the estimated wait time could be queried, otherwise a NOT_SET Duration.', AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_EX_OUT_1: "A NOT_SET Duration.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_DSC: "Searches for a unique queue in the organization by name and if found this gets the estimated wait time for a given media type.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_RV: "Returns the estimated wait time as a Duration value for a media type on the supplied Queue value if the queue was found and estimated wait time could be determined, otherwise a NOT_SET Duration.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_PRM_DSC_0: "The queue name to look up in your organization. The search will be performed in a case insensitive manner. If a NOT_SET String is supplied, a NOT_SET Duration will be returned.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_PRM_DSC_1: 'The media type to query. Allowable values are "call", "chat", "callback", "email", "videoComm" and "message". The media type String value is processed case insensitively at runtime. If a NOT_SET String is supplied for the media type or the supplied media type value is not available for the organization, a NOT_SET Duration is returned.', AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_0: 'Returns the estimated wait time for the current conversation on queue named "Marketing" if there is one queue with that name and the estimated wait time could be successfully queried for the "call" media type, otherwise a NOT_SET Duration.', AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_1: "A NOT_SET Duration.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_2: "A NOT_SET Duration.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_DSC: "Finds the estimated wait time for the supplied media types for a queue.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_RV: "Returns an ordered Duration collection whose items correspond to the lookup results of each media type in the input String collection. For media types whose estimated wait time could not be determined, they will be NOT_SET Duration values in the returned collection.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_PRM_DSC_0: "The queue name to look up in your organization. The search will be performed in a case insensitive manner. If a NOT_SET or blank String is supplied, a NOT_SET Duration will be returned for each item in the returned collection.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_PRM_DSC_1: 'The media types to query. Allowable String values in the String collection are "call", "chat", "callback", "email", "videoComm" and "message". Media type String values are treated case insensitively at runtime. If a NOT_SET String is supplied for an item in the String collection or the estimated wait time for the media type cannot be determined, a NOT_SET Duration is returned for that item in the returned collection.', AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_0: 'A Duration collection with one item. The Duration item will be the estimated wait time for the "call" media type if the queue could be found.', AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_1: "A Duration collection with one item. The Duration item value is a NOT_SET Duration.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_2: "A Duration collection with one item. The Duration item value is a NOT_SET Duration.", AR_FN_DSC_GETQUEUEESTIMATEDWAITTIME: "Gets estimated wait time information for a queue.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_DSC: "Gets the estimated wait time for the current flow's conversation media type for the supplied queue.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_RV: "Returns the estimated wait time as a Duration value for the current conversation media type on the supplied Queue value if the estimated wait time could be determined, otherwise a NOT_SET Duration.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_PRM_DSC_0: "The Queue whose estimated wait time you want to query for the current conversation media type. If a NOT_SET Queue is supplied, a NOT_SET Duration will be returned.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_EX_OUT_0: 'Returns the estimated wait time for the current conversation type on queue named "Marketing" if there is one queue with that name and the estimated wait time could be successfully determined, otherwise a NOT_SET Duration.', AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_EX_OUT_1: "A NOT_SET Duration.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_DSC: "Gets the estimated wait time for a media type on a queue.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_RV: "Returns the estimated wait time as a Duration value for a media type on the supplied Queue value if the estimated wait time can be determined, otherwise a NOT_SET Duration.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_PRM_DSC_0: "The Queue whose estimated wait time you want to query. If a NOT_SET Queue is supplied, a NOT_SET Duration will be returned.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_PRM_DSC_1: 'The media type to query. Allowable values are "call", "chat", "callback", "email", "videoComm" and "message". The media type String value is processed case insensitively at runtime. If a NOT_SET String is supplied for the media type or the supplied media type value is not available for the organization, a NOT_SET Duration is returned.', AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_0: 'Returns the estimated wait time for the current conversation on queue named "Marketing" if there is one queue with that name and the estimated wait time could be successfully queried for the "call" media type, otherwise a NOT_SET Duration.', AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_1: "A NOT_SET Duration.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_2: "A NOT_SET Duration.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_DSC: "Gets the estimated wait time for multiple media types on a queue.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_RV: "Returns an ordered Duration collection whose items correspond to the lookup results of each media type estimated wait time in the input String collection. For media types whose estimated wait time could not be determined or are not availble for the organization, they will be NOT_SET Duration values in the returned collection.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_PRM_DSC_0: "The Queue whose estimated wait time you want to query for the current conversation. If a NOT_SET Queue is supplied, a NOT_SET Duration will be returned for each item in the returned collection.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_PRM_DSC_1: 'The media types to query. Allowable String values in the String collection are "call", "chat", "callback", "email", "videoComm" and "message". Media type String values are processed case insensitively at runtime. If a NOT_SET String is supplied for an item in the String collection or the estimated wait time for the media type cannot be determined, a NOT_SET Duration is returned for that item in the returned collection.', AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_0: 'A Duration collection with one item. The Duration item will be the estimated wait time for the "call" media type if the queue could be found.', AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_1: "A Duration collection with one item. The Duration item value is a NOT_SET Duration.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_2: "A Duration collection with one item. The Duration item value is a NOT_SET Duration.", AR_FN_DSC_FINDRESPONSEASSET: "Searches for a response asset in canned response assets in the organization.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_DSC: "Performs a search for a response asset in canned response assets and returns an Response Asset value if found.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_RV: "Returns the Response Asset value for the response asset found in your organization if there was a unique match found, otherwise a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_PRM_DSC_0: "The response asset name to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_EX_OUT_0: 'Returns the Response Asset for the response asset named "ArchitectAsset" if there is one response asset with that name, otherwise a NOT_SET Response Asset.', AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_EX_OUT_1: "A NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_DSC: "Returns a NOT_SET Response Asset for a NOT_SET input value.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_RV: "Returns a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_EX_OUT_0: "A NOT_SET Response Asset.", AR_FN_DSC_FINDRESPONSEASSETBYID: "Looks up a response asset in canned response assets in the organization by ID.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_DSC: "Looks up a response asset from a response asset ID.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_RV: "Returns the Response Asset value if the lookup was successful, otherwise a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_PRM_DSC_0: "The response asset ID to find. The ID will be matched in a case insensitive manner.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_EX_OUT_0: 'Returns the Response Asset with the ID "0bfba8bc-37cd-4fa2-b986-86fa0523aeec" if it exists, otherwise a NOT_SET Response Asset.', AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_DSC: "Returns a NOT_SET Response Asset for a NOT_SET input value.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_RV: "Returns a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_EX_OUT_0: "A NOT_SET Response Asset.", AR_FN_DSC_FINDSCHEDULE: "Searches for a schedule in the organization.", AR_FN_SCHED_FINDSCHEDULE_STR_DSC: "Performs a case insensitive search for a uniquely named Schedule and returns the Schedule value if found.", AR_FN_SCHED_FINDSCHEDULE_STR_RV: "Returns the Schedule found in your organization if there was a unique match found, otherwise a NOT_SET Schedule.", AR_FN_SCHED_FINDSCHEDULE_STR_PRM_DSC_0: "The Schedule name to look up in the organization. The search will be performed case insensitively.", AR_FN_SCHED_FINDSCHEDULE_STR_EX_OUT_0: 'Returns the Schedule for the Schedule named "OpenHours" if there is one Schedule with that name case insensitively, otherwise a NOT_SET Schedule.', AR_FN_SCHED_FINDSCHEDULE_STR_EX_OUT_1: "A NOT_SET Schedule.", AR_FN_SCHED_FINDSCHEDULE_NTS_DSC: "Returns a NOT_SET Schedule for a NOT_SET input value.", AR_FN_SCHED_FINDSCHEDULE_NTS_RV: "Returns a NOT_SET Schedule.", AR_FN_SCHED_FINDSCHEDULE_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_SCHED_FINDSCHEDULE_NTS_EX_OUT_0: "A NOT_SET Schedule.", AR_FN_DSC_FINDSCHEDULEGROUP: "Searches for a scheduleGroup in the organization.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_DSC: "Performs a case insensitive search for a uniquely named Schedule Group and returns the Schedule Group value if found.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_RV: "Returns the Schedule Group found in your organization if there was a unique match found, otherwise a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_PRM_DSC_0: "The Schedule Group name to look up in the organization. The search will be performed case insensitively.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_EX_OUT_0: 'Returns the Schedule Group for the Schedule Group named "OpenHoursEastCoast" if there is one Schedule Group with that name case insensitively, otherwise a NOT_SET Schedule Group.', AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_EX_OUT_1: "A NOT_SET Schedule Group.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_DSC: "Returns a NOT_SET Schedule Group for a NOT_SET input value.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_RV: "Returns a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_EX_OUT_0: "A NOT_SET ScheduleGroup.", AR_FN_DSC_FINDSKILL: "Searches for a skill in the organization.", AR_FN_SKL_FINDSKILL_STR_DSC: "Performs a search for an ACD Skill in the Skills category and returns a Skill value if found.", AR_FN_SKL_FINDSKILL_STR_RV: "Returns the Skill value for the ACD Skill found in your organization if there was a unique match found, otherwise a NOT_SET Skill.", AR_FN_SKL_FINDSKILL_STR_PRM_DSC_0: "The skill to look up in your organization. This will perform a search for an ACD Skill in the Skills category. The search will be performed in a case insensitive manner.", AR_FN_SKL_FINDSKILL_STR_EX_OUT_0: 'Returns the Skill for the ACD Skill named "JavaScript" from the Skills category if there is one skill with that name, otherwise a NOT_SET Skill.', AR_FN_SKL_FINDSKILL_STR_EX_OUT_1: "A NOT_SET Skill.", AR_FN_SKL_FINDSKILL_NTS_DSC: "Returns a NOT_SET Skill for a NOT_SET input value.", AR_FN_SKL_FINDSKILL_NTS_RV: "Returns a NOT_SET Skill.", AR_FN_SKL_FINDSKILL_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_SKL_FINDSKILL_NTS_EX_OUT_0: "A NOT_SET Skill.", AR_FN_DSC_EVALUATESKILLEXPRESSIONFILTER: "Evaluates skill expression filter text and returns a SkillExpressionFilter.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_DSC: "Evaluates the supplied skill expression filter text and returns a SkillExpressionFilter. If notSetIfInvalid is true and the filter is invalid, returns a NOT_SET SkillExpressionFilter.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_RV: "Returns a SkillExpressionFilter object containing the evaluation results. If notSetIfInvalid is true and the filter is invalid, returns a NOT_SET SkillExpressionFilter.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_PRM_DSC_0: "The skill expression filter text to evaluate. Must be between 1 and 1024 characters.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_PRM_DSC_1: "If true and the filter is invalid, returns a NOT_SET SkillExpressionFilter. If false or not provided, returns a SkillExpressionFilter with error information.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_EX_OUT_0: "Returns a SkillExpressionFilter with normalized filter and referenced ACD Skills.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_EX_OUT_1: "Returns a NOT_SET SkillExpressionFilter because the filter is invalid and notSetIfInvalid is true.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_DSC: "Evaluates the supplied skill expression filter text and returns a SkillExpressionFilter.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_RV: "Returns a SkillExpressionFilter object containing the evaluation results, including error information if the filter is invalid.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_PRM_DSC_0: "The skill expression filter text to evaluate. Must be between 1 and 1024 characters.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_EX_OUT_0: "Returns a SkillExpressionFilter with normalized filter and referenced ACD Skills.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_EX_OUT_1: "Returns a SkillExpressionFilter with error information in the errors property.", AR_FN_DSC_FINDLANGUAGESKILL: "Searches for a language skill in the organization.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_DSC: "Performs a search for an ACD Skill in the Languages category and returns a Language Skill value if found.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_RV: "Returns the Language Skill value for the ACD Skill in the Languages category found in your organization if there was a unique match found, otherwise a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_PRM_DSC_0: "The language skill to look up in your organization. This will perform a search for an ACD Skill in the Languages category. The search will be performed in a case insensitive manner.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_EX_OUT_0: 'Returns the Language Skill for the ACD Skill named "Spanish - Written" from the Languages category if there is one skill with that name, otherwise a NOT_SET Language Skill.', AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_EX_OUT_1: "A NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_DSC: "Returns a NOT_SET value for a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_RV: "Returns a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_EX_OUT_0: "A NOT_SET Language Skill.", AR_FN_DSC_APPEND: "Creates a new string by appending two or more Strings together.", AR_FN_STR_APPEND_STR_STR_MORE_DSC: "Creates a new string by appending two or more Strings together.", AR_FN_STR_APPEND_STR_STR_MORE_RV: "Returns the concatenated string.", AR_FN_STR_APPEND_STR_STR_MORE_PRM_DSC_0: "The initial text. A NOT_SET String is treated as a blank string.", AR_FN_STR_APPEND_STR_STR_MORE_PRM_DSC_1: "The text to append to the initial text. A NOT_SET String is treated as a blank string.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_DSC: "Creates Audio by appending two or more Audio or prompts together.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_RV: "Returns the concatenated Audio.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_PRM_DSC_0: "The initial text.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_PRM_DSC_1: "The Audio or prompt to append.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_EX_OUT_0: "An Audio object with the prompt Welcome followed by John.", AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_DSC: "Appends items to a Communication. This is a helper function that calls MakeCommunication with the supplied Communication value for the first parameter, followed by the rest of the parameter values.", AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_RV: "Returns the concatenated Communication.", AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_PRM_DSC_0: "The initial Communication.", AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_PRM_DSC_1: "The value to append to the initial Communication.", AR_FN_DSC_MAKECOMMUNICATION: "Creates a Communication by sequencing one or values together.", AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_DSC: "Creates a Communication by concatenating two or more values together.", AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_RV: "Returns the Communication object.", AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_PRM_DSC_0: "An Any value.", AR_FN_DSC_LEFT: "Retrieves a substring of a specified length starting from the left-hand side of a supplied string.", AR_FN_STR_LEFT_STR_LNG_DSC: "Retrieves a substring of a specified length starting from the left-hand side of a supplied string.", AR_FN_STR_LEFT_STR_LNG_RV: "Returns the left portion of string supplied in srcString with the specified length. If the length of the string in the srcString parameter is less than the number of characters specified in the length parameter, the entire string in srcString is returned.", AR_FN_STR_LEFT_STR_LNG_PRM_DSC_0: "The source string.", AR_FN_STR_LEFT_STR_LNG_PRM_DSC_1: "The number of characters to return from the left portion of the string in the srcString parameter.", AR_FN_DSC_LENGTH: "Gets the number of characters in a string.", AR_FN_LNG_LENGTH_STR_DSC: "Calculates the number of characters in the supplied String value.", AR_FN_LNG_LENGTH_STR_RV: "Returns the number of characters in the String supplied in the text parameter.", AR_FN_LNG_LENGTH_STR_PRM_DSC_0: "The String to count the number of characters.", AR_FN_LNG_LENGTH_JSON_DSC: "Calculates the number of characters in the supplied JSON value that contains a string.", AR_FN_LNG_LENGTH_JSON_RV: "Returns the number of characters in the JSON string supplied in the text parameter.", AR_FN_LNG_LENGTH_JSON_PRM_DSC_0: "The JSON value that contains a string. If the supplied JSON value is not a string, this will invoke error handling. Remember the IsJsonString function can be used to check if a JSON value contains a string.", AR_FN_DSC_LOWER: "Converts a String to all lowercase characters.", AR_FN_STR_LOWER_STR_DSC: "Converts the supplied String value to a lowercase String in a culture invariant manner.", AR_FN_STR_LOWER_STR_RV: "Returns the input string in all lower case.", AR_FN_STR_LOWER_STR_PRM_DSC_0: "The string to lower case.", AR_FN_DSC_LTRIM: "Removes all whitespace from the left-hand side of the string and returns the resulting string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_LTRIM_STR_DSC: "Removes all whitespace from the left-hand side of the supplied String value and returns the resulting string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_LTRIM_STR_RV: "Returns a String with all whitespace removed from the left-hand side of the supplied String value. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_LTRIM_STR_PRM_DSC_0: "The String to left trim.", AR_FN_DSC_REPLACE: "Replaces all occurrences of specified text in a String with different text.", AR_FN_STR_REPLACE_STR_STR_STR_DSC: "Replaces all occurrences of a specified text in a String with different text.", AR_FN_STR_REPLACE_STR_STR_STR_RV: "Returns a string with the replaced values ( if any ).", AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_0: "The String that is to be searched.", AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_1: "The String that will be replaced. This is a case sensitive match.", AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_2: "The String to replace the findString. A NOT_SET value is treated as a blank string.", AR_FN_DSC_REVERSE: "Returns a String in reverse order.", AR_FN_STR_REVERSE_STR_DSC: "Reverses the contents of the supplied String value.", AR_FN_STR_REVERSE_STR_RV: "Returns the String passed to the function in reverse order.", AR_FN_STR_REVERSE_STR_PRM_DSC_0: "The String to reverse.", AR_FN_DSC_RIGHT: "Retrieves a substring of a specified length from the right hand side of a string.", AR_FN_STR_RIGHT_STR_LNG_DSC: "Retrieves a substring of a specified length from the right hand side of a string.", AR_FN_STR_RIGHT_STR_LNG_RV: "Returns the right portion of string supplied in srcString with the specified length. If the length of the string in the srcString parameter is less than the number of characters specified in the length parameter, the entire string in srcString is returned.", AR_FN_STR_RIGHT_STR_LNG_PRM_DSC_0: "The source string.", AR_FN_STR_RIGHT_STR_LNG_PRM_DSC_1: "The number of characters to return from the right hand side of the string in the srcString parameter.", AR_FN_DSC_RTRIM: "Removes all whitespace from the right hand side of the string and returns the resulting string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_RTRIM_STR_DSC: "Removes all whitespace from the right hand side of the supplied String value. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_RTRIM_STR_RV: "Returns the string with all whitespace removed from the right hand side. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_RTRIM_STR_PRM_DSC_0: "The String to right trim.", AR_FN_DSC_SUBSTRING: "Gets part of a String that starts at a specified position and has the specified length.", AR_FN_STR_SUBSTRING_STR_LNG_LNG_DSC: "Gets part of a String that starts at a specified position and has the specified length.", AR_FN_STR_SUBSTRING_STR_LNG_LNG_RV: 'Returns a substring from the supplied string. If the starting position is past the end of the string, "" is returned.', AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_0: "The source String from which the substring will be taken.", AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_1: "The starting position of the String in the text parameter. The first position is 0.", AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_2: "The length of the desired substring.", AR_FN_DSC_TRIM: "Removes all whitespace from the right and left side of the input string and returns the resulting trimmed string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_TRIM_STR_DSC: "Removes all whitespace from the left and right side of the supplied String value and returns the resulting string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_TRIM_STR_RV: "Returns the string with all whitespace removed from the right and left hand side. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_TRIM_STR_PRM_DSC_0: "The String to trim.", AR_FN_DSC_UPPER: "Converts a String to all uppercase characters.", AR_FN_STR_UPPER_STR_DSC: "Converts the supplied String value to an uppercase String in a culture invariant manner.", AR_FN_STR_UPPER_STR_RV: "Returns the input string in all upper case.", AR_FN_STR_UPPER_STR_PRM_DSC_0: "The string to upper case.", AR_FN_DSC_CONTAINS: "Determines if a String contains the specified text.", AR_FN_BLN_CONTAINS_STR_STR_DSC: "Determines if a String contains the specified String in a case sensitive manner.", AR_FN_BLN_CONTAINS_STR_STR_RV: "Returns true if the text is found, otherwise false.", AR_FN_BLN_CONTAINS_STR_STR_PRM_DSC_0: "The String that will be scanned.", AR_FN_BLN_CONTAINS_STR_STR_PRM_DSC_1: "The text for which you are searching.", AR_FN_BLN_CONTAINS_STR_STR_BLN_DSC: "Determines if a String contains the specified String in a case sensitive or case insensitive manner.", AR_FN_BLN_CONTAINS_STR_STR_BLN_RV: "Returns true if the text is found, otherwise false.", AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_0: "The String that will be scanned.", AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_1: "The text for which you are searching.", AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_2: "Whether or not to perform a case insensitive (true) or case sensitive (false) search.", AR_FN_DSC_COMPARE: "Compares two specified String values and returns an Integer that indicates their relationship to one another in the sort order.", AR_FN_LNG_COMPARE_STR_STR_DSC: "Compares two specified String values and returns an Integer that indicates their relationship to one another by doing a character by character comparison. The comparison is case sensitive.", AR_FN_LNG_COMPARE_STR_STR_RV: "Returns 1 if the string in stringToCompare is greater than the string in stringToCompareTo, -1 if the string in stringToCompare is less than the string in stringToCompareTo and 0 if the string in stringToCompare is equal to the string in stringToCompareTo.", AR_FN_LNG_COMPARE_STR_STR_PRM_DSC_0: "The String to be compared.", AR_FN_LNG_COMPARE_STR_STR_PRM_DSC_1: "The String to compare to.", AR_FN_LNG_COMPARE_STR_STR_EX_OUT_2: "1 ( remember, we're comparing strings, not numbers here )", AR_FN_LNG_COMPARE_STR_STR_BLN_DSC: "Compares two specified String values and returns an Integer that indicates their relationship to one another by doing a character by character comparison.", AR_FN_LNG_COMPARE_STR_STR_BLN_RV: "Returns 1 if the string in stringToCompare is greater than the string in stringToCompareTo, -1 if the string in stringToCompare is less than the string in stringToCompareTo and 0 if the string in stringToCompare is equal to the string in stringToCompareTo.", AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_0: "The String to be compared.", AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_1: "The String to compare to.", AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_2: "Whether or not to perform a case sensitive or case insensitive comparison.", AR_FN_DSC_SPLIT: "Identifies substrings in the supplied text separated by a delimiter.", AR_FN_STR_COLL_SPLIT_STR_STR_DSC: "Splits a string into one or more strings based on the supplied delimiter.", AR_FN_STR_COLL_SPLIT_STR_STR_RV: "Returns the substrings in the supplied text separated by a delimiter in a String collection.", AR_FN_STR_COLL_SPLIT_STR_STR_PRM_DSC_0: "The text to split.", AR_FN_STR_COLL_SPLIT_STR_STR_PRM_DSC_1: "The delimiting text between substrings.", AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_0: 'A String collection with items: "He", "", "o Wor", "d"', AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_1: 'A string collection with one item: ""', AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_2: 'A String collection with items: "H", "e", "l", "l", "o", " ", "W", "o", "r", "l" and "d"', AR_FN_DSC_DAY: "Gets the day from the supplied value.", AR_FN_LNG_DAY_DATE_DSC: "Gets the day from a Date.", AR_FN_LNG_DAY_DATE_RV: "Returns the day of the month from a Date. The result will be from 1 to 31.", AR_FN_LNG_DAY_DATE_PRM_DSC_0: "The Date from which to get the day.", AR_FN_LNG_DAY_DTM_DSC: "Gets the day from a DateTime.", AR_FN_LNG_DAY_DTM_RV: "Returns the day of the month from a DateTime. The result will be from 1 to 31.", AR_FN_LNG_DAY_DTM_PRM_DSC_0: "The DateTime from which to get the day.", AR_FN_DSC_MONTH: "Gets the month from the supplied value.", AR_FN_LNG_MONTH_DATE_DSC: "Gets the month from a Date.", AR_FN_LNG_MONTH_DATE_RV: "Returns the month from the supplied Date. 1=January, 2=February, 3=March, 4=April, 5=May, 6=June, 7=July, 8=August, 9=September, 10=October, 11=November and 12=December.", AR_FN_LNG_MONTH_DATE_PRM_DSC_0: "The Date from which to get the month.", AR_FN_LNG_MONTH_DTM_DSC: "Gets the month from a DateTime.", AR_FN_LNG_MONTH_DTM_RV: "Returns the month from the supplied DateTime. 1=January, 2=February, 3=March, 4=April, 5=May, 6=June, 7=July, 8=August, 9=September, 10=October, 11=November and 12=December.", AR_FN_LNG_MONTH_DTM_PRM_DSC_0: "The DateTime from which to get the month.", AR_FN_DSC_YEAR: "Gets the year from the supplied value.", AR_FN_LNG_YEAR_DATE_DSC: "Gets the year from the supplied Date.", AR_FN_LNG_YEAR_DATE_RV: "Returns the year from the supplied Date.", AR_FN_LNG_YEAR_DATE_PRM_DSC_0: "The Date from which to get the year.", AR_FN_LNG_YEAR_DTM_DSC: "Gets the year from the supplied DateTime.", AR_FN_LNG_YEAR_DTM_RV: "Returns the year from the supplied DateTime.", AR_FN_LNG_YEAR_DTM_PRM_DSC_0: "The DateTime from which to get the year.", AR_FN_DSC_HOUR: "Gets the hour from the supplied value.", AR_FN_LNG_HOUR_TIME_DSC: "Gets the hour from the supplied Time.", AR_FN_LNG_HOUR_TIME_RV: "Returns the zero-based hour from the supplied Time. The number will range from 0 to 23 where 12AM is 0, 1AM is 1, ..., 11PM = 23", AR_FN_LNG_HOUR_TIME_PRM_DSC_0: "The Time from which to get the hour.", AR_FN_LNG_HOUR_DTM_DSC: "Gets the hour from the supplied DateTime.", AR_FN_LNG_HOUR_DTM_RV: "Returns the zero-based hour from the supplied DateTime. The number will range from 0 to 23 where 12AM is 0, 1AM is 1, ..., 11PM = 23", AR_FN_LNG_HOUR_DTM_PRM_DSC_0: "The DateTime from which to get the hour.", AR_FN_DSC_MINUTE: "Gets the minute from the supplied value.", AR_FN_LNG_MINUTE_DTM_DSC: "Gets the minute from the supplied DateTime.", AR_FN_LNG_MINUTE_DTM_RV: "Returns the minute from the supplied DateTime. The number will range from 0 to 59.", AR_FN_LNG_MINUTE_DTM_PRM_DSC_0: "The DateTime from which to get the minute.", AR_FN_LNG_MINUTE_TIME_DSC: "Gets the minute from the supplied Time.", AR_FN_LNG_MINUTE_TIME_RV: "Returns the minute from the supplied Time. The number will range from 0 to 59.", AR_FN_LNG_MINUTE_TIME_PRM_DSC_0: "The Time from which to get the minute.", AR_FN_DSC_SECOND: "Gets the second from the supplied value.", AR_FN_LNG_SECOND_DTM_DSC: "Gets the second from the supplied DateTime.", AR_FN_LNG_SECOND_DTM_RV: "Returns the second from the supplied DateTime. The number will range from 0 to 59.", AR_FN_LNG_SECOND_DTM_PRM_DSC_0: "The DateTime from which to get the second.", AR_FN_LNG_SECOND_TIME_DSC: "Gets the second from the supplied Time.", AR_FN_LNG_SECOND_TIME_RV: "Returns the second from the supplied Time. The number will range from 0 to 59.", AR_FN_LNG_SECOND_TIME_PRM_DSC_0: "The Time from which to get the second.", AR_FN_DSC_DATEDIFF: "Returns the difference between two Date values as a Duration.", AR_FN_DUR_DATEDIFF_DATE_DATE_DSC: "Calculates the difference between two Date values.", AR_FN_DUR_DATEDIFF_DATE_DATE_RV: "Returns the difference between the date1 and date2 parameters as a Duration. If the Date in date1 is after the date2, a positive Duration is returned. If the Date in date1 is before the date2, a negative Duration is returned. If they're the same, a 0 second Duration is returned.", AR_FN_DUR_DATEDIFF_DATE_DATE_PRM_DSC_0: "A Date value.", AR_FN_DUR_DATEDIFF_DATE_DATE_PRM_DSC_1: "The Date value to subtract.", AR_FN_DUR_DATEDIFF_DATE_DATE_EX_OUT_0: "A duration of 2 days.", AR_FN_DUR_DATEDIFF_DATE_DATE_EX_OUT_1: "A duration of -2 days.", AR_FN_DSC_DATETIMEDIFF: "Returns the difference between two DateTime values as a Duration.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_DSC: "Calculates the difference between two DateTime values.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_RV: "Returns the difference between the dateTime1 and dateTime2 parameters as a Duration. If the DateTime in dateTime1 is after the dateTime2, a positive Duration is returned. If the DateTime in dateTime1 is before the dateTime2, a negative Duration is returned. If they're the same, a 0 second Duration is returned.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_PRM_DSC_0: "A DateTime value.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_PRM_DSC_1: "The DateTime value to subtract.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_EX_OUT_0: "A duration of 2 hours.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_EX_OUT_1: "A duration of -2 hours.", AR_FN_DSC_TIMEDIFF: "Returns the difference between two Time values as a Duration.", AR_FN_DUR_TIMEDIFF_TIME_TIME_DSC: "Calculates the difference between two Time values.", AR_FN_DUR_TIMEDIFF_TIME_TIME_RV: "Returns the difference between the time1 and time2 parameters as a Duration. If the Time in time1 is after the time2, a positive Duration is returned. If the Time in time1 is before the time2, a negative Duration is returned. If they're the same, a 0 second Duration is returned.", AR_FN_DUR_TIMEDIFF_TIME_TIME_PRM_DSC_0: "A Time value.", AR_FN_DUR_TIMEDIFF_TIME_TIME_PRM_DSC_1: "The Time value to subtract.", AR_FN_DUR_TIMEDIFF_TIME_TIME_EX_OUT_0: "A duration of 2 hours.", AR_FN_DUR_TIMEDIFF_TIME_TIME_EX_OUT_1: "A duration of -2 hours.", AR_FN_DSC_DAYOFWEEK: "Gets the day of week from the supplied value.", AR_FN_LNG_DAYOFWEEK_DATE_DSC: "Gets the day of week from the supplied Date.", AR_FN_LNG_DAYOFWEEK_DATE_RV: "Returns the day of week from the supplied Date as a value from 1 to 7. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_LNG_DAYOFWEEK_DATE_PRM_DSC_0: "The Date from which to get the day of week.", AR_FN_LNG_DAYOFWEEK_DTM_DSC: "Gets the day of week from the supplied DateTime.", AR_FN_LNG_DAYOFWEEK_DTM_RV: "Returns the day of week from the supplied DateTime as a value from 1 to 7. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_LNG_DAYOFWEEK_DTM_PRM_DSC_0: "The DateTime from which to get the day of week.", AR_FN_DSC_GETDAYOFWEEKOCCURRENCE: "Calculates the DateTime for a specified occurrence of a day of week.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_DSC: "Calculates a DateTime for a specified occurrence of a day of week for a particular year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_RV: "Returns a DateTime for a specified occurrence of a day of the week for the year at 12:00:00AM. If the occurrence does not exist for the specified year, a NOT_SET DateTime value will be returned.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_0: "The desired day of week. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_1: "The occurrence number of the day of week to calculate for the specified year. Using a negative value computes the occurrence backward from the end of the year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_2: "The year to use for the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is March 5th, 2017 at 12:00:00AM which is the tenth Sunday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_1: "A DateTime whose value is December 29th, 2017 at 12:00:00AM which is the last Friday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_2: "A DateTime whose value is December 22nd, 2017 at 12:00:00AM which is the second to the last Friday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_3: "A NOT_SET DateTime value because there is not a 53rd occurrence of Monday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_DSC: "Calculates a DateTime for a specified occurrence of a day of week within a particular month and year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_RV: "Returns a DateTime for a specified occurrence of a day of week within a month at 12:00:00AM. If the occurrence does not exist for the specified year and month, a NOT_SET DateTime value will be returned.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_0: "The desired day of week. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_1: "The occurrence number of the day of week to calculate for the specified month and year. Using a negative value computes the occurrence backward from the end of the month.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_2: "The year to use for the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_3: "The month to use for the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is April 9th, 2017 at 12:00:00AM which is the second Sunday in April, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_1: "A DateTime whose value is February 24th, 2017 at 12:00:00AM which is the last Friday in February, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_2: "A DateTime whose value is February 17th, 2017 at 12:00:00AM which is the second to the last Friday in February, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_3: "A NOT_SET DateTime value because there is not a fifth occurrence of Tuesday in April, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_DSC: "Calculates a DateTime for a specified occurrence of a day of week for a particular year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_RV: "Returns the DateTime for a specified occurrence of a day of week for a year at the specified time. If the occurrence does not exist for the specified year, a NOT_SET DateTime value will be returned.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0: "The desired day of week. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1: "The occurrence number of the day of week to calculate for the specified year. Using a negative value computes the occurrence backward from the end of the year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2: "The year to use for the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3: "The hour to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4: "The minute to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5: "The second to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is December 29th, 2017 at 02:14:30AM which is the last Friday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_1: "A DateTime whose value is December 22nd, 2017 at 02:05:00AM which is the second to the last Friday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_2: "A DateTime whose value is May 14th, 2017 at 2:15:15AM which is the 20th Sunday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_3: "A NOT_SET DateTime value because there is not a 53rd occurrence of Tuesday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_DSC: "Calculates a DateTime for a specified occurrence of a day of week with a specified time within a particular month and year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_RV: "Returns a DateTime for a specified occurrence of a day of week within a month at the specified time. If the occurrence does not exist for the specified year and month, a NOT_SET DateTime value will be returned.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0: "The desired day of week. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1: "The occurrence number of the day of week to calculate for the specified month and year. Using a negative value computes the occurrence backward from the end of the month.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2: "The year to use in the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3: "The month to use in the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4: "The hour to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5: "The minute to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_6: "The second to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is April 9th, 2017 at 11:15:00AM which is the second Sunday in April, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_1: "A DateTime whose value is February 24th, 2017 at 02:30:00PM which is the last Friday in February, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_2: "A DateTime whose value is February 17th, 2017 at 05:00:00AM which is the second to the last Friday in February, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_3: "A NOT_SET DateTime value because there is not a fifth occurrence of Tuesday in April, 2017.", AR_FN_DSC_GETMENUSSUPPORTSPEECHRECOGNITION: "Returns whether or not menus in the flow support speech recognition.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_DSC: "Whether or not menus in the flow support speech recognition for the language in which the flow is currently running.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_RV: "Returns whether or not menus in the flow support speech recognition for the current flow language.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_DSC: "Whether or not menus in the flow support speech recognition for a specified IETF language tag.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_RV: "Returns whether or not menus in the current flow support speech recognition for supplied IETF language tag. If you supply a NOT_SET language tag, the return value is a NOT_SET Boolean.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_PRM_DSC_0: "The IETF language tag of the language to check.", AR_FN_DSC_WEEKNUM: "Gets the week number of a DateTime or Date.", AR_FN_LNG_WEEKNUM_DATE_DSC: "Gets the week number of a Date.", AR_FN_LNG_WEEKNUM_DATE_RV: "Returns the week number of the Date as an Integer between 1 and 53 inclusive.", AR_FN_LNG_WEEKNUM_DATE_PRM_DSC_0: "The Date value from which to get the week number.", AR_FN_LNG_WEEKNUM_DTM_DSC: "Gets the week number of a DateTime.", AR_FN_LNG_WEEKNUM_DTM_RV: "Returns the week number of the DateTime as an Integer between 1 and 53 inclusive.", AR_FN_LNG_WEEKNUM_DTM_PRM_DSC_0: "The DateTime value from which to get the week number.", AR_FN_DSC_MAKEDATE: "Returns a new instance of Date initialized with the specified values.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_DSC: "Creates a new Date for the supplied year, month and day.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_RV: "Returns a new Date from the supplied parameters.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_0: "The year of the new Date.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_1: "The month of the new Date.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_2: "The day of the new Date.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_EX_OUT_0: "A Date whose value is May 20th, 2014.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_EX_OUT_1: "A Date whose value is January 1st, 2018.", AR_FN_DSC_MAKEDATETIME: "Returns a new instance of DateTime initialized with the specified values.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_DSC: "Creates a new DateTime in UTC.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_RV: "Returns a new DateTime from the supplied parameters in Coordinated Universal Time (UTC).", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0: "The year of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1: "The month of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2: "The day of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3: "The hour of the day of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4: "The minute of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5: "The second of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is March 20th, 2009 at 12:00:00PM.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_DSC: "Creates a new DateTime for the specified date at 12:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_RV: "Returns a new DateTime from the date parameters at 12:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_0: "The year of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_1: "The month of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_2: "The day of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is March 20th, 2009 at 12:00:00 AM.", AR_FN_DTM_MAKEDATETIME_DATE_TIME_DSC: "Creates a new DateTime from a supplied Date and Time.", AR_FN_DTM_MAKEDATETIME_DATE_TIME_RV: "Returns a new DateTime from the supplied Date and Time values.", AR_FN_DTM_MAKEDATETIME_DATE_TIME_PRM_DSC_0: "The UTC Date for the new DateTime. If the value is a NOT_SET Date then January 1st, 1970 is used.", AR_FN_DTM_MAKEDATETIME_DATE_TIME_PRM_DSC_1: "The UTC Time of the new DateTime. If the value is a NOT_SET time, then 12:00:00.000AM is used.", AR_FN_DSC_MAKEDURATION: "Returns a new instance of Duration initialized with the specified values.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_DSC: "Creates a Duration from the supplied values.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_RV: "Returns the new duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_0: "The number of days for the new Duration. A day is 86400 seconds.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_1: "The number of hours for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_2: "The number of minutes for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_3: "The number of seconds for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_0: "A Duration of 10 days and 30 minutes", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_1: "A negative Duration of 9 days, 23 hours and 30 minutes", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_2: "A negative Duration of 10 days and 30 minutes", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_DSC: "Creates a Duration from the supplied values.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_RV: "Returns the new duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0: "The number of days for the new Duration. A day is 86400 seconds.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1: "The number of hours for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2: "The number of minutes for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3: "The number of seconds for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4: "The number of milliseconds for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_0: "A Duration of 10 days and 30 minutes", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_1: "A negative Duration of 9 days, 23 hours, 30 minutes, 10.5 seconds", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_2: "A negative Duration of 10 days and 30 minutes", AR_FN_DSC_MAKETIME: "Returns a new instance of Time initialized with the specified values.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_DSC: "Creates a new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_RV: "Returns a new Time from the supplied parameters.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_0: "The hour of the day of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_1: "The minute of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_2: "The second of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_EX_OUT_0: "A Time whose value is 12:05:00PM.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_DSC: "Creates a new Time with the ability to specify milliseconds.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_RV: "Returns a new Time from the supplied parameters.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_0: "The hour of the day of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_1: "The minute of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_2: "The second of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_3: "The milliseconds of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_EX_OUT_0: "A Time whose value is 02:30:00AM.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_EX_OUT_1: "A Time whose value is 12:00:10.200PM.", AR_FN_DSC_ADDDAYS: "Adds a specified number of days to a value.", AR_FN_DTM_ADDDAYS_DTM_LNG_DSC: "Adds a specified number of days to a DateTime value. This works by incrementing or decrementing the day component of the date.", AR_FN_DTM_ADDDAYS_DTM_LNG_RV: "The resulting DateTime with the days added.", AR_FN_DTM_ADDDAYS_DTM_LNG_PRM_DSC_0: "The DateTime that will be used as the starting point.", AR_FN_DTM_ADDDAYS_DTM_LNG_PRM_DSC_1: "The number of days to add to the starting DateTime.", AR_FN_DTM_ADDDAYS_DTM_LNG_EX_OUT_0: "A DateTime of March 7th, 2009 at 12:00:00PM.", AR_FN_DATE_ADDDAYS_DATE_LNG_DSC: "Adds a specified number of days to a Date value. This works by incrementing or decrementing the day component of the date.", AR_FN_DATE_ADDDAYS_DATE_LNG_RV: "The resulting Date with the days added.", AR_FN_DATE_ADDDAYS_DATE_LNG_PRM_DSC_0: "The Date that will be used as the starting point.", AR_FN_DATE_ADDDAYS_DATE_LNG_PRM_DSC_1: "The number of days to add to the starting Date.", AR_FN_DATE_ADDDAYS_DATE_LNG_EX_OUT_0: "A Date of March 7th, 2009.", AR_FN_DSC_ADDDURATION: "Adds a Duration to a DateTime.", AR_FN_DATE_ADDDURATION_DATE_DUR_DSC: "Adds days to a Date. The number of days to add is calculated by taking the integral value of the total number of seconds in the supplied Duration value divided by 86400 ( the number of seconds in 1 day ).", AR_FN_DATE_ADDDURATION_DATE_DUR_RV: "Returns a Date that is the result of adding the number of days in the supplied duration to the Date value.", AR_FN_DATE_ADDDURATION_DATE_DUR_PRM_DSC_0: "A Date value.", AR_FN_DATE_ADDDURATION_DATE_DUR_PRM_DSC_1: "A Duration value that supplies the number of days to add to the Date value in startDate.", AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_0: "A Date whose value is January 20th, 2009.", AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_1: "A Date whose value is March 2nd, 2020.", AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_2: "A Date whose value is December 30th, 2019.", AR_FN_DTM_ADDDURATION_DTM_DUR_DSC: "Adds a Duration to a DateTime.", AR_FN_DTM_ADDDURATION_DTM_DUR_RV: "Returns a DateTime that is the result of adding the supplied Duration to the incoming DateTime value. Note that if the Duration contains fractional seconds, those are not added to the DateTime since DateTime does not support milliseconds.", AR_FN_DTM_ADDDURATION_DTM_DUR_PRM_DSC_0: "A DateTime value.", AR_FN_DTM_ADDDURATION_DTM_DUR_PRM_DSC_1: "A Duration value to add to the DateTime value in startDateTime.", AR_FN_DTM_ADDDURATION_DTM_DUR_EX_OUT_0: "A DateTime of January 20, 2009 at 7:00:00 AM.", AR_FN_TIME_ADDDURATION_TIME_DUR_DSC: "Adds a Duration to a Time. Addition of a Duration value to a Time value allows for wrap-around so adding three hours to a Time value of 23:00:00 will return a Time value of 02:00:00.", AR_FN_TIME_ADDDURATION_TIME_DUR_RV: "Returns a Time that is the result of adding the supplied Duration value to the supplied Time value.", AR_FN_TIME_ADDDURATION_TIME_DUR_PRM_DSC_0: "A Time value.", AR_FN_TIME_ADDDURATION_TIME_DUR_PRM_DSC_1: "A Duration value to add to the Time value in startTime.", AR_FN_DSC_ADDMONTHS: "Add a specified number of months to a value.", AR_FN_DTM_ADDMONTHS_DTM_LNG_DSC: "Adds a specified number of months to a DateTime.", AR_FN_DTM_ADDMONTHS_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of months to a starting DateTime.", AR_FN_DTM_ADDMONTHS_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDMONTHS_DTM_LNG_PRM_DSC_1: "The number of months to add to the starting DateTime.", AR_FN_DTM_ADDMONTHS_DTM_LNG_EX_OUT_0: "A DateTime of April 10, 2009 at 06:30:00 AM.", AR_FN_DTM_ADDMONTHS_DTM_LNG_EX_OUT_1: "A DateTime of February 28, 2009 at 06:30:00 AM.", AR_FN_DATE_ADDMONTHS_DATE_LNG_DSC: "Adds a specified number of months to a Date.", AR_FN_DATE_ADDMONTHS_DATE_LNG_RV: "Returns a Date that is the result of adding the specified number of months to a starting Date.", AR_FN_DATE_ADDMONTHS_DATE_LNG_PRM_DSC_0: "The starting Date.", AR_FN_DATE_ADDMONTHS_DATE_LNG_PRM_DSC_1: "The number of months to add to the starting Date.", AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_0: "A Date whose value is April 10th, 2009.", AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_1: "A Date whose value is February 29th, 2008.", AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_2: "A Date whose value is March 1st, 2009.", AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_3: "A Date whose value is January 1st, 2020.", AR_FN_DSC_ADDYEARS: "Add the specified number of years to a value.", AR_FN_DTM_ADDYEARS_DTM_LNG_DSC: "Adds a specified number of years to a DateTime.", AR_FN_DTM_ADDYEARS_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of years to a starting DateTime.", AR_FN_DTM_ADDYEARS_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDYEARS_DTM_LNG_PRM_DSC_1: "The number of years to add to the starting DateTime.", AR_FN_DTM_ADDYEARS_DTM_LNG_EX_OUT_0: "A DateTime of January 10, 2012 at 06:30:00 AM.", AR_FN_DATE_ADDYEARS_DATE_LNG_DSC: "Adds a specified number of years to a Date.", AR_FN_DATE_ADDYEARS_DATE_LNG_RV: "Returns a Date that is the result of adding the specified number of years to a starting Date.", AR_FN_DATE_ADDYEARS_DATE_LNG_PRM_DSC_0: "The starting Date.", AR_FN_DATE_ADDYEARS_DATE_LNG_PRM_DSC_1: "The number of years to add to the starting Date.", AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_0: "A Date whose value is January 10th, 2015.", AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_1: "A Date whose value is January 10th, 2012.", AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_2: "A Date whose value is January 10th, 2009.", AR_FN_DSC_ADDHOURS: "Add the specified number of hours to a value.", AR_FN_DTM_ADDHOURS_DTM_LNG_DSC: "Adds a specified number of hours to a DateTime.", AR_FN_DTM_ADDHOURS_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of hours to a starting DateTime.", AR_FN_DTM_ADDHOURS_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDHOURS_DTM_LNG_PRM_DSC_1: "The number of hours to add to the starting DateTime.", AR_FN_DTM_ADDHOURS_DTM_LNG_EX_OUT_0: "A DateTime of January 10, 2009 at 09:30:00 AM.", AR_FN_TIME_ADDHOURS_TIME_LNG_DSC: "Adds a specified number of hours to a Time. Addition of hours to a Time value allows for wrap-around so adding three hours to a Time value of 22:00:00 will return a Time value of 01:00:00.", AR_FN_TIME_ADDHOURS_TIME_LNG_RV: "Returns a Time that is the result of adding the specified number of hours to a starting Time.", AR_FN_TIME_ADDHOURS_TIME_LNG_PRM_DSC_0: "The starting Time.", AR_FN_TIME_ADDHOURS_TIME_LNG_PRM_DSC_1: "The number of hours to add to the starting Time.", AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_0: "A Time whose value is 09:30:00AM.", AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_1: "A Time whose value is 09:30:00.500PM.", AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_2: "A Time whose value is 12:00:00PM.", AR_FN_DSC_ADDMINUTES: "Add the specified number of minutes to a value.", AR_FN_DTM_ADDMINUTES_DTM_LNG_DSC: "Adds a specified number of minutes to a DateTime.", AR_FN_DTM_ADDMINUTES_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of minutes to a starting DateTime.", AR_FN_DTM_ADDMINUTES_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDMINUTES_DTM_LNG_PRM_DSC_1: "The number of minutes to add to the starting DateTime.", AR_FN_DTM_ADDMINUTES_DTM_LNG_EX_OUT_0: "A DateTime of January 10, 2009 at 06:33:00 AM.", AR_FN_TIME_ADDMINUTES_TIME_LNG_DSC: "Adds a specified number of minutes to a Time. Addition of minutes to a Time value allows for wrap-around so adding 90 minutes to a Time value of 23:30:00 will return a Time value of 01:00:00.", AR_FN_TIME_ADDMINUTES_TIME_LNG_RV: "Returns a Time that is the result of adding the specified number of minutes to a starting Time.", AR_FN_TIME_ADDMINUTES_TIME_LNG_PRM_DSC_0: "The starting Time.", AR_FN_TIME_ADDMINUTES_TIME_LNG_PRM_DSC_1: "The number of minutes to add to the starting Time.", AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_0: "A Time whose value is 09:00:00AM.", AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_1: "A Time whose value is 08:30:00.500PM.", AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_2: "A Time whose value is 00:00:00AM.", AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_3: "A Time whose value is 00:30:00AM.", AR_FN_DSC_ADDSECONDS: "Add the specified number of seconds to a value.", AR_FN_DTM_ADDSECONDS_DTM_LNG_DSC: "Adds a specified number of seconds to a DateTime.", AR_FN_DTM_ADDSECONDS_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of seconds to a starting DateTime.", AR_FN_DTM_ADDSECONDS_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDSECONDS_DTM_LNG_PRM_DSC_1: "The number of seconds to add to the starting DateTime.", AR_FN_DTM_ADDSECONDS_DTM_LNG_EX_OUT_0: "A DateTime of January 10, 2009 at 06:30:03 AM.", AR_FN_TIME_ADDSECONDS_TIME_LNG_DSC: "Adds a specified number of seconds to a Time. Addition of seconds to a Time value allows for wrap-around so adding 300 seconds to a Time value of 23:57:00 will return a Time value of 00:02:00.", AR_FN_TIME_ADDSECONDS_TIME_LNG_RV: "Returns a Time that is the result of adding the specified number of seconds to a starting Time.", AR_FN_TIME_ADDSECONDS_TIME_LNG_PRM_DSC_0: "The starting Time.", AR_FN_TIME_ADDSECONDS_TIME_LNG_PRM_DSC_1: "The number of seconds to add to the starting Time.", AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_0: "A Time whose value is 00:35:30AM.", AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_1: "A Time whose value is 11:30:00PM.", AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_2: "A Time whose value is 06:30:00.500AM.", AR_FN_DSC_LOGICALIF: "Performs a logical if and returns one value if the supplied condition is true and a different value if the supplied condition is false.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_RV: "If value in the condition parameter evaluates to true, the value in the trueValue parameter is returned. If the value of the condition evaluates to false, the value of the falseValue parameter is returned.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_1: "The value to return if the condition is true.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_2: "The value to return if the condition is false or a NOT_SET Boolean.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_4: 'A Currency with an amount of 10.00 and code of "USD".', AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_5: "The DateTime of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC)", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_6: "A Duration of 1 hour.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_7: 'The User with the name "Doe, John".', AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_8: "The Skill of Spanish.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_9: "The Date whose value is June 1st, 2010.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_10: "The Time whose value is 12:00:00PM.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_RV: "If value in the condition parameter evaluates to true, the value in the trueValue parameter is returned. If the value of the condition evaluates to false or a NOT_SET Boolean, the value of the falseValue parameter is returned.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_1: "The collection value to return if the condition is true.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_2: "The collection value to return if the condition is false or a NOT_SET Boolean.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_0: 'A currency collection with one item. The Currency item has an amount of 10.00 and code of "USD".', AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_1: "The collection with the Boolean value true.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_2: 'The String collection with the "hello" string in it.', AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_3: "The Integer collection with the value 100 in it.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_4: "The Integer collection with the value 100.5 in it.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_5: "A DateTime collection with the DateTime value of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC).", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_6: "The Duration collection with the Duration of 1 hour.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_7: 'A User collection with the User whose username is "john.doe@company.com".', AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_8: "A Skill collection with the Skill of Spanish.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_9: "A Skill collection with one NOT_SET Skill in it.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_10: "The Date collection with one Date item whose value is June 1st, 2010.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_11: "The Time collection with one Time item whose value is 12:00:00PM.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueValueAudio is returned. Otherwise the value of falseValueAudio is returned. Only the trueValueAudio or falseValueAudio parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValueAudio and falseValueAudio parameters must be the same.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_RV: "If value in the condition parameter evaluates to true, the Audio value in the trueValueAudio parameter is returned. If the value of the condition evaluates to false or a NOT_SET Boolean, the value of the falseValueAudio parameter is returned.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_1: "The Audio value to return if the condition is true.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_2: "The Audio value to return if the condition is false or a NOT_SET Boolean.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_EX_OUT_0: 'Audio for the string "Hello" spoken via. text to speech.', AR_FN_DSC_AREEQUAL: "Checks whether all of the arguments are equal.", AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_DSC: "Returns a Boolean saying whether all of the arguments are equal.", AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_RV: "Returns true if all instances of valueToCompare are equal to the valueToCompareTo value, otherwise false.", AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_PRM_DSC_0: "The value to check.", AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_PRM_DSC_1: "This value will be compared to the value in the valueToCompare parameter.", AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_DSC: "Checks to see if two collections are equal or not. To be considered equal, the collections must have the same number of items and each item in one collection must be equal to the corresponding element in the other collection.", AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_RV: "Returns a boolean indicating if the two collections are equal or not.", AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_PRM_DSC_0: "This collection will be compared to the collection in valueToCompareTo.", AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_PRM_DSC_1: "The collection to check against.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_DSC: "Returns a Boolean indicating if two or more String values are equal.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_RV: "Returns true if value in valueToCompare is equal to the valueToCompareTo value, otherwise false.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_0: "Whether or not to perform a case sensitive or case insensitive comparison of the strings.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_1: "This value will be compared to the value in the valueToCompareTo parameter.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_2: "The value to check against.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_DSC: "Checks to see if two String collections are equal or not. To be considered equal, the collections must have the same number of items and each item in one collection must be equal to the corresponding element in the other collection.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_RV: "Returns a boolean indicating if the two collections are equal or not.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_0: "Whether or not to perform case sensitive or case insensitive comparisons of items in the collections.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_1: "This collection will be compared to the collection in valueToCompareTo.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_2: "The collection to check against.", AR_FN_DSC_ISSKILLEXPRESSIONFILTERVALID: "Determines whether a Skill Expression Filter is valid by checking if its normalized text has at least one character.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_DSC: "Returns true if the supplied skill expression filter's normalized text has at least one character. Returns false if the skill expression filter is NOT_SET or if the normalized text is empty or NOT_SET.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_RV: "Returns true if the skill expression filter's normalized text has at least one character. Returns false if the skill expression filter is NOT_SET or if the normalized text is empty or NOT_SET.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_PRM_DSC_0: "The Skill Expression Filter to validate.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_EX_OUT_0: "Returns true if the normalized text has at least one character.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_EX_OUT_1: "Returns false because the skill expression filter is NOT_SET.", AR_FN_DSC_ARESKILLEXPRESSIONFILTERSVALID: "Determines the validity of a Skill Expression Filter collection.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_DSC: "Determines the validity of a Skill Expression Filter collection. Returns true if all Skill Expression Filters in the collection are valid. Returns false if the collection is empty or if any Skill Expression Filter in the collection is invalid.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_RV: "Returns true if all Skill Expression Filters in the collection are valid. Returns false if the collection is empty or if any Skill Expression Filter in the collection is invalid.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_PRM_DSC_0: "The Skill Expression Filter collection to validate.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_EX_OUT_0: "Returns true if all Skill Expression Filters in the collection are valid.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_EX_OUT_1: "Returns false because the collection is empty.", AR_FN_DSC_ISSET: "Determines whether or not a value is set by testing to see if it is not equal to NOT_SET.", AR_FN_BLN_ISSET_ANY_DSC: "Determines whether or not the supplied value is NOT_SET.", AR_FN_BLN_ISSET_ANY_RV: "Returns a Boolean true if the value passed in is NOT_SET.", AR_FN_BLN_ISSET_ANY_PRM_DSC_0: "The value to test to see if it is set or not.", AR_FN_BLN_ISSET_AUDIO_DSC: "Determines whether or not the supplied Audio value is NOT_SET.", AR_FN_BLN_ISSET_AUDIO_RV: "Returns a Boolean true if the Audio value passed in is NOT_SET.", AR_FN_BLN_ISSET_AUDIO_PRM_DSC_0: "The Audio value to test to see if it is set or not.", AR_FN_BLN_ISSET_NTS_DSC: "Returns a boolean false.", AR_FN_BLN_ISSET_NTS_RV: "Returns a Boolean false.", AR_FN_BLN_ISSET_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DSC_GETAT: "Gets an item at a specified index in a collection.", AR_FN_ANY_GETAT_ANY_COLL_LNG_DSC: "Gets an item at a specified index in a collection.", AR_FN_ANY_GETAT_ANY_COLL_LNG_RV: "Returns the item at the specified index in the collection.", AR_FN_ANY_GETAT_ANY_COLL_LNG_PRM_DSC_0: "The collection from which to get an item.", AR_FN_ANY_GETAT_ANY_COLL_LNG_PRM_DSC_1: "The zero-based index of the item to get from the collection.", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_4: 'A Currency value with a NOT_SET amount and code of "USD"', AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_5: "The DateTime of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC).", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_6: "The duration of 10 days and 30 minutes.", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_7: "The Spanish Skill", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_8: 'The User with the username of "john.doe@company.com"', AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_9: "A NOT_SET Skill.", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_10: "The Date whose value is January 10th, 2015.", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_11: "The Time whose value is 02:15:00PM.", AR_FN_JSON_GETAT_JSON_LNG_DSC: "For a given JSON value, if the value contains an array this returns an item from the array or if the value contains a string, this returns a character at the supplied index.", AR_FN_JSON_GETAT_JSON_LNG_RV: "Returns the item from the supplied JSON array or character from the supplied JSON string value as a JSON value.", AR_FN_JSON_GETAT_JSON_LNG_PRM_DSC_0: "The JSON value that contains an array with the item to return or string value whose character you want to return. If the supplied JSON value does not contain an array or string, this will invoke error handling. Remember the IsJsonArray or IsJsonString functions can be used to check if a JSON value contains an array or string.", AR_FN_JSON_GETAT_JSON_LNG_PRM_DSC_1: "The zero-based index of the item in the JSON value array or character position in the JSON value string to return. Attempting to access an array item or string character using a negative index or an index that is greater than or equal to the number of items in the array or length of the string will invoke error handling.", AR_FN_JSON_GETAT_JSON_LNG_EX_OUT_0: 'A JSON String containing the value "b"', AR_FN_JSON_GETAT_JSON_LNG_EX_OUT_1: 'A JSON value containing the string "l".', AR_FN_DSC_COUNT: "Gets the number of items in a collection.", AR_FN_LNG_COUNT_ANY_COLL_DSC: "Gets the number of items in a collection.", AR_FN_LNG_COUNT_ANY_COLL_RV: "Returns the number of items in a collection.", AR_FN_LNG_COUNT_ANY_COLL_PRM_DSC_0: "The Boolean collection to count.", AR_FN_LNG_COUNT_JSON_DSC: "Counts the number of items within a JSON value that contains an array.", AR_FN_LNG_COUNT_JSON_RV: "Returns the number of items in the JSON array.", AR_FN_LNG_COUNT_JSON_PRM_DSC_0: "The JSON value with the array to count. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_DSC_ESCAPEFORMARKDOWN: "Escapes text for verbatim usage in Markdown.", AR_FN_STR_ESCAPEFORMARKDOWN_STR_DSC: 'Certain characters have special meaning in Markdown syntax. For example, using the "#" character indicates text following the "#" should be rendered as a heading. In order to see characters verbatim so they are not interpreted as formatting characters, they need to be escaped with a backslash. This function escapes "\\", "`", "*", "_", "{", "}", "[", "]", "(", ")" and "#" characters by pre-pending them with a "\\" from the supplied String value.', AR_FN_STR_ESCAPEFORMARKDOWN_STR_RV: "Returns the escaped String.", AR_FN_STR_ESCAPEFORMARKDOWN_STR_PRM_DSC_0: "The String to escape for Markdown.", AR_FN_STR_ESCAPEFORMARKDOWN_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_DSC_ESCAPEFORXML: "Escapes text for verbatim usage in XML.", AR_FN_STR_ESCAPEFORXML_STR_DSC: `Certain characters have special meaning in XML. For example, < and > are used to define tags in XML but if you want to need to use those characters verbatim so they are not interpreted as XML, they need to be escaped. This function escapes the " character to ", ' to ', < to <, > to > and & to &.`, AR_FN_STR_ESCAPEFORXML_STR_RV: "Returns the escaped String.", AR_FN_STR_ESCAPEFORXML_STR_PRM_DSC_0: "The String to escape for XML.", AR_FN_STR_ESCAPEFORXML_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_DSC_FIND: "Finds all occurrences of an item in a collection and returns an Integer collection of indices where that item was found. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_DSC: "Finds all occurrences of an item in a collection and returns an Integer collection of indices where that item was found.", AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_RV: "Returns the index of all occurrences of an item in a collection in an Integer collection. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_PRM_DSC_0: "The Collection you want to search.", AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_PRM_DSC_1: "The value to find.", AR_FN_DSC_FINDFIRST: "Finds the first occurrence of an item in a collection and returns an Integer indicating the index where that item was found. If the item is not found, -1 will be returned.", AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_DSC: "Finds the first occurrence of an item in a collection and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_RV: "Returns the index of the first occurrence of an item in a collection as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_PRM_DSC_0: "The Collection you want to search.", AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_PRM_DSC_1: "The value to find.", AR_FN_DSC_FINDITEMS: "Finds all occurrences of a knowledge base document labels in a knowledge base document label collection by label name and returns an Integer collection of indices where the items were found. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_DSC: "Finds all occurrences of a knowledge base document labels in a knowledge base document label collection by label name and returns an Integer collection of indices where the items were found.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_RV: "Returns the index of all occurrences of a knowledge base document labels in a collection in an Integer collection. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_0: "The knowledge base document label collection.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_1: "The knowledge base document label name to find.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_EX_OUT_1: 'Returns the indices of the label "Welcome Article" as an array of Integers, if it can be found within Flow.KnowledgeBaseDocument.labels. If the supplied label is not found, this returns an empty Integer array.', AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_DSC: "Finds all occurrences of a knowledge base document labels in a knowledge base document label collection and returns an Integer indicating the index where the items were found.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_RV: "Returns the index of all occurrences of a knowledge base document labels in a collection in an Integer collection. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_0: "The knowledge base document label collection.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_1: "The name of the knowledge base document label property to match on.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_2: "The value of the knowledge base document label property to match on.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_EX_OUT_1: 'Returns the indices of the label "Welcome Article" as an array of Integers, if labels with that name can be found within Flow.KnowledgeBaseDocument.labels. If the supplied label is not found, this returns an empty Integer array.', AR_FN_DSC_FINDFIRSTITEM: "Finds the first occurrences of a knowledge base document label in a knowledge base document label collection by label name and returns an Integer indicating the index where the item was found. If the item is not found, -1 will be returned", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_DSC: "Finds the first occurrence of a knowledge base document label in a knowledge base document label collection by label name and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_RV: "Returns the index of the first occurrence of a knowledge base document labels in a collection as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_0: "The knowledge base document label collection.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_1: "The knowledge base document label name to find.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_EX_OUT_1: 'Returns the first index of the label "Welcome Article" as an integer, if it can be found within Flow.KnowledgeBaseDocument.labels. If the supplied label is not found, this returns -1.', AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_DSC: "Finds the first occurrence of a knowledge base document label in a knowledge base document label collection and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_RV: "Returns the index of the first occurrence of a knowledge base document labels in a collection as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_0: "The knowledge base document label collection.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_1: "The name of the knowledge base document label property to match on.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_2: "The value of the knowledge base document label property to match on.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_EX_OUT_1: 'Returns the first index of the label "Welcome Article" as an integer, if a label with that name can be found within Flow.KnowledgeBaseDocument.labels. If the supplied label is not found, this returns -1.', AR_FN_DSC_FINDJSONARRAYITEM: "Finds all occurrences of an item in a JSON value that contains an array and returns an Integer collection of indices where that item was found. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_DSC: "Finds all occurrences of an item in a JSON array and returns an Integer collection of indices where that item was found.", AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_RV: "Returns the index of all occurrences of an item in a JSON array in an Integer collection. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_PRM_DSC_0: "The source JSON value that contains a JSON array for the find operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_PRM_DSC_1: "The value to find.", AR_FN_DSC_FINDJSONARRAYITEMFIRST: "Finds the first occurrence of an item in a JSON value that contains an array and returns an Integer indicating the index where that item was found. If the item is not found, -1 will be returned.", AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_DSC: "Finds the first occurrence of an item in a JSON array and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_RV: "Returns the index of the first occurrence of an item in a JSON array as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_PRM_DSC_0: "The source JSON value that contains a JSON array for the find operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_PRM_DSC_1: "The value to find.", AR_FN_DSC_MAKELIST: "Creates a collection with the specified parameters.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_DSC: "Creates a collection with the specified items.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_RV: "Returns a collection with the specified elements.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_PRM_DSC_0: "Item to add to the collection.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_0: "A Currency collection with two currency items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_1: "A DateTime collection with two date times in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_2: "A Decimal collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_3: "A Duration collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_4: "An Integer collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_5: "A String collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_6: "A Boolean collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_7: "A User collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_8: "A Skill collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_9: "A Skill collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_10: "A ListPickerItem collection with two items in it", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_11: "A ListPickerSection collection with one items in it", AR_FN_DSC_MAKEEMPTYLIST: "Creates an empty collection based on the type value passed in.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_DSC: "Creates an empty collection with the type specified in the item parameter.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_RV: "Returns an empty collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_PRM_DSC_0: "The item whose type will determine the type of the empty collection returned.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_0: "An empty Currency collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_1: "An empty DateTime collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_2: "An empty Decimal collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_3: "An empty Duration collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_4: "An empty Integer collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_5: "An empty String collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_6: "An empty Boolean collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_7: "An empty User collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_8: "An empty Skill collection.", AR_FN_DSC_ADDITEM: "Adds an item to a collection.", AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_DSC: "Adds a new item value to the end of a collection.", AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_RV: "Returns a new collection value whose contents is the supplied source collection plus the valueToAdd value appended to the end.", AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_PRM_DSC_0: "The source collection for the add operation.", AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_PRM_DSC_1: "The value to add to the returned collection. This must be the same data type as the source collection.", AR_FN_DSC_ADDJSONARRAYITEM: "Adds an item to a collection.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_DSC: "Creates a new JSON value that contains an array with items cloned from the supplied JSON value array with the value to add item value appended to the resulting array. The supplied JSON array is left unchanged.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_RV: "Returns a JSON value with the item added to the array.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_PRM_DSC_0: "The JSON value that contains an array for the add operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_PRM_DSC_1: "The value to add to the array contained in the returned JSON value.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_EX_OUT_0: 'A JSON value containing the following array: [ "a", 2, "c", "d" ]', AR_FN_DSC_ADDITEMAT: "Adds a new item value to a collection at a specific index.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_DSC: "Adds a new item to a collection by inserting it at a specified index.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_RV: "Returns a new collection value whose contents is the supplied source collection contents with the valueToAdd value inserted at the specified index.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_0: "The source collection for the add operation.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_1: "The zero-based index where the valueToAdd value will be inserted in the returned collection. To insert at the beginning of the returned collection, use an index value of 0. An index value less than or equal to the source collection length will append the valueToAdd item value in the returned collection.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_2: "The value to add to the returned collection. This must be the same data type as the source collection.", AR_FN_DSC_ADDJSONARRAYITEMAT: "Adds a new item to an array contained in a JSON value at a specific index in that array.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_DSC: "Creates a new JSON value that contains an array with items cloned from the supplied JSON value array with the value to add inserted at the specified index. The supplied JSON array is left unchanged.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_RV: "Returns a JSON value that contains an array with the item added at the specified index.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_0: "The JSON value with an array for the addJsonArrayItemAt operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_1: "The zero-based index where the valueToAdd value will be inserted in the returned Array. To insert at the beginning of the returned Array, use an index value of 0. An index value mediumr than or equal to the source collection length will append the valueToAdd item value to the returned array.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_2: "The value to add to the returned JSON array.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_0: 'A JSON value with an array that contains the values: [ 0, 1, 2, "Hello" ]', AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_1: 'A JSON value with an array that contains the values: [ "Goodbye", "Hello" ]', AR_FN_DSC_REMOVEDUPS: "Removes duplicate values from a collection.", AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_DSC: "Removes all duplicate values from the supplied source collection and returns the resulting collection value. To determine if a collection item is a duplicate of another, this function uses the equals operator when comparing the two collection items. Duplicate values that follow the first occurrence of a value are removed from the collection.", AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_RV: "Returns a new collection value with duplicate collection items removed.", AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_PRM_DSC_0: "The source collection for the duplicate removal operation.", AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_DSC: "Removes all duplicate String values from the source collection and returns the resulting collection value. This function has an option to perform case insensitive String value checking. Duplicate String values that follow the first occurrence of a String value are removed from the collection.", AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_RV: "Returns a new collection value with duplicate String items removed.", AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_PRM_DSC_0: "The source collection for the duplicate removal operation.", AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_PRM_DSC_1: "Whether or not to perform case insensitive (true) or case sensitive (false) String matching to determine duplicates for String values in the source collection.", AR_FN_DSC_REMOVEJSONARRAYDUPS: "Returns a JSON value that contains an array with duplicate values removed from a supplied JSON value that contains an array.", AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_DSC: "Creates a new JSON value that contains an array with unique items cloned from the supplied JSON value array. The supplied JSON array is left unchanged.", AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_RV: "Returns a new JSON value that contains an array by cloning only unique values in the array in the supplied JSON value.", AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_PRM_DSC_0: "The source JSON value that contains an array for the duplicate removal operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_EX_OUT_0: 'A JSON value that contains an array with items [ 100, 150, false, { "a": 5 } ]', AR_FN_DSC_REMOVEITEM: "Removes one or more items from a collection by value.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_DSC: "Removes all occurrences of a value from a collection and returns the resulting collection value.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_RV: "Returns a new collection value whose contents is the supplied source collection value without source collection items that were equal to the valueToRemove value.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_PRM_DSC_0: "The source collection for the remove operation.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_PRM_DSC_1: "The value to remove from the collection. This must be the same data type as the source collection.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_EX_OUT_4: "An empty Integer collection.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_DSC: "Removes all occurrences of a String value from a String collection and returns the resulting String collection value.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_RV: "Returns a new String collection value whose contents is the supplied source collection value without source collection String items whose value was equal to the valueToRemove value.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_0: "The source String collection for the remove operation.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_1: "The String value to remove from the collection.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_2: "Whether or not to perform case insensitive (true) or case sensitive (false) matching for String values in the source collection.", AR_FN_DSC_REMOVEJSONARRAYITEM: "Removes one or more items from a JSON value that contains an array.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_DSC: "Removes all occurrences of a value in a JSON array and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_RV: "Returns a new JSON value that contains a JSON array without items that are equal to the supplied valueToRemove value.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_PRM_DSC_0: "The source JSON value that contains an array for the remove operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_PRM_DSC_1: "The value to remove from the JSON array.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_EX_OUT_0: 'A JSON value that contains an array of [ "There" ].', AR_FN_DSC_REMOVEITEMAT: "Removes an item from a collection at a specific index.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_DSC: "Removes an item from a collection by its index and returns the resulting collection value.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_RV: "Returns a new collection value whose contents is the supplied source collection items without the item at the specified index.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_PRM_DSC_0: "The source collection for the remove operation.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_PRM_DSC_1: "The zero-based index of the item to remove from the collection.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_EX_OUT_0: "An empty String collection.", AR_FN_DSC_REMOVEJSONARRAYITEMAT: "Removes an item from an array in a JSON value at a specific index.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_DSC: "Removes a value at a specified index in a JSON array and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_RV: "Returns a new JSON value that contains a JSON array without the item at the supplied array's index.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_PRM_DSC_0: "The source JSON value that contains an array for the remove operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_PRM_DSC_1: "The zero-based index of the item to remove from the JSON array. If the index is less than 0 or greater than or equal to the number of items in the array, this will invoke error handling.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_EX_OUT_0: "A JSON value that contains an array with items [ 100, false ].", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_EX_OUT_1: "A JSON value that contains an array with the item [ false ].", AR_FN_DSC_REPLACEITEM: "Replaces one or more items in a collection with a new value.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_DSC: "Replaces all occurrences of a value in a collection with a new value and returns the resulting collection value.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_RV: "Returns a new collection value whose contents is the supplied source collection value with all collection items equal to valueToReplace replaced with the newValue value.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_0: "The source collection for the replace operation.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_1: "The item value to replace in the collection. This must be the same data type as the source collection.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_2: "The replacement item value. This must be the same data type as the source collection.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_DSC: "Replaces all occurrences of a String value in a collection with a new String value and returns the resulting String collection value.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_RV: "Returns a new String collection value whose contents is the supplied source collection value with all String collection items equal to valueToReplace replaced with the newValue String value.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_0: "The source String collection for the replace operation.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_1: "The item String value to replace in the collection.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_2: "The replacement item String value.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_3: "Whether or not to perform case insensitive (true) or case sensitive (false) matching for String values in the source collection.", AR_FN_DSC_REPLACEJSONARRAYITEM: "Replaces one or more items from a JSON value that contains an array.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_DSC: "Replaces all occurrences of a value in a JSON array with a new value and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_RV: "Returns a new JSON value that contains an array with replaced values.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_0: "The source JSON value that contains a JSON array for the replace operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_1: "The item value to replace in the returned array.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_2: "The replacement item value.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_0: 'A JSON value that contains the array [ "Goodbye" ]', AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_1: "A JSON value that contains the array [0, 2, 4, 6, 8]", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_2: "A JSON value that contains the array [0, null, 100]", AR_FN_DSC_REPLACEITEMAT: "Replaces an item in a collection at a specific index.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_DSC: "Replaces the collection item at a specified index with a new value and returns the resulting collection value.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_RV: "Returns a new collection value whose contents is the supplied source collection value with the item at the specified index set to the value of newValue.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_0: "The source collection for the replace operation.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_1: "The zero-based index of the item to replace in the collection. If the index is less than 0 or greater than or equal to the number of items in the JSON array, this will invoke error handling.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_2: "The replacement value. This must be the same data type as the source collection.", AR_FN_DSC_REPLACEJSONARRAYITEMAT: "Replaces one or more items from a JSON value that contains an array.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_DSC: "Replaces an item in a JSON array at a specified index with a new value and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_RV: "Returns a new JSON value that contains an array with the replaced value.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_0: "The source JSON value that contains an array for the replace operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_1: "The zero-based index of the item to replace in the JSON array. If the index is less than 0 or greater than or equal to the number of items in the array, this will invoke error handling.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_2: "The replacement item value.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_0: 'A JSON value that contains the array [ "Goodbye" ]', AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_1: "A JSON value that contains the array [0, 2, false, 5, 8]", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_2: "A JSON value that contains the array [0, null, 100]", AR_FN_DSC_REPLACEITEMFIRST: "Replaces the first occurrence of a value in a collection with a new value and returns the resulting collection value.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_DSC: "Replaces the first matching occurrence of a value in a collection with a new value and returns the resulting collection value.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_RV: "Returns a new collection value whose contents is the supplied source collection with the first item whose value equals valueToReplace replaced with the value of newValue.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_0: "The source collection for the replace operation.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_1: "The value to replace in the collection. This must be the same data type as the source collection.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_2: "The replacement value. This must be the same data type as the source collection.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_DSC: "Replaces the first matching occurrence of a String value in a collection with a new String value and returns the resulting collection value.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_RV: "Returns a new collection value whose contents is the supplied source collection with the first item whose value equals valueToReplace replaced with the value of newValue.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_0: "The source String collection for the replace operation.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_1: "The String value to replace in the collection.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_2: "The replacement String value.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_3: "Whether or not to perform case insensitive (true) or case sensitive (false) matching for String values in the source collection.", AR_FN_DSC_REPLACEJSONARRAYITEMFIRST: "Replaces an array item from a JSON value that contains an array with a new value.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_DSC: "Replaces the first occurrence of a value in a JSON array with a new value and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_RV: "Returns a new JSON value that contains the resulting JSON array.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_0: "The source JSON value that contains an array for the replace operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_1: "The item value to replace in the returned array.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_2: "The replacement item value.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_0: 'A JSON value that contains the array [ "Goodbye" ]', AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_1: "A JSON value that contains the array [0, 2, 4, 6, 8, 5, 4, false]", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_2: 'A JSON value that contains the array [0, null, { \\"a\\": true, \\"b\\": false }, 100]', AR_FN_DSC_TOBOOL: "Converts a value to a Boolean.", AR_FN_BLN_TOBOOL_DEC_DSC: "Converts a Decimal value to a Boolean.", AR_FN_BLN_TOBOOL_DEC_RV: "Returns true if the value in valueToConvert is not equal to 0.0, false if the value in valueToConvert is equal to 0.0 and a NOT_SET boolean if valueToConvert is NOT_SET.", AR_FN_BLN_TOBOOL_DEC_PRM_DSC_0: "The Decimal to convert to a Boolean.", AR_FN_BLN_TOBOOL_DEC_EX_OUT_3: "A NOT_SET Boolean", AR_FN_BLN_TOBOOL_STR_DSC: "Converts a String value to a Boolean.", AR_FN_BLN_TOBOOL_STR_RV: `Returns true if the value in valueToConvert is a case insensitive match to "True", "1" or "T". Returns false if the value in valueToConvert is a case insensitive match to "False", "0" or "F". If the value in valueToConvert is NOT_SET or doesn't match the true or false valid values, a NOT_SET Boolean is returned.`, AR_FN_BLN_TOBOOL_STR_PRM_DSC_0: 'The String to convert to a Boolean. Valid String values are "True", "1", "T", "False", "0", "F" and NOT_SET.', AR_FN_BLN_TOBOOL_STR_EX_OUT_9: "A NOT_SET Boolean", AR_FN_BLN_TOBOOL_STR_BLN_DSC: "Converts a String value to a Boolean value with default fallback in case the String value cannot be converted to a Boolean.", AR_FN_BLN_TOBOOL_STR_BLN_RV: "Returns the converted Boolean value.", AR_FN_BLN_TOBOOL_STR_BLN_PRM_DSC_0: "The String to convert to a Boolean. If the value in valueToConvert is a NOT_SET String, a NOT_SET Boolean is returned. If the string value cannot be converted to a Boolean value, the Boolean value supplied in the default parameter will be returned instead of invoking error handling.", AR_FN_BLN_TOBOOL_STR_BLN_PRM_DSC_1: "The default Boolean value to return instead of invoking error handling if the supplied String value cannot be converted to a Boolean.", AR_FN_BLN_TOBOOL_LNG_DSC: "Converts an Integer value to a Boolean.", AR_FN_BLN_TOBOOL_LNG_RV: "Returns true if the value in valueToConvert is not equal to 0, false if the value in valueToConvert is equal to 0 and a NOT_SET boolean if the value in valueToConvert is NOT_SET.", AR_FN_BLN_TOBOOL_LNG_PRM_DSC_0: "The Integer to convert to a Boolean.", AR_FN_BLN_TOBOOL_LNG_EX_OUT_3: "A NOT_SET Boolean", AR_FN_BLN_TOBOOL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Boolean.", AR_FN_BLN_TOBOOL_NTS_RV: "Returns a NOT_SET Boolean.", AR_FN_BLN_TOBOOL_NTS_PRM_DSC_0: "The value NOT_SET to convert to a Boolean.", AR_FN_BLN_TOBOOL_NTS_EX_OUT_0: "A NOT_SET Boolean", AR_FN_BLN_TOBOOL_BLN_DSC: "Returns a Boolean value from the supplied Boolean value.", AR_FN_BLN_TOBOOL_BLN_RV: "Returns the supplied Boolean.", AR_FN_BLN_TOBOOL_BLN_PRM_DSC_0: "The Boolean value to return.", AR_FN_BLN_TOBOOL_JSON_DSC: "Converts a JSON value to a Boolean value.", AR_FN_BLN_TOBOOL_JSON_RV: "Returns a Boolean value for the supplied JSON value.", AR_FN_BLN_TOBOOL_JSON_PRM_DSC_0: 'The JSON value to convert to Boolean. If the JSON value contains a number, the result will be true if the number is not equal to 0, otherwise false. If the JSON value contains a boolean, the result will be the boolean value. If the JSON value contains a string, the result will be true if the string value case insensitively matches "True", "T" or "1" and false if it case insensitively matches "False", "F" or "0". If the JSON value contains null, a NOT_SET Boolean is returned. Otherwise if the JSON value contains an object or an array, error handling will be invoked.', AR_FN_BLN_TOBOOL_JSON_EX_OUT_4: "A NOT_SET Boolean.", AR_FN_BLN_TOBOOL_JSON_EX_OUT_5: "A NOT_SET Boolean.", AR_FN_BLN_TOBOOL_JSON_BLN_DSC: "Converts a JSON value to a Boolean value with default fallback in case the JSON value cannot be converted to a Boolean.", AR_FN_BLN_TOBOOL_JSON_BLN_RV: "Returns a Boolean value for the supplied JSON value.", AR_FN_BLN_TOBOOL_JSON_BLN_PRM_DSC_0: 'The JSON value to convert to a Boolean. If the JSON value contains a number, the result will be true if the number is not equal to 0, otherwise false. If the JSON value contains a boolean, the result will be the boolean value. If the JSON value contains a string, the result will be true if the string value case insensitively matches "True", "T" or "1" and false if it case insensitively matches "False", "F" or "0". If the JSON value contains null, a NOT_SET Boolean is returned. Otherwise if the JSON value contains an object or an array or cannot be converted to a Boolean, the default parameter Boolean value is returned.', AR_FN_BLN_TOBOOL_JSON_BLN_PRM_DSC_1: "The default Boolean value to return instead of invoking error handling if the supplied JSON value cannot be converted to a Boolean.", AR_FN_DSC_TODIGITALAUDIO: "Converts a value to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_DSC: "Returns a Digital Audio from the supplied Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_RV: "Returns the supplied Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_PRM_DSC_0: "The Digital Audio to return.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_EX_OUT_0: "A NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_RV: "Returns a NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_EX_OUT_0: "A NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DSC: "Returns a Digital Audio from the supplied Response Asset value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_RV: "Returns the Digital Audio value for the supplied Response Asset value if it can be converted, otherwise a NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_PRM_DSC_0: "The Response Asset to convert to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_EX_OUT_0: "A Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_EX_OUT_1: "A NOT_SET Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_DSC: "Converts a Response Asset value to a Digital Audio value with default fallback in case the Response Asset value cannot be converted to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_RV: "Returns the Digital Audio value for the supplied Response Asset value if it can be converted. If the Response Asset value is NOT_SET, a NOT_SET Digital Audio is returned instead of the default value. Otherwise the supplied default Digital Audio value is returned.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_PRM_DSC_0: "The Response Asset to convert to a DigitalAudio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_PRM_DSC_1: "The default Digital Audio value to return instead of invoking error handling if the supplied Response Asset cannot be converted to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_0: "A Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_1: "A NOT_SET Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_2: "The default Digital Audio value.", AR_FN_DSC_TODIGITALAUDIOCOLLECTION: "Converts a collection to a Digital Audio Collection.", AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_DSC: "This converts a Response Asset collection to a Digital Audio collection by converting each item in the Response Asset collection to a Digital Audio item.", AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_RV: "The returned Digital Audio collection will have the same number of items as the supplied Response Asset Collection. Response Asset items that cannot be converted to a Digital Audio value will be NOT_SET in the returned collection.", AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0: "The Response Asset collection to convert to a Digital Audio collection.", AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_EX_OUT_0: "A Digital Audio collection with two items.", AR_FN_DSC_TODISPLAYSTRING: "Converts a value to a localized String.", AR_FN_STR_TODISPLAYSTRING_ANY_DSC: "Converts a value to a localized String.", AR_FN_STR_TODISPLAYSTRING_ANY_RV: "Returns a localized String for the value submitted in valueToConvert.", AR_FN_STR_TODISPLAYSTRING_ANY_PRM_DSC_0: "The value to convert to a String. Any NOT_SET value submitted will result in a NOT_SET String being returned.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_DSC: "Converts a collection to a localized String. The method calls ToDisplayString on each element in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_RV: "Returns a localized String for the collection submitted in valueToConvert.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_PRM_DSC_0: "The collection to convert to a String.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_DSC: "Converts a collection to a localized String. The method calls ToDisplayString on each element in the collection and appends the returned value for each item to the result string. Items in the returned string are delimited with the value specified in the delimiter parameter.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_RV: "Returns a localized String for the collection.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_PRM_DSC_0: "The collection to convert to a String.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used for the delimiter.", AR_FN_STR_TODISPLAYSTRING_CUR_LNG_DSC: "Converts a Currency value to a localized String.", AR_FN_STR_TODISPLAYSTRING_CUR_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TODISPLAYSTRING_CUR_LNG_PRM_DSC_0: "The Currency to convert to a String.", AR_FN_STR_TODISPLAYSTRING_CUR_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_DSC: "Converts a Currency collection to a localized String. The method calls ToDisplayString on each Currency in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_PRM_DSC_0: "The Currency collection to convert to a String.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_DSC: "Converts a Currency collection to a localized String. The method calls ToDisplayString on each Currency in the collection and appends the returned value for each item to the result string. Items in the returned string are delimited with the value specified in the delimiter parameter.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_0: "The Currency to convert to a String.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_2: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_DEC_LNG_DSC: "Converts a Decimal value to a localized String.", AR_FN_STR_TODISPLAYSTRING_DEC_LNG_RV: "Returns a string representation of the Decimal value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TODISPLAYSTRING_DEC_LNG_PRM_DSC_0: "The Decimal to convert to a String.", AR_FN_STR_TODISPLAYSTRING_DEC_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAY_DEC_COLL_LNG_DSC: "Converts a Decimal collection to a localized String. The method calls ToDisplayString on each Decimal in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TODISPLAY_DEC_COLL_LNG_RV: "Returns a localized String for the collection.", AR_FN_STR_TODISPLAY_DEC_COLL_LNG_PRM_DSC_0: "The Decimal collection to convert to a String.", AR_FN_STR_TODISPLAY_DEC_COLL_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point for each decimal in the collection. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_DSC: "Converts a Decimal collection to a localized String. The method calls ToDisplayString on each Decimal in the collection and appends the returned value for each item to the result string. Items in the returned string are delimited with the value specified in the delimiter parameter.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_RV: "Returns a localized String for the collection.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_0: "The Decimal collection to convert to a String.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_2: "The number of decimal places to emit after the decimal point for each decimal in the collection. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_NTS_DSC: "Creates a NOT_SET string.", AR_FN_STR_TODISPLAYSTRING_NTS_RV: "Returns a NOT_SET String.", AR_FN_STR_TODISPLAYSTRING_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_STR_TODISPLAYSTRING_NTS_EX_OUT_0: "A NOT_SET String", AR_FN_DSC_TOSTRING: "Converts a value to a non-localized String.", AR_FN_STR_TOSTRING_ANY_DSC: "Converts a value to a non-localized String.", AR_FN_STR_TOSTRING_ANY_RV: "Returns a non-localized String for the value submitted in valueToConvert.", AR_FN_STR_TOSTRING_ANY_PRM_DSC_0: "The value to convert to a String.", AR_FN_STR_TOSTRING_ANY_EX_OUT_4: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_5: '"10.00|USD" ( currency values return two decimal places if the amount is set )', AR_FN_STR_TOSTRING_ANY_EX_OUT_7: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_10: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_13: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_16: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_18: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_19: "Returns the username property from the supplied User value or a NOT_SET String if the User value itself is NOT_SET.", AR_FN_STR_TOSTRING_ANY_EX_OUT_20: '"Call back in a week" - This is the name on the Wrapup Code.', AR_FN_STR_TOSTRING_ANY_EX_OUT_21: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_22: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_23: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_24: '"tel:+1 (317) 872-3000" ( the Phone Number uri property )', AR_FN_STR_TOSTRING_ANY_EX_OUT_25: "Returns the uri property from the supplied Phone Number value. If the Phone Number value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_26: "Returns the name property from the supplied Skill value. If the Skill value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_27: "Returns the username property from the supplied User value. If the User value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_28: "Returns the name property from the supplied Wrapup Code value. If the Wrapup Code value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_29: "Returns the String value of the Call.ContactId variable.", AR_FN_STR_TOSTRING_ANY_EX_OUT_30: "Returns the id property value from the supplied Email value.", AR_FN_STR_TOSTRING_ANY_EX_OUT_31: "Returns the id property value from the supplied Email Address value.", AR_FN_STR_TOSTRING_ANY_EX_OUT_32: "Returns the id property value from the supplied Email Attachment value.", AR_FN_STR_TOSTRING_ANY_EX_OUT_33: "Returns the id property value from the supplied External Organization value or a NOT_SET String if the External Organization value itself is NOT_SET.", AR_FN_STR_TOSTRING_ANY_EX_OUT_34: "Returns the id property value from the supplied External Contact value or a NOT_SET String if the External Contact value itself is NOT_SET.", AR_FN_STR_TOSTRING_ANY_EX_OUT_35: 'Returns a String generated from non blank properties in the External Address such as "100 Main St., Chicago, IL, 60447, USA", "Los Angeles, CA" or a NOT_SET String if the External Address value itself is NOT_SET.', AR_FN_STR_TOSTRING_ANY_EX_OUT_36: "Returns the display property from the supplied External PhoneNumber value or a NOT_SET String if the External PhoneNumber itself is NOT_SET.", AR_FN_STR_TOSTRING_ANY_EX_OUT_37: '"Welcome" - This returns the name property from the supplied Prompt value. If a Prompt value is NOT_SET, a NOT_SET String is returned.', AR_FN_STR_TOSTRING_ANY_EX_OUT_42: "Returns the id property of the supplied Workitem.", AR_FN_STR_TOSTRING_ANY_EX_OUT_49: "Returns the name property from the supplied Utilization Label. If Utilization Label value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_50: "Returns the name property from the supplied Worktype Status. If the Worktype Status value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_51: "Returns the title property of the supplied TimePicker value", AR_FN_STR_TOSTRING_NTS_DSC: "Creates a NOT_SET string.", AR_FN_STR_TOSTRING_NTS_RV: "Returns a NOT_SET String.", AR_FN_STR_TOSTRING_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_STR_TOSTRING_NTS_EX_OUT_0: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_COLL_DSC: "Converts a collection to a non-localized String. The method calls ToString on each element in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TOSTRING_ANY_COLL_RV: "Returns a non-localized String for the collection submitted in valueToConvert.", AR_FN_STR_TOSTRING_ANY_COLL_PRM_DSC_0: "The collection to convert to a String.", AR_FN_STR_TOSTRING_ANY_COLL_STR_DSC: "Converts a collection to a non-localized String. The method calls ToString on each element in the collection and appends the returned value for each item to the result string. Items in the returned string are delimited with the value specified in the delimiter parameter.", AR_FN_STR_TOSTRING_ANY_COLL_STR_RV: "Returns a non-localized String for the collection.", AR_FN_STR_TOSTRING_ANY_COLL_STR_PRM_DSC_0: "The collection to convert to a String.", AR_FN_STR_TOSTRING_ANY_COLL_STR_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used for the delimiter.", AR_FN_STR_TOSTRING_DEC_LNG_DSC: "Converts a Decimal value to a non-localized String.", AR_FN_STR_TOSTRING_DEC_LNG_RV: "Returns a string representation of the Decimal value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_DEC_LNG_PRM_DSC_0: "The Decimal to convert to a String.", AR_FN_STR_TOSTRING_DEC_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_DEC_LNG_EX_OUT_3: "A NOT_SET String", AR_FN_STR_TOSTRING_CUR_LNG_DSC: "Converts a Currency value to a non-localized String.", AR_FN_STR_TOSTRING_CUR_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_CUR_LNG_PRM_DSC_0: "The Currency to convert to a String.", AR_FN_STR_TOSTRING_CUR_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_DEC_COLL_LNG_DSC: "Converts a Decimal collection to a non-localized String. The method calls ToString on each element in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TOSTRING_DEC_COLL_LNG_RV: "Returns a non-localized String for the collection.", AR_FN_STR_TOSTRING_DEC_COLL_LNG_PRM_DSC_0: "The Decimal collection to convert to a String.", AR_FN_STR_TOSTRING_DEC_COLL_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point for each decimal in the collection. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_CUR_COLL_LNG_DSC: "Converts a Currency collection to a non-localized String.", AR_FN_STR_TOSTRING_CUR_COLL_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_CUR_COLL_LNG_PRM_DSC_0: "The Currency collection to convert to a String.", AR_FN_STR_TOSTRING_CUR_COLL_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_DSC: "Converts a Decimal collection to a non-localized String. The method calls ToString on each element in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_RV: "Returns a non-localized String for the collection.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_0: "The Decimal collection to convert to a String.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_2: "The number of decimal places to emit after the decimal point for each decimal in the collection. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_DSC: "Converts a Currency collection to a non-localized String.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_0: "The Currency to convert to a String.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_2: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_DSC_TOINT: "Converts a value to an Integer type.", AR_FN_LNG_TOINT_BLN_DSC: "Converts a Boolean to an Integer. True returns 1. False returns 0.", AR_FN_LNG_TOINT_BLN_RV: "Returns 1 if the value in valueToConvert is true, 0 if the value in valueToConvert is false and a NOT_SET Integer if the value in valueToConvert is a NOT_SET Boolean.", AR_FN_LNG_TOINT_BLN_PRM_DSC_0: "The Boolean to convert to an Integer.", AR_FN_LNG_TOINT_BLN_EX_OUT_2: "A NOT_SET Integer", AR_FN_LNG_TOINT_DEC_DSC: "Converts a Decimal to an Integer.", AR_FN_LNG_TOINT_DEC_RV: "Returns the integer part of the Decimal supplied in the valueToConvert parameter. If the value in valueToConvert is a NOT_SET Decimal, a NOT_SET Integer is returned.", AR_FN_LNG_TOINT_DEC_PRM_DSC_0: "The Decimal to convert to an Integer.", AR_FN_LNG_TOINT_DEC_EX_OUT_5: "A NOT_SET Integer", AR_FN_LNG_TOINT_STR_DSC: "Converts a String value to an Integer.", AR_FN_LNG_TOINT_STR_RV: "Returns the string supplied in the valueToConvert parameter as an Integer. If the value in valueToConvert is a NOT_SET String, a NOT_SET Integer is returned.", AR_FN_LNG_TOINT_STR_PRM_DSC_0: "The String to convert to an Integer.", AR_FN_LNG_TOINT_STR_EX_OUT_3: "A NOT_SET Integer", AR_FN_LNG_TOINT_STR_EX_OUT_4: "A NOT_SET Integer", AR_FN_LNG_TOINT_STR_EX_OUT_5: "A NOT_SET Integer", AR_FN_LNG_TOINT_STR_EX_OUT_6: "This would result in an error at runtime.", AR_FN_LNG_TOINT_STR_LNG_DSC: "Converts a String value to an Integer value with default fallback in case the String value cannot be converted to an Integer.", AR_FN_LNG_TOINT_STR_LNG_RV: "Returns the converted Integer value.", AR_FN_LNG_TOINT_STR_LNG_PRM_DSC_0: "The String to convert to an Integer. If the value in valueToConvert is a NOT_SET String, a NOT_SET Integer is returned. If the string value cannot be converted to an Integer value, the Integer value supplied in the default parameter will be returned instead of invoking error handling.", AR_FN_LNG_TOINT_STR_LNG_PRM_DSC_1: "The default Integer value to return instead of invoking error handling if the supplied String value cannot be converted to an Integer.", AR_FN_LNG_TOINT_STR_LNG_EX_OUT_3: "A NOT_SET Integer.", AR_FN_LNG_TOINT_STR_LNG_EX_OUT_4: "A NOT_SET Integer.", AR_FN_LNG_TOINT_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Integer.", AR_FN_LNG_TOINT_NTS_RV: "Returns a NOT_SET Integer.", AR_FN_LNG_TOINT_NTS_PRM_DSC_0: "The NOT_SET value to convert to an Integer.", AR_FN_LNG_TOINT_NTS_EX_OUT_0: "A NOT_SET Integer", AR_FN_LNG_TOINT_LNG_DSC: "Returns an Integer value from the supplied Integer value.", AR_FN_LNG_TOINT_LNG_RV: "Returns the supplied Integer value.", AR_FN_LNG_TOINT_LNG_PRM_DSC_0: "The Integer value to return.", AR_FN_LNG_TOINT_DUR_DSC: "Converts a Duration to an Integer. Returns an Integer value equal to the Duration in milliseconds", AR_FN_LNG_TOINT_DUR_RV: "Returns an Integer value equal to the length of the Duration in milliseconds. Returns a NOT_SET Integer if the value in valueToConvert is a NOT_SET Duration.", AR_FN_LNG_TOINT_DUR_PRM_DSC_0: "The Duration to convert to an Integer.", AR_FN_LNG_TOINT_DUR_EX_OUT_3: "A NOT_SET Integer", AR_FN_LNG_TOINT_JSON_DSC: "Converts a JSON value to an Integer value.", AR_FN_LNG_TOINT_JSON_RV: "Returns an Integer value for the supplied JSON value.", AR_FN_LNG_TOINT_JSON_PRM_DSC_0: "The JSON value to convert to an Integer. If the JSON value contains a number, the result will be an Integer with the integral part of the number. If the JSON value contains a boolean, the result will be 1 if true, otherwise 0. If the JSON value contains a string, the runtime will attempt to convert the string value to an Integer using the same rules as the ToInt implementation that takes a String value. If the JSON value contains null, a NOT_SET Integer is returned. Otherwise if the JSON value contains an object or an array, error handling will be invoked.", AR_FN_LNG_TOINT_JSON_EX_OUT_4: "A NOT_SET Integer.", AR_FN_LNG_TOINT_JSON_EX_OUT_5: "A NOT_SET Integer.", AR_FN_LNG_TOINT_JSON_LNG_DSC: "Converts a JSON value to an Integer value with default fallback in case the JSON value cannot be converted to an Integer.", AR_FN_LNG_TOINT_JSON_LNG_RV: "Returns an Integer value for the supplied JSON value.", AR_FN_LNG_TOINT_JSON_LNG_PRM_DSC_0: "The JSON value to convert to an Integer. If the JSON value contains a number, the result will be an Integer with the integral part of the number. If the JSON value contains a boolean, the result will be 1 if true, otherwise 0. If the JSON value contains a string, the runtime will attempt to convert the string value to an Integer using the same rules as the ToInt implementation that takes a String value. If the JSON value contains null, a NOT_SET Integer is returned. Otherwise if the JSON value contains an object or an array, or the value cannot be converted to an Integer, the default parameter Integer value is returned.", AR_FN_LNG_TOINT_JSON_LNG_PRM_DSC_1: "The default Integer value to return instead of invoking error handling if the supplied JSON value cannot be converted to an Integer.", AR_FN_LNG_TOINT_JSON_LNG_EX_OUT_4: "A NOT_SET Integer.", AR_FN_DSC_TODECIMAL: "Converts a value to a Decimal.", AR_FN_DEC_TODECIMAL_BLN_DSC: "Converts a Boolean to an Decimal.", AR_FN_DEC_TODECIMAL_BLN_RV: "Returns 1.0 for the Boolean value true and 0.0 for the Boolean value False. A NOT_SET Decimal is returned if the value in valueToConvert is a NOT_SET Boolean.", AR_FN_DEC_TODECIMAL_BLN_PRM_DSC_0: "The Boolean to convert to a Decimal.", AR_FN_DEC_TODECIMAL_BLN_EX_OUT_2: "A NOT_SET Decimal", AR_FN_DEC_TODECIMAL_CUR_DSC: "Converts a Currency value to an Decimal type via. the amount in the supplied Currency value.", AR_FN_DEC_TODECIMAL_CUR_RV: "Returns a Decimal value contained on the Currency value.", AR_FN_DEC_TODECIMAL_CUR_PRM_DSC_0: "The Currency value that contains the amount to return.", AR_FN_DEC_TODECIMAL_CUR_EX_OUT_2: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_STR_DSC: "Converts a String value to an Decimal type.", AR_FN_DEC_TODECIMAL_STR_RV: "Returns a Decimal value from a string.", AR_FN_DEC_TODECIMAL_STR_PRM_DSC_0: "The String value to convert to a Decimal.", AR_FN_DEC_TODECIMAL_STR_EX_OUT_2: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_STR_EX_OUT_3: "A NOT_SET Decimal", AR_FN_DEC_TODECIMAL_STR_EX_OUT_4: "A NOT_SET Decimal", AR_FN_DEC_TODECIMAL_STR_EX_OUT_5: "This would result in an error at runtime.", AR_FN_DEC_TODECIMAL_STR_DEC_DSC: "Converts a String value to a Decimal value with default fallback in case the String value cannot be converted to a Decimal.", AR_FN_DEC_TODECIMAL_STR_DEC_RV: "Returns the converted Decimal value.", AR_FN_DEC_TODECIMAL_STR_DEC_PRM_DSC_0: "The String to convert to a Decimal. If the value in valueToConvert is a NOT_SET String, a NOT_SET Decimal is returned. If the string value cannot be converted to a Decimal value, the Decimal value supplied in the default parameter will be returned instead of invoking error handling.", AR_FN_DEC_TODECIMAL_STR_DEC_PRM_DSC_1: "The default Decimal value to return instead of invoking error handling if the supplied String value cannot be converted to a Decimal.", AR_FN_DEC_TODECIMAL_STR_DEC_EX_OUT_2: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_STR_DEC_EX_OUT_3: "A NOT_SET Decimal", AR_FN_DEC_TODECIMAL_LNG_DSC: "Converts an integer value to an Decimal type.", AR_FN_DEC_TODECIMAL_LNG_RV: "Returns a Decimal value for the supplied Integer value.", AR_FN_DEC_TODECIMAL_LNG_PRM_DSC_0: "The Integer value to convert to a Decimal.", AR_FN_DEC_TODECIMAL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_NTS_RV: "Returns a NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_NTS_EX_OUT_0: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_DEC_DSC: "Returns a Decimal value from the supplied Decimal value.", AR_FN_DEC_TODECIMAL_DEC_RV: "Returns the supplied Decimal value.", AR_FN_DEC_TODECIMAL_DEC_PRM_DSC_0: "The Decimal value to return.", AR_FN_DEC_TODECIMAL_JSON_DSC: "Converts a JSON value to a Decimal value.", AR_FN_DEC_TODECIMAL_JSON_RV: "Returns an Decimal value for the supplied JSON value.", AR_FN_DEC_TODECIMAL_JSON_PRM_DSC_0: "The JSON value convert to an Decimal. If the JSON value contains a number, the result will be a Decimal containing that value assuming the value does not exceed the minimum or maximum Decimal value supported by Architect. If the JSON value contains a boolean, the result will be 1.0 if true, otherwise 0.0. If the JSON value contains a string, the runtime will attempt to convert the string value to a Decimal using the same rules as the ToDecimal implementation that takes a String value. If the JSON value contains null, a NOT_SET Decimal is returned. Otherwise if the JSON value contains an object or an array, error handling will be invoked.", AR_FN_DEC_TODECIMAL_JSON_EX_OUT_3: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_JSON_EX_OUT_4: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_JSON_DEC_DSC: "Converts a JSON value to a Decimal value with default fallback in case the JSON value cannot be converted to a Decimal.", AR_FN_DEC_TODECIMAL_JSON_DEC_RV: "Returns a Decimal value for the supplied JSON value.", AR_FN_DEC_TODECIMAL_JSON_DEC_PRM_DSC_0: "The JSON value to convert to a Decimal. If the JSON value contains a number, the result will be a Decimal with the integral part of the number. If the JSON value contains a boolean, the result will be 1 if true, otherwise 0. If the JSON value contains a string, the runtime will attempt to convert the string value to a Decimal using the same rules as the ToDecimal implementation that takes a String value. If the JSON value contains null, a NOT_SET Decimal is returned. Otherwise if the JSON value contains an object or an array, or the value cannot be converted to a Decimal, the default parameter Decimal value is returned.", AR_FN_DEC_TODECIMAL_JSON_DEC_PRM_DSC_1: "The default Integer value to return instead of invoking error handling if the supplied JSON value cannot be converted to a Decimal.", AR_FN_DEC_TODECIMAL_JSON_DEC_EX_OUT_2: "A NOT_SET Decimal.", AR_FN_DSC_TODATE: "Converts a value to a Date.", AR_FN_DATE_TODATE_STR_DSC: "Converts a String value to a Date type.", AR_FN_DATE_TODATE_STR_RV: "Returns a Date from a supplied string.", AR_FN_DATE_TODATE_STR_PRM_DSC_0: "The String value to convert to a Date. The String must be in the following format: YYYY-MM-DD where YYYY = 4 digit year, MM = 2 digit month and DD = 2 digit day.", AR_FN_DATE_TODATE_STR_EX_OUT_0: "A Date of January 10th, 2009.", AR_FN_DATE_TODATE_STR_EX_OUT_1: "A NOT_SET Date.", AR_FN_DATE_TODATE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Date.", AR_FN_DATE_TODATE_NTS_RV: "Returns a NOT_SET Date.", AR_FN_DATE_TODATE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Date.", AR_FN_DATE_TODATE_NTS_EX_OUT_0: "A NOT_SET Date.", AR_FN_DATE_TODATE_DTM_DSC: "Returns a Date value from the supplied DateTime value.", AR_FN_DATE_TODATE_DTM_RV: "Returns the date portion of supplied DateTime value as a Date value.", AR_FN_DATE_TODATE_DTM_PRM_DSC_0: "The DateTime value from which to get the Date to return. If a NOT_SET DateTime value is supplied, this will return a NOT_SET Date.", AR_FN_DATE_TODATE_DTM_EX_OUT_0: "A Date whose value is September 22nd, 2012.", AR_FN_DATE_TODATE_DTM_EX_OUT_1: "A NOT_SET Date.", AR_FN_DATE_TODATE_DATE_DSC: "Returns a Date value from the supplied Date value.", AR_FN_DATE_TODATE_DATE_RV: "Returns the supplied Date value.", AR_FN_DATE_TODATE_DATE_PRM_DSC_0: "The Date value to return.", AR_FN_DATE_TODATE_DATE_EX_OUT_0: "A Date whose value is January 1st, 2003.", AR_FN_DATE_TODATE_DATE_EX_OUT_1: "A NOT_SET Date.", AR_FN_DSC_TODATETIME: "Converts a value to a DateTime.", AR_FN_DTM_TODATETIME_STR_DSC: "Converts a String value to a DateTime type.", AR_FN_DTM_TODATETIME_STR_RV: "Returns a DateTime from a supplied string. Note: The returned DateTime value will be in Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_PRM_DSC_0: 'The String value to convert to a DateTime. The String must be in the following format: YYYY-MM-DDThh:mm:ss.SSS[Z|(+|-)hh:mm] where YYYY = 4 digit year, MM = 2 digit month, DD = 2 digit day, hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second and SSS = 3 digit fractional seconds. When specifying fractional seconds, if you specify more than 3 digits, they are ignored. "T" is a separator indicating where the time portion starts. [Z|(+|-)hh:mm] represents the offset of the date time from Coordinated Universal Time where "Z" indicates Coordinated Universal Time (UTC) itself. If "[+|-]hh:mm" is used instead of "Z" that specifies an offset from UTC. If the date portion is omitted in the supplied String value, "1970-01-01" is used. If the date portion of the String has "YYYY-MM" but no day of month, "01" is used for the day of month. If the date portion of the String has "YYYY" but no month or day of month, "01-01" is used for month and day of month. If no time portion is supplied, "00:00:00" is used. If the time portion of the String has "hh:mm" but no seconds specified, "00" is used for the seconds. Note that a time only String value with an offset such as "13:30:07+05:00" is not allowed and will invoke flow error handling.', AR_FN_DTM_TODATETIME_STR_EX_OUT_0: "A DateTime of January 10th, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_1: "A DateTime of January 10th, 2009 at 01:30:00 PM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_2: "A DateTime of January 10th, 2009 at 04:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_3: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_STR_EX_OUT_4: "A DateTime of January 1st, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_5: "A DateTime of March 20th, 2010 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_6: "A DateTime of March 1st, 2011 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_7: "A DateTime of January 1st, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_8: "A DateTime of January 1st, 2012 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_9: "A DateTime of January 1st, 1970 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_10: "A DateTime of January 1st, 1970 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_11: "A DateTime of January 1st, 1970 at 06:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_12: "A DateTime of January 1st, 1970 at 06:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_13: "A DateTime of March 20th, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_14: "A DateTime of March 1st, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_15: "A DateTime of January 1st, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_LNG_DSC: "Converts an Integer value to a DateTime", AR_FN_DTM_TODATETIME_LNG_RV: "Returns the supplied Integer value as a DateTime.", AR_FN_DTM_TODATETIME_LNG_PRM_DSC_0: "This converts the parameter value to a number of seconds to add to the DateTime January 1, 1970 at 12:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_LNG_EX_OUT_0: "A DateTime of January 1st, 1970 at 01:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_LNG_EX_OUT_1: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_NTS_DSC: "Converts a NOT_SET value to a NOT_SET DateTime.", AR_FN_DTM_TODATETIME_NTS_RV: "Returns a NOT_SET DateTime.", AR_FN_DTM_TODATETIME_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET DateTime.", AR_FN_DTM_TODATETIME_NTS_EX_OUT_0: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_DTM_DSC: "Returns a DateTime value from the supplied DateTime value.", AR_FN_DTM_TODATETIME_DTM_RV: "Returns the supplied DateTime value.", AR_FN_DTM_TODATETIME_DTM_PRM_DSC_0: "The DateTime value to return.", AR_FN_DTM_TODATETIME_DTM_EX_OUT_0: "A DateTime of January 1st, 2003 at 12:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_JSON_DSC: "Converts a JSON value to a DateTime type.", AR_FN_DTM_TODATETIME_JSON_RV: "Returns a DateTime from a supplied JSON Value.", AR_FN_DTM_TODATETIME_JSON_PRM_DSC_0: 'The JSON value to convert to a DateTime. If the JSON value contains a number, the resulting DateTime will be the value of that number of seconds to the DateTime January 1, 1970 at 12:00:00 AM in Coordinated Universal Time (UTC) up to three decimal places to support milliseconds. If the JSON value contains a string, the runtime will attempt to convert the string value to a DateTime using the same rules as the ToDateTime implementation that takes a String value. If the JSON value contains null, a NOT_SET DateTime is returned. Otherwise if the JSON value contains an object, an array or the value cannot be converted, error handling will be invoked. For String values, the String must be in the following format: YYYY-MM-DDThh:mm:ss.SSS[Z|(+|-)hh:mm] where YYYY = 4 digit year, MM = 2 digit month, DD = 2 digit day, hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second and SSS = 3 digit fractional seconds. When specifying fractional seconds, if you specify more than 3 digits, they are ignored. "T" is a separator indicating where the time portion starts. [Z|(+|-)hh:mm] represents the offset of the date time from Coordinated Universal Time where "Z" indicates Coordinated Universal Time (UTC) itself. If "[+|-]hh:mm" is used instead of "Z" that specifies an offset from UTC. If the date portion is omitted in the supplied String value, "1970-01-01" is used. If the date portion of the String has "YYYY-MM" but no day of month, "01" is used for the day of month. If the date portion of the String has "YYYY" but no month or day of month, "01-01" is used for month and day of month. If no time portion is supplied, "00:00:00" is used. If the time portion of the String has "hh:mm" but no seconds specified, "00" is used for the seconds. Note that a time only String value with an offset such as "13:30:07+05:00" is not allowed and will invoke flow error handling.', AR_FN_DTM_TODATETIME_JSON_EX_OUT_0: "A DateTime of January 1st, 1970 at 01:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_JSON_EX_OUT_1: "A DateTime of January 1st, 1970 at 01:00:00.025 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_JSON_EX_OUT_2: "A DateTime of January 10th, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_3: "A DateTime of January 10th, 2009 at 04:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_4: "A DateTime of January 1st, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_5: "A DateTime of March 20th, 2010 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_6: "A DateTime of March 1st, 2011 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_7: "A DateTime of January 1st, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_8: "A DateTime of January 1st, 2012 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_9: "A DateTime of January 1st, 1970 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_10: "A DateTime of January 1st, 1970 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_11: "A DateTime of January 1st, 1970 at 06:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_12: "A DateTime of January 1st, 1970 at 06:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_13: "A DateTime of March 20th, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_14: "A DateTime of March 1st, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_15: "A DateTime of January 1st, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_16: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_17: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_JSON_DTM_DSC: "Converts a JSON value to a Datetime value with default fallback in case the JSON value cannot be converted to a DateTime.", AR_FN_DTM_TODATETIME_JSON_DTM_RV: "Returns a DateTime from a supplied JSON Value.", AR_FN_DTM_TODATETIME_JSON_DTM_PRM_DSC_0: 'The JSON value to convert to a DateTime. If the JSON value contains a number, the resulting DateTime will be the value of that number of seconds to add to the DateTime January 1, 1970 at 12:00:00 AM in Coordinated Universal Time (UTC) up to three decimal places to support milliseconds. If the JSON value contains a string, the runtime will attempt to convert the string value to a DateTime using the same rules as the ToDateTime implementation that takes a String value. If the JSON value contains null, a NOT_SET DateTime is returned. Otherwise if the JSON value contains an object, an array or the value cannot be converted, the value supplied in the default parameter will be returned. For String values, the String must be in the following format: YYYY-MM-DDThh:mm:ss.SSS[Z|(+|-)hh:mm] where YYYY = 4 digit year, MM = 2 digit month, DD = 2 digit day, hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second and SSS = 3 digit fractional seconds. When specifying fractional seconds, if you specify more than 3 digits, they are ignored. "T" is a separator indicating where the time portion starts. [Z|(+|-)hh:mm] represents the offset of the date time from Coordinated Universal Time where "Z" indicates Coordinated Universal Time (UTC) itself. If "[+|-]hh:mm" is used instead of "Z" that specifies an offset from UTC. If the date portion is omitted in the supplied String value, "1970-01-01" is used. If the date portion of the String has "YYYY-MM" but no day of month, "01" is used for the day of month. If the date portion of the String has "YYYY" but no month or day of month, "01-01" is used for month and day of month. If no time portion is supplied, "00:00:00" is used. If the time portion of the String has "hh:mm" but no seconds specified, "00" is used for the seconds. Note that a time only String value with an offset such as "13:30:07+05:00" is not allowed and will return the default value supplied in the default parameter.', AR_FN_DTM_TODATETIME_JSON_DTM_PRM_DSC_1: "The default DateTime value to return instead of invoking error handling if the supplied JSON value cannot be converted to a DateTime.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_0: "A DateTime of January 1st, 1970 at 01:00:00.075 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_1: "A DateTime of January 10th, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_2: "A DateTime of April 20th, 2019 at 12:00:00PM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_3: "A DateTime of February 20th, 2011 at 12:00:00PM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_4: "A DateTime of March 15th, 2009 at 12:00:00PM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_5: "A NOT_SET DateTime.", AR_FN_DSC_TOTIME: "Converts a value to a Time.", AR_FN_TIME_TOTIME_STR_DSC: "Converts a String value to a Time type.", AR_FN_TIME_TOTIME_STR_RV: "Returns a Time from a supplied string.", AR_FN_TIME_TOTIME_STR_PRM_DSC_0: "The String value to convert to a Time. The String must be in the following format: hh:mm:ss.SSS where hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second and SSS = 3 digit fractional seconds. When specifying fractional seconds, if you specify more than 3 digits, they are ignored.", AR_FN_TIME_TOTIME_STR_EX_OUT_0: "A Time whose value is 02:30:15AM.", AR_FN_TIME_TOTIME_STR_EX_OUT_1: "A NOT_SET Time.", AR_FN_TIME_TOTIME_STR_EX_OUT_2: "A Time whose value is 02:30:00AM.", AR_FN_TIME_TOTIME_STR_EX_OUT_3: "A Time whose value is 02:59:00PM.", AR_FN_TIME_TOTIME_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Time.", AR_FN_TIME_TOTIME_NTS_RV: "Returns a NOT_SET Time.", AR_FN_TIME_TOTIME_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Time.", AR_FN_TIME_TOTIME_NTS_EX_OUT_0: "A NOT_SET Time.", AR_FN_TIME_TOTIME_TIME_DSC: "Returns a Time value from the supplied Time value.", AR_FN_TIME_TOTIME_TIME_RV: "Returns the supplied Time value.", AR_FN_TIME_TOTIME_TIME_PRM_DSC_0: "The Time value to return.", AR_FN_TIME_TOTIME_TIME_EX_OUT_0: "A Time whose value is 02:45:00AM.", AR_FN_TIME_TOTIME_TIME_EX_OUT_1: "A NOT_SET Time.", AR_FN_TIME_TOTIME_DTM_DSC: "Returns a Time value from the supplied DateTime value by returning the time portion of the DateTime.", AR_FN_TIME_TOTIME_DTM_RV: "Returns the time portion of supplied DateTime value as a Time value.", AR_FN_TIME_TOTIME_DTM_PRM_DSC_0: "The DateTime value from which to get the Time to return. If a NOT_SET DateTime value is supplied, this will return a NOT_SET Time.", AR_FN_TIME_TOTIME_DTM_EX_OUT_0: "A Time whose value is 03:05:00AM.", AR_FN_TIME_TOTIME_DTM_EX_OUT_1: "A NOT_SET Time.", AR_FN_DSC_TODIVISION: "Converts a value to a Division", AR_FN_DIVISION_TODIVISION_DIVISION_DSC: "Returns a Division value from the supplied Division value.", AR_FN_DIVISION_TODIVISION_DIVISION_RV: "Returns the supplied Division value.", AR_FN_DIVISION_TODIVISION_DIVISION_PRM_DSC_0: "The Division to return.", AR_FN_DIVISION_TODIVISION_DIVISION_EX_OUT_0: "A NOT_SET Division.", AR_FN_DIVISION_TODIVISION_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Division.", AR_FN_DIVISION_TODIVISION_NTS_RV: "Returns a NOT_SET Division.", AR_FN_DIVISION_TODIVISION_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Division.", AR_FN_DIVISION_TODIVISION_NTS_EX_OUT_0: "A NOT_SET Division", AR_FN_DSC_TODURATION: "Converts a value to a Duration.", AR_FN_DUR_TODURATION_STR_DSC: "Converts a String value to a Duration.", AR_FN_DUR_TODURATION_STR_RV: "Returns a Duration value created from the supplied String.", AR_FN_DUR_TODURATION_STR_PRM_DSC_0: 'An XSD duration string in the following format (-)PnDTnHnMnS where P indicates the period, nD the number of days, T indicates the start of the time section, nH the number of hours, nM the number of minutes and nS the number of seconds. Numeric components in the string like "nD" that represent the number of days are optional if the value of n is 0. If all numeric components are 0 indicating a 0 second duration, you will still need to pass in 0S which would look like "PT0S". Note: nS may include fractional seconds up to milliseconds. Any value past milliseconds will be truncated and not returned in the resulting Duration.', AR_FN_DUR_TODURATION_STR_EX_OUT_0: "A 0 second Duration.", AR_FN_DUR_TODURATION_STR_EX_OUT_1: "A Duration of 1 day and 3 hours.", AR_FN_DUR_TODURATION_STR_EX_OUT_2: "A negative Duration of 1 day and 3 hours.", AR_FN_DUR_TODURATION_STR_EX_OUT_3: "A Duration of 1 hour, 15 minutes and 30.250 seconds.", AR_FN_DUR_TODURATION_STR_EX_OUT_4: "A Duration of 1 hour, 15 minutes and 30.250 seconds.", AR_FN_DUR_TODURATION_STR_EX_OUT_5: "A NOT_SET Duration.", AR_FN_DUR_TODURATION_LNG_DSC: "Converts an Integer value to a Duration.", AR_FN_DUR_TODURATION_LNG_RV: "Returns a Duration created from the supplied Integer value.", AR_FN_DUR_TODURATION_LNG_PRM_DSC_0: "An Integer that represents the number of milliseconds to wait.", AR_FN_DUR_TODURATION_LNG_EX_OUT_0: "A Duration of 1 hour.", AR_FN_DUR_TODURATION_LNG_EX_OUT_1: "A Duration of 1 day.", AR_FN_DUR_TODURATION_LNG_EX_OUT_2: "A NOT_SET Duration.", AR_FN_DUR_TODURATION_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Duration.", AR_FN_DUR_TODURATION_NTS_RV: "Returns a NOT_SET Duration.", AR_FN_DUR_TODURATION_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Duration.", AR_FN_DUR_TODURATION_NTS_EX_OUT_0: "A NOT_SET Duration.", AR_FN_DUR_TODURATION_DUR_DSC: "Returns a Duration from the supplied Duration value.", AR_FN_DUR_TODURATION_DUR_RV: "Returns the supplied Duration value.", AR_FN_DUR_TODURATION_DUR_PRM_DSC_0: "The Duration to return.", AR_FN_DUR_TODURATION_DUR_EX_OUT_0: "A Duration of 1 hour.", AR_FN_DSC_TOTIMESLOT: "Converts a value to a Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_DSC: "Returns a Timeslot from the supplied Timeslot value.", AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_RV: "Returns the supplied Timeslot value.", AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_PRM_DSC_0: "The Timeslot to return.", AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_EX_OUT_0: "A NOT_SET Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_STR_DSC: "Converts a String value to a Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_STR_RV: "Returns a Timeslot value created from the supplied String value.", AR_FN_TIMESLOT_TOTIMESLOT_STR_PRM_DSC_0: 'The String value to convert to a Timeslot. The format should be "[dateTime]|[duration]" where dateTime is a string that is compatible with the ToDateTime implementation that takes a String value, and duration is an XSD duration.', AR_FN_TIMESLOT_TOTIMESLOT_STR_EX_OUT_0: "A Timeslot with the specified DateTime and Duration of 1 hour", AR_FN_TIMESLOT_TOTIMESLOT_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_NTS_RV: "Returns a NOT_SET Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_NTS_EX_OUT_0: "A NOT_SET Timeslot.", AR_FN_DSC_TOGRAMMAR: "Converts a value to a Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_STR_DSC: "Converts a String value to a Grammar by the grammar name. The grammar has to be defined for the organization for the conversion to work. This lookup is case insensitive.", AR_FN_GRAMMAR_TOGRAMMAR_STR_RV: "Returns a Grammar from the String supplied in grammarName. If the String in grammarName is NOT_SET, a NOT_SET Grammar is returned.", AR_FN_GRAMMAR_TOGRAMMAR_STR_PRM_DSC_0: "The grammar name string to convert to a Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_NTS_RV: "Returns a NOT_SET Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_NTS_EX_OUT_0: "A NOT_SET Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_DSC: "Returns a Grammar from the supplied Grammar value.", AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_RV: "Returns the supplied Grammar value.", AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_PRM_DSC_0: "The Grammar to return.", AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_EX_OUT_0: "A NOT_SET Grammar.", AR_FN_DSC_TOIMAGE: "Converts a value to an Image.", AR_FN_IMAGE_TOIMAGE_IMAGE_DSC: "Returns an Image from the supplied Image value.", AR_FN_IMAGE_TOIMAGE_IMAGE_RV: "Returns the supplied Image value.", AR_FN_IMAGE_TOIMAGE_IMAGE_PRM_DSC_0: "The Image to return.", AR_FN_IMAGE_TOIMAGE_IMAGE_EX_OUT_0: "A NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_NTS_RV: "Returns a NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_NTS_PRM_DSC_0: "The NOT_SET value to convert to an Image.", AR_FN_IMAGE_TOIMAGE_NTS_EX_OUT_0: "A NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_DSC: "Returns an Image from the supplied Response Asset value.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_RV: "Returns the Image value for the supplied Response Asset value if it can be converted, otherwise a NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_PRM_DSC_0: "The Response Asset to convert to an Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_EX_OUT_0: "An Image value.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_DSC: "Converts a Response Asset value to an Image value with default fallback in case the Response Asset value cannot be converted to an Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_RV: "Returns the Image value for the supplied Response Asset value if it can be converted. If the Response Asset value is NOT_SET, a NOT_SET Image is returned instead of the default value. Otherwise the supplied default Image value is returned.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_PRM_DSC_0: "The Response Asset to convert to an Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_PRM_DSC_1: "The default Image value to return instead of invoking error handling if the supplied Response Asset cannot be converted to an Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_0: "An Image value.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_1: "A NOT_SET Image value.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_2: "The default Image value.", AR_FN_DSC_TOIMAGECOLLECTION: "Converts a collection to an Image Collection.", AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_DSC: "This converts a Response Asset collection to an Image collection by converting each item in the Response Asset collection to an Image item.", AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_RV: "The returned Image collection will have the same number of items as the supplied Response Asset Collection. Response Asset items that cannot be converted to an Image value will be NOT_SET in the returned collection.", AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0: "The Response Asset collection to convert to an Image collection.", AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_EX_OUT_0: "An Image collection with two items.", AR_FN_DSC_TORESPONSEASSET: "Converts a value to a Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_DSC: "Returns a Response Asset. from the supplied Response Asset value.", AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_RV: "Returns the supplied Response Asset value.", AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_PRM_DSC_0: "The Response Asset to return.", AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_EX_OUT_0: "A NOT_SET Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_RV: "Returns a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_EX_OUT_0: "A NOT_SET Response Asset.", AR_FN_DSC_TOSKILL: "Converts a value to a Skill.", AR_FN_SKL_TOSKILL_STR_DSC: "Converts a String value to a Skill. The skill has to be defined for the organization for the conversion to work. This lookup is case insensitive.", AR_FN_SKL_TOSKILL_STR_RV: "Returns a Skill from the String supplied in skillName. If the String in valueToConvert is NOT_SET, a NOT_SET Skill is returned.", AR_FN_SKL_TOSKILL_STR_PRM_DSC_0: "A String that contains the name of the skill to convert to a Skill.", AR_FN_SKL_TOSKILL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Skill.", AR_FN_SKL_TOSKILL_NTS_RV: "Returns a NOT_SET Skill.", AR_FN_SKL_TOSKILL_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Skill.", AR_FN_SKL_TOSKILL_NTS_EX_OUT_0: "A NOT_SET Skill.", AR_FN_SKL_TOSKILL_SKL_DSC: "Returns a Skill from the supplied Skill value.", AR_FN_SKL_TOSKILL_SKL_RV: "Returns the supplied Skill value.", AR_FN_SKL_TOSKILL_SKL_PRM_DSC_0: "The Skill to return.", AR_FN_SKL_TOSKILL_SKL_EX_OUT_0: "A NOT_SET Skill.", AR_FN_DSC_TOUSERQUEUE: "Converts a value to a User.", AR_FN_USR_TOUSER_STR_DSC: "Converts a String value to a User by the user name. The user has to be defined for the organization for the conversion to work. This lookup is case insensitive.", AR_FN_USR_TOUSER_STR_RV: "Returns a User from the String supplied in userName. If the String in userName is NOT_SET, a NOT_SET User is returned.", AR_FN_USR_TOUSER_STR_PRM_DSC_0: "The user name string to convert to a User.", AR_FN_USR_TOUSER_NTS_DSC: "Converts a NOT_SET value to a NOT_SET User.", AR_FN_USR_TOUSER_NTS_RV: "Returns a NOT_SET User.", AR_FN_USR_TOUSER_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET User.", AR_FN_USR_TOUSER_NTS_EX_OUT_0: "A NOT_SET User.", AR_FN_USR_TOUSER_USR_DSC: "Returns a User from the supplied User value.", AR_FN_USR_TOUSER_USR_RV: "Returns the supplied User value.", AR_FN_USR_TOUSER_USR_PRM_DSC_0: "The User to return.", AR_FN_USR_TOUSER_USR_EX_OUT_0: "A NOT_SET User.", AR_FN_DSC_TOLANGUAGESKILL: "Converts a value to a Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_DSC: "Converts a String value to a Language Skill by the language tag name. The language tag name needs to be the name of a language tag in the organization for the conversion to work. This lookup is case insensitive.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_RV: "Returns a Language Skill from the String supplied in languageTag. If the String in languageTag is NOT_SET, a NOT_SET Language Skill is returned.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_PRM_DSC_0: "The rated language tag name string to convert to a Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_RV: "Returns a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET LanguageSkill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_EX_OUT_0: "A NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_DSC: "Returns a Language Skill from the supplied Language Skill value.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_RV: "Returns the supplied Language Skill value.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_PRM_DSC_0: "The Language Skill to return.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_EX_OUT_0: "A NOT_SET Language Skill", AR_FN_DSC_TOQUEUE: "Converts a value to a Queue", AR_FN_QUEUE_TOQUEUE_STR_DSC: "Converts a String value to a Queue.", AR_FN_QUEUE_TOQUEUE_STR_RV: "Returns a Queue from the String supplied in valueToConvert", AR_FN_QUEUE_TOQUEUE_STR_PRM_DSC_0: "The string to convert to a Queue. This string needs to match the name of a queue.", AR_FN_QUEUE_TOQUEUE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Queue.", AR_FN_QUEUE_TOQUEUE_NTS_RV: "Returns a NOT_SET Queue.", AR_FN_QUEUE_TOQUEUE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Queue.", AR_FN_QUEUE_TOQUEUE_NTS_EX_OUT_0: "A NOT_SET Queue", AR_FN_QUEUE_TOQUEUE_QUEUE_DSC: "Returns a Queue from the supplied Queue value.", AR_FN_QUEUE_TOQUEUE_QUEUE_RV: "Returns the supplied Queue value.", AR_FN_QUEUE_TOQUEUE_QUEUE_PRM_DSC_0: "The Queue to return.", AR_FN_QUEUE_TOQUEUE_QUEUE_EX_OUT_0: "A NOT_SET Queue.", AR_FN_DSC_TOEMERGENCYGROUP: "Converts a value to an Emergency Group", AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Emergency Group.", AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_RV: "Returns a NOT_SET Emergency Group.", AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Emergency Group.", AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_EX_OUT_0: "A NOT_SET Emergency Group.", AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_DSC: "Returns an Emergency Group from the supplied Emergency Group value.", AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_RV: "Returns the supplied Emergency Group value.", AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_PRM_DSC_0: "The Emergency Group to return.", AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_EX_OUT_0: "A NOT_SET Emergency Group.", AR_FN_DSC_TOFILE: "Converts a value to a File.", AR_FN_FILE_TOFILE_FILE_DSC: "Returns a File from the supplied File value.", AR_FN_FILE_TOFILE_FILE_RV: "Returns the supplied File value.", AR_FN_FILE_TOFILE_FILE_PRM_DSC_0: "The File to return.", AR_FN_FILE_TOFILE_FILE_EX_OUT_0: "A NOT_SET File.", AR_FN_FILE_TOFILE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET File.", AR_FN_FILE_TOFILE_NTS_RV: "Returns a NOT_SET File.", AR_FN_FILE_TOFILE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a File.", AR_FN_FILE_TOFILE_NTS_EX_OUT_0: "A NOT_SET File.", AR_FN_FILE_TOFILE_RESPONSEASSET_DSC: "Returns a File from the supplied Response Asset value.", AR_FN_FILE_TOFILE_RESPONSEASSET_RV: "Returns the File value for the supplied Response Asset value if it can be converted, otherwise a NOT_SET File.", AR_FN_FILE_TOFILE_RESPONSEASSET_PRM_DSC_0: "The Response Asset to convert to a File.", AR_FN_FILE_TOFILE_RESPONSEASSET_EX_OUT_0: "A File value.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_DSC: "Converts a Response Asset value to a File value with default fallback in case the Response Asset value cannot be converted to a File.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_RV: "Returns the File value for the supplied Response Asset value if it can be converted. If the Response Asset value is NOT_SET, a NOT_SET File is returned instead of the default value. Otherwise the supplied default File value is returned.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_PRM_DSC_0: "The Response Asset to convert to a File.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_PRM_DSC_1: "The default File value to return instead of invoking error handling if the supplied Response Asset cannot be converted to a File.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_0: "A File value.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_1: "A NOT_SET File value.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_2: "The default File value.", AR_FN_DSC_TOFILECOLLECTION: "Converts a collection to a File Collection.", AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_DSC: "This converts a Response Asset collection to a File collection by converting each item in the Response Asset collection to a File item.", AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_RV: "The returned File collection will have the same number of items as the supplied Response Asset Collection. Response Asset items that cannot be converted to a File value will be NOT_SET in the returned collection.", AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0: "The Response Asset collection to convert to a File collection.", AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_EX_OUT_0: "A File collection with two items.", AR_FN_DSC_TOGROUP: "Converts a value to a Group", AR_FN_GRP_TOGROUP_STR_DSC: "Converts a String value to a Group.", AR_FN_GRP_TOGROUP_STR_RV: "Returns a Group from the String supplied in valueToConvert", AR_FN_GRP_TOGROUP_STR_PRM_DSC_0: "The string to convert to a Group. This string needs to match the name of a group.", AR_FN_GRP_TOGROUP_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Group.", AR_FN_GRP_TOGROUP_NTS_RV: "Returns a NOT_SET Group.", AR_FN_GRP_TOGROUP_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Group.", AR_FN_GRP_TOGROUP_NTS_EX_OUT_0: "A NOT_SET Group", AR_FN_GRP_TOGROUP_GRP_DSC: "Returns a Group from the supplied Group value.", AR_FN_GRP_TOGROUP_GRP_RV: "Returns the supplied Group value.", AR_FN_GRP_TOGROUP_GRP_PRM_DSC_0: "The Group to return.", AR_FN_GRP_TOGROUP_GRP_EX_OUT_0: "A NOT_SET Group.", AR_FN_DSC_TOKNOWLEDGEBASEDOCUMENT: "Converts a value to a knowledge base document.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_DSC: "Returns a knowledge base document from the supplied knowledge base document value.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_RV: "Returns the supplied knowledge base document value.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_PRM_DSC_0: "The knowledge base document to return.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_EX_OUT_0: "A NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_DSC: "Converts a NOT_SET value to a NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_RV: "Returns a NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_PRM_DSC_0: "The NOT_SET value to convert to a knowledge base document.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_EX_OUT_0: "A NOT_SET knowledge base document.", AR_FN_DSC_TOVIDEO: "Converts a value to a video.", AR_FN_VIDEO_TOVIDEO_VIDEO_DSC: "Returns a video from the supplied Video value.", AR_FN_VIDEO_TOVIDEO_VIDEO_RV: "Returns the supplied Video value.", AR_FN_VIDEO_TOVIDEO_VIDEO_PRM_DSC_0: "The Video to return.", AR_FN_VIDEO_TOVIDEO_VIDEO_EX_OUT_0: "A NOT_SET Video.", AR_FN_VIDEO_TOVIDEO_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Video.", AR_FN_VIDEO_TOVIDEO_NTS_RV: "Returns a NOT_SET Video.", AR_FN_VIDEO_TOVIDEO_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Video.", AR_FN_VIDEO_TOVIDEO_NTS_EX_OUT_0: "A NOT_SET Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_DSC: "Returns a Video from the supplied Response Asset value.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_RV: "Returns the Video value for the supplied Response Asset value if it can be converted.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_PRM_DSC_0: "The Response Asset to convert to a Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_EX_OUT_0: "A Video value.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_DSC: "Converts a Response Asset value to a Video value with default fallback in case the Response Asset value cannot be converted to a Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_RV: "Returns the Video value for the supplied Response Asset value if it can be converted. If the Response Asset value is NOT_SET, a NOT_SET Video is returned instead of the default value. Otherwise the supplied default Video value is returned.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_PRM_DSC_0: "The Response Asset to convert to a Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_PRM_DSC_1: "The default Video value to return instead of invoking error handling if the supplied Response Asset cannot be converted to a Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_0: "A Video value.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_1: "A NOT_SET Video value.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_2: "The default Video value.", AR_FN_DSC_TOVIDEOCOLLECTION: "Converts a collection to a Video Collection.", AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_DSC: "This converts a Response Asset collection to a Video collection by converting each item in the Response Asset collection to a Video item.", AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_RV: "The returned Video collection will have the same number of items as the supplied Response Asset Collection. Response Asset items that cannot be converted to a Video value will be NOT_SET in the returned collection.", AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0: "The Response Asset collection to convert to a Video collection.", AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_EX_OUT_0: "A Video collection with two items.", AR_FN_DSC_TOPHONENUMBER: "Converts a value to a PhoneNumber", AR_FN_PHNBR_TOPHONENUMBER_STR_DSC: "Converts a String value to a PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_STR_RV: "Returns a PhoneNumber from the String supplied in valueToConvert", AR_FN_PHNBR_TOPHONENUMBER_STR_PRM_DSC_0: "The string to convert to a PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_0: "A PhoneNumber created from the Call.Ani variable.", AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_1: 'A PhoneNumber with the "tel" scheme, a subscriber number of 3178723000, and E.164 phone number of +13178723000.', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_IN_2: 'ToPhoneNumber("sip:john.doe@example.com")', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_2: 'A PhoneNumber with a "sip" scheme and SIP URI of sip:john.doe@example.com.', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_3: "A NOT_SET PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_4: 'A PhoneNumber with the "tel" scheme, a subscriber number of 3178723000, and E.164 phone number of +13178723000.', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_5: 'A PhoneNumber with the "tel" scheme, a subscriber number of 3178723000, and no E.164 phone number.', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_IN_6: 'ToPhoneNumber("sips:john.doe@example.com")', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_6: 'A PhoneNumber with a "sip" scheme and SIP URI of sips:john.doe@example.com.', AR_FN_PHNBR_TOPHONENUMBER_NTS_DSC: "Converts a NOT_SET value to a NOT_SET PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_NTS_RV: "Returns a NOT_SET PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_NTS_EX_OUT_0: "A NOT_SET PhoneNumber", AR_FN_PHNBR_TOPHONENUMBER_PHNBR_DSC: "Returns a PhoneNumber from the supplied PhoneNumber value.", AR_FN_PHNBR_TOPHONENUMBER_PHNBR_RV: "Returns the supplied PhoneNumber value.", AR_FN_PHNBR_TOPHONENUMBER_PHNBR_PRM_DSC_0: "The PhoneNumber to return.", AR_FN_PHNBR_TOPHONENUMBER_PHNBR_EX_OUT_0: "A NOT_SET PhoneNumber.", AR_FN_DSC_TOPROMPT: "Converts a value to a Prompt", AR_FN_PROMPT_TOPROMPT_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Prompt.", AR_FN_PROMPT_TOPROMPT_NTS_RV: "Returns a NOT_SET Prompt.", AR_FN_PROMPT_TOPROMPT_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Prompt.", AR_FN_PROMPT_TOPROMPT_NTS_EX_OUT_0: "A NOT_SET Prompt", AR_FN_PROMPT_TOPROMPT_PROMPT_DSC: "Returns a Prompt from the supplied Prompt value.", AR_FN_PROMPT_TOPROMPT_PROMPT_RV: "Returns the supplied Prompt value.", AR_FN_PROMPT_TOPROMPT_PROMPT_PRM_DSC_0: "The Prompt to return.", AR_FN_PROMPT_TOPROMPT_PROMPT_EX_OUT_0: "A NOT_SET Prompt.", AR_FN_DSC_TOSCHEDULE: "Converts a value to a Schedule", AR_FN_SCHED_TOSCHEDULE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Schedule.", AR_FN_SCHED_TOSCHEDULE_NTS_RV: "Returns a NOT_SET Schedule.", AR_FN_SCHED_TOSCHEDULE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Schedule.", AR_FN_SCHED_TOSCHEDULE_NTS_EX_OUT_0: "A NOT_SET Schedule.", AR_FN_SCHED_TOSCHEDULE_SCHED_DSC: "Returns a Schedule from the supplied Schedule value.", AR_FN_SCHED_TOSCHEDULE_SCHED_RV: "Returns the supplied Schedule value.", AR_FN_SCHED_TOSCHEDULE_SCHED_PRM_DSC_0: "The Schedule to return.", AR_FN_SCHED_TOSCHEDULE_SCHED_EX_OUT_0: "A NOT_SET Schedule.", AR_FN_DSC_TOSCHEDULEGROUP: "Converts a value to a Schedule Group", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_RV: "Returns a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_EX_OUT_0: "A NOT_SET Schedule Group.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_DSC: "Returns a Schedule Group from the supplied Schedule Group value.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_RV: "Returns the supplied Schedule Group value.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_PRM_DSC_0: "The Schedule Group to return.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_EX_OUT_0: "A NOT_SET Schedule Group.", AR_FN_DSC_TOUTILIZATIONLABEL: "Converts a value to a Utilization Label", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Utilization Label.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_RV: "Returns a NOT_SET Utilization Label.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Utilization Label.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_EX_OUT_0: "A NOT_SET Utilization Label", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_DSC: "Returns a Utilization Label from the supplied Utilization Label value.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_RV: "Returns the supplied Utilization Label value.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_PRM_DSC_0: "The Utilization Label to return.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_EX_OUT_0: "A NOT_SET Utilization Label.", AR_FN_DSC_TOWORKTYPESTATUS: "Converts a value to a Worktype Status", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_DSC: "Returns a Worktype Status value from the supplied Worktype Status value.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_RV: "Returns the supplied Worktype Status value.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_PRM_DSC_0: "The Worktype Status to return.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_EX_OUT_0: "A NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_RV: "Returns a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_EX_OUT_0: "A NOT_SET Worktype Status", AR_FN_DSC_TOWRAPUPCODE: "Converts a value to a Wrapup Code", AR_FN_WRC_TOWRAPUPCODE_STR_DSC: "Converts a String value to a Wrapup Code.", AR_FN_WRC_TOWRAPUPCODE_STR_RV: "Returns a Wrapup Code from the String supplied in valueToConvert", AR_FN_WRC_TOWRAPUPCODE_STR_PRM_DSC_0: "The String to convert to a Wrapup Code. This string needs to match the name of a wrapup code.", AR_FN_WRC_TOWRAPUPCODE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Wrapup Code.", AR_FN_WRC_TOWRAPUPCODE_NTS_RV: "Returns a NOT_SET Wrapup Code.", AR_FN_WRC_TOWRAPUPCODE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Wrapup Code.", AR_FN_WRC_TOWRAPUPCODE_NTS_EX_OUT_0: "A NOT_SET Wrapup Code", AR_FN_WRC_TOWRAPUPCODE_WRC_DSC: "Returns a Wrapup Code from the supplied Wrapup Code value.", AR_FN_WRC_TOWRAPUPCODE_WRC_RV: "Returns the supplied Wrapup Code value.", AR_FN_WRC_TOWRAPUPCODE_WRC_PRM_DSC_0: "The Wrapup Code to return.", AR_FN_WRC_TOWRAPUPCODE_WRC_EX_OUT_0: "A NOT_SET Wrapup Code.", AR_FN_DSC_ISNOTSETOREMPTY: "Determines whether a value is NOT_SET or empty.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_DSC: "Checks if a value is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_RV: "Returns true if the value passed in is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_PRM_DSC_0: "The value to test to see if it is set or not.", AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_DSC: "Determines whether or not the supplied Audio value is NOT_SET or 0 milliseconds of blank audio.", AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_RV: "Returns a Boolean true if the Audio value passed in is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_PRM_DSC_0: "The Audio value to test to see if it is set or not.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_DSC: "Determines whether or not a collection is empty (i.e. has no elements in it).", AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_RV: "Returns true if the Boolean collection is empty.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_PRM_DSC_0: "The collection to check.", AR_FN_BLN_ISNOTSETOREMPTY_NTS_DSC: "Returns true since the value pass in is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_NTS_RV: "Returns a true since the value passed in is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DSC_MAKEAGENTSCOREPAIR: "Returns a new instance of an AgentScorePair value initialized with the specified values.", AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_DSC: "Creates a new AgentScorePair value initialized to the specified input values.", AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_RV: "Returns the new AgentScorePair value.", AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_PRM_DSC_0: "The value to assign to the AgentScorePair agent property.", AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_PRM_DSC_1: "The value to assign to the AgentScorePair score property.", AR_FN_DSC_MAKECARD: "Returns a new instance of a Card value initialized with the specified values.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_DSC: "Creates a new Card value initialized to the specified input values.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_RV: "Returns the new Card value.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_0: "The title for the card.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_1: "The description for the card.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_2: "The button choices to use for the card.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_3: "The Image to use for the card.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_EX_OUT_0: "A Card that lets someone select a pizza size of small, medium or large.", AR_FN_DSC_MAKECAROUSEL: "Returns a new instance of a Carousel value initialized with the specified values.", AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_DSC: "Creates a new Carousel value for the supplied cards.", AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_RV: "Returns the new Carousel value.", AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_PRM_DSC_0: "The cards to use for the carousel.", AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_EX_OUT_0: "A Carousel with three cards to let a participant pick a class they want to attend to learn about cards, carousels and quick replies in Architect.", AR_FN_DSC_MAKECHOICE: "Returns a new instance of a Choice initialized with the specified values that can be used in a Chooser. There are helper functions that can be used to create choices as well such as MakeUrlChoice, MakePostbackChoice and MakePostbackChoice.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_DSC: "Creates a new Choice that can be used in a Chooser from the supplied values.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_0: 'The choice type. "url" indicates this choice represents a URL. "postback" indicates this choice supplies a value that is returned to the flow.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_1: 'The choice value. If the type parameter is "url", this should be the url link to use such as "https://www.genesys.com". If the type parameter is "postback", the postback value can be a custom value or if used in an action like Ask for Slot where the participant is choosing a value from a slot type then the value should match a value in that list or dynamic list slot type.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_2: 'The choice label. If the type parameter is "url", this should be the url link label to use such as "Genesys". If the type parameter is "postback" this label is only used if the postback choice is not associated with a value from a list or dynamic list slot type.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_EX_OUT_0: 'A Choice of type "url", value of "https://www.genesys.com" and label of "Genesys".', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_EX_OUT_1: 'A Choice of type "postback", value of "support" and label of "Help and Support".', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_DSC: "Creates a new Choice that can be used in a Chooser from the supplied values.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_0: 'The choice type. "url" indicates this choice represents a URL. "postback" indicates this choice supplies a value that is returned to the flow.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_1: 'The choice value. If the type parameter is "url", this should be the url link to use such as "https://www.genesys.com". If the type parameter is "postback", the postback value can be a custom value or if used in an action like Ask for Slot where the participant is choosing a value from a slot type then the value should match a value in that list or dynamic list slot type.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_2: 'The choice label. If the type parameter is "url", this should be the url link label to use such as "Genesys". If the type parameter is "postback" this label is only used if the postback choice is not associated with a value from a list or dynamic list slot type.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_3: 'The choice command. If the command value is "skip" the Skip Response is enabled.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_EX_OUT_0: 'A Choice of type "url", value of "https://www.genesys.com", label of "Genesys" and command of "skip".', AR_FN_DSC_MAKEPOSTBACKCHOICE: "Returns a new instance of a postback Choice value that can be used in a Chooser.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_DSC: 'Creates a new custom Choice with the supplied value that can be used in a Chooser. The returned Choice will have a type of "postback".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_PRM_DSC_0: "The value to return to the flow at runtime.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_EX_OUT_0: 'A choice with type "postback" and value of "support".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_DSC: 'Creates a new custom Choice with the supplied value and label that can be used in a Chooser. The returned Choice will have a type of "postback".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_PRM_DSC_0: "The value to return to the flow at runtime.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_PRM_DSC_1: "The label to display for the choice.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_EX_OUT_0: 'A choice with type "postback", value of "support" and label of "Help and Support".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_DSC: 'Creates a new custom Choice with the supplied value, label and command that can be used in a Chooser. The returned Choice will have a type of "postback".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_0: "The value to return to the flow at runtime.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_1: "The label to display for the choice.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_2: "The command value for the choice.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_EX_OUT_0: 'A choice with value of "support", label of "Help and Support" and command of "skip".', AR_FN_DSC_MAKEURLCHOICE: "Returns a new instance of a Choice that represents a URL that can be used in a Chooser.", AR_FN_CHOICE_MAKEURLCHOICE_STR_DSC: "A helper function that creates a new Choice for a given URL that can be used in a Chooser. Remember that URL choices cannot be used in quick replies.", AR_FN_CHOICE_MAKEURLCHOICE_STR_RV: "Returns the new URL Choice value.", AR_FN_CHOICE_MAKEURLCHOICE_STR_PRM_DSC_0: 'The URL for this choice such as "https://www.genesys.com".', AR_FN_CHOICE_MAKEURLCHOICE_STR_EX_OUT_0: 'A Choice with type "url" and value of "https://www.genesys.com".', AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_DSC: "A helper function that creates a new Choice for a given URL and link label text that can be used in a Chooser. Remember that URL choices cannot be used in quick replies.", AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_RV: "Returns the new URL Choice value.", AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_PRM_DSC_0: 'The URL for this choice such as "https://www.genesys.com".', AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_PRM_DSC_1: "The link label to display for the URL. If the value is NOT_SET, the url value will be used as the link label.", AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_EX_OUT_0: 'A Choice with type "url", value of "https://www.genesys.com" and label of "Genesys".', AR_FN_DSC_MAKECHOOSER: "Returns a new instance of a Chooser value initialized with the specified values.", AR_FN_CHOOSER_MAKECHOOSER_CARD_DSC: "Creates a new Chooser value configured as a carousel one card in it where that card is the supplied Card value.", AR_FN_CHOOSER_MAKECHOOSER_CARD_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_CARD_PRM_DSC_0: "A Card value that defines the card to use when presenting choices to a participant.", AR_FN_CHOOSER_MAKECHOOSER_CARD_EX_OUT_0: 'A Chooser with type "card" and card property set to a Card that lets a participant select a shirt color of red, green or blue.', AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_DSC: "Creates a new Chooser value for the supplied Carousel.", AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_PRM_DSC_0: "A Carousel value that defines the card to use when presenting choices to a participant.", AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_EX_OUT_0: 'A Chooser with type "carousel" and carousel property set to a Carousel with three cards to let a participant pick a class they want to attend to learn about cards, carousels and quick replies in Architect.', AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_DSC: "Creates a new Chooser value for the supplied Quick Replies.", AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_PRM_DSC_0: "A Quick Replies value that defines the buttons to use when presenting choices to a participant.", AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_EX_OUT_0: 'A Chooser with type "quickReplies" and quickReplies property set to a Quick Replies value that contains two custom choices of red or blue.', AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_EX_OUT_1: 'A Chooser with type "quickReplies" and quickReplies property set to a Quick Replies value that contains two custom choices of red or blue and quick reply summary "Thanks for your selection".', AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_DSC: "Creates a new Chooser value for the supplied TimePicker.", AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_PRM_DSC_0: "A TimePicker value to present to a participant.", AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_EX_OUT_0: 'A Chooser with type "timePicker" and timePicker property with a title.', AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_DSC: "Creates a new Chooser value for the supplied ListPicker.", AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_PRM_DSC_0: "A ListPicker value to present to a participant.", AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_EX_OUT_0: 'A Chooser with type "listPicker" and listPicker value.', AR_FN_DSC_MAKECURRENCY: "Returns a new instance of a Currency value initialized with the specified values.", AR_FN_CUR_MAKECURRENCY_DEC_STR_DSC: "Creates a new instance of Currency value initialized to the specified settings.", AR_FN_CUR_MAKECURRENCY_DEC_STR_RV: "Returns a new instance of Currency value initialized to the specified settings.", AR_FN_CUR_MAKECURRENCY_DEC_STR_PRM_DSC_0: "The monetary amount.", AR_FN_CUR_MAKECURRENCY_DEC_STR_PRM_DSC_1: "The ISO 4217 currency code.", AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_0: 'A Currency value with an amount of 10.50 and code of "USD".', AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_1: 'A Currency value with an amount of 5.00 and code of "EUR".', AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_2: 'A Currency value with a NOT_SET amount and code of "USD"', AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_3: "A Currency value with an amount of 100.00 and NOT_SET code.", AR_FN_CUR_MAKECURRENCY_LNG_STR_DSC: "Creates a new instance of Currency value initialized to the specified settings.", AR_FN_CUR_MAKECURRENCY_LNG_STR_RV: "Returns a new instance of Currency value initialized to the specified settings.", AR_FN_CUR_MAKECURRENCY_LNG_STR_PRM_DSC_0: "The monetary amount.", AR_FN_CUR_MAKECURRENCY_LNG_STR_PRM_DSC_1: "The ISO 4217 currency code.", AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_0: 'A Currency value with an amount of 10.50 and code of "USD".', AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_1: 'A Currency value with an amount of 5.00 and code of "EUR".', AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_2: 'A Currency value with a NOT_SET amount and code of "USD"', AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_3: "A Currency value with an amount of 100.00 and NOT_SET code.", AR_FN_DSC_MAKEDIGITALAUDIOFROMURL: "Returns a new instance of a Digital Audio value from a URL.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_DSC: "Creates a new instance of a Digital Audio value from a URL.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_RV: "Returns a new instance of a Digital Audio value initialized to the specified settings.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_PRM_DSC_0: "The URL to the Digital Audio.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_EX_OUT_0: 'A Digital Audio value with the universal resource locator (url) property value of "https://www.genesys.com/media/genesys-digital-bot-flows.mp3".', AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_DSC: "Creates a NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_RV: "Returns a NOT_SET Digital Audio value.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_EX_OUT_0: "A NOT_SET Digital Audio.", AR_FN_DSC_MAKEFILEFROMURL: "Returns a new instance of a File value from a URL.", AR_FN_FILE_MAKEFILEFROMURL_STR_DSC: "Creates a new instance of a File value from a URL.", AR_FN_FILE_MAKEFILEFROMURL_STR_RV: "Returns a new instance of a File value initialized to the specified settings.", AR_FN_FILE_MAKEFILEFROMURL_STR_PRM_DSC_0: "The URL to the File.", AR_FN_FILE_MAKEFILEFROMURL_STR_EX_OUT_0: 'A File value with the universal resource locator (url) property value of "https://www.genesys.com/documents/genesys-digital-bot-flows.pdf".', AR_FN_FILE_MAKEFILEFROMURL_NTS_DSC: "Creates a NOT_SET File.", AR_FN_FILE_MAKEFILEFROMURL_NTS_RV: "Returns a NOT_SET File value.", AR_FN_FILE_MAKEFILEFROMURL_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_FILE_MAKEFILEFROMURL_NTS_EX_OUT_0: "A NOT_SET File.", AR_FN_DSC_MAKEIMAGEFROMURL: "Returns a new instance of an Image value from a URL.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_DSC: "Creates a new instance of an Image value from a URL.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_RV: "Returns a new instance of an Image value initialized to the specified settings.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_PRM_DSC_0: "The URL to the image.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_EX_OUT_0: 'An Image value with a universal resource locator (url) property value of "https://www.genesys.com/media/genesys-logo.png".', AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_DSC: "Creates a new instance of an Image value from a URL and name.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_RV: "Returns a new instance of an Image value initialized to the specified settings.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_PRM_DSC_0: "The URL to the image.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_PRM_DSC_1: "The name to use for the name property in the returned Image value.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_EX_OUT_0: 'An Image value with a universal resource locator (url) property value of "https://www.genesys.com/media/genesys-logo.png" and a name property value of "Genesys Logo".', AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_DSC: "Creates a NOT_SET Image.", AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_RV: "Returns a NOT_SET Image value.", AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_EX_OUT_0: "A NOT_SET Image.", AR_FN_DSC_MAKELINEITEM: "Returns a new instance of a LineItem value initialized with the specified settings.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_DSC: "Creates a new instance of a LineItem value initialized with the specified settings.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_RV: "Returns a new instance of LineItem value initialized to the specified settings.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_PRM_DSC_0: "The name of the LineItem.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_PRM_DSC_1: "The price of the LineItem.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_EX_OUT_0: 'A LineItem value with name "T-Shirt" and price of $19.99 USD.', AR_FN_DSC_TOLINEITEM: "Returns a copy of the supplied LineItem.", AR_FN_LINEITEM_TOLINEITEM_LINEITEM_DSC: "Returns a copy of the supplied LineItem", AR_FN_LINEITEM_TOLINEITEM_LINEITEM_RV: "Returns a copy of the supplied LineItem.", AR_FN_LINEITEM_TOLINEITEM_LINEITEM_PRM_DSC_0: "The LineItem to copy", AR_FN_LINEITEM_TOLINEITEM_LINEITEM_EX_OUT_0: "A Lineitems which is a copy of the supplied LineItem", AR_FN_LINEITEM_TOLINEITEM_NTS_DSC: "Converts NOT_SET to a NOT_SET LineItem.", AR_FN_LINEITEM_TOLINEITEM_NTS_RV: "Returns a NOT_SET LineItem value.", AR_FN_LINEITEM_TOLINEITEM_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_LINEITEM_TOLINEITEM_NTS_EX_OUT_0: "A NOT_SET lineItem.", AR_FN_DSC_MAKELISTPICKERITEM: "Returns a new instance of a ListPickerItem value initialized with the specified settings.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_DSC: "Creates a new instance of a ListPickerItem value initialized with the specified settings.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_RV: "Returns a new instance of a ListPickerItem value initialized to the specified settings.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_0: "The list picker item title.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_1: "The list picker item subtitle.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_2: "The image to use for the list picker item.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_0: "A ListPickerItem value with a title, subtitle, and image", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_1: "A ListPickerItem value with a title, a NOT_SET subtitle, and an image", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_2: "A ListPickerItem value with a title, a NOT_SET subtitle, and a NOT_SET image", AR_FN_DSC_MAKELISTPICKERSECTION: "Returns a new instance of a ListPickerSection value initialized with the specified settings.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_DSC: "Creates a new instance of a ListPickerSection value initialized with the specified settings.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_RV: "Returns a new instance of a ListPickerSection value initialized to the specified settings.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_0: "The list picker item title.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_1: "Whether multiple selection is enabled for the list picker.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_2: "A collection of list picker items", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_EX_OUT_0: 'A ListPickerSection named "Sides" with MultiSelect enabled and with two ListPickerItems, "Fries" and "Soup"', AR_FN_DSC_MAKELISTPICKER: "Returns a new instance of a ListPicker value initialized with the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_DSC: "Creates a new instance of a ListPicker value initialized with the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_RV: "Returns a new instance of a ListPicker value initialized to the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_0: "A collection of ListPickerSections.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_1: "The image to use for the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_2: "The title of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_3: "The subtitle of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_4: "The image to use for the reply message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_5: "The subtitle of the reply message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_EX_OUT_0: "A ListPicker", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_DSC: "Creates a new instance of a ListPicker value initialized with the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_RV: "Returns a new instance of a ListPicker value initialized to the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_0: "A collection of ListPickerSections.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_1: "The image to use for the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_2: "The title of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_3: "The subtitle of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_4: "The image to use for the reply message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_5: "The subtitle of the reply message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_6: "The button text of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_EX_OUT_0: "A ListPicker", AR_FN_DSC_MAKETIMEPICKER: "Returns a new instance of a TimePicker value initialized with the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_DSC: "Creates a new instance of a TimePicker value initialized with the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_RV: "Returns a new instance of a TimePicker value initialized to the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_0: "The TimePicker title.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_1: "The TimePicker subtitle.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_2: "The image to use for the TimePicker.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_3: "The address to use for the TimePicker.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_4: "The latitude to use for the TimePicker.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_5: "The longitude to use for the TimePicker.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_0: "A TimePicker value with a title, subtitle, and image", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_1: "A TimePicker value with a title, a NOT_SET subtitle, and an image", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_2: "A TimePicker value with a title, a NOT_SET subtitle, and a NOT_SET image", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_3: "A TimePicker value with a title, a NOT_SET subtitle, a NOT_SET image, an address, a latitude, and a longitude", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_DSC: "Creates a new instance of a TimePicker value initialized with the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_RV: "Returns a new instance of a TimePicker value initialized to the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_PRM_DSC_0: "The TimePicker title.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_PRM_DSC_1: "The TimePicker subtitle.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_EX_OUT_0: "A TimePicker value with a title and subtitle", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_DSC: "Creates a new instance of a TimePicker value initialized with the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_RV: "Returns a new instance of a TimePicker value initialized to the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_PRM_DSC_0: "The TimePicker title.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_EX_OUT_0: "A TimePicker value with a title", AR_FN_DSC_MAKETIMESLOT: "Returns a new instance of a Timeslot value initialized with the specified settings.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_DSC: "Creates a new instance of a Timeslot value initialized with the specified settings.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_RV: "Returns a new instance of a Timeslot value initialized to the specified settings.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_PRM_DSC_0: "The Coordinated Universal Time (UTC) dateTime for the timeslot.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_PRM_DSC_1: "The duration for the timeslot.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_EX_OUT_0: 'A Timeslot value with date time of "2024-08-04T00:00:00.000Z" and duration of "one hour thirty minutes"', AR_FN_DSC_MAKELISTTIMESLOT: "Creates a new Timeslot value collection from the specified input.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_DSC: "Creates a Timeslot collection where each item is a Timeslot value created from the items in the dateTime collection with the duration input assigned.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_RV: "Returns the new Timeslot values.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_PRM_DSC_0: "A DateTime collection.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_PRM_DSC_1: "A Duration value that will be used for each item in the returned Timeslot collection.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_EX_OUT_0: 'A TimeSlot collection with two items: the first item having a datetime of "2024-08-04T14:00:00.000Z" and the second item having a datetime of "2024-08-04T15:00:00.000Z". Both timeslot items have a duration of "1 hour".', AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_DSC: "Creates a Timeslot collection where each item is a Timeslot value created by combining the items in the dateTime and duration collections. The input collections need to be of equal length.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_RV: "Returns the new Timeslot values.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_PRM_DSC_0: "A DateTime collection.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_PRM_DSC_1: "A Duration collection.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_EX_OUT_0: 'A TimeSlot collection with two items: the first item having a datetime of "2024-08-04T14:00:00.000Z" and duration of "1 hour", and the second item having a datetime of "2024-08-04T15:00:00.000Z" and duration of "2 hours".', AR_FN_DSC_MAKESHIPPINGOPTION: "Returns a new instance of a ShippingOption value initialized with the specified settings.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_DSC: "Creates a new instance of a ShippingOption value initialized with the specified settings.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_RV: "Returns a new instance of a ShippingOption value initialized to the specified settings.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_0: "The shipping option label.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_1: "The shipping option identifier.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_2: "The shipping details.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_3: "The shipping option price.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_EX_OUT_0: 'A ShippingOption value with id "standard", label "Standard Shipping", price $5.99 USD, and shipping details of 3-4 days', AR_FN_DSC_TOSHIPPINGOPTION: "Returns a copy of the supplied ShippingOption.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_DSC: "Returns a copy of the supplied ShippingOption", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_RV: "Returns a copy of the supplied ShippingOption.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_PRM_DSC_0: "The ShippingOption to copy", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_EX_OUT_0: "A ShippingOption which is a copy of the supplied ShippingOption", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_DSC: "Converts NOT_SET to a NOT_SET ShippingOption.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_RV: "Returns a NOT_SET ShippingOption value.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_EX_OUT_0: "A NOT_SET ShippingOption.", AR_FN_DSC_MAKELISTAGENTSCOREPAIR: "Returns a new collection of type AgentScorePair created from input collections.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_DSC: "Creates an AgentScorePair collection by combining items from a User collection and a preferred agent routing score Integer collection. The algorithm merges item data on a per index basis so input collections must have the same number of items.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_RV: "Returns the collection created by combining items from the supplied User and preferred agent routing score Integer collections.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_PRM_DSC_0: "Supplies User values for the agent property on AgentScorePair items in the returned collection.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_PRM_DSC_1: "Supplies preferred agent routing scores for the score property on AgentScorePair items in the returned collection.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_DSC: "Creates an AgentScorePair collection by combining User values looked up from a user ID String collection and a preferred agent routing score Integer collection. The algorithm merges item data on a per index basis so input collections must have the same number of items.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_RV: "Returns the collection created by combining looked up User values and preferred agent routing scores.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_PRM_DSC_0: "A collection of user IDs to look up. Identifiers will be matched in a case insensitive manner. The looked up User values supply the agent property value on AgentScorePair items in the returned collection.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_PRM_DSC_1: "Supplies preferred agent routing scores for the score property on AgentScorePair items in the returned collection.", AR_FN_DSC_MAKELISTCOMMUNICATION: "Returns a new Communication collection value from the specified input.", AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_DSC: "Creates a Communication collection from the supplied input collection by calling ToCommunication on each item in the input collection and inserting it in the resulting Communication collection at the same index.", AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_RV: "Returns a Communication collection value from the supplied input collection.", AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_PRM_DSC_0: "A collection of values whose type is an Any type such as a String collection or Integer collection.", AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_EX_OUT_0: 'A Communication collection with two items. The first Communication item has text and audio for "Value Label 1" and the second Communication item has text and audio for "Value Label 2".', AR_FN_DSC_MAKEQUICKREPLIES: "Returns a new QuickReplies value initialized with the specified choices.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_DSC: "Creates a new QuickReplies value with the buttons property set to the supplied choice collection. Remember that you can only use postback choices in the buttons collection.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_RV: "Returns the new QuickReplies value.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_PRM_DSC_0: 'The choices to use for the quick replies buttons. Individual choices in this array should not be of type "url" as quick replies do not support URLs.', AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_DSC: "Creates a new QuickReplies value with the buttons property set to the supplied choice collection. Remember that you can only use postback choices in the buttons collection.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_RV: "Returns the new QuickReplies value.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_PRM_DSC_0: 'The choices to use for the quick replies buttons. Individual choices in this array should not be of type "url" as quick replies do not support URLs.', AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_PRM_DSC_1: 'Summary displayed in supporting messaging platforms after the user selects a quick reply. e.g. "Thanks for your selection"', AR_FN_DSC_MAKEVIDEOFROMURL: "Returns a new instance of a Video value from a URL.", AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_DSC: "Creates a new instance of a Video value from a URL.", AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_RV: "Returns a new instance of a Video value initialized to the specified settings.", AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_PRM_DSC_0: "The URL to the video.", AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_EX_OUT_0: 'A Video value with the universal resource locator (url) property value of "https://www.genesys.com/media/genesys-digital-bot-flows.mov".', AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_DSC: "Creates a NOT_SET Video.", AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_RV: "Returns a NOT_SET Video value.", AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_EX_OUT_0: "A NOT_SET Video.", AR_FN_DSC_RESOLVESLOT: "Gets a localized value for a list slot type Slot variable.", AR_FN_ANY_RESOLVESLOT_ANY_DSC: "This gets the localized value for the supplied Slot variable value if the slot type for the variable is a list. If the slot type associated with the variable is not a list, this function returns the Slot variable value.", AR_FN_ANY_RESOLVESLOT_ANY_RV: "Returns the localized value for the supplied Slot variable if the variable's slot type is a list. Otherwise, the Slot variable value is returned.", AR_FN_ANY_RESOLVESLOT_ANY_PRM_DSC_0: "The Slot variable to resolve.", AR_FN_ANY_RESOLVESLOT_ANY_EX_OUT_0: 'The localized String value configured on the "PizzaSizeType" slot type for the value "small" such as "peque\xF1a".', AR_FN_ANY_RESOLVESLOT_ANY_ANY_DSC: "This gets the localized value for the supplied Slot variable value if the slot type for the variable is a list. If the slot type associated with the variable is not a list, this function returns the Slot variable value. This implementation also lets you specify a value to return if the supplied Slot variable value is NOT_SET.", AR_FN_ANY_RESOLVESLOT_ANY_ANY_RV: "If the supplied Slot variable value is NOT_SET, the value supplied in the slotNotSetReturnValue parameter is returned. Otherwise this returns the localized value for the supplied Slot variable if the variable's slot type is a list. If the variable slot type is not a list, the Slot variable value is returned.", AR_FN_ANY_RESOLVESLOT_ANY_ANY_PRM_DSC_0: "The Slot variable to resolve.", AR_FN_ANY_RESOLVESLOT_ANY_ANY_PRM_DSC_1: "If the value of the Slot variable is NOT_SET, this value will be returned. Remember that the value specified here must be the same data type as the Slot variable itself so if the Slot variable is a String, the value supplied here must be a String.", AR_FN_ANY_RESOLVESLOT_ANY_ANY_EX_OUT_0: '"" if the Slot.AccountType value is NOT_SET.', AR_FN_DSC_RESOLVESLOTTYPELISTVALUE: "Gets a localized String value for a list or dynamic list slot type value.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_DSC: "This gets a localized String value based on the language in which the flow is running from a list or dynamic slot list slot type by specifying the slot type by name and value to look up.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_RV: "Returns the localized String value for the supplied list or dynamic list slot type name and supplied slot type value. If the slot type or value in the list is not found, a NOT_SET String value is returned.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_PRM_DSC_0: "The name of the list or dynamic list slot type. The slot type name is matched case sensitively. If a NOT_SET slot type name is specified, a NOT_SET String value is returned.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_PRM_DSC_1: "The slot type value to look up. The value is matched case sensitively. If a NOT_SET value is specified, a NOT_SET String value is returned.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_EX_OUT_0: 'The localized String value configured on the "PizzaSizeType" slot type for the value "small" such as "peque\xF1a".', AR_FN_DSC_MAKELISTCURRENCY: "Returns a new Currency value collection from the specified input.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_DSC: "Returns a Currency collection from the specified Decimal input collection and assigns the specified ISO 4217 currency code to each item in the returned currency collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_RV: "Returns a Currency collection with each item set to the value from the corresponding Decimal collection. Each item will have their code set to the ISO 4217 currency code specified in the 2nd parameter.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_PRM_DSC_0: "A Decimal collection of amounts that will become the amounts in the returned Currency collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_PRM_DSC_1: "The ISO 4217 currency code to assign to each item in the returned Currency collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_EX_OUT_0: 'A currency collection with two items. The first item has an amount of 10.50, the second item has an amount of 2.50, and both items have a code of "USD".', AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_EX_OUT_1: 'A currency collection with two items. The first item has an amount of 10.50, the second item has a NOT_SET amount, and both items have a Cde of "USD".', AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_DSC: "Returns a Currency collection based on the specified Decimal and String input collections. The input collections have to have the same number of items for the currency list to be created.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_RV: "Returns a Currency collection where each item is a Currency value created from the items in the amounts and currencyCodes collections.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_PRM_DSC_0: "A Decimal collection of amounts that will become the amounts in the returned Currency collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_PRM_DSC_1: "A collection of ISO 4217 currency codes to assign to each item in the returned Currency collection. The number of items in this collection should be the same as the number of items in the amounts collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_EX_OUT_0: 'A currency collection with two items. The first Currency item has an amount of 10.50 and code of "USD". The second Currency item has an amount of 2.50 and code of "EUR".', AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_EX_OUT_1: 'A currency collection with two items. The first Currency item has an amount of 10.50 and NOT_SET code. The second Currency item has a NOT_SET amount and code of "EUR".', AR_FN_DSC_TOCURRENCY: "Converts a value to a Currency.", AR_FN_CUR_TOCURRENCY_STR_DSC: "Converts a String value to a Currency.", AR_FN_CUR_TOCURRENCY_STR_RV: "Returns a Currency value for the specified String.", AR_FN_CUR_TOCURRENCY_STR_PRM_DSC_0: 'The String to convert to a Currency value. The format should be "[amount]|[code]" where amount is a decimal value and code is an ISO 4217 currency code or blank.', AR_FN_CUR_TOCURRENCY_STR_EX_OUT_0: 'A Currency value with an amount of 5.00 and code of "USD" (United States dollars).', AR_FN_CUR_TOCURRENCY_STR_EX_OUT_1: 'A Currency value with a NOT_SET amount and code of "EUR" (Euros).', AR_FN_CUR_TOCURRENCY_STR_EX_OUT_2: "A Currency value with an amount of 5.00 and NOT_SET code.", AR_FN_CUR_TOCURRENCY_STR_EX_OUT_3: "A Currency value with an amount of 5.00 and NOT_SET code.", AR_FN_CUR_TOCURRENCY_STR_EX_OUT_4: "A NOT_SET Currency.", AR_FN_CUR_TOCURRENCY_DEC_DSC: "Converts a Decimal to a Currency without a code.", AR_FN_CUR_TOCURRENCY_DEC_RV: "Returns a Currency value from the specified Decimal.", AR_FN_CUR_TOCURRENCY_DEC_PRM_DSC_0: "The Decimal to convert to a Currency value.", AR_FN_CUR_TOCURRENCY_DEC_EX_OUT_0: "A Currency value with an amount of 5.00 and NOT_SET code.", AR_FN_CUR_TOCURRENCY_LNG_DSC: "Converts an Integer to a Currency without a code.", AR_FN_CUR_TOCURRENCY_LNG_RV: "Returns a Currency value from the supplied Integer.", AR_FN_CUR_TOCURRENCY_LNG_PRM_DSC_0: "The Integer to convert to a Currency value.", AR_FN_CUR_TOCURRENCY_LNG_EX_OUT_0: "A Currency value with an amount of 5 and NOT_SET code.", AR_FN_CUR_TOCURRENCY_NTS_DSC: "Converts NOT_SET to a NOT_SET Currency.", AR_FN_CUR_TOCURRENCY_NTS_RV: "Returns a NOT_SET Currency value.", AR_FN_CUR_TOCURRENCY_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_CUR_TOCURRENCY_NTS_EX_OUT_0: "A NOT_SET Currency.", AR_FN_CUR_TOCURRENCY_CUR_DSC: "Returns a Currency from the supplied Currency value.", AR_FN_CUR_TOCURRENCY_CUR_RV: "Returns the supplied Currency value.", AR_FN_CUR_TOCURRENCY_CUR_PRM_DSC_0: "The Currency to return.", AR_FN_CUR_TOCURRENCY_CUR_EX_OUT_0: 'A Currency value with an amount of 5.25 and code of "USD" (United States dollars)', AR_FN_DSC_GETCURRENCYSYMBOL: "Returns the symbol for the specified ISO 4217 currency code.", AR_FN_STR_GETCURRENCYSYMBOL_STR_DSC: "Returns the currency symbol for the specified ISO 4217 currency code.", AR_FN_STR_GETCURRENCYSYMBOL_STR_RV: "Returns a Currency symbol for the specified String.", AR_FN_STR_GETCURRENCYSYMBOL_STR_PRM_DSC_0: "The ISO 4217 currency code for which you wish to get the currency symbol.", AR_FN_STR_GETCURRENCYSYMBOL_CUR_DSC: "Returns the currency symbol for the specified currency.", AR_FN_STR_GETCURRENCYSYMBOL_CUR_RV: "Returns a Currency symbol for the specified String.", AR_FN_STR_GETCURRENCYSYMBOL_CUR_PRM_DSC_0: "A Currency from which to get the symbol.", AR_FN_DSC_CONVERTCURRENCY: "Converts a currency from one code to another.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DSC: "Converts a currency from one code to another keeping the amount the same.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_RV: "Returns the converted Currency value. Note that if sourceCurrency itself is NOT_SET, then a NOT_SET Currency is returned.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_PRM_DSC_0: "The Currency to convert.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_PRM_DSC_1: "The ISO 4217 currency code for the returned Currency value.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_0: 'A Currency with an amount of 5.00 and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_1: 'A Currency with an amount of 5.00 and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_2: 'A Currency with a NOT_SET amount and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_3: "A Currency with a NOT_SET amount and NOT_SET code.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_4: "A NOT_SET Currency.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_DSC: "Converts a currency from one code to another using a specified conversion rate.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_RV: "Returns the converted Currency value.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_0: "The Currency to convert.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_1: "The ISO 4217 currency code for the returned Currency value.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_2: "The exchange rate from the sourceCurrency input to the destination currency.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_0: 'A Currency with an amount of 3.4685 and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_1: 'A Currency with an amount of 3.4685 and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_2: 'A Currency with a NOT_SET amount and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_3: "A NOT_SET Currency.", AR_FN_DSC_TOAUDIOTTS: "Creates an Audio from text.", AR_FN_AUDIO_TOAUDIOTTS_STR_DSC: "Creates an Audio from the supplied text using the text to speech engine for the flow's currently executing language.", AR_FN_AUDIO_TOAUDIOTTS_STR_RV: "Returns Audio from the submitted String.", AR_FN_AUDIO_TOAUDIOTTS_STR_PRM_DSC_0: "The text to convert to Audio.", AR_FN_AUDIO_TOAUDIOTTS_STR_EX_OUT_0: 'Audio for the string "Hello" spoken via. text to speech.', AR_FN_AUDIO_TOAUDIOTTS_STR_EX_OUT_1: "Blank Audio of 0ms duration. See the ToAudioBlank function if you wish to create blank Audio with a duration.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_DSC: "Creates an Audio from the supplied text using the text to speech engine for a specified IETF language tag.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_RV: "Returns Audio from the submitted String.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_PRM_DSC_0: "The text to convert to Audio.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_PRM_DSC_1: "The IETF language tag of the text to speech engine to use for the pronunciation of the supplied text.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_0: 'Audio for the string "Hello" spoken via. the English (United States) (en-US) text to speech engine.', AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_1: 'Audio for the string "Bonjour" spoken via. the French (Canada) (fr-CA) text to speech engine.', AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_2: 'Audio for the string "Hola" spoken via. the Spanish (United States) (es-US) text the to speech engine.', AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_3: "Blank Audio of 0ms duration. See the ToAudioBlank function if you wish to create blank Audio with a duration.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_DSC: "Creates an Audio from text using text to speech with the option to read characters individually using the text to speech engine for the flow's currently executing language.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_RV: "Returns Audio from the submitted String.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_PRM_DSC_0: "The text to convert to Audio.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_PRM_DSC_1: "The formatting used for the returned Audio.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_EX_OUT_0: 'Audio of "H e l l o" where each letter is spoken individually.', AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_EX_OUT_1: "Blank Audio of 0ms duration. See the ToAudioBlank function if you wish to create blank Audio with a duration.", AR_FN_DSC_TOAUDIOBLANK: "Creates blank Audio which can be used to provide a pause in audio playback.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_DSC: "Creates blank Audio for a specified number of milliseconds.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_RV: "Returns blank Audio of length specified in the lengthMS parameter.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_PRM_DSC_0: "The number of milliseconds of blank audio to create.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_EX_OUT_0: "Blank Audio with a duration of 500 milliseconds.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_EX_OUT_1: 'Audio for "Hello" followed by one second of blank audio and then "World".', AR_FN_DSC_TOAUDIOBOOL: "Creates an Audio from a boolean value.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_DSC: "Creates an Audio from a Boolean.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_RV: "Returns Audio from the submitted Boolean.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_PRM_DSC_0: "The boolean to convert to Audio.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_EX_OUT_0: 'Audio of "True".', AR_FN_AUDIO_TOAUDIOBOOL_BLN_EX_OUT_1: "Blank Audio.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_DSC: "Creates an Audio from a Boolean.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_RV: "Returns Audio from the submitted Boolean.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_PRM_DSC_0: "The boolean value to convert to Audio.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_PRM_DSC_1: "Formatting information for the returned Audio.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_0: 'Audio of "No".', AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_1: 'Audio of "Yes".', AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_2: "Blank Audio.", AR_FN_DSC_TOAUDIODURATION: "Creates an Audio from a Duration value.", AR_FN_AUDIO_TOAUDIODURATION_DUR_DSC: "Creates an Audio from a Duration value down to seconds. Milliseconds on the Duration value are not part of the returned Audio.", AR_FN_AUDIO_TOAUDIODURATION_DUR_RV: "Returns Audio from the submitted Duration value.", AR_FN_AUDIO_TOAUDIODURATION_DUR_PRM_DSC_0: "The Duration value to convert to Audio.", AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_0: 'Audio of "one hour thirty minutes".', AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_1: 'Audio of "negative thirty minutes".', AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_2: 'Audio of "one hour thirty minutes and five seconds".', AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_3: "A NOT_SET Audio.", AR_FN_DSC_TOAUDIOPHONENUMBER: "Creates an Audio for phone number playback.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_DSC: "Creates an Audio from a PhoneNumber value where the audio is the phone number played back in global format which uses the country code.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_RV: "Returns Audio from the submitted PhoneNumber.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PRM_DSC_0: "The PhoneNumber to convert to Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_0: 'Globally formatted phone number Audio of "plus one three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_1: 'Globally formatted phone number Audio for the phone number in Call.Ani if Call.Ani is a "tel" scheme phone number, otherwise blank Audio.', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_DSC: "Creates an Audio from a PhoneNumber value where the audio is the phone number played back in global or local format as specified by a parameter.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_RV: "Returns Audio from the submitted PhoneNumber.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_PRM_DSC_0: "The PhoneNumber to convert to Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_PRM_DSC_1: "Whether or not to use local or global formatting on the returned Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_0: 'Locally formatted phone number Audio of "three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_1: 'Globally formatted phone number Audio of "plus one three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_2: 'Locally formatted phone number Audio of "zero seven five five five five one two one two".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_3: 'Globally formatted phone number Audio for the phone number in Call.Ani if Call.Ani is a "tel" scheme phone number, otherwise blank Audio.', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_4: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_DSC: "Creates an Audio from a PhoneNumber value where the audio is the phone number played back in global or local format depending on the dialing code passed in.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_RV: "Returns Audio from the submitted PhoneNumber.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_PRM_DSC_0: "The PhoneNumber to convert to Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_PRM_DSC_1: "If the dialing code specified here matches the dialing code in the phoneNumber parameter, local formatting will be used for the returned phone number Audio. Otherwise global formatting will be used.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_0: 'Locally formatted phone number Audio of "three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_1: 'Globally formatted phone number Audio of "plus one three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_2: 'Globally formatted phone number Audio of "plus one three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_3: 'Locally formatted phone number Audio of "zero seven five five five five one two one two".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_4: 'Globally formatted phone number Audio for the phone number in Call.Ani if the dialing code is other than "1" and Call.Ani is a "tel" scheme phone number, otherwise blank Audio.', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_6: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_DSC: "Creates an Audio from a String value where only numbers in the string are played back in the returned Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_RV: "Returns Audio from the submitted String.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_PRM_DSC_0: "The string to convert to Audio as a phone number.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_0: 'Audio for "eight one two five five five one two three four".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_1: 'Audio for "eight one two five five five one two three four".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_2: 'Audio for "eight one two five five five one two three four".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_3: "Blank Audio.", AR_FN_DSC_TOAUDIOCURRENCY: "Creates an Audio from a Currency value.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_DSC: "Creates an Audio from a Currency value localized to the current language for the flow.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_RV: "Returns Audio from the submitted Currency.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_PRM_DSC_0: "The Currency value to convert to Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_0: 'Audio for "one million two hundred thirty four thousand five hundred sixty seven dollars and zero cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_1: 'Audio for "one dollar and twenty three cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_2: 'Audio for "one dollar and twenty three cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_4: 'Audio for "one dollar and fifty seven cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_DSC: "Creates an Audio from a Currency value localized to the current language for the flow.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_RV: "Returns Audio from the submitted Currency.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_PRM_DSC_0: "The Currency value to convert to Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_PRM_DSC_1: "Formatting information for the returned Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_0: 'Audio for "one million two hundred thirty four thousand five hundred sixty seven dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_1: 'Audio for "eighty cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_2: 'Audio for "two hundred eighty cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_3: 'Audio for "one point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_4: 'Audio for "three zero point two zero dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_5: 'Audio for "zero point two zero dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_6: "Blank Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_DSC: "Creates an Audio from a Currency value localized to the current language for the flow played in decimal format with a specified number of decimal places.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_RV: "Returns Audio from the submitted Currency.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_PRM_DSC_0: "The Currency value to convert to Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_PRM_DSC_1: "The number of decimal places to include in the audio output.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_0: 'Audio for "one point two dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_1: 'Audio for "one point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_2: 'Audio for "negative thirty five point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_3: 'Audio for "one point two three zero dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_4: 'Audio for "one point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_5: 'Audio for "twenty one point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_6: "Blank Audio.", AR_FN_DSC_TOAUDIOPERCENT: "Creates Audio from an Integer value to be read as a percent.", AR_FN_AUDIO_TOAUDIOPERCENT_LNG_DSC: "Creates Audio from an Integer value to be read as a percent.", AR_FN_AUDIO_TOAUDIOPERCENT_LNG_RV: "Returns Audio from the submitted Integer.", AR_FN_AUDIO_TOAUDIOPERCENT_LNG_PRM_DSC_0: "The Integer value to convert to Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_0: 'Audio for "one hundred twenty three percent".', AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_1: 'Audio for "five percent".', AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_DSC: "Creates an Audio from a Decimal value to be read as a percent.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_PRM_DSC_0: "The Decimal value to convert to Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_0: 'Audio for "one hundred, twenty three point twelve percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_1: 'Audio for "zero point two percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_DSC: "Creates an Audio from a Decimal value to be read as a percent, with the ability to specify how many decimal digits to play.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_PRM_DSC_0: "The Decimal value to be played as audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_PRM_DSC_1: "Number of decimal places to read in the returned Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_0: 'Audio for "one hundred twenty three point one two percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_1: 'Audio for "one hundred twenty three point one percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_2: 'Audio for "one hundred twenty three point one two zero percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_3: "Blank Audio.", AR_FN_DSC_TOAUDIODATE: "Creates an Audio from a Date.", AR_FN_AUDIO_TOAUDIODATE_DTM_DSC: "Creates a date Audio from a DateTime.", AR_FN_AUDIO_TOAUDIODATE_DTM_RV: "Returns Audio for the Date portion of the submitted DateTime.", AR_FN_AUDIO_TOAUDIODATE_DTM_PRM_DSC_0: "The DateTime value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATE_DTM_EX_OUT_0: 'Audio for "Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DTM_EX_OUT_1: "Blank Audio.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_DSC: "Creates an Audio for the year from a DateTime with formatting support.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_RV: "Returns Audio for the Date portion of the submitted DateTime.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_PRM_DSC_0: "The DateTime value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_PRM_DSC_1: "Formatting information for the returned Audio.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_0: 'Audio for "Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_1: 'Audio for "Thursday November thirtieth nineteen eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_2: 'Audio for "Thursday November thirtieth".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_3: 'Audio for "Seventh".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_4: 'Audio for "April".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_5: 'Audio for "twenty fourteen".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_6: 'Audio for "two thousand fourteen".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_7: 'Audio for "Wednesday".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_8: "Blank audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_DSC: "Creates a date Audio from a Date.", AR_FN_AUDIO_TOAUDIODATE_DATE_RV: "Returns Audio for the Date.", AR_FN_AUDIO_TOAUDIODATE_DATE_PRM_DSC_0: "The Date value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_EX_OUT_0: 'Audio for "Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DATE_EX_OUT_1: "Blank Audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_DSC: "Creates an Audio for the date with formatting support.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_RV: "Returns Audio for the Date with specified format.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_PRM_DSC_0: "The Date value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_PRM_DSC_1: "Formatting information for the returned Audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_0: 'Audio for "Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_1: 'Audio for "Thursday November thirtieth nineteen eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_2: 'Audio for "Thursday November thirtieth".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_3: 'Audio for "Seventh".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_4: 'Audio for "April".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_5: 'Audio for "twenty fourteen".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_6: 'Audio for "two thousand fourteen".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_7: 'Audio for "Wednesday".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_8: "Blank audio.", AR_FN_DSC_TOAUDIODATETIME: "Creates an Audio from a DateTime.", AR_FN_AUDIO_TOAUDIODATETIME_DTM_DSC: "Creates an Audio from a DateTime.", AR_FN_AUDIO_TOAUDIODATETIME_DTM_RV: "Returns Audio from the submitted DateTime value.", AR_FN_AUDIO_TOAUDIODATETIME_DTM_PRM_DSC_0: "The DateTime value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_0: 'Audio for "Two twenty two PM Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_1: 'Audio for "Two twenty two PM Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_2: 'Audio for "Twelve AM Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_3: "Blank Audio.", AR_FN_DSC_TOAUDIOTIME: "Creates an Audio from a DateTime input.", AR_FN_AUDIO_TOAUDIOTIME_DTM_DSC: "Creates an Audio from a DateTime and only plays the Time portion.", AR_FN_AUDIO_TOAUDIOTIME_DTM_RV: "Returns Audio for the submitted DateTime value.", AR_FN_AUDIO_TOAUDIOTIME_DTM_PRM_DSC_0: "The DateTime value to convert to Audio.", AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_0: 'Audio for "Two twenty two PM" or "Fourteen twenty two" depending on active language.', AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_1: 'Audio for "Twelve AM" or "Zero hours" depending on active language.', AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_DSC: "Creates an Audio from a DateTime and only plays the Time portion.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_RV: "Returns Audio for the submitted DateTime value.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_PRM_DSC_0: "The DateTme value to convert to Audio.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_PRM_DSC_1: "Time Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_0: 'Audio for "Four teen twenty two".', AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_1: 'Audio for "Two twenty two".', AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_2: "Blank Audio.", AR_FN_DSC_TOAUDIO: "Converts a value to Audio.", AR_FN_AUDIO_TOAUDIO_PROMPT_DSC: "Converts a Prompt to Audio.", AR_FN_AUDIO_TOAUDIO_PROMPT_RV: "Returns Audio for the specified Prompt.", AR_FN_AUDIO_TOAUDIO_PROMPT_PRM_DSC_0: "The Prompt to convert to Audio. The prompt audio preference is first to get the audio configured on the prompt for the language in which the flow is currently running. If no audio is present, then the runtime will fall back to the text to speech configured on the prompt for the language in which the flow is currently running.", AR_FN_AUDIO_TOAUDIO_PROMPT_EX_OUT_0: "Audio for the Prompt.Welcome prompt for the language in which the current flow is running.", AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_DSC: "Converts a Prompt Collection to Audio.", AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_RV: "Returns Audio for the specified Prompt collection.", AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_PRM_DSC_0: "The Prompt collection to convert to Audio. The runtime preference for each prompt in the collection is to get the prompt audio for the language in which the current flow is running. If audio is not available for an individual prompt, the flow runtime will fall back to the text to speech configured on the prompt for the language in which the flow is currently running.", AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_EX_OUT_0: "Audio for the Prompt.Hello prompt followed by audio for the Prompt.World prompt in the language in which the current flow is currently running.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_DSC: "Converts a VoicemailSnippet to Audio.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_RV: "Returns Audio for the specified VoicemailSnippet.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_PRM_DSC_0: "The VoicemailSnippet value to convert to Audio.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_EX_OUT_0: "Audio for the Voicemail.VoicemailSnippet variable.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_EX_OUT_1: "A NOT_SET Audio.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_DSC: "Converts a VoiceSnippet to Audio.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_RV: "Returns Audio for the specified VoiceSnippet.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_PRM_DSC_0: "The VoiceSnippet value to convert to Audio.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_EX_OUT_0: "Audio for the Flow.ParticipantSnippet VoiceSnippet variable.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_EX_OUT_1: "A NOT_SET Audio.", AR_FN_AUDIO_TOAUDIO_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Audio.", AR_FN_AUDIO_TOAUDIO_NTS_RV: "Returns a NOT_SET Audio.", AR_FN_AUDIO_TOAUDIO_NTS_PRM_DSC_0: "The NOT_SET value to convert to Audio.", AR_FN_AUDIO_TOAUDIO_NTS_EX_OUT_0: "A NOT_SET Audio.", AR_FN_DSC_TOCOMMUNICATION: "Converts a value to a Communication value. Communication objects are like Audio except that they supply either audio or text for communication on the current media channel.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_DSC: "Converts an Any value to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_RV: "Returns a Communication for the submitted value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_PRM_DSC_0: "The value to convert to a Communication. If the value is NOT_SET, a blank Communication will be generated at runtime.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_EX_OUT_0: 'A Communication with audio for "uno" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_DSC: "Converts an Any collection value to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_RV: "Returns a Communication for the submitted collection value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_PRM_DSC_0: "The value to convert to a Communication. If the value is NOT_SET, a blank Communication will be generated at runtime.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_EX_OUT_0: 'A Communication with audio for "uno dos" and text of "1\\n2".', AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_DSC: "Converts an Any collection value to a Communication. The method calls ToCommunication on each element in the collection and appends it to the returned value for each item to the result Communication. Items in the returned Communication are delimited with the value specified in the delimiter parameter for the text value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_RV: "Returns a Communication for the submitted collection value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_PRM_DSC_0: "The collection value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_PRM_DSC_1: "The delimiter to use between items in the returned Communication. If the delimiter is a NOT_SET String, a newline will be used for the delimiter.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_EX_OUT_0: 'A Communication with audio for "uno dos" and text of "1, 2".', AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_DSC: "Creates an Communication from a Boolean.", AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_RV: "Returns a Communication for the submitted Boolean value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_PRM_DSC_0: "The Boolean value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_PRM_DSC_1: "Formatting information for the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_0: 'Communication with audio of "no" and text of "no".', AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_1: 'Communication with audio of "yes" and text of "yes"', AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_2: "A blank Communication with blank audio of 0ms duration and blank text. See the ToCommunicationBlank function if you wish to create blank Communication with a duration.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_DSC: "Creates a Communication from a Currency value localized to the current language for the flow.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_RV: "Returns a Communication for the submitted Currency value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_PRM_DSC_0: "The Currency value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_PRM_DSC_1: "Formatting information for the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_0: 'Communication with audio of "one million two hundred thirty four thousand five hundred sixty seven dollars" and text of "$1,234,567.00".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_1: 'Communication with audio of "eighty cents" and text of "$.80".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_2: 'Communication with audio of "two hundred eighty cents" and text of "280 cents".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_3: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_DSC: "Creates a Communication from a Currency value localized to the current language for the flow played in decimal format with a specified number of decimal places.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_RV: "Returns a Communication for the submitted Currency value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_PRM_DSC_0: "The Currency value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_PRM_DSC_1: "The number of decimal places to include in the communication output.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_0: 'Communication for "one point three dollars".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_1: 'Communication for "one point two three dollars".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_2: 'Communication for "one point two three zero dollars".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_3: 'Communication for "negative thirty five point two three dollars".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_4: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_DSC: "Creates a Communication for the year from a Date with formatting support.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_RV: "Returns a Communication for the submitted the Date value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_PRM_DSC_0: "The Date value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_PRM_DSC_1: "Formatting information for the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_0: 'Communication with audio of "Thursday November thirtieth nineteen hundred eighty nine" and text of "11/13/1989".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_1: 'Communication with audio of "Thursday November thirtieth nineteen eighty nine" and text of "11/13/89".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_2: 'Communication with audio of "Thursday November thirtieth" and text "Thursday, November 30th"', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_3: 'Communication with audio of "Seventh" and text of "7th".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_4: 'Communication with audio and text of "April".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_5: 'Communication with audio of "twenty fourteen" and text of "2014".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_6: 'Communication with audio of "two thousand fourteen" and text of "2014".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_7: 'Communication with audio and text of "Wednesday".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_DSC: "Creates a Communication from a Decimal.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_RV: "Returns a Communication for the submitted Decimal value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_PRM_DSC_0: "The Decimal value to convert to a Communication. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits. If the Decimal value is an integral value, only the integral part will be played back.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_PRM_DSC_1: "Number formatting to be used in the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_0: 'Communication with audio of "five point five" and text of "5 . 5".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_1: 'Communication with audio of "negative five zero zero" and text of "- 5 0 0".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_2: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_DSC: "Creates a Communication from a Decimal with a specified number of decimal places.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_RV: "Returns a Communication for the submitted Decimal value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_PRM_DSC_0: "The Decimal value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_PRM_DSC_1: "The number of decimal places to include in the communication output.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_0: 'Communication with audio of "one point three" and text of "1.3".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_1: 'Communication with audio of "one point two three" and text of "1.23".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_2: 'Communication with audio of "one point two three zero" and text of "1.230".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_3: 'Communication with audio of "negative thirty five point one seven" and text of "-35.17".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_4: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates a Communication from an Integer with language context.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns a Communication for the submitted Integer value based on the supplied language context.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer to convert to a Communication. If the Integer value is NOT_SET, blank Communication will be returned.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Communication with audio of "uno" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Communication with audio of "un" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Communication with audio of "unos" and text of "5".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Communication for "una" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Communication with audio of "una" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: 'Communication with audio of "unas" and text of "5".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_6: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_DSC: "Creates a Communication from an Integer with formatting.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_RV: "Returns a Communication for the submitted Integer value with the supplied formatting option.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_PRM_DSC_0: "The Integer value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_PRM_DSC_1: "Number Format Enum to be used in the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_EX_OUT_0: 'Communication with audio of "five zero zero" and text of "5 0 0".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_EX_OUT_1: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC: "Creates a Communication from an Integer with formatting and language context.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV: "Returns a Communication for the submitted Integer value with formatting and language context.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number Format Enum to be used in the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Language contextual information on how to play back the number.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Communication with audio of "uno dos" and text of "1 2".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Communication with audio of "un un" and text of "1 1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Communication with audio of "unos unos" and text of "1 1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Communication with audio of "una dos" and text of "1 2".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Communication with audio of "una unas" and text of "1 1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_DSC: "Converts a NOT_SET value to a blank Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_RV: "Returns a blank Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Communication object.", AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_EX_OUT_0: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_DSC: "Creates a Communication from text using text to speech with the option to read characters individually using the text to speech engine for the flow's currently executing language.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_RV: "Returns a Communication from the submitted String.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_PRM_DSC_0: "The text to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_PRM_DSC_1: "The formatting used for the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_EX_OUT_0: 'A Communication of "H e l l o" where each letter is communicated individually.', AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_EX_OUT_1: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_DSC: "Creates a Communication from a Time.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_RV: "Returns a Communication for the submitted Time value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_PRM_DSC_0: "The Time value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_PRM_DSC_1: "Time Format Enum to be used in the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_0: 'Communication with audio of "Fourteen twenty two" and text of "14:22:11".', AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_1: 'Communication with audio of "Two twenty two" and text of "02:22:11PM"', AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_2: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_DSC: "Creates a Communication by obtaining a part from a Time.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_RV: "Returns a Communication for the submitted Time value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_PRM_DSC_0: "The Time value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_PRM_DSC_1: "Time Part Enum to be used in the returned Communication. Format.TimePart.days is not valid for use in this parameter since time values do not have a day component.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_EX_OUT_0: 'Communication with audio of "Nine" and text of "9".', AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_EX_OUT_1: 'Communication with audio of "Two twenty two" and text of "22"', AR_FN_DSC_TOCOMMUNICATIONBLANK: "Creates a blank Communication which can be used to provide a pause in communication playback.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_DSC: "Creates a blank Communication for a specified number of milliseconds.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_RV: "Returns blank Communication of length specified in the lengthMS parameter.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_PRM_DSC_0: "The number of milliseconds of blank communication to create.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_EX_OUT_0: "A Communication with blank audio with a duration of 500 milliseconds and blank text output that pauses for 500 milliseconds.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_EX_OUT_1: "A Communication with blank audio with a duration of 0 milliseconds and blank text output that does not pause.", AR_FN_DSC_TOCOMMUNICATIONORDINAL: 'Creates a Communication from a number with ordinal playback such as "first", "second", ..., "seven hundred and sixteenth"', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_DSC: "Creates an ordinal Communication from an Integer.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_RV: "Returns ordinal Communication for the submitted Integer value.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_PRM_DSC_0: "The Integer to convert to a Communication. If the Integer value is less than 1 or greater than 999, the communication playback will be read as a normal number and not as an ordinal.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_0: 'Communication with audio of "first" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_1: 'Communication with audio of"two hundred and first" and text of "201".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_2: 'Communication with audio of "five hundredth" and text of "500".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_3: 'Communication with audio of "five thousand" and text of "5000".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_4: 'Communication with audio of "negative five hundred" and text of "-500".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_5: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an ordinal Communication from an Integer with language context.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns ordinal Communication for the submitted Integer value based on the supplied language context.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer to convert to a Communication. If the Integer value is NOT_SET, blank Communication will be returned. If the Integer value is less than 1 or greater than 999, the communication playback will be read as a normal number and not as an ordinal.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Communication with audio of "premier" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Communication with audio of "premi\xE8re" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Communication with audio of "premier" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Communication with audio of "moins un" and text of "-1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: "A NOT_SET Communication.", AR_FN_DSC_TOCOMMUNICATIONSSML: "Creates a Communication whose contents should be interpreted at runtime as SSML (Speech Synthesis Markup Language).", AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_DSC: "Creates a Communication from a String whose value is meant to be interpreted as an SSML fragment at flow runtime. The SSML fragment should not contain any or tags. All SSML start tags contained in the String value should have corresponding ending tags. Attempting to use open tags in one ToCommunicationSsml function call and ending tags in a subsequent ToCommunicationSsml call is not supported.", AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_RV: "Returns a Communication value that should be interpreted as SSML at flow runtime.", AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_PRM_DSC_0: "The String value that contains the SSML fragment. Supplying a NOT_SET String value will return a NOT_SET Communication value.", AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_0: 'A Communication value that instructs a text to speech engine to read back the String value "SSML" by pronouncing each character individually.', AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_1: 'A Communication value that instructs a text to speech engine to read back the number 5 as an ordinal such as "fifth".', AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_2: "A NOT_SET Communication value.", AR_FN_DSC_TOMULTIMODALCOMMUNICATION: "Creates a Communication object with the ability to specify different Communication values for multiple output modes.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_DSC: "This overload lets you create a Communication object by supplying both voice and text mode Communication values.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_RV: "Returns a Communication object with the specified Communication values for voice and text modes.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_PRM_DSC_0: "The Communication value to use for voice mode.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_PRM_DSC_1: "The Communication value to use for text mode.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_EX_OUT_0: 'Communication with audio of "one" and text of "no".', AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_EX_OUT_1: "A NOT_SET Communication.", AR_FN_DSC_TOAUDIONUMBER: "Creates an Audio from a number.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_DSC: "Creates an Audio from an Integer.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_RV: "Returns Audio for the submitted Integer value.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_PRM_DSC_0: "The Integer to convert to Audio. If the Integer value is NOT_SET, blank Audio will be returned.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_0: 'Audio for "uno".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_1: 'Audio for "five hundred".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_2: 'Audio for "negative five hundred".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from an Integer with language context.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio for the submitted Integer value based on the supplied language context.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer to convert to Audio. If the Integer value is NOT_SET, blank Audio will be returned.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "uno".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "un".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "unos".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "una".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Audio for "una".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: 'Audio for "unas".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_6: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_DSC: "Creates an Audio from an Integer with formatting.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_RV: "Returns Audio for the submitted Integer value based on the formatting option.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_PRM_DSC_0: "The Integer value to convert to Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_PRM_DSC_1: "Number Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_0: 'Audio of "five zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_1: 'Audio of "negative five zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from an Integer with language context and formatting.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio for the submitted Integer value with formatting and language context.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer value to convert to Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "uno dos".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "un un".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "unos unos".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "una dos".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Audio for "una unas".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_DSC: "Creates an Audio from a Decimal.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_RV: "Returns Audio for the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits. If the Decimal value is an integral value, only the integral part will be played back.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_0: 'Audio for "five hundred".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_1: 'Audio for "negative five hundred".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_2: 'Audio for "one hundred twenty five point two five".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from a Decimal with language context.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio for the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "una coma quatro".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "una coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "uno coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "un coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Audio for "dos coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_DSC: "Creates an Audio from a Decimal.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits. If the Decimal value is an integral value, only the integral part will be played back.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_PRM_DSC_1: "Number formatting to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_0: 'Audio of "five point five".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_1: 'Audio of "negative five zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_2: 'Audio of "five zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from a Decimal with formatting and language context.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number formatting to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "una cero cero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "uno cero cero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "un cero cero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "una coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Audio for "uno coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: 'Audio for "dos coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_6: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_DSC: "Creates an Audio from a Decimal value with a specified number of decimal places.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_PRM_DSC_1: "Number of decimal places to read in the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_0: 'Audio for "one hundred twenty three point one two".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_1: 'Audio for "negative one hundred twenty three point one two zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_2: 'Audio for "zero point two three four".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from a Decimal value with a specified number of decimal places with language context.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number of decimal places to read in the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "una coma uno dos".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "uno coma uno dos".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_DSC: "Creates an Audio from a Decimal value to a specified number of decimal places with formatting support.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_0: "The Decimal value converted to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_1: "Number Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_2: "Number of decimal places to read in the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_EX_OUT_0: 'Audio for "one two three point one two three".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_EX_OUT_1: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from a Decimal value to a specified number of decimal places with formatting and language context.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Decimal value converted to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Number of decimal places to read in the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_3: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "uno coma uno dos".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "una coma una dos".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: "Blank Audio.", AR_FN_DSC_TOAUDIONUMBERORDINAL: 'Creates an Audio from a number with ordinal playback such as "first", "second", ..., "seven hundred and sixteenth"', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_DSC: "Creates an ordinal Audio from an Integer.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_RV: "Returns ordinal Audio for the submitted Integer value.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_PRM_DSC_0: "The Integer to convert to Audio. If the Integer value is NOT_SET, blank Audio will be returned. If the Integer value is less than 1 or greater than 999, the audio playback will be read as a normal number and not as an ordinal.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_0: 'Audio for "first".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_1: 'Audio for "two hundred and first".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_2: 'Audio for "five hundredth".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_3: 'Audio for "five thousand".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_4: 'Audio for "negative five hundred".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an ordinal Audio from an Integer with language context.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns ordinal Audio for the submitted Integer value based on the supplied language context.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer to convert to Audio. If the Integer value is NOT_SET, blank Audio will be returned. If the Integer value is less than 1 or greater than 999, the audio playback will be read as a normal number and not as an ordinal.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "premier".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "premi\xE8re".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "et".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "moins un".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: "Blank Audio.", AR_FN_DSC_TOVOICEMAILSNIPPET: "Converts a value to a VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_DSC: "Converts a NOT_SET value to a NOT_SET VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_RV: "Returns a NOT_SET VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_PRM_DSC_0: "The value NOT_SET to convert to a VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_EX_OUT_0: "A NOT_SET VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_DSC: "Returns a VoicemailSnippet value from the supplied VoicemailSnippet value.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_RV: "Returns the supplied VoiceSnippet value.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_PRM_DSC_0: "The VoicemailSnippet value to return.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_EX_OUT_0: "The supplied VoicemailSnippet.", AR_FN_DSC_TOVOICESNIPPET: "Converts a value to a VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_DSC: "Converts a NOT_SET value to a NOT_SET VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_RV: "Returns a NOT_SET VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_PRM_DSC_0: "The value NOT_SET to convert to a VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_EX_OUT_0: "A NOT_SET VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_DSC: "Returns a VoiceSnippet value from the supplied VoiceSnippet value.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_RV: "Returns the supplied VoiceSnippet value.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_PRM_DSC_0: "The VoiceSnippet value to return.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_EX_OUT_0: "The supplied VoiceSnippet value.", AR_FN_DSC_GETDEFAULTLANGUAGE: "Gets the default supported language on the current flow.", AR_FN_STR_GETDEFAULTSUPPORTEDLANGUAGE_DSC: "Gets the IETF language tag of the default supported language for the current flow.", AR_FN_STR_GETDEFAULTSUPPORTEDLANGUAGE_RV: "Returns the IETF language tag for the default supported language for the current flow.", AR_FN_DSC_GETSUPPORTEDLANGUAGES: "Gets the supported languages configured for the current flow.", AR_FN_STR_COLL_GETSUPPORTEDLANGUAGES_DSC: "Gets a string collection of IETF language tags for the supported languages in the current flow.", AR_FN_STR_COLL_GETSUPPORTEDLANGUAGES_RV: "Returns a string collection of the supported IETF languages tags set on the flow. There will always be one entry in this collection.", AR_FN_DSC_GETCURRENTDATETIMEUTC: "Gets the current date and time in Coordinated Universal Time (UTC).", AR_FN_DTM_GETCURRENTDATETIMEUTC_DSC: "Gets the current date and time in Coordinated Universal Time (UTC)", AR_FN_DTM_GETCURRENTDATETIMEUTC_RV: "Returns a DateTime value that contains the current date and time in Coordinated Universal Time (UTC).", AR_FN_DTM_GETCURRENTDATETIMEUTC_EX_OUT_0: "A DateTime with the date and time when the function was called in Coordinated Universal Time (UTC).", AR_FN_DSC_GETDEFLECTIONURL: "Gets the destination URL if the Deflect action was used to deflect the participant to a digital channel.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_DSC: "Gets the destination URL if the Deflect action was used to deflect the participant to a digital channel.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_RV: "The destination URL if the Deflect action was used to deflect the participant to a digital channel.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_PRM_DSC_0: "The service for which the URL is generated.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_PRM_DSC_1: "The identifier of the account that the message is directed to on the service.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_EX_OUT_0: "The destination URL to Facebook Messenger.", AR_FN_DSC_GETSURVEYQUESTIONANSWER: "Gets the answer to a Survey Question as a String value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_DSC: "Returns the answer of the supplied SurveyQuestion value as a String.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_RV: `The answer to the supplied Survey Question as a String. If the supplied Survey Question value is NOT_SET, the Survey Question type is 'readOnlyQuestion' or the Survey Question has not been answered, a NOT_SET String value is returned. If the supplied Survey Question was answered as Not Applicable, the String "n/a" is returned.`, AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_PRM_DSC_0: "The Survey Question whose answer you wish to obtain.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_EX_OUT_0: "The answer to the Survey Question Form.Group1_Question1 as a String value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_EX_OUT_1: "A NOT_SET string value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_DSC: "Returns the follow-up answer of the supplied SurveyQuestion value as a String.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_RV: "The answer to the supplied Survey Question as a String. If the supplied question is a NOT_SET SurveyQuestion value, the question does not have a follow-up question or if that follow-up question has not been answered, a NOT_SET String will be returned.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_PRM_DSC_0: "The Survey Question whose answer you wish to obtain.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_PRM_DSC_1: "Whether you wish to get the Survey Question's follow-up answer.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_0: "The answer to the follow-up question to the Survey Question Form.Group1_Question1 as a String value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_1: "The answer to the Survey Question Form.Group1_Question1 as a String value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_2: "A NOT_SET string value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_3: "The answer to the Survey Question Form.Group1_Question1 as a String value.", AR_FN_DSC_GETSURVEYQUESTIONISANSWERED: "Gets whether a Survey Question has been answered as a Boolean value.", AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_DSC: "Returns whether a Survey Question has been answered as a Boolean value.", AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_RV: "Whether the supplied Survey Question has been answered. If the supplied Survey Question value is NOT_SET, a Boolean value of false is returned. If the supplied Survey Question type is 'readOnlyQuestion', a Boolean value of true is returned if the read only question was presented using an 'Ask Survey Question' action.", AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_PRM_DSC_0: "The Survey Question that you wish to check.", AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_EX_OUT_0: "true or false, depending on whether Form.Group1_Question1 has been answered.", AR_FN_DSC_GETSURVEYQUESTIONNPSCATEGORY: "If the supplied Survey Question is an NPS question, this returns the NPS question category as a String value.", AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_DSC: "If the supplied Survey Question is an NPS question, this returns the NPS question category as a String value.", AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_RV: "The NPS category of the supplied Survey Question as a String. If the supplied Survey Question value is NOT_SET, if the supplied Survey Question is not an NPS question or if the supplied Survey Question has not been answered, a NOT_SET String value is returned.", AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_PRM_DSC_0: "The Survey Question whose NPS category you wish to obtain.", AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_EX_OUT_0: 'If the supplied Survey Question is an NPS question and has been answered this will return a String value of "promoter" if that score is 10 or 9, "passive" if that score is 8 or 7, and "detractor" if that score is 6 or less. If the supplied Survey Question does not exist, has not been answered or is not an NPS question, a NOT_SET String value will be returned.', AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_EX_OUT_1: "A NOT_SET string value.", AR_FN_DSC_RANDOM: "Generates a random Decimal value.", AR_FN_DEC_RANDOM_DSC: "Generates a random Decimal value that is greater than or equal to 0.0 and less than 1.0.", AR_FN_DEC_RANDOM_RV: "Returns the generated random Decimal value.", AR_FN_DSC_RANDOMINT: "Generates a random Integer value.", AR_FN_LNG_RANDOMINT_LNG_DSC: "Generates a random Integer value between 0 and the supplied limit parameter value.", AR_FN_LNG_RANDOMINT_LNG_RV: "Returns the random generated Integer value.", AR_FN_LNG_RANDOMINT_LNG_PRM_DSC_0: "If limit is a positive integer, the returned value will be greater than or equal to 0 and less than or equal to limit. If limit is a negative integer, the returned value will be less than or equal to zero and greater than or equal to limit. If limit is 0, the returned value is always 0.", AR_FN_LNG_RANDOMINT_LNG_EX_OUT_4: "86 ( this generates a random number that is greater than or equal to 0 and less than or equal to 100 )", AR_FN_LNG_RANDOMINT_LNG_EX_OUT_5: "54 ( this generates a random number that is greater than or equal to 1 and less than or equal to 100 )", AR_FN_DSC_ROUNDUP: "Rounds up a Duration value to a new Duration value.", AR_FN_DUR_ROUNDUP_DUR_DSC: "Rounds up a duration value to 30 seconds, 1 minute, 2 minutes, 5 minutes or intervals of 5 minutes if the duration value is greater than 5 minutes.", AR_FN_DUR_ROUNDUP_DUR_RV: "Returns a duration value rounded up to 30 seconds, 1 minute, 2 minutes, 5 minutes, or intervals of 5 minutes.", AR_FN_DUR_ROUNDUP_DUR_PRM_DSC_0: "The Duration value to round up.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_0: "A 5 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_1: "A 1 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_2: "A 5 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_3: "A 25 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_4: "A 1 hour and 25 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_DSC: "Rounds up a Duration value in intervals of another specified Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_RV: "Returns a rounded Duration value.", AR_FN_DUR_ROUNDUP_DUR_DUR_PRM_DSC_0: "The Duration value to round up.", AR_FN_DUR_ROUNDUP_DUR_DUR_PRM_DSC_1: "A Duration that is used to calculate intervals for rounding up.", AR_FN_DUR_ROUNDUP_DUR_DUR_EX_OUT_0: "A 3 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_EX_OUT_1: "A 5 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_DSC: "Rounds up a Duration value to one of the values specified in a Duration Collection.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_RV: "Returns a rounded Duration value.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_0: "The Duration value to round up.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_1: "A Duration that is used to calculate intervals for rounding up.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_2: "The specific Duration values that should be rounded up to. This list will be sorted from lowest to highest at runtime. The first value in this collection which is greater than or equal to the first parameter will be returned.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_EX_OUT_0: "A 4 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_EX_OUT_1: "A 25 minute Duration.", AR_FN_DSC_RANGE: "Returns a range of Durations based on a starting Duration and an interval Duration.", AR_FN_DUR_COLL_RANGE_DUR_DUR_DSC: "Calculates a lower and upper bound Duration collection given an initial Duration and an offset Duration that is used to calculate the lower and upper bounds. NOT_SET Duration values in the collection will not be used in function execution.", AR_FN_DUR_COLL_RANGE_DUR_DUR_RV: "Returns the bounding Duration values in a two-item Duration collection with the lower bound at index 0 and the upper bound at index 1.", AR_FN_DUR_COLL_RANGE_DUR_DUR_PRM_DSC_0: "The Duration value to use as a basis for rounding up and down.", AR_FN_DUR_COLL_RANGE_DUR_DUR_PRM_DSC_1: "A Duration that is used to calculate intervals for rounding up and down.", AR_FN_DUR_COLL_RANGE_DUR_DUR_EX_OUT_0: "A Duration collection. [MakeDuration(0, 3, 0, 0, 0), MakeDuration(0, 7, 0, 0, 0)]", AR_FN_DSC_TOAUDIOTIMERANGE: "Creates Audio to indicate a specific time range.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_DSC: "Creates Audio for a time range given two Integers and a TimePart Enum value that indicates how to interpret the values. If the lowerBound value is greater than the upperBound value, they will be swapped so that the lower value is played first in the returned audio playback. If the submitted lower and upper bound are the same, the returned audio will not be presented as a range.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_RV: "Returns Audio playback with a time range formatted to the specified TimePart Enum value.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_0: "The lower bound for the time range.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_1: "The upper bound for the time range.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_2: "The time units to use in the returned Audio.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_0: 'Audio for "4 to 6 minutes"', AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_1: 'Audio for "8 to 15 minutes"', AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_2: 'Audio for "10 to 15 hours"', AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_3: 'Audio for "1 hour"', AR_FN_DSC_EMAILADDRESSDOMAINPART: "Returns the domain part of an email address.", AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_DSC: "Gets the domain part from an Email Address.", AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_RV: "Returns the email domain part from the submitted Email Address.", AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_PRM_DSC_0: "The Email Address from which to get the domain part.", AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_EX_OUT_0: "The domain part from the Email Address in Email.Message.from.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_DSC: "Gets the domain part from a String containing an email address.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_RV: "Returns the domain part from the submitted email address String. If the local part cannot be determined, a NOT_SET String is returned.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_PRM_DSC_0: "The String that contains an email address from which to get the domain part.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_EX_OUT_1: "A NOT_SET String.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_DSC_EMAILADDRESSLOCALPART: "Returns the local part of an email address.", AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_DSC: "Gets the local part from an Email Address.", AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_RV: "Returns the email local part from the submitted Email Address.", AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_PRM_DSC_0: "The Email Address from which to get the local part.", AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_EX_OUT_0: "The local part from the Email Address in Email.Message.from.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_DSC: "Gets the local part from a String containing an email address.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_RV: "Returns the local part from the submitted email address String. If the local part cannot be determined, a NOT_SET String is returned.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_PRM_DSC_0: "The String that contains an email address from which to get the local part.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_EX_OUT_1: "A NOT_SET String.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_DSC_MAKEEMAILADDRESS: "Returns a new instance of an EmailAddress initialized with the specified values.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_DSC: "Creates a new EmailAddress from the supplied address ID.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_RV: "Returns an EmailAddress with the id property set to the supplied address.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_PRM_DSC_0: "The id property value in the new EmailAddress.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_EX_OUT_0: 'An EmailAddress whose id property is "john.doe@company.com".', AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_DSC: "Creates a new EmailAddress from the supplied address ID and name.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_RV: "Returns an EmailAddress with the id and name properties set to the supplied address and name values.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_PRM_DSC_0: "The id property value in the new EmailAddress.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_PRM_DSC_1: "The name property value in the new EmailAddress.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_EX_OUT_0: 'An EmailAddress whose id property is "john.doe@company.com" and name property is "John".', AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_EX_OUT_3: "A NOT_SET String.", AR_FN_DSC_DETECTLANGUAGE: "Attempts to determine the language for wording contained in a String.", AR_FN_STR_DETECTLANGUAGE_STR_STR_DSC: "Inspects an input String and attempts to identify the language for the verbiage contained in it.", AR_FN_STR_DETECTLANGUAGE_STR_STR_RV: "Returns an IETF language tag String if the language can be determined from the submitted String text. If a language cannot be determined, the value from the defaultLanguageTag parameter will be returned.", AR_FN_STR_DETECTLANGUAGE_STR_STR_PRM_DSC_0: "The String to search.", AR_FN_STR_DETECTLANGUAGE_STR_STR_PRM_DSC_1: "The String value to return if no language could be determined.", AR_FN_STR_DETECTLANGUAGE_STR_STR_EX_OUT_0: '"es" (assuming function detected email body text to be in Spanish)', AR_FN_STR_DETECTLANGUAGE_STR_STR_EX_OUT_7: "A NOT_SET String.", AR_FN_DSC_GETPROMPTTEXTTOSPEECH: "Gets the the text to speech String value for a prompt.", AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_DSC: "Gets a prompt's text to speech String value for the language in which the flow is running.", AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_RV: "Returns the text to speech String value for the prompt in the flow's current language. If the submitted Prompt value is NOT_SET or there is no prompt resource for the current language in which the flow is currently running, a NOT_SET String is returned.", AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_PRM_DSC_0: "The Prompt whose text to speech String value you wish to obtain.", AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_EX_OUT_1: 'Returns the text to speech String value for the user prompt named "Greeting" for the language in which the flow is currently running.', AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_EX_OUT_2: "A NOT_SET String", AR_FN_DSC_GETPROMPTDURATION: "Gets the Duration of prompt audio.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_DSC: "Gets a prompt's audio Duration value for the language in which the flow is running.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_RV: "Returns the Duration for the prompt audio in the flow's current language. If the submitted Prompt value is NOT_SET or there is no prompt resource for the current language in which the flow is currently running, a NOT_SET Duration is returned.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_PRM_DSC_0: "The Prompt whose audio duration value you wish to obtain.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_0: "A duration value of 0.6 seconds.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_1: 'Returns the Duration value for the audio contained in the user prompt "Greeting" for the language in which the flow is currently running.', AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_2: "A NOT_SET Duration", AR_FN_DSC_GETPROMPTTEXT: "Gets the the text String value for a prompt.", AR_FN_STR_GETPROMPTTEXT_PROMPT_DSC: "Gets a prompt's text String value for the language in which the flow is running.", AR_FN_STR_GETPROMPTTEXT_PROMPT_RV: "Returns the text String value for the prompt in the flow's current language. If the submitted Prompt value is NOT_SET or there is no prompt resource for the current language in which the flow is currently running, a NOT_SET String is returned.", AR_FN_STR_GETPROMPTTEXT_PROMPT_PRM_DSC_0: "The Prompt whose text String value you wish to obtain.", AR_FN_STR_GETPROMPTTEXT_PROMPT_EX_OUT_1: 'Returns the text String value for the user prompt named "Greeting" for the language in which the flow is currently running.', AR_FN_STR_GETPROMPTTEXT_PROMPT_EX_OUT_2: "A NOT_SET String", AR_FN_DSC_ISJSONARRAY: "Checks whether a JSON value contains an array.", AR_FN_BLN_ISJSONARRAY_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value is a JSON array.", AR_FN_BLN_ISJSONARRAY_JSON_RV: "Returns true if the supplied JSON value is a JSON array, otherwise returns false.", AR_FN_BLN_ISJSONARRAY_JSON_PRM_DSC_0: "The JSON value to check whether it is a JSON array.", AR_FN_DSC_ISJSONBOOL: "Checks whether a JSON value contains a boolean value.", AR_FN_BLN_ISJSONBOOL_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value is a Boolean.", AR_FN_BLN_ISJSONBOOL_JSON_RV: "Returns true if the supplied JSON value is a JSON Boolean, otherwise returns false.", AR_FN_BLN_ISJSONBOOL_JSON_PRM_DSC_0: "The JSON value to check whether it is a JSON Boolean.", AR_FN_DSC_ISJSONNULL: "Checks whether a JSON value contains the value null / NOT_SET.", AR_FN_BLN_ISJSONNULL_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value contains the value null.", AR_FN_BLN_ISJSONNULL_JSON_RV: "Returns true if the supplied JSON value contained the value null, otherwise returns false.", AR_FN_BLN_ISJSONNULL_JSON_PRM_DSC_0: "The JSON value to check whether it contains null / NOT_SET.", AR_FN_DSC_ISJSONNUMBER: "Checks whether argument is a JSON Number.", AR_FN_BLN_ISJSONNUMBER_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value contains a number.", AR_FN_BLN_ISJSONNUMBER_JSON_RV: "Returns true if the supplied JSON value is a number, otherwise returns false.", AR_FN_BLN_ISJSONNUMBER_JSON_PRM_DSC_0: "The JSON value to check whether it is a number.", AR_FN_DSC_ISJSONOBJECT: "Checks whether argument is a JSON object.", AR_FN_BLN_ISJSONOBJECT_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value contains a JSON object.", AR_FN_BLN_ISJSONOBJECT_JSON_RV: "Returns true if the supplied JSON value contains a JSON Object, otherwise returns false.", AR_FN_BLN_ISJSONOBJECT_JSON_PRM_DSC_0: "The JSON value to check whether it contains a JSON Object.", AR_FN_DSC_ISJSONSTRING: "Checks whether argument is a JSON String.", AR_FN_BLN_ISJSONSTRING_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value contains a String.", AR_FN_BLN_ISJSONSTRING_JSON_RV: "Returns true if the supplied JSON value contains a string, otherwise returns false.", AR_FN_BLN_ISJSONSTRING_JSON_PRM_DSC_0: "The JSON value to check whether it is a JSON String.", AR_FN_DSC_JSONPARSE: "Parse a value to JSON.", AR_FN_JSON_JSONPARSE_STR_DSC: "Parses the supplied String value to JSON using JSON parsing semantics. Note that keys must be double quoted when attempting to parse a JSON String.", AR_FN_JSON_JSONPARSE_STR_RV: "The supplied String parsed to a JSON value.", AR_FN_JSON_JSONPARSE_STR_PRM_DSC_0: "The String value to parse to a JSON value. Supplying a blank string to JsonParse will invoke error handling.", AR_FN_JSON_JSONPARSE_STR_EX_OUT_0: 'A JSON value that contains the string "Hello".', AR_FN_JSON_JSONPARSE_STR_EX_OUT_1: "A JSON value that contains the array [ 0, 1, 2 ].", AR_FN_JSON_JSONPARSE_STR_EX_OUT_3: "A NOT_SET JSON value.", AR_FN_JSON_JSONPARSE_STR_EX_OUT_4: "A JSON value that contains the boolean value true.", AR_FN_DSC_MAKEEMPTYJSONARRAY: "Makes a JSON value that contains an empty array.", AR_FN_JSON_MAKEEMPTYJSONARRAY_DSC: 'Creates a JSON value containing an empty array. This is a helper function that is the equivalent of calling JsonParse("[]").', AR_FN_JSON_MAKEEMPTYJSONARRAY_RV: "Returns a JSON value that contains an empty array.", AR_FN_JSON_MAKEEMPTYJSONARRAY_EX_OUT_0: "A JSON value that contains an empty array.", AR_FN_DSC_MAKEEMPTYJSONOBJECT: "Makes an empty Object JSON value.", AR_FN_JSON_MAKEEMPTYJSONOBJECT_DSC: 'Creates a JSON value containing an empty JSON Object. This is a helper function that is the equivalent of calling JsonParse("{}").', AR_FN_JSON_MAKEEMPTYJSONOBJECT_RV: "Returns a JSON value that contains an empty object.", AR_FN_JSON_MAKEEMPTYJSONOBJECT_EX_OUT_0: "An JSON value with an empty object.", AR_FN_DSC_MAKEEMPTYJSONSTRING: "Makes a JSON value that contains an empty string.", AR_FN_JSON_MAKEEMPTYJSONSTRING_DSC: 'Creates a JSON value containing an empty string. This is a helper function that is the equivalent of calling JsonParse("\\"\\"").', AR_FN_JSON_MAKEEMPTYJSONSTRING_RV: "Returns a JSON value that contains an empty string.", AR_FN_JSON_MAKEEMPTYJSONSTRING_EX_OUT_0: "A JSON value that contains an empty string.", AR_FN_DSC_MAKENULLJSON: "Makes a JSON value that contains the value null.", AR_FN_JSON_MAKENULLJSON_DSC: 'Creates a JSON value containing the value null. This is a helper function that is the equivalent of calling JsonParse("null").', AR_FN_JSON_MAKENULLJSON_RV: "Returns a JSON value that contains the value null.", AR_FN_JSON_MAKENULLJSON_EX_OUT_0: "A JSON value that contains the value null.", AR_FN_DSC_TOJSON: "Converts an Any singleton value or collection to a JSON value.", AR_FN_JSON_TOJSON_ANY_DSC: "Creates a JSON value with the specified singleton value. Conversion of a String value will return a JSON value with that string value. Use JsonParse if you want a String value to be parsed.", AR_FN_JSON_TOJSON_ANY_RV: "A JSON value converted from the supplied singleton value.", AR_FN_JSON_TOJSON_ANY_PRM_DSC_0: "The singleton value to convert to a JSON value.", AR_FN_JSON_TOJSON_ANY_EX_OUT_0: 'A JSON value that contains the string "2022-08-04T00:00:00.000Z".', AR_FN_JSON_TOJSON_ANY_EX_OUT_1: 'A JSON value that contains the string "Hello".', AR_FN_JSON_TOJSON_ANY_EX_OUT_2: "A JSON value that contains the the number 5.", AR_FN_JSON_TOJSON_ANY_EX_OUT_3: 'A JSON value that contains a string of "{ \\"a\\": true }". Remember, use JsonParse if you want this to create a JSON value with an object instead of a String.', AR_FN_JSON_TOJSON_ANY_EX_OUT_4: 'A JSON value that contains a JSON object of { "amount": 5.25, "code": "USD"}.', AR_FN_JSON_TOJSON_ANY_EX_OUT_5: 'A JSON value that contains a string of "tel:+13178723000".', AR_FN_JSON_TOJSON_ANY_EX_OUT_6: "A JSON value for the supplied ListPickerItem", AR_FN_JSON_TOJSON_ANY_EX_OUT_7: "A JSON value for the supplied ListPickerSection", AR_FN_JSON_TOJSON_ANY_EX_OUT_8: "A JSON value for the supplied ListPicker", AR_FN_JSON_TOJSON_ANY_COLL_DSC: "Creates a JSON value from the specified collection.", AR_FN_JSON_TOJSON_ANY_COLL_RV: "A JSON value converted from the supplied collection.", AR_FN_JSON_TOJSON_ANY_COLL_PRM_DSC_0: "The collection value to convert to a JSON value.", AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_0: "A JSON value with an array of [ 1, 2, 3 ].", AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_1: "A JSON value for the supplied ListPickerItems", AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_2: "A JSON value for the supplied ListPickerSections", AR_FN_JSON_TOJSON_NTS_DSC: "Creates a NOT_SET JSON value.", AR_FN_JSON_TOJSON_NTS_RV: "Returns a NOT_SET JSON value.", AR_FN_JSON_TOJSON_NTS_PRM_DSC_0: "The value NOT_SET", AR_FN_JSON_TOJSON_NTS_EX_OUT_0: "A NOT_SET JSON value.", AR_FN_DSC_TOJSONCOLLECTION: "Converts a JSON value that contains an array to a JSON value collection whose items are JSON values that are cloned from items in the array.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_DSC: "Creates a JSON collection whose items are JSON values that contain values from items in the supplied array. This can be very helpful if you need to convert an array contained in a JSON value to a JSON collection value to work with Architect functionality that deals with a collection rather than a singleton value.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_RV: "A JSON collection with items that are JSON values cloned from the items in the supplied array.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_PRM_DSC_0: "The JSON value that contains an array for the conversion operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_EX_OUT_0: "A JSON collection value with two JSON value items in it. The first JSON value contains the boolean value true and the second JSON value contains the number 100.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_EX_OUT_1: "An empty JSON collection value.", AR_FN_DSC_JSONSTRINGIFY: "This converts a value to a JSON notation formatted String value.", AR_FN_STR_JSONSTRINGIFY_ANY_DSC: "This converts a singleton value to a JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_RV: "The JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_PRM_DSC_0: "The JSON value to convert to a JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_COLL_DSC: "This converts a collection value to a JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_COLL_RV: "The JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_COLL_PRM_DSC_0: "The JSON value to convert to a JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_NTS_DSC: "Returns a null String for a NOT_SET input value.", AR_FN_STR_JSONSTRINGIFY_NTS_RV: 'The String "null".', AR_FN_STR_JSONSTRINGIFY_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DSC_ISJSONTRUTHY: "Checks whether supplied JSON argument is truthy.", AR_FN_BLN_ISJSONTRUTHY_JSON_DSC: "This function returns a Boolean value representing whether or not the supplied JSON value is truthy.", AR_FN_BLN_ISJSONTRUTHY_JSON_RV: "Returns true when the JSON value contains a Boolean and it is true, contains a String and the string is non-blank, contains a Number and the value is not equal to 0, contains an array or contains an object. Otherwise the function returns false.", AR_FN_BLN_ISJSONTRUTHY_JSON_PRM_DSC_0: "The JSON value to check whether it is truthy.", AR_FN_DSC_DELETEJSONOBJECTPROPERTY: "Removes a property from a JSON Object.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_DSC: "If the supplied JSON value is a JSON Object, this function will return a new JSON Object with the supplied property removed. The original JSON Object is not modified.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_RV: "Returns a copy of the supplied JSON Object with the supplied value removed.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_0: "The JSON value with an object from which to remove the property. If the supplied JSON value is not an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_1: "A String value containing the key of the property to remove from the JSON object. If the property does not exist on the object, a copy of the supplied JSON object value is returned.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_EX_OUT_0: 'A JSON object with the following properties: { "a": true, "b": 100 }', AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_EX_OUT_1: 'A JSON object with the following properties: { "a": true, "b": 100, "d": [ true, false ] }', AR_FN_DSC_GETJSONOBJECTPROPERTY: "Retrieves the value of a property from a JSON object contained in a JSON value.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_DSC: "This function returns the value of a property on a JSON object contained in a JSON value by the supplied property name. This function is very helpful if you need to access property names dynamically.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_RV: "A JSON value that contains the JSON object's property value. If the supplied property name does not exist on the JSON object, a NOT_SET JSON value will be returned.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_0: "The JSON value that contains the JSON object whose property value you wish to retrieve. If the supplied JSON value does not contain an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_1: "The name of the property to retrieve from the JSON object. Property names are matched case sensitively.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_0: 'A JSON value that contains the string "John".', AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_1: 'A JSON value that contains the string "Doe".', AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_2: "A NOT_SET JSON value.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_3: "A JSON value that contains the value null.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_4: "A NOT_SET JSON value.", AR_FN_DSC_GETJSONOBJECTPROPERTYNAMES: "Creates a String array of the property names contained within the supplied JSON Object.", AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_DSC: "Returns a String array of all property names within the supplied JSON value that contains an object.", AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_RV: "A String array of the property names contained within it.", AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_PRM_DSC_0: "The JSON object from which to get property names. If the supplied JSON value does not contain an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_DSC_SETJSONOBJECTPROPERTY: "Sets the property on a JSON Object with the specified key and value and returns a copy of the JSON object with the new key/value pair.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_DSC: "Sets a key by name to a value on a JSON object.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_RV: "A copy of the supplied JSON object with the key set to the supplied value.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_0: "The JSON object to set the property on. If the supplied JSON value is not an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_1: "The name of the key to set.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_2: "The value to set for the key.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_EX_OUT_0: 'A JSON object with the value of {"myKey": 42}', AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_EX_OUT_1: 'A JSON object with the value of { "a": true, "b": 100, "c": [ true, false ], "A": 5 }', AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_DSC: "Sets a key by name to a collection value on a JSON object.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_RV: "A copy of the supplied JSON object with the key set to the supplied value.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_0: "The JSON object to set the property on. If the supplied JSON value is not an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_1: "The name of the key to set.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_2: "The value to set for the key.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_EX_OUT_0: 'A JSON object with the value of { "myKeys": [ 42, 180 ] }', AR_FN_DSC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE: "Gets the confidence score of a knowledge base document.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_DSC: "Takes a knowledge base document and returns the confidence of that document from the last knowledge search. A search happens for example while executing a Wait for Input or Digital Menu action. The result of that search can (optionally) be stored in a KnowledgeBaseDocumentCollection variable. When these results are stored, the confidence will be stored along with them, which can then be extracted by this function to determine which is the strongest match to the user's query. If the document was not in the list of results from the most recent search, returns NOT_SET.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_RV: "Returns a confidence score from the supplied knowledge base document.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_PRM_DSC_0: "The knowledge base document.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_EX_OUT_0: "A NOT_SET Decimal.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_DSC: "Returns a NOT_SET confidence score for a NOT_SET KnowledgeBaseDocument.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_RV: "Returns a NOT_SET confidence score.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_PRM_DSC_0: "The NOT_SET knowledge base document.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_EX_OUT_0: "A NOT_SET confidence score." } }; + e2.exports = { expression: { AR_TP_AGENTSCOREPAIR: "AgentScorePair", AR_TP_AGENTSCOREPAIR_PROP_AGENT_DSC: "The agent to associate with the routing score.", AR_TP_AGENTSCOREPAIR_PROP_SCORE_DSC: "The preferred agent routing score to associate with the agent. Valid values are 0 to 100. Higher scores get routed to agents sooner when preferred agent routing is configured.", AR_TP_AUDIO: "Audio", AR_TP_BLN: "Boolean", AR_TP_STRINGKEYVALUEPAIR: "StringKeyValuePair", AR_TP_STRINGKEYVALUEPAIR_PROP_KEY_DSC: "A unique ID for the data pair.", AR_TP_STRINGKEYVALUEPAIR_PROP_VALUE_DSC: "The value for the data pair.", AR_TP_CHATGUEST: "ChatGuest", AR_TP_CHATGUEST_PROP_ID_DSC: "A unique ID for the guest.", AR_TP_CHATGUEST_PROP_DISPLAYNAME_DSC: "The display name for the guest.", AR_TP_CHATGUEST_PROP_AVATARIMAGEURL_DSC: "The url for the guest's avatar image.", AR_TP_CHATGUEST_PROP_ISAUTHENTICATED_DSC: "Whether or not authenticated mode was set when starting the chat.", AR_TP_CHATGUEST_PROP_CUSTOMFIELDS_DSC: "The collection of custom fields associated with the guest.", AR_TP_CHATGUEST_PROP_AUTHENTICATEDCUSTOMFIELDS_DSC: "The collection of authenticated custom fields populated when the guest is authenticated.", AR_TP_CUR: "Currency", AR_TP_CUR_PROP_AMOUNT_DSC: "The decimal amount for the Currency", AR_TP_CUR_PROP_CODE_DSC: "The three letter ISO 4217 code for the Currency", AR_TP_ASSIGNEDCUSTOMERINTENT: "AssignedCustomerIntent", AR_TP_ASSIGNEDCUSTOMERINTENT_PROP_CUSTOMERINTENT_DSC: "The assigned Customer Intent.", AR_TP_ASSIGNEDCUSTOMERINTENT_PROP_DATEMOSTRECENTLYASSIGNED_DSC: "The DateTime the Customer Intent was most recently assigned.", AR_TP_ASSIGNEDCUSTOMERSEGMENT: "AssignedCustomerSegment", AR_TP_ASSIGNEDCUSTOMERSEGMENT_PROP_CUSTOMERSEGMENT_DSC: "The assigned Customer Segment.", AR_TP_ASSIGNEDCUSTOMERSEGMENT_PROP_DATEASSIGNED_DSC: "The DateTime the Customer Segment was assigned.", AR_TP_CUSTOMERSEGMENT: "CustomerSegment", AR_TP_CUSTOMERSEGMENT_PROP_ID_DSC: "The ID of the Customer Segment.", AR_TP_CUSTOMERSEGMENT_PROP_DSC: "The name of the Customer Segment.", AR_TP_CUSTOMERINTENT: "CustomerIntent", AR_TP_CUSTOMERINTENT_PROP_ID_DSC: "The ID of the Customer Intent.", AR_TP_CUSTOMERINTENT_PROP_DSC: "The name of the Customer Intent.", AR_TP_CUSTOMERINTENT_PROP_CATEGORYID_DSC: "The ID of the category to which the Customer Intent belongs.", AR_TP_DTM: "DateTime", AR_TP_DATE: "Date", AR_TP_DEC: "Decimal", AR_TP_DIVISION: "Division", AR_TP_DIVISION_PROP_ID_DSC: "The ID of the division.", AR_TP_DIVISION_PROP_DSC: "The name of the division.", AR_TP_DUR: "Duration", AR_TP_LNG: "Integer", AR_TP_EMAIL: "Email", AR_TP_EMAIL_PROP_ID_DSC: "A unique ID for the email.", AR_TP_EMAIL_PROP_AUTOGENERATED_DSC: "Whether or not the email was auto-generated like an Out of Office reply.", AR_TP_EMAIL_PROP_SPAM_DSC: "Whether or not the email was marked as spam.", AR_TP_EMAIL_PROP_FROM_DSC: "The email from address.", AR_TP_EMAIL_PROP_TO_DSC: "The collection of email addresses specified in the email's To list.", AR_TP_EMAIL_PROP_CC_DSC: "The collection of email addresses specified in the email's Cc ( carbon copy ) list.", AR_TP_EMAIL_PROP_BCC_DSC: "The collection of email addresses specified in the email's Bcc ( blind carbon copy ) list.", AR_TP_EMAIL_PROP_SUBJECT_DSC: "The email subject.", AR_TP_EMAIL_PROP_DIRECTION_DSC: 'The email direction ( "inbound", "outbound" or "unknown" ).', AR_TP_EMAIL_PROP_REPLYTO_DSC: "The raw address where replies to this email should be sent.", AR_TP_EMAIL_PROP_ROUTE_DSC: "The email address of the email route which received this email. If not received by an email route, this will be NOT_SET.", AR_TP_EMAIL_PROP_BODY_DSC: "The email body as plain text.", AR_TP_EMAIL_PROP_HTMLBODY_DSC: "The email body as HTML.", AR_TP_EMAIL_PROP_ATTACHMENTS_DSC: "The collection of email attachments on this email.", AR_TP_EMAIL_PROP_DATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for the email.", AR_TP_EMAILADDRESS: "EmailAddress", AR_TP_EMAILADDRESS_PROP_DSC: "The friendly name for the email address.", AR_TP_EMAILADDRESS_PROP_ID_DSC: 'The full email address ID similar to "john.doe@company.com".', AR_TP_EMAILATTACHMENT: "EmailAttachment", AR_TP_EMAILATTACHMENT_PROP_ID_DSC: "The unique ID for the attachment.", AR_TP_EMAILATTACHMENT_PROP_CONTENTLENGTH_DSC: "The size of the attachment in bytes.", AR_TP_EMAILATTACHMENT_PROP_CONTENTTYPE_DSC: 'The content type of the attachment, typically in MIME format like "text/plain" or "text/html".', AR_TP_EMAILATTACHMENT_PROP_CONTENTURI_DSC: "The URI which indicates where the content of the attachment can be retrieved.", AR_TP_EMAILATTACHMENT_PROP_DSC: "The name of the attachment.", AR_TP_DRAFTEMAIL: "DraftEmail", AR_TP_DRAFTEMAIL_PROP_ATTACHMENTS_DSC: "The collection of attachments on the draft email.", AR_TP_DRAFTEMAIL_PROP_BCC_DSC: "The collection of email addresses specified in the draft email's Bcc ( blind carbon copy ) list.", AR_TP_DRAFTEMAIL_PROP_CC_DSC: "The collection of email addresses specified in the draft email's Cc ( carbon copy ) list.", AR_TP_DRAFTEMAIL_PROP_FROM_DSC: "The draft email from address.", AR_TP_DRAFTEMAIL_PROP_HEADERS_DSC: "Additional email headers not represented by other properties such as subject, to, cc, or bcc. This is a JSON object whose keys are header names.", AR_TP_DRAFTEMAIL_PROP_SUBJECT_DSC: "The draft email subject.", AR_TP_DRAFTEMAIL_PROP_TO_DSC: "The collection of email addresses specified in the draft email's To list.", AR_TP_DRAFTEMAILADDRESS: "DraftEmailAddress", AR_TP_DRAFTEMAILADDRESS_PROP_EMAIL_DSC: 'The full email address ID similar to "john.doe@company.com".', AR_TP_DRAFTEMAILADDRESS_PROP_DSC: "The friendly name for the email address.", AR_TP_DRAFTEMAILATTACHMENT: "DraftEmailAttachment", AR_TP_DRAFTEMAILATTACHMENT_PROP_ATTACHMENTID_DSC: "The attachment identifier.", AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTLENGTH_DSC: "The size of the attachment in bytes.", AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTTYPE_DSC: 'The content type of the attachment, typically in MIME format like "text/plain" or "text/html".', AR_TP_DRAFTEMAILATTACHMENT_PROP_CONTENTURI_DSC: "The URI which indicates where the content of the attachment can be retrieved.", AR_TP_DRAFTEMAILATTACHMENT_PROP_DSC: "The name of the attachment.", AR_TP_EXTERNALORGANIZATION: "ExternalOrganization", AR_TP_EXTERNALORGANIZATION_PROP_ID_DSC: "A unique ID for the organization.", AR_TP_EXTERNALORGANIZATION_PROP_CREATEDATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the organization entry was created", AR_TP_EXTERNALORGANIZATION_PROP_MODIFYDATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the organization entry was last updated", AR_TP_EXTERNALORGANIZATION_PROP_KIND_DSC: 'The internal classification for the record type. This will be "externalOrg".', AR_TP_EXTERNALORGANIZATION_PROP_DSC: "The displayable name of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_COMPANYTYPE_DSC: 'The company type of the organization. The values are unrestricted, but often values such as "Customer - Direct", "Prospect", "Partner" are used.', AR_TP_EXTERNALORGANIZATION_PROP_INDUSTRY_DSC: 'The industry of the organization. The values are unrestricted, but often values such as "Telecom", "Health Care", "Tax Prep", etc are used.', AR_TP_EXTERNALORGANIZATION_PROP_PRIMARYCONTACTID_DSC: "Returns a NOT_SET String at flow runtime. This property is being kept for backward compatibility but there no primary contact ID associated with a Genesys Cloud external organization as of March 24, 2025.", AR_TP_EXTERNALORGANIZATION_PROP_ADDRESS_DSC: "The primary address of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_PHNBR_DSC: "The primary phone number of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_FAXNUMBER_DSC: "The fax number of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_EMPLOYEECOUNT_DSC: "The number of employees in the organization.", AR_TP_EXTERNALORGANIZATION_PROP_REVENUE_DSC: "The average revenue of the organization. The values are unrestricted but often the data entered reflects the annual amount.", AR_TP_EXTERNALORGANIZATION_PROP_TAGS_DSC: "Terms used to describe the organization. Tags are often used to make organization records easily searchable/filterable.", AR_TP_EXTERNALORGANIZATION_PROP_TICKERS_DSC: "Stock ticker symbols associated with the organization.", AR_TP_EXTERNALORGANIZATION_PROP_TWITTERINFO_DSC: "The Twitter messaging system user information for the organization.", AR_TP_EXTERNALORGANIZATION_PROP_EXTERNALSYSTEMURL_DSC: "The external system URL of the organization.", AR_TP_EXTERNALORGANIZATION_PROP_WEBSITES_DSC: "Websites associated with the organization", AR_TP_EXTERNALORGANIZATION_PROP_DIVISIONID_DSC: "The identifier of the division to which the external organization belongs.", AR_TP_EXTERNALADDRESS: "ExternalAddress", AR_TP_EXTERNALADDRESS_PROP_ADDRESS1_DSC: "The first address line.", AR_TP_EXTERNALADDRESS_PROP_ADDRESS2_DSC: "The second address line.", AR_TP_EXTERNALADDRESS_PROP_CITY_DSC: "The City field of the Address", AR_TP_EXTERNALADDRESS_PROP_STATE_DSC: "The State field of the Address", AR_TP_EXTERNALADDRESS_PROP_POSTALCODE_DSC: "The Postal Code field of the Address", AR_TP_EXTERNALADDRESS_PROP_COUNTRYCODE_DSC: "The Country Code field of the Address", AR_TP_CARD: "Card", AR_TP_CARD_PROP_TITLE_DSC: "The card title.", AR_TP_CARD_PROP_TITLE_DISP_VAL: "Title", AR_TP_CARD_PROP_DESCRIPTION_DSC: "The card description.", AR_TP_CARD_PROP_DESCRIPTION_DISP_VAL: "Description", AR_TP_CARD_PROP_IMAGE_DSC: "The image to use on the card.", AR_TP_CARD_PROP_IMAGE_DISP_VAL: "Image", AR_TP_CARD_PROP_BUTTONS_DSC: "The buttons to use for this card.", AR_TP_CARD_PROP_BUTTONS_DISP_VAL: "Buttons", AR_TP_CHOICE: "Choice", AR_TP_CHOICE_PROP_LABEL_DSC: 'A display label. When the choice type is "postback" and the value comes from a list or dynamic list slot type on an Ask for Slot action, this property cannot be configured since the label will come from the value configured on the list or dynamic list slot type in the Natural Language Understanding section based on the language in which the flow is running.', AR_TP_CHOICE_PROP_LABEL_DISP_VAL: "Alternative button label", AR_TP_CHOICE_PROP_VALUE_DSC: "The value that will be used for this choice at runtime.", AR_TP_CHOICE_PROP_VALUE_DISP_VAL: "Button value", AR_TP_CHOICE_PROP_TYPE_DSC: 'The type property defines how the value on this choice should be treated at flow runtime. "postback" indicates the value is returned to the flow at flow runtime and "url" indicates the choice value is a URL and is not returned to the flow at flow runtime.', AR_TP_CHOICE_PROP_TYPE_DISP_VAL: "Type", AR_TP_CHOICE_PROP_COMMAND_DSC: "The command value that will be used for this choice at runtime.", AR_TP_CHOICE_PROP_COMMAND_DISP_VAL: "Skip Response", AR_TP_QUICKREPLIES: "QuickReplies", AR_TP_QUICKREPLIES_PROP_BUTTONS_DSC: "The buttons to use as quick replies. The order of the choices in this array determine the order in which they are presented.", AR_TP_QUICKREPLIES_PROP_BUTTONS_DISP_VAL: "Buttons", AR_TP_QUICKREPLIES_PROP_QUICKREPLYSUMMARY_DSC: 'Summary displayed in supporting messaging platforms after the user selects a quick reply. e.g. "Thanks for your selection"', AR_TP_QUICKREPLIES_PROP_QUICKREPLYSUMMARY_DISP_VAL: "Quick Reply Summary", AR_TP_CAROUSEL: "Carousel", AR_TP_CAROUSEL_PROP_CARDS_DSC: "The cards to use for this carousel.", AR_TP_CHOOSER: "Chooser", AR_TP_CHOOSER_PROP_PRESENTATION_DSC: "How to present the value choices.", AR_TP_CHOOSER_PROP_CAROUSEL_DSC: 'If the presentation property is set to "carousel", this specifies the carousel to use at flow runtime for the chooser.', AR_TP_CHOOSER_PROP_QUICKREPLIES_DSC: 'If the presentation property is set to "quickReplies", this specifies the quick replies to use at flow runtime for the chooser.', AR_TP_CHOOSER_PROP_TIMEPICKER_DSC: 'If the presentation property is set to "timePicker", this specifies the TimePicker to use at flow runtime for the chooser.', AR_TP_CHOOSER_PROP_LISTPICKER_DSC: 'If the presentation property is set to "listPicker", this specifies the list picker to use at flow runtime for the chooser.', AR_TP_EXTERNALFACEBOOKINFO: "ExternalFacebookInfo", AR_TP_EXTERNALFACEBOOKINFO_PROP_DISPLAYNAME_DSC: "The Facebook messaging system user display name for the contact.", AR_TP_EXTERNALFACEBOOKINFO_PROP_IDS_DSC: "Facebook messaging system IDs for the contact.", AR_TP_EXTERNALFACEBOOKID: "ExternalFacebookId", AR_TP_EXTERNALFACEBOOKID_PROP_SCOPEDID_DSC: "A Facebook messaging system scoped ID for the contact.", AR_TP_EXTERNALLINEINFO: "ExternalLineInfo", AR_TP_EXTERNALLINEINFO_PROP_DISPLAYNAME_DSC: "The LINE messaging system user display name for the contact.", AR_TP_EXTERNALLINEINFO_PROP_IDS_DSC: "LINE messaging system IDs for the contact.", AR_TP_EXTERNALLINEID: "ExternalLineId", AR_TP_EXTERNALLINEID_PROP_USERID_DSC: "A LINE messaging system user ID for the contact.", AR_TP_EXTERNALTWITTERINFO: "ExternalTwitterInfo", AR_TP_EXTERNALTWITTERINFO_PROP_ID_DSC: "The Twitter messaging system user ID for the contact.", AR_TP_EXTERNALTWITTERINFO_PROP_DSC: "The Twitter messaging system user display name for the contact.", AR_TP_EXTERNALTWITTERINFO_PROP_SCREENNAME_DSC: "The Twitter messaging system user screen name for the contact.", AR_TP_EXTERNALPHONENUMBER: "ExternalPhoneNumber", AR_TP_EXTERNALPHONENUMBER_PROP_DISPLAY_DSC: 'The number suitable for displaying to a user; eg, "(212) 555-1212", "1-800-CALLNOW"', AR_TP_EXTERNALPHONENUMBER_PROP_EXTENSION_DSC: "The extension of the phone number, if any.", AR_TP_EXTERNALPHONENUMBER_PROP_USERINPUT_DSC: "The user input field of the phone number.", AR_TP_EXTERNALPHONENUMBER_PROP_E164_DSC: 'The E.164 formatted String for a "tel" scheme phone number with a valid E.164 number, otherwise a NOT_SET String.', AR_TP_EXTERNALPHONENUMBER_PROP_COUNTRYCODE_DSC: "The Country Code field of the phone number.", AR_TP_EXTERNALPHONENUMBER_PROP_ACCEPTSSMS_DSC: "True if this number can accept SMS messages.", AR_TP_EXTERNALWHATSAPPINFO: "ExternalWhatsAppInfo", AR_TP_EXTERNALWHATSAPPINFO_PROP_DISPLAYNAME_DSC: "The WhatsApp messaging system user display name for the contact.", AR_TP_EXTERNALWHATSAPPINFO_PROP_PHNBR_DSC: "The WhatsApp messaging system phone number for the contact.", AR_TP_EXTERNALCONTACT: "ExternalContact", AR_TP_EXTERNALCONTACT_PROP_ID_DSC: "A unique ID for the contact.", AR_TP_EXTERNALCONTACT_PROP_CREATEDATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the contact entry was created", AR_TP_EXTERNALCONTACT_PROP_MODIFYDATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the contact entry was last updated", AR_TP_EXTERNALCONTACT_PROP_KIND_DSC: 'The internal classification for the record type. For external contacts, the kind will be "contact".', AR_TP_EXTERNALCONTACT_PROP_DIVISIONID_DSC: "The identifier of the division to which the external contact belongs.", AR_TP_EXTERNALCONTACT_PROP_EXTERNALORGANIZATION_DSC: "The organization for this contact.", AR_TP_EXTERNALCONTACT_PROP_FACEBOOKINFO_DSC: "The Facebook messaging system user information for the contact.", AR_TP_EXTERNALCONTACT_PROP_FIRSTNAME_DSC: "The first name of the contact.", AR_TP_EXTERNALCONTACT_PROP_MIDDLENAME_DSC: "The middle name of the contact.", AR_TP_EXTERNALCONTACT_PROP_LASTNAME_DSC: "The last name of the contact.", AR_TP_EXTERNALCONTACT_PROP_LINEINFO_DSC: "The LINE messaging system user information for the contact.", AR_TP_EXTERNALCONTACT_PROP_SALUTATION_DSC: "The salutation suggested when addressing the contact.", AR_TP_EXTERNALCONTACT_PROP_TITLE_DSC: 'The title of the contact. The values are unrestricted, but often values such as "Vice President", "Director", "Employee" are used.', AR_TP_EXTERNALCONTACT_PROP_TWITTERINFO_DSC: "The Twitter messaging system user information for the contact.", AR_TP_EXTERNALCONTACT_PROP_WHATSAPPINFO_DSC: "The WhatsApp messaging system user information for the contact.", AR_TP_EXTERNALCONTACT_PROP_WORKPHONE_DSC: "The work phone number of the contact.", AR_TP_EXTERNALCONTACT_PROP_CELLPHONE_DSC: "The cell phone number of the contact.", AR_TP_EXTERNALCONTACT_PROP_HOMEPHONE_DSC: "The home phone number of the contact.", AR_TP_EXTERNALCONTACT_PROP_OTHERPHONE_DSC: "The other phone number of the contact.", AR_TP_EXTERNALCONTACT_PROP_WORKEMAIL_DSC: "The work email address of the contact.", AR_TP_EXTERNALCONTACT_PROP_PERSONALEMAIL_DSC: "The personal email address of the contact.", AR_TP_EXTERNALCONTACT_PROP_OTHEREMAIL_DSC: "Other email address of the contact.", AR_TP_EXTERNALCONTACT_PROP_ADDRESS_DSC: "The address of the contact.", AR_TP_EXTERNALCONTACT_PROP_SURVEYOPTOUT_DSC: "True if this contact has opted out of survey invites.", AR_TP_EXTERNALCONTACT_PROP_EXTERNALSYSTEMURL_DSC: "The external system URL of the contact.", AR_TP_EXTERNALCONTACT_PROP_TYPE_DSC: "The type of contact.", AR_TP_EXTERNALCONTACT_PROP_INSTAGRAMINFO_DSC: "User information for an Instagram account.", AR_TP_EXTERNALCONTACT_PROP_EXTERNALIDINFO_DSC: "A list of external identifiers.", AR_TP_EXTERNALCONTACT_PROP_APPLEINFO_DSC: "User information for Apple accounts.", AR_TP_EXTERNALCONTACT_PROP_CANONICALCONTACTID_DSC: "The canonical contact ID if this contact has been merged.", AR_TP_EXTERNALCONTACT_PROP_MERGEDFROM_DSC: "List of contact IDs that were merged from to create this contact.", AR_TP_EXTERNALCONTACT_PROP_MERGEDTO_DSC: "The contact ID this contact was merged to.", AR_TP_EXTERNALCONTACT_PROP_MERGESET_DSC: "Set of contact IDs that are part of the same merge group.", AR_TP_EXTERNALCONTACT_PROP_CUSTOMFIELDS_DSC: "Custom fields.", AR_TP_EXTERNALINSTAGRAMINFO: "ExternalInstagramInfo", AR_TP_EXTERNALINSTAGRAMINFO_PROP_DISPLAYNAME_DSC: "The display name of the person who owns this Instagram account.", AR_TP_EXTERNALINSTAGRAMINFO_PROP_HANDLE_DSC: "The handle of the person who owns this Instagram account.", AR_TP_EXTERNALINSTAGRAMINFO_PROP_IDS_DSC: "Scoped ID for an Instagram user interacting with a page or app.", AR_TP_EXTERNALINSTAGRAMSCOPEDID: "ExternalInstagramScopedId", AR_TP_EXTERNALINSTAGRAMSCOPEDID_PROP_SCOPEDID_DSC: "The unique page/app-specific scopedId for the user.", AR_TP_EXTERNALAPPLEINFO: "ExternalAppleInfo", AR_TP_EXTERNALAPPLEINFO_PROP_ID_DSC: "The Apple opaque identifier.", AR_TP_EXTERNALIDINFO: "ExternalIdInfo", AR_TP_EXTERNALIDINFO_PROP_EXTERNALSOURCE_DSC: "The external source of the identifier.", AR_TP_EXTERNALIDINFO_PROP_VALUE_DSC: "The external identifier value.", AR_TP_EXTERNALSOURCE: "ExternalSource", AR_TP_EXTERNALSOURCE_PROP_ID_DSC: "The globally unique identifier for the external source.", AR_TP_EXTERNALSOURCE_PROP_DSC: "The name of the external source.", AR_TP_EXTERNALSOURCE_PROP_ACTIVE_DSC: "Whether the external source is active.", AR_TP_EXTERNALSOURCE_PROP_LINKCONFIGURATION_DSC: "The link configuration of the external source.", AR_TP_EXTERNALLINKCONFIGURATION: "ExternalLinkConfiguration", AR_TP_EXTERNALLINKCONFIGURATION_PROP_URITEMPLATE_DSC: "The URI template for the link configuration.", AR_TP_IMAGE: "Image", AR_TP_IMAGE_PROP_ID_DSC: "The image ID. If an ID is present, this will be the identifier of the Canned Response image response asset. Otherwise if this is an image created from a MakeImageFromUrl call, the ID will be a NOT_SET String.", AR_TP_IMAGE_PROP_DSC: "The image name. If a name is present, this will be the name of the Canned Response image response asset. Otherwise if this is an image created from a MakeImageFromUrl call, the name will be a NOT_SET String.", AR_TP_IMAGE_PROP_URL_DSC: "The universal resource locator that specifies the location of the image.", AR_TP_EMPTYJSON: "EmptyJson", AR_TP_JSON: "JSON", AR_TP_FORMINPUT: "FormInput", AR_TP_FORMINPUT_PROP_TITLE_DSC: "The main text displayed for the input field.", AR_TP_FORMINPUT_PROP_TITLE_DISP_VAL: "Title", AR_TP_FORMINPUT_PROP_SUBTITLE_DSC: "Additional text providing more details about the input field.", AR_TP_FORMINPUT_PROP_SUBTITLE_DISP_VAL: "Subtitle", AR_TP_FORMINPUT_PROP_PLACEHOLDERTEXT_DSC: "Placeholder text for input field.", AR_TP_FORMINPUT_PROP_PLACEHOLDERTEXT_DISP_VAL: "Placeholder Text", AR_TP_FORMINPUT_PROP_ISMULTIPLELINE_DSC: "Whether the input should allow multiple lines of text.", AR_TP_FORMINPUT_PROP_ISMULTIPLELINE_DISP_VAL: "Multiple Line", AR_TP_FORMINPUT_PROP_ISREQUIRED_DSC: "Whether the input field is required to be filled in.", AR_TP_FORMINPUT_PROP_ISREQUIRED_DISP_VAL: "Required", AR_TP_JOURNEYAPP: "JourneyApp", AR_TP_JOURNEYAPP_PROP_DSC: 'The name of the application such as "mybankingapp".', AR_TP_JOURNEYAPP_PROP_NAMESPACE_DSC: 'The namespace of the application such as "com.genesys.bancodinero".', AR_TP_JOURNEYAPP_PROP_VERSION_DSC: 'The version of the application such as "5.9.27".', AR_TP_JOURNEYAPP_PROP_BUILDNUMBER_DSC: 'The build number of the application such as "701".', AR_TP_JOURNEYACTION: "JourneyAction", AR_TP_JOURNEYACTION_PROP_ID_DSC: "A unique ID for the journey action.", AR_TP_JOURNEYACTION_PROP_ACTIONMAP_DSC: "The journey action map associated with the journey action.", AR_TP_JOURNEYACTIONMAP: "JourneyActionMap", AR_TP_JOURNEYACTIONMAP_PROP_ID_DSC: "A unique ID for the journey action map.", AR_TP_JOURNEYACTIONMAP_PROP_VERSION_DSC: "The version of the journey action map.", AR_TP_JOURNEYBROWSER: "JourneyBrowser", AR_TP_JOURNEYBROWSER_PROP_FAMILY_DSC: 'The browser family such as "Chrome", "Firefox" or "Safari".', AR_TP_JOURNEYBROWSER_PROP_VERSION_DSC: 'The browser version as a string such as "68.0.3440.84".', AR_TP_JOURNEYBROWSER_PROP_LANG_DSC: "The language the browser is set to. Must conform to BCP 47.", AR_TP_JOURNEYBROWSER_PROP_FINGERPRINT_DSC: "Fingerprint generated by looking at the individual browser features.", AR_TP_JOURNEYBROWSER_PROP_ISMOBILE_DSC: "Flag that is true for mobile devices.", AR_TP_JOURNEYBROWSER_PROP_VIEWHEIGHT_DSC: "Browser's viewport height.", AR_TP_JOURNEYBROWSER_PROP_VIEWWIDTH_DSC: "Browser's viewport width.", AR_TP_JOURNEYBROWSER_PROP_FEATURESFLASH_DSC: "Whether Adobe Flash is installed.", AR_TP_JOURNEYBROWSER_PROP_FEATURESJAVA_DSC: "Whether Java is installed.", AR_TP_JOURNEYBROWSER_PROP_FEATURESPDF_DSC: "Whether the browser recognizes PDF (Portable Document Format) files.", AR_TP_JOURNEYBROWSER_PROP_FEATURESWEBRTC_DSC: "Whether WebRTC is supported.", AR_TP_JOURNEYCAMPAIGN: "JourneyCampaign", AR_TP_JOURNEYCAMPAIGN_PROP_CONTENT_DSC: 'Differentiate ads or links that point to the same URL such as "textlink".', AR_TP_JOURNEYCAMPAIGN_PROP_MEDIUM_DSC: 'Identify a medium such as email or cost-per-click ( "CPC" ).', AR_TP_JOURNEYCAMPAIGN_PROP_DSC: 'Identify a specific product promotion or strategic campaign such as "320banner".', AR_TP_JOURNEYCAMPAIGN_PROP_SOURCE_DSC: 'Identify a search engine, newsletter name, or other source such as "Google".', AR_TP_JOURNEYCAMPAIGN_PROP_TERM_DSC: 'The keywords for this ad such as "running+shoes". This string will be URL encoded.', AR_TP_JOURNEYCAMPAIGN_PROP_CLICKID_DSC: "The click ID (unique number that is generated when a potential customer clicks on an affiliate link).", AR_TP_JOURNEYCAMPAIGN_PROP_NETWORK_DSC: "The ad network to which the click ID belongs.", AR_TP_JOURNEYCONTEXT: "JourneyContext", AR_TP_JOURNEYCONTEXT_PROP_CUSTOMER_DSC: "The journey customer associated with the journey context.", AR_TP_JOURNEYCONTEXT_PROP_CUSTOMERSESSION_DSC: "The journey customer session associated with the journey context.", AR_TP_JOURNEYCONTEXT_PROP_TRIGGERINGACTION_DSC: "The journey action that triggered the journey context.", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE: "JourneyCustomEventAttribute", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_DSC: "The name of the custom event attribute.", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_DATATYPE_DSC: 'The data type of the custom attributes such as "string", "boolean" or "number".', AR_TP_JOURNEYCUSTOMEVENTATTRIBUTE_PROP_VALUE_DSC: "The value of the custom attribute.", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST: "JourneyCustomEventAttributeList", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_DSC: "The name of the custom event attribute list.", AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_DATATYPE_DSC: 'The data type of the custom attributes such as "string", "boolean" or "number".', AR_TP_JOURNEYCUSTOMEVENTATTRIBUTELIST_PROP_VALUES_DSC: "The list of custom event attribute values.", AR_TP_JOURNEYCUSTOMER: "JourneyCustomer", AR_TP_JOURNEYCUSTOMER_PROP_ID_DSC: "A unique ID for the journey customer.", AR_TP_JOURNEYCUSTOMER_PROP_IDTYPE_DSC: 'The type of the journey customer such as "cookie", "email" or "phone".', AR_TP_JOURNEYCUSTOMERSESSION: "JourneyCustomerSession", AR_TP_JOURNEYCUSTOMERSESSION_PROP_ID_DSC: "A unique ID for the journey customer session.", AR_TP_JOURNEYCUSTOMERSESSION_PROP_TYPE_DSC: "The type of the journey customer session.", AR_TP_JOURNEYDEVICE: "JourneyDevice", AR_TP_JOURNEYDEVICE_PROP_CATEGORY_DSC: 'The device category such as "desktop", "mobile", "tablet" or "other".', AR_TP_JOURNEYDEVICE_PROP_TYPE_DSC: 'Device type such as "iPad", "iPhone" or "Other".', AR_TP_JOURNEYDEVICE_PROP_ISMOBILE_DSC: "Flag that is true for mobile devices.", AR_TP_JOURNEYDEVICE_PROP_SCREENHEIGHT_DSC: "Device's screen height measured in logical (device-independent) pixels.", AR_TP_JOURNEYDEVICE_PROP_SCREENWIDTH_DSC: "Device's screen width measured in logical (device-independent) pixels.", AR_TP_JOURNEYDEVICE_PROP_FINGERPRINT_DSC: "Fingerprint generated by looking at the individual device features.", AR_TP_JOURNEYDEVICE_PROP_MANUFACTURER_DSC: "The device's manufacturer.", AR_TP_JOURNEYDEVICE_PROP_OSFAMILY_DSC: "Operating system family.", AR_TP_JOURNEYDEVICE_PROP_OSVERSION_DSC: "Operating system version.", AR_TP_JOURNEYDEVICE_PROP_SCREENDENSITY_DSC: "Device's screen density measured as a scale factor where a value of 1 represents a baseline 1:1 ratio of pixels to logical (device-independent) pixels.", AR_TP_JOURNEYGEOLOCATION: "JourneyGeolocation", AR_TP_JOURNEYGEOLOCATION_PROP_COUNTRY_DSC: "Geolocation's ISO 3166-1 alpha-2 country code.", AR_TP_JOURNEYGEOLOCATION_PROP_COUNTRYNAME_DSC: "Geolocation's country name.", AR_TP_JOURNEYGEOLOCATION_PROP_LATITUDE_DSC: "Geolocation's latitude.", AR_TP_JOURNEYGEOLOCATION_PROP_LONGITUDE_DSC: "Geolocation's longitude.", AR_TP_JOURNEYGEOLOCATION_PROP_LOCALITY_DSC: "Geolocation's locality or city.", AR_TP_JOURNEYGEOLOCATION_PROP_POSTALCODE_DSC: "Geolocation's postal code or ZIP code.", AR_TP_JOURNEYGEOLOCATION_PROP_REGION_DSC: "Geolocation's ISO-3166-2 region code.", AR_TP_JOURNEYGEOLOCATION_PROP_REGIONNAME_DSC: "Geolocation's region name.", AR_TP_JOURNEYGEOLOCATION_PROP_SOURCE_DSC: "The source that was used to determine the geolocation information.", AR_TP_JOURNEYGEOLOCATION_PROP_TIMEZONE_DSC: "Geolocation's timezone.", AR_TP_JOURNEYNETWORKCONNECTIVITY: "JourneyNetworkConnectivity", AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_CARRIER_DSC: "The name of the mobile carrier.", AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_BLUETOOTHENABLED_DSC: "Whether Bluetooth is enabled.", AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_CELLULARENABLED_DSC: "Whether cellular data is enabled.", AR_TP_JOURNEYNETWORKCONNECTIVITY_PROP_WIFIENABLED_DSC: "Whether Wifi is enabled.", AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT: "JourneySessionOutcomeAchievement", AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT_PROP_ID_DSC: "The ID of the achieved outcome.", AR_TP_JOURNEYSESSIONOUTCOMEACHIEVEMENT_PROP_ACHIEVEDDATE_DSC: "Timestamp indicating when the outcome was achieved.", AR_TP_JOURNEYSDKLIBRARY: "JourneySdkLibrary", AR_TP_JOURNEYSDKLIBRARY_PROP_DSC: "The name of the software development kit library.", AR_TP_JOURNEYSDKLIBRARY_PROP_VERSION_DSC: "The version of the software development kit library.", AR_TP_JOURNEYOUTCOME: "JourneyOutcome", AR_TP_JOURNEYOUTCOME_PROP_ID_DSC: "The ID of the journey outcome.", AR_TP_JOURNEYOUTCOME_PROP_DESCRIPTION_DSC: "A description of the journey outcome.", AR_TP_JOURNEYOUTCOME_PROP_DISPLAYNAME_DSC: "The display name of the journey outcome.", AR_TP_JOURNEYOUTCOME_PROP_VERSION_DSC: "The version of the journey outcome.", AR_TP_JOURNEYOUTCOME_PROP_CREATEDDATEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the journey outcome was created.", AR_TP_JOURNEYOUTCOME_PROP_MODIFIEDDATEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the journey outcome was last modified.", AR_TP_JOURNEYOUTCOME_PROP_ISACTIVE_DSC: "Whether or not the journey outcome is active.", AR_TP_JOURNEYOUTCOMESCORE: "JourneyOutcomeScore", AR_TP_JOURNEYOUTCOMESCORE_PROP_ID_DSC: "The ID of the journey outcome.", AR_TP_JOURNEYOUTCOMESCORE_PROP_PROBABILITY_DSC: "A Decimal value that is >= 0.0 and <= 1.0 which represents the maximum probability reached in the journey session.", AR_TP_JOURNEYOUTCOMESCORE_PROP_SESSIONMAXPROBABILITY_DSC: "A Decimal value that is >= 0.0 and <= 1.0 which represents the likelihood of a customer reaching or achieving a given outcome.", AR_TP_JOURNEYPAGE: "JourneyPage", AR_TP_JOURNEYPAGE_PROP_URL_DSC: "The page URL.", AR_TP_JOURNEYPAGE_PROP_TITLE_DSC: "The title of the page.", AR_TP_JOURNEYPAGE_PROP_DOMAIN_DSC: "The domain of the page's URL.", AR_TP_JOURNEYPAGE_PROP_FRAGMENT_DSC: "Fragment or hash of the page's URL.", AR_TP_JOURNEYPAGE_PROP_HOSTNAME_DSC: "Hostname of the page's URL.", AR_TP_JOURNEYPAGE_PROP_KEYWORDS_DSC: "Keywords from the HTML {@code } tag of the page.", AR_TP_JOURNEYPAGE_PROP_LANG_DSC: "ISO 639-1 language code for the page as defined in the {@code } tag.", AR_TP_JOURNEYPAGE_PROP_PATHNAME_DSC: "Path name of the page for the event.", AR_TP_JOURNEYPAGE_PROP_QUERYSTRING_DSC: "Query string that is passed to the page in the current event.", AR_TP_JOURNEYPAGE_PROP_BREADCRUMB_DSC: "Hierarchy of the current page in relation to the website's structure.", AR_TP_JOURNEYREFERRER: "JourneyReferrer", AR_TP_JOURNEYREFERRER_PROP_URL_DSC: "Referrer URL.", AR_TP_JOURNEYREFERRER_PROP_DOMAIN_DSC: "Referrer URL domain.", AR_TP_JOURNEYREFERRER_PROP_HOSTNAME_DSC: "Referrer URL hostname.", AR_TP_JOURNEYREFERRER_PROP_KEYWORDS_DSC: 'A URI encoded string that contains referrer keywords delimited by a "+" character.', AR_TP_JOURNEYREFERRER_PROP_PATHNAME_DSC: "Referrer URL pathname.", AR_TP_JOURNEYREFERRER_PROP_QUERYSTRING_DSC: "Referrer URL queryString.", AR_TP_JOURNEYREFERRER_PROP_FRAGMENT_DSC: "Referrer URL fragment.", AR_TP_JOURNEYREFERRER_PROP_DSC: 'Name of referrer such as "InfoSpace", "Google" or "Yahoo!".', AR_TP_JOURNEYREFERRER_PROP_MEDIUM_DSC: 'Type of referrer such as "email", "internal", "paid", "search", "social" or "unknown".', AR_TP_JOURNEYSEGMENT: "JourneySegment", AR_TP_JOURNEYSEGMENT_PROP_ID_DSC: "The ID of the journey segment.", AR_TP_JOURNEYSEGMENT_PROP_COLOR_DSC: "The hexadecimal color value of the segment.", AR_TP_JOURNEYSEGMENT_PROP_CREATEDDATEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the journey segment was created.", AR_TP_JOURNEYSEGMENT_PROP_DESCRIPTION_DSC: "The description of the journey segment.", AR_TP_JOURNEYSEGMENT_PROP_DISPLAYNAME_DSC: "The display name of the journey segment.", AR_TP_JOURNEYSEGMENT_PROP_ISACTIVE_DSC: "Whether or not the journey segment is active.", AR_TP_JOURNEYSEGMENT_PROP_MODIFIEDDATEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for when the journey segment was last modified.", AR_TP_JOURNEYSEGMENT_PROP_SHOULDDISPLAYTOAGENT_DSC: "Whether or not the segment should be displayed to agent/supervisor users.", AR_TP_JOURNEYSEGMENT_PROP_VERSION_DSC: "The version of the journey segment.", AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT: "JourneySessionSegmentAssignment", AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT_PROP_ID_DSC: "The ID of the assigned segment.", AR_TP_JOURNEYSESSIONSEGMENTASSIGNMENT_PROP_ASSIGNEDDATE_DSC: "Timestamp indicating when the segment was assigned.", AR_TP_JOURNEYSESSION: "JourneySession", AR_TP_JOURNEYSESSION_PROP_ID_DSC: "The ID of the journey session.", AR_TP_JOURNEYSESSION_PROP_CREATEDDATE_DSC: "Timestamp indicating when the session was created.", AR_TP_JOURNEYSESSION_PROP_CUSTOMERID_DSC: "Primary ID of the customer in the source from which the events for the session originate.", AR_TP_JOURNEYSESSION_PROP_CUSTOMERIDTYPE_DSC: 'Type of source customer ID such as "email", "phone" or "salesforce".', AR_TP_JOURNEYSESSION_PROP_DIVISIONIDS_DSC: "This reflects the division IDs that are associated with this Journey Session.", AR_TP_JOURNEYSESSION_PROP_TYPE_DSC: 'The session type or category such as "atm", "delivery", "ticket" or "web".', AR_TP_JOURNEYSESSION_PROP_EXTERNALID_DSC: "Unique ID in the external system from which the events for the session originate.", AR_TP_JOURNEYSESSION_PROP_EXTERNALURL_DSC: "A URL that identifies an external system of record resource that may have more detailed information on the session.", AR_TP_JOURNEYSESSION_PROP_OUTCOMEACHIEVEMENTS_DSC: "A list of outcome achievements by the customer in the session.", AR_TP_JOURNEYSESSION_PROP_SEGMENTASSIGNMENTS_DSC: "A list of segment assignments to the customer in the session.", AR_TP_JOURNEYSESSION_PROP_ATTRIBUTES_DSC: "Attributes projected from the session's event stream.", AR_TP_JOURNEYSESSION_PROP_ATTRIBUTELISTS_DSC: "List-type attributes projected from the session's event stream.", AR_TP_JOURNEYSESSION_PROP_AWAYDATE_DSC: "Timestamp indicating when the visitor should be considered as away.", AR_TP_JOURNEYSESSION_PROP_BROWSER_DSC: "The customer's browser.", AR_TP_JOURNEYSESSION_PROP_DEVICE_DSC: "The customer's device.", AR_TP_JOURNEYSESSION_PROP_GEOLOCATION_DSC: "The customer's geolocation.", AR_TP_JOURNEYSESSION_PROP_IDLEDATE_DSC: "UTC DateTime indicating when the visitor should be considered as idle.", AR_TP_JOURNEYSESSION_PROP_IPADDRESS_DSC: "The customer's IP address.", AR_TP_JOURNEYSESSION_PROP_IPORGANIZATION_DSC: "The customer's IP-based organization or ISP name.", AR_TP_JOURNEYSESSION_PROP_LASTPAGE_DSC: "The web page where the customer's last web interaction occurred.", AR_TP_JOURNEYSESSION_PROP_MKTCAMPAIGN_DSC: "Marketing / traffic source information.", AR_TP_JOURNEYSESSION_PROP_REFERRER_DSC: "Identifies the page URL that originally generated the request for the current page being viewed.", AR_TP_JOURNEYSESSION_PROP_SEARCHTERMS_DSC: "The search terms associated with the journey session.", AR_TP_JOURNEYSESSION_PROP_USERAGENTSTRING_DSC: "String identifying the user agent.", AR_TP_JOURNEYSESSION_PROP_DURATIONINSECONDS_DSC: "Indicates how long the session has been active (valid for an individual device).", AR_TP_JOURNEYSESSION_PROP_EVENTCOUNT_DSC: "The count of all events performed during the session.", AR_TP_JOURNEYSESSION_PROP_PAGEVIEWCOUNT_DSC: "The count of all pageviews performed during the session.", AR_TP_JOURNEYSESSION_PROP_SCREENVIEWCOUNT_DSC: "The count of all screenviews performed during the session.", AR_TP_JOURNEYSESSION_PROP_APP_DSC: "The application for this session. If no application is associated with this session, accessing this property will return NOT_SET.", AR_TP_JOURNEYSESSION_PROP_NETWORKCONNECTIVITY_DSC: "Network connectivity information for this session. If no network connectivity information is applicable for this session or cannot be determined, accessing this property will return NOT_SET.", AR_TP_JOURNEYSESSION_PROP_SDKLIBRARY_DSC: "The software development kit library used for this session. If no software development kit is associated with this session, accessing this property will return NOT_SET.", AR_TP_LINEITEM: "Line Item", AR_TP_LINEITEM_PROP_LISTINGNAME_DSC: "The name of the listing item.", AR_TP_LINEITEM_PROP_LISTINGNAME_DISP_VAL: "Listing Name", AR_TP_LINEITEM_PROP_LISTINGPRICE_DSC: "Enter the monetary amount for this item. Can be positive, negative, or zero (e.g., 49.99, -10.00, 0).", AR_TP_LINEITEM_PROP_LISTINGPRICE_DISP_VAL: "Listing Price", AR_TP_SHIPPINGOPTION: "Shipping Option", AR_TP_SHIPPINGOPTION_PROP_LABEL_DSC: "Enter the user-facing name for this shipping method (e.g., In Store Pickup, USPS Priority Mail).", AR_TP_SHIPPINGOPTION_PROP_LABEL_DISP_VAL: "Label", AR_TP_SHIPPINGOPTION_PROP_IDENTIFIER_DSC: "Enter a technical identifier for this shipping method (e.g., storePickup, uspsPriority).", AR_TP_SHIPPINGOPTION_PROP_IDENTIFIER_DISP_VAL: "Identifier", AR_TP_SHIPPINGOPTION_PROP_SHIPPINGDETAILS_DSC: "Provide additional details about this shipping method, such as estimated delivery time or special conditions (e.g., \u201CDelivered within 2-3 business days\u201D).", AR_TP_SHIPPINGOPTION_PROP_SHIPPINGDETAILS_DISP_VAL: "Shipping Details", AR_TP_SHIPPINGOPTION_PROP_PRICE_DSC: "The price of the shipping option.", AR_TP_SHIPPINGOPTION_PROP_PRICE_DISP_VAL: "Price", AR_TP_LISTPICKER: "ListPicker", AR_TP_LISTPICKER_PROP_SECTIONS_DSC: "The list picker sections.", AR_TP_LISTPICKER_PROP_SECTIONS_DISP_VAL: "Sections", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEIMAGE_DSC: "The image to use for the list picker received message.", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEIMAGE_DISP_VAL: "Received Message Image", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGETITLE_DSC: "The list picker received message title.", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGETITLE_DISP_VAL: "Received Message Title", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGESUBTITLE_DSC: "The list picker received message subtitle.", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGESUBTITLE_DISP_VAL: "Received Message Subtitle", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEBUTTONTEXT_DSC: "The list picker received message button text.", AR_TP_LISTPICKER_PROP_RECEIVEDMESSAGEBUTTONTEXT_DISP_VAL: "Received Message Button Text", AR_TP_LISTPICKER_PROP_REPLYMESSAGEIMAGE_DSC: "The image to use for the list picker reply message.", AR_TP_LISTPICKER_PROP_REPLYMESSAGEIMAGE_DISP_VAL: "Reply Message Image", AR_TP_LISTPICKER_PROP_REPLYMESSAGESUBTITLE_DSC: "The list picker reply message subtitle.", AR_TP_LISTPICKER_PROP_REPLYMESSAGESUBTITLE_DISP_VAL: "Reply Message Subtitle", AR_TP_LISTPICKERITEM: "ListPickerItem", AR_TP_LISTPICKERITEM_PROP_TITLE_DSC: "The list picker item title.", AR_TP_LISTPICKERITEM_PROP_TITLE_DISP_VAL: "Title", AR_TP_LISTPICKERITEM_PROP_SUBTITLE_DSC: "The list picker item subtitle.", AR_TP_LISTPICKERITEM_PROP_SUBTITLE_DISP_VAL: "Subtitle", AR_TP_LISTPICKERITEM_PROP_IMAGE_DSC: "The image to use for the list picker.", AR_TP_LISTPICKERITEM_PROP_IMAGE_DISP_VAL: "Image", AR_TP_LISTPICKERSECTION: "ListPickerSection", AR_TP_LISTPICKERSECTION_PROP_TITLE_DSC: "The list picker section title.", AR_TP_LISTPICKERSECTION_PROP_TITLE_DISP_VAL: "Title", AR_TP_LISTPICKERSECTION_PROP_MULTISELECTENABLED_DSC: "Whether multiple selection is enabled for the list picker.", AR_TP_LISTPICKERSECTION_PROP_MULTISELECTENABLED_DISP_VAL: "Multiple Selection", AR_TP_LISTPICKERSECTION_PROP_ITEMS_DSC: "The list picker section items.", AR_TP_LISTPICKERSECTION_PROP_ITEMS_DISP_VAL: "Items", AR_TP_WHEELPICKER: "WheelPicker", AR_TP_WHEELPICKER_PROP_ITEMS_DSC: "The wheel picker items.", AR_TP_WHEELPICKER_PROP_ITEMS_DISP_VAL: "Items", AR_TP_WHEELPICKERITEM: "WheelPickerItem", AR_TP_WHEELPICKERITEM_PROP_TITLE_DSC: "The wheel picker item title.", AR_TP_WHEELPICKERITEM_PROP_TITLE_DISP_VAL: "Title", AR_TP_WHEELPICKERITEM_PROP_VALUE_DSC: "The wheel picker item value.", AR_TP_WHEELPICKERITEM_PROP_VALUE_DISP_VAL: "Value", AR_TP_KNOWLEDGEBASEDOCUMENT: "KnowledgeBaseDocument", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_ID_DSC: "The unique ID for the knowledge base document.", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_DSC: "The knowledge base document name.", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_CONTENT_DSC: "The contents of the knowledge base document.", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_CATEGORY_DSC: "The category attached to this knowledge base document.", AR_TP_KNOWLEDGEBASEDOCUMENT_PROP_LABELS_DSC: "The list of labels attached to this knowledge base document.", AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY: "KnowledgeBaseDocumentCategory", AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY_PROP_ID_DSC: "The knowledge category ID.", AR_TP_KNOWLEDGEBASEDOCUMENTCATEGORY_PROP_DSC: "The knowledge category name.", AR_TP_KNOWLEDGEBASEDOCUMENTLABEL: "KnowledgeBaseDocumentLabel", AR_TP_KNOWLEDGEBASEDOCUMENTLABEL_PROP_ID_DSC: "The knowledge label ID.", AR_TP_KNOWLEDGEBASEDOCUMENTLABEL_PROP_DSC: "The knowledge label name.", AR_TP_MESSAGESTICKERINFO: "MessageStickerInfo", AR_TP_MESSAGESTICKERINFO_PROP_ID_DSC: "The ID for the message sticker.", AR_TP_MESSAGESTICKERINFO_PROP_URL_DSC: "The url for the message sticker.", AR_TP_MESSAGEADDRESSINFO: "MessageAddressInfo", AR_TP_MESSAGEADDRESSINFO_PROP_DSC: "A contact name as supported by the underlying messaging system such as a Twitter handle or Facebook name.", AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSRAW_DSC: 'The contact address supplied directly by the underlying messaging system. For example: "5551212".', AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSNORMALIZED_DSC: 'The contact address after any internal processing has been completed. For example: "+13175551212".', AR_TP_MESSAGEADDRESSINFO_PROP_ADDRESSDISPLAYABLE_DSC: 'A displayable version of the contact address. For example: "(317) 555-1212".', AR_TP_MESSAGEADDRESSINFO_PROP_EMAIL_DSC: "The email address of the contact as provided by the specific messaging provider. If not available, this will return a NOT_SET String.", AR_TP_SHORTMESSAGE: "ShortMessage", AR_TP_SHORTMESSAGE_PROP_ID_DSC: "A unique ID for the message.", AR_TP_SHORTMESSAGE_PROP_TYPE_DSC: 'The message type such as "facebook", "instagram", "line", "unknown", "open", "sms", "twitter", "webmessaging" or "whatsapp".', AR_TP_SHORTMESSAGE_PROP_ATTACHMENTS_DSC: "The collection of attachments on this message.", AR_TP_SHORTMESSAGE_PROP_BODY_DSC: "The message body.", AR_TP_SHORTMESSAGE_PROP_BODYTYPE_DSC: 'The message body type ( "text", "html", "notificationresponse", "roadsideassistance" or "rtf" ).', AR_TP_SHORTMESSAGE_PROP_SENDERADDRESS_DSC: "The address of the message sender.", AR_TP_SHORTMESSAGE_PROP_SENDERADDRESSINFO_DSC: "The MessageAddressInfo of the message sender.", AR_TP_SHORTMESSAGE_PROP_TARGETADDRESSES_DSC: "The collection of addresses for the message targets.", AR_TP_SHORTMESSAGE_PROP_TARGETADDRESSESINFO_DSC: "The collection of MessageAddressInfo objects for the message targets.", AR_TP_SHORTMESSAGE_PROP_DATETIMEUTC_DSC: "The Coordinated Universal Time (UTC) datetime for the message.", AR_TP_SHORTMESSAGE_PROP_REFERENCEID_DSC: 'A JSON object containing metadata, including the originating Apple Messages for Business referenceId, that identifies the messaging invitation when the bodyType is "notificationResponse"; otherwise, the value is NOT_SET. It is returned with an external participant\u2019s response and provides invitation and user specific context.', AR_TP_SHORTMESSAGE_PROP_STICKERS_DSC: "The collection of MessageSticker objects associated with the message.", AR_TP_SHORTMESSAGE_PROP_SOCIALVISIBILITY_DSC: 'Indicates if the social visibility of the message is public or private ( "public", "private" ). If the message channel does not support social visibility, this will be a NOT_SET String.', AR_TP_COMMUNICATION: "Communication", AR_TP_NTS: "Null", AR_TP_PROMPT: "Prompt", AR_TP_PROMPT_PROP_ID_DSC: "The unique ID for the prompt.", AR_TP_PROMPT_PROP_DSC: "The prompt name.", AR_TP_PROMPT_PROP_TYPE_DSC: 'The prompt type which will be either "user" or "system".', AR_TP_VOICEMAILSNIPPET: "VoicemailSnippet", AR_TP_VOICEMAILSNIPPET_PROP_ID_DSC: "The unique ID for the VoicemailSnippet.", AR_TP_VOICEMAILSNIPPET_PROP_STARTDATETIME_DSC: "The starting UTC DateTime of the VoicemailSnippet.", AR_TP_VOICEMAILSNIPPET_PROP_LENGTH_DSC: "The Duration of the VoicemailSnippet.", AR_TP_VOICEMAILSNIPPET_PROP_MAXLENGTHREACHED_DSC: "Indicates whether the VoicemailSnippet reached the maximum length configured for the organization in Organization Settings.", AR_TP_VOICESNIPPET: "VoiceSnippet", AR_TP_VOICESNIPPET_PROP_ID_DSC: "The unique ID for the VoiceSnippet. If submitted to the Voice Snippet Service, this ID can be used for retrieval from it later.", AR_TP_VOICESNIPPET_PROP_STARTDATETIME_DSC: "The starting UTC DateTime of the VoiceSnippet.", AR_TP_VOICESNIPPET_PROP_LENGTH_DSC: "The Duration of the VoiceSnippet.", AR_TP_SKL: "ACD Skill", AR_TP_SKL_PROP_ID_DSC: "The skill ID.", AR_TP_SKL_PROP_DSC: "The skill name.", AR_TP_STR: "String", AR_TP_USQ: "User", AR_TP_USQ_PROP_ID_DSC: "The user ID.", AR_TP_USQ_PROP_DSC: "The user name property.", AR_TP_USQ_PROP_USERNAME_DSC: "The user username property.", AR_TP_VIDEO: "Video", AR_TP_VIDEO_PROP_ID_DSC: "The video ID. If an ID is present, this will be the identifier of the Canned Response video response asset. Otherwise if this is an video created from a MakeVideoFromUrl call, the ID will be a NOT_SET String.", AR_TP_VIDEO_PROP_DSC: "The video name. If a name is present, this will be the name of the Canned Response video response asset. Otherwise if this is an video created from a MakeVideoFromUrl call, the name will be a NOT_SET String.", AR_TP_VIDEO_PROP_URL_DSC: "The universal resource locator that specifies the location of the video.", AR_TP_SURVEYQUESTION: "SurveyQuestion", AR_TP_SURVEYQUESTION_PROP_ID_DSC: "The survey question id.", AR_TP_SURVEYQUESTION_PROP_QUESTIONTYPE_DSC: "The survey question type.", AR_TP_SURVEYQUESTION_PROP_ANSWEROPTIONS_DSC: "The survey answer options available for this survey question.", AR_TP_SURVEYQUESTION_PROP_NAENABLED_DSC: "If the survey question allows for N.A.", AR_TP_SURVEYQUESTION_PROP_MAXRESPONSECHARACTERS_DSC: "The maximum number of characters allowed for a free text question or Net Promoter Score follow up question. If not applicable, this will be NOT_SET.", AR_TP_SURVEYQUESTION_PROP_QUESTIONTEXT_DSC: "The text of the question as it appears on the associated survey form.", AR_TP_SURVEYQUESTION_PROP_QUESTIONHELPTEXT_DSC: "For questions that have help text, this will return the text of that input from the participant. If not applicable, this will be a NOT_SET String.", AR_TP_SURVEYQUESTION_PROP_FOLLOWUPQUESTIONTEXT_DSC: "The follow up text of the question as it appears on the associated survey form. If not applicable, this will be a NOT_SET String.", AR_TP_SURVEYQUESTIONGROUP: "SurveyQuestionGroup", AR_TP_SURVEYQUESTIONGROUP_PROP_ID_DSC: "The survey question id.", AR_TP_SURVEYQUESTIONGROUP_PROP_DSC: "The survey question group name.", AR_TP_SURVEYQUESTIONGROUP_PROP_QUESTIONS_DSC: "The survey questions configured for this question group.", AR_TP_SURVEYFORM: "SurveyForm", AR_TP_SURVEYFORM_PROP_ID_DSC: "The survey form ID.", AR_TP_SURVEYFORM_PROP_DSC: "The survey form name.", AR_TP_SURVEYFORM_PROP_LANGUAGE_DSC: "The language associated with the survey form.", AR_TP_SURVEYFORM_PROP_QUESTIONGROUPS_DSC: "The survey question groups configured on the survey form.", AR_TP_SURVEYANSWEROPTION: "SurveyAnswerOption", AR_TP_SURVEYANSWEROPTION_PROP_ID_DSC: "The survey answer option id as defined on the Survey form referenced by this flow.", AR_TP_SURVEYANSWEROPTION_PROP_DTMF_DSC: "The survey answer option DTMF value.", AR_TP_SURVEYANSWEROPTION_PROP_TEXT_DSC: "The survey answer option text as defined on the Survey form referenced by this flow.", AR_TP_QUEUE: "Queue", AR_TP_QUEUE_PROP_ID_DSC: "The queue ID.", AR_TP_QUEUE_PROP_DSC: "The queue name.", AR_TP_UTILIZATIONLABEL: "UtilizationLabel", AR_TP_UTILIZATIONLABEL_PROP_ID_DSC: "The Utilization Label identifier.", AR_TP_UTILIZATIONLABEL_PROP_DSC: "The Utilization Label description.", AR_TP_CONVERSATIONTYPEENUM: "ConversationType Enum", AR_TP_CONVERSATIONTYPEENUM_PROP_CALL_DSC: "A call conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_CALLBACK_DSC: "A callback conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_CHAT_DSC: "A chat conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_COBROWSE_DSC: "A co-browse conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_EMAIL_DSC: "An email conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_SCREENSHARE_DSC: "A screenShare conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_SOCIALEXPRESSION_DSC: "A conversation on social media.", AR_TP_CONVERSATIONTYPEENUM_PROP_VIDEOCOMM_DSC: "A video conversation.", AR_TP_CONVERSATIONTYPEENUM_PROP_UNKNOWN_DSC: "An unknown conversation type.", AR_TP_CURRENCYENUM: "Currency Enum", AR_TP_CURRENCYENUM_PROP_CODE_DSC: "The ISO 4217 currency code.", AR_TP_LANGUAGEENUM: "Language Enum", AR_TP_LANGUAGEENUM_PROP_TAG_DSC: "The IETF language tag.", AR_TP_REGIONENUM: "Region Enum", AR_TP_REGIONENUM_PROP_DIALINGCODE_DSC: "The ITU-T E.164 dialing code.", AR_TP_REGIONENUM_PROP_COUNTRYCODE_DSC: "The two character ISO 3166 alpha 2 country code.", AR_TP_MESSAGEBODYSTYLEENUM: "MessageBodyStyle Enum", AR_TP_MESSAGEBODYSTYLEENUM_PROP_NOTICE_DSC: "The message style is a notice.", AR_TP_MESSAGEBODYSTYLEENUM_PROP_STANDARD_DSC: "The message style is a standard message.", AR_TP_SURVEYDISPOSITIONENUM: "SurveyDisposition Enum", AR_TP_SURVEYDISPOSITIONENUM_PROP_ERROR_DSC: "The survey invite request did not complete successfully due to an error.", AR_TP_SURVEYDISPOSITIONENUM_PROP_OPTOUT_DSC: "The survey invite request is declined as per a configured opt-out setting.", AR_TP_CURRENCIESENUMCONTAINER: "Currencies Enum Container", AR_TP_DAYOFWEEKENUMCONTAINER: "Day of Week Enum Container", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SUNDAY_DSC: "The day of week Integer value for Sunday (1).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SUNDAY_DISP_VAL: "Sunday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_MONDAY_DSC: "The day of week Integer value for Monday (2).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_MONDAY_DISP_VAL: "Monday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_TUESDAY_DSC: "The day of week Integer value for Tuesday (3).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_TUESDAY_DISP_VAL: "Tuesday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_WEDNESDAY_DSC: "The day of week Integer value for Wednesday (4).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_WEDNESDAY_DISP_VAL: "Wednesday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_THURSDAY_DSC: "The day of week Integer value for Thursday (5).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_THURSDAY_DISP_VAL: "Thursday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_FRIDAY_DSC: "The day of week Integer value for Friday (6).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_FRIDAY_DISP_VAL: "Friday", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SATURDAY_DSC: "The day of week Integer value for Saturday (7).", AR_TP_DAYOFWEEKENUMCONTAINER_PROP_SATURDAY_DISP_VAL: "Saturday", AR_TP_DATETIMEENUMCONTAINER: "DateTime Enum Container", AR_TP_DATETIMEENUMCONTAINER_PROP_DAYOFWEEK_DSC: "Contains properties for day of week Integer constants.", AR_TP_DATETIMEENUMCONTAINER_PROP_DAYOFWEEK_DISP_VAL: "DayOfWeek", AR_TP_DIGITALAUDIO: "Digital Audio", AR_TP_DIGITALAUDIO_PROP_ID_DSC: "The digital audio ID. If an ID is present, this will be the identifier of the Canned Response digital audio response asset. Otherwise if this is a digital audio created from a MakeDigitalAudioFromUrl call, the ID will be a NOT_SET String.", AR_TP_DIGITALAUDIO_PROP_DSC: "The digital audio name. If a name is present, this will be the name of the Canned Response digital audio response asset. Otherwise if this is a digital audio created from a MakeDigitalAudioFromUrl call, the name will be a NOT_SET String.", AR_TP_DIGITALAUDIO_PROP_URL_DSC: "The universal resource locator that specifies the location of the digital audio.", AR_TP_FILE: "File", AR_TP_FILE_PROP_ID_DSC: "The file ID. If an ID is present, this will be the identifier of the Canned Response file response asset. Otherwise if this is a file created from a MakeFileFromUrl call, the ID will be a NOT_SET String.", AR_TP_FILE_PROP_DSC: "The file name. If a name is present, this will be the name of the Canned Response file response asset. Otherwise if this is a file created from a MakeFileFromUrl call, the name will be a NOT_SET String.", AR_TP_FILE_PROP_URL_DSC: "The universal resource locator that specifies the location of the file.", AR_TP_LANGUAGESENUMCONTAINER: "Languages Enum Container", AR_TP_REGIONSENUMCONTAINER: "Regions Enum Container", AR_TP_RESPONSEASSET: "Response Asset", AR_TP_RESPONSEASSET_PROP_ID_DSC: "The response asset identifier.", AR_TP_RESPONSEASSET_PROP_DSC: "The response asset name.", AR_TP_RESPONSEASSET_PROP_TYPE_DSC: "The response asset type like 'image/png'.", AR_TP_RESPONSEASSET_PROP_LENGTH_DSC: "The response asset size in bytes.", AR_TP_RESPONSEASSET_PROP_URL_DSC: "The universal resource locator that specifies the location of the response asset.", AR_TP_SURVEYDISPOSITIONSENUMCONTAINER: "SurveyDispositions Enum Container", AR_TP_CONVERSATIONTYPESENUMCONTAINER: "ConversationTypes Enum Container", AR_TP_TIME: "Time", AR_TP_TIMEPARTENUMCONTAINER: "Time Part Enum Container", AR_TP_TIMEPARTENUMCONTAINER_PROP_DAYS_DSC: "Indicates that a given value for Audio playback should be expressed as days.", AR_TP_TIMEPARTENUMCONTAINER_PROP_DAYS_DISP_VAL: "Days", AR_TP_TIMEPARTENUMCONTAINER_PROP_HOURS_DSC: "Indicates that a given value for Audio playback should be expressed as hours.", AR_TP_TIMEPARTENUMCONTAINER_PROP_HOURS_DISP_VAL: "Hours", AR_TP_TIMEPARTENUMCONTAINER_PROP_MINUTES_DSC: "Indicates that a given value for Audio playback should be expressed as minutes.", AR_TP_TIMEPARTENUMCONTAINER_PROP_MINUTES_DISP_VAL: "Minutes", AR_TP_TIMEPARTENUMCONTAINER_PROP_SECONDS_DSC: "Indicates that a given value for Audio playback should be expressed as seconds.", AR_TP_TIMEPARTENUMCONTAINER_PROP_SECONDS_DISP_VAL: "Seconds", AR_TP_TIMEPARTENUM: "Time Part Enum", AR_TP_TIMEPICKER: "TimePicker", AR_TP_TIMEPICKER_PROP_TITLE_DSC: "The TimePicker title.", AR_TP_TIMEPICKER_PROP_SUBTITLE_DSC: "The TimePicker subtitle.", AR_TP_TIMEPICKER_PROP_IMAGE_DSC: "The image to use for the TimePicker.", AR_TP_TIMEPICKER_PROP_IMAGE_DISP_VAL: "Image", AR_TP_TIMEPICKER_PROP_ADDRESS_DSC: "The event address.", AR_TP_TIMEPICKER_PROP_ADDRESS_DISP_VAL: "Address", AR_TP_TIMEPICKER_PROP_LONGITUDE_DSC: "The event longitude.", AR_TP_TIMEPICKER_PROP_LONGITUDE_DISP_VAL: "Longitude", AR_TP_TIMEPICKER_PROP_LATITUDE_DSC: "The event latitude.", AR_TP_TIMEPICKER_PROP_LATITUDE_DISP_VAL: "Latitude", AR_TP_TIMESLOT: "Timeslot", AR_TP_TIMESLOT_PROP_DTM_DSC: "The Coordinated Universal Time (UTC) datetime for the timeslot.", AR_TP_TIMESLOT_PROP_DUR_DSC: "The Duration for the timeslot.", AR_TP_WRC: "WrapupCode", AR_TP_WRC_PROP_ID_DSC: "The wrapup code ID.", AR_TP_WRC_PROP_DSC: "The wrapup code name.", AR_TP_GRAMMAR: "Grammar", AR_TP_GRAMMAR_PROP_ID_DSC: "The grammar ID.", AR_TP_GRAMMAR_PROP_DSC: "The grammar name.", AR_TP_GRP: "Group", AR_TP_GRP_PROP_ID_DSC: "The group ID.", AR_TP_GRP_PROP_DSC: "The group name.", AR_TP_PHNBR: "PhoneNumber", AR_TP_PHNBR_PROP_DIALINGCODE_DSC: 'The ITU-T E.164 dialing code for a "tel" scheme phone number with a valid E.164 number, otherwise a NOT_SET String.', AR_TP_PHNBR_PROP_E164_DSC: 'The E.164 formatted String for a "tel" scheme phone number with a valid E.164 number, otherwise a NOT_SET String.', AR_TP_PHNBR_PROP_SUBSCRIBERNUMBER_DSC: 'The E.164 subscriber number for a "tel" scheme phone number with a valid E.164 number, otherwise a NOT_SET String.', AR_TP_PHNBR_PROP_ISGLOBAL_DSC: 'Indicates if this is a "tel" scheme phone number that contains a global number.', AR_TP_PHNBR_PROP_ISSIP_DSC: 'Indicates if this is a "sip" or "sips" scheme phone number.', AR_TP_PHNBR_PROP_ISTEL_DSC: 'Indicates if this is a "tel" scheme phone number.', AR_TP_PHNBR_PROP_RAW_DSC: "The String used to create this Phone Number instance.", AR_TP_PHNBR_PROP_SCHEME_DSC: 'The scheme set on this phone number which will be "sip" or "sips", "tel" or a NOT_SET String if no scheme could be determined.', AR_TP_PHNBR_PROP_URI_DSC: 'Returns the URI for a "sip", "sips" or "tel" scheme phone number, otherwise a NOT_SET String.', AR_TP_EMERGRP: "EmergencyGroup", AR_TP_EMERGRP_PROP_ID_DSC: "The emergency group ID.", AR_TP_EMERGRP_PROP_DSC: "The emergency group name.", AR_TP_SCHED: "Schedule", AR_TP_SCHED_PROP_ID_DSC: "The schedule ID.", AR_TP_SCHED_PROP_DSC: "The schedule name.", AR_TP_SCHEDGRP: "ScheduleGroup", AR_TP_SCHEDGRP_PROP_ID_DSC: "The schedule group ID.", AR_TP_SCHEDGRP_PROP_DSC: "The schedule group name.", AR_TP_SCHEDGRP_PROP_TIMEZONE_DSC: "The timezone ID of the timezone assigned to the schedule group.", AR_TP_ANY: "Any", AR_TP_ANYCOMPLEX: "AnyComplex", AR_TP_ANYPROMPTORAUDIO: "Audio or Prompt", AR_TP_DATEFORMATENUM: "Date Format Enum", AR_TP_DATETIMEFORMATENUM: "DateTime Format Enum", AR_TP_TIMEFORMATENUM: "Time Format Enum", AR_TP_BOOLFORMATENUM: "Bool Format Enum", AR_TP_CURRENCYFORMATENUM: "Currency Format Enum", AR_TP_NUMBERFORMATENUM: "Number Format Enum", AR_TP_PHONENUMBERFORMATENUM: "Phone Number Format Enum", AR_TP_LANGUAGECONTEXTENUM: "Language Context Enum", AR_TP_STRINGFORMATENUM: "String Format Enum", AR_TP_DATEFORMATENUMCONTAINER: "Date Format Enum Container", AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEAR_DSC: "Date with the year expressed using the long format.", AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEAR_DISP_VAL: "Date (long year)", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEAR_DSC: "Date with the year expressed using the short format.", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEAR_DISP_VAL: "Date", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTMONTHANDDAY_DSC: "Date with the day of week, month name and day of month expressed using an ordinal number.", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTMONTHANDDAY_DISP_VAL: "Month and day", AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYOFWEEKONLY_DSC: "Express only the day of week name.", AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYOFWEEKONLY_DISP_VAL: "Day of week", AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYONLY_DSC: "Express only the day of month using an ordinal number.", AR_TP_DATEFORMATENUMCONTAINER_PROP_DAYONLY_DISP_VAL: "Day of month", AR_TP_DATEFORMATENUMCONTAINER_PROP_MONTHONLY_DSC: "Express only the month name.", AR_TP_DATEFORMATENUMCONTAINER_PROP_MONTHONLY_DISP_VAL: "Month", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEARONLY_DSC: "Express only the year using the short format.", AR_TP_DATEFORMATENUMCONTAINER_PROP_SHORTYEARONLY_DISP_VAL: "Year (short form)", AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEARONLY_DSC: "Express only the year using the long format.", AR_TP_DATEFORMATENUMCONTAINER_PROP_LONGYEARONLY_DISP_VAL: "Year (long form)", AR_TP_SKILLEXPRESSIONFILTER: "SkillExpressionFilter", AR_TP_SKILLEXPRESSIONFILTER_PROP_RAW_DSC: "The input filter String used to create this Skill Expression Filter instance.", AR_TP_SKILLEXPRESSIONFILTER_PROP_NORMALIZED_DSC: "If valid, this holds the normalized expression filter text. Otherwise, this will be a NOT_SET String.", AR_TP_SKILLEXPRESSIONFILTER_PROP_ACDSKILLS_DSC: "If valid, the items in this collection will be ACD Skills referenced by the filter. Otherwise, this will be an empty collection.", AR_TP_SKILLEXPRESSIONFILTER_PROP_LANGUAGESKILLS_DSC: "If valid, the items in this collection will be Language Skills referenced by the filter. Otherwise, this will be an empty collection.", AR_TP_SKILLEXPRESSIONFILTER_PROP_ERRORS_DSC: "If invalid, the items in this collection will contain error information about the input filter String.", AR_TP_ISSUEINFO: "IssueInfo", AR_TP_ISSUEINFO_PROP_TYPE_DSC: "A non-empty String that contains the type or category of the issue.", AR_TP_ISSUEINFO_PROP_MESSAGE_DSC: "A non-localized message for the issue. The String may be empty or NOT_SET.", AR_TP_BOOLFORMATENUMCONTAINER: "Bool Format Enum Container", AR_TP_BOOLFORMATENUMCONTAINER_PROP_PLAYYESNO_DSC: "Expresses a boolean using Yes for true and No for false or NOT_SET.", AR_TP_BOOLFORMATENUMCONTAINER_PROP_PLAYYESNO_DISP_VAL: "Yes / No", AR_TP_TIMEFORMATENUMCONTAINER: "Time Format Enum Container", AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWENTYFOURHOURS_DSC: "Use a twenty four hour time format.", AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWENTYFOURHOURS_DISP_VAL: "Time (24 hour clock)", AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWELVEHOURS_DSC: "Use a twelve hour format time without a.m. / p.m.", AR_TP_TIMEFORMATENUMCONTAINER_PROP_TWELVEHOURS_DISP_VAL: "Time (12 hour clock)", AR_TP_CURRENCYFORMATENUMCONTAINER: "Currency Format Enum Container", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_ASMINORUNITS_DSC: 'Express the currency in terms of minor units such as "150 cents".', AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_ASMINORUNITS_DISP_VAL: "In minor units", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MAJORUNITSONLY_DSC: "Express only the major units of the currency.", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MAJORUNITSONLY_DISP_VAL: "Major units only", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MINORUNITSONLY_DSC: "Express only the minor units of the currency.", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_MINORUNITSONLY_DISP_VAL: "Minor units only", AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_PLAYDIGITS_DSC: 'Expresses the individual digits of the currency with the major units name such as "5 0 dollars"', AR_TP_CURRENCYFORMATENUMCONTAINER_PROP_PLAYDIGITS_DISP_VAL: "Speak each digit", AR_TP_NUMBERFORMATENUMCONTAINER: "Number Format Enum Container", AR_TP_NUMBERFORMATENUMCONTAINER_PROP_PLAYDIGITS_DSC: "Express the numeric value using individual digits.", AR_TP_NUMBERFORMATENUMCONTAINER_PROP_PLAYDIGITS_DISP_VAL: "Speak each digit", AR_TP_PHONENUMBERFORMATENUMCONTAINER: "Phone Number Format Enum Container", AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_GLOBAL_DSC: "Express the phone number with the country code.", AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_GLOBAL_DISP_VAL: "Global playback", AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_LOCAL_DSC: "Express the phone number in a country-specific colloquial format that does not contain the country code.", AR_TP_PHONENUMBERFORMATENUMCONTAINER_PROP_LOCAL_DISP_VAL: "Local playback", AR_TP_STRINGFORMATENUMCONTAINER: "String Format Enum Container", AR_TP_STRINGFORMATENUMCONTAINER_PROP_PLAYCHARS_DSC: "Express a string with the string's characters individually.", AR_TP_STRINGFORMATENUMCONTAINER_PROP_PLAYCHARS_DISP_VAL: "Speak each character", AR_TP_LANGUAGEQUANTITYENUMCONTAINER: "Language Quantity Enum Container", AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_PLURAL_DSC: "Use the plural form.", AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_PLURAL_DISP_VAL: "Plural", AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_SINGULAR_DSC: "Use the singular form.", AR_TP_LANGUAGEQUANTITYENUMCONTAINER_PROP_SINGULAR_DISP_VAL: "Singular", AR_TP_LANGUAGECASEENUMCONTAINER: "Language Case Enum Container", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ARTICLE_DSC: "Use the article grammatical case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ARTICLE_DISP_VAL: "Article", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ACCUSATIVE_DSC: "Use the accusative case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_ACCUSATIVE_DISP_VAL: "Accusative", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_DATIVE_DSC: "Use the dative case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_DATIVE_DISP_VAL: "Dative", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_GENITIVE_DSC: "Use the genitive case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_GENITIVE_DISP_VAL: "Genitive", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_NOMINATIVE_DSC: "Use the nominative case.", AR_TP_LANGUAGECASEENUMCONTAINER_PROP_NOMINATIVE_DISP_VAL: "Nominative", AR_TP_LANGUAGEGENDERENUMCONTAINER: "Language Gender Enum Container", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_COMMON_DSC: "Use the common gender.", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_COMMON_DISP_VAL: "Common", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_FEMININE_DSC: "Use the feminine gender.", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_FEMININE_DISP_VAL: "Feminine", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_MASCULINE_DSC: "Use the masculine gender.", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_MASCULINE_DISP_VAL: "Masculine", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_NEUTER_DSC: "Use the neuter gender.", AR_TP_LANGUAGEGENDERENUMCONTAINER_PROP_NEUTER_DISP_VAL: "Neuter", AR_TP_LANGUAGESKILL: "Language Skill", AR_TP_LANGUAGESKILL_PROP_ID_DSC: "The language skill ID.", AR_TP_LANGUAGESKILL_PROP_DSC: "The language skill name.", AR_TP_CONTACTLIST: "ContactList", AR_TP_CONTACTLIST_PROP_ID_DSC: "The contact list ID.", AR_TP_CONTACTLIST_PROP_DSC: "The contact list name.", AR_TP_CAMPAIGN: "Campaign", AR_TP_CAMPAIGN_PROP_ID_DSC: "The campaign ID.", AR_TP_CAMPAIGN_PROP_DSC: "The campaign name.", AR_TP_CONTACT: "Contact", AR_TP_WORKITEMEVENTDATA: "WorkitemEventData", AR_TP_WORKITEMEVENTDATA_PROP_RULE_DSC: "The rule for the workitem event data.", AR_TP_WORKITEMEVENTRULE: "WorkitemEventRule", AR_TP_WORKITEMEVENTRULE_PROP_DSC: "The name of the workitem event rule.", AR_TP_WORKITEM: "Workitem", AR_TP_WORKITEM_PROP_ID_DSC: "The workitem ID which uniquely identifies a workitem.", AR_TP_WORKITEM_PROP_DSC: "The name of the workitem.", AR_TP_WORKITEM_PROP_ASSIGNEE_DSC: "The the assignee of this workitem.", AR_TP_WORKITEM_PROP_ASSIGNMENTSTATE_DSC: "The assignment state of the workitem.", AR_TP_WORKITEM_PROP_AUTOSTATUSTRANSITION_DSC: "This returns true if auto status transition is enabled for the workitem, otherwise false.", AR_TP_WORKITEM_PROP_CUSTOMFIELDS_DSC: "Custom fields defined in the schema referenced by the worktype of the workitem.", AR_TP_WORKITEM_PROP_DATECREATED_DSC: "The creation date of the workitem.", AR_TP_WORKITEM_PROP_DATEASSIGNMENTSTATECHANGED_DSC: "The date the assignment state changed for the workitem.", AR_TP_WORKITEM_PROP_DATEDUE_DSC: "The due date of the workitem.", AR_TP_WORKITEM_PROP_DATEEXPIRES_DSC: "The expiry date of the workitem.", AR_TP_WORKITEM_PROP_DATEMODIFIED_DSC: "The date the workitem was last modified.", AR_TP_WORKITEM_PROP_DATESTATUSCHANGED_DSC: "The date the status was last changed.", AR_TP_WORKITEM_PROP_DATECLOSED_DSC: "The date the workitem was closed.", AR_TP_WORKITEM_PROP_DESCRIPTION_DSC: "The description of the workitem.", AR_TP_WORKITEM_PROP_DUR_DSC: "The estimated duration to complete the workitem.", AR_TP_WORKITEM_PROP_DIVISIONID_DSC: "The division ID which identifies the division to which this workitem belongs.", AR_TP_WORKITEM_PROP_EXTERNALCONTACT_DSC: "The External Contact associated with this workitem. If there is no External Contact, the value will be NOT_SET.", AR_TP_WORKITEM_PROP_EXTERNALTAG_DSC: "The external tag associated with this workitem. If there is no external tag, the value will be NOT_SET. Use the Set External Tag action to modify.", AR_TP_WORKITEM_PROP_LANGUAGESKILL_DSC: "The Language Skill associated with the workitem.", AR_TP_WORKITEM_PROP_MODIFIEDBY_DSC: "The ID of the entity that last modified the workitem.", AR_TP_WORKITEM_PROP_PRIORITY_DSC: "The priority of the workitem. Use the Set Priority action to modify.", AR_TP_WORKITEM_PROP_QUEUE_DSC: "The workitem's queue.", AR_TP_WORKITEM_PROP_REPORTER_DSC: "The workitem's reporter.", AR_TP_WORKITEM_PROP_SCOREDAGENTS_DSC: "A list of agent score pairs used for the last preferred agent routing.", AR_TP_WORKITEM_PROP_SKILLS_DSC: "The ACD Skills associated with the workitem.", AR_TP_WORKITEM_PROP_STATUS_DSC: "The status of the workitem.", AR_TP_WORKITEM_PROP_TTLDATETIME_DSC: "The time to live of the workitem until it is deleted from Genesys Cloud represented as a DateTime in Coordinated Universal Time (UTC).", AR_TP_WORKITEM_PROP_TYPEID_DSC: "The ID of the worktype for the workitem.", AR_TP_WORKITEM_PROP_UTILIZATIONLABEL_DSC: "The utilization label for the workitem.", AR_TP_WORKITEM_PROP_VERSION_DSC: "The version of the workitem. Note that this may be a NOT_SET Integer.", AR_TP_WORKITEM_PROP_WORKBIN_DSC: "The workbin that contains the workitem.", AR_TP_WORKBIN: "Workbin", AR_TP_WORKBIN_PROP_ID_DSC: "The ID of the workbin.", AR_TP_WORKBIN_PROP_DSC: "The name of the workbin.", AR_TP_WORKBIN_PROP_DIVISIONID_DSC: "The division ID which identifies the division of this workbin.", AR_TP_WORKTYPESTATUS: "WorktypeStatus", AR_TP_WORKTYPESTATUS_PROP_ID_DSC: "The ID of the worktype status.", AR_TP_WORKTYPESTATUS_PROP_DSC: "The name of the worktype status.", AR_TP_WORKTYPESTATUS_PROP_CATEGORY_DSC: 'The category of the worktype status. Allowable values are "Open", "InProgress", "Waiting" and "Closed".', AR_OP_DSC_ADD: "The addition operator returns the sum of two values.", AR_OP_LNG_ADD_LNG_LNG_DSC: "Adds two Integer values and returns the result.", AR_OP_LNG_ADD_LNG_LNG_RV: "The sum of the two Integer input values.", AR_OP_LNG_ADD_LNG_LNG_PRM_DSC_0: "An Integer value.", AR_OP_LNG_ADD_LNG_LNG_PRM_DSC_1: "The Integer value to Add.", AR_OP_DEC_ADD_DEC_LNG_DSC: "Adds an Integer value to a Decimal value and returns the result.", AR_OP_DEC_ADD_DEC_LNG_RV: "The sum of the Integer and Decimal input values.", AR_OP_DEC_ADD_DEC_LNG_PRM_DSC_0: "A Decimal value.", AR_OP_DEC_ADD_DEC_LNG_PRM_DSC_1: "The Integer value to add.", AR_OP_DEC_ADD_LNG_DEC_DSC: "Adds a Decimal value to an Integer value and returns the result.", AR_OP_DEC_ADD_LNG_DEC_RV: "The sum of the two Integer input values.", AR_OP_DEC_ADD_LNG_DEC_PRM_DSC_0: "An Integer value.", AR_OP_DEC_ADD_LNG_DEC_PRM_DSC_1: "The Decimal value to add.", AR_OP_CUR_ADD_CUR_CUR_DSC: "Adds two Currency values and returns the result. The Currency values must have the same code.", AR_OP_CUR_ADD_CUR_CUR_RV: "The sum of the two Currency input values.", AR_OP_CUR_ADD_CUR_CUR_PRM_DSC_0: "A Currency value.", AR_OP_CUR_ADD_CUR_CUR_PRM_DSC_1: "The second Currency value to add.", AR_OP_CUR_ADD_CUR_CUR_EX_OUT_0: 'A Currency with an amount of 2.25 and code of "USD"', AR_OP_CUR_ADD_CUR_CUR_EX_OUT_1: "A Currency with an amount of 2.25 and NOT_SET code.", AR_OP_AUDIO_ADD_AUDIO_AUDIO_DSC: "Adds two Audio values together and returns the resulting Audio by appending them together.", AR_OP_AUDIO_ADD_AUDIO_AUDIO_RV: "Appends the two Audio input values.", AR_OP_AUDIO_ADD_AUDIO_AUDIO_PRM_DSC_0: "An Audio value .", AR_OP_AUDIO_ADD_AUDIO_AUDIO_PRM_DSC_1: "The second Audio value to add.", AR_OP_AUDIO_ADD_AUDIO_AUDIO_EX_OUT_0: 'Audio for the text to speech playback of "Hello" followed by "World".', AR_OP_AUDIO_ADD_PROMPT_PROMPT_DSC: "Adds two prompt values together and returns the resulting Audio by appending them.", AR_OP_AUDIO_ADD_PROMPT_PROMPT_RV: "Appends the two Prompt input values.", AR_OP_AUDIO_ADD_PROMPT_PROMPT_PRM_DSC_0: "A Prompt.", AR_OP_AUDIO_ADD_PROMPT_PROMPT_PRM_DSC_1: "The second Prompt to add.", AR_OP_AUDIO_ADD_PROMPT_PROMPT_EX_OUT_0: "Audio for the Hello prompt followed by the There prompt for the language in which the flow is running.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_DSC: "Adds an Audio and a prompt value together and returns the resulting Audio by appending them together.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_RV: "Appends the Audio and Prompt input values.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_PRM_DSC_0: "An Audio value.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_PRM_DSC_1: "The Prompt value to add.", AR_OP_AUDIO_ADD_AUDIO_PROMPT_EX_OUT_0: 'Audio for the TTS playback of "Hello" followed by the audio for the There prompt for the language in which the flow is running.', AR_OP_AUDIO_ADD_PROMPT_AUDIO_DSC: "Adds a prompt and Audio value together and returns the resulting Audio by appending them together.", AR_OP_AUDIO_ADD_PROMPT_AUDIO_RV: "Appends the Prompt and Audio input values.", AR_OP_AUDIO_ADD_PROMPT_AUDIO_PRM_DSC_0: "A Prompt.", AR_OP_AUDIO_ADD_PROMPT_AUDIO_PRM_DSC_1: "An Audio value to add.", AR_OP_AUDIO_ADD_PROMPT_AUDIO_EX_OUT_0: 'Audio for the Hello prompt for the language in which the current flow is running followed by the TTS playback of "There".', AR_OP_DEC_ADD_DEC_DEC_DSC: "Adds two Decimal values and returns the result.", AR_OP_DEC_ADD_DEC_DEC_RV: "The sum of the two Decimal input values.", AR_OP_DEC_ADD_DEC_DEC_PRM_DSC_0: "A Decimal value.", AR_OP_DEC_ADD_DEC_DEC_PRM_DSC_1: "A Decimal value to add.", AR_OP_DTM_ADD_DUR_DTM_DSC: "Adds a DateTime to a Duration and returns the resulting DateTime.", AR_OP_DTM_ADD_DUR_DTM_RV: "Returns the result of adding the supplied DateTime to a Duration value.", AR_OP_DTM_ADD_DUR_DTM_PRM_DSC_0: "A Duration value.", AR_OP_DTM_ADD_DUR_DTM_PRM_DSC_1: "A DateTime value to which the Duration is added.", AR_OP_DTM_ADD_DUR_DTM_EX_OUT_0: "A DateTime of June 1, 2003 at 1:01:01 AM", AR_OP_DTM_ADD_DTM_DUR_DSC: "Adds a Duration to a DateTime and returns the resulting DateTime.", AR_OP_DTM_ADD_DTM_DUR_RV: "Returns the result of adding the supplied Duration to a DateTime value.", AR_OP_DTM_ADD_DTM_DUR_PRM_DSC_0: "A DateTime value.", AR_OP_DTM_ADD_DTM_DUR_PRM_DSC_1: "A Duration value to add.", AR_OP_DTM_ADD_DTM_DUR_EX_OUT_0: "A DateTime of June 1, 2003 at 1:01:01 AM", AR_OP_DATE_ADD_DUR_DATE_DSC: "Adds a Date to a Duration and returns the resulting Date. The number of days to add is calculated by taking the integral part of the supplied Duration value divided by 86400 seconds ( the number of seconds in 1 day ).", AR_OP_DATE_ADD_DUR_DATE_RV: "Returns the result of adding the supplied Date to a Duration value.", AR_OP_DATE_ADD_DUR_DATE_PRM_DSC_0: "A Duration value.", AR_OP_DATE_ADD_DUR_DATE_PRM_DSC_1: "A Date value to which the Duration is added.", AR_OP_DATE_ADD_DUR_DATE_EX_OUT_0: "A Date whose value is June 2nd, 2003.", AR_OP_DATE_ADD_DATE_DUR_DSC: "Adds days to a Date. The number of days to add is calculated by taking the integral value of the total number of seconds in the supplied Duration value divided by 86400 ( the number of seconds in 1 day ).", AR_OP_DATE_ADD_DATE_DUR_RV: "Returns the result of adding the supplied Duration to a Date value.", AR_OP_DATE_ADD_DATE_DUR_PRM_DSC_0: "A Date value.", AR_OP_DATE_ADD_DATE_DUR_PRM_DSC_1: "A Duration value to add.", AR_OP_DATE_ADD_DATE_DUR_EX_OUT_0: "A Date whose value is June 3rd, 2003.", AR_OP_TIME_ADD_DUR_TIME_DSC: "Adds a Time to a Duration and returns the resulting Time. Addition of a Duration value with a Time value allows for wrap-around so adding three hours to a Time value of 23:00:00 will return a Time value of 02:00:00.", AR_OP_TIME_ADD_DUR_TIME_RV: "Returns the result of adding the supplied Time to a Duration value.", AR_OP_TIME_ADD_DUR_TIME_PRM_DSC_0: "A Duration value.", AR_OP_TIME_ADD_DUR_TIME_PRM_DSC_1: "A Time value to which the Duration is added.", AR_OP_TIME_ADD_DUR_TIME_EX_OUT_0: "A Time whose value is 02:02:06AM.", AR_OP_TIME_ADD_TIME_DUR_DSC: "Adds a Duration to a Time and returns the resulting Time. Addition of a Duration value to a Time value allows for wrap-around so adding three hours to a Time value of 23:00:00 will return a Time value of 02:00:00.", AR_OP_TIME_ADD_TIME_DUR_RV: "Returns the result of adding the supplied Duration to a Time value.", AR_OP_TIME_ADD_TIME_DUR_PRM_DSC_0: "A Time value.", AR_OP_TIME_ADD_TIME_DUR_PRM_DSC_1: "A Duration value to add.", AR_OP_TIME_ADD_TIME_DUR_EX_OUT_0: "A Time whose value is 02:01:01AM.", AR_OP_DUR_ADD_DUR_DUR_DSC: "Adds two Duration values and returns the result.", AR_OP_DUR_ADD_DUR_DUR_RV: "The sum of the two Duration input values.", AR_OP_DUR_ADD_DUR_DUR_PRM_DSC_0: "A Duration value.", AR_OP_DUR_ADD_DUR_DUR_PRM_DSC_1: "A Duration value to add.", AR_OP_DUR_ADD_DUR_DUR_EX_OUT_0: "A Duration of 1 day, eleven hours, 45 minutes and 30 seconds.", AR_OP_STR_ADD_STR_STR_DSC: "Appends two String values and returns the result. Note: We recommend using the Append function instead of + to append strings together.", AR_OP_STR_ADD_STR_STR_RV: "The concatenation of the two String input values.", AR_OP_STR_ADD_STR_STR_PRM_DSC_0: "A String value.", AR_OP_STR_ADD_STR_STR_PRM_DSC_1: "A String value to add.", AR_OP_DSC_BITAND: "Performs a bitwise and of two values.", AR_OP_LNG_BITAND_LNG_LNG_DSC: "Performs a bitwise and on two Integer values and returns the result.", AR_OP_LNG_BITAND_LNG_LNG_RV: "The bitwise and of two supplied Integer values.", AR_OP_LNG_BITAND_LNG_LNG_PRM_DSC_0: "The first Integer value for the bitwise and.", AR_OP_LNG_BITAND_LNG_LNG_PRM_DSC_1: "The second Integer value for the bitwise and.", AR_OP_DSC_BITNOT: "Performs a bitwise not on a value.", AR_OP_LNG_BITNOT_LNG_DSC: "Performs a bitwise not on the supplied Integer value and returns the result.", AR_OP_LNG_BITNOT_LNG_RV: "The bitwise not of the supplied Integer value.", AR_OP_LNG_BITNOT_LNG_PRM_DSC_0: "The Integer value on which to perform the bitwise not.", AR_OP_DSC_BITOR: "Performs a bitwise inclusive or of two values.", AR_OP_LNG_BITOR_LNG_LNG_DSC: "Performs a bitwise inclusive or on two Integer values and returns the result.", AR_OP_LNG_BITOR_LNG_LNG_RV: "The bitwise inclusive or of two supplied Integer values.", AR_OP_LNG_BITOR_LNG_LNG_PRM_DSC_0: "The first Integer value for the bitwise or.", AR_OP_LNG_BITOR_LNG_LNG_PRM_DSC_1: "The second Integer value for the bitwise or.", AR_OP_DSC_SUB: "The subtraction operator returns the difference of two values.", AR_OP_DATE_SUB_DATE_DUR_DSC: "Subtracts days from a Date. The number of days to subtract is calculated by taking the integral value of the total number of seconds in the supplied Duration value divided by 86400 ( the number of seconds in 1 day ).", AR_OP_DATE_SUB_DATE_DUR_RV: "Returns a Date that is the result of subtracting the number of days in the supplied duration from the Date value.", AR_OP_DATE_SUB_DATE_DUR_PRM_DSC_0: "A Date value.", AR_OP_DATE_SUB_DATE_DUR_PRM_DSC_1: "A Duration value that supplies the number of days to subtract.", AR_OP_DATE_SUB_DATE_DUR_EX_OUT_0: "A Date whose value is December 31st, 2008.", AR_OP_DATE_SUB_DATE_DUR_EX_OUT_1: "A Date whose value is February 25th, 2020.", AR_OP_LNG_SUB_LNG_LNG_DSC: "Subtracts an Integer value from an Integer value and returns the result.", AR_OP_LNG_SUB_LNG_LNG_RV: "The difference of the two Integer input values.", AR_OP_LNG_SUB_LNG_LNG_PRM_DSC_0: "The Integer value from which to subtract.", AR_OP_LNG_SUB_LNG_LNG_PRM_DSC_1: "The Integer value to subtract.", AR_OP_CUR_SUB_CUR_CUR_DSC: "Subtracts a Currency value from a Currency value and returns the result. The Currency values must have the same code.", AR_OP_CUR_SUB_CUR_CUR_RV: "The difference of the two Currency input values.", AR_OP_CUR_SUB_CUR_CUR_PRM_DSC_0: "The Currency value from which to subtract.", AR_OP_CUR_SUB_CUR_CUR_PRM_DSC_1: "The Currency value to subtract.", AR_OP_CUR_SUB_CUR_CUR_EX_OUT_0: 'A Currency with an amount of 1.25 and code of "USD"', AR_OP_CUR_SUB_CUR_CUR_EX_OUT_1: "A Currency with an amount of 2.75 and NOT_SET code.", AR_OP_DEC_SUB_DEC_DEC_DSC: "Subtracts a Decimal value from a Decimal value and returns the result.", AR_OP_DEC_SUB_DEC_DEC_RV: "The difference of the two Decimal input values.", AR_OP_DEC_SUB_DEC_DEC_PRM_DSC_0: "The Decimal value from which to subtract.", AR_OP_DEC_SUB_DEC_DEC_PRM_DSC_1: "The Decimal value to subtract.", AR_OP_DEC_SUB_DEC_LNG_DSC: "Subtracts an Integer value from a Decimal value and returns the result.", AR_OP_DEC_SUB_DEC_LNG_RV: "The difference of the two input values.", AR_OP_DEC_SUB_DEC_LNG_PRM_DSC_0: "The Decimal value from which to subtract.", AR_OP_DEC_SUB_DEC_LNG_PRM_DSC_1: "The Integer value to subtract.", AR_OP_DEC_SUB_LNG_DEC_DSC: "Subtracts a Decimal value from an Integer value and returns the result.", AR_OP_DEC_SUB_LNG_DEC_RV: "The difference of the two input values.", AR_OP_DEC_SUB_LNG_DEC_PRM_DSC_0: "The Integer value from which to subtract.", AR_OP_DEC_SUB_LNG_DEC_PRM_DSC_1: "The Decimal value to subtract.", AR_OP_DTM_SUB_DUR_DUR_DSC: "Subtracts a Duration value from a Duration value and returns the result.", AR_OP_DTM_SUB_DUR_DUR_RV: "The difference of the two Duration input values.", AR_OP_DTM_SUB_DUR_DUR_PRM_DSC_0: "The Duration value from which to subtract.", AR_OP_DTM_SUB_DUR_DUR_PRM_DSC_1: "The Duration value to subtract.", AR_OP_DTM_SUB_DUR_DUR_EX_OUT_0: "A Duration of 5 hours and 15 minutes.", AR_OP_DTM_SUB_DTM_DUR_DSC: "Subtracts a Duration from a DateTime and returns the resulting DateTime.", AR_OP_DTM_SUB_DTM_DUR_RV: "Returns the result of subtracting the supplied Duration from a DateTime value.", AR_OP_DTM_SUB_DTM_DUR_PRM_DSC_0: "A DateTime value.", AR_OP_DTM_SUB_DTM_DUR_PRM_DSC_1: "A Duration value to subtract.", AR_OP_DTM_SUB_DTM_DUR_EX_OUT_0: "A DateTime of June 2, 2003 at 10:58:59 PM", AR_OP_TIME_SUB_TIME_DUR_DSC: "Subtracts a Duration from a Time value. Subtraction of a Duration value from a Time value allows for wrap-around so subtracting three hours to a Time value of 01:00:00 will return a Time value of 22:00:00.", AR_OP_TIME_SUB_TIME_DUR_RV: "Returns a Time that is the result of adding the supplied Duration value to the supplied Time value.", AR_OP_TIME_SUB_TIME_DUR_PRM_DSC_0: "A Time value.", AR_OP_TIME_SUB_TIME_DUR_PRM_DSC_1: "A Duration value that supplies the number of days to add to the Time value in startTime.", AR_OP_TIME_SUB_TIME_DUR_EX_OUT_0: "A Time whose value is 06:00:00AM.", AR_OP_TIME_SUB_TIME_DUR_EX_OUT_1: "A Time whose value is 06:00:00AM.", AR_OP_TIME_SUB_TIME_DUR_EX_OUT_2: "A Time whose value is 11:00:00PM.", AR_OP_DSC_MUL: "The multiplication operator returns the product of two values.", AR_OP_LNG_MUL_LNG_LNG_DSC: "Multiplies an Integer value by an Integer value and returns the result.", AR_OP_LNG_MUL_LNG_LNG_RV: "The result of the multiplication of the two Integer input values ( product ).", AR_OP_LNG_MUL_LNG_LNG_PRM_DSC_0: "The Integer value to multiply.", AR_OP_LNG_MUL_LNG_LNG_PRM_DSC_1: "The Integer value to multiply by.", AR_OP_DEC_MUL_DEC_DEC_DSC: "Multiplies a Decimal value by a Decimal value and returns the result.", AR_OP_DEC_MUL_DEC_DEC_RV: "The result of the multiplication of the two Decimal input values ( product ).", AR_OP_DEC_MUL_DEC_DEC_PRM_DSC_0: "The Decimal value to multiply.", AR_OP_DEC_MUL_DEC_DEC_PRM_DSC_1: "The Decimal value to multiply by.", AR_OP_DEC_MUL_LNG_DEC_DSC: "Multiplies an Integer value by an Decimal value and returns the result.", AR_OP_DEC_MUL_LNG_DEC_RV: "The result of the multiplication of the two Integer input values ( product ).", AR_OP_DEC_MUL_LNG_DEC_PRM_DSC_0: "The Integer value to multiply.", AR_OP_DEC_MUL_LNG_DEC_PRM_DSC_1: "The Decimal value to multiply by.", AR_OP_DEC_MUL_DEC_LNG_DSC: "Multiplies a Decimal value by an Integer value and returns the result.", AR_OP_DEC_MUL_DEC_LNG_RV: "The result of the multiplication of the two Decimal input values ( product ).", AR_OP_DEC_MUL_DEC_LNG_PRM_DSC_0: "The Decimal value to multiply.", AR_OP_DEC_MUL_DEC_LNG_PRM_DSC_1: "The Integer value to multiply by.", AR_OP_CUR_MUL_DEC_CUR_DSC: "Multiplies a Decimal value by a Currency value and returns the result.", AR_OP_CUR_MUL_DEC_CUR_RV: "The result of the multiplication of the Decimal and Currency values ( product ).", AR_OP_CUR_MUL_DEC_CUR_PRM_DSC_0: "The Decimal value to multiply.", AR_OP_CUR_MUL_DEC_CUR_PRM_DSC_1: "The Currency value to multiply by.", AR_OP_CUR_MUL_DEC_CUR_EX_OUT_0: 'A Currency with an amount of 37.8 and code of "USD"', AR_OP_CUR_MUL_CUR_DEC_DSC: "Multiplies a Currency value by a Decimal value and returns the result.", AR_OP_CUR_MUL_CUR_DEC_RV: "The result of the multiplication of the Currency and Decimal values ( product ).", AR_OP_CUR_MUL_CUR_DEC_PRM_DSC_0: "The Currency value to multiply.", AR_OP_CUR_MUL_CUR_DEC_PRM_DSC_1: "The Decimal value to multiply by.", AR_OP_CUR_MUL_CUR_DEC_EX_OUT_0: 'A Currency with an amount of -37.8 and code of "USD"', AR_OP_CUR_MUL_LNG_CUR_DSC: "Multiplies an Integer value by a Currency value and returns the result.", AR_OP_CUR_MUL_LNG_CUR_RV: "The result of the multiplication of the Integer and Currency values ( product ).", AR_OP_CUR_MUL_LNG_CUR_PRM_DSC_0: "The Integer value to multiply.", AR_OP_CUR_MUL_LNG_CUR_PRM_DSC_1: "The Currency value to multiply by.", AR_OP_CUR_MUL_LNG_CUR_EX_OUT_0: 'A Currency with an amount of 36.75 and code of "USD"', AR_OP_CUR_MUL_CUR_LNG_DSC: "Multiplies a Currency value by an Integer value and returns the result.", AR_OP_CUR_MUL_CUR_LNG_RV: "The result of the multiplication of the Currency and Integer values ( product ).", AR_OP_CUR_MUL_CUR_LNG_PRM_DSC_0: "The Currency value to multiply.", AR_OP_CUR_MUL_CUR_LNG_PRM_DSC_1: "The Integer value to multiply by.", AR_OP_CUR_MUL_CUR_LNG_EX_OUT_0: 'A Currency with an amount of 36.75 and code of "USD"', AR_OP_DSC_DIV: "The division operator divides two values.", AR_OP_DEC_DIV_LNG_DEC_DSC: "Divides an Integer value by a Decimal value and returns the result.", AR_OP_DEC_DIV_LNG_DEC_RV: "The result of the division ( quotient ) from the supplied Integer and Decimal values.", AR_OP_DEC_DIV_LNG_DEC_PRM_DSC_0: "The Integer value to divide.", AR_OP_DEC_DIV_LNG_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_DEC_DIV_DEC_LNG_DSC: "Divides a Decimal value by an Integer value and returns the result.", AR_OP_DEC_DIV_DEC_LNG_RV: "The result of the division ( quotient ) from the supplied Decimal and Integer values.", AR_OP_DEC_DIV_DEC_LNG_PRM_DSC_0: "The Decimal value to divide.", AR_OP_DEC_DIV_DEC_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_DEC_DIV_LNG_LNG_DSC: "Divides an Integer value by an Integer value and returns the result.", AR_OP_DEC_DIV_LNG_LNG_RV: "The result of the division ( quotient ) from the supplied Integer values.", AR_OP_DEC_DIV_LNG_LNG_PRM_DSC_0: "The Integer value to divide.", AR_OP_DEC_DIV_LNG_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_DEC_DIV_DEC_DEC_DSC: "Divides a Decimal value by a Decimal value and returns the result.", AR_OP_DEC_DIV_DEC_DEC_RV: "The result of the division ( quotient ) from the supplied Decimal values.", AR_OP_DEC_DIV_DEC_DEC_PRM_DSC_0: "The Decimal value to divide.", AR_OP_DEC_DIV_DEC_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_CUR_DIV_CUR_DEC_DSC: "Divides a Currency value by a Decimal value and returns the result.", AR_OP_CUR_DIV_CUR_DEC_RV: "The result of the division ( quotient ) from the supplied Currency and Decimal values.", AR_OP_CUR_DIV_CUR_DEC_PRM_DSC_0: "The Currency value to divide.", AR_OP_CUR_DIV_CUR_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_CUR_DIV_CUR_DEC_EX_OUT_0: 'A Currency with an amount of 7.21 and code of "USD"', AR_OP_CUR_DIV_CUR_LNG_DSC: "Divides a Currency value by an Integer value and returns the result.", AR_OP_CUR_DIV_CUR_LNG_RV: "The result of the division ( quotient ) from the supplied Currency and Decimal values.", AR_OP_CUR_DIV_CUR_LNG_PRM_DSC_0: "The Currency value to divide.", AR_OP_CUR_DIV_CUR_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_CUR_DIV_CUR_LNG_EX_OUT_0: 'A Currency with an amount of 7.50 and code of "USD"', AR_OP_DSC_POW: "The power operator calculates the result of raising a value to the power of another value.", AR_OP_LNG_POW_LNG_LNG_DSC: "Raises an Integer value to the power of another Integer value.", AR_OP_LNG_POW_LNG_LNG_RV: "The result of raising an Integer value to the power of another Integer value.", AR_OP_LNG_POW_LNG_LNG_PRM_DSC_0: "The Integer value to raise.", AR_OP_LNG_POW_LNG_LNG_PRM_DSC_1: "The Integer value to raise by.", AR_OP_DEC_POW_LNG_DEC_DSC: "Raises an Integer value to the power of a Decimal value.", AR_OP_DEC_POW_LNG_DEC_RV: "The result of raising an Integer value to the power of Decimal value.", AR_OP_DEC_POW_LNG_DEC_PRM_DSC_0: "The Integer value to raise.", AR_OP_DEC_POW_LNG_DEC_PRM_DSC_1: "The Decimal value to raise by.", AR_OP_DEC_POW_DEC_LNG_DSC: "Raises a Decimal value to the power of an Integer value.", AR_OP_DEC_POW_DEC_LNG_RV: "The result of raising an Integer value to the power of Decimal value.", AR_OP_DEC_POW_DEC_LNG_PRM_DSC_0: "The Decimal value to raise.", AR_OP_DEC_POW_DEC_LNG_PRM_DSC_1: "The Integer value to raise by.", AR_OP_DEC_POW_DEC_DEC_DSC: "Raises a Decimal value to the power of another Decimal value.", AR_OP_DEC_POW_DEC_DEC_RV: "The result of raising a Decimal value to the power of another Decimal value.", AR_OP_DEC_POW_DEC_DEC_PRM_DSC_0: "The Decimal value to raise.", AR_OP_DEC_POW_DEC_DEC_PRM_DSC_1: "The Decimal value to raise by.", AR_OP_DSC_TER: "The ternary operator is a shorthand way to provide logical if functionality in an expression. It is the only operator that takes three parameters.", AR_OP_ANY_TER_BLN_ANY_ANY_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_OP_ANY_TER_BLN_ANY_ANY_RV: "If value in the condition parameter evaluates to true, the value in the trueValue parameter is returned. If the value of the condition evaluates to false, the value of the falseValue parameter is returned.", AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_1: "The value to return if the condition is true.", AR_OP_ANY_TER_BLN_ANY_ANY_PRM_DSC_2: "The value to return if the condition is false or a NOT_SET Boolean.", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_4: 'A Currency with an amount of 10.00 and code of "USD".', AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_5: "The DateTime of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC)", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_6: "A Duration of 1 hour.", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_7: 'The User with the name "Doe, John".', AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_8: "The Skill of Spanish.", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_9: "The Date whose value is June 1st, 2010.", AR_OP_ANY_TER_BLN_ANY_ANY_EX_OUT_10: "The Time whose value is 12:00:00PM.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_RV: "If value in the condition parameter evaluates to true, the value in the trueValue parameter is returned. If the value of the condition evaluates to false, the value of the falseValue parameter is returned.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_1: "The collection value to return if the condition is true.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_PRM_DSC_2: "The collection value to return if the condition is false or a NOT_SET Boolean.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_0: 'A Currency collection with one item. The Currency item has an amount of 10.00 and code of "USD".', AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_1: "The collection with the Boolean value true.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_2: 'The String collection with the "hello" string in it.', AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_3: "The Integer collection with the value 100 in it.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_4: "The Integer collection with the value 100.5 in it.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_5: "A DateTime collection with the DateTime value of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC).", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_6: "The Duration collection with the Duration of 1 hour.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_7: 'A User collection with the User whose username is "john.doe@company.com".', AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_8: "A Skill collection with the Skill of Spanish.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_9: "The Date collection with one Date item whose value is June 1st, 2010.", AR_OP_ANY_COLL_TER_BLN_ANY_COLL_ANY_COLL_EX_OUT_10: "The Time collection with one Time item whose value is 12:00:00PM.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_RV: "If value in the condition parameter evaluates to true, the Audio value in the trueValueAudio parameter is returned. If the value of the condition evaluates to false, the value of the falseValueAudio parameter is returned.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_1: "The Audio value to return if the condition is true.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_PRM_DSC_2: "The Audio value to return if the condition is false or a NOT_SET Boolean.", AR_OP_AUDIO_TER_BLN_AUDIO_AUDIO_EX_OUT_0: 'Audio for the string "Hello" spoken via. text to speech.', AR_OP_DSC_MOD: "The modulus operator calculates the remainder of the division of two values.", AR_OP_LNG_MOD_LNG_LNG_DSC: "Calculates the remainder of dividing an Integer value by an Integer value.", AR_OP_LNG_MOD_LNG_LNG_RV: "Returns the remainder of dividing an Integer by an Integer value.", AR_OP_LNG_MOD_LNG_LNG_PRM_DSC_0: "The Integer value to divide.", AR_OP_LNG_MOD_LNG_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_DEC_MOD_DEC_DEC_DSC: "Calculates the remainder of dividing a Decimal value by a Decimal value.", AR_OP_DEC_MOD_DEC_DEC_RV: "Returns the remainder of dividing a Decimal value by a Decimal value.", AR_OP_DEC_MOD_DEC_DEC_PRM_DSC_0: "The Decimal value to divide.", AR_OP_DEC_MOD_DEC_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_DEC_MOD_LNG_DEC_DSC: "Calculates the remainder of dividing an Integer value by a Decimal value.", AR_OP_DEC_MOD_LNG_DEC_RV: "Returns the remainder of dividing an Integer by an Integer value.", AR_OP_DEC_MOD_LNG_DEC_PRM_DSC_0: "The Integer value to divide.", AR_OP_DEC_MOD_LNG_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_DEC_MOD_DEC_LNG_DSC: "Calculates the remainder of dividing a Decimal value by an Integer value.", AR_OP_DEC_MOD_DEC_LNG_RV: "Returns the remainder of dividing a Decimal value by an Integer value.", AR_OP_DEC_MOD_DEC_LNG_PRM_DSC_0: "The Decimal value to divide.", AR_OP_DEC_MOD_DEC_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_CUR_MOD_CUR_DEC_DSC: "Calculates the remainder of dividing a Currency value by a Decimal value.", AR_OP_CUR_MOD_CUR_DEC_RV: "Returns the remainder of dividing a Currency value by a Decimal value.", AR_OP_CUR_MOD_CUR_DEC_PRM_DSC_0: "The Currency value to divide.", AR_OP_CUR_MOD_CUR_DEC_PRM_DSC_1: "The Decimal value to divide by.", AR_OP_CUR_MOD_CUR_DEC_EX_OUT_0: 'A Currency with an amount of 9.4 and code of "USD"', AR_OP_CUR_MOD_CUR_LNG_DSC: "Calculates the remainder of dividing a Currency value by an Integer value.", AR_OP_CUR_MOD_CUR_LNG_RV: "Returns the remainder of dividing a Currency value by an Integer value.", AR_OP_CUR_MOD_CUR_LNG_PRM_DSC_0: "The Currency value to divide.", AR_OP_CUR_MOD_CUR_LNG_PRM_DSC_1: "The Integer value to divide by.", AR_OP_CUR_MOD_CUR_LNG_EX_OUT_0: 'A Currency with an amount of 1.95 and code of "USD"', AR_OP_DSC_NOT: "The not operator returns the logical negation of a Boolean value.", AR_OP_BLN_NOT_BLN_DSC: "Returns the inverse of a Boolean value.", AR_OP_BLN_NOT_BLN_RV: "Returns the logical negation of the supplied Boolean value.", AR_OP_BLN_NOT_BLN_PRM_DSC_0: "The Boolean value to negate.", AR_OP_DSC_NEG: "The negation operator calculates the negative value of the supplied value.", AR_OP_CUR_NEG_CUR_DSC: "The negation of a Currency value.", AR_OP_CUR_NEG_CUR_RV: "Returns the negation of a Currency value.", AR_OP_CUR_NEG_CUR_PRM_DSC_0: "The Currency value to negate.", AR_OP_CUR_NEG_CUR_EX_OUT_0: 'A Currency with an amount of -5.25 and code of "USD"', AR_OP_CUR_NEG_CUR_EX_OUT_1: 'A Currency with an amount of 0.00 and code of "USD"', AR_OP_LNG_NEG_LNG_DSC: "The negation of an Integer value.", AR_OP_LNG_NEG_LNG_RV: "Returns the negation of an Integer value.", AR_OP_LNG_NEG_LNG_PRM_DSC_0: "The Integer value to negate.", AR_OP_DEC_NEG_DEC_DSC: "The negation of a Decimal value.", AR_OP_DEC_NEG_DEC_RV: "Returns the negation of a Decimal value.", AR_OP_DEC_NEG_DEC_PRM_DSC_0: "The Decimal value to negate.", AR_OP_DUR_NEG_DUR_DSC: "The negation of a Duration value.", AR_OP_DUR_NEG_DUR_RV: "Returns the negation of a Duration value.", AR_OP_DUR_NEG_DUR_PRM_DSC_0: "The Duration value to negate.", AR_OP_DUR_NEG_DUR_EX_OUT_0: "A Duration value of negative 10 days.", AR_OP_DSC_AND: "Performs a logical and operation on two Boolean values.", AR_OP_BLN_LOGICALAND_BLN_BLN_DSC: "Performs a logical and of the two Boolean values supplied. If both values evaluate to true, the result is true. Otherwise, the result is false. If value1 evaluates to false, false is returned and the value specified in the value2 parameter is not evaluated.", AR_OP_BLN_LOGICALAND_BLN_BLN_RV: "Returns the result of the boolean and operation.", AR_OP_BLN_LOGICALAND_BLN_BLN_PRM_DSC_0: "The first Boolean value for the logical and.", AR_OP_BLN_LOGICALAND_BLN_BLN_PRM_DSC_1: "The second Boolean value for the logical and.", AR_OP_DSC: "Performs a logical or operation on two Boolean values.", AR_OP_BLN_LOGICALOR_BLN_BLN_DSC: "Performs a logical or of the two supplied Boolean values. If either value evaluates to true, the result is true. Otherwise, the result is false. If the value1 evaluates to true, true is returned and the value in the value2 parameter is not evaluated.", AR_OP_BLN_LOGICALOR_BLN_BLN_RV: "Returns the result of the boolean or operation.", AR_OP_BLN_LOGICALOR_BLN_BLN_PRM_DSC_0: "The first Boolean value for the logical or.", AR_OP_BLN_LOGICALOR_BLN_BLN_PRM_DSC_1: "The second Boolean value for the logical or.", AR_OP_DSC_GT: "The greater than operator compares two values and returns true if the first is greater than the second.", AR_OP_BLN_GT_DATE_DATE_DSC: "Compares two Date values and returns true if the first Date value is greater than the second Date value.", AR_OP_BLN_GT_DATE_DATE_RV: "Returns true if the first Date value is greater than the second Date value, otherwise false.", AR_OP_BLN_GT_DATE_DATE_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DATE_DATE_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_LNG_DEC_DSC: "Compares an Integer and a Decimal and returns true if the Integer value is greater than the Decimal value.", AR_OP_BLN_GT_LNG_DEC_RV: "Returns true if the first Integer value is greater than the second Decimal value, otherwise false.", AR_OP_BLN_GT_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_DEC_LNG_DSC: "Compares a Decimal and an Integer and returns true if the Decimal value is greater than the Integer value.", AR_OP_BLN_GT_DEC_LNG_RV: "Returns true if the first Decimal value is greater than the second Integer value, otherwise false.", AR_OP_BLN_GT_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_CUR_CUR_DSC: "Compares two Currency values and returns true if the first Currency value is greater than the second Currency value. The currencies must have the same code.", AR_OP_BLN_GT_CUR_CUR_RV: "Returns true if the first Currency value is greater than the second Currency value, otherwise false.", AR_OP_BLN_GT_CUR_CUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_CUR_CUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_DTM_DTM_DSC: "Compares two DateTime values and returns true if the first DateTime value is greater than the second DateTime value.", AR_OP_BLN_GT_DTM_DTM_RV: "Returns true if the first DateTime value is greater than the second DateTime value, otherwise false.", AR_OP_BLN_GT_DTM_DTM_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DTM_DTM_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_DEC_DEC_DSC: "Compares two Decimal values and returns true if the first Decimal value is greater than the second Decimal value.", AR_OP_BLN_GT_DEC_DEC_RV: "Returns true if the first Decimal value is greater than the second Decimal value, otherwise false.", AR_OP_BLN_GT_DEC_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DEC_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_DUR_DUR_DSC: "Compares two Duration values and returns true if the first Duration value is greater than the second Duration value.", AR_OP_BLN_GT_DUR_DUR_RV: "Returns true if the first Duration value is greater than the second Duration value, otherwise false.", AR_OP_BLN_GT_DUR_DUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_DUR_DUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_LNG_LNG_DSC: "Compares two Integer values and returns true if the first Integer value is greater than the second Integer value.", AR_OP_BLN_GT_LNG_LNG_RV: "Returns true if the first Integer value is greater than the second Integer value, otherwise false.", AR_OP_BLN_GT_LNG_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_LNG_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_STR_STR_DSC: "Compares two String values and returns true if the first String value is greater than the second String value. This is a case sensitive comparison.", AR_OP_BLN_GT_STR_STR_RV: "Returns true if the first String value is greater than the second String value, otherwise false.", AR_OP_BLN_GT_STR_STR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_STR_STR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GT_TIME_TIME_DSC: "Compares two Time values and returns true if the first Time value is greater than the second Time value.", AR_OP_BLN_GT_TIME_TIME_RV: "Returns true if the first Time value is greater than the second Time value, otherwise false.", AR_OP_BLN_GT_TIME_TIME_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GT_TIME_TIME_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_GTE: "The greater than or equal to operator compares two values and returns true if the first is greater than or equal to the second.", AR_OP_BLN_GTE_DATE_DATE_DSC: "Compares two Date values and returns true if the first Date value is greater than or equal to the second Date value.", AR_OP_BLN_GTE_DATE_DATE_RV: "Returns true if the first Date value is greater than or equal to the second Date value, otherwise false.", AR_OP_BLN_GTE_DATE_DATE_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DATE_DATE_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_LNG_DEC_DSC: "Compares an Integer and a Decimal and returns true if the Integer value is greater than or equal to the Decimal value.", AR_OP_BLN_GTE_LNG_DEC_RV: "Returns true if the first Integer value is greater than or equal to the second Decimal value, otherwise false.", AR_OP_BLN_GTE_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_DEC_LNG_DSC: "Compares a Decimal and an Integer and returns true if the Decimal value is greater than or equal to the Integer value.", AR_OP_BLN_GTE_DEC_LNG_RV: "Returns true if the first Decimal value is greater than or equal to the second Integer value, otherwise false.", AR_OP_BLN_GTE_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_CUR_CUR_DSC: "Compares two Currency values and returns true if the first Currency value is greater than the second Currency value. The currencies must have the same code.", AR_OP_BLN_GTE_CUR_CUR_RV: "Returns true if the first Currency value is greater than or equal to the second Currency value, otherwise false.", AR_OP_BLN_GTE_CUR_CUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_CUR_CUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_DTM_DTM_DSC: "Compares two DateTime values and returns true if the first DateTime value is greater than or equal to the second DateTime value.", AR_OP_BLN_GTE_DTM_DTM_RV: "Returns true if the first DateTime value is greater than or equal to the second DateTime value, otherwise false.", AR_OP_BLN_GTE_DTM_DTM_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DTM_DTM_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_DEC_DEC_DSC: "Compares two Decimal values and returns true if the first Decimal value is greater than or equal to the second Decimal value.", AR_OP_BLN_GTE_DEC_DEC_RV: "Returns true if the first Decimal value is greater than or equal to the second Decimal value, otherwise false.", AR_OP_BLN_GTE_DEC_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DEC_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_DUR_DUR_DSC: "Compares two Duration values and returns true if the first Duration value is greater than or equal to the second Duration value.", AR_OP_BLN_GTE_DUR_DUR_RV: "Returns true if the first Duration value is greater than or equal to the second Duration value, otherwise false.", AR_OP_BLN_GTE_DUR_DUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_DUR_DUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_LNG_LNG_DSC: "Compares two Integer values and returns true if the first Integer value is greater than or equal to the second Integer value.", AR_OP_BLN_GTE_LNG_LNG_RV: "Returns true if the first Integer value is greater than or equal to the second Integer value, otherwise false.", AR_OP_BLN_GTE_LNG_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_LNG_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_STR_STR_DSC: "Compares two String values and returns true if the first String value is greater than or equal to the second String value.", AR_OP_BLN_GTE_STR_STR_RV: "Returns true if the first String value is greater than or equal to the second String value, otherwise false.", AR_OP_BLN_GTE_STR_STR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_STR_STR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_GTE_TIME_TIME_DSC: "Compares two Time values and returns true if the first Time value is greater than or equal to the second Time value.", AR_OP_BLN_GTE_TIME_TIME_RV: "Returns true if the first Time value is greater than or equal to the second Time value, otherwise false.", AR_OP_BLN_GTE_TIME_TIME_PRM_DSC_0: "The value to compare.", AR_OP_BLN_GTE_TIME_TIME_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_LT: "The less than operator compares two values and returns true if the first is less than the second.", AR_OP_BLN_LT_LNG_DEC_DSC: "Compares an Integer and a Decimal and returns true if the Integer value is less than the Decimal value.", AR_OP_BLN_LT_LNG_DEC_RV: "Returns true if the first Integer value is less than the second Decimal value, otherwise false.", AR_OP_BLN_LT_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DEC_LNG_DSC: "Compares a Decimal and an Integer and returns true if the Decimal value is less than the Integer value.", AR_OP_BLN_LT_DEC_LNG_RV: "Returns true if the first Decimal value is less than the second Integer value, otherwise false.", AR_OP_BLN_LT_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_CUR_CUR_DSC: "Compares two Currency values and returns true if the first Currency value is greater than the second Currency value. The currencies must have the same code.", AR_OP_BLN_LT_CUR_CUR_RV: "Returns true if the first Currency value is less than the second Currency value, otherwise false.", AR_OP_BLN_LT_CUR_CUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_CUR_CUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DATE_DATE_DSC: "Compares two Date values and returns true if the first Date value is less than the second Date value.", AR_OP_BLN_LT_DATE_DATE_RV: "Returns true if the first Date value is less than the second Date value, otherwise false.", AR_OP_BLN_LT_DATE_DATE_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DATE_DATE_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DTM_DTM_DSC: "Compares two DateTime values and returns true if the first DateTime value is less than the second DateTime value.", AR_OP_BLN_LT_DTM_DTM_RV: "Returns true if the first DateTime value is less than the second DateTime value, otherwise false.", AR_OP_BLN_LT_DTM_DTM_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DTM_DTM_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DEC_DEC_DSC: "Compares two Decimal values and returns true if the first Decimal value is less than the second Decimal value.", AR_OP_BLN_LT_DEC_DEC_RV: "Returns true if the first Decimal value is less than the second Decimal value, otherwise false.", AR_OP_BLN_LT_DEC_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DEC_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_DUR_DUR_DSC: "Compares two Duration values and returns true if the first Duration value is less than the second Duration value.", AR_OP_BLN_LT_DUR_DUR_RV: "Returns true if the first Duration value is less than the second Duration value, otherwise false.", AR_OP_BLN_LT_DUR_DUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_DUR_DUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_LNG_LNG_DSC: "Compares two Integer values and returns true if the first Integer value is less than the second Integer value.", AR_OP_BLN_LT_LNG_LNG_RV: "Returns true if the first Integer value is less than the second Integer value, otherwise false.", AR_OP_BLN_LT_LNG_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_LNG_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_STR_STR_DSC: "Compares two String values and returns true if the first String value is less than the second String value.", AR_OP_BLN_LT_STR_STR_RV: "Returns true if the first String value is less than the second String value, otherwise false.", AR_OP_BLN_LT_STR_STR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_STR_STR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LT_TIME_TIME_DSC: "Compares two Time values and returns true if the first Time value is less than the second Time value.", AR_OP_BLN_LT_TIME_TIME_RV: "Returns true if the first Time value is less than the second Time value, otherwise false.", AR_OP_BLN_LT_TIME_TIME_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LT_TIME_TIME_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_LTE: "The less than or equal to operator compares two values and returns true if the first is less than or equal to the second.", AR_OP_BLN_LTE_LNG_DEC_DSC: "Compares an Integer and a Decimal and returns true if the Integer value is less than or equal to the Decimal value.", AR_OP_BLN_LTE_LNG_DEC_RV: "Returns true if the first Integer value is less than or equal to the second Decimal value, otherwise false.", AR_OP_BLN_LTE_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DATE_DATE_DSC: "Compares two Date values and returns true if the first Date value is less than the second Date value.", AR_OP_BLN_LTE_DATE_DATE_RV: "Returns true if the first Date value is less than the second Date value, otherwise false.", AR_OP_BLN_LTE_DATE_DATE_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DATE_DATE_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DEC_LNG_DSC: "Compares a Decimal and an Integer and returns true if the Decimal value is less than or equal to the Integer value.", AR_OP_BLN_LTE_DEC_LNG_RV: "Returns true if the first Decimal value is less than or equal to the second Integer value, otherwise false.", AR_OP_BLN_LTE_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_CUR_CUR_DSC: "Compares two Currency values and returns true if the first Currency value is less than or equal to the second Currency value. The currencies must have the same code.", AR_OP_BLN_LTE_CUR_CUR_RV: "Returns true if the first Currency value is less than or equal to the second Currency value, otherwise false.", AR_OP_BLN_LTE_CUR_CUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_CUR_CUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DTM_DTM_DSC: "Compares two DateTime values and returns true if the first DateTime value is less than or equal to the second DateTime value.", AR_OP_BLN_LTE_DTM_DTM_RV: "Returns true if the first DateTime value is less than or equal to the second DateTime value, otherwise false.", AR_OP_BLN_LTE_DTM_DTM_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DTM_DTM_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DEC_DEC_DSC: "Compares two Decimal values and returns true if the first Decimal value is less than or equal to the second Decimal value.", AR_OP_BLN_LTE_DEC_DEC_RV: "Returns true if the first Decimal value is less than or equal to the second Decimal value, otherwise false.", AR_OP_BLN_LTE_DEC_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DEC_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_DUR_DUR_DSC: "Compares two Duration values and returns true if the first Duration value is less than or equal to the second Duration value.", AR_OP_BLN_LTE_DUR_DUR_RV: "Returns true if the first Duration value is less than or equal to the second Duration value, otherwise false.", AR_OP_BLN_LTE_DUR_DUR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_DUR_DUR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_LNG_LNG_DSC: "Compares two Integer values and returns true if the first Integer value is less than or equal to the second Integer value.", AR_OP_BLN_LTE_LNG_LNG_RV: "Returns true if the first Integer value is less than or equal to the second Integer value, otherwise false.", AR_OP_BLN_LTE_LNG_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_LNG_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_STR_STR_DSC: "Compares two String values and returns true if the first String value is less than or equal to the second String value.", AR_OP_BLN_LTE_STR_STR_RV: "Returns true if the first String value is less than or equal to the second String value, otherwise false.", AR_OP_BLN_LTE_STR_STR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_STR_STR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_LTE_TIME_TIME_DSC: "Compares two Time values and returns true if the first Time value is less than the second Time value.", AR_OP_BLN_LTE_TIME_TIME_RV: "Returns true if the first Time value is less than the second Time value, otherwise false.", AR_OP_BLN_LTE_TIME_TIME_PRM_DSC_0: "The value to compare.", AR_OP_BLN_LTE_TIME_TIME_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_BKT: "Returns either an item at a given index in a collection or the value of a property on a non-collection object.", AR_OP_ANY_BKT_LNG_ANY_COLL_DSC: "Returns the item at the given index in the collection.", AR_OP_ANY_BKT_LNG_ANY_COLL_RV: "Returns the value at the given index", AR_OP_ANY_BKT_LNG_ANY_COLL_PRM_DSC_0: "The index of the item in the collection to access.", AR_OP_ANY_BKT_LNG_ANY_COLL_PRM_DSC_1: "The collection containing the item to access.", AR_OP_ANY_BKT_LNG_ANY_COLL_EX_OUT_0: 'The Currency item at index 1 with an amount of 2.25 and code of "EUR" ( Euros )', AR_OP_ANY_BKT_STR_ANY_DSC: "Returns the value for a property", AR_OP_ANY_BKT_STR_ANY_RV: "Returns the value of the named property.", AR_OP_ANY_BKT_STR_ANY_PRM_DSC_0: "The property name to access on the object which must be a string literal.", AR_OP_ANY_BKT_STR_ANY_PRM_DSC_1: "The object containing the property to access.", AR_OP_JSON_BKT_LNG_JSON_DSC: "Returns the JSON value of an item at a specified index.", AR_OP_JSON_BKT_LNG_JSON_RV: "Returns the item from the supplied JSON array or character from the supplied JSON string value as a JSON value.", AR_OP_JSON_BKT_LNG_JSON_PRM_DSC_0: "The zero-based index of the item in the JSON value array or character position in the JSON value string to return. Attempting to access an array item or string character using a negative index or an index that is greater than or equal to the number of items in the array or length of the string will invoke error handling.", AR_OP_JSON_BKT_LNG_JSON_PRM_DSC_1: "The JSON value that contains an array with the item to return or string value whose character you want to return. If the supplied JSON value does not contain an array or string, this will invoke error handling. Remember the IsJsonArray or IsJsonString functions can be used to check if a JSON value contains an array or string.", AR_OP_JSON_BKT_LNG_JSON_EX_OUT_0: "A JSON value containing the number 3.", AR_OP_JSON_BKT_LNG_JSON_EX_OUT_2: 'A JSON value containing the string "l".', AR_OP_DSC_EQU: "The equals operator returns a Boolean value indicating whether two values are equal.", AR_OP_BLN_EQU_ANY_ANY_DSC: "Compares two values and returns true if the first value is equal to the second value. The values being compared need to be the same type.", AR_OP_BLN_EQU_ANY_ANY_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_ANY_ANY_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_ANY_ANY_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_DEC_LNG_DSC: "Compares a Decimal and Integer value and returns true if they are equal.", AR_OP_BLN_EQU_DEC_LNG_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_LNG_DEC_DSC: "Compares an Integer and Decimal value and returns true if they are equal.", AR_OP_BLN_EQU_LNG_DEC_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_DSC: "Compares an Integer collection and a Decimal collection and returns true if the first collection of values is equal to the second collection of values.", AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_LNG_COLL_DEC_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_DSC: "Compares a Decimal collection and an Integer collection and returns true if the first collection of values is equal to the second collection of values.", AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_DEC_COLL_LNG_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_PHNBR_PHNBR_DSC: "Compares two PhoneNumber values and returns true if they are equal. A PhoneNumber is equal to another PhoneNumber if both PhoneNumber value isTel properties are true and the e164 properties are equal, the isSip properties are true and the uri properties are equal or the isTel and isSip properties on both PhoneNumber values are false and the raw properties are equal.", AR_OP_BLN_EQU_PHNBR_PHNBR_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_PHNBR_PHNBR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_PHNBR_PHNBR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_DSC: "Compares two collection of values and returns true if the first collection of values is equal to the second collection of values. The collections being compared must be the same type.", AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_RV: "Returns true if the first value is equal to the second value, otherwise false.", AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_EQU_ANY_COLL_ANY_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_NEQ: "The not equals operator returns a Boolean value indicating whether two values are not equal.", AR_OP_BLN_NEQ_ANY_ANY_DSC: "Compares two values and returns true if the first value is not equal to the second value.", AR_OP_BLN_NEQ_ANY_ANY_RV: "Returns true if the first value is not equal to the second value, otherwise false. The values being compared must be the same type.", AR_OP_BLN_NEQ_ANY_ANY_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_ANY_ANY_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_DEC_LNG_DSC: "Compares a Decimal and Integer value and returns true if they are not equal.", AR_OP_BLN_NEQ_DEC_LNG_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_DEC_LNG_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_DEC_LNG_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_LNG_DEC_DSC: "Compares an Integer and Decimal value and returns true if they are not equal.", AR_OP_BLN_NEQ_LNG_DEC_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_LNG_DEC_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_LNG_DEC_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_PHNBR_PHNBR_DSC: "Compares two PhoneNumber values and returns true if they are not equal. A PhoneNumber is not equal to another PhoneNumber if both PhoneNumber value isTel properties are true and the e164 properties are not equal, the isSip properties are true and the uri properties are not equal or the isTel and isSip properties on both PhoneNumber values are false and the raw properties are not equal.", AR_OP_BLN_NEQ_PHNBR_PHNBR_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_PHNBR_PHNBR_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_PHNBR_PHNBR_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_DSC: "Compares an Integer collection and a Decimal collection and returns true if the first collection of values is not equal to the second collection of values.", AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_LNG_COLL_DEC_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_DSC: "Compares a Decimal collection and an Integer collection and returns true if the first collection of values is not equal to the second collection of values.", AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_DEC_COLL_LNG_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_DSC: "Compares two collection of values and returns true if the first collection of values is not equal to the second collection of values. The collections being compared must be the same type.", AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_RV: "Returns true if the first value is not equal to the second value, otherwise false.", AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_PRM_DSC_0: "The value to compare.", AR_OP_BLN_NEQ_ANY_COLL_ANY_COLL_PRM_DSC_1: "The value to compare to.", AR_OP_DSC_PROPACCESS: "Accesses a Property of the given value.", AR_OP_ANY_PROPACCESS_STR_ANY_DSC: "Accesses a property on a value.", AR_OP_ANY_PROPACCESS_STR_ANY_RV: "Returns the value of the property accessed.", AR_OP_ANY_PROPACCESS_STR_ANY_PRM_DSC_0: "The property ID of the property to access in the value.", AR_OP_ANY_PROPACCESS_STR_ANY_PRM_DSC_1: "The value to access.", AR_OP_ANY_PROPACCESS_STR_COMPLEX_DSC: "Accesses a property on a complex value.", AR_OP_ANY_PROPACCESS_STR_COMPLEX_RV: "Returns the value of the property accessed.", AR_OP_ANY_PROPACCESS_STR_COMPLEX_PRM_DSC_0: "The name of the property to access in the value.", AR_OP_ANY_PROPACCESS_STR_COMPLEX_PRM_DSC_1: "The complex value to access.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Bool variable.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_RV: "Returns the specified Boolean Format from the Format.Bool variable.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_PRM_DSC_0: "The Boolean Format property to access.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Bool variable.", AR_OP_BOOLFORMATENUM_PROPACCESS_STR_BOOLFORMATENUMCONTAINER_EX_OUT_0: "The playYesNo property on the Format.Bool variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_RV: "Returns the specified Currency Format Enum from the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_PRM_DSC_0: "The Currency Format Enum property to access.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_0: "The playDigits property on the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_1: "The majorUnitsOnly property on the Format.Currency variable.", AR_OP_CURRENCYFORMATENUM_PROPACCESS_STR_CURRENCYFORMATENUMCONTAINER_EX_OUT_2: "The minorUnitsOnly property on the Format.Currency variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_RV: "Returns the specified Date Format Enum from the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_PRM_DSC_0: "The Date Format Enum property to access.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_0: "The longYear property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_1: "The shortYear property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_2: "The shortMonthAndDay property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_3: "The dayOnly property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_4: "The monthOnly property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_5: "The shortYearOnly property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_6: "The longYearOnly property on the Format.Date variable.", AR_OP_DATEFORMATENUM_PROPACCESS_STR_DATEFORMATENUMCONTAINER_EX_OUT_7: "The dayOfWeekOnly property on the Format.Date variable.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Number variable.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_RV: "Returns the specified Number Format Enum from the Format.Number variable.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_PRM_DSC_0: "The Number Format Enum property to access.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Number variable.", AR_OP_NUMBERFORMATENUM_PROPACCESS_STR_NUMBERFORMATENUMCONTAINER_EX_OUT_0: "The playDigits property on the Format.Number variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.PhoneNumber variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_RV: "Returns the specified Phone Number Format Enum from the Format.PhoneNumber variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_PRM_DSC_0: "The Phone Number Format Enum property to access.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.PhoneNumber variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_EX_OUT_0: "The global property on the Format.PhoneNumber variable.", AR_OP_PHONENUMBERFORMATENUM_PROPACCESS_STR_PHONENUMBERFORMATENUMCONTAINER_EX_OUT_1: "The local property on the Format.PhoneNumber variable.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_DSC: "Accesses a property on the System.Conversation variable.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_RV: "Returns the ConversationType Enum from the System.Conversation variable.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_PRM_DSC_0: "The Conversation Type Enum property to access.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_PRM_DSC_1: "Must be the System.Conversation variable.", AR_OP_CONVERSATIONTYPEENUM_PROPACCESS_STR_CONVERSATIONTYPESENUMCONTAINER_EX_OUT_0: "The ConversationTypes property from the System.Conversation variable.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_DSC: "Accesses a property on the System.Currencies variable.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_RV: "Returns the specified Currency Enum from the System.Currencies variable.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_PRM_DSC_0: "The Currency Enum property to access.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_PRM_DSC_1: "Must be the System.Currencies variable.", AR_OP_CURRENCYENUM_PROPACCESS_STR_CURRENCIESENUMCONTAINER_EX_OUT_0: "The USD property from the System.Currencies variable.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_DSC: "Accesses a property on the System.DateTime variable.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_RV: "Returns the specified Day of Week Enum Container from the System.DateTime variable.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_PRM_DSC_0: "The Day of Week Enum Container property to access.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_PRM_DSC_1: "Must be the System.DateTime variable.", AR_OP_DAYOFWEEKENUMCONTAINER_PROPACCESS_STR_DATETIMEENUMCONTAINER_EX_OUT_0: "The dayOfWeek property from the System.DateTime variable.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_DSC: "Accesses a property on the System.Languages variable.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_RV: "Returns the specified Language Enum from the System.Languages variable.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_PRM_DSC_0: "The Language Enum property to access.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_PRM_DSC_1: "Must be the System.Languages variable.", AR_OP_LANGUAGEENUM_PROPACCESS_STR_LANGUAGESENUMCONTAINER_EX_OUT_0: "The enUS property from the System.Languages variable.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_DSC: "Accesses a property on the System.Regions variable.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_RV: "Returns the specified Region Enum from the System.Regions variable.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_PRM_DSC_0: "The Region Enum property to access.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_PRM_DSC_1: "Must be the System.Regions variable.", AR_OP_REGIONENUM_PROPACCESS_STR_REGIONSENUMCONTAINER_EX_OUT_0: "The US property from the System.Regions variable.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_DSC: "Accesses a property on the System.Survey variable.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_RV: "Returns the specified Survey Disposition Enum from the System.Survey variable.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_PRM_DSC_0: "The Survey Disposition Enum property to access.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_PRM_DSC_1: "Must be the System.Survey variable.", AR_OP_SURVEYDISPOSITIONENUM_PROPACCESS_STR_SURVEYDISPOSITIONSENUMCONTAINER_EX_OUT_0: "The Dispositions property from the System.Survey variable.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.String variable.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_RV: "Returns the specified String Format Enum from the Format.String variable.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_PRM_DSC_0: "The String Format Enum property to access.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.String variable.", AR_OP_STRINGFORMATENUM_PROPACCESS_STR_STRINGFORMATENUMCONTAINER_EX_OUT_0: "The playChars property on the Format.String variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_DSC: "Accesses a property on the Format.Time variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_RV: "Returns the specified Time Format Enum from the Format.Time variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_PRM_DSC_0: "The Time Format Enum property to access.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_PRM_DSC_1: "Must be the Format.Time variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_EX_OUT_0: "The twelveHours property on the Format.Time variable.", AR_OP_TIMEFORMATENUM_PROPACCESS_STR_TIMEFORMATENUMCONTAINER_EX_OUT_1: "The twentyFourHours property on the Format.Time variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_DSC: "Accesses a property on the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_RV: "Returns the specified case Language Context Enum from the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_PRM_DSC_0: "The case Language Context Enum property to access.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_PRM_DSC_1: "Must be the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_0: "The article property on the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_1: "The accusative property on the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGECASEENUMCONTAINER_EX_OUT_2: "The genitive property on the Language.Case variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_DSC: "Accesses a property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_RV: "Returns the specified gender Language Context Enum from the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_PRM_DSC_0: "The gender Language Context Enum property to access.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_PRM_DSC_1: "Must be the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_0: "The common property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_1: "The feminine property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_2: "The masculine property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEGENDERENUMCONTAINER_EX_OUT_3: "The neuter property on the Language.Gender variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_DSC: "Accesses a property on the Language.Quantity variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_RV: "Returns the specified quantity Language Context Enum from the Language.Quantity variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_PRM_DSC_0: "The quantity Language Context Enum property to access.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_PRM_DSC_1: "Must be the Language.Quantity variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_EX_OUT_0: "The plural property on the Language.Quantity variable.", AR_OP_LANGUAGECONTEXTENUM_PROPACCESS_STR_LANGUAGEQUANTITYENUMCONTAINER_EX_OUT_1: "The singular property on the Language.Quantity variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_DSC: "Accesses a property on the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_RV: "Returns the specified TimePart Enum from the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_PRM_DSC_0: "The Time Part Enum property to access.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_PRM_DSC_1: "Must be the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_0: "The days property on the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_1: "The hours property on the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_2: "The minutes property on the Format.TimePart variable.", AR_OP_TIMEPARTENUM_PROPACCESS_STR_TIMEPARTENUMCONTAINER_EX_OUT_3: "The seconds property on the Format.TimePart variable.", AR_FN_DSC_AUDIOPLAYBACKOPTIONS: "This function configures the way audio is played back to a caller.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_DSC: "Configures the way audio is played back to a caller with an option for barge-in handling.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_RV: "Returns Audio with barge-in handling configured.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_PRM_DSC_0: "The prompt or audio to play to the call.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_PRM_DSC_1: "Whether or not to allow barge-in by DTMF or speech recognition during the audio playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_0: "An Audio object for the user prompt Welcome with barge-in by DTMF or speech recognition disabled for the entirety of the playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_1: "An Audio object for the number five with barge-in by DTMF or speech recognition disabled for the entirety of the playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_EX_OUT_2: "An Audio object for the number five followed by 500 milliseconds of blank audio and then the number four with barge-in by DTMF or speech recognition enabled for the entirety of the playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_DSC: "Configures the way audio is played back to a caller with options for barge-in and flushing audio.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_RV: "Returns Audio with playback configured.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_0: "The prompt or audio to play to the call.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_1: "Whether or not to allow barge-in by DTMF or speech recognition during the audio playback.", AR_FN_AUDIO_AUDIOPLAYBACKOPTIONS_ANYPROMPTORAUDIO_BLN_BLN_PRM_DSC_2: "Whether or not to flush the audio and play back it back immediately to the call rather than queue it up for playback.", AR_FN_DSC_CEILING: "Gets the smallest integral value that is not less than the supplied value.", AR_FN_CUR_CEILING_CUR_DSC: "Gets the smallest integral value expressed as a Currency that is not less than the supplied value.", AR_FN_CUR_CEILING_CUR_RV: "Returns the smallest integral value that is not less than the Currency value supplied in the value parameter and returns it as a Currency with the same code as the input value.", AR_FN_CUR_CEILING_CUR_PRM_DSC_0: "The Currency value to process.", AR_FN_CUR_CEILING_CUR_EX_OUT_0: 'A Currency with an amount of 3.00 and code of "USD"', AR_FN_CUR_CEILING_CUR_EX_OUT_1: 'A Currency with an amount of 4.00 and code of "USD"', AR_FN_CUR_CEILING_CUR_EX_OUT_2: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_CEILING_CUR_EX_OUT_3: 'A Currency with an amount of 5.00 and code of "USD"', AR_FN_DEC_CEILING_DEC_DSC: "Gets the smallest integral value expressed as a Decimal that is not less than the supplied value.", AR_FN_DEC_CEILING_DEC_RV: "Returns the smallest integral value that is not less than the Decimal supplied in the value parameter and returns it as a Decimal.", AR_FN_DEC_CEILING_DEC_PRM_DSC_0: "The Decimal value to process.", AR_FN_LNG_CEILING_LNG_DSC: "Gets the smallest integral value that is not less than the supplied value. When an Integer is supplied to the Ceiling function, the supplied integer is returned.", AR_FN_LNG_CEILING_LNG_RV: "Returns the Integer that supplied in the value parameter.", AR_FN_LNG_CEILING_LNG_PRM_DSC_0: "The Integer to be returned.", AR_FN_DSC_FLOOR: "Gets the largest integral value that is not greater than the supplied value.", AR_FN_CUR_FLOOR_CUR_DSC: "Gets the largest integral value returned as a Currency with the same code as the Currency passed in that is not greater than the supplied value.", AR_FN_CUR_FLOOR_CUR_RV: "Returns the largest integral value that is not greater than the Currency supplied in the value parameter and returns it as a Currency with the same code as the input value.", AR_FN_CUR_FLOOR_CUR_PRM_DSC_0: "The Currency value to process.", AR_FN_CUR_FLOOR_CUR_EX_OUT_0: 'A Currency with an amount of 2.00 and code of "USD"', AR_FN_CUR_FLOOR_CUR_EX_OUT_1: 'A Currency with an amount of 3.00 and code of "USD"', AR_FN_CUR_FLOOR_CUR_EX_OUT_2: 'A Currency with an amount of -4.00 and code of "USD"', AR_FN_CUR_FLOOR_CUR_EX_OUT_3: 'A Currency with an amount of 5.00 and code of "USD"', AR_FN_CUR_FLOOR_CUR_EX_OUT_4: "This would result in an error at runtime.", AR_FN_DEC_FLOOR_DEC_DSC: "Gets the largest integral value returned as a Decimal that is not greater than the supplied value.", AR_FN_DEC_FLOOR_DEC_RV: "Returns the largest integral value that is not greater than the Decimal supplied in the value parameter and returns it as a Decimal.", AR_FN_DEC_FLOOR_DEC_PRM_DSC_0: "The Decimal value to process.", AR_FN_LNG_FLOOR_LNG_DSC: "Gets the largest integral value that is not greater than the supplied value. When an Integer is supplied to the Floor function, the supplied Integer is returned.", AR_FN_LNG_FLOOR_LNG_RV: "Returns the Integer that supplied in the value parameter.", AR_FN_LNG_FLOOR_LNG_PRM_DSC_0: "The Integer value to process.", AR_FN_DSC_ROUND: "Rounds to the Decimal supplied in the value parameter to the specified number of digits after the decimal place.", AR_FN_CUR_ROUND_CUR_DSC: "Rounds a Currency value's amount to the nearest integral value with the same code.", AR_FN_CUR_ROUND_CUR_RV: "Returns a Currency whose amount is rounded to the nearest integral value with the same code as the input.", AR_FN_CUR_ROUND_CUR_PRM_DSC_0: "The Currency to be rounded.", AR_FN_CUR_ROUND_CUR_EX_OUT_0: 'A Currency with an amount of 3.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_1: 'A Currency with an amount of 2.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_2: 'A Currency with an amount of 1.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_3: 'A Currency with an amount of 0.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_4: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_EX_OUT_5: 'A Currency with an amount of -4.00 and code of "USD"', AR_FN_DEC_ROUND_DEC_DSC: "Rounds a Decimal value to the nearest integral value", AR_FN_DEC_ROUND_DEC_RV: "Returns a Decimal value that is rounded to the nearest integral value.", AR_FN_DEC_ROUND_DEC_PRM_DSC_0: "The Decimal value to be rounded.", AR_FN_DEC_ROUND_DEC_LNG_DSC: "Rounds a Decimal value to the number of digits specified in the digits parameter.", AR_FN_DEC_ROUND_DEC_LNG_RV: "Returns a Decimal value that is rounded to the number of digits specified in the digits parameter.", AR_FN_DEC_ROUND_DEC_LNG_PRM_DSC_0: "The Decimal value to be rounded.", AR_FN_DEC_ROUND_DEC_LNG_PRM_DSC_1: "The number of digits to round after the decimal place.", AR_FN_CUR_ROUND_CUR_LNG_DSC: "Rounds a Currency amount to the nearest integral amount.", AR_FN_CUR_ROUND_CUR_LNG_RV: "Returns a Currency with an amount that is rounded to the number of digits specified in the digits parameter and a code that matches the input Currency value.", AR_FN_CUR_ROUND_CUR_LNG_PRM_DSC_0: "The Currency to be rounded.", AR_FN_CUR_ROUND_CUR_LNG_PRM_DSC_1: "The number of digits to round after the decimal place.", AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_0: 'A Currency with an amount of 3.20 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_1: 'A Currency with an amount of 3.23 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_2: 'A Currency with an amount of 2.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_3: 'A Currency with an amount of 1.50 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_4: 'A Currency with an amount of 0.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_5: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_6: 'A Currency with an amount of -3.20 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_7: 'A Currency with an amount of -4.00 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_8: 'A Currency with an amount of -3.60 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_9: 'A Currency with an amount of -3.61 and code of "USD"', AR_FN_CUR_ROUND_CUR_LNG_EX_OUT_10: 'A Currency with an amount of -4.00 and code of "USD"', AR_FN_DSC_SUM: "Adds all of the numeric expressions given as arguments.", AR_FN_LNG_SUM_LNG_LNG_MORE_DSC: "Adds the supplied Integer values and returns the result.", AR_FN_LNG_SUM_LNG_LNG_MORE_RV: "Returns an Integer that is the sum of the supplied Integer values.", AR_FN_LNG_SUM_LNG_LNG_MORE_PRM_DSC_0: "The first Integer to sum. If the Integer value is NOT_SET, it will be treated as 0.", AR_FN_LNG_SUM_LNG_LNG_MORE_PRM_DSC_1: "An additional Integer to sum. If the Integer value is NOT_SET, it will be treated as 0.", AR_FN_CUR_SUM_CUR_CUR_MORE_DSC: "Adds the supplied Currency values and returns the result. Each currency added must have the same code. If all Currency values are NOT_SET, a Currency with an amount of 0 and code of NOT_SET is returned.", AR_FN_CUR_SUM_CUR_CUR_MORE_RV: "Returns a Currency which is the sum of the supplied Currency values.", AR_FN_CUR_SUM_CUR_CUR_MORE_PRM_DSC_0: "The first Currency to sum. If the Currency value is NOT_SET, it will be skipped.", AR_FN_CUR_SUM_CUR_CUR_MORE_PRM_DSC_1: "An additional Currency to sum. This Currency must have the same code as the first Currency submitted to the Sum function. If the Currency value is NOT_SET, it will be skipped.", AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_0: 'A Currency with an amount of 9.00 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_1: 'A Currency with an amount of -5.20 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_2: 'A Currency with an amount of -0.40 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_3: 'A Currency with an amount of 5.00 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_4: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_5: 'A Currency with an amount of 0.00 and code of "USD"', AR_FN_CUR_SUM_CUR_CUR_MORE_EX_OUT_6: "A Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_DEC_SUM_DEC_DEC_MORE_DSC: "Adds the supplied Decimal values and returns the result.", AR_FN_DEC_SUM_DEC_DEC_MORE_RV: "Returns a Decimal which is the sum of the supplied Decimal values.", AR_FN_DEC_SUM_DEC_DEC_MORE_PRM_DSC_0: "The first Decimal to sum. A NOT_SET decimal is treated as 0.0.", AR_FN_DEC_SUM_DEC_DEC_MORE_PRM_DSC_1: "An additional Decimal to sum A NOT_SET decimal is treated as 0.0.", AR_FN_DUR_SUM_DUR_DUR_MORE_DSC: "Adds the supplied Duration values and returns the result.", AR_FN_DUR_SUM_DUR_DUR_MORE_RV: "Returns a Duration which is the sum of the supplied Duration values.", AR_FN_DUR_SUM_DUR_DUR_MORE_PRM_DSC_0: "The first Duration to sum. A NOT_SET Duration is treated as a 0 second duration.", AR_FN_DUR_SUM_DUR_DUR_MORE_PRM_DSC_1: "An additional Duration to sum. A NOT_SET Duration is treated as a 0 second duration.", AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_0: "A Duration of 2 days, 1 hour, 30 minutes and 6 seconds.", AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_1: "A Duration of 1 day, 1 hour and 3 seconds.", AR_FN_DUR_SUM_DUR_DUR_MORE_EX_OUT_2: "A Duration of 0 seconds.", AR_FN_LNG_SUM_LNG_COLL_DSC: "Adds Integer values in a collection. If an element in the Integer collection is NOT_SET, it will be treated as 0. If the collection is empty, 0 is returned.", AR_FN_LNG_SUM_LNG_COLL_RV: "Returns the sum of the Integer values in a collection.", AR_FN_LNG_SUM_LNG_COLL_PRM_DSC_0: "A collection of Integer values to sum.", AR_FN_CUR_SUM_CUR_COLL_DSC: "Adds the supplied Currency values in the collection and returns the result. Each currency item in the collection must have the same code. If a Currency item in the collection is NOT_SET, it will be skipped in the calculation. If all items in the collection are a NOT_SET Currency or the collection is empty, a Currency with an amount of 0.0 and code of NOT_SET is returned.", AR_FN_CUR_SUM_CUR_COLL_RV: "Returns a Currency which is the sum of the supplied Currency values in the collection.", AR_FN_CUR_SUM_CUR_COLL_PRM_DSC_0: "The Currency collection to sum.", AR_FN_CUR_SUM_CUR_COLL_EX_OUT_0: 'A Currency with an amount of 9.00 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_1: 'A Currency with an amount of -5.20 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_2: 'A Currency with an amount of -0.40 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_3: 'A Currency with an amount of 5.00 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_4: 'A Currency with an amount of -3.00 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_5: 'A Currency with an amount of 0.0 and code of "USD"', AR_FN_CUR_SUM_CUR_COLL_EX_OUT_6: "A Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_DEC_SUM_DEC_COLL_DSC: "Adds Decimal values in a collection. If an element in the Decimal collection is NOT_SET, it will be treated as 0.0. If the collection is empty, 0.0 is returned.", AR_FN_DEC_SUM_DEC_COLL_RV: "Returns the sum of the Decimal values in a collection.", AR_FN_DEC_SUM_DEC_COLL_PRM_DSC_0: "A collection of Decimal values to sum.", AR_FN_DUR_SUM_DUR_COLL_DSC: "Adds Duration values in a collection. If an element in the Duration collection is NOT_SET, it will be treated as a Duration of 0 seconds. If the Duration collection is empty, a Duration of 0 seconds is returned.", AR_FN_DUR_SUM_DUR_COLL_RV: "Returns the sum of the Duration values in a collection.", AR_FN_DUR_SUM_DUR_COLL_PRM_DSC_0: "A collection of Duration values to sum.", AR_FN_DUR_SUM_DUR_COLL_EX_OUT_0: "A duration of 2 days, 1 hour, 30 minutes and 6 seconds.", AR_FN_DUR_SUM_DUR_COLL_EX_OUT_1: "A duration of 1 day, 1 hour and 3 seconds.", AR_FN_DUR_SUM_DUR_COLL_EX_OUT_2: "A duration of 0 seconds.", AR_FN_DUR_SUM_DUR_COLL_EX_OUT_3: "A duration of 0 seconds.", AR_FN_DSC_AVERAGE: "Computes the average of the values supplied to the function.", AR_FN_CUR_AVERAGE_CUR_MORE_DSC: "Computes the average of the Currency values supplied to the function. Each currency value must have the same code. If all values submitted are NOT_SET Currency values, the return value is a Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_CUR_AVERAGE_CUR_MORE_RV: "Returns the average of the Currency values supplied as arguments.", AR_FN_CUR_AVERAGE_CUR_MORE_PRM_DSC_0: "A Currency value to be used in the average calculation. If the Currency is NOT_SET, it will be skipped in the average calculation.", AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_0: 'A Currency with an amount of 6.50 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_1: 'A Currency with an amount of 4.50 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_2: 'A Currency with an amount of 8.00 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_MORE_EX_OUT_3: "A Currency with an amount of 0.0 and code of NOT_SET", AR_FN_DEC_AVERAGE_DEC_MORE_DSC: "Computes the average of the Decimal values supplied to the function. If all values submitted are NOT_SET Decimals, the return Decimal is 0.0.", AR_FN_DEC_AVERAGE_DEC_MORE_RV: "Returns the average of the Decimals supplied as arguments.", AR_FN_DEC_AVERAGE_DEC_MORE_PRM_DSC_0: "A Decimal value to be used in the average calculation. If the value is NOT_SET, it will be skipped in the average calculation.", AR_FN_DUR_AVERAGE_DUR_MORE_DSC: "Computes the average of the Duration values supplied to the function. If all values submitted are NOT_SET Duration values, the returned Duration is 0 seconds.", AR_FN_DUR_AVERAGE_DUR_MORE_RV: "Returns the average of the Duration values supplied as arguments. Note that since the result is a Duration, the average will be computed out to milliseconds.", AR_FN_DUR_AVERAGE_DUR_MORE_PRM_DSC_0: "A Duration value to be used in the average calculation. If the value is NOT_SET, it will be skipped in the average calculation.", AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_0: "A Duration of 3 hours.", AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_1: "A Duration of four hours and 30 minutes.", AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_2: "A Duration of 8 hours.", AR_FN_DUR_AVERAGE_DUR_MORE_EX_OUT_3: "A 0 second Duration.", AR_FN_DEC_AVERAGE_LNG_MORE_DSC: "Computes the average of the Integer values supplied to the function. If all values submitted are NOT_SET Integers, the return value is a Decimal of 0.0.", AR_FN_DEC_AVERAGE_LNG_MORE_RV: "Returns the average of the supplied Integer values.", AR_FN_DEC_AVERAGE_LNG_MORE_PRM_DSC_0: "An Integer value to be used in the average calculation. If the value is a NOT_SET, it will be skipped in the average calculation.", AR_FN_CUR_AVERAGE_CUR_COLL_DSC: "Computes the average of the Currency values in a collection. Each currency item in the collection must have the same code. If a Currency item's amount in the collection is NOT_SET, it will be skipped in the average calculation. If the Currency collection is empty, a Currency with an amount of 0.0 and code of NOT_SET is returned.", AR_FN_CUR_AVERAGE_CUR_COLL_RV: "Returns the average of the Currency items in the supplied Currency collection.", AR_FN_CUR_AVERAGE_CUR_COLL_PRM_DSC_0: "A Currency collection whose items are used in the average calculation.", AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_0: 'A Currency with an amount of 6.50 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_1: 'A Currency with an amount of 4.50 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_2: 'A Currency with an amount of 8.00 and code of "USD"', AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_3: "A Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_CUR_AVERAGE_CUR_COLL_EX_OUT_4: "A Currency with an amount of 0.0 and code of NOT_SET.", AR_FN_DEC_AVERAGE_DEC_COLL_DSC: "Computes the average of the Decimal values in a Decimal collection.", AR_FN_DEC_AVERAGE_DEC_COLL_RV: "Returns the average of the Decimal items in the supplied Decimal collection.", AR_FN_DEC_AVERAGE_DEC_COLL_PRM_DSC_0: "The Decimal collection from which to compute the average. If an element in the Decimal collection is NOT_SET, it will not be computed in the average.", AR_FN_DEC_AVERAGE_LNG_COLL_DSC: "Computes the average of the Integer values in an Integer collection. If an element in the Integer collection is NOT_SET, it will not be computed in the average. If the Integer collection is empty, an Integer value of 0 is returned.", AR_FN_DEC_AVERAGE_LNG_COLL_RV: "Returns the average of the Integer items in the supplied Integer collection.", AR_FN_DEC_AVERAGE_LNG_COLL_PRM_DSC_0: "The Integer collection from which to compute the average.", AR_FN_DUR_AVERAGE_DUR_COLL_DSC: "Computes the average of the Duration values in a Duration collection. If an element in the Duration collection is NOT_SET, it will not be computed in the average. If the Duration collection is empty, a Duration value of 0 seconds is returned.", AR_FN_DUR_AVERAGE_DUR_COLL_RV: "Returns the average of the Duration items in the supplied Duration collection.", AR_FN_DUR_AVERAGE_DUR_COLL_PRM_DSC_0: "The Duration collection from which to compute the average. Note that since the result is a Duration, the average will be computed out to milliseconds.", AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_0: "A Duration of 3 hours.", AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_1: "A Duration of four hours and 30 minutes.", AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_2: "A Duration of 8 hours.", AR_FN_DUR_AVERAGE_DUR_COLL_EX_OUT_3: "A 0 second Duration.", AR_FN_DSC_FINDSYSTEMPROMPT: "Searches for an Architect system prompt in the organization.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_DSC: "Performs a search for an Architect system prompt by the specified prompt name and returns the Prompt value if a unique match is found.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_RV: "Returns the Prompt value for the supplied system prompt name if found, otherwise a NOT_SET Prompt.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_PRM_DSC_0: 'The name of the system prompt to find. The system prompt will be looked up by name case insensitively. The search name should not begin with "PromptSystem.". If it does, that prefix will be removed when performing the find operation at runtime.', AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_0: 'Returns the Prompt value for the system prompt named "boolean_false".', AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_1: 'Returns the Prompt value for the system prompt named "boolean_false".', AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_2: "A NOT_SET Prompt since that system prompt does not exist.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_3: "A NOT_SET Prompt.", AR_FN_PROMPT_FINDSYSTEMPROMPT_STR_EX_OUT_4: "A NOT_SET Prompt.", AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_DSC: "Returns a NOT_SET Prompt for a NOT_SET input value.", AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_RV: "Returns a NOT_SET Prompt.", AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_PROMPT_FINDSYSTEMPROMPT_NTS_EX_OUT_0: "A NOT_SET Prompt.", AR_FN_DSC_FINDUSERPROMPT: "Searches for an Architect user prompt in the organization.", AR_FN_PROMPT_FINDUSERPROMPT_STR_DSC: "Performs a search for an Architect user prompt by the specified prompt name and returns the Prompt value if a unique match is found.", AR_FN_PROMPT_FINDUSERPROMPT_STR_RV: "Returns the Prompt value for the supplied user prompt name if found, otherwise a NOT_SET Prompt.", AR_FN_PROMPT_FINDUSERPROMPT_STR_PRM_DSC_0: 'The name of the user prompt to find. The user prompt will be looked up by name case insensitively. The search name should not begin with "Prompt.". If it does, that prefix will be removed when performing the find operation at runtime.', AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_0: 'Returns the Prompt value for the user prompt named "Greeting" if there is a user prompt with with that name, otherwise a NOT_SET Prompt.', AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_1: 'Returns the Prompt value for the user prompt named "Greeting" if there is a user prompt with with that name, otherwise a NOT_SET Prompt.', AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_2: "A NOT_SET Prompt.", AR_FN_PROMPT_FINDUSERPROMPT_STR_EX_OUT_3: "A NOT_SET Prompt.", AR_FN_PROMPT_FINDUSERPROMPT_NTS_DSC: "Returns a NOT_SET Prompt for a NOT_SET input value.", AR_FN_PROMPT_FINDUSERPROMPT_NTS_RV: "Returns a NOT_SET Prompt.", AR_FN_PROMPT_FINDUSERPROMPT_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_PROMPT_FINDUSERPROMPT_NTS_EX_OUT_0: "A NOT_SET Prompt.", AR_FN_DSC_FINDSTRING: "Returns the location of a specified occurrence of a String within a String.", AR_FN_LNG_FINDSTRING_STR_STR_DSC: 'Searches for the first occurrence of a String within a String by doing a case sensitive match. If textToFind find is "", a 0 will be returned.', AR_FN_LNG_FINDSTRING_STR_STR_RV: "Returns the zero-based index of the first occurrence of a String within a String by doing a case sensitive match.", AR_FN_LNG_FINDSTRING_STR_STR_PRM_DSC_0: "The String that will be scanned.", AR_FN_LNG_FINDSTRING_STR_STR_PRM_DSC_1: "The String for which you are searching.", AR_FN_LNG_FINDSTRING_STR_STR_BLN_DSC: 'Searches for the first occurrence of a String within a String. If textToFind find is "", a -1 will be returned.', AR_FN_LNG_FINDSTRING_STR_STR_BLN_RV: "Returns the zero-based index of the first occurrence of a String within a String.", AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_0: "The String that will be scanned.", AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_1: "The String for which you are searching.", AR_FN_LNG_FINDSTRING_STR_STR_BLN_PRM_DSC_2: "Whether or not to perform a case insensitive (true) or case sensitive (false) search.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_DSC: "Calculates the index of a String within a String by doing a case sensitive match. This function will find the n'th occurrence of the string as specified by the occurrenceNumber parameter.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_RV: `Returns the zero-based index of the n'th ( specified by the occurrenceNumber parameter ) String within a String by doing a case sensitive match. If the String to find is "", a -1 will be returned.`, AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_0: "The String that will be scanned.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_1: "The String for which you are searching.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_PRM_DSC_2: "The specific occurrence to find. If there are less than occurrenceNumber matches in the text to search, a -1 is returned.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_DSC: "Calculates the index of a String within a String. This function will find the n'th occurrence of the string as specified by the occurrenceNumber parameter.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_RV: `Returns the zero-based index of the n'th ( specified by the occurrenceNumber parameter ) String within a String. If the String to find is "", a -1 will be returned.`, AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_0: "The String that will be scanned.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_1: "The String for which you are searching.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_2: "The specific occurrence to find. If there are less than occurrenceNumber matches in the text to search, a -1 is returned.", AR_FN_LNG_FINDSTRING_STR_STR_LNG_BLN_PRM_DSC_3: "Whether or not to perform a case insensitive (true) or case sensitive (false) search.", AR_FN_DSC_FINDUSER: "Searches for a user in the organization.", AR_FN_USR_FINDUSER_STR_DSC: "Performs a search for a user by email address in a case insensitive manner.", AR_FN_USR_FINDUSER_STR_RV: "Returns the User value if one user with the specified email address was found, otherwise a NOT_SET User.", AR_FN_USR_FINDUSER_STR_PRM_DSC_0: "The email address of the user to find.", AR_FN_USR_FINDUSER_STR_EX_OUT_0: 'Returns the User found for the email address "john.doe@company.com" if there is one user in the organization with that email address, otherwise a NOT_SET User.', AR_FN_USR_FINDUSER_STR_EX_OUT_1: "A NOT_SET User.", AR_FN_USR_FINDUSER_NTS_DSC: "Returns a NOT_SET User for a NOT_SET input value.", AR_FN_USR_FINDUSER_NTS_RV: "Returns a NOT_SET User.", AR_FN_USR_FINDUSER_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_USR_FINDUSER_NTS_EX_OUT_0: "A NOT_SET User.", AR_FN_DSC_FINDUSERBYID: "Looks up a user in the organization by ID.", AR_FN_USR_FINDUSERBYID_STR_DSC: "Looks up a user from a user ID.", AR_FN_USR_FINDUSERBYID_STR_RV: "Returns the User value if the lookup was successful, otherwise a NOT_SET User.", AR_FN_USR_FINDUSERBYID_STR_PRM_DSC_0: "The user ID to find. The ID will be matched in a case insensitive manner.", AR_FN_USR_FINDUSERBYID_STR_EX_OUT_0: 'Returns the User with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET User.', AR_FN_USR_FINDUSERBYID_STR_EX_OUT_1: "A NOT_SET User.", AR_FN_USR_FINDUSERBYID_NTS_DSC: "Returns a NOT_SET User for a NOT_SET input value.", AR_FN_USR_FINDUSERBYID_NTS_RV: "Returns a NOT_SET User.", AR_FN_USR_FINDUSERBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_USR_FINDUSERBYID_NTS_EX_OUT_0: "A NOT_SET User.", AR_FN_DSC_FINDUSERSBYID: "Looks up multiple users in the organization by ID.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_DSC: "Looks up users from user IDs.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_RV: "Returns an ordered User collection whose items correspond to the lookup results of each ID in the input String collection. For user IDs that could not be looked up, they will be NOT_SET User items in the returned collection.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_PRM_DSC_0: "A String collection of user IDs to look up. Identifiers will be matched in a case insensitive manner.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_0: 'A User collection with the item at index 0 being the user with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and the item at index 1 being a NOT_SET User.', AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_1: "An empty User collection.", AR_FN_USR_COLL_FINDUSERSBYID_STR_COLL_EX_OUT_2: "A User collection with one item in it. The item at index 0 is a NOT_SET User.", AR_FN_DSC_FINDCUSTOMERSEGMENTS: "Searches for Customer Segments in the organization by name.", AR_FN_CUSTOMERSEGMENT_COLL_FINDCUSTOMERSEGMENTS_STR_COLL_DSC: "Performs a case insensitive search for up to 5 Customer Segments by name and returns a collection of matching CustomerSegment values. For segment names that could not be found, they will be NOT_SET CustomerSegment items in the returned collection.", AR_FN_CUSTOMERSEGMENT_COLL_FINDCUSTOMERSEGMENTS_STR_COLL_RV: "Returns an ordered CustomerSegment collection whose items correspond to the lookup results of each name in the input String collection. For segment names that could not be found, they will be NOT_SET CustomerSegment items in the returned collection.", AR_FN_CUSTOMERSEGMENT_COLL_FINDCUSTOMERSEGMENTS_STR_COLL_PRM_DSC_0: "A String collection of Customer Segment names to look up. Names will be matched in a case insensitive manner.", AR_FN_CUSTOMERSEGMENT_COLL_FINDCUSTOMERSEGMENTS_STR_COLL_EX_OUT_0: 'Returns a CustomerSegment collection containing the segments named "Gold Members" and "VIP" that were found in the organization. Segments not found will be NOT_SET CustomerSegment items.', AR_FN_DSC_FINDDIVISION: "Searches for a Division in the organization.", AR_FN_DIVISION_FINDDIVISION_STR_DSC: "Performs a case insensitive search for a uniquely named Division and returns the Division value if found.", AR_FN_DIVISION_FINDDIVISION_STR_RV: "Returns the Division found in your organization if there was a unique match found, otherwise a NOT_SET Division.", AR_FN_DIVISION_FINDDIVISION_STR_PRM_DSC_0: "The Division name to look up in the organization. The search will be performed case insensitively.", AR_FN_DIVISION_FINDDIVISION_STR_EX_OUT_0: 'Returns the Division for the Division named "Fire" if there is one Division with that name case insensitively, otherwise a NOT_SET Division.', AR_FN_DIVISION_FINDDIVISION_STR_EX_OUT_1: "A NOT_SET Division.", AR_FN_DIVISION_FINDDIVISION_NTS_DSC: "Returns a NOT_SET Division for a NOT_SET input value.", AR_FN_DIVISION_FINDDIVISION_NTS_RV: "Returns a NOT_SET Division.", AR_FN_DIVISION_FINDDIVISION_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DIVISION_FINDDIVISION_NTS_EX_OUT_0: "A NOT_SET Division.", AR_FN_DSC_FINDDIVISIONBYID: "Searches for a Division in the organization by ID.", AR_FN_DIVISION_FINDDIVISIONBYID_STR_DSC: "Looks up a Division by ID and returns a Division value if found.", AR_FN_DIVISION_FINDDIVISIONBYID_STR_RV: "Returns the value of a Division if a unique match was found in your organization, otherwise returns a Division with value of NOT_SET.", AR_FN_DIVISION_FINDDIVISIONBYID_STR_PRM_DSC_0: "The Division ID to look up in your organization. The ID will be matched in a case insensitive manner.", AR_FN_DIVISION_FINDDIVISIONBYID_STR_EX_OUT_0: 'Returns the Division with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET Division.', AR_FN_DIVISION_FINDDIVISIONBYID_STR_EX_OUT_1: "A NOT_SET Division.", AR_FN_DIVISION_FINDDIVISIONBYID_NTS_DSC: "Returns a NOT_SET Division for a NOT_SET input value.", AR_FN_DIVISION_FINDDIVISIONBYID_NTS_RV: "Returns a NOT_SET Division.", AR_FN_DIVISION_FINDDIVISIONBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DIVISION_FINDDIVISIONBYID_NTS_EX_OUT_0: "A NOT_SET Division.", AR_FN_DSC_FINDDIVISIONS: "Searches for Divisions in the organization.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_DSC: "Performs a case insensitive search for uniquely named Divisions.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_RV: "Returns an Division collection whose items correspond to the lookup results of each name in the input String collection. For division names that could not be found, they will be NOT_SET Division items in the returned collection.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_PRM_DSC_0: "A String collection of division names to look up. The search will be performed case insensitively.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_0: 'A Division collection with the item at index 0 being the division with the name "Fire" and the item at index 1 being a NOT_SET Division.', AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_1: "An empty Division collection.", AR_FN_DIVISION_COLL_FINDDIVISIONS_STR_COLL_EX_OUT_2: "A Division collection with one item in it. The item at index 0 is a NOT_SET Division.", AR_FN_DSC_FINDDIVISIONSBYID: "Searches for Divisions in the organization by ID.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_DSC: "Looks up divisions from division IDs.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_RV: "Returns an ordered Division collection whose items correspond to the lookup results of each ID in the input String collection. For division IDs that could not be looked up, they will be NOT_SET Division items in the returned collection.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_PRM_DSC_0: "A String collection of division IDs to look up. Identifiers will be matched in a case insensitive manner.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_0: 'A Division collection with the item at index 0 being the user with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" and the item at index 1 being a NOT_SET Division.', AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_1: "An empty Division collection.", AR_FN_DIVISION_COLL_FINDDIVISIONSBYID_STR_COLL_EX_OUT_2: "A Division collection with one item in it. The item at index 0 is a NOT_SET Division.", AR_FN_DSC_FINDEMERGENCYGROUP: "Searches for an EmergencyGroup in the organization.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_DSC: "Performs a case insensitive search for a uniquely named Emergency Group and returns the Emergency Group value if found.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_RV: "Returns the Emergency Group found in your organization if there was a unique match found, otherwise a NOT_SET Emergency Group.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_PRM_DSC_0: "The Emergency Group name to look up in the organization. The search will be performed case insensitively.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_EX_OUT_0: 'Returns the Emergency Group for the Emergency Group named "Fire" if there is one Emergency Group with that name case insensitively, otherwise a NOT_SET Emergency Group.', AR_FN_EMERGRP_FINDEMERGENCYGROUP_STR_EX_OUT_1: "A NOT_SET Emergency Group.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_DSC: "Returns a NOT_SET Emergency Group for a NOT_SET input value.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_RV: "Returns a NOT_SET Emergency Group.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_EMERGRP_FINDEMERGENCYGROUP_NTS_EX_OUT_0: "A NOT_SET EmergencyGroup.", AR_FN_DSC_FINDGRAMMAR: "Searches for a grammar in the organization.", AR_FN_GRAMMAR_FINDGRAMMAR_STR_DSC: "Performs a search for a grammar and returns a Grammar value if found.", AR_FN_GRAMMAR_FINDGRAMMAR_STR_RV: "Returns the Grammar value for the grammar found in your organization if there was a unique match found, otherwise a NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMAR_STR_PRM_DSC_0: "The grammar to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_GRAMMAR_FINDGRAMMAR_STR_EX_OUT_0: 'Returns the Grammar for the grammar named "Customer Account" if there is one grammar with that name, otherwise a NOT_SET Grammar.', AR_FN_GRAMMAR_FINDGRAMMAR_STR_EX_OUT_1: "A NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMAR_NTS_DSC: "Returns a NOT_SET Grammar for a NOT_SET input value.", AR_FN_GRAMMAR_FINDGRAMMAR_NTS_RV: "Returns a NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMAR_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_GRAMMAR_FINDGRAMMAR_NTS_EX_OUT_0: "A NOT_SET Grammar.", AR_FN_DSC_FINDGRAMMARBYID: "Looks up a grammar in the organization by ID.", AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_DSC: "Looks up a grammar from a grammar ID and returns a Grammar value if found.", AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_RV: "Returns the Grammar value if the lookup was successful, otherwise a NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_PRM_DSC_0: "The grammar ID to find. The ID will be matched in a case insensitive manner.", AR_FN_GRAMMAR_FINDGRAMMARBYID_STR_EX_OUT_0: 'Returns the Grammar with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET Grammar.', AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_DSC: "Returns a NOT_SET Grammar for a NOT_SET input value.", AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_RV: "Returns a NOT_SET Grammar.", AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_GRAMMAR_FINDGRAMMARBYID_NTS_EX_OUT_0: "A NOT_SET Grammar.", AR_FN_DSC_FINDGROUP: "Searches for a group in the organization.", AR_FN_GRP_FINDGROUP_STR_DSC: "Performs a search for a group and returns a Group value if found.", AR_FN_GRP_FINDGROUP_STR_RV: "Returns the Group value for the group found in your organization if there was a unique match found, otherwise a NOT_SET Group.", AR_FN_GRP_FINDGROUP_STR_PRM_DSC_0: "The group to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_GRP_FINDGROUP_STR_EX_OUT_0: 'Returns the Group for the group named "Warranty Specialists" if there is one group with that name, otherwise a NOT_SET Group.', AR_FN_GRP_FINDGROUP_STR_EX_OUT_1: "A NOT_SET Group.", AR_FN_GRP_FINDGROUP_NTS_DSC: "Returns a NOT_SET Group for a NOT_SET input value.", AR_FN_GRP_FINDGROUP_NTS_RV: "Returns a NOT_SET Group.", AR_FN_GRP_FINDGROUP_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_GRP_FINDGROUP_NTS_EX_OUT_0: "A NOT_SET Group.", AR_FN_DSC_FINDIMAGE: "Searches for an image in canned response assets in the organization.", AR_FN_IMAGE_FINDIMAGE_STR_DSC: "Performs a search for an image in canned response assets and returns an Image value if found.", AR_FN_IMAGE_FINDIMAGE_STR_RV: "Returns the Image value for the image found in your organization if there was a unique match found, otherwise a NOT_SET Image.", AR_FN_IMAGE_FINDIMAGE_STR_PRM_DSC_0: "The image name to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_IMAGE_FINDIMAGE_STR_EX_OUT_0: 'Returns the Image for the image named "ArchitectLogo" if there is one image with that name, otherwise a NOT_SET Image.', AR_FN_IMAGE_FINDIMAGE_STR_EX_OUT_1: "A NOT_SET Image.", AR_FN_IMAGE_FINDIMAGE_NTS_DSC: "Returns a NOT_SET Image for a NOT_SET input value.", AR_FN_IMAGE_FINDIMAGE_NTS_RV: "Returns a NOT_SET Image.", AR_FN_IMAGE_FINDIMAGE_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_IMAGE_FINDIMAGE_NTS_EX_OUT_0: "A NOT_SET Image.", AR_FN_DSC_FINDIMAGEBYID: "Looks up an image in canned response assets in the organization by ID.", AR_FN_IMAGE_FINDIMAGEBYID_STR_DSC: "Looks up an image from an image ID.", AR_FN_IMAGE_FINDIMAGEBYID_STR_RV: "Returns the Image value if the lookup was successful, otherwise a NOT_SET Image.", AR_FN_IMAGE_FINDIMAGEBYID_STR_PRM_DSC_0: "The image ID to find. The ID will be matched in a case insensitive manner.", AR_FN_IMAGE_FINDIMAGEBYID_STR_EX_OUT_0: 'Returns the Image with the ID "32952010-9ac2-469f-a2d8-85123e03763b" if it exists, otherwise a NOT_SET Image.', AR_FN_IMAGE_FINDIMAGEBYID_NTS_DSC: "Returns a NOT_SET Image for a NOT_SET input value.", AR_FN_IMAGE_FINDIMAGEBYID_NTS_RV: "Returns a NOT_SET Image.", AR_FN_IMAGE_FINDIMAGEBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_IMAGE_FINDIMAGEBYID_NTS_EX_OUT_0: "A NOT_SET Image.", AR_FN_DSC_FINDKNOWLEDGEBASEDOCUMENTBYID: "Looks up a knowledgebase document in the organization by ID.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_DSC: "Looks up a knowledgebase document from a knowledgebase document ID and returns a KnowledgeBaseDocument value if found.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_RV: "Returns the KnowledgeBaseDocument value if the lookup was successful, otherwise a NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_PRM_DSC_0: "The knowledgebase document ID to find. The ID will be matched in a case insensitive manner.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_STR_EX_OUT_0: 'Returns the KnowledgeBaseDocument with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET KnowledgeBaseDocument.', AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_DSC: "Returns a NOT_SET KnowledgeBaseDocument for a NOT_SET input value.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_RV: "Returns a NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_KNOWLEDGEBASEDOCUMENT_FINDKNOWLEDGEBASEDOCUMENTBYID_NTS_EX_OUT_0: "A NOT_SET KnowledgeBaseDocument.", AR_FN_DSC_FINDUTILIZATIONLABEL: "Searches for a Utilization Label in the organization.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_DSC: "Performs a search for a Utilization Label and returns a UtilizationLabel value if found.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_RV: "Returns the value of a UtilizationLabel if a unique match was found in your organization, otherwise returns a UtilizationLabel with value of NOT_SET.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_PRM_DSC_0: "The Utilization Label to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_EX_OUT_0: 'Returns the value of a UtilizationLabel named "Green" if a unique match was found in your organization, otherwise returns a UtilizationLabel with value of NOT_SET.', AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_STR_EX_OUT_1: "A NOT_SET UtilizationLabel.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_DSC: "Returns a NOT_SET UtilizationLabel for a NOT_SET input value.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_RV: "Returns a NOT_SET UtilizationLabel.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABEL_NTS_EX_OUT_0: "A NOT_SET UtilizationLabel.", AR_FN_DSC_FINDUTILIZATIONLABELBYID: "Searches for a Utilization Label in the organization by ID.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_DSC: "Looks up a Utilization Label by ID and returns a UtilizationLabel value if found.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_RV: "Returns the value of a UtilizationLabel if a unique match was found in your organization, otherwise returns a UtilizationLabel with value of NOT_SET.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_STR_PRM_DSC_0: "The Utilization Label ID to look up in your organization. The ID will be matched in a case insensitive manner.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_DSC: "Returns a NOT_SET UtilizationLabel for a NOT_SET input value.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_RV: "Returns a NOT_SET UtilizationLabel.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_UTILIZATIONLABEL_FINDUTILIZATIONLABELBYID_NTS_EX_OUT_0: "A NOT_SET UtilizationLabel.", AR_FN_DSC_FINDQUEUE: "Searches for a queue in the organization.", AR_FN_QUEUE_FINDQUEUE_STR_DSC: "Performs a search for a queue and returns a Queue value if found.", AR_FN_QUEUE_FINDQUEUE_STR_RV: "Returns the Queue value for the queue found in your organization if there was a unique match found, otherwise a NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUE_STR_PRM_DSC_0: "The queue to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_QUEUE_FINDQUEUE_STR_EX_OUT_0: 'Returns the Queue for the queue named "Marketing" if there is one queue with that name, otherwise a NOT_SET Queue.', AR_FN_QUEUE_FINDQUEUE_STR_EX_OUT_1: "A NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUE_NTS_DSC: "Returns a NOT_SET Queue for a NOT_SET input value.", AR_FN_QUEUE_FINDQUEUE_NTS_RV: "Returns a NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUE_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_QUEUE_FINDQUEUE_NTS_EX_OUT_0: "A NOT_SET Queue.", AR_FN_DSC_FINDQUEUEBYID: "Looks up a queue in the organization by ID.", AR_FN_QUEUE_FINDQUEUEBYID_STR_DSC: "Looks up a queue from a queue ID.", AR_FN_QUEUE_FINDQUEUEBYID_STR_RV: "Returns the Queue value if the lookup was successful, otherwise a NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUEBYID_STR_PRM_DSC_0: "The queue ID to find. The ID will be matched in a case insensitive manner.", AR_FN_QUEUE_FINDQUEUEBYID_STR_EX_OUT_0: 'Returns the Queue with the ID "5b943b5F-4205-b70F-8be1-a245a94b2919" if it exists, otherwise a NOT_SET Queue.', AR_FN_QUEUE_FINDQUEUEBYID_NTS_DSC: "Returns a NOT_SET Queue for a NOT_SET input value.", AR_FN_QUEUE_FINDQUEUEBYID_NTS_RV: "Returns a NOT_SET Queue.", AR_FN_QUEUE_FINDQUEUEBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_QUEUE_FINDQUEUEBYID_NTS_EX_OUT_0: "A NOT_SET Queue.", AR_FN_DSC_FINDWORKTYPESTATUS: "Searches for a Worktype Status of the worktype associated with this flow by name.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_DSC: "Searches for a Worktype Status by its name case insensitively and returns a Worktype Status value if found.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_RV: "Returns the Worktype Status value if a unique match was found on the worktype, otherwise returns a NOT_SET Worktype Status value.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_PRM_DSC_0: "The Worktype Status name to look up on the worktype configured for this flow. The search will be performed in a case insensitive manner.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_STR_EX_OUT_0: 'Returns the value of a Worktype Status named "NewOpportunity" if a unique match was found in the statuses configured on the worktype, otherwise returns a Worktype Status with value of NOT_SET.', AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_DSC: "Returns a NOT_SET Worktype Status for a NOT_SET input value.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_RV: "Returns a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUS_NTS_EX_OUT_0: "A NOT_SET Worktype Status.", AR_FN_DSC_FINDWORKTYPESTATUSBYID: "Searches for a Worktype Status of the worktype associated with this flow by ID.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_DSC: "Searches for a Worktype Status by its ID and returns a Worktype Status value if found.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_RV: "Returns the value of a Worktype Status if a unique match was found in your organization, otherwise returns a Worktype Status with value of NOT_SET.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_PRM_DSC_0: "The Worktype Status ID to look up in your organization. The ID will be matched in a case insensitive manner.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_STR_EX_OUT_0: 'Returns the Worktype Status with the ID "8dd32bf3-5f81-4601-9db7-fbce97b09441" if it exists, otherwise a NOT_SET Worktype Status.', AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_DSC: "Returns a NOT_SET Worktype Status for a NOT_SET input value.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_RV: "Returns a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_WORKTYPESTATUS_FINDWORKTYPESTATUSBYID_NTS_EX_OUT_0: "A NOT_SET Worktype Status.", AR_FN_DSC_FINDQUEUEESTIMATEDWAITTIME: "Searches for a queue in the organization and returns estimated wait time information for it.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_DSC: "Searches for a unique queue in the organization by name and if found returns estimated wait time for the current flow's conversation media type.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_RV: "Returns the estimated wait time as a Duration value for the current conversation type on the looked up queue if there was a unique match for the supplied queue name and the estimated wait time could be determined, otherwise a NOT_SET Duration.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_PRM_DSC_0: "The queue name to look up in your organization by name. The search will be performed in a case insensitive manner. If a NOT_SET String is supplied, a NOT_SET Duration will be returned.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_EX_OUT_0: 'Returns the estimated wait time for the current conversation on queue named "Marketing" if there is one queue with that name and the estimated wait time could be queried, otherwise a NOT_SET Duration.', AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_EX_OUT_1: "A NOT_SET Duration.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_DSC: "Searches for a unique queue in the organization by name and if found this gets the estimated wait time for a given media type.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_RV: "Returns the estimated wait time as a Duration value for a media type on the supplied Queue value if the queue was found and estimated wait time could be determined, otherwise a NOT_SET Duration.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_PRM_DSC_0: "The queue name to look up in your organization. The search will be performed in a case insensitive manner. If a NOT_SET String is supplied, a NOT_SET Duration will be returned.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_PRM_DSC_1: 'The media type to query. Allowable values are "call", "chat", "callback", "email", "videoComm" and "message". The media type String value is processed case insensitively at runtime. If a NOT_SET String is supplied for the media type or the supplied media type value is not available for the organization, a NOT_SET Duration is returned.', AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_0: 'Returns the estimated wait time for the current conversation on queue named "Marketing" if there is one queue with that name and the estimated wait time could be successfully queried for the "call" media type, otherwise a NOT_SET Duration.', AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_1: "A NOT_SET Duration.", AR_FN_DUR_FINDQUEUEESTIMATEDWAITTIME_STR_STR_EX_OUT_2: "A NOT_SET Duration.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_DSC: "Finds the estimated wait time for the supplied media types for a queue.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_RV: "Returns an ordered Duration collection whose items correspond to the lookup results of each media type in the input String collection. For media types whose estimated wait time could not be determined, they will be NOT_SET Duration values in the returned collection.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_PRM_DSC_0: "The queue name to look up in your organization. The search will be performed in a case insensitive manner. If a NOT_SET or blank String is supplied, a NOT_SET Duration will be returned for each item in the returned collection.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_PRM_DSC_1: 'The media types to query. Allowable String values in the String collection are "call", "chat", "callback", "email", "videoComm" and "message". Media type String values are treated case insensitively at runtime. If a NOT_SET String is supplied for an item in the String collection or the estimated wait time for the media type cannot be determined, a NOT_SET Duration is returned for that item in the returned collection.', AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_0: 'A Duration collection with one item. The Duration item will be the estimated wait time for the "call" media type if the queue could be found.', AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_1: "A Duration collection with one item. The Duration item value is a NOT_SET Duration.", AR_FN_DUR_COLL_FINDQUEUEESTIMATEDWAITTIME_STR_STR_COLL_EX_OUT_2: "A Duration collection with one item. The Duration item value is a NOT_SET Duration.", AR_FN_DSC_GETQUEUEESTIMATEDWAITTIME: "Gets estimated wait time information for a queue.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_DSC: "Gets the estimated wait time for the current flow's conversation media type for the supplied queue.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_RV: "Returns the estimated wait time as a Duration value for the current conversation media type on the supplied Queue value if the estimated wait time could be determined, otherwise a NOT_SET Duration.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_PRM_DSC_0: "The Queue whose estimated wait time you want to query for the current conversation media type. If a NOT_SET Queue is supplied, a NOT_SET Duration will be returned.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_EX_OUT_0: 'Returns the estimated wait time for the current conversation type on queue named "Marketing" if there is one queue with that name and the estimated wait time could be successfully determined, otherwise a NOT_SET Duration.', AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_EX_OUT_1: "A NOT_SET Duration.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_DSC: "Gets the estimated wait time for a media type on a queue.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_RV: "Returns the estimated wait time as a Duration value for a media type on the supplied Queue value if the estimated wait time can be determined, otherwise a NOT_SET Duration.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_PRM_DSC_0: "The Queue whose estimated wait time you want to query. If a NOT_SET Queue is supplied, a NOT_SET Duration will be returned.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_PRM_DSC_1: 'The media type to query. Allowable values are "call", "chat", "callback", "email", "videoComm" and "message". The media type String value is processed case insensitively at runtime. If a NOT_SET String is supplied for the media type or the supplied media type value is not available for the organization, a NOT_SET Duration is returned.', AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_0: 'Returns the estimated wait time for the current conversation on queue named "Marketing" if there is one queue with that name and the estimated wait time could be successfully queried for the "call" media type, otherwise a NOT_SET Duration.', AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_1: "A NOT_SET Duration.", AR_FN_DUR_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_EX_OUT_2: "A NOT_SET Duration.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_DSC: "Gets the estimated wait time for multiple media types on a queue.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_RV: "Returns an ordered Duration collection whose items correspond to the lookup results of each media type estimated wait time in the input String collection. For media types whose estimated wait time could not be determined or are not availble for the organization, they will be NOT_SET Duration values in the returned collection.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_PRM_DSC_0: "The Queue whose estimated wait time you want to query for the current conversation. If a NOT_SET Queue is supplied, a NOT_SET Duration will be returned for each item in the returned collection.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_PRM_DSC_1: 'The media types to query. Allowable String values in the String collection are "call", "chat", "callback", "email", "videoComm" and "message". Media type String values are processed case insensitively at runtime. If a NOT_SET String is supplied for an item in the String collection or the estimated wait time for the media type cannot be determined, a NOT_SET Duration is returned for that item in the returned collection.', AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_0: 'A Duration collection with one item. The Duration item will be the estimated wait time for the "call" media type if the queue could be found.', AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_1: "A Duration collection with one item. The Duration item value is a NOT_SET Duration.", AR_FN_DUR_COLL_GETQUEUEESTIMATEDWAITTIME_QUEUE_STR_COLL_EX_OUT_2: "A Duration collection with one item. The Duration item value is a NOT_SET Duration.", AR_FN_DSC_FINDRESPONSEASSET: "Searches for a response asset in canned response assets in the organization.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_DSC: "Performs a search for a response asset in canned response assets and returns an Response Asset value if found.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_RV: "Returns the Response Asset value for the response asset found in your organization if there was a unique match found, otherwise a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_PRM_DSC_0: "The response asset name to look up in your organization. The search will be performed in a case insensitive manner.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_EX_OUT_0: 'Returns the Response Asset for the response asset named "ArchitectAsset" if there is one response asset with that name, otherwise a NOT_SET Response Asset.', AR_FN_RESPONSEASSET_FINDRESPONSEASSET_STR_EX_OUT_1: "A NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_DSC: "Returns a NOT_SET Response Asset for a NOT_SET input value.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_RV: "Returns a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_RESPONSEASSET_FINDRESPONSEASSET_NTS_EX_OUT_0: "A NOT_SET Response Asset.", AR_FN_DSC_FINDRESPONSEASSETBYID: "Looks up a response asset in canned response assets in the organization by ID.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_DSC: "Looks up a response asset from a response asset ID.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_RV: "Returns the Response Asset value if the lookup was successful, otherwise a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_PRM_DSC_0: "The response asset ID to find. The ID will be matched in a case insensitive manner.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_STR_EX_OUT_0: 'Returns the Response Asset with the ID "0bfba8bc-37cd-4fa2-b986-86fa0523aeec" if it exists, otherwise a NOT_SET Response Asset.', AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_DSC: "Returns a NOT_SET Response Asset for a NOT_SET input value.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_RV: "Returns a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_RESPONSEASSET_FINDRESPONSEASSETBYID_NTS_EX_OUT_0: "A NOT_SET Response Asset.", AR_FN_DSC_FINDSCHEDULE: "Searches for a schedule in the organization.", AR_FN_SCHED_FINDSCHEDULE_STR_DSC: "Performs a case insensitive search for a uniquely named Schedule and returns the Schedule value if found.", AR_FN_SCHED_FINDSCHEDULE_STR_RV: "Returns the Schedule found in your organization if there was a unique match found, otherwise a NOT_SET Schedule.", AR_FN_SCHED_FINDSCHEDULE_STR_PRM_DSC_0: "The Schedule name to look up in the organization. The search will be performed case insensitively.", AR_FN_SCHED_FINDSCHEDULE_STR_EX_OUT_0: 'Returns the Schedule for the Schedule named "OpenHours" if there is one Schedule with that name case insensitively, otherwise a NOT_SET Schedule.', AR_FN_SCHED_FINDSCHEDULE_STR_EX_OUT_1: "A NOT_SET Schedule.", AR_FN_SCHED_FINDSCHEDULE_NTS_DSC: "Returns a NOT_SET Schedule for a NOT_SET input value.", AR_FN_SCHED_FINDSCHEDULE_NTS_RV: "Returns a NOT_SET Schedule.", AR_FN_SCHED_FINDSCHEDULE_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_SCHED_FINDSCHEDULE_NTS_EX_OUT_0: "A NOT_SET Schedule.", AR_FN_DSC_FINDSCHEDULEGROUP: "Searches for a scheduleGroup in the organization.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_DSC: "Performs a case insensitive search for a uniquely named Schedule Group and returns the Schedule Group value if found.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_RV: "Returns the Schedule Group found in your organization if there was a unique match found, otherwise a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_PRM_DSC_0: "The Schedule Group name to look up in the organization. The search will be performed case insensitively.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_EX_OUT_0: 'Returns the Schedule Group for the Schedule Group named "OpenHoursEastCoast" if there is one Schedule Group with that name case insensitively, otherwise a NOT_SET Schedule Group.', AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_STR_EX_OUT_1: "A NOT_SET Schedule Group.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_DSC: "Returns a NOT_SET Schedule Group for a NOT_SET input value.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_RV: "Returns a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_SCHEDGRP_FINDSCHEDULEGROUP_NTS_EX_OUT_0: "A NOT_SET ScheduleGroup.", AR_FN_DSC_FINDSKILL: "Searches for a skill in the organization.", AR_FN_SKL_FINDSKILL_STR_DSC: "Performs a search for an ACD Skill in the Skills category and returns a Skill value if found.", AR_FN_SKL_FINDSKILL_STR_RV: "Returns the Skill value for the ACD Skill found in your organization if there was a unique match found, otherwise a NOT_SET Skill.", AR_FN_SKL_FINDSKILL_STR_PRM_DSC_0: "The skill to look up in your organization. This will perform a search for an ACD Skill in the Skills category. The search will be performed in a case insensitive manner.", AR_FN_SKL_FINDSKILL_STR_EX_OUT_0: 'Returns the Skill for the ACD Skill named "JavaScript" from the Skills category if there is one skill with that name, otherwise a NOT_SET Skill.', AR_FN_SKL_FINDSKILL_STR_EX_OUT_1: "A NOT_SET Skill.", AR_FN_SKL_FINDSKILL_NTS_DSC: "Returns a NOT_SET Skill for a NOT_SET input value.", AR_FN_SKL_FINDSKILL_NTS_RV: "Returns a NOT_SET Skill.", AR_FN_SKL_FINDSKILL_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_SKL_FINDSKILL_NTS_EX_OUT_0: "A NOT_SET Skill.", AR_FN_DSC_EVALUATESKILLEXPRESSIONFILTER: "Evaluates skill expression filter text and returns a SkillExpressionFilter.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_DSC: "Evaluates the supplied skill expression filter text and returns a SkillExpressionFilter. If notSetIfInvalid is true and the filter is invalid, returns a NOT_SET SkillExpressionFilter.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_RV: "Returns a SkillExpressionFilter object containing the evaluation results. If notSetIfInvalid is true and the filter is invalid, returns a NOT_SET SkillExpressionFilter.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_PRM_DSC_0: "The skill expression filter text to evaluate. Must be between 1 and 1024 characters.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_PRM_DSC_1: "If true and the filter is invalid, returns a NOT_SET SkillExpressionFilter. If false or not provided, returns a SkillExpressionFilter with error information.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_EX_OUT_0: "Returns a SkillExpressionFilter with normalized filter and referenced ACD Skills.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_BLN_EX_OUT_1: "Returns a NOT_SET SkillExpressionFilter because the filter is invalid and notSetIfInvalid is true.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_DSC: "Evaluates the supplied skill expression filter text and returns a SkillExpressionFilter.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_RV: "Returns a SkillExpressionFilter object containing the evaluation results, including error information if the filter is invalid.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_PRM_DSC_0: "The skill expression filter text to evaluate. Must be between 1 and 1024 characters.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_EX_OUT_0: "Returns a SkillExpressionFilter with normalized filter and referenced ACD Skills.", AR_FN_SKILLEXPRESSIONFILTER_EVALUATESKILLEXPRESSIONFILTER_STR_EX_OUT_1: "Returns a SkillExpressionFilter with error information in the errors property.", AR_FN_DSC_FINDLANGUAGESKILL: "Searches for a language skill in the organization.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_DSC: "Performs a search for an ACD Skill in the Languages category and returns a Language Skill value if found.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_RV: "Returns the Language Skill value for the ACD Skill in the Languages category found in your organization if there was a unique match found, otherwise a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_PRM_DSC_0: "The language skill to look up in your organization. This will perform a search for an ACD Skill in the Languages category. The search will be performed in a case insensitive manner.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_EX_OUT_0: 'Returns the Language Skill for the ACD Skill named "Spanish - Written" from the Languages category if there is one skill with that name, otherwise a NOT_SET Language Skill.', AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_STR_EX_OUT_1: "A NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_DSC: "Returns a NOT_SET value for a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_RV: "Returns a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_LANGUAGESKILL_FINDLANGUAGESKILL_NTS_EX_OUT_0: "A NOT_SET Language Skill.", AR_FN_DSC_APPEND: "Creates a new string by appending two or more Strings together.", AR_FN_STR_APPEND_STR_STR_MORE_DSC: "Creates a new string by appending two or more Strings together.", AR_FN_STR_APPEND_STR_STR_MORE_RV: "Returns the concatenated string.", AR_FN_STR_APPEND_STR_STR_MORE_PRM_DSC_0: "The initial text. A NOT_SET String is treated as a blank string.", AR_FN_STR_APPEND_STR_STR_MORE_PRM_DSC_1: "The text to append to the initial text. A NOT_SET String is treated as a blank string.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_DSC: "Creates Audio by appending two or more Audio or prompts together.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_RV: "Returns the concatenated Audio.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_PRM_DSC_0: "The initial text.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_PRM_DSC_1: "The Audio or prompt to append.", AR_FN_AUDIO_APPENDAUDIO_ANY_ANY_MORE_EX_OUT_0: "An Audio object with the prompt Welcome followed by John.", AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_DSC: "Appends items to a Communication. This is a helper function that calls MakeCommunication with the supplied Communication value for the first parameter, followed by the rest of the parameter values.", AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_RV: "Returns the concatenated Communication.", AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_PRM_DSC_0: "The initial Communication.", AR_FN_COMMUNICATION_APPEND_COMMUNICATION_ANY_MORE_PRM_DSC_1: "The value to append to the initial Communication.", AR_FN_DSC_MAKECOMMUNICATION: "Creates a Communication by sequencing one or values together.", AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_DSC: "Creates a Communication by concatenating two or more values together.", AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_RV: "Returns the Communication object.", AR_FN_COMMUNICATION_MAKECOMMUNICATION_ANY_MORE_PRM_DSC_0: "An Any value.", AR_FN_DSC_LEFT: "Retrieves a substring of a specified length starting from the left-hand side of a supplied string.", AR_FN_STR_LEFT_STR_LNG_DSC: "Retrieves a substring of a specified length starting from the left-hand side of a supplied string.", AR_FN_STR_LEFT_STR_LNG_RV: "Returns the left portion of string supplied in srcString with the specified length. If the length of the string in the srcString parameter is less than the number of characters specified in the length parameter, the entire string in srcString is returned.", AR_FN_STR_LEFT_STR_LNG_PRM_DSC_0: "The source string.", AR_FN_STR_LEFT_STR_LNG_PRM_DSC_1: "The number of characters to return from the left portion of the string in the srcString parameter.", AR_FN_DSC_LENGTH: "Gets the number of characters in a string.", AR_FN_LNG_LENGTH_STR_DSC: "Calculates the number of characters in the supplied String value.", AR_FN_LNG_LENGTH_STR_RV: "Returns the number of characters in the String supplied in the text parameter.", AR_FN_LNG_LENGTH_STR_PRM_DSC_0: "The String to count the number of characters.", AR_FN_LNG_LENGTH_JSON_DSC: "Calculates the number of characters in the supplied JSON value that contains a string.", AR_FN_LNG_LENGTH_JSON_RV: "Returns the number of characters in the JSON string supplied in the text parameter.", AR_FN_LNG_LENGTH_JSON_PRM_DSC_0: "The JSON value that contains a string. If the supplied JSON value is not a string, this will invoke error handling. Remember the IsJsonString function can be used to check if a JSON value contains a string.", AR_FN_DSC_LOWER: "Converts a String to all lowercase characters.", AR_FN_STR_LOWER_STR_DSC: "Converts the supplied String value to a lowercase String in a culture invariant manner.", AR_FN_STR_LOWER_STR_RV: "Returns the input string in all lower case.", AR_FN_STR_LOWER_STR_PRM_DSC_0: "The string to lower case.", AR_FN_DSC_LTRIM: "Removes all whitespace from the left-hand side of the string and returns the resulting string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_LTRIM_STR_DSC: "Removes all whitespace from the left-hand side of the supplied String value and returns the resulting string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_LTRIM_STR_RV: "Returns a String with all whitespace removed from the left-hand side of the supplied String value. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_LTRIM_STR_PRM_DSC_0: "The String to left trim.", AR_FN_DSC_REPLACE: "Replaces all occurrences of specified text in a String with different text.", AR_FN_STR_REPLACE_STR_STR_STR_DSC: "Replaces all occurrences of a specified text in a String with different text.", AR_FN_STR_REPLACE_STR_STR_STR_RV: "Returns a string with the replaced values ( if any ).", AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_0: "The String that is to be searched.", AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_1: "The String that will be replaced. This is a case sensitive match.", AR_FN_STR_REPLACE_STR_STR_STR_PRM_DSC_2: "The String to replace the findString. A NOT_SET value is treated as a blank string.", AR_FN_DSC_REVERSE: "Returns a String in reverse order.", AR_FN_STR_REVERSE_STR_DSC: "Reverses the contents of the supplied String value.", AR_FN_STR_REVERSE_STR_RV: "Returns the String passed to the function in reverse order.", AR_FN_STR_REVERSE_STR_PRM_DSC_0: "The String to reverse.", AR_FN_DSC_RIGHT: "Retrieves a substring of a specified length from the right hand side of a string.", AR_FN_STR_RIGHT_STR_LNG_DSC: "Retrieves a substring of a specified length from the right hand side of a string.", AR_FN_STR_RIGHT_STR_LNG_RV: "Returns the right portion of string supplied in srcString with the specified length. If the length of the string in the srcString parameter is less than the number of characters specified in the length parameter, the entire string in srcString is returned.", AR_FN_STR_RIGHT_STR_LNG_PRM_DSC_0: "The source string.", AR_FN_STR_RIGHT_STR_LNG_PRM_DSC_1: "The number of characters to return from the right hand side of the string in the srcString parameter.", AR_FN_DSC_RTRIM: "Removes all whitespace from the right hand side of the string and returns the resulting string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_RTRIM_STR_DSC: "Removes all whitespace from the right hand side of the supplied String value. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_RTRIM_STR_RV: "Returns the string with all whitespace removed from the right hand side. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_RTRIM_STR_PRM_DSC_0: "The String to right trim.", AR_FN_DSC_SUBSTRING: "Gets part of a String that starts at a specified position and has the specified length.", AR_FN_STR_SUBSTRING_STR_LNG_LNG_DSC: "Gets part of a String that starts at a specified position and has the specified length.", AR_FN_STR_SUBSTRING_STR_LNG_LNG_RV: 'Returns a substring from the supplied string. If the starting position is past the end of the string, "" is returned.', AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_0: "The source String from which the substring will be taken.", AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_1: "The starting position of the String in the text parameter. The first position is 0.", AR_FN_STR_SUBSTRING_STR_LNG_LNG_PRM_DSC_2: "The length of the desired substring.", AR_FN_DSC_TRIM: "Removes all whitespace from the right and left side of the input string and returns the resulting trimmed string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_TRIM_STR_DSC: "Removes all whitespace from the left and right side of the supplied String value and returns the resulting string. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_TRIM_STR_RV: "Returns the string with all whitespace removed from the right and left hand side. Whitespace characters are space, tab, carriage return and line feed.", AR_FN_STR_TRIM_STR_PRM_DSC_0: "The String to trim.", AR_FN_DSC_UPPER: "Converts a String to all uppercase characters.", AR_FN_STR_UPPER_STR_DSC: "Converts the supplied String value to an uppercase String in a culture invariant manner.", AR_FN_STR_UPPER_STR_RV: "Returns the input string in all upper case.", AR_FN_STR_UPPER_STR_PRM_DSC_0: "The string to upper case.", AR_FN_DSC_CONTAINS: "Determines if a String contains the specified text.", AR_FN_BLN_CONTAINS_STR_STR_DSC: "Determines if a String contains the specified String in a case sensitive manner.", AR_FN_BLN_CONTAINS_STR_STR_RV: "Returns true if the text is found, otherwise false.", AR_FN_BLN_CONTAINS_STR_STR_PRM_DSC_0: "The String that will be scanned.", AR_FN_BLN_CONTAINS_STR_STR_PRM_DSC_1: "The text for which you are searching.", AR_FN_BLN_CONTAINS_STR_STR_BLN_DSC: "Determines if a String contains the specified String in a case sensitive or case insensitive manner.", AR_FN_BLN_CONTAINS_STR_STR_BLN_RV: "Returns true if the text is found, otherwise false.", AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_0: "The String that will be scanned.", AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_1: "The text for which you are searching.", AR_FN_BLN_CONTAINS_STR_STR_BLN_PRM_DSC_2: "Whether or not to perform a case insensitive (true) or case sensitive (false) search.", AR_FN_DSC_COMPARE: "Compares two specified String values and returns an Integer that indicates their relationship to one another in the sort order.", AR_FN_LNG_COMPARE_STR_STR_DSC: "Compares two specified String values and returns an Integer that indicates their relationship to one another by doing a character by character comparison. The comparison is case sensitive.", AR_FN_LNG_COMPARE_STR_STR_RV: "Returns 1 if the string in stringToCompare is greater than the string in stringToCompareTo, -1 if the string in stringToCompare is less than the string in stringToCompareTo and 0 if the string in stringToCompare is equal to the string in stringToCompareTo.", AR_FN_LNG_COMPARE_STR_STR_PRM_DSC_0: "The String to be compared.", AR_FN_LNG_COMPARE_STR_STR_PRM_DSC_1: "The String to compare to.", AR_FN_LNG_COMPARE_STR_STR_EX_OUT_2: "1 ( remember, we're comparing strings, not numbers here )", AR_FN_LNG_COMPARE_STR_STR_BLN_DSC: "Compares two specified String values and returns an Integer that indicates their relationship to one another by doing a character by character comparison.", AR_FN_LNG_COMPARE_STR_STR_BLN_RV: "Returns 1 if the string in stringToCompare is greater than the string in stringToCompareTo, -1 if the string in stringToCompare is less than the string in stringToCompareTo and 0 if the string in stringToCompare is equal to the string in stringToCompareTo.", AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_0: "The String to be compared.", AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_1: "The String to compare to.", AR_FN_LNG_COMPARE_STR_STR_BLN_PRM_DSC_2: "Whether or not to perform a case sensitive or case insensitive comparison.", AR_FN_DSC_SPLIT: "Identifies substrings in the supplied text separated by a delimiter.", AR_FN_STR_COLL_SPLIT_STR_STR_DSC: "Splits a string into one or more strings based on the supplied delimiter.", AR_FN_STR_COLL_SPLIT_STR_STR_RV: "Returns the substrings in the supplied text separated by a delimiter in a String collection.", AR_FN_STR_COLL_SPLIT_STR_STR_PRM_DSC_0: "The text to split.", AR_FN_STR_COLL_SPLIT_STR_STR_PRM_DSC_1: "The delimiting text between substrings.", AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_0: 'A String collection with items: "He", "", "o Wor", "d"', AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_1: 'A string collection with one item: ""', AR_FN_STR_COLL_SPLIT_STR_STR_EX_OUT_2: 'A String collection with items: "H", "e", "l", "l", "o", " ", "W", "o", "r", "l" and "d"', AR_FN_DSC_DAY: "Gets the day from the supplied value.", AR_FN_LNG_DAY_DATE_DSC: "Gets the day from a Date.", AR_FN_LNG_DAY_DATE_RV: "Returns the day of the month from a Date. The result will be from 1 to 31.", AR_FN_LNG_DAY_DATE_PRM_DSC_0: "The Date from which to get the day.", AR_FN_LNG_DAY_DTM_DSC: "Gets the day from a DateTime.", AR_FN_LNG_DAY_DTM_RV: "Returns the day of the month from a DateTime. The result will be from 1 to 31.", AR_FN_LNG_DAY_DTM_PRM_DSC_0: "The DateTime from which to get the day.", AR_FN_DSC_MONTH: "Gets the month from the supplied value.", AR_FN_LNG_MONTH_DATE_DSC: "Gets the month from a Date.", AR_FN_LNG_MONTH_DATE_RV: "Returns the month from the supplied Date. 1=January, 2=February, 3=March, 4=April, 5=May, 6=June, 7=July, 8=August, 9=September, 10=October, 11=November and 12=December.", AR_FN_LNG_MONTH_DATE_PRM_DSC_0: "The Date from which to get the month.", AR_FN_LNG_MONTH_DTM_DSC: "Gets the month from a DateTime.", AR_FN_LNG_MONTH_DTM_RV: "Returns the month from the supplied DateTime. 1=January, 2=February, 3=March, 4=April, 5=May, 6=June, 7=July, 8=August, 9=September, 10=October, 11=November and 12=December.", AR_FN_LNG_MONTH_DTM_PRM_DSC_0: "The DateTime from which to get the month.", AR_FN_DSC_YEAR: "Gets the year from the supplied value.", AR_FN_LNG_YEAR_DATE_DSC: "Gets the year from the supplied Date.", AR_FN_LNG_YEAR_DATE_RV: "Returns the year from the supplied Date.", AR_FN_LNG_YEAR_DATE_PRM_DSC_0: "The Date from which to get the year.", AR_FN_LNG_YEAR_DTM_DSC: "Gets the year from the supplied DateTime.", AR_FN_LNG_YEAR_DTM_RV: "Returns the year from the supplied DateTime.", AR_FN_LNG_YEAR_DTM_PRM_DSC_0: "The DateTime from which to get the year.", AR_FN_DSC_HOUR: "Gets the hour from the supplied value.", AR_FN_LNG_HOUR_TIME_DSC: "Gets the hour from the supplied Time.", AR_FN_LNG_HOUR_TIME_RV: "Returns the zero-based hour from the supplied Time. The number will range from 0 to 23 where 12AM is 0, 1AM is 1, ..., 11PM = 23", AR_FN_LNG_HOUR_TIME_PRM_DSC_0: "The Time from which to get the hour.", AR_FN_LNG_HOUR_DTM_DSC: "Gets the hour from the supplied DateTime.", AR_FN_LNG_HOUR_DTM_RV: "Returns the zero-based hour from the supplied DateTime. The number will range from 0 to 23 where 12AM is 0, 1AM is 1, ..., 11PM = 23", AR_FN_LNG_HOUR_DTM_PRM_DSC_0: "The DateTime from which to get the hour.", AR_FN_DSC_MINUTE: "Gets the minute from the supplied value.", AR_FN_LNG_MINUTE_DTM_DSC: "Gets the minute from the supplied DateTime.", AR_FN_LNG_MINUTE_DTM_RV: "Returns the minute from the supplied DateTime. The number will range from 0 to 59.", AR_FN_LNG_MINUTE_DTM_PRM_DSC_0: "The DateTime from which to get the minute.", AR_FN_LNG_MINUTE_TIME_DSC: "Gets the minute from the supplied Time.", AR_FN_LNG_MINUTE_TIME_RV: "Returns the minute from the supplied Time. The number will range from 0 to 59.", AR_FN_LNG_MINUTE_TIME_PRM_DSC_0: "The Time from which to get the minute.", AR_FN_DSC_SECOND: "Gets the second from the supplied value.", AR_FN_LNG_SECOND_DTM_DSC: "Gets the second from the supplied DateTime.", AR_FN_LNG_SECOND_DTM_RV: "Returns the second from the supplied DateTime. The number will range from 0 to 59.", AR_FN_LNG_SECOND_DTM_PRM_DSC_0: "The DateTime from which to get the second.", AR_FN_LNG_SECOND_TIME_DSC: "Gets the second from the supplied Time.", AR_FN_LNG_SECOND_TIME_RV: "Returns the second from the supplied Time. The number will range from 0 to 59.", AR_FN_LNG_SECOND_TIME_PRM_DSC_0: "The Time from which to get the second.", AR_FN_DSC_DATEDIFF: "Returns the difference between two Date values as a Duration.", AR_FN_DUR_DATEDIFF_DATE_DATE_DSC: "Calculates the difference between two Date values.", AR_FN_DUR_DATEDIFF_DATE_DATE_RV: "Returns the difference between the date1 and date2 parameters as a Duration. If the Date in date1 is after the date2, a positive Duration is returned. If the Date in date1 is before the date2, a negative Duration is returned. If they're the same, a 0 second Duration is returned.", AR_FN_DUR_DATEDIFF_DATE_DATE_PRM_DSC_0: "A Date value.", AR_FN_DUR_DATEDIFF_DATE_DATE_PRM_DSC_1: "The Date value to subtract.", AR_FN_DUR_DATEDIFF_DATE_DATE_EX_OUT_0: "A duration of 2 days.", AR_FN_DUR_DATEDIFF_DATE_DATE_EX_OUT_1: "A duration of -2 days.", AR_FN_DSC_DATETIMEDIFF: "Returns the difference between two DateTime values as a Duration.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_DSC: "Calculates the difference between two DateTime values.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_RV: "Returns the difference between the dateTime1 and dateTime2 parameters as a Duration. If the DateTime in dateTime1 is after the dateTime2, a positive Duration is returned. If the DateTime in dateTime1 is before the dateTime2, a negative Duration is returned. If they're the same, a 0 second Duration is returned.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_PRM_DSC_0: "A DateTime value.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_PRM_DSC_1: "The DateTime value to subtract.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_EX_OUT_0: "A duration of 2 hours.", AR_FN_DUR_DATETIMEDIFF_DTM_DTM_EX_OUT_1: "A duration of -2 hours.", AR_FN_DSC_TIMEDIFF: "Returns the difference between two Time values as a Duration.", AR_FN_DUR_TIMEDIFF_TIME_TIME_DSC: "Calculates the difference between two Time values.", AR_FN_DUR_TIMEDIFF_TIME_TIME_RV: "Returns the difference between the time1 and time2 parameters as a Duration. If the Time in time1 is after the time2, a positive Duration is returned. If the Time in time1 is before the time2, a negative Duration is returned. If they're the same, a 0 second Duration is returned.", AR_FN_DUR_TIMEDIFF_TIME_TIME_PRM_DSC_0: "A Time value.", AR_FN_DUR_TIMEDIFF_TIME_TIME_PRM_DSC_1: "The Time value to subtract.", AR_FN_DUR_TIMEDIFF_TIME_TIME_EX_OUT_0: "A duration of 2 hours.", AR_FN_DUR_TIMEDIFF_TIME_TIME_EX_OUT_1: "A duration of -2 hours.", AR_FN_DSC_DAYOFWEEK: "Gets the day of week from the supplied value.", AR_FN_LNG_DAYOFWEEK_DATE_DSC: "Gets the day of week from the supplied Date.", AR_FN_LNG_DAYOFWEEK_DATE_RV: "Returns the day of week from the supplied Date as a value from 1 to 7. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_LNG_DAYOFWEEK_DATE_PRM_DSC_0: "The Date from which to get the day of week.", AR_FN_LNG_DAYOFWEEK_DTM_DSC: "Gets the day of week from the supplied DateTime.", AR_FN_LNG_DAYOFWEEK_DTM_RV: "Returns the day of week from the supplied DateTime as a value from 1 to 7. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_LNG_DAYOFWEEK_DTM_PRM_DSC_0: "The DateTime from which to get the day of week.", AR_FN_DSC_GETDAYOFWEEKOCCURRENCE: "Calculates the DateTime for a specified occurrence of a day of week.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_DSC: "Calculates a DateTime for a specified occurrence of a day of week for a particular year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_RV: "Returns a DateTime for a specified occurrence of a day of the week for the year at 12:00:00AM. If the occurrence does not exist for the specified year, a NOT_SET DateTime value will be returned.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_0: "The desired day of week. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_1: "The occurrence number of the day of week to calculate for the specified year. Using a negative value computes the occurrence backward from the end of the year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_PRM_DSC_2: "The year to use for the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is March 5th, 2017 at 12:00:00AM which is the tenth Sunday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_1: "A DateTime whose value is December 29th, 2017 at 12:00:00AM which is the last Friday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_2: "A DateTime whose value is December 22nd, 2017 at 12:00:00AM which is the second to the last Friday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_EX_OUT_3: "A NOT_SET DateTime value because there is not a 53rd occurrence of Monday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_DSC: "Calculates a DateTime for a specified occurrence of a day of week within a particular month and year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_RV: "Returns a DateTime for a specified occurrence of a day of week within a month at 12:00:00AM. If the occurrence does not exist for the specified year and month, a NOT_SET DateTime value will be returned.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_0: "The desired day of week. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_1: "The occurrence number of the day of week to calculate for the specified month and year. Using a negative value computes the occurrence backward from the end of the month.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_2: "The year to use for the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_PRM_DSC_3: "The month to use for the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is April 9th, 2017 at 12:00:00AM which is the second Sunday in April, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_1: "A DateTime whose value is February 24th, 2017 at 12:00:00AM which is the last Friday in February, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_2: "A DateTime whose value is February 17th, 2017 at 12:00:00AM which is the second to the last Friday in February, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_EX_OUT_3: "A NOT_SET DateTime value because there is not a fifth occurrence of Tuesday in April, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_DSC: "Calculates a DateTime for a specified occurrence of a day of week for a particular year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_RV: "Returns the DateTime for a specified occurrence of a day of week for a year at the specified time. If the occurrence does not exist for the specified year, a NOT_SET DateTime value will be returned.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0: "The desired day of week. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1: "The occurrence number of the day of week to calculate for the specified year. Using a negative value computes the occurrence backward from the end of the year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2: "The year to use for the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3: "The hour to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4: "The minute to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5: "The second to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is December 29th, 2017 at 02:14:30AM which is the last Friday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_1: "A DateTime whose value is December 22nd, 2017 at 02:05:00AM which is the second to the last Friday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_2: "A DateTime whose value is May 14th, 2017 at 2:15:15AM which is the 20th Sunday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_3: "A NOT_SET DateTime value because there is not a 53rd occurrence of Tuesday in 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_DSC: "Calculates a DateTime for a specified occurrence of a day of week with a specified time within a particular month and year.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_RV: "Returns a DateTime for a specified occurrence of a day of week within a month at the specified time. If the occurrence does not exist for the specified year and month, a NOT_SET DateTime value will be returned.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0: "The desired day of week. Sunday=1, Monday=2, Tuesday=3, Wednesday=4, Thursday=5, Friday=6, Saturday=7", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1: "The occurrence number of the day of week to calculate for the specified month and year. Using a negative value computes the occurrence backward from the end of the month.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2: "The year to use in the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3: "The month to use in the occurrence calculation.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4: "The hour to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5: "The minute to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_6: "The second to use in the returned DateTime.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is April 9th, 2017 at 11:15:00AM which is the second Sunday in April, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_1: "A DateTime whose value is February 24th, 2017 at 02:30:00PM which is the last Friday in February, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_2: "A DateTime whose value is February 17th, 2017 at 05:00:00AM which is the second to the last Friday in February, 2017.", AR_FN_DTM_GETDAYOFWEEKOCCURRENCE_LNG_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_3: "A NOT_SET DateTime value because there is not a fifth occurrence of Tuesday in April, 2017.", AR_FN_DSC_GETMENUSSUPPORTSPEECHRECOGNITION: "Returns whether or not menus in the flow support speech recognition.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_DSC: "Whether or not menus in the flow support speech recognition for the language in which the flow is currently running.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_RV: "Returns whether or not menus in the flow support speech recognition for the current flow language.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_DSC: "Whether or not menus in the flow support speech recognition for a specified IETF language tag.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_RV: "Returns whether or not menus in the current flow support speech recognition for supplied IETF language tag. If you supply a NOT_SET language tag, the return value is a NOT_SET Boolean.", AR_FN_BLN_GETMENUSSUPPORTSPEECHRECOGNITION_STR_PRM_DSC_0: "The IETF language tag of the language to check.", AR_FN_DSC_WEEKNUM: "Gets the week number of a DateTime or Date.", AR_FN_LNG_WEEKNUM_DATE_DSC: "Gets the week number of a Date.", AR_FN_LNG_WEEKNUM_DATE_RV: "Returns the week number of the Date as an Integer between 1 and 53 inclusive.", AR_FN_LNG_WEEKNUM_DATE_PRM_DSC_0: "The Date value from which to get the week number.", AR_FN_LNG_WEEKNUM_DTM_DSC: "Gets the week number of a DateTime.", AR_FN_LNG_WEEKNUM_DTM_RV: "Returns the week number of the DateTime as an Integer between 1 and 53 inclusive.", AR_FN_LNG_WEEKNUM_DTM_PRM_DSC_0: "The DateTime value from which to get the week number.", AR_FN_DSC_MAKEDATE: "Returns a new instance of Date initialized with the specified values.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_DSC: "Creates a new Date for the supplied year, month and day.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_RV: "Returns a new Date from the supplied parameters.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_0: "The year of the new Date.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_1: "The month of the new Date.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_PRM_DSC_2: "The day of the new Date.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_EX_OUT_0: "A Date whose value is May 20th, 2014.", AR_FN_DATE_MAKEDATE_LNG_LNG_LNG_EX_OUT_1: "A Date whose value is January 1st, 2018.", AR_FN_DSC_MAKEDATETIME: "Returns a new instance of DateTime initialized with the specified values.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_DSC: "Creates a new DateTime in UTC.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_RV: "Returns a new DateTime from the supplied parameters in Coordinated Universal Time (UTC).", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0: "The year of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1: "The month of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2: "The day of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3: "The hour of the day of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4: "The minute of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_PRM_DSC_5: "The second of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is March 20th, 2009 at 12:00:00PM.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_DSC: "Creates a new DateTime for the specified date at 12:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_RV: "Returns a new DateTime from the date parameters at 12:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_0: "The year of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_1: "The month of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_PRM_DSC_2: "The day of the new DateTime.", AR_FN_DTM_MAKEDATETIME_LNG_LNG_LNG_EX_OUT_0: "A DateTime whose value is March 20th, 2009 at 12:00:00 AM.", AR_FN_DTM_MAKEDATETIME_DATE_TIME_DSC: "Creates a new DateTime from a supplied Date and Time.", AR_FN_DTM_MAKEDATETIME_DATE_TIME_RV: "Returns a new DateTime from the supplied Date and Time values.", AR_FN_DTM_MAKEDATETIME_DATE_TIME_PRM_DSC_0: "The UTC Date for the new DateTime. If the value is a NOT_SET Date then January 1st, 1970 is used.", AR_FN_DTM_MAKEDATETIME_DATE_TIME_PRM_DSC_1: "The UTC Time of the new DateTime. If the value is a NOT_SET time, then 12:00:00.000AM is used.", AR_FN_DSC_MAKEDURATION: "Returns a new instance of Duration initialized with the specified values.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_DSC: "Creates a Duration from the supplied values.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_RV: "Returns the new duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_0: "The number of days for the new Duration. A day is 86400 seconds.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_1: "The number of hours for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_2: "The number of minutes for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_PRM_DSC_3: "The number of seconds for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_0: "A Duration of 10 days and 30 minutes", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_1: "A negative Duration of 9 days, 23 hours and 30 minutes", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_EX_OUT_2: "A negative Duration of 10 days and 30 minutes", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_DSC: "Creates a Duration from the supplied values.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_RV: "Returns the new duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_0: "The number of days for the new Duration. A day is 86400 seconds.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_1: "The number of hours for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_2: "The number of minutes for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_3: "The number of seconds for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_PRM_DSC_4: "The number of milliseconds for the new Duration.", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_0: "A Duration of 10 days and 30 minutes", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_1: "A negative Duration of 9 days, 23 hours, 30 minutes, 10.5 seconds", AR_FN_DUR_MAKEDURATION_LNG_LNG_LNG_LNG_LNG_EX_OUT_2: "A negative Duration of 10 days and 30 minutes", AR_FN_DSC_MAKETIME: "Returns a new instance of Time initialized with the specified values.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_DSC: "Creates a new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_RV: "Returns a new Time from the supplied parameters.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_0: "The hour of the day of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_1: "The minute of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_PRM_DSC_2: "The second of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_EX_OUT_0: "A Time whose value is 12:05:00PM.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_DSC: "Creates a new Time with the ability to specify milliseconds.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_RV: "Returns a new Time from the supplied parameters.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_0: "The hour of the day of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_1: "The minute of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_2: "The second of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_PRM_DSC_3: "The milliseconds of the new Time.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_EX_OUT_0: "A Time whose value is 02:30:00AM.", AR_FN_TIME_MAKETIME_LNG_LNG_LNG_LNG_EX_OUT_1: "A Time whose value is 12:00:10.200PM.", AR_FN_DSC_ADDDAYS: "Adds a specified number of days to a value.", AR_FN_DTM_ADDDAYS_DTM_LNG_DSC: "Adds a specified number of days to a DateTime value. This works by incrementing or decrementing the day component of the date.", AR_FN_DTM_ADDDAYS_DTM_LNG_RV: "The resulting DateTime with the days added.", AR_FN_DTM_ADDDAYS_DTM_LNG_PRM_DSC_0: "The DateTime that will be used as the starting point.", AR_FN_DTM_ADDDAYS_DTM_LNG_PRM_DSC_1: "The number of days to add to the starting DateTime.", AR_FN_DTM_ADDDAYS_DTM_LNG_EX_OUT_0: "A DateTime of March 7th, 2009 at 12:00:00PM.", AR_FN_DATE_ADDDAYS_DATE_LNG_DSC: "Adds a specified number of days to a Date value. This works by incrementing or decrementing the day component of the date.", AR_FN_DATE_ADDDAYS_DATE_LNG_RV: "The resulting Date with the days added.", AR_FN_DATE_ADDDAYS_DATE_LNG_PRM_DSC_0: "The Date that will be used as the starting point.", AR_FN_DATE_ADDDAYS_DATE_LNG_PRM_DSC_1: "The number of days to add to the starting Date.", AR_FN_DATE_ADDDAYS_DATE_LNG_EX_OUT_0: "A Date of March 7th, 2009.", AR_FN_DSC_ADDDURATION: "Adds a Duration to a DateTime.", AR_FN_DATE_ADDDURATION_DATE_DUR_DSC: "Adds days to a Date. The number of days to add is calculated by taking the integral value of the total number of seconds in the supplied Duration value divided by 86400 ( the number of seconds in 1 day ).", AR_FN_DATE_ADDDURATION_DATE_DUR_RV: "Returns a Date that is the result of adding the number of days in the supplied duration to the Date value.", AR_FN_DATE_ADDDURATION_DATE_DUR_PRM_DSC_0: "A Date value.", AR_FN_DATE_ADDDURATION_DATE_DUR_PRM_DSC_1: "A Duration value that supplies the number of days to add to the Date value in startDate.", AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_0: "A Date whose value is January 20th, 2009.", AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_1: "A Date whose value is March 2nd, 2020.", AR_FN_DATE_ADDDURATION_DATE_DUR_EX_OUT_2: "A Date whose value is December 30th, 2019.", AR_FN_DTM_ADDDURATION_DTM_DUR_DSC: "Adds a Duration to a DateTime.", AR_FN_DTM_ADDDURATION_DTM_DUR_RV: "Returns a DateTime that is the result of adding the supplied Duration to the incoming DateTime value. Note that if the Duration contains fractional seconds, those are not added to the DateTime since DateTime does not support milliseconds.", AR_FN_DTM_ADDDURATION_DTM_DUR_PRM_DSC_0: "A DateTime value.", AR_FN_DTM_ADDDURATION_DTM_DUR_PRM_DSC_1: "A Duration value to add to the DateTime value in startDateTime.", AR_FN_DTM_ADDDURATION_DTM_DUR_EX_OUT_0: "A DateTime of January 20, 2009 at 7:00:00 AM.", AR_FN_TIME_ADDDURATION_TIME_DUR_DSC: "Adds a Duration to a Time. Addition of a Duration value to a Time value allows for wrap-around so adding three hours to a Time value of 23:00:00 will return a Time value of 02:00:00.", AR_FN_TIME_ADDDURATION_TIME_DUR_RV: "Returns a Time that is the result of adding the supplied Duration value to the supplied Time value.", AR_FN_TIME_ADDDURATION_TIME_DUR_PRM_DSC_0: "A Time value.", AR_FN_TIME_ADDDURATION_TIME_DUR_PRM_DSC_1: "A Duration value to add to the Time value in startTime.", AR_FN_DSC_ADDMONTHS: "Add a specified number of months to a value.", AR_FN_DTM_ADDMONTHS_DTM_LNG_DSC: "Adds a specified number of months to a DateTime.", AR_FN_DTM_ADDMONTHS_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of months to a starting DateTime.", AR_FN_DTM_ADDMONTHS_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDMONTHS_DTM_LNG_PRM_DSC_1: "The number of months to add to the starting DateTime.", AR_FN_DTM_ADDMONTHS_DTM_LNG_EX_OUT_0: "A DateTime of April 10, 2009 at 06:30:00 AM.", AR_FN_DTM_ADDMONTHS_DTM_LNG_EX_OUT_1: "A DateTime of February 28, 2009 at 06:30:00 AM.", AR_FN_DATE_ADDMONTHS_DATE_LNG_DSC: "Adds a specified number of months to a Date.", AR_FN_DATE_ADDMONTHS_DATE_LNG_RV: "Returns a Date that is the result of adding the specified number of months to a starting Date.", AR_FN_DATE_ADDMONTHS_DATE_LNG_PRM_DSC_0: "The starting Date.", AR_FN_DATE_ADDMONTHS_DATE_LNG_PRM_DSC_1: "The number of months to add to the starting Date.", AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_0: "A Date whose value is April 10th, 2009.", AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_1: "A Date whose value is February 29th, 2008.", AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_2: "A Date whose value is March 1st, 2009.", AR_FN_DATE_ADDMONTHS_DATE_LNG_EX_OUT_3: "A Date whose value is January 1st, 2020.", AR_FN_DSC_ADDYEARS: "Add the specified number of years to a value.", AR_FN_DTM_ADDYEARS_DTM_LNG_DSC: "Adds a specified number of years to a DateTime.", AR_FN_DTM_ADDYEARS_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of years to a starting DateTime.", AR_FN_DTM_ADDYEARS_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDYEARS_DTM_LNG_PRM_DSC_1: "The number of years to add to the starting DateTime.", AR_FN_DTM_ADDYEARS_DTM_LNG_EX_OUT_0: "A DateTime of January 10, 2012 at 06:30:00 AM.", AR_FN_DATE_ADDYEARS_DATE_LNG_DSC: "Adds a specified number of years to a Date.", AR_FN_DATE_ADDYEARS_DATE_LNG_RV: "Returns a Date that is the result of adding the specified number of years to a starting Date.", AR_FN_DATE_ADDYEARS_DATE_LNG_PRM_DSC_0: "The starting Date.", AR_FN_DATE_ADDYEARS_DATE_LNG_PRM_DSC_1: "The number of years to add to the starting Date.", AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_0: "A Date whose value is January 10th, 2015.", AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_1: "A Date whose value is January 10th, 2012.", AR_FN_DATE_ADDYEARS_DATE_LNG_EX_OUT_2: "A Date whose value is January 10th, 2009.", AR_FN_DSC_ADDHOURS: "Add the specified number of hours to a value.", AR_FN_DTM_ADDHOURS_DTM_LNG_DSC: "Adds a specified number of hours to a DateTime.", AR_FN_DTM_ADDHOURS_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of hours to a starting DateTime.", AR_FN_DTM_ADDHOURS_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDHOURS_DTM_LNG_PRM_DSC_1: "The number of hours to add to the starting DateTime.", AR_FN_DTM_ADDHOURS_DTM_LNG_EX_OUT_0: "A DateTime of January 10, 2009 at 09:30:00 AM.", AR_FN_TIME_ADDHOURS_TIME_LNG_DSC: "Adds a specified number of hours to a Time. Addition of hours to a Time value allows for wrap-around so adding three hours to a Time value of 22:00:00 will return a Time value of 01:00:00.", AR_FN_TIME_ADDHOURS_TIME_LNG_RV: "Returns a Time that is the result of adding the specified number of hours to a starting Time.", AR_FN_TIME_ADDHOURS_TIME_LNG_PRM_DSC_0: "The starting Time.", AR_FN_TIME_ADDHOURS_TIME_LNG_PRM_DSC_1: "The number of hours to add to the starting Time.", AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_0: "A Time whose value is 09:30:00AM.", AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_1: "A Time whose value is 09:30:00.500PM.", AR_FN_TIME_ADDHOURS_TIME_LNG_EX_OUT_2: "A Time whose value is 12:00:00PM.", AR_FN_DSC_ADDMINUTES: "Add the specified number of minutes to a value.", AR_FN_DTM_ADDMINUTES_DTM_LNG_DSC: "Adds a specified number of minutes to a DateTime.", AR_FN_DTM_ADDMINUTES_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of minutes to a starting DateTime.", AR_FN_DTM_ADDMINUTES_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDMINUTES_DTM_LNG_PRM_DSC_1: "The number of minutes to add to the starting DateTime.", AR_FN_DTM_ADDMINUTES_DTM_LNG_EX_OUT_0: "A DateTime of January 10, 2009 at 06:33:00 AM.", AR_FN_TIME_ADDMINUTES_TIME_LNG_DSC: "Adds a specified number of minutes to a Time. Addition of minutes to a Time value allows for wrap-around so adding 90 minutes to a Time value of 23:30:00 will return a Time value of 01:00:00.", AR_FN_TIME_ADDMINUTES_TIME_LNG_RV: "Returns a Time that is the result of adding the specified number of minutes to a starting Time.", AR_FN_TIME_ADDMINUTES_TIME_LNG_PRM_DSC_0: "The starting Time.", AR_FN_TIME_ADDMINUTES_TIME_LNG_PRM_DSC_1: "The number of minutes to add to the starting Time.", AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_0: "A Time whose value is 09:00:00AM.", AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_1: "A Time whose value is 08:30:00.500PM.", AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_2: "A Time whose value is 00:00:00AM.", AR_FN_TIME_ADDMINUTES_TIME_LNG_EX_OUT_3: "A Time whose value is 00:30:00AM.", AR_FN_DSC_ADDSECONDS: "Add the specified number of seconds to a value.", AR_FN_DTM_ADDSECONDS_DTM_LNG_DSC: "Adds a specified number of seconds to a DateTime.", AR_FN_DTM_ADDSECONDS_DTM_LNG_RV: "Returns a DateTime that is the result of adding the specified number of seconds to a starting DateTime.", AR_FN_DTM_ADDSECONDS_DTM_LNG_PRM_DSC_0: "The starting DateTime.", AR_FN_DTM_ADDSECONDS_DTM_LNG_PRM_DSC_1: "The number of seconds to add to the starting DateTime.", AR_FN_DTM_ADDSECONDS_DTM_LNG_EX_OUT_0: "A DateTime of January 10, 2009 at 06:30:03 AM.", AR_FN_TIME_ADDSECONDS_TIME_LNG_DSC: "Adds a specified number of seconds to a Time. Addition of seconds to a Time value allows for wrap-around so adding 300 seconds to a Time value of 23:57:00 will return a Time value of 00:02:00.", AR_FN_TIME_ADDSECONDS_TIME_LNG_RV: "Returns a Time that is the result of adding the specified number of seconds to a starting Time.", AR_FN_TIME_ADDSECONDS_TIME_LNG_PRM_DSC_0: "The starting Time.", AR_FN_TIME_ADDSECONDS_TIME_LNG_PRM_DSC_1: "The number of seconds to add to the starting Time.", AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_0: "A Time whose value is 00:35:30AM.", AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_1: "A Time whose value is 11:30:00PM.", AR_FN_TIME_ADDSECONDS_TIME_LNG_EX_OUT_2: "A Time whose value is 06:30:00.500AM.", AR_FN_DSC_LOGICALIF: "Performs a logical if and returns one value if the supplied condition is true and a different value if the supplied condition is false.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_RV: "If value in the condition parameter evaluates to true, the value in the trueValue parameter is returned. If the value of the condition evaluates to false, the value of the falseValue parameter is returned.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_1: "The value to return if the condition is true.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_PRM_DSC_2: "The value to return if the condition is false or a NOT_SET Boolean.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_4: 'A Currency with an amount of 10.00 and code of "USD".', AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_5: "The DateTime of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC)", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_6: "A Duration of 1 hour.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_7: 'The User with the name "Doe, John".', AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_8: "The Skill of Spanish.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_9: "The Date whose value is June 1st, 2010.", AR_FN_ANY_LOGICALIF_BLN_ANY_ANY_EX_OUT_10: "The Time whose value is 12:00:00PM.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueParameter is returned. Otherwise the value of falseParameter is returned. Only the trueValue or falseValue parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValue and falseValue parameters must be the same.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_RV: "If value in the condition parameter evaluates to true, the value in the trueValue parameter is returned. If the value of the condition evaluates to false or a NOT_SET Boolean, the value of the falseValue parameter is returned.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_1: "The collection value to return if the condition is true.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_PRM_DSC_2: "The collection value to return if the condition is false or a NOT_SET Boolean.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_0: 'A currency collection with one item. The Currency item has an amount of 10.00 and code of "USD".', AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_1: "The collection with the Boolean value true.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_2: 'The String collection with the "hello" string in it.', AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_3: "The Integer collection with the value 100 in it.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_4: "The Integer collection with the value 100.5 in it.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_5: "A DateTime collection with the DateTime value of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC).", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_6: "The Duration collection with the Duration of 1 hour.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_7: 'A User collection with the User whose username is "john.doe@company.com".', AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_8: "A Skill collection with the Skill of Spanish.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_9: "A Skill collection with one NOT_SET Skill in it.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_10: "The Date collection with one Date item whose value is June 1st, 2010.", AR_FN_ANY_COLL_LOGICALIF_BLN_ANY_COLL_ANY_COLL_EX_OUT_11: "The Time collection with one Time item whose value is 12:00:00PM.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_DSC: "Evaluates the Boolean passed in the condition parameter and if the result is true, the value of the trueValueAudio is returned. Otherwise the value of falseValueAudio is returned. Only the trueValueAudio or falseValueAudio parameter will be evaluated based on the result the condition parameter. The type of data passed in to trueValueAudio and falseValueAudio parameters must be the same.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_RV: "If value in the condition parameter evaluates to true, the Audio value in the trueValueAudio parameter is returned. If the value of the condition evaluates to false or a NOT_SET Boolean, the value of the falseValueAudio parameter is returned.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_0: "The condition to check. A NOT_SET Boolean is considered false.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_1: "The Audio value to return if the condition is true.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_PRM_DSC_2: "The Audio value to return if the condition is false or a NOT_SET Boolean.", AR_FN_AUDIO_LOGICALIF_BLN_AUDIO_AUDIO_EX_OUT_0: 'Audio for the string "Hello" spoken via. text to speech.', AR_FN_DSC_AREEQUAL: "Checks whether all of the arguments are equal.", AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_DSC: "Returns a Boolean saying whether all of the arguments are equal.", AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_RV: "Returns true if all instances of valueToCompare are equal to the valueToCompareTo value, otherwise false.", AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_PRM_DSC_0: "The value to check.", AR_FN_BLN_AREEQUAL_ANY_ANY_MORE_PRM_DSC_1: "This value will be compared to the value in the valueToCompare parameter.", AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_DSC: "Checks to see if two collections are equal or not. To be considered equal, the collections must have the same number of items and each item in one collection must be equal to the corresponding element in the other collection.", AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_RV: "Returns a boolean indicating if the two collections are equal or not.", AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_PRM_DSC_0: "This collection will be compared to the collection in valueToCompareTo.", AR_FN_BLN_AREEQUAL_ANY_COLL_ANY_COLL_PRM_DSC_1: "The collection to check against.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_DSC: "Returns a Boolean indicating if two or more String values are equal.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_RV: "Returns true if value in valueToCompare is equal to the valueToCompareTo value, otherwise false.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_0: "Whether or not to perform a case sensitive or case insensitive comparison of the strings.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_1: "This value will be compared to the value in the valueToCompareTo parameter.", AR_FN_BLN_AREEQUAL_BLN_STR_STR_MORE_PRM_DSC_2: "The value to check against.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_DSC: "Checks to see if two String collections are equal or not. To be considered equal, the collections must have the same number of items and each item in one collection must be equal to the corresponding element in the other collection.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_RV: "Returns a boolean indicating if the two collections are equal or not.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_0: "Whether or not to perform case sensitive or case insensitive comparisons of items in the collections.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_1: "This collection will be compared to the collection in valueToCompareTo.", AR_FN_BLN_AREEQUAL_BLN_STR_COLL_STR_COLL_PRM_DSC_2: "The collection to check against.", AR_FN_DSC_ISSKILLEXPRESSIONFILTERVALID: "Determines whether a Skill Expression Filter is valid by checking if its normalized text has at least one character.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_DSC: "Returns true if the supplied skill expression filter's normalized text has at least one character. Returns false if the skill expression filter is NOT_SET or if the normalized text is empty or NOT_SET.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_RV: "Returns true if the skill expression filter's normalized text has at least one character. Returns false if the skill expression filter is NOT_SET or if the normalized text is empty or NOT_SET.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_PRM_DSC_0: "The Skill Expression Filter to validate.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_EX_OUT_0: "Returns true if the normalized text has at least one character.", AR_FN_BLN_ISSKILLEXPRESSIONFILTERVALID_SKILLEXPRESSIONFILTER_EX_OUT_1: "Returns false because the skill expression filter is NOT_SET.", AR_FN_DSC_ARESKILLEXPRESSIONFILTERSVALID: "Determines the validity of a Skill Expression Filter collection.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_DSC: "Determines the validity of a Skill Expression Filter collection. Returns true if all Skill Expression Filters in the collection are valid. Returns false if the collection is empty or if any Skill Expression Filter in the collection is invalid.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_RV: "Returns true if all Skill Expression Filters in the collection are valid. Returns false if the collection is empty or if any Skill Expression Filter in the collection is invalid.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_PRM_DSC_0: "The Skill Expression Filter collection to validate.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_EX_OUT_0: "Returns true if all Skill Expression Filters in the collection are valid.", AR_FN_BLN_ARESKILLEXPRESSIONFILTERSVALID_SKILLEXPRESSIONFILTER_COLL_EX_OUT_1: "Returns false because the collection is empty.", AR_FN_DSC_ISSET: "Determines whether or not a value is set by testing to see if it is not equal to NOT_SET.", AR_FN_BLN_ISSET_ANY_DSC: "Determines whether or not the supplied value is NOT_SET.", AR_FN_BLN_ISSET_ANY_RV: "Returns a Boolean true if the value passed in is NOT_SET.", AR_FN_BLN_ISSET_ANY_PRM_DSC_0: "The value to test to see if it is set or not.", AR_FN_BLN_ISSET_AUDIO_DSC: "Determines whether or not the supplied Audio value is NOT_SET.", AR_FN_BLN_ISSET_AUDIO_RV: "Returns a Boolean true if the Audio value passed in is NOT_SET.", AR_FN_BLN_ISSET_AUDIO_PRM_DSC_0: "The Audio value to test to see if it is set or not.", AR_FN_BLN_ISSET_NTS_DSC: "Returns a boolean false.", AR_FN_BLN_ISSET_NTS_RV: "Returns a Boolean false.", AR_FN_BLN_ISSET_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DSC_GETAT: "Gets an item at a specified index in a collection.", AR_FN_ANY_GETAT_ANY_COLL_LNG_DSC: "Gets an item at a specified index in a collection.", AR_FN_ANY_GETAT_ANY_COLL_LNG_RV: "Returns the item at the specified index in the collection.", AR_FN_ANY_GETAT_ANY_COLL_LNG_PRM_DSC_0: "The collection from which to get an item.", AR_FN_ANY_GETAT_ANY_COLL_LNG_PRM_DSC_1: "The zero-based index of the item to get from the collection.", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_4: 'A Currency value with a NOT_SET amount and code of "USD"', AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_5: "The DateTime of May 5th, 2009 at 10:30:00 AM in Coordinated Universal Time (UTC).", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_6: "The duration of 10 days and 30 minutes.", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_7: "The Spanish Skill", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_8: 'The User with the username of "john.doe@company.com"', AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_9: "A NOT_SET Skill.", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_10: "The Date whose value is January 10th, 2015.", AR_FN_ANY_GETAT_ANY_COLL_LNG_EX_OUT_11: "The Time whose value is 02:15:00PM.", AR_FN_JSON_GETAT_JSON_LNG_DSC: "For a given JSON value, if the value contains an array this returns an item from the array or if the value contains a string, this returns a character at the supplied index.", AR_FN_JSON_GETAT_JSON_LNG_RV: "Returns the item from the supplied JSON array or character from the supplied JSON string value as a JSON value.", AR_FN_JSON_GETAT_JSON_LNG_PRM_DSC_0: "The JSON value that contains an array with the item to return or string value whose character you want to return. If the supplied JSON value does not contain an array or string, this will invoke error handling. Remember the IsJsonArray or IsJsonString functions can be used to check if a JSON value contains an array or string.", AR_FN_JSON_GETAT_JSON_LNG_PRM_DSC_1: "The zero-based index of the item in the JSON value array or character position in the JSON value string to return. Attempting to access an array item or string character using a negative index or an index that is greater than or equal to the number of items in the array or length of the string will invoke error handling.", AR_FN_JSON_GETAT_JSON_LNG_EX_OUT_0: 'A JSON String containing the value "b"', AR_FN_JSON_GETAT_JSON_LNG_EX_OUT_1: 'A JSON value containing the string "l".', AR_FN_DSC_COUNT: "Gets the number of items in a collection.", AR_FN_LNG_COUNT_ANY_COLL_DSC: "Gets the number of items in a collection.", AR_FN_LNG_COUNT_ANY_COLL_RV: "Returns the number of items in a collection.", AR_FN_LNG_COUNT_ANY_COLL_PRM_DSC_0: "The Boolean collection to count.", AR_FN_LNG_COUNT_JSON_DSC: "Counts the number of items within a JSON value that contains an array.", AR_FN_LNG_COUNT_JSON_RV: "Returns the number of items in the JSON array.", AR_FN_LNG_COUNT_JSON_PRM_DSC_0: "The JSON value with the array to count. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_DSC_ESCAPEFORMARKDOWN: "Escapes text for verbatim usage in Markdown.", AR_FN_STR_ESCAPEFORMARKDOWN_STR_DSC: 'Certain characters have special meaning in Markdown syntax. For example, using the "#" character indicates text following the "#" should be rendered as a heading. In order to see characters verbatim so they are not interpreted as formatting characters, they need to be escaped with a backslash. This function escapes "\\", "`", "*", "_", "{", "}", "[", "]", "(", ")" and "#" characters by pre-pending them with a "\\" from the supplied String value.', AR_FN_STR_ESCAPEFORMARKDOWN_STR_RV: "Returns the escaped String.", AR_FN_STR_ESCAPEFORMARKDOWN_STR_PRM_DSC_0: "The String to escape for Markdown.", AR_FN_STR_ESCAPEFORMARKDOWN_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_DSC_ESCAPEFORXML: "Escapes text for verbatim usage in XML.", AR_FN_STR_ESCAPEFORXML_STR_DSC: `Certain characters have special meaning in XML. For example, < and > are used to define tags in XML but if you want to need to use those characters verbatim so they are not interpreted as XML, they need to be escaped. This function escapes the " character to ", ' to ', < to <, > to > and & to &.`, AR_FN_STR_ESCAPEFORXML_STR_RV: "Returns the escaped String.", AR_FN_STR_ESCAPEFORXML_STR_PRM_DSC_0: "The String to escape for XML.", AR_FN_STR_ESCAPEFORXML_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_DSC_FIND: "Finds all occurrences of an item in a collection and returns an Integer collection of indices where that item was found. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_DSC: "Finds all occurrences of an item in a collection and returns an Integer collection of indices where that item was found.", AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_RV: "Returns the index of all occurrences of an item in a collection in an Integer collection. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_PRM_DSC_0: "The Collection you want to search.", AR_FN_LNG_COLL_FIND_ANY_COLL_ANY_PRM_DSC_1: "The value to find.", AR_FN_DSC_FINDFIRST: "Finds the first occurrence of an item in a collection and returns an Integer indicating the index where that item was found. If the item is not found, -1 will be returned.", AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_DSC: "Finds the first occurrence of an item in a collection and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_RV: "Returns the index of the first occurrence of an item in a collection as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_PRM_DSC_0: "The Collection you want to search.", AR_FN_LNG_FINDFIRST_ANY_COLL_ANY_PRM_DSC_1: "The value to find.", AR_FN_DSC_FINDITEMS: "Finds all occurrences of a knowledge base document labels in a knowledge base document label collection by label name and returns an Integer collection of indices where the items were found. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_DSC: "Finds all occurrences of a knowledge base document labels in a knowledge base document label collection by label name and returns an Integer collection of indices where the items were found.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_RV: "Returns the index of all occurrences of a knowledge base document labels in a collection in an Integer collection. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_0: "The knowledge base document label collection.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_1: "The knowledge base document label name to find.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_EX_OUT_1: 'Returns the indices of the label "Welcome Article" as an array of Integers, if it can be found within Flow.KnowledgeBaseDocument.labels. If the supplied label is not found, this returns an empty Integer array.', AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_DSC: "Finds all occurrences of a knowledge base document labels in a knowledge base document label collection and returns an Integer indicating the index where the items were found.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_RV: "Returns the index of all occurrences of a knowledge base document labels in a collection in an Integer collection. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_0: "The knowledge base document label collection.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_1: "The name of the knowledge base document label property to match on.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_PRM_DSC_2: "The value of the knowledge base document label property to match on.", AR_FN_LNG_COLL_FINDITEMS_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_STR_EX_OUT_1: 'Returns the indices of the label "Welcome Article" as an array of Integers, if labels with that name can be found within Flow.KnowledgeBaseDocument.labels. If the supplied label is not found, this returns an empty Integer array.', AR_FN_DSC_FINDFIRSTITEM: "Finds the first occurrence of an item in a collection and returns an Integer indicating the index where the item was found. If the item is not found, -1 will be returned.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_DSC: "Finds the first occurrence of a knowledge base document label in a knowledge base document label collection by label name and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_RV: "Returns the index of the first occurrence of a knowledge base document labels in a collection as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_0: "The knowledge base document label collection.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_PRM_DSC_1: "The knowledge base document label name to find.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENTLABEL_COLL_STR_EX_OUT_1: 'Returns the first index of the label "Welcome Article" as an integer, if it can be found within Flow.KnowledgeBaseDocument.labels. If the supplied label is not found, this returns -1.', AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_DSC: "Finds the first occurrence of a knowledge base document label in a knowledge base document label collection and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_RV: "Returns the index of the first occurrence of a knowledge base document labels in a collection as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_0: "The knowledge base document label collection.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_1: "The name of the knowledge base document label property to match on.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_PRM_DSC_2: "The value of the knowledge base document label property to match on.", AR_FN_LNG_FINDFIRSTITEM_KNOWLEDGEBASEDOCUMENT_COLL_STR_STR_EX_OUT_1: 'Returns the first index of the label "Welcome Article" as an integer, if a label with that name can be found within Flow.KnowledgeBaseDocument.labels. If the supplied label is not found, this returns -1.', AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_DSC: "Finds the first occurrence of a customer segment in an assigned customer segment collection by customer segment name and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_RV: "Returns the index of the first occurrence of an assigned customer segment in a collection as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_PRM_DSC_0: "The assigned customer segment collection to search.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_PRM_DSC_1: "The customer segment name to find.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_EX_OUT_1: 'Returns the first index of the segment with name "Gold Tier" as an integer, if it can be found within the assigned customer segment collection. If the supplied segment is not found, this returns -1.', AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_DSC: "Finds the first occurrence of a customer segment in an assigned customer segment collection by property name and value and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_RV: "Returns the index of the first occurrence of an assigned customer segment in a collection as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_PRM_DSC_0: "The assigned customer segment collection to search.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_PRM_DSC_1: "The name of the assigned customer segment property to match on.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_PRM_DSC_2: "The value of the assigned customer segment property to match on.", AR_FN_LNG_FINDFIRSTITEM_ASSIGNEDCUSTOMERSEGMENT_COLL_STR_STR_EX_OUT_1: "Returns the first index of the assigned customer segment where the specified property matches the given value. If no match is found, this returns -1.", AR_FN_DSC_FINDJSONARRAYITEM: "Finds all occurrences of an item in a JSON value that contains an array and returns an Integer collection of indices where that item was found. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_DSC: "Finds all occurrences of an item in a JSON array and returns an Integer collection of indices where that item was found.", AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_RV: "Returns the index of all occurrences of an item in a JSON array in an Integer collection. If the item is not found, an empty Integer collection is returned.", AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_PRM_DSC_0: "The source JSON value that contains a JSON array for the find operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_LNG_COLL_FINDJSONARRAYITEM_JSON_ANY_PRM_DSC_1: "The value to find.", AR_FN_DSC_FINDJSONARRAYITEMFIRST: "Finds the first occurrence of an item in a JSON value that contains an array and returns an Integer indicating the index where that item was found. If the item is not found, -1 will be returned.", AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_DSC: "Finds the first occurrence of an item in a JSON array and returns an Integer indicating the index where that item was found.", AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_RV: "Returns the index of the first occurrence of an item in a JSON array as an Integer. If the item is not found, -1 is returned.", AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_PRM_DSC_0: "The source JSON value that contains a JSON array for the find operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_LNG_FINDJSONARRAYITEMFIRST_JSON_ANY_PRM_DSC_1: "The value to find.", AR_FN_DSC_MAKELIST: "Creates a collection with the specified parameters.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_DSC: "Creates a collection with the specified items.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_RV: "Returns a collection with the specified elements.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_PRM_DSC_0: "Item to add to the collection.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_0: "A Currency collection with two currency items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_1: "A DateTime collection with two date times in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_2: "A Decimal collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_3: "A Duration collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_4: "An Integer collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_5: "A String collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_6: "A Boolean collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_7: "A User collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_8: "A Skill collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_9: "A Skill collection with two items in it.", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_10: "A ListPickerItem collection with two items in it", AR_FN_ANY_COLL_MAKELIST_ANY_MORE_EX_OUT_11: "A ListPickerSection collection with one items in it", AR_FN_DSC_MAKEEMPTYLIST: "Creates an empty collection based on the type value passed in.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_DSC: "Creates an empty collection with the type specified in the item parameter.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_RV: "Returns an empty collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_PRM_DSC_0: "The item whose type will determine the type of the empty collection returned.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_0: "An empty Currency collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_1: "An empty DateTime collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_2: "An empty Decimal collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_3: "An empty Duration collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_4: "An empty Integer collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_5: "An empty String collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_6: "An empty Boolean collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_7: "An empty User collection.", AR_FN_ANY_COLL_MAKEEMPTYLIST_ANY_MORE_EX_OUT_8: "An empty Skill collection.", AR_FN_DSC_ADDITEM: "Adds an item to a collection.", AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_DSC: "Adds a new item value to the end of a collection.", AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_RV: "Returns a new collection value whose contents is the supplied source collection plus the valueToAdd value appended to the end.", AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_PRM_DSC_0: "The source collection for the add operation.", AR_FN_ANY_COLL_ADDITEM_ANY_COLL_ANY_PRM_DSC_1: "The value to add to the returned collection. This must be the same data type as the source collection.", AR_FN_DSC_ADDJSONARRAYITEM: "Adds an item to a collection.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_DSC: "Creates a new JSON value that contains an array with items cloned from the supplied JSON value array with the value to add item value appended to the resulting array. The supplied JSON array is left unchanged.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_RV: "Returns a JSON value with the item added to the array.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_PRM_DSC_0: "The JSON value that contains an array for the add operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_PRM_DSC_1: "The value to add to the array contained in the returned JSON value.", AR_FN_JSON_ADDJSONARRAYITEM_JSON_ANY_EX_OUT_0: 'A JSON value containing the following array: [ "a", 2, "c", "d" ]', AR_FN_DSC_ADDITEMAT: "Adds a new item value to a collection at a specific index.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_DSC: "Adds a new item to a collection by inserting it at a specified index.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_RV: "Returns a new collection value whose contents is the supplied source collection contents with the valueToAdd value inserted at the specified index.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_0: "The source collection for the add operation.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_1: "The zero-based index where the valueToAdd value will be inserted in the returned collection. To insert at the beginning of the returned collection, use an index value of 0. An index value less than or equal to the source collection length will append the valueToAdd item value in the returned collection.", AR_FN_ANY_COLL_ADDITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_2: "The value to add to the returned collection. This must be the same data type as the source collection.", AR_FN_DSC_ADDJSONARRAYITEMAT: "Adds a new item to an array contained in a JSON value at a specific index in that array.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_DSC: "Creates a new JSON value that contains an array with items cloned from the supplied JSON value array with the value to add inserted at the specified index. The supplied JSON array is left unchanged.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_RV: "Returns a JSON value that contains an array with the item added at the specified index.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_0: "The JSON value with an array for the addJsonArrayItemAt operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_1: "The zero-based index where the valueToAdd value will be inserted in the returned Array. To insert at the beginning of the returned Array, use an index value of 0. An index value mediumr than or equal to the source collection length will append the valueToAdd item value to the returned array.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_2: "The value to add to the returned JSON array.", AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_0: 'A JSON value with an array that contains the values: [ 0, 1, 2, "Hello" ]', AR_FN_JSON_ADDJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_1: 'A JSON value with an array that contains the values: [ "Goodbye", "Hello" ]', AR_FN_DSC_REMOVEDUPS: "Removes duplicate values from a collection.", AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_DSC: "Removes all duplicate values from the supplied source collection and returns the resulting collection value. To determine if a collection item is a duplicate of another, this function uses the equals operator when comparing the two collection items. Duplicate values that follow the first occurrence of a value are removed from the collection.", AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_RV: "Returns a new collection value with duplicate collection items removed.", AR_FN_ANY_COLL_REMOVEDUPS_ANY_COLL_PRM_DSC_0: "The source collection for the duplicate removal operation.", AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_DSC: "Removes all duplicate String values from the source collection and returns the resulting collection value. This function has an option to perform case insensitive String value checking. Duplicate String values that follow the first occurrence of a String value are removed from the collection.", AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_RV: "Returns a new collection value with duplicate String items removed.", AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_PRM_DSC_0: "The source collection for the duplicate removal operation.", AR_FN_STR_COLL_REMOVEDUPS_STR_COLL_BLN_PRM_DSC_1: "Whether or not to perform case insensitive (true) or case sensitive (false) String matching to determine duplicates for String values in the source collection.", AR_FN_DSC_REMOVEJSONARRAYDUPS: "Returns a JSON value that contains an array with duplicate values removed from a supplied JSON value that contains an array.", AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_DSC: "Creates a new JSON value that contains an array with unique items cloned from the supplied JSON value array. The supplied JSON array is left unchanged.", AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_RV: "Returns a new JSON value that contains an array by cloning only unique values in the array in the supplied JSON value.", AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_PRM_DSC_0: "The source JSON value that contains an array for the duplicate removal operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REMOVEJSONARRAYDUPS_JSON_EX_OUT_0: 'A JSON value that contains an array with items [ 100, 150, false, { "a": 5 } ]', AR_FN_DSC_REMOVEITEM: "Removes one or more items from a collection by value.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_DSC: "Removes all occurrences of a value from a collection and returns the resulting collection value.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_RV: "Returns a new collection value whose contents is the supplied source collection value without source collection items that were equal to the valueToRemove value.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_PRM_DSC_0: "The source collection for the remove operation.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_PRM_DSC_1: "The value to remove from the collection. This must be the same data type as the source collection.", AR_FN_ANY_COLL_REMOVEITEM_ANY_COLL_ANY_EX_OUT_4: "An empty Integer collection.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_DSC: "Removes all occurrences of a String value from a String collection and returns the resulting String collection value.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_RV: "Returns a new String collection value whose contents is the supplied source collection value without source collection String items whose value was equal to the valueToRemove value.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_0: "The source String collection for the remove operation.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_1: "The String value to remove from the collection.", AR_FN_STR_COLL_REMOVEITEM_STR_COLL_STR_BLN_PRM_DSC_2: "Whether or not to perform case insensitive (true) or case sensitive (false) matching for String values in the source collection.", AR_FN_DSC_REMOVEJSONARRAYITEM: "Removes one or more items from a JSON value that contains an array.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_DSC: "Removes all occurrences of a value in a JSON array and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_RV: "Returns a new JSON value that contains a JSON array without items that are equal to the supplied valueToRemove value.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_PRM_DSC_0: "The source JSON value that contains an array for the remove operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_PRM_DSC_1: "The value to remove from the JSON array.", AR_FN_JSON_REMOVEJSONARRAYITEM_JSON_ANY_EX_OUT_0: 'A JSON value that contains an array of [ "There" ].', AR_FN_DSC_REMOVEITEMAT: "Removes an item from a collection at a specific index.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_DSC: "Removes an item from a collection by its index and returns the resulting collection value.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_RV: "Returns a new collection value whose contents is the supplied source collection items without the item at the specified index.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_PRM_DSC_0: "The source collection for the remove operation.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_PRM_DSC_1: "The zero-based index of the item to remove from the collection.", AR_FN_ANY_COLL_REMOVEITEMAT_ANY_COLL_LNG_EX_OUT_0: "An empty String collection.", AR_FN_DSC_REMOVEJSONARRAYITEMAT: "Removes an item from an array in a JSON value at a specific index.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_DSC: "Removes a value at a specified index in a JSON array and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_RV: "Returns a new JSON value that contains a JSON array without the item at the supplied array's index.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_PRM_DSC_0: "The source JSON value that contains an array for the remove operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_PRM_DSC_1: "The zero-based index of the item to remove from the JSON array. If the index is less than 0 or greater than or equal to the number of items in the array, this will invoke error handling.", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_EX_OUT_0: "A JSON value that contains an array with items [ 100, false ].", AR_FN_JSON_REMOVEJSONARRAYITEMAT_JSON_LNG_EX_OUT_1: "A JSON value that contains an array with the item [ false ].", AR_FN_DSC_REPLACEITEM: "Replaces one or more items in a collection with a new value.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_DSC: "Replaces all occurrences of a value in a collection with a new value and returns the resulting collection value.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_RV: "Returns a new collection value whose contents is the supplied source collection value with all collection items equal to valueToReplace replaced with the newValue value.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_0: "The source collection for the replace operation.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_1: "The item value to replace in the collection. This must be the same data type as the source collection.", AR_FN_ANY_COLL_REPLACEITEM_ANY_COLL_ANY_ANY_PRM_DSC_2: "The replacement item value. This must be the same data type as the source collection.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_DSC: "Replaces all occurrences of a String value in a collection with a new String value and returns the resulting String collection value.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_RV: "Returns a new String collection value whose contents is the supplied source collection value with all String collection items equal to valueToReplace replaced with the newValue String value.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_0: "The source String collection for the replace operation.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_1: "The item String value to replace in the collection.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_2: "The replacement item String value.", AR_FN_STR_COLL_REPLACEITEM_STR_COLL_STR_STR_BLN_PRM_DSC_3: "Whether or not to perform case insensitive (true) or case sensitive (false) matching for String values in the source collection.", AR_FN_DSC_REPLACEJSONARRAYITEM: "Replaces one or more items from a JSON value that contains an array.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_DSC: "Replaces all occurrences of a value in a JSON array with a new value and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_RV: "Returns a new JSON value that contains an array with replaced values.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_0: "The source JSON value that contains a JSON array for the replace operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_1: "The item value to replace in the returned array.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_PRM_DSC_2: "The replacement item value.", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_0: 'A JSON value that contains the array [ "Goodbye" ]', AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_1: "A JSON value that contains the array [0, 2, 4, 6, 8]", AR_FN_JSON_REPLACEJSONARRAYITEM_JSON_ANY_ANY_EX_OUT_2: "A JSON value that contains the array [0, null, 100]", AR_FN_DSC_REPLACEITEMAT: "Replaces an item in a collection at a specific index.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_DSC: "Replaces the collection item at a specified index with a new value and returns the resulting collection value.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_RV: "Returns a new collection value whose contents is the supplied source collection value with the item at the specified index set to the value of newValue.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_0: "The source collection for the replace operation.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_1: "The zero-based index of the item to replace in the collection. If the index is less than 0 or greater than or equal to the number of items in the JSON array, this will invoke error handling.", AR_FN_ANY_COLL_REPLACEITEMAT_ANY_COLL_LNG_ANY_PRM_DSC_2: "The replacement value. This must be the same data type as the source collection.", AR_FN_DSC_REPLACEJSONARRAYITEMAT: "Replaces one or more items from a JSON value that contains an array.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_DSC: "Replaces an item in a JSON array at a specified index with a new value and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_RV: "Returns a new JSON value that contains an array with the replaced value.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_0: "The source JSON value that contains an array for the replace operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_1: "The zero-based index of the item to replace in the JSON array. If the index is less than 0 or greater than or equal to the number of items in the array, this will invoke error handling.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_PRM_DSC_2: "The replacement item value.", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_0: 'A JSON value that contains the array [ "Goodbye" ]', AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_1: "A JSON value that contains the array [0, 2, false, 5, 8]", AR_FN_JSON_REPLACEJSONARRAYITEMAT_JSON_LNG_ANY_EX_OUT_2: "A JSON value that contains the array [0, null, 100]", AR_FN_DSC_REPLACEITEMFIRST: "Replaces the first occurrence of a value in a collection with a new value and returns the resulting collection value.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_DSC: "Replaces the first matching occurrence of a value in a collection with a new value and returns the resulting collection value.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_RV: "Returns a new collection value whose contents is the supplied source collection with the first item whose value equals valueToReplace replaced with the value of newValue.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_0: "The source collection for the replace operation.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_1: "The value to replace in the collection. This must be the same data type as the source collection.", AR_FN_ANY_COLL_REPLACEITEMFIRST_ANY_COLL_ANY_ANY_PRM_DSC_2: "The replacement value. This must be the same data type as the source collection.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_DSC: "Replaces the first matching occurrence of a String value in a collection with a new String value and returns the resulting collection value.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_RV: "Returns a new collection value whose contents is the supplied source collection with the first item whose value equals valueToReplace replaced with the value of newValue.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_0: "The source String collection for the replace operation.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_1: "The String value to replace in the collection.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_2: "The replacement String value.", AR_FN_STR_COLL_REPLACEITEMFIRST_STR_COLL_STR_STR_BLN_PRM_DSC_3: "Whether or not to perform case insensitive (true) or case sensitive (false) matching for String values in the source collection.", AR_FN_DSC_REPLACEJSONARRAYITEMFIRST: "Replaces an array item from a JSON value that contains an array with a new value.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_DSC: "Replaces the first occurrence of a value in a JSON array with a new value and returns a new JSON value with resulting JSON array. The supplied JSON array is left unchanged.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_RV: "Returns a new JSON value that contains the resulting JSON array.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_0: "The source JSON value that contains an array for the replace operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_1: "The item value to replace in the returned array.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_PRM_DSC_2: "The replacement item value.", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_0: 'A JSON value that contains the array [ "Goodbye" ]', AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_1: "A JSON value that contains the array [0, 2, 4, 6, 8, 5, 4, false]", AR_FN_JSON_REPLACEJSONARRAYITEMFIRST_JSON_ANY_ANY_EX_OUT_2: 'A JSON value that contains the array [0, null, { \\"a\\": true, \\"b\\": false }, 100]', AR_FN_DSC_TOBOOL: "Converts a value to a Boolean.", AR_FN_BLN_TOBOOL_DEC_DSC: "Converts a Decimal value to a Boolean.", AR_FN_BLN_TOBOOL_DEC_RV: "Returns true if the value in valueToConvert is not equal to 0.0, false if the value in valueToConvert is equal to 0.0 and a NOT_SET boolean if valueToConvert is NOT_SET.", AR_FN_BLN_TOBOOL_DEC_PRM_DSC_0: "The Decimal to convert to a Boolean.", AR_FN_BLN_TOBOOL_DEC_EX_OUT_3: "A NOT_SET Boolean", AR_FN_BLN_TOBOOL_STR_DSC: "Converts a String value to a Boolean.", AR_FN_BLN_TOBOOL_STR_RV: `Returns true if the value in valueToConvert is a case insensitive match to "True", "1" or "T". Returns false if the value in valueToConvert is a case insensitive match to "False", "0" or "F". If the value in valueToConvert is NOT_SET or doesn't match the true or false valid values, a NOT_SET Boolean is returned.`, AR_FN_BLN_TOBOOL_STR_PRM_DSC_0: 'The String to convert to a Boolean. Valid String values are "True", "1", "T", "False", "0", "F" and NOT_SET.', AR_FN_BLN_TOBOOL_STR_EX_OUT_9: "A NOT_SET Boolean", AR_FN_BLN_TOBOOL_STR_BLN_DSC: "Converts a String value to a Boolean value with default fallback in case the String value cannot be converted to a Boolean.", AR_FN_BLN_TOBOOL_STR_BLN_RV: "Returns the converted Boolean value.", AR_FN_BLN_TOBOOL_STR_BLN_PRM_DSC_0: "The String to convert to a Boolean. If the value in valueToConvert is a NOT_SET String, a NOT_SET Boolean is returned. If the string value cannot be converted to a Boolean value, the Boolean value supplied in the default parameter will be returned instead of invoking error handling.", AR_FN_BLN_TOBOOL_STR_BLN_PRM_DSC_1: "The default Boolean value to return instead of invoking error handling if the supplied String value cannot be converted to a Boolean.", AR_FN_BLN_TOBOOL_LNG_DSC: "Converts an Integer value to a Boolean.", AR_FN_BLN_TOBOOL_LNG_RV: "Returns true if the value in valueToConvert is not equal to 0, false if the value in valueToConvert is equal to 0 and a NOT_SET boolean if the value in valueToConvert is NOT_SET.", AR_FN_BLN_TOBOOL_LNG_PRM_DSC_0: "The Integer to convert to a Boolean.", AR_FN_BLN_TOBOOL_LNG_EX_OUT_3: "A NOT_SET Boolean", AR_FN_BLN_TOBOOL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Boolean.", AR_FN_BLN_TOBOOL_NTS_RV: "Returns a NOT_SET Boolean.", AR_FN_BLN_TOBOOL_NTS_PRM_DSC_0: "The value NOT_SET to convert to a Boolean.", AR_FN_BLN_TOBOOL_NTS_EX_OUT_0: "A NOT_SET Boolean", AR_FN_BLN_TOBOOL_BLN_DSC: "Returns a Boolean value from the supplied Boolean value.", AR_FN_BLN_TOBOOL_BLN_RV: "Returns the supplied Boolean.", AR_FN_BLN_TOBOOL_BLN_PRM_DSC_0: "The Boolean value to return.", AR_FN_BLN_TOBOOL_JSON_DSC: "Converts a JSON value to a Boolean value.", AR_FN_BLN_TOBOOL_JSON_RV: "Returns a Boolean value for the supplied JSON value.", AR_FN_BLN_TOBOOL_JSON_PRM_DSC_0: 'The JSON value to convert to Boolean. If the JSON value contains a number, the result will be true if the number is not equal to 0, otherwise false. If the JSON value contains a boolean, the result will be the boolean value. If the JSON value contains a string, the result will be true if the string value case insensitively matches "True", "T" or "1" and false if it case insensitively matches "False", "F" or "0". If the JSON value contains null, a NOT_SET Boolean is returned. Otherwise if the JSON value contains an object or an array, error handling will be invoked.', AR_FN_BLN_TOBOOL_JSON_EX_OUT_4: "A NOT_SET Boolean.", AR_FN_BLN_TOBOOL_JSON_EX_OUT_5: "A NOT_SET Boolean.", AR_FN_BLN_TOBOOL_JSON_BLN_DSC: "Converts a JSON value to a Boolean value with default fallback in case the JSON value cannot be converted to a Boolean.", AR_FN_BLN_TOBOOL_JSON_BLN_RV: "Returns a Boolean value for the supplied JSON value.", AR_FN_BLN_TOBOOL_JSON_BLN_PRM_DSC_0: 'The JSON value to convert to a Boolean. If the JSON value contains a number, the result will be true if the number is not equal to 0, otherwise false. If the JSON value contains a boolean, the result will be the boolean value. If the JSON value contains a string, the result will be true if the string value case insensitively matches "True", "T" or "1" and false if it case insensitively matches "False", "F" or "0". If the JSON value contains null, a NOT_SET Boolean is returned. Otherwise if the JSON value contains an object or an array or cannot be converted to a Boolean, the default parameter Boolean value is returned.', AR_FN_BLN_TOBOOL_JSON_BLN_PRM_DSC_1: "The default Boolean value to return instead of invoking error handling if the supplied JSON value cannot be converted to a Boolean.", AR_FN_DSC_TODIGITALAUDIO: "Converts a value to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_DSC: "Returns a Digital Audio from the supplied Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_RV: "Returns the supplied Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_PRM_DSC_0: "The Digital Audio to return.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_DIGITALAUDIO_EX_OUT_0: "A NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_RV: "Returns a NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_NTS_EX_OUT_0: "A NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DSC: "Returns a Digital Audio from the supplied Response Asset value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_RV: "Returns the Digital Audio value for the supplied Response Asset value if it can be converted, otherwise a NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_PRM_DSC_0: "The Response Asset to convert to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_EX_OUT_0: "A Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_EX_OUT_1: "A NOT_SET Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_DSC: "Converts a Response Asset value to a Digital Audio value with default fallback in case the Response Asset value cannot be converted to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_RV: "Returns the Digital Audio value for the supplied Response Asset value if it can be converted. If the Response Asset value is NOT_SET, a NOT_SET Digital Audio is returned instead of the default value. Otherwise the supplied default Digital Audio value is returned.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_PRM_DSC_0: "The Response Asset to convert to a DigitalAudio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_PRM_DSC_1: "The default Digital Audio value to return instead of invoking error handling if the supplied Response Asset cannot be converted to a Digital Audio.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_0: "A Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_1: "A NOT_SET Digital Audio value.", AR_FN_DIGITALAUDIO_TODIGITALAUDIO_RESPONSEASSET_DIGITALAUDIO_EX_OUT_2: "The default Digital Audio value.", AR_FN_DSC_TODIGITALAUDIOCOLLECTION: "Converts a collection to a Digital Audio Collection.", AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_DSC: "This converts a Response Asset collection to a Digital Audio collection by converting each item in the Response Asset collection to a Digital Audio item.", AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_RV: "The returned Digital Audio collection will have the same number of items as the supplied Response Asset Collection. Response Asset items that cannot be converted to a Digital Audio value will be NOT_SET in the returned collection.", AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0: "The Response Asset collection to convert to a Digital Audio collection.", AR_FN_DIGITALAUDIO_COLL_TODIGITALAUDIOCOLLECTION_RESPONSEASSET_COLL_EX_OUT_0: "A Digital Audio collection with two items.", AR_FN_DSC_TODISPLAYSTRING: "Converts a value to a localized String.", AR_FN_STR_TODISPLAYSTRING_ANY_DSC: "Converts a value to a localized String.", AR_FN_STR_TODISPLAYSTRING_ANY_RV: "Returns a localized String for the value submitted in valueToConvert.", AR_FN_STR_TODISPLAYSTRING_ANY_PRM_DSC_0: "The value to convert to a String. Any NOT_SET value submitted will result in a NOT_SET String being returned.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_DSC: "Converts a collection to a localized String. The method calls ToDisplayString on each element in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_RV: "Returns a localized String for the collection submitted in valueToConvert.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_PRM_DSC_0: "The collection to convert to a String.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_DSC: "Converts a collection to a localized String. The method calls ToDisplayString on each element in the collection and appends the returned value for each item to the result string. Items in the returned string are delimited with the value specified in the delimiter parameter.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_RV: "Returns a localized String for the collection.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_PRM_DSC_0: "The collection to convert to a String.", AR_FN_STR_TODISPLAYSTRING_ANY_COLL_STR_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used for the delimiter.", AR_FN_STR_TODISPLAYSTRING_CUR_LNG_DSC: "Converts a Currency value to a localized String.", AR_FN_STR_TODISPLAYSTRING_CUR_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TODISPLAYSTRING_CUR_LNG_PRM_DSC_0: "The Currency to convert to a String.", AR_FN_STR_TODISPLAYSTRING_CUR_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_DSC: "Converts a Currency collection to a localized String. The method calls ToDisplayString on each Currency in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_PRM_DSC_0: "The Currency collection to convert to a String.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_DSC: "Converts a Currency collection to a localized String. The method calls ToDisplayString on each Currency in the collection and appends the returned value for each item to the result string. Items in the returned string are delimited with the value specified in the delimiter parameter.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_0: "The Currency to convert to a String.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used.", AR_FN_STR_TODISPLAYSTRING_CUR_COLL_STR_LNG_PRM_DSC_2: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_DEC_LNG_DSC: "Converts a Decimal value to a localized String.", AR_FN_STR_TODISPLAYSTRING_DEC_LNG_RV: "Returns a string representation of the Decimal value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TODISPLAYSTRING_DEC_LNG_PRM_DSC_0: "The Decimal to convert to a String.", AR_FN_STR_TODISPLAYSTRING_DEC_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAY_DEC_COLL_LNG_DSC: "Converts a Decimal collection to a localized String. The method calls ToDisplayString on each Decimal in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TODISPLAY_DEC_COLL_LNG_RV: "Returns a localized String for the collection.", AR_FN_STR_TODISPLAY_DEC_COLL_LNG_PRM_DSC_0: "The Decimal collection to convert to a String.", AR_FN_STR_TODISPLAY_DEC_COLL_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point for each decimal in the collection. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_DSC: "Converts a Decimal collection to a localized String. The method calls ToDisplayString on each Decimal in the collection and appends the returned value for each item to the result string. Items in the returned string are delimited with the value specified in the delimiter parameter.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_RV: "Returns a localized String for the collection.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_0: "The Decimal collection to convert to a String.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used.", AR_FN_STR_TODISPLAYSTRING_DEC_COLL_STR_LNG_PRM_DSC_2: "The number of decimal places to emit after the decimal point for each decimal in the collection. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TODISPLAYSTRING_NTS_DSC: "Creates a NOT_SET string.", AR_FN_STR_TODISPLAYSTRING_NTS_RV: "Returns a NOT_SET String.", AR_FN_STR_TODISPLAYSTRING_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_STR_TODISPLAYSTRING_NTS_EX_OUT_0: "A NOT_SET String", AR_FN_DSC_TOSTRING: "Converts a value to a non-localized String.", AR_FN_STR_TOSTRING_ANY_DSC: "Converts a value to a non-localized String.", AR_FN_STR_TOSTRING_ANY_RV: "Returns a non-localized String for the value submitted in valueToConvert.", AR_FN_STR_TOSTRING_ANY_PRM_DSC_0: "The value to convert to a String.", AR_FN_STR_TOSTRING_ANY_EX_OUT_4: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_5: '"10.00|USD" ( currency values return two decimal places if the amount is set )', AR_FN_STR_TOSTRING_ANY_EX_OUT_7: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_10: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_13: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_16: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_18: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_19: "Returns the username property from the supplied User value or a NOT_SET String if the User value itself is NOT_SET.", AR_FN_STR_TOSTRING_ANY_EX_OUT_20: '"Call back in a week" - This is the name on the Wrapup Code.', AR_FN_STR_TOSTRING_ANY_EX_OUT_21: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_22: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_23: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_EX_OUT_24: '"tel:+1 (317) 872-3000" ( the Phone Number uri property )', AR_FN_STR_TOSTRING_ANY_EX_OUT_25: "Returns the uri property from the supplied Phone Number value. If the Phone Number value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_26: "Returns the name property from the supplied Skill value. If the Skill value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_27: "Returns the username property from the supplied User value. If the User value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_28: "Returns the name property from the supplied Wrapup Code value. If the Wrapup Code value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_29: "Returns the String value of the Call.ContactId variable.", AR_FN_STR_TOSTRING_ANY_EX_OUT_30: "Returns the id property value from the supplied Email value.", AR_FN_STR_TOSTRING_ANY_EX_OUT_31: "Returns the id property value from the supplied Email Address value.", AR_FN_STR_TOSTRING_ANY_EX_OUT_32: "Returns the id property value from the supplied Email Attachment value.", AR_FN_STR_TOSTRING_ANY_EX_OUT_33: "Returns the id property value from the supplied External Organization value or a NOT_SET String if the External Organization value itself is NOT_SET.", AR_FN_STR_TOSTRING_ANY_EX_OUT_34: "Returns the id property value from the supplied External Contact value or a NOT_SET String if the External Contact value itself is NOT_SET.", AR_FN_STR_TOSTRING_ANY_EX_OUT_35: 'Returns a String generated from non blank properties in the External Address such as "100 Main St., Chicago, IL, 60447, USA", "Los Angeles, CA" or a NOT_SET String if the External Address value itself is NOT_SET.', AR_FN_STR_TOSTRING_ANY_EX_OUT_36: "Returns the display property from the supplied External PhoneNumber value or a NOT_SET String if the External PhoneNumber itself is NOT_SET.", AR_FN_STR_TOSTRING_ANY_EX_OUT_37: '"Welcome" - This returns the name property from the supplied Prompt value. If a Prompt value is NOT_SET, a NOT_SET String is returned.', AR_FN_STR_TOSTRING_ANY_EX_OUT_42: "Returns the id property of the supplied Workitem.", AR_FN_STR_TOSTRING_ANY_EX_OUT_49: "Returns the name property from the supplied Utilization Label. If Utilization Label value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_50: "Returns the name property from the supplied Worktype Status. If the Worktype Status value is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_ANY_EX_OUT_51: "Returns the title property of the supplied TimePicker value", AR_FN_STR_TOSTRING_NTS_DSC: "Creates a NOT_SET string.", AR_FN_STR_TOSTRING_NTS_RV: "Returns a NOT_SET String.", AR_FN_STR_TOSTRING_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_STR_TOSTRING_NTS_EX_OUT_0: "A NOT_SET String", AR_FN_STR_TOSTRING_ANY_COLL_DSC: "Converts a collection to a non-localized String. The method calls ToString on each element in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TOSTRING_ANY_COLL_RV: "Returns a non-localized String for the collection submitted in valueToConvert.", AR_FN_STR_TOSTRING_ANY_COLL_PRM_DSC_0: "The collection to convert to a String.", AR_FN_STR_TOSTRING_ANY_COLL_STR_DSC: "Converts a collection to a non-localized String. The method calls ToString on each element in the collection and appends the returned value for each item to the result string. Items in the returned string are delimited with the value specified in the delimiter parameter.", AR_FN_STR_TOSTRING_ANY_COLL_STR_RV: "Returns a non-localized String for the collection.", AR_FN_STR_TOSTRING_ANY_COLL_STR_PRM_DSC_0: "The collection to convert to a String.", AR_FN_STR_TOSTRING_ANY_COLL_STR_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used for the delimiter.", AR_FN_STR_TOSTRING_DEC_LNG_DSC: "Converts a Decimal value to a non-localized String.", AR_FN_STR_TOSTRING_DEC_LNG_RV: "Returns a string representation of the Decimal value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_DEC_LNG_PRM_DSC_0: "The Decimal to convert to a String.", AR_FN_STR_TOSTRING_DEC_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_DEC_LNG_EX_OUT_3: "A NOT_SET String", AR_FN_STR_TOSTRING_CUR_LNG_DSC: "Converts a Currency value to a non-localized String.", AR_FN_STR_TOSTRING_CUR_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_CUR_LNG_PRM_DSC_0: "The Currency to convert to a String.", AR_FN_STR_TOSTRING_CUR_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_DEC_COLL_LNG_DSC: "Converts a Decimal collection to a non-localized String. The method calls ToString on each element in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TOSTRING_DEC_COLL_LNG_RV: "Returns a non-localized String for the collection.", AR_FN_STR_TOSTRING_DEC_COLL_LNG_PRM_DSC_0: "The Decimal collection to convert to a String.", AR_FN_STR_TOSTRING_DEC_COLL_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point for each decimal in the collection. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_CUR_COLL_LNG_DSC: "Converts a Currency collection to a non-localized String.", AR_FN_STR_TOSTRING_CUR_COLL_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_CUR_COLL_LNG_PRM_DSC_0: "The Currency collection to convert to a String.", AR_FN_STR_TOSTRING_CUR_COLL_LNG_PRM_DSC_1: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_DSC: "Converts a Decimal collection to a non-localized String. The method calls ToString on each element in the collection and appends the returned value for each item to the result string. Collection items are delimited with a newline in the returned string.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_RV: "Returns a non-localized String for the collection.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_0: "The Decimal collection to convert to a String.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used.", AR_FN_STR_TOSTRING_DEC_COLL_STR_LNG_PRM_DSC_2: "The number of decimal places to emit after the decimal point for each decimal in the collection. Values will be rounded to the number of decimal places specified.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_DSC: "Converts a Currency collection to a non-localized String.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_RV: "Returns a string representation of the Currency value in valueToConvert. If the value in valueToConvert is NOT_SET, a NOT_SET String is returned.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_0: "The Currency to convert to a String.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_1: "The delimiter to use between items in the returned string. If the delimiter is a NOT_SET string, a newline will be used.", AR_FN_STR_TOSTRING_CUR_COLL_STR_LNG_PRM_DSC_2: "The number of decimal places to emit after the decimal point. Values will be rounded to the number of decimal places specified.", AR_FN_DSC_TOINT: "Converts a value to an Integer type.", AR_FN_LNG_TOINT_BLN_DSC: "Converts a Boolean to an Integer. True returns 1. False returns 0.", AR_FN_LNG_TOINT_BLN_RV: "Returns 1 if the value in valueToConvert is true, 0 if the value in valueToConvert is false and a NOT_SET Integer if the value in valueToConvert is a NOT_SET Boolean.", AR_FN_LNG_TOINT_BLN_PRM_DSC_0: "The Boolean to convert to an Integer.", AR_FN_LNG_TOINT_BLN_EX_OUT_2: "A NOT_SET Integer", AR_FN_LNG_TOINT_DEC_DSC: "Converts a Decimal to an Integer.", AR_FN_LNG_TOINT_DEC_RV: "Returns the integer part of the Decimal supplied in the valueToConvert parameter. If the value in valueToConvert is a NOT_SET Decimal, a NOT_SET Integer is returned.", AR_FN_LNG_TOINT_DEC_PRM_DSC_0: "The Decimal to convert to an Integer.", AR_FN_LNG_TOINT_DEC_EX_OUT_5: "A NOT_SET Integer", AR_FN_LNG_TOINT_STR_DSC: "Converts a String value to an Integer.", AR_FN_LNG_TOINT_STR_RV: "Returns the string supplied in the valueToConvert parameter as an Integer. If the value in valueToConvert is a NOT_SET String, a NOT_SET Integer is returned.", AR_FN_LNG_TOINT_STR_PRM_DSC_0: "The String to convert to an Integer.", AR_FN_LNG_TOINT_STR_EX_OUT_3: "A NOT_SET Integer", AR_FN_LNG_TOINT_STR_EX_OUT_4: "A NOT_SET Integer", AR_FN_LNG_TOINT_STR_EX_OUT_5: "A NOT_SET Integer", AR_FN_LNG_TOINT_STR_EX_OUT_6: "This would result in an error at runtime.", AR_FN_LNG_TOINT_STR_LNG_DSC: "Converts a String value to an Integer value with default fallback in case the String value cannot be converted to an Integer.", AR_FN_LNG_TOINT_STR_LNG_RV: "Returns the converted Integer value.", AR_FN_LNG_TOINT_STR_LNG_PRM_DSC_0: "The String to convert to an Integer. If the value in valueToConvert is a NOT_SET String, a NOT_SET Integer is returned. If the string value cannot be converted to an Integer value, the Integer value supplied in the default parameter will be returned instead of invoking error handling.", AR_FN_LNG_TOINT_STR_LNG_PRM_DSC_1: "The default Integer value to return instead of invoking error handling if the supplied String value cannot be converted to an Integer.", AR_FN_LNG_TOINT_STR_LNG_EX_OUT_3: "A NOT_SET Integer.", AR_FN_LNG_TOINT_STR_LNG_EX_OUT_4: "A NOT_SET Integer.", AR_FN_LNG_TOINT_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Integer.", AR_FN_LNG_TOINT_NTS_RV: "Returns a NOT_SET Integer.", AR_FN_LNG_TOINT_NTS_PRM_DSC_0: "The NOT_SET value to convert to an Integer.", AR_FN_LNG_TOINT_NTS_EX_OUT_0: "A NOT_SET Integer", AR_FN_LNG_TOINT_LNG_DSC: "Returns an Integer value from the supplied Integer value.", AR_FN_LNG_TOINT_LNG_RV: "Returns the supplied Integer value.", AR_FN_LNG_TOINT_LNG_PRM_DSC_0: "The Integer value to return.", AR_FN_LNG_TOINT_DUR_DSC: "Converts a Duration to an Integer. Returns an Integer value equal to the Duration in milliseconds", AR_FN_LNG_TOINT_DUR_RV: "Returns an Integer value equal to the length of the Duration in milliseconds. Returns a NOT_SET Integer if the value in valueToConvert is a NOT_SET Duration.", AR_FN_LNG_TOINT_DUR_PRM_DSC_0: "The Duration to convert to an Integer.", AR_FN_LNG_TOINT_DUR_EX_OUT_3: "A NOT_SET Integer", AR_FN_LNG_TOINT_JSON_DSC: "Converts a JSON value to an Integer value.", AR_FN_LNG_TOINT_JSON_RV: "Returns an Integer value for the supplied JSON value.", AR_FN_LNG_TOINT_JSON_PRM_DSC_0: "The JSON value to convert to an Integer. If the JSON value contains a number, the result will be an Integer with the integral part of the number. If the JSON value contains a boolean, the result will be 1 if true, otherwise 0. If the JSON value contains a string, the runtime will attempt to convert the string value to an Integer using the same rules as the ToInt implementation that takes a String value. If the JSON value contains null, a NOT_SET Integer is returned. Otherwise if the JSON value contains an object or an array, error handling will be invoked.", AR_FN_LNG_TOINT_JSON_EX_OUT_4: "A NOT_SET Integer.", AR_FN_LNG_TOINT_JSON_EX_OUT_5: "A NOT_SET Integer.", AR_FN_LNG_TOINT_JSON_LNG_DSC: "Converts a JSON value to an Integer value with default fallback in case the JSON value cannot be converted to an Integer.", AR_FN_LNG_TOINT_JSON_LNG_RV: "Returns an Integer value for the supplied JSON value.", AR_FN_LNG_TOINT_JSON_LNG_PRM_DSC_0: "The JSON value to convert to an Integer. If the JSON value contains a number, the result will be an Integer with the integral part of the number. If the JSON value contains a boolean, the result will be 1 if true, otherwise 0. If the JSON value contains a string, the runtime will attempt to convert the string value to an Integer using the same rules as the ToInt implementation that takes a String value. If the JSON value contains null, a NOT_SET Integer is returned. Otherwise if the JSON value contains an object or an array, or the value cannot be converted to an Integer, the default parameter Integer value is returned.", AR_FN_LNG_TOINT_JSON_LNG_PRM_DSC_1: "The default Integer value to return instead of invoking error handling if the supplied JSON value cannot be converted to an Integer.", AR_FN_LNG_TOINT_JSON_LNG_EX_OUT_4: "A NOT_SET Integer.", AR_FN_DSC_TODECIMAL: "Converts a value to a Decimal.", AR_FN_DEC_TODECIMAL_BLN_DSC: "Converts a Boolean to an Decimal.", AR_FN_DEC_TODECIMAL_BLN_RV: "Returns 1.0 for the Boolean value true and 0.0 for the Boolean value False. A NOT_SET Decimal is returned if the value in valueToConvert is a NOT_SET Boolean.", AR_FN_DEC_TODECIMAL_BLN_PRM_DSC_0: "The Boolean to convert to a Decimal.", AR_FN_DEC_TODECIMAL_BLN_EX_OUT_2: "A NOT_SET Decimal", AR_FN_DEC_TODECIMAL_CUR_DSC: "Converts a Currency value to an Decimal type via. the amount in the supplied Currency value.", AR_FN_DEC_TODECIMAL_CUR_RV: "Returns a Decimal value contained on the Currency value.", AR_FN_DEC_TODECIMAL_CUR_PRM_DSC_0: "The Currency value that contains the amount to return.", AR_FN_DEC_TODECIMAL_CUR_EX_OUT_2: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_STR_DSC: "Converts a String value to an Decimal type.", AR_FN_DEC_TODECIMAL_STR_RV: "Returns a Decimal value from a string.", AR_FN_DEC_TODECIMAL_STR_PRM_DSC_0: "The String value to convert to a Decimal.", AR_FN_DEC_TODECIMAL_STR_EX_OUT_2: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_STR_EX_OUT_3: "A NOT_SET Decimal", AR_FN_DEC_TODECIMAL_STR_EX_OUT_4: "A NOT_SET Decimal", AR_FN_DEC_TODECIMAL_STR_EX_OUT_5: "This would result in an error at runtime.", AR_FN_DEC_TODECIMAL_STR_DEC_DSC: "Converts a String value to a Decimal value with default fallback in case the String value cannot be converted to a Decimal.", AR_FN_DEC_TODECIMAL_STR_DEC_RV: "Returns the converted Decimal value.", AR_FN_DEC_TODECIMAL_STR_DEC_PRM_DSC_0: "The String to convert to a Decimal. If the value in valueToConvert is a NOT_SET String, a NOT_SET Decimal is returned. If the string value cannot be converted to a Decimal value, the Decimal value supplied in the default parameter will be returned instead of invoking error handling.", AR_FN_DEC_TODECIMAL_STR_DEC_PRM_DSC_1: "The default Decimal value to return instead of invoking error handling if the supplied String value cannot be converted to a Decimal.", AR_FN_DEC_TODECIMAL_STR_DEC_EX_OUT_2: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_STR_DEC_EX_OUT_3: "A NOT_SET Decimal", AR_FN_DEC_TODECIMAL_LNG_DSC: "Converts an integer value to an Decimal type.", AR_FN_DEC_TODECIMAL_LNG_RV: "Returns a Decimal value for the supplied Integer value.", AR_FN_DEC_TODECIMAL_LNG_PRM_DSC_0: "The Integer value to convert to a Decimal.", AR_FN_DEC_TODECIMAL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_NTS_RV: "Returns a NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_NTS_EX_OUT_0: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_DEC_DSC: "Returns a Decimal value from the supplied Decimal value.", AR_FN_DEC_TODECIMAL_DEC_RV: "Returns the supplied Decimal value.", AR_FN_DEC_TODECIMAL_DEC_PRM_DSC_0: "The Decimal value to return.", AR_FN_DEC_TODECIMAL_JSON_DSC: "Converts a JSON value to a Decimal value.", AR_FN_DEC_TODECIMAL_JSON_RV: "Returns an Decimal value for the supplied JSON value.", AR_FN_DEC_TODECIMAL_JSON_PRM_DSC_0: "The JSON value convert to an Decimal. If the JSON value contains a number, the result will be a Decimal containing that value assuming the value does not exceed the minimum or maximum Decimal value supported by Architect. If the JSON value contains a boolean, the result will be 1.0 if true, otherwise 0.0. If the JSON value contains a string, the runtime will attempt to convert the string value to a Decimal using the same rules as the ToDecimal implementation that takes a String value. If the JSON value contains null, a NOT_SET Decimal is returned. Otherwise if the JSON value contains an object or an array, error handling will be invoked.", AR_FN_DEC_TODECIMAL_JSON_EX_OUT_3: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_JSON_EX_OUT_4: "A NOT_SET Decimal.", AR_FN_DEC_TODECIMAL_JSON_DEC_DSC: "Converts a JSON value to a Decimal value with default fallback in case the JSON value cannot be converted to a Decimal.", AR_FN_DEC_TODECIMAL_JSON_DEC_RV: "Returns a Decimal value for the supplied JSON value.", AR_FN_DEC_TODECIMAL_JSON_DEC_PRM_DSC_0: "The JSON value to convert to a Decimal. If the JSON value contains a number, the result will be a Decimal with the integral part of the number. If the JSON value contains a boolean, the result will be 1 if true, otherwise 0. If the JSON value contains a string, the runtime will attempt to convert the string value to a Decimal using the same rules as the ToDecimal implementation that takes a String value. If the JSON value contains null, a NOT_SET Decimal is returned. Otherwise if the JSON value contains an object or an array, or the value cannot be converted to a Decimal, the default parameter Decimal value is returned.", AR_FN_DEC_TODECIMAL_JSON_DEC_PRM_DSC_1: "The default Integer value to return instead of invoking error handling if the supplied JSON value cannot be converted to a Decimal.", AR_FN_DEC_TODECIMAL_JSON_DEC_EX_OUT_2: "A NOT_SET Decimal.", AR_FN_DSC_TODATE: "Converts a value to a Date.", AR_FN_DATE_TODATE_STR_DSC: "Converts a String value to a Date type.", AR_FN_DATE_TODATE_STR_RV: "Returns a Date from a supplied string.", AR_FN_DATE_TODATE_STR_PRM_DSC_0: "The String value to convert to a Date. The String must be in the following format: YYYY-MM-DD where YYYY = 4 digit year, MM = 2 digit month and DD = 2 digit day.", AR_FN_DATE_TODATE_STR_EX_OUT_0: "A Date of January 10th, 2009.", AR_FN_DATE_TODATE_STR_EX_OUT_1: "A NOT_SET Date.", AR_FN_DATE_TODATE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Date.", AR_FN_DATE_TODATE_NTS_RV: "Returns a NOT_SET Date.", AR_FN_DATE_TODATE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Date.", AR_FN_DATE_TODATE_NTS_EX_OUT_0: "A NOT_SET Date.", AR_FN_DATE_TODATE_DTM_DSC: "Returns a Date value from the supplied DateTime value.", AR_FN_DATE_TODATE_DTM_RV: "Returns the date portion of supplied DateTime value as a Date value.", AR_FN_DATE_TODATE_DTM_PRM_DSC_0: "The DateTime value from which to get the Date to return. If a NOT_SET DateTime value is supplied, this will return a NOT_SET Date.", AR_FN_DATE_TODATE_DTM_EX_OUT_0: "A Date whose value is September 22nd, 2012.", AR_FN_DATE_TODATE_DTM_EX_OUT_1: "A NOT_SET Date.", AR_FN_DATE_TODATE_DATE_DSC: "Returns a Date value from the supplied Date value.", AR_FN_DATE_TODATE_DATE_RV: "Returns the supplied Date value.", AR_FN_DATE_TODATE_DATE_PRM_DSC_0: "The Date value to return.", AR_FN_DATE_TODATE_DATE_EX_OUT_0: "A Date whose value is January 1st, 2003.", AR_FN_DATE_TODATE_DATE_EX_OUT_1: "A NOT_SET Date.", AR_FN_DSC_TODATETIME: "Converts a value to a DateTime.", AR_FN_DTM_TODATETIME_STR_DSC: "Converts a String value to a DateTime type.", AR_FN_DTM_TODATETIME_STR_RV: "Returns a DateTime from a supplied string. Note: The returned DateTime value will be in Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_PRM_DSC_0: 'The String value to convert to a DateTime. The String must be in the following format: YYYY-MM-DDThh:mm:ss.SSS[Z|(+|-)hh:mm] where YYYY = 4 digit year, MM = 2 digit month, DD = 2 digit day, hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second and SSS = 3 digit fractional seconds. When specifying fractional seconds, if you specify more than 3 digits, they are ignored. "T" is a separator indicating where the time portion starts. [Z|(+|-)hh:mm] represents the offset of the date time from Coordinated Universal Time where "Z" indicates Coordinated Universal Time (UTC) itself. If "[+|-]hh:mm" is used instead of "Z" that specifies an offset from UTC. If the date portion is omitted in the supplied String value, "1970-01-01" is used. If the date portion of the String has "YYYY-MM" but no day of month, "01" is used for the day of month. If the date portion of the String has "YYYY" but no month or day of month, "01-01" is used for month and day of month. If no time portion is supplied, "00:00:00" is used. If the time portion of the String has "hh:mm" but no seconds specified, "00" is used for the seconds. Note that a time only String value with an offset such as "13:30:07+05:00" is not allowed and will invoke flow error handling.', AR_FN_DTM_TODATETIME_STR_EX_OUT_0: "A DateTime of January 10th, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_1: "A DateTime of January 10th, 2009 at 01:30:00 PM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_2: "A DateTime of January 10th, 2009 at 04:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_3: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_STR_EX_OUT_4: "A DateTime of January 1st, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_5: "A DateTime of March 20th, 2010 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_6: "A DateTime of March 1st, 2011 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_7: "A DateTime of January 1st, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_8: "A DateTime of January 1st, 2012 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_9: "A DateTime of January 1st, 1970 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_10: "A DateTime of January 1st, 1970 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_11: "A DateTime of January 1st, 1970 at 06:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_12: "A DateTime of January 1st, 1970 at 06:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_13: "A DateTime of March 20th, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_14: "A DateTime of March 1st, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_STR_EX_OUT_15: "A DateTime of January 1st, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_LNG_DSC: "Converts an Integer value to a DateTime", AR_FN_DTM_TODATETIME_LNG_RV: "Returns the supplied Integer value as a DateTime.", AR_FN_DTM_TODATETIME_LNG_PRM_DSC_0: "This converts the parameter value to a number of seconds to add to the DateTime January 1, 1970 at 12:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_LNG_EX_OUT_0: "A DateTime of January 1st, 1970 at 01:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_LNG_EX_OUT_1: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_NTS_DSC: "Converts a NOT_SET value to a NOT_SET DateTime.", AR_FN_DTM_TODATETIME_NTS_RV: "Returns a NOT_SET DateTime.", AR_FN_DTM_TODATETIME_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET DateTime.", AR_FN_DTM_TODATETIME_NTS_EX_OUT_0: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_DTM_DSC: "Returns a DateTime value from the supplied DateTime value.", AR_FN_DTM_TODATETIME_DTM_RV: "Returns the supplied DateTime value.", AR_FN_DTM_TODATETIME_DTM_PRM_DSC_0: "The DateTime value to return.", AR_FN_DTM_TODATETIME_DTM_EX_OUT_0: "A DateTime of January 1st, 2003 at 12:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_JSON_DSC: "Converts a JSON value to a DateTime type.", AR_FN_DTM_TODATETIME_JSON_RV: "Returns a DateTime from a supplied JSON Value.", AR_FN_DTM_TODATETIME_JSON_PRM_DSC_0: 'The JSON value to convert to a DateTime. If the JSON value contains a number, the resulting DateTime will be the value of that number of seconds to the DateTime January 1, 1970 at 12:00:00 AM in Coordinated Universal Time (UTC) up to three decimal places to support milliseconds. If the JSON value contains a string, the runtime will attempt to convert the string value to a DateTime using the same rules as the ToDateTime implementation that takes a String value. If the JSON value contains null, a NOT_SET DateTime is returned. Otherwise if the JSON value contains an object, an array or the value cannot be converted, error handling will be invoked. For String values, the String must be in the following format: YYYY-MM-DDThh:mm:ss.SSS[Z|(+|-)hh:mm] where YYYY = 4 digit year, MM = 2 digit month, DD = 2 digit day, hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second and SSS = 3 digit fractional seconds. When specifying fractional seconds, if you specify more than 3 digits, they are ignored. "T" is a separator indicating where the time portion starts. [Z|(+|-)hh:mm] represents the offset of the date time from Coordinated Universal Time where "Z" indicates Coordinated Universal Time (UTC) itself. If "[+|-]hh:mm" is used instead of "Z" that specifies an offset from UTC. If the date portion is omitted in the supplied String value, "1970-01-01" is used. If the date portion of the String has "YYYY-MM" but no day of month, "01" is used for the day of month. If the date portion of the String has "YYYY" but no month or day of month, "01-01" is used for month and day of month. If no time portion is supplied, "00:00:00" is used. If the time portion of the String has "hh:mm" but no seconds specified, "00" is used for the seconds. Note that a time only String value with an offset such as "13:30:07+05:00" is not allowed and will invoke flow error handling.', AR_FN_DTM_TODATETIME_JSON_EX_OUT_0: "A DateTime of January 1st, 1970 at 01:00:00 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_JSON_EX_OUT_1: "A DateTime of January 1st, 1970 at 01:00:00.025 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_JSON_EX_OUT_2: "A DateTime of January 10th, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_3: "A DateTime of January 10th, 2009 at 04:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_4: "A DateTime of January 1st, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_5: "A DateTime of March 20th, 2010 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_6: "A DateTime of March 1st, 2011 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_7: "A DateTime of January 1st, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_8: "A DateTime of January 1st, 2012 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_9: "A DateTime of January 1st, 1970 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_10: "A DateTime of January 1st, 1970 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_11: "A DateTime of January 1st, 1970 at 06:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_12: "A DateTime of January 1st, 1970 at 06:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_13: "A DateTime of March 20th, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_14: "A DateTime of March 1st, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_15: "A DateTime of January 1st, 2009 at 12:00:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_16: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_JSON_EX_OUT_17: "A NOT_SET DateTime.", AR_FN_DTM_TODATETIME_JSON_DTM_DSC: "Converts a JSON value to a Datetime value with default fallback in case the JSON value cannot be converted to a DateTime.", AR_FN_DTM_TODATETIME_JSON_DTM_RV: "Returns a DateTime from a supplied JSON Value.", AR_FN_DTM_TODATETIME_JSON_DTM_PRM_DSC_0: 'The JSON value to convert to a DateTime. If the JSON value contains a number, the resulting DateTime will be the value of that number of seconds to add to the DateTime January 1, 1970 at 12:00:00 AM in Coordinated Universal Time (UTC) up to three decimal places to support milliseconds. If the JSON value contains a string, the runtime will attempt to convert the string value to a DateTime using the same rules as the ToDateTime implementation that takes a String value. If the JSON value contains null, a NOT_SET DateTime is returned. Otherwise if the JSON value contains an object, an array or the value cannot be converted, the value supplied in the default parameter will be returned. For String values, the String must be in the following format: YYYY-MM-DDThh:mm:ss.SSS[Z|(+|-)hh:mm] where YYYY = 4 digit year, MM = 2 digit month, DD = 2 digit day, hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second and SSS = 3 digit fractional seconds. When specifying fractional seconds, if you specify more than 3 digits, they are ignored. "T" is a separator indicating where the time portion starts. [Z|(+|-)hh:mm] represents the offset of the date time from Coordinated Universal Time where "Z" indicates Coordinated Universal Time (UTC) itself. If "[+|-]hh:mm" is used instead of "Z" that specifies an offset from UTC. If the date portion is omitted in the supplied String value, "1970-01-01" is used. If the date portion of the String has "YYYY-MM" but no day of month, "01" is used for the day of month. If the date portion of the String has "YYYY" but no month or day of month, "01-01" is used for month and day of month. If no time portion is supplied, "00:00:00" is used. If the time portion of the String has "hh:mm" but no seconds specified, "00" is used for the seconds. Note that a time only String value with an offset such as "13:30:07+05:00" is not allowed and will return the default value supplied in the default parameter.', AR_FN_DTM_TODATETIME_JSON_DTM_PRM_DSC_1: "The default DateTime value to return instead of invoking error handling if the supplied JSON value cannot be converted to a DateTime.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_0: "A DateTime of January 1st, 1970 at 01:00:00.075 AM in Coordinated Universal Time (UTC).", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_1: "A DateTime of January 10th, 2009 at 06:30:00 AM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_2: "A DateTime of April 20th, 2019 at 12:00:00PM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_3: "A DateTime of February 20th, 2011 at 12:00:00PM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_4: "A DateTime of March 15th, 2009 at 12:00:00PM Coordinated Universal Time.", AR_FN_DTM_TODATETIME_JSON_DTM_EX_OUT_5: "A NOT_SET DateTime.", AR_FN_DSC_TOTIME: "Converts a value to a Time.", AR_FN_TIME_TOTIME_STR_DSC: "Converts a String value to a Time type.", AR_FN_TIME_TOTIME_STR_RV: "Returns a Time from a supplied string.", AR_FN_TIME_TOTIME_STR_PRM_DSC_0: "The String value to convert to a Time. The String must be in the following format: hh:mm:ss.SSS where hh = 2 digit hour, mm = 2 digit minute, ss = 2 digit second and SSS = 3 digit fractional seconds. When specifying fractional seconds, if you specify more than 3 digits, they are ignored.", AR_FN_TIME_TOTIME_STR_EX_OUT_0: "A Time whose value is 02:30:15AM.", AR_FN_TIME_TOTIME_STR_EX_OUT_1: "A NOT_SET Time.", AR_FN_TIME_TOTIME_STR_EX_OUT_2: "A Time whose value is 02:30:00AM.", AR_FN_TIME_TOTIME_STR_EX_OUT_3: "A Time whose value is 02:59:00PM.", AR_FN_TIME_TOTIME_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Time.", AR_FN_TIME_TOTIME_NTS_RV: "Returns a NOT_SET Time.", AR_FN_TIME_TOTIME_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Time.", AR_FN_TIME_TOTIME_NTS_EX_OUT_0: "A NOT_SET Time.", AR_FN_TIME_TOTIME_TIME_DSC: "Returns a Time value from the supplied Time value.", AR_FN_TIME_TOTIME_TIME_RV: "Returns the supplied Time value.", AR_FN_TIME_TOTIME_TIME_PRM_DSC_0: "The Time value to return.", AR_FN_TIME_TOTIME_TIME_EX_OUT_0: "A Time whose value is 02:45:00AM.", AR_FN_TIME_TOTIME_TIME_EX_OUT_1: "A NOT_SET Time.", AR_FN_TIME_TOTIME_DTM_DSC: "Returns a Time value from the supplied DateTime value by returning the time portion of the DateTime.", AR_FN_TIME_TOTIME_DTM_RV: "Returns the time portion of supplied DateTime value as a Time value.", AR_FN_TIME_TOTIME_DTM_PRM_DSC_0: "The DateTime value from which to get the Time to return. If a NOT_SET DateTime value is supplied, this will return a NOT_SET Time.", AR_FN_TIME_TOTIME_DTM_EX_OUT_0: "A Time whose value is 03:05:00AM.", AR_FN_TIME_TOTIME_DTM_EX_OUT_1: "A NOT_SET Time.", AR_FN_DSC_TODIVISION: "Converts a value to a Division", AR_FN_DIVISION_TODIVISION_DIVISION_DSC: "Returns a Division value from the supplied Division value.", AR_FN_DIVISION_TODIVISION_DIVISION_RV: "Returns the supplied Division value.", AR_FN_DIVISION_TODIVISION_DIVISION_PRM_DSC_0: "The Division to return.", AR_FN_DIVISION_TODIVISION_DIVISION_EX_OUT_0: "A NOT_SET Division.", AR_FN_DIVISION_TODIVISION_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Division.", AR_FN_DIVISION_TODIVISION_NTS_RV: "Returns a NOT_SET Division.", AR_FN_DIVISION_TODIVISION_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Division.", AR_FN_DIVISION_TODIVISION_NTS_EX_OUT_0: "A NOT_SET Division", AR_FN_DSC_TODURATION: "Converts a value to a Duration.", AR_FN_DUR_TODURATION_STR_DSC: "Converts a String value to a Duration.", AR_FN_DUR_TODURATION_STR_RV: "Returns a Duration value created from the supplied String.", AR_FN_DUR_TODURATION_STR_PRM_DSC_0: 'An XSD duration string in the following format (-)PnDTnHnMnS where P indicates the period, nD the number of days, T indicates the start of the time section, nH the number of hours, nM the number of minutes and nS the number of seconds. Numeric components in the string like "nD" that represent the number of days are optional if the value of n is 0. If all numeric components are 0 indicating a 0 second duration, you will still need to pass in 0S which would look like "PT0S". Note: nS may include fractional seconds up to milliseconds. Any value past milliseconds will be truncated and not returned in the resulting Duration.', AR_FN_DUR_TODURATION_STR_EX_OUT_0: "A 0 second Duration.", AR_FN_DUR_TODURATION_STR_EX_OUT_1: "A Duration of 1 day and 3 hours.", AR_FN_DUR_TODURATION_STR_EX_OUT_2: "A negative Duration of 1 day and 3 hours.", AR_FN_DUR_TODURATION_STR_EX_OUT_3: "A Duration of 1 hour, 15 minutes and 30.250 seconds.", AR_FN_DUR_TODURATION_STR_EX_OUT_4: "A Duration of 1 hour, 15 minutes and 30.250 seconds.", AR_FN_DUR_TODURATION_STR_EX_OUT_5: "A NOT_SET Duration.", AR_FN_DUR_TODURATION_LNG_DSC: "Converts an Integer value to a Duration.", AR_FN_DUR_TODURATION_LNG_RV: "Returns a Duration created from the supplied Integer value.", AR_FN_DUR_TODURATION_LNG_PRM_DSC_0: "An Integer that represents the number of milliseconds to wait.", AR_FN_DUR_TODURATION_LNG_EX_OUT_0: "A Duration of 1 hour.", AR_FN_DUR_TODURATION_LNG_EX_OUT_1: "A Duration of 1 day.", AR_FN_DUR_TODURATION_LNG_EX_OUT_2: "A NOT_SET Duration.", AR_FN_DUR_TODURATION_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Duration.", AR_FN_DUR_TODURATION_NTS_RV: "Returns a NOT_SET Duration.", AR_FN_DUR_TODURATION_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Duration.", AR_FN_DUR_TODURATION_NTS_EX_OUT_0: "A NOT_SET Duration.", AR_FN_DUR_TODURATION_DUR_DSC: "Returns a Duration from the supplied Duration value.", AR_FN_DUR_TODURATION_DUR_RV: "Returns the supplied Duration value.", AR_FN_DUR_TODURATION_DUR_PRM_DSC_0: "The Duration to return.", AR_FN_DUR_TODURATION_DUR_EX_OUT_0: "A Duration of 1 hour.", AR_FN_DSC_TOTIMESLOT: "Converts a value to a Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_DSC: "Returns a Timeslot from the supplied Timeslot value.", AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_RV: "Returns the supplied Timeslot value.", AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_PRM_DSC_0: "The Timeslot to return.", AR_FN_TIMESLOT_TOTIMESLOT_TIMESLOT_EX_OUT_0: "A NOT_SET Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_STR_DSC: "Converts a String value to a Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_STR_RV: "Returns a Timeslot value created from the supplied String value.", AR_FN_TIMESLOT_TOTIMESLOT_STR_PRM_DSC_0: 'The String value to convert to a Timeslot. The format should be "[dateTime]|[duration]" where dateTime is a string that is compatible with the ToDateTime implementation that takes a String value, and duration is an XSD duration.', AR_FN_TIMESLOT_TOTIMESLOT_STR_EX_OUT_0: "A Timeslot with the specified DateTime and Duration of 1 hour", AR_FN_TIMESLOT_TOTIMESLOT_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_NTS_RV: "Returns a NOT_SET Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Timeslot.", AR_FN_TIMESLOT_TOTIMESLOT_NTS_EX_OUT_0: "A NOT_SET Timeslot.", AR_FN_DSC_TOGRAMMAR: "Converts a value to a Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_STR_DSC: "Converts a String value to a Grammar by the grammar name. The grammar has to be defined for the organization for the conversion to work. This lookup is case insensitive.", AR_FN_GRAMMAR_TOGRAMMAR_STR_RV: "Returns a Grammar from the String supplied in grammarName. If the String in grammarName is NOT_SET, a NOT_SET Grammar is returned.", AR_FN_GRAMMAR_TOGRAMMAR_STR_PRM_DSC_0: "The grammar name string to convert to a Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_NTS_RV: "Returns a NOT_SET Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_NTS_EX_OUT_0: "A NOT_SET Grammar.", AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_DSC: "Returns a Grammar from the supplied Grammar value.", AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_RV: "Returns the supplied Grammar value.", AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_PRM_DSC_0: "The Grammar to return.", AR_FN_GRAMMAR_TOGRAMMAR_GRAMMAR_EX_OUT_0: "A NOT_SET Grammar.", AR_FN_DSC_TOIMAGE: "Converts a value to an Image.", AR_FN_IMAGE_TOIMAGE_IMAGE_DSC: "Returns an Image from the supplied Image value.", AR_FN_IMAGE_TOIMAGE_IMAGE_RV: "Returns the supplied Image value.", AR_FN_IMAGE_TOIMAGE_IMAGE_PRM_DSC_0: "The Image to return.", AR_FN_IMAGE_TOIMAGE_IMAGE_EX_OUT_0: "A NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_NTS_RV: "Returns a NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_NTS_PRM_DSC_0: "The NOT_SET value to convert to an Image.", AR_FN_IMAGE_TOIMAGE_NTS_EX_OUT_0: "A NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_DSC: "Returns an Image from the supplied Response Asset value.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_RV: "Returns the Image value for the supplied Response Asset value if it can be converted, otherwise a NOT_SET Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_PRM_DSC_0: "The Response Asset to convert to an Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_EX_OUT_0: "An Image value.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_DSC: "Converts a Response Asset value to an Image value with default fallback in case the Response Asset value cannot be converted to an Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_RV: "Returns the Image value for the supplied Response Asset value if it can be converted. If the Response Asset value is NOT_SET, a NOT_SET Image is returned instead of the default value. Otherwise the supplied default Image value is returned.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_PRM_DSC_0: "The Response Asset to convert to an Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_PRM_DSC_1: "The default Image value to return instead of invoking error handling if the supplied Response Asset cannot be converted to an Image.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_0: "An Image value.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_1: "A NOT_SET Image value.", AR_FN_IMAGE_TOIMAGE_RESPONSEASSET_IMAGE_EX_OUT_2: "The default Image value.", AR_FN_DSC_TOIMAGECOLLECTION: "Converts a collection to an Image Collection.", AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_DSC: "This converts a Response Asset collection to an Image collection by converting each item in the Response Asset collection to an Image item.", AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_RV: "The returned Image collection will have the same number of items as the supplied Response Asset Collection. Response Asset items that cannot be converted to an Image value will be NOT_SET in the returned collection.", AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0: "The Response Asset collection to convert to an Image collection.", AR_FN_IMAGE_COLL_TOIMAGECOLLECTION_RESPONSEASSET_COLL_EX_OUT_0: "An Image collection with two items.", AR_FN_DSC_TORESPONSEASSET: "Converts a value to a Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_DSC: "Returns a Response Asset. from the supplied Response Asset value.", AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_RV: "Returns the supplied Response Asset value.", AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_PRM_DSC_0: "The Response Asset to return.", AR_FN_RESPONSEASSET_TORESPONSEASSET_RESPONSEASSET_EX_OUT_0: "A NOT_SET Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_RV: "Returns a NOT_SET Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Response Asset.", AR_FN_RESPONSEASSET_TORESPONSEASSET_NTS_EX_OUT_0: "A NOT_SET Response Asset.", AR_FN_DSC_TOSKILL: "Converts a value to a Skill.", AR_FN_SKL_TOSKILL_STR_DSC: "Converts a String value to a Skill. The skill has to be defined for the organization for the conversion to work. This lookup is case insensitive.", AR_FN_SKL_TOSKILL_STR_RV: "Returns a Skill from the String supplied in skillName. If the String in valueToConvert is NOT_SET, a NOT_SET Skill is returned.", AR_FN_SKL_TOSKILL_STR_PRM_DSC_0: "A String that contains the name of the skill to convert to a Skill.", AR_FN_SKL_TOSKILL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Skill.", AR_FN_SKL_TOSKILL_NTS_RV: "Returns a NOT_SET Skill.", AR_FN_SKL_TOSKILL_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Skill.", AR_FN_SKL_TOSKILL_NTS_EX_OUT_0: "A NOT_SET Skill.", AR_FN_SKL_TOSKILL_SKL_DSC: "Returns a Skill from the supplied Skill value.", AR_FN_SKL_TOSKILL_SKL_RV: "Returns the supplied Skill value.", AR_FN_SKL_TOSKILL_SKL_PRM_DSC_0: "The Skill to return.", AR_FN_SKL_TOSKILL_SKL_EX_OUT_0: "A NOT_SET Skill.", AR_FN_DSC_TOUSERQUEUE: "Converts a value to a User.", AR_FN_USR_TOUSER_STR_DSC: "Converts a String value to a User by the user name. The user has to be defined for the organization for the conversion to work. This lookup is case insensitive.", AR_FN_USR_TOUSER_STR_RV: "Returns a User from the String supplied in userName. If the String in userName is NOT_SET, a NOT_SET User is returned.", AR_FN_USR_TOUSER_STR_PRM_DSC_0: "The user name string to convert to a User.", AR_FN_USR_TOUSER_NTS_DSC: "Converts a NOT_SET value to a NOT_SET User.", AR_FN_USR_TOUSER_NTS_RV: "Returns a NOT_SET User.", AR_FN_USR_TOUSER_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET User.", AR_FN_USR_TOUSER_NTS_EX_OUT_0: "A NOT_SET User.", AR_FN_USR_TOUSER_USR_DSC: "Returns a User from the supplied User value.", AR_FN_USR_TOUSER_USR_RV: "Returns the supplied User value.", AR_FN_USR_TOUSER_USR_PRM_DSC_0: "The User to return.", AR_FN_USR_TOUSER_USR_EX_OUT_0: "A NOT_SET User.", AR_FN_DSC_TOLANGUAGESKILL: "Converts a value to a Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_DSC: "Converts a String value to a Language Skill by the language tag name. The language tag name needs to be the name of a language tag in the organization for the conversion to work. This lookup is case insensitive.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_RV: "Returns a Language Skill from the String supplied in languageTag. If the String in languageTag is NOT_SET, a NOT_SET Language Skill is returned.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_STR_PRM_DSC_0: "The rated language tag name string to convert to a Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_RV: "Returns a NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET LanguageSkill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_NTS_EX_OUT_0: "A NOT_SET Language Skill.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_DSC: "Returns a Language Skill from the supplied Language Skill value.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_RV: "Returns the supplied Language Skill value.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_PRM_DSC_0: "The Language Skill to return.", AR_FN_LANGUAGESKILL_TOLANGUAGESKILL_LANGUAGESKILL_EX_OUT_0: "A NOT_SET Language Skill", AR_FN_DSC_TOQUEUE: "Converts a value to a Queue", AR_FN_QUEUE_TOQUEUE_STR_DSC: "Converts a String value to a Queue.", AR_FN_QUEUE_TOQUEUE_STR_RV: "Returns a Queue from the String supplied in valueToConvert", AR_FN_QUEUE_TOQUEUE_STR_PRM_DSC_0: "The string to convert to a Queue. This string needs to match the name of a queue.", AR_FN_QUEUE_TOQUEUE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Queue.", AR_FN_QUEUE_TOQUEUE_NTS_RV: "Returns a NOT_SET Queue.", AR_FN_QUEUE_TOQUEUE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Queue.", AR_FN_QUEUE_TOQUEUE_NTS_EX_OUT_0: "A NOT_SET Queue", AR_FN_QUEUE_TOQUEUE_QUEUE_DSC: "Returns a Queue from the supplied Queue value.", AR_FN_QUEUE_TOQUEUE_QUEUE_RV: "Returns the supplied Queue value.", AR_FN_QUEUE_TOQUEUE_QUEUE_PRM_DSC_0: "The Queue to return.", AR_FN_QUEUE_TOQUEUE_QUEUE_EX_OUT_0: "A NOT_SET Queue.", AR_FN_DSC_TOEMERGENCYGROUP: "Converts a value to an Emergency Group", AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Emergency Group.", AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_RV: "Returns a NOT_SET Emergency Group.", AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Emergency Group.", AR_FN_EMERGRP_TOEMERGENCYGROUP_NTS_EX_OUT_0: "A NOT_SET Emergency Group.", AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_DSC: "Returns an Emergency Group from the supplied Emergency Group value.", AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_RV: "Returns the supplied Emergency Group value.", AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_PRM_DSC_0: "The Emergency Group to return.", AR_FN_EMERGRP_TOEMERGENCYGROUP_EMERGRP_EX_OUT_0: "A NOT_SET Emergency Group.", AR_FN_DSC_TOFILE: "Converts a value to a File.", AR_FN_FILE_TOFILE_FILE_DSC: "Returns a File from the supplied File value.", AR_FN_FILE_TOFILE_FILE_RV: "Returns the supplied File value.", AR_FN_FILE_TOFILE_FILE_PRM_DSC_0: "The File to return.", AR_FN_FILE_TOFILE_FILE_EX_OUT_0: "A NOT_SET File.", AR_FN_FILE_TOFILE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET File.", AR_FN_FILE_TOFILE_NTS_RV: "Returns a NOT_SET File.", AR_FN_FILE_TOFILE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a File.", AR_FN_FILE_TOFILE_NTS_EX_OUT_0: "A NOT_SET File.", AR_FN_FILE_TOFILE_RESPONSEASSET_DSC: "Returns a File from the supplied Response Asset value.", AR_FN_FILE_TOFILE_RESPONSEASSET_RV: "Returns the File value for the supplied Response Asset value if it can be converted, otherwise a NOT_SET File.", AR_FN_FILE_TOFILE_RESPONSEASSET_PRM_DSC_0: "The Response Asset to convert to a File.", AR_FN_FILE_TOFILE_RESPONSEASSET_EX_OUT_0: "A File value.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_DSC: "Converts a Response Asset value to a File value with default fallback in case the Response Asset value cannot be converted to a File.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_RV: "Returns the File value for the supplied Response Asset value if it can be converted. If the Response Asset value is NOT_SET, a NOT_SET File is returned instead of the default value. Otherwise the supplied default File value is returned.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_PRM_DSC_0: "The Response Asset to convert to a File.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_PRM_DSC_1: "The default File value to return instead of invoking error handling if the supplied Response Asset cannot be converted to a File.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_0: "A File value.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_1: "A NOT_SET File value.", AR_FN_FILE_TOFILE_RESPONSEASSET_FILE_EX_OUT_2: "The default File value.", AR_FN_DSC_TOFILECOLLECTION: "Converts a collection to a File Collection.", AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_DSC: "This converts a Response Asset collection to a File collection by converting each item in the Response Asset collection to a File item.", AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_RV: "The returned File collection will have the same number of items as the supplied Response Asset Collection. Response Asset items that cannot be converted to a File value will be NOT_SET in the returned collection.", AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0: "The Response Asset collection to convert to a File collection.", AR_FN_FILE_COLL_TOFILECOLLECTION_RESPONSEASSET_COLL_EX_OUT_0: "A File collection with two items.", AR_FN_DSC_TOGROUP: "Converts a value to a Group", AR_FN_GRP_TOGROUP_STR_DSC: "Converts a String value to a Group.", AR_FN_GRP_TOGROUP_STR_RV: "Returns a Group from the String supplied in valueToConvert", AR_FN_GRP_TOGROUP_STR_PRM_DSC_0: "The string to convert to a Group. This string needs to match the name of a group.", AR_FN_GRP_TOGROUP_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Group.", AR_FN_GRP_TOGROUP_NTS_RV: "Returns a NOT_SET Group.", AR_FN_GRP_TOGROUP_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Group.", AR_FN_GRP_TOGROUP_NTS_EX_OUT_0: "A NOT_SET Group", AR_FN_GRP_TOGROUP_GRP_DSC: "Returns a Group from the supplied Group value.", AR_FN_GRP_TOGROUP_GRP_RV: "Returns the supplied Group value.", AR_FN_GRP_TOGROUP_GRP_PRM_DSC_0: "The Group to return.", AR_FN_GRP_TOGROUP_GRP_EX_OUT_0: "A NOT_SET Group.", AR_FN_DSC_TOKNOWLEDGEBASEDOCUMENT: "Converts a value to a knowledge base document.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_DSC: "Returns a knowledge base document from the supplied knowledge base document value.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_RV: "Returns the supplied knowledge base document value.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_PRM_DSC_0: "The knowledge base document to return.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_KNOWLEDGEBASEDOCUMENT_EX_OUT_0: "A NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_DSC: "Converts a NOT_SET value to a NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_RV: "Returns a NOT_SET KnowledgeBaseDocument.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_PRM_DSC_0: "The NOT_SET value to convert to a knowledge base document.", AR_FN_KNOWLEDGEBASEDOCUMENT_TOKNOWLEDGEBASEDOCUMENT_NTS_EX_OUT_0: "A NOT_SET knowledge base document.", AR_FN_DSC_TOVIDEO: "Converts a value to a video.", AR_FN_VIDEO_TOVIDEO_VIDEO_DSC: "Returns a video from the supplied Video value.", AR_FN_VIDEO_TOVIDEO_VIDEO_RV: "Returns the supplied Video value.", AR_FN_VIDEO_TOVIDEO_VIDEO_PRM_DSC_0: "The Video to return.", AR_FN_VIDEO_TOVIDEO_VIDEO_EX_OUT_0: "A NOT_SET Video.", AR_FN_VIDEO_TOVIDEO_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Video.", AR_FN_VIDEO_TOVIDEO_NTS_RV: "Returns a NOT_SET Video.", AR_FN_VIDEO_TOVIDEO_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Video.", AR_FN_VIDEO_TOVIDEO_NTS_EX_OUT_0: "A NOT_SET Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_DSC: "Returns a Video from the supplied Response Asset value.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_RV: "Returns the Video value for the supplied Response Asset value if it can be converted.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_PRM_DSC_0: "The Response Asset to convert to a Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_EX_OUT_0: "A Video value.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_DSC: "Converts a Response Asset value to a Video value with default fallback in case the Response Asset value cannot be converted to a Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_RV: "Returns the Video value for the supplied Response Asset value if it can be converted. If the Response Asset value is NOT_SET, a NOT_SET Video is returned instead of the default value. Otherwise the supplied default Video value is returned.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_PRM_DSC_0: "The Response Asset to convert to a Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_PRM_DSC_1: "The default Video value to return instead of invoking error handling if the supplied Response Asset cannot be converted to a Video.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_0: "A Video value.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_1: "A NOT_SET Video value.", AR_FN_VIDEO_TOVIDEO_RESPONSEASSET_VIDEO_EX_OUT_2: "The default Video value.", AR_FN_DSC_TOVIDEOCOLLECTION: "Converts a collection to a Video Collection.", AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_DSC: "This converts a Response Asset collection to a Video collection by converting each item in the Response Asset collection to a Video item.", AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_RV: "The returned Video collection will have the same number of items as the supplied Response Asset Collection. Response Asset items that cannot be converted to a Video value will be NOT_SET in the returned collection.", AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_PRM_DSC_0: "The Response Asset collection to convert to a Video collection.", AR_FN_VIDEO_COLL_TOVIDEOCOLLECTION_RESPONSEASSET_COLL_EX_OUT_0: "A Video collection with two items.", AR_FN_DSC_TOPHONENUMBER: "Converts a value to a PhoneNumber", AR_FN_PHNBR_TOPHONENUMBER_STR_DSC: "Converts a String value to a PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_STR_RV: "Returns a PhoneNumber from the String supplied in valueToConvert", AR_FN_PHNBR_TOPHONENUMBER_STR_PRM_DSC_0: "The string to convert to a PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_0: "A PhoneNumber created from the Call.Ani variable.", AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_1: 'A PhoneNumber with the "tel" scheme, a subscriber number of 3178723000, and E.164 phone number of +13178723000.', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_IN_2: 'ToPhoneNumber("sip:john.doe@example.com")', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_2: 'A PhoneNumber with a "sip" scheme and SIP URI of sip:john.doe@example.com.', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_3: "A NOT_SET PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_4: 'A PhoneNumber with the "tel" scheme, a subscriber number of 3178723000, and E.164 phone number of +13178723000.', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_5: 'A PhoneNumber with the "tel" scheme, a subscriber number of 3178723000, and no E.164 phone number.', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_IN_6: 'ToPhoneNumber("sips:john.doe@example.com")', AR_FN_PHNBR_TOPHONENUMBER_STR_EX_OUT_6: 'A PhoneNumber with a "sip" scheme and SIP URI of sips:john.doe@example.com.', AR_FN_PHNBR_TOPHONENUMBER_NTS_DSC: "Converts a NOT_SET value to a NOT_SET PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_NTS_RV: "Returns a NOT_SET PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET PhoneNumber.", AR_FN_PHNBR_TOPHONENUMBER_NTS_EX_OUT_0: "A NOT_SET PhoneNumber", AR_FN_PHNBR_TOPHONENUMBER_PHNBR_DSC: "Returns a PhoneNumber from the supplied PhoneNumber value.", AR_FN_PHNBR_TOPHONENUMBER_PHNBR_RV: "Returns the supplied PhoneNumber value.", AR_FN_PHNBR_TOPHONENUMBER_PHNBR_PRM_DSC_0: "The PhoneNumber to return.", AR_FN_PHNBR_TOPHONENUMBER_PHNBR_EX_OUT_0: "A NOT_SET PhoneNumber.", AR_FN_DSC_TOPROMPT: "Converts a value to a Prompt", AR_FN_PROMPT_TOPROMPT_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Prompt.", AR_FN_PROMPT_TOPROMPT_NTS_RV: "Returns a NOT_SET Prompt.", AR_FN_PROMPT_TOPROMPT_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Prompt.", AR_FN_PROMPT_TOPROMPT_NTS_EX_OUT_0: "A NOT_SET Prompt", AR_FN_PROMPT_TOPROMPT_PROMPT_DSC: "Returns a Prompt from the supplied Prompt value.", AR_FN_PROMPT_TOPROMPT_PROMPT_RV: "Returns the supplied Prompt value.", AR_FN_PROMPT_TOPROMPT_PROMPT_PRM_DSC_0: "The Prompt to return.", AR_FN_PROMPT_TOPROMPT_PROMPT_EX_OUT_0: "A NOT_SET Prompt.", AR_FN_DSC_TOSCHEDULE: "Converts a value to a Schedule", AR_FN_SCHED_TOSCHEDULE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Schedule.", AR_FN_SCHED_TOSCHEDULE_NTS_RV: "Returns a NOT_SET Schedule.", AR_FN_SCHED_TOSCHEDULE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Schedule.", AR_FN_SCHED_TOSCHEDULE_NTS_EX_OUT_0: "A NOT_SET Schedule.", AR_FN_SCHED_TOSCHEDULE_SCHED_DSC: "Returns a Schedule from the supplied Schedule value.", AR_FN_SCHED_TOSCHEDULE_SCHED_RV: "Returns the supplied Schedule value.", AR_FN_SCHED_TOSCHEDULE_SCHED_PRM_DSC_0: "The Schedule to return.", AR_FN_SCHED_TOSCHEDULE_SCHED_EX_OUT_0: "A NOT_SET Schedule.", AR_FN_DSC_TOSCHEDULEGROUP: "Converts a value to a Schedule Group", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_RV: "Returns a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Schedule Group.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_NTS_EX_OUT_0: "A NOT_SET Schedule Group.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_DSC: "Returns a Schedule Group from the supplied Schedule Group value.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_RV: "Returns the supplied Schedule Group value.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_PRM_DSC_0: "The Schedule Group to return.", AR_FN_SCHEDGRP_TOSCHEDULEGROUP_SCHEDGRP_EX_OUT_0: "A NOT_SET Schedule Group.", AR_FN_DSC_TOUTILIZATIONLABEL: "Converts a value to a Utilization Label", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Utilization Label.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_RV: "Returns a NOT_SET Utilization Label.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Utilization Label.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_NTS_EX_OUT_0: "A NOT_SET Utilization Label", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_DSC: "Returns a Utilization Label from the supplied Utilization Label value.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_RV: "Returns the supplied Utilization Label value.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_PRM_DSC_0: "The Utilization Label to return.", AR_FN_UTILIZATIONLABEL_TOUTILIZATIONLABEL_UTILIZATIONLABEL_EX_OUT_0: "A NOT_SET Utilization Label.", AR_FN_DSC_TOWORKTYPESTATUS: "Converts a value to a Worktype Status", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_DSC: "Returns a Worktype Status value from the supplied Worktype Status value.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_RV: "Returns the supplied Worktype Status value.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_PRM_DSC_0: "The Worktype Status to return.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_WORKTYPESTATUS_EX_OUT_0: "A NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_RV: "Returns a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Worktype Status.", AR_FN_WORKTYPESTATUS_TOWORKTYPESTATUS_NTS_EX_OUT_0: "A NOT_SET Worktype Status", AR_FN_DSC_TOWRAPUPCODE: "Converts a value to a Wrapup Code", AR_FN_WRC_TOWRAPUPCODE_STR_DSC: "Converts a String value to a Wrapup Code.", AR_FN_WRC_TOWRAPUPCODE_STR_RV: "Returns a Wrapup Code from the String supplied in valueToConvert", AR_FN_WRC_TOWRAPUPCODE_STR_PRM_DSC_0: "The String to convert to a Wrapup Code. This string needs to match the name of a wrapup code.", AR_FN_WRC_TOWRAPUPCODE_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Wrapup Code.", AR_FN_WRC_TOWRAPUPCODE_NTS_RV: "Returns a NOT_SET Wrapup Code.", AR_FN_WRC_TOWRAPUPCODE_NTS_PRM_DSC_0: "The NOT_SET value to convert to a NOT_SET Wrapup Code.", AR_FN_WRC_TOWRAPUPCODE_NTS_EX_OUT_0: "A NOT_SET Wrapup Code", AR_FN_WRC_TOWRAPUPCODE_WRC_DSC: "Returns a Wrapup Code from the supplied Wrapup Code value.", AR_FN_WRC_TOWRAPUPCODE_WRC_RV: "Returns the supplied Wrapup Code value.", AR_FN_WRC_TOWRAPUPCODE_WRC_PRM_DSC_0: "The Wrapup Code to return.", AR_FN_WRC_TOWRAPUPCODE_WRC_EX_OUT_0: "A NOT_SET Wrapup Code.", AR_FN_DSC_ISNOTSETOREMPTY: "Determines whether a value is NOT_SET or empty.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_DSC: "Checks if a value is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_RV: "Returns true if the value passed in is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_PRM_DSC_0: "The value to test to see if it is set or not.", AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_DSC: "Determines whether or not the supplied Audio value is NOT_SET or 0 milliseconds of blank audio.", AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_RV: "Returns a Boolean true if the Audio value passed in is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_AUDIO_PRM_DSC_0: "The Audio value to test to see if it is set or not.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_DSC: "Determines whether or not a collection is empty (i.e. has no elements in it).", AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_RV: "Returns true if the Boolean collection is empty.", AR_FN_BLN_ISNOTSETOREMPTY_ANY_COLL_PRM_DSC_0: "The collection to check.", AR_FN_BLN_ISNOTSETOREMPTY_NTS_DSC: "Returns true since the value pass in is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_NTS_RV: "Returns a true since the value passed in is NOT_SET.", AR_FN_BLN_ISNOTSETOREMPTY_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DSC_MAKEAGENTSCOREPAIR: "Returns a new instance of an AgentScorePair value initialized with the specified values.", AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_DSC: "Creates a new AgentScorePair value initialized to the specified input values.", AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_RV: "Returns the new AgentScorePair value.", AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_PRM_DSC_0: "The value to assign to the AgentScorePair agent property.", AR_FN_AGENTSCOREPAIR_MAKEAGENTSCOREPAIR_USR_LNG_PRM_DSC_1: "The value to assign to the AgentScorePair score property.", AR_FN_DSC_MAKECARD: "Returns a new instance of a Card value initialized with the specified values.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_DSC: "Creates a new Card value initialized to the specified input values.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_RV: "Returns the new Card value.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_0: "The title for the card.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_1: "The description for the card.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_2: "The button choices to use for the card.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_PRM_DSC_3: "The Image to use for the card.", AR_FN_CARD_MAKECARD_STR_STR_CHOICE_COLL_IMAGE_EX_OUT_0: "A Card that lets someone select a pizza size of small, medium or large.", AR_FN_DSC_MAKECAROUSEL: "Returns a new instance of a Carousel value initialized with the specified values.", AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_DSC: "Creates a new Carousel value for the supplied cards.", AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_RV: "Returns the new Carousel value.", AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_PRM_DSC_0: "The cards to use for the carousel.", AR_FN_CAROUSEL_MAKECAROUSEL_CARD_COLL_EX_OUT_0: "A Carousel with three cards to let a participant pick a class they want to attend to learn about cards, carousels and quick replies in Architect.", AR_FN_DSC_MAKECHOICE: "Returns a new instance of a Choice initialized with the specified values that can be used in a Chooser. There are helper functions that can be used to create choices as well such as MakeUrlChoice, MakePostbackChoice and MakePostbackChoice.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_DSC: "Creates a new Choice that can be used in a Chooser from the supplied values.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_0: 'The choice type. "url" indicates this choice represents a URL. "postback" indicates this choice supplies a value that is returned to the flow.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_1: 'The choice value. If the type parameter is "url", this should be the url link to use such as "https://www.genesys.com". If the type parameter is "postback", the postback value can be a custom value or if used in an action like Ask for Slot where the participant is choosing a value from a slot type then the value should match a value in that list or dynamic list slot type.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_PRM_DSC_2: 'The choice label. If the type parameter is "url", this should be the url link label to use such as "Genesys". If the type parameter is "postback" this label is only used if the postback choice is not associated with a value from a list or dynamic list slot type.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_EX_OUT_0: 'A Choice of type "url", value of "https://www.genesys.com" and label of "Genesys".', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_EX_OUT_1: 'A Choice of type "postback", value of "support" and label of "Help and Support".', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_DSC: "Creates a new Choice that can be used in a Chooser from the supplied values.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_0: 'The choice type. "url" indicates this choice represents a URL. "postback" indicates this choice supplies a value that is returned to the flow.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_1: 'The choice value. If the type parameter is "url", this should be the url link to use such as "https://www.genesys.com". If the type parameter is "postback", the postback value can be a custom value or if used in an action like Ask for Slot where the participant is choosing a value from a slot type then the value should match a value in that list or dynamic list slot type.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_2: 'The choice label. If the type parameter is "url", this should be the url link label to use such as "Genesys". If the type parameter is "postback" this label is only used if the postback choice is not associated with a value from a list or dynamic list slot type.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_PRM_DSC_3: 'The choice command. If the command value is "skip" the Skip Response is enabled.', AR_FN_CHOICE_MAKECHOICE_STR_STR_STR_STR_EX_OUT_0: 'A Choice of type "url", value of "https://www.genesys.com", label of "Genesys" and command of "skip".', AR_FN_DSC_MAKEPOSTBACKCHOICE: "Returns a new instance of a postback Choice value that can be used in a Chooser.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_DSC: 'Creates a new custom Choice with the supplied value that can be used in a Chooser. The returned Choice will have a type of "postback".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_PRM_DSC_0: "The value to return to the flow at runtime.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_EX_OUT_0: 'A choice with type "postback" and value of "support".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_DSC: 'Creates a new custom Choice with the supplied value and label that can be used in a Chooser. The returned Choice will have a type of "postback".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_PRM_DSC_0: "The value to return to the flow at runtime.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_PRM_DSC_1: "The label to display for the choice.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_EX_OUT_0: 'A choice with type "postback", value of "support" and label of "Help and Support".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_DSC: 'Creates a new custom Choice with the supplied value, label and command that can be used in a Chooser. The returned Choice will have a type of "postback".', AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_RV: "Returns the new Choice value.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_0: "The value to return to the flow at runtime.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_1: "The label to display for the choice.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_PRM_DSC_2: "The command value for the choice.", AR_FN_CHOICE_MAKEPOSTBACKCHOICE_STR_STR_STR_EX_OUT_0: 'A choice with value of "support", label of "Help and Support" and command of "skip".', AR_FN_DSC_MAKEURLCHOICE: "Returns a new instance of a Choice that represents a URL that can be used in a Chooser.", AR_FN_CHOICE_MAKEURLCHOICE_STR_DSC: "A helper function that creates a new Choice for a given URL that can be used in a Chooser. Remember that URL choices cannot be used in quick replies.", AR_FN_CHOICE_MAKEURLCHOICE_STR_RV: "Returns the new URL Choice value.", AR_FN_CHOICE_MAKEURLCHOICE_STR_PRM_DSC_0: 'The URL for this choice such as "https://www.genesys.com".', AR_FN_CHOICE_MAKEURLCHOICE_STR_EX_OUT_0: 'A Choice with type "url" and value of "https://www.genesys.com".', AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_DSC: "A helper function that creates a new Choice for a given URL and link label text that can be used in a Chooser. Remember that URL choices cannot be used in quick replies.", AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_RV: "Returns the new URL Choice value.", AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_PRM_DSC_0: 'The URL for this choice such as "https://www.genesys.com".', AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_PRM_DSC_1: "The link label to display for the URL. If the value is NOT_SET, the url value will be used as the link label.", AR_FN_CHOICE_MAKEURLCHOICE_STR_STR_EX_OUT_0: 'A Choice with type "url", value of "https://www.genesys.com" and label of "Genesys".', AR_FN_DSC_MAKECHOOSER: "Returns a new instance of a Chooser value initialized with the specified values.", AR_FN_CHOOSER_MAKECHOOSER_CARD_DSC: "Creates a new Chooser value configured as a carousel one card in it where that card is the supplied Card value.", AR_FN_CHOOSER_MAKECHOOSER_CARD_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_CARD_PRM_DSC_0: "A Card value that defines the card to use when presenting choices to a participant.", AR_FN_CHOOSER_MAKECHOOSER_CARD_EX_OUT_0: 'A Chooser with type "card" and card property set to a Card that lets a participant select a shirt color of red, green or blue.', AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_DSC: "Creates a new Chooser value for the supplied Carousel.", AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_PRM_DSC_0: "A Carousel value that defines the card to use when presenting choices to a participant.", AR_FN_CHOOSER_MAKECHOOSER_CAROUSEL_EX_OUT_0: 'A Chooser with type "carousel" and carousel property set to a Carousel with three cards to let a participant pick a class they want to attend to learn about cards, carousels and quick replies in Architect.', AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_DSC: "Creates a new Chooser value for the supplied Quick Replies.", AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_PRM_DSC_0: "A Quick Replies value that defines the buttons to use when presenting choices to a participant.", AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_EX_OUT_0: 'A Chooser with type "quickReplies" and quickReplies property set to a Quick Replies value that contains two custom choices of red or blue.', AR_FN_CHOOSER_MAKECHOOSER_QUICKREPLIES_EX_OUT_1: 'A Chooser with type "quickReplies" and quickReplies property set to a Quick Replies value that contains two custom choices of red or blue and quick reply summary "Thanks for your selection".', AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_DSC: "Creates a new Chooser value for the supplied TimePicker.", AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_PRM_DSC_0: "A TimePicker value to present to a participant.", AR_FN_CHOOSER_MAKECHOOSER_TIMEPICKER_EX_OUT_0: 'A Chooser with type "timePicker" and timePicker property with a title.', AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_DSC: "Creates a new Chooser value for the supplied ListPicker.", AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_RV: "Returns the new Chooser value.", AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_PRM_DSC_0: "A ListPicker value to present to a participant.", AR_FN_CHOOSER_MAKECHOOSER_LISTPICKER_EX_OUT_0: 'A Chooser with type "listPicker" and listPicker value.', AR_FN_DSC_MAKECURRENCY: "Returns a new instance of a Currency value initialized with the specified values.", AR_FN_CUR_MAKECURRENCY_DEC_STR_DSC: "Creates a new instance of Currency value initialized to the specified settings.", AR_FN_CUR_MAKECURRENCY_DEC_STR_RV: "Returns a new instance of Currency value initialized to the specified settings.", AR_FN_CUR_MAKECURRENCY_DEC_STR_PRM_DSC_0: "The monetary amount.", AR_FN_CUR_MAKECURRENCY_DEC_STR_PRM_DSC_1: "The ISO 4217 currency code.", AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_0: 'A Currency value with an amount of 10.50 and code of "USD".', AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_1: 'A Currency value with an amount of 5.00 and code of "EUR".', AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_2: 'A Currency value with a NOT_SET amount and code of "USD"', AR_FN_CUR_MAKECURRENCY_DEC_STR_EX_OUT_3: "A Currency value with an amount of 100.00 and NOT_SET code.", AR_FN_CUR_MAKECURRENCY_LNG_STR_DSC: "Creates a new instance of Currency value initialized to the specified settings.", AR_FN_CUR_MAKECURRENCY_LNG_STR_RV: "Returns a new instance of Currency value initialized to the specified settings.", AR_FN_CUR_MAKECURRENCY_LNG_STR_PRM_DSC_0: "The monetary amount.", AR_FN_CUR_MAKECURRENCY_LNG_STR_PRM_DSC_1: "The ISO 4217 currency code.", AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_0: 'A Currency value with an amount of 10.50 and code of "USD".', AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_1: 'A Currency value with an amount of 5.00 and code of "EUR".', AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_2: 'A Currency value with a NOT_SET amount and code of "USD"', AR_FN_CUR_MAKECURRENCY_LNG_STR_EX_OUT_3: "A Currency value with an amount of 100.00 and NOT_SET code.", AR_FN_DSC_MAKEDIGITALAUDIOFROMURL: "Returns a new instance of a Digital Audio value from a URL.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_DSC: "Creates a new instance of a Digital Audio value from a URL.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_RV: "Returns a new instance of a Digital Audio value initialized to the specified settings.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_PRM_DSC_0: "The URL to the Digital Audio.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_STR_EX_OUT_0: 'A Digital Audio value with the universal resource locator (url) property value of "https://www.genesys.com/media/genesys-digital-bot-flows.mp3".', AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_DSC: "Creates a NOT_SET Digital Audio.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_RV: "Returns a NOT_SET Digital Audio value.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_DIGITALAUDIO_MAKEDIGITALAUDIOFROMURL_NTS_EX_OUT_0: "A NOT_SET Digital Audio.", AR_FN_DSC_MAKEFILEFROMURL: "Returns a new instance of a File value from a URL.", AR_FN_FILE_MAKEFILEFROMURL_STR_DSC: "Creates a new instance of a File value from a URL.", AR_FN_FILE_MAKEFILEFROMURL_STR_RV: "Returns a new instance of a File value initialized to the specified settings.", AR_FN_FILE_MAKEFILEFROMURL_STR_PRM_DSC_0: "The URL to the File.", AR_FN_FILE_MAKEFILEFROMURL_STR_EX_OUT_0: 'A File value with the universal resource locator (url) property value of "https://www.genesys.com/documents/genesys-digital-bot-flows.pdf".', AR_FN_FILE_MAKEFILEFROMURL_NTS_DSC: "Creates a NOT_SET File.", AR_FN_FILE_MAKEFILEFROMURL_NTS_RV: "Returns a NOT_SET File value.", AR_FN_FILE_MAKEFILEFROMURL_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_FILE_MAKEFILEFROMURL_NTS_EX_OUT_0: "A NOT_SET File.", AR_FN_DSC_MAKEIMAGEFROMURL: "Returns a new instance of an Image value from a URL.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_DSC: "Creates a new instance of an Image value from a URL.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_RV: "Returns a new instance of an Image value initialized to the specified settings.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_PRM_DSC_0: "The URL to the image.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_EX_OUT_0: 'An Image value with a universal resource locator (url) property value of "https://www.genesys.com/media/genesys-logo.png".', AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_DSC: "Creates a new instance of an Image value from a URL and name.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_RV: "Returns a new instance of an Image value initialized to the specified settings.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_PRM_DSC_0: "The URL to the image.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_PRM_DSC_1: "The name to use for the name property in the returned Image value.", AR_FN_IMAGE_MAKEIMAGEFROMURL_STR_STR_EX_OUT_0: 'An Image value with a universal resource locator (url) property value of "https://www.genesys.com/media/genesys-logo.png" and a name property value of "Genesys Logo".', AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_DSC: "Creates a NOT_SET Image.", AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_RV: "Returns a NOT_SET Image value.", AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_IMAGE_MAKEIMAGEFROMURL_NTS_EX_OUT_0: "A NOT_SET Image.", AR_FN_DSC_MAKELINEITEM: "Returns a new instance of a LineItem value initialized with the specified settings.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_DSC: "Creates a new instance of a LineItem value initialized with the specified settings.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_RV: "Returns a new instance of LineItem value initialized to the specified settings.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_PRM_DSC_0: "The name of the LineItem.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_PRM_DSC_1: "The price of the LineItem.", AR_FN_LINEITEM_MAKELINEITEM_STR_CUR_EX_OUT_0: 'A LineItem value with name "T-Shirt" and price of $19.99 USD.', AR_FN_DSC_TOLINEITEM: "Returns a copy of the supplied LineItem.", AR_FN_LINEITEM_TOLINEITEM_LINEITEM_DSC: "Returns a copy of the supplied LineItem", AR_FN_LINEITEM_TOLINEITEM_LINEITEM_RV: "Returns a copy of the supplied LineItem.", AR_FN_LINEITEM_TOLINEITEM_LINEITEM_PRM_DSC_0: "The LineItem to copy", AR_FN_LINEITEM_TOLINEITEM_LINEITEM_EX_OUT_0: "A Lineitems which is a copy of the supplied LineItem", AR_FN_LINEITEM_TOLINEITEM_NTS_DSC: "Converts NOT_SET to a NOT_SET LineItem.", AR_FN_LINEITEM_TOLINEITEM_NTS_RV: "Returns a NOT_SET LineItem value.", AR_FN_LINEITEM_TOLINEITEM_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_LINEITEM_TOLINEITEM_NTS_EX_OUT_0: "A NOT_SET lineItem.", AR_FN_DSC_MAKELISTPICKERITEM: "Returns a new instance of a ListPickerItem value initialized with the specified settings.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_DSC: "Creates a new instance of a ListPickerItem value initialized with the specified settings.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_RV: "Returns a new instance of a ListPickerItem value initialized to the specified settings.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_0: "The list picker item title.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_1: "The list picker item subtitle.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_PRM_DSC_2: "The image to use for the list picker item.", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_0: "A ListPickerItem value with a title, subtitle, and image", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_1: "A ListPickerItem value with a title, a NOT_SET subtitle, and an image", AR_FN_LISTPICKERITEM_MAKELISTPICKERITEM_STR_STR_IMAGE_EX_OUT_2: "A ListPickerItem value with a title, a NOT_SET subtitle, and a NOT_SET image", AR_FN_DSC_MAKELISTPICKERSECTION: "Returns a new instance of a ListPickerSection value initialized with the specified settings.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_DSC: "Creates a new instance of a ListPickerSection value initialized with the specified settings.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_RV: "Returns a new instance of a ListPickerSection value initialized to the specified settings.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_0: "The list picker item title.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_1: "Whether multiple selection is enabled for the list picker.", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_PRM_DSC_2: "A collection of list picker items", AR_FN_LISTPICKERSECTION_MAKELISTPICKERSECTION_STR_BLN_LISTPICKERITEM_COLL_EX_OUT_0: 'A ListPickerSection named "Sides" with MultiSelect enabled and with two ListPickerItems, "Fries" and "Soup"', AR_FN_DSC_MAKELISTPICKER: "Returns a new instance of a ListPicker value initialized with the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_DSC: "Creates a new instance of a ListPicker value initialized with the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_RV: "Returns a new instance of a ListPicker value initialized to the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_0: "A collection of ListPickerSections.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_1: "The image to use for the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_2: "The title of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_3: "The subtitle of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_4: "The image to use for the reply message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_PRM_DSC_5: "The subtitle of the reply message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_EX_OUT_0: "A ListPicker", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_DSC: "Creates a new instance of a ListPicker value initialized with the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_RV: "Returns a new instance of a ListPicker value initialized to the specified settings.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_0: "A collection of ListPickerSections.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_1: "The image to use for the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_2: "The title of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_3: "The subtitle of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_4: "The image to use for the reply message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_5: "The subtitle of the reply message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_PRM_DSC_6: "The button text of the received message.", AR_FN_LISTPICKER_MAKELISTPICKER_LISTPICKERSECTION_COLL_IMAGE_STR_STR_IMAGE_STR_STR_EX_OUT_0: "A ListPicker", AR_FN_DSC_MAKETIMEPICKER: "Returns a new instance of a TimePicker value initialized with the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_DSC: "Creates a new instance of a TimePicker value initialized with the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_RV: "Returns a new instance of a TimePicker value initialized to the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_0: "The TimePicker title.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_1: "The TimePicker subtitle.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_2: "The image to use for the TimePicker.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_3: "The address to use for the TimePicker.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_4: "The latitude to use for the TimePicker.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_PRM_DSC_5: "The longitude to use for the TimePicker.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_0: "A TimePicker value with a title, subtitle, and image", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_1: "A TimePicker value with a title, a NOT_SET subtitle, and an image", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_2: "A TimePicker value with a title, a NOT_SET subtitle, and a NOT_SET image", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_IMAGE_ADDRESS_LATITUDE_LONGITUDE_EX_OUT_3: "A TimePicker value with a title, a NOT_SET subtitle, a NOT_SET image, an address, a latitude, and a longitude", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_DSC: "Creates a new instance of a TimePicker value initialized with the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_RV: "Returns a new instance of a TimePicker value initialized to the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_PRM_DSC_0: "The TimePicker title.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_PRM_DSC_1: "The TimePicker subtitle.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_STR_EX_OUT_0: "A TimePicker value with a title and subtitle", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_DSC: "Creates a new instance of a TimePicker value initialized with the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_RV: "Returns a new instance of a TimePicker value initialized to the specified settings.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_PRM_DSC_0: "The TimePicker title.", AR_FN_TIMEPICKER_MAKETIMEPICKER_STR_EX_OUT_0: "A TimePicker value with a title", AR_FN_DSC_MAKETIMESLOT: "Returns a new instance of a Timeslot value initialized with the specified settings.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_DSC: "Creates a new instance of a Timeslot value initialized with the specified settings.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_RV: "Returns a new instance of a Timeslot value initialized to the specified settings.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_PRM_DSC_0: "The Coordinated Universal Time (UTC) dateTime for the timeslot.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_PRM_DSC_1: "The duration for the timeslot.", AR_FN_TIMESLOT_MAKETIMESLOT_DTM_DUR_EX_OUT_0: 'A Timeslot value with date time of "2024-08-04T00:00:00.000Z" and duration of "one hour thirty minutes"', AR_FN_DSC_MAKELISTTIMESLOT: "Creates a new Timeslot value collection from the specified input.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_DSC: "Creates a Timeslot collection where each item is a Timeslot value created from the items in the dateTime collection with the duration input assigned.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_RV: "Returns the new Timeslot values.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_PRM_DSC_0: "A DateTime collection.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_PRM_DSC_1: "A Duration value that will be used for each item in the returned Timeslot collection.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_EX_OUT_0: 'A TimeSlot collection with two items: the first item having a datetime of "2024-08-04T14:00:00.000Z" and the second item having a datetime of "2024-08-04T15:00:00.000Z". Both timeslot items have a duration of "1 hour".', AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_DSC: "Creates a Timeslot collection where each item is a Timeslot value created by combining the items in the dateTime and duration collections. The input collections need to be of equal length.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_RV: "Returns the new Timeslot values.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_PRM_DSC_0: "A DateTime collection.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_PRM_DSC_1: "A Duration collection.", AR_FN_TIMESLOT_COLL_MAKELISTTIMESLOT_DTM_COLL_DUR_COLL_EX_OUT_0: 'A TimeSlot collection with two items: the first item having a datetime of "2024-08-04T14:00:00.000Z" and duration of "1 hour", and the second item having a datetime of "2024-08-04T15:00:00.000Z" and duration of "2 hours".', AR_FN_DSC_MAKESHIPPINGOPTION: "Returns a new instance of a ShippingOption value initialized with the specified settings.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_DSC: "Creates a new instance of a ShippingOption value initialized with the specified settings.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_RV: "Returns a new instance of a ShippingOption value initialized to the specified settings.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_0: "The shipping option label.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_1: "The shipping option identifier.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_2: "The shipping details.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_PRM_DSC_3: "The shipping option price.", AR_FN_SHIPPINGOPTION_MAKESHIPPINGOPTION_STR_STR_STR_CUR_EX_OUT_0: 'A ShippingOption value with id "standard", label "Standard Shipping", price $5.99 USD, and shipping details of 3-4 days', AR_FN_DSC_TOSHIPPINGOPTION: "Returns a copy of the supplied ShippingOption.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_DSC: "Returns a copy of the supplied ShippingOption", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_RV: "Returns a copy of the supplied ShippingOption.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_PRM_DSC_0: "The ShippingOption to copy", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_SHIPPINGOPTION_EX_OUT_0: "A ShippingOption which is a copy of the supplied ShippingOption", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_DSC: "Converts NOT_SET to a NOT_SET ShippingOption.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_RV: "Returns a NOT_SET ShippingOption value.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_SHIPPINGOPTION_TOSHIPPINGOPTION_NTS_EX_OUT_0: "A NOT_SET ShippingOption.", AR_FN_DSC_MAKELISTAGENTSCOREPAIR: "Returns a new collection of type AgentScorePair created from input collections.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_DSC: "Creates an AgentScorePair collection by combining items from a User collection and a preferred agent routing score Integer collection. The algorithm merges item data on a per index basis so input collections must have the same number of items.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_RV: "Returns the collection created by combining items from the supplied User and preferred agent routing score Integer collections.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_PRM_DSC_0: "Supplies User values for the agent property on AgentScorePair items in the returned collection.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_USR_COLL_LNG_COLL_PRM_DSC_1: "Supplies preferred agent routing scores for the score property on AgentScorePair items in the returned collection.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_DSC: "Creates an AgentScorePair collection by combining User values looked up from a user ID String collection and a preferred agent routing score Integer collection. The algorithm merges item data on a per index basis so input collections must have the same number of items.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_RV: "Returns the collection created by combining looked up User values and preferred agent routing scores.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_PRM_DSC_0: "A collection of user IDs to look up. Identifiers will be matched in a case insensitive manner. The looked up User values supply the agent property value on AgentScorePair items in the returned collection.", AR_FN_AGENTSCOREPAIR_COLL_MAKELISTAGENTSCOREPAIR_STR_COLL_LNG_COLL_PRM_DSC_1: "Supplies preferred agent routing scores for the score property on AgentScorePair items in the returned collection.", AR_FN_DSC_MAKELISTCOMMUNICATION: "Returns a new Communication collection value from the specified input.", AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_DSC: "Creates a Communication collection from the supplied input collection by calling ToCommunication on each item in the input collection and inserting it in the resulting Communication collection at the same index.", AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_RV: "Returns a Communication collection value from the supplied input collection.", AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_PRM_DSC_0: "A collection of values whose type is an Any type such as a String collection or Integer collection.", AR_FN_COMMUNICATION_COLL_MAKELISTCOMMUNICATION_ANY_COLL_EX_OUT_0: 'A Communication collection with two items. The first Communication item has text and audio for "Value Label 1" and the second Communication item has text and audio for "Value Label 2".', AR_FN_DSC_MAKEQUICKREPLIES: "Returns a new QuickReplies value initialized with the specified choices.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_DSC: "Creates a new QuickReplies value with the buttons property set to the supplied choice collection. Remember that you can only use postback choices in the buttons collection.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_RV: "Returns the new QuickReplies value.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_PRM_DSC_0: 'The choices to use for the quick replies buttons. Individual choices in this array should not be of type "url" as quick replies do not support URLs.', AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_DSC: "Creates a new QuickReplies value with the buttons property set to the supplied choice collection. Remember that you can only use postback choices in the buttons collection.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_RV: "Returns the new QuickReplies value.", AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_PRM_DSC_0: 'The choices to use for the quick replies buttons. Individual choices in this array should not be of type "url" as quick replies do not support URLs.', AR_FN_QUICKREPLIES_MAKEQUICKREPLIES_CHOICES_COLL_STR_PRM_DSC_1: 'Summary displayed in supporting messaging platforms after the user selects a quick reply. e.g. "Thanks for your selection"', AR_FN_DSC_MAKEVIDEOFROMURL: "Returns a new instance of a Video value from a URL.", AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_DSC: "Creates a new instance of a Video value from a URL.", AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_RV: "Returns a new instance of a Video value initialized to the specified settings.", AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_PRM_DSC_0: "The URL to the video.", AR_FN_VIDEO_MAKEVIDEOFROMURL_STR_EX_OUT_0: 'A Video value with the universal resource locator (url) property value of "https://www.genesys.com/media/genesys-digital-bot-flows.mov".', AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_DSC: "Creates a NOT_SET Video.", AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_RV: "Returns a NOT_SET Video value.", AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_VIDEO_MAKEVIDEOFROMURL_NTS_EX_OUT_0: "A NOT_SET Video.", AR_FN_DSC_RESOLVESLOT: "Gets a localized value for a list slot type Slot variable.", AR_FN_ANY_RESOLVESLOT_ANY_DSC: "This gets the localized value for the supplied Slot variable value if the slot type for the variable is a list. If the slot type associated with the variable is not a list, this function returns the Slot variable value.", AR_FN_ANY_RESOLVESLOT_ANY_RV: "Returns the localized value for the supplied Slot variable if the variable's slot type is a list. Otherwise, the Slot variable value is returned.", AR_FN_ANY_RESOLVESLOT_ANY_PRM_DSC_0: "The Slot variable to resolve.", AR_FN_ANY_RESOLVESLOT_ANY_EX_OUT_0: 'The localized String value configured on the "PizzaSizeType" slot type for the value "small" such as "peque\xF1a".', AR_FN_ANY_RESOLVESLOT_ANY_ANY_DSC: "This gets the localized value for the supplied Slot variable value if the slot type for the variable is a list. If the slot type associated with the variable is not a list, this function returns the Slot variable value. This implementation also lets you specify a value to return if the supplied Slot variable value is NOT_SET.", AR_FN_ANY_RESOLVESLOT_ANY_ANY_RV: "If the supplied Slot variable value is NOT_SET, the value supplied in the slotNotSetReturnValue parameter is returned. Otherwise this returns the localized value for the supplied Slot variable if the variable's slot type is a list. If the variable slot type is not a list, the Slot variable value is returned.", AR_FN_ANY_RESOLVESLOT_ANY_ANY_PRM_DSC_0: "The Slot variable to resolve.", AR_FN_ANY_RESOLVESLOT_ANY_ANY_PRM_DSC_1: "If the value of the Slot variable is NOT_SET, this value will be returned. Remember that the value specified here must be the same data type as the Slot variable itself so if the Slot variable is a String, the value supplied here must be a String.", AR_FN_ANY_RESOLVESLOT_ANY_ANY_EX_OUT_0: '"" if the Slot.AccountType value is NOT_SET.', AR_FN_DSC_RESOLVESLOTTYPELISTVALUE: "Gets a localized String value for a list or dynamic list slot type value.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_DSC: "This gets a localized String value based on the language in which the flow is running from a list or dynamic slot list slot type by specifying the slot type by name and value to look up.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_RV: "Returns the localized String value for the supplied list or dynamic list slot type name and supplied slot type value. If the slot type or value in the list is not found, a NOT_SET String value is returned.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_PRM_DSC_0: "The name of the list or dynamic list slot type. The slot type name is matched case sensitively. If a NOT_SET slot type name is specified, a NOT_SET String value is returned.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_PRM_DSC_1: "The slot type value to look up. The value is matched case sensitively. If a NOT_SET value is specified, a NOT_SET String value is returned.", AR_FN_STR_RESOLVESLOTTYPELISTVALUE_STR_STR_EX_OUT_0: 'The localized String value configured on the "PizzaSizeType" slot type for the value "small" such as "peque\xF1a".', AR_FN_DSC_MAKELISTCURRENCY: "Returns a new Currency value collection from the specified input.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_DSC: "Returns a Currency collection from the specified Decimal input collection and assigns the specified ISO 4217 currency code to each item in the returned currency collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_RV: "Returns a Currency collection with each item set to the value from the corresponding Decimal collection. Each item will have their code set to the ISO 4217 currency code specified in the 2nd parameter.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_PRM_DSC_0: "A Decimal collection of amounts that will become the amounts in the returned Currency collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_PRM_DSC_1: "The ISO 4217 currency code to assign to each item in the returned Currency collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_EX_OUT_0: 'A currency collection with two items. The first item has an amount of 10.50, the second item has an amount of 2.50, and both items have a code of "USD".', AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_EX_OUT_1: 'A currency collection with two items. The first item has an amount of 10.50, the second item has a NOT_SET amount, and both items have a Cde of "USD".', AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_DSC: "Returns a Currency collection based on the specified Decimal and String input collections. The input collections have to have the same number of items for the currency list to be created.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_RV: "Returns a Currency collection where each item is a Currency value created from the items in the amounts and currencyCodes collections.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_PRM_DSC_0: "A Decimal collection of amounts that will become the amounts in the returned Currency collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_PRM_DSC_1: "A collection of ISO 4217 currency codes to assign to each item in the returned Currency collection. The number of items in this collection should be the same as the number of items in the amounts collection.", AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_EX_OUT_0: 'A currency collection with two items. The first Currency item has an amount of 10.50 and code of "USD". The second Currency item has an amount of 2.50 and code of "EUR".', AR_FN_CUR_COLL_MAKELISTCURRENCY_DEC_COLL_STR_COLL_EX_OUT_1: 'A currency collection with two items. The first Currency item has an amount of 10.50 and NOT_SET code. The second Currency item has a NOT_SET amount and code of "EUR".', AR_FN_DSC_TOCURRENCY: "Converts a value to a Currency.", AR_FN_CUR_TOCURRENCY_STR_DSC: "Converts a String value to a Currency.", AR_FN_CUR_TOCURRENCY_STR_RV: "Returns a Currency value for the specified String.", AR_FN_CUR_TOCURRENCY_STR_PRM_DSC_0: 'The String to convert to a Currency value. The format should be "[amount]|[code]" where amount is a decimal value and code is an ISO 4217 currency code or blank.', AR_FN_CUR_TOCURRENCY_STR_EX_OUT_0: 'A Currency value with an amount of 5.00 and code of "USD" (United States dollars).', AR_FN_CUR_TOCURRENCY_STR_EX_OUT_1: 'A Currency value with a NOT_SET amount and code of "EUR" (Euros).', AR_FN_CUR_TOCURRENCY_STR_EX_OUT_2: "A Currency value with an amount of 5.00 and NOT_SET code.", AR_FN_CUR_TOCURRENCY_STR_EX_OUT_3: "A Currency value with an amount of 5.00 and NOT_SET code.", AR_FN_CUR_TOCURRENCY_STR_EX_OUT_4: "A NOT_SET Currency.", AR_FN_CUR_TOCURRENCY_DEC_DSC: "Converts a Decimal to a Currency without a code.", AR_FN_CUR_TOCURRENCY_DEC_RV: "Returns a Currency value from the specified Decimal.", AR_FN_CUR_TOCURRENCY_DEC_PRM_DSC_0: "The Decimal to convert to a Currency value.", AR_FN_CUR_TOCURRENCY_DEC_EX_OUT_0: "A Currency value with an amount of 5.00 and NOT_SET code.", AR_FN_CUR_TOCURRENCY_LNG_DSC: "Converts an Integer to a Currency without a code.", AR_FN_CUR_TOCURRENCY_LNG_RV: "Returns a Currency value from the supplied Integer.", AR_FN_CUR_TOCURRENCY_LNG_PRM_DSC_0: "The Integer to convert to a Currency value.", AR_FN_CUR_TOCURRENCY_LNG_EX_OUT_0: "A Currency value with an amount of 5 and NOT_SET code.", AR_FN_CUR_TOCURRENCY_NTS_DSC: "Converts NOT_SET to a NOT_SET Currency.", AR_FN_CUR_TOCURRENCY_NTS_RV: "Returns a NOT_SET Currency value.", AR_FN_CUR_TOCURRENCY_NTS_PRM_DSC_0: "The NOT_SET value.", AR_FN_CUR_TOCURRENCY_NTS_EX_OUT_0: "A NOT_SET Currency.", AR_FN_CUR_TOCURRENCY_CUR_DSC: "Returns a Currency from the supplied Currency value.", AR_FN_CUR_TOCURRENCY_CUR_RV: "Returns the supplied Currency value.", AR_FN_CUR_TOCURRENCY_CUR_PRM_DSC_0: "The Currency to return.", AR_FN_CUR_TOCURRENCY_CUR_EX_OUT_0: 'A Currency value with an amount of 5.25 and code of "USD" (United States dollars)', AR_FN_DSC_GETCURRENCYSYMBOL: "Returns the symbol for the specified ISO 4217 currency code.", AR_FN_STR_GETCURRENCYSYMBOL_STR_DSC: "Returns the currency symbol for the specified ISO 4217 currency code.", AR_FN_STR_GETCURRENCYSYMBOL_STR_RV: "Returns a Currency symbol for the specified String.", AR_FN_STR_GETCURRENCYSYMBOL_STR_PRM_DSC_0: "The ISO 4217 currency code for which you wish to get the currency symbol.", AR_FN_STR_GETCURRENCYSYMBOL_CUR_DSC: "Returns the currency symbol for the specified currency.", AR_FN_STR_GETCURRENCYSYMBOL_CUR_RV: "Returns a Currency symbol for the specified String.", AR_FN_STR_GETCURRENCYSYMBOL_CUR_PRM_DSC_0: "A Currency from which to get the symbol.", AR_FN_DSC_CONVERTCURRENCY: "Converts a currency from one code to another.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DSC: "Converts a currency from one code to another keeping the amount the same.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_RV: "Returns the converted Currency value. Note that if sourceCurrency itself is NOT_SET, then a NOT_SET Currency is returned.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_PRM_DSC_0: "The Currency to convert.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_PRM_DSC_1: "The ISO 4217 currency code for the returned Currency value.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_0: 'A Currency with an amount of 5.00 and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_1: 'A Currency with an amount of 5.00 and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_2: 'A Currency with a NOT_SET amount and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_3: "A Currency with a NOT_SET amount and NOT_SET code.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_EX_OUT_4: "A NOT_SET Currency.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_DSC: "Converts a currency from one code to another using a specified conversion rate.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_RV: "Returns the converted Currency value.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_0: "The Currency to convert.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_1: "The ISO 4217 currency code for the returned Currency value.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_PRM_DSC_2: "The exchange rate from the sourceCurrency input to the destination currency.", AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_0: 'A Currency with an amount of 3.4685 and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_1: 'A Currency with an amount of 3.4685 and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_2: 'A Currency with a NOT_SET amount and code of "EUR".', AR_FN_CUR_CONVERTCURRENCY_CUR_STR_DEC_EX_OUT_3: "A NOT_SET Currency.", AR_FN_DSC_TOAUDIOTTS: "Creates an Audio from text.", AR_FN_AUDIO_TOAUDIOTTS_STR_DSC: "Creates an Audio from the supplied text using the text to speech engine for the flow's currently executing language.", AR_FN_AUDIO_TOAUDIOTTS_STR_RV: "Returns Audio from the submitted String.", AR_FN_AUDIO_TOAUDIOTTS_STR_PRM_DSC_0: "The text to convert to Audio.", AR_FN_AUDIO_TOAUDIOTTS_STR_EX_OUT_0: 'Audio for the string "Hello" spoken via. text to speech.', AR_FN_AUDIO_TOAUDIOTTS_STR_EX_OUT_1: "Blank Audio of 0ms duration. See the ToAudioBlank function if you wish to create blank Audio with a duration.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_DSC: "Creates an Audio from the supplied text using the text to speech engine for a specified IETF language tag.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_RV: "Returns Audio from the submitted String.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_PRM_DSC_0: "The text to convert to Audio.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_PRM_DSC_1: "The IETF language tag of the text to speech engine to use for the pronunciation of the supplied text.", AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_0: 'Audio for the string "Hello" spoken via. the English (United States) (en-US) text to speech engine.', AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_1: 'Audio for the string "Bonjour" spoken via. the French (Canada) (fr-CA) text to speech engine.', AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_2: 'Audio for the string "Hola" spoken via. the Spanish (United States) (es-US) text the to speech engine.', AR_FN_AUDIO_TOAUDIOTTS_STR_STR_EX_OUT_3: "Blank Audio of 0ms duration. See the ToAudioBlank function if you wish to create blank Audio with a duration.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_DSC: "Creates an Audio from text using text to speech with the option to read characters individually using the text to speech engine for the flow's currently executing language.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_RV: "Returns Audio from the submitted String.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_PRM_DSC_0: "The text to convert to Audio.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_PRM_DSC_1: "The formatting used for the returned Audio.", AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_EX_OUT_0: 'Audio of "H e l l o" where each letter is spoken individually.', AR_FN_AUDIO_TOAUDIOTTS_STR_STRINGFORMAT_EX_OUT_1: "Blank Audio of 0ms duration. See the ToAudioBlank function if you wish to create blank Audio with a duration.", AR_FN_DSC_TOAUDIOBLANK: "Creates blank Audio which can be used to provide a pause in audio playback.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_DSC: "Creates blank Audio for a specified number of milliseconds.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_RV: "Returns blank Audio of length specified in the lengthMS parameter.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_PRM_DSC_0: "The number of milliseconds of blank audio to create.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_EX_OUT_0: "Blank Audio with a duration of 500 milliseconds.", AR_FN_AUDIO_TOAUDIOBLANK_LNG_EX_OUT_1: 'Audio for "Hello" followed by one second of blank audio and then "World".', AR_FN_DSC_TOAUDIOBOOL: "Creates an Audio from a boolean value.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_DSC: "Creates an Audio from a Boolean.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_RV: "Returns Audio from the submitted Boolean.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_PRM_DSC_0: "The boolean to convert to Audio.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_EX_OUT_0: 'Audio of "True".', AR_FN_AUDIO_TOAUDIOBOOL_BLN_EX_OUT_1: "Blank Audio.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_DSC: "Creates an Audio from a Boolean.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_RV: "Returns Audio from the submitted Boolean.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_PRM_DSC_0: "The boolean value to convert to Audio.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_PRM_DSC_1: "Formatting information for the returned Audio.", AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_0: 'Audio of "No".', AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_1: 'Audio of "Yes".', AR_FN_AUDIO_TOAUDIOBOOL_BLN_BOOLFORMATENUM_EX_OUT_2: "Blank Audio.", AR_FN_DSC_TOAUDIODURATION: "Creates an Audio from a Duration value.", AR_FN_AUDIO_TOAUDIODURATION_DUR_DSC: "Creates an Audio from a Duration value down to seconds. Milliseconds on the Duration value are not part of the returned Audio.", AR_FN_AUDIO_TOAUDIODURATION_DUR_RV: "Returns Audio from the submitted Duration value.", AR_FN_AUDIO_TOAUDIODURATION_DUR_PRM_DSC_0: "The Duration value to convert to Audio.", AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_0: 'Audio of "one hour thirty minutes".', AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_1: 'Audio of "negative thirty minutes".', AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_2: 'Audio of "one hour thirty minutes and five seconds".', AR_FN_AUDIO_TOAUDIODURATION_DUR_EX_OUT_3: "A NOT_SET Audio.", AR_FN_DSC_TOAUDIOPHONENUMBER: "Creates an Audio for phone number playback.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_DSC: "Creates an Audio from a PhoneNumber value where the audio is the phone number played back in global format which uses the country code.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_RV: "Returns Audio from the submitted PhoneNumber.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PRM_DSC_0: "The PhoneNumber to convert to Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_0: 'Globally formatted phone number Audio of "plus one three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_1: 'Globally formatted phone number Audio for the phone number in Call.Ani if Call.Ani is a "tel" scheme phone number, otherwise blank Audio.', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_DSC: "Creates an Audio from a PhoneNumber value where the audio is the phone number played back in global or local format as specified by a parameter.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_RV: "Returns Audio from the submitted PhoneNumber.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_PRM_DSC_0: "The PhoneNumber to convert to Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_PRM_DSC_1: "Whether or not to use local or global formatting on the returned Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_0: 'Locally formatted phone number Audio of "three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_1: 'Globally formatted phone number Audio of "plus one three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_2: 'Locally formatted phone number Audio of "zero seven five five five five one two one two".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_3: 'Globally formatted phone number Audio for the phone number in Call.Ani if Call.Ani is a "tel" scheme phone number, otherwise blank Audio.', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_4: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_PHONENUMBERFORMATENUM_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_DSC: "Creates an Audio from a PhoneNumber value where the audio is the phone number played back in global or local format depending on the dialing code passed in.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_RV: "Returns Audio from the submitted PhoneNumber.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_PRM_DSC_0: "The PhoneNumber to convert to Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_PRM_DSC_1: "If the dialing code specified here matches the dialing code in the phoneNumber parameter, local formatting will be used for the returned phone number Audio. Otherwise global formatting will be used.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_0: 'Locally formatted phone number Audio of "three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_1: 'Globally formatted phone number Audio of "plus one three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_2: 'Globally formatted phone number Audio of "plus one three one seven eight seven two three zero zero zero".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_3: 'Locally formatted phone number Audio of "zero seven five five five five one two one two".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_4: 'Globally formatted phone number Audio for the phone number in Call.Ani if the dialing code is other than "1" and Call.Ani is a "tel" scheme phone number, otherwise blank Audio.', AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_PHNBR_STR_EX_OUT_6: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_DSC: "Creates an Audio from a String value where only numbers in the string are played back in the returned Audio.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_RV: "Returns Audio from the submitted String.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_PRM_DSC_0: "The string to convert to Audio as a phone number.", AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_0: 'Audio for "eight one two five five five one two three four".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_1: 'Audio for "eight one two five five five one two three four".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_2: 'Audio for "eight one two five five five one two three four".', AR_FN_AUDIO_TOAUDIOPHONENUMBER_STR_EX_OUT_3: "Blank Audio.", AR_FN_DSC_TOAUDIOCURRENCY: "Creates an Audio from a Currency value.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_DSC: "Creates an Audio from a Currency value localized to the current language for the flow.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_RV: "Returns Audio from the submitted Currency.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_PRM_DSC_0: "The Currency value to convert to Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_0: 'Audio for "one million two hundred thirty four thousand five hundred sixty seven dollars and zero cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_1: 'Audio for "one dollar and twenty three cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_2: 'Audio for "one dollar and twenty three cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_EX_OUT_4: 'Audio for "one dollar and fifty seven cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_DSC: "Creates an Audio from a Currency value localized to the current language for the flow.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_RV: "Returns Audio from the submitted Currency.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_PRM_DSC_0: "The Currency value to convert to Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_PRM_DSC_1: "Formatting information for the returned Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_0: 'Audio for "one million two hundred thirty four thousand five hundred sixty seven dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_1: 'Audio for "eighty cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_2: 'Audio for "two hundred eighty cents".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_3: 'Audio for "one point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_4: 'Audio for "three zero point two zero dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_5: 'Audio for "zero point two zero dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_CURRENCYFORMAT_EX_OUT_6: "Blank Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_DSC: "Creates an Audio from a Currency value localized to the current language for the flow played in decimal format with a specified number of decimal places.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_RV: "Returns Audio from the submitted Currency.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_PRM_DSC_0: "The Currency value to convert to Audio.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_PRM_DSC_1: "The number of decimal places to include in the audio output.", AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_0: 'Audio for "one point two dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_1: 'Audio for "one point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_2: 'Audio for "negative thirty five point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_3: 'Audio for "one point two three zero dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_4: 'Audio for "one point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_5: 'Audio for "twenty one point two three dollars".', AR_FN_AUDIO_TOAUDIOCURRENCY_CUR_LNG_EX_OUT_6: "Blank Audio.", AR_FN_DSC_TOAUDIOPERCENT: "Creates Audio from an Integer value to be read as a percent.", AR_FN_AUDIO_TOAUDIOPERCENT_LNG_DSC: "Creates Audio from an Integer value to be read as a percent.", AR_FN_AUDIO_TOAUDIOPERCENT_LNG_RV: "Returns Audio from the submitted Integer.", AR_FN_AUDIO_TOAUDIOPERCENT_LNG_PRM_DSC_0: "The Integer value to convert to Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_0: 'Audio for "one hundred twenty three percent".', AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_1: 'Audio for "five percent".', AR_FN_AUDIO_TOAUDIOPERCENT_LNG_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_DSC: "Creates an Audio from a Decimal value to be read as a percent.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_PRM_DSC_0: "The Decimal value to convert to Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_0: 'Audio for "one hundred, twenty three point twelve percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_1: 'Audio for "zero point two percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_DSC: "Creates an Audio from a Decimal value to be read as a percent, with the ability to specify how many decimal digits to play.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_PRM_DSC_0: "The Decimal value to be played as audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_PRM_DSC_1: "Number of decimal places to read in the returned Audio.", AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_0: 'Audio for "one hundred twenty three point one two percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_1: 'Audio for "one hundred twenty three point one percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_2: 'Audio for "one hundred twenty three point one two zero percent".', AR_FN_AUDIO_TOAUDIOPERCENT_DEC_LNG_EX_OUT_3: "Blank Audio.", AR_FN_DSC_TOAUDIODATE: "Creates an Audio from a Date.", AR_FN_AUDIO_TOAUDIODATE_DTM_DSC: "Creates a date Audio from a DateTime.", AR_FN_AUDIO_TOAUDIODATE_DTM_RV: "Returns Audio for the Date portion of the submitted DateTime.", AR_FN_AUDIO_TOAUDIODATE_DTM_PRM_DSC_0: "The DateTime value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATE_DTM_EX_OUT_0: 'Audio for "Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DTM_EX_OUT_1: "Blank Audio.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_DSC: "Creates an Audio for the year from a DateTime with formatting support.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_RV: "Returns Audio for the Date portion of the submitted DateTime.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_PRM_DSC_0: "The DateTime value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_PRM_DSC_1: "Formatting information for the returned Audio.", AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_0: 'Audio for "Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_1: 'Audio for "Thursday November thirtieth nineteen eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_2: 'Audio for "Thursday November thirtieth".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_3: 'Audio for "Seventh".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_4: 'Audio for "April".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_5: 'Audio for "twenty fourteen".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_6: 'Audio for "two thousand fourteen".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_7: 'Audio for "Wednesday".', AR_FN_AUDIO_TOAUDIODATE_DTM_DATETIMEFORMATENUM_EX_OUT_8: "Blank audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_DSC: "Creates a date Audio from a Date.", AR_FN_AUDIO_TOAUDIODATE_DATE_RV: "Returns Audio for the Date.", AR_FN_AUDIO_TOAUDIODATE_DATE_PRM_DSC_0: "The Date value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_EX_OUT_0: 'Audio for "Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DATE_EX_OUT_1: "Blank Audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_DSC: "Creates an Audio for the date with formatting support.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_RV: "Returns Audio for the Date with specified format.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_PRM_DSC_0: "The Date value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_PRM_DSC_1: "Formatting information for the returned Audio.", AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_0: 'Audio for "Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_1: 'Audio for "Thursday November thirtieth nineteen eighty nine".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_2: 'Audio for "Thursday November thirtieth".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_3: 'Audio for "Seventh".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_4: 'Audio for "April".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_5: 'Audio for "twenty fourteen".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_6: 'Audio for "two thousand fourteen".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_7: 'Audio for "Wednesday".', AR_FN_AUDIO_TOAUDIODATE_DATE_DATEFORMATENUM_EX_OUT_8: "Blank audio.", AR_FN_DSC_TOAUDIODATETIME: "Creates an Audio from a DateTime.", AR_FN_AUDIO_TOAUDIODATETIME_DTM_DSC: "Creates an Audio from a DateTime.", AR_FN_AUDIO_TOAUDIODATETIME_DTM_RV: "Returns Audio from the submitted DateTime value.", AR_FN_AUDIO_TOAUDIODATETIME_DTM_PRM_DSC_0: "The DateTime value to convert to Audio.", AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_0: 'Audio for "Two twenty two PM Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_1: 'Audio for "Two twenty two PM Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_2: 'Audio for "Twelve AM Thursday November thirtieth nineteen hundred eighty nine".', AR_FN_AUDIO_TOAUDIODATETIME_DTM_EX_OUT_3: "Blank Audio.", AR_FN_DSC_TOAUDIOTIME: "Creates an Audio from a DateTime input.", AR_FN_AUDIO_TOAUDIOTIME_DTM_DSC: "Creates an Audio from a DateTime and only plays the Time portion.", AR_FN_AUDIO_TOAUDIOTIME_DTM_RV: "Returns Audio for the submitted DateTime value.", AR_FN_AUDIO_TOAUDIOTIME_DTM_PRM_DSC_0: "The DateTime value to convert to Audio.", AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_0: 'Audio for "Two twenty two PM" or "Fourteen twenty two" depending on active language.', AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_1: 'Audio for "Twelve AM" or "Zero hours" depending on active language.', AR_FN_AUDIO_TOAUDIOTIME_DTM_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_DSC: "Creates an Audio from a DateTime and only plays the Time portion.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_RV: "Returns Audio for the submitted DateTime value.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_PRM_DSC_0: "The DateTme value to convert to Audio.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_PRM_DSC_1: "Time Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_0: 'Audio for "Four teen twenty two".', AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_1: 'Audio for "Two twenty two".', AR_FN_AUDIO_TOAUDIOTIME_DTM_TIMEFORMATENUM_EX_OUT_2: "Blank Audio.", AR_FN_DSC_TOAUDIO: "Converts a value to Audio.", AR_FN_AUDIO_TOAUDIO_PROMPT_DSC: "Converts a Prompt to Audio.", AR_FN_AUDIO_TOAUDIO_PROMPT_RV: "Returns Audio for the specified Prompt.", AR_FN_AUDIO_TOAUDIO_PROMPT_PRM_DSC_0: "The Prompt to convert to Audio. The prompt audio preference is first to get the audio configured on the prompt for the language in which the flow is currently running. If no audio is present, then the runtime will fall back to the text to speech configured on the prompt for the language in which the flow is currently running.", AR_FN_AUDIO_TOAUDIO_PROMPT_EX_OUT_0: "Audio for the Prompt.Welcome prompt for the language in which the current flow is running.", AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_DSC: "Converts a Prompt Collection to Audio.", AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_RV: "Returns Audio for the specified Prompt collection.", AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_PRM_DSC_0: "The Prompt collection to convert to Audio. The runtime preference for each prompt in the collection is to get the prompt audio for the language in which the current flow is running. If audio is not available for an individual prompt, the flow runtime will fall back to the text to speech configured on the prompt for the language in which the flow is currently running.", AR_FN_AUDIO_TOAUDIO_PROMPT_COLL_EX_OUT_0: "Audio for the Prompt.Hello prompt followed by audio for the Prompt.World prompt in the language in which the current flow is currently running.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_DSC: "Converts a VoicemailSnippet to Audio.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_RV: "Returns Audio for the specified VoicemailSnippet.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_PRM_DSC_0: "The VoicemailSnippet value to convert to Audio.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_EX_OUT_0: "Audio for the Voicemail.VoicemailSnippet variable.", AR_FN_AUDIO_TOAUDIO_VOICEMAILSNIPPET_EX_OUT_1: "A NOT_SET Audio.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_DSC: "Converts a VoiceSnippet to Audio.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_RV: "Returns Audio for the specified VoiceSnippet.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_PRM_DSC_0: "The VoiceSnippet value to convert to Audio.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_EX_OUT_0: "Audio for the Flow.ParticipantSnippet VoiceSnippet variable.", AR_FN_AUDIO_TOAUDIO_VOICESNIPPET_EX_OUT_1: "A NOT_SET Audio.", AR_FN_AUDIO_TOAUDIO_NTS_DSC: "Converts a NOT_SET value to a NOT_SET Audio.", AR_FN_AUDIO_TOAUDIO_NTS_RV: "Returns a NOT_SET Audio.", AR_FN_AUDIO_TOAUDIO_NTS_PRM_DSC_0: "The NOT_SET value to convert to Audio.", AR_FN_AUDIO_TOAUDIO_NTS_EX_OUT_0: "A NOT_SET Audio.", AR_FN_DSC_TOCOMMUNICATION: "Converts a value to a Communication value. Communication objects are like Audio except that they supply either audio or text for communication on the current media channel.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_DSC: "Converts an Any value to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_RV: "Returns a Communication for the submitted value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_PRM_DSC_0: "The value to convert to a Communication. If the value is NOT_SET, a blank Communication will be generated at runtime.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_EX_OUT_0: 'A Communication with audio for "uno" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_DSC: "Converts an Any collection value to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_RV: "Returns a Communication for the submitted collection value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_PRM_DSC_0: "The value to convert to a Communication. If the value is NOT_SET, a blank Communication will be generated at runtime.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_EX_OUT_0: 'A Communication with audio for "uno dos" and text of "1\\n2".', AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_DSC: "Converts an Any collection value to a Communication. The method calls ToCommunication on each element in the collection and appends it to the returned value for each item to the result Communication. Items in the returned Communication are delimited with the value specified in the delimiter parameter for the text value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_RV: "Returns a Communication for the submitted collection value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_PRM_DSC_0: "The collection value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_PRM_DSC_1: "The delimiter to use between items in the returned Communication. If the delimiter is a NOT_SET String, a newline will be used for the delimiter.", AR_FN_COMMUNICATION_TOCOMMUNICATION_ANY_COLL_STR_EX_OUT_0: 'A Communication with audio for "uno dos" and text of "1, 2".', AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_DSC: "Creates an Communication from a Boolean.", AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_RV: "Returns a Communication for the submitted Boolean value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_PRM_DSC_0: "The Boolean value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_PRM_DSC_1: "Formatting information for the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_0: 'Communication with audio of "no" and text of "no".', AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_1: 'Communication with audio of "yes" and text of "yes"', AR_FN_COMMUNICATION_TOCOMMUNICATION_BLN_BOOLFORMATENUM_EX_OUT_2: "A blank Communication with blank audio of 0ms duration and blank text. See the ToCommunicationBlank function if you wish to create blank Communication with a duration.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_DSC: "Creates a Communication from a Currency value localized to the current language for the flow.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_RV: "Returns a Communication for the submitted Currency value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_PRM_DSC_0: "The Currency value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_PRM_DSC_1: "Formatting information for the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_0: 'Communication with audio of "one million two hundred thirty four thousand five hundred sixty seven dollars" and text of "$1,234,567.00".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_1: 'Communication with audio of "eighty cents" and text of "$.80".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_2: 'Communication with audio of "two hundred eighty cents" and text of "280 cents".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_CURRENCYFORMAT_EX_OUT_3: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_DSC: "Creates a Communication from a Currency value localized to the current language for the flow played in decimal format with a specified number of decimal places.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_RV: "Returns a Communication for the submitted Currency value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_PRM_DSC_0: "The Currency value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_PRM_DSC_1: "The number of decimal places to include in the communication output.", AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_0: 'Communication for "one point three dollars".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_1: 'Communication for "one point two three dollars".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_2: 'Communication for "one point two three zero dollars".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_3: 'Communication for "negative thirty five point two three dollars".', AR_FN_COMMUNICATION_TOCOMMUNICATION_CUR_LNG_EX_OUT_4: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_DSC: "Creates a Communication for the year from a Date with formatting support.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_RV: "Returns a Communication for the submitted the Date value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_PRM_DSC_0: "The Date value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_PRM_DSC_1: "Formatting information for the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_0: 'Communication with audio of "Thursday November thirtieth nineteen hundred eighty nine" and text of "11/13/1989".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_1: 'Communication with audio of "Thursday November thirtieth nineteen eighty nine" and text of "11/13/89".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_2: 'Communication with audio of "Thursday November thirtieth" and text "Thursday, November 30th"', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_3: 'Communication with audio of "Seventh" and text of "7th".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_4: 'Communication with audio and text of "April".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_5: 'Communication with audio of "twenty fourteen" and text of "2014".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_6: 'Communication with audio of "two thousand fourteen" and text of "2014".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DATE_DATEFORMATENUM_EX_OUT_7: 'Communication with audio and text of "Wednesday".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_DSC: "Creates a Communication from a Decimal.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_RV: "Returns a Communication for the submitted Decimal value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_PRM_DSC_0: "The Decimal value to convert to a Communication. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits. If the Decimal value is an integral value, only the integral part will be played back.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_PRM_DSC_1: "Number formatting to be used in the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_0: 'Communication with audio of "five point five" and text of "5 . 5".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_1: 'Communication with audio of "negative five zero zero" and text of "- 5 0 0".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_NUMBERFORMATENUM_EX_OUT_2: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_DSC: "Creates a Communication from a Decimal with a specified number of decimal places.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_RV: "Returns a Communication for the submitted Decimal value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_PRM_DSC_0: "The Decimal value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_PRM_DSC_1: "The number of decimal places to include in the communication output.", AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_0: 'Communication with audio of "one point three" and text of "1.3".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_1: 'Communication with audio of "one point two three" and text of "1.23".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_2: 'Communication with audio of "one point two three zero" and text of "1.230".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_3: 'Communication with audio of "negative thirty five point one seven" and text of "-35.17".', AR_FN_COMMUNICATION_TOCOMMUNICATION_DEC_LNG_EX_OUT_4: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates a Communication from an Integer with language context.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns a Communication for the submitted Integer value based on the supplied language context.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer to convert to a Communication. If the Integer value is NOT_SET, blank Communication will be returned.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Communication with audio of "uno" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Communication with audio of "un" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Communication with audio of "unos" and text of "5".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Communication for "una" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Communication with audio of "una" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: 'Communication with audio of "unas" and text of "5".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_6: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_DSC: "Creates a Communication from an Integer with formatting.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_RV: "Returns a Communication for the submitted Integer value with the supplied formatting option.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_PRM_DSC_0: "The Integer value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_PRM_DSC_1: "Number Format Enum to be used in the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_EX_OUT_0: 'Communication with audio of "five zero zero" and text of "5 0 0".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_EX_OUT_1: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC: "Creates a Communication from an Integer with formatting and language context.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV: "Returns a Communication for the submitted Integer value with formatting and language context.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number Format Enum to be used in the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Language contextual information on how to play back the number.", AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Communication with audio of "uno dos" and text of "1 2".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Communication with audio of "un un" and text of "1 1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Communication with audio of "unos unos" and text of "1 1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Communication with audio of "una dos" and text of "1 2".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Communication with audio of "una unas" and text of "1 1".', AR_FN_COMMUNICATION_TOCOMMUNICATION_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_DSC: "Converts a NOT_SET value to a blank Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_RV: "Returns a blank Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_PRM_DSC_0: "The NOT_SET value to convert to a Communication object.", AR_FN_COMMUNICATION_TOCOMMUNICATION_NTS_EX_OUT_0: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_DSC: "Creates a Communication from text using text to speech with the option to read characters individually using the text to speech engine for the flow's currently executing language.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_RV: "Returns a Communication from the submitted String.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_PRM_DSC_0: "The text to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_PRM_DSC_1: "The formatting used for the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_EX_OUT_0: 'A Communication of "H e l l o" where each letter is communicated individually.', AR_FN_COMMUNICATION_TOCOMMUNICATION_STR_STRINGFORMAT_EX_OUT_1: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_DSC: "Creates a Communication from a Time.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_RV: "Returns a Communication for the submitted Time value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_PRM_DSC_0: "The Time value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_PRM_DSC_1: "Time Format Enum to be used in the returned Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_0: 'Communication with audio of "Fourteen twenty two" and text of "14:22:11".', AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_1: 'Communication with audio of "Two twenty two" and text of "02:22:11PM"', AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEFORMATENUM_EX_OUT_2: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_DSC: "Creates a Communication by obtaining a part from a Time.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_RV: "Returns a Communication for the submitted Time value.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_PRM_DSC_0: "The Time value to convert to a Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_PRM_DSC_1: "Time Part Enum to be used in the returned Communication. Format.TimePart.days is not valid for use in this parameter since time values do not have a day component.", AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_EX_OUT_0: 'Communication with audio of "Nine" and text of "9".', AR_FN_COMMUNICATION_TOCOMMUNICATION_TIME_TIMEPARTENUM_EX_OUT_1: 'Communication with audio of "Two twenty two" and text of "22"', AR_FN_DSC_TOCOMMUNICATIONBLANK: "Creates a blank Communication which can be used to provide a pause in communication playback.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_DSC: "Creates a blank Communication for a specified number of milliseconds.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_RV: "Returns blank Communication of length specified in the lengthMS parameter.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_PRM_DSC_0: "The number of milliseconds of blank communication to create.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_EX_OUT_0: "A Communication with blank audio with a duration of 500 milliseconds and blank text output that pauses for 500 milliseconds.", AR_FN_COMMUNICATION_TOCOMMUNICATIONBLANK_LNG_EX_OUT_1: "A Communication with blank audio with a duration of 0 milliseconds and blank text output that does not pause.", AR_FN_DSC_TOCOMMUNICATIONORDINAL: 'Creates a Communication from a number with ordinal playback such as "first", "second", ..., "seven hundred and sixteenth"', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_DSC: "Creates an ordinal Communication from an Integer.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_RV: "Returns ordinal Communication for the submitted Integer value.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_PRM_DSC_0: "The Integer to convert to a Communication. If the Integer value is less than 1 or greater than 999, the communication playback will be read as a normal number and not as an ordinal.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_0: 'Communication with audio of "first" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_1: 'Communication with audio of"two hundred and first" and text of "201".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_2: 'Communication with audio of "five hundredth" and text of "500".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_3: 'Communication with audio of "five thousand" and text of "5000".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_4: 'Communication with audio of "negative five hundred" and text of "-500".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_EX_OUT_5: "A NOT_SET Communication.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an ordinal Communication from an Integer with language context.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns ordinal Communication for the submitted Integer value based on the supplied language context.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer to convert to a Communication. If the Integer value is NOT_SET, blank Communication will be returned. If the Integer value is less than 1 or greater than 999, the communication playback will be read as a normal number and not as an ordinal.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Communication with audio of "premier" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Communication with audio of "premi\xE8re" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Communication with audio of "premier" and text of "1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Communication with audio of "moins un" and text of "-1".', AR_FN_COMMUNICATION_TOCOMMUNICATIONORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: "A NOT_SET Communication.", AR_FN_DSC_TOCOMMUNICATIONSSML: "Creates a Communication whose contents should be interpreted at runtime as SSML (Speech Synthesis Markup Language).", AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_DSC: "Creates a Communication from a String whose value is meant to be interpreted as an SSML fragment at flow runtime. The SSML fragment should not contain any or tags. All SSML start tags contained in the String value should have corresponding ending tags. Attempting to use open tags in one ToCommunicationSsml function call and ending tags in a subsequent ToCommunicationSsml call is not supported.", AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_RV: "Returns a Communication value that should be interpreted as SSML at flow runtime.", AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_PRM_DSC_0: "The String value that contains the SSML fragment. Supplying a NOT_SET String value will return a NOT_SET Communication value.", AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_0: 'A Communication value that instructs a text to speech engine to read back the String value "SSML" by pronouncing each character individually.', AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_1: 'A Communication value that instructs a text to speech engine to read back the number 5 as an ordinal such as "fifth".', AR_FN_COMMUNICATION_TOCOMMUNICATIONSSML_STR_EX_OUT_2: "A NOT_SET Communication value.", AR_FN_DSC_TOMULTIMODALCOMMUNICATION: "Creates a Communication object with the ability to specify different Communication values for multiple output modes.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_DSC: "This overload lets you create a Communication object by supplying both voice and text mode Communication values.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_RV: "Returns a Communication object with the specified Communication values for voice and text modes.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_PRM_DSC_0: "The Communication value to use for voice mode.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_PRM_DSC_1: "The Communication value to use for text mode.", AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_EX_OUT_0: 'Communication with audio of "one" and text of "no".', AR_FN_COMMUNICATION_TOMULTIMODALCOMMUNICATION_COMMUNICATION_COMMUNICATION_EX_OUT_1: "A NOT_SET Communication.", AR_FN_DSC_TOAUDIONUMBER: "Creates an Audio from a number.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_DSC: "Creates an Audio from an Integer.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_RV: "Returns Audio for the submitted Integer value.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_PRM_DSC_0: "The Integer to convert to Audio. If the Integer value is NOT_SET, blank Audio will be returned.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_0: 'Audio for "uno".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_1: 'Audio for "five hundred".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_2: 'Audio for "negative five hundred".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from an Integer with language context.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio for the submitted Integer value based on the supplied language context.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer to convert to Audio. If the Integer value is NOT_SET, blank Audio will be returned.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "uno".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "un".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "unos".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "una".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Audio for "una".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: 'Audio for "unas".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_6: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_DSC: "Creates an Audio from an Integer with formatting.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_RV: "Returns Audio for the submitted Integer value based on the formatting option.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_PRM_DSC_0: "The Integer value to convert to Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_PRM_DSC_1: "Number Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_0: 'Audio of "five zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_1: 'Audio of "negative five zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from an Integer with language context and formatting.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio for the submitted Integer value with formatting and language context.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer value to convert to Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "uno dos".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "un un".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "unos unos".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "una dos".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Audio for "una unas".', AR_FN_AUDIO_TOAUDIONUMBER_LNG_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_DSC: "Creates an Audio from a Decimal.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_RV: "Returns Audio for the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits. If the Decimal value is an integral value, only the integral part will be played back.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_0: 'Audio for "five hundred".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_1: 'Audio for "negative five hundred".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_2: 'Audio for "one hundred twenty five point two five".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from a Decimal with language context.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio for the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "una coma quatro".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "una coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "uno coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "un coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Audio for "dos coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_DSC: "Creates an Audio from a Decimal.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits. If the Decimal value is an integral value, only the integral part will be played back.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_PRM_DSC_1: "Number formatting to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_0: 'Audio of "five point five".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_1: 'Audio of "negative five zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_2: 'Audio of "five zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from a Decimal with formatting and language context.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number formatting to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "una cero cero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "uno cero cero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "un cero cero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "una coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: 'Audio for "uno coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_5: 'Audio for "dos coma siete s\xE9is cinco".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LANGUAGECONTEXTENUM_MORE_EX_OUT_6: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_DSC: "Creates an Audio from a Decimal value with a specified number of decimal places.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_PRM_DSC_1: "Number of decimal places to read in the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_0: 'Audio for "one hundred twenty three point one two".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_1: 'Audio for "negative one hundred twenty three point one two zero zero".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_2: 'Audio for "zero point two three four".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_EX_OUT_3: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from a Decimal value with a specified number of decimal places with language context.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Decimal value to convert to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number of decimal places to read in the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "una coma uno dos".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "uno coma uno dos".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_DSC: "Creates an Audio from a Decimal value to a specified number of decimal places with formatting support.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_0: "The Decimal value converted to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_1: "Number Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_PRM_DSC_2: "Number of decimal places to read in the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_EX_OUT_0: 'Audio for "one two three point one two three".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_EX_OUT_1: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an Audio from a Decimal value to a specified number of decimal places with formatting and language context.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns Audio from the submitted Decimal value.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Decimal value converted to Audio. If the Decimal value is greater than or equal to 1 trillion, the number will be played back as digits.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Number Format Enum to be used in the returned Audio.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_2: "Number of decimal places to read in the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_3: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "uno coma uno dos".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "una coma una dos".', AR_FN_AUDIO_TOAUDIONUMBER_DEC_NUMBERFORMATENUM_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: "Blank Audio.", AR_FN_DSC_TOAUDIONUMBERORDINAL: 'Creates an Audio from a number with ordinal playback such as "first", "second", ..., "seven hundred and sixteenth"', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_DSC: "Creates an ordinal Audio from an Integer.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_RV: "Returns ordinal Audio for the submitted Integer value.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_PRM_DSC_0: "The Integer to convert to Audio. If the Integer value is NOT_SET, blank Audio will be returned. If the Integer value is less than 1 or greater than 999, the audio playback will be read as a normal number and not as an ordinal.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_0: 'Audio for "first".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_1: 'Audio for "two hundred and first".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_2: 'Audio for "five hundredth".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_3: 'Audio for "five thousand".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_4: 'Audio for "negative five hundred".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_EX_OUT_5: "Blank Audio.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_DSC: "Creates an ordinal Audio from an Integer with language context.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_RV: "Returns ordinal Audio for the submitted Integer value based on the supplied language context.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_0: "The Integer to convert to Audio. If the Integer value is NOT_SET, blank Audio will be returned. If the Integer value is less than 1 or greater than 999, the audio playback will be read as a normal number and not as an ordinal.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_PRM_DSC_1: "Language contextual information on how to play back the number.", AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_0: 'Audio for "premier".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_1: 'Audio for "premi\xE8re".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_2: 'Audio for "et".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_3: 'Audio for "moins un".', AR_FN_AUDIO_TOAUDIONUMBERORDINAL_LNG_LANGUAGECONTEXTENUM_MORE_EX_OUT_4: "Blank Audio.", AR_FN_DSC_TOVOICEMAILSNIPPET: "Converts a value to a VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_DSC: "Converts a NOT_SET value to a NOT_SET VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_RV: "Returns a NOT_SET VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_PRM_DSC_0: "The value NOT_SET to convert to a VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_NTS_EX_OUT_0: "A NOT_SET VoicemailSnippet.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_DSC: "Returns a VoicemailSnippet value from the supplied VoicemailSnippet value.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_RV: "Returns the supplied VoiceSnippet value.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_PRM_DSC_0: "The VoicemailSnippet value to return.", AR_FN_VOICEMAILSNIPPET_TOVOICEMAILSNIPPET_VOICEMAILSNIPPET_EX_OUT_0: "The supplied VoicemailSnippet.", AR_FN_DSC_TOVOICESNIPPET: "Converts a value to a VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_DSC: "Converts a NOT_SET value to a NOT_SET VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_RV: "Returns a NOT_SET VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_PRM_DSC_0: "The value NOT_SET to convert to a VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_NTS_EX_OUT_0: "A NOT_SET VoiceSnippet.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_DSC: "Returns a VoiceSnippet value from the supplied VoiceSnippet value.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_RV: "Returns the supplied VoiceSnippet value.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_PRM_DSC_0: "The VoiceSnippet value to return.", AR_FN_VOICESNIPPET_TOVOICESNIPPET_VOICESNIPPET_EX_OUT_0: "The supplied VoiceSnippet value.", AR_FN_DSC_GETDEFAULTLANGUAGE: "Gets the default supported language on the current flow.", AR_FN_STR_GETDEFAULTSUPPORTEDLANGUAGE_DSC: "Gets the IETF language tag of the default supported language for the current flow.", AR_FN_STR_GETDEFAULTSUPPORTEDLANGUAGE_RV: "Returns the IETF language tag for the default supported language for the current flow.", AR_FN_DSC_GETSUPPORTEDLANGUAGES: "Gets the supported languages configured for the current flow.", AR_FN_STR_COLL_GETSUPPORTEDLANGUAGES_DSC: "Gets a string collection of IETF language tags for the supported languages in the current flow.", AR_FN_STR_COLL_GETSUPPORTEDLANGUAGES_RV: "Returns a string collection of the supported IETF languages tags set on the flow. There will always be one entry in this collection.", AR_FN_DSC_GETCURRENTDATETIMEUTC: "Gets the current date and time in Coordinated Universal Time (UTC).", AR_FN_DTM_GETCURRENTDATETIMEUTC_DSC: "Gets the current date and time in Coordinated Universal Time (UTC)", AR_FN_DTM_GETCURRENTDATETIMEUTC_RV: "Returns a DateTime value that contains the current date and time in Coordinated Universal Time (UTC).", AR_FN_DTM_GETCURRENTDATETIMEUTC_EX_OUT_0: "A DateTime with the date and time when the function was called in Coordinated Universal Time (UTC).", AR_FN_DSC_GETDEFLECTIONURL: "Gets the destination URL if the Deflect action was used to deflect the participant to a digital channel.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_DSC: "Gets the destination URL if the Deflect action was used to deflect the participant to a digital channel.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_RV: "The destination URL if the Deflect action was used to deflect the participant to a digital channel.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_PRM_DSC_0: "The service for which the URL is generated.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_PRM_DSC_1: "The identifier of the account that the message is directed to on the service.", AR_FN_STR_GETDEFLECTIONURL_STR_STR_EX_OUT_0: "The destination URL to Facebook Messenger.", AR_FN_DSC_GETSURVEYQUESTIONANSWER: "Gets the answer to a Survey Question as a String value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_DSC: "Returns the answer of the supplied SurveyQuestion value as a String.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_RV: `The answer to the supplied Survey Question as a String. If the supplied Survey Question value is NOT_SET, the Survey Question type is 'readOnlyQuestion' or the Survey Question has not been answered, a NOT_SET String value is returned. If the supplied Survey Question was answered as Not Applicable, the String "n/a" is returned.`, AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_PRM_DSC_0: "The Survey Question whose answer you wish to obtain.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_EX_OUT_0: "The answer to the Survey Question Form.Group1_Question1 as a String value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_EX_OUT_1: "A NOT_SET string value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_DSC: "Returns the follow-up answer of the supplied SurveyQuestion value as a String.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_RV: "The answer to the supplied Survey Question as a String. If the supplied question is a NOT_SET SurveyQuestion value, the question does not have a follow-up question or if that follow-up question has not been answered, a NOT_SET String will be returned.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_PRM_DSC_0: "The Survey Question whose answer you wish to obtain.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_PRM_DSC_1: "Whether you wish to get the Survey Question's follow-up answer.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_0: "The answer to the follow-up question to the Survey Question Form.Group1_Question1 as a String value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_1: "The answer to the Survey Question Form.Group1_Question1 as a String value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_2: "A NOT_SET string value.", AR_FN_STR_GETSURVEYQUESTIONANSWER_SURVEYQUESTION_BLN_EX_OUT_3: "The answer to the Survey Question Form.Group1_Question1 as a String value.", AR_FN_DSC_GETSURVEYQUESTIONISANSWERED: "Gets whether a Survey Question has been answered as a Boolean value.", AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_DSC: "Returns whether a Survey Question has been answered as a Boolean value.", AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_RV: "Whether the supplied Survey Question has been answered. If the supplied Survey Question value is NOT_SET, a Boolean value of false is returned. If the supplied Survey Question type is 'readOnlyQuestion', a Boolean value of true is returned if the read only question was presented using an 'Ask Survey Question' action.", AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_PRM_DSC_0: "The Survey Question that you wish to check.", AR_FN_BLN_GETSURVEYQUESTIONISANSWERED_SURVEYQUESTION_EX_OUT_0: "true or false, depending on whether Form.Group1_Question1 has been answered.", AR_FN_DSC_GETSURVEYQUESTIONNPSCATEGORY: "If the supplied Survey Question is an NPS question, this returns the NPS question category as a String value.", AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_DSC: "If the supplied Survey Question is an NPS question, this returns the NPS question category as a String value.", AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_RV: "The NPS category of the supplied Survey Question as a String. If the supplied Survey Question value is NOT_SET, if the supplied Survey Question is not an NPS question or if the supplied Survey Question has not been answered, a NOT_SET String value is returned.", AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_PRM_DSC_0: "The Survey Question whose NPS category you wish to obtain.", AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_EX_OUT_0: 'If the supplied Survey Question is an NPS question and has been answered this will return a String value of "promoter" if that score is 10 or 9, "passive" if that score is 8 or 7, and "detractor" if that score is 6 or less. If the supplied Survey Question does not exist, has not been answered or is not an NPS question, a NOT_SET String value will be returned.', AR_FN_STR_GETSURVEYQUESTIONNPSCATEGORY_SURVEYQUESTION_EX_OUT_1: "A NOT_SET string value.", AR_FN_DSC_RANDOM: "Generates a random Decimal value.", AR_FN_DEC_RANDOM_DSC: "Generates a random Decimal value that is greater than or equal to 0.0 and less than 1.0.", AR_FN_DEC_RANDOM_RV: "Returns the generated random Decimal value.", AR_FN_DSC_RANDOMINT: "Generates a random Integer value.", AR_FN_LNG_RANDOMINT_LNG_DSC: "Generates a random Integer value between 0 and the supplied limit parameter value.", AR_FN_LNG_RANDOMINT_LNG_RV: "Returns the random generated Integer value.", AR_FN_LNG_RANDOMINT_LNG_PRM_DSC_0: "If limit is a positive integer, the returned value will be greater than or equal to 0 and less than or equal to limit. If limit is a negative integer, the returned value will be less than or equal to zero and greater than or equal to limit. If limit is 0, the returned value is always 0.", AR_FN_LNG_RANDOMINT_LNG_EX_OUT_4: "86 ( this generates a random number that is greater than or equal to 0 and less than or equal to 100 )", AR_FN_LNG_RANDOMINT_LNG_EX_OUT_5: "54 ( this generates a random number that is greater than or equal to 1 and less than or equal to 100 )", AR_FN_DSC_ROUNDUP: "Rounds up a Duration value to a new Duration value.", AR_FN_DUR_ROUNDUP_DUR_DSC: "Rounds up a duration value to 30 seconds, 1 minute, 2 minutes, 5 minutes or intervals of 5 minutes if the duration value is greater than 5 minutes.", AR_FN_DUR_ROUNDUP_DUR_RV: "Returns a duration value rounded up to 30 seconds, 1 minute, 2 minutes, 5 minutes, or intervals of 5 minutes.", AR_FN_DUR_ROUNDUP_DUR_PRM_DSC_0: "The Duration value to round up.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_0: "A 5 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_1: "A 1 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_2: "A 5 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_3: "A 25 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_EX_OUT_4: "A 1 hour and 25 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_DSC: "Rounds up a Duration value in intervals of another specified Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_RV: "Returns a rounded Duration value.", AR_FN_DUR_ROUNDUP_DUR_DUR_PRM_DSC_0: "The Duration value to round up.", AR_FN_DUR_ROUNDUP_DUR_DUR_PRM_DSC_1: "A Duration that is used to calculate intervals for rounding up.", AR_FN_DUR_ROUNDUP_DUR_DUR_EX_OUT_0: "A 3 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_EX_OUT_1: "A 5 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_DSC: "Rounds up a Duration value to one of the values specified in a Duration Collection.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_RV: "Returns a rounded Duration value.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_0: "The Duration value to round up.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_1: "A Duration that is used to calculate intervals for rounding up.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_PRM_DSC_2: "The specific Duration values that should be rounded up to. This list will be sorted from lowest to highest at runtime. The first value in this collection which is greater than or equal to the first parameter will be returned.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_EX_OUT_0: "A 4 minute Duration.", AR_FN_DUR_ROUNDUP_DUR_DUR_DUR_COLL_EX_OUT_1: "A 25 minute Duration.", AR_FN_DSC_RANGE: "Returns a range of Durations based on a starting Duration and an interval Duration.", AR_FN_DUR_COLL_RANGE_DUR_DUR_DSC: "Calculates a lower and upper bound Duration collection given an initial Duration and an offset Duration that is used to calculate the lower and upper bounds. NOT_SET Duration values in the collection will not be used in function execution.", AR_FN_DUR_COLL_RANGE_DUR_DUR_RV: "Returns the bounding Duration values in a two-item Duration collection with the lower bound at index 0 and the upper bound at index 1.", AR_FN_DUR_COLL_RANGE_DUR_DUR_PRM_DSC_0: "The Duration value to use as a basis for rounding up and down.", AR_FN_DUR_COLL_RANGE_DUR_DUR_PRM_DSC_1: "A Duration that is used to calculate intervals for rounding up and down.", AR_FN_DUR_COLL_RANGE_DUR_DUR_EX_OUT_0: "A Duration collection. [MakeDuration(0, 3, 0, 0, 0), MakeDuration(0, 7, 0, 0, 0)]", AR_FN_DSC_TOAUDIOTIMERANGE: "Creates Audio to indicate a specific time range.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_DSC: "Creates Audio for a time range given two Integers and a TimePart Enum value that indicates how to interpret the values. If the lowerBound value is greater than the upperBound value, they will be swapped so that the lower value is played first in the returned audio playback. If the submitted lower and upper bound are the same, the returned audio will not be presented as a range.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_RV: "Returns Audio playback with a time range formatted to the specified TimePart Enum value.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_0: "The lower bound for the time range.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_1: "The upper bound for the time range.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_PRM_DSC_2: "The time units to use in the returned Audio.", AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_0: 'Audio for "4 to 6 minutes"', AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_1: 'Audio for "8 to 15 minutes"', AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_2: 'Audio for "10 to 15 hours"', AR_FN_AUDIO_TOAUDIOTIMERANGE_LNG_LNG_TIMEPARTENUMDATATYPE_EX_OUT_3: 'Audio for "1 hour"', AR_FN_DSC_EMAILADDRESSDOMAINPART: "Returns the domain part of an email address.", AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_DSC: "Gets the domain part from an Email Address.", AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_RV: "Returns the email domain part from the submitted Email Address.", AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_PRM_DSC_0: "The Email Address from which to get the domain part.", AR_FN_STR_EMAILADDRESSDOMAINPART_EMAILADDRESS_EX_OUT_0: "The domain part from the Email Address in Email.Message.from.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_DSC: "Gets the domain part from a String containing an email address.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_RV: "Returns the domain part from the submitted email address String. If the local part cannot be determined, a NOT_SET String is returned.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_PRM_DSC_0: "The String that contains an email address from which to get the domain part.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_EX_OUT_1: "A NOT_SET String.", AR_FN_STR_EMAILADDRESSDOMAINPART_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_DSC_EMAILADDRESSLOCALPART: "Returns the local part of an email address.", AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_DSC: "Gets the local part from an Email Address.", AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_RV: "Returns the email local part from the submitted Email Address.", AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_PRM_DSC_0: "The Email Address from which to get the local part.", AR_FN_STR_EMAILADDRESSLOCALPART_EMAILADDRESS_EX_OUT_0: "The local part from the Email Address in Email.Message.from.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_DSC: "Gets the local part from a String containing an email address.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_RV: "Returns the local part from the submitted email address String. If the local part cannot be determined, a NOT_SET String is returned.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_PRM_DSC_0: "The String that contains an email address from which to get the local part.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_EX_OUT_1: "A NOT_SET String.", AR_FN_STR_EMAILADDRESSLOCALPART_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_DSC_MAKEEMAILADDRESS: "Returns a new instance of an EmailAddress initialized with the specified values.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_DSC: "Creates a new EmailAddress from the supplied address ID.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_RV: "Returns an EmailAddress with the id property set to the supplied address.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_PRM_DSC_0: "The id property value in the new EmailAddress.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_EX_OUT_0: 'An EmailAddress whose id property is "john.doe@company.com".', AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_EX_OUT_2: "A NOT_SET String.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_DSC: "Creates a new EmailAddress from the supplied address ID and name.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_RV: "Returns an EmailAddress with the id and name properties set to the supplied address and name values.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_PRM_DSC_0: "The id property value in the new EmailAddress.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_PRM_DSC_1: "The name property value in the new EmailAddress.", AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_EX_OUT_0: 'An EmailAddress whose id property is "john.doe@company.com" and name property is "John".', AR_FN_EMAILADDRESS_MAKEEMAILADDRESS_STR_STR_EX_OUT_3: "A NOT_SET String.", AR_FN_DSC_DETECTLANGUAGE: "Attempts to determine the language for wording contained in a String.", AR_FN_STR_DETECTLANGUAGE_STR_STR_DSC: "Inspects an input String and attempts to identify the language for the verbiage contained in it.", AR_FN_STR_DETECTLANGUAGE_STR_STR_RV: "Returns an IETF language tag String if the language can be determined from the submitted String text. If a language cannot be determined, the value from the defaultLanguageTag parameter will be returned.", AR_FN_STR_DETECTLANGUAGE_STR_STR_PRM_DSC_0: "The String to search.", AR_FN_STR_DETECTLANGUAGE_STR_STR_PRM_DSC_1: "The String value to return if no language could be determined.", AR_FN_STR_DETECTLANGUAGE_STR_STR_EX_OUT_0: '"es" (assuming function detected email body text to be in Spanish)', AR_FN_STR_DETECTLANGUAGE_STR_STR_EX_OUT_7: "A NOT_SET String.", AR_FN_DSC_GETPROMPTTEXTTOSPEECH: "Gets the the text to speech String value for a prompt.", AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_DSC: "Gets a prompt's text to speech String value for the language in which the flow is running.", AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_RV: "Returns the text to speech String value for the prompt in the flow's current language. If the submitted Prompt value is NOT_SET or there is no prompt resource for the current language in which the flow is currently running, a NOT_SET String is returned.", AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_PRM_DSC_0: "The Prompt whose text to speech String value you wish to obtain.", AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_EX_OUT_1: 'Returns the text to speech String value for the user prompt named "Greeting" for the language in which the flow is currently running.', AR_FN_STR_GETPROMPTTEXTTOSPEECH_PROMPT_EX_OUT_2: "A NOT_SET String", AR_FN_DSC_GETPROMPTDURATION: "Gets the Duration of prompt audio.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_DSC: "Gets a prompt's audio Duration value for the language in which the flow is running.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_RV: "Returns the Duration for the prompt audio in the flow's current language. If the submitted Prompt value is NOT_SET or there is no prompt resource for the current language in which the flow is currently running, a NOT_SET Duration is returned.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_PRM_DSC_0: "The Prompt whose audio duration value you wish to obtain.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_0: "A duration value of 0.6 seconds.", AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_1: 'Returns the Duration value for the audio contained in the user prompt "Greeting" for the language in which the flow is currently running.', AR_FN_DUR_GETPROMPTDURATION_PROMPT_EX_OUT_2: "A NOT_SET Duration", AR_FN_DSC_GETPROMPTTEXT: "Gets the the text String value for a prompt.", AR_FN_STR_GETPROMPTTEXT_PROMPT_DSC: "Gets a prompt's text String value for the language in which the flow is running.", AR_FN_STR_GETPROMPTTEXT_PROMPT_RV: "Returns the text String value for the prompt in the flow's current language. If the submitted Prompt value is NOT_SET or there is no prompt resource for the current language in which the flow is currently running, a NOT_SET String is returned.", AR_FN_STR_GETPROMPTTEXT_PROMPT_PRM_DSC_0: "The Prompt whose text String value you wish to obtain.", AR_FN_STR_GETPROMPTTEXT_PROMPT_EX_OUT_1: 'Returns the text String value for the user prompt named "Greeting" for the language in which the flow is currently running.', AR_FN_STR_GETPROMPTTEXT_PROMPT_EX_OUT_2: "A NOT_SET String", AR_FN_DSC_ISJSONARRAY: "Checks whether a JSON value contains an array.", AR_FN_BLN_ISJSONARRAY_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value is a JSON array.", AR_FN_BLN_ISJSONARRAY_JSON_RV: "Returns true if the supplied JSON value is a JSON array, otherwise returns false.", AR_FN_BLN_ISJSONARRAY_JSON_PRM_DSC_0: "The JSON value to check whether it is a JSON array.", AR_FN_DSC_ISJSONBOOL: "Checks whether a JSON value contains a boolean value.", AR_FN_BLN_ISJSONBOOL_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value is a Boolean.", AR_FN_BLN_ISJSONBOOL_JSON_RV: "Returns true if the supplied JSON value is a JSON Boolean, otherwise returns false.", AR_FN_BLN_ISJSONBOOL_JSON_PRM_DSC_0: "The JSON value to check whether it is a JSON Boolean.", AR_FN_DSC_ISJSONNULL: "Checks whether a JSON value contains the value null / NOT_SET.", AR_FN_BLN_ISJSONNULL_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value contains the value null.", AR_FN_BLN_ISJSONNULL_JSON_RV: "Returns true if the supplied JSON value contained the value null, otherwise returns false.", AR_FN_BLN_ISJSONNULL_JSON_PRM_DSC_0: "The JSON value to check whether it contains null / NOT_SET.", AR_FN_DSC_ISJSONNUMBER: "Checks whether argument is a JSON Number.", AR_FN_BLN_ISJSONNUMBER_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value contains a number.", AR_FN_BLN_ISJSONNUMBER_JSON_RV: "Returns true if the supplied JSON value is a number, otherwise returns false.", AR_FN_BLN_ISJSONNUMBER_JSON_PRM_DSC_0: "The JSON value to check whether it is a number.", AR_FN_DSC_ISJSONOBJECT: "Checks whether argument is a JSON object.", AR_FN_BLN_ISJSONOBJECT_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value contains a JSON object.", AR_FN_BLN_ISJSONOBJECT_JSON_RV: "Returns true if the supplied JSON value contains a JSON Object, otherwise returns false.", AR_FN_BLN_ISJSONOBJECT_JSON_PRM_DSC_0: "The JSON value to check whether it contains a JSON Object.", AR_FN_DSC_ISJSONSTRING: "Checks whether argument is a JSON String.", AR_FN_BLN_ISJSONSTRING_JSON_DSC: "Returns a Boolean indicating if the supplied JSON value contains a String.", AR_FN_BLN_ISJSONSTRING_JSON_RV: "Returns true if the supplied JSON value contains a string, otherwise returns false.", AR_FN_BLN_ISJSONSTRING_JSON_PRM_DSC_0: "The JSON value to check whether it is a JSON String.", AR_FN_DSC_JSONPARSE: "Parse a value to JSON.", AR_FN_JSON_JSONPARSE_STR_DSC: "Parses the supplied String value to JSON using JSON parsing semantics. Note that keys must be double quoted when attempting to parse a JSON String.", AR_FN_JSON_JSONPARSE_STR_RV: "The supplied String parsed to a JSON value.", AR_FN_JSON_JSONPARSE_STR_PRM_DSC_0: "The String value to parse to a JSON value. Supplying a blank string to JsonParse will invoke error handling.", AR_FN_JSON_JSONPARSE_STR_EX_OUT_0: 'A JSON value that contains the string "Hello".', AR_FN_JSON_JSONPARSE_STR_EX_OUT_1: "A JSON value that contains the array [ 0, 1, 2 ].", AR_FN_JSON_JSONPARSE_STR_EX_OUT_3: "A NOT_SET JSON value.", AR_FN_JSON_JSONPARSE_STR_EX_OUT_4: "A JSON value that contains the boolean value true.", AR_FN_DSC_MAKEEMPTYJSONARRAY: "Makes a JSON value that contains an empty array.", AR_FN_JSON_MAKEEMPTYJSONARRAY_DSC: 'Creates a JSON value containing an empty array. This is a helper function that is the equivalent of calling JsonParse("[]").', AR_FN_JSON_MAKEEMPTYJSONARRAY_RV: "Returns a JSON value that contains an empty array.", AR_FN_JSON_MAKEEMPTYJSONARRAY_EX_OUT_0: "A JSON value that contains an empty array.", AR_FN_DSC_MAKEEMPTYJSONOBJECT: "Makes an empty Object JSON value.", AR_FN_JSON_MAKEEMPTYJSONOBJECT_DSC: 'Creates a JSON value containing an empty JSON Object. This is a helper function that is the equivalent of calling JsonParse("{}").', AR_FN_JSON_MAKEEMPTYJSONOBJECT_RV: "Returns a JSON value that contains an empty object.", AR_FN_JSON_MAKEEMPTYJSONOBJECT_EX_OUT_0: "An JSON value with an empty object.", AR_FN_DSC_MAKEEMPTYJSONSTRING: "Makes a JSON value that contains an empty string.", AR_FN_JSON_MAKEEMPTYJSONSTRING_DSC: 'Creates a JSON value containing an empty string. This is a helper function that is the equivalent of calling JsonParse("\\"\\"").', AR_FN_JSON_MAKEEMPTYJSONSTRING_RV: "Returns a JSON value that contains an empty string.", AR_FN_JSON_MAKEEMPTYJSONSTRING_EX_OUT_0: "A JSON value that contains an empty string.", AR_FN_DSC_MAKENULLJSON: "Makes a JSON value that contains the value null.", AR_FN_JSON_MAKENULLJSON_DSC: 'Creates a JSON value containing the value null. This is a helper function that is the equivalent of calling JsonParse("null").', AR_FN_JSON_MAKENULLJSON_RV: "Returns a JSON value that contains the value null.", AR_FN_JSON_MAKENULLJSON_EX_OUT_0: "A JSON value that contains the value null.", AR_FN_DSC_TOJSON: "Converts an Any singleton value or collection to a JSON value.", AR_FN_JSON_TOJSON_ANY_DSC: "Creates a JSON value with the specified singleton value. Conversion of a String value will return a JSON value with that string value. Use JsonParse if you want a String value to be parsed.", AR_FN_JSON_TOJSON_ANY_RV: "A JSON value converted from the supplied singleton value.", AR_FN_JSON_TOJSON_ANY_PRM_DSC_0: "The singleton value to convert to a JSON value.", AR_FN_JSON_TOJSON_ANY_EX_OUT_0: 'A JSON value that contains the string "2022-08-04T00:00:00.000Z".', AR_FN_JSON_TOJSON_ANY_EX_OUT_1: 'A JSON value that contains the string "Hello".', AR_FN_JSON_TOJSON_ANY_EX_OUT_2: "A JSON value that contains the the number 5.", AR_FN_JSON_TOJSON_ANY_EX_OUT_3: 'A JSON value that contains a string of "{ \\"a\\": true }". Remember, use JsonParse if you want this to create a JSON value with an object instead of a String.', AR_FN_JSON_TOJSON_ANY_EX_OUT_4: 'A JSON value that contains a JSON object of { "amount": 5.25, "code": "USD"}.', AR_FN_JSON_TOJSON_ANY_EX_OUT_5: 'A JSON value that contains a string of "tel:+13178723000".', AR_FN_JSON_TOJSON_ANY_EX_OUT_6: "A JSON value for the supplied ListPickerItem", AR_FN_JSON_TOJSON_ANY_EX_OUT_7: "A JSON value for the supplied ListPickerSection", AR_FN_JSON_TOJSON_ANY_EX_OUT_8: "A JSON value for the supplied ListPicker", AR_FN_JSON_TOJSON_ANY_COLL_DSC: "Creates a JSON value from the specified collection.", AR_FN_JSON_TOJSON_ANY_COLL_RV: "A JSON value converted from the supplied collection.", AR_FN_JSON_TOJSON_ANY_COLL_PRM_DSC_0: "The collection value to convert to a JSON value.", AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_0: "A JSON value with an array of [ 1, 2, 3 ].", AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_1: "A JSON value for the supplied ListPickerItems", AR_FN_JSON_TOJSON_ANY_COLL_EX_OUT_2: "A JSON value for the supplied ListPickerSections", AR_FN_JSON_TOJSON_NTS_DSC: "Creates a NOT_SET JSON value.", AR_FN_JSON_TOJSON_NTS_RV: "Returns a NOT_SET JSON value.", AR_FN_JSON_TOJSON_NTS_PRM_DSC_0: "The value NOT_SET", AR_FN_JSON_TOJSON_NTS_EX_OUT_0: "A NOT_SET JSON value.", AR_FN_DSC_TOJSONCOLLECTION: "Converts a JSON value that contains an array to a JSON value collection whose items are JSON values that are cloned from items in the array.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_DSC: "Creates a JSON collection whose items are JSON values that contain values from items in the supplied array. This can be very helpful if you need to convert an array contained in a JSON value to a JSON collection value to work with Architect functionality that deals with a collection rather than a singleton value.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_RV: "A JSON collection with items that are JSON values cloned from the items in the supplied array.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_PRM_DSC_0: "The JSON value that contains an array for the conversion operation. If the supplied JSON value does not contain an array, this will invoke error handling. Remember the IsJsonArray function can be used to check if a JSON value contains an array or not.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_EX_OUT_0: "A JSON collection value with two JSON value items in it. The first JSON value contains the boolean value true and the second JSON value contains the number 100.", AR_FN_JSON_COLL_TOJSONCOLLECTION_JSON_EX_OUT_1: "An empty JSON collection value.", AR_FN_DSC_JSONSTRINGIFY: "This converts a value to a JSON notation formatted String value.", AR_FN_STR_JSONSTRINGIFY_ANY_DSC: "This converts a singleton value to a JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_RV: "The JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_PRM_DSC_0: "The JSON value to convert to a JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_COLL_DSC: "This converts a collection value to a JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_COLL_RV: "The JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_ANY_COLL_PRM_DSC_0: "The JSON value to convert to a JSON notation formatted String.", AR_FN_STR_JSONSTRINGIFY_NTS_DSC: "Returns a null String for a NOT_SET input value.", AR_FN_STR_JSONSTRINGIFY_NTS_RV: 'The String "null".', AR_FN_STR_JSONSTRINGIFY_NTS_PRM_DSC_0: "The value NOT_SET.", AR_FN_DSC_ISJSONTRUTHY: "Checks whether supplied JSON argument is truthy.", AR_FN_BLN_ISJSONTRUTHY_JSON_DSC: "This function returns a Boolean value representing whether or not the supplied JSON value is truthy.", AR_FN_BLN_ISJSONTRUTHY_JSON_RV: "Returns true when the JSON value contains a Boolean and it is true, contains a String and the string is non-blank, contains a Number and the value is not equal to 0, contains an array or contains an object. Otherwise the function returns false.", AR_FN_BLN_ISJSONTRUTHY_JSON_PRM_DSC_0: "The JSON value to check whether it is truthy.", AR_FN_DSC_DELETEJSONOBJECTPROPERTY: "Removes a property from a JSON Object.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_DSC: "If the supplied JSON value is a JSON Object, this function will return a new JSON Object with the supplied property removed. The original JSON Object is not modified.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_RV: "Returns a copy of the supplied JSON Object with the supplied value removed.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_0: "The JSON value with an object from which to remove the property. If the supplied JSON value is not an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_1: "A String value containing the key of the property to remove from the JSON object. If the property does not exist on the object, a copy of the supplied JSON object value is returned.", AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_EX_OUT_0: 'A JSON object with the following properties: { "a": true, "b": 100 }', AR_FN_JSON_DELETEJSONOBJECTPROPERTY_JSON_STR_EX_OUT_1: 'A JSON object with the following properties: { "a": true, "b": 100, "d": [ true, false ] }', AR_FN_DSC_GETJSONOBJECTPROPERTY: "Retrieves the value of a property from a JSON object contained in a JSON value.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_DSC: "This function returns the value of a property on a JSON object contained in a JSON value by the supplied property name. This function is very helpful if you need to access property names dynamically.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_RV: "A JSON value that contains the JSON object's property value. If the supplied property name does not exist on the JSON object, a NOT_SET JSON value will be returned.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_0: "The JSON value that contains the JSON object whose property value you wish to retrieve. If the supplied JSON value does not contain an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_PRM_DSC_1: "The name of the property to retrieve from the JSON object. Property names are matched case sensitively.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_0: 'A JSON value that contains the string "John".', AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_1: 'A JSON value that contains the string "Doe".', AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_2: "A NOT_SET JSON value.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_3: "A JSON value that contains the value null.", AR_FN_JSON_GETJSONOBJECTPROPERTY_JSON_STR_EX_OUT_4: "A NOT_SET JSON value.", AR_FN_DSC_GETJSONOBJECTPROPERTYNAMES: "Creates a String array of the property names contained within the supplied JSON Object.", AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_DSC: "Returns a String array of all property names within the supplied JSON value that contains an object.", AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_RV: "A String array of the property names contained within it.", AR_FN_STR_COLL_GETJSONOBJECTPROPERTYNAMES_JSON_PRM_DSC_0: "The JSON object from which to get property names. If the supplied JSON value does not contain an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_DSC_SETJSONOBJECTPROPERTY: "Sets the property on a JSON Object with the specified key and value and returns a copy of the JSON object with the new key/value pair.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_DSC: "Sets a key by name to a value on a JSON object.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_RV: "A copy of the supplied JSON object with the key set to the supplied value.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_0: "The JSON object to set the property on. If the supplied JSON value is not an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_1: "The name of the key to set.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_PRM_DSC_2: "The value to set for the key.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_EX_OUT_0: 'A JSON object with the value of {"myKey": 42}', AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_EX_OUT_1: 'A JSON object with the value of { "a": true, "b": 100, "c": [ true, false ], "A": 5 }', AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_DSC: "Sets a key by name to a collection value on a JSON object.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_RV: "A copy of the supplied JSON object with the key set to the supplied value.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_0: "The JSON object to set the property on. If the supplied JSON value is not an object, this will invoke error handling. Remember the IsJsonObject function can be used to check if a JSON value contains an object.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_1: "The name of the key to set.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_PRM_DSC_2: "The value to set for the key.", AR_FN_JSON_SETJSONOBJECTPROPERTY_JSON_STR_ANY_COLL_EX_OUT_0: 'A JSON object with the value of { "myKeys": [ 42, 180 ] }', AR_FN_DSC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE: "Gets the confidence score of a knowledge base document.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_DSC: "Takes a knowledge base document and returns the confidence of that document from the last knowledge search. A search happens for example while executing a Wait for Input or Digital Menu action. The result of that search can (optionally) be stored in a KnowledgeBaseDocumentCollection variable. When these results are stored, the confidence will be stored along with them, which can then be extracted by this function to determine which is the strongest match to the user's query. If the document was not in the list of results from the most recent search, returns NOT_SET.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_RV: "Returns a confidence score from the supplied knowledge base document.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_PRM_DSC_0: "The knowledge base document.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_KNOWLEDGEBASEDOCUMENT_EX_OUT_0: "A NOT_SET Decimal.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_DSC: "Returns a NOT_SET confidence score for a NOT_SET KnowledgeBaseDocument.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_RV: "Returns a NOT_SET confidence score.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_PRM_DSC_0: "The NOT_SET knowledge base document.", AR_FN_DEC_GETKNOWLEDGEBASEDOCUMENTCONFIDENCE_NTS_EX_OUT_0: "A NOT_SET confidence score." } }; }, 44931: (e2, t2, i2) => { const n2 = i2(92140), { lexStatuses: r2 } = i2(60885), o = i2(36019).default, a = i2(19202); class s { @@ -54774,9 +55159,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } } }), e2.exports = a; }, 45077: (e2, t2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getSetSkillExpressionFiltersFailureReasons = t2.getEvaluateSkillExpressionFiltersFailureReasons = t2.getClearSkillExpressionFiltersFailureReasons = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.setSkillExpressionFiltersFailureReasons = t2.evaluateSkillExpressionFiltersFailureReasons = t2.clearSkillExpressionFiltersFailureReasons = void 0; const i2 = "ActionInvocationLimitExceeded", n2 = "Busy", r2 = "GeneralError", o = "InvalidSkillExpressionFilterCount"; - t2.getClearSkillExpressionFiltersFailureReasons = [i2, n2, r2], t2.getEvaluateSkillExpressionFiltersFailureReasons = [i2, n2, r2, "InvalidSkillExpressionFilterRawText", o], t2.getSetSkillExpressionFiltersFailureReasons = [i2, n2, r2, "InvalidSkillExpressionFilter", o]; + t2.clearSkillExpressionFiltersFailureReasons = [i2, n2, r2], t2.evaluateSkillExpressionFiltersFailureReasons = [i2, n2, r2, "InvalidSkillExpressionFilterRawText", o], t2.setSkillExpressionFiltersFailureReasons = [i2, n2, r2, "InvalidSkillExpressionFilter", o]; }, 45098: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -55407,7 +55792,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const t3 = this.taskReference; if (!t3) return; if (!e3) return; - const i3 = e3.getChild(t3); + const i3 = e3.getTopLevelChild(t3); this.linkTask(i3); } addClipboardDependencies(e3) { @@ -55527,6 +55912,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; n2.extend(o, "DialNameMatchStyle"), o.getInstance = function(e3) { return r2[e3 || 0] || r2[0]; }, o.WaitForUniqueMatch = new o(0, "WaitForUniqueMatch"), o.UseSpecificNumChars = new o(1, "UseSpecificNumChars"), e2.exports = o; + }, 46089: (e2, t2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.updateExternalContactFailureReasons = t2.updateExternalContactFailureReasonIds = void 0, t2.updateExternalContactFailureReasonIds = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", conflict: "Conflict", generalError: "GeneralError", invalidExternalContact: "InvalidExternalContact", invalidUpdate: "InvalidUpdate" }, t2.updateExternalContactFailureReasons = [t2.updateExternalContactFailureReasonIds.generalError, t2.updateExternalContactFailureReasonIds.actionInvocationLimitExceeded, t2.updateExternalContactFailureReasonIds.conflict, t2.updateExternalContactFailureReasonIds.invalidExternalContact, t2.updateExternalContactFailureReasonIds.invalidUpdate]; }, 46131: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -55839,7 +56227,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const n2 = i2(31635), r2 = i2(30801), o = i2(26847), a = n2.__importDefault(i2(90077)); class s extends a.default { constructor(e3) { - super(e3); + super(e3), this._enableBargeIn = this.coreFactory.createArchWrapper(e3.enableBargeIn); } get _actionTypeId() { return r2.askForBooleanActionType; @@ -55850,6 +56238,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; get isArchActionAskForBoolean() { return true; } + get enableBargeIn() { + return this._enableBargeIn; + } get outputMaxNoInputs() { return this._getOutputById(o.outputIds.maxNoInputs, true); } @@ -56371,7 +56762,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this._model = e3; } get _isFlowLevelDefaultExpressionWithNoConfigAndNoText() { - return this.options.isFlowLevelDefaultExpression && !this.hasConfig && !this.text; + return this.options.isOverridableFlowLevelDefaultExpression && !this.hasConfig && !this.text; } get _needsDefaultTextSet() { return this.hasDefaultText && !this.text && !this.options.allowFlowLevelDefault && !this.options.defaultToNoValue; @@ -57496,6 +57887,43 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return e3.languageVersions = n2, e3; } }; + }, 47233: (e2, t2, i2) => { + "use strict"; + var n2, r2; + Object.defineProperty(t2, "__esModule", { value: true }), t2.ExternalContactPatchChange = void 0; + const o = i2(31635), a = i2(19596), s = i2(80295), l = o.__importDefault(i2(7401)), u = i2(80295); + class d extends a.DataContract { + constructor(e3) { + super(e3), (0, u.makeUnenumerable)(this, "_field"), (0, u.makeUnenumerable)(this, "_value"), (0, u.makeUnenumerable)(this, "_condition"); + } + pasteReIdOrRename(e3) { + var t3; + super.pasteReIdOrRename(e3), null === (t3 = this._value) || void 0 === t3 || t3.pasteReIdOrRename(e3); + } + pasteResolveOldToNewValues(e3) { + var t3; + super.pasteResolveOldToNewValues(e3), null === (t3 = this._value) || void 0 === t3 || t3.pasteResolveOldToNewValues(e3); + } + get field() { + return this._field; + } + set field(e3) { + this._field = e3; + } + get value() { + return this._value; + } + set value(e3) { + this._value = this.reviveItem(e3, l.default); + } + get condition() { + return this._condition; + } + set condition(e3) { + this._condition = e3; + } + } + t2.ExternalContactPatchChange = d, o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [String])], d.prototype, "field", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = void 0 !== l.default && l.default) ? n2 : Object), o.__metadata("design:paramtypes", ["function" == typeof (r2 = void 0 !== l.default && l.default) ? r2 : Object])], d.prototype, "value", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [String])], d.prototype, "condition", null); }, 47293: (e2) => { "use strict"; e2.exports = function(e3, t2) { @@ -57879,7 +58307,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; else for (; this.nextUri; ) n3 = this.nextUri, p2.after = this._getAfterCursorFormUri(n3), yield this.getConfigListPage(p2, e4); return e4; } - return yield this.getConfigListPage(p2); + return d2 ? yield this._searchAllPages(p2) : yield this.getConfigListPage(p2); }); } _getAfterCursorFormUri(e3) { @@ -57891,6 +58319,19 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (this.retrievedUris.includes(e3) || this.retrievedUris.push(e3), (null === (t3 = null == n3 ? void 0 : n3.trim()) || void 0 === t3 ? void 0 : t3.length) === l.default.uuidStrLen) return n3; } } + _searchAllPages(e3) { + return n2.__awaiter(this, void 0, void 0, function* () { + const t3 = []; + if (yield this.getConfigListPage(e3, t3), this.currentSearchTotalOnServer) { + const i3 = e3.defaultPageSize || 25, n3 = Math.ceil(this.currentSearchTotalOnServer / i3); + for (; e3.pageNumber < n3; ) e3.pageNumber += 1, yield this.getConfigListPage(e3, t3); + } else for (; this.nextUri; ) { + const i3 = this.nextUri; + e3.after = this._getAfterCursorFormUri(i3), yield this.getConfigListPage(e3, t3); + } + return t3; + }); + } tryRemoveItemFromFlowMetadata(e3, t3, i3) { (e3.isFlowViewModel ? e3 : e3.parentFlow).tryRemoveUiMetadataInfo(e3, this.uiMetadataSectionName, t3, this.actionsForUsageSearch, this.actionPropertyForUsageSearch, i3); } @@ -58521,29 +58962,29 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 48229: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getKnowledgeSettings = t2.getKnowledgeSetting = void 0; - const n2 = i2(66445), r2 = i2(40209), o = i2(36019).default, a = { ignoreBadResponse: true }; - t2.getKnowledgeSetting = o.request("GET", "{public-api.apps}/api/v2/knowledge/settings/{id}", n2, a), t2.getKnowledgeSettings = o.request("GET", "{public-api.apps}/api/v2/knowledge/settings", r2, a); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(66445), o = i2(40209), a = { ignoreBadResponse: true }; + t2.getKnowledgeSetting = n2.default.request("GET", "{public-api.apps}/api/v2/knowledge/settings/{id}", r2, a), t2.getKnowledgeSettings = n2.default.request("GET", "{public-api.apps}/api/v2/knowledge/settings", o, a); }, 48263: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(96618), o = n2.__importDefault(i2(73198)), a = i2(67607), s = i2(72987), l = n2.__importDefault(i2(2318)), u = i2(92158), d = n2.__importStar(i2(36781)), c = n2.__importStar(i2(10798)), p = n2.__importDefault(i2(77862)), _ = i2(30801), h = i2(30801), m = n2.__importDefault(i2(4648)), g = n2.__importStar(i2(63352)), f = i2(12179), T = n2.__importDefault(i2(20084)), y = i2(80428), S = i2(99472), A = i2(28803), N = i2(89599), O = i2(99469), I = n2.__importDefault(i2(22917)), v = i2(12323), C = i2(47957); - class b extends T.default { + const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(73198)), s = i2(67607), l = i2(72987), u = n2.__importDefault(i2(2318)), d = i2(92158), c = n2.__importStar(i2(36781)), p = n2.__importStar(i2(10798)), _ = n2.__importDefault(i2(77862)), h = i2(30801), m = i2(30801), g = n2.__importDefault(i2(4648)), f = n2.__importStar(i2(63352)), T = i2(12179), y = n2.__importDefault(i2(20084)), S = i2(80428), A = i2(99472), N = i2(28803), O = i2(89599), I = i2(99469), v = i2(1115), C = n2.__importDefault(i2(22917)), b = i2(12323), E = i2(47957); + class R extends y.default { constructor(e3) { - super(e3, "virtualAgentSettings", v), this.labelBadge = S.aiPoweredBadgeWithNoText; + super(e3, "virtualAgentSettings", b), this.labelBadge = A.aiPoweredBadgeWithNoText; } static get managedProperties() { const e3 = { responsiveForm: true, hideInfoIcon: true, showInputDescription: true }; - return [{ label: C.customNodes.virtualAgentSettings.virtualAgentSettingsSummarizeConversationTitle, supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], options: a.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(C.customNodes.virtualAgentSettings.virtualAgentSettingsSummarizeConversationTitle, C.customNodes.virtualAgentSettings.virtualAgentSettingsSummarizeConversationDescription).setIninTestingField("summarization").setDefaultText(o.default.false).setBoolText("", "").setVirtualAgentLabelBadge().setUseToggle(true).setIsOptional(false).setFeatureConfigName(m.default.botFlowsVirtualAgentSummarization).setValueChangedCallback((e4) => { - e4.parent.updateSettingsDependentOnSummarization(), e4.parent.resetConversationSummary(); - }).setAllowModeLiteralOnly().setUiLayout(e3)), property: "summarization", type: y.expressionTypeNames.boolean }, { label: C.customNodes.virtualAgentSettings.assignWrapupCodesTitle, supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], options: a.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(C.customNodes.virtualAgentSettings.assignWrapupCodesTitle, C.customNodes.virtualAgentSettings.assignWrapupCodesDescription).setIninTestingField("assignWrapupCodes").setDefaultText(o.default.false).setBoolText("", "").setVirtualAgentLabelBadge().setUseToggle(true).setIsOptional(false).setFeatureConfigName(m.default.botFlowsDigitalBotFlowsBotSummarization).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnAssignWrapupCodes()).setAllowModeLiteralOnly().setUiLayout(e3)), property: "assignWrapupCodes", type: y.expressionTypeNames.boolean }, { label: C.customNodes.virtualAgentSettings.enabledWrapupCodes, supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], options: s.ExpressionTypeWrapupCodeOptions.create((e4) => e4.setIsCollection(true).setIninTestingField("enabledWrapupCodes").setAllowNotSet(false).setAllowModeLiteralOnly().setFeatureConfigName(m.default.botFlowsDigitalBotFlowsBotSummarization).setRequiresHasDescription(true).facets.setAllowNull(false)), property: "enabledWrapupCodes", type: y.expressionTypeNames.wrapupCode }, { label: C.customNodes.virtualAgentSettings.conversationSummarySettingsTitle, supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], options: O.ManagedPropertyOptions.create((t3) => t3.setIninTestingField("conversationSummary-selector").setFeatureConfigName(m.default.botFlowsVirtualAgentCustomSummaries).setDropdownPlaceholder(C.customNodes.virtualAgentSettings.conversationSummarySettingsDropdownPlaceholder).setIsOptional(true).setInlineDescription(C.customNodes.virtualAgentSettings.conversationSummarySettingsDescription).setDescriptionInfo(void 0, C.customNodes.virtualAgentSettings.conversationSummarySettingsToolTip).setUiLayout(Object.assign(Object.assign({}, e3), { hideInfoIcon: false }))), property: "conversationSummary", createDetails: A.NetworkBasedActionProperty.createCreateDetails("conversationSummaryId", "conversationSummaryName", N.conversationSummarySettingManager, null, C.customNodes.virtualAgentSettings.conversationSummarySettingsSummaryNotFound, void 0, void 0, (e4, t3) => { + return [{ label: E.customNodes.virtualAgentSettings.virtualAgentSettingsSummarizeConversationTitle, supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], options: s.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(E.customNodes.virtualAgentSettings.virtualAgentSettingsSummarizeConversationTitle, E.customNodes.virtualAgentSettings.virtualAgentSettingsSummarizeConversationDescription).setIninTestingField("summarization").setDefaultText(a.default.false).setBoolText("", "").setVirtualAgentLabelBadge().setUseToggle(true).setIsOptional(false).setFeatureConfigName(g.default.botFlowsVirtualAgentSummarization).setValueChangedCallback((e4) => { + e4.parent.updateSettingsDependentOnSummarization(); + }).setAllowModeLiteralOnly().setUiLayout(e3)), property: "summarization", type: S.expressionTypeNames.boolean }, { label: E.customNodes.virtualAgentSettings.assignWrapupCodesTitle, supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], options: s.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(E.customNodes.virtualAgentSettings.assignWrapupCodesTitle, E.customNodes.virtualAgentSettings.assignWrapupCodesDescription).setIninTestingField("assignWrapupCodes").setDefaultText(a.default.false).setBoolText("", "").setVirtualAgentLabelBadge().setUseToggle(true).setIsOptional(false).setFeatureConfigName(g.default.botFlowsDigitalBotFlowsBotSummarization).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnAssignWrapupCodes()).setAllowModeLiteralOnly().setUiLayout(e3)), property: "assignWrapupCodes", type: S.expressionTypeNames.boolean }, { label: E.customNodes.virtualAgentSettings.enabledWrapupCodes, supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], options: l.ExpressionTypeWrapupCodeOptions.create((e4) => e4.setIsCollection(true).setIninTestingField("enabledWrapupCodes").setAllowNotSet(false).setAllowModeLiteralOnly().setFeatureConfigName(g.default.botFlowsDigitalBotFlowsBotSummarization).setRequiresHasDescription(true).facets.setAllowNull(false)), property: "enabledWrapupCodes", type: S.expressionTypeNames.wrapupCode }, { label: E.customNodes.virtualAgentSettings.conversationSummarySettingsTitle, supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], options: I.ManagedPropertyOptions.create((t3) => t3.setIninTestingField("conversationSummary-selector").setFeatureConfigName(g.default.botFlowsVirtualAgentCustomSummaries).setDropdownPlaceholder(E.customNodes.virtualAgentSettings.conversationSummarySettingsDropdownPlaceholder).setIsOptional(true).setInlineDescription(E.customNodes.virtualAgentSettings.conversationSummarySettingsDescription).setDescriptionInfo(void 0, E.customNodes.virtualAgentSettings.conversationSummarySettingsToolTip).setUiLayout(Object.assign(Object.assign({}, e3), { hideInfoIcon: false }))), property: "conversationSummary", createDetails: N.NetworkBasedActionProperty.createCreateDetails("conversationSummaryId", "conversationSummaryName", O.conversationSummarySettingManager, null, E.customNodes.virtualAgentSettings.conversationSummarySettingsSummaryNotFound, void 0, void 0, (e4, t3) => { var i3, n3; return (null === (i3 = t3.language) || void 0 === i3 ? void 0 : i3.toLowerCase()) === (null === (n3 = e4.action.parentFlow.defaultLanguage) || void 0 === n3 ? void 0 : n3.toLowerCase()); - }), yamlOptions: I.default.create("conversationSummary", (e4) => e4.setSkipProperty(true)) }]; + }), yamlOptions: C.default.create("conversationSummary", (e4) => e4.setSkipProperty(true)) }]; } _initializeDesignTime() { - super._initializeDesignTime(), this.conversationSummary.isOptional = true, this.addAutoCleanedUpEventListener(d.botFlowSettingChanged, (e3) => { - e3.setting === p.default.variable.virtualAgentEnabled && (this.setOutOfService(), this.setDefaultVirtualAgentActionSettings(true)); - }), this.addAutoCleanedUpEventListener(d.promptChanged, (e3) => { + super._initializeDesignTime(), this.conversationSummary.isOptional = true, this.addAutoCleanedUpEventListener(c.botFlowSettingChanged, (e3) => { + e3.setting === _.default.variable.virtualAgentEnabled && (this.setOutOfService(), this.setDefaultVirtualAgentActionSettings(true)); + }), this.addAutoCleanedUpEventListener(c.promptChanged, (e3) => { "voiceProcessingPrompt" === e3.type && this.setOutOfService(); }), this.setOutOfService(); } @@ -58551,32 +58992,39 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; var i3, n3; if (null == t3 ? void 0 : t3.isForFlowYaml) { const r3 = super.getConfiguration(e3, t3); - return r3 && !(null === (n3 = null === (i3 = r3.enabledWrapupCodes) || void 0 === i3 ? void 0 : i3.lit) || void 0 === n3 ? void 0 : n3.length) && delete r3.enabledWrapupCodes, r3 && this.summarization && this.conversationSummaryName && c.isFeatureAvailable(m.default.botFlowsVirtualAgentCustomSummaries) && (r3.conversationSummarySetting = { name: this.conversationSummaryName }), r3; + return r3 && !(null === (n3 = null === (i3 = r3.enabledWrapupCodes) || void 0 === i3 ? void 0 : i3.lit) || void 0 === n3 ? void 0 : n3.length) && delete r3.enabledWrapupCodes, r3 && this.summarizationEnabled && this.conversationSummaryName && (r3.conversationSummarySetting = { name: this.conversationSummaryName }), r3; } super.getConfiguration(e3, t3); } setOutOfService() { - if (this.summarization.outOfService = !(this.getVirtualAgentAllowed() && c.isFeatureAvailable(m.default.botFlowsVirtualAgentSummarization)), this.updateSettingsDependentOnSummarization(), this.assignWrapupCodes.outOfService = !(this.getVirtualAgentAllowed() && c.isFeatureAvailable(m.default.botFlowsDigitalBotFlowsBotSummarization)), this.updateSettingsDependentOnAssignWrapupCodes(), this.parentFlow.isBotFlow) { - const e3 = this.parentFlow.defaultSettings.getDefaultExpression(_.callGuideActionType, "voiceProcessingPrompt"); + if (this.summarization.outOfService = !(this.getVirtualAgentAllowed() && p.isFeatureAvailable(g.default.botFlowsVirtualAgentSummarization)), this.updateSettingsDependentOnSummarization(), this.assignWrapupCodes.outOfService = !(this.getVirtualAgentAllowed() && p.isFeatureAvailable(g.default.botFlowsDigitalBotFlowsBotSummarization)), this.updateSettingsDependentOnAssignWrapupCodes(), this.parentFlow.isBotFlow) { + const e3 = this.parentFlow.defaultSettings.getDefaultExpression(h.callGuideActionType, "voiceProcessingPrompt"); if (e3) { const t4 = this._getVoiceProcessingPromptSetInBotFlowSettings(); e3.outOfService = !(this.getVirtualAgentAllowed() && this.voiceProcessingPromptAvailable) || t4, e3.options.setUiDisableOnOutOfService(this.getVirtualAgentAllowed()); } - const t3 = this.parentFlow.defaultSettings.getDefaultExpression(h.callAgenticVirtualAgentActionType, "voiceProcessingPrompt"); - t3 && (t3.outOfService = !(this.getVirtualAgentAllowed() && this.voiceProcessingPromptAvailable && c.isFeatureAvailable(m.default.botFlowsAgenticVirtualAgentSage))); + const t3 = this.parentFlow.defaultSettings.getDefaultExpression(m.callAgenticVirtualAgentActionType, "voiceProcessingPrompt"); + t3 && (t3.outOfService = !(this.getVirtualAgentAllowed() && this.voiceProcessingPromptAvailable && p.isFeatureAvailable(g.default.botFlowsAgenticVirtualAgentSage))); + } + } + validate(e3) { + var t3, i3, n3, r3; + if (super.validate(e3), !this.outOfService && !this.conversationSummary.outOfService && this.conversationSummaryId) { + const a2 = null === (i3 = null === (t3 = O.conversationSummarySettingManager.getItem(this.conversationSummaryId)) || void 0 === t3 ? void 0 : t3.language) || void 0 === i3 ? void 0 : i3.toLowerCase(); + if (a2 && a2 !== (null === (r3 = null === (n3 = this.parentFlow) || void 0 === n3 ? void 0 : n3.defaultLanguage) || void 0 === r3 ? void 0 : r3.toLowerCase())) { + const t4 = (0, o.sprintf)(E.customNodes.virtualAgentSettings.conversationSummarySettingsSummaryNotFound, this.conversationSummaryName); + e3.addError(this.conversationSummary, t4, false, true), this.conversationSummary.currentUiErrorMessage = t4; + } } } setNewInstanceDefaults() { super.setNewInstanceDefaults(), this.setDefaultVirtualAgentActionSettings(false); } updateSettingsDependentOnAssignWrapupCodes() { - this.enabledWrapupCodes.outOfService = this.assignWrapupCodes.outOfService || this.assignWrapupCodes.text === o.default.false; + this.enabledWrapupCodes.outOfService = this.assignWrapupCodes.outOfService || this.assignWrapupCodes.text === a.default.false; } updateSettingsDependentOnSummarization() { - this.conversationSummary.outOfService = this.summarization.outOfService || this.summarization.text === o.default.false || !c.isFeatureAvailable(m.default.botFlowsVirtualAgentCustomSummaries); - } - resetConversationSummary() { - this.conversationSummary.reset(); + this.conversationSummary.outOfService = !this.summarizationEnabled, (0, v.validateNode)(this.parentFlow.languages, true), (0, v.validateNode)(this, true); } get useLabelBadge() { return true; @@ -58588,13 +59036,13 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return "VirtualAgentSettingsViewModel"; } get helpTopic() { - return f.helpTopics.treeNodes.virtualAgentSettings; + return T.helpTopics.treeNodes.virtualAgentSettings; } get id() { return "virtualAgentSettings"; } getDisplayName() { - return C.customNodes.virtualAgentSettings.virtualAgentSettingsTitle; + return E.customNodes.virtualAgentSettings.virtualAgentSettingsTitle; } get wrappedYamlName() { return "settingsVirtualAgent"; @@ -58607,10 +59055,13 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return null === (e3 = this.parentFlow.botFlowSettings) || void 0 === e3 ? void 0 : e3.virtualAgentEnabled; } get outOfService() { - return !(l.default.currentUserCanUseVirtualAgentItems && this.getVirtualAgentAllowed()); + return !(u.default.currentUserCanUseVirtualAgentItems && this.getVirtualAgentAllowed()); + } + get summarizationEnabled() { + return this.getVirtualAgentAllowed() && p.isFeatureAvailable(g.default.botFlowsVirtualAgentCustomSummaries) && !this.summarization.outOfService && this.summarization.isBooleanTrue; } addEnabledWrapupCode(e3) { - u.wrapupCodeManager.addItem(e3, true), this.enabledWrapupCodes.addItem().updateFromConfigListManagerItem(e3); + d.wrapupCodeManager.addItem(e3, true), this.enabledWrapupCodes.addItem().updateFromConfigListManagerItem(e3); } removeEnabledWrapupCode(e3) { var t3, i3; @@ -58621,17 +59072,17 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return (this.parentFlow.isBotFlow || this.parentFlow.isDigitalBotFlow) && this.virtualAgentEnabled; } get voiceProcessingPromptAvailable() { - return c.isFeatureAvailable(m.default.botFlowsVirtualAgentVoicePrompt); + return p.isFeatureAvailable(g.default.botFlowsVirtualAgentVoicePrompt); } _getVoiceProcessingPromptSetInBotFlowSettings() { var e3; const t3 = null === (e3 = this.parentFlow.botFlowSettings) || void 0 === e3 ? void 0 : e3.voiceProcessingPrompt; - return !((null == t3 ? void 0 : t3.mode) !== g.literal || !(null == t3 ? void 0 : t3.text)); + return !((null == t3 ? void 0 : t3.mode) !== f.literal || !(null == t3 ? void 0 : t3.text)); } setDefaultVirtualAgentActionSettings(e3) { } } - t2.default = b; + t2.default = R; }, 48289: (e2, t2, i2) => { "use strict"; const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(5730)), a = n2.__importDefault(i2(27203)), s = n2.__importDefault(i2(73198)), l = n2.__importDefault(i2(97891)), u = i2(12457), d = i2(24235), c = i2(87870), p = i2(47957); @@ -58791,151 +59242,151 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 48565: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getTrackingArray = function(e3, t3) { - const i3 = m(e3); + const i3 = g(e3); if (!i3) return; - let n3 = a.default.toArray(i3); - return t3 && t3.removeHidden && (n3 = a.default.filter(n3, (e4) => !e4.isHidden)), t3 && t3.sortByTrackingId && (n3 = a.default.sortBy(n3, (e4) => e4.trackingId)), n3; - }, t2.registerNode = O, t2.removeNode = function(e3) { - const t3 = m(e3.parentFlow); + let n3 = s.default.toArray(i3); + return t3 && t3.removeHidden && (n3 = s.default.filter(n3, (e4) => !e4.isHidden)), t3 && t3.sortByTrackingId && (n3 = s.default.sortBy(n3, (e4) => e4.trackingId)), n3; + }, t2.registerNode = I, t2.removeNode = function(e3) { + const t3 = g(e3.parentFlow); t3 && !e3.isMenuChoice && delete t3[e3.trackingId]; }, t2.renumberFlow = function(e3) { - const t3 = { action: p, indent: "", wantConsoleOutput: false }; + const t3 = { action: _, indent: "", wantConsoleOutput: false }; if (!e3) { const e4 = "tracking.renumberFlow - Invalid flow passed to renumberFlow."; - throw u.error(e4), e4; + throw d.error(e4), e4; } - d[e3.instanceId] = N(e3, t3); + c[e3.instanceId] = O(e3, t3); }, t2.getValidIds = function(e3) { - const t3 = { action: _, indent: "", wantConsoleOutput: false }; + const t3 = { action: h, indent: "", wantConsoleOutput: false }; if (!e3) { const e4 = "tracking.getValidIds - Invalid flow passed to renumberFlow."; - throw u.error(e4), e4; + throw d.error(e4), e4; } - return N(e3, t3); + return O(e3, t3); }, t2.createNewTrackingId = function(e3) { - return A(e3); + return N(e3); }, t2.getNodeByTrackingId = function(e3, t3) { - const i3 = m(e3); + const i3 = g(e3); return i3 ? i3[t3] : void 0; }; - const n2 = i2(31635), r2 = i2(24032), o = n2.__importStar(i2(36781)), a = n2.__importDefault(i2(92140)), s = i2(17604), l = n2.__importDefault(i2(5024)), u = (0, r2.getTopic)("tracking"), d = {}, c = {}, p = 1, _ = 2; - function h(e3) { - delete d[e3.instanceId]; - } + const n2 = i2(31635), r2 = i2(24032), o = i2(50474), a = n2.__importStar(i2(36781)), s = n2.__importDefault(i2(92140)), l = i2(17604), u = n2.__importDefault(i2(5024)), d = (0, r2.getTopic)("tracking"), c = {}, p = {}, _ = 1, h = 2; function m(e3) { - if (!e3) return void u.error("Invalid flow passed to getNodeTrackingMap."); - let t3 = d[e3.instanceId]; - return t3 || (t3 = {}, d[e3.instanceId] = t3), t3; + delete c[e3.instanceId]; } function g(e3) { - return a.default.assign({}, e3, { indent: e3.indent + " " }); + if (!e3) return void d.error("Invalid flow passed to getNodeTrackingMap."); + let t3 = c[e3.instanceId]; + return t3 || (t3 = {}, c[e3.instanceId] = t3), t3; } - function f(e3, t3, i3) { + function f(e3) { + return s.default.assign({}, e3, { indent: e3.indent + " " }); + } + function T(e3, t3, i3) { switch (i3.action) { - case p: - e3.trackingId = A(e3.parentFlow), t3[e3.trackingId] = e3; - break; case _: + e3.trackingId = N(e3.parentFlow), t3[e3.trackingId] = e3; + break; + case h: t3[e3.id] = e3; break; default: - const n4 = (0, s.sprintf)("tracking.traverseAction - invalid traversal action specified of '%1$s'", i3.action); - throw u.error(n4), n4; + const n4 = (0, l.sprintf)("tracking.traverseAction - invalid traversal action specified of '%1$s'", i3.action); + throw d.error(n4), n4; } - const n3 = g(i3); - a.default.each(e3.branches, function(e4) { - e4.topAction && f(e4.topAction, t3, n3); - }), e3.nextAction && f(e3.nextAction, t3, i3); + const n3 = f(i3); + s.default.each(e3.branches, function(e4) { + e4.topAction && T(e4.topAction, t3, n3); + }), e3.nextAction && T(e3.nextAction, t3, i3); } - function T(e3, t3, i3) { + function y(e3, t3, i3) { switch (i3.action) { - case p: - e3.trackingId = A(e3.parentFlow), t3[e3.trackingId] = e3; - break; case _: + e3.trackingId = N(e3.parentFlow), t3[e3.trackingId] = e3; + break; + case h: t3[e3.id] = e3; break; default: - const n3 = (0, s.sprintf)("tracking.traverseTask - invalid traversal action specified of '%1$s'", i3.action); - throw u.error(n3), n3; + const n3 = (0, l.sprintf)("tracking.traverseTask - invalid traversal action specified of '%1$s'", i3.action); + throw d.error(n3), n3; } - i3.wantConsoleOutput && console.log(i3.indent + e3.trackingId, "- task -", e3.name), e3.topAction && f(e3.topAction, t3, g(i3)); + i3.wantConsoleOutput && console.log(i3.indent + e3.trackingId, "- task -", e3.name), e3.topAction && T(e3.topAction, t3, f(i3)); } - function y(e3, t3, i3) { + function S(e3, t3, i3) { switch (i3.action) { - case p: - break; case _: + break; + case h: t3[e3.id] = e3, i3.wantConsoleOutput && console.log(i3.indent + e3.id, "- menuChoice -", e3.name); break; default: - const n4 = (0, s.sprintf)("tracking.traverseMenuChoice - invalid traversal action specified of '%1$s'", i3.action); - throw u.error(n4), n4; + const n4 = (0, l.sprintf)("tracking.traverseMenuChoice - invalid traversal action specified of '%1$s'", i3.action); + throw d.error(n4), n4; } - f(e3.action, t3, i3); - const n3 = g(i3); - e3.menu && e3.menu.isHidden ? S(e3.menu, t3, n3) : e3.task && e3.task.isHidden && T(e3.task, t3, n3); + T(e3.action, t3, i3); + const n3 = f(i3); + e3.menu && e3.menu.isHidden ? A(e3.menu, t3, n3) : e3.task && e3.task.isHidden && y(e3.task, t3, n3); } - function S(e3, t3, i3) { + function A(e3, t3, i3) { switch (i3.action) { - case p: - e3.trackingId = A(e3.parentFlow), t3[e3.trackingId] = e3; - break; case _: + e3.trackingId = N(e3.parentFlow), t3[e3.trackingId] = e3; + break; + case h: t3[e3.id] = e3; break; default: - const n4 = (0, s.sprintf)("tracking.traverseMenu - invalid traversal action specified of '%1$s'", i3.action); - throw u.error(n4), n4; + const n4 = (0, l.sprintf)("tracking.traverseMenu - invalid traversal action specified of '%1$s'", i3.action); + throw d.error(n4), n4; } i3.wantConsoleOutput && console.log(i3.indent + e3.trackingId, "- menu -", e3.name); - const n3 = g(i3); + const n3 = f(i3); switch (i3.action) { - case p: - a.default.chain(e3.choices).sortBy("uiSortStr").each(function(e4) { - y(e4, t3, n3); + case _: + s.default.chain(e3.choices).sortBy("uiSortStr").each(function(e4) { + S(e4, t3, n3); }); break; - case _: - a.default.each(e3.choices, function(e4) { - y(e4, t3, n3); + case h: + s.default.each(e3.choices, function(e4) { + S(e4, t3, n3); }); } } - function A(e3) { - const t3 = m(e3); + function N(e3) { + const t3 = g(e3); let i3, n3; do { n3 = e3.nextTrackingNumber++, t3[n3] && (i3 || (i3 = n3), n3 = void 0); } while (!n3); - return i3 && u.warning(`next tracking number returned numbers that were in use, first dupe found: '${i3}', next unused one: '${n3}'`), n3; + return i3 && d.warning(`next tracking number returned numbers that were in use, first dupe found: '${i3}', next unused one: '${n3}'`), n3; } - function N(e3, t3) { + function O(e3, t3) { switch (t3.action) { - case p: - e3.nextTrackingNumber = l.default.minTrackingId; - break; case _: + e3.nextTrackingNumber = u.default.minTrackingId; + break; + case h: break; default: - const i4 = (0, s.sprintf)("tracking.traverseFlow - invalid traversal action specified of '%1$s' to traverseFlow. Exiting.", t3.action); - throw u.error(i4), i4; + const i4 = (0, l.sprintf)("tracking.traverseFlow - invalid traversal action specified of '%1$s' to traverseFlow. Exiting.", t3.action); + throw d.error(i4), i4; } t3.wantConsoleOutput && console.log("Traversing flow ( action " + t3.action + " ) - " + e3.displayName); const i3 = {}; - return e3.startUpObject && (e3.startUpObject.isTaskLike ? T(e3.startUpObject, i3, t3) : S(e3.startUpObject, i3, t3)), a.default.each(e3.menus, function(e4) { - e4.isHidden || e4.isStartUpObject || S(e4, i3, t3); - }), a.default.each(e3.tasks, function(e4) { - e4.isHidden && !e4.parentFlow.isNluFlow || e4.isStartUpObject || T(e4, i3, t3); - }), a.default.each(e3.states, function(e4) { - e4.isHidden || e4.isStartUpObject || T(e4, i3, t3); - }), t3.action === p && o.emitter.emit(o.renumber), i3; + return e3.startUpObject && (e3.startUpObject.isTaskLike ? y(e3.startUpObject, i3, t3) : A(e3.startUpObject, i3, t3)), s.default.each(e3.menus, function(e4) { + e4.isHidden || e4.isStartUpObject || A(e4, i3, t3); + }), s.default.each(e3.tasks, function(e4) { + e4.isHidden && !e4.parentFlow.isNluFlow || e4.isStartUpObject || y(e4, i3, t3); + }), (0, o.isCommonWorkflowViewModel)(e3) && s.default.each(e3.states, (e4) => { + e4.isHidden || e4.isStartUpObject || y(e4, i3, t3); + }), t3.action === _ && a.emitter.emit(a.renumber), i3; } - function O(e3) { + function I(e3) { var t3, i3; const n3 = (function(e4) { - if (e4) return m(e4.parentFlow); - u.error("Invalid node passed to getNodeTrackingMapForNode."); + if (e4) return g(e4.parentFlow); + d.error("Invalid node passed to getNodeTrackingMapForNode."); })(e3); if (!n3) return; let r3 = e3.trackingId; @@ -58943,18 +59394,18 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (n3[r3]) { if (!e3.parentFlow.loaded) { const t4 = e3.parentFlow.instanceId; - return c[t4] || (c[t4] = []), c[t4].push(e3), void u.warning(`Duplicate tracking number encountered. Both [${null === (i3 = n3[r3]) || void 0 === i3 ? void 0 : i3.toString()}] and [${e3.toString()}] are ${r3}. Resetting the latter after the flow loads`); + return p[t4] || (p[t4] = []), p[t4].push(e3), void d.warning(`Duplicate tracking number encountered. Both [${null === (i3 = n3[r3]) || void 0 === i3 ? void 0 : i3.toString()}] and [${e3.toString()}] are ${r3}. Resetting the latter after the flow loads`); } - r3 = e3.trackingId = A(e3.parentFlow), u.error(`Duplicate tracking number encountered. Both [${null === (t3 = n3[r3]) || void 0 === t3 ? void 0 : t3.toString()}] and [${e3.toString()}] are ${r3}. Resetting the latter to ${r3}`); + r3 = e3.trackingId = N(e3.parentFlow), d.error(`Duplicate tracking number encountered. Both [${null === (t3 = n3[r3]) || void 0 === t3 ? void 0 : t3.toString()}] and [${e3.toString()}] are ${r3}. Resetting the latter to ${r3}`); } - } else r3 = e3.trackingId = A(e3.parentFlow); + } else r3 = e3.trackingId = N(e3.parentFlow); n3[r3] = e3; } - o.serviceListen(o.cleanUpFlow, h), o.serviceListen(o.flowLoadStarted, h), o.serviceListen(o.flowLoadFailed, h), o.serviceListen(o.flowLoaded, function(e3) { - const t3 = c[e3.instanceId]; + a.serviceListen(a.cleanUpFlow, m), a.serviceListen(a.flowLoadStarted, m), a.serviceListen(a.flowLoadFailed, m), a.serviceListen(a.flowLoaded, function(e3) { + const t3 = p[e3.instanceId]; t3 && (t3.forEach((e4) => { - e4.trackingId = void 0, O(e4), u.info(`Reset tracking id for [${e4.toString()}] to ${e4.trackingId}`); - }), delete c[e3.instanceId]); + e4.trackingId = void 0, I(e4), d.info(`Reset tracking id for [${e4.toString()}] to ${e4.trackingId}`); + }), delete p[e3.instanceId]); }); }, 48584: (e2, t2, i2) => { function n2() { @@ -59384,8 +59835,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 49416: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(27203)), a = n2.__importDefault(i2(98114)), s = n2.__importDefault(i2(27936)), l = i2(55299), u = i2(47957), d = i2(24032).getTopic("StringResolverService"); - class c extends l.BaseClass { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(27203)), a = n2.__importDefault(i2(98114)), s = n2.__importDefault(i2(27936)), l = i2(55299), u = n2.__importStar(i2(24032)), d = i2(47957), c = u.getTopic("StringResolverService"); + class p extends l.BaseClass { constructor() { super(), this._regExFlowLevelVariable = new RegExp(/{{\s?variable\.(.*?)\s?}}/), this._refExFlowType = new RegExp(/{{\s?flowType\.(.*?)\s?}}/), this._regExBranchInfo = new RegExp(/{{\s?branch\.(.*?)\s?}}/), this._regExKnowledgeSettingsMode = new RegExp(/{{\s?knowledgeSettingsMode\.(.*?)\s?}}/), this._regExSettings = new RegExp(/{{\s?settings\.(.*?)\s?}}/), this._regExLink = new RegExp(/{{link\.([^,}]+?)(?:,\s(.*?))?}}/); } @@ -59401,46 +59852,46 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; let i3 = this._refExFlowType.exec(e3); for (; i3; ) { const t4 = e3, n4 = a.default.getDefinitionForFlowType(i3[1]); - n4 && (e3 = e3.replace(i3[0], n4.typeDisplayName)), t4 !== e3 ? i3 = this._refExFlowType.exec(e3) : (i3 = void 0, d.traceOnce("StringResolverService resolveString failed to find flow type", (e4) => e4.error(`Failed to find replacement for ${t4}`))); + n4 && (e3 = e3.replace(i3[0], n4.typeDisplayName)), t4 !== e3 ? i3 = this._refExFlowType.exec(e3) : (i3 = void 0, c.traceOnce("StringResolverService resolveString failed to find flow type", (e4) => e4.error(`Failed to find replacement for ${t4}`))); } let n3 = this._regExFlowLevelVariable.exec(e3); for (; n3; ) { const i4 = e3, r3 = t3.getVariable(n3[1]); - r3 && (e3 = e3.replace(n3[0], r3.name)), i4 !== e3 ? n3 = this._regExFlowLevelVariable.exec(e3) : (n3 = void 0, d.traceOnce("StringResolverService resolveString failed to find variable", (e4) => e4.error(`Failed to find replacement for ${i4}`))); + r3 && (e3 = e3.replace(n3[0], r3.name)), i4 !== e3 ? n3 = this._regExFlowLevelVariable.exec(e3) : (n3 = void 0, c.traceOnce("StringResolverService resolveString failed to find variable", (e4) => e4.error(`Failed to find replacement for ${i4}`))); } let l2 = this._regExBranchInfo.exec(e3); for (; l2; ) { const t4 = e3, i4 = o.default.outputIdsToLabels[l2[1]]; - i4 && (e3 = e3.replace(l2[0], i4)), t4 !== e3 ? l2 = this._regExBranchInfo.exec(e3) : (l2 = void 0, d.traceOnce("StringResolverService resolveString failed to find branch", (e4) => e4.error(`Failed to find replacement for ${t4}`))); + i4 && (e3 = e3.replace(l2[0], i4)), t4 !== e3 ? l2 = this._regExBranchInfo.exec(e3) : (l2 = void 0, c.traceOnce("StringResolverService resolveString failed to find branch", (e4) => e4.error(`Failed to find replacement for ${t4}`))); } - let c2 = this._regExSettings.exec(e3); - for (; c2; ) { + let u2 = this._regExSettings.exec(e3); + for (; u2; ) { const t4 = e3; let i4; - switch (c2[1]) { + switch (u2[1]) { case "__INTENTS__": - i4 = u.intents.label; + i4 = d.intents.label; break; case "__KNOWLEDGE__": - i4 = u.knowledgeSettings.knowledgeLabel; + i4 = d.knowledgeSettings.knowledgeLabel; break; case "__NATURAL_LANGUAGE_UNDERSTANDING__": - i4 = u.bot.naturalLanguageUnderstanding; + i4 = d.bot.naturalLanguageUnderstanding; } - i4 && (e3 = e3.replace(c2[0], i4)), t4 !== e3 ? c2 = this._regExBranchInfo.exec(e3) : (c2 = void 0, d.traceOnce("StringResolverService resolveString failed to find setting name", (e4) => e4.error(`Failed to find replacement for ${t4}`))); + i4 && (e3 = e3.replace(u2[0], i4)), t4 !== e3 ? u2 = this._regExBranchInfo.exec(e3) : (u2 = void 0, c.traceOnce("StringResolverService resolveString failed to find setting name", (e4) => e4.error(`Failed to find replacement for ${t4}`))); } - let p = this._regExKnowledgeSettingsMode.exec(e3); - for (; p; ) { + let p2 = this._regExKnowledgeSettingsMode.exec(e3); + for (; p2; ) { const t4 = e3; let i4; - switch (p[1]) { + switch (p2[1]) { case "__STANDARD__": - i4 = u.knowledgeSettings.knowledgeSettingsModes.standard; + i4 = d.knowledgeSettings.knowledgeSettingsModes.standard; break; case "__CUSTOM__": - i4 = u.knowledgeSettings.knowledgeSettingsModes.custom; + i4 = d.knowledgeSettings.knowledgeSettingsModes.custom; } - i4 && (e3 = e3.replace(p[0], i4)), t4 !== e3 ? p = this._regExKnowledgeSettingsMode.exec(e3) : (p = void 0, d.traceOnce("StringResolverService resolveString failed to find setting name", (e4) => e4.error(`Failed to find replacement for ${t4}`))); + i4 && (e3 = e3.replace(p2[0], i4)), t4 !== e3 ? p2 = this._regExKnowledgeSettingsMode.exec(e3) : (p2 = void 0, c.traceOnce("StringResolverService resolveString failed to find setting name", (e4) => e4.error(`Failed to find replacement for ${t4}`))); } return e3; } @@ -59449,8 +59900,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; let i3 = ""; return this.resolveLinkToParts(e3, t3).forEach((e4) => { if (e4.linkInfo) { - const t4 = "function" == typeof e4.linkInfo.getLinkUrl ? e4.linkInfo.getLinkUrl() : "#"; - i3 += `${e4.linkInfo.linkTitle || e4.text}`; + const t4 = "function" == typeof e4.linkInfo.getLinkUrl ? e4.linkInfo.getLinkUrl() : "#", n3 = r2.default.escape(t4), o2 = r2.default.escape(e4.linkInfo.linkTitle || e4.text); + i3 += `${o2}`; } else i3 += e4.text; }), i3; } @@ -59465,13 +59916,13 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (s2) { const e4 = a2 || s2.linkTitle || s2.getLinkUrl(); i3.push({ text: e4, linkInfo: s2 }); - } else d.traceOnce(`StringResolverService resolveLinkToParts - ${this.className}`, (e4) => e4.warning(`Can't resolve link with key ${o2}`)), i3.push({ text: r3 }); + } else c.traceOnce(`StringResolverService resolveLinkToParts - ${this.className}`, (e4) => e4.warning(`Can't resolve link with key ${o2}`)), i3.push({ text: r3 }); n3 = this._regExLink.exec(e3); } return i3.push({ text: e3 }), i3; } } - t2.default = new c(); + t2.default = new p(); }, 49450: (e2, t2, i2) => { "use strict"; const n2 = i2(31635), r2 = n2.__importStar(i2(36781)), o = n2.__importStar(i2(10798)), a = n2.__importStar(i2(77751)), s = n2.__importStar(i2(1115)), l = n2.__importDefault(i2(5478)), u = n2.__importDefault(i2(27203)), d = i2(21647), c = i2(60186), p = i2(80428), _ = i2(81516), h = i2(26954), m = n2.__importDefault(i2(4648)), g = i2(38296), f = i2(38296), T = i2(12179), y = n2.__importDefault(i2(97891)), S = i2(47957); @@ -59491,7 +59942,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return u.default.successFailure; } _getPossibleErrors() { - return o.isFeatureAvailable(m.default.sendNotificationChatGroupFeature) ? f.getSendNotificationFailureReasons : g.getSendNotificationFailureReasonsNoBusy; + return o.isFeatureAvailable(m.default.sendNotificationChatGroupFeature) ? f.sendNotificationFailureReasons : g.sendNotificationFailureReasonsNoBusy; } setOutOfService() { switch (this.notificationType.text) { @@ -59582,7 +60033,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const n2 = i2(31635), r2 = i2(96618), o = i2(71012), a = i2(28562), s = n2.__importDefault(i2(73198)), l = (n2.__importStar(i2(63352)), i2(80428)), u = i2(67607), d = i2(82319), c = i2(20083), p = n2.__importStar(i2(10798)), _ = n2.__importDefault(i2(4648)), h = i2(12179), m = i2(14187), g = n2.__importDefault(i2(97891)), f = i2(24383), T = n2.__importDefault(i2(5730)), y = (i2(21733), i2(47957)); class S extends T.default { static get managedProperties() { - return [{ label: y.askCommon.question, options: d.ExpressionTypeCommunicationOptions.create((e3) => e3.setDescriptionInfo(y.askCommon.question, y.askCommon.questionDescriptionWaitForInputAction).setIninTestingField("question").setIsOptional(true).setDefaultToBuilderId(a.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(o.askForIntentSequences.questionSequence).setUiPropertyOrder(2)), yamlOptions: S.createYamlOptions("question", (e3) => e3.setExportOrder(30).setPropertyName("question")), property: "question", type: l.expressionTypeNames.communication }, { property: "knowledgeSearchResult", label: y.cardsAndCars.knowledgeSearchResultLabel, type: l.expressionTypeNames.knowledgeBaseDocument, options: c.ExpressionTypeKnowledgeBaseDocumentOptions.create((e3) => e3.setAsOutput().setDefaultVariableScope(m.scopes.flow).setIsOptional(true).setIsCollection(true).setIninTestingField("knowledgeSearchResult").setDescriptionInfo(y.cardsAndCars.knowledgeSearchResultLabel, y.cardsAndCars.knowledgeSearchResultDescription).setFeatureConfigName(_.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature).setUiPropertyOrder(3)), yamlOptions: S.createYamlOptions("knowledgeSearchResult", (e3) => e3.setExportOrder(40)) }, { label: y.askCommon.noMatch, options: d.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setUiPropertyOrder(8).setIninTestingField("noMatch").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDescriptionInfo(y.askCommon.noMatch, y.askCommon.noMatchDescription).setDefaultToBuilderId(a.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(o.askForIntentSequences.noMatchSequence).setScriptingPropertyName("noMatch")), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: d.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setUiPropertyOrder(8).setIninTestingField("noMatch").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDescriptionInfo(y.askCommon.noMatch, y.askCommon.noMatchDescription).setDefaultToBuilderId(a.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(o.askForIntentSequences.noMatchSequence).setScriptingPropertyName("noMatch")) }], yamlOptions: S.createYamlOptions("noMatch", (e3) => e3.setPropertyName("noMatch").setExportOrder(50)), property: "noMatch", type: l.expressionTypeNames.communication }, { label: y.askCommon.noMatchReprompts, options: S.createNoMatchRepromptsOptions().setDefaultToBuilderId(a.builderIds.parts.genericCommunication), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: S.createNoMatchRepromptsOptions().setDefaultToBuilderId(a.builderIds.parts.markdownCommunication) }], yamlOptions: S.createYamlOptions("noMatchReprompts", (e3) => e3.setPropertyName("noMatchReprompts").setWrappedObjectName("customizeNoMatch")), property: "noMatchReprompts", type: l.expressionTypeNames.communication }, { options: u.ExpressionTypeBooleanOptions.create((e3) => e3.setUseButton(true).setAllowModeLiteralOnly().setDefaultText("false").setIninTestingField("customizeNoMatchButton").setFeatureConfigName(_.default.botFlowsDigitalBotFlowsReprompts).setBoolText(y.askCommon.defaultNoMatch, y.askCommon.customizeNoMatch).setUiPropertyOrder(10)), yamlOptions: S.createYamlOptions("customizeNoMatch", (e3) => e3.setSkipProperty(true)), property: "customizeNoMatch", type: l.expressionTypeNames.boolean }]; + return [{ label: y.askCommon.question, options: d.ExpressionTypeCommunicationOptions.create((e3) => e3.setDescriptionInfo(y.askCommon.question, y.askCommon.questionDescriptionWaitForInputAction).setIninTestingField("question").setIsOptional(true).setDefaultToBuilderId(a.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(o.askForIntentSequences.questionSequence).setUiPropertyOrder(2)), yamlOptions: S.createYamlOptions("question", (e3) => e3.setExportOrder(30).setPropertyName("question")), property: "question", type: l.expressionTypeNames.communication }, { property: "knowledgeSearchResult", label: y.cardsAndCars.knowledgeSearchResultLabel, type: l.expressionTypeNames.knowledgeBaseDocument, options: c.ExpressionTypeKnowledgeBaseDocumentOptions.create((e3) => e3.setAsOutput().setDefaultVariableScope(m.scopes.flow).setIsOptional(true).setIsCollection(true).setIninTestingField("knowledgeSearchResult").setDescriptionInfo(y.cardsAndCars.knowledgeSearchResultLabel, p.isFeatureAvailable(_.default.botFlowsAnswerGenerationMultipleArticles) ? y.cardsAndCars.knowledgeSearchResultDescriptionMultipleArticles : y.cardsAndCars.knowledgeSearchResultDescription).setFeatureConfigName(_.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature).setUiPropertyOrder(3)), yamlOptions: S.createYamlOptions("knowledgeSearchResult", (e3) => e3.setExportOrder(40)) }, { label: y.askCommon.noMatch, options: d.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setUiPropertyOrder(8).setIninTestingField("noMatch").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDescriptionInfo(y.askCommon.noMatch, y.askCommon.noMatchDescription).setDefaultToBuilderId(a.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(o.askForIntentSequences.noMatchSequence).setScriptingPropertyName("noMatch")), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: d.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setUiPropertyOrder(8).setIninTestingField("noMatch").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDescriptionInfo(y.askCommon.noMatch, y.askCommon.noMatchDescription).setDefaultToBuilderId(a.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(o.askForIntentSequences.noMatchSequence).setScriptingPropertyName("noMatch")) }], yamlOptions: S.createYamlOptions("noMatch", (e3) => e3.setPropertyName("noMatch").setExportOrder(50)), property: "noMatch", type: l.expressionTypeNames.communication }, { label: y.askCommon.noMatchReprompts, options: S.createNoMatchRepromptsOptions().setDefaultToBuilderId(a.builderIds.parts.genericCommunication), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: S.createNoMatchRepromptsOptions().setDefaultToBuilderId(a.builderIds.parts.markdownCommunication) }], yamlOptions: S.createYamlOptions("noMatchReprompts", (e3) => e3.setPropertyName("noMatchReprompts").setWrappedObjectName("customizeNoMatch")), property: "noMatchReprompts", type: l.expressionTypeNames.communication }, { options: u.ExpressionTypeBooleanOptions.create((e3) => e3.setUseButton(true).setAllowModeLiteralOnly().setDefaultText("false").setIninTestingField("customizeNoMatchButton").setFeatureConfigName(_.default.botFlowsDigitalBotFlowsReprompts).setBoolText(y.askCommon.defaultNoMatch, y.askCommon.customizeNoMatch).setUiPropertyOrder(10)), yamlOptions: S.createYamlOptions("customizeNoMatch", (e3) => e3.setSkipProperty(true)), property: "customizeNoMatch", type: l.expressionTypeNames.boolean }]; } constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); @@ -60056,10 +60507,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; function i2(e3) { return void 0 === e3; } - Object.defineProperty(t2, "__esModule", { value: true }), t2.isFlowViewModel = function(e3) { - return null == e3 ? void 0 : e3.isFlowViewModel; - }, t2.isCommonModuleFlow = function(e3) { + Object.defineProperty(t2, "__esModule", { value: true }), t2.isCommonModuleFlow = function(e3) { return null == e3 ? void 0 : e3.isCommonModuleFlow; + }, t2.isCommonWorkflowViewModel = function(e3) { + return null == e3 ? void 0 : e3.isCommonWorkflowViewModel; }, t2.isBaseExpression = function(e3) { return null == e3 ? void 0 : e3.isExpression; }, t2.isNormalExpression = function(e3) { @@ -60190,9 +60641,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; t2.default = s; }, 50514: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllGetAssignedCustomerIntentsFailureReasons = t2.getGetAssignedCustomerIntentsFailureReasons = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.allAssignedCustomerIntentsFailureReasons = t2.getAssignedCustomerIntentsFailureReasons = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", generalError: "GeneralError" }, o = [r2.generalError]; - t2.getGetAssignedCustomerIntentsFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded])), t2.getAllGetAssignedCustomerIntentsFailureReasons = r2; + t2.getAssignedCustomerIntentsFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded])), t2.allAssignedCustomerIntentsFailureReasons = r2; }, 50565: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -60239,8 +60690,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }; }, 50661: (e2, t2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getCallDecisionTableFailureReasons = void 0; - t2.getCallDecisionTableFailureReasons = ["GeneralError"].concat(["ActionInvocationLimitExceeded", "DecisionTableHasNoRows", "DecisionTableNotFound", "DecisionTablePreparingExecution", "DecisionTableWrongStatus", "GeneralExecutionError", "InvalidInput", "InvalidRequest"]); + Object.defineProperty(t2, "__esModule", { value: true }), t2.callDecisionTableFailureReasons = void 0; + t2.callDecisionTableFailureReasons = ["GeneralError"].concat(["ActionInvocationLimitExceeded", "DecisionTableHasNoRows", "DecisionTableNotFound", "DecisionTablePreparingExecution", "DecisionTableWrongStatus", "GeneralExecutionError", "InvalidInput", "InvalidRequest"]); }, 50700: (e2, t2, i2) => { const n2 = i2(28267); function r2() { @@ -60273,6 +60724,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, t2.getDefaultRequestModel = function() { return i2; }; + }, 50718: (e2, t2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.callAgenticVirtualAgentFailureReasons = void 0, t2.callAgenticVirtualAgentFailureReasons = ["request.too.large"]; }, 50720: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -62446,8 +62900,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 51724: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.createUtilizationLabel = t2.deleteUtilizationLabel = t2.getUtilizationLabel = t2.getUtilizationLabels = void 0; - const n2 = i2(64288), r2 = i2(23340), o = i2(36019).default, a = { ignoreBadResponse: true }; - t2.getUtilizationLabels = o.request("GET", "{public-api.apps}/api/v2/routing/utilization/labels", r2.UtilizationLabelList, a), t2.getUtilizationLabel = o.request("GET", "{public-api.apps}/api/v2/routing/utilization/labels/{id}", n2.UtilizationLabel, a), t2.deleteUtilizationLabel = o.request("DELETE", "{public-api.apps}/api/v2/routing/utilization/labels/{id}", n2.UtilizationLabel, a), t2.createUtilizationLabel = o.request("POST", "{public-api.apps}/api/v2/routing/utilization/labels", n2.UtilizationLabel, a); + const n2 = i2(31635), r2 = i2(64288), o = i2(23340), a = n2.__importDefault(i2(36019)), s = { ignoreBadResponse: true }; + t2.getUtilizationLabels = a.default.request("GET", "{public-api.apps}/api/v2/routing/utilization/labels", o.UtilizationLabelList, s), t2.getUtilizationLabel = a.default.request("GET", "{public-api.apps}/api/v2/routing/utilization/labels/{id}", r2.UtilizationLabel, s), t2.deleteUtilizationLabel = a.default.request("DELETE", "{public-api.apps}/api/v2/routing/utilization/labels/{id}", r2.UtilizationLabel, s), t2.createUtilizationLabel = a.default.request("POST", "{public-api.apps}/api/v2/routing/utilization/labels", r2.UtilizationLabel, s); }, 51818: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.flowSizeThreshold = t2.flowSizePercentDisplay = void 0, t2.calculateFlowSizePercentage = function(e3, i3) { @@ -62852,7 +63306,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 51978: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(65485)), { messagingTemplateResponseManager: l } = i2(25965), { responseLibraryManager: u } = i2(71528); + const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(65485)), l = i2(25965), u = i2(71528); class d extends s.default { constructor(e3) { super(e3); @@ -62888,7 +63342,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; setMessagingTemplateByIdAsync(e3, t3) { return n2.__awaiter(this, void 0, void 0, function* () { this._checkItemIsValidLiteralString(this._infoParm("messagingTemplateId", "setMessagingTemplateByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setMessagingTemplateByIdAsync"), t3, true); - const i3 = yield o.default.findItemByIdAsync(l, e3, "messaging template"); + const i3 = yield o.default.findItemByIdAsync(l.messagingTemplateResponseManager, e3, "messaging template"); return this.logNote("found the messaging template named '" + i3.name + "' by the id '" + e3 + "'"), yield this._coreActionViewModel.setMessagingTemplateDataAsync(i3), this._clearResponseSubstitutions(), a.default.executeCallback(this, "setMessagingTemplateByIdAsync", t3, this); }); } @@ -62896,21 +63350,21 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return n2.__awaiter(this, void 0, void 0, function* () { let n3; this._checkItemIsValidLiteralString(this._infoParm("messagingTemplateName", "setMessagingTemplateByNameAsync"), e3), this._checkItemIsValidLiteralString(this._infoParm("libraryName", "setMessagingTemplateByNameAsync"), t3, true), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setMessagingTemplateByNameAsync"), i3, true), (null == t3 ? void 0 : t3.length) && (n3 = (e4) => e4.libraries && e4.libraries.some((e5) => e5.name === t3)); - const r3 = yield o.default.findItemByValueAsync(l, e3, "messaging template", null, null, n3, { queryPhrase: e3 }); + const r3 = yield o.default.findItemByValueAsync(l.messagingTemplateResponseManager, e3, "messaging template", null, null, n3, { queryPhrase: e3 }); return this.logNote("found the messaging template with an Id of '" + r3.id + "' by the messaging template name '" + r3.name + "'"), yield this._coreActionViewModel.setMessagingTemplateDataAsync(r3), this._clearResponseSubstitutions(), a.default.executeCallback(this, "setMessagingTemplateByNameAsync", i3, this); }); } setResponseLibraryByNameAsync(e3, t3) { return n2.__awaiter(this, void 0, void 0, function* () { this._checkItemIsValidLiteralString(this._infoParm("libraryName", "setResponseLibraryByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setResponseLibraryByNameAsync"), t3, true); - const i3 = yield o.default.findItemByValueAsync(u, e3, "response library", "name"); + const i3 = yield o.default.findItemByValueAsync(u.responseLibraryManager, e3, "response library", "name"); return this.logNote("found the response library with an Id of '" + i3.id + "' by the library name '" + i3.name + "'"), this._coreActionViewModel.library.setValue(i3), a.default.executeCallback(this, "setResponseLibraryByNameAsync", t3, this); }); } setResponseLibraryByIdAsync(e3, t3) { return n2.__awaiter(this, void 0, void 0, function* () { this._checkItemIsValidLiteralString(this._infoParm("responseLibraryId", "setResponseLibraryByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setResponseLibraryByIdAsync"), t3, true); - const i3 = yield o.default.findItemByIdAsync(u, e3, "response library"); + const i3 = yield o.default.findItemByIdAsync(u.responseLibraryManager, e3, "response library"); return this.logNote("found the response library named '" + i3.name + "' by the library Id '" + i3.id + "'"), this._coreActionViewModel.library.setValue(i3), a.default.executeCallback(this, "setResponseLibraryByIdAsync", t3, this); }); } @@ -65143,20 +65597,20 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 53482: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.digitalBotConnectorVersionManager = t2.DigitalBotConnectorVersionManager = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(35295)), a = n2.__importStar(i2(1360)), s = n2.__importStar(i2(24032)), l = i2(74267), u = n2.__importDefault(i2(47532)), d = i2(30801), c = i2(62902), p = i2(81801), _ = i2(47957), h = i2(58597), m = i2(27862); - class g extends u.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(35295)), a = n2.__importDefault(i2(58597)), s = n2.__importStar(i2(1360)), l = n2.__importStar(i2(24032)), u = i2(74267), d = n2.__importDefault(i2(47532)), c = i2(30801), p = i2(62902), _ = i2(81801), h = i2(47957), m = i2(27862); + class g extends d.default { get requiredAuth() { - return p.externalAuthorizations.authStrings.botConnectorView; + return _.externalAuthorizations.authStrings.botConnectorView; } get dependencyType() { return m.DigitalBotConnector; } constructor() { - super(), this.topic = s.getTopic("DigitalBotConnectorVersionManager"), this.apiCallList = o.getDigitalBotConnectorBotVersions, this.apiCallSingle = o.getDigitalBotConnectorBotVersion, this._rawServerCache = {}, this.actionPropertyForUsageSearch = "version", this.actionsForUsageSearch = [d.digitalBotConnectorActionType], this.caseSensitiveIds = true, this.className = "DigitalBotConnectorVersionManager", this.defaultMatchingStyle = a.exactMatch, this.dependencyContext = _.botConnector.digitalBotConnectorVersion, this.idEquivalent = "archInternalId", this.isDependentOnCategory = true, this.searchField = "name", this.securityError = true, this.suppressSearch = true, this.uiMetadataSectionName = "digitalBotConnectorVersion", this._initialize(); + super(), this.topic = l.getTopic("DigitalBotConnectorVersionManager"), this.apiCallList = o.getDigitalBotConnectorBotVersions, this.apiCallSingle = o.getDigitalBotConnectorBotVersion, this._rawServerCache = {}, this.actionPropertyForUsageSearch = "version", this.actionsForUsageSearch = [c.digitalBotConnectorActionType], this.caseSensitiveIds = true, this.className = "DigitalBotConnectorVersionManager", this.defaultMatchingStyle = s.exactMatch, this.dependencyContext = h.botConnector.digitalBotConnectorVersion, this.idEquivalent = "archInternalId", this.isDependentOnCategory = true, this.searchField = "name", this.securityError = true, this.suppressSearch = true, this.uiMetadataSectionName = "digitalBotConnectorVersion", this._initialize(); } addItem(e3, t3, i3) { - e3.isFromAdsValidationResults && (c.digitalBotConnectorManager.createAndAddBot(e3.id, e3.name, e3.botId, e3.integrationId), e3 = o.ensureCorrectVersionProperties(e3, null, e3.id, e3.integrationId)); - const n3 = !!e3.intents; + e3.isFromAdsValidationResults && (p.digitalBotConnectorManager.createAndAddBot(e3.id, e3.name, e3.botId, e3.integrationId), e3 = o.ensureCorrectVersionProperties(e3, null, e3.id, e3.integrationId)); + const n3 = !!e3.intents && e3.intents.length > 0; return super.addItem(e3, n3); } addItemToFlowMetadata(e3, t3, i3) { @@ -65164,10 +65618,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return super.addItemToFlowMetadata(e3, t3, n3); } get _networkModel() { - return h; + return a.default; } _createItemViewModel(e3) { - return new l.BotConnectorVersionViewModel(e3); + return new u.BotConnectorVersionViewModel(e3); } getItemFromFlowMetadata(e3, t3) { const i3 = r2.default.isFunction(null == e3 ? void 0 : e3.getUniqueBotRunnableId) ? e3.getUniqueBotRunnableId() : t3, n3 = super.getItemFromFlowMetadata(e3, i3); @@ -65176,7 +65630,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; getBotCategoryForBotRunnable(e3, t3) { if (!r2.default.isString(e3)) return this.topic.error("Object passed to getBotCategoryForBotRunnable was not a string: " + e3), null; const i3 = this.getItem(e3.toLowerCase(), t3); - return i3 ? c.digitalBotConnectorManager.getItem(i3.botId, t3) : null; + return i3 ? p.digitalBotConnectorManager.getItem(i3.botId, t3) : null; } getItem(e3, t3) { const i3 = t3, n3 = r2.default.isFunction(null == i3 ? void 0 : i3.getUniqueBotRunnableId) ? i3.getUniqueBotRunnableId() : e3; @@ -65220,7 +65674,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 53561: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.IntegerType = void 0; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(78513), s = n2.__importDefault(i2(73198)), l = i2(80428), u = i2(94765), d = i2(47957), c = i2(24032).getTopic("IntegerType"); + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(78513), s = n2.__importDefault(i2(73198)), l = i2(80428), u = i2(94765), d = (0, i2(24032).getTopic)("IntegerType"), c = i2(47957); class p extends u.ExpressionType { constructor(e3, t3, i3) { super(e3, t3, i3), this.expressionOptionClass = a.ExpressionTypeIntegerOptions; @@ -65238,16 +65692,16 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; getYamlObjectForLiteralSingleton(e3) { super.getYamlObjectForLiteralSingleton(e3); const t3 = Number(e3.text); - return o.default.isActualNumber(t3) || c.errorWithStack(null, "Invalid number parsed in IntegerType.getYamlObjectForLiteralSingleton"), t3; + return o.default.isActualNumber(t3) || d.errorWithStack(null, "Invalid number parsed in IntegerType.getYamlObjectForLiteralSingleton"), t3; } validateLiteral(e3, t3) { if (t3.outOfService) return true; const i3 = Number(t3.text), n3 = parseInt(t3.text); if (!isNaN(i3) && i3) { let n4, o2; - if (i3 < s.default.minInt ? (n4 = d.expression.intValueLessThanMin, o2 = s.default.minInt) : i3 > s.default.maxInt && (n4 = d.expression.intValueGreaterThanMax, o2 = s.default.maxInt), n4) return t3.setParseError((0, r2.sprintf)(n4, t3.text, 1, o2)), e3.addError(t3, (0, r2.sprintf)(d.errors.invalidValue, t3.label), false, true), false; + if (i3 < s.default.minInt ? (n4 = c.expression.intValueLessThanMin, o2 = s.default.minInt) : i3 > s.default.maxInt && (n4 = c.expression.intValueGreaterThanMax, o2 = s.default.maxInt), n4) return t3.setParseError((0, r2.sprintf)(n4, t3.text, 1, o2)), e3.addError(t3, (0, r2.sprintf)(c.errors.invalidValue, t3.label), false, true), false; } - return !isNaN(i3) && !isNaN(n3) && n3.toString() === t3.text || (e3.addError(t3, (0, r2.sprintf)(d.errors.invalidValue, t3.label), false, true), false); + return !isNaN(i3) && !isNaN(n3) && n3.toString() === t3.text || (e3.addError(t3, (0, r2.sprintf)(c.errors.invalidValue, t3.label), false, true), false); } convertLitToCustomJsonStr(e3, t3, i3, n3) { return i3 || t3 || ""; @@ -65339,8 +65793,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 53649: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.DecisionTableViewModel = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(74483), a = n2.__importDefault(i2(57606)), s = i2(50661), l = i2(47957); - class u extends o.NameIdConfigurationListViewModel { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(50661), a = i2(74483), s = n2.__importDefault(i2(57606)), l = i2(47957); + class u extends a.NameIdConfigurationListViewModel { constructor(e3) { var t3, i3; if (super(e3), this._schemasNotLoaded = false, this._model.publishedContract) { @@ -65349,9 +65803,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; r2.default.isObject(t4) && (e4.properties[i4] = t4, e4.required.push(i4)); }), r2.default.each(null === (i3 = this._model.publishedContract.executionOutputSchema) || void 0 === i3 ? void 0 : i3.properties, (e5, t4) => { r2.default.isObject(e5) && (n3.properties[t4] = e5, n3.required.push(t4)); - }), this._inputSchema = new a.default(e4, true), this._successSchema = new a.default(n3, false); + }), this._inputSchema = new s.default(e4, true), this._successSchema = new s.default(n3, false); } else this._schemasNotLoaded = true; - this._errorSchema = new a.default({ properties: { errorType: { allowableValues: s.getCallDecisionTableFailureReasons.sort(), type: "string", description: l.errorSchema.errorTypeDescription }, errorMessage: { type: "string", description: l.errorSchema.errorMessageDescription } } }, false); + this._errorSchema = new s.default({ properties: { errorType: { allowableValues: o.callDecisionTableFailureReasons.sort(), type: "string", description: l.errorSchema.errorTypeDescription }, errorMessage: { type: "string", description: l.errorSchema.errorMessageDescription } } }, false); } get className() { return "DecisionTableViewModel"; @@ -65929,16 +66383,16 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 54063: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635).__importDefault(i2(23335)), r2 = i2(72155); - class o extends n2.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(23335)), o = n2.__importStar(i2(72155)); + class a extends r2.default { constructor(e3) { super(e3); } addItemToCollection() { - return r2.addItemToCollection(this); + return o.addItemToCollection(this); } get canModifyContents() { - return void 0 !== r2.ensureCollectionExpressionIsModifiable(this, false); + return void 0 !== o.ensureCollectionExpressionIsModifiable(this, false); } get displayTypeName() { return "ArchBaseValueCollection"; @@ -65960,7 +66414,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this.settings.canBeLiteral && this._getCoreViewModel().setLiteralEmptyCollection(); } } - t2.default = o; + t2.default = a; }, 54251: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.divisionManager = t2.DivisionManager = void 0; @@ -66256,15 +66710,16 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this._allowableValues; } fetchItem() { - return this.configListManager.fetchItem(this._dependentReferenceId, false, this.getAdditionalSearchParams()); + return this.getAdditionalSearchParams() ? this.configListManager.fetchItem(this._dependentReferenceId, false, this.getAdditionalSearchParams()) : Promise.resolve(void 0); } get _dependentReferenceId() { return this._dependentNetworkBasedActionProperty.idValue; } _refreshReference() { return n2.__awaiter(this, void 0, void 0, function* () { - if (this.lastApiErrors.length = 0, this.outOfService = true, this.setValue(void 0), this.currentUiErrorMessage = void 0, this._allowableValues.length = 0, this._dependentReferenceId) { - if (this._loadingReference$.value) return void o.warn("already refreshing reference"); + if (this._dependentReferenceId) if (this._loadingReference$.value) o.warn("already refreshing reference"); + else { + this.lastApiErrors.length = 0, this.currentUiErrorMessage = void 0, this._allowableValues.length = 0, this.setValue(void 0); try { this._loadingReference$.next(true); const e3 = yield this.fetchItem(); @@ -67439,7 +67894,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const n3 = (0, y.getQuestionDtmfAnswerOptionMap)(t3.question); null === (i3 = t3.answerOptions) || void 0 === i3 || i3.collectionItems.items.forEach((i4) => { var r3, a2, s2; - const l2 = i4.type.getDtmf(i4), u2 = null === (a2 = null === (r3 = this.parentFlow.userInputSettings) || void 0 === r3 ? void 0 : r3.dtmfTerminatingCharacter) || void 0 === a2 ? void 0 : a2.text; + const l2 = i4.type.getDtmf(i4), u2 = (null === (a2 = null === (r3 = this.parentFlow.userInputSettings) || void 0 === r3 ? void 0 : r3.dtmfTerminatingCharacter) || void 0 === a2 ? void 0 : a2.isLiteralMode) ? this.parentFlow.userInputSettings.dtmfTerminatingCharacter.text : void 0; let d2; if (l2 && (null === (s2 = n3[l2]) || void 0 === s2 ? void 0 : s2.length) > 1 ? d2 = (0, o.sprintf)(E.voiceSurvey.voiceSurveyDuplicateDtmfError, l2) : l2 === u2 && (d2 = E.voiceSurvey.voiceSurveyNotApplicableSetAsTerminatingCharacter), d2) { const n4 = (0, o.sprintf)(E.errors.invalidValueWithContext, i4.errorLabel, (0, f.getGroupQuestionName)(t3.groupSettings.questionGroup, t3.question)); @@ -67843,7 +68298,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return [{ createDetails: O.NoteActionProperty.createCreateDetails(R.guide.guideBillingInfoNote, "info", "guideBillingInfoNote", void 0), property: "billingAlert", options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(0)), yamlOptions: w.createYamlOptions("billingAlert", (e3) => e3.setSkipProperty(true)) }, { label: R.guide.guide, options: _.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("guide-selector").setFeatureConfigName(T.default.botFlowsVirtualAgentGuide).setDropdownPlaceholder(R.dependencies.selectGuide).setUiPropertyOrder(10)), property: "guideSetting", createDetails: N.NetworkBasedActionProperty.createCreateDetails("guideId", "guideName", g.guideManager, R.guide.mustSelectGuide, R.guide.guideNotFound, null, (e3) => e3.action._setAdditionalSearchParams()), yamlOptions: w.createYamlOptions("guideSetting", (e3) => e3.setSkipProperty(true)) }, { label: R.generic.version, options: _.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("guide-latest-version-selector").setFeatureConfigName(T.default.botFlowsVirtualAgentGuide).setDropdownPlaceholder(R.versions.selectVersion).setUiPropertyOrder(20)), property: "guideVersionSetting", createDetails: I.VersionedNetworkBasedActionProperty.createCreateDetails("guideVersionId", "guideVersion", f.guideVersionManager, R.guide.mustSelectGuideVersion, R.guide.guideVersionNotFound, "guideSetting", (e3) => { const t3 = e3.action.guideSetting.getItem(); return (null == t3 ? void 0 : t3.version) ? { id: t3.id, version: t3.version } : void 0; - }), yamlOptions: w.createYamlOptions("guideVersionSetting", (e3) => e3.setSkipProperty(true)) }, { label: R.askCommon.voiceProcessingPrompt, options: c.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("voiceProcessingPrompt").setAllowModeBuilder(true).setAllowFlowLevelDefault(true).setFlowLevelDefaultSameModes(true).setUiDisableOnOutOfService(false).setDefaultToBuilderId(l.builderIds.parts.genericCommunication).setFeatureConfigName(T.default.botFlowsVirtualAgentVoicePrompt).setAllowNoValueModeWithNoFallback(true).setUiPropertyOrder(30).setScriptingPropertyName("voiceProcessingPrompt")), yamlOptions: w.createYamlOptions("voiceProcessingPrompt", (e3) => e3.setSerializeOutOfService((0, E.isFeatureAvailable)(T.default.botFlowsVoiceProcessingPrompt))), supportedFlowTypes: [r2.flowTypes.flowTypeBot], property: "voiceProcessingPrompt", type: u.expressionTypeNames.communication }, { createDetails: O.NoteActionProperty.createCreateDetails((0, o.sprintf)(R.botFlowSettings.valueConfiguredInBotFlowSettingsWillBeUsed, R.askCommon.voiceProcessingPrompt), "warning", "voiceProcessingPromptWarning", void 0, true), property: "voiceProcessingPromptWarning", supportedFlowTypes: [r2.flowTypes.flowTypeBot], options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(31)), yamlOptions: w.createYamlOptions("voiceProcessingPromptWarning", (e3) => e3.setSkipProperty(true)) }, { allowSecure: false, dataList: true, label: R.inputOutputList.inputs, property: "inputs", options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(40).setIsOptional(true)) }, { label: R.inputOutputList.outputs, dataList: true, isOutput: true, property: "outputs", options: p.ExpressionTypelessOptions.create((e3) => e3.setAsOutput().setUiPropertyOrder(50)), yamlOptions: w.createYamlOptions("outputs", (e3) => e3.setPropertyName("outputs")) }]; + }), yamlOptions: w.createYamlOptions("guideVersionSetting", (e3) => e3.setSkipProperty(true)) }, { label: R.askCommon.voiceProcessingPrompt, options: c.ExpressionTypeCommunicationOptions.create((e3) => e3.setInheritsFromFlowLevelDefault(true, false).setAllowSecure(true).setIninTestingField("voiceProcessingPrompt").setAllowModeBuilder(true).setUiDisableOnOutOfService(false).setDefaultToBuilderId(l.builderIds.parts.genericCommunication).setFeatureConfigName(T.default.botFlowsVirtualAgentVoicePrompt).setAllowNoValueModeWithNoFallback(true).setUiPropertyOrder(30).setScriptingPropertyName("voiceProcessingPrompt")), yamlOptions: w.createYamlOptions("voiceProcessingPrompt", (e3) => e3.setSerializeOutOfService((0, E.isFeatureAvailable)(T.default.botFlowsVoiceProcessingPrompt))), supportedFlowTypes: [r2.flowTypes.flowTypeBot], property: "voiceProcessingPrompt", type: u.expressionTypeNames.communication }, { createDetails: O.NoteActionProperty.createCreateDetails((0, o.sprintf)(R.botFlowSettings.valueConfiguredInBotFlowSettingsWillBeUsed, R.askCommon.voiceProcessingPrompt), "warning", "voiceProcessingPromptWarning", void 0, true), property: "voiceProcessingPromptWarning", supportedFlowTypes: [r2.flowTypes.flowTypeBot], options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(31)), yamlOptions: w.createYamlOptions("voiceProcessingPromptWarning", (e3) => e3.setSkipProperty(true)) }, { allowSecure: false, dataList: true, label: R.inputOutputList.inputs, property: "inputs", options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(40).setIsOptional(true)) }, { label: R.inputOutputList.outputs, dataList: true, isOutput: true, property: "outputs", options: p.ExpressionTypelessOptions.create((e3) => e3.setAsOutput().setUiPropertyOrder(50)), yamlOptions: w.createYamlOptions("outputs", (e3) => e3.setPropertyName("outputs")) }]; } processYamlProperty(e3, t3, i3, n3) { var r3; @@ -68441,26 +68896,29 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; e3.addError(this, `The language with tag of '${t4.language}' is not valid as a supported language for a flow of type '${this.parentFlow.definition.typeDisplayName}'.`); } }), this.parentFlow.defaultLanguage ? this.isFlowSupportedLanguage(this.parentFlow.defaultLanguage) || e3.addError(this, L.setLocale.defaultLanguageError) : e3.addError(this, L.setLocale.noDefaultLanguage), o.default.each(this.supportedLanguageOptions, (t4) => { - var i4, n4, o2, a3, s3, l2, u2; + var i4, n4, o2, a3, s3, l2, u2, d2; if (y.langCodeIsGeneric(t4.language) && e3.addError(this, (0, r2.sprintf)(L.setLocale.genericLanguageError, t4.language)), t4.languageSkill.validate(e3), t4.textToSpeech && t4.textToSpeech.validate(e3), t4.speechToTextEngine && t4.speechToTextEngine.validate(e3, this, t4.language), t4.speechToTextNoChoicesWarning = void 0, this.parentFlow.languagesSupportSpeechToTextSettings && 0 === t4.speechToTextEngineChoices.length) { const i5 = (0, r2.sprintf)(L.speechToText.speechToTextNoChoicesAvailable, this._getLanguageAndTerritoryStringById(t4.language)); e3.addWarning(this, i5), t4.speechToTextNoChoicesWarning = i5, t4.speechToTextEngineChoice = void 0; } - if (this.parentFlow.supportsConversationSummary && (t4.conversationSummaryError = void 0, (null === (i4 = t4.conversationSummarySetting) || void 0 === i4 ? void 0 : i4.id) && !F.conversationSummarySettingManager.getItem(t4.conversationSummarySetting.id))) { - const i5 = (0, r2.sprintf)(L.customNodes.virtualAgentSettings.conversationSummarySettingsSummaryNotFound, t4.conversationSummarySetting.name); - e3.addError(this, i5), t4.conversationSummaryError = i5; + if (this.parentFlow.supportsConversationSummary && (t4.conversationSummaryError = void 0, null === (i4 = t4.conversationSummarySetting) || void 0 === i4 ? void 0 : i4.id)) { + const i5 = F.conversationSummarySettingManager.getItem(t4.conversationSummarySetting.id); + if (i5 && t4.conversationSummarySetting.name !== i5.name && (t4.conversationSummarySetting.model.name = i5.name), !i5 || (null === (n4 = i5.language) || void 0 === n4 ? void 0 : n4.toLowerCase()) !== t4.language.toLowerCase()) { + const i6 = (0, r2.sprintf)(L.customNodes.virtualAgentSettings.conversationSummarySettingsSummaryNotFound, t4.conversationSummarySetting.name); + e3.addError(this, i6), t4.conversationSummaryError = i6; + } } if (this.parentFlow.supportsMultilingualKnowledge && this.parent.defaultLanguage !== t4.language && t4.languageSupportsKnowledge) { - if (t4.knowledgeBaseError = void 0, t4.knowledgeBaseWarning = void 0, (null === (n4 = t4.knowledgeBase) || void 0 === n4 ? void 0 : n4.knowledgeBaseId) && !t4.knowledgeBaseConfigListManager.getItem(t4.knowledgeBase.knowledgeBaseId) && !this.isKnowledgeV3Enabled) { + if (t4.knowledgeBaseError = void 0, t4.knowledgeBaseWarning = void 0, (null === (o2 = t4.knowledgeBase) || void 0 === o2 ? void 0 : o2.knowledgeBaseId) && !t4.knowledgeBaseConfigListManager.getItem(t4.knowledgeBase.knowledgeBaseId) && !this.isKnowledgeV3Enabled) { const i5 = (0, r2.sprintf)(L.errors.invalidValue, (0, r2.sprintf)(L.knowledgeSettings.knowledgeBaseNotFoundForLanguage, this._getLanguageAndTerritoryStringById(t4.language))); e3.addError(this, i5), t4.knowledgeBaseError = i5; } - if ((null === (o2 = t4.knowledgeSetting) || void 0 === o2 ? void 0 : o2.knowledgeSettingId) && !t4.knowledgeSettingConfigListManager.getItem(t4.knowledgeSetting.knowledgeSettingId) && this.isKnowledgeV3Enabled) { + if ((null === (a3 = t4.knowledgeSetting) || void 0 === a3 ? void 0 : a3.knowledgeSettingId) && !t4.knowledgeSettingConfigListManager.getItem(t4.knowledgeSetting.knowledgeSettingId) && this.isKnowledgeV3Enabled) { const i5 = (0, r2.sprintf)(L.errors.invalidValue, (0, r2.sprintf)(L.knowledgeSettings.knowledgeSettingNotFoundForLanguage, this._getLanguageAndTerritoryStringById(t4.language))); e3.addError(this, i5), t4.knowledgeBaseError = i5; } - if (!t4.knowledgeBaseError) if ((null === (a3 = t4.knowledgeBase) || void 0 === a3 ? void 0 : a3.knowledgeBaseId) || !(null === (s3 = this.parent.knowledgeSettings) || void 0 === s3 ? void 0 : s3.knowledgeBaseId) || this.isKnowledgeV3Enabled) { - if (!(null === (l2 = t4.knowledgeSetting) || void 0 === l2 ? void 0 : l2.knowledgeSettingId) && (null === (u2 = this.parent.knowledgeSettings) || void 0 === u2 ? void 0 : u2.knowledgeSettingId) && this.isKnowledgeV3Enabled) { + if (!t4.knowledgeBaseError) if ((null === (s3 = t4.knowledgeBase) || void 0 === s3 ? void 0 : s3.knowledgeBaseId) || !(null === (l2 = this.parent.knowledgeSettings) || void 0 === l2 ? void 0 : l2.knowledgeBaseId) || this.isKnowledgeV3Enabled) { + if (!(null === (u2 = t4.knowledgeSetting) || void 0 === u2 ? void 0 : u2.knowledgeSettingId) && (null === (d2 = this.parent.knowledgeSettings) || void 0 === d2 ? void 0 : d2.knowledgeSettingId) && this.isKnowledgeV3Enabled) { const i5 = (0, r2.sprintf)(L.knowledgeSettings.knowledgeSettingNotSelectedForLanguage, this._getLanguageAndTerritoryStringById(t4.language)); e3.addWarning(this, i5), t4.knowledgeBaseWarning = i5; } @@ -68623,7 +69081,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 56549: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(74359)), a = n2.__importDefault(i2(78432)), s = n2.__importDefault(i2(72203)), l = n2.__importDefault(i2(66978)), u = i2(46920), d = i2(1360), { ParameterInfo: c } = i2(55909), { ParameterValidator: p } = i2(33951), _ = n2.__importDefault(i2(8471)), h = i2(37345); + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(74359)), a = n2.__importDefault(i2(78432)), s = n2.__importDefault(i2(72203)), l = n2.__importDefault(i2(66978)), u = n2.__importStar(i2(46920)), d = i2(55909), c = i2(33951), p = i2(1360), _ = n2.__importDefault(i2(8471)), h = i2(37345); class m extends _.default { constructor() { super(); @@ -68654,10 +69112,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this._checkoutFlow(e3); }); } - _loadFlowByFlowInfoAsync(e3, t3, i3, o2, s2, d2) { + _loadFlowByFlowInfoAsync(e3, t3, i3, o2, s2, p2) { return n2.__awaiter(this, void 0, void 0, function* () { let n3, _2; - p.expectFlowViewModel(e3, () => c.createFunctionParameter(this.displayTypeName, "_loadFlowByFlowInfoAsync", "coreFlowViewModel"), false), this._checkItemIsValidLiteralString(this._infoParm(o2, "_loadFlowByFlowInfoAsync"), o2), this._checkItemIsValidLiteralString(this._infoParm("flowVersion", "_loadFlowByFlowInfoAsync"), i3, true), this._checkItemIsValidLiteralBool(this._infoParm("returnConfig", "_loadFlowByFlowInfoAsync"), s2, true), this._checkItemIsValidLiteralBool(this._infoParm("setVersionLatest", "_loadFlowByFlowInfoAsync"), d2, true); + c.ParameterValidator.expectFlowViewModel(e3, () => d.ParameterInfo.createFunctionParameter(this.displayTypeName, "_loadFlowByFlowInfoAsync", "coreFlowViewModel"), false), this._checkItemIsValidLiteralString(this._infoParm(o2, "_loadFlowByFlowInfoAsync"), o2), this._checkItemIsValidLiteralString(this._infoParm("flowVersion", "_loadFlowByFlowInfoAsync"), i3, true), this._checkItemIsValidLiteralBool(this._infoParm("returnConfig", "_loadFlowByFlowInfoAsync"), s2, true), this._checkItemIsValidLiteralBool(this._infoParm("setVersionLatest", "_loadFlowByFlowInfoAsync"), p2, true); const m2 = this._infoParm("flowVersion", o2); if (i3 && !r2.default.isFunction(i3) && "string" == typeof i3 && i3.toLowerCase() === a.default.FLOW_VERSIONS.latest ? (_2 = a.default.FLOW_VERSIONS.latest, n3 = h.getConfiguration(t3.id, null == e3 ? void 0 : e3.overrideWireFlowConfiguration)) : ("string" == typeof i3 && a.default.FLOW_VERSIONS_ALL.includes(i3.toLowerCase()) ? _2 = i3 : (_2 = parseInt(String(i3)).toFixed(1), "nan" === _2.toLowerCase() && this._itemIsInvalid(m2, `the version value '${i3}' is not a valid integer value or of the following flow version strings: '${a.default.FLOW_VERSIONS_ALL.join("', '")}'.`), _2 < 0 && this._itemIsInvalid(m2, `the version value '${_2}' cannot be a negative value.`)), n3 = h.getVersionConfiguration(t3.id, _2, null == e3 ? void 0 : e3.overrideWireFlowVersionConfiguration)), s2) { const e4 = l.default.addPromise(n3, "loadFlowByFlowInfoAsync"); @@ -68665,7 +69123,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } { const t4 = l.default.addPromise(n3, "loadFlowByFlowInfoAsync"), i4 = yield t4; - return yield u.tryLoadConfig(e3, i4), d2 ? e3.info.versions.loadedConfigurationVersion(a.default.FLOW_VERSIONS.latest) : _2 && e3.info.versions.loadedConfigurationVersion(_2), e3; + return yield u.tryLoadConfig(e3, i4), p2 ? e3.info.versions.loadedConfigurationVersion(a.default.FLOW_VERSIONS.latest) : _2 && e3.info.versions.loadedConfigurationVersion(_2), e3; } }); } @@ -68691,19 +69149,19 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } }); } - findItemByValueAsync(e3, t3, i3, o2, a2, u2, c2) { + findItemByValueAsync(e3, t3, i3, o2, a2, u2, d2) { return n2.__awaiter(this, void 0, void 0, function* () { var n3; this._checkItemUndefinedOrNull(this._infoParm("configlistManager", "findItemByValueAsync"), e3), this._checkItemIsValidLiteralString(this._infoParm("value", "findItemByValueAsync"), t3, false), this._checkItemIsValidLiteralString(this._infoParm("loggingLabel", "findItemByValueAsync"), i3, false), this._checkItemIsValidLiteralString(this._infoParm("searchProperty", "findItemByValueAsync"), o2, true), this._checkItemIsValidLiteralString(this._infoParm("wireProperty", "findItemByValueAsync"), a2, true), o2 || (o2 = "name"), a2 || (a2 = o2), this.logNote(`find '${i3}' by property value where '${o2}' = '${t3}'`); try { - const p2 = s.default.generateValueCacheKey(e3, t3, i3, o2, a2, u2, c2), _2 = s.default.getFromValueCache(p2, e3); + const c2 = s.default.generateValueCacheKey(e3, t3, i3, o2, a2, u2, d2), _2 = s.default.getFromValueCache(c2, e3); if (_2) return this.logNote(`'${i3}' by value '${t3}' was found in cache`), _2; - const h2 = e3.search(t3, o2, d.exactMatch, void 0, c2, void 0, void 0, true), m2 = yield l.default.addPromise(h2, `findItemByValueAsync: ${i3} - ${t3}`); + const h2 = e3.search(t3, o2, p.exactMatch, void 0, d2, void 0, void 0, true), m2 = yield l.default.addPromise(h2, `findItemByValueAsync: ${i3} - ${t3}`); let g2 = []; for (let e4 = 0; e4 < m2.length; e4++) (null === (n3 = m2[e4][a2]) || void 0 === n3 ? void 0 : n3.toLowerCase()) === t3.toLowerCase() && g2.push(m2[e4]); if (r2.default.isObject(u2) && (g2 = r2.default.filter(g2, u2)), 1 === g2.length) { const t4 = g2[0]; - return s.default.setInValueCache(p2, t4, e3), t4; + return s.default.setInValueCache(c2, t4, e3), t4; } if (g2.length > 1) { const n4 = []; @@ -68713,7 +69171,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const i4 = ` item[${e4}] - value '${g2[e4][a2]}' - `; g2[e4][a2] === t3 ? r3 ? (n4.push(i4 + "is another case sensitive match - unable to disambiguate network results"), this.logErrorAndThrow(n4.join("\n"))) : (n4.push(i4 + "is a case sensitive match - checking additional items to see if there are any other matches."), r3 = g2[e4]) : n4.push(i4 + "is not a case sensitive match."); } - return n4.push(` found '${i3}' with value of '${t3}'.`), this.logNote(n4.join("\n")), s.default.setInValueCache(p2, r3, e3), r3; + return n4.push(` found '${i3}' with value of '${t3}'.`), this.logNote(n4.join("\n")), s.default.setInValueCache(c2, r3, e3), r3; } throw this.logError(`find '${i3}' by value of '${t3}' - no matches for '${t3}'`), "no matches"; } catch (e4) { @@ -68727,7 +69185,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; try { const n3 = s.default.generateLoadAllCacheKey(e3, t3, i3, r3), o2 = s.default.getFromValueCache(n3, e3); if (o2) return this.logNote(`load all '${t3}' was found in cache`), o2; - const a2 = yield e3.search("*", i3, d.contains), l2 = []; + const a2 = yield e3.search("*", i3, p.contains), l2 = []; for (let e4 = 0; e4 < a2.length; e4++) l2.push(a2[e4]); if (1 === l2.length) { const t4 = l2[0]; @@ -69217,8 +69675,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 56972: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getKnowledgeBaseDocuments = t2.getKnowledgeBaseDocument = t2.getKnowledgeBases = t2.getKnowledgeBase = void 0; - const n2 = i2(66848), r2 = i2(54632), o = i2(36577), a = i2(66693), s = i2(36019).default, l = { ignoreBadResponse: true }; - t2.getKnowledgeBase = s.request("GET", "{public-api.apps}/api/v2/knowledge/knowledgebases/{id}", n2, l), t2.getKnowledgeBases = s.request("GET", "{public-api.apps}/api/v2/knowledge/knowledgebases", r2, l), t2.getKnowledgeBaseDocument = s.request("GET", "{public-api.apps}/api/v2/knowledge/knowledgebases/{knowledgeId}/documents/{documentId}", o, l), t2.getKnowledgeBaseDocuments = s.request("GET", "{public-api.apps}/api/v2/knowledge/knowledgebases/{knowledgeId}/documents", a, l); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(66848), o = i2(54632), a = i2(36577), s = i2(66693), l = { ignoreBadResponse: true }; + t2.getKnowledgeBase = n2.default.request("GET", "{public-api.apps}/api/v2/knowledge/knowledgebases/{id}", r2, l), t2.getKnowledgeBases = n2.default.request("GET", "{public-api.apps}/api/v2/knowledge/knowledgebases", o, l), t2.getKnowledgeBaseDocument = n2.default.request("GET", "{public-api.apps}/api/v2/knowledge/knowledgebases/{knowledgeId}/documents/{documentId}", a, l), t2.getKnowledgeBaseDocuments = n2.default.request("GET", "{public-api.apps}/api/v2/knowledge/knowledgebases/{knowledgeId}/documents", s, l); }, 57060: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -69338,8 +69796,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; t2.default = s; }, 57310: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(96618), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(36781)), s = i2(28562), l = i2(80428), u = i2(32307), d = i2(82319), c = i2(81516), p = i2(49892), _ = i2(99469), h = i2(91911), m = n2.__importDefault(i2(27203)), g = i2(12361), f = i2(42139), T = n2.__importStar(i2(10798)), y = n2.__importDefault(i2(4648)), S = i2(12179), A = i2(12457), N = n2.__importDefault(i2(97891)), O = i2(28803), I = i2(87870), v = i2(54590), C = n2.__importDefault(i2(5730)), b = i2(47957); - class E extends C.default { + const n2 = i2(31635), r2 = i2(96618), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(36781)), s = i2(28562), l = i2(80428), u = i2(32307), d = i2(82319), c = i2(81516), p = i2(49892), _ = i2(99469), h = i2(91911), m = n2.__importDefault(i2(27203)), g = i2(12361), f = i2(42139), T = n2.__importStar(i2(10798)), y = n2.__importDefault(i2(4648)), S = i2(12179), A = i2(12457), N = n2.__importDefault(i2(97891)), O = n2.__importDefault(i2(57606)), I = i2(28803), v = i2(87870), C = i2(54590), b = n2.__importDefault(i2(5730)), E = i2(50718), R = i2(47957), w = i2(3916); + class D extends b.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } @@ -69350,23 +69808,23 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return true; } getDetails() { - return this.agenticVirtualAgentId ? new A.ActionDetails([b.agenticVirtualAgent.agenticVirtualAgent], [this.agenticVirtualAgentName]) : null; + return this.agenticVirtualAgentId ? new A.ActionDetails([R.agenticVirtualAgent.agenticVirtualAgent], [this.agenticVirtualAgentName]) : null; } static getExitReasonVals(e3) { const t3 = ["Error", "Escalation", "TriggeredByUser", "Guardrails"]; return e3 ? t3.map((e4) => `"${e4}"`) : [...t3]; } static get managedProperties() { - return [{ createDetails: I.NoteActionProperty.createCreateDetails(b.agenticVirtualAgent.agenticVirtualAgentBillingInfoNote, "info", "agenticVirtualAgentBillingInfoNote", void 0), property: "billingAlert", options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(0)), yamlOptions: E.createYamlOptions("billingAlert", (e3) => e3.setSkipProperty(true)) }, { label: b.agenticVirtualAgent.agenticVirtualAgent, options: _.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("agenticVirtualAgent-selector").setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentSage).setDropdownPlaceholder(b.dependencies.selectAgenticVirtualAgent).setUiPropertyOrder(10)), property: "agenticVirtualAgentSetting", createDetails: O.NetworkBasedActionProperty.createCreateDetails("agenticVirtualAgentId", "agenticVirtualAgentName", g.agenticVirtualAgentManager, b.agenticVirtualAgent.mustSelectAgenticVirtualAgent, b.agenticVirtualAgent.agenticVirtualAgentNotFound, null, (e3) => e3.action._setAdditionalSearchParams()), yamlOptions: E.createYamlOptions("agenticVirtualAgentSetting", (e3) => e3.setSkipProperty(true)) }, { label: b.generic.version, options: _.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("agentic-virtual-agent-latest-version-selector").setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentSage).setDropdownPlaceholder(b.versions.selectVersion).setUiPropertyOrder(20)), property: "agenticVirtualAgentVersionSetting", createDetails: v.VersionedNetworkBasedActionProperty.createCreateDetails("agenticVirtualAgentVersionId", "agenticVirtualAgentVersion", f.agenticVirtualAgentVersionManager, b.agenticVirtualAgent.mustSelectAgenticVirtualAgentVersion, b.agenticVirtualAgent.agenticVirtualAgentVersionNotFound, "agenticVirtualAgentSetting", (e3) => { + return [{ createDetails: v.NoteActionProperty.createCreateDetails(R.agenticVirtualAgent.agenticVirtualAgentBillingInfoNote, "info", "agenticVirtualAgentBillingInfoNote", void 0), property: "billingAlert", options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(0)), yamlOptions: D.createYamlOptions("billingAlert", (e3) => e3.setSkipProperty(true)) }, { label: R.agenticVirtualAgent.agenticVirtualAgent, options: _.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("agenticVirtualAgent-selector").setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentSage).setDropdownPlaceholder(R.dependencies.selectAgenticVirtualAgent).setUiPropertyOrder(10)), property: "agenticVirtualAgentSetting", createDetails: I.NetworkBasedActionProperty.createCreateDetails("agenticVirtualAgentId", "agenticVirtualAgentName", g.agenticVirtualAgentManager, R.agenticVirtualAgent.mustSelectAgenticVirtualAgent, R.agenticVirtualAgent.agenticVirtualAgentNotFound, null, (e3) => e3.action._setAdditionalSearchParams()), yamlOptions: D.createYamlOptions("agenticVirtualAgentSetting", (e3) => e3.setSkipProperty(true)) }, { label: R.generic.version, options: _.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("agentic-virtual-agent-latest-version-selector").setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentSage).setDropdownPlaceholder(R.versions.selectVersion).setUiPropertyOrder(20)), property: "agenticVirtualAgentVersionSetting", createDetails: C.VersionedNetworkBasedActionProperty.createCreateDetails("agenticVirtualAgentVersionId", "agenticVirtualAgentVersion", f.agenticVirtualAgentVersionManager, R.agenticVirtualAgent.mustSelectAgenticVirtualAgentVersion, R.agenticVirtualAgent.agenticVirtualAgentVersionNotFound, "agenticVirtualAgentSetting", (e3) => { const t3 = e3.action.agenticVirtualAgentSetting.getItem(); return (null == t3 ? void 0 : t3.version) ? { version: t3.version } : void 0; - }), yamlOptions: E.createYamlOptions("agenticVirtualAgent", (e3) => e3.setSkipProperty(true)) }, { allowSecure: false, dataList: true, label: b.inputOutputList.inputs, property: "inputs", options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(40).setIsOptional(true)) }, { label: b.askCommon.voiceProcessingPrompt, options: d.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("voiceProcessingPrompt").setAllowModeBuilder(true).setAllowFlowLevelDefault(false).setFlowLevelDefaultSameModes(true).setDefaultToBuilderId(s.builderIds.parts.genericCommunication).setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentSage).setAntiFeatureConfigName(y.default.botFlowsVoiceProcessingPrompt).setIsOptional(true).setUiPropertyOrder(30).setScriptingPropertyName("voiceProcessingPrompt")), supportedFlowTypes: [r2.flowTypes.flowTypeBot], property: "voiceProcessingPrompt", type: l.expressionTypeNames.communication }, { label: b.inputOutputList.outputs, dataList: true, isOutput: true, property: "outputs", options: p.ExpressionTypelessOptions.create((e3) => e3.setAsOutput().setUiPropertyOrder(50).setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentOutputValues)), yamlOptions: E.createYamlOptions("outputs", (e3) => e3.setPropertyName("outputs")) }, { label: b.callBotFlowAction.exitReason, options: c.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("exitReason").setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentOutputValues).setUiPropertyGroup(b.callBotFlowAction.executionResults).setDescriptionInfo(b.callBotFlowAction.exitReason, b.agenticVirtualAgent.exitReasonDescription).setDescriptionAdditionalInfoSection({ title: b.callBotFlowAction.exitReasonExamplesTitle, entries: this.getExitReasonVals(true) }).setAsOutput().setIsOptional(true)), property: "exitReason", type: l.expressionTypeNames.string, yamlOptions: E.createYamlOptions("exitReason", (e3) => { + }), yamlOptions: D.createYamlOptions("agenticVirtualAgent", (e3) => e3.setSkipProperty(true)) }, { createDetails: v.NoteActionProperty.createCreateDetails(R.agenticVirtualAgent.agenticVirtualAgentExtraConfigInfoNote, "info", "agenticVirtualAgentExtraConfigInfoNote", void 0), property: "extraConfigAlert", options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(25)), yamlOptions: D.createYamlOptions("extraConfigAlert", (e3) => e3.setSkipProperty(true)) }, { allowSecure: false, dataList: true, label: R.inputOutputList.inputs, property: "inputs", options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(40).setIsOptional(true)) }, { label: R.askCommon.voiceProcessingPrompt, options: d.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("voiceProcessingPrompt").setAllowModeBuilder(true).setAllowFlowLevelDefault(false).setFlowLevelDefaultSameModes(true).setDefaultToBuilderId(s.builderIds.parts.genericCommunication).setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentSage).setAntiFeatureConfigName(y.default.botFlowsVoiceProcessingPrompt).setIsOptional(true).setUiPropertyOrder(30).setScriptingPropertyName("voiceProcessingPrompt")), supportedFlowTypes: [r2.flowTypes.flowTypeBot], property: "voiceProcessingPrompt", type: l.expressionTypeNames.communication }, { label: R.inputOutputList.outputs, dataList: true, isOutput: true, property: "outputs", options: p.ExpressionTypelessOptions.create((e3) => e3.setAsOutput().setUiPropertyOrder(50).setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentOutputValues)), yamlOptions: D.createYamlOptions("outputs", (e3) => e3.setPropertyName("outputs")) }, { label: R.callBotFlowAction.exitReason, options: c.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("exitReason").setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentOutputValues).setUiPropertyGroup(R.callBotFlowAction.executionResults).setDescriptionInfo(R.callBotFlowAction.exitReason, R.agenticVirtualAgent.exitReasonDescription).setDescriptionAdditionalInfoSection({ title: R.callBotFlowAction.exitReasonExamplesTitle, entries: this.getExitReasonVals(true) }).setAsOutput().setIsOptional(true)), property: "exitReason", type: l.expressionTypeNames.string, yamlOptions: D.createYamlOptions("exitReason", (e3) => { e3.setExportOrder(6); - }) }]; + }) }, { dataList: true, label: R.inputOutputList.failureOutputs, isOutput: true, property: "errorBindings", options: p.ExpressionTypelessOptions.create((e3) => e3.setAsOutput().setUiPropertyOrder(60).setFeatureConfigName(y.default.botFlowsAgenticVirtualAgentContextWindowPruning)), yamlOptions: D.createYamlOptions("errorBindings", (e3) => e3.setPropertyName("failureOutputs").setExportOrder(5)) }]; } initializeDesignTime() { var e3; - super.initializeDesignTime(), null === (e3 = this.parentFlow.botFlowSettings) || void 0 === e3 || e3.clearDynamicAgenticVirtualAgentEnabledState(), this.addAutoCleanedUpEventSinkWatch(a.valueChanged, this.agenticVirtualAgentVersionSetting, () => n2.__awaiter(this, void 0, void 0, function* () { + super.initializeDesignTime(), T.isFeatureAvailable(y.default.botFlowsAgenticVirtualAgentContextWindowPruning) && this._initializeErrorBindings(), null === (e3 = this.parentFlow.botFlowSettings) || void 0 === e3 || e3.clearDynamicAgenticVirtualAgentEnabledState(), this.extraConfigAlert.outOfService = !T.isFeatureAvailable(y.default.botFlowsAgenticVirtualAgentEndOfSpeechTimeout), this.addAutoCleanedUpEventSinkWatch(a.valueChanged, this.agenticVirtualAgentVersionSetting, () => n2.__awaiter(this, void 0, void 0, function* () { const e4 = this.agenticVirtualAgentVersionSetting.getItem(); e4 ? this._mergeSchemaProperties(e4) : this._clearSchemaBindings(); })); @@ -69385,7 +69843,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const e4 = {}; (null === (a2 = null === (r3 = y2.callAgenticVirtualAgent) || void 0 === r3 ? void 0 : r3.outputs) || void 0 === a2 ? void 0 : a2.success) && (e4.success = y2.callAgenticVirtualAgent.outputs.success), (null === (l2 = null === (s2 = y2.callAgenticVirtualAgent) || void 0 === s2 ? void 0 : s2.outputs) || void 0 === l2 ? void 0 : l2.failure) && (e4.failure = y2.callAgenticVirtualAgent.outputs.failure), (null === (d2 = null === (u2 = y2.callAgenticVirtualAgent) || void 0 === u2 ? void 0 : u2.outputs) || void 0 === d2 ? void 0 : d2.timeout) && (e4.timeout = y2.callAgenticVirtualAgent.outputs.timeout), Object.keys(e4).length > 0 && (S2.callAgenticVirtualAgent.outputs = e4); } - return (null === (p2 = null === (c2 = this.inputs) || void 0 === c2 ? void 0 : c2.items) || void 0 === p2 ? void 0 : p2.length) || (null === (h2 = null === (_2 = this.outputs) || void 0 === _2 ? void 0 : _2.items) || void 0 === h2 ? void 0 : h2.length) || y2.callAgenticVirtualAgent.exitReason ? ((null === (g2 = null === (m2 = this.inputs) || void 0 === m2 ? void 0 : m2.items) || void 0 === g2 ? void 0 : g2.length) && (O2.inputs = this.inputs.getConfiguration(e3, t3)), (null === (T2 = null === (f2 = this.outputs) || void 0 === f2 ? void 0 : f2.items) || void 0 === T2 ? void 0 : T2.length) && (O2.outputs = this.outputs.getConfiguration(e3, t3)), y2.callAgenticVirtualAgent.exitReason && (O2.exitReason = y2.callAgenticVirtualAgent.exitReason), S2) : (o.default.ensureYamlNoneTrue(O2), S2); + return (null === (p2 = null === (c2 = this.inputs) || void 0 === c2 ? void 0 : c2.items) || void 0 === p2 ? void 0 : p2.length) || (null === (h2 = null === (_2 = this.outputs) || void 0 === _2 ? void 0 : _2.items) || void 0 === h2 ? void 0 : h2.length) || y2.callAgenticVirtualAgent.exitReason || y2.callAgenticVirtualAgent.failureOutputs ? ((null === (g2 = null === (m2 = this.inputs) || void 0 === m2 ? void 0 : m2.items) || void 0 === g2 ? void 0 : g2.length) && (O2.inputs = this.inputs.getConfiguration(e3, t3)), (null === (T2 = null === (f2 = this.outputs) || void 0 === f2 ? void 0 : f2.items) || void 0 === T2 ? void 0 : T2.length) && (O2.outputs = this.outputs.getConfiguration(e3, t3)), y2.callAgenticVirtualAgent.failureOutputs && (O2.failureOutputs = y2.callAgenticVirtualAgent.failureOutputs), y2.callAgenticVirtualAgent.exitReason && (O2.exitReason = y2.callAgenticVirtualAgent.exitReason), S2) : (o.default.ensureYamlNoneTrue(O2), S2); } return y2; } @@ -69393,6 +69851,15 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; var e3; super._destroy(), T.isFeatureAvailable(y.default.botFlowsAgenticVirtualAgentSage) && (this.parentFlow.isDestroyedOrDestroying || null === (e3 = this.parentFlow.botFlowSettings) || void 0 === e3 || e3.clearDynamicAgenticVirtualAgentEnabledState()); } + _createErrorSchema() { + return new O.default({ properties: { errorCode: { type: "string", description: R.generic.errors.errorCodeDescription, additionalInfoSection: { title: R.generic.errors.errorCodeExamplesTitle, entries: E.callAgenticVirtualAgentFailureReasons.map((e3) => `"${e3}"`) } } } }, false); + } + _initializeErrorBindings() { + this.errorBindings && this._createErrorSchema().properties.forEach((e3) => { + let t3 = this.errorBindings.items.find((t4) => t4.name === e3.name); + t3 || (t3 = w.createDataPairForSchemaProperty(this.errorBindings, e3), this.errorBindings.addItem(t3)), w.setExpressionWithSchemaProperty(t3.value, e3); + }); + } _clearSchemaBindings() { this.inputs && o.default.isFunction(this.inputs.destroyChildren) && this.inputs.destroyChildren(), this.outputs && o.default.isFunction(this.outputs.destroyChildren) && this.outputs.destroyChildren(); } @@ -69419,10 +69886,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } } } - E.info = N.default.createActionInfo({ actionClass: E, canBeInTask: true, helpTopic: S.helpTopics.actions.callAgenticVirtualAgent, modelClass: u.CallAgenticVirtualAgentActionModel, name: b.actions.callAgenticVirtualAgent, scriptingName: "ArchActionCallAgenticVirtualAgent", availabilityCallback: (e3, t3, i3) => { + D.info = N.default.createActionInfo({ actionClass: D, canBeInTask: true, helpTopic: S.helpTopics.actions.callAgenticVirtualAgent, modelClass: u.CallAgenticVirtualAgentActionModel, name: R.actions.callAgenticVirtualAgent, scriptingName: "ArchActionCallAgenticVirtualAgent", availabilityCallback: (e3, t3, i3) => { var n3; return null === (n3 = t3.parentFlow.botFlowSettings) || void 0 === n3 ? void 0 : n3.virtualAgentEnabled; - } }), t2.A = E; + } }), t2.A = D; }, 57382: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -70313,9 +70780,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; t2.default = r2; }, 58132: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllDeflectFailureReasons = t2.getDeflectFailureReasons = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.allDeflectFailureReasons = t2.deflectFailureReasons = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", generalError: "GeneralError", invalidMessage: "InvalidMessage", invalidSmsFrom: "InvalidSmsFrom", invalidSmsTo: "InvalidSmsTo" }, o = [r2.generalError]; - t2.getDeflectFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidMessage, r2.invalidSmsTo, r2.invalidSmsFrom])), t2.getAllDeflectFailureReasons = r2; + t2.deflectFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.invalidMessage, r2.invalidSmsTo, r2.invalidSmsFrom])), t2.allDeflectFailureReasons = r2; }, 58214: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.BranchItem = void 0; @@ -70809,7 +71276,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } getChooser(e3) { var t3; - if (null === (t3 = e3.propertyParent) || void 0 === t3 ? void 0 : t3.type.isMatch(l.chooser, s.settings.exact)) return e3.propertyParent; + if (null === (t3 = e3.propertyParent) || void 0 === t3 ? void 0 : t3.type.isMatch(l.globalTypes.chooser, s.settings.exact)) return e3.propertyParent; } getPropImage(e3) { return e3.getProperty(t2.PROP_IMAGE); @@ -71920,7 +72387,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; })(o || (t2.jsonParseItemFacet = o = {})); }, 59421: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importDefault(i2(73198)), l = n2.__importStar(i2(63824)), u = n2.__importStar(i2(63352)), d = n2.__importDefault(i2(51499)), c = i2(79467), p = i2(49892), _ = i2(81516), h = i2(99469), m = n2.__importDefault(i2(27203)), g = i2(17485), f = i2(47976), T = n2.__importStar(i2(36781)), y = i2(12179), S = n2.__importDefault(i2(97891)), A = i2(28803), N = n2.__importDefault(i2(88391)), O = i2(80428), I = i2(96347), v = i2(47957); + const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importDefault(i2(73198)), l = n2.__importStar(i2(63824)), u = n2.__importStar(i2(63352)), d = n2.__importDefault(i2(51499)), c = i2(79467), p = i2(49892), _ = i2(81516), h = i2(99469), m = n2.__importDefault(i2(27203)), g = i2(17485), f = i2(47976), T = n2.__importStar(i2(36781)), y = i2(12179), S = n2.__importDefault(i2(97891)), A = i2(28803), N = n2.__importDefault(i2(88391)), O = i2(80428), I = n2.__importStar(i2(96347)), v = i2(47957); class C extends N.default { constructor(e3, t3) { super(e3, t3); @@ -72121,6 +72588,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; get isCreatable() { return this._ensureSessionIsConnected(this._infoPropGet("isCreatable"), l.default), this._getCoreViewModel().isCreatable; } + get isDeprecated() { + return this._getCoreViewModel().isDeprecated; + } get label() { return this._getCoreViewModel().typeDisplayName; } @@ -72982,8 +73452,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 60420: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ExpressionListWithReferenceId = void 0; - const n2 = i2(31635).__importDefault(i2(33923)), { ExpressionList: r2 } = i2(71514); - t2.ExpressionListWithReferenceId = class extends r2 { + const n2 = i2(31635).__importDefault(i2(33923)), r2 = i2(71514); + class o extends r2.ExpressionList { get isExpressionListWithReferenceId() { return true; } @@ -72997,19 +73467,20 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; add(e3, t3, i3) { return super.add(e3, t3, i3).value; } - }; + } + t2.ExpressionListWithReferenceId = o; }, 60440: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(97891)), a = n2.__importDefault(i2(5478)), s = i2(17749), l = i2(45077), u = i2(47957); - class d extends a.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(5478)), o = i2(17749), a = i2(45077), s = i2(12179), l = n2.__importDefault(i2(97891)), u = i2(47957); + class d extends r2.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } _getPossibleErrors() { - return l.getClearSkillExpressionFiltersFailureReasons; + return a.clearSkillExpressionFiltersFailureReasons; } } - d.info = o.default.createActionInfo({ actionClass: d, canBeInTask: true, helpTopic: r2.helpTopics.actions.clearSkillExpressionFilters, modelClass: s.ClearSkillExpressionFiltersActionModel, name: u.actions.clearSkillExpressionFilters, scriptingName: "ArchActionClearSkillExpressionFilters" }), t2.A = d; + d.info = l.default.createActionInfo({ actionClass: d, canBeInTask: true, helpTopic: s.helpTopics.actions.clearSkillExpressionFilters, modelClass: o.ClearSkillExpressionFiltersActionModel, name: u.actions.clearSkillExpressionFilters, scriptingName: "ArchActionClearSkillExpressionFilters" }), t2.A = d; }, 60453: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getSmsPhoneNumbers = a, t2.getSmsPhoneNumber = s; @@ -73067,10 +73538,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 60571: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importStar(i2(14187)), o = n2.__importDefault(i2(95955)), a = n2.__importDefault(i2(38416)), s = n2.__importDefault(i2(23208)), l = n2.__importDefault(i2(73274)), u = i2(30801), d = n2.__importDefault(i2(4648)), c = n2.__importDefault(i2(98114)), p = i2(96618), _ = n2.__importDefault(i2(81948)), h = i2(10798), m = i2(21733), g = i2(64420); - class f extends _.default { + const n2 = i2(31635), r2 = i2(96618), o = n2.__importDefault(i2(38416)), a = i2(10798), s = n2.__importDefault(i2(98114)), l = i2(30801), u = n2.__importDefault(i2(4648)), d = n2.__importStar(i2(14187)), c = n2.__importDefault(i2(73274)), p = n2.__importDefault(i2(95955)), _ = n2.__importDefault(i2(23208)), h = n2.__importDefault(i2(81948)), m = i2(21733), g = i2(64420); + class f extends h.default { constructor(e3, t3) { - super(e3), this.commonModuleSettings = new s.default(this), this.callPrompts = new o.default(this), this._addToAutoManageSettings(this.callPrompts), this._addToAutoManageSettings(this.commonModuleSettings), this._embeddedParentFlow = t3; + super(e3), this.commonModuleSettings = new _.default(this), this.callPrompts = new p.default(this), this._addToAutoManageSettings(this.callPrompts), this._addToAutoManageSettings(this.commonModuleSettings), this._embeddedParentFlow = t3; } get topParentFlow() { return this.isEmbeddedFlow ? this._embeddedParentFlow : this; @@ -73086,10 +73557,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return "CommonModuleFlowViewModel"; } get builtInVariableScopes() { - return [...super.builtInVariableScopes, r2.scopes.session]; + return [...super.builtInVariableScopes, d.scopes.session]; } getFlowConfigurationClass() { - return a.default; + return o.default; } get isCommonModuleFlow() { return true; @@ -73107,7 +73578,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this.isEmbeddedFlow ? this._embeddedParentFlow.shouldParseExpressions && super.shouldParseExpressions : super.shouldParseExpressions; } get supportsLanguages() { - return !!this.destinationFlowTypes.find((e3) => c.default.getDefinitionForFlowType(e3).supportsLanguages); + return !!this.destinationFlowTypes.find((e3) => s.default.getDefinitionForFlowType(e3).supportsLanguages); } get destinationFlowTypes() { return this._embeddedParentFlow ? [this._embeddedParentFlow.type] : this.commonModuleSettings.destinationFlowTypes; @@ -73122,12 +73593,12 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this._embeddedParentFlow ? this._embeddedParentFlow.destinationFlowTypeMap : this.commonModuleSettings.destinationFlowTypesMap; } static get type() { - return p.flowTypes.flowTypeCommonModule; + return r2.flowTypes.flowTypeCommonModule; } _loadConfiguration(e3) { - if (this._setInitialTrackingNumberFromConfiguration(e3.nextTrackingNumber), this.commonModuleSettings.loadConfiguration(e3), super._loadConfiguration(e3), this.tasks.length = 0, e3.flowSequenceItemList && 1 === e3.flowSequenceItemList.length && e3.flowSequenceItemList[0].__type === l.default.info.typeId) { - const t3 = new l.default(this, e3.flowSequenceItemList[0]); - t3.initialize(), this.tasks.push(t3); + if (this._setInitialTrackingNumberFromConfiguration(e3.nextTrackingNumber), this.commonModuleSettings.loadConfiguration(e3), super._loadConfiguration(e3), this._deleteAllTasks(), e3.flowSequenceItemList && 1 === e3.flowSequenceItemList.length && e3.flowSequenceItemList[0].__type === c.default.info.typeId) { + const t3 = new c.default(this, e3.flowSequenceItemList[0]); + t3.initialize(), this._addTask(t3); } } get wrappedYamlName() { @@ -73135,7 +73606,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } _createInitialActions() { return n2.__awaiter(this, void 0, void 0, function* () { - const e3 = this.startUpObject.addAction(u.endTaskActionType); + const e3 = this.startUpObject.addAction(l.endTaskActionType); return this.parentFlow.defaultLanguage && (e3.name = m(this.parentFlow.defaultLanguage).commonModule.exitCommonModule), this; }); } @@ -73143,7 +73614,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this.loaded ? this.topParentFlow.languages.supportedLanguages.filter((e3) => !this.languages.supportedLanguages.includes(e3)) : []; } getHasMissingTTSEngineErrors() { - if (this.validationResults && !this.isDestroyedOrDestroying && this.loaded && (0, h.isFeatureAvailable)(d.default.flexibleTtsSelection)) return Object.entries(this.validationResults.missingTTSEngine).some(([e3, t3]) => t3); + if (this.validationResults && !this.isDestroyedOrDestroying && this.loaded && (0, a.isFeatureAvailable)(u.default.flexibleTtsSelection)) return Object.entries(this.validationResults.missingTTSEngine).some(([e3, t3]) => t3); } getCommonModuleTask() { var e3; @@ -73441,8 +73912,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; Object.defineProperty(t2, "__esModule", { value: true }), t2.isAskForSlotActionViewModel = function(e3) { return null == e3 ? void 0 : e3.isAskForSlotActionViewModel; }; - const l = i2(31635), u = i2(96618), d = i2(68694), c = i2(17604), p = l.__importDefault(i2(92140)), _ = l.__importDefault(i2(83668)), h = l.__importDefault(i2(87769)), m = l.__importDefault(i2(4712)), g = l.__importDefault(i2(53474)), f = l.__importDefault(i2(33726)), T = i2(28562), y = l.__importDefault(i2(73198)), S = l.__importStar(i2(63824)), A = l.__importStar(i2(63352)), N = i2(80428), O = (l.__importStar(i2(28614)), i2(28614)), I = i2(53476), v = i2(53476), C = i2(53476), b = i2(67607), E = i2(39964), R = i2(82319), w = i2(61870), D = i2(79467), P = i2(43700), M = i2(49892), F = i2(81516), L = i2(99469), x = l.__importDefault(i2(22917)), k = l.__importDefault(i2(27203)), V = l.__importStar(i2(85020)), U = i2(19284), B = l.__importStar(i2(25301)), G = l.__importStar(i2(15721)), j = l.__importStar(i2(36781)), W = l.__importStar(i2(10798)), q = l.__importDefault(i2(41510)), Y = l.__importStar(i2(1115)), H = l.__importDefault(i2(4648)), J = i2(12179), z = i2(13116), K = l.__importDefault(i2(97891)), $ = i2(28803), Q = i2(87870), X = l.__importDefault(i2(80570)), Z = l.__importDefault(i2(40773)), ee = i2(1492), te = l.__importDefault(i2(86833)), ie = i2(21733), ne = i2(47957), re = "2.1"; - class oe extends X.default { + const l = i2(31635), u = i2(96618), d = i2(68694), c = i2(17604), p = l.__importDefault(i2(92140)), _ = l.__importDefault(i2(83668)), h = l.__importDefault(i2(87769)), m = l.__importDefault(i2(4712)), g = l.__importDefault(i2(53474)), f = l.__importDefault(i2(33726)), T = i2(28562), y = l.__importDefault(i2(73198)), S = l.__importStar(i2(63824)), A = l.__importStar(i2(63352)), N = i2(80428), O = (l.__importStar(i2(28614)), i2(28614)), I = i2(53476), v = i2(53476), C = i2(53476), b = i2(67607), E = i2(39964), R = i2(82319), w = i2(61870), D = i2(79467), P = i2(43700), M = i2(49892), F = i2(81516), L = i2(99469), x = l.__importDefault(i2(22917)), k = l.__importDefault(i2(27203)), V = l.__importStar(i2(85020)), U = i2(19284), B = l.__importStar(i2(25301)), G = l.__importStar(i2(15721)), j = l.__importStar(i2(36781)), W = l.__importStar(i2(10798)), q = l.__importDefault(i2(41510)), Y = l.__importStar(i2(1115)), H = l.__importDefault(i2(4648)), J = i2(12179), z = i2(13116), K = l.__importDefault(i2(97891)), $ = i2(28803), Q = i2(87870), X = l.__importDefault(i2(80570)), Z = i2(95443), ee = l.__importDefault(i2(40773)), te = i2(1492), ie = l.__importDefault(i2(86833)), ne = i2(21733), re = i2(47957), oe = "2.1"; + class ae extends X.default { static get branchInfo() { const e3 = [k.default.default, k.default.maxNoInputsOptional]; return W.isFeatureAvailable(H.default.botFlowsEnhancedRecognitionFailureHandling) && e3.push(k.default.maxNoMatchesOptional), W.isFeatureAvailable(H.default.botFlowsSupportDontKnowAnswers) && e3.push(k.default.skipResponseCaptureOptional), e3; @@ -73458,7 +73929,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this._doesSelectedSlotTypeSupportChooser || (e3.chooser = x.default.create(void 0, (e4) => e4.setSkipProperty(true))), e3; } static get managedProperties() { - return [{ label: ne.askForSlot.slotResult, options: M.ExpressionTypelessOptions.create((e3) => e3.setIninTestingField("askResult").setAsOutput().setUiPropertyOrder(12).setDescriptionInfo(ne.askForSlot.slotResult, ne.askForSlot.slotResultDescription).setReadOnly(true)), yamlOptions: oe.createYamlOptions("askResult", (e3) => e3.setSkipProperty(true)), property: "askResult", type: N.expressionTypeNames.any }, { property: "chooser", label: ne.cardsAndCars.askForSlotChooserLabel, type: N.expressionTypeNames.chooser, supportedFlowTypes: [u.flowTypes.flowTypeDigitalBot], options: E.ExpressionTypeChooserOptions.create((e3) => e3.setUiPropertyOrder(10).setDescriptionInfo(ne.cardsAndCars.askForSlotChooserLabel, ne.cardsAndCars.askForSlotChooserDescription)), yamlOptions: oe.createYamlOptions("chooser", (e3) => e3.setSerializeOutOfService(true)) }, { createDetails: Q.NoteActionProperty.createCreateDetails(void 0, "info", "askForSlotChooserNote"), options: M.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(11)), property: "chooserNote", yamlOptions: oe.createYamlOptions("chooserNote", (e3) => e3.setSkipProperty(true)) }, { label: ne.askCommon.customValidation.label, options: b.ExpressionTypeBooleanOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("customValidation").setUiPropertyOrder(13).setDescriptionInfo(ne.askCommon.customValidation.label, ne.askCommon.customValidation.description).setUiPropertyGroup(ne.generic.validation).setIsOptional(true).setAllowModeLiteral(false).setModeNoValueRuntimeEvaluationStr(ne.askCommon.customValidation.noValue)), yamlOptions: oe.createYamlOptions("customValidation", (e3) => e3.setExportOrder(40)), property: "customValidation", type: N.expressionTypeNames.boolean }, { property: "selectedSlot", isJustForFlowYaml: true, yamlOptions: oe.createYamlOptions("selectedSlot", (e3) => e3.setPropertyName("slot").setWrappedValueName("name").setExportOrder(30)) }, { label: ne.askForSlot.confirmationMode, options: F.ExpressionTypeStringOptions.create((e3) => e3.setAllowSecure(true).setDescriptionInfo(ne.askForSlot.confirmationMode, (0, c.sprintf)(ne.askForSlot.confirmationModeDescription, B.always.id, ne.generic.validation, ne.askForSlot.confirmationQuestion)).setIninTestingField("confirmationModeExpression").setUiPropertyGroup(ne.askForSlot.verifyGroupingLabel).setUiPropertyOrder(30).setDefaultText(B.never.id).facets.setTrim(true).setAllowableValues(B.allModes)), property: "confirmationMode", type: N.expressionTypeNames.string, yamlOptions: oe.createYamlOptions("confirmationMode", (e3) => e3.setExportOrder(50)) }, { createDetails: Q.NoteActionProperty.createCreateDetails(ne.askForSlot.confirmationModeUnavailableNote, "info", "confirmation-note"), options: M.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyGroup(ne.askForSlot.verifyGroupingLabel).setUiSingleItemSectionPropertyGroup(true)), property: "confirmationModeNote" }, { label: ne.askForSlot.confirmationQuestion, options: R.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setDescriptionInfo(ne.askForSlot.confirmationQuestion, ne.askForSlot.confirmationQuestionDescription).setIninTestingField("confirmationQuestionExpression").setUiPropertyGroup(ne.askForSlot.verifyGroupingLabel).setUiPropertyOrder(32).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDefaultToBuilderId(T.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(m.default)), optionsForSpecificFlowTypes: [{ flowTypes: [u.flowTypes.flowTypeDigitalBot], options: R.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setDescriptionInfo(ne.askForSlot.confirmationQuestion, ne.askForSlot.confirmationQuestionDescription).setIninTestingField("confirmationQuestionExpression").setUiPropertyGroup(ne.askForSlot.verifyGroupingLabel).setUiPropertyOrder(32).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDefaultToBuilderId(T.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(m.default)) }], property: "confirmationQuestion", type: N.expressionTypeNames.communication, yamlOptions: oe.createYamlOptions("confirmationQuestion", (e3) => e3.setExportOrder(60)) }, { label: ne.grammars.grammarLabel, options: P.ExpressionTypeGrammarOptions.create((e3) => e3.setDescriptionInfo(ne.grammars.grammarLabel, ne.grammars.grammarSlots.grammarSlotDescriptionInfo).setModeNoValueRuntimeEvaluationStr(ne.grammars.grammarSlots.useSlotConfigDescription).setModeNoValueSelectionLabel(ne.grammars.grammarSlots.useSlotConfigLabel).setIninTestingField("grammar").setFeatureConfigName(H.default.orgAvailabilitySttEnginesGrammarBased).setIsOptional(true).setUiPropertyGroup(ne.speechToText.recognitionParams.speechRecognitionParameters).setUiPropertyOrder(17).setDefaultToNoValue(true)), supportedFlowTypes: [u.flowTypes.flowTypeBot, u.flowTypes.flowTypeVoice, u.flowTypes.flowTypeVoiceSurvey], property: "grammar", type: N.expressionTypeNames.grammar, yamlOptions: oe.createYamlOptions("grammar", (e3) => e3.setExportOrder(70)) }, { property: "speechToTextEngine", label: ne.speechToText.speechToTextEngineLabel, options: L.ManagedPropertyOptions.create((e3) => e3.setDropdownPlaceholder(ne.grammars.grammarSlots.useSlotConfigDescription).setDescriptionInfo(ne.speechToText.speechToTextEngineLabel, ne.speechToText.speechToTextEngineForSlotDescriptionInfo).setIninTestingField("speechToTextEngine").setUiPropertyGroup(ne.speechToText.recognitionParams.speechRecognitionParameters).setUiPropertyOrder(16)), createDetails: $.NetworkBasedActionProperty.createCreateDetails("speechToTextEngineId", "speechToTextEngineName", U.speechToTextEngineManager, null, ne.speechToText.speechToTextEngineNotFound, null, null, (e3, t3) => null == t3 ? void 0 : t3.isBotTranscriptionConnectorTypeOrGrammarBased), supportedFlowTypes: [u.flowTypes.flowTypeBot, u.flowTypes.flowTypeVoice, u.flowTypes.flowTypeVoiceSurvey], yamlOptions: oe.createYamlOptions("speechToTextEngine", (e3) => e3.setExportOrder(71)) }, { label: ne.speechToText.recognitionParams.speechToTextCompleteTimeoutLabel, options: D.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("speechToTextEngineCompleteTimeout").setDescriptionInfo(ne.speechToText.recognitionParams.speechToTextCompleteTimeoutLabel, ne.speechToText.recognitionParams.speechToTextCompleteTimeoutDescription).setFeatureConfigName(H.default.orgAvailabilitySttEnginesGrammarBased).setUiPropertyOrder(18).setIsOptional(true).setUiPropertyGroup(ne.speechToText.recognitionParams.speechRecognitionParameters).setDurationStyle(S.durationStyles.secondsAndTenthsDuration).facets.setMinDur(0, true).setMaxDur(10 * y.default.msPerSecond, true)), supportedFlowTypes: [u.flowTypes.flowTypeBot, u.flowTypes.flowTypeVoice, u.flowTypes.flowTypeVoiceSurvey], type: N.expressionTypeNames.duration, property: "speechToTextEngineCompleteTimeout", yamlOptions: oe.createYamlOptions("speechToTextEngineCompleteTimeout", (e3) => e3.setExportOrder(80)) }, { label: ne.speechToText.recognitionParams.speechToTextConfidenceLevelLabel, options: w.ExpressionTypeDecimalOptions.create((e3) => e3.setIninTestingField("speechToTextEngineConfidenceLevel").setDescriptionInfo(ne.speechToText.recognitionParams.speechToTextConfidenceLevelLabel, ne.speechToText.recognitionParams.speechToTextConfidenceLevelDescription).setFeatureConfigName(H.default.orgAvailabilitySttEnginesGrammarBased).setUiPropertyOrder(19).setIsOptional(true).setUiPropertyGroup(ne.speechToText.recognitionParams.speechRecognitionParameters).facets.setMinDec(0).setMinValInclusive(true).setMaxDec(1).setMaxValInclusive(true)), supportedFlowTypes: [u.flowTypes.flowTypeBot, u.flowTypes.flowTypeVoice, u.flowTypes.flowTypeVoiceSurvey], type: N.expressionTypeNames.decimal, property: "speechToTextEngineConfidenceLevel", yamlOptions: oe.createYamlOptions("speechToTextEngineConfidenceLevel", (e3) => e3.setExportOrder(100)) }, { label: ne.askForSlot.repromptHandling, options: F.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("repromptHandling").setUiPropertyGroup(ne.askForSlot.continuationPromptGroupingLabel).setUiSingleItemSectionPropertyGroup(true).setUiPropertyOrder(14).setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(ne.askForSlot.repromptHandlingOptions.repromptHandlingOptionManuallyManaged).setFeatureConfigName(H.default.botFlowsLLMPoweredSlot).facets.setAllowableValueShowOriginalDisplayStringInPopover(true).setTrim(true).setAllowableValueUseOriginalDisplayString(true).setAllowableValues(G.repromptHandlingOptions).setPreferRadioButtonsCount(2)), supportedFlowTypes: [u.flowTypes.flowTypeDigitalBot, u.flowTypes.flowTypeBot], type: N.expressionTypeNames.string, yamlOptions: oe.createYamlOptions("repromptHandling", (e3) => e3.setPropertyName("repromptHandling")), property: "repromptHandling" }, { label: ne.askForSlot.continuationPrompt, options: R.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("continuationPrompt").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setScriptingPropertyName("continuationPrompt").setUiPropertyGroup(ne.askForSlot.continuationPromptGroupingLabel).setUiSingleItemSectionPropertyGroup(true).setUiPropertyOrder(15).setFeatureConfigName(H.default.botFlowsLLMPoweredSlot).setDefaultToBuilderId(T.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(g.default)), optionsForSpecificFlowTypes: [{ flowTypes: [u.flowTypes.flowTypeDigitalBot], options: R.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("continuationPrompt").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setScriptingPropertyName("continuationPrompt").setUiPropertyGroup(ne.askForSlot.continuationPromptGroupingLabel).setUiSingleItemSectionPropertyGroup(true).setUiPropertyOrder(15).setFeatureConfigName(H.default.botFlowsLLMPoweredSlot).setDefaultToBuilderId(T.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(g.default)) }], supportedFlowTypes: [u.flowTypes.flowTypeDigitalBot, u.flowTypes.flowTypeBot], type: N.expressionTypeNames.communication, yamlOptions: oe.createYamlOptions("continuationPrompt", (e3) => e3.setPropertyName("continuationPrompt")), property: "continuationPrompt" }, { label: ne.askCommon.continuationReprompts, options: oe.createNoMatchProgressiveRepromptsOptions(T.builderIds.parts.genericCommunication), optionsForSpecificFlowTypes: [{ flowTypes: [u.flowTypes.flowTypeDigitalBot], options: oe.createNoMatchProgressiveRepromptsOptions(T.builderIds.parts.markdownCommunication) }], yamlOptions: oe.createYamlOptions("continuationReprompts", (e3) => e3.setPropertyName("continuationReprompts").setWrappedObjectName("customizeContinuation")), property: "continuationReprompts", type: N.expressionTypeNames.communication }, { options: b.ExpressionTypeBooleanOptions.create((e3) => e3.setUseButton(true).setAllowModeLiteralOnly().setDefaultText(y.default.false).setIninTestingField("customizeContinuationNoMatchButton").setBoolText(ne.askCommon.defaultContinuationPrompt, ne.askCommon.customizeContinuationPrompt).setUiPropertyGroup(ne.askForSlot.continuationPromptGroupingLabel).setUiPropertyOrder(28).setFeatureConfigName(H.default.botFlowsAIPoweredSlotsEnhancements)), yamlOptions: oe.createYamlOptions("customizeContinuation", (e3) => e3.setSkipProperty(true)), property: "customizeContinuation", type: N.expressionTypeNames.boolean }]; + return [{ label: re.askForSlot.slotResult, options: M.ExpressionTypelessOptions.create((e3) => e3.setIninTestingField("askResult").setAsOutput().setUiPropertyOrder(12).setDescriptionInfo(re.askForSlot.slotResult, re.askForSlot.slotResultDescription).setReadOnly(true)), yamlOptions: ae.createYamlOptions("askResult", (e3) => e3.setSkipProperty(true)), property: "askResult", type: N.expressionTypeNames.any }, { property: "chooser", label: re.cardsAndCars.askForSlotChooserLabel, type: N.expressionTypeNames.chooser, supportedFlowTypes: [u.flowTypes.flowTypeDigitalBot], options: E.ExpressionTypeChooserOptions.create((e3) => e3.setUiPropertyOrder(10).setDescriptionInfo(re.cardsAndCars.askForSlotChooserLabel, re.cardsAndCars.askForSlotChooserDescription)), yamlOptions: ae.createYamlOptions("chooser", (e3) => e3.setSerializeOutOfService(true)) }, { createDetails: Q.NoteActionProperty.createCreateDetails(void 0, "info", "askForSlotChooserNote"), options: M.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(11)), property: "chooserNote", yamlOptions: ae.createYamlOptions("chooserNote", (e3) => e3.setSkipProperty(true)) }, { label: re.askCommon.customValidation.label, options: b.ExpressionTypeBooleanOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("customValidation").setUiPropertyOrder(13).setDescriptionInfo(re.askCommon.customValidation.label, re.askCommon.customValidation.description).setUiPropertyGroup(re.generic.validation).setIsOptional(true).setAllowModeLiteral(false).setModeNoValueRuntimeEvaluationStr(re.askCommon.customValidation.noValue)), yamlOptions: ae.createYamlOptions("customValidation", (e3) => e3.setExportOrder(40)), property: "customValidation", type: N.expressionTypeNames.boolean }, { property: "selectedSlot", isJustForFlowYaml: true, yamlOptions: ae.createYamlOptions("selectedSlot", (e3) => e3.setPropertyName("slot").setWrappedValueName("name").setExportOrder(30)) }, { label: re.askForSlot.confirmationMode, options: F.ExpressionTypeStringOptions.create((e3) => e3.setAllowSecure(true).setDescriptionInfo(re.askForSlot.confirmationMode, (0, c.sprintf)(re.askForSlot.confirmationModeDescription, B.always.id, re.generic.validation, re.askForSlot.confirmationQuestion)).setIninTestingField("confirmationModeExpression").setUiPropertyGroup(re.askForSlot.verifyGroupingLabel).setUiPropertyOrder(30).setDefaultText(B.never.id).facets.setTrim(true).setAllowableValues(B.allModes)), property: "confirmationMode", type: N.expressionTypeNames.string, yamlOptions: ae.createYamlOptions("confirmationMode", (e3) => e3.setExportOrder(50)) }, { createDetails: Q.NoteActionProperty.createCreateDetails(re.askForSlot.confirmationModeUnavailableNote, "info", "confirmation-note"), options: M.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyGroup(re.askForSlot.verifyGroupingLabel).setUiSingleItemSectionPropertyGroup(true)), property: "confirmationModeNote" }, { label: re.askForSlot.confirmationQuestion, options: R.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setDescriptionInfo(re.askForSlot.confirmationQuestion, re.askForSlot.confirmationQuestionDescription).setIninTestingField("confirmationQuestionExpression").setUiPropertyGroup(re.askForSlot.verifyGroupingLabel).setUiPropertyOrder(32).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDefaultToBuilderId(T.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(m.default)), optionsForSpecificFlowTypes: [{ flowTypes: [u.flowTypes.flowTypeDigitalBot], options: R.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setDescriptionInfo(re.askForSlot.confirmationQuestion, re.askForSlot.confirmationQuestionDescription).setIninTestingField("confirmationQuestionExpression").setUiPropertyGroup(re.askForSlot.verifyGroupingLabel).setUiPropertyOrder(32).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDefaultToBuilderId(T.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(m.default)) }], property: "confirmationQuestion", type: N.expressionTypeNames.communication, yamlOptions: ae.createYamlOptions("confirmationQuestion", (e3) => e3.setExportOrder(60)) }, { label: re.grammars.grammarLabel, options: P.ExpressionTypeGrammarOptions.create((e3) => e3.setDescriptionInfo(re.grammars.grammarLabel, re.grammars.grammarSlots.grammarSlotDescriptionInfo).setModeNoValueRuntimeEvaluationStr(re.grammars.grammarSlots.useSlotConfigDescription).setModeNoValueSelectionLabel(re.grammars.grammarSlots.useSlotConfigLabel).setIninTestingField("grammar").setFeatureConfigName(H.default.orgAvailabilitySttEnginesGrammarBased).setIsOptional(true).setUiPropertyGroup(re.speechToText.recognitionParams.speechRecognitionParameters).setUiPropertyOrder(17).setDefaultToNoValue(true)), supportedFlowTypes: [u.flowTypes.flowTypeBot, u.flowTypes.flowTypeVoice, u.flowTypes.flowTypeVoiceSurvey], property: "grammar", type: N.expressionTypeNames.grammar, yamlOptions: ae.createYamlOptions("grammar", (e3) => e3.setExportOrder(70)) }, { property: "speechToTextEngine", label: re.speechToText.speechToTextEngineLabel, options: L.ManagedPropertyOptions.create((e3) => e3.setDropdownPlaceholder(re.grammars.grammarSlots.useSlotConfigDescription).setDescriptionInfo(re.speechToText.speechToTextEngineLabel, re.speechToText.speechToTextEngineForSlotDescriptionInfo).setIninTestingField("speechToTextEngine").setUiPropertyGroup(re.speechToText.recognitionParams.speechRecognitionParameters).setUiPropertyOrder(16)), createDetails: $.NetworkBasedActionProperty.createCreateDetails("speechToTextEngineId", "speechToTextEngineName", U.speechToTextEngineManager, null, re.speechToText.speechToTextEngineNotFound, null, null, (e3, t3) => null == t3 ? void 0 : t3.isBotTranscriptionConnectorTypeOrGrammarBased), supportedFlowTypes: [u.flowTypes.flowTypeBot, u.flowTypes.flowTypeVoice, u.flowTypes.flowTypeVoiceSurvey], yamlOptions: ae.createYamlOptions("speechToTextEngine", (e3) => e3.setExportOrder(71)) }, { label: re.speechToText.recognitionParams.speechToTextCompleteTimeoutLabel, options: D.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("speechToTextEngineCompleteTimeout").setDescriptionInfo(re.speechToText.recognitionParams.speechToTextCompleteTimeoutLabel, re.speechToText.recognitionParams.speechToTextCompleteTimeoutDescription).setFeatureConfigName(H.default.orgAvailabilitySttEnginesGrammarBased).setUiPropertyOrder(18).setIsOptional(true).setUiPropertyGroup(re.speechToText.recognitionParams.speechRecognitionParameters).setDurationStyle(S.durationStyles.secondsAndTenthsDuration).facets.setMinDur(0, true).setMaxDur(10 * y.default.msPerSecond, true)), supportedFlowTypes: [u.flowTypes.flowTypeBot, u.flowTypes.flowTypeVoice, u.flowTypes.flowTypeVoiceSurvey], type: N.expressionTypeNames.duration, property: "speechToTextEngineCompleteTimeout", yamlOptions: ae.createYamlOptions("speechToTextEngineCompleteTimeout", (e3) => e3.setExportOrder(80)) }, { label: re.speechToText.recognitionParams.speechToTextConfidenceLevelLabel, options: w.ExpressionTypeDecimalOptions.create((e3) => e3.setIninTestingField("speechToTextEngineConfidenceLevel").setDescriptionInfo(re.speechToText.recognitionParams.speechToTextConfidenceLevelLabel, re.speechToText.recognitionParams.speechToTextConfidenceLevelDescription).setFeatureConfigName(H.default.orgAvailabilitySttEnginesGrammarBased).setUiPropertyOrder(19).setIsOptional(true).setUiPropertyGroup(re.speechToText.recognitionParams.speechRecognitionParameters).facets.setMinDec(0).setMinValInclusive(true).setMaxDec(1).setMaxValInclusive(true)), supportedFlowTypes: [u.flowTypes.flowTypeBot, u.flowTypes.flowTypeVoice, u.flowTypes.flowTypeVoiceSurvey], type: N.expressionTypeNames.decimal, property: "speechToTextEngineConfidenceLevel", yamlOptions: ae.createYamlOptions("speechToTextEngineConfidenceLevel", (e3) => e3.setExportOrder(100)) }, { label: re.askForSlot.repromptHandling, options: F.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("repromptHandling").setUiPropertyGroup(re.askForSlot.continuationPromptGroupingLabel).setUiSingleItemSectionPropertyGroup(true).setUiPropertyOrder(14).setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(re.askForSlot.repromptHandlingOptions.repromptHandlingOptionManuallyManaged).setFeatureConfigName(H.default.botFlowsLLMPoweredSlot).facets.setAllowableValueShowOriginalDisplayStringInPopover(true).setTrim(true).setAllowableValueUseOriginalDisplayString(true).setAllowableValues(G.repromptHandlingOptions).setPreferRadioButtonsCount(2)), supportedFlowTypes: [u.flowTypes.flowTypeDigitalBot, u.flowTypes.flowTypeBot], type: N.expressionTypeNames.string, yamlOptions: ae.createYamlOptions("repromptHandling", (e3) => e3.setPropertyName("repromptHandling")), property: "repromptHandling" }, { label: re.askForSlot.continuationPrompt, options: R.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("continuationPrompt").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setScriptingPropertyName("continuationPrompt").setUiPropertyGroup(re.askForSlot.continuationPromptGroupingLabel).setUiSingleItemSectionPropertyGroup(true).setUiPropertyOrder(15).setFeatureConfigName(H.default.botFlowsLLMPoweredSlot).setDefaultToBuilderId(T.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(g.default)), optionsForSpecificFlowTypes: [{ flowTypes: [u.flowTypes.flowTypeDigitalBot], options: R.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("continuationPrompt").setIsOptional(true).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setScriptingPropertyName("continuationPrompt").setUiPropertyGroup(re.askForSlot.continuationPromptGroupingLabel).setUiSingleItemSectionPropertyGroup(true).setUiPropertyOrder(15).setFeatureConfigName(H.default.botFlowsLLMPoweredSlot).setDefaultToBuilderId(T.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(g.default)) }], supportedFlowTypes: [u.flowTypes.flowTypeDigitalBot, u.flowTypes.flowTypeBot], type: N.expressionTypeNames.communication, yamlOptions: ae.createYamlOptions("continuationPrompt", (e3) => e3.setPropertyName("continuationPrompt")), property: "continuationPrompt" }, { label: re.askCommon.continuationReprompts, options: ae.createNoMatchProgressiveRepromptsOptions(T.builderIds.parts.genericCommunication), optionsForSpecificFlowTypes: [{ flowTypes: [u.flowTypes.flowTypeDigitalBot], options: ae.createNoMatchProgressiveRepromptsOptions(T.builderIds.parts.markdownCommunication) }], yamlOptions: ae.createYamlOptions("continuationReprompts", (e3) => e3.setPropertyName("continuationReprompts").setWrappedObjectName("customizeContinuation")), property: "continuationReprompts", type: N.expressionTypeNames.communication }, { options: b.ExpressionTypeBooleanOptions.create((e3) => e3.setUseButton(true).setAllowModeLiteralOnly().setDefaultText(y.default.false).setIninTestingField("customizeContinuationNoMatchButton").setBoolText(re.askCommon.defaultContinuationPrompt, re.askCommon.customizeContinuationPrompt).setUiPropertyGroup(re.askForSlot.continuationPromptGroupingLabel).setUiPropertyOrder(28).setFeatureConfigName(H.default.botFlowsAIPoweredSlotsEnhancements)), yamlOptions: ae.createYamlOptions("customizeContinuation", (e3) => e3.setSkipProperty(true)), property: "customizeContinuation", type: N.expressionTypeNames.boolean }, (0, Z.createBargeInManagedProperty)(8, re.speechToText.recognitionParams.speechRecognitionParameters)]; } constructor(e3, t3) { super(e3), n2.set(this, void 0), r2.set(this, void 0), o.set(this, void 0), a.set(this, void 0), s.set(this, void 0), this._needsSpeechParamOverrideError = false, this._loadModel(t3), this._setOptions(this.noInput, _.default), this._setOptions(this.noMatch, h.default), this._setOptions(this.question, f.default), this._setOptions(this.continuationPrompt, g.default), this.addAutoCleanedUpEventListener(j.branchesChanged, () => { @@ -73506,23 +73977,23 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this.model.selectedSlotType; } static createNoMatchProgressiveRepromptsOptions(e3) { - return R.ExpressionTypeCommunicationOptions.create((t3) => t3.setAllowSecure(true).setIninTestingField("continuationReprompts").setDescriptionInfo(ne.askCommon.continuationReprompts, (0, c.sprintf)(q.default.generic.twoStringsSpaceSeparator, ne.askCommon.continuationRepromptsDescription, ne.errors.emptyCollectionInvokesErrorHandling)).setIsOptional(true).setRequiredFlowChannelType(V.channelTypeCall).setUiPropertyGroup(ne.askForSlot.continuationPromptGroupingLabel).setScriptingPropertyName("continuationReprompts").setIsCollection(true).setAllowModeLiteral(true).setMaxItems(10).setDoNotTransitionToNoValue(true).setDefaultToBuilderId(e3).setFeatureConfigName(H.default.botFlowsAIPoweredSlotsEnhancements).setUiPropertyOrder(27), true); + return R.ExpressionTypeCommunicationOptions.create((t3) => t3.setAllowSecure(true).setIninTestingField("continuationReprompts").setDescriptionInfo(re.askCommon.continuationReprompts, (0, c.sprintf)(q.default.generic.twoStringsSpaceSeparator, re.askCommon.continuationRepromptsDescription, re.errors.emptyCollectionInvokesErrorHandling)).setIsOptional(true).setRequiredFlowChannelType(V.channelTypeCall).setUiPropertyGroup(re.askForSlot.continuationPromptGroupingLabel).setScriptingPropertyName("continuationReprompts").setIsCollection(true).setAllowModeLiteral(true).setMaxItems(10).setDoNotTransitionToNoValue(true).setDefaultToBuilderId(e3).setFeatureConfigName(H.default.botFlowsAIPoweredSlotsEnhancements).setUiPropertyOrder(27), true); } setSelectedSlotNameAndType(e3, t3, i3) { return !this.parentFlow.isReadOnly && (!p.default.isString(t3) && p.default.isString(e3) && e3.length && (t3 = this.parentFlow.getSlotToSlotTypeMap(true, false).get(e3)), this.model.selectedSlot = e3, this._updateAskResultProperty(), this.model.selectedSlotType = t3, this._updateHasMultiSelect(), this._updateConfirmationQuestionProperty(false), this.isChooserFunctionalityAvailable && (this.chooser.type.configureForSlotBySlotName(this.chooser, e3, i3), this._updateChooser(), this.chooser.type.isSelectedSlotTypeDynamicDateTime(this.chooser)), this.setOutOfService(), this._updateContinuationPromptProperty(false), Y.validateAction(this, true, true), true); } _initializeDesignTime() { - super._initializeDesignTime(), this.isChooserFunctionalityAvailable && this.chooser.isNoValueMode && this.chooser.setModeWithTransition(A.literal), this.isChooserFunctionalityAvailable && this.uiMetaData.version !== re && (!this.chooser.type.getPresentationModeIsCarousel(this.chooser) && this.chooser.isLiteralMode && this.chooser.type.configureForSlotBySlotName(this.chooser, this.selectedSlot), this.uiMetaData.version = re, this.chooser.type.applyNluDiffs(this.chooser, O.slotTypeValueMergeMode.asIndividualValues)), this._updateSpeechRecognitionSettings(), this._updateNluInformation(), this.addAutoCleanedUpEventListener(j.nluUpdatedByWorkbench, () => this._updateNluInformation()), this.addAutoCleanedUpEventListener(j.slotListPickerMappingUpdated, () => this._updateNluInformation()), this.speechToTextEngine.isOptional = true, this._updateChooser(), this.setOutOfService(); + super._initializeDesignTime(), this.isChooserFunctionalityAvailable && this.chooser.isNoValueMode && this.chooser.setModeWithTransition(A.literal), this.isChooserFunctionalityAvailable && this.uiMetaData.version !== oe && (!this.chooser.type.getPresentationModeIsCarousel(this.chooser) && this.chooser.isLiteralMode && this.chooser.type.configureForSlotBySlotName(this.chooser, this.selectedSlot), this.uiMetaData.version = oe, this.chooser.type.applyNluDiffs(this.chooser, O.slotTypeValueMergeMode.asIndividualValues)), this._updateSpeechRecognitionSettings(), this._updateNluInformation(), this.addAutoCleanedUpEventListener(j.nluUpdatedByWorkbench, () => this._updateNluInformation()), this.addAutoCleanedUpEventListener(j.slotListPickerMappingUpdated, () => this._updateNluInformation()), this.speechToTextEngine.isOptional = true, this._updateChooser(), this.setOutOfService(); } setOutOfService() { const e3 = this.repromptHandling.text === G.manual.displayString, t3 = d.EntityUtil.isEntityTypeOfTypeAI(d.EntityUtil.getEntityTypeByName(this.parentFlow.nlu, this.selectedSlotType)); this.repromptHandling.outOfService = e3 || !t3, this.continuationPrompt.outOfService = !t3, this._updateProgressivePropertiesOOS(); } _showChooserLabelAndModeSelector(e3) { - this.chooser.label = e3 ? ne.cardsAndCars.askForSlotChooserLabel : void 0; + this.chooser.label = e3 ? re.cardsAndCars.askForSlotChooserLabel : void 0; } _updateSpeechRecognitionSettings() { - const e3 = Z.default.isSttIdBotTranscriptionConnectorType(this.speechToTextEngineId); + const e3 = ee.default.isSttIdBotTranscriptionConnectorType(this.speechToTextEngineId); e3 ? (this.grammar.setAsNoValue(), this.grammar.options.setReadOnly(true)) : this.grammar.options.setReadOnly(false); const t3 = !!this.speechToTextEngineId && !this.grammar.isNoValueMode, i3 = !this.speechToTextEngineId && this.grammar.isNoValueMode; this._needsSpeechParamOverrideError = !t3 && !i3 && !e3, Y.validateAction(this, false, true); @@ -73534,7 +74005,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (!this.isChooserFunctionalityAvailable) return void (this.chooser.outOfService = true); let e3, t3 = false; const i3 = this.chooser.type.isSelectedSlotTypeListOrDynamicList(this.chooser); - this.selectedSlot ? this.chooser.isLiteralMode && (this.chooser.type.totalChoiceCountIsWithinLimits(this.chooser) ? this._doesSelectedSlotTypeSupportChooser ? i3 && this._previousPresentationModeBeforeTimePicker : (t3 = true, e3 = ne.cardsAndCars.noRichMediaSlotTypeNotList) : e3 = (0, c.sprintf)(ne.cardsAndCars.noRichMediaTooManyChoices, this.chooser.type.getMaxChoiceCountForPresentation(this.chooser)), this._updateSkipCapture()) : (t3 = true, e3 = ne.cardsAndCars.noRichMediaNoSlotSelected), this.chooser.outOfService = t3, this.chooserNote.note = e3, i3 ? this._showChooserLabelAndModeSelector(true) : this.chooser.type.isSelectedSlotTypeDynamicDateTime(this.chooser) && this._showChooserLabelAndModeSelector(false), this.chooser.type.updateNluInfo(this.chooser); + this.selectedSlot ? this.chooser.isLiteralMode && (this.chooser.type.totalChoiceCountIsWithinLimits(this.chooser) ? this._doesSelectedSlotTypeSupportChooser ? i3 && this._previousPresentationModeBeforeTimePicker : (t3 = true, e3 = re.cardsAndCars.noRichMediaSlotTypeNotList) : e3 = (0, c.sprintf)(re.cardsAndCars.noRichMediaTooManyChoices, this.chooser.type.getMaxChoiceCountForPresentation(this.chooser)), this._updateSkipCapture()) : (t3 = true, e3 = re.cardsAndCars.noRichMediaNoSlotSelected), this.chooser.outOfService = t3, this.chooserNote.note = e3, i3 ? this._showChooserLabelAndModeSelector(true) : this.chooser.type.isSelectedSlotTypeDynamicDateTime(this.chooser) && this._showChooserLabelAndModeSelector(false), this.chooser.type.updateNluInfo(this.chooser); } _updateNluInformation() { this._updateAskResultProperty(), this._updateSelectedSlotType(), this._updateConfirmationQuestionProperty(false), this._updateHasMultiSelect(), this.setOutOfService(); @@ -73551,7 +74022,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; let e4; d2 ? e4 = null === (r3 = null === (n3 = null === (i3 = null === (t3 = this.chooser) || void 0 === t3 ? void 0 : t3.properties) || void 0 === i3 ? void 0 : i3.quickreplies) || void 0 === n3 ? void 0 : n3.properties) || void 0 === r3 ? void 0 : r3.buttons : c2 && (e4 = null === (l2 = null === (s2 = null === (a2 = null === (o2 = this.chooser) || void 0 === o2 ? void 0 : o2.properties) || void 0 === a2 ? void 0 : a2.carousel) || void 0 === s2 ? void 0 : s2.properties) || void 0 === l2 ? void 0 : l2.cards), this.skipChoice = e4.addItem(); let u3 = this.skipChoice; - c2 && (this.skipChoice.properties.title.setText(ne.generic.branches.skipResponse, false, true), u3 = this.skipChoice.properties.buttons.addItem()), u3.properties.command.outOfService = false, u3.properties.command.setText(ee.ChoiceTypeCommands.SKIP, false, true), u3.properties.value.setText(ne.generic.branches.skipResponse, false, true); + c2 && (this.skipChoice.properties.title.setText(re.generic.branches.skipResponse, false, true), u3 = this.skipChoice.properties.buttons.addItem()), u3.properties.command.outOfService = false, u3.properties.command.setText(te.ChoiceTypeCommands.SKIP, false, true), u3.properties.value.setText(re.generic.branches.skipResponse, false, true); } !u2 && (null == p2 ? void 0 : p2.length) > 0 && p2.forEach((e4) => { var t4; @@ -73574,15 +74045,15 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } setNewInstanceDefaults(e3) { super.setNewInstanceDefaults(e3); - const t3 = ie(this.parentFlow.defaultLanguage), i3 = this.selectedSlot; - p.default.isString(i3) && i3.length ? (this.parentFlow.isDigitalBotFlow ? this.setNewInstanceNoInputText((0, c.sprintf)(t3.askForSlot.noInputWithSlotDigitalBot, i3)) : this.setNewInstanceNoInputText((0, c.sprintf)(t3.askForSlot.noInputWithSlot, i3)), this.setNewInstanceQuestionText((0, c.sprintf)(t3.askForSlot.questionWithSlot, i3)), this.setNewInstanceNoMatchText((0, c.sprintf)(t3.askForSlot.noMatchWithSlot, i3))) : (this.parentFlow.isDigitalBotFlow ? this.setNewInstanceNoInputText(t3.askForSlot.noInputDigitalBot) : this.setNewInstanceNoInputText(t3.askForSlot.noInput), this.setNewInstanceQuestionText(t3.askForSlot.question), this.setNewInstanceNoMatchText(t3.askForSlot.noMatch)), this._updateConfirmationQuestionProperty(false), this._updateContinuationPromptProperty(false), this.setBranchOutOfService(k.default.maxNoInputsOptional.outputId), this.setBranchOutOfService(k.default.maxNoMatchesOptional.outputId), this.setBranchOutOfService(k.default.skipResponseCaptureOptional.outputId), this.setBranchOutOfService(k.default.default.outputId), this.isChooserFunctionalityAvailable && (this.uiMetaData.version = re); + const t3 = ne(this.parentFlow.defaultLanguage), i3 = this.selectedSlot; + p.default.isString(i3) && i3.length ? (this.parentFlow.isDigitalBotFlow ? this.setNewInstanceNoInputText((0, c.sprintf)(t3.askForSlot.noInputWithSlotDigitalBot, i3)) : this.setNewInstanceNoInputText((0, c.sprintf)(t3.askForSlot.noInputWithSlot, i3)), this.setNewInstanceQuestionText((0, c.sprintf)(t3.askForSlot.questionWithSlot, i3)), this.setNewInstanceNoMatchText((0, c.sprintf)(t3.askForSlot.noMatchWithSlot, i3))) : (this.parentFlow.isDigitalBotFlow ? this.setNewInstanceNoInputText(t3.askForSlot.noInputDigitalBot) : this.setNewInstanceNoInputText(t3.askForSlot.noInput), this.setNewInstanceQuestionText(t3.askForSlot.question), this.setNewInstanceNoMatchText(t3.askForSlot.noMatch)), this._updateConfirmationQuestionProperty(false), this._updateContinuationPromptProperty(false), this.setBranchOutOfService(k.default.maxNoInputsOptional.outputId), this.setBranchOutOfService(k.default.maxNoMatchesOptional.outputId), this.setBranchOutOfService(k.default.skipResponseCaptureOptional.outputId), this.setBranchOutOfService(k.default.default.outputId), this.isChooserFunctionalityAvailable && (this.uiMetaData.version = oe); } _updateAskResultProperty() { const e3 = this.parentFlow.nluMetaData.getSlotVariableForSlotName(this.selectedSlot); e3 ? (this.askResult.type = e3.type, this.askResult.setText(e3.name, true, true), this.askResult.outOfService = false) : (this.askResult.setText("", true, true), this.askResult.outOfService = true); } _updateContinuationPromptProperty(e3) { - const t3 = ie(this.parentFlow.defaultLanguage); + const t3 = ne(this.parentFlow.defaultLanguage); if (!this.continuationPrompt.outOfService) { const e4 = (0, c.sprintf)(t3.askForSlot.continuationPromptWithSlot, this.selectedSlot); this.continuationPrompt.setCommunicationBuilderText(e4); @@ -73606,37 +74077,37 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; var t3, i3, o2, a2, s2, u2, p2, _2, h2, m2, g2, f2, T2, y2; if (this._updateChooser(), super.validate(e3), l.__classPrivateFieldSet(this, n2, false, "f"), l.__classPrivateFieldSet(this, r2, void 0, "f"), this.selectedSlot) { const e4 = this.parentFlow.getAllSlotsToSlotHandlingMap().get(this.selectedSlot); - void 0 === e4 ? l.__classPrivateFieldSet(this, r2, (0, c.sprintf)(ne.askForSlot.selectedSlotError, this.selectedSlot), "f") : e4 !== z.SlotHandlingType.standardSlot && l.__classPrivateFieldSet(this, r2, (0, c.sprintf)(ne.voiceSurvey.voiceSurveySlotNotAllowedErrorMessage, this.selectedSlot), "f"); - } else this.selectedSlot || l.__classPrivateFieldSet(this, r2, ne.askForSlot.noSlotSelected, "f"); - if (l.__classPrivateFieldGet(this, r2, "f") && (l.__classPrivateFieldSet(this, n2, true, "f"), e3.addError(this, l.__classPrivateFieldGet(this, r2, "f"))), this._updateSelectedSlotType(), this.selectedSlot && this.askResult.isEmpty && e3.addError(this, ne.askForSlot.askForSlotInvalid), this.chooser.isLiteralMode) { + void 0 === e4 ? l.__classPrivateFieldSet(this, r2, (0, c.sprintf)(re.askForSlot.selectedSlotError, this.selectedSlot), "f") : e4 !== z.SlotHandlingType.standardSlot && l.__classPrivateFieldSet(this, r2, (0, c.sprintf)(re.voiceSurvey.voiceSurveySlotNotAllowedErrorMessage, this.selectedSlot), "f"); + } else this.selectedSlot || l.__classPrivateFieldSet(this, r2, re.askForSlot.noSlotSelected, "f"); + if (l.__classPrivateFieldGet(this, r2, "f") && (l.__classPrivateFieldSet(this, n2, true, "f"), e3.addError(this, l.__classPrivateFieldGet(this, r2, "f"))), this._updateSelectedSlotType(), this.selectedSlot && this.askResult.isEmpty && e3.addError(this, re.askForSlot.askForSlotInvalid), this.chooser.isLiteralMode) { const t4 = this.chooser.type.getPresentationModeIsTimePicker(this.chooser), i4 = this.chooser.type.isSelectedSlotTypeDynamicDateTime(this.chooser), n3 = this.chooser.type.getPresentationModeStr(this.chooser); if (t4 !== i4 && !this.chooser.outOfService) { - const t5 = (0, c.sprintf)(ne.cardsAndCars.expression.chooserPresentationModeNotAllowedWithMismatchSlotType, n3); - te.default.addError(e3, this.chooser, t5); + const t5 = (0, c.sprintf)(re.cardsAndCars.expression.chooserPresentationModeNotAllowedWithMismatchSlotType, n3); + ie.default.addError(e3, this.chooser, t5); } } if (!this.confirmationQuestion.outOfService && this.selectedSlot && this.confirmationQuestion.config) { const t4 = this.parentFlow.nluMetaData.getSlotVariableForSlotName(this.selectedSlot); - t4 && this.confirmationQuestion.variables && !this.confirmationQuestion.variables[t4.id] && te.default.addWarning(e3, this.confirmationQuestion, (0, c.sprintf)(ne.askForSlot.confirmationQuestionDoesNotReferenceSlotVariable, t4.name)); + t4 && this.confirmationQuestion.variables && !this.confirmationQuestion.variables[t4.id] && ie.default.addWarning(e3, this.confirmationQuestion, (0, c.sprintf)(re.askForSlot.confirmationQuestionDoesNotReferenceSlotVariable, t4.name)); } if (!this.continuationPrompt.outOfService && this.selectedSlot && this.continuationPrompt.config) { const t4 = this.parentFlow.nluMetaData.getSlotVariableForSlotName(this.selectedSlot); if (t4 && this.continuationPrompt.variables && !this.continuationPrompt.variables[t4.id]) { - const i4 = (0, c.sprintf)(ne.askForSlot.continuationPromptDoesNotReferenceSlotVariable, t4.name); + const i4 = (0, c.sprintf)(re.askForSlot.continuationPromptDoesNotReferenceSlotVariable, t4.name); e3.addExpressionWarning(this.continuationPrompt, i4); } } if (this.selectedSlot && this.selectedSlotType && !this.confirmationMode.outOfService) { const t4 = d.EntityUtil.hasMinLengthForEntityType(d.EntityUtil.getEntityTypeByName(this.parentFlow.nlu, this.selectedSlotType)), i4 = this.confirmationMode.isLiteralMode && this.confirmationMode.text === B.never.id; if (t4 && i4) { - const t5 = (0, c.sprintf)(ne.askForSlot.confirmationModeNeverWithRangeValuesWarning, this.selectedSlot); + const t5 = (0, c.sprintf)(re.askForSlot.confirmationModeNeverWithRangeValuesWarning, this.selectedSlot); e3.addExpressionWarning(this.confirmationMode, t5); } } - if (this._needsSpeechParamOverrideError && (this.speechToTextEngineId ? (e3.addError(this, (0, c.sprintf)(ne.grammars.modal.overrideSpeechRecognitionErrorMessage, ne.speechToText.speechToTextEngineLabel, ne.grammars.grammarLabel)), this.grammar.setParseError((0, c.sprintf)(ne.grammars.modal.overrideSpeechRecognitionErrorMessageAlternative, ne.grammars.grammarLabel))) : (e3.addError(this, (0, c.sprintf)(ne.grammars.modal.overrideSpeechRecognitionErrorMessage, ne.grammars.grammarLabel, ne.speechToText.speechToTextEngineLabel)), this.speechToTextEngine.currentUiErrorMessage = (0, c.sprintf)(ne.grammars.modal.overrideSpeechRecognitionErrorMessageAlternative, ne.speechToText.speechToTextEngineLabel))), this.isChooserFunctionalityAvailable && this.chooser && this.chooser.type.getPresentationModeIsQuickReplies(this.chooser)) { + if (this._needsSpeechParamOverrideError && (this.speechToTextEngineId ? (e3.addError(this, (0, c.sprintf)(re.grammars.modal.overrideSpeechRecognitionErrorMessage, re.speechToText.speechToTextEngineLabel, re.grammars.grammarLabel)), this.grammar.setParseError((0, c.sprintf)(re.grammars.modal.overrideSpeechRecognitionErrorMessageAlternative, re.grammars.grammarLabel))) : (e3.addError(this, (0, c.sprintf)(re.grammars.modal.overrideSpeechRecognitionErrorMessage, re.grammars.grammarLabel, re.speechToText.speechToTextEngineLabel)), this.speechToTextEngine.currentUiErrorMessage = (0, c.sprintf)(re.grammars.modal.overrideSpeechRecognitionErrorMessageAlternative, re.speechToText.speechToTextEngineLabel))), this.isChooserFunctionalityAvailable && this.chooser && this.chooser.type.getPresentationModeIsQuickReplies(this.chooser)) { const n3 = (null === (p2 = null === (u2 = null === (s2 = null === (a2 = null === (o2 = null === (i3 = null === (t3 = this.chooser) || void 0 === t3 ? void 0 : t3.properties) || void 0 === i3 ? void 0 : i3.quickreplies) || void 0 === o2 ? void 0 : o2.properties) || void 0 === a2 ? void 0 : a2.buttons) || void 0 === s2 ? void 0 : s2.collectionItems) || void 0 === u2 ? void 0 : u2.items) || void 0 === p2 ? void 0 : p2.filter((e4) => e4.type.isSkipChoice(e4))) || []; n3.length > 1 && n3.forEach((t4) => { - e3.addExpressionError(t4, (0, c.sprintf)(ne.askForSlot.tooManySkipChoicesError, n3.length)); + e3.addExpressionError(t4, (0, c.sprintf)(re.askForSlot.tooManySkipChoicesError, n3.length)); }); } if (this.isChooserFunctionalityAvailable && this.chooser && this.chooser.type.getPresentationModeIsCarousel(this.chooser)) { @@ -73645,7 +74116,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return null === (r3 = null === (n3 = null === (i4 = null === (t5 = null == e4 ? void 0 : e4.properties) || void 0 === t5 ? void 0 : t5.buttons) || void 0 === i4 ? void 0 : i4.collectionItems) || void 0 === n3 ? void 0 : n3.items) || void 0 === r3 ? void 0 : r3.filter((e5) => e5.type.isSkipChoice(e5)).length; })) || []; t4.length > 1 && t4.forEach((i4) => { - e3.addExpressionError(i4, (0, c.sprintf)(ne.askForSlot.tooManySkipChoicesError, t4.length)); + e3.addExpressionError(i4, (0, c.sprintf)(re.askForSlot.tooManySkipChoicesError, t4.length)); }); } } @@ -73654,7 +74125,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return void 0 === this._isChooserFunctionalityAvailable && (this._isChooserFunctionalityAvailable = (null === (t3 = null === (e3 = this.chooser) || void 0 === e3 ? void 0 : e3.supportedFlowTypes) || void 0 === t3 ? void 0 : t3.includes(this.parentFlow.type)) && (null === (n3 = null === (i3 = this.chooser) || void 0 === i3 ? void 0 : i3.type) || void 0 === n3 ? void 0 : n3.isAvailableForFlowType(this.parentFlow.type))), this._isChooserFunctionalityAvailable; } } - n2 = /* @__PURE__ */ new WeakMap(), r2 = /* @__PURE__ */ new WeakMap(), o = /* @__PURE__ */ new WeakMap(), a = /* @__PURE__ */ new WeakMap(), s = /* @__PURE__ */ new WeakMap(), oe.info = K.default.createActionInfo({ actionClass: oe, canBeInTask: true, helpTopic: J.helpTopics.actions.askForSlot, modelClass: i2(21453), name: ne.actions.askForSlot, scriptingName: "ArchActionAskForSlot", supportsUtteranceHistoricalData: true }), t2.default = oe; + n2 = /* @__PURE__ */ new WeakMap(), r2 = /* @__PURE__ */ new WeakMap(), o = /* @__PURE__ */ new WeakMap(), a = /* @__PURE__ */ new WeakMap(), s = /* @__PURE__ */ new WeakMap(), ae.info = K.default.createActionInfo({ actionClass: ae, canBeInTask: true, helpTopic: J.helpTopics.actions.askForSlot, modelClass: i2(21453), name: re.actions.askForSlot, scriptingName: "ArchActionAskForSlot", supportsUtteranceHistoricalData: true }), t2.default = ae; }, 60885: (e2, t2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.lexStatuses = void 0, t2.lexStatuses = { v1: { building: "BUILDING", failed: "FAILED", notBuilt: "NOT_BUILT", ready: "READY", readyLower: "ready" }, v2: { creating: "CREATING", available: "AVAILABLE", availableLower: "available", deleting: "DELETING", failed: "FAILED" } }; @@ -73746,8 +74217,25 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return l.name = r2(t3).initialState, l.variables = [], l.actionList = [], i3.flowSequenceItemList = [l], i3.initialSequence = l.id, i3; }; const n2 = i2(31635).__importDefault(i2(37752)), r2 = i2(21733), o = i2(89266), a = i2(69674), s = i2(49804); + }, 61144: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.CustomerSegmentViewModel = void 0; + const n2 = i2(74483); + class r2 extends n2.NameIdConfigurationListViewModel { + constructor(e3) { + super(e3); + } + get className() { + return "CustomerSegmentViewModel"; + } + get label() { + return this._model.name; + } + } + t2.CustomerSegmentViewModel = r2; }, 61154: (e2, t2, i2) => { let n2, r2, o = i2(76982), { urlAlphabet: a } = i2(97362), s = (e3) => { + if (e3 < 0 || e3 > 1024) throw new RangeError("Wrong ID size"); !n2 || n2.length < e3 ? (n2 = Buffer.allocUnsafe(128 * e3), o.randomFillSync(n2), r2 = 0) : r2 + e3 > n2.length && (o.randomFillSync(n2), r2 = 0), r2 += e3; }, l = (e3) => (s(e3 |= 0), n2.subarray(r2 - e3, r2)), u = (e3, t3, i3) => { let n3 = (2 << 31 - Math.clz32(e3.length - 1 | 1)) - 1, r3 = Math.ceil(1.6 * n3 * t3 / e3.length); @@ -73831,8 +74319,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }; }, 61289: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = n2.__importStar(i2(63824)), o = n2.__importStar(i2(99434)), a = n2.__importDefault(i2(92140)), s = i2(12179), l = n2.__importDefault(i2(5730)), u = n2.__importDefault(i2(73198)), d = n2.__importDefault(i2(97891)), c = i2(12457), p = i2(67607), _ = i2(79467), h = i2(58525), m = i2(80428), g = i2(47957), f = i2(24032).getTopic("HoldMusicActionModel"); - class T extends l.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(73198)), a = n2.__importStar(i2(63824)), s = i2(80428), l = i2(24032), u = i2(67607), d = i2(79467), c = i2(58525), p = n2.__importStar(i2(99434)), _ = i2(12179), h = i2(12457), m = n2.__importDefault(i2(97891)), g = n2.__importDefault(i2(5730)), f = (0, l.getTopic)("HoldMusicActionModel"), T = i2(47957); + class y extends g.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } @@ -73841,11 +74329,11 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } getDetails() { const e3 = [], t3 = []; - if (this.prompt && this.prompt.text ? (e3.push(g.audio.sequenceTypePromptLabel), t3.push(this.prompt.text)) : this.prompt && this.prompt.defaultExpression && this.prompt.defaultExpression.text && (e3.push(g.audio.sequenceTypePromptLabel), t3.push(this.prompt.defaultExpression.text)), this.playForDuration && this.duration && this.duration.text) { - const i3 = o.getDisplayText(this.duration); - e3.push(g.holdMusic.durationLabel), t3.push(i3); + if (this.prompt && this.prompt.text ? (e3.push(T.audio.sequenceTypePromptLabel), t3.push(this.prompt.text)) : this.prompt && this.prompt.defaultExpression && this.prompt.defaultExpression.text && (e3.push(T.audio.sequenceTypePromptLabel), t3.push(this.prompt.defaultExpression.text)), this.playForDuration && this.duration && this.duration.text) { + const i3 = p.getDisplayText(this.duration); + e3.push(T.holdMusic.durationLabel), t3.push(i3); } - return new c.ActionDetails(e3, t3); + return new h.ActionDetails(e3, t3); } _initializeDesignTime() { super._initializeDesignTime(), this.prompt.options.setAllowModeLiteral(true), this.prompt.isVariableMode && (this.prompt.setAsExpression(this.prompt.text), f.info(`Migrated hold action '${this.id} to prompt reference`)), this.prompt.options.setAllowModeVariable(false); @@ -73854,7 +74342,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this.duration.outOfService = !this.model.playForDuration; } static get managedProperties() { - return [{ property: "duration", label: g.holdMusic.durationLabel, type: m.expressionTypeNames.duration, options: _.ExpressionTypeDurationOptions.create((e3) => e3.setDefaultText(u.default.litDurationOneMinute).setDurationStyle(r2.durationStyles.minutesSecondsAndMsDuration).setIninTestingField("durationExpression").facets.setMinDur(0, true).setMaxDur(900 * u.default.msPerSecond, true)) }, { property: "prompt", label: g.holdMusic.promptLabel, type: m.expressionTypeNames.prompt, options: h.ExpressionTypePromptOptions.create((e3) => e3.setIninTestingField("holdPrompt").setDefaultText("Flow.HoldPrompt").setDefaultToExpression(true).setAllowModeVariable(true).setAllowModeExpression(true).setAllowModeLiteral(false).setRequireAudio(true)) }, { property: "bargeInExpression", label: g.audio.bargeInExpressionLabel, type: m.expressionTypeNames.boolean, options: p.ExpressionTypeBooleanOptions.create((e3) => e3.setIninTestingField("bargeInExpression").setAsInput(true).setUseCheckbox(true).setDefaultText(u.default.false)), yamlOptions: T.createYamlOptions("bargeInExpression", (e3) => e3.setPropertyName("bargeInEnabled")) }]; + return [{ property: "duration", label: T.holdMusic.durationLabel, type: s.expressionTypeNames.duration, options: d.ExpressionTypeDurationOptions.create((e3) => e3.setDefaultText(o.default.litDurationOneMinute).setDurationStyle(a.durationStyles.minutesSecondsAndMsDuration).setIninTestingField("durationExpression").facets.setMinDur(0, true).setMaxDur(900 * o.default.msPerSecond, true)) }, { property: "prompt", label: T.holdMusic.promptLabel, type: s.expressionTypeNames.prompt, options: c.ExpressionTypePromptOptions.create((e3) => e3.setIninTestingField("holdPrompt").setDefaultText("Flow.HoldPrompt").setDefaultToExpression(true).setAllowModeVariable(true).setAllowModeExpression(true).setAllowModeLiteral(false).setRequireAudio(true)) }, { property: "bargeInExpression", label: T.audio.bargeInExpressionLabel, type: s.expressionTypeNames.boolean, options: u.ExpressionTypeBooleanOptions.create((e3) => e3.setIninTestingField("bargeInExpression").setAsInput(true).setUseCheckbox(true).setDefaultText(o.default.false)), yamlOptions: y.createYamlOptions("bargeInExpression", (e3) => e3.setPropertyName("bargeInEnabled")) }]; } get playForDuration() { return this.model.playForDuration; @@ -73863,10 +74351,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; this.model.playForDuration = e3, this.setOutOfService(); } postProcessYamlConfig(e3, t3, i3) { - e3.playStyle = {}, this.playForDuration ? a.default.moveAndDeleteProperty(e3, e3.playStyle, "duration") : (e3.playStyle.entirePrompt = true, delete e3.duration); + e3.playStyle = {}, this.playForDuration ? r2.default.moveAndDeleteProperty(e3, e3.playStyle, "duration") : (e3.playStyle.entirePrompt = true, delete e3.duration); } } - T.info = d.default.createActionInfo({ actionClass: T, canBeInTask: true, helpTopic: s.helpTopics.actions.holdMusic, modelClass: i2(44103), name: g.actions.holdMusic, scriptingName: "ArchActionHoldMusic" }), t2.A = T; + y.info = m.default.createActionInfo({ actionClass: y, canBeInTask: true, helpTopic: _.helpTopics.actions.holdMusic, modelClass: i2(44103), name: T.actions.holdMusic, scriptingName: "ArchActionHoldMusic" }), t2.A = y; }, 61343: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.inboundShortMessageListManager = t2.InboundShortMessageListManager = void 0; @@ -73949,13 +74437,18 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; delete e3[i3]; }); }, destroyContents: function(e3) { - e3 && n2.isArray(e3) && (e3.forEach((e4) => { - try { + if (!e3) return; + let t3; + if (n2.isArray(e3) ? t3 = e3 : e3 instanceof Map ? t3 = e3.values() : "object" == typeof e3 && (t3 = Object.values(e3)), t3) { + for (const e4 of t3) try { n2.isFunction(e4.destroy) ? e4.destroy() : console.error("item is missing destroy method in destroyContents"); } catch (e5) { console.error(e5, "exception caught during destroyContents"); } - }), e3.length = 0); + if (n2.isArray(e3)) e3.length = 0; + else if (e3 instanceof Map) e3.clear(); + else for (const t4 of Object.keys(e3)) delete e3[t4]; + } }, addPromiseTimeout: function(e3, t3, i3) { const n3 = new Promise((e4, n4) => setTimeout(() => n4(i3 || "timeout"), t3)); return Promise.race([e3, n3]); @@ -74504,8 +74997,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 62028: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(42175)), o = n2.__importDefault(i2(94225)), { menuActionActionType: a } = i2(30801), { taskActionActionType: s } = i2(30801); - class l extends r2.default { + const n2 = i2(31635), r2 = i2(30801), o = i2(30801), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(42175)); + class l extends s.default { constructor(e3) { super(e3), this._coreMenuChoiceViewModel = e3, this._archAction = this.coreFactory.createArchActionFromCoreAction(e3.action), this._archSpeechRecTermContainers = this.coreFactory.createArchWrapper(e3.speechRecTerms); } @@ -74547,10 +75040,10 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; set name(e3) { if (!e3) throw "you cannot have a blank name set on a menu, sub menu or menu action"; if (this.logNote("setting the name to '" + e3 + "'"), this._coreMenuChoiceViewModel.name = e3, this._coreMenuChoiceViewModel.action && this._coreMenuChoiceViewModel.action.info) switch (this._coreMenuChoiceViewModel.action.info.typeId) { - case s: + case o.taskActionActionType: this._coreMenuChoiceViewModel.task && (this.logNote("setting the underlying task name to '" + e3 + "'"), this._coreMenuChoiceViewModel.task.name = e3); break; - case a: + case r2.menuActionActionType: this._coreMenuChoiceViewModel.menu && (this.logNote("setting the underlying menu name to '" + e3 + "'"), this._coreMenuChoiceViewModel.menu.name = e3); } this._coreMenuChoiceViewModel.action.nameFacetError && this.logErrorAndThrow(this._coreMenuChoiceViewModel.action.nameFacetError); @@ -74569,7 +75062,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } set trackingId(e3) { const t3 = this._infoPropSet("value", "trackingId"); - this._ensureCanSetTrackingIds(t3, o.default, e3); + this._ensureCanSetTrackingIds(t3, a.default, e3); const i3 = this._getCoreViewModel(), n3 = i3.trackingId; n3 !== e3 && (i3.trackingId = e3, this.logItemVerboseNote(t3, `updated tracking ID from ${n3} to ${i3.trackingId}.`)); } @@ -74705,7 +75198,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(11210)); class a extends o.default { constructor(e3) { - super(e3), this._communication = this.coreFactory.createArchValueFromExpression(e3.communication); + super(e3), this._communication = this.coreFactory.createArchValueFromExpression(e3.communication), this._enableBargeIn = this.coreFactory.createArchValueFromExpression(e3.enableBargeIn); } get _actionTypeId() { return r2.communicateActionType; @@ -74716,6 +75209,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; get communication() { return this._communication; } + get enableBargeIn() { + return this._enableBargeIn; + } get isArchActionCommunicate() { return true; } @@ -74858,9 +75354,9 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; t2.asyncScheduler = new r2.AsyncScheduler(n2.AsyncAction), t2.async = t2.asyncScheduler; }, 62416: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllPromoteExternalContactFailureReasons = t2.getPromoteExternalContactFailureReasons = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.allPromoteExternalContactFailureReasons = t2.promoteExternalContactFailureReasons = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", externalContactAlreadyCurated: "ExternalContactAlreadyCurated", generalError: "GeneralError", invalidExternalContact: "InvalidExternalContact" }, o = [r2.generalError]; - t2.getPromoteExternalContactFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.externalContactAlreadyCurated, r2.invalidExternalContact])), t2.getAllPromoteExternalContactFailureReasons = r2; + t2.promoteExternalContactFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.externalContactAlreadyCurated, r2.invalidExternalContact])), t2.allPromoteExternalContactFailureReasons = r2; }, 62446: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -74993,7 +75489,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; if (!r3) return null; for (let e4 = 0; e4 < r3.actions.length; e4++) if (r3.actions[e4].info.getAvailability(t3, i3, n3)) return r3.actions[e4]; }, t2._processBootstrapData = y; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(9456), s = n2.__importStar(i2(12847)), l = n2.__importDefault(i2(61864)), u = i2(55909), d = i2(33951), c = i2(74359), p = i2(43096), _ = "NodeManager", h = {}, m = {}, g = {}, f = []; + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(9456), s = n2.__importStar(i2(12847)), l = n2.__importDefault(i2(61864)), u = i2(55909), d = i2(33951), c = n2.__importStar(i2(74359)), p = i2(43096), _ = "NodeManager", h = {}, m = {}, g = {}, f = []; function T(e3, t3, i3) { if (!t3) return null; const n3 = m[t3.__type]; @@ -75254,19 +75750,19 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; t2.default = s, n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], s.prototype, "tableId", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], s.prototype, "publishedContract", null); }, 63003: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(97891)), a = n2.__importDefault(i2(5478)), s = i2(49706), l = i2(45077), u = i2(21305), d = i2(80428), c = i2(82632), p = i2(47957); - class _ extends a.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(5478)), o = i2(21305), a = i2(80428), s = i2(12179), l = n2.__importDefault(i2(97891)), u = i2(82632), d = i2(49706), c = i2(45077), p = i2(47957); + class _ extends r2.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get managedProperties() { - return [{ label: p.skillExpressionFilters.skillExpressionFiltersLabel, property: "skillExpressionFilters", options: u.ExpressionTypeJsonOptions.create((e3) => e3.setAsInput().setIsOptional(false).setIsCollection(true).setMinItems(c.setSkillExpressionFilters.skillExpressionFilters.minItems).setMaxItems(c.setSkillExpressionFilters.skillExpressionFilters.maxItems).setIsCustomJsonType(true).setIninTestingField("skillExpressionFilters").setDescriptionInfo(null, p.skillExpressionFilters.setSkillExpressionFiltersTooltipInfo)), type: d.expressionTypeNames.skillExpressionFilter, typeOfJsonShouldBeCustom: true, yamlOptions: _.createYamlOptions("skillExpressionFilters", (e3) => e3.setPropertyName("skillExpressionFilters")) }]; + return [{ label: p.skillExpressionFilters.skillExpressionFiltersLabel, property: "skillExpressionFilters", options: o.ExpressionTypeJsonOptions.create((e3) => e3.setAsInput().setIsOptional(false).setIsCollection(true).setMinItems(u.setSkillExpressionFilters.skillExpressionFilters.minItems).setMaxItems(u.setSkillExpressionFilters.skillExpressionFilters.maxItems).setIsCustomJsonType(true).setIninTestingField("skillExpressionFilters").setDescriptionInfo(null, p.skillExpressionFilters.setSkillExpressionFiltersTooltipInfo)), type: a.expressionTypeNames.skillExpressionFilter, typeOfJsonShouldBeCustom: true, yamlOptions: _.createYamlOptions("skillExpressionFilters", (e3) => e3.setPropertyName("skillExpressionFilters")) }]; } _getPossibleErrors() { - return l.getSetSkillExpressionFiltersFailureReasons; + return c.setSkillExpressionFiltersFailureReasons; } } - _.info = o.default.createActionInfo({ actionClass: _, canBeInTask: true, helpTopic: r2.helpTopics.actions.setSkillExpressionFilters, modelClass: s.SetSkillExpressionFiltersActionModel, name: p.actions.setSkillExpressionFilters, scriptingName: "ArchActionSetSkillExpressionFilters" }), t2.A = _; + _.info = l.default.createActionInfo({ actionClass: _, canBeInTask: true, helpTopic: s.helpTopics.actions.setSkillExpressionFilters, modelClass: d.SetSkillExpressionFiltersActionModel, name: p.actions.setSkillExpressionFilters, scriptingName: "ArchActionSetSkillExpressionFilters" }), t2.A = _; }, 63005: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -75946,7 +76442,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const t3 = (e3 = e3 || "").match(/^MakeDuration\(\s*(\d+)\s*,\s*(-?\d+)\s*,\s*(-?\d+)\s*,\s*(-?\d+)\s*,\s*((-?\d+))?\)$/i); return t3 ? h([t3[1] ? parseInt(t3[1], 10) : 0, t3[2] ? parseInt(t3[2], 10) : 0, t3[3] ? parseInt(t3[3], 10) : 0, t3[4] ? parseInt(t3[4], 10) : 0, t3[6] ? parseInt(t3[6], 10) : 0]) : t3; }; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(73198)), a = i2(17604), s = i2(74359), l = i2(76123), u = i2(98261), d = i2(47957), c = r2.default.findWhere(u, { id: s.getCurrentLanguage() }).humanizeDuration || "en", p = { days: { display: d.duration.days, type: "D", scale: o.default.secsPerDay }, hours: { display: d.duration.hours, type: "H", scale: o.default.secsPerHour }, minutes: { display: d.duration.minutes, type: "M", scale: o.default.secsPerMinute }, seconds: { display: d.duration.seconds, type: "S", scale: 1 }, milliseconds: { display: d.duration.milliseconds, type: "F", scale: 1e-3 } }, _ = { secondsAndTenthsDuration: { timeFormat: "ss.S", defaultUnit: p.seconds.type, supportedUnits: [p.seconds, p.milliseconds], maxSeconds: o.default.secsPerMinute - 0.1 }, minutesSecondsAndMsDuration: { timeFormat: "mm:ss.SSS", defaultUnit: p.minutes.type, supportedUnits: [p.minutes, p.seconds, p.milliseconds], maxSeconds: o.default.secsPerHour - 1e-3 }, veryShortDuration: { timeFormat: "mm:ss", defaultUnit: p.minutes.type, supportedUnits: [p.minutes, p.seconds], maxSeconds: o.default.secsPerHour - 1 }, shortDuration: { timeFormat: "HH:mm", defaultUnit: p.minutes.type, supportedUnits: [p.hours, p.minutes], maxSeconds: o.default.secsPerDay - o.default.secsPerMinute }, mediumDuration: { timeFormat: "HH:mm:ss", defaultUnit: p.minutes.type, supportedUnits: [p.hours, p.minutes, p.seconds], maxSeconds: o.default.secsPerDay - 1 }, mediumAndMsDuration: { timeFormat: "HH:mm:ss.SSS", defaultUnit: p.minutes.type, supportedUnits: [p.hours, p.minutes, p.seconds, p.milliseconds], maxSeconds: o.default.secsPerDay - 1e-3 }, longDuration: { timeFormat: "d-HH:mm", defaultUnit: p.minutes.type, supportedUnits: [p.days, p.hours, p.minutes], maxSeconds: o.default.maxDurationSecs }, fullDuration: { timeFormat: "d-HH:mm:ss", defaultUnit: p.minutes.type, supportedUnits: [p.days, p.hours, p.minutes, p.seconds], maxSeconds: o.default.maxDurationSecs }, minutes: { timeFormat: "mm", defaultUnit: p.minutes.type, supportedUnits: [p.minutes], maxSeconds: o.default.secsPerHour }, fullAndMsDuration: { timeFormat: "d-HH:mm:ss.SSS", defaultUnit: p.minutes.type, supportedUnits: [p.days, p.hours, p.minutes, p.seconds, p.milliseconds], maxSeconds: o.default.maxDurationSecs } }; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(73198)), a = i2(17604), s = n2.__importStar(i2(74359)), l = i2(85306), u = i2(76123), d = i2(47957), c = r2.default.findWhere(l.isoLanguagesUiData, { id: s.getCurrentLanguage() }).humanizeDuration || "en", p = { days: { display: d.duration.days, type: "D", scale: o.default.secsPerDay }, hours: { display: d.duration.hours, type: "H", scale: o.default.secsPerHour }, minutes: { display: d.duration.minutes, type: "M", scale: o.default.secsPerMinute }, seconds: { display: d.duration.seconds, type: "S", scale: 1 }, milliseconds: { display: d.duration.milliseconds, type: "F", scale: 1e-3 } }, _ = { secondsAndTenthsDuration: { timeFormat: "ss.S", defaultUnit: p.seconds.type, supportedUnits: [p.seconds, p.milliseconds], maxSeconds: o.default.secsPerMinute - 0.1 }, minutesSecondsAndMsDuration: { timeFormat: "mm:ss.SSS", defaultUnit: p.minutes.type, supportedUnits: [p.minutes, p.seconds, p.milliseconds], maxSeconds: o.default.secsPerHour - 1e-3 }, veryShortDuration: { timeFormat: "mm:ss", defaultUnit: p.minutes.type, supportedUnits: [p.minutes, p.seconds], maxSeconds: o.default.secsPerHour - 1 }, shortDuration: { timeFormat: "HH:mm", defaultUnit: p.minutes.type, supportedUnits: [p.hours, p.minutes], maxSeconds: o.default.secsPerDay - o.default.secsPerMinute }, mediumDuration: { timeFormat: "HH:mm:ss", defaultUnit: p.minutes.type, supportedUnits: [p.hours, p.minutes, p.seconds], maxSeconds: o.default.secsPerDay - 1 }, mediumAndMsDuration: { timeFormat: "HH:mm:ss.SSS", defaultUnit: p.minutes.type, supportedUnits: [p.hours, p.minutes, p.seconds, p.milliseconds], maxSeconds: o.default.secsPerDay - 1e-3 }, longDuration: { timeFormat: "d-HH:mm", defaultUnit: p.minutes.type, supportedUnits: [p.days, p.hours, p.minutes], maxSeconds: o.default.maxDurationSecs }, fullDuration: { timeFormat: "d-HH:mm:ss", defaultUnit: p.minutes.type, supportedUnits: [p.days, p.hours, p.minutes, p.seconds], maxSeconds: o.default.maxDurationSecs }, minutes: { timeFormat: "mm", defaultUnit: p.minutes.type, supportedUnits: [p.minutes], maxSeconds: o.default.secsPerHour }, fullAndMsDuration: { timeFormat: "d-HH:mm:ss.SSS", defaultUnit: p.minutes.type, supportedUnits: [p.days, p.hours, p.minutes, p.seconds, p.milliseconds], maxSeconds: o.default.maxDurationSecs } }; function h(e3) { const t3 = [0, 0, 0, 0, 0]; if (!e3) return t3; @@ -75956,8 +76452,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } function m(e3) { let t3; - if (e3 < 0 && (t3 = true, e3 *= -1), e3.toString().includes("0.")) return l(e3 *= 1e3, { language: c, units: ["s"] }); - let i3 = l(e3, { language: c, units: ["d", "h", "m", "s", "ms"] }); + if (e3 < 0 && (t3 = true, e3 *= -1), e3.toString().includes("0.")) return u(e3 *= 1e3, { language: c, units: ["s"] }); + let i3 = u(e3, { language: c, units: ["d", "h", "m", "s", "ms"] }); return t3 && (i3 = (0, a.sprintf)(d.expression.facets.negativeDuration, i3)), i3; } function g(e3) { @@ -76269,16 +76765,16 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 64015: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.BaseFlowItem = void 0; - const n2 = i2(19596), r2 = i2(43773); - class o extends n2.DataContract { + const n2 = i2(31635), r2 = i2(19596), o = n2.__importStar(i2(43773)); + class a extends r2.DataContract { constructor(e3) { super(e3), this.uiMetaData = void 0; } getConfiguration(e3, t3) { - return (null == t3 ? void 0 : t3.isForComparison) ? r2.removePropertiesForComparison(this) : this; + return (null == t3 ? void 0 : t3.isForComparison) ? o.removePropertiesForComparison(this) : this; } } - t2.BaseFlowItem = o; + t2.BaseFlowItem = a; }, 64042: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -76515,22 +77011,22 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, n2 = /* @__PURE__ */ new WeakMap(); }, 64315: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(5478)), a = n2.__importDefault(i2(27203)), s = n2.__importDefault(i2(97891)), l = i2(29505), u = i2(67483), d = i2(67483), c = i2(80428), p = i2(47957); - class _ extends o.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(5478)), o = n2.__importDefault(i2(27203)), a = i2(80428), s = i2(29505), l = i2(12179), u = n2.__importDefault(i2(97891)), d = i2(67483), c = i2(67483), p = i2(47957); + class _ extends r2.default { static get managedProperties() { - return [{ label: p.utilizationLabel.utilizationLabelLabel, options: l.ExpressionTypeUtilizationLabelOptions.create((e3) => e3.setAsInput().setDescriptionInfo(p.actions.setUtilizationLabel, p.utilizationLabel.setUtilizationLabelDescription).setIninTestingField("setUtilizationLabel")), property: "utilizationLabel", type: c.expressionTypeNames.utilizationLabel }]; + return [{ label: p.utilizationLabel.utilizationLabelLabel, options: s.ExpressionTypeUtilizationLabelOptions.create((e3) => e3.setAsInput().setDescriptionInfo(p.actions.setUtilizationLabel, p.utilizationLabel.setUtilizationLabelDescription).setIninTestingField("setUtilizationLabel")), property: "utilizationLabel", type: a.expressionTypeNames.utilizationLabel }]; } constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get branchInfo() { - return a.default.successFailure; + return o.default.successFailure; } _getPossibleErrors() { - return this.parentFlow.isWorkitemFlow ? d.getSetUtilizationLabelFailureReasonsWithWorkitem : u.getSetUtilizationLabelFailureReasons; + return this.parentFlow.isWorkitemFlow ? c.setUtilizationLabelFailureReasonsWithWorkitem : d.setUtilizationLabelFailureReasons; } } - _.info = s.default.createActionInfo({ actionClass: _, canBeInTask: true, helpTopic: r2.helpTopics.actions.setUtilizationLabel, modelClass: i2(94449), name: p.actions.setUtilizationLabel, scriptingName: "ArchActionSetUtilizationLabel" }), t2.A = _; + _.info = u.default.createActionInfo({ actionClass: _, canBeInTask: true, helpTopic: l.helpTopics.actions.setUtilizationLabel, modelClass: i2(94449), name: p.actions.setUtilizationLabel, scriptingName: "ArchActionSetUtilizationLabel" }), t2.A = _; }, 64410: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.digitalBotFlowListManager = t2.DigitalBotFlowListManager = void 0; @@ -77158,7 +77654,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 65218: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(66978)), l = n2.__importDefault(i2(11210)), { callbackManager: u } = i2(79963); + const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(66978)), l = n2.__importDefault(i2(11210)), u = i2(79963); class d extends l.default { constructor(e3) { super(e3), this._calleeName = this.coreFactory.createArchWrapper(e3.calleeName), this._callbackNumbers = this.coreFactory.createArchWrapper(e3.callbackNumbers), this._queue = this.coreFactory.createArchWrapper(e3.queue); @@ -77188,14 +77684,14 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return this._queue; } setScriptByNameAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("scriptName", "setScriptByNameAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScriptByNameAsync"), t3, true), o.default.findItemByValueAsync(u, e3, "callback script").then(function(e4) { + return this._checkItemIsValidLiteralString(this._infoParm("scriptName", "setScriptByNameAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScriptByNameAsync"), t3, true), o.default.findItemByValueAsync(u.callbackManager, e3, "callback script").then(function(e4) { return s.default.addPromise(this._coreActionViewModel.setScriptAsync(e4), "setScriptByNameAsync"); }.bind(this)).then(function() { return this._clearInputs(), a.default.executeCallback(this, "setScriptByNameAsync", t3, this); }.bind(this)); } setScriptByIdAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("scriptId", "setScriptByIdAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScriptByIdAsync"), t3, true), o.default.findItemByIdAsync(u, e3, "callback script").then(function(e4) { + return this._checkItemIsValidLiteralString(this._infoParm("scriptId", "setScriptByIdAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScriptByIdAsync"), t3, true), o.default.findItemByIdAsync(u.callbackManager, e3, "callback script").then(function(e4) { return s.default.addPromise(this._coreActionViewModel.setScriptAsync(e4), "setScriptByIdAsync"); }.bind(this)).then(function() { return this._clearInputs(), a.default.executeCallback(this, "setScriptByIdAsync", t3, this); @@ -77953,19 +78449,19 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; e2.exports = i2(43276); }, 65878: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(5478)), a = n2.__importDefault(i2(27203)), s = n2.__importDefault(i2(97891)), l = i2(3219), u = i2(47957); - class d extends o.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(5478)), o = n2.__importDefault(i2(27203)), a = i2(12179), s = n2.__importDefault(i2(97891)), l = i2(3219), u = i2(47957); + class d extends r2.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get branchInfo() { - return a.default.successFailure; + return o.default.successFailure; } _getPossibleErrors() { - return l.getTerminateWorkitemFailureReasons; + return l.terminateWorkitemFailureReasons; } } - d.info = s.default.createActionInfo({ actionClass: d, canBeInTask: true, helpTopic: r2.helpTopics.actions.terminateWorkitem, modelClass: i2(89016), name: u.actions.terminateWorkitem, scriptingName: "ArchActionTerminateWorkitem" }), t2.A = d; + d.info = s.default.createActionInfo({ actionClass: d, canBeInTask: true, helpTopic: a.helpTopics.actions.terminateWorkitem, modelClass: i2(89016), name: u.actions.terminateWorkitem, scriptingName: "ArchActionTerminateWorkitem" }), t2.A = d; }, 65881: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.Scheduler = void 0; @@ -78214,8 +78710,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 66299: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getOAuthClientInfo = void 0; - const n2 = i2(30068).default, r2 = i2(36019).default; - t2.getOAuthClientInfo = r2.request("GET", "{public-api.apps}/api/v2/oauth/clients/{clientId}", n2); + const n2 = i2(31635), r2 = n2.__importDefault(i2(30068)), o = n2.__importDefault(i2(36019)); + t2.getOAuthClientInfo = o.default.request("GET", "{public-api.apps}/api/v2/oauth/clients/{clientId}", r2.default); }, 66314: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.CUSTOM_JSON_PREFIX_LENGTH = t2.CUSTOM_JSON_PREFIX = void 0, t2.isCustomJsonExpressionDataType = c, t2.createCustomJsonExpressionDataTypeStr = function(e3, i3, n3) { @@ -78633,15 +79129,15 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 66700: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importStar(i2(14187)), o = n2.__importDefault(i2(61610)), a = i2(30801), s = i2(12179), l = n2.__importDefault(i2(97891)), u = i2(30801), d = i2(47957), c = i2(50029); - class p extends o.default { + const n2 = i2(31635), r2 = i2(50474), o = n2.__importStar(i2(14187)), a = n2.__importDefault(i2(61610)), s = i2(30801), l = i2(12179), u = n2.__importDefault(i2(97891)), d = i2(30801), c = i2(47957), p = i2(50029); + class _ extends a.default { constructor(e3, t3) { - super(e3), t3.__type !== a.botStateActionType && (t3 = new c(t3)), this._loadModel(t3); + super(e3), t3.__type !== s.botStateActionType && (t3 = new p(t3)), this._loadModel(t3); } static loadSequenceItemListForModel(e3, t3) { if (t3) { - if (t3.__type === a.botStateActionType) return true; - if (t3.__type === u.stateActionType) return 1 === e3.states.length ? (console.error("can not load state model, only 1 bot state allowed currently"), false) : (console.warn("migrating state model to bot state model"), true); + if (t3.__type === s.botStateActionType) return true; + if (t3.__type === d.stateActionType) return (0, r2.isCommonWorkflowViewModel)(e3) && e3.hasStates ? (console.error("can not load state model, only 1 bot state allowed currently"), false) : (console.warn("migrating state model to bot state model"), true); } return false; } @@ -78655,19 +79151,19 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return true; } get resources() { - return { noTerminatingAction: d.botStates.noTerminatingAction, startUpDisplayName: d.startUpBotStateDisplayName }; + return { noTerminatingAction: c.botStates.noTerminatingAction, startUpDisplayName: c.startUpBotStateDisplayName }; } get defaultVariableScope() { - return r2.scopes.flow; + return o.scopes.flow; } get localVariableScope() { - return r2.scopes.bot; + return o.scopes.bot; } get isAllowedAsStartupNode() { return true; } get containerLabel() { - return d.actions.botState; + return c.actions.botState; } get supportsInputVariables() { return false; @@ -78682,7 +79178,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; super.addClipboardDependencies(e3), e3.copyCutProcessStateViewModel(this); } } - p.info = l.default.createReusableNodeInfo({ actionType: a.botStateActionType, actionClass: p, helpTopic: s.helpTopics.tasks.botState, name: d.actions.botState }), t2.default = p; + _.info = u.default.createReusableNodeInfo({ actionType: s.botStateActionType, actionClass: _, helpTopic: l.helpTopics.tasks.botState, name: c.actions.botState }), t2.default = _; }, 66740: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -78873,11 +79369,11 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; }, 66872: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(56549)), o = n2.__importDefault(i2(96875)), a = n2.__importDefault(i2(73198)), s = n2.__importDefault(i2(98114)), l = n2.__importDefault(i2(90396)), u = n2.__importDefault(i2(5024)), d = n2.__importDefault(i2(78432)), c = i2(48565), p = n2.__importDefault(i2(94225)), _ = i2(63689), h = i2(87675), m = i2(46920), g = i2(46920), f = i2(46920), T = i2(46920), y = i2(83563), S = i2(2560), A = i2(50474), N = i2(19312), O = i2(35515), I = i2(14592), v = i2(14592), C = n2.__importDefault(i2(66978)), b = n2.__importDefault(i2(13523)), E = n2.__importDefault(i2(78641)), R = n2.__importDefault(i2(98717)), w = n2.__importDefault(i2(37873)); - let D; - D = i2(79896); - const P = i2(16928), M = i2(37345); - class F extends w.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(56549)), o = n2.__importDefault(i2(96875)), a = n2.__importDefault(i2(73198)), s = n2.__importDefault(i2(98114)), l = n2.__importDefault(i2(90396)), u = n2.__importDefault(i2(5024)), d = n2.__importDefault(i2(78432)), c = i2(48565), p = n2.__importDefault(i2(94225)), _ = i2(63689), h = i2(87675), m = i2(46920), g = i2(46920), f = i2(46920), T = i2(46920), y = i2(83563), S = i2(2560), A = i2(50474), N = i2(19312), O = i2(35515), I = i2(97340), v = i2(14592), C = i2(14592), b = n2.__importDefault(i2(66978)), E = n2.__importDefault(i2(13523)), R = n2.__importDefault(i2(78641)), w = n2.__importDefault(i2(98717)), D = n2.__importDefault(i2(37873)); + let P; + P = i2(79896); + const M = i2(16928), F = i2(37345); + class L extends D.default { static get definition() { const e3 = this.prototype; return e3._ensureSessionIsConnected(e3._infoPropGet("definition"), p.default), e3.coreFactory.createArchWrapper(s.default.getDefinitionForFlowType(e3._flowType)); @@ -78908,7 +79404,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return n2.__awaiter(this, void 0, void 0, function* () { if (!this.isCreated) { const e4 = this._infoMethod("checkoutAsync"); - R.default.itemInvalid(e4, `The flow '${this.name} has not yet been created.`, this.logStr, this.displayTypeName); + w.default.itemInvalid(e4, `The flow '${this.name} has not yet been created.`, this.logStr, this.displayTypeName); } this._checkItemIsValidLiteralBool(this._infoParm("forceUnlock", "checkoutAsync"), e3, true); const i3 = yield r2.default._checkoutFlowByFlowInfoAsync(this._getCoreViewModel().info, e3); @@ -78925,7 +79421,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return n2.__awaiter(this, void 0, void 0, function* () { if (!this.isCreated) { const e4 = this._infoMethod("loadAsync"); - R.default.itemInvalid(e4, `The flow '${this.name} has not yet been created.`, this.logStr, this.displayTypeName); + w.default.itemInvalid(e4, `The flow '${this.name} has not yet been created.`, this.logStr, this.displayTypeName); } const i3 = yield r2.default._loadFlowByFlowInfoAsync(this._getCoreViewModel(), this._getCoreViewModel().info, e3, "loadAsync", true); return this._getCoreViewModel().loadConfiguration(i3), p.default.executeCallback(this, "loadAsync", t3); @@ -78945,8 +79441,8 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return n2.__awaiter(this, void 0, void 0, function* () { this.isCreated || this.logErrorAndThrow("saveAsync - flow not created. Unable to save."), this.logNote("saveAsync - saving flow..."); try { - yield C.default.allSettled(); - const t3 = (0, f.getStringifiedConfiguration)(this._coreFlowViewModel), i3 = yield M.saveConfiguration(this.id, t3); + yield b.default.allSettled(); + const t3 = (0, f.getStringifiedConfiguration)(this._coreFlowViewModel), i3 = yield F.saveConfiguration(this.id, t3); return yield this._coreFlowViewModel.postSave(i3, e3), this.logNote("saveAsync - save successful."), this._logUrl(), this; } catch (e4) { this.logErrorAndThrow("saveAsync - failed to save\n" + e4); @@ -78957,7 +79453,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return n2.__awaiter(this, void 0, void 0, function* () { if (!this.isCreated) { const e4 = this._infoCalledObject(this, "unlockAsync"); - R.default.itemInvalid(e4, "This flow is not created so it is not possible to unlock.", this.logStr, this.displayTypeName); + w.default.itemInvalid(e4, "This flow is not created so it is not possible to unlock.", this.logStr, this.displayTypeName); } const t3 = yield r2.default._unlockFlowAsync(this._getCoreViewModel().info); return this._getCoreViewModel().info.loadModel(t3._model ? t3._model : t3), p.default.executeCallback(this, "unlockAsync", e3); @@ -78970,7 +79466,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; var t4, n3, r4, s2; let u2; try { - const e4 = yield M.getFlows(i3); + const e4 = yield F.getFlows(i3); if (this.name) { const t5 = this.name.toLowerCase(); u2 = e4.entities.find((e5) => e5.name && e5.name.toLowerCase() === t5); @@ -78986,19 +79482,18 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; const e4 = 3; this.logNote("successfully posted request to delete the existing flow named '" + u2.name + "' (id: '" + u2.id + "'). Post delete handling will pause for " + e4 + " seconds."); const t5 = () => (this.logNote("post delete pause complete. Continuing."), true); - return new E.default().beginAsyncPolling(1, e4 * a.default.msPerSecond, t5, "_deleteExistingFlowByNameAsync"); + return new R.default().beginAsyncPolling(1, e4 * a.default.msPerSecond, t5, "_deleteExistingFlowByNameAsync"); } catch (e4) { const i4 = null !== (s2 = null === (r4 = null === (n3 = null === (t4 = null == e4 ? void 0 : e4.response) || void 0 === t4 ? void 0 : t4.errors) || void 0 === n3 ? void 0 : n3[0]) || void 0 === r4 ? void 0 : r4.code) && void 0 !== s2 ? s2 : ""; this.logErrorAndThrow("could not delete the existing flow named '" + u2.name + "' (id: '" + u2.id + "')\n - Error Code: " + i4); } - return false; }))(); - return C.default.addPromise(r3, "deleteExistingFlowByNameAsync"), r3; + return b.default.addPromise(r3, "deleteExistingFlowByNameAsync"), r3; } _getFlowIsSearchable(e3, t3, i3, r3) { return n2.__awaiter(this, void 0, void 0, function* () { try { - return yield new E.default().beginAsyncPolling(t3, i3, this._isFlowSearchableAsync.bind(this), e3), this.logNote(e3 + " - the flow is searchable."), p.default.executeCallback(this, e3, r3, true); + return yield new R.default().beginAsyncPolling(t3, i3, this._isFlowSearchableAsync.bind(this), e3), this.logNote(e3 + " - the flow is searchable."), p.default.executeCallback(this, e3, r3, true); } catch (t4) { return this.logNote(e3 + " - the flow is not searchable."), p.default.executeCallback(this, e3, r3, false); } @@ -79027,12 +79522,15 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; _checkCreationAllowed(e3) { this.isCreated || this.definition.isCreatable || this.logErrorAndThrow(`${e3} - the flow type '${this.flowType}' does not allow creation of new instances. You can check to see if a flow type allows creation of new instances by checking the 'isCreatable' property on the flow type definition (see ArchDefinitionFlow documentation in help).`); } + get isFlowTypeDeprecated() { + return this.definition.isDeprecated; + } _checkPublishAllowed(e3) { - return this.flowType !== d.default.FLOW_TYPES.inboundChat || (this.logErrorAndThrow(`${e3} - Inbound chat flows have been deprecated and can no longer be published.`), false); + return this.isFlowTypeDeprecated && this.logErrorAndThrow(`${e3} - The flow type '${this.flowType}' has been deprecated and can no longer be published.`), true; } checkInAsync(e3) { return n2.__awaiter(this, void 0, void 0, function* () { - this._checkCreationAllowed("checkInAsync"), this._checkItemIsValidLiteralBool(this._infoParm("ensureSearchable", "checkInAsync"), e3, true), yield C.default.allSettled(), yield this.saveAsync(), this.logNote("checkInAsync - checking in..."); + this._checkCreationAllowed("checkInAsync"), this._checkItemIsValidLiteralBool(this._infoParm("ensureSearchable", "checkInAsync"), e3, true), yield b.default.allSettled(), yield this.saveAsync(), this.logNote("checkInAsync - checking in..."); try { yield o.default.checkInFlow(this._coreFlowViewModel, this._logAsyncOperationNotification.bind(this)); } catch (e4) { @@ -79051,30 +79549,28 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } _internalCreateAsync(e3) { return n2.__awaiter(this, void 0, void 0, function* () { - var t3, i3, n3, r3, o2, a2, s2, l2, u2; + var t3, i3, n3, r3, o2, a2, s2, l2; this._checkCreationAllowed("createAsync"), e3 = e3 || this._coreFlowViewModel.cachedCreationDataFromScripting, this.logNote("createAsync - creating flow..."), this.isCreated && this.logErrorAndThrow("createAsync - unable to create because the flow is already created"), this.logNote("createAsync - deleting any existing flow with the name '" + this.name + "' if it exists first..."), this._deleteExistingFlowByNameAsync(); try { - let u3, d2; - if (yield C.default.allSettled(), this._wantValidateBeforeCreate && (yield this._validateAsync(true)), p.default.orgInfo.areDivisionsAvailable) { + let u2, d2; + if (yield b.default.allSettled(), this._wantValidateBeforeCreate && (yield this._validateAsync(true)), p.default.orgInfo.areDivisionsAvailable) { this.logNote("createAsync - getting division information for the new flow"); const e4 = this.division; - e4 || this.logErrorAndThrow("there is no division specified in which to create the flow!"), this.logNote("createAsync - new flow's division will be " + e4.logStr), u3 = e4.id; + e4 || this.logErrorAndThrow("there is no division specified in which to create the flow!"), this.logNote("createAsync - new flow's division will be " + e4.logStr), u2 = e4.id; } - this.logNote("createAsync - delete processing done, now attempting to create flow with the name '" + this.name + "'"), d2 = this.isArchFlowWorkitem ? yield M.createFlow(this.flowType, this.name, this.description, u3, this._coreFlowViewModel.defaultLanguage, e3.worktypeId) : yield M.createFlow(this.flowType, this.name, this.description, u3, this._coreFlowViewModel.languageForFlowCreation), this.isArchBaseFlowBot && (null === (i3 = null === (t3 = d2.nluInfo) || void 0 === t3 ? void 0 : t3.domain) || void 0 === i3 ? void 0 : i3.id) && ((null === (r3 = null === (n3 = null == e3 ? void 0 : e3.nluVersionTemplate) || void 0 === n3 ? void 0 : n3.templateObject) || void 0 === r3 ? void 0 : r3.id) === _.nluDomainManager.getFakeNonCreatedNluDomainId(this._getCoreViewModel()) && (e3.nluVersionTemplate.templateObject.id = d2.nluInfo.domain.id), (null == e3 ? void 0 : e3.nluVersionTemplate) && e3.nluVersionTemplate.templateObject && void 0 === (null === (a2 = null === (o2 = e3.nluVersionTemplate) || void 0 === o2 ? void 0 : o2.templateObject) || void 0 === a2 ? void 0 : a2.id) && (e3.nluVersionTemplate.templateObject.id = d2.nluInfo.domain.id), (null === (l2 = null === (s2 = this._getCoreViewModel().nluMetaData) || void 0 === s2 ? void 0 : s2.archNlu) || void 0 === l2 ? void 0 : l2.id) === _.nluDomainManager.getFakeNonCreatedNluDomainId(this._getCoreViewModel()) && (this._getCoreViewModel().nluMetaData.archNlu.id = d2.nluInfo.domain.id), e3.createdNluDomainId = d2.nluInfo.domain.id, e3.createdEngineVersion = d2.nluInfo.engineVersion), this.logNote(`createAsync - transitioning flow id from '${this._coreFlowViewModel.id}' to '${d2.id}'`), this._coreFlowViewModel.info.loadModel(d2), this.logNote("createAsync - successfully created flow name '" + this.name + "' (id: '" + this.id + "')"), yield this._coreFlowViewModel.postCreate(e3), this.logNote("createAsync - now saving..."); + this.logNote("createAsync - delete processing done, now attempting to create flow with the name '" + this.name + "'"), d2 = this.isArchFlowWorkitem ? yield F.createFlow(this.flowType, this.name, this.description, u2, this._coreFlowViewModel.defaultLanguage, e3.worktypeId) : yield F.createFlow(this.flowType, this.name, this.description, u2, this._coreFlowViewModel.languageForFlowCreation), this.isArchBaseFlowBot && (null === (i3 = null === (t3 = d2.nluInfo) || void 0 === t3 ? void 0 : t3.domain) || void 0 === i3 ? void 0 : i3.id) && ((null === (r3 = null === (n3 = null == e3 ? void 0 : e3.nluVersionTemplate) || void 0 === n3 ? void 0 : n3.templateObject) || void 0 === r3 ? void 0 : r3.id) === _.nluDomainManager.getFakeNonCreatedNluDomainId(this._getCoreViewModel()) && (e3.nluVersionTemplate.templateObject.id = d2.nluInfo.domain.id), (null == e3 ? void 0 : e3.nluVersionTemplate) && e3.nluVersionTemplate.templateObject && void 0 === (null === (a2 = null === (o2 = e3.nluVersionTemplate) || void 0 === o2 ? void 0 : o2.templateObject) || void 0 === a2 ? void 0 : a2.id) && (e3.nluVersionTemplate.templateObject.id = d2.nluInfo.domain.id), (null === (l2 = null === (s2 = this._getCoreViewModel().nluMetaData) || void 0 === s2 ? void 0 : s2.archNlu) || void 0 === l2 ? void 0 : l2.id) === _.nluDomainManager.getFakeNonCreatedNluDomainId(this._getCoreViewModel()) && (this._getCoreViewModel().nluMetaData.archNlu.id = d2.nluInfo.domain.id), e3.createdNluDomainId = d2.nluInfo.domain.id, e3.createdEngineVersion = d2.nluInfo.engineVersion), this.logNote(`createAsync - transitioning flow id from '${this._coreFlowViewModel.id}' to '${d2.id}'`), this._coreFlowViewModel.info.loadModel(d2), this.logNote("createAsync - successfully created flow name '" + this.name + "' (id: '" + this.id + "')"), yield this._coreFlowViewModel.postCreate(e3), this.logNote("createAsync - now saving..."); try { return yield this._saveInternalAsync(); } catch (e4) { - this.logErrorAndThrow(`createAsync - save failed. Exception: ${e4}`); + this._logErrorWithContextAndThrow("createAsync - save failed.", e4); } } catch (e4) { - let t4 = "createAsync - failed to create."; - "object" == typeof e4 && null !== e4 ? (e4.message && (t4 += ` Exception: ${e4.message}.`), (null === (u2 = e4.response) || void 0 === u2 ? void 0 : u2.contextId) && (t4 += ` (contextId: '${e4.response.contextId}')`)) : "string" == typeof e4 && (t4 += ` Exception: ${e4}.`), this.logErrorAndThrow(t4); + this._logErrorWithContextAndThrow("createAsync - failed to create.", e4); } - return this; }); } get dataTypes() { - return b.default.getFlowDataTypes(this); + return E.default.getFlowDataTypes(this); } get definition() { return this.coreFactory.createArchWrapper(s.default.getDefinitionForFlowType(this.flowType)); @@ -79089,14 +79585,14 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; return n2.__awaiter(this, void 0, void 0, function* () { this._checkItemIsValidLiteralStringEnum(this._infoParm("flowFormat", "exportToDirAsync"), i3, d.default.FLOW_FORMAT_TYPES_ALL, true), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "exportToDirAsync"), t3, true); const n3 = this._getExportFilePath("exportToDirAsync", e3, i3, r3); - yield C.default.allSettled(); + yield b.default.allSettled(); const a2 = (0, S.toFlowFileFormat)(null != i3 ? i3 : d.default.FLOW_FORMAT_TYPES.architect), s2 = y.FlowExportSettings.create(a2, o2), l2 = yield (0, m.exportFlowAsync)(this._coreFlowViewModel, s2, false); - return l2 || this.logErrorAndThrow("unable to get flow export content."), this.logNote("flow export content successfully generated."), D.writeFileSync(n3, l2.content, { encoding: "utf8" }), this.logNote("flow export successfully saved to '" + n3 + "'"), p.default.executeCallback(this, "exportToDirAsync", t3, n3); + return l2 || this.logErrorAndThrow("unable to get flow export content."), this.logNote("flow export content successfully generated."), P.writeFileSync(n3, l2.content, { encoding: "utf8" }), this.logNote("flow export successfully saved to '" + n3 + "'"), p.default.executeCallback(this, "exportToDirAsync", t3, n3); }); } exportToObjectAsync(e3, t3, i3) { return n2.__awaiter(this, void 0, void 0, function* () { - this._checkItemIsValidFunction(this._infoParm("callbackFunction", "exportToObjectAsync"), e3, true), this._checkItemIsValidLiteralStringEnum(this._infoParm("flowFormat", "exportToObjectAsync"), t3, d.default.FLOW_FORMAT_TYPES_ALL, true), yield C.default.allSettled(); + this._checkItemIsValidFunction(this._infoParm("callbackFunction", "exportToObjectAsync"), e3, true), this._checkItemIsValidLiteralStringEnum(this._infoParm("flowFormat", "exportToObjectAsync"), t3, d.default.FLOW_FORMAT_TYPES_ALL, true), yield b.default.allSettled(); const n3 = (0, S.toFlowFileFormat)(null != t3 ? t3 : d.default.FLOW_FORMAT_TYPES.architect), r3 = y.FlowExportSettings.create(n3, i3), o2 = yield (0, m.exportFlowAsync)(this._coreFlowViewModel, r3, false); return o2 || this.logErrorAndThrow("unable to get flow export content."), this.logNote("flow export content successfully generated."), p.default.executeCallback(this, "exportToObjectAsync", e3, { content: o2.content, fileName: o2.fileName }); }); @@ -79104,19 +79600,29 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; get flowType() { return this._coreFlowViewModel.type; } + _resolveValidatedScriptFileSystemPath(e3, t3) { + const i3 = e3.split("\0").join(""), n3 = M.normalize(i3), r3 = M.resolve(process.cwd()), o2 = M.resolve(r3, n3); + if (!M.isAbsolute(n3)) { + const e4 = M.relative(r3, o2); + "" !== e4 && e4.startsWith("..") && this.logErrorAndThrow(`${t3}: path must stay within the current working directory, or use an absolute path.`); + } + return o2; + } _getExportFilePath(e3, t3, i3, n3) { var r3, o2; this._checkItemIsValidLiteralString(this._infoParm("destinationDir", e3), t3, true), this._checkItemIsValidLiteralStringEnum(this._infoParm("flowFormat", e3), i3, d.default.FLOW_FORMAT_TYPES_ALL, true), this._checkItemIsValidLiteralStringEnum(this._infoParm("flowFormat", e3), i3, d.default.FLOW_FORMAT_TYPES_ALL, true), t3 || (this.logNote(`using default directory value of '.' for destinationDir parameter in ${e3}.`), t3 = "."); - const a2 = i3 === d.default.FLOW_FORMAT_TYPES.yaml, l2 = P.resolve(P.format(P.parse(t3))), u2 = this._getCoreViewModel(); + const a2 = i3 === d.default.FLOW_FORMAT_TYPES.yaml, l2 = this._resolveValidatedScriptFileSystemPath(t3, `${e3} destinationDir`), u2 = this._getCoreViewModel(); if (n3) { - const t4 = P.parse(n3); + const t4 = M.parse(n3); this._checkItem(this._infoParm("fileName", e3), (null === (r3 = t4.root) || void 0 === r3 ? void 0 : r3.length) || (null === (o2 = t4.dir) || void 0 === o2 ? void 0 : o2.length), "cannot specify file path information in the fileName parameter. The fileName should be just the desired file name and can additionally include an optional extension."); - const i4 = P.extname(n3), l3 = a2 ? ".yaml" : s.default.getFileExtensionForFlowType(u2.type); + const i4 = M.extname(n3), l3 = a2 ? ".yaml" : s.default.getFileExtensionForFlowType(u2.type); i4 !== l3 && (n3 += l3); } else n3 = (0, g.getExportFilePath)(u2, a2); this.logNote(`flow export destination directory resolved to '${l2}'`); - const c2 = P.join(l2, n3); - return this.logNote(`saving flow export to path '${c2}'`), c2; + const c2 = M.basename(n3); + c2 && "." !== c2 && ".." !== c2 || this.logErrorAndThrow(`${e3}: invalid file name after resolving to base name '${c2}'.`); + const p2 = M.join(l2, c2); + return this.logNote(`saving flow export to path '${p2}'`), p2; } getExportFilePath(e3, t3, i3) { return this._getExportFilePath("getExportFilePath", e3, t3, i3); @@ -79139,13 +79645,13 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; } importFromContentAsync(e3, t3) { return n2.__awaiter(this, void 0, void 0, function* () { - return this._checkItemIsValidLiteralString(this._infoParm("exportContent", "importFromContentAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "importFromContentAsync"), t3, true), yield C.default.allSettled(), this._importFlowContentAsync(e3, "importFromContentAsync", t3); + return this._checkItemIsValidLiteralString(this._infoParm("exportContent", "importFromContentAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "importFromContentAsync"), t3, true), yield b.default.allSettled(), this._importFlowContentAsync(e3, "importFromContentAsync", t3); }); } importFromFileAsync(e3, t3) { return n2.__awaiter(this, void 0, void 0, function* () { - this._checkItemIsValidLiteralString(this._infoParm("flowExportFilePath", "importFromFileAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "importFromFileAsync"), t3, true), yield C.default.allSettled(), e3 = P.resolve(P.format(P.parse(e3))), this.logNote("reading contents of flow export file '" + e3 + "' for import."); - const i3 = D.readFileSync(e3); + this._checkItemIsValidLiteralString(this._infoParm("flowExportFilePath", "importFromFileAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "importFromFileAsync"), t3, true), yield b.default.allSettled(), e3 = this._resolveValidatedScriptFileSystemPath(e3, "importFromFileAsync flowExportFilePath"), this.logNote("reading contents of flow export file '" + e3 + "' for import."); + const i3 = P.readFileSync(e3); return this.logNote("contents of flow export file '" + e3 + "' successfully read."), this._importFlowContentAsync(i3.toString(), "importFromFileAsync", t3); }); } @@ -79179,8 +79685,7 @@ ${JSON.stringify(i3.configVal, null, 2)}`), n3; try { yield this._saveAsyncWithOptions({ shouldAwaitNluTraining: true }); } catch (e4) { - this.logErrorAndThrow(`publishAsync - could not save the flow named '${this.name}' (id: '${this.id}') -${(null == e4 ? void 0 : e4.message) || e4}`); + this._logErrorWithContextAndThrow(`publishAsync - could not save the flow named '${this.name}' (id: '${this.id}')`, e4); } this.logNote("publishAsync - save complete. now publishing..."); try { @@ -79202,17 +79707,21 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); try { return yield this.createAsync(); } catch (e4) { - this.logErrorAndThrow("saveAsync - creation failed."); + this._logErrorWithContextAndThrow("saveAsync - creation failed.", e4); } } try { return yield this._saveInternalAsync(e3); } catch (e4) { - this.logErrorAndThrow("saveAsync - save failed."); + this._logErrorWithContextAndThrow("saveAsync - save failed.", e4); } - return this; }); } + _logErrorWithContextAndThrow(e3, t3) { + var i3; + let n3 = e3; + "object" == typeof t3 && null !== t3 ? (t3.message && (n3 += ` Exception: ${t3.message}.`), (null === (i3 = t3.response) || void 0 === i3 ? void 0 : i3.contextId) && (n3 += ` (contextId: '${t3.response.contextId}')`)) : "string" == typeof t3 && (n3 += ` Exception: ${t3}.`), this.logErrorAndThrow(n3); + } get settingsErrorHandling() { if (this._getCoreViewModel().errorHandling) return this.coreFactory.createArchWrapper(this._getCoreViewModel().errorHandling); } @@ -79236,8 +79745,8 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); } get url() { if (!this.isCreated || !this._getCoreViewModel().startUpObject) return ""; - let e3 = `https://${O.values.host}`; - return e3 += `/architect/#/${this._getCoreViewModel().type}/flows/${this.id}/latest/`, e3 += `menu/${this.coreFactory.createArchWrapper(this._getCoreViewModel().startUpObject).id}`, e3; + const e3 = this.coreFactory.createArchWrapper(this._getCoreViewModel().startUpObject); + return I.UrlBuilder.create(`https://${O.values.host}`).addSegment("architect").addSegment("#").addSegment(`${this._getCoreViewModel().type}/flows/${this.id}/latest`).addSegment(`menu/${e3.id}`).render(); } validateAsync() { return this._validateAsync(); @@ -79245,19 +79754,19 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); _validateAsync(e3) { return n2.__awaiter(this, void 0, void 0, function* () { try { - yield C.default.allSettled(), this.logNote("validateAsync - async flow operation manager validate..."); + yield b.default.allSettled(), this.logNote("validateAsync - async flow operation manager validate..."); try { yield this._coreFlowViewModel.queuedAsyncValidate(); } catch (e4) { this.logErrorAndThrow("validateAsync - async flow operation manager validate failed.\n" + e4); } - const t3 = e3 ? R.default._suppressLogging() : void 0; + const t3 = e3 ? w.default._suppressLogging() : void 0; try { this.logNote("validateAsync - processing validation results summary..."); const e4 = this.coreFactory.createArchWrapper(this._coreFlowViewModel.validationResults), t4 = "Validation Summary\n" + e4.getSummaryStr(true) + "\n - Validation Summary Done"; return e4.hasErrors ? this.logError(t4) : e4.hasWarnings ? this.logWarning(t4) : this.logNote(t4), e4; } finally { - t3 && R.default._restoreLoggingSettings(t3); + t3 && w.default._restoreLoggingSettings(t3); } } catch (e4) { this.logErrorAndThrow("validateAsync - could not validate the flow named '" + this.name + "' (id: '" + this.id + "')\n" + e4); @@ -79272,7 +79781,7 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); } _validateCustomJsonTypeSchemas(e3) { var t3, i3, n3, r3, o2; - const a2 = (0, I.canCreateCustomExpressionTypesFromDataTypeDefs)(this._getCoreViewModel(), e3); + const a2 = (0, v.canCreateCustomExpressionTypesFromDataTypeDefs)(this._getCoreViewModel(), e3); if (null === (t3 = a2.errors) || void 0 === t3 ? void 0 : t3.length) { const e4 = []; for (const t4 of a2.errors) { @@ -79292,7 +79801,7 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); addUpdateCustomJsonTypeFromSchema(e3) { const t3 = this._infoParm("archCustomJsonTypeSchema", "addUpdateCustomJsonTypeFromSchema"); this._checkItem(t3, !(null == e3 ? void 0 : e3.isArchDataTypeJsonCustomSchema), "you must pass in a valid ArchDataTypeJsonCustomSchema instance."), this._validateCustomJsonTypeSchemas([e3._getCoreViewModel()]); - const i3 = (0, v.createCustomExpressionTypesFromDataTypeDefs)(this._getCoreViewModel(), [e3._getCoreViewModel()], true); + const i3 = (0, C.createCustomExpressionTypesFromDataTypeDefs)(this._getCoreViewModel(), [e3._getCoreViewModel()], true); return this.coreFactory.createArchWrapper(i3[0]); } addUpdateCustomJsonTypesFromSchemas(e3) { @@ -79303,7 +79812,7 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); e3.forEach((e4) => { this._checkItem(t3, !(null == e4 ? void 0 : e4.isArchDataTypeJsonCustomSchema), `archCustomJsonTypeSchemas[${i3}] - this item in the array is not a valid ArchDataTypeJsonCustomSchema value.`), n3.push(e4._getCoreViewModel()), i3++; }), this._validateCustomJsonTypeSchemas(n3); - const r3 = (0, v.createCustomExpressionTypesFromDataTypeDefs)(this._getCoreViewModel(), n3, true), o2 = []; + const r3 = (0, C.createCustomExpressionTypesFromDataTypeDefs)(this._getCoreViewModel(), n3, true), o2 = []; return r3.forEach((e4) => { o2.push(this.coreFactory.createArchWrapper(e4)); }), o2; @@ -79315,7 +79824,7 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); return false; } } - t2.default = F; + t2.default = L; }, 66882: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.DynamicTimeslotTypeList = void 0; @@ -79774,41 +80283,41 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); }, 67210: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.permissionService = void 0; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(74359)), s = n2.__importStar(i2(12847)), l = i2(54251), u = n2.__importStar(i2(97591)), d = n2.__importDefault(i2(87719)), c = i2(31736), p = i2(44724), _ = i2(47957), h = i2(24032).getTopic("PermissionService"); - let m; + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = n2.__importStar(i2(74359)), s = n2.__importStar(i2(12847)), l = i2(24032), u = i2(54251), d = n2.__importStar(i2(97591)), c = n2.__importDefault(i2(87719)), p = i2(31736), _ = i2(44724), h = (0, l.getTopic)("PermissionService"), m = i2(47957); + let g; t2.permissionService = new class { constructor() { this._staticPermissions = {}, this._createStaticPermissions(); } _createStaticPermissions() { - this.staticPermissions[p.permissionStrings.architect.application.use] = c.PermissionShiro.create(p.permissionStrings.architect.application.use), this.staticPermissions[p.permissionStrings.responseAssets.asset.add] = c.PermissionShiro.create(p.permissionStrings.responseAssets.asset.add, (0, r2.sprintf)(_.generic.permissions.missing.responseAssets.asset.responseAssetMissingPermissionAdd, p.permissionStrings.responseAssets.asset.add)), this.staticPermissions[p.permissionStrings.responseAssets.asset.view] = c.PermissionShiro.create(p.permissionStrings.responseAssets.asset.view, (0, r2.sprintf)(_.generic.permissions.missing.responseAssets.asset.responseAssetMissingPermissionView, p.permissionStrings.responseAssets.asset.view)), this.staticPermissions[p.permissionStrings.architect.dependencyTracking.rebuild] = c.PermissionShiro.create(p.permissionStrings.architect.dependencyTracking.rebuild, _.generic.permissions.missing.dependencyTracking.rebuild), this.staticPermissions[p.permissionStrings.architect.dependencyTracking.view] = c.PermissionShiro.create(p.permissionStrings.architect.dependencyTracking.view, _.generic.permissions.missing.dependencyTracking.view), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsBotFlowReportingTurnView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsBotFlowReportingTurnView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsBotFlowSessionView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsBotFlowSessionView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsSurveyAggregateView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsSurveyAggregateView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.audit] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.audit), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.bridge] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.bridge), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.integrations] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.integrations), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.intentMinerView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.intentMinerView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.previewWidgetView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.previewWidgetView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.response] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.response), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.responseLibrary] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.responseLibrary), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.schedules] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.schedules), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.qualitySurveyFormView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.qualitySurveyFormView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.scripts] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.scripts), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.queues] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.queues), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.voicemailReceive] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.voicemailReceive), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.processAutomationTriggerView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.processAutomationTriggerView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.wrapupCode] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.wrapupCode), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.wrapupCodeSearch] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.wrapupCodeSearch), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.languageSkills] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.languageSkills), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsConversationAggregateView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsConversationAggregateView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsConversationDetailView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsConversationDetailView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.conversationCommunicationView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.conversationCommunicationView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.qualityCalibrationView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.qualityCalibrationView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.qualityEvaluationEditScore] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.qualityEvaluationEditScore), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.qualityEvaluationAdd] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.qualityEvaluationAdd), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsBotAggregateView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsBotAggregateView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsFlowAggregateView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsFlowAggregateView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsKnowledgeAggregateView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsKnowledgeAggregateView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsSummaryAggregateView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsSummaryAggregateView), this.staticPermissions[p.permissionStrings.journey.flowpaths.view] = c.PermissionShiro.create(p.permissionStrings.journey.flowpaths.view, _.generic.permissions.missing.journey.flowpaths.journeyFlowsView), this.staticPermissions[p.permissionStrings.conversation.conference.add] = c.PermissionShiro.create(p.permissionStrings.conversation.conference.add, _.generic.permissions.missing.conversation.conference.add), this.staticPermissions[p.permissionStrings.architect.flow.add] = c.PermissionShiro.create(p.permissionStrings.architect.flow.add, _.generic.permissions.missing.flow.allPermissions.add), this.staticPermissions[p.permissionStrings.architect.flow.delete] = c.PermissionShiro.create(p.permissionStrings.architect.flow.delete, _.generic.permissions.missing.flow.allPermissions.delete), this.staticPermissions[p.permissionStrings.architect.flow.edit] = c.PermissionShiro.create(p.permissionStrings.architect.flow.edit, _.generic.permissions.missing.flow.allPermissions.edit), this.staticPermissions[p.permissionStrings.architect.flow.launch] = c.PermissionShiro.create(p.permissionStrings.architect.flow.launch, _.generic.permissions.missing.flow.allPermissions.launch), this.staticPermissions[p.permissionStrings.architect.flow.publish] = c.PermissionShiro.create(p.permissionStrings.architect.flow.publish, _.generic.permissions.missing.flow.allPermissions.publish), this.staticPermissions[p.permissionStrings.architect.flow.search] = c.PermissionShiro.create(p.permissionStrings.architect.flow.search, _.generic.permissions.missing.flow.allPermissions.search), this.staticPermissions[p.permissionStrings.architect.flow.unlock] = c.PermissionShiro.create(p.permissionStrings.architect.flow.unlock, _.generic.permissions.missing.flow.allPermissions.unlock), this.staticPermissions[p.permissionStrings.architect.flow.view] = c.PermissionShiro.create(p.permissionStrings.architect.flow.view, _.generic.permissions.missing.flow.allPermissions.view), this.staticPermissions[p.permissionStrings.architect.flowExecution.view] = c.PermissionShiro.create(p.permissionStrings.architect.flowExecution.view, _.executionHistory.flowExecutionViewPermission), this.staticPermissions[p.permissionStrings.architect.flowInstance.search] = c.PermissionShiro.create(p.permissionStrings.architect.flowInstance.search, _.executionHistory.flowInstanceQueryPermission), this.staticPermissions[p.permissionStrings.architect.flowInstance.view] = c.PermissionShiro.create(p.permissionStrings.architect.flowInstance.view, _.executionHistory.flowInstanceViewPermission), this.staticPermissions[p.permissionStrings.architect.flowLogLevel.view] = c.PermissionShiro.create(p.permissionStrings.architect.flowLogLevel.view, _.executionDataConfiguration.flowLogLevelViewPermission), this.staticPermissions[p.permissionStrings.architect.flowLogLevelDefault.view] = c.PermissionShiro.create(p.permissionStrings.architect.flowLogLevelDefault.view, _.executionDataConfiguration.flowLogLevelDefaultViewPermission), this.staticPermissions[p.permissionStrings.architect.flowInstanceExecutionData.view] = c.PermissionShiro.create(p.permissionStrings.architect.flowInstanceExecutionData.view, _.executionDataConfiguration.flowInstanceExecutionDataViewPermission), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.settingsExecutionDataView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.settingsExecutionDataView, _.executionDataConfiguration.organizationExecutionDataViewPermission), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.directoryOrganizationAdmin] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.directoryOrganizationAdmin, _.executionDataConfiguration.directoryOrganizationAdminPermission), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.analyticsFlowExecutionAggregateView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.analyticsFlowExecutionAggregateView), this.staticPermissions[p.permissionStrings.architect.systemPrompt.edit] = c.PermissionShiro.create(p.permissionStrings.architect.systemPrompt.edit, _.generic.permissions.missing.prompts.systemPrompts.edit), this.staticPermissions[p.permissionStrings.architect.systemPrompt.view] = c.PermissionShiro.create(p.permissionStrings.architect.systemPrompt.view, _.generic.permissions.missing.prompts.systemPrompts.view), this.staticPermissions[p.permissionStrings.architect.userPrompt.add] = c.PermissionShiro.create(p.permissionStrings.architect.userPrompt.add, _.generic.permissions.missing.prompts.userPrompts.add), this.staticPermissions[p.permissionStrings.architect.userPrompt.delete] = c.PermissionShiro.create(p.permissionStrings.architect.userPrompt.delete, _.generic.permissions.missing.prompts.userPrompts.delete), this.staticPermissions[p.permissionStrings.architect.userPrompt.edit] = c.PermissionShiro.create(p.permissionStrings.architect.userPrompt.edit, _.generic.permissions.missing.prompts.userPrompts.edit), this.staticPermissions[p.permissionStrings.architect.userPrompt.view] = c.PermissionShiro.create(p.permissionStrings.architect.userPrompt.view, _.generic.permissions.missing.prompts.userPrompts.view), this.staticPermissions[p.permissionStrings.architect.virtualAgentFlow.edit] = c.PermissionShiro.create(p.permissionStrings.architect.virtualAgentFlow.edit, _.generic.permissions.missing.flow.allPermissions.edit), this.staticPermissions[p.permissionStrings.architect.grammar.add] = c.PermissionShiro.create(p.permissionStrings.architect.grammar.add, _.generic.permissions.missing.grammars.grammarsMissingPermissionAdd), this.staticPermissions[p.permissionStrings.architect.grammar.delete] = c.PermissionShiro.create(p.permissionStrings.architect.grammar.delete, _.generic.permissions.missing.grammars.grammarsMissingPermissionDelete), this.staticPermissions[p.permissionStrings.architect.grammar.edit] = c.PermissionShiro.create(p.permissionStrings.architect.grammar.edit, _.generic.permissions.missing.grammars.grammarsMissingPermissionEdit), this.staticPermissions[p.permissionStrings.architect.grammar.view] = c.PermissionShiro.create(p.permissionStrings.architect.grammar.view, _.generic.permissions.missing.grammars.grammarsMissingPermissionView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.agenticVirtualAgentView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.agenticVirtualAgentView, _.agenticVirtualAgent.agenticVirtualAgentViewPermission), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.agenticVirtualAgentVersionView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.agenticVirtualAgentVersionView, _.agenticVirtualAgent.agenticVirtualAgentVersionViewPermission), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.guideView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.guideView, _.guide.guideViewPermission), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.guideVersionView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.guideVersionView, _.guide.guideVersionViewPermission), this.staticPermissions[p.permissionStrings.recording.retentionPolicy.view] = c.PermissionShiro.create(p.permissionStrings.recording.retentionPolicy.view, _.generic.permissions.missing.recording.retentionPolicy.recordingRetentionPolicyView), this.staticPermissions[p.permissionStrings.journey.actionMap.view] = c.PermissionShiro.create(p.permissionStrings.journey.actionMap.view, _.generic.permissions.missing.journey.actionmap.journeyActionmapView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.workitemsView] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.workitemsView, _.generic.permissions.missing.taskManagementWorkitems.workItemsMissingPermissionView), this.staticPermissions[p.permissionStrings.external.externalAuthorizations.geocodingGeolocationFetch] = c.PermissionShiro.create(p.permissionStrings.external.externalAuthorizations.geocodingGeolocationFetch, _.generic.permissions.missing.taskManagementWorkitems.workItemsMissingPermissionView), this.staticPermissions[p.permissionStrings.architect.flowOutcome.add] = c.PermissionShiro.create(p.permissionStrings.architect.flowOutcome.add, _.generic.permissions.missing.flow.flowOutcomes.add), this.staticPermissions[p.permissionStrings.architect.flowOutcome.search] = c.PermissionShiro.create(p.permissionStrings.architect.flowOutcome.search, (0, r2.sprintf)(_.generic.permissions.missing.flow.flowOutcomes.noPermissionToAddFlowOutcome, _.generic.permissions.missing.flow.flowOutcomes.search)), this.staticPermissions[p.permissionStrings.architect.flowMilestone.add] = c.PermissionShiro.create(p.permissionStrings.architect.flowMilestone.add, _.generic.permissions.missing.flow.flowMilestones.add), this.staticPermissions[p.permissionStrings.architect.flowMilestone.search] = c.PermissionShiro.create(p.permissionStrings.architect.flowMilestone.search, (0, r2.sprintf)(_.generic.permissions.missing.flow.flowMilestones.noPermissionToAddFlowMilestone, _.generic.permissions.missing.flow.flowMilestones.search)), this.staticPermissions[p.permissionStrings.copilot.session.view] = c.PermissionShiro.create(p.permissionStrings.copilot.session.view, _.generic.permissions.missing.copilot.session), this.staticPermissions[p.permissionStrings.copilot.message.view] = c.PermissionShiro.create(p.permissionStrings.copilot.message.view, _.generic.permissions.missing.copilot.message.view), this.staticPermissions[p.permissionStrings.copilot.message.send] = c.PermissionShiro.create(p.permissionStrings.copilot.message.send, _.generic.permissions.missing.copilot.message.send); + this.staticPermissions[_.permissionStrings.architect.application.use] = p.PermissionShiro.create(_.permissionStrings.architect.application.use), this.staticPermissions[_.permissionStrings.responseAssets.asset.add] = p.PermissionShiro.create(_.permissionStrings.responseAssets.asset.add, (0, r2.sprintf)(m.generic.permissions.missing.responseAssets.asset.responseAssetMissingPermissionAdd, _.permissionStrings.responseAssets.asset.add)), this.staticPermissions[_.permissionStrings.responseAssets.asset.view] = p.PermissionShiro.create(_.permissionStrings.responseAssets.asset.view, (0, r2.sprintf)(m.generic.permissions.missing.responseAssets.asset.responseAssetMissingPermissionView, _.permissionStrings.responseAssets.asset.view)), this.staticPermissions[_.permissionStrings.architect.dependencyTracking.rebuild] = p.PermissionShiro.create(_.permissionStrings.architect.dependencyTracking.rebuild, m.generic.permissions.missing.dependencyTracking.rebuild), this.staticPermissions[_.permissionStrings.architect.dependencyTracking.view] = p.PermissionShiro.create(_.permissionStrings.architect.dependencyTracking.view, m.generic.permissions.missing.dependencyTracking.view), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsBotFlowReportingTurnView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsBotFlowReportingTurnView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsBotFlowSessionView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsBotFlowSessionView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsSurveyAggregateView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsSurveyAggregateView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.audit] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.audit), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.bridge] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.bridge), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.integrations] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.integrations), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.intentMinerView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.intentMinerView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.previewWidgetView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.previewWidgetView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.response] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.response), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.responseLibrary] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.responseLibrary), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.schedules] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.schedules), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.qualitySurveyFormView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.qualitySurveyFormView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.scripts] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.scripts), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.queues] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.queues), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.voicemailReceive] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.voicemailReceive), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.processAutomationTriggerView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.processAutomationTriggerView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.wrapupCode] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.wrapupCode), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.wrapupCodeSearch] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.wrapupCodeSearch), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.languageSkills] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.languageSkills), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsConversationAggregateView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsConversationAggregateView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsConversationDetailView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsConversationDetailView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.conversationCommunicationView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.conversationCommunicationView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.qualityCalibrationView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.qualityCalibrationView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.qualityEvaluationEditScore] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.qualityEvaluationEditScore), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.qualityEvaluationAdd] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.qualityEvaluationAdd), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsBotAggregateView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsBotAggregateView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsFlowAggregateView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsFlowAggregateView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsKnowledgeAggregateView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsKnowledgeAggregateView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsSummaryAggregateView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsSummaryAggregateView), this.staticPermissions[_.permissionStrings.journey.flowpaths.view] = p.PermissionShiro.create(_.permissionStrings.journey.flowpaths.view, m.generic.permissions.missing.journey.flowpaths.journeyFlowsView), this.staticPermissions[_.permissionStrings.conversation.conference.add] = p.PermissionShiro.create(_.permissionStrings.conversation.conference.add, m.generic.permissions.missing.conversation.conference.add), this.staticPermissions[_.permissionStrings.architect.flow.add] = p.PermissionShiro.create(_.permissionStrings.architect.flow.add, m.generic.permissions.missing.flow.allPermissions.add), this.staticPermissions[_.permissionStrings.architect.flow.delete] = p.PermissionShiro.create(_.permissionStrings.architect.flow.delete, m.generic.permissions.missing.flow.allPermissions.delete), this.staticPermissions[_.permissionStrings.architect.flow.edit] = p.PermissionShiro.create(_.permissionStrings.architect.flow.edit, m.generic.permissions.missing.flow.allPermissions.edit), this.staticPermissions[_.permissionStrings.architect.flow.launch] = p.PermissionShiro.create(_.permissionStrings.architect.flow.launch, m.generic.permissions.missing.flow.allPermissions.launch), this.staticPermissions[_.permissionStrings.architect.flow.publish] = p.PermissionShiro.create(_.permissionStrings.architect.flow.publish, m.generic.permissions.missing.flow.allPermissions.publish), this.staticPermissions[_.permissionStrings.architect.flow.search] = p.PermissionShiro.create(_.permissionStrings.architect.flow.search, m.generic.permissions.missing.flow.allPermissions.search), this.staticPermissions[_.permissionStrings.architect.flow.unlock] = p.PermissionShiro.create(_.permissionStrings.architect.flow.unlock, m.generic.permissions.missing.flow.allPermissions.unlock), this.staticPermissions[_.permissionStrings.architect.flow.view] = p.PermissionShiro.create(_.permissionStrings.architect.flow.view, m.generic.permissions.missing.flow.allPermissions.view), this.staticPermissions[_.permissionStrings.architect.flowExecution.view] = p.PermissionShiro.create(_.permissionStrings.architect.flowExecution.view, m.executionHistory.flowExecutionViewPermission), this.staticPermissions[_.permissionStrings.architect.flowInstance.search] = p.PermissionShiro.create(_.permissionStrings.architect.flowInstance.search, m.executionHistory.flowInstanceQueryPermission), this.staticPermissions[_.permissionStrings.architect.flowInstance.view] = p.PermissionShiro.create(_.permissionStrings.architect.flowInstance.view, m.executionHistory.flowInstanceViewPermission), this.staticPermissions[_.permissionStrings.architect.flowLogLevel.view] = p.PermissionShiro.create(_.permissionStrings.architect.flowLogLevel.view, m.executionDataConfiguration.flowLogLevelViewPermission), this.staticPermissions[_.permissionStrings.architect.flowLogLevelDefault.view] = p.PermissionShiro.create(_.permissionStrings.architect.flowLogLevelDefault.view, m.executionDataConfiguration.flowLogLevelDefaultViewPermission), this.staticPermissions[_.permissionStrings.architect.flowInstanceExecutionData.view] = p.PermissionShiro.create(_.permissionStrings.architect.flowInstanceExecutionData.view, m.executionDataConfiguration.flowInstanceExecutionDataViewPermission), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.settingsExecutionDataView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.settingsExecutionDataView, m.executionDataConfiguration.organizationExecutionDataViewPermission), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.directoryOrganizationAdmin] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.directoryOrganizationAdmin, m.executionDataConfiguration.directoryOrganizationAdminPermission), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.analyticsFlowExecutionAggregateView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.analyticsFlowExecutionAggregateView), this.staticPermissions[_.permissionStrings.architect.systemPrompt.edit] = p.PermissionShiro.create(_.permissionStrings.architect.systemPrompt.edit, m.generic.permissions.missing.prompts.systemPrompts.edit), this.staticPermissions[_.permissionStrings.architect.systemPrompt.view] = p.PermissionShiro.create(_.permissionStrings.architect.systemPrompt.view, m.generic.permissions.missing.prompts.systemPrompts.view), this.staticPermissions[_.permissionStrings.architect.userPrompt.add] = p.PermissionShiro.create(_.permissionStrings.architect.userPrompt.add, m.generic.permissions.missing.prompts.userPrompts.add), this.staticPermissions[_.permissionStrings.architect.userPrompt.delete] = p.PermissionShiro.create(_.permissionStrings.architect.userPrompt.delete, m.generic.permissions.missing.prompts.userPrompts.delete), this.staticPermissions[_.permissionStrings.architect.userPrompt.edit] = p.PermissionShiro.create(_.permissionStrings.architect.userPrompt.edit, m.generic.permissions.missing.prompts.userPrompts.edit), this.staticPermissions[_.permissionStrings.architect.userPrompt.view] = p.PermissionShiro.create(_.permissionStrings.architect.userPrompt.view, m.generic.permissions.missing.prompts.userPrompts.view), this.staticPermissions[_.permissionStrings.architect.virtualAgentFlow.edit] = p.PermissionShiro.create(_.permissionStrings.architect.virtualAgentFlow.edit, m.generic.permissions.missing.flow.allPermissions.edit), this.staticPermissions[_.permissionStrings.architect.grammar.add] = p.PermissionShiro.create(_.permissionStrings.architect.grammar.add, m.generic.permissions.missing.grammars.grammarsMissingPermissionAdd), this.staticPermissions[_.permissionStrings.architect.grammar.delete] = p.PermissionShiro.create(_.permissionStrings.architect.grammar.delete, m.generic.permissions.missing.grammars.grammarsMissingPermissionDelete), this.staticPermissions[_.permissionStrings.architect.grammar.edit] = p.PermissionShiro.create(_.permissionStrings.architect.grammar.edit, m.generic.permissions.missing.grammars.grammarsMissingPermissionEdit), this.staticPermissions[_.permissionStrings.architect.grammar.view] = p.PermissionShiro.create(_.permissionStrings.architect.grammar.view, m.generic.permissions.missing.grammars.grammarsMissingPermissionView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.agenticVirtualAgentView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.agenticVirtualAgentView, m.agenticVirtualAgent.agenticVirtualAgentViewPermission), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.agenticVirtualAgentVersionView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.agenticVirtualAgentVersionView, m.agenticVirtualAgent.agenticVirtualAgentVersionViewPermission), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.guideView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.guideView, m.guide.guideViewPermission), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.guideVersionView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.guideVersionView, m.guide.guideVersionViewPermission), this.staticPermissions[_.permissionStrings.recording.retentionPolicy.view] = p.PermissionShiro.create(_.permissionStrings.recording.retentionPolicy.view, m.generic.permissions.missing.recording.retentionPolicy.recordingRetentionPolicyView), this.staticPermissions[_.permissionStrings.journey.actionMap.view] = p.PermissionShiro.create(_.permissionStrings.journey.actionMap.view, m.generic.permissions.missing.journey.actionmap.journeyActionmapView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.workitemsView] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.workitemsView, m.generic.permissions.missing.taskManagementWorkitems.workItemsMissingPermissionView), this.staticPermissions[_.permissionStrings.external.externalAuthorizations.geocodingGeolocationFetch] = p.PermissionShiro.create(_.permissionStrings.external.externalAuthorizations.geocodingGeolocationFetch, m.generic.permissions.missing.taskManagementWorkitems.workItemsMissingPermissionView), this.staticPermissions[_.permissionStrings.architect.flowOutcome.add] = p.PermissionShiro.create(_.permissionStrings.architect.flowOutcome.add, m.generic.permissions.missing.flow.flowOutcomes.add), this.staticPermissions[_.permissionStrings.architect.flowOutcome.search] = p.PermissionShiro.create(_.permissionStrings.architect.flowOutcome.search, (0, r2.sprintf)(m.generic.permissions.missing.flow.flowOutcomes.noPermissionToAddFlowOutcome, m.generic.permissions.missing.flow.flowOutcomes.search)), this.staticPermissions[_.permissionStrings.architect.flowMilestone.add] = p.PermissionShiro.create(_.permissionStrings.architect.flowMilestone.add, m.generic.permissions.missing.flow.flowMilestones.add), this.staticPermissions[_.permissionStrings.architect.flowMilestone.search] = p.PermissionShiro.create(_.permissionStrings.architect.flowMilestone.search, (0, r2.sprintf)(m.generic.permissions.missing.flow.flowMilestones.noPermissionToAddFlowMilestone, m.generic.permissions.missing.flow.flowMilestones.search)), this.staticPermissions[_.permissionStrings.copilot.session.view] = p.PermissionShiro.create(_.permissionStrings.copilot.session.view, m.generic.permissions.missing.copilot.session), this.staticPermissions[_.permissionStrings.copilot.message.view] = p.PermissionShiro.create(_.permissionStrings.copilot.message.view, m.generic.permissions.missing.copilot.message.view), this.staticPermissions[_.permissionStrings.copilot.message.send] = p.PermissionShiro.create(_.permissionStrings.copilot.message.send, m.generic.permissions.missing.copilot.message.send); } get staticPermissions() { return this._staticPermissions; } getAuthValidationWarning(e3, t3) { - const i3 = t3 ? _.externalAuths.thirdPersonValidationContext : _.externalAuths.validationContext; + const i3 = t3 ? m.externalAuths.thirdPersonValidationContext : m.externalAuths.validationContext; let n3 = ""; - return e3 !== p.permissionStrings.external.externalAuthorizations.voicemailReceive ? "" : (n3 = "voicemailReceive", (0, r2.sprintf)(i3, _.externalAuths[n3].displayTitle)); + return e3 !== _.permissionStrings.external.externalAuthorizations.voicemailReceive ? "" : (n3 = "voicemailReceive", (0, r2.sprintf)(i3, m.externalAuths[n3].displayTitle)); } get featureTogglesLoaded() { - return void 0 !== m || a.featureTogglesLoaded.isPending() || (m = true), m; + return void 0 !== g || a.featureTogglesLoaded.isPending() || (g = true), g; } addPermissionToUser(e3, t3) { - c.PermissionShiro.createOnUser(e3, t3); + p.PermissionShiro.createOnUser(e3, t3); } checkDivisionHasPermission(e3, t3) { const i3 = o.default.extEnsureArray(t3); - if (0 === i3.length) return s.error("not a DivisionViewModel"), new d.default(false); + if (0 === i3.length) return s.error("not a DivisionViewModel"), new c.default(false); let n3; if (e3 && e3.permissions && e3.permissions.length > 0) { - if (n3 = o.default.find(i3, (t4) => !o.default.find(e3.permissions, (e4) => e4.hasPermission(t4))), o.default.isUndefined(n3)) return new d.default(true, i3[0].toString(), void 0); + if (n3 = o.default.find(i3, (t4) => !o.default.find(e3.permissions, (e4) => e4.hasPermission(t4))), o.default.isUndefined(n3)) return new c.default(true, i3[0].toString(), void 0); } else n3 = i3[0]; if (!(null == e3 ? void 0 : e3.isStarDivision)) { - const e4 = this.checkDivisionHasPermission(a.getConnectedUser().divisions[u.starDivision], t3); + const e4 = this.checkDivisionHasPermission(a.getConnectedUser().divisions[d.starDivision], t3); if (e4.hasPermission) return e4; } - return e3 ? (null == e3 ? void 0 : e3.isStarDivision) ? new d.default(false, n3.toString(), (0, r2.sprintf)(_.generic.permissions.missingPermission, n3.toString())) : new d.default(false, n3.toString(), (0, r2.sprintf)(_.generic.permissions.missingPermissionWithDivision, n3.toString(), (null == e3 ? void 0 : e3.name) || "unknown")) : new d.default(false); + return e3 ? (null == e3 ? void 0 : e3.isStarDivision) ? new c.default(false, n3.toString(), (0, r2.sprintf)(m.generic.permissions.missingPermission, n3.toString())) : new c.default(false, n3.toString(), (0, r2.sprintf)(m.generic.permissions.missingPermissionWithDivision, n3.toString(), (null == e3 ? void 0 : e3.name) || "unknown")) : new c.default(false); } getDivisionsForPermission(e3, t3, i3) { if (!t3) return h.error("No permission to check was passed in."), []; @@ -79816,21 +80325,21 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); if (i3) { const i4 = o.default.find(e3.divisions, (e4) => this.checkDivisionHasPermission(e4, t3).hasPermission); i4 && n3.push(i4); - } else this.checkDivisionHasPermission(a.getConnectedUser().divisions[u.starDivision], t3).hasPermission ? n3.push(...Object.values(l.divisionManager.items)) : o.default.each(e3.divisions, (e4) => { + } else this.checkDivisionHasPermission(a.getConnectedUser().divisions[d.starDivision], t3).hasPermission ? n3.push(...Object.values(u.divisionManager.items)) : o.default.each(e3.divisions, (e4) => { this.checkDivisionHasPermission(e4, t3).hasPermission && n3.push(e4); }); return n3; } checkHasPermissionInAtLeastOneDivision(e3, t3) { - return this.getDivisionsForPermission(e3, t3, true).length > 0 ? new d.default(true, t3.toString(), void 0) : new d.default(false, t3.toString(), t3.displayErrorString); + return this.getDivisionsForPermission(e3, t3, true).length > 0 ? new c.default(true, t3.toString(), void 0) : new c.default(false, t3.toString(), t3.displayErrorString); } checkFlowHasPermission(e3, t3, i3) { - if (!t3) return h.error((0, r2.sprintf)("No user to check for permission %s", i3)), new d.default(false, i3, _.generic.permissions.error); - if (!i3) return h.error("No permission to check was passed in "), new d.default(false, i3, _.generic.permissions.error); - if (!e3) return h.error((0, r2.sprintf)("No flow to check for permission %s", i3)), new d.default(false, i3, _.generic.permissions.error); - if (!e3.division) return h.errorWithErrorObjectInfo("A flowInfoViewModel does not have a division.", e3, false), new d.default(false, i3, _.generic.permissions.error); + if (!t3) return h.error((0, r2.sprintf)("No user to check for permission %s", i3)), new c.default(false, i3, m.generic.permissions.error); + if (!i3) return h.error("No permission to check was passed in "), new c.default(false, i3, m.generic.permissions.error); + if (!e3) return h.error((0, r2.sprintf)("No flow to check for permission %s", i3)), new c.default(false, i3, m.generic.permissions.error); + if (!e3.division) return h.errorWithErrorObjectInfo("A flowInfoViewModel does not have a division.", e3, false), new c.default(false, i3, m.generic.permissions.error); const n3 = this.checkDivisionHasPermission(t3.divisions[e3.division.id], this.staticPermissions[i3]); - return n3.hasPermission ? n3 : new d.default(false, i3, _.generic.permissions.missing.flow.noSpecificDivision.view); + return n3.hasPermission ? n3 : new c.default(false, i3, m.generic.permissions.missing.flow.noSpecificDivision.view); } getDivisionListFromDivisionsErrorString(e3) { if (!o.default.isString(e3)) return null; @@ -79841,7 +80350,7 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); for (; n3 && n3.length > 0; ) e3 = e3.replace(n3[0], t3), n3 = i3.exec(e3); e3.slice(-4) === t3 && (e3 = e3.slice(0, -4)); let r3 = e3.split(t3 + ","); - return r3 = o.default.map(r3, (e4) => e4 || _.flow.unknownDivision), r3; + return r3 = o.default.map(r3, (e4) => e4 || m.flow.unknownDivision), r3; } getDivisionListFromDivisionUrisErrorString(e3) { let t3; @@ -79850,7 +80359,7 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); } catch (t4) { h.exception(t4, `Failed to parse divisionUris property from error response. Contents:"${e3}"`); } - return t3 && o.default.isArray(t3) ? o.default.map(t3, (e4) => e4.name || _.flow.unknownDivision) : []; + return t3 && o.default.isArray(t3) ? o.default.map(t3, (e4) => e4.name || m.flow.unknownDivision) : []; } get missingDivisionPermissionString() { return "missing.division.permission"; @@ -79894,28 +80403,34 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(37819)), a = n2.__importDefault(i2(93078)), s = n2.__importDefault(i2(64079)), l = n2.__importDefault(i2(8471)), u = n2.__importDefault(i2(60645)), d = n2.__importDefault(i2(94225)), c = { languageSettings: true, orgId: true, orgName: true }, p = { actionFirst: true, actionLast: true, definition: true, flowLevelDefault: true, menuDefault: true, targetMenu: true, targetState: true, targetTask: true }; - class _ extends l.default { + function _(e3) { + const t3 = null === e3 ? "" : String(e3); + return "__proto__" === t3 || "constructor" === t3 || "prototype" === t3 ? "\u200B" + t3 : t3; + } + class h extends l.default { constructor(e3) { super(), this._checkItemUndefinedOrNull(this._infoParmCtor("coreViewModel"), e3), this._coreViewModel = e3; } _addPropToMapIfShouldBeTraversed(e3, t3, i3) { if (!e3 || "_" === e3[0] || this._deprecatedPropertyNames[e3]) return; - if (i3[e3]) return; - let n3; - i3[e3] = true; + const n3 = _(e3); + if (i3[n3]) return; + let o2; + i3[n3] = true; try { - n3 = this[e3]; + o2 = this[e3]; } catch (e4) { if (!r2.default.isString(e4) || !e4.includes("calling this method requires functionality that is not available in the organization.")) throw e4; } - n3 && (n3.isArchBaseObject || r2.default.isArray(n3) && n3.length && (n3[0] && n3[0].isArchBaseObject || n3[n3.length - 1] && n3[n3.length - 1].isArchBaseObject)) && (t3[e3] = n3); + o2 && (o2.isArchBaseObject || r2.default.isArray(o2) && o2.length && (o2[0] && o2[0].isArchBaseObject || o2[o2.length - 1] && o2[o2.length - 1].isArchBaseObject)) && (t3[n3] = o2); } _checkAndPerformTraverseCallback(e3, t3) { let i3 = e3.calledBackObjects[this.displayTypeName]; - if (i3 && i3[t3.hierarchyStr]) return false; + const n3 = _(t3.hierarchyStr); + if (i3 && i3[n3]) return false; if (!this.isFilterMatch(e3.archSettings.filter)) return false; - const n3 = a.default.create(this, t3, e3.archSettings); - return e3.archSettings.incrementCallbackCount(), d.default.executeCallback(this, "traverse", e3.archSettings.callbackFunction, n3, false, "traverse callback -"), i3 || (i3 = {}, e3.calledBackObjects[this.displayTypeName] = i3), i3[t3.hierarchyStr] = true, true; + const r3 = a.default.create(this, t3, e3.archSettings); + return e3.archSettings.incrementCallbackCount(), d.default.executeCallback(this, "traverse", e3.archSettings.callbackFunction, r3, false, "traverse callback -"), i3 || (i3 = {}, e3.calledBackObjects[this.displayTypeName] = i3), i3[n3] = true, true; } get _deprecatedPropertyNames() { return c; @@ -79959,7 +80474,8 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); _traverse(e3, t3) { if (!e3.archSettings.shouldContinue) return; let i3 = e3.traversedObjects[this.displayTypeName]; - i3 && i3[t3.hierarchyStr] || (i3 || (i3 = {}, e3.traversedObjects[this.displayTypeName] = i3), i3[t3.hierarchyStr] = true, this._checkAndPerformTraverseCallback(e3, t3), e3.archSettings.shouldContinue && this._traverseProperties(e3, t3)); + const n3 = _(t3.hierarchyStr); + i3 && i3[n3] || (i3 || (i3 = {}, e3.traversedObjects[this.displayTypeName] = i3), i3[n3] = true, this._checkAndPerformTraverseCallback(e3, t3), e3.archSettings.shouldContinue && this._traverseProperties(e3, t3)); } _traverseProperties(e3, t3) { const i3 = this._getMyTraversalPropNamesAndPropValues(); @@ -79979,7 +80495,7 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); }); } } - t2.default = _; + t2.default = h; }, 67346: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -80339,9 +80855,9 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); }; }, 67483: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllUtilizationLabelFailureReasons = t2.getSetUtilizationLabelFailureReasonsAll = t2.getClearUtilizationLabelFailureReasonsAll = t2.getSetUtilizationLabelFailureReasonsWithWorkitem = t2.getClearUtilizationLabelFailureReasonsWithWorkitem = t2.getClearUtilizationLabelFailureReasons = t2.getSetUtilizationLabelFailureReasons = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.allUtilizationLabelFailureReasons = t2.setUtilizationLabelFailureReasonsAll = t2.clearUtilizationLabelFailureReasonsAll = t2.setUtilizationLabelFailureReasonsWithWorkitem = t2.clearUtilizationLabelFailureReasonsWithWorkitem = t2.clearUtilizationLabelFailureReasons = t2.setUtilizationLabelFailureReasons = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(3219), o = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", generalError: "GeneralError", invalidConversation: "InvalidConversation", invalidUtilizationLabel: "InvalidUtilizationLabel" }, a = [o.generalError]; - t2.getSetUtilizationLabelFailureReasons = n2.default.uniq(a.concat([o.actionInvocationLimitExceeded, o.invalidConversation, o.invalidUtilizationLabel])), t2.getClearUtilizationLabelFailureReasons = n2.default.uniq(a.concat([o.actionInvocationLimitExceeded, o.invalidConversation])), t2.getClearUtilizationLabelFailureReasonsWithWorkitem = n2.default.uniq(t2.getClearUtilizationLabelFailureReasons.concat(r2.getWorkitemFailureReasonsForUtilizationLabelActions)), t2.getSetUtilizationLabelFailureReasonsWithWorkitem = n2.default.uniq(t2.getSetUtilizationLabelFailureReasons.concat(r2.getWorkitemFailureReasonsForUtilizationLabelActions)), t2.getClearUtilizationLabelFailureReasonsAll = t2.getClearUtilizationLabelFailureReasonsWithWorkitem, t2.getSetUtilizationLabelFailureReasonsAll = t2.getSetUtilizationLabelFailureReasonsWithWorkitem, t2.getAllUtilizationLabelFailureReasons = o; + t2.setUtilizationLabelFailureReasons = n2.default.uniq(a.concat([o.actionInvocationLimitExceeded, o.invalidConversation, o.invalidUtilizationLabel])), t2.clearUtilizationLabelFailureReasons = n2.default.uniq(a.concat([o.actionInvocationLimitExceeded, o.invalidConversation])), t2.clearUtilizationLabelFailureReasonsWithWorkitem = n2.default.uniq(t2.clearUtilizationLabelFailureReasons.concat(r2.workitemFailureReasonsForUtilizationLabelActions)), t2.setUtilizationLabelFailureReasonsWithWorkitem = n2.default.uniq(t2.setUtilizationLabelFailureReasons.concat(r2.workitemFailureReasonsForUtilizationLabelActions)), t2.clearUtilizationLabelFailureReasonsAll = t2.clearUtilizationLabelFailureReasonsWithWorkitem, t2.setUtilizationLabelFailureReasonsAll = t2.setUtilizationLabelFailureReasonsWithWorkitem, t2.allUtilizationLabelFailureReasons = o; }, 67504: (e2, t2, i2) => { const n2 = i2(28730), { clearActiveIntentActionType: r2 } = i2(30801); function o() { @@ -80459,7 +80975,7 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); }, 67644: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.CurrencyType = void 0; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(97930), s = i2(30879), l = n2.__importDefault(i2(73198)), u = i2(38809), d = i2(98552), c = i2(80428), p = i2(94765), _ = i2(47957), h = i2(24032).getTopic("CurrencyType"); + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(92140)), a = i2(97930), s = i2(30879), l = n2.__importDefault(i2(73198)), u = i2(38809), d = i2(98552), c = i2(80428), p = i2(94765), _ = (0, i2(24032).getTopic)("CurrencyType"), h = i2(47957); class m extends p.ExpressionType { constructor(e3, t3, i3) { super(e3, t3, i3); @@ -80495,15 +81011,15 @@ ${(null == e4 ? void 0 : e4.message) || e4}`); getYamlObjectForLiteralSingleton(e3) { super.getYamlObjectForLiteralSingleton(e3); const t3 = e3.text.split("|"); - if (2 !== t3.length || !o.default.isString(t3[0]) || !o.default.isString(t3[1])) return h.errorWithStack(null, "Invalid string passed to CurrencyType.getYamlObjectForLiteralSingleton"), e3.text; + if (2 !== t3.length || !o.default.isString(t3[0]) || !o.default.isString(t3[1])) return _.errorWithStack(null, "Invalid string passed to CurrencyType.getYamlObjectForLiteralSingleton"), e3.text; const i3 = Number(t3[0]); - return o.default.isActualNumber(i3) ? { amount: i3, code: t3[1] } : (h.errorWithStack(null, "Invalid number parsed in CurrencyType.getYamlObjectForLiteralSingleton"), e3.text); + return o.default.isActualNumber(i3) ? { amount: i3, code: t3[1] } : (_.errorWithStack(null, "Invalid number parsed in CurrencyType.getYamlObjectForLiteralSingleton"), e3.text); } validateLiteral(e3, t3) { var i3, n3; if (t3.outOfService) return true; const o2 = t3.text.split("|"), a2 = o2[0]; - return isNaN(Number(a2)) ? (t3.setParseError((0, r2.sprintf)(_.errors.invalidValue, t3.label)), e3.addError(t3, (0, r2.sprintf)(_.errors.invalidValue, t3.label), false, true), false) : a2 || 0 === a2 ? "" === a2 || 0 === parseFloat(a2) || d.expressionItems.checkDecimalStr(o2[0], true) ? (0, u.validateDecimalPlaces)(a2, null === (n3 = null === (i3 = t3.options) || void 0 === i3 ? void 0 : i3.facets) || void 0 === n3 ? void 0 : n3.decimalPlaces, t3, e3) : (t3.setParseError((0, r2.sprintf)(_.expression.decimalValueTooMuchPrecision, o2[0], 1, l.default.maxPrecision)), e3.addError(t3, (0, r2.sprintf)(_.errors.invalidValue, t3.label), false, true), false) : (t3.setParseError(_.facets.valueStringMinLengthOne), e3.addError(t3, (0, r2.sprintf)(_.errors.invalidValue, t3.label), false, true), false); + return isNaN(Number(a2)) ? (t3.setParseError((0, r2.sprintf)(h.errors.invalidValue, t3.label)), e3.addError(t3, (0, r2.sprintf)(h.errors.invalidValue, t3.label), false, true), false) : a2 || 0 === a2 ? "" === a2 || 0 === parseFloat(a2) || d.expressionItems.checkDecimalStr(o2[0], true) ? (0, u.validateDecimalPlaces)(a2, null === (n3 = null === (i3 = t3.options) || void 0 === i3 ? void 0 : i3.facets) || void 0 === n3 ? void 0 : n3.decimalPlaces, t3, e3) : (t3.setParseError((0, r2.sprintf)(h.expression.decimalValueTooMuchPrecision, o2[0], 1, l.default.maxPrecision)), e3.addError(t3, (0, r2.sprintf)(h.errors.invalidValue, t3.label), false, true), false) : (t3.setParseError(h.facets.valueStringMinLengthOne), e3.addError(t3, (0, r2.sprintf)(h.errors.invalidValue, t3.label), false, true), false); } } t2.CurrencyType = m, m.typeIdentifier = c.expressionTypeNames.currency; @@ -81666,16 +82182,16 @@ ${e3.stack}`, n3 = [this].concat(i3); t2.KnowledgeBaseDocumentManager = h, t2.knowledgeBaseDocumentManager = new h(); }, 69091: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(59799), o = i2(72475), a = i2(12179), s = n2.__importDefault(i2(97891)), l = i2(28803), u = i2(5426), d = n2.__importDefault(i2(52910)), c = i2(47957); - class p extends d.default { + const n2 = i2(31635), r2 = i2(96618), o = i2(59799), a = i2(72475), s = n2.__importStar(i2(10798)), l = n2.__importDefault(i2(4648)), u = i2(12179), d = n2.__importDefault(i2(97891)), c = i2(28803), p = i2(5426), _ = n2.__importDefault(i2(52910)), h = i2(47957); + class m extends _.default { constructor(e3, t3) { - super(e3, t3, o.secureActionManager), this.allowSecure = true, this.resources = { actionLabel: c.secureAction.secureAction, actionNotFound: c.secureAction.actionNotFound, noActionsAvailable: c.secureAction.noActionsAvailable, savedVersionOfAction: c.secureAction.savedVersionOfAction, selectAction: c.dependencies.selectSecureAction }; + super(e3, t3, a.secureActionManager), this.allowSecure = true, this.allowErrorSchema = s.isFeatureAvailable(l.default.callDataActionFailureResponsesFeature) && r2.flowTypes.flowTypesAllVxmlgen.includes(this.parentFlow.type), this.resources = { actionLabel: h.secureAction.secureAction, actionNotFound: h.secureAction.actionNotFound, noActionsAvailable: h.secureAction.noActionsAvailable, savedVersionOfAction: h.secureAction.savedVersionOfAction, selectAction: h.dependencies.selectSecureAction }; } get isSecureAction() { return true; } static get managedProperties() { - return [{ property: "actionSetting", createDetails: l.NetworkBasedActionProperty.createCreateDetails("actionId", "actionName", o.secureActionManager, c.secureAction.mustSelectAction, c.secureAction.actionNotFound, "categorySetting"), yamlOptions: p.createYamlOptions("actionSetting", (e3) => e3.setSkipProperty(true)) }, { allowSecure: true, dataList: true, property: "inputs" }, { createDetails: u.ServerActionSchemaCategoryReference.createCreateDetails(r2.secureActionCategoryManager), property: "categorySetting", yamlOptions: p.createYamlOptions("categorySetting", (e3) => e3.setSkipProperty(true)) }, { property: "errorBindings", dataList: true, isOutput: true, yamlOptions: p.createYamlOptions("errorBindings", (e3) => e3.setPropertyName("failureOutputs")) }]; + return [{ property: "actionSetting", createDetails: c.NetworkBasedActionProperty.createCreateDetails("actionId", "actionName", a.secureActionManager, h.secureAction.mustSelectAction, h.secureAction.actionNotFound, "categorySetting"), yamlOptions: m.createYamlOptions("actionSetting", (e3) => e3.setSkipProperty(true)) }, { allowSecure: true, dataList: true, property: "inputs" }, { createDetails: p.ServerActionSchemaCategoryReference.createCreateDetails(o.secureActionCategoryManager), property: "categorySetting", yamlOptions: m.createYamlOptions("categorySetting", (e3) => e3.setSkipProperty(true)) }, { property: "errorBindings", dataList: true, isOutput: true, yamlOptions: m.createYamlOptions("errorBindings", (e3) => e3.setPropertyName("failureOutputs")) }]; } postProcessYamlConfig(e3, t3, i3) { this.commonServerActionPostProcessYamlConfig(e3, t3, i3); @@ -81684,7 +82200,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return "secureDataAction"; } } - p.info = s.default.createActionInfo({ actionClass: p, canBeInTask: true, helpTopic: a.helpTopics.actions.secure, modelClass: i2(95774), name: c.actions.secureAction, scriptingName: "ArchActionCallDataSecure", actionIsAlwaysSecure: true }), t2.A = p; + m.info = d.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: u.helpTopics.actions.secure, modelClass: i2(95774), name: h.actions.secureAction, scriptingName: "ArchActionCallDataSecure", actionIsAlwaysSecure: true }), t2.A = m; }, 69109: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -81789,7 +82305,7 @@ ${e3.stack}`, n3 = [this].concat(i3); t2.default = h; }, 69453: (e2, t2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.exportFlowModal = t2.stringFacets = t2.emailSend = t2.errorHandling = t2.exportYaml = t2.customDataTypes = t2.callGuide = t2.deflect = t2.codeEditor = t2.jsonSchemaProcessing = t2.debug = t2.executionData = t2.flowVisualizationModal = t2.replaySearchHistory = t2.makeTestCall = t2.replayFlow = t2.previewFlow = t2.structuredParticipantData = t2.externalContact = t2.executionHistory = t2.architect = void 0, t2.architect = { architectFlowLabel: "*Architect Flow", requiredPropertyMissing: "Missing required property '%1$s'.", userDefinedLabel: "*User Defined" }, t2.executionHistory = { generateQuery: "DEBUG: Show Query" }, t2.externalContact = { label: "*External Contact" }, t2.structuredParticipantData = { label: "*Structured Participant Data" }, t2.previewFlow = { botSessionIdLabel: "Bot Session ID", collaborateDial: "Phone Number", conversationIdLabel: "Conversation ID", dialString: "Collaborate Dial String", flowVersionDebug: "Debug Version", flowVersionShort: "Ver. %1$s", flowVersionUnknown: "Ver. Unknown", launchIdLabel: "Launch ID", workitemIdLabel: "Workitem ID", makeTestCallLabel: "Make Test Call", makeTestCallLabelWithVersion: "Make Test Call (Ver. %1$s)", makeTestCallTitle: "Make a test call to the last published call flow. Before making a test call, make sure that you have Collaborate open and have enabled the placing calls with another app setting so Architect can place a test call.", pressShiftToReset: "Press Shift when opening to reset payload.", flowInstanceIdLabel: "Flow Instance ID", flowNameLabel: "Flow Name", flowIdLabel: "Flow ID", flowDebugPublishedVersionLabel: "Debug Published Version", flowPublishedVersionLabel: "Published Version", flowVersionLabel: "Flow Version", flowCharacteristics: { callable: { callInProgressLabel: "Call in Progress", previewLabelDebug: "Make Debug Test Call", previewLabelPublished: "Make Test Call", previewDescriptionDebug: "Make a test call to the latest debug publish of this flow.", previewDescriptionPublished: "Make a test call to the latest published version of this flow." }, digitalBot: { botSessionInProgress: "Bot Session in Progress", previewLabelDebug: "Preview Debug Published Bot", previewLabelPublished: "Preview Bot", previewDescriptionDebug: "Preview the latest debug publish of this digital bot flow.", previewDescriptionPublished: "Preview the latest published version of this digital bot flow.", launchPayloadTitle: "Digital Bot Preview Input Data", launchPayloadSubTitle: "Enter the digital bot flow input data below." }, workflow: { launchInProgressLabel: "Test Launch in Progress", previewLabelPublished: "Test Launch", previewDescriptionPublished: "Launch the latest published version of this workflow.", launchPayloadTitle: "Workflow Input Data", launchPayloadSubTitle: "Enter the workflow input data below." }, workitem: { launchInProgressLabel: "Workitem in Progress", previewLabelPublished: "Preview Workitem", previewDescriptionPublished: "Preview the latest published version of this workitem flow.", launchPayloadTitle: "Workitem Input Data", launchPayloadSubTitle: "Enter the workitem input data below.", firstTimeMessage: "When performing a preview of a workitem, remember:
\n 1. The latest published version of the workitem flow is run.
\n 2. You need to have an onCreate rule specified on the worktype.
\n 3. You need to ensure that flow rules are enabled and that there is an onCreate rule specified on the worktype for preview to work." }, default: { previewLabelPublished: "Test the Flow", previewDescriptionPublished: "Test the currently published version of the flow.", previewLabelDebug: "Test the Flow", previewDescriptionDebug: "Test the currently debug published version of the flow." } }, payloadModalTitle: "Input Data", payloadModalSubTitle: "Enter the input data to supply for the launch below.", flowInformationSectionLabel: "Flow Information", unableToStartTitle: "Preview Failed", unableToStartMessage: "Unable to start the flow preview.", unableToBeginReplayTitle: "Replay Failed", unableToBeginReplayMessage: "Unable to open the replay.", voiceSurveyLaunchPayloadTitle: "Voice Survey Invocation Data", voiceSurveyLaunchPayloadSubTitle: "Enter the voice survey invocation input data below." }, t2.replayFlow = { cancelMessage: "Do you wish to stop waiting for the flow to complete?", flowReplayType: { default: { replayLabelLastTest: "Replay Last Test" } }, itemCompute: "Item Compute", itemDuration: "Item Duration", itemNetworkCalls: "Item Network Calls", itemRuntime: "Item Runtime", overallCompute: "Overall Compute", overallDuration: "Overall Duration", overallNetworkCalls: "Overall Network Calls", overallRuntime: "Overall Runtime", replayLabelUnavailable: "Replay Unavailable", replayLabelWaiting: "Replay Waiting...", replayPreview: "Replay Preview", replayTitleLastTest: "Replay the last test flow execution in the Replayer.", replayInformation: "Last test flow information:", replayTitleUnavailableCallable: "Replay will be available after the flow launched for the test call completes.", replayTitleUnavailableDefault: "Replay will be available after the flow launched for the test completes.", replayTitleUnavailableDigitalBot: "Replay will be available after the flow launched for the bot session completes.", replayTitleUnavailableLaunchable: "Replay will be available after the flow launched for the test launch completes.", replayWaiting: "Replay waiting on:", secondsSuffix: "s", showVisualizationModal: "Show the Visualization Modal" }, t2.makeTestCall = { makeTestCallLabel: "Make Test Call", makeTestCallTitle: "Make a test call to the last published flow" }, t2.replaySearchHistory = { searchActionHistory: "Find flows that ran this action", searchActionPathHistory: "Find flows that took this output", searchMenuHistory: "Find flows that ran this Menu", searchTaskHistory: "Find flows that ran this Task", searchBotStateHistory: "Find flows that ran this Bot", searchStateHistory: "Find flows that ran this State" }, t2.flowVisualizationModal = { compute: "Compute", containers: "Containers", duration: "Duration (ms)", itemCompute: "Item Compute", itemDurationMs: "Item Duration (ms)", itemNetworkCalls: "Item Network Calls", menuChoice: "Menu Choice", networkCalls: "Network Calls", other: "Other", overallCompute: "Overall Compute", overallDurationMs: "Overall Duration (ms)", overallNetworkCalls: "Overall Network Calls", percentOfFlow: "% of Flow", size: "Flow Object Size", title: "Flow Size Visualization", titleReplay: "Flow Replay Visualization", visualization: "Visualization", visualizationBarChart: "Bar Chart", visualizationCirclePackChart: "Circle Pack Chart", visualizationList: "List", visualizationStarburstChart: "Starburst Chart", parentColumn: "Container", filterPlaceholder: "Filter...", weightProperty: "Weight Property" }, t2.executionData = { bot: "Bot", botTurn: "Bot Turn", dtmf: "dtmf", fromParticipant: "From Participant", noCommunicationData: "No communication data", prompt: "prompt", toParticipant: "To Participant" }, t2.debug = { darkMode: "(DEBUG) Dark Mode", actionSupport: "(DEBUG) Action Support", flowDefinitions: "(DEBUG) Flow Definitions" }, t2.jsonSchemaProcessing = { noSchemaToProcess: "There is no schema to process.", referencedSchemaHasNoProperties: "The referenced schema contains no properties.", schemaHasNoName: "The schema has no naming information such as a title property from which Architect can generate a data type name.", schemaReferenceNotFound: "The schema refers to a definition named '%1$s' that does not exist.", schemaTypeMapsToUnavailableDataType: "'%1$s' ( type '%2$s', isCollection: %3$s ) maps to the Architect data type '%4$s' which is not available for the flow type '$5%s'.", schemasNotComparable: "The schemas could not be compared.", schemaUnableToDetermineRootType: "Unable to determine the root data type from the schema.", schemaUnableToMapPropertyToType: "Unable to map '%1$s' ( type '%2$s', isCollection: %3$s ) to an Architect data type.", schemaUnableToProcess: "Unable to process the schema.", schemaUnsupportedDssSchemaVersion: "The schema version %1$s is not supported by this version of Architect." }, t2.codeEditor = { yamlEditor: "YAML Editor", parseErrors: { generic: { invalidIndent: "Invalid indent.", invalidIndentPos: "Indent position %1$s.", invalidIndentPosWithExpected: "Indent position is %1$s, expected %2$s." } } }, t2.deflect = { deflect: "Deflect", sms: "SMS", url: "Deflection URL", deflectToLabel: "Deflect To", deflectToDescription: "This specifies the type of message that should be sent.", messageLabel: "Message", messageDescription: "The contents to use for the deflect. For example, if the deflect target is 'SMS' this will be the message that is sent.", noMessage: "No message", smsFromLabel: "SMS From", smsFromDescription: "The phone number to use for sending the message.", smsToLabel: "SMS To", smsToDescription: "The phone number to use for receiving the message. Defaults to the incoming phone number.", selectSmsPhoneNumber: "Select a SMS Phone Number" }, t2.callGuide = { selectedGuideNotPublished: "The selected guide is not published." }, t2.customDataTypes = { deleteCustomDataTypeTooltip: "Remove custom data type from flow", customTypesNodeTitle: "Custom Types (debug)", showBuiltinCustomTypes: "Show Built-in Custom Types" }, t2.exportYaml = { exportYamlWithTrackingIds: { text: "With tracking IDs", tooltip: "Export flow configuration in YAML format with tracking IDs included" }, exportYamlWithoutTrackingIds: { text: "Without tracking IDs", tooltip: "Export flow configuration in YAML format without including tracking IDs" } }, t2.errorHandling = { transferToQueueDigitalAutomateDescription: "If the queue to transfer to is invalid, the flow does not perform the transfer and will fall back to End State handling." }, t2.emailSend = { settings: { defaultAbortSendMessageDescription: "Fallback abort message used when the abort message configured on an '%1$s' action or error event handler evaluates to a NOT_SET or empty String value." }, variables: { agentUiLanguageDescription: "The Architect language tag for the sender's Genesys Cloud user interface language." } }, t2.stringFacets = { truncationBehavior: { literalStringLongerThanOneCharacterNotAllowed: "Literal string values longer than 1 character will fail validation.", literalStringLongerThanMaxLengthNotAllowed: "Literal string values longer than %1$s characters will fail validation.", dynamicStringTruncatedToOneCharacterAtRuntime: "Dynamic string values generated from an expression or returned to the flow in an output that are over 1 character in length will be truncated to 1 character.", dynamicStringTruncatedToMaxLengthAtRuntime: "Dynamic string values generated from an expression or returned to the flow in an output that are over %1$s characters in length will be truncated to %1$s characters." } }, t2.exportFlowModal = { exportFlowModalUserAction: { label: "Export flow", shortLabel: "Export", tooltip: "Opens the export flow modal to choose file format and export options" }, title: "Export flow", description: "Export the selected flow\u2019s configuration file for download. When you confirm, Architect will generate the file for download, allowing you to store, share, or reuse the flow outside of Architect.", includeTrackingIdsLabel: "Include tracking ID details", includeTrackingIdsTooltip: "When enabled, tracking IDs are included in the exported YAML file.", yaml: "YAML", format: "Format" }; + Object.defineProperty(t2, "__esModule", { value: true }), t2.stringFacets = t2.emailSend = t2.exportYaml = t2.customDataTypes = t2.callGuide = t2.deflect = t2.codeEditor = t2.jsonSchemaProcessing = t2.debug = t2.executionData = t2.flowVisualizationModal = t2.replaySearchHistory = t2.makeTestCall = t2.replayFlow = t2.previewFlow = t2.structuredParticipantData = t2.externalContact = t2.executionHistory = t2.architect = void 0, t2.architect = { architectFlowLabel: "*Architect Flow", requiredPropertyMissing: "Missing required property '%1$s'.", userDefinedLabel: "*User Defined" }, t2.executionHistory = { generateQuery: "DEBUG: Show Query" }, t2.externalContact = { label: "*External Contact" }, t2.structuredParticipantData = { label: "*Structured Participant Data" }, t2.previewFlow = { botSessionIdLabel: "Bot Session ID", collaborateDial: "Phone Number", conversationIdLabel: "Conversation ID", dialString: "Collaborate Dial String", flowVersionDebug: "Debug Version", flowVersionShort: "Ver. %1$s", flowVersionUnknown: "Ver. Unknown", launchIdLabel: "Launch ID", workitemIdLabel: "Workitem ID", makeTestCallLabel: "Make Test Call", makeTestCallLabelWithVersion: "Make Test Call (Ver. %1$s)", makeTestCallTitle: "Make a test call to the last published call flow. Before making a test call, make sure that you have Collaborate open and have enabled the placing calls with another app setting so Architect can place a test call.", pressShiftToReset: "Press Shift when opening to reset payload.", flowInstanceIdLabel: "Flow Instance ID", flowNameLabel: "Flow Name", flowIdLabel: "Flow ID", flowDebugPublishedVersionLabel: "Debug Published Version", flowPublishedVersionLabel: "Published Version", flowVersionLabel: "Flow Version", flowCharacteristics: { callable: { callInProgressLabel: "Call in Progress", previewLabelDebug: "Make Debug Test Call", previewLabelPublished: "Make Test Call", previewDescriptionDebug: "Make a test call to the latest debug publish of this flow.", previewDescriptionPublished: "Make a test call to the latest published version of this flow." }, digitalBot: { botSessionInProgress: "Bot Session in Progress", previewLabelDebug: "Preview Debug Published Bot", previewLabelPublished: "Preview Bot", previewDescriptionDebug: "Preview the latest debug publish of this digital bot flow.", previewDescriptionPublished: "Preview the latest published version of this digital bot flow.", launchPayloadTitle: "Digital Bot Preview Input Data", launchPayloadSubTitle: "Enter the digital bot flow input data below." }, workflow: { launchInProgressLabel: "Test Launch in Progress", previewLabelPublished: "Test Launch", previewDescriptionPublished: "Launch the latest published version of this workflow.", launchPayloadTitle: "Workflow Input Data", launchPayloadSubTitle: "Enter the workflow input data below." }, workitem: { launchInProgressLabel: "Workitem in Progress", previewLabelPublished: "Preview Workitem", previewDescriptionPublished: "Preview the latest published version of this workitem flow.", launchPayloadTitle: "Workitem Input Data", launchPayloadSubTitle: "Enter the workitem input data below.", firstTimeMessage: "When performing a preview of a workitem, remember:
\n 1. The latest published version of the workitem flow is run.
\n 2. You need to have an onCreate rule specified on the worktype.
\n 3. You need to ensure that flow rules are enabled and that there is an onCreate rule specified on the worktype for preview to work." }, default: { previewLabelPublished: "Test the Flow", previewDescriptionPublished: "Test the currently published version of the flow.", previewLabelDebug: "Test the Flow", previewDescriptionDebug: "Test the currently debug published version of the flow." } }, payloadModalTitle: "Input Data", payloadModalSubTitle: "Enter the input data to supply for the launch below.", flowInformationSectionLabel: "Flow Information", unableToStartTitle: "Preview Failed", unableToStartMessage: "Unable to start the flow preview.", unableToBeginReplayTitle: "Replay Failed", unableToBeginReplayMessage: "Unable to open the replay.", voiceSurveyLaunchPayloadTitle: "Voice Survey Invocation Data", voiceSurveyLaunchPayloadSubTitle: "Enter the voice survey invocation input data below." }, t2.replayFlow = { cancelMessage: "Do you wish to stop waiting for the flow to complete?", flowReplayType: { default: { replayLabelLastTest: "Replay Last Test" } }, itemCompute: "Item Compute", itemDuration: "Item Duration", itemNetworkCalls: "Item Network Calls", itemRuntime: "Item Runtime", overallCompute: "Overall Compute", overallDuration: "Overall Duration", overallNetworkCalls: "Overall Network Calls", overallRuntime: "Overall Runtime", replayLabelUnavailable: "Replay Unavailable", replayLabelWaiting: "Replay Waiting...", replayPreview: "Replay Preview", replayTitleLastTest: "Replay the last test flow execution in the Replayer.", replayInformation: "Last test flow information:", replayTitleUnavailableCallable: "Replay will be available after the flow launched for the test call completes.", replayTitleUnavailableDefault: "Replay will be available after the flow launched for the test completes.", replayTitleUnavailableDigitalBot: "Replay will be available after the flow launched for the bot session completes.", replayTitleUnavailableLaunchable: "Replay will be available after the flow launched for the test launch completes.", replayWaiting: "Replay waiting on:", secondsSuffix: "s", showVisualizationModal: "Show the Visualization Modal" }, t2.makeTestCall = { makeTestCallLabel: "Make Test Call", makeTestCallTitle: "Make a test call to the last published flow" }, t2.replaySearchHistory = { searchActionHistory: "Find flows that ran this action", searchActionPathHistory: "Find flows that took this output", searchMenuHistory: "Find flows that ran this Menu", searchTaskHistory: "Find flows that ran this Task", searchBotStateHistory: "Find flows that ran this Bot", searchStateHistory: "Find flows that ran this State" }, t2.flowVisualizationModal = { compute: "Compute", containers: "Containers", duration: "Duration (ms)", itemCompute: "Item Compute", itemDurationMs: "Item Duration (ms)", itemNetworkCalls: "Item Network Calls", menuChoice: "Menu Choice", networkCalls: "Network Calls", other: "Other", overallCompute: "Overall Compute", overallDurationMs: "Overall Duration (ms)", overallNetworkCalls: "Overall Network Calls", percentOfFlow: "% of Flow", size: "Flow Object Size", title: "Flow Size Visualization", titleReplay: "Flow Replay Visualization", visualization: "Visualization", visualizationBarChart: "Bar Chart", visualizationCirclePackChart: "Circle Pack Chart", visualizationList: "List", visualizationStarburstChart: "Starburst Chart", parentColumn: "Container", filterPlaceholder: "Filter...", weightProperty: "Weight Property" }, t2.executionData = { bot: "Bot", botTurn: "Bot Turn", dtmf: "dtmf", fromParticipant: "From Participant", noCommunicationData: "No communication data", prompt: "prompt", toParticipant: "To Participant" }, t2.debug = { darkMode: "(DEBUG) Dark Mode", actionSupport: "(DEBUG) Action Support", flowDefinitions: "(DEBUG) Flow Definitions" }, t2.jsonSchemaProcessing = { noSchemaToProcess: "There is no schema to process.", referencedSchemaHasNoProperties: "The referenced schema contains no properties.", schemaHasNoName: "The schema has no naming information such as a title property from which Architect can generate a data type name.", schemaReferenceNotFound: "The schema refers to a definition named '%1$s' that does not exist.", schemaTypeMapsToUnavailableDataType: "'%1$s' ( type '%2$s', isCollection: %3$s ) maps to the Architect data type '%4$s' which is not available for the flow type '$5%s'.", schemasNotComparable: "The schemas could not be compared.", schemaUnableToDetermineRootType: "Unable to determine the root data type from the schema.", schemaUnableToMapPropertyToType: "Unable to map '%1$s' ( type '%2$s', isCollection: %3$s ) to an Architect data type.", schemaUnableToProcess: "Unable to process the schema.", schemaUnsupportedDssSchemaVersion: "The schema version %1$s is not supported by this version of Architect." }, t2.codeEditor = { yamlEditor: "YAML Editor", parseErrors: { generic: { invalidIndent: "Invalid indent.", invalidIndentPos: "Indent position %1$s.", invalidIndentPosWithExpected: "Indent position is %1$s, expected %2$s." } } }, t2.deflect = { deflect: "Deflect", sms: "SMS", url: "Deflection URL", deflectToLabel: "Deflect To", deflectToDescription: "This specifies the type of message that should be sent.", messageLabel: "Message", messageDescription: "The contents to use for the deflect. For example, if the deflect target is 'SMS' this will be the message that is sent.", noMessage: "No message", smsFromLabel: "SMS From", smsFromDescription: "The phone number to use for sending the message.", smsToLabel: "SMS To", smsToDescription: "The phone number to use for receiving the message. Defaults to the incoming phone number.", selectSmsPhoneNumber: "Select a SMS Phone Number" }, t2.callGuide = { selectedGuideNotPublished: "The selected guide is not published." }, t2.customDataTypes = { deleteCustomDataTypeTooltip: "Remove custom data type from flow", customTypesNodeTitle: "Custom Types (debug)", showBuiltinCustomTypes: "Show Built-in Custom Types" }, t2.exportYaml = { exportYamlWithTrackingIds: { text: "With tracking IDs", tooltip: "Export flow configuration in YAML format with tracking IDs included" }, exportYamlWithoutTrackingIds: { text: "Without tracking IDs", tooltip: "Export flow configuration in YAML format without including tracking IDs" } }, t2.emailSend = { settings: { defaultAbortSendMessageDescription: "Fallback abort message used when the abort message configured on an '%1$s' action or error event handler evaluates to a NOT_SET or empty String value." }, variables: { agentUiLanguageDescription: "The Architect language tag for the sender's Genesys Cloud user interface language." } }, t2.stringFacets = { truncationBehavior: { literalStringLongerThanOneCharacterNotAllowed: "Literal string values longer than 1 character will fail validation.", literalStringLongerThanMaxLengthNotAllowed: "Literal string values longer than %1$s characters will fail validation.", dynamicStringTruncatedToOneCharacterAtRuntime: "Dynamic string values generated from an expression or returned to the flow in an output that are over 1 character in length will be truncated to 1 character.", dynamicStringTruncatedToMaxLengthAtRuntime: "Dynamic string values generated from an expression or returned to the flow in an output that are over %1$s characters in length will be truncated to %1$s characters." } }; }, 69517: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.UnsubscriptionError = void 0; @@ -81842,8 +82358,8 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 69671: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.createCall = void 0; - const n2 = i2(36019).default, r2 = i2(34825); - t2.createCall = n2.request("POST", "{public-api.apps}/api/v2/conversations/calls", r2); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(34825); + t2.createCall = n2.default.request("POST", "{public-api.apps}/api/v2/conversations/calls", r2); }, 69674: (e2, t2, i2) => { const n2 = i2(15655), { stateActionType: r2 } = i2(30801); function o() { @@ -82209,49 +82725,49 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 69850: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.SurveyDispositions = t2.Regions = t2.MessageBodyStyles = t2.Languages = t2.Currencies = t2.ConversationTypes = void 0; - const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(2899), o = i2(92669), a = i2(85705), s = i2(19502), l = i2(19819), u = i2(88276), d = i2(47957), c = i2(4059); - function p(e3, t3, i3, n3, r3, o2, a2, s2) { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(2899), a = n2.__importStar(i2(85705)), s = i2(92669), l = i2(19502), u = i2(19819), d = i2(88276), c = i2(47957), p = i2(4059); + function _(e3, t3, i3, n3, r3, o2, a2, s2) { return { description: e3 || "", descriptionId: t3 || "", id: i3, isCollection: n3, name: r3, propertyToLiteralResolvers: a2, type: o2, version: s2 || "1.0" }; } - function _(e3, t3, i3, n3) { + function h(e3, t3, i3, n3) { e3[t3] = { resolver: i3, valueToResolve: n3 }; } t2.ConversationTypes = (function() { const e3 = [], t3 = {}; - return n2.default.each(o, function(e4) { - _(t3, e4.id, r2.propertyToLiteralResolverNames.propIDToConversationType, e4.id); - }), e3.push(p(d.surveyInviteFlowVariables.conversationTypes, null, "Types", false, "Types", "cte", t3, null)), e3; + return r2.default.each(s, function(e4) { + h(t3, e4.id, o.propertyToLiteralResolverNames.propIDToConversationType, e4.id); + }), e3.push(_(c.surveyInviteFlowVariables.conversationTypes, null, "Types", false, "Types", "cte", t3, null)), e3; })(), t2.Currencies = (function() { const e3 = []; - for (const t3 in s) if (s.hasOwnProperty(t3)) { - const i3 = s[t3], n3 = {}; - _(n3, "code", r2.propertyToLiteralResolverNames.propIDToCurrencyCode, t3), e3.push(p(i3.displayName, null, t3, false, t3, "cre", n3, null)); + for (const t3 in l) if (l.hasOwnProperty(t3)) { + const i3 = l[t3], n3 = {}; + h(n3, "code", o.propertyToLiteralResolverNames.propIDToCurrencyCode, t3), e3.push(_(i3.displayName, null, t3, false, t3, "cre", n3, null)); } return e3; })(), t2.Languages = (function() { const e3 = []; - for (const t3 in l.propIdLanguages) if (l.propIdLanguages.hasOwnProperty(t3)) { - const i3 = l.propIdLanguages[t3], n3 = {}; - _(n3, "tag", r2.propertyToLiteralResolverNames.propIDToLanguageTag, t3), e3.push(p(i3.text, null, t3, false, t3, "lge", n3, null)); + for (const t3 in u.propIdLanguages) if (u.propIdLanguages.hasOwnProperty(t3)) { + const i3 = u.propIdLanguages[t3], n3 = {}; + h(n3, "tag", o.propertyToLiteralResolverNames.propIDToLanguageTag, t3), e3.push(_(i3.text, null, t3, false, t3, "lge", n3, null)); } return e3; })(), t2.MessageBodyStyles = (function() { const e3 = [], t3 = {}; - return n2.default.each(u, function(e4) { - _(t3, e4.id, r2.propertyToLiteralResolverNames.propIDToMessageBodyStyle, e4.id); - }), e3.push(p(d.sendResponse.messageBodyStyles, null, "MessageBodyStyles", false, "MessageBodyStyles", "mbe", t3, null)), e3; + return r2.default.each(d, function(e4) { + h(t3, e4.id, o.propertyToLiteralResolverNames.propIDToMessageBodyStyle, e4.id); + }), e3.push(_(c.sendResponse.messageBodyStyles, null, "MessageBodyStyles", false, "MessageBodyStyles", "mbe", t3, null)), e3; })(), t2.Regions = (function() { const e3 = []; for (const t3 in a.countryMap) if (a.countryMap.hasOwnProperty(t3)) { const i3 = a.countryMap[t3], n3 = {}; - _(n3, "countryCode", r2.propertyToLiteralResolverNames.propIDToCountryCode, t3), _(n3, "dialingCode", r2.propertyToLiteralResolverNames.propIDToDialingCode, t3), e3.push(p(i3.name, null, t3, false, t3, "rge", n3, null)); + h(n3, "countryCode", o.propertyToLiteralResolverNames.propIDToCountryCode, t3), h(n3, "dialingCode", o.propertyToLiteralResolverNames.propIDToDialingCode, t3), e3.push(_(i3.name, null, t3, false, t3, "rge", n3, null)); } return e3; })(), t2.SurveyDispositions = (function() { const e3 = [], t3 = {}; - return n2.default.each(c, function(e4) { - _(t3, e4.id, r2.propertyToLiteralResolverNames.propIDToSurveyDisposition, e4.id); - }), e3.push(p(d.surveyInviteFlowVariables.surveyDispositions, null, "Dispositions", false, "Dispositions", "sde", t3, null)), e3; + return r2.default.each(p, function(e4) { + h(t3, e4.id, o.propertyToLiteralResolverNames.propIDToSurveyDisposition, e4.id); + }), e3.push(_(c.surveyInviteFlowVariables.surveyDispositions, null, "Dispositions", false, "Dispositions", "sde", t3, null)), e3; })(); }, 69879: function(e2, t2, i2) { "use strict"; @@ -82504,9 +83020,9 @@ ${e3.stack}`, n3 = [this].concat(i3); }; }, 70283: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllSipHeadersFailureReasons = t2.getRawSipHeadersFailureReasons = t2.getSipHeadersFailureReasons = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.allSipHeadersFailureReasons = t2.getRawSipHeadersFailureReasons = t2.getSipHeadersFailureReasons = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = { actionInvocationLimitExceeded: "ActionInvocationLimitExceeded", generalError: "GeneralError", noSipHeadersExist: "NoSipHeadersExist", sipHeaderNamesCollectionItemLimitExceeded: "SipHeaderNamesCollectionItemLimitExceeded" }, o = [r2.generalError]; - t2.getSipHeadersFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.noSipHeadersExist, r2.sipHeaderNamesCollectionItemLimitExceeded])), t2.getRawSipHeadersFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.noSipHeadersExist])), t2.getAllSipHeadersFailureReasons = r2; + t2.getSipHeadersFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.noSipHeadersExist, r2.sipHeaderNamesCollectionItemLimitExceeded])), t2.getRawSipHeadersFailureReasons = n2.default.uniq(o.concat([r2.actionInvocationLimitExceeded, r2.noSipHeadersExist])), t2.allSipHeadersFailureReasons = r2; }, 70310: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -82745,7 +83261,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const t3 = this.pasteResolveReferenceAndName(e3, "task", this.taskReference, this.taskName); if (this.taskReference = t3.reference, this.taskName = t3.name, this.inputs) for (let t4 = 0; t4 < this.inputs.length; t4++) this.inputs[t4].pasteResolveOldToNewValues(e3); if (this.outputs) for (let t4 = 0; t4 < this.outputs.length; t4++) this.outputs[t4].pasteResolveOldToNewValues(e3); - const i3 = n2.find(e3.pasteContext.destFlowViewModel.tasks, (e4) => e4.id === this.taskReference); + const i3 = e3.pasteContext.destFlowViewModel.getTaskById(this.taskReference); i3 && (this.inputs && this._removeUnmatchedDataPairsByName(this.inputs, i3.getInputVariables()), this.outputs && this._removeUnmatchedDataPairsByName(this.outputs, i3.getOutputVariables())); } }, inputs: { enumerable: true, get: function() { return this._inputs; @@ -83141,14 +83657,14 @@ ${e3.stack}`, n3 = [this].concat(i3); n2.__decorate([(0, o.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [])], s.prototype, "noInputSequence", null), n2.__decorate([(0, o.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [])], s.prototype, "noInputDigitalBotSequence", null), n2.__decorate([(0, o.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [])], s.prototype, "noMatchSequence", null), n2.__decorate([(0, o.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [])], s.prototype, "questionSequence", null), t2.askForIntentSequences = new s(); }, 71020: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = (i2(92794), i2(17604)), o = n2.__importDefault(i2(92140)), a = i2(28562), s = n2.__importDefault(i2(73198)), l = n2.__importStar(i2(63352)), u = i2(80428), d = i2(67607), c = i2(82319), p = i2(49892), _ = i2(81516), h = i2(33237), m = n2.__importDefault(i2(27203)), g = n2.__importStar(i2(36781)), f = i2(58380), T = i2(66381), y = i2(44351), S = i2(56969), A = i2(56969), N = i2(56969), O = i2(56969), I = i2(56969), v = n2.__importStar(i2(1115)), C = i2(12179), b = n2.__importDefault(i2(97891)), E = i2(41500), R = n2.__importDefault(i2(80570)), w = i2(21733), D = i2(47957); - class P extends R.default { + const n2 = i2(31635), r2 = (i2(92794), i2(17604)), o = n2.__importDefault(i2(92140)), a = i2(28562), s = n2.__importDefault(i2(73198)), l = n2.__importStar(i2(63352)), u = i2(80428), d = i2(67607), c = i2(82319), p = i2(49892), _ = i2(81516), h = i2(33237), m = n2.__importDefault(i2(27203)), g = n2.__importStar(i2(36781)), f = i2(58380), T = i2(66381), y = i2(44351), S = i2(56969), A = i2(56969), N = i2(56969), O = i2(56969), I = i2(56969), v = n2.__importStar(i2(1115)), C = i2(12179), b = n2.__importDefault(i2(97891)), E = i2(41500), R = n2.__importDefault(i2(80570)), w = i2(95443), D = i2(21733), P = i2(47957); + class M extends R.default { constructor(e3, t3) { super(e3), this._loadModel(t3); } setNewInstanceDefaults(e3) { super.setNewInstanceDefaults(e3); - const t3 = w(this.parentFlow.defaultLanguage); + const t3 = D(this.parentFlow.defaultLanguage); this.setNewInstanceNoInputText(t3.askSurveyQuestion.voiceSurveyNoInputText), this.setNewInstanceNoMatchText(t3.askSurveyQuestion.voiceSurveyNoMatchText), this.setBranchOutOfService(m.default.maxNoInputsOptional.outputId); } initializeDesignTime() { @@ -83176,7 +83692,7 @@ ${e3.stack}`, n3 = [this].concat(i3); var i3, n3; const r3 = e3.parent; if (r3) { - const o2 = null === (n3 = null === (i3 = e3.parentFlow.userInputSettings) || void 0 === i3 ? void 0 : i3.dtmfTerminatingCharacter) || void 0 === n3 ? void 0 : n3.text; + const o2 = null === (n3 = null === (i3 = e3.parentFlow.userInputSettings) || void 0 === i3 ? void 0 : i3.dtmfTerminatingCharacter) || void 0 === n3 ? void 0 : n3.getStringTypeDesignTimeValue(); if (o2 && o2 === t3.id) return true; const a2 = r3.parentFlow.voiceSurveyFlowSettings.getAnswerOptionsExpressionForQuestionId(r3.surveyFormQuestionId); if (a2) return !!a2.collectionItems.items.find((e4) => e4.type.getDtmf(e4) === t3.id); @@ -83184,7 +83700,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return false; } static get managedProperties() { - return [{ property: "surveyQuestion", type: u.expressionTypeNames.surveyQuestion, label: D.voiceSurvey.voiceSurveyQuestionLabel, options: h.ExpressionTypeSurveyQuestionOptions.create((e3) => e3.setIninTestingField("surveyQuestion").setUiPropertyOrder(4).setAllowModeLiteralOnly().setDescriptionInfo(D.voiceSurvey.voiceSurveyQuestionLabel, D.voiceSurvey.voiceSurveyQuestionDescription)), yamlOptions: P.createYamlOptions("surveyQuestion", (e3) => e3.setSkipProperty(true)) }, { property: "surveyQuestionResult", type: u.expressionTypeNames.surveyQuestion, label: D.voiceSurvey.voiceSurveyQuestionResultLabel, options: h.ExpressionTypeSurveyQuestionOptions.create((e3) => e3.setIninTestingField("surveyQuestionResult").setUiPropertyOrder(12).setDescriptionInfo(D.voiceSurvey.voiceSurveyQuestionResultLabel, D.voiceSurvey.voiceSurveyQuestionResultDescription).setAsOutputExpressionOnly().setOutputExprTextAllowsReadOnlyVarType(true).setReadOnly(true)), yamlOptions: P.createYamlOptions("surveyQuestionResult", (e3) => e3.setSkipProperty(true)) }, { property: "questionCondition", type: u.expressionTypeNames.boolean, label: D.voiceSurvey.voiceSurveyQuestionConditionLabel, options: d.ExpressionTypeBooleanOptions.create((e3) => e3.setDescriptionInfo(D.voiceSurvey.voiceSurveyQuestionConditionLabel, D.voiceSurvey.voiceSurveyQuestionConditionDescription).setIninTestingField("questionCondition").setReadOnly(true).setIsOptional(true).setUiPropertyOrder(18)), yamlOptions: P.createYamlOptions("questionCondition", (e3) => e3.setSkipProperty(true)) }, { property: "mirroredQuestionType", label: D.voiceSurvey.voiceSurveyQuestionTypeLabel, createDetails: E.MirroredExpressionActionProperty.createCreateDetails(P.getSurveyQuestionType, P.getSurveyQuestionExpression), options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(11)), yamlOptions: P.createYamlOptions("surveyQuestionType", (e3) => e3.setSkipProperty(true)), hideFromModel: true }, { property: "mirroredAnswerOptions", label: D.voiceSurvey.voiceSurveyAnswerOptionsLabel, createDetails: E.MirroredExpressionActionProperty.createCreateDetails(P.getQuestionAnswerOptions, P.getSurveyQuestionExpression), options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(14)), yamlOptions: P.createYamlOptions("mirroredAnswerOptions", (e3) => e3.setSkipProperty(true)), hideFromModel: true }, { property: "notApplicable", label: D.voiceSurvey.voiceSurveyNotApplicableLabel, type: u.expressionTypeNames.string, options: _.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("notApplicable").setUiPropertyOrder(16).setAllowModeLiteralOnly().setDescriptionInfo(D.voiceSurvey.voiceSurveyNotApplicableLabel, D.voiceSurvey.voiceSurveyNotApplicableDescription).facets.setAllowableValues(y.surveyFormDtmfTerminatingValues).setAllowableValuesUseInlineSelect(true).setAllowableValuesDisabledCallback(P._disableDTMFChoiceForNACallback).setAllowableValueUseOriginalDisplayString(true).setAllowableValuePlaceholder(D.voiceSurvey.voiceSurveyAnswerOptionDtmfLabel)) }, { property: "answer", label: D.voiceSurvey.voiceSurveyAnswerLabel, type: u.expressionTypeNames.communication, options: c.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("answer").setDescriptionInfo(D.voiceSurvey.voiceSurveyAnswerLabel, D.voiceSurvey.voiceSurveyAnswerDescription).setIsOptional(true).setUiPropertyOrder(13).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDefaultToBuilderId(a.builderIds.parts.genericCommunication)) }, { property: "followUpQuestion", label: D.voiceSurvey.voiceSurveyFollowUpQuestionLabel, type: u.expressionTypeNames.communication, options: c.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("followUpQuestion").setDescriptionInfo(D.voiceSurvey.voiceSurveyFollowUpQuestionLabel, D.voiceSurvey.voiceSurveyFollowUpQuestionDescription).setIsOptional(true).setUiPropertyOrder(15).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDefaultToBuilderId(a.builderIds.parts.genericCommunication)) }]; + return [{ property: "surveyQuestion", type: u.expressionTypeNames.surveyQuestion, label: P.voiceSurvey.voiceSurveyQuestionLabel, options: h.ExpressionTypeSurveyQuestionOptions.create((e3) => e3.setIninTestingField("surveyQuestion").setUiPropertyOrder(4).setAllowModeLiteralOnly().setDescriptionInfo(P.voiceSurvey.voiceSurveyQuestionLabel, P.voiceSurvey.voiceSurveyQuestionDescription)), yamlOptions: M.createYamlOptions("surveyQuestion", (e3) => e3.setSkipProperty(true)) }, { property: "surveyQuestionResult", type: u.expressionTypeNames.surveyQuestion, label: P.voiceSurvey.voiceSurveyQuestionResultLabel, options: h.ExpressionTypeSurveyQuestionOptions.create((e3) => e3.setIninTestingField("surveyQuestionResult").setUiPropertyOrder(12).setDescriptionInfo(P.voiceSurvey.voiceSurveyQuestionResultLabel, P.voiceSurvey.voiceSurveyQuestionResultDescription).setAsOutputExpressionOnly().setOutputExprTextAllowsReadOnlyVarType(true).setReadOnly(true)), yamlOptions: M.createYamlOptions("surveyQuestionResult", (e3) => e3.setSkipProperty(true)) }, { property: "questionCondition", type: u.expressionTypeNames.boolean, label: P.voiceSurvey.voiceSurveyQuestionConditionLabel, options: d.ExpressionTypeBooleanOptions.create((e3) => e3.setDescriptionInfo(P.voiceSurvey.voiceSurveyQuestionConditionLabel, P.voiceSurvey.voiceSurveyQuestionConditionDescription).setIninTestingField("questionCondition").setReadOnly(true).setIsOptional(true).setUiPropertyOrder(18)), yamlOptions: M.createYamlOptions("questionCondition", (e3) => e3.setSkipProperty(true)) }, { property: "mirroredQuestionType", label: P.voiceSurvey.voiceSurveyQuestionTypeLabel, createDetails: E.MirroredExpressionActionProperty.createCreateDetails(M.getSurveyQuestionType, M.getSurveyQuestionExpression), options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(11)), yamlOptions: M.createYamlOptions("surveyQuestionType", (e3) => e3.setSkipProperty(true)), hideFromModel: true }, { property: "mirroredAnswerOptions", label: P.voiceSurvey.voiceSurveyAnswerOptionsLabel, createDetails: E.MirroredExpressionActionProperty.createCreateDetails(M.getQuestionAnswerOptions, M.getSurveyQuestionExpression), options: p.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(14)), yamlOptions: M.createYamlOptions("mirroredAnswerOptions", (e3) => e3.setSkipProperty(true)), hideFromModel: true }, { property: "notApplicable", label: P.voiceSurvey.voiceSurveyNotApplicableLabel, type: u.expressionTypeNames.string, options: _.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("notApplicable").setUiPropertyOrder(16).setAllowModeLiteralOnly().setDescriptionInfo(P.voiceSurvey.voiceSurveyNotApplicableLabel, P.voiceSurvey.voiceSurveyNotApplicableDescription).facets.setAllowableValues(y.surveyFormDtmfTerminatingValues).setAllowableValuesUseInlineSelect(true).setAllowableValuesDisabledCallback(M._disableDTMFChoiceForNACallback).setAllowableValueUseOriginalDisplayString(true).setAllowableValuePlaceholder(P.voiceSurvey.voiceSurveyAnswerOptionDtmfLabel)) }, { property: "answer", label: P.voiceSurvey.voiceSurveyAnswerLabel, type: u.expressionTypeNames.communication, options: c.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("answer").setDescriptionInfo(P.voiceSurvey.voiceSurveyAnswerLabel, P.voiceSurvey.voiceSurveyAnswerDescription).setIsOptional(true).setUiPropertyOrder(13).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDefaultToBuilderId(a.builderIds.parts.genericCommunication)) }, { property: "followUpQuestion", label: P.voiceSurvey.voiceSurveyFollowUpQuestionLabel, type: u.expressionTypeNames.communication, options: c.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("followUpQuestion").setDescriptionInfo(P.voiceSurvey.voiceSurveyFollowUpQuestionLabel, P.voiceSurvey.voiceSurveyFollowUpQuestionDescription).setIsOptional(true).setUiPropertyOrder(15).setDefaultToNoValue(true).setDoNotTransitionToNoValue(false).setDefaultToBuilderId(a.builderIds.parts.genericCommunication)) }, (0, w.createBargeInManagedProperty)(8, P.speechToText.recognitionParams.speechRecognitionParameters)]; } get isAskSurveyQuestionAction() { return true; @@ -83232,7 +83748,7 @@ ${e3.stack}`, n3 = [this].concat(i3); break; case O.SurveyQuestionTypesEnum.npsQuestion: if (e3.followUpQuestionText) if (this.followUpQuestion.options.setAllowModeBuilder(true), this.followUpQuestion.options.setDefaultToBuilderId(a.builderIds.parts.genericCommunication), (0, I.surveyQuestionHasNa)(e3)) { - const t4 = w(this.parentFlow.defaultLanguage), i3 = (0, r2.sprintf)(t4.askSurveyQuestion.surveyAnswerNotApplicableWithQuestionSequence, e3.followUpQuestionText); + const t4 = D(this.parentFlow.defaultLanguage), i3 = (0, r2.sprintf)(t4.askSurveyQuestion.surveyAnswerNotApplicableWithQuestionSequence, e3.followUpQuestionText); this.followUpQuestion.setCommunicationBuilderText(i3, true); } else this.followUpQuestion.setCommunicationBuilderText(e3.followUpQuestionText, true); break; @@ -83269,7 +83785,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return this._isNoneOrReadOnlyQuestion || super._isNoMatchRepromptsOOS(); } _generateAnswerOutputText(e3, t3) { - const i3 = w(this.parentFlow.defaultLanguage), n3 = []; + const i3 = D(this.parentFlow.defaultLanguage), n3 = []; return e3.length ? (e3.forEach((e4) => { n3.push((0, r2.sprintf)(i3.askSurveyQuestion.surveyAnswerOptionSequence, e4.dtmf, e4.text)); }), t3 && n3.push(i3.askSurveyQuestion.surveyAnswerNotApplicableSequence), (0, T.getSentenceListDisplayString)(n3)) : ""; @@ -83283,9 +83799,12 @@ ${e3.stack}`, n3 = [this].concat(i3); return o.default.extend(super.yamlPropertyOrderMap, { surveyQuestion: 15 }); } _validateDuplicateDTMF(e3) { - var t3, i3; - const n3 = this.notApplicable.isLiteralMode ? this.notApplicable.text : void 0, o2 = null === (i3 = null === (t3 = this.parentFlow.userInputSettings) || void 0 === t3 ? void 0 : t3.dtmfTerminatingCharacter) || void 0 === i3 ? void 0 : i3.text; - n3 && ((0, S.getQuestionDtmfAnswerOptionMap)(this.surveyFormQuestion)[n3] ? e3.addExpressionError(this.notApplicable, (0, r2.sprintf)(D.voiceSurvey.voiceSurveyDuplicateDtmfError, n3)) : n3 === o2 && e3.addExpressionError(this.notApplicable, D.voiceSurvey.voiceSurveyNotApplicableSetAsTerminatingCharacter)); + var t3; + const i3 = this.notApplicable.getStringTypeDesignTimeValue(); + if (i3) { + const n3 = null === (t3 = this.parentFlow.userInputSettings.dtmfTerminatingCharacter) || void 0 === t3 ? void 0 : t3.getStringTypeDesignTimeValue(); + (0, S.getQuestionDtmfAnswerOptionMap)(this.surveyFormQuestion)[i3] ? e3.addExpressionError(this.notApplicable, (0, r2.sprintf)(P.voiceSurvey.voiceSurveyDuplicateDtmfError, i3)) : i3 === n3 && e3.addExpressionError(this.notApplicable, P.voiceSurvey.voiceSurveyNotApplicableSetAsTerminatingCharacter); + } } validate(e3) { super.validate(e3), this._validateDuplicateDTMF(e3); @@ -83295,7 +83814,7 @@ ${e3.stack}`, n3 = [this].concat(i3); case O.SurveyQuestionTypesEnum.freeTextQuestion: case O.SurveyQuestionTypesEnum.readOnlyQuestion: if ((0, I.surveyQuestionHasNa)(e3)) { - const t3 = w(this.parentFlow.defaultLanguage), i3 = (0, r2.sprintf)(t3.askSurveyQuestion.surveyAnswerNotApplicableWithQuestionSequence, e3.questionText); + const t3 = D(this.parentFlow.defaultLanguage), i3 = (0, r2.sprintf)(t3.askSurveyQuestion.surveyAnswerNotApplicableWithQuestionSequence, e3.questionText); this.question.setCommunicationBuilderText(i3, true); } else this.question.setCommunicationBuilderText(e3.questionText, true); break; @@ -83304,7 +83823,7 @@ ${e3.stack}`, n3 = [this].concat(i3); } } } - P.info = b.default.createActionInfo({ actionClass: P, canBeInTask: true, helpTopic: C.helpTopics.actions.askSurveyQuestion, modelClass: i2(44900), name: D.actions.askSurveyQuestion, scriptingName: "ArchActionAskSurveyQuestion", supportsUtteranceHistoricalData: true }), t2.A = P; + M.info = b.default.createActionInfo({ actionClass: M, canBeInTask: true, helpTopic: C.helpTopics.actions.askSurveyQuestion, modelClass: i2(44900), name: P.actions.askSurveyQuestion, scriptingName: "ArchActionAskSurveyQuestion", supportsUtteranceHistoricalData: true }), t2.A = M; }, 71056: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ExpressionTypeNetworkObjectOptions = void 0; @@ -83397,7 +83916,7 @@ ${e3.stack}`, n3 = [this].concat(i3); if ((null === (e3 = this.responseLibrary) || void 0 === e3 ? void 0 : e3.name) && this.formName) return new N.ActionDetails([R.form.formActionLibrary, R.form.formLabel], [this.responseLibrary.name, this.formName]); } static get managedProperties() { - return [{ createDetails: C.NoteActionProperty.createCreateDetails(R.form.formChannelNote, "info", "formChannelNote"), options: d.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(1)), property: "channelAlert", yamlOptions: D.createYamlOptions("channelAlert", (e3) => e3.setSkipProperty(true)) }, { label: R.form.formActionLibrary, options: c.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("library").setUiPropertyOrder(2).setDropdownPlaceholder(R.form.formActionSelectLibrary).setDescriptionInfo(R.form.formActionLibrary, R.form.formActionLibraryDescription)), property: "library", createDetails: b.ResponseLibraryProperty.createCreateDetails(R.form.formResponseLibraryDoesNotContainForm, R.form.formNoResponseLibrariesContainForm, R.form.formActionMustSelectLibrary), yamlOptions: D.createYamlOptions("library", (e3) => e3) }, { label: R.form.formLabel, options: c.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("form").setUiPropertyOrder(3).setDropdownPlaceholder(R.form.selectForm)), property: "form", createDetails: v.NetworkBasedActionProperty.createCreateDetails("formId", "formName", _.formResponseManager, R.form.formActionMustSelectForm, R.form.formNotFound, null, (e3) => e3.action._getAdditionalSearchParams(), (e3, t3) => e3.action._searchFilterCallback(t3)), yamlOptions: D.createYamlOptions("form", (e3) => e3.setSkipProperty(true)) }, { label: R.form.formCompletionTimeout, options: u.ExpressionTypeDurationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("formCompletionTimeout").setDescriptionInfo(R.form.formCompletionTimeout, R.form.formCompletionTimeoutDescription).setDefaultText(a.default.litDurationThreeMinutes).setUiPropertyOrder(4).setDurationStyle(s.durationStyles.fullDuration).facets.setMinDur(30 * a.default.msPerSecond, true).setMaxDur(3 * a.default.msPerDay, true)), property: "formCompletionTimeout", type: l.expressionTypeNames.duration }, { dataList: true, isOutput: true, label: R.form.formPages, options: d.ExpressionTypelessOptions.create((e3) => e3.setAsOutput().setUiPropertyOrder(6).setIsOptional(true)), property: "outputs", yamlOptions: D.createYamlOptions("outputs", (e3) => e3.setPropertyName("formOutputs")) }]; + return [{ createDetails: C.NoteActionProperty.createCreateDetails(m.isFeatureAvailable(S.default.botFlowsWebMessagingForm) ? R.form.formChannelNoteWithWebMessaging : R.form.formChannelNote, "info", "formChannelNote"), options: d.ExpressionTypelessOptions.create((e3) => e3.setUiPropertyOrder(1)), property: "channelAlert", yamlOptions: D.createYamlOptions("channelAlert", (e3) => e3.setSkipProperty(true)) }, { label: R.form.formActionLibrary, options: c.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("library").setUiPropertyOrder(2).setDropdownPlaceholder(R.form.formActionSelectLibrary).setDescriptionInfo(R.form.formActionLibrary, R.form.formActionLibraryDescription)), property: "library", createDetails: b.ResponseLibraryProperty.createCreateDetails(R.form.formResponseLibraryDoesNotContainForm, R.form.formNoResponseLibrariesContainForm, R.form.formActionMustSelectLibrary), yamlOptions: D.createYamlOptions("library", (e3) => e3) }, { label: R.form.formLabel, options: c.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("form").setUiPropertyOrder(3).setDropdownPlaceholder(R.form.selectForm)), property: "form", createDetails: v.NetworkBasedActionProperty.createCreateDetails("formId", "formName", _.formResponseManager, R.form.formActionMustSelectForm, R.form.formNotFound, null, (e3) => e3.action._getAdditionalSearchParams(), (e3, t3) => e3.action._searchFilterCallback(t3)), yamlOptions: D.createYamlOptions("form", (e3) => e3.setSkipProperty(true)) }, { label: R.form.formCompletionTimeout, options: u.ExpressionTypeDurationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("formCompletionTimeout").setDescriptionInfo(R.form.formCompletionTimeout, R.form.formCompletionTimeoutDescription).setDefaultText(a.default.litDurationThreeMinutes).setUiPropertyOrder(4).setDurationStyle(s.durationStyles.fullDuration).facets.setMinDur(30 * a.default.msPerSecond, true).setMaxDur(3 * a.default.msPerDay, true)), property: "formCompletionTimeout", type: l.expressionTypeNames.duration }, { dataList: true, isOutput: true, label: R.form.formPages, options: d.ExpressionTypelessOptions.create((e3) => e3.setAsOutput().setUiPropertyOrder(6).setIsOptional(true)), property: "outputs", yamlOptions: D.createYamlOptions("outputs", (e3) => e3.setPropertyName("formOutputs")) }]; } _getAdditionalSearchParams() { var e3; @@ -84221,10 +84740,10 @@ ${e3.stack}`, n3 = [this].concat(i3); t2.ResponseLibraryManager = p, t2.responseLibraryManager = new p(); }, 71530: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(96618), o = i2(28562), a = i2(80428), s = i2(82319), l = i2(12179), u = n2.__importDefault(i2(97891)), d = n2.__importDefault(i2(5730)), c = i2(47957); - class p extends d.default { + const n2 = i2(31635), r2 = i2(96618), o = i2(28562), a = i2(80428), s = i2(82319), l = i2(95443), u = i2(12179), d = n2.__importDefault(i2(97891)), c = n2.__importDefault(i2(5730)), p = i2(47957); + class _ extends c.default { static get managedProperties() { - return [{ label: c.communicate.communication, options: s.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("communication").setDefaultToBuilderId(o.builderIds.parts.genericCommunication).setUiPropertyOrder(0)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: s.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("communication").setDefaultToBuilderId(o.builderIds.parts.markdownCommunication).setUiPropertyOrder(0)) }], property: "communication", type: a.expressionTypeNames.communication }]; + return [{ label: p.communicate.communication, options: s.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("communication").setDefaultToBuilderId(o.builderIds.parts.genericCommunication).setUiPropertyOrder(0)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: s.ExpressionTypeCommunicationOptions.create((e3) => e3.setAllowSecure(true).setIninTestingField("communication").setDefaultToBuilderId(o.builderIds.parts.markdownCommunication).setUiPropertyOrder(0)) }], property: "communication", type: a.expressionTypeNames.communication }, (0, l.createBargeInManagedProperty)(1)]; } constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); @@ -84233,7 +84752,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return super.setNewInstanceDefaults(); } } - p.info = u.default.createActionInfo({ actionClass: p, canBeInTask: true, helpTopic: l.helpTopics.actions.communicate, modelClass: i2(40812), name: c.actions.communicate, scriptingName: "ArchActionCommunicate" }), t2.A = p; + _.info = d.default.createActionInfo({ actionClass: _, canBeInTask: true, helpTopic: u.helpTopics.actions.communicate, modelClass: i2(40812), name: p.actions.communicate, scriptingName: "ArchActionCommunicate" }), t2.A = _; }, 71535: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.NameIdDescriptionModelList = void 0; @@ -84256,7 +84775,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(19596), a = i2(80295), s = i2(80295); class l extends o.DataContract { constructor(e3) { - super(e3), (0, s.makeUnenumerable)(this, "_additionalProperties"), (0, s.makeUnenumerable)(this, "_allowableValues"), (0, s.makeUnenumerable)(this, "_dataTypeId"), (0, s.makeUnenumerable)(this, "_description"), (0, s.makeUnenumerable)(this, "_id"), (0, s.makeUnenumerable)(this, "_isColl"), (0, s.makeUnenumerable)(this, "_isRequired"), (0, s.makeUnenumerable)(this, "_name"), (0, s.makeUnenumerable)(this, "_minItems"), (0, s.makeUnenumerable)(this, "_maxItems"), (0, s.makeUnenumerable)(this, "_minLength"), (0, s.makeUnenumerable)(this, "_maxLength"), (0, s.makeUnenumerable)(this, "_maxValue"), (0, s.makeUnenumerable)(this, "_maxValueInclusive"), (0, s.makeUnenumerable)(this, "_minValue"), (0, s.makeUnenumerable)(this, "_minValueInclusive"), (0, s.makeUnenumerable)(this, "_properties"), (0, s.makeUnenumerable)(this, "_readOnly"), (0, s.makeUnenumerable)(this, "_items"); + super(e3), (0, s.makeUnenumerable)(this, "_additionalProperties"), (0, s.makeUnenumerable)(this, "_allowableValues"), (0, s.makeUnenumerable)(this, "_dataTypeId"), (0, s.makeUnenumerable)(this, "_description"), (0, s.makeUnenumerable)(this, "_id"), (0, s.makeUnenumerable)(this, "_isColl"), (0, s.makeUnenumerable)(this, "_isRequired"), (0, s.makeUnenumerable)(this, "_name"), (0, s.makeUnenumerable)(this, "_minItems"), (0, s.makeUnenumerable)(this, "_maxItems"), (0, s.makeUnenumerable)(this, "_minLength"), (0, s.makeUnenumerable)(this, "_maxLength"), (0, s.makeUnenumerable)(this, "_maxValue"), (0, s.makeUnenumerable)(this, "_maxValueInclusive"), (0, s.makeUnenumerable)(this, "_minValue"), (0, s.makeUnenumerable)(this, "_minValueInclusive"), (0, s.makeUnenumerable)(this, "_properties"), (0, s.makeUnenumerable)(this, "_readOnly"), (0, s.makeUnenumerable)(this, "_patchable"), (0, s.makeUnenumerable)(this, "_items"); } static createFromJsonSchema(e3) { const t3 = new l(); @@ -84372,14 +84891,20 @@ ${e3.stack}`, n3 = [this].concat(i3); set readOnly(e3) { (r2.default.isBoolean(e3) || void 0 === e3) && (this._readOnly = e3); } + get patchable() { + return this._patchable; + } + set patchable(e3) { + (r2.default.isBoolean(e3) || void 0 === e3) && (this._patchable = e3); + } reset() { - this._additionalProperties = void 0, this._allowableValues = void 0, this._isColl = void 0, this._isRequired = void 0, this._minItems = void 0, this._maxItems = void 0, this._minLength = void 0, this._maxLength = void 0, this._minValue = void 0, this._maxValue = void 0, this._minValueInclusive = void 0, this._maxValueInclusive = void 0, this._properties = void 0, this._readOnly = void 0, this._items = void 0; + this._additionalProperties = void 0, this._allowableValues = void 0, this._isColl = void 0, this._isRequired = void 0, this._minItems = void 0, this._maxItems = void 0, this._minLength = void 0, this._maxLength = void 0, this._minValue = void 0, this._maxValue = void 0, this._minValueInclusive = void 0, this._maxValueInclusive = void 0, this._properties = void 0, this._readOnly = void 0, this._patchable = void 0, this._items = void 0; } populateRootPropertiesFromJsonSchema(e3, t3) { e3 && r2.default.isObject(e3) ? (this.additionalProperties = e3.additionalProperties, this.allowableValues = e3.enum, this.isCollection = "array" === e3.type, this._items = e3.items, this.minItems = e3.minItems, this.maxItems = e3.maxItems, this.minLength = e3.minLength, this.maxLength = e3.maxLength, this.minValue = e3.minimum, this.maxValue = e3.maximum, e3.exclusiveMinimum || (this.minValueInclusive = true), e3.exclusiveMaximum || (this.maxValueInclusive = true)) : t3 && this.reset(); } } - t2.default = l, n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "additionalProperties", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], l.prototype, "id", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "maxItems", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "minItems", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "maxLength", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "minLength", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "maxValue", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "maxValueInclusive", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "minValue", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "minValueInclusive", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], l.prototype, "name", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], l.prototype, "description", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], l.prototype, "dataTypeId", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "isCollection", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "properties", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Array), n2.__metadata("design:paramtypes", [Array])], l.prototype, "allowableValues", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "isRequired", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "readOnly", null); + t2.default = l, n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "additionalProperties", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], l.prototype, "id", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "maxItems", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "minItems", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "maxLength", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "minLength", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "maxValue", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "maxValueInclusive", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Number), n2.__metadata("design:paramtypes", [Number])], l.prototype, "minValue", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "minValueInclusive", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], l.prototype, "name", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], l.prototype, "description", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], l.prototype, "dataTypeId", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "isCollection", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "properties", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Array), n2.__metadata("design:paramtypes", [Array])], l.prototype, "allowableValues", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "isRequired", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "readOnly", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Boolean), n2.__metadata("design:paramtypes", [Boolean])], l.prototype, "patchable", null); }, 71549: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -84866,7 +85391,7 @@ ${e3.stack}`, n3 = [this].concat(i3); if (o4.intent.confirmation = i4.confirmationExpression.getConfiguration(e3, t3), o4.intent.name = i4.name, i4.parentFlow.isDigitalBotFlow) { const e4 = null === (n4 = i4.parent.intentsToReusableTasksMapping[i4.name]) || void 0 === n4 ? void 0 : n4.id; if (r2.default.isString(e4)) { - const t4 = r2.default.findWhere(i4.parentFlow.tasks, { id: e4 }); + const t4 = i4.parentFlow.getTaskById(e4); t4 && (o4.intent.task = {}, o4.intent.task.name = t4.name); } } @@ -85088,14 +85613,39 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 71824: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(12847)), a = n2.__importDefault(i2(33139)), s = n2.__importStar(i2(36781)), l = n2.__importStar(i2(58380)), u = n2.__importDefault(i2(96651)), d = n2.__importDefault(i2(81948)), c = i2(47957), p = i2(69674), _ = i2(1115), h = i2(64420), m = i2(23695); - class g extends d.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(12847)), a = n2.__importDefault(i2(33139)), s = n2.__importStar(i2(36781)), l = n2.__importStar(i2(58380)), u = n2.__importStar(i2(1115)), d = n2.__importDefault(i2(96651)), c = n2.__importDefault(i2(81948)), p = i2(47957), _ = i2(69674), h = i2(64420), m = i2(23695); + class g extends c.default { constructor(e3) { - super(e3), this.states = []; + super(e3), this._statesMap = {}; + } + get isCommonWorkflowViewModel() { + return true; + } + get states() { + return void 0 === this._statesArray && (this._statesArray = Object.values(this._statesMap)), this._statesArray; + } + get hasStates() { + var e3; + return (null === (e3 = this.states) || void 0 === e3 ? void 0 : e3.length) >= 1; + } + _deleteAllStates() { + r2.default.destroyContents(this._statesMap), this._statesArray = void 0; + } + getStateById(e3) { + return this._statesMap[e3]; + } + _deleteState(e3) { + (null == e3 ? void 0 : e3.id) && (delete this._statesMap[e3.id], this._statesArray = void 0); + } + _addState(e3) { + (null == e3 ? void 0 : e3.id) ? (this._statesMap[e3.id] && this.topic.error("_addState called with a state that has already been added, id: " + e3.id), this._statesMap[e3.id] = e3, this._statesArray = void 0) : this.topic.error("_addState called with a state that has no id"); } get className() { return "CommonWorkflowViewModel"; } + getTopLevelTaskLikeChild(e3) { + return e3 ? this._statesMap[e3] || super.getTopLevelTaskLikeChild(e3) : null; + } get overrideWireFlowConfiguration() { return h.getWorkflowConfiguration; } @@ -85106,7 +85656,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return a.default.states; } buildConfiguration(e3, t3, i3) { - if (super.buildConfiguration(e3, t3, i3), this.states.length) { + if (super.buildConfiguration(e3, t3, i3), this.hasStates) { const t4 = (null == i3 ? void 0 : i3.isForFlowYaml) ? this.statesYamlPropertyName : a.default.flowSequenceItemList; r2.default.isArray(e3[t4]) || (e3[t4] = []), r2.default.each(this.states, (n3) => { const r3 = n3.getConfiguration(e3, i3); @@ -85126,13 +85676,13 @@ ${e3.stack}`, n3 = [this].concat(i3); return [...super.children, ...this.states]; } createState(e3) { - const t3 = new p(); - t3.name = e3 || this._getUniqueName(this.states, c.task.newDefaultStateName); - const i3 = new u.default(this, t3); + const t3 = new _(); + t3.name = e3 || this._getUniqueName(this.states, p.task.newDefaultStateName); + const i3 = new d.default(this, t3); return this.addNewChild(i3), i3; } addNewChild(e3) { - e3.isState && this.states.push(e3), super.addNewChild(e3); + e3.isState && this._addState(e3), super.addNewChild(e3); } getFlowConfigurationClass() { return m; @@ -85142,12 +85692,7 @@ ${e3.stack}`, n3 = [this].concat(i3); if (this.initialSequence === e3.id) return null; if (this._periodicStateId === e3.id) return null; const i3 = e3.parent; - if (i3.deleteChild) i3.deleteChild(e3); - else { - const i4 = e3.isTask ? this.tasks : this.states, n3 = i4.indexOf(e3); - !t3 && n3 >= 0 && (i4.splice(n3, 1), l.fireEvent(this, s.containerListChanged, e3)); - } - return e3.isDestroyedOrDestroying || (e3.destroy(), l.fireEvent(this, s.containerListChanged)), i3; + return i3.deleteChild ? i3.deleteChild(e3) : t3 || (e3.isTask ? this._deleteTask(e3) : this._deleteState(e3), l.fireEvent(this, s.containerListChanged, e3)), e3.isDestroyedOrDestroying || (e3.destroy(), l.fireEvent(this, s.containerListChanged)), i3; } search(e3) { super.search(e3), r2.default.each(this.states, e3.addToQueue.bind(e3)); @@ -85162,30 +85707,30 @@ ${e3.stack}`, n3 = [this].concat(i3); }), super.updateDependencies(); } _loadConfiguration(e3) { - this._setInitialTrackingNumberFromConfiguration(e3.nextTrackingNumber), r2.default.destroyContents(this.states), this._extractSequenceItemViewModels(e3, this.states, this.stateViewModel), this.definition.supportsPeriodicState && (this._periodicState = void 0, this._periodicStateId = e3.periodicStateId), super._loadConfiguration(e3); + this._setInitialTrackingNumberFromConfiguration(e3.nextTrackingNumber), this._deleteAllStates(), this._extractSequenceItemViewModels(e3, this._statesMap, this.stateViewModel), this._statesArray = void 0, this.definition.supportsPeriodicState && (this._periodicState = void 0, this._periodicStateId = e3.periodicStateId), super._loadConfiguration(e3); } get stateViewModel() { - return u.default; + return d.default; } _destroy() { - super._destroy(), this.states && r2.default.destroyContents(this.states); + super._destroy(), this._deleteAllStates(); } _initializeDesignTime() { - super._initializeDesignTime(), this.states && r2.default.each(this.states, (e3) => { + super._initializeDesignTime(), r2.default.each(this.states, (e3) => { e3.initializeDesignTime(); }); } get periodicState() { - if (this.definition.supportsPeriodicState) return this._periodicState && !this._periodicState.isDestroyed && this._periodicState.id === this._periodicStateId || (this._periodicState = this.getChild(this._periodicStateId)), this._periodicState; + if (this.definition.supportsPeriodicState) return this._periodicState && !this._periodicState.isDestroyed && this._periodicState.id === this._periodicStateId || (this._periodicState = this.getStateById(this._periodicStateId)), this._periodicState; } set periodicState(e3) { if (!this.definition.supportsPeriodicState) return void o.error("flow does not support periodic state"); if (!e3 || !e3.isState) return void o.error("periodicState must be a state"); if (this.initialSequence === e3.id) return void o.error("can not set periodicState to initialSequence"); const t3 = this.periodicState; - t3 && _.validateNode(t3, true), this._periodicStateId = e3.id, this._periodicState = void 0; + t3 && u.validateNode(t3, true), this._periodicStateId = e3.id, this._periodicState = void 0; const i3 = this.periodicState; - i3 && _.validateNode(i3, true), l.fireEvent(this, s.startUpObjectChanged); + i3 && u.validateNode(i3, true), l.fireEvent(this, s.startUpObjectChanged); } } t2.default = g; @@ -85267,7 +85812,9 @@ ${e3.stack}`, n3 = [this].concat(i3); const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(92140)), s = i2(65287), l = i2(4333), u = i2(13110), d = i2(28562), c = n2.__importDefault(i2(73198)), p = n2.__importStar(i2(63824)), _ = n2.__importStar(i2(63352)), h = i2(80428), m = n2.__importDefault(i2(15244)), g = i2(67607), f = i2(82319), T = i2(61870), y = i2(79467), S = i2(78513), A = i2(81516), N = i2(99469), O = n2.__importStar(i2(85020)), I = n2.__importStar(i2(10798)), v = i2(44351), C = i2(44351), b = i2(44351), E = n2.__importStar(i2(1115)), R = n2.__importDefault(i2(4648)), w = i2(12179), D = n2.__importDefault(i2(20084)), P = i2(21556), M = i2(21733), F = i2(47957); class L extends D.default { static get managedProperties() { - return [{ label: F.customNodes.botFlowUserInputSettings.quickRepliesLabel, options: g.ExpressionTypeBooleanOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.quickRepliesLabel, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.quickRepliesDescription, F.actions.askForBoolean, F.actions.askAnythingElse, F.actions.askForSlot)).setIninTestingField("enableAutomaticQuickReplies").setDefaultText(c.default.false).setHideDefaultTextDescription(true).setIsOptional(false).setFeatureConfigName(R.default.botFlowsAutomaticQuickRepliesFeature).setRequiresFlowQuickRepliesSetting(true).setBoolText(F.generic.genericOn, F.generic.genericOff).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.generalUserInputSettings)), property: "enableAutomaticQuickReplies", type: h.expressionTypeNames.boolean }, { label: F.customNodes.botFlowUserInputSettings.voiceBargeInSettingLabel, options: g.ExpressionTypeBooleanOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.voiceBargeInSettingLabel, F.customNodes.botFlowUserInputSettings.voiceBargeInSettingDescription).setIninTestingField("enableBargeIn").setDefaultText(c.default.false).setRequiredFlowChannelType(O.channelTypeCall).setHideDefaultTextDescription(true).setIsOptional(false).setBoolText(F.generic.genericOn, F.generic.genericOff).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.generalUserInputSettings)), property: "enableBargeIn", type: h.expressionTypeNames.boolean }, { label: F.customNodes.botFlowUserInputSettings.noMatchesMax, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("noMatchesMax").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noMatchesMax, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingNoMatchesMaxDescription, F.actions.askForActionGeneric, F.customNodes.eventHandling.recognitionFailureEvent, F.generic.branches.noIntent)).setIsOptional(false).setDefaultText("3").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noMatches).facets.setMinInt(0, true).setMaxInt(20, true)), property: "noMatchesMax", type: h.expressionTypeNames.integer }, { label: F.customNodes.botFlowUserInputSettings.noInputsMax, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("noInputsMax").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsMax, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputsMaxDescription, F.actions.askForActionGeneric, F.customNodes.eventHandling.recognitionFailureEvent, F.generic.branches.noIntent)).setIsOptional(false).setDefaultText("3").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).facets.setMinInt(0, true).setMaxInt(20, true)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("noInputsMax").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsMax, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputsDigitalMaxDescription, F.actions.askForActionGeneric, F.customNodes.eventHandling.recognitionFailureEvent, F.generic.branches.noIntent)).setIsOptional(false).setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setDefaultText("3").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).facets.setMinInt(0, true).setMaxInt(20, true)) }], property: "noInputsMax", type: h.expressionTypeNames.integer }, { list: true, label: F.customNodes.botFlowUserInputSettings.noInputsApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputsApologyDescription, F.actions.askForActionGeneric, F.askCommon.noInput)).setCollectionItemsWantCollectionDescriptionInfo(true).setIninTestingField("noInputsApologies").setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoInputApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputsApologyDescription, F.actions.askForActionGeneric, F.askCommon.noInput)).setCollectionItemsWantCollectionDescriptionInfo(true).setIninTestingField("noInputsApologies").setIsOptional(false).setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoInputApologyDigitalBotSequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs)) }], property: "noInputsApologies", type: h.expressionTypeNames.communication }, { label: F.customNodes.botFlowUserInputSettings.noInputsTimeout, options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("noInputsTimeout").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsTimeout, F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputTimeoutDescription).setIsOptional(false).setDefaultText(c.default.litDurationSevenSeconds).setRequiredFlowChannelType(O.channelTypeCall).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).setDurationStyle(p.durationStyles.secondsAndTenthsDuration).facets.setMinDur(0, true).setMaxDur(10 * c.default.msPerSecond, true)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("noInputsTimeout").setLabelOverride(F.customNodes.botFlowUserInputSettings.noInputsDigitalTimeout).setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsDigitalTimeout, F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputDigitalTimeoutDescription).setIsOptional(false).setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setDefaultText(c.default.litDurationOneMinute).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).setDurationStyle(p.durationStyles.fullDuration).facets.setMinDur(10 * c.default.msPerSecond, true).setMaxDur(3 * c.default.msPerDay, true)) }], property: "noInputsTimeout", type: h.expressionTypeNames.duration }, { label: F.customNodes.botFlowUserInputSettings.noInputsMaxExceeded, createDetails: u.EventHandlingTypeProperty.createCreateDetails(I.isFeatureAvailable("botFlowEscalationRecognitionHandlingV2") ? [m.default.Continue, m.default.Disconnect, m.default.Exit, m.default.Task] : [m.default.Continue, m.default.Disconnect, m.default.Exit], "noInputsMaxExceededHandlingType", m.default.Continue, true), options: N.ManagedPropertyOptions.create((e3) => e3.setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsMaxExceeded, F.customNodes.botFlowUserInputSettings.noInputsMaxExceededDescription)), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "noInputsMaxExceededHandling" }, { createDetails: l.ContainerActionProperty.createCreateDetails({ modelIdPropName: "noInputsMaxExceededTaskId", modelNamePropName: "noInputsMaxExceededTaskName", itemDoesNotExistBaseString: F.task.label, noReferenceString: F.task.noReference, referencesTasks: true, validReferenceCallback: (e3) => e3 && !e3.isTransferable && e3.hasBranchTerminatingWithEndTask ? { error: F.task.invalidReferenceTaskTransfer } : e3 && e3.isTask && e3.isTransferable ? void 0 : { error: F.task.invalidReference } }), options: N.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("noInputsMaxExceededTask").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).setFeatureConfigName(R.default.botFlowEscalationRecognitionHandlingV2)), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "noInputsMaxExceededTask" }, { label: F.customNodes.botFlowUserInputSettings.confirmationRejectionsMax, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("confirmationRejectionsMax").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationRejectionsMax, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsConfirmationRejectionsMaxDescription, F.actions.askForActionGeneric, F.customNodes.eventHandling.recognitionFailureEvent, F.generic.branches.noIntent)).setIsOptional(false).setDefaultText("3").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors).facets.setMinInt(0, true).setMaxInt(20, true)), property: "confirmationRejectionsMax", type: h.expressionTypeNames.integer }, { label: F.customNodes.botFlowUserInputSettings.collectionLowConfidenceThreshold, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("collectionLowConfidenceThreshold").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.collectionLowConfidenceThreshold, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userSettingsCollectionLowConfidenceThresholdDescription, F.customNodes.botFlowUserInputSettings.collectionHighConfidenceThreshold)).setIsOptional(false).setDefaultText("20").setSubLabel(F.speechRec.minConfidenceLevelRange).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confidenceThresholds).setCustomLiteralValidator((e4) => x(e4)).facets.setMinInt(0, true).setMaxInt(100, true)), property: "collectionLowConfidenceThreshold", type: h.expressionTypeNames.integer }, { label: F.customNodes.botFlowUserInputSettings.collectionHighConfidenceThreshold, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("collectionHighConfidenceThreshold").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.collectionHighConfidenceThreshold, F.customNodes.botFlowUserInputSettings.userSettingsCollectionHighConfidenceThresholdDescription).setIsOptional(false).setDefaultText("70").setSubLabel(F.speechRec.minConfidenceLevelRange).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confidenceThresholds).setCustomLiteralValidator((e4) => x(e4)).facets.setMinInt(0, true).setMaxInt(100, true)), property: "collectionHighConfidenceThreshold", type: h.expressionTypeNames.integer }, { label: F.customNodes.botFlowUserInputSettings.confirmationLowConfidenceThreshold, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("confirmationLowConfidenceThreshold").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationLowConfidenceThreshold, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userSettingsConfirmationLowConfidenceThresholdDescription, F.actions.askForBoolean, F.actions.askForNLUNextIntentAction)).setIsOptional(false).setDefaultText("40").setSubLabel(F.speechRec.minConfidenceLevelRange).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confidenceThresholds).facets.setMinInt(0, true).setMaxInt(100, true)), property: "confirmationLowConfidenceThreshold", type: h.expressionTypeNames.integer }, { label: F.speechToText.recognitionParams.speechToTextSpeechDetectionSensitivity, options: T.ExpressionTypeDecimalOptions.create((e3) => e3.setIninTestingField("speechToTextSpeechDetectionSensitivity").setDescriptionInfo(F.speechToText.recognitionParams.speechToTextSpeechDetectionSensitivity, (0, o.sprintf)(F.generic.joinTwoSentences, F.customNodes.botFlowUserInputSettings.userSettingsSttSpeechDetectionSensitivity, F.customNodes.botFlowUserInputSettings.userSettingsSttSpeechDetectionSensitivityNuanceSupport)).setFeatureConfigName(R.default.orgAvailabilityGrammars).setUiPropertyGroup(F.speechToText.recognitionParams.speechRecognitionParameters).setIsOptional(true).facets.setMinDec(0).setMinValInclusive(true).setMaxDec(1).setMaxValInclusive(true)), supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeVoice, r2.flowTypes.flowTypeVoiceSurvey], property: "speechToTextSpeechDetectionSensitivity", type: h.expressionTypeNames.decimal }, { label: F.speechToText.recognitionParams.speechToTextMaxSpeechTimeout, options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("speechToTextMaxSpeechTimeout").setDescriptionInfo(F.speechToText.recognitionParams.speechToTextMaxSpeechTimeout, F.customNodes.botFlowUserInputSettings.userSettingsSttMaxSpeechTimeout).setFeatureConfigName(R.default.orgAvailabilityGrammars).setUiPropertyGroup(F.speechToText.recognitionParams.speechRecognitionParameters).setDurationStyle(p.durationStyles.secondsAndTenthsDuration).setIsOptional(true).facets.setMinDur(0, true).setMaxDur(30 * c.default.msPerSecond, true)), supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeVoice, r2.flowTypes.flowTypeVoiceSurvey], property: "speechToTextMaxSpeechTimeout", type: h.expressionTypeNames.duration }, { label: F.customNodes.botFlowUserInputSettings.intentClassificationHintingLabel, supportedFlowTypes: [r2.flowTypes.flowTypeBot], options: g.ExpressionTypeBooleanOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.intentClassificationHintingLabel, F.customNodes.botFlowUserInputSettings.intentClassificationHintingDescription).setIninTestingField("enableIntentClassificationHinting").setBoolText("", "").setDefaultText(c.default.false).setUseToggle(true).setIsOptional(false).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.automaticSpeechRecognition).setUiSingleItemSectionPropertyGroup(true).setFeatureConfigName(R.default.botFlowsIntentClassificationHintingAsr).setAllowModeLiteralOnly()), property: "enableIntentClassificationHinting", type: h.expressionTypeNames.boolean }, { label: F.collectInput.interDigitTimeout, options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("interDigitTimeout").setDefaultText(c.default.litDurationThreeSeconds).setUiPropertyGroup(F.voiceSurvey.voiceSurveyDtmfSettingsLabel).setDurationStyle(p.durationStyles.minutesSecondsAndMsDuration).facets.setMinDur(1e3, true).setMaxDur(99e3, true)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeBot], options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("interDigitTimeout").setDefaultText(c.default.litDurationThreeSeconds).setUiPropertyGroup(F.voiceSurvey.voiceSurveyDtmfSettingsLabel).setDurationStyle(p.durationStyles.minutesSecondsAndMsDuration).setFeatureConfigName(R.default.botFlowsInterDigitTimeout).facets.setMinDur(1e3, true).setMaxDur(99e3, true)) }], property: "interDigitTimeout", type: h.expressionTypeNames.duration, supportedFlowTypes: [r2.flowTypes.flowTypeVoiceSurvey, r2.flowTypes.flowTypeBot] }, { label: F.voiceSurvey.voiceSurveyTerminatingCharacterLabel, options: A.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("dtmfTerminatingCharacter").setUiPropertyGroup(F.voiceSurvey.voiceSurveyDtmfSettingsLabel).setDefaultText(b.dtmfPound).setAllowModeLiteralOnly().setDescriptionInfo(F.voiceSurvey.voiceSurveyTerminatingCharacterLabel, F.voiceSurvey.voiceSurveyTerminatingCharacterDescription).facets.setAllowableValues(C.surveyFormDtmfTerminatingValues).setAllowableValueUseOriginalDisplayString(true)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeBot], options: A.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("dtmfTerminatingCharacter").setUiPropertyGroup(F.voiceSurvey.voiceSurveyDtmfSettingsLabel).setIsOptional(true).setDefaultToNoValue(true).setAllowModeExpression(false).setAllowModeBuilder(false).setFeatureConfigName(R.default.botFlowsInterDigitTimeout).setDescriptionInfo(F.voiceSurvey.voiceSurveyTerminatingCharacterLabel, F.voiceSurvey.voiceSurveyTerminatingCharacterDescription).facets.setAllowableValues(v.botFormDtmfTerminatingValues).setAllowableValueUseOriginalDisplayString(true)) }], property: "dtmfTerminatingCharacter", type: h.expressionTypeNames.string, supportedFlowTypes: [r2.flowTypes.flowTypeVoiceSurvey, r2.flowTypes.flowTypeBot] }, { list: true, label: F.customNodes.botFlowUserInputSettings.noMatchApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("noMatchApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noMatchApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingNoMatchApologyDescription, F.actions.askForActionGeneric, F.askCommon.noMatch)).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoMatchApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noMatches)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("noMatchApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noMatchApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingNoMatchApologyDescription, F.actions.askForActionGeneric, F.askCommon.noMatch)).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoMatchApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noMatches)) }], property: "noMatchApologies", type: h.expressionTypeNames.communication }, { label: F.customNodes.botFlowUserInputSettings.endOfSessionMessage, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("endOfSessionMessage").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.endOfSessionMessage, F.customNodes.botFlowUserInputSettings.endOfSessionMessageDescription).setIsOptional(true).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsEndOfSessionMessageDigitalBotSequence).setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs)), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "endOfSessionMessage", type: h.expressionTypeNames.communication }, { list: true, label: F.customNodes.botFlowUserInputSettings.noToConfirmationApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("noToConfirmationApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noToConfirmationApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoToConfirmationApologyDescription, F.actions.askForActionGeneric, F.askCommon.noMatch)).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoToConfirmationApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("noToConfirmationApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noToConfirmationApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoToConfirmationApologyDescription, F.actions.askForActionGeneric, F.askCommon.noMatch)).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoToConfirmationApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)) }], property: "noToConfirmationApologies", type: h.expressionTypeNames.communication }, { list: true, label: F.customNodes.botFlowUserInputSettings.confirmationNoMatchApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("confirmationNoMatchApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationNoMatchApology, F.customNodes.botFlowUserInputSettings.userSettingsConfirmationNoMatchApologyDescription).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsConfirmationNoMatchApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("confirmationNoMatchApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationNoMatchApology, F.customNodes.botFlowUserInputSettings.userSettingsConfirmationNoMatchApologyDescription).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsConfirmationNoMatchApologyDigitalBotSequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)) }], property: "confirmationNoMatchApologies", type: h.expressionTypeNames.communication }, { list: true, label: F.customNodes.botFlowUserInputSettings.confirmationNoInputApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("confirmationNoInputApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationNoInputApology, F.customNodes.botFlowUserInputSettings.userSettingsConfirmationNoInputApology).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsConfirmationNoInputApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("confirmationNoInputApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationNoInputApology, F.customNodes.botFlowUserInputSettings.userSettingsConfirmationNoInputApology).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsConfirmationNoInputApologyDigitalBotSequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)) }], property: "confirmationNoInputApologies", type: h.expressionTypeNames.communication }]; + return [{ label: F.customNodes.botFlowUserInputSettings.quickRepliesLabel, options: g.ExpressionTypeBooleanOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.quickRepliesLabel, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.quickRepliesDescription, F.actions.askForBoolean, F.actions.askAnythingElse, F.actions.askForSlot)).setIninTestingField("enableAutomaticQuickReplies").setDefaultText(c.default.false).setHideDefaultTextDescription(true).setIsOptional(false).setFeatureConfigName(R.default.botFlowsAutomaticQuickRepliesFeature).setRequiresFlowQuickRepliesSetting(true).setBoolText(F.generic.genericOn, F.generic.genericOff).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.generalUserInputSettings)), property: "enableAutomaticQuickReplies", type: h.expressionTypeNames.boolean }, { label: F.customNodes.botFlowUserInputSettings.voiceBargeInSettingLabel, options: g.ExpressionTypeBooleanOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.voiceBargeInSettingLabel, F.customNodes.botFlowUserInputSettings.voiceBargeInSettingDescription).setIninTestingField("enableBargeIn").setDefaultText(c.default.false).setRequiredFlowChannelType(O.channelTypeCall).setHideDefaultTextDescription(true).setIsOptional(false).setBoolText(F.generic.genericOn, F.generic.genericOff).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.generalUserInputSettings)), property: "enableBargeIn", type: h.expressionTypeNames.boolean }, { label: F.customNodes.botFlowUserInputSettings.noMatchesMax, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("noMatchesMax").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noMatchesMax, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingNoMatchesMaxDescription, F.actions.askForActionGeneric, F.customNodes.eventHandling.recognitionFailureEvent, F.generic.branches.noIntent)).setIsOptional(false).setDefaultText("3").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noMatches).facets.setMinInt(0, true).setMaxInt(20, true)), property: "noMatchesMax", type: h.expressionTypeNames.integer }, { label: F.customNodes.botFlowUserInputSettings.noInputsMax, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("noInputsMax").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsMax, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputsMaxDescription, F.actions.askForActionGeneric, F.customNodes.eventHandling.recognitionFailureEvent, F.generic.branches.noIntent)).setIsOptional(false).setDefaultText("3").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).facets.setMinInt(0, true).setMaxInt(20, true)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("noInputsMax").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsMax, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputsDigitalMaxDescription, F.actions.askForActionGeneric, F.customNodes.eventHandling.recognitionFailureEvent, F.generic.branches.noIntent)).setIsOptional(false).setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setDefaultText("3").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).facets.setMinInt(0, true).setMaxInt(20, true)) }], property: "noInputsMax", type: h.expressionTypeNames.integer }, { list: true, label: F.customNodes.botFlowUserInputSettings.noInputsApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputsApologyDescription, F.actions.askForActionGeneric, F.askCommon.noInput)).setCollectionItemsWantCollectionDescriptionInfo(true).setIninTestingField("noInputsApologies").setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoInputApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputsApologyDescription, F.actions.askForActionGeneric, F.askCommon.noInput)).setCollectionItemsWantCollectionDescriptionInfo(true).setIninTestingField("noInputsApologies").setIsOptional(false).setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoInputApologyDigitalBotSequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs)) }], property: "noInputsApologies", type: h.expressionTypeNames.communication }, { label: F.customNodes.botFlowUserInputSettings.noInputsTimeout, options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("noInputsTimeout").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsTimeout, F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputTimeoutDescription).setIsOptional(false).setDefaultText(c.default.litDurationSevenSeconds).setRequiredFlowChannelType(O.channelTypeCall).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).setDurationStyle(p.durationStyles.secondsAndTenthsDuration).facets.setMinDur(0, true).setMaxDur(10 * c.default.msPerSecond, true)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("noInputsTimeout").setLabelOverride(F.customNodes.botFlowUserInputSettings.noInputsDigitalTimeout).setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsDigitalTimeout, F.customNodes.botFlowUserInputSettings.userInputSettingsNoInputDigitalTimeoutDescription).setIsOptional(false).setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setDefaultText(c.default.litDurationOneMinute).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).setDurationStyle(p.durationStyles.fullDuration).facets.setMinDur(10 * c.default.msPerSecond, true).setMaxDur(3 * c.default.msPerDay, true)) }], property: "noInputsTimeout", type: h.expressionTypeNames.duration }, { label: F.customNodes.botFlowUserInputSettings.noInputsMaxExceeded, createDetails: u.EventHandlingTypeProperty.createCreateDetails(I.isFeatureAvailable("botFlowEscalationRecognitionHandlingV2") ? [m.default.Continue, m.default.Disconnect, m.default.Exit, m.default.Task] : [m.default.Continue, m.default.Disconnect, m.default.Exit], "noInputsMaxExceededHandlingType", m.default.Continue, true), options: N.ManagedPropertyOptions.create((e3) => e3.setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noInputsMaxExceeded, F.customNodes.botFlowUserInputSettings.noInputsMaxExceededDescription)), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "noInputsMaxExceededHandling" }, { createDetails: l.ContainerActionProperty.createCreateDetails({ modelIdPropName: "noInputsMaxExceededTaskId", modelNamePropName: "noInputsMaxExceededTaskName", itemDoesNotExistBaseString: F.task.label, noReferenceString: F.task.noReference, referencesTasks: true, validReferenceCallback: (e3) => e3 && !e3.isTransferable && e3.hasBranchTerminatingWithEndTask ? { error: F.task.invalidReferenceTaskTransfer } : e3 && e3.isTask && e3.isTransferable ? void 0 : { error: F.task.invalidReference } }), options: N.ManagedPropertyOptions.create((e3) => e3.setIninTestingField("noInputsMaxExceededTask").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs).setFeatureConfigName(R.default.botFlowEscalationRecognitionHandlingV2)), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "noInputsMaxExceededTask" }, { label: F.customNodes.botFlowUserInputSettings.confirmationRejectionsMax, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("confirmationRejectionsMax").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationRejectionsMax, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsConfirmationRejectionsMaxDescription, F.actions.askForActionGeneric, F.customNodes.eventHandling.recognitionFailureEvent, F.generic.branches.noIntent)).setIsOptional(false).setDefaultText("3").setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors).facets.setMinInt(0, true).setMaxInt(20, true)), property: "confirmationRejectionsMax", type: h.expressionTypeNames.integer }, { label: F.customNodes.botFlowUserInputSettings.collectionLowConfidenceThreshold, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("collectionLowConfidenceThreshold").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.collectionLowConfidenceThreshold, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userSettingsCollectionLowConfidenceThresholdDescription, F.customNodes.botFlowUserInputSettings.collectionHighConfidenceThreshold)).setIsOptional(false).setDefaultText("20").setSubLabel(F.speechRec.minConfidenceLevelRange).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confidenceThresholds).setCustomLiteralValidator((e4) => x(e4)).facets.setMinInt(0, true).setMaxInt(100, true)), property: "collectionLowConfidenceThreshold", type: h.expressionTypeNames.integer }, { label: F.customNodes.botFlowUserInputSettings.collectionHighConfidenceThreshold, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("collectionHighConfidenceThreshold").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.collectionHighConfidenceThreshold, F.customNodes.botFlowUserInputSettings.userSettingsCollectionHighConfidenceThresholdDescription).setIsOptional(false).setDefaultText("70").setSubLabel(F.speechRec.minConfidenceLevelRange).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confidenceThresholds).setCustomLiteralValidator((e4) => x(e4)).facets.setMinInt(0, true).setMaxInt(100, true)), property: "collectionHighConfidenceThreshold", type: h.expressionTypeNames.integer }, { label: F.customNodes.botFlowUserInputSettings.confirmationLowConfidenceThreshold, options: S.ExpressionTypeIntegerOptions.create((e3) => e3.setIninTestingField("confirmationLowConfidenceThreshold").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationLowConfidenceThreshold, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userSettingsConfirmationLowConfidenceThresholdDescription, F.actions.askForBoolean, F.actions.askForNLUNextIntentAction)).setIsOptional(false).setDefaultText("40").setSubLabel(F.speechRec.minConfidenceLevelRange).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confidenceThresholds).facets.setMinInt(0, true).setMaxInt(100, true)), property: "confirmationLowConfidenceThreshold", type: h.expressionTypeNames.integer }, { label: F.speechToText.recognitionParams.speechToTextSpeechDetectionSensitivity, options: T.ExpressionTypeDecimalOptions.create((e3) => e3.setIninTestingField("speechToTextSpeechDetectionSensitivity").setDescriptionInfo(F.speechToText.recognitionParams.speechToTextSpeechDetectionSensitivity, (0, o.sprintf)(F.generic.joinTwoSentences, F.customNodes.botFlowUserInputSettings.userSettingsSttSpeechDetectionSensitivity, F.customNodes.botFlowUserInputSettings.userSettingsSttSpeechDetectionSensitivityNuanceSupport)).setFeatureConfigName(R.default.orgAvailabilityGrammars).setUiPropertyGroup(F.speechToText.recognitionParams.speechRecognitionParameters).setIsOptional(true).facets.setMinDec(0).setMinValInclusive(true).setMaxDec(1).setMaxValInclusive(true)), supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeVoice, r2.flowTypes.flowTypeVoiceSurvey], property: "speechToTextSpeechDetectionSensitivity", type: h.expressionTypeNames.decimal }, { label: F.speechToText.recognitionParams.speechToTextMaxSpeechTimeout, options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("speechToTextMaxSpeechTimeout").setDescriptionInfo(F.speechToText.recognitionParams.speechToTextMaxSpeechTimeout, F.customNodes.botFlowUserInputSettings.userSettingsSttMaxSpeechTimeout).setFeatureConfigName(R.default.orgAvailabilityGrammars).setUiPropertyGroup(F.speechToText.recognitionParams.speechRecognitionParameters).setDurationStyle(p.durationStyles.secondsAndTenthsDuration).setIsOptional(true).facets.setMinDur(0, true).setMaxDur(30 * c.default.msPerSecond, true)), supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeVoice, r2.flowTypes.flowTypeVoiceSurvey], property: "speechToTextMaxSpeechTimeout", type: h.expressionTypeNames.duration }, { label: F.customNodes.botFlowUserInputSettings.intentClassificationHintingLabel, supportedFlowTypes: [r2.flowTypes.flowTypeBot], options: g.ExpressionTypeBooleanOptions.create((e3) => e3.setDescriptionInfo(F.customNodes.botFlowUserInputSettings.intentClassificationHintingLabel, F.customNodes.botFlowUserInputSettings.intentClassificationHintingDescription).setIninTestingField("enableIntentClassificationHinting").setBoolText("", "").setDefaultText(c.default.false).setUseToggle(true).setIsOptional(false).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.automaticSpeechRecognition).setUiSingleItemSectionPropertyGroup(true).setFeatureConfigName(R.default.botFlowsIntentClassificationHintingAsr).setAllowModeLiteralOnly()), property: "enableIntentClassificationHinting", type: h.expressionTypeNames.boolean }, { label: F.collectInput.interDigitTimeout, options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("interDigitTimeout").setDefaultText(c.default.litDurationThreeSeconds).setUiPropertyGroup(F.voiceSurvey.voiceSurveyDtmfSettingsLabel).setDurationStyle(p.durationStyles.minutesSecondsAndMsDuration).facets.setMinDur(1e3, true).setMaxDur(99e3, true)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeBot], options: y.ExpressionTypeDurationOptions.create((e3) => e3.setIninTestingField("interDigitTimeout").setDefaultText(c.default.litDurationThreeSeconds).setUiPropertyGroup(F.voiceSurvey.voiceSurveyDtmfSettingsLabel).setDurationStyle(p.durationStyles.minutesSecondsAndMsDuration).setFeatureConfigName(R.default.botFlowsInterDigitTimeout).facets.setMinDur(1e3, true).setMaxDur(99e3, true)) }], property: "interDigitTimeout", type: h.expressionTypeNames.duration, supportedFlowTypes: [r2.flowTypes.flowTypeVoiceSurvey, r2.flowTypes.flowTypeBot] }, { label: F.voiceSurvey.voiceSurveyTerminatingCharacterLabel, options: A.ExpressionTypeStringOptions.create((e3) => { + e3.setIninTestingField("dtmfTerminatingCharacter").setUiPropertyGroup(F.voiceSurvey.voiceSurveyDtmfSettingsLabel).setDescriptionInfo(F.voiceSurvey.voiceSurveyTerminatingCharacterLabel, F.voiceSurvey.voiceSurveyTerminatingCharacterDescription).facets.setAllowableValues(b.surveyFormDtmfTerminatingValues).setAllowableValueUseOriginalDisplayString(true), I.isFeatureAvailable(R.default.botFlowsProgrammaticTerminatingCharacters) ? e3.setIsOptional(true).setDefaultToNoValue(true).setAllowModeExpression(true).setAllowModeBuilder(false) : e3.setAllowModeLiteralOnly().setDefaultText(C.dtmfPound); + }), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeBot], options: A.ExpressionTypeStringOptions.create((e3) => e3.setIninTestingField("dtmfTerminatingCharacter").setUiPropertyGroup(F.voiceSurvey.voiceSurveyDtmfSettingsLabel).setIsOptional(true).setDefaultToNoValue(true).setAllowModeExpression(I.isFeatureAvailable(R.default.botFlowsProgrammaticTerminatingCharacters)).setAllowModeBuilder(false).setFeatureConfigName(R.default.botFlowsInterDigitTimeout).setDescriptionInfo(F.voiceSurvey.voiceSurveyTerminatingCharacterLabel, F.voiceSurvey.voiceSurveyTerminatingCharacterDescription).facets.setAllowableValues(v.botFormDtmfTerminatingValues).setAllowableValueUseOriginalDisplayString(true)) }], property: "dtmfTerminatingCharacter", type: h.expressionTypeNames.string, supportedFlowTypes: [r2.flowTypes.flowTypeVoiceSurvey, r2.flowTypes.flowTypeBot] }, { list: true, label: F.customNodes.botFlowUserInputSettings.noMatchApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("noMatchApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noMatchApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingNoMatchApologyDescription, F.actions.askForActionGeneric, F.askCommon.noMatch)).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoMatchApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noMatches)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("noMatchApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noMatchApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingNoMatchApologyDescription, F.actions.askForActionGeneric, F.askCommon.noMatch)).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoMatchApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noMatches)) }], property: "noMatchApologies", type: h.expressionTypeNames.communication }, { label: F.customNodes.botFlowUserInputSettings.endOfSessionMessage, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("endOfSessionMessage").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.endOfSessionMessage, F.customNodes.botFlowUserInputSettings.endOfSessionMessageDescription).setIsOptional(true).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsEndOfSessionMessageDigitalBotSequence).setFeatureConfigName(R.default.botFlowsDigitalBotFlowsNoInputsTimeoutFeature).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.noInputs)), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "endOfSessionMessage", type: h.expressionTypeNames.communication }, { list: true, label: F.customNodes.botFlowUserInputSettings.noToConfirmationApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("noToConfirmationApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noToConfirmationApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoToConfirmationApologyDescription, F.actions.askForActionGeneric, F.askCommon.noMatch)).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoToConfirmationApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("noToConfirmationApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.noToConfirmationApology, (0, o.sprintf)(F.customNodes.botFlowUserInputSettings.userInputSettingsNoToConfirmationApologyDescription, F.actions.askForActionGeneric, F.askCommon.noMatch)).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsNoToConfirmationApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)) }], property: "noToConfirmationApologies", type: h.expressionTypeNames.communication }, { list: true, label: F.customNodes.botFlowUserInputSettings.confirmationNoMatchApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("confirmationNoMatchApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationNoMatchApology, F.customNodes.botFlowUserInputSettings.userSettingsConfirmationNoMatchApologyDescription).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsConfirmationNoMatchApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("confirmationNoMatchApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationNoMatchApology, F.customNodes.botFlowUserInputSettings.userSettingsConfirmationNoMatchApologyDescription).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsConfirmationNoMatchApologyDigitalBotSequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)) }], property: "confirmationNoMatchApologies", type: h.expressionTypeNames.communication }, { list: true, label: F.customNodes.botFlowUserInputSettings.confirmationNoInputApology, options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("confirmationNoInputApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationNoInputApology, F.customNodes.botFlowUserInputSettings.userSettingsConfirmationNoInputApology).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsConfirmationNoInputApologySequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeCommunicationOptions.create((e3) => e3.setIninTestingField("confirmationNoInputApologies").setDescriptionInfo(F.customNodes.botFlowUserInputSettings.confirmationNoInputApology, F.customNodes.botFlowUserInputSettings.userSettingsConfirmationNoInputApology).setCollectionItemsWantCollectionDescriptionInfo(true).setIsOptional(false).setDefaultToBuilderId(d.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(s.botFlowUserInputSettingsSequences.settingsConfirmationNoInputApologyDigitalBotSequence).setUiPropertyGroup(F.customNodes.botFlowUserInputSettings.confirmationErrors)) }], property: "confirmationNoInputApologies", type: h.expressionTypeNames.communication }]; } constructor(e3) { super(e3, "userInputSettings", P); @@ -85469,8 +86016,8 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 72124: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.downloadGrammarFile = t2.uploadGrammarFile = t2.deleteGrammarFile = t2.createGrammarFileUploadUrl = t2.removeLanguageFromGrammar = t2.addLanguageToGrammar = t2.createGrammar = t2.updateGrammarLanguage = t2.updateGrammar = t2.deleteGrammar = t2.getGrammarLanguage = t2.getGrammarWithStatus = t2.getGrammar = t2.getGrammars = void 0; - const n2 = i2(43933).default, r2 = i2(22604).A, o = i2(90159).A, a = i2(78685), s = i2(36019).default, l = { ignoreBadResponse: true }; - t2.getGrammars = s.request("GET", "{public-api.apps}/api/v2/architect/grammars", a, l), t2.getGrammar = s.request("GET", "{public-api.apps}/api/v2/architect/grammars/{id}?includeFileUrls={includeFileUrls}", n2, l), t2.getGrammarWithStatus = s.request("GET", "{public-api.apps}/api/v2/architect/grammars/{id}?includeFileUrls={includeFileUrls}", n2, { includeStatusOnSuccess: true, ignoreBadResponse: true }), t2.getGrammarLanguage = s.request("GET", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}"), t2.deleteGrammar = s.request("DELETE", "{public-api.apps}/api/v2/architect/grammars/{id}", n2, l), t2.updateGrammar = s.request("PATCH", "{public-api.apps}/api/v2/architect/grammars/{id}", n2, l), t2.updateGrammarLanguage = s.request("PATCH", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}", n2, l), t2.createGrammar = s.request("POST", "{public-api.apps}/api/v2/architect/grammars/", n2, l), t2.addLanguageToGrammar = s.request("POST", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages", r2, l), t2.removeLanguageFromGrammar = s.request("DELETE", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}", n2, l), t2.createGrammarFileUploadUrl = s.request("POST", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/{grammarType}", o, l), t2.deleteGrammarFile = s.request("DELETE", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/{grammarType}", o, l), t2.uploadGrammarFile = s.request("PUT", "{url}", n2, l), t2.downloadGrammarFile = s.request("GET", "{url}", l); + const n2 = i2(31635), r2 = n2.__importDefault(i2(43933)), o = n2.__importDefault(i2(22604)), a = n2.__importDefault(i2(90159)), s = n2.__importDefault(i2(36019)), l = i2(78685), u = { ignoreBadResponse: true }; + t2.getGrammars = s.default.request("GET", "{public-api.apps}/api/v2/architect/grammars", l, u), t2.getGrammar = s.default.request("GET", "{public-api.apps}/api/v2/architect/grammars/{id}?includeFileUrls={includeFileUrls}", r2.default, u), t2.getGrammarWithStatus = s.default.request("GET", "{public-api.apps}/api/v2/architect/grammars/{id}?includeFileUrls={includeFileUrls}", r2.default, { includeStatusOnSuccess: true, ignoreBadResponse: true }), t2.getGrammarLanguage = s.default.request("GET", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}"), t2.deleteGrammar = s.default.request("DELETE", "{public-api.apps}/api/v2/architect/grammars/{id}", r2.default, u), t2.updateGrammar = s.default.request("PATCH", "{public-api.apps}/api/v2/architect/grammars/{id}", r2.default, u), t2.updateGrammarLanguage = s.default.request("PATCH", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}", r2.default, u), t2.createGrammar = s.default.request("POST", "{public-api.apps}/api/v2/architect/grammars/", r2.default, u), t2.addLanguageToGrammar = s.default.request("POST", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages", o.default, u), t2.removeLanguageFromGrammar = s.default.request("DELETE", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}", r2.default, u), t2.createGrammarFileUploadUrl = s.default.request("POST", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/{grammarType}", a.default, u), t2.deleteGrammarFile = s.default.request("DELETE", "{public-api.apps}/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/{grammarType}", a.default, u), t2.uploadGrammarFile = s.default.request("PUT", "{url}", r2.default, u), t2.downloadGrammarFile = s.default.request("GET", "{url}", u); }, 72155: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ensureCollectionExpressionIsModifiable = r2, t2.addItemToCollection = function(e3) { @@ -85612,7 +86159,7 @@ ${e3.stack}`, n3 = [this].concat(i3); } removeUnusedOutput(e3, t3) { if (!this.getOptionalBranchInfo(t3.id)) return; - const i3 = r2.default.find(this.parentFlow.tasks, (e4) => e4.id === this.taskReference); + const i3 = this.parentFlow.getTaskById(this.taskReference); i3 && r2.default.findIndex(i3.getBranches(), { outputId: t3.id }) >= 0 || this.removeOptionalBranchInfoById(t3.id, false); } } @@ -85880,17 +86427,17 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 72211: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(74483), a = n2.__importDefault(i2(57606)), s = i2(47957), l = i2(24032).getTopic("DataTableViewModel"); - class u extends o.NameIdConfigurationListViewModel { + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(24032), a = i2(74483), s = n2.__importDefault(i2(57606)), l = (0, o.getTopic)("DataTableViewModel"), u = i2(47957); + class d extends a.NameIdConfigurationListViewModel { constructor(e3) { if (super(e3), this._schemasNotLoaded = false, this._model.schema && this._model.schema.properties) { this._schemasNotLoaded = false; const e4 = { properties: {}, required: [] }, t3 = { properties: {} }; r2.default.each(this._model.schema.properties, (i3, n3) => { r2.default.isObject(i3) && (n3 && "key" === n3.toLowerCase() ? (e4.properties[n3] = i3, e4.required.push(n3)) : t3.properties[n3] = i3); - }), e4.required.length || l.error(`No key found for data table with ID '${this.model.id}'`), this._inputSchema = new a.default(e4, true), this._successSchema = new a.default(t3, false); + }), e4.required.length || l.error(`No key found for data table with ID '${this.model.id}'`), this._inputSchema = new s.default(e4, true), this._successSchema = new s.default(t3, false); } else this._schemasNotLoaded = true; - this._errorSchema = new a.default({ properties: { errorType: { allowableValues: ["DataTablesInternalServerError", "DataTablesServerTooBusyException", "DataTablesSyntaxError", "DataTablesTableNotFoundException"], type: "string", description: s.errorSchema.errorTypeDescription }, errorMessage: { type: "string", description: s.errorSchema.errorMessageDescription } } }, false); + this._errorSchema = new s.default({ properties: { errorType: { allowableValues: ["DataTablesInternalServerError", "DataTablesServerTooBusyException", "DataTablesSyntaxError", "DataTablesTableNotFoundException"], type: "string", description: u.errorSchema.errorTypeDescription }, errorMessage: { type: "string", description: u.errorSchema.errorMessageDescription } } }, false); } get label() { return this._model.name; @@ -85917,7 +86464,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return this._errorSchema; } } - t2.default = u; + t2.default = d; }, 72336: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -86033,6 +86580,34 @@ ${e3.stack}`, n3 = [this].concat(i3); } } g.info = c.default.createActionInfo({ actionClass: g, canBeInTask: true, helpTopic: o.helpTopics.actions.searchExternalContacts, modelClass: i2(9275), name: m.actions.searchExternalContacts, scriptingName: "ArchActionSearchExternalContacts" }), t2.A = g; + }, 72683: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }); + const n2 = i2(31635).__importDefault(i2(21345)), r2 = i2(30801); + class o extends n2.default { + constructor(e3) { + super(e3), this._externalContactId = this.coreFactory.createArchWrapper(e3.externalContactId), this._externalContact = this.coreFactory.createArchWrapper(e3.externalContact); + } + get _actionTypeId() { + return r2.updateExternalContactActionType; + } + get displayTypeName() { + return this._scriptingName; + } + get updateExternalContactOutputsFailure() { + return this._coreActionViewModel.errorBindings ? this.coreFactory.createArchWrapper(this._coreActionViewModel.errorBindings) : null; + } + get isArchActionUpdateExternalContact() { + return true; + } + get externalContactId() { + return this._externalContactId; + } + get externalContact() { + return this._externalContact; + } + } + t2.default = o; }, 72698: (e2, t2, i2) => { const { builderCategoryIds: n2 } = i2(73062), r2 = i2(79904).default, o = i2(81818).default, a = i2(41568).default, s = i2(5532).default, { builderPartIds: l } = i2(69149), u = i2(42290).default, d = i2(16958), c = i2(76486).default, p = i2(22599).default, { globalTypes: _ } = i2(14394), h = i2(61864).default, { defaultWithNoLabel: m } = i2(93631), g = i2(96727).default; e2.exports = { create: function() { @@ -86055,8 +86630,8 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 72738: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getScheduleGroupDivisionView = t2.getScheduleGroup = t2.getScheduleGroupsDivisionView = t2.getScheduleGroups = t2.getScheduleDivisionView = t2.getSchedule = t2.getSchedulesDivisionView = t2.getSchedules = t2.getEmergencyGroupDivisionView = t2.getEmergencyGroup = t2.getEmergencyGroupsDivisionView = t2.getEmergencyGroups = void 0; - const n2 = i2(80259), r2 = i2(34763), o = i2(94886), a = i2(98643), s = i2(88027), l = i2(40122), u = i2(36019).default, d = { ignoreBadResponse: true }; - t2.getEmergencyGroups = u.request("GET", "{public-api.apps}/api/v2/architect/emergencygroups", r2, d), t2.getEmergencyGroupsDivisionView = u.request("GET", "{public-api.apps}/api/v2/architect/emergencygroups/divisionviews", r2, d), t2.getEmergencyGroup = u.request("GET", "{public-api.apps}/api/v2/architect/emergencygroups/{id}", n2, d), t2.getEmergencyGroupDivisionView = u.request("GET", "{public-api.apps}/api/v2/architect/emergencygroups/divisionviews?id={id}", r2, d), t2.getSchedules = u.request("GET", "{public-api.apps}/api/v2/architect/schedules", l, d), t2.getSchedulesDivisionView = u.request("GET", "{public-api.apps}/api/v2/architect/schedules/divisionviews", l, d), t2.getSchedule = u.request("GET", "{public-api.apps}/api/v2/architect/schedules/{id}", o, d), t2.getScheduleDivisionView = u.request("GET", "{public-api.apps}/api/v2/architect/schedules/divisionviews?id={id}", l, d), t2.getScheduleGroups = u.request("GET", "{public-api.apps}/api/v2/architect/schedulegroups", s, d), t2.getScheduleGroupsDivisionView = u.request("GET", "{public-api.apps}/api/v2/architect/schedulegroups/divisionviews", s, d), t2.getScheduleGroup = u.request("GET", "{public-api.apps}/api/v2/architect/schedulegroups/{id}", a, d), t2.getScheduleGroupDivisionView = u.request("GET", "{public-api.apps}/api/v2/architect/schedulegroups/divisionviews?id={id}", s, d); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(80259), o = i2(34763), a = i2(94886), s = i2(98643), l = i2(88027), u = i2(40122), d = { ignoreBadResponse: true }; + t2.getEmergencyGroups = n2.default.request("GET", "{public-api.apps}/api/v2/architect/emergencygroups", o, d), t2.getEmergencyGroupsDivisionView = n2.default.request("GET", "{public-api.apps}/api/v2/architect/emergencygroups/divisionviews", o, d), t2.getEmergencyGroup = n2.default.request("GET", "{public-api.apps}/api/v2/architect/emergencygroups/{id}", r2, d), t2.getEmergencyGroupDivisionView = n2.default.request("GET", "{public-api.apps}/api/v2/architect/emergencygroups/divisionviews?id={id}", o, d), t2.getSchedules = n2.default.request("GET", "{public-api.apps}/api/v2/architect/schedules", u, d), t2.getSchedulesDivisionView = n2.default.request("GET", "{public-api.apps}/api/v2/architect/schedules/divisionviews", u, d), t2.getSchedule = n2.default.request("GET", "{public-api.apps}/api/v2/architect/schedules/{id}", a, d), t2.getScheduleDivisionView = n2.default.request("GET", "{public-api.apps}/api/v2/architect/schedules/divisionviews?id={id}", u, d), t2.getScheduleGroups = n2.default.request("GET", "{public-api.apps}/api/v2/architect/schedulegroups", l, d), t2.getScheduleGroupsDivisionView = n2.default.request("GET", "{public-api.apps}/api/v2/architect/schedulegroups/divisionviews", l, d), t2.getScheduleGroup = n2.default.request("GET", "{public-api.apps}/api/v2/architect/schedulegroups/{id}", s, d), t2.getScheduleGroupDivisionView = n2.default.request("GET", "{public-api.apps}/api/v2/architect/schedulegroups/divisionviews?id={id}", l, d); }, 72746: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getDecisionTable = t2.getDecisionTables = void 0; @@ -86645,7 +87220,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(90077)); class a extends o.default { constructor(e3) { - super(e3), this._surveyQuestion = this.coreFactory.createArchWrapper(e3.surveyQuestion), this._surveyQuestionResult = this.coreFactory.createArchWrapper(e3.surveyQuestionResult), this._questionCondition = this.coreFactory.createArchWrapper(e3.questionCondition), this._answer = this.coreFactory.createArchWrapper(e3.answer), this._followUpQuestion = this.coreFactory.createArchWrapper(e3.followUpQuestion), this._notApplicable = this.coreFactory.createArchWrapper(e3.notApplicable); + super(e3), this._enableBargeIn = this.coreFactory.createArchWrapper(e3.enableBargeIn), this._surveyQuestion = this.coreFactory.createArchWrapper(e3.surveyQuestion), this._surveyQuestionResult = this.coreFactory.createArchWrapper(e3.surveyQuestionResult), this._questionCondition = this.coreFactory.createArchWrapper(e3.questionCondition), this._answer = this.coreFactory.createArchWrapper(e3.answer), this._followUpQuestion = this.coreFactory.createArchWrapper(e3.followUpQuestion), this._notApplicable = this.coreFactory.createArchWrapper(e3.notApplicable); } get _actionTypeId() { return r2.askSurveyQuestionActionType; @@ -86656,6 +87231,9 @@ ${e3.stack}`, n3 = [this].concat(i3); get isArchActionAskSurveyQuestion() { return true; } + get enableBargeIn() { + return this._enableBargeIn; + } get surveyQuestion() { return this._surveyQuestion; } @@ -87238,6 +87816,9 @@ ${e3.stack}`, n3 = [this].concat(i3); get botFlowsAgenticVirtualAgentOutputValuesAvailable() { return this._ensureSessionIsConnected(this._infoPropGet("botFlowsAgenticVirtualAgentOutputValuesAvailable"), this._archSession), s.isFeatureAvailable(l.default.botFlowsAgenticVirtualAgentOutputValues); } + get botFlowsAgenticVirtualAgentContextWindowPruningAvailable() { + return this._ensureSessionIsConnected(this._infoPropGet("botFlowsAgenticVirtualAgentContextWindowPruningAvailable"), this._archSession), s.isFeatureAvailable(l.default.botFlowsAgenticVirtualAgentContextWindowPruning); + } get botFlowsLLMPoweredSlot() { return this._ensureSessionIsConnected(this._infoPropGet("botFlowsLLMPoweredSlot"), this._archSession), s.isFeatureAvailable(l.default.botFlowsLLMPoweredSlot); } @@ -87301,8 +87882,8 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 74168: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getDomainVersion = t2.getDomain = t2.getDomains = t2.createDomain = void 0; - const n2 = i2(25760), r2 = i2(68040), o = i2(16926), a = i2(36019).default, s = { ignoreBadResponse: true }; - t2.createDomain = a.request("POST", "{public-api.apps}/api/v2/languageunderstanding/domains", n2, s), t2.getDomains = a.request("GET", "{public-api.apps}/api/v2/languageunderstanding/domains", r2, s), t2.getDomain = a.request("GET", "{public-api.apps}/api/v2/languageunderstanding/domains/{domainId}", n2, s), t2.getDomainVersion = a.request("GET", "{public-api.apps}/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}?includeUtterances=true", o, s); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(25760), o = i2(68040), a = i2(16926), s = { ignoreBadResponse: true }; + t2.createDomain = n2.default.request("POST", "{public-api.apps}/api/v2/languageunderstanding/domains", r2, s), t2.getDomains = n2.default.request("GET", "{public-api.apps}/api/v2/languageunderstanding/domains", o, s), t2.getDomain = n2.default.request("GET", "{public-api.apps}/api/v2/languageunderstanding/domains/{domainId}", r2, s), t2.getDomainVersion = n2.default.request("GET", "{public-api.apps}/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}?includeUtterances=true", a, s); }, 74260: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -87377,9 +87958,6 @@ ${e3.stack}`, n3 = [this].concat(i3); this.intents.push(new a.default(r2.default.clone(e4))); }); } - get status() { - return this._model.status || ""; - } } t2.BotConnectorVersionViewModel = l; }, 74299: (e2, t2, i2) => { @@ -87907,8 +88485,8 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 74828: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getSingleNuanceMixBotJobResults = t2.getSingleNuanceMixBotJobStatus = t2.startGetSingleNuanceMixBot = t2.getAllNuanceMixBotsJobResults = t2.getAllNuanceMixBotsJobStatus = t2.startGetAllNuanceMixBots = void 0; - const n2 = i2(84584), r2 = i2(20125), o = i2(24528), a = i2(36019).default, s = { ignoreBadResponse: true }; - t2.startGetAllNuanceMixBots = a.request("POST", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/jobs?onlyRegisteredBots=true", r2, s), t2.getAllNuanceMixBotsJobStatus = a.request("GET", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/jobs/{jobId}", r2, s), t2.getAllNuanceMixBotsJobResults = a.request("GET", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/jobs/{jobId}/results", o, s), t2.startGetSingleNuanceMixBot = a.request("POST", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/{botId}/jobs?expand=variables&expand=transferNodes&expand=channels&expand=locales", r2, s), t2.getSingleNuanceMixBotJobStatus = a.request("GET", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/{botId}/jobs/{jobId}", r2, s), t2.getSingleNuanceMixBotJobResults = a.request("GET", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/{botId}/jobs/{jobId}/results", n2, s); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(84584), o = i2(20125), a = i2(24528), s = { ignoreBadResponse: true }; + t2.startGetAllNuanceMixBots = n2.default.request("POST", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/jobs?onlyRegisteredBots=true", o, s), t2.getAllNuanceMixBotsJobStatus = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/jobs/{jobId}", o, s), t2.getAllNuanceMixBotsJobResults = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/jobs/{jobId}/results", a, s), t2.startGetSingleNuanceMixBot = n2.default.request("POST", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/{botId}/jobs?expand=variables&expand=transferNodes&expand=channels&expand=locales", o, s), t2.getSingleNuanceMixBotJobStatus = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/{botId}/jobs/{jobId}", o, s), t2.getSingleNuanceMixBotJobResults = n2.default.request("GET", "{public-api.apps}/api/v2/integrations/speech/nuance/{integrationId}/bots/{botId}/jobs/{jobId}/results", r2, s); }, 74871: (e2, t2, i2) => { const n2 = i2(11475), r2 = i2(63005).default; function o() { @@ -88125,7 +88703,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const t3 = this.parentFlow.nluMetaData.getArchNluWithFallback(); if (this.parentFlow.isDigitalBotFlow && r2.default.isArray(null == t3 ? void 0 : t3.intents)) { const i3 = this.parentFlow.nluMetaData.intentsToReusableTasksMapping, n3 = !!t3.intents.find((e4) => !i3[e4.name]), r3 = !!Object.entries(i3).find(([e4, t4]) => { - const i4 = this.parentFlow.tasks.find((e5) => e5.id === t4.id); + const i4 = this.parentFlow.getTaskById(t4.id); return !i4 || i4 && !i4.isReusableTask; }); n3 && e3.addError(this, s.default.resolveString(d.digitalBot.intentNotMappedToTask)), r3 && e3.addError(this, s.default.resolveString(d.digitalBot.intentMappedToInvalidTask)); @@ -88201,27 +88779,27 @@ ${e3.stack}`, n3 = [this].concat(i3); t2.default = s; }, 75374: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importStar(i2(1115)), a = i2(12179), s = n2.__importDefault(i2(5478)), l = n2.__importDefault(i2(97891)), u = i2(21305), d = i2(81516), c = i2(81063), p = i2(81063), _ = i2(80428), h = i2(47957); - class m extends s.default { + const n2 = i2(31635), r2 = n2.__importStar(i2(1115)), o = i2(81063), a = n2.__importDefault(i2(5478)), s = i2(81063), l = i2(21305), u = i2(80428), d = i2(81516), c = i2(12179), p = n2.__importDefault(i2(97891)), _ = i2(17604), h = i2(47957); + class m extends a.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get managedProperties() { - return [{ label: h.encryptData.dataToEncryptLabel, options: u.ExpressionTypeJsonOptions.create((e3) => e3.setAsInput().setIninTestingField("DataToEncrypt").setAllowModeExpression(true).setAllowModeLiteral(true).setAllowNotSet(true).setAllowSecure(true).setDescriptionInfo(h.encryptData.dataToEncryptLabel, (0, r2.sprintf)(h.encryptData.dataToEncryptDescription, h.generic.branches.failure, c.getAllEncryptDecryptFailureReasons.noDataSupplied, c.getAllEncryptDecryptFailureReasons.maximumDataSizeExceeded))), property: "dataToEncrypt", type: _.expressionTypeNames.json }, { label: h.encryptData.encryptedDataOutputLabel, options: d.ExpressionTypeStringOptions.create((e3) => e3.setAsOutput().setIninTestingField("EncryptedDataOutput").setDefaultToVariable(true).setDescriptionInfo(h.encryptData.encryptedDataOutputLabel, h.encryptData.encryptedDataOutputDescription)), property: "encryptedDataOutput", yamlOptions: m.createYamlOptions("encryptedDataOutput", (e3) => e3.setPropertyName("encryptedData")), type: _.expressionTypeNames.string }]; + return [{ label: h.encryptData.dataToEncryptLabel, options: l.ExpressionTypeJsonOptions.create((e3) => e3.setAsInput().setIninTestingField("DataToEncrypt").setAllowModeExpression(true).setAllowModeLiteral(true).setAllowNotSet(true).setAllowSecure(true).setDescriptionInfo(h.encryptData.dataToEncryptLabel, (0, _.sprintf)(h.encryptData.dataToEncryptDescription, h.generic.branches.failure, o.allEncryptDecryptFailureReasons.noDataSupplied, o.allEncryptDecryptFailureReasons.maximumDataSizeExceeded))), property: "dataToEncrypt", type: u.expressionTypeNames.json }, { label: h.encryptData.encryptedDataOutputLabel, options: d.ExpressionTypeStringOptions.create((e3) => e3.setAsOutput().setIninTestingField("EncryptedDataOutput").setDefaultToVariable(true).setDescriptionInfo(h.encryptData.encryptedDataOutputLabel, h.encryptData.encryptedDataOutputDescription)), property: "encryptedDataOutput", yamlOptions: m.createYamlOptions("encryptedDataOutput", (e3) => e3.setPropertyName("encryptedData")), type: u.expressionTypeNames.string }]; } _getPossibleErrors() { - return p.getEncryptFailureReasons; + return s.encryptDataFailureReasons; } propertyChanged(e3) { - super.propertyChanged(e3), this.parentFlow.loaded && this.initializeDesignTimeCalled && e3 === this.dataToEncrypt && o.validateItem(this.encryptedDataOutput, true, true); + super.propertyChanged(e3), this.parentFlow.loaded && this.initializeDesignTimeCalled && e3 === this.dataToEncrypt && r2.validateItem(this.encryptedDataOutput, true, true); } _initializeDesignTime() { super._initializeDesignTime(), this.encryptedDataOutput.attachValidator((e3) => { - this.dataToEncrypt.consumesSecureData && !this.encryptedDataOutput.consumesSecureData && (e3.addError(this.encryptedDataOutput, (0, r2.sprintf)(h.securedActions.variableMustBeMadeSecure, h.encryptData.encryptedDataOutputLabel)), this.encryptedDataOutput.setParseError((0, r2.sprintf)(h.securedActions.outputMustBeSecureIfInputIsSecure, h.encryptData.encryptedDataOutputLabel, h.encryptData.dataToEncryptLabel))); + this.dataToEncrypt.consumesSecureData && !this.encryptedDataOutput.consumesSecureData && (e3.addError(this.encryptedDataOutput, (0, _.sprintf)(h.securedActions.variableMustBeMadeSecure, h.encryptData.encryptedDataOutputLabel)), this.encryptedDataOutput.setParseError((0, _.sprintf)(h.securedActions.outputMustBeSecureIfInputIsSecure, h.encryptData.encryptedDataOutputLabel, h.encryptData.dataToEncryptLabel))); }); } } - m.info = l.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: a.helpTopics.actions.encryptData, modelClass: i2(14300), name: h.actions.encryptData, scriptingName: "ArchActionEncryptData" }), t2.A = m; + m.info = p.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: c.helpTopics.actions.encryptData, modelClass: i2(14300), name: h.actions.encryptData, scriptingName: "ArchActionEncryptData" }), t2.A = m; }, 75458: (e2, t2, i2) => { const n2 = i2(13240), r2 = i2(90807); function o() { @@ -88440,7 +89018,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 75810: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(39292)), { milestoneManager: l } = i2(37120); + const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = n2.__importDefault(i2(39292)), l = i2(37120); class u extends s.default { constructor(e3) { super(e3); @@ -88461,12 +89039,12 @@ ${e3.stack}`, n3 = [this].concat(i3); return this._getCoreViewModel().milestoneName; } setFlowMilestoneByIdAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("flowMilestoneId", "setFlowMilestoneByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setFlowMilestoneByIdAsync"), t3, true), o.default.findItemByIdAsync(l, e3, "flowMilestoneId").then(function(i3) { + return this._checkItemIsValidLiteralString(this._infoParm("flowMilestoneId", "setFlowMilestoneByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setFlowMilestoneByIdAsync"), t3, true), o.default.findItemByIdAsync(l.milestoneManager, e3, "flowMilestoneId").then(function(i3) { return this.logNote("found the flow milestone named '" + i3.name + "' for the flow milestone ID of '" + e3 + "'"), this._coreActionViewModel.milestone.setValue(i3), a.default.executeCallback(this, "setFlowMilestoneByIdAsync", t3, this); }.bind(this)); } setFlowMilestoneByNameAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("flowMilestoneName", "setFlowMilestoneByNameAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setFlowMilestoneByNameAsync"), t3, true), o.default.findItemByValueAsync(l, e3, "flow milestone", "name", "name").then(function(i3) { + return this._checkItemIsValidLiteralString(this._infoParm("flowMilestoneName", "setFlowMilestoneByNameAsync"), e3), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setFlowMilestoneByNameAsync"), t3, true), o.default.findItemByValueAsync(l.milestoneManager, e3, "flow milestone", "name", "name").then(function(i3) { return this.logNote(`Found info for the flow milestone named '${i3.name}' for the passed flow milestone name of '${e3}'.`), this._coreActionViewModel.milestone.setValue(i3), a.default.executeCallback(this, "setFlowMilestoneByNameAsync", t3, this); }.bind(this)); } @@ -88676,7 +89254,7 @@ ${e3.stack}`, n3 = [this].concat(i3); } _findTaskById(e3) { const t3 = this._coreKnowledgeSettingsViewModel.parentFlow; - if (t3 && r2.default.isArray(t3.tasks) && t3.tasks.length) { + if (t3 && t3.hasTasks) { const i3 = t3.tasks, n3 = r2.default.findWhere(i3, { id: e3 }); if (n3) return this.coreFactory.createArchWrapper(n3); } @@ -89619,17 +90197,13 @@ ${e3.stack}`, n3 = [this].concat(i3); if (e3.isSubMenu) { const t4 = e3.action.menuReference; if (t4) { - const i4 = n2.find(e3.parentFlow.menus, function(e4) { - return e4.id === t4; - }); + const i4 = e3.parentFlow.getMenuById(t4); i4 && (r3.menu = h._cloneMenuToJSONClearingChoices(i4.model)); } } else if (e3.isInlineTask) { const t4 = e3.action.taskReference; if (t4) { - const i4 = n2.find(e3.parentFlow.tasks, function(e4) { - return e4.id === t4; - }); + const i4 = e3.parentFlow.getTaskById(t4); i4 && (r3.task = o.cloneToRawJsonObject(i4.getConfiguration())); } } @@ -89972,7 +90546,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return yield u.loadTemplate(p, t3), d.info(`Calling configureForWorktype with a value of '${s2}' for createInitialActionsBasedOnWorktypeConfig. Worktype id: ${e3}`), yield p.configureForWorktype(n3, s2), yield l.default.initializeDesignTimeAndValidate(p), p; }); }; - const n2 = i2(31635), r2 = n2.__importDefault(i2(90396)), o = i2(38725), a = n2.__importStar(i2(89884)), s = n2.__importStar(i2(24032)), l = n2.__importDefault(i2(96875)), u = i2(46920), d = s.getTopic("WorkitemFlowCreation"); + const n2 = i2(31635), r2 = n2.__importDefault(i2(90396)), o = i2(38725), a = n2.__importStar(i2(89884)), s = n2.__importStar(i2(24032)), l = n2.__importDefault(i2(96875)), u = n2.__importStar(i2(46920)), d = s.getTopic("WorkitemFlowCreation"); }, 76768: (e2, t2, i2) => { const n2 = i2(92140), r2 = i2(24005), { uuid: o } = i2(9456); function a() { @@ -90325,14 +90899,14 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 77105: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.PropertyDefinition = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(22917)), a = n2.__importStar(i2(12847)), s = i2(10798), l = i2(10798), u = i2(55299), d = n2.__importDefault(i2(87675)), c = i2(27491), p = n2.__importDefault(i2(65302)), _ = i2(7098), h = { isComputed: "boolean", isOptional: "boolean", isReadOnly: "boolean", isRequired: "boolean", isUnavailable: "boolean", literalOnly: "boolean", minItems: "integer", maxItems: "integer", maxItemsIsSoftLimit: "boolean", minLength: "integer", maxLength: "integer", minValue: "number", minValueInclusive: "boolean", maxValue: "number", maxValueInclusive: "boolean" }; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(22917)), a = n2.__importStar(i2(12847)), s = i2(10798), l = i2(10798), u = i2(55299), d = n2.__importDefault(i2(87675)), c = i2(27491), p = n2.__importDefault(i2(65302)), _ = i2(7098), h = { isComputed: "boolean", isOptional: "boolean", isReadOnly: "boolean", isRequired: "boolean", isPatchable: "boolean", isUnavailable: "boolean", literalOnly: "boolean", minItems: "integer", maxItems: "integer", maxItemsIsSoftLimit: "boolean", minLength: "integer", maxLength: "integer", minValue: "number", minValueInclusive: "boolean", maxValue: "number", maxValueInclusive: "boolean" }; class m extends u.BaseClass { constructor(e3, t3, i3) { let n3; super(), this.allowableValuesMap = {}, this._typeGroup = p.default.getTypeGroup(e3), this.model = t3, this.defaultValue = t3.defaultValue, this.description = i3, this.displayValue = t3.displayValue ? _.expression[t3.displayValue] : "", this.expressionText = c.expressionDataService.getExpressionIdentifier(t3.name), this.group = t3.group, this.id = t3.id, this.isRequired = t3.isRequired, this.literalOnly = t3.literalOnly, this.minItems = t3.minItems, this.minLength = t3.minLength, this.minValue = t3.minValue, this.minValueInclusive = t3.minValueInclusive, this.maxItems = t3.maxItems, this.maxLength = t3.maxLength, this.maxValue = t3.maxValue, this.maxValueInclusive = t3.maxValueInclusive, this.name = t3.name, this.parentFlow = e3, this.usageValidation = t3.usageValidation, this.version = t3.version, this.featureConfigName = t3.featureConfigName, this._supportedSessionSources = t3.supportedSessionSources, this.yamlSerializeIfOutOfService = t3.yamlSerializeIfOutOfService, r2.default.isUndefined(t3.maxItemsIsSoftLimit) || (this.maxItemsIsSoftLimit = !!t3.maxItemsIsSoftLimit), r2.default.isArray(t3.allowableValuesRaw) && t3.allowableValuesRaw.length ? n3 = t3.allowableValuesRaw : r2.default.isString(t3.allowableValues) && (n3 = t3.allowableValues.split(",")), r2.default.isArray(n3) && (null == n3 ? void 0 : n3.length) && (this.allowableValues = n3.map((e4) => { let t4; return t4 = (null == e4 ? void 0 : e4.displayString) && (null == e4 ? void 0 : e4.id) ? { id: e4.id, displayString: e4.displayString } : { id: e4, displayString: null == e4 ? void 0 : e4.toString() }, this.allowableValuesMap[t4.displayString] = true, t4; - })), t3.noValueRuntimeStr && (this.noValueRuntimeStr = t3.noValueRuntimeStr), t3.propertyToLiteralResolvers && (this.propertyToLiteralResolvers = t3.propertyToLiteralResolvers), t3.propertyResolvedLiteralValue && (this.propertyResolvedLiteralValue = t3.propertyResolvedLiteralValue), t3.isComputed && (this.isComputed = t3.isComputed), t3.isOptional && (this.isOptional = t3.isOptional), this.isReadOnly = !(false === t3.readOnly), this.yamlSerializeIfOutOfService && (this.yamlOptions = o.default.create(this.name, (e4) => e4.setSerializeOutOfService(true))); + })), t3.noValueRuntimeStr && (this.noValueRuntimeStr = t3.noValueRuntimeStr), t3.propertyToLiteralResolvers && (this.propertyToLiteralResolvers = t3.propertyToLiteralResolvers), t3.propertyResolvedLiteralValue && (this.propertyResolvedLiteralValue = t3.propertyResolvedLiteralValue), t3.isComputed && (this.isComputed = t3.isComputed), t3.isOptional && (this.isOptional = t3.isOptional), this.isReadOnly = !(false === t3.readOnly), t3.patchable && (this.isPatchable = t3.patchable), this.yamlSerializeIfOutOfService && (this.yamlOptions = o.default.create(this.name, (e4) => e4.setSerializeOutOfService(true))); } _applyOverrides() { if (this.model.overrides) { @@ -90659,7 +91233,7 @@ ${e3.stack}`, n3 = [this].concat(i3); n2.extend(o), e2.exports = new o(); }, 77479: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(5478)), a = n2.__importDefault(i2(27203)), s = n2.__importDefault(i2(97891)), l = i2(21305), u = i2(81516), d = i2(70283), c = i2(80428), p = i2(47957), { sipHeaderNamesLimits: _ } = i2(82632); + const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(5478)), a = n2.__importDefault(i2(27203)), s = n2.__importDefault(i2(97891)), l = i2(21305), u = i2(81516), d = i2(70283), c = i2(80428), p = i2(82632), _ = i2(47957); class h extends o.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); @@ -90668,13 +91242,13 @@ ${e3.stack}`, n3 = [this].concat(i3); return a.default.successFailure; } static get managedProperties() { - return [{ label: p.getSIPHeaders.sipHeaderNamesLabel, type: c.expressionTypeNames.string, options: u.ExpressionTypeStringOptions.create((e3) => e3.setDescriptionInfo(p.getSIPHeaders.sipHeaderNamesLabel, p.getSIPHeaders.sipHeaderNamesDescription).setIninTestingField("sipHeaderNamesExpression").setAllowModeExpression(true).setIsOptional(true).setAllowNotSet(true).setModeNoValueRuntimeEvaluationStr(p.getSIPHeaders.sipHeaderNamesNoValueLabel).setModeNoValueSelectionLabel(p.getSIPHeaders.sipHeaderNamesNoValueLabel).setEmptyMessage(p.getSIPHeaders.noSipHeaderNames).setMaxItems(_.maxItems.count, _.maxItems.isSoftLimit), true), yamlOptions: h.createYamlOptions("sipHeaderNames", (e3) => e3.setExportOrder(1)), property: "sipHeaderNames" }, { label: p.getSIPHeaders.sipHeadersResultLabel, type: c.expressionTypeNames.json, options: l.ExpressionTypeJsonOptions.create((e3) => e3.setAsOutput().setDescriptionInfo(p.getSIPHeaders.sipHeadersResultLabel, p.getSIPHeaders.sipHeadersResultDescription).setIninTestingField("sipHeadersResultExpression")), yamlOptions: h.createYamlOptions("sipHeadersResult", (e3) => e3.setExportOrder(2)), property: "sipHeadersResult" }]; + return [{ label: _.getSIPHeaders.sipHeaderNamesLabel, type: c.expressionTypeNames.string, options: u.ExpressionTypeStringOptions.create((e3) => e3.setDescriptionInfo(_.getSIPHeaders.sipHeaderNamesLabel, _.getSIPHeaders.sipHeaderNamesDescription).setIninTestingField("sipHeaderNamesExpression").setAllowModeExpression(true).setIsOptional(true).setAllowNotSet(true).setModeNoValueRuntimeEvaluationStr(_.getSIPHeaders.sipHeaderNamesNoValueLabel).setModeNoValueSelectionLabel(_.getSIPHeaders.sipHeaderNamesNoValueLabel).setEmptyMessage(_.getSIPHeaders.noSipHeaderNames).setMaxItems(p.sipHeaderNamesLimits.maxItems.count, p.sipHeaderNamesLimits.maxItems.isSoftLimit), true), yamlOptions: h.createYamlOptions("sipHeaderNames", (e3) => e3.setExportOrder(1)), property: "sipHeaderNames" }, { label: _.getSIPHeaders.sipHeadersResultLabel, type: c.expressionTypeNames.json, options: l.ExpressionTypeJsonOptions.create((e3) => e3.setAsOutput().setDescriptionInfo(_.getSIPHeaders.sipHeadersResultLabel, _.getSIPHeaders.sipHeadersResultDescription).setIninTestingField("sipHeadersResultExpression")), yamlOptions: h.createYamlOptions("sipHeadersResult", (e3) => e3.setExportOrder(2)), property: "sipHeadersResult" }]; } _getPossibleErrors() { return d.getSipHeadersFailureReasons; } } - h.info = s.default.createActionInfo({ actionClass: h, canBeInTask: true, helpTopic: r2.helpTopics.actions.getSIPHeaders, modelClass: i2(60633), name: p.actions.getSIPHeaders, scriptingName: "ArchActionGetSIPHeaders" }), t2.A = h; + h.info = s.default.createActionInfo({ actionClass: h, canBeInTask: true, helpTopic: r2.helpTopics.actions.getSIPHeaders, modelClass: i2(60633), name: _.actions.getSIPHeaders, scriptingName: "ArchActionGetSIPHeaders" }), t2.A = h; }, 77667: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.lexAliasManager = t2.LexAliasManager = void 0; @@ -90744,7 +91318,7 @@ ${e3.stack}`, n3 = [this].concat(i3); "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.activeHelpTopic$ = t2.showHelpTopic$ = t2.toggleExpressionHelp$ = t2.themeUrlSuffix = void 0, t2.getHelpUrl = d, t2.openHelpSystemArticleInNewWindow = function(e3) { let t3; - t3 = e3 ? c(e3) : u(), window.open(t3, "_blank"); + t3 = e3 ? c(e3) : (0, o.getHelpUrlRoot)((0, u.getCurrentLanguage)()), window.open(t3, "_blank"); }, t2.getHelpSystemArticleUrl = c, t2.toggleExpressionHelp = function() { p.next(void 0); }, t2.openExpressionHelp = function(e3) { @@ -90757,15 +91331,12 @@ ${e3.stack}`, n3 = [this].concat(i3); }, t2.advertiseHelpTopic = function(e3, t3) { f(e3, true), m.push({ owner: e3, helpTopic: t3 }), g(); }, t2.removeAdvertisedHelpTopic = f; - const n2 = i2(79364), r2 = i2(79364), o = i2(12179), a = i2(12179), s = i2(12179), l = i2(12179); - function u() { - return l.helpUrlRoot; - } + const n2 = i2(79364), r2 = i2(79364), o = i2(12179), a = i2(12179), s = i2(12179), l = i2(12179), u = i2(74359); function d(e3, i3) { - return e3 || (e3 = "main"), e3 === s.helpTopics.articles.resourceCenter ? u() : `${u()}/${o.architectHelpPrefix}/${e3}${i3 ? t2.themeUrlSuffix : ""}`; + return e3 || (e3 = "main"), e3 === l.helpTopics.articles.resourceCenter ? (0, o.getHelpUrlRoot)((0, u.getCurrentLanguage)()) : `${(0, a.getArchitectHelpPrefix)((0, u.getCurrentLanguage)())}/${e3}${i3 ? t2.themeUrlSuffix : ""}`; } function c(e3) { - return e3 ? `${u()}/${a.systemArticlePrefix}/${e3}` : u(); + return e3 ? `${(0, s.getSystemArticlePrefix)((0, u.getCurrentLanguage)())}/${e3}` : (0, o.getHelpUrlRoot)((0, u.getCurrentLanguage)()); } t2.themeUrlSuffix = "?theme=simplified"; const p = new n2.BehaviorSubject(void 0); @@ -90836,13 +91407,13 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 77775: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(11210)), { isoLanguages: o } = i2(24812), a = i2(30801), s = n2.__importDefault(i2(3220)), l = i2(98442); + const n2 = i2(31635), r2 = n2.__importDefault(i2(11210)), o = i2(30801), a = n2.__importDefault(i2(3220)), s = i2(24812), l = n2.__importStar(i2(98442)); class u extends r2.default { constructor(e3) { super(e3), this._languageCode = this.coreFactory.createArchValueFromExpression(e3.languageCode); } get _actionTypeId() { - return a.setLocaleActionType; + return o.setLocaleActionType; } get displayTypeName() { return this._scriptingName; @@ -90853,7 +91424,7 @@ ${e3.stack}`, n3 = [this].concat(i3); get language() { var e3, t3; let i3 = this._languageCode && this._languageCode._coreExpression ? this._languageCode._coreExpression.text : null; - return i3 && (null === (t3 = null === (e3 = this._languageCode) || void 0 === e3 ? void 0 : e3._coreExpression) || void 0 === t3 ? void 0 : t3.isLiteralMode) ? (i3 = this._languageCode._getCoreViewModel().config.root.text, o[i3.toLowerCase()] ? s.default.getByLanguageTag(i3) : null) : null; + return i3 && (null === (t3 = null === (e3 = this._languageCode) || void 0 === e3 ? void 0 : e3._coreExpression) || void 0 === t3 ? void 0 : t3.isLiteralMode) ? (i3 = this._languageCode._getCoreViewModel().config.root.text, s.isoLanguages[i3.toLowerCase()] ? a.default.getByLanguageTag(i3) : null) : null; } set language(e3) { const t3 = this._infoPropSet("archLanguage", "language"); @@ -91001,31 +91572,31 @@ ${e3.stack}`, n3 = [this].concat(i3); const n2 = (0, i2(24032).getTopic)("subscriptionTopics"); }, 77953: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(41510)), a = i2(80428), s = i2(61568), l = i2(64720), u = i2(81516), d = i2(99469), c = n2.__importDefault(i2(27203)), p = n2.__importStar(i2(36781)), _ = i2(29626), h = i2(27667), m = i2(27667), g = i2(27667), f = i2(82632), T = i2(12179), y = n2.__importDefault(i2(97891)), S = i2(87870), A = n2.__importDefault(i2(5730)), N = i2(47957); - class O extends A.default { + const n2 = i2(31635), r2 = n2.__importStar(i2(36781)), o = i2(27667), a = n2.__importDefault(i2(5730)), s = n2.__importDefault(i2(27203)), l = i2(64720), u = i2(80428), d = i2(81516), c = i2(27667), p = i2(27667), _ = i2(12179), h = i2(99469), m = n2.__importDefault(i2(97891)), g = i2(87870), f = i2(82632), T = i2(61568), y = i2(29626), S = i2(17604), A = n2.__importDefault(i2(41510)), N = i2(47957); + class O extends a.default { static get branchInfo() { - return c.default.successFailure; + return s.default.successFailure; } constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get managedProperties() { - return [{ createDetails: S.NoteActionProperty.createCreateDetails(N.sendRichLink.showNote, "info", "showNote"), options: d.ManagedPropertyOptions.create((e3) => e3.setUiPropertyOrder(0)), property: "showNote", yamlOptions: O.createYamlOptions("showNote", (e3) => e3.setSkipProperty(true)) }, { label: N.sendRichLink.headerType, options: u.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(true).setDescriptionInfo(N.sendRichLink.headerType, N.sendRichLink.headerTypeDescription).setIninTestingField("headerType").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setModeNoValueSelectionLabel(N.sendRichLink.headerTypeNoValueSelectionLabel).setModeNoValueRuntimeEvaluationStr(N.sendRichLink.headerTypeNoValueRuntimeEvalStr).setUiPropertyOrder(1).facets.setAllowableValues(h.allHeaderTypeChoices, true).setAllowableValuePlaceholder(N.sendRichLink.headerTypePlaceholder)), property: "headerType", type: a.expressionTypeNames.string }, { label: N.sendRichLink.headerText, options: u.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.headerText, N.sendRichLink.headerTextDescription).setIninTestingField("headerText").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setUiPropertyOrder(2).facets.setMinLength(f.richLink.header.minLength).setMaxLength(f.richLink.header.maxLength)), property: "headerText", type: a.expressionTypeNames.string }, { label: N.sendRichLink.headerImage, options: l.ExpressionTypeImageOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.headerImage, N.sendRichLink.headerImageDescription).setIninTestingField("headerImage").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setUiPropertyOrder(3)), property: "headerImage", type: a.expressionTypeNames.image }, { label: N.sendRichLink.body, options: u.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.body, N.sendRichLink.bodyDescription).setIninTestingField("body").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, "title", false).setUiPropertyOrder(4).facets.setMinLength(f.richLink.body.minLength).setMaxLength(f.richLink.body.maxLength)), property: "body", type: a.expressionTypeNames.string }, { label: N.sendRichLink.footer, options: u.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(true).setDescriptionInfo(N.sendRichLink.footer, N.sendRichLink.footerDescription).setIninTestingField("footer").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, "subtitle", false).setModeNoValueSelectionLabel(N.sendRichLink.footerNoValueSelectionLabel).setModeNoValueRuntimeEvaluationStr(N.sendRichLink.footerNoValueRuntimeEvalStr).setUiPropertyOrder(5).facets.setMinLength(f.richLink.footer.minLength).setMaxLength(f.richLink.footer.maxLength)), property: "footer", type: a.expressionTypeNames.string }, { label: N.sendRichLink.urlValue, options: u.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.urlValue, (0, r2.sprintf)(o.default.generic.threeStringsSpaceSeparator, N.sendRichLink.urlValueDescription, N.generic.urlFormat, N.sendRichLink.urlInvalidWarning)).setIninTestingField("urlValue").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setUiPropertyOrder(6).facets.setMinLength(f.richLink.url.minLength)), property: "urlValue", type: a.expressionTypeNames.string }, { label: N.sendRichLink.urlLabel, options: u.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.urlLabel, N.sendRichLink.urlLabelDescription).setIninTestingField("urlLabel").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setUiPropertyOrder(7).facets.setMinLength(f.richLink.urlLabel.minLength).setMaxLength(f.richLink.urlLabel.maxLength)), property: "urlLabel", type: a.expressionTypeNames.string }]; + return [{ createDetails: g.NoteActionProperty.createCreateDetails(N.sendRichLink.showNote, "info", "showNote"), options: h.ManagedPropertyOptions.create((e3) => e3.setUiPropertyOrder(0)), property: "showNote", yamlOptions: O.createYamlOptions("showNote", (e3) => e3.setSkipProperty(true)) }, { label: N.sendRichLink.headerType, options: d.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(true).setDescriptionInfo(N.sendRichLink.headerType, N.sendRichLink.headerTypeDescription).setIninTestingField("headerType").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setModeNoValueSelectionLabel(N.sendRichLink.headerTypeNoValueSelectionLabel).setModeNoValueRuntimeEvaluationStr(N.sendRichLink.headerTypeNoValueRuntimeEvalStr).setUiPropertyOrder(1).facets.setAllowableValues(o.allHeaderTypeChoices, true).setAllowableValuePlaceholder(N.sendRichLink.headerTypePlaceholder)), property: "headerType", type: u.expressionTypeNames.string }, { label: N.sendRichLink.headerText, options: d.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.headerText, N.sendRichLink.headerTextDescription).setIninTestingField("headerText").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setUiPropertyOrder(2).facets.setMinLength(f.richLink.header.minLength).setMaxLength(f.richLink.header.maxLength)), property: "headerText", type: u.expressionTypeNames.string }, { label: N.sendRichLink.headerImage, options: l.ExpressionTypeImageOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.headerImage, N.sendRichLink.headerImageDescription).setIninTestingField("headerImage").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setUiPropertyOrder(3)), property: "headerImage", type: u.expressionTypeNames.image }, { label: N.sendRichLink.body, options: d.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.body, N.sendRichLink.bodyDescription).setIninTestingField("body").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, "title", false).setUiPropertyOrder(4).facets.setMinLength(f.richLink.body.minLength).setMaxLength(f.richLink.body.maxLength)), property: "body", type: u.expressionTypeNames.string }, { label: N.sendRichLink.footer, options: d.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(true).setDescriptionInfo(N.sendRichLink.footer, N.sendRichLink.footerDescription).setIninTestingField("footer").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, "subtitle", false).setModeNoValueSelectionLabel(N.sendRichLink.footerNoValueSelectionLabel).setModeNoValueRuntimeEvaluationStr(N.sendRichLink.footerNoValueRuntimeEvalStr).setUiPropertyOrder(5).facets.setMinLength(f.richLink.footer.minLength).setMaxLength(f.richLink.footer.maxLength)), property: "footer", type: u.expressionTypeNames.string }, { label: N.sendRichLink.urlValue, options: d.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.urlValue, (0, S.sprintf)(A.default.generic.threeStringsSpaceSeparator, N.sendRichLink.urlValueDescription, N.generic.urlFormat, N.sendRichLink.urlInvalidWarning)).setIninTestingField("urlValue").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setUiPropertyOrder(6).facets.setMinLength(f.richLink.url.minLength)), property: "urlValue", type: u.expressionTypeNames.string }, { label: N.sendRichLink.urlLabel, options: d.ExpressionTypeStringOptions.create((e3) => e3.setIsOptional(false).setDescriptionInfo(N.sendRichLink.urlLabel, N.sendRichLink.urlLabelDescription).setIninTestingField("urlLabel").setUiPropertyCardGroup(N.sendRichLink.uiPanelName, void 0, false).setUiPropertyOrder(7).facets.setMinLength(f.richLink.urlLabel.minLength).setMaxLength(f.richLink.urlLabel.maxLength)), property: "urlLabel", type: u.expressionTypeNames.string }]; } initializeDesignTime() { - super.initializeDesignTime(), this.addAutoCleanedUpEventSinkWatch(p.expressionValueChanged, this.headerType, () => { + super.initializeDesignTime(), this.addAutoCleanedUpEventSinkWatch(r2.expressionValueChanged, this.headerType, () => { this._updateState(); - }), this.addAutoCleanedUpEventSinkWatch(p.expressionModeChanged, this.headerType, () => { + }), this.addAutoCleanedUpEventSinkWatch(r2.expressionModeChanged, this.headerType, () => { this._updateState(); }), this._updateState(); } _updateOutOfService() { - this.headerText.outOfService = this._shouldOOSHeaderType(g.headerTypeTextChoice.id), this.headerImage.outOfService = this._shouldOOSHeaderType(m.headerTypeImageChoice.id); + this.headerText.outOfService = this._shouldOOSHeaderType(p.headerTypeTextChoice.id), this.headerImage.outOfService = this._shouldOOSHeaderType(c.headerTypeImageChoice.id); } _shouldOOSHeaderType(e3) { var t3; if (!(null === (t3 = this.headerType.text) || void 0 === t3 ? void 0 : t3.length)) return true; - const i3 = this.headerType.getDesignTimeAllowableValue(); + const i3 = this.headerType.getStringTypeDesignTimeAllowableValue(); return i3 && i3.id !== e3; } _updateCardProperties() { @@ -91035,10 +91606,10 @@ ${e3.stack}`, n3 = [this].concat(i3); this._updateOutOfService(), this._updateCardProperties(); } _getPossibleErrors() { - return _.getSendRichLinkFailureReasons; + return y.sendRichLinkFailureReasons; } } - O.info = y.default.createActionInfo({ actionClass: O, canBeInTask: true, canBeTreeNode: false, helpTopic: T.helpTopics.actions.sendRichLink, modelClass: s.SendRichLinkActionModel, name: N.actions.sendRichLink, scriptingName: "ArchActionSendRichLink" }), t2.A = O; + O.info = m.default.createActionInfo({ actionClass: O, canBeInTask: true, canBeTreeNode: false, helpTopic: _.helpTopics.actions.sendRichLink, modelClass: T.SendRichLinkActionModel, name: N.actions.sendRichLink, scriptingName: "ArchActionSendRichLink" }), t2.A = O; }, 78051: function(e2, t2, i2) { "use strict"; var n2, r2 = this && this.__extends || (n2 = function(e3, t3) { @@ -91145,7 +91716,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return [...l.default.successFailure, l.default.maxNoInputsOptional, l.default.maxNoMatchesOptional]; } _getPossibleErrors() { - return u.getAuthenticationFailureReasons; + return u.askForAuthenticationFailureReasons; } } A.info = r2.default.createActionInfo({ actionClass: A, canBeInTask: true, helpTopic: d.helpTopics.actions.askForAuthentication, modelClass: c.AskForAuthenticationActionModel, name: y.actions.askForAuthentication, scriptingName: "ArchActionAskForAuthentication", supportedSessionSources: s.appleBusinessOnly, supportsUtteranceHistoricalData: true }), t2.A = A; @@ -93803,8 +94374,8 @@ ${e3.stack}`, n3 = [this].concat(i3); })(s || (t2.SchemaSource = s = {})); }, 79537: (e2, t2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAuthenticationFailureReasons = void 0; - t2.getAuthenticationFailureReasons = ["GeneralError", "SignInFieldRequired", "SuccessFieldRequired", "ChannelNotSupported"]; + Object.defineProperty(t2, "__esModule", { value: true }), t2.askForAuthenticationFailureReasons = void 0; + t2.askForAuthenticationFailureReasons = ["GeneralError", "SignInFieldRequired", "SuccessFieldRequired", "ChannelNotSupported"]; }, 79585: (e2, t2, i2) => { const n2 = i2(10798), r2 = i2(4648).default, o = i2(95712), a = i2(36019).default; function s() { @@ -93888,7 +94459,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 79635: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(87675)), a = i2(82632), s = n2.__importDefault(i2(37873)), l = i2(73198).default; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(87675)), a = i2(82632), s = n2.__importDefault(i2(37873)), l = n2.__importDefault(i2(73198)); class u extends s.default { constructor(e3) { super(e3); @@ -93909,14 +94480,14 @@ ${e3.stack}`, n3 = [this].concat(i3); } set maxItems(e3) { const t3 = this._infoPropSet("newMaxItems", "maxItems"); - this._checkItemIsValidLiteralInt(t3, e3, true), r2.default.isNullOrUndefined(e3) ? e3 = void 0 : this._checkItemIsValidLiteralIntInRange(t3, e3, 0, l.defaultCollectionItemsMax), this._getCoreViewModelTyped().maxItems = e3; + this._checkItemIsValidLiteralInt(t3, e3, true), r2.default.isNullOrUndefined(e3) ? e3 = void 0 : this._checkItemIsValidLiteralIntInRange(t3, e3, 0, l.default.defaultCollectionItemsMax), this._getCoreViewModelTyped().maxItems = e3; } get maxItems() { return this._getCoreViewModelTyped().maxItems; } set minItems(e3) { const t3 = this._infoPropSet("newMinItems", "minItems"); - this._checkItemIsValidLiteralInt(t3, e3, true), r2.default.isNullOrUndefined(e3) ? e3 = void 0 : this._checkItemIsValidLiteralIntInRange(t3, e3, 0, l.defaultCollectionItemsMax), this._getCoreViewModelTyped().minItems = e3; + this._checkItemIsValidLiteralInt(t3, e3, true), r2.default.isNullOrUndefined(e3) ? e3 = void 0 : this._checkItemIsValidLiteralIntInRange(t3, e3, 0, l.default.defaultCollectionItemsMax), this._getCoreViewModelTyped().minItems = e3; } get minItems() { return this._getCoreViewModelTyped().minItems; @@ -93926,14 +94497,14 @@ ${e3.stack}`, n3 = [this].concat(i3); } set minLength(e3) { const t3 = this._infoPropSet("newMinLength", "minLength"); - this._checkItemIsValidLiteralInt(t3, e3, true), r2.default.isNullOrUndefined(e3) ? e3 = void 0 : this._checkItemIsValidLiteralIntInRange(t3, e3, 0, l.maxStringLength), this._getCoreViewModelTyped().minLength = e3; + this._checkItemIsValidLiteralInt(t3, e3, true), r2.default.isNullOrUndefined(e3) ? e3 = void 0 : this._checkItemIsValidLiteralIntInRange(t3, e3, 0, l.default.maxStringLength), this._getCoreViewModelTyped().minLength = e3; } get maxLength() { return this._getCoreViewModelTyped().maxLength; } set maxLength(e3) { const t3 = this._infoPropSet("newMaxLength", "maxLength"); - this._checkItemIsValidLiteralInt(t3, e3, true), r2.default.isNullOrUndefined(e3) ? e3 = void 0 : this._checkItemIsValidLiteralIntInRange(t3, e3, 0, l.maxStringLength), this._getCoreViewModelTyped().maxLength = e3; + this._checkItemIsValidLiteralInt(t3, e3, true), r2.default.isNullOrUndefined(e3) ? e3 = void 0 : this._checkItemIsValidLiteralIntInRange(t3, e3, 0, l.default.maxStringLength), this._getCoreViewModelTyped().maxLength = e3; } get isCollection() { return this._getCoreViewModelTyped().isCollection; @@ -94090,8 +94661,8 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 79771: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(78432)), a = i2(38249), s = n2.__importDefault(i2(67336)), l = i2(50474); - class u extends s.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(78432)), o = i2(38249), a = n2.__importDefault(i2(67336)), s = i2(50474); + class l extends a.default { constructor(e3) { super(e3), this._coreUserInputSettingsViewModel = e3, this._collectionHighConfidenceThreshold = this.coreFactory.createArchWrapper(e3.collectionHighConfidenceThreshold), this._collectionLowConfidenceThreshold = this.coreFactory.createArchWrapper(e3.collectionLowConfidenceThreshold), this._confirmationLowConfidenceThreshold = this.coreFactory.createArchWrapper(e3.confirmationLowConfidenceThreshold), this._confirmationRejectionsMax = this.coreFactory.createArchWrapper(e3.confirmationRejectionsMax), this._enableBargeIn = this.coreFactory.createArchWrapper(e3.enableBargeIn), this._enableAutomaticQuickReplies = this.coreFactory.createArchWrapper(e3.enableAutomaticQuickReplies), this._noInputsMax = this.coreFactory.createArchWrapper(e3.noInputsMax), this._noMatchesMax = this.coreFactory.createArchWrapper(e3.noMatchesMax), this._noInputsTimeout = this.coreFactory.createArchWrapper(e3.noInputsTimeout), this._speechToTextSpeechDetectionSensitivity = this.coreFactory.createArchWrapper(e3.speechToTextSpeechDetectionSensitivity), this._enableIntentClassificationHinting = this.coreFactory.createArchWrapper(e3.enableIntentClassificationHinting), this._speechToTextMaxSpeechTimeout = this.coreFactory.createArchWrapper(e3.speechToTextMaxSpeechTimeout), this._interDigitTimeout = this.coreFactory.createArchWrapper(e3.interDigitTimeout), this._dtmfTerminatingCharacter = this.coreFactory.createArchWrapper(e3.dtmfTerminatingCharacter), this._confirmationNoInputApology = this.coreFactory.createArchWrapper(e3.confirmationNoInputApologies.items[0]), this._confirmationNoMatchApology = this.coreFactory.createArchWrapper(e3.confirmationNoMatchApologies.items[0]), this._noInputApology = this.coreFactory.createArchWrapper(e3.noInputsApologies.items[0]), this._endOfSessionMessage = this.coreFactory.createArchWrapper(e3.endOfSessionMessage), this._noMatchApology = this.coreFactory.createArchWrapper(e3.noMatchApologies.items[0]), this._noToConfirmationApology = this.coreFactory.createArchWrapper(e3.noToConfirmationApologies.items[0]); } @@ -94140,17 +94711,17 @@ ${e3.stack}`, n3 = [this].concat(i3); return this._noInputsMax; } get noInputsMaxExceededHandling() { - return a.archHandlingTypeConversion.getArchEnumHandlingForCoreHandling(this._coreUserInputSettingsViewModel.noInputsMaxExceededHandling.handlingType); + return o.archHandlingTypeConversion.getArchEnumHandlingForCoreHandling(this._coreUserInputSettingsViewModel.noInputsMaxExceededHandling.handlingType); } set noInputsMaxExceededHandling(e3) { const t3 = this._infoPropSet("newHandlingTypeValue", "noInputsMaxExceededHandling"); - this._checkItemIsValidLiteralStringEnum(t3, e3, o.default.EVENTS_FLOW_ERROR_HANDLING_ALL); - const i3 = a.archHandlingTypeConversion.getCoreHandlingTypeForEnum(e3); + this._checkItemIsValidLiteralStringEnum(t3, e3, r2.default.EVENTS_FLOW_ERROR_HANDLING_ALL); + const i3 = o.archHandlingTypeConversion.getCoreHandlingTypeForEnum(e3); this._coreUserInputSettingsViewModel.noInputsMaxExceededHandling.handlingTypes.find((e4) => e4 === i3) || this.logItemErrorAndThrow(t3, `the handling type of '${e3}' is not available to be configured when no inputs max is exceeded.`), this.logNote(`setting the no inputs max exceeded handling type to '${e3}'.`), this._coreUserInputSettingsViewModel.noInputsMaxExceededHandling.handlingType = i3; } get noInputsMaxExceededTargetTask() { const e3 = this._coreUserInputSettingsViewModel.parentFlow; - if (e3 && r2.default.isArray(e3.tasks) && e3.tasks.length) { + if (e3 && e3.hasTasks) { const t3 = e3.tasks.find((e4) => e4.id === this._coreUserInputSettingsViewModel.noInputsMaxExceededTaskId); if (t3) return this.coreFactory.createArchWrapper(t3); } @@ -94160,10 +94731,10 @@ ${e3.stack}`, n3 = [this].concat(i3); if (this.logNote(`noInputsMaxExceededHandling: ${this.noInputsMaxExceededHandling}`), this._checkItem(t3, "task" !== this.noInputsMaxExceededHandling, 'the noInputMaxExceeded handling type must be set to "Jump to Reusable Task" to set the noInputMaxExceeded task path.'), !e3) return void this._coreUserInputSettingsViewModel.noInputsMaxExceededTask.setReference(null); this._checkItem(t3, !e3 || !e3.isArchTask, "the noInputMaxExceeded task path must be an ArchTask."); const i3 = this._coreUserInputSettingsViewModel.noInputsMaxExceededTask.getInvalidReferenceReason(e3._getCoreViewModel()); - this._checkItem(this._infoPropSet("archTaskTarget", "targetTask"), !(0, l.isNullOrUndefined)(i3), `targetTask is not valid as the noInputsMaxExceeded task path: ${i3}`), this.logNote("setting the noInputsMaxExceeded task path to " + e3.logStr), this._coreUserInputSettingsViewModel.noInputsMaxExceededTask.setReference(e3._getCoreViewModel()); + this._checkItem(this._infoPropSet("archTaskTarget", "targetTask"), !(0, s.isNullOrUndefined)(i3), `targetTask is not valid as the noInputsMaxExceeded task path: ${i3}`), this.logNote("setting the noInputsMaxExceeded task path to " + e3.logStr), this._coreUserInputSettingsViewModel.noInputsMaxExceededTask.setReference(e3._getCoreViewModel()); } isNoInputsMaxExceededTypeAvailable(e3) { - return this._checkItemIsValidLiteralStringEnum(this._infoParm("errorHandlingEnumValue", "isNoInputsMaxExceededTypeAvailable"), e3, o.default.EVENTS_FLOW_ERROR_HANDLING_ALL), a.archHandlingTypeConversion.findHandlingTypeForValue(this._coreUserInputSettingsViewModel.noInputsMaxExceededHandlingTypes, e3); + return this._checkItemIsValidLiteralStringEnum(this._infoParm("errorHandlingEnumValue", "isNoInputsMaxExceededTypeAvailable"), e3, r2.default.EVENTS_FLOW_ERROR_HANDLING_ALL), o.archHandlingTypeConversion.findHandlingTypeForValue(this._coreUserInputSettingsViewModel.noInputsMaxExceededHandlingTypes, e3); } get noInputsTimeout() { return this._noInputsTimeout; @@ -94193,7 +94764,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return this._noToConfirmationApology; } } - t2.default = u; + t2.default = l; }, 79857: (e2, t2, i2) => { const n2 = i2(32726), { dialogflowActionType: r2 } = i2(30801), o = i2(7401); function a() { @@ -94251,6 +94822,37 @@ ${e3.stack}`, n3 = [this].concat(i3); } } t2.CallbackManager = d, t2.callbackManager = new d(); + }, 80101: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.CustomerSegment = void 0; + const n2 = i2(31635), r2 = i2(80295), o = i2(19596); + class a extends o.DataContract { + constructor(e3) { + super(e3); + } + get id() { + return this._id; + } + set id(e3) { + this._id = e3; + } + get name() { + return this._name; + } + get label() { + return this._name; + } + set label(e3) { + this._name = e3; + } + get displayName() { + return this._name; + } + set displayName(e3) { + this._name = e3; + } + } + t2.CustomerSegment = a, n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "id", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [])], a.prototype, "name", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "label", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "displayName", null); }, 80133: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -94402,7 +95004,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const n2 = i2(31635), r2 = i2(5894), o = n2.__importDefault(i2(7401)), a = i2(80295), s = i2(80295); class l extends r2.BaseFailureOutputsActionModel { constructor(e3) { - super(e3), (0, s.makeUnenumerable)(this, "_customizeNoInput"), (0, s.makeUnenumerable)(this, "_customizeNoMatch"), (0, s.makeUnenumerable)(this, "_noInputs"), (0, s.makeUnenumerable)(this, "_noInputReprompts"), (0, s.makeUnenumerable)(this, "_noMatches"), (0, s.makeUnenumerable)(this, "_noMatchReprompts"), (0, s.makeUnenumerable)(this, "_voiceEndOfInputTimeout"); + super(e3), (0, s.makeUnenumerable)(this, "_customizeNoInput"), (0, s.makeUnenumerable)(this, "_customizeNoMatch"), (0, s.makeUnenumerable)(this, "_enableBargeIn"), (0, s.makeUnenumerable)(this, "_noInputs"), (0, s.makeUnenumerable)(this, "_noInputReprompts"), (0, s.makeUnenumerable)(this, "_noMatches"), (0, s.makeUnenumerable)(this, "_noMatchReprompts"), (0, s.makeUnenumerable)(this, "_voiceEndOfInputTimeout"); } get customizeNoInput() { return this._customizeNoInput; @@ -94458,19 +95060,25 @@ ${e3.stack}`, n3 = [this].concat(i3); set voiceEndOfInputTimeout(e3) { this._voiceEndOfInputTimeout = this.reviveItem(e3, o.default); } + get enableBargeIn() { + return this._enableBargeIn; + } + set enableBargeIn(e3) { + this._enableBargeIn = this.reviveItem(e3, o.default); + } pasteResolveOldToNewValues(e3) { - super.pasteResolveOldToNewValues(e3), this.customizeNoInput && this.customizeNoInput.pasteResolveOldToNewValues(e3), this.customizeNoMatch && this.customizeNoMatch.pasteResolveOldToNewValues(e3), this.noInputs && this.noInputs.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this.noInputReprompts && this.noInputReprompts.pasteResolveOldToNewValues(e3), this.noMatches && this.noMatches.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this.noMatchReprompts && this.noMatchReprompts.pasteResolveOldToNewValues(e3), this.voiceEndOfInputTimeout && this.voiceEndOfInputTimeout.pasteResolveOldToNewValues(e3); + super.pasteResolveOldToNewValues(e3), this.customizeNoInput && this.customizeNoInput.pasteResolveOldToNewValues(e3), this.customizeNoMatch && this.customizeNoMatch.pasteResolveOldToNewValues(e3), this._enableBargeIn && this._enableBargeIn.pasteResolveOldToNewValues(e3), this.noInputs && this.noInputs.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this.noInputReprompts && this.noInputReprompts.pasteResolveOldToNewValues(e3), this.noMatches && this.noMatches.forEach((t3) => t3.pasteResolveOldToNewValues(e3)), this.noMatchReprompts && this.noMatchReprompts.pasteResolveOldToNewValues(e3), this.voiceEndOfInputTimeout && this.voiceEndOfInputTimeout.pasteResolveOldToNewValues(e3); } pasteReIdOrRename(e3) { - super.pasteReIdOrRename(e3), this.customizeNoInput && this.customizeNoInput.pasteReIdOrRename(e3), this.customizeNoMatch && this.customizeNoMatch.pasteReIdOrRename(e3), this.noInputs && this.noInputs.forEach((t3) => t3.pasteReIdOrRename(e3)), this.noInputReprompts && this.noInputReprompts.pasteReIdOrRename(e3), this.noMatches && this.noMatches.forEach((t3) => t3.pasteReIdOrRename(e3)), this.noMatchReprompts && this.noMatchReprompts.pasteReIdOrRename(e3), this.voiceEndOfInputTimeout && this.voiceEndOfInputTimeout.pasteReIdOrRename(e3); + super.pasteReIdOrRename(e3), this.customizeNoInput && this.customizeNoInput.pasteReIdOrRename(e3), this.customizeNoMatch && this.customizeNoMatch.pasteReIdOrRename(e3), this._enableBargeIn && this._enableBargeIn.pasteReIdOrRename(e3), this.noInputs && this.noInputs.forEach((t3) => t3.pasteReIdOrRename(e3)), this.noInputReprompts && this.noInputReprompts.pasteReIdOrRename(e3), this.noMatches && this.noMatches.forEach((t3) => t3.pasteReIdOrRename(e3)), this.noMatchReprompts && this.noMatchReprompts.pasteReIdOrRename(e3), this.voiceEndOfInputTimeout && this.voiceEndOfInputTimeout.pasteReIdOrRename(e3); } } - t2.BaseActionWithFailureOutputsNoInputNoMatchModel = l, n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "customizeNoInput", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "customizeNoMatch", null), n2.__decorate([(0, a.enumerable)(false), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noInput", null), n2.__decorate([(0, a.enumerable)(false), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noMatch", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noInputs", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noInputReprompts", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noMatches", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noMatchReprompts", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "voiceEndOfInputTimeout", null); + t2.BaseActionWithFailureOutputsNoInputNoMatchModel = l, n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "customizeNoInput", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "customizeNoMatch", null), n2.__decorate([(0, a.enumerable)(false), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noInput", null), n2.__decorate([(0, a.enumerable)(false), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noMatch", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noInputs", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noInputReprompts", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noMatches", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "noMatchReprompts", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "voiceEndOfInputTimeout", null), n2.__decorate([(0, a.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], l.prototype, "enableBargeIn", null); }, 80496: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.postDigitalBotFlowTurns = t2.postDigitalBotFlowLaunch = void 0; - const n2 = i2(17599), r2 = i2(13440), o = i2(36019).default; - t2.postDigitalBotFlowLaunch = o.request("POST", "{public-api.apps}/api/v2/textbots/botflows/sessions", n2), t2.postDigitalBotFlowTurns = o.request("POST", "{public-api.apps}/api/v2/textbots/botflows/sessions/{sessionId}/turns", r2); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(17599), o = i2(13440); + t2.postDigitalBotFlowLaunch = n2.default.request("POST", "{public-api.apps}/api/v2/textbots/botflows/sessions", r2), t2.postDigitalBotFlowTurns = n2.default.request("POST", "{public-api.apps}/api/v2/textbots/botflows/sessions/{sessionId}/turns", o); }, 80517: (e2, t2, i2) => { const n2 = i2(99505).A, r2 = i2(59964), o = i2(83462), a = i2(92314), s = i2(36019).default; function l() { @@ -94826,7 +95434,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 80817: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(84783)), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = i2(27854), { systemPromptListManager: l } = i2(97951), { userPromptListManager: u } = i2(23293); + const n2 = i2(31635), r2 = n2.__importDefault(i2(84783)), o = n2.__importDefault(i2(56549)), a = n2.__importDefault(i2(94225)), s = i2(97951), l = i2(23293), u = n2.__importStar(i2(27854)); class d extends r2.default { get displayTypeName() { return "ArchFactoryPrompts"; @@ -94839,7 +95447,7 @@ ${e3.stack}`, n3 = [this].concat(i3); } getPromptByPromptNameAsync(e3, t3) { const i3 = this._infoParm("prefixedPromptName", "getPromptByPromptNameAsync"); - return this._checkItemIsValidLiteralString(i3, e3), this._checkItem(i3, !s.hasPromptPrefix(e3), `The prompt name of '${e3}' is not prefixed with 'Prompt.' or 'PromptSystem.'.`), o.default.findItemByValueAsync(s.hasUserPromptPrefix(e3) ? u : l, s.removePrefix(e3), "prompt").then((e4) => { + return this._checkItemIsValidLiteralString(i3, e3), this._checkItem(i3, !u.hasPromptPrefix(e3), `The prompt name of '${e3}' is not prefixed with 'Prompt.' or 'PromptSystem.'.`), o.default.findItemByValueAsync(u.hasUserPromptPrefix(e3) ? l.userPromptListManager : s.systemPromptListManager, u.removePrefix(e3), "prompt").then((e4) => { if (e4) return a.default.executeCallback(this, "getPromptByPromptNameAsync", t3, this.coreFactory.createArchWrapper(e4)); }); } @@ -94848,10 +95456,10 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 80911: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getBotConnectorBots = h, t2.getBotConnectorBotVersions = m, t2.getBotConnectorBotVersion = g, t2.getBotConnectorBot = f, t2.ensureCorrectVersionProperties = T; - const n2 = i2(31635), r2 = n2.__importStar(i2(8818)), o = n2.__importDefault(i2(36019)), a = n2.__importDefault(i2(73198)), s = i2(80428), l = i2(29795), u = n2.__importDefault(i2(92140)), d = i2(24032).getTopic("botConnectorApi"), c = "collection", p = c.length, _ = {}; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(73198)), a = i2(80428), s = n2.__importDefault(i2(36019)), l = i2(29795), u = n2.__importStar(i2(8818)), d = (0, i2(24032).getTopic)("botConnectorApi"), c = "collection", p = c.length, _ = {}; function h(e3) { const t3 = e3.additionalParams.integrationId, i3 = e3.getSearchQueryParams(true); - return o.default.build(r2.getBotConnectorBots).templateParams({ integrationId: t3 }).queryParams(i3).call().then((e4) => (u.default.each(e4.entities, (e5) => { + return s.default.build(u.getBotConnectorBots).templateParams({ integrationId: t3 }).queryParams(i3).call().then((e4) => (r2.default.each(e4.entities, (e5) => { e5.setParentContextInfo(t3); }), e4)); } @@ -94859,8 +95467,8 @@ ${e3.stack}`, n3 = [this].concat(i3); const t3 = (null == e3 ? void 0 : e3.additionalParams) || e3; if (!t3 || !t3.botId || !t3.integrationId) return; const i3 = e3.getSearchQueryParams(true); - return o.default.build(r2.getBotConnectorBotVersions).templateParams({ botId: t3.botId, integrationId: t3.integrationId }).queryParams(i3).call().then(function(t4) { - return u.default.each(t4.entities, function(t5) { + return s.default.build(u.getBotConnectorBotVersions).templateParams({ botId: t3.botId, integrationId: t3.integrationId }).queryParams(i3).call().then(function(t4) { + return r2.default.each(t4.entities, function(t5) { t5.setParentContextInfo(e3.additionalParams.integrationId); }), t4; }); @@ -94869,9 +95477,9 @@ ${e3.stack}`, n3 = [this].concat(i3); return n2.__awaiter(this, void 0, void 0, function* () { const i3 = (null == t3 ? void 0 : t3.additionalParams) || t3; if (!i3 || !i3.botId || !i3.integrationId) return; - const n3 = { version: e3 }, a2 = o.default.build(r2.getBotConnectorBot).templateParams({ botId: i3.botId, integrationId: i3.integrationId }).queryParams(n3), s2 = yield a2.call(); - return u.default.find(s2.versions, (t4) => { - if (t4.version === e3) return T(t4, s2.name, i3.botId, i3.integrationId); + const n3 = { version: e3 }, o2 = s.default.build(u.getBotConnectorBot).templateParams({ botId: i3.botId, integrationId: i3.integrationId }).queryParams(n3), a2 = yield o2.call(); + return r2.default.find(a2.versions, (t4) => { + if (t4.version === e3) return T(t4, a2.name, i3.botId, i3.integrationId); }); }); } @@ -94879,30 +95487,30 @@ ${e3.stack}`, n3 = [this].concat(i3); return n2.__awaiter(this, void 0, void 0, function* () { const i3 = (null == t3 ? void 0 : t3.additionalParams) || t3; if (!i3 || !i3.integrationId) return; - const n3 = { botId: e3, integrationId: i3.integrationId }, a2 = o.default.build(r2.getBotConnectorBot).templateParams(n3), s2 = yield a2.call(); - return s2 && s2.setParentContextInfo(i3.integrationId), s2; + const n3 = { botId: e3, integrationId: i3.integrationId }, r3 = s.default.build(u.getBotConnectorBot).templateParams(n3), o2 = yield r3.call(); + return o2 && o2.setParentContextInfo(i3.integrationId), o2; }); } function T(e3, t3, i3, n3) { - if (!u.default.isObject(e3)) return; - const r3 = e3; - return t3 && (r3.name = t3), r3.id = i3, r3.version = e3.version, r3.setParentContextInfo(n3), r3.isFromAdsValidationResults = false, u.default.each(e3.intents, (e4) => { - u.default.each(null == e4 ? void 0 : e4.slots, (e5) => { + if (!r2.default.isObject(e3)) return; + const o2 = e3; + return t3 && (o2.name = t3), o2.id = i3, o2.version = e3.version, o2.setParentContextInfo(n3), o2.isFromAdsValidationResults = false, r2.default.each(e3.intents, (e4) => { + r2.default.each(null == e4 ? void 0 : e4.slots, (e5) => { var t4; - if (u.default.isString(null == e5 ? void 0 : e5.type)) { - if (e5.archDataTypeId = _[e5.type], !e5.archDataTypeId && e5.type === l.jsonSchemaTypeNames.array && (null === (t4 = e5.items) || void 0 === t4 ? void 0 : t4.type) && (e5.archDataTypeId = _[e5.items.type]), u.default.isUndefined(e5.archDataTypeId)) d.error(`invalid architect data type for slot. type: '${e5.type}'`); + if (r2.default.isString(null == e5 ? void 0 : e5.type)) { + if (e5.archDataTypeId = _[e5.type], !e5.archDataTypeId && e5.type === l.jsonSchemaTypeNames.array && (null === (t4 = e5.items) || void 0 === t4 ? void 0 : t4.type) && (e5.archDataTypeId = _[e5.items.type]), r2.default.isUndefined(e5.archDataTypeId)) d.error(`invalid architect data type for slot. type: '${e5.type}'`); else if (e5.type.endsWith(c)) { const t5 = e5.type.slice(0, -p); - e5.archDataTypeId = _[t5], u.default.isUndefined(e5.archDataTypeId) ? d.error(`invalid architect data type for collection slot. name:${e5.name} type:${e5.type}`) : (e5.items = { type: t5 }, e5.type = l.jsonSchemaTypeNames.array); + e5.archDataTypeId = _[t5], r2.default.isUndefined(e5.archDataTypeId) ? d.error(`invalid architect data type for collection slot. name:${e5.name} type:${e5.type}`) : (e5.items = { type: t5 }, e5.type = l.jsonSchemaTypeNames.array); } } else d.error("missing type for slot"); }); - }), r3; + }), o2; } - u.default.each(["boolean", "currency", "dateTime", "decimal", "duration", "integer", "string"], (e3) => { + r2.default.each(["boolean", "currency", "dateTime", "decimal", "duration", "integer", "string"], (e3) => { const t3 = e3.toLowerCase(); - _[t3] = s.expressionTypeNames[e3], _[`${t3}${c}`] = `${s.expressionTypeNames[e3]}${a.default.exprDataTypeSuffixCollection}`; - }), h.api = r2.getBotConnectorBots, m.api = r2.getBotConnectorBotVersions, g.api = r2.getBotConnectorBot, f.api = r2.getBotConnectorBot; + _[t3] = a.expressionTypeNames[e3], _[`${t3}${c}`] = `${a.expressionTypeNames[e3]}${o.default.exprDataTypeSuffixCollection}`; + }), h.api = u.getBotConnectorBots, m.api = u.getBotConnectorBotVersions, g.api = u.getBotConnectorBot, f.api = u.getBotConnectorBot; }, 80934: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.BaseActionWithOutputsModel = void 0; @@ -94931,9 +95539,9 @@ ${e3.stack}`, n3 = [this].concat(i3); t2.BaseActionWithOutputsModel = u, n2.__decorate([(0, s.enumerable)(true), n2.__metadata("design:type", Array), n2.__metadata("design:paramtypes", [Array])], u.prototype, "paths", null); }, 81063: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllEncryptDecryptFailureReasons = t2.getDecryptFailureReasons = t2.getEncryptFailureReasons = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.allEncryptDecryptFailureReasons = t2.decryptDataFailureReasons = t2.encryptDataFailureReasons = void 0; const n2 = i2(31635).__importDefault(i2(92140)), r2 = { customerKeyNotConfigured: "CustomerKeyNotConfigured", customerKeyNotFound: "CustomerKeyNotFound", encryptedDataKeyInvalid: "EncryptedDataKeyInvalid", generalError: "GeneralError", invalidData: "InvalidData", maximumDataSizeExceeded: "MaximumDataSizeExceeded", noDataSupplied: "NoDataSupplied", timeout: "Timeout" }, o = [r2.generalError]; - t2.getEncryptFailureReasons = n2.default.uniq(o.concat([r2.customerKeyNotConfigured, r2.customerKeyNotFound, r2.maximumDataSizeExceeded, r2.noDataSupplied, r2.timeout])), t2.getDecryptFailureReasons = n2.default.uniq(o.concat([r2.customerKeyNotConfigured, r2.customerKeyNotFound, r2.encryptedDataKeyInvalid, r2.invalidData, r2.maximumDataSizeExceeded, r2.noDataSupplied, r2.timeout])), t2.getAllEncryptDecryptFailureReasons = r2; + t2.encryptDataFailureReasons = n2.default.uniq(o.concat([r2.customerKeyNotConfigured, r2.customerKeyNotFound, r2.maximumDataSizeExceeded, r2.noDataSupplied, r2.timeout])), t2.decryptDataFailureReasons = n2.default.uniq(o.concat([r2.customerKeyNotConfigured, r2.customerKeyNotFound, r2.encryptedDataKeyInvalid, r2.invalidData, r2.maximumDataSizeExceeded, r2.noDataSupplied, r2.timeout])), t2.allEncryptDecryptFailureReasons = r2; }, 81084: (e2, t2, i2) => { const n2 = i2(13240), r2 = i2(7401); function o() { @@ -95474,7 +96082,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 81801: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.externalAuthorizations = void 0; - const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(17604), o = i2(47957), a = (o.externalAuths.agenticVirtualAgentView.displayTitle, o.externalAuths.agenticVirtualAgentVersionView.displayTitle, o.externalAuths.auditView.displayTitle, o.externalAuths.botConnectorView.displayTitle, o.externalAuths.bridgeActionView.displayTitle, o.externalAuths.conversationConferenceAdd.displayTitle, o.externalAuths.conversationCustomAttributesSchemaView.conversationCustomAttributesSchemaViewDisplayTitle, o.externalAuths.contactListsView.displayTitle, o.externalAuths.customerIntentsView.customerIntentsViewDisplayTitle, o.externalAuths.dataTablesView.displayTitle, o.externalAuths.decisionTablesSearch.decisionTablesSearchDisplayTitle, o.externalAuths.divisionsView.divisionsViewDisplayTitle, o.externalAuths.emergencyGroupView.displayTitle, o.externalAuths.flowLaunch.displayTitle, o.externalAuths.flowMilestonesView.displayTitle, o.externalAuths.flowOutcomesView.displayTitle, o.externalAuths.flowView.displayTitle, o.externalAuths.grammarView.displayTitle, o.externalAuths.guideView.displayTitle, o.externalAuths.guideVersionView.displayTitle, o.externalAuths.integrationsActionView.displayTitle, o.externalAuths.integrationView.displayTitle, o.externalAuths.knowledgeBaseView.knowledgeBaseViewDisplayTitle, o.externalAuths.knowledgeBaseDocumentView.knowledgeBaseDocumentViewDisplayTitle, o.externalAuths.languageSkillsView.displayTitle, o.externalAuths.messagingIntegrationView.messagingIntegrationViewDisplayTitle, o.externalAuths.nluView.displayTitle, o.externalAuths.oAuthClientView.oAuthClientViewDisplayTitle, o.externalAuths.promptsSystemView.displayTitle, o.externalAuths.promptsUserView.displayTitle, o.externalAuths.processAutomationTriggerView.displayTitle, o.externalAuths.queuesView.displayTitle, o.externalAuths.responseAssetAdd.displayTitle, o.externalAuths.responseAssetView.displayTitle, o.externalAuths.responseLibraryView.displayTitle, o.externalAuths.responseView.displayTitle, o.externalAuths.schedulesView.displayTitle, o.externalAuths.scheduleGroupView.displayTitle, o.externalAuths.scriptsView.displayTitle, o.externalAuths.smsPhoneNumberView.smsPhoneNumberViewDisplayTitle, o.externalAuths.surveyFormView.displayTitle, o.externalAuths.utilizationLabelView.utilizationLabelViewDisplayTitle, o.externalAuths.voicemailReceive.displayTitle, o.externalAuths.wrapupCodesView.displayTitle, o.externalAuths.worktypesView.displayTitle, { contactListsSearch: { permissionInfo: { domain: "outbound", entityName: "contactList", action: "search", displayText: "outbound:contactList:search" }, commonResourceKey: "contactListsView" }, contactListsView: { permissionInfo: { domain: "outbound", entityName: "contactList", action: "view", displayText: "outbound:contactList:view" } }, agenticVirtualAgentView: { permissionInfo: { domain: "agentic", entityName: "virtualAgent", action: "view", displayText: "agentic:virtualAgent:view" } }, agenticVirtualAgentVersionView: { permissionInfo: { domain: "agentic", entityName: "virtualAgentVersion", action: "view", displayText: "agentic:virtualAgentVersion:view" } }, auditView: { permissionInfo: { domain: "outbound", entityName: "audit", action: "view", displayText: "outbound:audit:view" } }, botConnectorView: { permissionInfo: { domain: "integration", entityName: "botConnector", action: "view", displayText: "integration:botConnector:view" } }, bridgeActionView: { permissionInfo: { domain: "bridge", entityName: "actions", action: "view", displayText: "bridge:actions:view" } }, conversationConferenceAdd: { permissionInfo: { domain: "conversation", entityName: "conference", action: "add", displayText: "conversation:conference:add" } }, conversationCustomAttributesSchemaView: { permissionInfo: { domain: "conversation", entityName: "customAttributes", action: "schemaView", displayText: "conversation:customAttributes:schemaView" } }, dataTablesSearch: { permissionInfo: { domain: "architect", entityName: "datatable", action: "search", displayText: "architect:datatable:search" }, commonResourceKey: "dataTablesView" }, dataTablesView: { permissionInfo: { domain: "architect", entityName: "datatable", action: "view", displayText: "architect:datatable:view" } }, decisionTablesSearch: { permissionInfo: { domain: "businessrules", entityName: "decisiontable", action: "search", displayText: "businessrules:decisionTable:search" } }, divisionsView: { permissionInfo: { domain: "authorization", entityName: "division", action: "view", displayText: "authorization:division:view" } }, emergencyGroupSearch: { permissionInfo: { domain: "routing", entityName: "emergencyGroup", action: "search", displayText: "routing:emergencyGroup:search" }, commonResourceKey: "emergencyGroupView" }, emergencyGroupView: { permissionInfo: { domain: "routing", entityName: "emergencyGroup", action: "view", displayText: "routing:emergencyGroup:view" } }, flowSearch: { permissionInfo: { domain: "architect", entityName: "flow", action: "search", displayText: "architect:flow:search" }, commonResourceKey: "flowView" }, flowLaunch: { permissionInfo: { domain: "architect", entityName: "flow", action: "launch", displayText: "architect:flow:launch" } }, flowView: { permissionInfo: { domain: "architect", entityName: "flow", action: "view", displayText: "architect:flow:view" } }, flowMilestonesSearch: { permissionInfo: { domain: "architect", entityName: "flowMilestone", action: "search", displayText: "architect:flowMilestone:search" }, commonResourceKey: "flowMilestonesView" }, flowMilestonesView: { permissionInfo: { domain: "architect", entityName: "flowMilestone", action: "view", displayText: "architect:flowMilestone:view" } }, flowOutcomesSearch: { permissionInfo: { domain: "architect", entityName: "flowOutcome", action: "search", displayText: "architect:flowOutcome:search" }, commonResourceKey: "flowOutcomesView" }, flowOutcomesView: { permissionInfo: { domain: "architect", entityName: "flowOutcome", action: "view", displayText: "architect:flowOutcome:view" } }, grammarView: { permissionInfo: { domain: "architect", entityName: "grammars", action: "view", displayText: "architect:grammar:view" } }, guideView: { permissionInfo: { domain: "aiStudio", entityName: "guide", action: "view", displayText: "aiStudio:guide:view" } }, guideVersionView: { permissionInfo: { domain: "aiStudio", entityName: "guideVersion", action: "view", displayText: "aiStudio:guideVersion:view" } }, integrationsActionView: { permissionInfo: { domain: "integrations", entityName: "action", action: "view", displayText: "integrations:action:view" } }, integrationView: { permissionInfo: { domain: "integrations", entityName: "integration", action: "view", displayText: "integrations:integration:view" } }, knowledgeBaseView: { permissionInfo: { domain: "knowledge", entityName: "knowledgeBase", action: "view", displayText: "knowledge:knowledgebase:view" } }, knowledgeBaseDocumentView: { permissionInfo: { domain: "knowledge", entityName: "document", action: "view", displayText: "knowledge:document:view" } }, languageSkillsView: { permissionInfo: { domain: "routing", entityName: "skill", action: "manage", displayText: "routing:skill:manage" } }, messagingIntegrationView: { permissionInfo: { domain: "integrations", entityName: "messaging", action: "view", displayText: "integrations:messaging:view" } }, nluView: { permissionInfo: { domain: "languageUnderstanding", entityName: "nluDomain", action: "view", displayText: "languageUnderstanding:nluDomain:view" } }, oAuthClientView: { permissionInfo: { domain: "oauth", entityName: "client", action: "view", displayText: "oauth:client:view" } }, promptsSystemView: { permissionInfo: { domain: "architect", entityName: "systemPrompt", action: "view", displayText: "architect:systemPrompt:view" } }, promptsUserView: { permissionInfo: { domain: "architect", entityName: "userPrompt", action: "view", displayText: "architect:userPrompt:view" } }, queuesSearch: { permissionInfo: { domain: "routing", entityName: "queue", action: "search", displayText: "routing:queue:search" }, commonResourceKey: "queuesView" }, queuesView: { permissionInfo: { domain: "routing", entityName: "queue", action: "view", displayText: "routing:queue:view" } }, responseAssetAdd: { permissionInfo: { domain: "responseAssets", entityName: "asset", action: "add", displayText: "responseAssets:asset:add" } }, responseAssetView: { permissionInfo: { domain: "responseAssets", entityName: "asset", action: "view", displayText: "responseAssets:asset:view" } }, responseLibraryView: { permissionInfo: { domain: "responses", entityName: "library", action: "view", displayText: "responses:library:view" } }, responseView: { permissionInfo: { domain: "responses", entityName: "response", action: "view", displayText: "responses:response:view" } }, schedulesSearch: { permissionInfo: { domain: "routing", entityName: "schedule", action: "search", displayText: "routing:schedule:search" }, commonResourceKey: "schedulesView" }, schedulesView: { permissionInfo: { domain: "routing", entityName: "schedule", action: "view", displayText: "routing:schedule:view" } }, scheduleGroupSearch: { permissionInfo: { domain: "routing", entityName: "scheduleGroup", action: "search", displayText: "routing:scheduleGroup:search" }, commonResourceKey: "scheduleGroupView" }, scheduleGroupView: { permissionInfo: { domain: "routing", entityName: "scheduleGroup", action: "view", displayText: "routing:scheduleGroup:view" } }, scriptsView: { permissionInfo: { domain: "scripter", entityName: "publishedScript", action: "view", displayText: "scripter:publishedScript:view" } }, scriptsSearch: { permissionInfo: { domain: "scripter", entityName: "publishedScript", action: "search", displayText: "scripter:publishedScript:search" }, commonResourceKey: "scriptsView" }, smsPhoneNumberView: { permissionInfo: { domain: "sms", entityName: "smsPhoneNumber", action: "view", displayText: "sms:phoneNumber:view" } }, surveyFormView: { permissionInfo: { domain: "quality", entityName: "surveyForm", action: "view", displayText: "quality:surveyForm:view" } }, utilizationLabelView: { permissionInfo: { domain: "routing", entityName: "utilizationLabel", action: "view", displayText: "routing:utilizationLabel:view" } }, voicemailReceive: { permissionInfo: { domain: "voicemail", entityName: "voicemail", action: "receive", displayText: "voicemail:voicemail:receive" } }, processAutomationTriggerView: { permissionInfo: { domain: "processautomation", entityName: "trigger", action: "view", displayText: "processautomation:trigger:view" } }, wrapupCodesSearch: { permissionInfo: { domain: "routing", entityName: "wrapupCode", action: "search", displayText: "routing:wrapupCode:search" }, commonResourceKey: "wrapupCodesView" }, wrapupCodesView: { permissionInfo: { domain: "routing", entityName: "wrapupCode", action: "view", displayText: "routing:wrapupCode:view" } }, worktypesView: { permissionInfo: { domain: "workitems", entityName: "worktype", action: "view", displayText: "workitems:worktype:view" } } }), s = { agenticVirtualAgentView: "agenticVirtualAgentView", agenticVirtualAgentVersionView: "agenticVirtualAgentVersionView", auditView: "auditView", botConnectorView: "botConnectorView", bridgeActionView: "bridgeActionView", contactListsSearch: "contactListsSearch", contactListsView: "contactListsView", conversationConferenceAdd: "conversationConferenceAdd", conversationCustomAttributesSchemaView: "conversationCustomAttributesSchemaView", dataTablesSearch: "dataTablesSearch", dataTablesView: "dataTablesView", decisionTablesSearch: "decisionTablesSearch", divisionsView: "divisionsView", emergencyGroupSearch: "emergencyGroupSearch", emergencyGroupView: "emergencyGroupView", flowLaunch: "flowLaunch", flowSearch: "flowSearch", flowView: "flowView", flowMilestonesSearch: "flowMilestonesSearch", flowMilestonesView: "flowMilestonesView", flowOutcomesSearch: "flowOutcomesSearch", flowOutcomesView: "flowOutcomesView", grammarView: "grammarView", guideView: "guideView", guideVersionView: "guideVersionView", integrationsActionView: "integrationsActionView", integrationView: "integrationView", knowledgeBaseView: "knowledgeBaseView", knowledgeBaseDocumentView: "knowledgeBaseDocumentView", languageSkillsView: "languageSkillsView", messagingIntegrationView: "messagingIntegrationView", nluView: "nluView", oAuthClientView: "oAuthClientView", processAutomationTriggerView: "processAutomationTriggerView", promptsSystemView: "promptsSystemView", promptsUserView: "promptsUserView", queuesView: "queuesView", queuesSearch: "queuesSearch", responseAssetAdd: "responseAssetAdd", responseAssetView: "responseAssetView", responseLibraryView: "responseLibraryView", responseView: "responseView", schedulesSearch: "schedulesSearch", schedulesView: "schedulesView", scheduleGroupSearch: "scheduleGroupSearch", scheduleGroupView: "scheduleGroupView", scriptsView: "scriptsView", scriptsSearch: "scriptsSearch", smsPhoneNumberView: "smsPhoneNumberView", surveyFormView: "surveyFormView", utilizationLabelView: "utilizationLabelView", voicemailReceive: "voicemailReceive", wrapupCodesSearch: "wrapupCodesSearch", wrapupCodesView: "wrapupCodesView", worktypesView: "worktypesView" }, l = { agenticVirtualAgentView: { havePermission: true }, agenticVirtualAgentVersionView: { havePermission: true }, auditView: { havePermission: true }, botConnectorView: { havePermission: true }, bridgeActionView: { havePermission: true }, contactListsSearch: { havePermission: true }, contactListsView: { havePermission: true }, conversationConferenceAdd: { havePermission: true }, conversationCustomAttributesSchemaView: { havePermission: true }, dataTablesView: { havePermission: true }, dataTablesSearch: { havePermission: true }, decisionTablesSearch: { havePermission: true }, divisionsView: { havePermission: true }, emergencyGroupSearch: { havePermission: true }, emergencyGroupView: { havePermission: true }, flowLaunch: { havePermission: true }, flowSearch: { havePermission: true }, flowView: { havePermission: true }, flowMilestonesSearch: { havePermission: true }, flowMilestonesView: { havePermission: true }, flowOutcomesSearch: { havePermission: true }, flowOutcomesView: { havePermission: true }, grammarView: { havePermission: true }, guideView: { havePermission: true }, guideVersionView: { havePermission: true }, integrationsActionView: { havePermission: true }, integrationView: { havePermission: true }, knowledgeBaseView: { havePermission: true }, knowledgeBaseDocumentView: { havePermission: true }, languageSkillsView: { havePermission: true }, messagingIntegrationView: { havePermission: true }, nluView: { havePermission: true }, oAuthClientView: { havePermission: true }, responseAssetAdd: { havePermission: true }, responseAssetView: { havePermission: true }, responseLibraryView: { havePermission: true }, responseView: { havePermission: true }, processAutomationTriggerView: { havePermission: true }, promptsUserView: { havePermission: true }, promptsSystemView: { havePermission: true }, schedulesSearch: { havePermission: true }, schedulesView: { havePermission: true }, scheduleGroupSearch: { havePermission: true }, scheduleGroupView: { havePermission: true }, scriptsSearch: { havePermission: true }, scriptsView: { havePermission: true }, smsPhoneNumberView: { havePermission: true }, surveyFormView: { havePermission: true }, queuesSearch: { havePermission: true }, queuesView: { havePermission: true }, utilizationLabelView: { havePermission: true }, voicemailReceive: { havePermission: true }, wrapupCodesSearch: { havePermission: true }, wrapupCodesView: { havePermission: true }, worktypesView: { havePermission: true } }; + const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(17604), o = i2(47957), a = (o.externalAuths.agenticVirtualAgentView.displayTitle, o.externalAuths.agenticVirtualAgentVersionView.displayTitle, o.externalAuths.auditView.displayTitle, o.externalAuths.botConnectorView.displayTitle, o.externalAuths.bridgeActionView.displayTitle, o.externalAuths.conversationConferenceAdd.displayTitle, o.externalAuths.conversationCustomAttributesSchemaView.conversationCustomAttributesSchemaViewDisplayTitle, o.externalAuths.contactListsView.displayTitle, o.externalAuths.customerIntentsView.customerIntentsViewDisplayTitle, o.externalAuths.customerSegmentsView.customerSegmentsViewDisplayTitle, o.externalAuths.dataTablesView.displayTitle, o.externalAuths.decisionTablesSearch.decisionTablesSearchDisplayTitle, o.externalAuths.divisionsView.divisionsViewDisplayTitle, o.externalAuths.emergencyGroupView.displayTitle, o.externalAuths.flowLaunch.displayTitle, o.externalAuths.flowMilestonesView.displayTitle, o.externalAuths.flowOutcomesView.displayTitle, o.externalAuths.flowView.displayTitle, o.externalAuths.grammarView.displayTitle, o.externalAuths.guideView.displayTitle, o.externalAuths.guideVersionView.displayTitle, o.externalAuths.integrationsActionView.displayTitle, o.externalAuths.integrationView.displayTitle, o.externalAuths.knowledgeBaseView.knowledgeBaseViewDisplayTitle, o.externalAuths.knowledgeBaseDocumentView.knowledgeBaseDocumentViewDisplayTitle, o.externalAuths.languageSkillsView.displayTitle, o.externalAuths.messagingIntegrationView.messagingIntegrationViewDisplayTitle, o.externalAuths.nluView.displayTitle, o.externalAuths.oAuthClientView.oAuthClientViewDisplayTitle, o.externalAuths.promptsSystemView.displayTitle, o.externalAuths.promptsUserView.displayTitle, o.externalAuths.processAutomationTriggerView.displayTitle, o.externalAuths.queuesView.displayTitle, o.externalAuths.responseAssetAdd.displayTitle, o.externalAuths.responseAssetView.displayTitle, o.externalAuths.responseLibraryView.displayTitle, o.externalAuths.responseView.displayTitle, o.externalAuths.schedulesView.displayTitle, o.externalAuths.scheduleGroupView.displayTitle, o.externalAuths.scriptsView.displayTitle, o.externalAuths.smsPhoneNumberView.smsPhoneNumberViewDisplayTitle, o.externalAuths.surveyFormView.displayTitle, o.externalAuths.utilizationLabelView.utilizationLabelViewDisplayTitle, o.externalAuths.voicemailReceive.displayTitle, o.externalAuths.wrapupCodesView.displayTitle, o.externalAuths.worktypesView.displayTitle, { contactListsSearch: { permissionInfo: { domain: "outbound", entityName: "contactList", action: "search", displayText: "outbound:contactList:search" }, commonResourceKey: "contactListsView" }, contactListsView: { permissionInfo: { domain: "outbound", entityName: "contactList", action: "view", displayText: "outbound:contactList:view" } }, agenticVirtualAgentView: { permissionInfo: { domain: "agentic", entityName: "virtualAgent", action: "view", displayText: "agentic:virtualAgent:view" } }, agenticVirtualAgentVersionView: { permissionInfo: { domain: "agentic", entityName: "virtualAgentVersion", action: "view", displayText: "agentic:virtualAgentVersion:view" } }, auditView: { permissionInfo: { domain: "outbound", entityName: "audit", action: "view", displayText: "outbound:audit:view" } }, botConnectorView: { permissionInfo: { domain: "integration", entityName: "botConnector", action: "view", displayText: "integration:botConnector:view" } }, bridgeActionView: { permissionInfo: { domain: "bridge", entityName: "actions", action: "view", displayText: "bridge:actions:view" } }, conversationConferenceAdd: { permissionInfo: { domain: "conversation", entityName: "conference", action: "add", displayText: "conversation:conference:add" } }, conversationCustomAttributesSchemaView: { permissionInfo: { domain: "conversation", entityName: "customAttributes", action: "schemaView", displayText: "conversation:customAttributes:schemaView" } }, customerSegmentsView: { permissionInfo: { domain: "journey", entityName: "segment", action: "view", displayText: "journey:segment:view" } }, dataTablesSearch: { permissionInfo: { domain: "architect", entityName: "datatable", action: "search", displayText: "architect:datatable:search" }, commonResourceKey: "dataTablesView" }, dataTablesView: { permissionInfo: { domain: "architect", entityName: "datatable", action: "view", displayText: "architect:datatable:view" } }, decisionTablesSearch: { permissionInfo: { domain: "businessrules", entityName: "decisiontable", action: "search", displayText: "businessrules:decisionTable:search" } }, divisionsView: { permissionInfo: { domain: "authorization", entityName: "division", action: "view", displayText: "authorization:division:view" } }, emergencyGroupSearch: { permissionInfo: { domain: "routing", entityName: "emergencyGroup", action: "search", displayText: "routing:emergencyGroup:search" }, commonResourceKey: "emergencyGroupView" }, emergencyGroupView: { permissionInfo: { domain: "routing", entityName: "emergencyGroup", action: "view", displayText: "routing:emergencyGroup:view" } }, flowSearch: { permissionInfo: { domain: "architect", entityName: "flow", action: "search", displayText: "architect:flow:search" }, commonResourceKey: "flowView" }, flowLaunch: { permissionInfo: { domain: "architect", entityName: "flow", action: "launch", displayText: "architect:flow:launch" } }, flowView: { permissionInfo: { domain: "architect", entityName: "flow", action: "view", displayText: "architect:flow:view" } }, flowMilestonesSearch: { permissionInfo: { domain: "architect", entityName: "flowMilestone", action: "search", displayText: "architect:flowMilestone:search" }, commonResourceKey: "flowMilestonesView" }, flowMilestonesView: { permissionInfo: { domain: "architect", entityName: "flowMilestone", action: "view", displayText: "architect:flowMilestone:view" } }, flowOutcomesSearch: { permissionInfo: { domain: "architect", entityName: "flowOutcome", action: "search", displayText: "architect:flowOutcome:search" }, commonResourceKey: "flowOutcomesView" }, flowOutcomesView: { permissionInfo: { domain: "architect", entityName: "flowOutcome", action: "view", displayText: "architect:flowOutcome:view" } }, grammarView: { permissionInfo: { domain: "architect", entityName: "grammars", action: "view", displayText: "architect:grammar:view" } }, guideView: { permissionInfo: { domain: "aiStudio", entityName: "guide", action: "view", displayText: "aiStudio:guide:view" } }, guideVersionView: { permissionInfo: { domain: "aiStudio", entityName: "guideVersion", action: "view", displayText: "aiStudio:guideVersion:view" } }, integrationsActionView: { permissionInfo: { domain: "integrations", entityName: "action", action: "view", displayText: "integrations:action:view" } }, integrationView: { permissionInfo: { domain: "integrations", entityName: "integration", action: "view", displayText: "integrations:integration:view" } }, knowledgeBaseView: { permissionInfo: { domain: "knowledge", entityName: "knowledgeBase", action: "view", displayText: "knowledge:knowledgebase:view" } }, knowledgeBaseDocumentView: { permissionInfo: { domain: "knowledge", entityName: "document", action: "view", displayText: "knowledge:document:view" } }, languageSkillsView: { permissionInfo: { domain: "routing", entityName: "skill", action: "manage", displayText: "routing:skill:manage" } }, messagingIntegrationView: { permissionInfo: { domain: "integrations", entityName: "messaging", action: "view", displayText: "integrations:messaging:view" } }, nluView: { permissionInfo: { domain: "languageUnderstanding", entityName: "nluDomain", action: "view", displayText: "languageUnderstanding:nluDomain:view" } }, oAuthClientView: { permissionInfo: { domain: "oauth", entityName: "client", action: "view", displayText: "oauth:client:view" } }, promptsSystemView: { permissionInfo: { domain: "architect", entityName: "systemPrompt", action: "view", displayText: "architect:systemPrompt:view" } }, promptsUserView: { permissionInfo: { domain: "architect", entityName: "userPrompt", action: "view", displayText: "architect:userPrompt:view" } }, queuesSearch: { permissionInfo: { domain: "routing", entityName: "queue", action: "search", displayText: "routing:queue:search" }, commonResourceKey: "queuesView" }, queuesView: { permissionInfo: { domain: "routing", entityName: "queue", action: "view", displayText: "routing:queue:view" } }, responseAssetAdd: { permissionInfo: { domain: "responseAssets", entityName: "asset", action: "add", displayText: "responseAssets:asset:add" } }, responseAssetView: { permissionInfo: { domain: "responseAssets", entityName: "asset", action: "view", displayText: "responseAssets:asset:view" } }, responseLibraryView: { permissionInfo: { domain: "responses", entityName: "library", action: "view", displayText: "responses:library:view" } }, responseView: { permissionInfo: { domain: "responses", entityName: "response", action: "view", displayText: "responses:response:view" } }, schedulesSearch: { permissionInfo: { domain: "routing", entityName: "schedule", action: "search", displayText: "routing:schedule:search" }, commonResourceKey: "schedulesView" }, schedulesView: { permissionInfo: { domain: "routing", entityName: "schedule", action: "view", displayText: "routing:schedule:view" } }, scheduleGroupSearch: { permissionInfo: { domain: "routing", entityName: "scheduleGroup", action: "search", displayText: "routing:scheduleGroup:search" }, commonResourceKey: "scheduleGroupView" }, scheduleGroupView: { permissionInfo: { domain: "routing", entityName: "scheduleGroup", action: "view", displayText: "routing:scheduleGroup:view" } }, scriptsView: { permissionInfo: { domain: "scripter", entityName: "publishedScript", action: "view", displayText: "scripter:publishedScript:view" } }, scriptsSearch: { permissionInfo: { domain: "scripter", entityName: "publishedScript", action: "search", displayText: "scripter:publishedScript:search" }, commonResourceKey: "scriptsView" }, smsPhoneNumberView: { permissionInfo: { domain: "sms", entityName: "smsPhoneNumber", action: "view", displayText: "sms:phoneNumber:view" } }, surveyFormView: { permissionInfo: { domain: "quality", entityName: "surveyForm", action: "view", displayText: "quality:surveyForm:view" } }, utilizationLabelView: { permissionInfo: { domain: "routing", entityName: "utilizationLabel", action: "view", displayText: "routing:utilizationLabel:view" } }, voicemailReceive: { permissionInfo: { domain: "voicemail", entityName: "voicemail", action: "receive", displayText: "voicemail:voicemail:receive" } }, processAutomationTriggerView: { permissionInfo: { domain: "processautomation", entityName: "trigger", action: "view", displayText: "processautomation:trigger:view" } }, wrapupCodesSearch: { permissionInfo: { domain: "routing", entityName: "wrapupCode", action: "search", displayText: "routing:wrapupCode:search" }, commonResourceKey: "wrapupCodesView" }, wrapupCodesView: { permissionInfo: { domain: "routing", entityName: "wrapupCode", action: "view", displayText: "routing:wrapupCode:view" } }, worktypesView: { permissionInfo: { domain: "workitems", entityName: "worktype", action: "view", displayText: "workitems:worktype:view" } } }), s = { agenticVirtualAgentView: "agenticVirtualAgentView", agenticVirtualAgentVersionView: "agenticVirtualAgentVersionView", auditView: "auditView", botConnectorView: "botConnectorView", bridgeActionView: "bridgeActionView", contactListsSearch: "contactListsSearch", contactListsView: "contactListsView", conversationConferenceAdd: "conversationConferenceAdd", conversationCustomAttributesSchemaView: "conversationCustomAttributesSchemaView", customerSegmentsView: "customerSegmentsView", dataTablesSearch: "dataTablesSearch", dataTablesView: "dataTablesView", decisionTablesSearch: "decisionTablesSearch", divisionsView: "divisionsView", emergencyGroupSearch: "emergencyGroupSearch", emergencyGroupView: "emergencyGroupView", flowLaunch: "flowLaunch", flowSearch: "flowSearch", flowView: "flowView", flowMilestonesSearch: "flowMilestonesSearch", flowMilestonesView: "flowMilestonesView", flowOutcomesSearch: "flowOutcomesSearch", flowOutcomesView: "flowOutcomesView", grammarView: "grammarView", guideView: "guideView", guideVersionView: "guideVersionView", integrationsActionView: "integrationsActionView", integrationView: "integrationView", knowledgeBaseView: "knowledgeBaseView", knowledgeBaseDocumentView: "knowledgeBaseDocumentView", languageSkillsView: "languageSkillsView", messagingIntegrationView: "messagingIntegrationView", nluView: "nluView", oAuthClientView: "oAuthClientView", processAutomationTriggerView: "processAutomationTriggerView", promptsSystemView: "promptsSystemView", promptsUserView: "promptsUserView", queuesView: "queuesView", queuesSearch: "queuesSearch", responseAssetAdd: "responseAssetAdd", responseAssetView: "responseAssetView", responseLibraryView: "responseLibraryView", responseView: "responseView", schedulesSearch: "schedulesSearch", schedulesView: "schedulesView", scheduleGroupSearch: "scheduleGroupSearch", scheduleGroupView: "scheduleGroupView", scriptsView: "scriptsView", scriptsSearch: "scriptsSearch", smsPhoneNumberView: "smsPhoneNumberView", surveyFormView: "surveyFormView", utilizationLabelView: "utilizationLabelView", voicemailReceive: "voicemailReceive", wrapupCodesSearch: "wrapupCodesSearch", wrapupCodesView: "wrapupCodesView", worktypesView: "worktypesView" }, l = { agenticVirtualAgentView: { havePermission: true }, agenticVirtualAgentVersionView: { havePermission: true }, auditView: { havePermission: true }, botConnectorView: { havePermission: true }, bridgeActionView: { havePermission: true }, contactListsSearch: { havePermission: true }, contactListsView: { havePermission: true }, conversationConferenceAdd: { havePermission: true }, conversationCustomAttributesSchemaView: { havePermission: true }, customerSegmentsView: { havePermission: true }, dataTablesView: { havePermission: true }, dataTablesSearch: { havePermission: true }, decisionTablesSearch: { havePermission: true }, divisionsView: { havePermission: true }, emergencyGroupSearch: { havePermission: true }, emergencyGroupView: { havePermission: true }, flowLaunch: { havePermission: true }, flowSearch: { havePermission: true }, flowView: { havePermission: true }, flowMilestonesSearch: { havePermission: true }, flowMilestonesView: { havePermission: true }, flowOutcomesSearch: { havePermission: true }, flowOutcomesView: { havePermission: true }, grammarView: { havePermission: true }, guideView: { havePermission: true }, guideVersionView: { havePermission: true }, integrationsActionView: { havePermission: true }, integrationView: { havePermission: true }, knowledgeBaseView: { havePermission: true }, knowledgeBaseDocumentView: { havePermission: true }, languageSkillsView: { havePermission: true }, messagingIntegrationView: { havePermission: true }, nluView: { havePermission: true }, oAuthClientView: { havePermission: true }, responseAssetAdd: { havePermission: true }, responseAssetView: { havePermission: true }, responseLibraryView: { havePermission: true }, responseView: { havePermission: true }, processAutomationTriggerView: { havePermission: true }, promptsUserView: { havePermission: true }, promptsSystemView: { havePermission: true }, schedulesSearch: { havePermission: true }, schedulesView: { havePermission: true }, scheduleGroupSearch: { havePermission: true }, scheduleGroupView: { havePermission: true }, scriptsSearch: { havePermission: true }, scriptsView: { havePermission: true }, smsPhoneNumberView: { havePermission: true }, surveyFormView: { havePermission: true }, queuesSearch: { havePermission: true }, queuesView: { havePermission: true }, utilizationLabelView: { havePermission: true }, voicemailReceive: { havePermission: true }, wrapupCodesSearch: { havePermission: true }, wrapupCodesView: { havePermission: true }, worktypesView: { havePermission: true } }; t2.externalAuthorizations = new class { constructor() { this.authStrings = s, this.currentAuthorizations = l, this.externalAuthorizations = a; @@ -95598,7 +96206,7 @@ ${e3.stack}`, n3 = [this].concat(i3); get targetTask() { if (!this._targetArchTask && this._getCoreViewModel().taskReference) { const e3 = this._coreActionViewModel.parentFlow; - if (e3 && r2.default.isArray(e3.tasks) && e3.tasks.length) { + if (e3 && e3.hasTasks) { const t3 = e3.tasks, i3 = r2.default.findWhere(t3, { id: this._getCoreViewModel().taskReference }); i3 && (this._targetArchTask = this.coreFactory.createArchWrapper(i3)); } @@ -95740,14 +96348,54 @@ ${e3.stack}`, n3 = [this].concat(i3); Object.defineProperty(t2, "__esModule", { value: true }), t2.TEST_getFlowCount = function() { return Object.keys(le).length; }, t2.TEST_getFlowWithName = function(e3) { - return Object.values(le).find((t3) => t3.displayName = e3); + return Object.values(le).find((t3) => t3.displayName === e3); + }, t2.isFlowViewModel = function(e3) { + return null == e3 ? void 0 : e3.isFlowViewModel; }; const n2 = i2(31635), r2 = i2(96618), o = n2.__importDefault(i2(33231)), a = i2(79364), s = i2(79364), l = i2(92794), u = i2(17604), d = n2.__importDefault(i2(92140)), c = n2.__importDefault(i2(96875)), p = n2.__importStar(i2(71004)), _ = n2.__importDefault(i2(64584)), h = n2.__importDefault(i2(73198)), m = n2.__importDefault(i2(65302)), g = i2(66314), f = i2(14394), T = n2.__importDefault(i2(85499)), y = i2(84464), S = i2(66942), A = i2(16321), N = n2.__importDefault(i2(33139)), O = n2.__importStar(i2(12847)), I = i2(12847), v = n2.__importStar(i2(36781)), C = n2.__importDefault(i2(55006)), b = n2.__importStar(i2(27099)), E = n2.__importStar(i2(46920)), R = n2.__importDefault(i2(98114)), w = i2(19384), D = n2.__importStar(i2(19312)), P = n2.__importStar(i2(1638)), M = n2.__importStar(i2(18325)), F = n2.__importStar(i2(58380)), L = n2.__importStar(i2(32108)), x = n2.__importStar(i2(98442)), k = n2.__importStar(i2(1115)), V = n2.__importDefault(i2(92859)), U = n2.__importDefault(i2(59805)), B = n2.__importStar(i2(14187)), G = n2.__importDefault(i2(12889)), j = i2(32854), W = n2.__importDefault(i2(54508)), q = n2.__importDefault(i2(92346)), Y = i2(73266), H = n2.__importDefault(i2(31151)), J = i2(6099), z = n2.__importDefault(i2(56510)), K = n2.__importDefault(i2(29102)), $ = n2.__importDefault(i2(68460)), Q = i2(1782), X = n2.__importDefault(i2(60571)), Z = i2(32531), ee = n2.__importDefault(i2(90396)), te = i2(37345), ie = i2(89266), ne = i2(81120), re = i2(47957), oe = i2(25015), ae = i2(85160), se = i2(92330), le = {}; class ue extends $.default { get wrappedYamlName() { } constructor(e3) { - super(void 0), this.tasks = [], this.nextTrackingNumber = void 0, this.flowNotLockedError = false, this.isImporting = false, this.discardChanges = false, this._receivedInitialValidationData = false, this._supportedLanguageOptions = [], this._commonModules = [], this._autoManagedSettings = [], this._uninitializedObjects = [], this.loaded$ = new s.BehaviorSubject(false), this.info = e3, this.topic = e3.topic, this._validationResults = new U.default(this, false), this._validationComplete$ = new a.Subject(), this._singleItemValidated$ = new a.Subject(), this.validationComplete$ = this._validationComplete$.pipe((0, l.filter)((e4) => !!e4)), this.singleItemValidated$ = this._singleItemValidated$.pipe((0, l.filter)(({ validationResults: e4, validatedItem: t3 }) => t3 && e4 && !this.isDestroyedOrDestroying && this.loaded && !t3.isDestroyedOrDestroying)), this.data = new W.default(this), this.debugging = this._addToAutoManageSettings(new q.default(this)), this.defaultSettings = this._addToAutoManageSettings(new Y.DefaultSettingsViewModel(this)), this.definitions = this._addToAutoManageSettings(new Z.FlowCustomDefinitionsViewModel(this)), this.dependencies = this._addToAutoManageSettings(new H.default(this)), this.languages = this._addToAutoManageSettings(new z.default(this)), this.flowSize = this._addToAutoManageSettings(new J.FlowSizeViewModel(this)), this.customTypes = this._addToAutoManageSettings(new j.CustomTypesViewModel(this)), this.supportsReusableMenus && (this.menuSettings = this._addToAutoManageSettings(new K.default(this))); + super(void 0), this.nextTrackingNumber = void 0, this.flowNotLockedError = false, this.isImporting = false, this.discardChanges = false, this._receivedInitialValidationData = false, this._supportedLanguageOptions = [], this._commonModules = [], this._autoManagedSettings = [], this._uninitializedObjects = [], this._tasksMap = {}, this._menusMap = {}, this.loaded$ = new s.BehaviorSubject(false), this.info = e3, this.topic = e3.topic, this._validationResults = new U.default(this, false), this._validationComplete$ = new a.Subject(), this._singleItemValidated$ = new a.Subject(), this.validationComplete$ = this._validationComplete$.pipe((0, l.filter)((e4) => !!e4)), this.singleItemValidated$ = this._singleItemValidated$.pipe((0, l.filter)(({ validationResults: e4, validatedItem: t3 }) => t3 && e4 && !this.isDestroyedOrDestroying && this.loaded && !t3.isDestroyedOrDestroying)), this.data = new W.default(this), this.debugging = this._addToAutoManageSettings(new q.default(this)), this.defaultSettings = this._addToAutoManageSettings(new Y.DefaultSettingsViewModel(this)), this.definitions = this._addToAutoManageSettings(new Z.FlowCustomDefinitionsViewModel(this)), this.dependencies = this._addToAutoManageSettings(new H.default(this)), this.languages = this._addToAutoManageSettings(new z.default(this)), this.flowSize = this._addToAutoManageSettings(new J.FlowSizeViewModel(this)), this.customTypes = this._addToAutoManageSettings(new j.CustomTypesViewModel(this)), this.supportsReusableMenus && (this.menuSettings = this._addToAutoManageSettings(new K.default(this))); + } + get tasks() { + return void 0 === this._tasksArray && (this._tasksArray = Object.values(this._tasksMap)), this._tasksArray; + } + get hasTasks() { + var e3; + return (null === (e3 = this.tasks) || void 0 === e3 ? void 0 : e3.length) >= 1; + } + _deleteAllTasks() { + d.default.destroyContents(this._tasksMap), this._tasksArray = void 0; + } + getTaskById(e3) { + return this._tasksMap[e3]; + } + _deleteTask(e3) { + (null == e3 ? void 0 : e3.id) && (delete this._tasksMap[e3.id], this._tasksArray = void 0); + } + _addTask(e3) { + (null == e3 ? void 0 : e3.id) ? (this._tasksMap[e3.id] && this.topic.error("_addTask called with a node that has already been added, id: " + e3.id), this._tasksMap[e3.id] = e3, this._tasksArray = void 0) : this.topic.error("_addTask called with a node that has no id"); + } + get menus() { + if (this.supportsReusableMenus) return void 0 === this._menusArray && (this._menusArray = Object.values(this._menusMap)), this._menusArray; + } + get hasMenus() { + var e3; + return (null === (e3 = this.menus) || void 0 === e3 ? void 0 : e3.length) >= 1; + } + _deleteAllMenus() { + d.default.destroyContents(this._menusMap), this._menusArray = void 0; + } + getMenuById(e3) { + return this._menusMap[e3]; + } + _deleteMenu(e3) { + (null == e3 ? void 0 : e3.id) && (delete this._menusMap[e3.id], this._menusArray = void 0); + } + _addMenu(e3) { + (null == e3 ? void 0 : e3.id) ? (this._menusMap[e3.id] && this.topic.error("_addMenu called with a node that has already been added, id: " + e3.id), this._menusMap[e3.id] = e3, this._menusArray = void 0) : this.topic.error("_addMenu called with a node that has no id"); } invokeValidationComplete() { this._validationComplete$.next(this.validationResults); @@ -95794,19 +96442,19 @@ ${e3.stack}`, n3 = [this].concat(i3); return e3.flowMetaData.flowDocumentVersion = a2.version, e3.flowMetaData.features = a2.featureToggles, this.uiMetaData && (e3.uiMetaData = d.default.clone(this.uiMetaData)), e3.uiMetaData.bridgeServerActions || (e3.uiMetaData.bridgeServerActions = []), e3.uiMetaData.screenPops || (e3.uiMetaData.screenPops = []), this._commonModules.length && (e3.commonModules = this._commonModules.map((e4) => ({ actionReferences: e4.actionReferences, id: e4.id, model: e4.viewModel ? E.getConfiguration(e4.viewModel) : void 0, name: e4.name, version: e4.version }))), e3; } writeTasksToConfig(e3, t3) { - var i3, n3; - if (null === (i3 = this.tasks) || void 0 === i3 ? void 0 : i3.length) if ((null == e3 ? void 0 : e3.isForFlowYaml) && !this.supportsReusableTasks) { - const i4 = this.tasks[0].getConfiguration(t3, e3); - t3.startUpTaskActions = i4.task.actions, (null === (n3 = i4.task.variables) || void 0 === n3 ? void 0 : n3.length) && (t3.startUpTaskVariables = i4.task.variables), delete t3.startUpRef; + var i3; + if (this.hasTasks) if ((null == e3 ? void 0 : e3.isForFlowYaml) && !this.supportsReusableTasks) { + const n3 = this.tasks[0].getConfiguration(t3, e3); + t3.startUpTaskActions = n3.task.actions, (null === (i3 = n3.task.variables) || void 0 === i3 ? void 0 : i3.length) && (t3.startUpTaskVariables = n3.task.variables), delete t3.startUpRef; } else { const i4 = (null == e3 ? void 0 : e3.isForFlowYaml) ? N.default.tasks : N.default.flowSequenceItemList; - d.default.isArray(t3[i4]) || (t3[i4] = []), d.default.each(this.tasks, (n4) => { - (null == e3 ? void 0 : e3.isForFlowYaml) && n4.isInlineTask || t3[i4].push(n4.getConfiguration(t3, e3)); + d.default.isArray(t3[i4]) || (t3[i4] = []), d.default.each(this.tasks, (n3) => { + (null == e3 ? void 0 : e3.isForFlowYaml) && n3.isInlineTask || t3[i4].push(n3.getConfiguration(t3, e3)); }), (null == e3 ? void 0 : e3.isForFlowYaml) && !t3[i4].length && delete t3[i4]; } } writeMenusToConfig(e3, t3) { - if (this.supportsReusableMenus && this.menus && (this.menus.length || !(null == e3 ? void 0 : e3.isForFlowYaml))) { + if (this.supportsReusableMenus && this.menus && (this.hasMenus || !(null == e3 ? void 0 : e3.isForFlowYaml))) { const i3 = (null == e3 ? void 0 : e3.isForFlowYaml) ? N.default.menus : N.default.flowSequenceItemList; d.default.isArray(t3[i3]) || (t3[i3] = []), d.default.each(this.menus, (n3) => { (null == e3 ? void 0 : e3.isForFlowYaml) && n3.isHidden || t3[i3].push(n3.getConfiguration(t3, e3)); @@ -95824,8 +96472,8 @@ ${e3.stack}`, n3 = [this].concat(i3); }); } get children() { - let e3 = []; - return this.menus && (e3 = e3.concat(...this.menus)), this.tasks && (e3 = e3.concat(...this.tasks)), e3; + let e3 = [...this.tasks]; + return this.menus && (e3 = e3.concat(...this.menus)), e3; } createMenu(e3) { if (!this.supportsReusableMenus) return void O.error(`Flow type ${this.type} does not support menus`); @@ -95842,9 +96490,7 @@ ${e3.stack}`, n3 = [this].concat(i3); if (!e3) return null; if (this.initialSequence === e3.id) return null; const i3 = e3.parent; - t3 && e3.isMenuChoice && (e3.task ? (e3.task.isHidden = false, e3.task = null) : e3.menu && (e3.menu.isHidden = false, e3.menu = null)); - const n3 = e3.isMenu ? this.menus : this.tasks, r3 = n3.indexOf(e3); - return !t3 && r3 >= 0 && n3.splice(r3, 1), e3.destroy(), k.validateNode(i3, true), F.fireEvent(this, v.containerListChanged, e3), i3; + return t3 && e3.isMenuChoice && (e3.task ? (e3.task.isHidden = false, e3.task = null) : e3.menu && (e3.menu.isHidden = false, e3.menu = null)), t3 || (e3.isMenu ? this._deleteMenu(e3) : this._deleteTask(e3)), e3.destroy(), k.validateNode(i3, true), F.fireEvent(this, v.containerListChanged, e3), i3; } getOrderedMenusForPrint() { const e3 = [], t3 = (i3) => { @@ -95967,19 +96613,27 @@ ${e3.stack}`, n3 = [this].concat(i3); getCreatableDataTypes() { return m.default.getTypeGroup(this)._getFlowCreatableDataTypes(this); } + getTopLevelChild(e3) { + return e3 && (this.getTopLevelTaskLikeChild(e3) || this._menusMap[e3]) || null; + } + getTopLevelTaskLikeChild(e3) { + return e3 ? this._tasksMap[e3] : null; + } getChild(e3) { if (!e3) return null; if (this[e3]) return this[e3]; - let t3; - for (let i3 = 0; i3 < this.children.length; i3++) { - if (t3 = this.children[i3], t3.id === e3) return t3; - const n3 = t3.getChild(e3); + const t3 = this.getTopLevelChild(e3); + if (t3) return t3; + let i3; + for (let t4 = 0; t4 < this.children.length; t4++) { + if (i3 = this.children[t4], i3.id === e3) return i3; + const n3 = i3.getChild(e3); if (n3) return n3; } return null; } addNewChild(e3) { - e3.isTask ? this.tasks.push(e3) : e3.isMenu && this.menus.push(e3), e3.initialize(), this.initializeDesignTimeCalled && (e3.initializeDesignTime(), k.validateNode(e3, true), F.fireEvent(this, v.containerListChanged, e3)); + e3.isTask ? this._addTask(e3) : e3.isMenu && this._addMenu(e3), e3.initialize(), this.initializeDesignTimeCalled && (e3.initializeDesignTime(), k.validateNode(e3, true), F.fireEvent(this, v.containerListChanged, e3)); } getUiMetadataInfo(e3, t3) { if (this.uiMetaData) return d.default.findWhere(this.uiMetaData[e3], t3); @@ -96282,7 +96936,7 @@ ${e3.stack}`, n3 = [this].concat(i3); if (this.initialSequence) return this._startUpObject && !this._startUpObject.isDestroyed && this.initialSequence === this._startUpObject.id || (this._startUpObject = w.flowElementRegistrationService.getItemById(this, this.initialSequence)), this._startUpObject || this.isDestroyedOrDestroying || !this.loaded || this.topic.traceOnce("noStartUpObject", (e3) => e3.errorWithErrorObjectInfo("Failed to get startUpObject", this, true)), this._startUpObject; } set startUpObject(e3) { - this._startUpObject && k.validateNode(this._startUpObject, true), e3 && e3.isTopLevelNode && (this.initialSequence = e3.id, this._startUpObject = this.initialSequence ? this.getChild(this.initialSequence) : void 0, F.fireEvent(this, v.startUpObjectChanged)), this._startUpObject ? k.validateNode(this._startUpObject, true) : this.topic.errorWithErrorObjectInfo(`Failed to set startUpObject with className: "${null == e3 ? void 0 : e3.className}"`, e3, true); + this._startUpObject && k.validateNode(this._startUpObject, true), e3 && e3.isTopLevelNode && (this.initialSequence = e3.id, this._startUpObject = this.initialSequence ? this.getTopLevelChild(this.initialSequence) : void 0, F.fireEvent(this, v.startUpObjectChanged)), this._startUpObject ? k.validateNode(this._startUpObject, true) : this.topic.errorWithErrorObjectInfo(`Failed to set startUpObject with className: "${null == e3 ? void 0 : e3.className}"`, e3, true); } calcFlowSizeAsync() { this.isEmbeddedFlow || this.isDestroyedOrDestroying || this.loaded && !this.isReadOnly && (this._callFlowSizeTimerId && clearTimeout(this._callFlowSizeTimerId), this._callFlowSizeTimerId = setTimeout(() => v.emitter.emit(v.checkSize), 2.5 * h.default.msPerSecond)); @@ -96418,12 +97072,13 @@ ${e3.stack}`, n3 = [this].concat(i3); }).filter((e3) => !!e3); } getEmbeddedCommonModuleChild(e3, t3, i3) { + var n3; if (!t3 || !e3) return; - let n3; - return i3 && (n3 = this.getCommonModuleReferenceByInstanceId(i3)), n3 || (n3 = this._commonModules.find((t4) => { + let r3; + return i3 && (r3 = this.getCommonModuleReferenceByInstanceId(i3)), r3 || (r3 = this._commonModules.find((t4) => { var i4; return (null === (i4 = t4.viewModel) || void 0 === i4 ? void 0 : i4.id) === e3; - })), n3 ? n3.viewModel.getChild(t3) : void 0; + })), r3 ? null !== (n3 = r3.viewModel.getTopLevelChild(t3)) && void 0 !== n3 ? n3 : r3.viewModel.getChild(t3) : void 0; } addDefaultConfigSections(e3) { e3 && (e3.flowMetaData = new ie(this.flowMetaData), e3.flowMetaData.minimumServerVersion || (e3.flowMetaData.minimumServerVersion = "1.0"), e3.uiMetaData = {}, e3.variables = [], e3.flowSequenceItemList = []); @@ -96457,7 +97112,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const r3 = e3.flowSequenceItemList[n3]; if (d.default.isFunction(i3.loadSequenceItemListForModel) ? i3.loadSequenceItemListForModel(this, r3) : r3.__type === i3.info.typeId) { const e4 = new i3(this, r3); - t3.push(e4), this._uninitializedObjects.push(e4); + t3[e4.id] = e4, this._uninitializedObjects.push(e4); } } } @@ -96467,13 +97122,13 @@ ${e3.stack}`, n3 = [this].concat(i3); P.clearPreviewerForFlow(this), delete this._validationResults, d.default.each(this._autoManagedSettings, (e4) => e4.destroy()), d.default.each(this._commonModules, (e4) => { var t3; return null === (t3 = e4.viewModel) || void 0 === t3 ? void 0 : t3.destroy(); - }), d.default.destroyContents(this.tasks), d.default.destroyContents(this.menus), this.variableGroup && this.variableGroup.destroy(), this._callFlowSizeTimerId && (clearTimeout(this._callFlowSizeTimerId), this._callFlowSizeTimerId = void 0), e3(); + }), this._deleteAllTasks(), this._deleteAllMenus(), this.variableGroup && this.variableGroup.destroy(), this._callFlowSizeTimerId && (clearTimeout(this._callFlowSizeTimerId), this._callFlowSizeTimerId = void 0), e3(); } _postDestroy() { super._postDestroy(), y.actionRegistrationService.flowDestroyed(this), S.audioRegistrationService.flowDestroyed(this), v.emitter.emit(v.cleanUpFlow, this), this.amObjectEventEmitter && F.removeEventEmitter(this); } _loadConfiguration(e3) { - e3 && (d.default.isUndefined(this.nextTrackingNumber) && (this.topic.error("nextTrackingNumber should have been set in a derived class"), this._setInitialTrackingNumberFromConfiguration(e3.nextTrackingNumber)), this.supportsReusableMenus && (d.default.destroyContents(this.menus), this.menus = [], this._extractSequenceItemViewModels(e3, this.menus, Q.MenuViewModel)), this.supportsReusableTasks && (d.default.destroyContents(this.tasks), this._extractSequenceItemViewModels(e3, this.tasks, G.default)), this._flowSequenceItemList = e3.flowSequenceItemList, this.initialSequence = e3.initialSequence, this.data.loadVariables(e3.variables), this.supportsLanguages && (e3.defaultLanguage ? this.defaultLanguage = e3.defaultLanguage : this.definition.languagesSupportDefaultLanguage ? this.defaultLanguage = x.getDefaultFlowLanguageCode() : this.defaultLanguage = void 0), this.flowMetaData = e3.flowMetaData, d.default.each(this._autoManagedSettings, (t3) => { + e3 && (d.default.isUndefined(this.nextTrackingNumber) && (this.topic.error("nextTrackingNumber should have been set in a derived class"), this._setInitialTrackingNumberFromConfiguration(e3.nextTrackingNumber)), this.supportsReusableMenus && (this._deleteAllMenus(), this._extractSequenceItemViewModels(e3, this._menusMap, Q.MenuViewModel), this._menusArray = void 0), this.supportsReusableTasks && (this._deleteAllTasks(), this._extractSequenceItemViewModels(e3, this._tasksMap, G.default), this._tasksArray = void 0), this._flowSequenceItemList = e3.flowSequenceItemList, this.initialSequence = e3.initialSequence, this.data.loadVariables(e3.variables), this.supportsLanguages && (e3.defaultLanguage ? this.defaultLanguage = e3.defaultLanguage : this.definition.languagesSupportDefaultLanguage ? this.defaultLanguage = x.getDefaultFlowLanguageCode() : this.defaultLanguage = void 0), this.flowMetaData = e3.flowMetaData, d.default.each(this._autoManagedSettings, (t3) => { "flowDefinitions" !== t3.id && t3.loadConfiguration(e3); }), this._commonModules.length = 0, e3.commonModules && this._commonModules.push(...e3.commonModules.map((e4) => { try { @@ -96491,7 +97146,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }).filter((e4) => e4)), d.default.invoke(this._uninitializedObjects, "initialize"), this._uninitializedObjects.length = 0); } _initializeDesignTime() { - super._initializeDesignTime(), this.tasks && d.default.each(this.tasks, (e3) => { + super._initializeDesignTime(), d.default.each(this.tasks, (e3) => { e3.initializeDesignTime(); }), this.menus && d.default.each(this.menus, (e3) => { e3.initializeDesignTime(); @@ -96585,7 +97240,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 81993: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.JsonType = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(17604), a = n2.__importStar(i2(66314)), s = n2.__importStar(i2(10798)), l = i2(89917), u = i2(79519), d = n2.__importDefault(i2(73198)), c = i2(94765), p = i2(21305), _ = i2(80428), h = n2.__importDefault(i2(4648)), m = n2.__importDefault(i2(98114)), g = i2(10798), f = i2(77105), T = i2(59393), y = i2(47957), S = i2(41510).default, A = { id: S.expression.genericJsonPropertyDefModelPropId, name: "*", description: "", type: _.expressionTypeNames.json, isCollection: false, isComputed: false, version: "1.0", readOnly: false }; + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(17604), a = n2.__importStar(i2(66314)), s = n2.__importStar(i2(10798)), l = i2(89917), u = i2(79519), d = n2.__importDefault(i2(73198)), c = i2(94765), p = i2(21305), _ = i2(80428), h = n2.__importDefault(i2(4648)), m = n2.__importDefault(i2(98114)), g = i2(10798), f = i2(77105), T = n2.__importDefault(i2(41510)), y = n2.__importStar(i2(59393)), S = i2(47957), A = { id: T.default.expression.genericJsonPropertyDefModelPropId, name: "*", description: "", type: _.expressionTypeNames.json, isCollection: false, isComputed: false, version: "1.0", readOnly: false }; let N; class O extends c.ExpressionType { constructor(e3, t3, i3, n3) { @@ -96625,10 +97280,10 @@ ${e3.stack}`, n3 = [this].concat(i3); const e3 = this.isCollection ? this.singletonType.customTypeName : this.customTypeName, t3 = this.customTypeNamespaceLabel, i3 = (null == t3 ? void 0 : t3.length) && this.customTypeNamespace !== u.CustomJsonNamespace.architect; let n3 = ""; if (null == e3 ? void 0 : e3.length) if (i3) { - if (this.doesNamespaceSupportInputOutput) return this.isCustomTypeContextOutput ? `${y.json.input.outputsLabel} - ${e3.replace(/\s-\sOutput$/, "")} (${this.customTypeNamespaceLabel})` : `${y.json.input.inputsLabel} - ${e3.replace(/\s-\sInput$/, "")} (${this.customTypeNamespaceLabel})`; + if (this.doesNamespaceSupportInputOutput) return this.isCustomTypeContextOutput ? `${S.json.input.outputsLabel} - ${e3.replace(/\s-\sOutput$/, "")} (${this.customTypeNamespaceLabel})` : `${S.json.input.inputsLabel} - ${e3.replace(/\s-\sInput$/, "")} (${this.customTypeNamespaceLabel})`; n3 = `${e3} (${this.customTypeNamespaceLabel})`; } else n3 = `${e3}`; - return n3 || (n3 = y.json.general.customJSONLabel), this.isCollection ? i3 ? (0, o.sprintf)(y.expression.collection, e3) + ` (${this.customTypeNamespaceLabel})` : (0, o.sprintf)(y.expression.collection, n3) : n3; + return n3 || (n3 = S.json.general.customJSONLabel), this.isCollection ? i3 ? (0, o.sprintf)(S.expression.collection, e3) + ` (${this.customTypeNamespaceLabel})` : (0, o.sprintf)(S.expression.collection, n3) : n3; } getDisplayString(e3) { return !this.isCustomType || e3 ? super.getDisplayString(e3) : this.customTypeName; @@ -96650,8 +97305,8 @@ ${e3.stack}`, n3 = [this].concat(i3); } validateLiteral(e3, t3) { if (!this.isCustomType && !t3.options.isCustomJsonType) { - const i3 = T.validateLiteralJson(t3.text, t3), n3 = T.getDisplayString(i3); - if (i3.errorText) return t3.setParseError(n3), e3.addError(t3, (0, o.sprintf)(S.expression.returnValueWithString, y.json.genericError.invalidJson, n3), false, true), false; + const i3 = y.validateLiteralJson(t3.text, t3), n3 = y.getDisplayString(i3); + if (i3.errorText) return t3.setParseError(n3), e3.addError(t3, (0, o.sprintf)(T.default.expression.returnValueWithString, S.json.genericError.invalidJson, n3), false, true), false; } return true; } @@ -96715,7 +97370,7 @@ ${e3.stack}`, n3 = [this].concat(i3); } convertLitToExpression(e3, t3) { if (r2.default.isUndefined(t3)) return ""; - const i3 = T.validateLiteralJson(t3); + const i3 = y.validateLiteralJson(t3); if (i3 && i3.errorText) { if ("" === t3) return ""; const e4 = JSON.stringify(t3); @@ -96960,7 +97615,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 82190: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635).__importDefault(i2(92140)), r2 = i2(24032).getTopic("AsyncOperationError"); + const n2 = i2(31635).__importDefault(i2(92140)), r2 = (0, i2(24032).getTopic)("AsyncOperationError"); t2.default = class { constructor(e3, t3) { if (e3.isRequestError) { @@ -97342,12 +97997,12 @@ ${e3.stack}`, n3 = [this].concat(i3); t2.default = a, n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "id", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "name", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", String), n2.__metadata("design:paramtypes", [String])], a.prototype, "version", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], a.prototype, "guide", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", Array), n2.__metadata("design:paramtypes", [Array])], a.prototype, "variables", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], a.prototype, "inputs", null), n2.__decorate([(0, r2.enumerable)(true), n2.__metadata("design:type", Object), n2.__metadata("design:paramtypes", [Object])], a.prototype, "outputs", null); }, 82632: (e2, t2, i2) => { "use strict"; - Object.defineProperty(t2, "__esModule", { value: true }), t2.transferToAcd = t2.conversationAttributeLimits = t2.setSkillExpressionFilters = t2.richLink = t2.abortSend = t2.askForAuthentication = t2.evaluateSkillExpressionFilters = t2.collectInput = t2.askForPaymentLimits = t2.interactiveApplicationLimits = t2.findLimits = t2.switchActionCaseLimits = t2.voiceSurveyLimits = t2.sipHeaderNamesLimits = t2.emailHeaderNamesLimits = t2.sendAutoReplyAction = t2.sendResponseAction = t2.responseAssetLimits = t2.propertyLimits = t2.promptLimits = t2.imageLimits = t2.flowSizeLimits = t2.system = t2.flowLimits = t2.grammarLimits = t2.dataTypeLimits = void 0; + Object.defineProperty(t2, "__esModule", { value: true }), t2.transferToAcd = t2.updateExternalContact = t2.conversationAttributeLimits = t2.setSkillExpressionFilters = t2.richLink = t2.abortSend = t2.askForAuthentication = t2.evaluateSkillExpressionFilters = t2.collectInput = t2.askForPaymentLimits = t2.interactiveApplicationLimits = t2.findLimits = t2.switchActionCaseLimits = t2.voiceSurveyLimits = t2.sipHeaderNamesLimits = t2.emailHeaderNamesLimits = t2.sendAutoReplyAction = t2.sendResponseAction = t2.responseAssetLimits = t2.propertyLimits = t2.promptLimits = t2.imageLimits = t2.flowSizeLimits = t2.system = t2.flowLimits = t2.grammarLimits = t2.dataTypeLimits = void 0; const n2 = i2(31635), r2 = n2.__importDefault(i2(73198)), o = n2.__importDefault(i2(77862)); var a = i2(35648); Object.defineProperty(t2, "dataTypeLimits", { enumerable: true, get: function() { return n2.__importDefault(a).default; - } }), t2.grammarLimits = { name: { maxLength: 64 }, description: { maxLength: 500 }, gram: { maxSizeBytes: 25 * r2.default.oneMegabyte }, grxml: { maxSizeBytes: r2.default.oneMegabyte } }, t2.flowLimits = { name: { maxLength: 200 }, description: { maxLength: 500 } }, t2.system = { maxPubApiRequestSize: 6 * r2.default.oneMegabyte }, t2.flowSizeLimits = { maxFlowSize: t2.system.maxPubApiRequestSize, maxFlowSizeEmail: Math.round(t2.system.maxPubApiRequestSize / 2), maxFlowSizeCommonModule: Math.round(t2.system.maxPubApiRequestSize / 4), maxFlowSizeToStopPublish: 0.98 }, t2.imageLimits = { size: { maxSizeMegabytes: 25 } }, t2.promptLimits = { name: { maxLength: 200 } }, t2.propertyLimits = { name: { maxLength: 128 }, description: { maxLength: 128 } }, t2.responseAssetLimits = { size: { maxSizeMegabytes: 100 } }, t2.sendResponseAction = { attachments: { maxItems: 5 } }, t2.sendAutoReplyAction = { attachments: { maxItems: 5 } }, t2.emailHeaderNamesLimits = { maxItems: { count: 5, isSoftLimit: false } }, t2.sipHeaderNamesLimits = { maxItems: { count: 10, isSoftLimit: false } }, t2.voiceSurveyLimits = { answerOptionTextLength: { maxLength: o.default.entityType.maxListEntityItemValueStrLen }, multipleChoiceQuestions: { maxLength: o.default.entityType.maxListEntityTypes } }, t2.switchActionCaseLimits = { numDefaultCases: 3, numMaxCases: 64 }, t2.findLimits = { maxBulkFindByName: 50, findName: { minLength: 1, maxLength: 256 } }, t2.interactiveApplicationLimits = { application: { name: { minLength: 1 }, url: { minLength: 1 } }, receivedMessage: { subTitle: { maxLength: 256 }, title: { maxLength: 256 } } }, t2.askForPaymentLimits = { lineItems: { maxItems: 10 }, shippingOptions: { maxItems: 4 }, totalPrice: { minValue: 1e-3, maxValue: 1e9, decimalPlaces: 3 }, title: { minLength: 1, maxLength: 256 }, contactInformation: { maxItems: 4 } }, t2.collectInput = { maxDigits_40: 40, maxDigits_32: 32 }, t2.evaluateSkillExpressionFilters = { skillExpressionFilters: { minItems: 1, maxItems: 1, items: { minLength: 1, maxLength: 1024 } } }, t2.askForAuthentication = { authenticationCompletionTimeout: { maxDuration: 3 * r2.default.msPerDay, maxDurationInclusive: true, minDuration: 30 * r2.default.msPerSecond, minDurationInclusive: true }, signInMessage: { maxLength: 256, minLength: 1 }, successMessage: { maxLength: 256, minLength: 1 } }, t2.abortSend = { message: { minLength: 1, maxLength: 300 } }, t2.richLink = { body: { maxLength: 1024, minLength: 1 }, footer: { maxLength: 60, minLength: 1 }, header: { maxLength: 60, minLength: 1 }, url: { minLength: 12 }, urlLabel: { maxLength: 20, minLength: 1 } }, t2.setSkillExpressionFilters = { skillExpressionFilters: { minItems: 1, maxItems: 1 } }, t2.conversationAttributeLimits = { recordId: { minLength: 1, maxLength: 50, literalPattern: "^[a-zA-Z0-9_-]+$" }, versionId: { minValue: 1, minValueInclusive: true } }, t2.transferToAcd = { preferredAgents: { maxItems: 20 }, skillExpressionFilters: { minItems: 1, maxItems: 1 } }; + } }), t2.grammarLimits = { name: { maxLength: 64 }, description: { maxLength: 500 }, gram: { maxSizeBytes: 25 * r2.default.oneMegabyte }, grxml: { maxSizeBytes: r2.default.oneMegabyte } }, t2.flowLimits = { name: { maxLength: 200 }, description: { maxLength: 500 } }, t2.system = { maxPubApiRequestSize: 6 * r2.default.oneMegabyte }, t2.flowSizeLimits = { maxFlowSize: t2.system.maxPubApiRequestSize, maxFlowSizeEmail: Math.round(t2.system.maxPubApiRequestSize / 2), maxFlowSizeCommonModule: Math.round(t2.system.maxPubApiRequestSize / 4), maxFlowSizeToStopPublish: 0.98 }, t2.imageLimits = { size: { maxSizeMegabytes: 25 } }, t2.promptLimits = { name: { maxLength: 200 } }, t2.propertyLimits = { name: { maxLength: 128 }, description: { maxLength: 128 } }, t2.responseAssetLimits = { size: { maxSizeMegabytes: 100 } }, t2.sendResponseAction = { attachments: { maxItems: 5 } }, t2.sendAutoReplyAction = { attachments: { maxItems: 5 } }, t2.emailHeaderNamesLimits = { maxItems: { count: 5, isSoftLimit: false } }, t2.sipHeaderNamesLimits = { maxItems: { count: 10, isSoftLimit: false } }, t2.voiceSurveyLimits = { answerOptionTextLength: { maxLength: o.default.entityType.maxListEntityItemValueStrLen }, multipleChoiceQuestions: { maxLength: o.default.entityType.maxListEntityTypes } }, t2.switchActionCaseLimits = { numDefaultCases: 3, numMaxCases: 64 }, t2.findLimits = { maxBulkFindByName: 50, findName: { minLength: 1, maxLength: 256 } }, t2.interactiveApplicationLimits = { application: { name: { minLength: 1 }, url: { minLength: 1 } }, receivedMessage: { subTitle: { maxLength: 256 }, title: { maxLength: 256 } } }, t2.askForPaymentLimits = { lineItems: { maxItems: 10 }, shippingOptions: { maxItems: 4 }, totalPrice: { minValue: 1e-3, maxValue: 1e9, decimalPlaces: 3 }, title: { minLength: 1, maxLength: 256 }, contactInformation: { maxItems: 4 } }, t2.collectInput = { maxDigits_40: 40, maxDigits_32: 32 }, t2.evaluateSkillExpressionFilters = { skillExpressionFilters: { minItems: 1, maxItems: 1, items: { minLength: 1, maxLength: 1024 } } }, t2.askForAuthentication = { authenticationCompletionTimeout: { maxDuration: 3 * r2.default.msPerDay, maxDurationInclusive: true, minDuration: 30 * r2.default.msPerSecond, minDurationInclusive: true }, signInMessage: { maxLength: 256, minLength: 1 }, successMessage: { maxLength: 256, minLength: 1 } }, t2.abortSend = { message: { minLength: 1, maxLength: 300 } }, t2.richLink = { body: { maxLength: 1024, minLength: 1 }, footer: { maxLength: 60, minLength: 1 }, header: { maxLength: 60, minLength: 1 }, url: { minLength: 12 }, urlLabel: { maxLength: 20, minLength: 1 } }, t2.setSkillExpressionFilters = { skillExpressionFilters: { minItems: 1, maxItems: 1 } }, t2.conversationAttributeLimits = { recordId: { minLength: 1, maxLength: 50, literalPattern: "^[a-zA-Z0-9_-]+$" }, versionId: { minValue: 1, minValueInclusive: true } }, t2.updateExternalContact = { patchChanges: { maxItems: 15 } }, t2.transferToAcd = { preferredAgents: { maxItems: 20 }, skillExpressionFilters: { minItems: 1, maxItems: 1 } }; }, 82675: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ConversationCustomAttributeSchema = void 0; @@ -98652,7 +99307,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return [{ label: W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherLabel, options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherLabel, W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherDescription).setIninTestingField("knowledgeVersion").setAllowModeLiteralOnly().setIsOptional(true).setFeatureConfigName(M.default.botFlowsVirtualAgentKnowledgeV3).setValueChangedCallback((e4) => e4.parent.updateKnowledgeVersionSetting()).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues([V.KnowledgeVersionValues.v2, V.KnowledgeVersionValues.v3])), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot, r2.flowTypes.flowTypeBot], property: "knowledgeVersion", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.defaultKnowledgeBase, options: A.ManagedPropertyOptions.create((t3) => t3.setIninTestingField("knowledge-selector").setFeatureConfigName(M.default.botFlowsKnowledge).setDropdownPlaceholder(W.knowledgeSettings.knowledgeBasePlaceholder).setDescriptionInfo(W.knowledgeSettings.knowledgeBase, W.knowledgeSettings.knowledgeBaseDescription).setUiLayout(Object.assign({}, e3))), property: "knowledge", createDetails: d.NetworkBasedActionProperty.createCreateDetails("knowledgeBaseId", "knowledgeBaseName", C.knowledgeBaseManager, W.knowledgeSettings.knowledgeBasePlaceholder, W.knowledgeSettings.knowledgeBaseNotFound, null, (e4) => e4.action.getAdditionalKnowledgeParams(), (e4, t3) => { const i3 = P.getLangKnowledgeBaseLanguageTag(e4.action.parentFlow.defaultLanguageLCase); return (O.default.currentUserCanUseContentSearchEnabledKnowledge || !t3.contentSearchEnabled) && t3.coreLanguage.toLowerCase() === i3; - }), yamlOptions: N.default.create("knowledge", (e4) => e4.setSkipProperty(true)) }, { label: W.knowledgeSettings.defaultKnowledgeBase, options: A.ManagedPropertyOptions.create((t3) => t3.setIninTestingField("knowledge-selector-v3").setFeatureConfigName(M.default.botFlowsVirtualAgentKnowledgeV3).setDropdownPlaceholder(W.knowledgeSettings.knowledgeSettingPlaceHolder).setDescriptionInfo(W.knowledgeSettings.knowledgeSetting, W.knowledgeSettings.knowledgeSettingDescription).setUiLayout(Object.assign({}, e3))), property: "knowledge_v3", createDetails: d.NetworkBasedActionProperty.createCreateDetails("knowledgeSettingId", "knowledgeSettingName", b.knowledgeSettingManager, W.knowledgeSettings.knowledgeSettingPlaceHolder, W.knowledgeSettings.knowledgeSettingNotFound, null), yamlOptions: N.default.create("knowledge_v3", (e4) => e4.setSkipProperty(true)) }, { label: W.knowledgeSettings.welcomeArticle, options: A.ManagedPropertyOptions.create((t3) => t3.setIninTestingField("knowledge-document-selector").setDropdownPlaceholder(W.knowledgeSettings.knowledgeBaseDocumentPlaceholder).setFeatureConfigName(M.default.botFlowsDxBotSupportFeature).setDescriptionInfo(W.knowledgeSettings.welcomeArticle, W.knowledgeSettings.welcomeArticleDescription).setUiLayout(Object.assign({}, e3))), property: "welcomeArticle", createDetails: d.NetworkBasedActionProperty.createCreateDetails("knowledgeBaseWelcomeDocumentId", "knowledgeBaseWelcomeDocumentName", v.knowledgeBaseDocumentManager, W.knowledgeSettings.knowledgeBaseDocumentPlaceholder, W.knowledgeSettings.knowledgeBaseDocumentNotFound, "knowledge", (e4) => e4.action.getAdditionalKnowledgeArticleParams(), (e4, t3) => e4.action.knowledgeDocumentSearchFilter(t3)), supportedFlowTypes: [r2.flowTypes.flowTypeBot], yamlOptions: N.default.create("welcomeArticle", (e4) => e4.setPropertyName("welcomeArticle")) }, { label: W.knowledgeSettings.knowledgeMaxNumAnswersReturned, options: y.ExpressionTypeIntegerOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeMaxNumAnswersReturned, W.knowledgeSettings.knowledgeMaxNumAnswersReturnedDescription).setIninTestingField("maxNumOfAnswersReturned").setIsOptional(false).setDefaultText("3").setFeatureConfigName(M.default.botFlowsKnowledge).setUiDisableOnOutOfService(true).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnMaxNumOfAnswers()).setUiLayout(Object.assign({}, e3)).facets.setMinInt(1, true).setMaxInt(20, true)), property: "maxNumOfAnswersReturned", type: m.expressionTypeNames.integer }, { label: W.knowledgeSettings.knowledgeFollowUpStatement, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeFollowUpStatement, W.knowledgeSettings.knowledgeInitialResponseFollowupDescription).setIninTestingField("knowledgeInitialResponseFollowup").setIsOptional(true).setDefaultToNoValue(true).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeFollowupSequence).setUiLayout(Object.assign({}, e3))), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "knowledgeInitialResponseFollowup", type: m.expressionTypeNames.communication, yamlOptions: N.default.create("knowledgeInitialResponseFollowup", (e4) => e4.setSerializeOutOfService(R.isFeatureAvailable(M.default.botFlowsDigitalBotFlowsKnowledgePathFeature)).setDoNotExportForFlowTypes([r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeVoice])) }, { label: W.knowledgeSettings.knowledgeFollowUpSwitcherLabel, options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeFollowUpSwitcherLabel, W.knowledgeSettings.knowledgeFollowUpSwitcherDescription).setIninTestingField("knowledgePathMode").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(L.KnowledgeMode.statement).setFeatureConfigName(M.default.botFlowsDigitalBotFlowsKnowledgePathFeature).setUiDisableOnOutOfService(true).setValueChangedCallback((e4) => e4.parent.updateSettingsKnowledgePaths()).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues([L.KnowledgeMode.statement, L.KnowledgeMode.task])), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "knowledgePathMode", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeFollowUpTaskLabel, createDetails: u.ContainerActionProperty.createCreateDetails({ modelIdPropName: "knowledgeFollowupTaskId", modelNamePropName: "knowledgeFollowupTaskName", itemDoesNotExistBaseString: W.task.label, noReferenceString: W.knowledgeSettings.knowledgeFollowUpTaskErrorMessage, referencesTasks: true, isForFollowUpKnowledgeTask: true, validReferenceCallback: (e4) => e4 && !e4.isTransferable && e4.hasBranchTerminatingWithEndTask ? { error: W.task.invalidReferenceTaskTransfer } : e4 && e4.isTask && e4.isTransferable ? void 0 : { error: W.task.invalidReference } }), options: A.ManagedPropertyOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeFollowUpTaskLabel, W.knowledgeSettings.knowledgeFollowUpTaskDescription).setIninTestingField("knowledgeFollowupTask").setFeatureConfigName(M.default.botFlowsDigitalBotFlowsKnowledgePathFeature).setUiLayout(Object.assign({}, e3))), property: "knowledgeFollowupTask", supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], yamlOptions: c.default.createYamlOptions("knowledgeFollowupTask", (e4) => e4.setSerializeOutOfService(R.isFeatureAvailable(M.default.botFlowsDigitalBotFlowsKnowledgePathFeature)).setPropertyName("targetTaskRef").setWrappedObjectName("knowledgePath")) }, { label: W.knowledgeSettings.knowledgeInitialResponseSingleLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseSingleLabel, W.knowledgeSettings.knowledgeInitialResponseSingleDescription).setIninTestingField("knowledgeInitialResponseSingle").setIsOptional(true).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToNoValue(true).setUiDisableOnOutOfService(true).setUiLayout(Object.assign({}, e3))), property: "knowledgeInitialResponseSingle", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeContextSearchLabel, options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeContextSearchLabel, W.knowledgeSettings.knowledgeContextSearchDescription).setIninTestingField("knowledgeContextSearch").setUseToggle(true).setDefaultText(h.default.true).setFeatureConfigName(M.default.botFlowsVirtualAgentKnowledgeV3).setAllowModeLiteralOnly().setDescriptionNote(W.knowledgeSettings.knowledgeContextSearchDescriptionNote).setBoolText(W.knowledgeSettings.knowledgeContextSearchEnabled, W.knowledgeSettings.knowledgeContextSearchDisabled).setUiLayout(Object.assign({}, e3))), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot, r2.flowTypes.flowTypeBot], property: "knowledgeContextSearch", type: m.expressionTypeNames.boolean }, { label: W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherLabel, options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherLabel, W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherDescription).setIninTestingField("knowledgeAnswerContentType").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(F.KnowledgeAnswerContentType.standard).setFeatureConfigName(M.default.botFlowsAnswerGeneration).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnAnswerContentTypeMode()).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues([F.KnowledgeAnswerContentType.standard, F.KnowledgeAnswerContentType.highlight, F.KnowledgeAnswerContentType.generative])), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeBot], options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherLabel, W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherDescription).setIninTestingField("knowledgeAnswerContentType").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(F.KnowledgeAnswerContentType.standard).setFeatureConfigName(M.default.botFlowsAnswerGenerationMultipleArticles).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnAnswerContentTypeMode()).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues([F.KnowledgeAnswerContentType.standard, F.KnowledgeAnswerContentType.generative])) }], supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot, r2.flowTypes.flowTypeBot], property: "knowledgeAnswerContentType", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeAnswerHighlightLabel, supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerHighlightLabel, W.knowledgeSettings.knowledgeAnswerHighlightDescription).setIninTestingField("knowledgeAnswerHighlight").setDefaultText(h.default.false).setVirtualAgentLabelBadge().setUseToggle(true).setIsOptional(false).setFeatureConfigName(M.default.botFlowsAnswerHighlight).setAllowModeLiteralOnly().setBoolText(W.knowledgeSettings.knowledgeAnswerHighlightEnabled, W.knowledgeSettings.knowledgeAnswerHighlightDisabled).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnAnswerHighlight()).setUiLayout(Object.assign({}, e3))), property: "knowledgeAnswerHighlight", type: m.expressionTypeNames.boolean }, { label: W.knowledgeSettings.knowledgeMultiArticleLabel, options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeMultiArticleLabel, W.knowledgeSettings.knowledgeMultiArticleDescription).setIninTestingField("knowledgeMultiArticleSource").setUseToggle(true).setDefaultText(h.default.false).setFeatureConfigName(M.default.botFlowsAnswerGenerationMultipleArticles).setAllowModeLiteralOnly().setBoolText(W.knowledgeSettings.knowledgeMultiArticleEnabled, W.knowledgeSettings.knowledgeMultiArticleDisabled).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnMultiArticle()).setUiLayout(Object.assign({}, e3))), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot, r2.flowTypes.flowTypeBot], property: "knowledgeMultiArticleSource", type: m.expressionTypeNames.boolean }, { label: W.knowledgeSettings.knowledgeAnswerHighlightFullArticleLabel, supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerHighlightFullArticleLabel, W.knowledgeSettings.knowledgeAnswerHighlightFullArticleDescription).setIninTestingField("knowledgeAnswerHighlightFullArticle").setIsOptional(true).setAllowedBuilderCategoryIdFilter(p.builderCategoryIds.labelString).setDefaultToBuilderId(_.builderIds.parts.labelString).setFeatureConfigName(M.default.botFlowsAnswerHighlight).setUiLayout(Object.assign({}, e3))), property: "knowledgeAnswerHighlightFullArticle", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeAnswerHighlightFlowProgressionLabel, supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerHighlightFlowProgressionLabel, W.knowledgeSettings.knowledgeAnswerHighlightFlowProgressionDescription).setIninTestingField("knowledgeAnswerHighlightFlowProgression").setIsOptional(true).setAllowedBuilderCategoryIdFilter(p.builderCategoryIds.labelString).setDefaultToBuilderId(_.builderIds.parts.labelString).setFeatureConfigName(M.default.botFlowsAnswerHighlight).setUiLayout(Object.assign({}, e3))), property: "knowledgeAnswerHighlightFlowProgression", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeInitialResponseMultiLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseMultiLabel, W.knowledgeSettings.knowledgeInitialResponseMultiDescription).setIninTestingField("knowledgeInitialResponseMulti").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeInitialResponseMultiSequence).setUiLayout(Object.assign({}, e3))), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseMultiLabel, W.knowledgeSettings.knowledgeInitialResponseMultiDescription).setIninTestingField("knowledgeInitialResponseMulti").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeInitialResponseMultiSequence).setUiLayout(Object.assign({}, e3))) }], property: "knowledgeInitialResponseMulti", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeInitialResponseMultiRetryLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseMultiRetryLabel, W.knowledgeSettings.knowledgeInitialResponseMultiRetryDescription).setIninTestingField("knowledgeInitialResponseMultiRetry").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeInitialResponseMultiRetrySequence).setUiLayout(Object.assign({}, e3))), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseMultiRetryLabel, W.knowledgeSettings.knowledgeInitialResponseMultiRetryDescription).setIninTestingField("knowledgeInitialResponseMultiRetry").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeInitialResponseMultiRetrySequence).setUiLayout(Object.assign({}, e3))) }], property: "knowledgeInitialResponseMultiRetry", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeNoMatchLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeNoMatchLabel, W.knowledgeSettings.knowledgeNoMatchDescription).setIninTestingField("knowledgeNoMatch").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeNoMatchSequence).setDoNotWantBlankRuntimeOutput(true).setAllowNotSet(false).setUiLayout(Object.assign({}, e3)).facets.setAllowNull(false)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeNoMatchLabel, W.knowledgeSettings.knowledgeNoMatchDescription).setIninTestingField("knowledgeNoMatch").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeNoMatchSequence).setDoNotWantBlankRuntimeOutput(true).setAllowNotSet(false).setUiLayout(Object.assign({}, e3)).facets.setAllowNull(false)) }], property: "knowledgeNoMatch", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeConfirmationToggleLabel, options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeConfirmationToggleLabel, (0, a.sprintf)(W.knowledgeSettings.knowledgeConfirmationToggleDescription, W.knowledgeSettings.knowledgeConfirmationLabel)).setIninTestingField("sendKnowledgeFeedback").setDefaultText(h.default.true).setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setAllowModeLiteralOnly().setUiDisableOnOutOfService(true).setBoolText(W.generic.genericOn, W.generic.genericOff).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnKnowledgeFeedback()).setUiLayout(Object.assign({}, e3))), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeConfirmationToggleLabel, (0, a.sprintf)(W.knowledgeSettings.knowledgeConfirmationToggleDescription, W.knowledgeSettings.knowledgeConfirmationLabel)).setIninTestingField("sendKnowledgeFeedback").setUseToggle(R.isFeatureAvailable(M.default.botFlowsAnswerHighlight)).setDefaultText(h.default.false).setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledgeFeedback).setAllowModeLiteralOnly().setUiDisableOnOutOfService(true).setBoolText(R.isFeatureAvailable(M.default.botFlowsAnswerHighlight) ? W.knowledgeSettings.knowledgeSendFeedbackEnabled : W.generic.genericOn, R.isFeatureAvailable(M.default.botFlowsAnswerHighlight) ? W.knowledgeSettings.knowledgeSendFeedbackDisabled : W.generic.genericOff).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnKnowledgeFeedback()).setUiLayout(Object.assign({}, e3))) }], supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], property: "sendKnowledgeFeedback", type: m.expressionTypeNames.boolean }, { label: W.knowledgeSettings.knowledgeConfirmationLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeConfirmationLabel, W.knowledgeSettings.knowledgeConfirmationDescription).setIninTestingField("knowledgeConfirmation").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeConfirmationSequence).setUiLayout(Object.assign({}, e3))), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeConfirmationLabel, W.knowledgeSettings.knowledgeConfirmationDescription).setIninTestingField("knowledgeConfirmation").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledgeFeedback).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeConfirmationSequence).setUiLayout(Object.assign({}, e3))) }], supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], property: "knowledgeConfirmation", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeResponseBias, options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeResponseBias, W.knowledgeSettings.responseBiasDescription).setIninTestingField("responseBias").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(D.neutral.id).setFeatureConfigName(M.default.botFlowsKnowledge).setUiDisableOnOutOfService(true).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues(D.allModes).setPreferRadioButtonsCount(3)), property: "responseBias", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeSettingsModeLabel, options: S.ExpressionTypeStringOptions.create((e4) => e4.setDescriptionInfo(W.knowledgeSettings.knowledgeSettingsModeLabel, W.knowledgeSettings.knowledgeSettingsModeDescription).setIninTestingField("knowledgeSettingsMode").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(x.KnowledgeSettingsModeValues.standard.id).setFeatureConfigName(M.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature).setValueChangedCallback((e5) => e5.parent.setOutOfService(!e5.parent.knowledgeId)).facets.setAllowableValues([x.KnowledgeSettingsModeValues.standard, x.KnowledgeSettingsModeValues.custom])), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeBot], options: S.ExpressionTypeStringOptions.create((e4) => e4.setDescriptionInfo(W.knowledgeSettings.knowledgeSettingsModeLabel, W.knowledgeSettings.knowledgeSettingsModeDescription).setIninTestingField("knowledgeSettingsMode").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(x.KnowledgeSettingsModeValues.standard.id).setFeatureConfigName(M.default.botFlowsAdvancedKnowledgeHandling).setValueChangedCallback((e5) => e5.parent.setOutOfService(!e5.parent.knowledgeId)).facets.setAllowableValues([x.KnowledgeSettingsModeValues.standard, x.KnowledgeSettingsModeValues.custom])) }], supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], property: "knowledgeSettingsMode", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeCustomHandlerTaskLabel, createDetails: u.ContainerActionProperty.createCreateDetails({ modelIdPropName: "knowledgeCustomHandlerTaskId", modelNamePropName: "knowledgeCustomHandlerTaskName", itemDoesNotExistBaseString: W.task.label, noReferenceString: W.knowledgeSettings.knowledgeCustomHandlerTaskErrorMessage, referencesTasks: true, isForCustomKnowledgeHandlingTask: true, validReferenceCallback: (e4) => e4 && !e4.isTransferable && e4.hasBranchTerminatingWithEndTask ? { error: W.task.invalidReferenceTaskTransfer } : e4 && e4.isTask && e4.isTransferable ? void 0 : { error: W.task.invalidReference } }), options: A.ManagedPropertyOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeCustomHandlerTaskLabel, W.knowledgeSettings.knowledgeCustomHandlerTaskDescription).setIninTestingField("knowledgeCustomHandlerTask").setFeatureConfigName(M.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature).setUiLayout(Object.assign({}, e3))), property: "knowledgeCustomHandlerTask", supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], yamlOptions: c.default.createYamlOptions("knowledgeCustomHandlerTask", (e4) => e4.setPropertyName("targetTaskRef").setWrappedObjectName("knowledgeCustomTask")) }]; + }), yamlOptions: N.default.create("knowledge", (e4) => e4.setSkipProperty(true)) }, { label: W.knowledgeSettings.defaultKnowledgeBase, options: A.ManagedPropertyOptions.create((t3) => t3.setIninTestingField("knowledge-selector-v3").setFeatureConfigName(M.default.botFlowsVirtualAgentKnowledgeV3).setDropdownPlaceholder(W.knowledgeSettings.knowledgeSettingPlaceHolder).setDescriptionInfo(W.knowledgeSettings.knowledgeSetting, W.knowledgeSettings.knowledgeSettingDescription).setUiLayout(Object.assign({}, e3))), property: "knowledge_v3", createDetails: d.NetworkBasedActionProperty.createCreateDetails("knowledgeSettingId", "knowledgeSettingName", b.knowledgeSettingManager, W.knowledgeSettings.knowledgeSettingPlaceHolder, W.knowledgeSettings.knowledgeSettingNotFound, null), yamlOptions: N.default.create("knowledge_v3", (e4) => e4.setSkipProperty(true)) }, { label: W.knowledgeSettings.welcomeArticle, options: A.ManagedPropertyOptions.create((t3) => t3.setIninTestingField("knowledge-document-selector").setDropdownPlaceholder(W.knowledgeSettings.knowledgeBaseDocumentPlaceholder).setFeatureConfigName(M.default.botFlowsDxBotSupportFeature).setDescriptionInfo(W.knowledgeSettings.welcomeArticle, W.knowledgeSettings.welcomeArticleDescription).setUiLayout(Object.assign({}, e3))), property: "welcomeArticle", createDetails: d.NetworkBasedActionProperty.createCreateDetails("knowledgeBaseWelcomeDocumentId", "knowledgeBaseWelcomeDocumentName", v.knowledgeBaseDocumentManager, W.knowledgeSettings.knowledgeBaseDocumentPlaceholder, W.knowledgeSettings.knowledgeBaseDocumentNotFound, "knowledge", (e4) => e4.action.getAdditionalKnowledgeArticleParams(), (e4, t3) => e4.action.knowledgeDocumentSearchFilter(t3)), supportedFlowTypes: [r2.flowTypes.flowTypeBot], yamlOptions: N.default.create("welcomeArticle", (e4) => e4.setPropertyName("welcomeArticle")) }, { label: W.knowledgeSettings.knowledgeMaxNumAnswersReturned, options: y.ExpressionTypeIntegerOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeMaxNumAnswersReturned, W.knowledgeSettings.knowledgeMaxNumAnswersReturnedDescription).setIninTestingField("maxNumOfAnswersReturned").setIsOptional(false).setDefaultText("3").setFeatureConfigName(M.default.botFlowsKnowledge).setUiDisableOnOutOfService(true).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnMaxNumOfAnswers()).setUiLayout(Object.assign({}, e3)).facets.setMinInt(1, true).setMaxInt(20, true)), property: "maxNumOfAnswersReturned", type: m.expressionTypeNames.integer }, { label: W.knowledgeSettings.knowledgeFollowUpStatement, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeFollowUpStatement, W.knowledgeSettings.knowledgeInitialResponseFollowupDescription).setIninTestingField("knowledgeInitialResponseFollowup").setIsOptional(true).setDefaultToNoValue(true).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeFollowupSequence).setUiLayout(Object.assign({}, e3))), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "knowledgeInitialResponseFollowup", type: m.expressionTypeNames.communication, yamlOptions: N.default.create("knowledgeInitialResponseFollowup", (e4) => e4.setSerializeOutOfService(R.isFeatureAvailable(M.default.botFlowsDigitalBotFlowsKnowledgePathFeature)).setDoNotExportForFlowTypes([r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeVoice])) }, { label: W.knowledgeSettings.knowledgeFollowUpSwitcherLabel, options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeFollowUpSwitcherLabel, W.knowledgeSettings.knowledgeFollowUpSwitcherDescription).setIninTestingField("knowledgePathMode").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(L.KnowledgeMode.statement).setFeatureConfigName(M.default.botFlowsDigitalBotFlowsKnowledgePathFeature).setUiDisableOnOutOfService(true).setValueChangedCallback((e4) => e4.parent.updateSettingsKnowledgePaths()).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues([L.KnowledgeMode.statement, L.KnowledgeMode.task])), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], property: "knowledgePathMode", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeFollowUpTaskLabel, createDetails: u.ContainerActionProperty.createCreateDetails({ modelIdPropName: "knowledgeFollowupTaskId", modelNamePropName: "knowledgeFollowupTaskName", itemDoesNotExistBaseString: W.task.label, noReferenceString: W.knowledgeSettings.knowledgeFollowUpTaskErrorMessage, referencesTasks: true, isForFollowUpKnowledgeTask: true, validReferenceCallback: (e4) => e4 && !e4.isTransferable && e4.hasBranchTerminatingWithEndTask ? { error: W.task.invalidReferenceTaskTransfer } : e4 && e4.isTask && e4.isTransferable ? void 0 : { error: W.task.invalidReference } }), options: A.ManagedPropertyOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeFollowUpTaskLabel, W.knowledgeSettings.knowledgeFollowUpTaskDescription).setIninTestingField("knowledgeFollowupTask").setFeatureConfigName(M.default.botFlowsDigitalBotFlowsKnowledgePathFeature).setUiLayout(Object.assign({}, e3))), property: "knowledgeFollowupTask", supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], yamlOptions: c.default.createYamlOptions("knowledgeFollowupTask", (e4) => e4.setSerializeOutOfService(R.isFeatureAvailable(M.default.botFlowsDigitalBotFlowsKnowledgePathFeature)).setPropertyName("targetTaskRef").setWrappedObjectName("knowledgePath")) }, { label: W.knowledgeSettings.knowledgeInitialResponseSingleLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseSingleLabel, W.knowledgeSettings.knowledgeInitialResponseSingleDescription).setIninTestingField("knowledgeInitialResponseSingle").setIsOptional(true).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToNoValue(true).setUiDisableOnOutOfService(true).setUiLayout(Object.assign({}, e3))), property: "knowledgeInitialResponseSingle", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeContextSearchLabel, options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeContextSearchLabel, W.knowledgeSettings.knowledgeContextSearchDescription).setIninTestingField("knowledgeContextSearch").setUseToggle(true).setDefaultText(h.default.true).setFeatureConfigName(M.default.botFlowsVirtualAgentKnowledgeV3).setAllowModeLiteralOnly().setDescriptionNote(W.knowledgeSettings.knowledgeContextSearchDescriptionNote).setBoolText(W.knowledgeSettings.knowledgeContextSearchEnabled, W.knowledgeSettings.knowledgeContextSearchDisabled).setUiLayout(Object.assign({}, e3))), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot, r2.flowTypes.flowTypeBot], property: "knowledgeContextSearch", type: m.expressionTypeNames.boolean }, { label: W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherLabel, options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherLabel, W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherDescription).setIninTestingField("knowledgeAnswerContentType").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(F.KnowledgeAnswerContentType.standard).setFeatureConfigName(M.default.botFlowsAnswerGeneration).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnAnswerContentTypeMode()).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues([F.KnowledgeAnswerContentType.standard, F.KnowledgeAnswerContentType.highlight, F.KnowledgeAnswerContentType.generative])), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeBot], options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherLabel, W.knowledgeSettings.knowledgeAnswerContentTypeSwitcherDescription).setIninTestingField("knowledgeAnswerContentType").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(F.KnowledgeAnswerContentType.standard).setFeatureConfigName(M.default.botFlowsAnswerGenerationMultipleArticles).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnAnswerContentTypeMode()).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues([F.KnowledgeAnswerContentType.standard, F.KnowledgeAnswerContentType.generative])) }], supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot, r2.flowTypes.flowTypeBot], property: "knowledgeAnswerContentType", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeAnswerHighlightLabel, supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerHighlightLabel, W.knowledgeSettings.knowledgeAnswerHighlightDescription).setIninTestingField("knowledgeAnswerHighlight").setDefaultText(h.default.false).setVirtualAgentLabelBadge().setUseToggle(true).setIsOptional(false).setFeatureConfigName(M.default.botFlowsAnswerHighlight).setAllowModeLiteralOnly().setBoolText(W.knowledgeSettings.knowledgeAnswerHighlightEnabled, W.knowledgeSettings.knowledgeAnswerHighlightDisabled).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnAnswerHighlight()).setUiLayout(Object.assign({}, e3))), property: "knowledgeAnswerHighlight", type: m.expressionTypeNames.boolean }, { label: W.knowledgeSettings.knowledgeMultiArticleLabel, options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeMultiArticleLabel, W.knowledgeSettings.knowledgeMultiArticleDescription).setIninTestingField("knowledgeMultiArticleSource").setUseToggle(true).setDefaultText(h.default.false).setFeatureConfigName(M.default.botFlowsAnswerGenerationMultipleArticles).setAllowModeLiteralOnly().setBoolText(W.knowledgeSettings.knowledgeMultiArticleEnabled, W.knowledgeSettings.knowledgeMultiArticleDisabled).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnMultiArticle()).setUiDisabledTooltip(W.knowledgeSettings.knowledgeMultiArticleDisabledBotFlowTooltip).setUiLayout(Object.assign({}, e3))), supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot, r2.flowTypes.flowTypeBot], property: "knowledgeMultiArticleSource", type: m.expressionTypeNames.boolean }, { label: W.knowledgeSettings.knowledgeAnswerHighlightFullArticleLabel, supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerHighlightFullArticleLabel, W.knowledgeSettings.knowledgeAnswerHighlightFullArticleDescription).setIninTestingField("knowledgeAnswerHighlightFullArticle").setIsOptional(true).setAllowedBuilderCategoryIdFilter(p.builderCategoryIds.labelString).setDefaultToBuilderId(_.builderIds.parts.labelString).setFeatureConfigName(M.default.botFlowsAnswerHighlight).setUiLayout(Object.assign({}, e3))), property: "knowledgeAnswerHighlightFullArticle", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeAnswerHighlightFlowProgressionLabel, supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeAnswerHighlightFlowProgressionLabel, W.knowledgeSettings.knowledgeAnswerHighlightFlowProgressionDescription).setIninTestingField("knowledgeAnswerHighlightFlowProgression").setIsOptional(true).setAllowedBuilderCategoryIdFilter(p.builderCategoryIds.labelString).setDefaultToBuilderId(_.builderIds.parts.labelString).setFeatureConfigName(M.default.botFlowsAnswerHighlight).setUiLayout(Object.assign({}, e3))), property: "knowledgeAnswerHighlightFlowProgression", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeInitialResponseMultiLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseMultiLabel, W.knowledgeSettings.knowledgeInitialResponseMultiDescription).setIninTestingField("knowledgeInitialResponseMulti").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeInitialResponseMultiSequence).setUiLayout(Object.assign({}, e3))), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseMultiLabel, W.knowledgeSettings.knowledgeInitialResponseMultiDescription).setIninTestingField("knowledgeInitialResponseMulti").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeInitialResponseMultiSequence).setUiLayout(Object.assign({}, e3))) }], property: "knowledgeInitialResponseMulti", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeInitialResponseMultiRetryLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseMultiRetryLabel, W.knowledgeSettings.knowledgeInitialResponseMultiRetryDescription).setIninTestingField("knowledgeInitialResponseMultiRetry").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeInitialResponseMultiRetrySequence).setUiLayout(Object.assign({}, e3))), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeInitialResponseMultiRetryLabel, W.knowledgeSettings.knowledgeInitialResponseMultiRetryDescription).setIninTestingField("knowledgeInitialResponseMultiRetry").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeInitialResponseMultiRetrySequence).setUiLayout(Object.assign({}, e3))) }], property: "knowledgeInitialResponseMultiRetry", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeNoMatchLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeNoMatchLabel, W.knowledgeSettings.knowledgeNoMatchDescription).setIninTestingField("knowledgeNoMatch").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeNoMatchSequence).setDoNotWantBlankRuntimeOutput(true).setAllowNotSet(false).setUiLayout(Object.assign({}, e3)).facets.setAllowNull(false)), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeNoMatchLabel, W.knowledgeSettings.knowledgeNoMatchDescription).setIninTestingField("knowledgeNoMatch").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeNoMatchSequence).setDoNotWantBlankRuntimeOutput(true).setAllowNotSet(false).setUiLayout(Object.assign({}, e3)).facets.setAllowNull(false)) }], property: "knowledgeNoMatch", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeConfirmationToggleLabel, options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeConfirmationToggleLabel, (0, a.sprintf)(W.knowledgeSettings.knowledgeConfirmationToggleDescription, W.knowledgeSettings.knowledgeConfirmationLabel)).setIninTestingField("sendKnowledgeFeedback").setDefaultText(h.default.true).setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setAllowModeLiteralOnly().setUiDisableOnOutOfService(true).setBoolText(W.generic.genericOn, W.generic.genericOff).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnKnowledgeFeedback()).setUiLayout(Object.assign({}, e3))), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: f.ExpressionTypeBooleanOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeConfirmationToggleLabel, (0, a.sprintf)(W.knowledgeSettings.knowledgeConfirmationToggleDescription, W.knowledgeSettings.knowledgeConfirmationLabel)).setIninTestingField("sendKnowledgeFeedback").setUseToggle(R.isFeatureAvailable(M.default.botFlowsAnswerHighlight)).setDefaultText(h.default.false).setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledgeFeedback).setAllowModeLiteralOnly().setUiDisableOnOutOfService(true).setBoolText(R.isFeatureAvailable(M.default.botFlowsAnswerHighlight) ? W.knowledgeSettings.knowledgeSendFeedbackEnabled : W.generic.genericOn, R.isFeatureAvailable(M.default.botFlowsAnswerHighlight) ? W.knowledgeSettings.knowledgeSendFeedbackDisabled : W.generic.genericOff).setValueChangedCallback((e4) => e4.parent.updateSettingsDependentOnKnowledgeFeedback()).setUiLayout(Object.assign({}, e3))) }], supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], property: "sendKnowledgeFeedback", type: m.expressionTypeNames.boolean }, { label: W.knowledgeSettings.knowledgeConfirmationLabel, options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeConfirmationLabel, W.knowledgeSettings.knowledgeConfirmationDescription).setIninTestingField("knowledgeConfirmation").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledge).setDefaultToBuilderId(_.builderIds.parts.genericCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeConfirmationSequence).setUiLayout(Object.assign({}, e3))), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeDigitalBot], options: T.ExpressionTypeCommunicationOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeConfirmationLabel, W.knowledgeSettings.knowledgeConfirmationDescription).setIninTestingField("knowledgeConfirmation").setIsOptional(false).setFeatureConfigName(M.default.botFlowsKnowledgeFeedback).setDefaultToBuilderId(_.builderIds.parts.markdownCommunication).setBuilderLanguagesSequenceConfig(l.botFlowKnowledgeSettingsSequences.knowledgeConfirmationSequence).setUiLayout(Object.assign({}, e3))) }], supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], property: "knowledgeConfirmation", type: m.expressionTypeNames.communication }, { label: W.knowledgeSettings.knowledgeResponseBias, options: S.ExpressionTypeStringOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeResponseBias, W.knowledgeSettings.responseBiasDescription).setIninTestingField("responseBias").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(D.neutral.id).setFeatureConfigName(M.default.botFlowsKnowledge).setUiDisableOnOutOfService(true).setUiLayout(Object.assign({}, e3)).facets.setAllowableValues(D.allModes).setPreferRadioButtonsCount(3)), property: "responseBias", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeSettingsModeLabel, options: S.ExpressionTypeStringOptions.create((e4) => e4.setDescriptionInfo(W.knowledgeSettings.knowledgeSettingsModeLabel, W.knowledgeSettings.knowledgeSettingsModeDescription).setIninTestingField("knowledgeSettingsMode").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(x.KnowledgeSettingsModeValues.standard.id).setFeatureConfigName(M.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature).setValueChangedCallback((e5) => e5.parent.setOutOfService(!e5.parent.knowledgeId)).facets.setAllowableValues([x.KnowledgeSettingsModeValues.standard, x.KnowledgeSettingsModeValues.custom])), optionsForSpecificFlowTypes: [{ flowTypes: [r2.flowTypes.flowTypeBot], options: S.ExpressionTypeStringOptions.create((e4) => e4.setDescriptionInfo(W.knowledgeSettings.knowledgeSettingsModeLabel, W.knowledgeSettings.knowledgeSettingsModeDescription).setIninTestingField("knowledgeSettingsMode").setAllowModeLiteralOnly().setIsOptional(false).setDefaultText(x.KnowledgeSettingsModeValues.standard.id).setFeatureConfigName(M.default.botFlowsAdvancedKnowledgeHandling).setValueChangedCallback((e5) => e5.parent.setOutOfService(!e5.parent.knowledgeId)).facets.setAllowableValues([x.KnowledgeSettingsModeValues.standard, x.KnowledgeSettingsModeValues.custom])) }], supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeDigitalBot], property: "knowledgeSettingsMode", type: m.expressionTypeNames.string }, { label: W.knowledgeSettings.knowledgeCustomHandlerTaskLabel, createDetails: u.ContainerActionProperty.createCreateDetails({ modelIdPropName: "knowledgeCustomHandlerTaskId", modelNamePropName: "knowledgeCustomHandlerTaskName", itemDoesNotExistBaseString: W.task.label, noReferenceString: W.knowledgeSettings.knowledgeCustomHandlerTaskErrorMessage, referencesTasks: true, isForCustomKnowledgeHandlingTask: true, validReferenceCallback: (e4) => e4 && !e4.isTransferable && e4.hasBranchTerminatingWithEndTask ? { error: W.task.invalidReferenceTaskTransfer } : e4 && e4.isTask && e4.isTransferable ? void 0 : { error: W.task.invalidReference } }), options: A.ManagedPropertyOptions.create((t3) => t3.setDescriptionInfo(W.knowledgeSettings.knowledgeCustomHandlerTaskLabel, W.knowledgeSettings.knowledgeCustomHandlerTaskDescription).setIninTestingField("knowledgeCustomHandlerTask").setFeatureConfigName(M.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature).setUiLayout(Object.assign({}, e3))), property: "knowledgeCustomHandlerTask", supportedFlowTypes: [r2.flowTypes.flowTypeDigitalBot], yamlOptions: c.default.createYamlOptions("knowledgeCustomHandlerTask", (e4) => e4.setPropertyName("targetTaskRef").setWrappedObjectName("knowledgeCustomTask")) }]; } _updateKnowledgeOutOfService() { P.getLangSupportsKnowledgeForFlowType(this.parentFlow.defaultLanguage, this.parentFlow.type) ? (this.knowledge.outOfService = this.outOfService, this.knowledge.currentUiInfoMessage = "") : (this.knowledge.outOfService = true, this.knowledge.currentUiInfoMessage = (0, a.sprintf)(W.knowledgeSettings.knowledgeBaseNotSupportedForLanguage, P.getLanguageNameAndCodeDisplay(this.parentFlow.defaultLanguage, true))); @@ -98666,7 +99321,9 @@ ${e3.stack}`, n3 = [this].concat(i3); (!this.knowledgeBaseId || t3 && (null === (e3 = t3.knowledgeBase) || void 0 === e3 ? void 0 : e3.id) !== this.knowledgeBaseId) && this.welcomeArticle.setValue(void 0), this.setOutOfService(!this.knowledgeBaseId), this.knowledgeBaseModel = this.knowledge.getItem(); }), this.addAutoCleanedUpEventListener(E.botFlowSettingChanged, (e3) => { e3.setting === w.default.variable.virtualAgentEnabled && (this.setOutOfService(!this.knowledgeId), this.isKnowledgeV3AvailableInOrg && (this.clearKnowledgeHeader(), this._setKnowledgeVersionWithFallback())); - }), this.addAutoCleanedUpEventSinkWatch(E.supportedLanguagesChanged, this.parentFlow.languages, () => this._updateKnowledgeOutOfService()); + }), this.addAutoCleanedUpEventSinkWatch(E.supportedLanguagesChanged, this.parentFlow.languages, () => this._updateKnowledgeOutOfService()), this.addAutoCleanedUpEventSinkWatch(E.containerListChanged, this.parentFlow, () => { + this.knowledgeFollowupTaskId && !this.parentFlow.getTaskById(this.knowledgeFollowupTaskId) && this.knowledgeFollowupTask.setReference(null), this.knowledgeCustomHandlerTaskId && !this.parentFlow.getTaskById(this.knowledgeCustomHandlerTaskId) && this.knowledgeCustomHandlerTask.setReference(null); + }); } setOutOfService(e3) { var t3, i3, n3, r3; @@ -99097,6 +99754,74 @@ ${e3.stack}`, n3 = [this].concat(i3); }; const n2 = i2(31635).__importDefault(i2(96629)), r2 = i2(47957), o = {}, a = (e3, t3) => o[e3] = n2.default.create(e3, t3); t2.channelTypeCall = a("call", r2.channelTypes.call), t2.channelTypeChat = a("chat", r2.channelTypes.chat), t2.channelTypesAll = Object.values(o); + }, 85047: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.getAllExternalContactPatchFields = c, t2.getExternalContactFieldDef = function(e3) { + if (e3) return c().includes(e3) ? e3 : void 0; + }, t2.resolveExternalContactFieldType = function(e3, t3) { + var i3; + if (!e3) return; + const n3 = (function(e4) { + var t4; + const i4 = e4.split("."); + let n4 = s.globalTypes.externalContact; + for (let e5 = 0; e5 < i4.length; e5++) { + const r4 = null == n4 ? void 0 : n4.getPropertyDefinition(i4[e5]); + if (!r4) return; + if (e5 === i4.length - 1) return r4; + n4 = (null === (t4 = r4.type) || void 0 === t4 ? void 0 : t4.isCollection) ? r4.type.singletonType : r4.type; + } + })(e3); + if (!n3) return; + const r3 = n3.type, o2 = !!n3.isCollection; + let a2 = r3; + return ((null == r3 ? void 0 : r3.hasProperties()) || (null == r3 ? void 0 : r3.isCollection)) && (a2 = null !== (i3 = (function(e4, t4, i4) { + const n4 = `jsn__architect::${l}_${t4.replace(/\./g, "_")}`, r4 = i4.isCollection ? i4.singletonType : i4; + if (r4) return p(e4, n4, r4, i4.isCollection); + })(t3, e3, r3)) && void 0 !== i3 ? i3 : r3), { id: e3, valueType: a2, isCollection: o2 }; + }; + const n2 = i2(31635), r2 = n2.__importStar(i2(14592)), o = n2.__importDefault(i2(87675)), a = n2.__importDefault(i2(65302)), s = i2(14394), l = "extContact_patch"; + let u; + function d(e3) { + return Object.values(e3.properties).filter((e4) => e4.isPatchable); + } + function c() { + var e3, t3; + if (u) return u; + if (!(null === (e3 = s.globalTypes.externalContact) || void 0 === e3 ? void 0 : e3.hasProperties())) return u = [], []; + u = []; + for (const e4 of d(s.globalTypes.externalContact)) { + u.push(e4.id); + const i3 = (null === (t3 = e4.type) || void 0 === t3 ? void 0 : t3.isCollection) ? e4.type.singletonType : e4.type; + if (null == i3 ? void 0 : i3.hasProperties()) for (const t4 of d(i3)) u.push(`${e4.id}.${t4.name}`); + } + return u; + } + function p(e3, t3, i3, n3) { + const s2 = a.default.getType(e3, t3, n3); + if (s2) return s2; + const u2 = (function(e4, t4, i4) { + var n4, r3; + const a2 = o.default.createEmptyDataTypeDef(); + a2.id = t4, a2.dataTypeId = t4, a2.name = i4.displayString, a2.additionalProperties = false; + const s3 = d(i4); + if (s3.length) { + for (const t5 of s3) { + const i5 = null !== (r3 = null === (n4 = t5.type) || void 0 === n4 ? void 0 : n4.singletonType) && void 0 !== r3 ? r3 : t5.type; + if (!i5) continue; + let s4 = i5.expressionType; + if (i5.hasProperties()) { + const t6 = p(e4, `jsn__architect::${l}_type_${i5.expressionType}`, i5, false); + if (!t6) continue; + s4 = t6.expressionType; + } + a2.addProperty(o.default.createFromPropertyParams(e4, t5.name, s4, t5.description || "", { isCollection: t5.isCollection, isReadOnly: false, minLength: t5.minLength, maxLength: t5.maxLength, minValue: t5.minValue, maxValue: t5.maxValue })); + } + return a2.hasProperties ? a2 : void 0; + } + })(e3, t3, i3); + return u2 ? (r2.createCustomExpressionTypesFromDataTypeDefs(e3, [u2], true), a.default.getType(e3, t3, n3)) : void 0; + } }, 85080: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -99246,6 +99971,11 @@ ${e3.stack}`, n3 = [this].concat(i3); } } t2.GetJourneySegmentActionModel = o, o.__type = r2.getJourneySegmentActionType, o.registerType(); + }, 85306: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.isoLanguagesUiData = void 0; + const n2 = i2(37675); + t2.isoLanguagesUiData = [{ id: "cs-cz", angular: "cs", moment: "cs", humanizeDuration: "cs", pureCloudLocale: "cs", spark: "cs", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "en-us", angular: "en", moment: "", humanizeDuration: "en", pureCloudLocale: "en-us", spark: "en", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "es-us", angular: "es", moment: "es", humanizeDuration: "es", pureCloudLocale: "es", spark: "es", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "fr-ca", angular: "fr", moment: "fr-ca", humanizeDuration: "fr", pureCloudLocale: "fr", spark: "fr-ca", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "de-de", angular: "de", moment: "de", humanizeDuration: "de", pureCloudLocale: "de", spark: "de", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "ja-jp", angular: "ja", moment: "ja", humanizeDuration: "ja", pureCloudLocale: "ja", spark: "ja", italic: false, verticalTextSideways: false, direction: n2.leftToRight }, { id: "nb-no", angular: "nb", moment: "nb", humanizeDuration: "no", pureCloudLocale: "no", spark: "no", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "nl-nl", angular: "nl", moment: "nl", humanizeDuration: "nl", pureCloudLocale: "nl", spark: "nl", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "pt-br", angular: "pt", moment: "pt-br", humanizeDuration: "pt", pureCloudLocale: "pt-br", spark: "pt-br", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "it-it", angular: "it", moment: "it", humanizeDuration: "it", pureCloudLocale: "it", spark: "it", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "ko-kr", angular: "ko", moment: "ko", humanizeDuration: "ko", pureCloudLocale: "ko", spark: "ko", italic: false, verticalTextSideways: false, direction: n2.leftToRight }, { id: "pl-pl", angular: "pl", moment: "pl", humanizeDuration: "pl", pureCloudLocale: "pl", spark: "pl", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "ru-ru", angular: "ru", moment: "ru", humanizeDuration: "ru", pureCloudLocale: "ru", spark: "ru", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "sv-se", angular: "sv", moment: "sv", humanizeDuration: "sv", pureCloudLocale: "sv", spark: "sv", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "tr-tr", angular: "tr", moment: "tr", humanizeDuration: "tr", pureCloudLocale: "tr", spark: "tr", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "zh-cn", angular: "zh-Hans", moment: "zh-cn", humanizeDuration: "zh_CN", pureCloudLocale: "zh-cn", spark: "zh-cn", italic: false, verticalTextSideways: false, direction: n2.leftToRight }, { id: "zh-tw", angular: "zh-Hant", moment: "zh-tw", humanizeDuration: "zh_TW", pureCloudLocale: "zh-tw", spark: "zh-tw", italic: false, verticalTextSideways: false, direction: n2.leftToRight }], t2.default = t2.isoLanguagesUiData; }, 85321: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -99363,7 +100093,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 85499: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importStar(i2(12847)), o = n2.__importStar(i2(14592)), a = n2.__importStar(i2(36781)), s = n2.__importStar(i2(24032)), l = i2(79516), u = i2(85415), d = i2(66314), c = i2(79519), p = i2(79519), _ = i2(89917), h = i2(33264), m = n2.__importDefault(i2(99006)), g = i2(17604), f = n2.__importDefault(i2(65302)), T = i2(47957), y = s.getTopic("CustomJsonTypeManager"), S = i2(80428); + const n2 = i2(31635), r2 = n2.__importStar(i2(12847)), o = n2.__importStar(i2(14592)), a = n2.__importStar(i2(36781)), s = n2.__importStar(i2(24032)), l = i2(79516), u = i2(85415), d = i2(66314), c = i2(79519), p = i2(79519), _ = i2(89917), h = i2(33264), m = n2.__importDefault(i2(99006)), g = i2(17604), f = n2.__importDefault(i2(65302)), T = i2(80428), y = i2(47957), S = s.getTopic("CustomJsonTypeManager"); class A { static getCustomJsonTypeManagerByDataTypeId(e3) { return A.instances.get(e3); @@ -99375,7 +100105,7 @@ ${e3.stack}`, n3 = [this].concat(i3); A.instances.clear(); } constructor(e3) { - this._resources = { schemaNotUsable: T.customJson.schemaNotUsable, schemaChanged: T.customJson.schemaChanged, schemaChangeApplied: T.customJson.schemaChangeApplied, schemaChangeNotApplied: T.customJson.schemaChangeNotApplied, schemaChangeMoreRestrictive: T.customJson.schemaChangeMoreRestrictive, schemaGone: T.customJson.schemaGone }, this._flow = e3.flow, this._dataTypeId = e3.dataTypeId, this._parentExpressionTypeName = e3.parentExpressionTypeName, this._jsonSchemaIdBase = e3.jsonSchemaIdBase, this._jsonSchemaSource = e3.jsonSchemaSource, this._propName = e3.parentExpressionPropName, this._schemaName = e3.schemaName, this._updateCallback = e3.updateCallback, e3.resourcesOverride && (this._resources = e3.resourcesOverride), r2.info("Adding custom json type with config", e3), A.addCustomJsonTypeManager(this); + this._resources = { schemaNotUsable: y.customJson.schemaNotUsable, schemaChanged: y.customJson.schemaChanged, schemaChangeApplied: y.customJson.schemaChangeApplied, schemaChangeNotApplied: y.customJson.schemaChangeNotApplied, schemaChangeMoreRestrictive: y.customJson.schemaChangeMoreRestrictive, schemaGone: y.customJson.schemaGone }, this._flow = e3.flow, this._dataTypeId = e3.dataTypeId, this._parentExpressionTypeName = e3.parentExpressionTypeName, this._jsonSchemaIdBase = e3.jsonSchemaIdBase, this._jsonSchemaSource = e3.jsonSchemaSource, this._propName = e3.parentExpressionPropName, this._schemaName = e3.schemaName, this._updateCallback = e3.updateCallback, e3.resourcesOverride && (this._resources = e3.resourcesOverride), r2.info("Adding custom json type with config", e3), A.addCustomJsonTypeManager(this); } get noLongerHasSchema() { return this._noLongerHasSchema; @@ -99423,16 +100153,16 @@ ${e3.stack}`, n3 = [this].concat(i3); if (null === (u2 = i4.schemaDiffResult) || void 0 === u2 ? void 0 : u2.isDiffResultMoreRestrictiveThan()) this._schemaChangeMoreRestrictive = true; else if (m2 && !(null === (d2 = i4.schemaDiffResult) || void 0 === d2 ? void 0 : d2.isDiffResultLessRestrictiveThan())) return r3 && this._flow.definitions.getCustomDataTypeDefinition(this.dataTypeId).addReader(r3), false; } else m2 ? (null === (s2 = i4.schemaDiffResult) || void 0 === s2 ? void 0 : s2.isDiffResultMoreRestrictiveThan()) ? this._schemaChangeMoreRestrictive = true : this._schemaChangeNotUsable = true : this._schemaNotUsable = true; - if (this._updateSchemaDiffResults = i4.schemaDiffResult, this._updateSchemaProcessingResult = i4.schemaProcessingResult, this._schemaNotUsable) return y.warning(`Not usable schema for flow (ID: '${null === (c2 = this._parentFlow) || void 0 === c2 ? void 0 : c2.id}')`, i4.schemaDiffResult.individualDiffs), a.emitter.emit(a.alert, { message: this.formatResources(this._resources.schemaNotUsable), type: l.AlertTypeEnum.error }), false; - if (this._schemaChangeNotUsable) return y.warning(`Not usable schema change to flow (ID: '${null === (p2 = this._parentFlow) || void 0 === p2 ? void 0 : p2.id}')`, i4.schemaDiffResult.individualDiffs), a.emitter.emit(a.alert, { message: this.formatResources(this._resources.schemaChanged, this._resources.schemaNotUsable, this._resources.schemaChangeNotApplied), type: l.AlertTypeEnum.error }), false; - if (this._schemaChangeMoreRestrictive && (y.warning(`More restrictive schema change to flow (ID: '${null === (_2 = this._parentFlow) || void 0 === _2 ? void 0 : _2.id}')`, i4.schemaDiffResult.individualDiffs), !n3)) return a.emitter.emit(a.alert, { message: this.formatResources(this._resources.schemaChanged, this._resources.schemaChangeMoreRestrictive, this._resources.schemaChangeNotApplied), type: l.AlertTypeEnum.error }), false; + if (this._updateSchemaDiffResults = i4.schemaDiffResult, this._updateSchemaProcessingResult = i4.schemaProcessingResult, this._schemaNotUsable) return S.warning(`Not usable schema for flow (ID: '${null === (c2 = this._parentFlow) || void 0 === c2 ? void 0 : c2.id}')`, i4.schemaDiffResult.individualDiffs), a.emitter.emit(a.alert, { message: this.formatResources(this._resources.schemaNotUsable), type: l.AlertTypeEnum.error }), false; + if (this._schemaChangeNotUsable) return S.warning(`Not usable schema change to flow (ID: '${null === (p2 = this._parentFlow) || void 0 === p2 ? void 0 : p2.id}')`, i4.schemaDiffResult.individualDiffs), a.emitter.emit(a.alert, { message: this.formatResources(this._resources.schemaChanged, this._resources.schemaNotUsable, this._resources.schemaChangeNotApplied), type: l.AlertTypeEnum.error }), false; + if (this._schemaChangeMoreRestrictive && (S.warning(`More restrictive schema change to flow (ID: '${null === (_2 = this._parentFlow) || void 0 === _2 ? void 0 : _2.id}')`, i4.schemaDiffResult.individualDiffs), !n3)) return a.emitter.emit(a.alert, { message: this.formatResources(this._resources.schemaChanged, this._resources.schemaChangeMoreRestrictive, this._resources.schemaChangeNotApplied), type: l.AlertTypeEnum.error }), false; this.dataTypeId = i4.schemaProcessingResult.rootDataTypeDefId; const h3 = Object.values(i4.schemaProcessingResult.customDataTypeDefs); o.createCustomExpressionTypesFromDataTypeDefs(this._parentFlow, h3, true), r3 && h3.forEach((e4) => { e4.addReader(r3); }), t3 || a.emitter.emit(a.alert, { message: this.formatResources(this._resources.schemaChanged, this._resources.schemaChangeApplied), type: l.AlertTypeEnum.info }); } catch (e4) { - return y.exception(e4, `Exception encountered during custom type creation for flow (ID: '${null === (h2 = this._parentFlow) || void 0 === h2 ? void 0 : h2.id}').`), m2 ? this._schemaChangeNotUsable = true : this._schemaNotUsable = true, a.emitter.emit(a.alert, { message: m2 ? this.formatResources(this._resources.schemaChanged, this._resources.schemaNotUsable, this._resources.schemaChangeNotApplied) : this.formatResources(this._resources.schemaNotUsable, this._resources.schemaChangeNotApplied), type: l.AlertTypeEnum.error }), false; + return S.exception(e4, `Exception encountered during custom type creation for flow (ID: '${null === (h2 = this._parentFlow) || void 0 === h2 ? void 0 : h2.id}').`), m2 ? this._schemaChangeNotUsable = true : this._schemaNotUsable = true, a.emitter.emit(a.alert, { message: m2 ? this.formatResources(this._resources.schemaChanged, this._resources.schemaNotUsable, this._resources.schemaChangeNotApplied) : this.formatResources(this._resources.schemaNotUsable, this._resources.schemaChangeNotApplied), type: l.AlertTypeEnum.error }), false; } return true; } @@ -99449,7 +100179,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const t3 = f.default.getType(this._parentFlow, this._parentExpressionTypeName); if (!t3) return; let i3 = this.customDataType; - i3 || (i3 = f.default.getType(this._parentFlow, S.emptyJson)), this._schemaName && (i3.schemaName = this._schemaName), this.updateJsonPropertyToJsonExpressionType(this._propName, t3, i3) && (null === (e3 = this._flow.variableGroup) || void 0 === e3 || e3.reexpandVariablesForType(t3)); + i3 || (i3 = f.default.getType(this._parentFlow, T.expressionTypeNames.emptyJson)), this._schemaName && (i3.schemaName = this._schemaName), this.updateJsonPropertyToJsonExpressionType(this._propName, t3, i3) && (null === (e3 = this._flow.variableGroup) || void 0 === e3 || e3.reexpandVariablesForType(t3)); } updateJsonPropertyToJsonExpressionType(e3, t3, i3) { if (!e3) return r2.error("no property name passed in when attempting to update a property to a custom data type."), false; @@ -99476,9 +100206,9 @@ ${e3.stack}`, n3 = [this].concat(i3); case 1: return i3[0]; case 2: - return (0, g.sprintf)(T.generic.joinTwoSentences, i3[0], i3[1]); + return (0, g.sprintf)(y.generic.joinTwoSentences, i3[0], i3[1]); case 3: - return (0, g.sprintf)(T.generic.joinThreeSentences, i3[0], i3[1], i3[2]); + return (0, g.sprintf)(y.generic.joinThreeSentences, i3[0], i3[1], i3[2]); default: return r2.warn(`No resources for joining ${i3.length} sentences. Just jamming them together.`), i3.join(" "); } @@ -99501,7 +100231,7 @@ ${e3.stack}`, n3 = [this].concat(i3); case p.CustomJsonNamespace.decisionTable: { const i4 = A.getCustomJsonTypeManagerByDataTypeId(t3); if (i4 && i4.customDataType) return i4.customDataType; - const r3 = yield h.decisionTableManager.getOrFetchItem(n3.decisionTableId), o2 = r3.id, a2 = n3.isContextInput, s2 = A.getOrCreateDecisionTableCustomJsonManager(e3, r3.name, o2, a2, T.variable.input, T.variable.output), l2 = r3.model.publishedContract, u2 = a2 ? l2.executionInputSchema : l2.executionOutputSchema; + const r3 = yield h.decisionTableManager.getOrFetchItem(n3.decisionTableId), o2 = r3.id, a2 = n3.isContextInput, s2 = A.getOrCreateDecisionTableCustomJsonManager(e3, r3.name, o2, a2, y.variable.input, y.variable.output), l2 = r3.model.publishedContract, u2 = a2 ? l2.executionInputSchema : l2.executionOutputSchema; return s2.tryUpdateParentExpressionPropTypeFromSchema(u2, true, false, true), s2.customDataType; } } @@ -99741,16 +100471,16 @@ ${e3.stack}`, n3 = [this].concat(i3); }); }, 85714: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(97891)), a = n2.__importDefault(i2(5478)), s = i2(20815), l = i2(45077), u = n2.__importDefault(i2(27203)), d = i2(81516), c = i2(21305), p = i2(80428), _ = i2(82632), h = i2(47957); - class m extends a.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(5478)), o = n2.__importDefault(i2(27203)), a = i2(82632), s = i2(20815), l = i2(45077), u = i2(21305), d = i2(80428), c = i2(81516), p = i2(12179), _ = n2.__importDefault(i2(97891)), h = i2(47957); + class m extends r2.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get branchInfo() { - return u.default.validInvalidFailure; + return o.default.validInvalidFailure; } static get managedProperties() { - return [{ label: h.skillExpressionFilters.skillExpressionFiltersLabel, property: "skillExpressionFilters", options: d.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setIsOptional(false).setIsCollection(true).setIninTestingField("skillExpressionFilters").setDescriptionInfo(null, h.skillExpressionFilters.evaluateSkillExpressionFiltersTooltipInfo).setMaxItems(_.evaluateSkillExpressionFilters.skillExpressionFilters.maxItems).setMinItems(_.evaluateSkillExpressionFilters.skillExpressionFilters.minItems).facets.setMinLength(_.evaluateSkillExpressionFilters.skillExpressionFilters.items.minLength).setMaxLength(_.evaluateSkillExpressionFilters.skillExpressionFilters.items.maxLength)), type: p.expressionTypeNames.string, yamlOptions: m.createYamlOptions("skillExpressionFilters", (e3) => e3.setPropertyName("skillExpressionFilters")) }, { label: h.skillExpressionFilters.skillExpressionFiltersResult, options: c.ExpressionTypeJsonOptions.create((e3) => e3.setIsCustomJsonType(true).setTypeIdentifier(p.expressionTypeNames.skillExpressionFilter).setIninTestingField("skillExpressionFiltersResult").setIsCollection(true).setAsOutput().setDescriptionInfo(null, h.skillExpressionFilters.evaluateSkillExpressionFiltersResultTooltipInfo)), property: "skillExpressionFiltersResult", type: p.expressionTypeNames.skillExpressionFilter, typeOfJsonShouldBeCustom: true, yamlOptions: m.createYamlOptions("skillExpressionFiltersResult", (e3) => e3.setPropertyName("skillExpressionFiltersResult").setExportOrder(100)) }]; + return [{ label: h.skillExpressionFilters.skillExpressionFiltersLabel, property: "skillExpressionFilters", options: c.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setIsOptional(false).setIsCollection(true).setIninTestingField("skillExpressionFilters").setDescriptionInfo(null, h.skillExpressionFilters.evaluateSkillExpressionFiltersTooltipInfo).setMaxItems(a.evaluateSkillExpressionFilters.skillExpressionFilters.maxItems).setMinItems(a.evaluateSkillExpressionFilters.skillExpressionFilters.minItems).facets.setMinLength(a.evaluateSkillExpressionFilters.skillExpressionFilters.items.minLength).setMaxLength(a.evaluateSkillExpressionFilters.skillExpressionFilters.items.maxLength)), type: d.expressionTypeNames.string, yamlOptions: m.createYamlOptions("skillExpressionFilters", (e3) => e3.setPropertyName("skillExpressionFilters")) }, { label: h.skillExpressionFilters.skillExpressionFiltersResult, options: u.ExpressionTypeJsonOptions.create((e3) => e3.setIsCustomJsonType(true).setTypeIdentifier(d.expressionTypeNames.skillExpressionFilter).setIninTestingField("skillExpressionFiltersResult").setIsCollection(true).setAsOutput().setDescriptionInfo(null, h.skillExpressionFilters.evaluateSkillExpressionFiltersResultTooltipInfo)), property: "skillExpressionFiltersResult", type: d.expressionTypeNames.skillExpressionFilter, typeOfJsonShouldBeCustom: true, yamlOptions: m.createYamlOptions("skillExpressionFiltersResult", (e3) => e3.setPropertyName("skillExpressionFiltersResult").setExportOrder(100)) }]; } _initializeDesignTime() { var e3, t3, i3; @@ -99759,10 +100489,10 @@ ${e3.stack}`, n3 = [this].concat(i3); n3.length > 0 && this.skillExpressionFiltersResult.options.setDescriptionAdditionalInfoSection({ title: h.skillExpressionFilters.exampleErrorResultsTitle, entries: n3 }); } _getPossibleErrors() { - return l.getEvaluateSkillExpressionFiltersFailureReasons; + return l.evaluateSkillExpressionFiltersFailureReasons; } } - m.info = o.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: r2.helpTopics.actions.evaluateSkillExpressionFilters, modelClass: s.EvaluateSkillExpressionFiltersActionModel, name: h.actions.evaluateSkillExpressionFilters, scriptingName: "ArchActionEvaluateSkillExpressionFilters" }), t2.A = m; + m.info = _.default.createActionInfo({ actionClass: m, canBeInTask: true, helpTopic: p.helpTopics.actions.evaluateSkillExpressionFilters, modelClass: s.EvaluateSkillExpressionFiltersActionModel, name: h.actions.evaluateSkillExpressionFilters, scriptingName: "ArchActionEvaluateSkillExpressionFilters" }), t2.A = m; }, 85761: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.lastValueFrom = void 0; @@ -100017,7 +100747,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 86015: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(78432)), a = n2.__importDefault(i2(56549)), s = n2.__importDefault(i2(94225)), l = n2.__importDefault(i2(37603)), { outputIds: u } = i2(26847), { scheduleManager: d } = i2(4861); + const n2 = i2(31635), r2 = i2(30801), o = n2.__importDefault(i2(78432)), a = n2.__importDefault(i2(56549)), s = n2.__importDefault(i2(94225)), l = n2.__importDefault(i2(37603)), u = i2(4861), d = i2(26847); class c extends l.default { constructor(e3) { super(e3), this._scheduleTimeZone = this.coreFactory.createArchWrapper(e3.timeZone), this._schedule = this.coreFactory.createArchWrapper(e3.schedule); @@ -100042,19 +100772,19 @@ ${e3.stack}`, n3 = [this].concat(i3); return this._schedule; } setScheduleByIdAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("scheduleId", "setScheduleByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScheduleByIdAsync"), t3, true), a.default.findItemByIdAsync(d, e3, "schedule").then((i3) => (this.logNote("found the schedule named '" + i3.name + "' by the schedule id '" + e3 + "'"), this._coreActionViewModel.setSchedule(i3), s.default.executeCallback(this, "setScheduleByIdAsync", t3, this))); + return this._checkItemIsValidLiteralString(this._infoParm("scheduleId", "setScheduleByIdAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScheduleByIdAsync"), t3, true), a.default.findItemByIdAsync(u.scheduleManager, e3, "schedule").then((i3) => (this.logNote("found the schedule named '" + i3.name + "' by the schedule id '" + e3 + "'"), this._coreActionViewModel.setSchedule(i3), s.default.executeCallback(this, "setScheduleByIdAsync", t3, this))); } setScheduleByNameAsync(e3, t3) { - return this._checkItemIsValidLiteralString(this._infoParm("scheduleName", "setScheduleByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScheduleByNameAsync"), t3, true), a.default.findItemByValueAsync(d, e3, "schedule", "name").then((i3) => (this.logNote("found the schedule named '" + i3.name + "' by the schedule Name '" + e3 + "'"), this._coreActionViewModel.setSchedule(i3), s.default.executeCallback(this, "setScheduleByNameAsync", t3, this))); + return this._checkItemIsValidLiteralString(this._infoParm("scheduleName", "setScheduleByNameAsync"), e3, false), this._checkItemIsValidFunction(this._infoParm("callbackFunction", "setScheduleByNameAsync"), t3, true), a.default.findItemByValueAsync(u.scheduleManager, e3, "schedule", "name").then((i3) => (this.logNote("found the schedule named '" + i3.name + "' by the schedule Name '" + e3 + "'"), this._coreActionViewModel.setSchedule(i3), s.default.executeCallback(this, "setScheduleByNameAsync", t3, this))); } get scheduleTimeZone() { return this._scheduleTimeZone; } get outputActive() { - return this._getOutputById(u.active, true); + return this._getOutputById(d.outputIds.active, true); } get outputInactive() { - return this._getOutputById(u.inactive, true); + return this._getOutputById(d.outputIds.inactive, true); } } t2.default = c; @@ -100225,26 +100955,26 @@ ${e3.stack}`, n3 = [this].concat(i3); }; }, 86332: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = n2.__importStar(i2(69453)), o = i2(69149), a = n2.__importDefault(i2(5532)), s = n2.__importDefault(i2(73198)), l = i2(80428), u = i2(59777), d = i2(48112), c = i2(81516), p = n2.__importDefault(i2(27203)), _ = n2.__importStar(i2(17498)), h = i2(58132), m = i2(12179), g = n2.__importDefault(i2(97891)), f = n2.__importDefault(i2(5478)), T = i2(27862); - class y extends f.default { + const n2 = i2(31635), r2 = n2.__importStar(i2(17498)), o = n2.__importStar(i2(69453)), a = n2.__importDefault(i2(5478)), s = n2.__importDefault(i2(27203)), l = n2.__importDefault(i2(5532)), u = i2(69149), d = i2(59777), c = i2(58132), p = n2.__importDefault(i2(73198)), _ = i2(80428), h = i2(48112), m = i2(81516), g = i2(12179), f = n2.__importDefault(i2(97891)), T = i2(27862); + class y extends a.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get managedProperties() { - return [{ label: r2.deflect.deflectToLabel, options: c.ExpressionTypeStringOptions.create((e3) => e3.setDescriptionInfo(r2.deflect.deflectToLabel, r2.deflect.deflectToDescription).setAsInput().setIsOptional(false).setDefaultText(r2.deflect.sms).setAllowModeLiteralOnly().setIninTestingField("deflect-deflectTo").setReadOnly(true).facets.setAllowableValues([r2.deflect.sms]).setDisplayFacetsAsInputWhenOnlyOneValueAllowed(true)), property: "deflectTo", type: l.expressionTypeNames.string }, { label: r2.deflect.messageLabel, options: c.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setDescriptionInfo(r2.deflect.messageLabel, r2.deflect.messageDescription).setIninTestingField("deflect-message").setAdditionalBuilderPartDefs([a.default.getBuilderPartDefById(o.builderPartIds.string.deflectionURL)]).facets.setMinLength(1).setMaxLength(s.default.maxSmsMessageLength).setTrim(true)), property: "message", type: l.expressionTypeNames.string }, { label: r2.deflect.smsToLabel, options: d.ExpressionTypePhoneNumberOptions.create((e3) => e3.setAsInput().setIsOptional(false).setDescriptionInfo(r2.deflect.smsToLabel, r2.deflect.smsToDescription).setDefaultToExpression(true).setDefaultText("ToPhoneNumber(Call.Ani)").setIninTestingField("deflect-smsTo")), property: "smsTo", type: l.expressionTypeNames.phoneNumber }, { label: r2.deflect.smsFromLabel, options: d.ExpressionTypePhoneNumberOptions.create((e3) => e3.setAsInput().setIsOptional(false).setDescriptionInfo(r2.deflect.smsFromLabel, r2.deflect.smsFromDescription).setAllowModeLiteralOnly().setLiteralUsesSmsPhoneNumberDropdown(true).setIninTestingField("deflect-smsFrom")), property: "smsFrom", type: l.expressionTypeNames.phoneNumber }]; + return [{ label: o.deflect.deflectToLabel, options: m.ExpressionTypeStringOptions.create((e3) => e3.setDescriptionInfo(o.deflect.deflectToLabel, o.deflect.deflectToDescription).setAsInput().setIsOptional(false).setDefaultText(o.deflect.sms).setAllowModeLiteralOnly().setIninTestingField("deflect-deflectTo").setReadOnly(true).facets.setAllowableValues([o.deflect.sms]).setDisplayFacetsAsInputWhenOnlyOneValueAllowed(true)), property: "deflectTo", type: _.expressionTypeNames.string }, { label: o.deflect.messageLabel, options: m.ExpressionTypeStringOptions.create((e3) => e3.setAsInput().setDescriptionInfo(o.deflect.messageLabel, o.deflect.messageDescription).setIninTestingField("deflect-message").setAdditionalBuilderPartDefs([l.default.getBuilderPartDefById(u.builderPartIds.string.deflectionURL)]).facets.setMinLength(1).setMaxLength(p.default.maxSmsMessageLength).setTrim(true)), property: "message", type: _.expressionTypeNames.string }, { label: o.deflect.smsToLabel, options: h.ExpressionTypePhoneNumberOptions.create((e3) => e3.setAsInput().setIsOptional(false).setDescriptionInfo(o.deflect.smsToLabel, o.deflect.smsToDescription).setDefaultToExpression(true).setDefaultText("ToPhoneNumber(Call.Ani)").setIninTestingField("deflect-smsTo")), property: "smsTo", type: _.expressionTypeNames.phoneNumber }, { label: o.deflect.smsFromLabel, options: h.ExpressionTypePhoneNumberOptions.create((e3) => e3.setAsInput().setIsOptional(false).setDescriptionInfo(o.deflect.smsFromLabel, o.deflect.smsFromDescription).setAllowModeLiteralOnly().setLiteralUsesSmsPhoneNumberDropdown(true).setIninTestingField("deflect-smsFrom")), property: "smsFrom", type: _.expressionTypeNames.phoneNumber }]; } static get branchInfo() { - return p.default.successFailure; + return s.default.successFailure; } _getPossibleErrors() { - return h.getDeflectFailureReasons; + return c.deflectFailureReasons; } updateDependencies() { var e3, t3, i3, n3; - super.updateDependencies(), (null === (e3 = this.smsFrom) || void 0 === e3 ? void 0 : e3.id) && (null === (n3 = null === (i3 = null === (t3 = this.smsFrom) || void 0 === t3 ? void 0 : t3.model) || void 0 === i3 ? void 0 : i3.config) || void 0 === n3 ? void 0 : n3.val) && _.registerConsumer(this, "smsPhoneNumber", this.smsFrom.model.config.val, this.smsFrom.model.config.val, _.NO_VERSION, T.SmsPhoneNumber, this.parentFlow); + super.updateDependencies(), (null === (e3 = this.smsFrom) || void 0 === e3 ? void 0 : e3.id) && (null === (n3 = null === (i3 = null === (t3 = this.smsFrom) || void 0 === t3 ? void 0 : t3.model) || void 0 === i3 ? void 0 : i3.config) || void 0 === n3 ? void 0 : n3.val) && r2.registerConsumer(this, "smsPhoneNumber", this.smsFrom.model.config.val, this.smsFrom.model.config.val, r2.NO_VERSION, T.SmsPhoneNumber, this.parentFlow); } } - y.info = g.default.createActionInfo({ actionClass: y, canBeInTask: true, helpTopic: m.helpTopics.actions.deflect, modelClass: u.DeflectActionModel, name: r2.deflect.deflect, scriptingName: "ArchActionDeflect" }), t2.A = y; + y.info = f.default.createActionInfo({ actionClass: y, canBeInTask: true, helpTopic: g.helpTopics.actions.deflect, modelClass: d.DeflectActionModel, name: o.deflect.deflect, scriptingName: "ArchActionDeflect" }), t2.A = y; }, 86473: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -100789,7 +101519,7 @@ ${e3.stack}`, n3 = [this].concat(i3); if (t3.isBlank) { if (t3.clearParseResult(), n3.isLiteralMode) if (n3.typeHasAssignableProperties && !t3.type.isCustomType) ; else { - if (n3.shouldBeNoValue) return t3.options.isNonFlowLevelInheritingExpression ? this._addErrorOrWarning(e3, t3, f.facets.valueShouldBeUseFlowDefault, (0, r2.sprintf)(f.expression.invalidLiteralContext, t3.label)) : this._addErrorOrWarning(e3, t3, f.facets.valueShouldBeNoValue, (0, r2.sprintf)(f.expression.invalidLiteralContext, t3.label)); + if (n3.shouldBeNoValue) return t3.options.inheritsFromFlowLevelDefaultExpression ? this._addErrorOrWarning(e3, t3, f.facets.valueShouldBeUseFlowDefault, (0, r2.sprintf)(f.expression.invalidLiteralContext, t3.label)) : this._addErrorOrWarning(e3, t3, f.facets.valueShouldBeNoValue, (0, r2.sprintf)(f.expression.invalidLiteralContext, t3.label)); if (!(0, c.areOptionsStringType)(t3.options) || !t3.options.allowEmpty) return t3.options.isOptional ? ((0, c.areOptionsStringType)(t3.options) && o.default.isString(t3.options.blankWarningText) && t3.options.blankWarningText.length && this._addErrorOrWarning(e3, t3, t3.options.blankWarningText, (0, r2.sprintf)(f.expression.invalidLiteralContext, t3.label), true), true) : this._addErrorOrWarning(e3, t3, f.facets.valueStringMinLengthOne, (0, r2.sprintf)(f.expression.invalidLiteralContext, t3.label)); } else if (n3.isVariableMode) { @@ -101251,11 +101981,11 @@ ${e3.stack}`, n3 = [this].concat(i3); static createFromPropertyDefinition(e3) { var t3, i3, n3; const r3 = new a.default(); - return r3.id = e3.id, r3.dataTypeId = (null === (i3 = null === (t3 = e3.type) || void 0 === t3 ? void 0 : t3.singletonType) || void 0 === i3 ? void 0 : i3.expressionType) || (null === (n3 = e3.type) || void 0 === n3 ? void 0 : n3.expressionType), r3.allowableValues = e3.allowableValues, r3.description = e3.description, r3.isCollection = e3.isCollection, r3.isRequired = e3.isRequired, r3.readOnly = e3.isReadOnly, r3.minLength = e3.minLength, r3.maxLength = e3.maxLength, r3.minValue = e3.minValue, r3.minValueInclusive = e3.minValueInclusive, r3.maxValue = e3.maxValue, r3.maxValueInclusive = e3.maxValueInclusive, r3.minItems = e3.minItems, r3.maxItems = e3.maxItems, r3.name = e3.name, new g(r3); + return r3.id = e3.id, r3.dataTypeId = (null === (i3 = null === (t3 = e3.type) || void 0 === t3 ? void 0 : t3.singletonType) || void 0 === i3 ? void 0 : i3.expressionType) || (null === (n3 = e3.type) || void 0 === n3 ? void 0 : n3.expressionType), r3.allowableValues = e3.allowableValues, r3.description = e3.description, r3.isCollection = e3.isCollection, r3.isRequired = e3.isRequired, r3.readOnly = e3.isReadOnly, r3.patchable = e3.isPatchable, r3.minLength = e3.minLength, r3.maxLength = e3.maxLength, r3.minValue = e3.minValue, r3.minValueInclusive = e3.minValueInclusive, r3.maxValue = e3.maxValue, r3.maxValueInclusive = e3.maxValueInclusive, r3.minItems = e3.minItems, r3.maxItems = e3.maxItems, r3.name = e3.name, new g(r3); } static createFromPropertyParams(e3, t3, i3, n3, r3) { var a2, s2, l2; - const u2 = { id: t3, name: t3, type: i3, isCollection: null !== (a2 = null == r3 ? void 0 : r3.isCollection) && void 0 !== a2 && a2, isRequired: null !== (s2 = null == r3 ? void 0 : r3.isRequired) && void 0 !== s2 && s2, readOnly: null !== (l2 = null == r3 ? void 0 : r3.isReadOnly) && void 0 !== l2 && l2, minLength: null == r3 ? void 0 : r3.minLength, maxLength: null == r3 ? void 0 : r3.maxLength, minValue: null == r3 ? void 0 : r3.minValue, minValueInclusive: null == r3 ? void 0 : r3.minValueInclusive, maxValue: null == r3 ? void 0 : r3.maxValue, maxValueInclusive: null == r3 ? void 0 : r3.maxValueInclusive, minItems: null == r3 ? void 0 : r3.minItems, maxItems: null == r3 ? void 0 : r3.maxItems, allowableValues: null == r3 ? void 0 : r3.allowableValues }, d2 = new o.PropertyDefinition(e3, u2, n3); + const u2 = { id: t3, name: t3, type: i3, isCollection: null !== (a2 = null == r3 ? void 0 : r3.isCollection) && void 0 !== a2 && a2, isRequired: null !== (s2 = null == r3 ? void 0 : r3.isRequired) && void 0 !== s2 && s2, readOnly: null !== (l2 = null == r3 ? void 0 : r3.isReadOnly) && void 0 !== l2 && l2, patchable: null == r3 ? void 0 : r3.isPatchable, minLength: null == r3 ? void 0 : r3.minLength, maxLength: null == r3 ? void 0 : r3.maxLength, minValue: null == r3 ? void 0 : r3.minValue, minValueInclusive: null == r3 ? void 0 : r3.minValueInclusive, maxValue: null == r3 ? void 0 : r3.maxValue, maxValueInclusive: null == r3 ? void 0 : r3.maxValueInclusive, minItems: null == r3 ? void 0 : r3.minItems, maxItems: null == r3 ? void 0 : r3.maxItems, allowableValues: null == r3 ? void 0 : r3.allowableValues }, d2 = new o.PropertyDefinition(e3, u2, n3); return g.createFromPropertyDefinition(d2); } static validateDataTypeDefsForCreation(e3, t3) { @@ -101338,6 +102068,18 @@ ${e3.stack}`, n3 = [this].concat(i3); set isReadOnly(e3) { this.readOnly = e3; } + get patchable() { + return !!this._dataTypeDef.patchable; + } + set patchable(e3) { + this._dataTypeDef.patchable = !!e3; + } + get isPatchable() { + return this.patchable; + } + set isPatchable(e3) { + this.patchable = e3; + } get minItems() { return this._dataTypeDef.minItems; } @@ -103227,7 +103969,7 @@ ${e3.stack}`, n3 = [this].concat(i3); this._checkItemIsValidLiteralStringOrStringArray(this._infoParm("compatibleFlowTypes", o2), x2, true), x2 && x2.forEach((e4) => { this._checkItemIsValidLiteralStringEnum(this._infoParm("compatibleFlowTypes", o2), e4, w.default.FLOW_TYPES_ALL); const t4 = N.default.getDefinitionForFlowType(e4); - this._checkItem(this._infoParm("compatibleFlowTypes", o2), !t4 || !t4.isEmbeddable, `the flow type '${e4}' cannot be used as a compatible flow type when creating a flow of type '${r3}'`); + this._checkItem(this._infoParm("compatibleFlowTypes", o2), !t4 || !t4.isEmbeddable, `the flow type '${e4}' cannot be used as a compatible flow type when creating a flow of type '${r3}'`), this._checkItem(this._infoParm("compatibleFlowTypes", o2), !N.default.getFlowTypeIsAvailable(e4), `the flow type '${e4}' is not available in this organization and cannot be used as a compatible flow type when creating a flow of type '${r3}'`); }), this._checkItem(this._infoParm("compatibleFlowTypes", o2), x2 && x2.length && !N.default.doesFlowTypeHaveDestinationFlowTypes(r3), `supported flow types were specified for the creation of flow '${e3}' but are not supported for flow type '${r3}'.`); const ie2 = this._infoParm("flowDivision", o2); L.default.orgInfo.areDivisionsAvailable ? (((0, oe.isUndefined)(R2) || null === R2) && (this.defaultFlowCreationDivision ? (this.logItemNote(ie2, "No flow division passed in on create call. Using the division specified in the defaultFlowCreationDivision property. Division: " + this.defaultFlowCreationDivision.logStr), R2 = this.defaultFlowCreationDivision) : this._itemIsInvalid(ie2, "When creating a flow, you must either pass an ArchDivision instance in the flowDivision parameter or have an ArchDivision instance set for the ArchFactoryFlows defaultFlowCreationDivision property.")), this._checkItem(ie2, !R2, "there is no flow creation division specified for the flow creation."), this._checkItem(ie2, !(null == R2 ? void 0 : R2.isArchDivision), "the flow creation division must be an ArchDivision instance."), this._checkItem(ie2, !(null == R2 ? void 0 : R2.canAddFlow), "the flow creation division must be a division whose canAddFlow property has a value of true. Division: " + (null == R2 ? void 0 : R2.logStr)), this.logItemNote(ie2, `flow will be created in the division ${null == R2 ? void 0 : R2.logStr}`)) : ((0, oe.isUndefined)(R2) || null === R2 || this._itemIsInvalid(ie2, "A value was specified for the flow creation division but divisions are not enabled for this organization."), R2 = void 0), this._checkItemIsValidLiteralBool(this._infoParm("generateFlowLogic", o2), V2, true); @@ -103817,12 +104559,12 @@ ${e3.stack}`, n3 = [this].concat(i3); Object.defineProperty(t2, "__esModule", { value: true }), t2.getFlowInfoForOpen = function(e3) { return n2.__awaiter(this, void 0, void 0, function* () { var t3; - D.withContext("flowId", e3).info("Starting flow open"); - const i3 = yield w.getFlow(e3, true, true); - if (!i3) throw D.withContext("flowId", e3).error("Failed to retrieve flow information"), new Error(`Failed to retrieve flow information for flow ID '${e3}'`); + P.withContext("flowId", e3).info("Starting flow open"); + const i3 = yield D.getFlow(e3, true, true); + if (!i3) throw P.withContext("flowId", e3).error("Failed to retrieve flow information"), new Error(`Failed to retrieve flow information for flow ID '${e3}'`); if ("FAILURE" === (null === (t3 = i3.currentOperation) || void 0 === t3 ? void 0 : t3.actionStatus)) { const { errorCode: t4, errorMessage: n4, actionName: r3 } = i3.currentOperation; - D.withContext("flowId", e3).withContext("errorCode", t4).withContext("errorMessage", n4).error(`Flow operation '${r3}' failed but allowing flow to load`); + P.withContext("flowId", e3).withContext("errorCode", t4).withContext("errorMessage", n4).error(`Flow operation '${r3}' failed but allowing flow to load`); } const n3 = new p.default(i3); return n3.topic.info(`Received flow info - type:'${i3.type}', id: '${i3.id}'`), n3; @@ -103830,16 +104572,16 @@ ${e3.stack}`, n3 = [this].concat(i3); }, t2.getFullFlow = function(e3) { return e3.type === a.flowTypes.flowTypeBot ? new s.default(e3) : e3.type === a.flowTypes.flowTypeCommonModule ? new l.default(e3) : e3.type === a.flowTypes.flowTypeDigitalBot ? new u.default(e3) : e3.type === a.flowTypes.flowTypeEmailSend ? new c.default(e3) : e3.type === a.flowTypes.flowTypeOutboundCall ? new S.default(e3) : e3.type === a.flowTypes.flowTypeInQueueCall ? new f.default(e3) : e3.type === a.flowTypes.flowTypeSecureCall ? new A.default(e3) : e3.type === a.flowTypes.flowTypeInboundEmail ? new m.default(e3) : e3.type === a.flowTypes.flowTypeSurveyInvite ? new N.default(e3) : e3.type === a.flowTypes.flowTypeInboundCall ? new _.default(e3) : e3.type === a.flowTypes.flowTypeInboundChat ? new h.default(e3) : e3.type === a.flowTypes.flowTypeInboundShortMessage ? new g.default(e3) : e3.type === a.flowTypes.flowTypeWorkflow ? new C.default(e3) : e3.type === a.flowTypes.flowTypeWorkitem ? new b.default(e3) : e3.type === a.flowTypes.flowTypeInQueueEmail ? new T.default(e3) : e3.type === a.flowTypes.flowTypeInQueueShortMessage ? new y.default(e3) : e3.type === a.flowTypes.flowTypeVoice ? new O.default(e3) : e3.type === a.flowTypes.flowTypeVoiceSurvey ? new v.default(e3) : e3.type === a.flowTypes.flowTypeVoicemail ? new I.default(e3) : e3.type === a.flowTypes.flowTypeVoiceSurvey ? new v.default(e3) : void console.error((0, r2.sprintf)("Type not supported for flow retrieval: %s", e3.type)); }, t2.makeReplayUrlFromFlowInstanceData = function(e3, t3, i3, n3) { - return R.ParameterValidator.expectString(e3, () => E.ParameterInfo.createFunctionParameter(P, "makeReplayUrlFromFlowInstanceData", "flowInstanceId")), R.ParameterValidator.expectString(t3, () => E.ParameterInfo.createFunctionParameter(P, "makeReplayUrlFromFlowInstanceData", "flowVersion")), R.ParameterValidator.expectString(i3, () => E.ParameterInfo.createFunctionParameter(P, "makeReplayUrlFromFlowInstanceData", "flowId")), R.ParameterValidator.expectFlowType(n3, () => E.ParameterInfo.createFunctionParameter(P, "makeReplayUrlFromFlowInstanceData", "flowType")), M(e3, t3, i3, n3); + return R.ParameterValidator.expectString(e3, () => E.ParameterInfo.createFunctionParameter(M, "makeReplayUrlFromFlowInstanceData", "flowInstanceId")), R.ParameterValidator.expectString(t3, () => E.ParameterInfo.createFunctionParameter(M, "makeReplayUrlFromFlowInstanceData", "flowVersion")), R.ParameterValidator.expectString(i3, () => E.ParameterInfo.createFunctionParameter(M, "makeReplayUrlFromFlowInstanceData", "flowId")), R.ParameterValidator.expectFlowType(n3, () => E.ParameterInfo.createFunctionParameter(M, "makeReplayUrlFromFlowInstanceData", "flowType")), F(e3, t3, i3, n3); }, t2.makeReplayUrlFromFlowPreview = function(e3) { const t3 = null == e3 ? void 0 : e3.previewedFlowInfo; - if (t3) return M(t3.executionId, t3.flowVersion, t3.flowId, t3.flowType); + if (t3) return F(t3.executionId, t3.flowVersion, t3.flowId, t3.flowType); }; - const n2 = i2(31635), r2 = i2(17604), o = i2(24032), a = i2(96618), s = n2.__importDefault(i2(84433)), l = n2.__importDefault(i2(60571)), u = n2.__importDefault(i2(31375)), d = n2.__importStar(i2(35515)), c = n2.__importDefault(i2(37824)), p = n2.__importDefault(i2(90396)), _ = n2.__importDefault(i2(54625)), h = n2.__importDefault(i2(22999)), m = n2.__importDefault(i2(65641)), g = n2.__importDefault(i2(55974)), f = n2.__importDefault(i2(24212)), T = n2.__importDefault(i2(44130)), y = n2.__importDefault(i2(58407)), S = n2.__importDefault(i2(40192)), A = n2.__importDefault(i2(44231)), N = n2.__importDefault(i2(83737)), O = n2.__importDefault(i2(74920)), I = n2.__importDefault(i2(98253)), v = n2.__importDefault(i2(66350)), C = n2.__importDefault(i2(71191)), b = n2.__importDefault(i2(43314)), E = i2(55909), R = i2(33951), w = i2(37345), D = (0, o.getTopic)("flowListHelper"), P = "flowHelper"; - function M(e3, t3, i3, n3) { + const n2 = i2(31635), r2 = i2(17604), o = i2(24032), a = i2(96618), s = n2.__importDefault(i2(84433)), l = n2.__importDefault(i2(60571)), u = n2.__importDefault(i2(31375)), d = n2.__importStar(i2(35515)), c = n2.__importDefault(i2(37824)), p = n2.__importDefault(i2(90396)), _ = n2.__importDefault(i2(54625)), h = n2.__importDefault(i2(22999)), m = n2.__importDefault(i2(65641)), g = n2.__importDefault(i2(55974)), f = n2.__importDefault(i2(24212)), T = n2.__importDefault(i2(44130)), y = n2.__importDefault(i2(58407)), S = n2.__importDefault(i2(40192)), A = n2.__importDefault(i2(44231)), N = n2.__importDefault(i2(83737)), O = n2.__importDefault(i2(74920)), I = n2.__importDefault(i2(98253)), v = n2.__importDefault(i2(66350)), C = n2.__importDefault(i2(71191)), b = n2.__importDefault(i2(43314)), E = i2(55909), R = i2(33951), w = i2(97340), D = i2(37345), P = (0, o.getTopic)("flowListHelper"), M = "flowHelper"; + function F(e3, t3, i3, n3) { if (!(n3 && i3 && e3 && t3)) return; - let r3 = `https://${d.values.host}/architect/#/`; - return r3 += `flowInstance/${e3}`, r3; + const r3 = `https://${d.values.host}${window.location.pathname}`; + return w.UrlBuilder.create(r3).addSegment("#").addSegment("flowInstance").addSegment(e3).render(); } }, 89917: (e2, t2, i2) => { "use strict"; @@ -104089,6 +104831,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 90159: (e2, t2, i2) => { "use strict"; var n2, r2; + Object.defineProperty(t2, "__esModule", { value: true }); const o = i2(31635), a = i2(19596), s = i2(80295); class l extends a.DataContract { constructor(e3) { @@ -104119,7 +104862,7 @@ ${e3.stack}`, n3 = [this].concat(i3); this._headers = e3; } } - t2.A = l, o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [String])], l.prototype, "url", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [String])], l.prototype, "fileUrl", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [String])], l.prototype, "uploadKey", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = "undefined" != typeof Map && Map) ? n2 : Object), o.__metadata("design:paramtypes", ["function" == typeof (r2 = "undefined" != typeof Map && Map) ? r2 : Object])], l.prototype, "headers", null); + t2.default = l, o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [String])], l.prototype, "url", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [String])], l.prototype, "fileUrl", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", String), o.__metadata("design:paramtypes", [String])], l.prototype, "uploadKey", null), o.__decorate([(0, s.enumerable)(true), o.__metadata("design:type", "function" == typeof (n2 = "undefined" != typeof Map && Map) ? n2 : Object), o.__metadata("design:paramtypes", ["function" == typeof (r2 = "undefined" != typeof Map && Map) ? r2 : Object])], l.prototype, "headers", null); }, 90178: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -105810,7 +106553,7 @@ ${e3.stack}`, n3 = [this].concat(i3); } function Pe(e4, t4, i3) { if (void 0 === t4) return e4; - switch (null == i3 ? 3 : i3) { + switch (i3 ?? 3) { case 1: return function(i4) { return e4.call(t4, i4); @@ -107620,7 +108363,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 93105: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.DigitalAudioType = void 0; - const n2 = i2(31635), r2 = i2(66800), o = i2(27491), a = i2(94765), s = i2(29017), l = i2(80428), u = n2.__importDefault(i2(4648)), d = i2(14394), c = i2(10798), p = i2(22226); + const n2 = i2(31635), r2 = i2(66800), o = i2(27491), a = i2(94765), s = i2(29017), l = i2(80428), u = n2.__importDefault(i2(4648)), d = i2(14394), c = i2(10798), p = n2.__importDefault(i2(22226)); class _ extends a.ExpressionType { constructor(e3, t3, i3) { super(e3, t3, i3); @@ -107632,7 +108375,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return o.expressionDataService.isFunctionTextAvailableForFlowTypeAndOperandTypes("ToDigitalAudio", e3, [d.globalTypes.responseAsset, d.globalTypes.digitalAudio]) && o.expressionDataService.isFunctionTextAvailableForFlowTypeAndOperandTypes("FindResponseAsset", e3, [d.globalTypes.string]); } convertLitToExpression(e3, t3) { - return t3 && this.canConvertLitToExpression(e3) ? `ToDigitalAudio(FindResponseAsset(${p.getQuotedExpressionStringLiteral(t3)}), NOT_SET)` : ""; + return t3 && this.canConvertLitToExpression(e3) ? `ToDigitalAudio(FindResponseAsset(${p.default.getQuotedExpressionStringLiteral(t3)}), NOT_SET)` : ""; } _getLiteralValueOfExpression() { return ""; @@ -108395,7 +109138,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 94225: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.ArchSession = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(74359)), a = n2.__importStar(i2(35515)), s = n2.__importStar(i2(36781)), l = n2.__importStar(i2(68223)), u = n2.__importStar(i2(14232)), d = n2.__importDefault(i2(78432)), c = n2.__importDefault(i2(72203)), p = n2.__importDefault(i2(74142)), _ = i2(54251), h = i2(97111), m = i2(50474), g = i2(67210), f = i2(44724), T = n2.__importDefault(i2(36019)), y = n2.__importDefault(i2(66978)), S = n2.__importDefault(i2(98717)), A = i2(53919), N = i2(58611), O = i2(33231); + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importStar(i2(74359)), a = n2.__importStar(i2(35515)), s = n2.__importStar(i2(36781)), l = n2.__importStar(i2(68223)), u = n2.__importStar(i2(14232)), d = n2.__importDefault(i2(78432)), c = n2.__importDefault(i2(72203)), p = n2.__importDefault(i2(74142)), _ = i2(54251), h = i2(97111), m = i2(50474), g = i2(67210), f = i2(44724), T = n2.__importDefault(i2(36019)), y = n2.__importDefault(i2(66978)), S = n2.__importDefault(i2(98717)), A = n2.__importStar(i2(53919)), N = i2(58611), O = i2(33231); let I; I = i2(42714); const v = i2(36479), C = i2(26031), b = i2(33588), E = n2.__importDefault(i2(8471)); @@ -108596,7 +109339,7 @@ ${e3.stack}`, n3 = [this].concat(i3); let m2; return R = O.defer(), this._status === d.default.SESSION_STATUSES.ended && O.all([o.bootstrapLanguageDataLoaded, o.featureTogglesLoaded, o.divisionsLoaded]).then(() => { this._setFactoryFlowStartupComplete(); - }), this._removeTtsListeners(), s.serviceListen(s.ttsEngineChanged, this._boundTtsEngineChanged), s.serviceListen(s.ttsEngineVoiceChanged, this._boundTtsEngineVoiceChanged), this.logNote("starting session authorization."), A.authorize(), this.logNoteVerbose("setting session status to '" + d.default.SESSION_STATUSES.running + "'."), this._status = d.default.SESSION_STATUSES.running, this._sessionStartDeferred = O.defer(), c.default.cacheEnabled = null !== (_2 = null == p2 ? void 0 : p2.cacheEnabled) && void 0 !== _2 && _2, c.default.showDiagnostics = null !== (h2 = null == p2 ? void 0 : p2.showCacheDiagnostics) && void 0 !== h2 && h2, n3.authToken ? (m2 = this._coreInitializeEnvironment(e3) + ", authToken: '" + n3.authToken + "'", a.setAuthToken(n3.authToken)) : (a.overrideProperties({ client: n3.clientId, client_secret: n3.clientSecret }), m2 = `${this._coreInitializeEnvironment(e3)}, clientId: '${n3.clientId}', clientSecret: '${n3.clientSecret}', isClientCredentialsOAuthClient: '${n3.isClientCredentialsClient}'`), this.logNote("architect scripting version: 0.66.1"), this.logNote("core environment configuration. " + m2), r2.default.isFunction(i3) && (this.logNote("end session callback function specified."), this._endCallbackFunction = i3), this._sessionEnded = false, this._endExitCode = 0, this._getDiscoveryProperties().then(() => { + }), this._removeTtsListeners(), s.serviceListen(s.ttsEngineChanged, this._boundTtsEngineChanged), s.serviceListen(s.ttsEngineVoiceChanged, this._boundTtsEngineVoiceChanged), this.logNote("starting session authorization."), A.authorize(), this.logNoteVerbose("setting session status to '" + d.default.SESSION_STATUSES.running + "'."), this._status = d.default.SESSION_STATUSES.running, this._sessionStartDeferred = O.defer(), c.default.cacheEnabled = null !== (_2 = null == p2 ? void 0 : p2.cacheEnabled) && void 0 !== _2 && _2, c.default.showDiagnostics = null !== (h2 = null == p2 ? void 0 : p2.showCacheDiagnostics) && void 0 !== h2 && h2, n3.authToken ? (m2 = this._coreInitializeEnvironment(e3) + ", authToken: '" + n3.authToken + "'", a.setAuthToken(n3.authToken)) : (a.overrideProperties({ client: n3.clientId, client_secret: n3.clientSecret }), m2 = `${this._coreInitializeEnvironment(e3)}, clientId: '${n3.clientId}', clientSecret: '${n3.clientSecret}', isClientCredentialsOAuthClient: '${n3.isClientCredentialsClient}'`), this.logNote("architect scripting version: 0.66.6"), this.logNote("core environment configuration. " + m2), r2.default.isFunction(i3) && (this.logNote("end session callback function specified."), this._endCallbackFunction = i3), this._sessionEnded = false, this._endExitCode = 0, this._getDiscoveryProperties().then(() => { this._coreAuthenticate(n3, u2).then(() => { this.logNote(`starting session startup initialization for '${u2}'.`); const e4 = new Promise((e5) => setTimeout(e5, 5e3)); @@ -109073,8 +109816,8 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 94604: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.getKnowledgeSource = void 0; - const n2 = i2(19760), r2 = i2(36019).default; - t2.getKnowledgeSource = r2.request("GET", "{public-api.apps}/api/v2/knowledge/sources/{id}", n2, { ignoreBadResponse: true }); + const n2 = i2(31635).__importDefault(i2(36019)), r2 = i2(19760); + t2.getKnowledgeSource = n2.default.request("GET", "{public-api.apps}/api/v2/knowledge/sources/{id}", r2, { ignoreBadResponse: true }); }, 94639: (e2, t2, i2) => { const n2 = i2(28730), r2 = i2(7401), { setActiveIntentActionType: o } = i2(30801); function a() { @@ -109116,7 +109859,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 94705: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(65305)), a = i2(30801), s = n2.__importDefault(i2(78432)), { SwitchStyles: l } = i2(68038); + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = n2.__importDefault(i2(65305)), a = i2(30801), s = n2.__importDefault(i2(78432)), l = i2(68038); class u extends o.default { constructor(e3) { super(e3), this._cases = this.coreFactory.createArchWrapper(this._getCoreViewModel().cases); @@ -109147,9 +109890,9 @@ ${e3.stack}`, n3 = [this].concat(i3); } get evaluationStyle() { switch (this._coreActionViewModel.switchStyle) { - case l.firstTrueCase: + case l.SwitchStyles.firstTrueCase: return s.default.SWITCH_EVALUATION_STYLES.matchFirstTrue; - case l.matchExpression: + case l.SwitchStyles.matchExpression: return s.default.SWITCH_EVALUATION_STYLES.matchExpression; default: this._logErrorInternalAndThrow("unknown evaluation style on core switch action."); @@ -109167,7 +109910,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const i3 = this._infoParm("caseExpressionOrExpressions", "setExpressionSwitch"); this._checkItemIsValidLiteralStringOrStringArray(i3, t3, true), r2.default.isArray(t3) && this._checkItem(this._infoParm("caseExpressionOrExpressions", "setExpressionSwitch"), t3.length > this.caseCountMax, "If specifying a case expression array, the maximum number of case expression strings is " + this.caseCountMax); const n3 = this._getCoreViewModel(); - n3.switchStyle = l.matchExpression, this.coreFactory.createArchValueFromExpression(n3.expression).setExpression(e3); + n3.switchStyle = l.SwitchStyles.matchExpression, this.coreFactory.createArchValueFromExpression(n3.expression).setExpression(e3); const o2 = this.switchDataType, a2 = this._infoVal("", "setExpressionSwitch"); if (this._checkItem(a2, !o2, "a resulting data type could not be determined from the expression text"), this._checkItem(a2, !o2.isScriptCreatableForFlow(this.parentFlow), "the resulting data type of " + o2 + " from the expression text is not script creatable for one of the flow types '" + this._getCoreViewModel().parentFlow.destinationFlowTypes.join(",") + "' so it cannot be used."), n3.expression.type = o2._getCoreViewModel(), r2.default.isArray(t3)) { const e4 = t3.length ? t3.length : 1; @@ -109183,7 +109926,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return o2; } setFirstTrueSwitch() { - this._coreActionViewModel.switchStyle = l.firstTrueCase, this._coreActionViewModel.expression.resetToDefaultValue(); + this._coreActionViewModel.switchStyle = l.SwitchStyles.firstTrueCase, this._coreActionViewModel.expression.resetToDefaultValue(); const e3 = this.switchDataType; this.logNote(`the switch expression will be switching at runtime based on the data type ${e3.logStr}.`), this._coreActionViewModel.updateCaseTypes(e3._getCoreViewModel(), true); for (let e4 = 0; e4 < this._cases.length; e4++) this.getCaseValue(e4).setLiteralFalse(); @@ -110714,7 +111457,7 @@ ${e3.stack}`, n3 = [this].concat(i3); } function ii(e3, t4, i3, n3) { var o2 = t4._milliseconds, a2 = Wt(t4._days), s2 = Wt(t4._months); - e3.isValid() && (n3 = null == n3 || n3, s2 && Ue(e3, $(e3, "Month") + s2 * i3), a2 && Q(e3, "Date", $(e3, "Date") + a2 * i3), o2 && e3._d.setTime(e3._d.valueOf() + o2 * i3), n3 && r2.updateOffset(e3, a2 || s2)); + e3.isValid() && (n3 = n3 ?? true, s2 && Ue(e3, $(e3, "Month") + s2 * i3), a2 && Q(e3, "Date", $(e3, "Date") + a2 * i3), o2 && e3._d.setTime(e3._d.valueOf() + o2 * i3), n3 && r2.updateOffset(e3, a2 || s2)); } Xt.fn = Gt.prototype, Xt.invalid = function() { return Xt(NaN); @@ -111522,19 +112265,19 @@ ${e3.stack}`, n3 = [this].concat(i3); } } }), e2.exports = n2; }, 95320: (e2, t2, i2) => { "use strict"; - const n2 = i2(31635), r2 = i2(12179), o = n2.__importDefault(i2(5478)), a = n2.__importDefault(i2(27203)), s = n2.__importDefault(i2(97891)), l = i2(67483), u = i2(67483), d = i2(47957); - class c extends o.default { + const n2 = i2(31635), r2 = n2.__importDefault(i2(5478)), o = n2.__importDefault(i2(27203)), a = i2(67483), s = i2(67483), l = i2(12179), u = n2.__importDefault(i2(97891)), d = i2(47957); + class c extends r2.default { constructor(e3, t3) { super(e3.parentFlow, e3), this._loadModel(t3); } static get branchInfo() { - return a.default.successFailure; + return o.default.successFailure; } _getPossibleErrors() { - return this.parentFlow.isWorkitemFlow ? u.getClearUtilizationLabelFailureReasonsWithWorkitem : l.getClearUtilizationLabelFailureReasons; + return this.parentFlow.isWorkitemFlow ? s.clearUtilizationLabelFailureReasonsWithWorkitem : a.clearUtilizationLabelFailureReasons; } } - c.info = s.default.createActionInfo({ actionClass: c, canBeInTask: true, helpTopic: r2.helpTopics.actions.clearUtilizationLabel, modelClass: i2(76122), name: d.actions.clearUtilizationLabel, scriptingName: "ArchActionClearUtilizationLabel" }), t2.A = c; + c.info = u.default.createActionInfo({ actionClass: c, canBeInTask: true, helpTopic: l.helpTopics.actions.clearUtilizationLabel, modelClass: i2(76122), name: d.actions.clearUtilizationLabel, scriptingName: "ArchActionClearUtilizationLabel" }), t2.A = c; }, 95338: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -111581,6 +112324,14 @@ ${e3.stack}`, n3 = [this].concat(i3); } } t2.default = o; + }, 95443: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.createBargeInManagedProperty = function(e3, t3) { + return { label: d.askCommon.voiceBargeInSettingLabel, options: s.ExpressionTypeBooleanOptions.create((i3) => { + i3.setInheritsFromFlowLevelDefault(true).setIsOptional(false).setDescriptionInfo(d.askCommon.voiceBargeInSettingLabel, d.askCommon.voiceBargeInSettingTooltip).setIninTestingField("enableBargeIn").setDefaultText(o.default.false).setRequiredFlowChannelType(l.channelTypeCall).setHideDefaultTextDescription(true).setBoolText(d.generic.genericOn, d.generic.genericOff).setFeatureConfigName(u.default.botFlowsBargeInActionLevel).setScriptingPropertyName("enableBargeIn").setUiPropertyOrder(e3), t3 && i3.setUiPropertyGroup(t3); + }), supportedFlowTypes: [r2.flowTypes.flowTypeBot, r2.flowTypes.flowTypeVoiceSurvey], property: "enableBargeIn", type: a.expressionTypeNames.boolean }; + }; + const n2 = i2(31635), r2 = i2(96618), o = n2.__importDefault(i2(73198)), a = i2(80428), s = i2(67607), l = n2.__importStar(i2(85020)), u = n2.__importDefault(i2(4648)), d = i2(47957); }, 95462: function(e2, t2, i2) { "use strict"; var n2 = this && this.__generator || function(e3, t3) { @@ -111744,7 +112495,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 95682: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.QuickRepliesType = t2.PROP_QUICK_REPLY_SUMMARY = t2.PROP_BUTTONS = void 0; - const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(19360), a = n2.__importStar(i2(12847)), s = n2.__importStar(i2(36781)), l = n2.__importStar(i2(58380)), u = i2(82632), d = n2.__importStar(i2(9345)), c = i2(80428), p = i2(14394), _ = i2(44521), h = i2(1492), m = i2(53476), g = n2.__importStar(i2(10798)), f = n2.__importDefault(i2(4648)), T = i2(63352); + const n2 = i2(31635), r2 = n2.__importDefault(i2(92140)), o = i2(19360), a = n2.__importStar(i2(12847)), s = n2.__importStar(i2(36781)), l = n2.__importStar(i2(58380)), u = i2(82632), d = n2.__importStar(i2(9345)), c = i2(80428), p = i2(14394), _ = i2(44521), h = i2(1492), m = i2(53476), g = n2.__importStar(i2(10798)), f = n2.__importDefault(i2(4648)), T = n2.__importStar(i2(63352)); t2.PROP_BUTTONS = "buttons", t2.PROP_QUICK_REPLY_SUMMARY = "quickreplysummary"; const y = u.dataTypeLimits.quickRepliesDataType.properties.buttons.maxItems.count; class S extends _.BasedOnChoicesType { @@ -112241,7 +112992,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 96060: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(73198)), a = i2(80428), s = n2.__importStar(i2(69453)), l = i2(48109), u = n2.__importDefault(i2(4648)), d = n2.__importStar(i2(81858)), c = i2(81176), p = i2(99923), _ = i2(99923), h = i2(99923), m = i2(99923), g = i2(67093), f = i2(14134), T = i2(3172), y = i2(35825), S = i2(47957), A = new y.BoolVariable({ name: "Flow.IsTest", id: "__FLOW_IS_TEST__", description: S.systemVariables.flowIsTest, isReadOnly: true, isSystemVariable: true, version: "1.0" }), N = [new y.DateTimeVariable({ name: "Flow.StartDateTimeUtc", id: "__FLOW_START_TIME__", description: S.systemVariables.flowStartTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Flow.Version", id: "__FLOW_VERSION__", description: S.systemVariables.flowVersion, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "System.MaxInt", id: "__MAX_INT__", description: (0, r2.sprintf)(S.systemVariables.maxInt, o.default.maxInt), isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateTimeVariable({ name: "System.MaxDateTime", id: "__MAX_DATETIME__", description: S.systemVariables.maxDateTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "System.MaxDuration", id: "__MAX_DURATION__", description: S.systemVariables.maxDuration, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "System.MinInt", id: "__MIN_INT__", description: (0, r2.sprintf)(S.systemVariables.minInt, o.default.minInt), isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateTimeVariable({ name: "System.MinDateTime", id: "__MIN_DATETIME__", description: S.systemVariables.minDateTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "System.MinDuration", id: "__MIN_DURATION__", description: S.systemVariables.minDuration, isReadOnly: true, isSystemVariable: true, version: "1.0" })], O = [A, ...N], I = { digitalBotFlowVariables: [new y.StringVariable({ name: "Session.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Session.LastKnowledgeGeneratedAnswer", id: "__SESSION_LAST_KNOWLEDGE_GENERATION__", description: S.systemVariables.sessionLastKnowledgeGenerated, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsAnswerGenerationMultipleArticles, version: "1.0" }), new y.StringVariable({ name: "Session.LastKnowledgeSearchId", id: "__SESSION_LAST_KNOWLEDGE_SEARCH_ID__", description: S.systemVariables.sessionLastKnowledgeSearchId, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature, version: "1.0" }), new y.BoolVariable({ name: "Session.IsAuthenticated", id: "__MESSAGE_IS_AUTHENTICATED__", description: S.systemVariables.messagingIsAuthenticated, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.botFlowsAuthentication })], botFlowVariables: [new y.StringVariable({ name: "Session.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Session.LastKnowledgeGeneratedAnswer", id: "__SESSION_LAST_KNOWLEDGE_GENERATION__", description: S.systemVariables.sessionLastKnowledgeGenerated, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsAnswerGenerationMultipleArticles, version: "1.0" }), new y.StringVariable({ name: "Session.LastKnowledgeSearchId", id: "__SESSION_LAST_KNOWLEDGE_SEARCH_ID__", description: S.systemVariables.sessionLastKnowledgeSearchId, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsAdvancedKnowledgeHandling, version: "1.0" }), new y.StringVariable({ name: "Session.LastCollectionMode", id: "__LAST_COLLECTION_MODE__", description: (0, r2.sprintf)(S.systemVariables.lastCollectionModeDescription, (0, l.getListDisplayString)([c.inputMode.speech, c.inputMode.dtmf, c.inputMode.text], false, false, true)), isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.lastCollectionModeVariable })], internalFlowVariables: [new y.StringVariable({ name: "Flow.$lastInput", id: "__LAST_INPUT__", isInternal: true, isReadOnly: true, isSystemVariable: true, version: "1.0" })], commonCallVariables: [new y.StringVariable({ name: "Call.Ani", id: "__CALL_ANI__", description: S.systemVariables.callAni, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.CalledAddress", id: "__CALL_DNIS__", description: S.systemVariables.callCalledAddress, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.CalledAddressOriginal", id: "__CALL_DNIS_ORIGINAL__", description: S.systemVariables.callCalledAddressOriginal, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Call.ExternalTag", id: "__EXTERNAL_TAG__", description: S.systemVariables.callExternalTag, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.RemoteName", id: "__CALL_REMOTE_NAME__", description: S.systemVariables.callRemoteName, isReadOnly: true, isSystemVariable: true, version: "1.0" })], callFlowVariables: [new y.StringVariable({ name: "Call.ConversationId", id: "__CALL_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.callConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Interaction.Id", id: "__INTERACTION_ID__", description: S.systemVariables.interactionId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.Language", id: "__INTERACTION_LANGUAGE__", deprecatedName: "interaction.language", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.LastCollectionMode", id: "__LAST_COLLECTION_MODE__", description: (0, r2.sprintf)(S.systemVariables.lastCollectionModeDescription, (0, l.getListDisplayString)([c.inputMode.speech, c.inputMode.dtmf], false, false, true)), isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.lastCollectionModeVariable })], dateOnlyAndTimeOnlySystemVariables: [new y.DateVariable({ name: "System.MaxDate", id: "__MAX_DATE__", description: S.systemVariables.maxDate, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateVariable({ name: "System.MinDate", id: "__MIN_DATE__", description: S.systemVariables.minDate, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.TimeVariable({ name: "System.MaxTime", id: "__MAX_TIME__", description: S.systemVariables.maxTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.TimeVariable({ name: "System.MinTime", id: "__MIN_TIME__", description: S.systemVariables.minTime, isReadOnly: true, isSystemVariable: true, version: "1.0" })], formatVariables: [new g.BoolFormatEnumContainerVariable({ name: "Format.Bool", id: "__FORMAT_BOOL__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.CurrencyFormatEnumContainerVariable({ name: "Format.Currency", id: "__FORMAT_CURRENCY__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.DateFormatEnumContainerVariable({ name: "Format.Date", id: "__FORMAT_DATE__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.TimePartEnumContainerVariable({ name: "Format.TimePart", id: "__FORMAT_TIME_PART__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.NumberFormatEnumContainerVariable({ name: "Format.Number", id: "__FORMAT_NUMBER__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.PhoneNumberFormatEnumContainerVariable({ name: "Format.PhoneNumber", id: "__FORMAT_PHONE_NUMBER__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true, featureToggleName: d.archPhoneNumberPhase2 }), new g.StringFormatEnumContainerVariable({ name: "Format.String", id: "__FORMAT_STRING__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.TimeFormatEnumContainerVariable({ name: "Format.Time", id: "__FORMAT_TIME__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true })], languageVariables: [new T.LanguageCaseEnumContainerVariable({ name: "Language.Case", id: "__LANGUAGE_CASE__", isReadOnly: true, isSystemVariable: true, version: "1.0" }), new T.LanguageGenderEnumContainerVariable({ name: "Language.Gender", id: "__LANGUAGE_GENDER__", isReadOnly: true, isSystemVariable: true, version: "1.0" }), new T.LanguageQuantityEnumContainerVariable({ name: "Language.Quantity", id: "__LANGUAGE_QUANTITY__", isReadOnly: true, isSystemVariable: true, version: "1.0" })], lookupVariables: [new f.DateTimeEnumContainerVariable({ name: "System.DateTime", id: "__SYSINFO_DATETIME__", description: S.systemVariables.infoDateTimes, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new f.CurrenciesEnumContainerVariable({ name: "System.Currencies", id: "__SYSINFO_CURRENCIES__", description: S.systemVariables.infoCurrencies, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new f.LanguagesEnumContainerVariable({ name: "System.Languages", id: "__SYSINFO_LANGUAGES__", description: S.systemVariables.infoLanguages, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new f.RegionsEnumContainerVariable({ name: "System.Regions", id: "__SYSINFO_REGIONS__", description: S.systemVariables.infoRegions, isReadOnly: true, isSystemVariable: true, version: "1.0" })], menuVariables: [new y.BoolVariable({ name: "Menu.LastCollectionNoInput", id: "__MENU_LAST_COLLECTION_NO_INPUT__", description: S.systemVariables.menuLastCollectionNoInput, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.voicemailFlows }), new y.BoolVariable({ name: "Menu.LastCollectionNoMatch", id: "__MENU_LAST_COLLECTION_NO_MATCH__", description: S.systemVariables.menuLastCollectionNoMatch, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.voicemailFlows })], nluBasedCommonFlowVariables: [new y.StringVariable({ name: "Session.ChannelType", id: "__SESSION_CHANNEL_TYPE__", description: S.systemVariables.sessionChannelType, descriptionOverrides: { voicesurvey: S.systemVariables.sessionChannelTypeVoiceSurvey }, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.ConversationId", id: "__SESSION_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.sessionConversationId, descriptionOverrides: { voicesurvey: S.systemVariables.sessionConversationIdVoiceSurvey }, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DecimalVariable({ name: "Session.LastCollectionConfidence", id: "__SESSION_LAST_COLLECTION_CONFIDENCE__", description: (0, r2.sprintf)(S.systemVariables.sessionLastCollectionConfidence, S.actions.askForActionGeneric), descriptionOverrides: { voicesurvey: (0, r2.sprintf)(S.systemVariables.sessionLastCollectionConfidenceVoiceSurvey, S.actions.askForActionGeneric) }, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.LastCollectionUtterance", id: "__SESSION_LAST_COLLECTION_UTTERANCE__", description: (0, r2.sprintf)(S.systemVariables.sessionLastCollectionUtterance, S.actions.askForActionGeneric), descriptionOverrides: { voicesurvey: (0, r2.sprintf)(S.systemVariables.sessionLastCollectionUtteranceVoiceSurvey, S.actions.askForActionGeneric) }, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DecimalVariable({ name: "Session.LastNLUCollectionConfidence", id: "__SESSION_LAST_NLU_COLLECTION_CONFIDENCE__", description: (0, r2.sprintf)(S.systemVariables.sessionLastNLUCollectionConfidence, S.actions.askForActionGeneric), featureConfig: u.default.botFlowsLastNLUCollectionConfidence, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.Source", id: "__SESSION_SOURCE__", description: S.systemVariables.sessionSource, descriptionOverrides: { voicesurvey: S.systemVariables.sessionSourceVoiceSurvey }, isReadOnly: true, isSystemVariable: true, version: "1.0" })], nluBasedIntentVariables: [new y.StringVariable({ name: "Session.ActiveIntent", id: "__SESSION_ACTIVE_INTENT__", description: S.systemVariables.sessionActiveIntent, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.LastCompletedIntent", id: "__SESSION_LAST_COMPLETED_INTENT__", description: (0, r2.sprintf)(S.systemVariables.sessionLastCompletedIntent, S.actions.askForIntent), isReadOnly: true, isSystemVariable: true, version: "1.0" })], nluBasedKnowledgeVariables: [new y.StringVariable({ name: "Session.LastKnowledgeAnswer", id: "__SESSION_LAST_KNOWLEDGE_ANSWER__", description: S.systemVariables.sessionLastKnowledgeAnswer, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsKnowledge, version: "1.0" }), new y.StringVariable({ name: "Session.LastKnowledgeQuestion", id: "__SESSION_LAST_KNOWLEDGE_QUESTION__", description: S.systemVariables.sessionLastKnowledgeQuestion, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsKnowledge, version: "1.0" })], automateLookupVariables: [new f.ConversationTypesEnumContainerVariable({ name: "System.Conversation", id: "__SYSINFO_CONVERSATION__", description: S.surveyInviteFlowVariables.conversation, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new f.SurveyDispositionsEnumContainerVariable({ name: "System.Survey", id: "__SYSINFO_SURVEY__", description: S.surveyInviteFlowVariables.survey, isReadOnly: true, isSystemVariable: true, version: "1.0" })], systemVariablesNoIsTest: N, systemVariables: O, uuiDataVariable: [new y.StringVariable({ name: "Call.UUIData", id: "__CALL_UUIDATA__", description: S.inboundOutboundAndInQueueCallFlowVariables.uuiData, isReadOnly: true, isSystemVariable: true, version: "1.0", initialValue: false })], outboundCallFlowVariables: [new y.CampaignVariable({ name: "Call.Campaign", id: "__FLOW_CAMPAIGN__", deprecatedName: "flow.campaign", description: S.systemVariables.flowCampaign, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ContactListVariable({ name: "Call.ContactList", id: "__FLOW_CONTACT_LIST__", deprecatedName: "flow.contactlist", description: S.systemVariables.flowContactList, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.WrapupCodeVariable({ name: "Flow.WrapupCode", id: "__FLOW_WRAPUP_CODE__", description: S.systemVariables.flowWrapupCode, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.ContactId", id: "__CALL_CONTACT_ID__", description: S.systemVariables.callContactId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ContactVariable({ name: "Call.Contact", id: "__FLOW_CONTACT__", deprecatedName: "flow.contact", description: S.systemVariables.flowContact, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 })], emailSendFlowVariables: [new y.StringVariable({ name: "Email.ConversationId", id: "__EMAIL_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.emailDraftConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.QueueVariable({ name: "Email.CurrentQueue", id: "__CALL_CURRENT_QUEUE__", description: S.systemVariables.emailDraftCurrentQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.JsonVariable({ name: "Email.Draft", id: "__EMAIL_DRAFT__", description: S.systemVariables.emailDraftVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", typeIdentifier: a.expressionTypeNames.draftEmail }), new y.StringVariable({ name: "Flow.AgentUiLanguage", id: "__AGENT_UI_LANGUAGE__", description: s.emailSend.variables.agentUiLanguageDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" })], inboundEmailFlowVariables: [new y.CampaignVariable({ name: "Email.Campaign", id: "__FLOW_CAMPAIGN__", description: S.systemVariables.flowCampaign, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.outboundEmailCampaigns }), new y.ContactListVariable({ name: "Email.ContactList", id: "__FLOW_CONTACT_LIST__", description: S.systemVariables.flowContactList, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.outboundEmailCampaigns }), new y.StringVariable({ name: "Email.ContactId", id: "__CALL_CONTACT_ID__", description: S.systemVariables.callContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.outboundEmailCampaigns }), new y.StringVariable({ name: "Email.ExternalTag", id: "__EXTERNAL_TAG__", description: S.systemVariables.emailExternalTag, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ComplexVariable({ name: "Email.Message", id: "__EMAIL_MESSAGE__", description: S.systemVariables.emailMessage, typeIdentifier: a.expressionTypeNames.email, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Email.ConversationId", id: "__EMAIL_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.emailConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Email.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Email.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.LanguageSkillVariable({ name: "Email.LanguageSkill", id: "__CONVERSATION_LANGUAGE_SKILL__", deprecatedId: "__EMAIL_LANGUAGE_SKILL__", description: S.systemVariables.emailLanguageSkill, isReadOnly: true, isSystemVariable: true, version: "1.0" })], inboundShortMessageFlowVariables: [new y.ComplexVariable({ name: "Message.Message", id: "__MESSAGE_MESSAGE__", description: S.systemVariables.messageMessage, typeIdentifier: a.expressionTypeNames.shortMessage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Message.ConversationId", id: "__MESSAGE_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.messagingConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Message.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Message.ExternalTag", id: "__EXTERNAL_TAG__", description: S.systemVariables.messageExternalTag, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.BoolVariable({ name: "Message.IsAuthenticated", id: "__MESSAGE_IS_AUTHENTICATED__", description: S.systemVariables.messagingIsAuthenticated, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.authorizedWebMessaging }), new y.BoolVariable({ name: "Message.IsNewConversation", id: "__MESSAGE_IS_NEW_CONVERSATION__", description: S.systemVariables.messagingIsNewConversation, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Message.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.CampaignVariable({ name: "Message.Campaign", id: "__FLOW_CAMPAIGN__", description: S.systemVariables.flowCampaign, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ContactListVariable({ name: "Message.ContactList", id: "__FLOW_CONTACT_LIST__", description: S.systemVariables.flowContactList, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Message.ContactId", id: "__CALL_CONTACT_ID__", description: S.systemVariables.callContactId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ComplexVariable({ name: "Message.JourneyContext", id: "__CHAT_JOURNEY_CONTEXT__", description: S.systemVariables.messageJourneyContextVariableDescription, typeIdentifier: a.expressionTypeNames.journeyContext, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.inboundShortMessageFlows_Journey }), new y.JsonVariable({ name: "Message.InvocationData", id: "__MESSAGE_INVOCATION_DATA__", description: S.systemVariables.invocationData, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.postFlowDigitalFeature })], inboundChatFlowVariables: [new y.ComplexVariable({ name: "Chat.Guest", id: "__CHAT_GUEST__", description: S.systemVariables.chatGuest, typeIdentifier: a.expressionTypeNames.chatGuest, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Chat.ConversationId", id: "__CHAT_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.chatConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Chat.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ComplexVariable({ name: "Chat.JourneyContext", id: "__CHAT_JOURNEY_CONTEXT__", description: S.systemVariables.chatJourneyContext, typeIdentifier: a.expressionTypeNames.journeyContext, isReadOnly: true, isSystemVariable: true, version: "1.0" })], inQueueCallFlowVariables: [new y.SkillVariable({ name: "Call.ACDSkills", id: "__CONVERSATION_ACD_SKILLS__", description: S.systemVariables.conversationACDSkillsVariableDescription, isReadOnly: true, isSystemVariable: true, isCollection: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.QueueVariable({ name: "Call.CurrentQueue", id: "__CALL_CURRENT_QUEUE__", description: S.systemVariables.callCurrentQueue, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "Call.EstimatedWaitTime", id: "__CALL_ESTIMATED_WAIT_TIME__", description: S.systemVariables.callEstimatedWaitTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.LanguageSkillVariable({ name: "Call.LanguageSkill", id: "__CONVERSATION_LANGUAGE_SKILL__", description: S.systemVariables.conversationLanguageSkillVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.PromptVariable({ name: "Flow.HoldPrompt", id: "__FLOW_HOLD_PROMPT__", description: S.inQueueFlowVariables.flowHoldPrompt, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Call.PositionInQueue", id: "__CALL_POSITION_IN_QUEUE__", description: S.systemVariables.callPositionInQueue, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Call.Priority", id: "__CONVERSATION_PRIORITY__", description: S.systemVariables.conversationPriorityVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature })], inQueueEmailFlowVariables: [new y.SkillVariable({ name: "Email.ACDSkills", id: "__CONVERSATION_ACD_SKILLS__", description: S.systemVariables.conversationACDSkillsVariableDescription, isReadOnly: true, isSystemVariable: true, isCollection: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.QueueVariable({ name: "Email.CurrentQueue", id: "__CALL_CURRENT_QUEUE__", description: S.systemVariables.emailCurrentQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "Email.EstimatedWaitTime", id: "__CALL_ESTIMATED_WAIT_TIME__", description: S.systemVariables.emailEstimatedWaitTimeVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Email.PositionInQueue", id: "__CALL_POSITION_IN_QUEUE__", description: S.systemVariables.emailPositionInQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Email.Priority", id: "__CONVERSATION_PRIORITY__", description: S.systemVariables.conversationPriorityVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature })], inQueueShortMessageFlowVariables: [new y.SkillVariable({ name: "Message.ACDSkills", id: "__CONVERSATION_ACD_SKILLS__", description: S.systemVariables.conversationACDSkillsVariableDescription, isReadOnly: true, isSystemVariable: true, isCollection: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.QueueVariable({ name: "Message.CurrentQueue", id: "__CALL_CURRENT_QUEUE__", description: S.systemVariables.messageCurrentQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "Message.EstimatedWaitTime", id: "__CALL_ESTIMATED_WAIT_TIME__", description: S.systemVariables.messageEstimatedWaitTimeVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.LanguageSkillVariable({ name: "Message.LanguageSkill", id: "__CONVERSATION_LANGUAGE_SKILL__", description: S.systemVariables.conversationLanguageSkillVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.IntegerVariable({ name: "Message.PositionInQueue", id: "__CALL_POSITION_IN_QUEUE__", description: S.systemVariables.messagePositionInQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Message.Priority", id: "__CONVERSATION_PRIORITY__", description: S.systemVariables.conversationPriorityVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature })], invocationDataVariable: [new y.JsonVariable({ name: "Call.InvocationData", id: "__CALL_INVOCATION_DATA__", description: S.systemVariables.invocationData, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.postCallActionFeature })], secureCallFlowVariables: [new y.StringVariable({ name: "Flow.InvocationData", id: "__FLOW_INVOCATION_DATA__", description: S.systemVariables.flowInvocationData, isReadOnly: true, isSystemVariable: true, version: "1.0" })], surveyInviteFlowVariables: [new y.ComplexVariable({ name: "Survey.CustomerContact", id: "__SURVEY_CUSTOMER_CONTACT__", typeIdentifier: a.expressionTypeNames.externalContact, description: S.surveyInviteFlowVariables.customerContact, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ComplexVariable({ name: "Survey.CustomerOrganization", id: "__SURVEY_CUSTOMER_ORGANIZATION__", typeIdentifier: a.expressionTypeNames.externalOrganization, description: S.surveyInviteFlowVariables.customerOrganization, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Survey.ConversationId", id: "__SURVEY_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.surveyInviteFlowVariables.conversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Survey.Url", id: "__SURVEY_URL__", description: S.surveyInviteFlowVariables.url, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Survey.ConversationType", id: "__SURVEY_CONVERSATION_TYPE__", description: S.surveyInviteFlowVariables.conversationType, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Survey.CustomerAddress", id: "__SURVEY_CUSTOMER_ADDRESS__", description: S.surveyInviteFlowVariables.customerAddress, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateTimeVariable({ name: "Survey.ConversationStartDateTimeUtc", id: "__SURVEY_CONVERSATION_START_DATETIME__", description: S.surveyInviteFlowVariables.conversationStartDateTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateTimeVariable({ name: "Survey.ConversationEndDateTimeUtc", id: "__SURVEY_CONVERSATION_END_DATETIME__", description: S.surveyInviteFlowVariables.conversationEndDateTime, isReadOnly: true, isSystemVariable: true, version: "1.0" })], voicemailFlowVariables: [new y.StringVariable({ name: "Voicemail.DebugEntityType", id: "__VOICEMAIL_DEBUG_ENTITY_TYPE__", description: (0, r2.sprintf)(S.systemVariables.voicemailDebugEntityTypeDescription, p.vmEntityTypeGroup.id, _.vmEntityTypeQueue.id, h.vmEntityTypeUser.id), isReadOnly: true, allowInitialValueForReadOnly: true, isSystemVariable: true, version: "1.0", initialValueOptionsCallback: () => { + const n2 = i2(31635), r2 = i2(17604), o = n2.__importDefault(i2(73198)), a = i2(80428), s = n2.__importStar(i2(69453)), l = i2(48109), u = n2.__importDefault(i2(4648)), d = n2.__importStar(i2(81858)), c = i2(81176), p = i2(99923), _ = i2(99923), h = i2(99923), m = i2(99923), g = i2(67093), f = i2(14134), T = i2(3172), y = i2(35825), S = i2(47957), A = new y.BoolVariable({ name: "Flow.IsTest", id: "__FLOW_IS_TEST__", description: S.systemVariables.flowIsTest, isReadOnly: true, isSystemVariable: true, version: "1.0" }), N = [new y.DateTimeVariable({ name: "Flow.StartDateTimeUtc", id: "__FLOW_START_TIME__", description: S.systemVariables.flowStartTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Flow.Version", id: "__FLOW_VERSION__", description: S.systemVariables.flowVersion, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "System.MaxInt", id: "__MAX_INT__", description: (0, r2.sprintf)(S.systemVariables.maxInt, o.default.maxInt), isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateTimeVariable({ name: "System.MaxDateTime", id: "__MAX_DATETIME__", description: S.systemVariables.maxDateTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "System.MaxDuration", id: "__MAX_DURATION__", description: S.systemVariables.maxDuration, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "System.MinInt", id: "__MIN_INT__", description: (0, r2.sprintf)(S.systemVariables.minInt, o.default.minInt), isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateTimeVariable({ name: "System.MinDateTime", id: "__MIN_DATETIME__", description: S.systemVariables.minDateTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "System.MinDuration", id: "__MIN_DURATION__", description: S.systemVariables.minDuration, isReadOnly: true, isSystemVariable: true, version: "1.0" })], O = [A, ...N], I = { digitalBotFlowVariables: [new y.StringVariable({ name: "Session.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Session.LastKnowledgeGeneratedAnswer", id: "__SESSION_LAST_KNOWLEDGE_GENERATION__", description: S.systemVariables.sessionLastKnowledgeGenerated, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsAnswerGenerationMultipleArticles, version: "1.0" }), new y.StringVariable({ name: "Session.LastKnowledgeSearchId", id: "__SESSION_LAST_KNOWLEDGE_SEARCH_ID__", description: S.systemVariables.sessionLastKnowledgeSearchId, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature, version: "1.0" }), new y.BoolVariable({ name: "Session.IsAuthenticated", id: "__MESSAGE_IS_AUTHENTICATED__", description: S.systemVariables.messagingIsAuthenticated, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.botFlowsAuthentication })], botFlowVariables: [new y.StringVariable({ name: "Session.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Session.LastKnowledgeGeneratedAnswer", id: "__SESSION_LAST_KNOWLEDGE_GENERATION__", description: S.systemVariables.sessionLastKnowledgeGenerated, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsAnswerGenerationMultipleArticles, version: "1.0" }), new y.StringVariable({ name: "Session.LastKnowledgeSearchId", id: "__SESSION_LAST_KNOWLEDGE_SEARCH_ID__", description: S.systemVariables.sessionLastKnowledgeSearchId, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsAdvancedKnowledgeHandling, version: "1.0" }), new y.StringVariable({ name: "Session.LastCollectionMode", id: "__LAST_COLLECTION_MODE__", description: (0, r2.sprintf)(S.systemVariables.lastCollectionModeDescription, (0, l.getListDisplayString)([c.inputMode.speech, c.inputMode.dtmf, c.inputMode.text], false, false, true)), isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.lastCollectionModeVariable })], internalFlowVariables: [new y.StringVariable({ name: "Flow.$lastInput", id: "__LAST_INPUT__", isInternal: true, isReadOnly: true, isSystemVariable: true, version: "1.0" })], commonCallVariables: [new y.StringVariable({ name: "Call.Ani", id: "__CALL_ANI__", description: S.systemVariables.callAni, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.CalledAddress", id: "__CALL_DNIS__", description: S.systemVariables.callCalledAddress, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.CalledAddressOriginal", id: "__CALL_DNIS_ORIGINAL__", description: S.systemVariables.callCalledAddressOriginal, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Call.ExternalTag", id: "__EXTERNAL_TAG__", description: S.systemVariables.callExternalTag, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.RemoteName", id: "__CALL_REMOTE_NAME__", description: S.systemVariables.callRemoteName, isReadOnly: true, isSystemVariable: true, version: "1.0" })], callFlowVariables: [new y.StringVariable({ name: "Call.ConversationId", id: "__CALL_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.callConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Interaction.Id", id: "__INTERACTION_ID__", description: S.systemVariables.interactionId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.Language", id: "__INTERACTION_LANGUAGE__", deprecatedName: "interaction.language", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.LastCollectionMode", id: "__LAST_COLLECTION_MODE__", description: (0, r2.sprintf)(S.systemVariables.lastCollectionModeDescription, (0, l.getListDisplayString)([c.inputMode.speech, c.inputMode.dtmf], false, false, true)), isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.lastCollectionModeVariable })], dateOnlyAndTimeOnlySystemVariables: [new y.DateVariable({ name: "System.MaxDate", id: "__MAX_DATE__", description: S.systemVariables.maxDate, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateVariable({ name: "System.MinDate", id: "__MIN_DATE__", description: S.systemVariables.minDate, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.TimeVariable({ name: "System.MaxTime", id: "__MAX_TIME__", description: S.systemVariables.maxTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.TimeVariable({ name: "System.MinTime", id: "__MIN_TIME__", description: S.systemVariables.minTime, isReadOnly: true, isSystemVariable: true, version: "1.0" })], formatVariables: [new g.BoolFormatEnumContainerVariable({ name: "Format.Bool", id: "__FORMAT_BOOL__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.CurrencyFormatEnumContainerVariable({ name: "Format.Currency", id: "__FORMAT_CURRENCY__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.DateFormatEnumContainerVariable({ name: "Format.Date", id: "__FORMAT_DATE__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.TimePartEnumContainerVariable({ name: "Format.TimePart", id: "__FORMAT_TIME_PART__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.NumberFormatEnumContainerVariable({ name: "Format.Number", id: "__FORMAT_NUMBER__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.PhoneNumberFormatEnumContainerVariable({ name: "Format.PhoneNumber", id: "__FORMAT_PHONE_NUMBER__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true, featureToggleName: d.archPhoneNumberPhase2 }), new g.StringFormatEnumContainerVariable({ name: "Format.String", id: "__FORMAT_STRING__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true }), new g.TimeFormatEnumContainerVariable({ name: "Format.Time", id: "__FORMAT_TIME__", isReadOnly: true, isSystemVariable: true, version: "1.0", hideFromAutocomplete: true })], languageVariables: [new T.LanguageCaseEnumContainerVariable({ name: "Language.Case", id: "__LANGUAGE_CASE__", isReadOnly: true, isSystemVariable: true, version: "1.0" }), new T.LanguageGenderEnumContainerVariable({ name: "Language.Gender", id: "__LANGUAGE_GENDER__", isReadOnly: true, isSystemVariable: true, version: "1.0" }), new T.LanguageQuantityEnumContainerVariable({ name: "Language.Quantity", id: "__LANGUAGE_QUANTITY__", isReadOnly: true, isSystemVariable: true, version: "1.0" })], lookupVariables: [new f.DateTimeEnumContainerVariable({ name: "System.DateTime", id: "__SYSINFO_DATETIME__", description: S.systemVariables.infoDateTimes, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new f.CurrenciesEnumContainerVariable({ name: "System.Currencies", id: "__SYSINFO_CURRENCIES__", description: S.systemVariables.infoCurrencies, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new f.LanguagesEnumContainerVariable({ name: "System.Languages", id: "__SYSINFO_LANGUAGES__", description: S.systemVariables.infoLanguages, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new f.RegionsEnumContainerVariable({ name: "System.Regions", id: "__SYSINFO_REGIONS__", description: S.systemVariables.infoRegions, isReadOnly: true, isSystemVariable: true, version: "1.0" })], menuVariables: [new y.BoolVariable({ name: "Menu.LastCollectionNoInput", id: "__MENU_LAST_COLLECTION_NO_INPUT__", description: S.systemVariables.menuLastCollectionNoInput, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.voicemailFlows }), new y.BoolVariable({ name: "Menu.LastCollectionNoMatch", id: "__MENU_LAST_COLLECTION_NO_MATCH__", description: S.systemVariables.menuLastCollectionNoMatch, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.voicemailFlows })], nluBasedCommonFlowVariables: [new y.StringVariable({ name: "Session.ChannelType", id: "__SESSION_CHANNEL_TYPE__", description: S.systemVariables.sessionChannelType, descriptionOverrides: { voicesurvey: S.systemVariables.sessionChannelTypeVoiceSurvey }, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.ConversationId", id: "__SESSION_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.sessionConversationId, descriptionOverrides: { voicesurvey: S.systemVariables.sessionConversationIdVoiceSurvey }, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DecimalVariable({ name: "Session.LastCollectionConfidence", id: "__SESSION_LAST_COLLECTION_CONFIDENCE__", description: (0, r2.sprintf)(S.systemVariables.sessionLastCollectionConfidence, S.actions.askForActionGeneric), descriptionOverrides: { voicesurvey: (0, r2.sprintf)(S.systemVariables.sessionLastCollectionConfidenceVoiceSurvey, S.actions.askForActionGeneric) }, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.LastCollectionUtterance", id: "__SESSION_LAST_COLLECTION_UTTERANCE__", description: (0, r2.sprintf)(S.systemVariables.sessionLastCollectionUtterance, S.actions.askForActionGeneric), descriptionOverrides: { voicesurvey: (0, r2.sprintf)(S.systemVariables.sessionLastCollectionUtteranceVoiceSurvey, S.actions.askForActionGeneric) }, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DecimalVariable({ name: "Session.LastNLUCollectionConfidence", id: "__SESSION_LAST_NLU_COLLECTION_CONFIDENCE__", description: (0, r2.sprintf)(S.systemVariables.sessionLastNLUCollectionConfidence, S.actions.askForActionGeneric), featureConfig: u.default.botFlowsLastNLUCollectionConfidence, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.Source", id: "__SESSION_SOURCE__", description: S.systemVariables.sessionSource, descriptionOverrides: { voicesurvey: S.systemVariables.sessionSourceVoiceSurvey }, isReadOnly: true, isSystemVariable: true, version: "1.0" })], nluBasedIntentVariables: [new y.StringVariable({ name: "Session.ActiveIntent", id: "__SESSION_ACTIVE_INTENT__", description: S.systemVariables.sessionActiveIntent, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Session.LastCompletedIntent", id: "__SESSION_LAST_COMPLETED_INTENT__", description: (0, r2.sprintf)(S.systemVariables.sessionLastCompletedIntent, S.actions.askForIntent), isReadOnly: true, isSystemVariable: true, version: "1.0" })], nluBasedKnowledgeVariables: [new y.StringVariable({ name: "Session.LastKnowledgeAnswer", id: "__SESSION_LAST_KNOWLEDGE_ANSWER__", description: S.systemVariables.sessionLastKnowledgeAnswer, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsKnowledge, version: "1.0" }), new y.StringVariable({ name: "Session.LastKnowledgeQuestion", id: "__SESSION_LAST_KNOWLEDGE_QUESTION__", description: S.systemVariables.sessionLastKnowledgeQuestion, isReadOnly: true, isSystemVariable: true, featureConfig: u.default.botFlowsKnowledge, version: "1.0" })], automateLookupVariables: [new f.ConversationTypesEnumContainerVariable({ name: "System.Conversation", id: "__SYSINFO_CONVERSATION__", description: S.surveyInviteFlowVariables.conversation, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new f.SurveyDispositionsEnumContainerVariable({ name: "System.Survey", id: "__SYSINFO_SURVEY__", description: S.surveyInviteFlowVariables.survey, isReadOnly: true, isSystemVariable: true, version: "1.0" })], systemVariablesNoIsTest: N, systemVariables: O, uuiDataVariable: [new y.StringVariable({ name: "Call.UUIData", id: "__CALL_UUIDATA__", description: S.inboundOutboundAndInQueueCallFlowVariables.uuiData, isReadOnly: true, isSystemVariable: true, version: "1.0", initialValue: false })], outboundCallFlowVariables: [new y.CampaignVariable({ name: "Call.Campaign", id: "__FLOW_CAMPAIGN__", deprecatedName: "flow.campaign", description: S.systemVariables.flowCampaign, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ContactListVariable({ name: "Call.ContactList", id: "__FLOW_CONTACT_LIST__", deprecatedName: "flow.contactlist", description: S.systemVariables.flowContactList, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.WrapupCodeVariable({ name: "Flow.WrapupCode", id: "__FLOW_WRAPUP_CODE__", description: S.systemVariables.flowWrapupCode, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.ContactId", id: "__CALL_CONTACT_ID__", description: S.systemVariables.callContactId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ContactVariable({ name: "Call.Contact", id: "__FLOW_CONTACT__", deprecatedName: "flow.contact", description: S.systemVariables.flowContact, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 })], emailSendFlowVariables: [new y.StringVariable({ name: "Email.ConversationId", id: "__EMAIL_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.emailDraftConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.QueueVariable({ name: "Email.CurrentQueue", id: "__CALL_CURRENT_QUEUE__", description: S.systemVariables.emailDraftCurrentQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.JsonVariable({ name: "Email.Draft", id: "__EMAIL_DRAFT__", description: S.systemVariables.emailDraftVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", typeIdentifier: a.expressionTypeNames.draftEmail }), new y.StringVariable({ name: "Email.ExternalTag", id: "__EXTERNAL_TAG__", description: S.systemVariables.emailExternalTag, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Email.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Flow.AgentUiLanguage", id: "__AGENT_UI_LANGUAGE__", description: s.emailSend.variables.agentUiLanguageDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" })], inboundEmailFlowVariables: [new y.CampaignVariable({ name: "Email.Campaign", id: "__FLOW_CAMPAIGN__", description: S.systemVariables.flowCampaign, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.outboundEmailCampaigns }), new y.ContactListVariable({ name: "Email.ContactList", id: "__FLOW_CONTACT_LIST__", description: S.systemVariables.flowContactList, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.outboundEmailCampaigns }), new y.StringVariable({ name: "Email.ContactId", id: "__CALL_CONTACT_ID__", description: S.systemVariables.callContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.outboundEmailCampaigns }), new y.StringVariable({ name: "Email.ExternalTag", id: "__EXTERNAL_TAG__", description: S.systemVariables.emailExternalTag, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ComplexVariable({ name: "Email.Message", id: "__EMAIL_MESSAGE__", description: S.systemVariables.emailMessage, typeIdentifier: a.expressionTypeNames.email, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Email.ConversationId", id: "__EMAIL_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.emailConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Email.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Email.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.LanguageSkillVariable({ name: "Email.LanguageSkill", id: "__CONVERSATION_LANGUAGE_SKILL__", deprecatedId: "__EMAIL_LANGUAGE_SKILL__", description: S.systemVariables.emailLanguageSkill, isReadOnly: true, isSystemVariable: true, version: "1.0" })], inboundShortMessageFlowVariables: [new y.ComplexVariable({ name: "Message.Message", id: "__MESSAGE_MESSAGE__", description: S.systemVariables.messageMessage, typeIdentifier: a.expressionTypeNames.shortMessage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Message.ConversationId", id: "__MESSAGE_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.messagingConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Message.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.StringVariable({ name: "Message.ExternalTag", id: "__EXTERNAL_TAG__", description: S.systemVariables.messageExternalTag, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.BoolVariable({ name: "Message.IsAuthenticated", id: "__MESSAGE_IS_AUTHENTICATED__", description: S.systemVariables.messagingIsAuthenticated, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.authorizedWebMessaging }), new y.BoolVariable({ name: "Message.IsNewConversation", id: "__MESSAGE_IS_NEW_CONVERSATION__", description: S.systemVariables.messagingIsNewConversation, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Message.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.CampaignVariable({ name: "Message.Campaign", id: "__FLOW_CAMPAIGN__", description: S.systemVariables.flowCampaign, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ContactListVariable({ name: "Message.ContactList", id: "__FLOW_CONTACT_LIST__", description: S.systemVariables.flowContactList, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Message.ContactId", id: "__CALL_CONTACT_ID__", description: S.systemVariables.callContactId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ComplexVariable({ name: "Message.JourneyContext", id: "__CHAT_JOURNEY_CONTEXT__", description: S.systemVariables.messageJourneyContextVariableDescription, typeIdentifier: a.expressionTypeNames.journeyContext, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.inboundShortMessageFlows_Journey }), new y.JsonVariable({ name: "Message.InvocationData", id: "__MESSAGE_INVOCATION_DATA__", description: S.systemVariables.invocationData, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.postFlowDigitalFeature })], inboundChatFlowVariables: [new y.ComplexVariable({ name: "Chat.Guest", id: "__CHAT_GUEST__", description: S.systemVariables.chatGuest, typeIdentifier: a.expressionTypeNames.chatGuest, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Chat.ConversationId", id: "__CHAT_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.systemVariables.chatConversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Chat.Language", id: "__INTERACTION_LANGUAGE__", description: S.systemVariables.interactionLanguage, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ComplexVariable({ name: "Chat.JourneyContext", id: "__CHAT_JOURNEY_CONTEXT__", description: S.systemVariables.chatJourneyContext, typeIdentifier: a.expressionTypeNames.journeyContext, isReadOnly: true, isSystemVariable: true, version: "1.0" })], inQueueCallFlowVariables: [new y.SkillVariable({ name: "Call.ACDSkills", id: "__CONVERSATION_ACD_SKILLS__", description: S.systemVariables.conversationACDSkillsVariableDescription, isReadOnly: true, isSystemVariable: true, isCollection: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.QueueVariable({ name: "Call.CurrentQueue", id: "__CALL_CURRENT_QUEUE__", description: S.systemVariables.callCurrentQueue, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "Call.EstimatedWaitTime", id: "__CALL_ESTIMATED_WAIT_TIME__", description: S.systemVariables.callEstimatedWaitTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Call.ExternalContactId", id: "__EXTERNAL_CONTACT_ID__", description: S.systemVariables.externalContactId, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.externalContactIdentityResolutionPhase1 }), new y.LanguageSkillVariable({ name: "Call.LanguageSkill", id: "__CONVERSATION_LANGUAGE_SKILL__", description: S.systemVariables.conversationLanguageSkillVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.PromptVariable({ name: "Flow.HoldPrompt", id: "__FLOW_HOLD_PROMPT__", description: S.inQueueFlowVariables.flowHoldPrompt, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Call.PositionInQueue", id: "__CALL_POSITION_IN_QUEUE__", description: S.systemVariables.callPositionInQueue, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Call.Priority", id: "__CONVERSATION_PRIORITY__", description: S.systemVariables.conversationPriorityVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature })], inQueueEmailFlowVariables: [new y.SkillVariable({ name: "Email.ACDSkills", id: "__CONVERSATION_ACD_SKILLS__", description: S.systemVariables.conversationACDSkillsVariableDescription, isReadOnly: true, isSystemVariable: true, isCollection: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.QueueVariable({ name: "Email.CurrentQueue", id: "__CALL_CURRENT_QUEUE__", description: S.systemVariables.emailCurrentQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "Email.EstimatedWaitTime", id: "__CALL_ESTIMATED_WAIT_TIME__", description: S.systemVariables.emailEstimatedWaitTimeVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Email.PositionInQueue", id: "__CALL_POSITION_IN_QUEUE__", description: S.systemVariables.emailPositionInQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Email.Priority", id: "__CONVERSATION_PRIORITY__", description: S.systemVariables.conversationPriorityVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature })], inQueueShortMessageFlowVariables: [new y.SkillVariable({ name: "Message.ACDSkills", id: "__CONVERSATION_ACD_SKILLS__", description: S.systemVariables.conversationACDSkillsVariableDescription, isReadOnly: true, isSystemVariable: true, isCollection: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.QueueVariable({ name: "Message.CurrentQueue", id: "__CALL_CURRENT_QUEUE__", description: S.systemVariables.messageCurrentQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DurationVariable({ name: "Message.EstimatedWaitTime", id: "__CALL_ESTIMATED_WAIT_TIME__", description: S.systemVariables.messageEstimatedWaitTimeVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.LanguageSkillVariable({ name: "Message.LanguageSkill", id: "__CONVERSATION_LANGUAGE_SKILL__", description: S.systemVariables.conversationLanguageSkillVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature }), new y.IntegerVariable({ name: "Message.PositionInQueue", id: "__CALL_POSITION_IN_QUEUE__", description: S.systemVariables.messagePositionInQueueVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.IntegerVariable({ name: "Message.Priority", id: "__CONVERSATION_PRIORITY__", description: S.systemVariables.conversationPriorityVariableDescription, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.setPrioritySkillsFeature })], invocationDataVariable: [new y.JsonVariable({ name: "Call.InvocationData", id: "__CALL_INVOCATION_DATA__", description: S.systemVariables.invocationData, isReadOnly: true, isSystemVariable: true, version: "1.0", featureConfig: u.default.postCallActionFeature })], secureCallFlowVariables: [new y.StringVariable({ name: "Flow.InvocationData", id: "__FLOW_INVOCATION_DATA__", description: S.systemVariables.flowInvocationData, isReadOnly: true, isSystemVariable: true, version: "1.0" })], surveyInviteFlowVariables: [new y.ComplexVariable({ name: "Survey.CustomerContact", id: "__SURVEY_CUSTOMER_CONTACT__", typeIdentifier: a.expressionTypeNames.externalContact, description: S.surveyInviteFlowVariables.customerContact, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.ComplexVariable({ name: "Survey.CustomerOrganization", id: "__SURVEY_CUSTOMER_ORGANIZATION__", typeIdentifier: a.expressionTypeNames.externalOrganization, description: S.surveyInviteFlowVariables.customerOrganization, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Survey.ConversationId", id: "__SURVEY_CONVERSATION_ID__", copyPasteId: "__CONVERSATION_ID__", description: S.surveyInviteFlowVariables.conversationId, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Survey.Url", id: "__SURVEY_URL__", description: S.surveyInviteFlowVariables.url, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Survey.ConversationType", id: "__SURVEY_CONVERSATION_TYPE__", description: S.surveyInviteFlowVariables.conversationType, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.StringVariable({ name: "Survey.CustomerAddress", id: "__SURVEY_CUSTOMER_ADDRESS__", description: S.surveyInviteFlowVariables.customerAddress, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateTimeVariable({ name: "Survey.ConversationStartDateTimeUtc", id: "__SURVEY_CONVERSATION_START_DATETIME__", description: S.surveyInviteFlowVariables.conversationStartDateTime, isReadOnly: true, isSystemVariable: true, version: "1.0" }), new y.DateTimeVariable({ name: "Survey.ConversationEndDateTimeUtc", id: "__SURVEY_CONVERSATION_END_DATETIME__", description: S.surveyInviteFlowVariables.conversationEndDateTime, isReadOnly: true, isSystemVariable: true, version: "1.0" })], voicemailFlowVariables: [new y.StringVariable({ name: "Voicemail.DebugEntityType", id: "__VOICEMAIL_DEBUG_ENTITY_TYPE__", description: (0, r2.sprintf)(S.systemVariables.voicemailDebugEntityTypeDescription, p.vmEntityTypeGroup.id, _.vmEntityTypeQueue.id, h.vmEntityTypeUser.id), isReadOnly: true, allowInitialValueForReadOnly: true, isSystemVariable: true, version: "1.0", initialValueOptionsCallback: () => { const { ExpressionTypeStringOptions: e3 } = i2(81516); return e3.create((e4) => e4.setDefaultText(h.vmEntityTypeUser.id).setDescriptionInfo(S.variable.initialValueLabel, (0, r2.sprintf)(S.systemVariables.voicemailDebugEntityTypeDescription, p.vmEntityTypeGroup.id, _.vmEntityTypeQueue.id, h.vmEntityTypeUser.id)).setModeNoValueSelectionLabel(S.systemVariables.voicemailDebugEntityTypeNoValueLabel).facets.setTrim(true).setAllowableValues(m.vmEntityTypesAll)); } }), new y.GroupVariable({ name: "Voicemail.DebugGroup", id: "__VOICEMAIL_DEBUG_GROUP__", description: (0, r2.sprintf)(S.systemVariables.voicemailDebugGroupDescription, p.vmEntityTypeGroup.id), isReadOnly: true, allowInitialValueForReadOnly: true, isSystemVariable: true, version: "1.0", initialValueOptionsCallback: () => { @@ -113444,7 +114195,7 @@ ${e3.stack}`, n3 = [this].concat(i3); "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.environmentList = void 0; const n2 = i2(75754); - t2.environmentList = [{ env: n2.environmentEnum.dev, appsV2Env: "dev", host: "apps.inindca.com", region: "us-east-1" }, { env: n2.environmentEnum.dev, appsV2Env: "dev", host: "app-regional.inindca.com", region: "us-east-1" }, { env: n2.environmentEnum.test, appsV2Env: "test", host: "apps.inintca.com", region: "us-east-1" }, { env: n2.environmentEnum.test, appsV2Env: "test", host: "app-regional.inintca.com", region: "us-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-cac1", host: "apps.cac1.pure.cloud", region: "ca-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-cac1", host: "app-regional.cac1.pure.cloud", region: "ca-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-mec1", host: "apps.mec1.pure.cloud", region: "me-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-mec1", host: "app-regional.mec1.pure.cloud", region: "me-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod", host: "apps.mypurecloud.com", region: "us-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod", host: "app-regional.mypurecloud.com", region: "us-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apse1", host: "apps.apse1.pure.cloud", region: "ap-southeast-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apse1", host: "app-regional.apse1.pure.cloud", region: "ap-southeast-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apse2", host: "apps.mypurecloud.com.au", region: "ap-southeast-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apse2", host: "app-regional.mypurecloud.com.au", region: "ap-southeast-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euc1", host: "apps.mypurecloud.de", region: "eu-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euc1", host: "app-regional.mypurecloud.de", region: "eu-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euc2", host: "apps.euc2.pure.cloud", region: "eu-central-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euc2", host: "app-regional.euc2.pure.cloud", region: "eu-central-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euw1", host: "apps.mypurecloud.ie", region: "eu-west-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euw1", host: "app-regional.mypurecloud.ie", region: "eu-west-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne1", host: "apps.mypurecloud.jp", region: "ap-northeast-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne1", host: "app-regional.mypurecloud.jp", region: "ap-northeast-1" }, { env: n2.environmentEnum.prod, appsV2Env: "fedramp-use2-core", host: "apps.use2.us-gov-pure.cloud", region: "us-east-2", isFedRamp: true }, { env: n2.environmentEnum.prod, appsV2Env: "fedramp-use2-core", host: "app-regional.use2.us-gov-pure.cloud", region: "us-east-2", isFedRamp: true }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euw2", host: "apps.euw2.pure.cloud", region: "eu-west-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euw2", host: "app-regional.euw2.pure.cloud", region: "eu-west-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-usw2", host: "apps.usw2.pure.cloud", region: "us-west-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-usw2", host: "app-regional.usw2.pure.cloud", region: "us-west-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne2", host: "apps.apne2.pure.cloud", region: "ap-northeast-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne2", host: "app-regional.apne2.pure.cloud", region: "ap-northeast-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne3", host: "apps.apne3.pure.cloud", region: "ap-northeast-3" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne3", host: "app-regional.apne3.pure.cloud", region: "ap-northeast-3" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-aps1", host: "apps.aps1.pure.cloud", region: "ap-south-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-aps1", host: "app-regional.aps1.pure.cloud", region: "ap-south-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-mxc1", host: "apps.mxc1.pure.cloud", region: "mx-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-mxc1", host: "app-regional.mxc1.pure.cloud", region: "mx-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-sae1", host: "apps.sae1.pure.cloud", region: "sa-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-sae1", host: "app-regional.sae1.pure.cloud", region: "sa-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "eusc-edee1", host: "apps.eusc-edee1.pure.cloud", region: "eusc-de-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "eusc-edee1", host: "app-regional.eusc-edee1.pure.cloud", region: "eusc-de-east-1" }]; + t2.environmentList = [{ env: n2.environmentEnum.dev, appsV2Env: "dev", host: "apps.inindca.com", region: "us-east-1" }, { env: n2.environmentEnum.dev, appsV2Env: "dev", host: "app-regional.inindca.com", region: "us-east-1" }, { env: n2.environmentEnum.test, appsV2Env: "test", host: "apps.inintca.com", region: "us-east-1" }, { env: n2.environmentEnum.test, appsV2Env: "test", host: "app-regional.inintca.com", region: "us-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-cac1", host: "apps.cac1.pure.cloud", region: "ca-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-cac1", host: "app-regional.cac1.pure.cloud", region: "ca-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-mec1", host: "apps.mec1.pure.cloud", region: "me-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-mec1", host: "app-regional.mec1.pure.cloud", region: "me-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod", host: "apps.mypurecloud.com", region: "us-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod", host: "app-regional.mypurecloud.com", region: "us-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apse1", host: "apps.apse1.pure.cloud", region: "ap-southeast-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apse1", host: "app-regional.apse1.pure.cloud", region: "ap-southeast-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apse2", host: "apps.mypurecloud.com.au", region: "ap-southeast-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apse2", host: "app-regional.mypurecloud.com.au", region: "ap-southeast-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euc1", host: "apps.mypurecloud.de", region: "eu-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euc1", host: "app-regional.mypurecloud.de", region: "eu-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euc2", host: "apps.euc2.pure.cloud", region: "eu-central-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euc2", host: "app-regional.euc2.pure.cloud", region: "eu-central-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euw1", host: "apps.mypurecloud.ie", region: "eu-west-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euw1", host: "app-regional.mypurecloud.ie", region: "eu-west-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne1", host: "apps.mypurecloud.jp", region: "ap-northeast-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne1", host: "app-regional.mypurecloud.jp", region: "ap-northeast-1" }, { env: n2.environmentEnum.prod, appsV2Env: "fedramp-use2-core", host: "apps.use2.us-gov-pure.cloud", region: "us-east-2", isFedRamp: true }, { env: n2.environmentEnum.prod, appsV2Env: "fedramp-use2-core", host: "app-regional.use2.us-gov-pure.cloud", region: "us-east-2", isFedRamp: true }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euw2", host: "apps.euw2.pure.cloud", region: "eu-west-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-euw2", host: "app-regional.euw2.pure.cloud", region: "eu-west-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-usw2", host: "apps.usw2.pure.cloud", region: "us-west-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-usw2", host: "app-regional.usw2.pure.cloud", region: "us-west-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne2", host: "apps.apne2.pure.cloud", region: "ap-northeast-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne2", host: "app-regional.apne2.pure.cloud", region: "ap-northeast-2" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne3", host: "apps.apne3.pure.cloud", region: "ap-northeast-3" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-apne3", host: "app-regional.apne3.pure.cloud", region: "ap-northeast-3" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-aps1", host: "apps.aps1.pure.cloud", region: "ap-south-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-aps1", host: "app-regional.aps1.pure.cloud", region: "ap-south-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-mxc1", host: "apps.mxc1.pure.cloud", region: "mx-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-mxc1", host: "app-regional.mxc1.pure.cloud", region: "mx-central-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-sae1", host: "apps.sae1.pure.cloud", region: "sa-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "prod-sae1", host: "app-regional.sae1.pure.cloud", region: "sa-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "eusc-edee1", host: "apps.edee1.eusc-pure.cloud", region: "eusc-de-east-1" }, { env: n2.environmentEnum.prod, appsV2Env: "eusc-edee1", host: "app-regional.edee1.eusc-pure.cloud", region: "eusc-de-east-1" }]; }, 97122: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -113529,6 +114280,30 @@ ${e3.stack}`, n3 = [this].concat(i3); }, set: function(e3) { this._taskItems = this.reviveArray(e3, l); } } }), e2.exports = u; + }, 97340: (e2, t2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.UrlBuilder = void 0; + class i2 { + constructor(e3) { + if (this._segments = [], !e3) throw new Error("UrlBuilder requires a non empty base URL"); + this.addSegment(e3); + } + static create(e3) { + return new i2(e3); + } + addSegment(e3) { + if (e3) { + const t3 = e3.replace(/^\/+/, "").replace(/\/+$/, ""); + t3 && this._segments.push(t3); + } + return this; + } + render(e3 = false) { + let t3 = this._segments.join("/"); + return e3 && !t3.endsWith("/") && (t3 += "/"), t3; + } + } + t2.UrlBuilder = i2; }, 97354: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -113563,7 +114338,7 @@ ${e3.stack}`, n3 = [this].concat(i3); "use strict"; var n2, r2; Object.defineProperty(t2, "__esModule", { value: true }); - const o = i2(31635), a = o.__importDefault(i2(92140)), s = o.__importStar(i2(24032)), l = o.__importStar(i2(62829)), u = i2(26847), d = o.__importStar(i2(1115)), c = o.__importDefault(i2(41197)), p = i2(36781), _ = i2(58380), h = i2(47957), m = s.getTopic("ActionContainerViewModel"); + const o = i2(31635), a = o.__importDefault(i2(92140)), s = o.__importStar(i2(24032)), l = o.__importStar(i2(62829)), u = i2(26847), d = o.__importStar(i2(1115)), c = o.__importDefault(i2(41197)), p = o.__importStar(i2(36781)), _ = o.__importStar(i2(58380)), h = i2(47957), m = s.getTopic("ActionContainerViewModel"); class g extends c.default { constructor(e3, t3) { super(e3, t3), this.actions = [], this.hasBranchTerminatingWithEndTask = false, this.isHidden = false, this.isTerminating = false, n2.set(this, false), r2.set(this, void 0); @@ -113889,7 +114664,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const n2 = i2(31635).__importDefault(i2(8471)); class r2 extends n2.default { get version() { - return "0.66.1"; + return "0.66.6"; } get isArchScriptingInfo() { return true; @@ -114475,11 +115250,11 @@ ${e3.stack}`, n3 = [this].concat(i3); }, 98114: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); - const n2 = i2(31635), r2 = n2.__importStar(i2(24032)), o = n2.__importStar(i2(74359)), a = i2(82632), s = i2(36494), l = n2.__importStar(i2(85020)), u = n2.__importStar(i2(12847)), d = n2.__importStar(i2(53128)), c = n2.__importStar(i2(10798)), p = n2.__importDefault(i2(3465)), _ = i2(96618), h = n2.__importStar(i2(75773)), m = n2.__importStar(i2(15717)), g = n2.__importDefault(i2(96060)), f = n2.__importDefault(i2(92140)), T = n2.__importStar(i2(14187)), y = i2(27862), S = i2(4648).default, A = i2(47957), N = r2.getTopic("FlowDefinitionService"), O = {}; - O[_.flowTypes.flowTypeBot] = y.BotFlow, O[_.flowTypes.flowTypeCommonModule] = y.CommonModuleFlow, O[_.flowTypes.flowTypeDigitalBot] = y.DigitalBotFlow, O[_.flowTypes.flowTypeInboundCall] = y.InboundCallFlow, O[_.flowTypes.flowTypeInboundEmail] = y.InboundEmailFlow, O[_.flowTypes.flowTypeInboundShortMessage] = y.InboundShortMessageFlow, O[_.flowTypes.flowTypeInboundChat] = y.InboundChatFlow, O[_.flowTypes.flowTypeInQueueCall] = y.InqueueCallFlow, O[_.flowTypes.flowTypeInQueueEmail] = y.InqueueEmailFlow, O[_.flowTypes.flowTypeInQueueShortMessage] = y.InqueueShortMessageFlow, O[_.flowTypes.flowTypeOutboundCall] = y.OutboundCallFlow, O[_.flowTypes.flowTypeSecureCall] = y.SecureCallFlow, O[_.flowTypes.flowTypeSurveyInvite] = y.SurveyInviteFlow, O[_.flowTypes.flowTypeVoice] = y.VoiceFlow, O[_.flowTypes.flowTypeVoicemail] = y.VoicemailFlow, O[_.flowTypes.flowTypeVoiceSurvey] = y.VoiceSurveyFlow, O[_.flowTypes.flowTypeEmailSend] = y.EmailSendFlow, O[_.flowTypes.flowTypeWorkflow] = y.Workflow, O[_.flowTypes.flowTypeWorkitem] = y.WorkItemFlow; - const I = {}; - f.default.each(O, (e3, t3) => I[e3.value.toLowerCase()] = t3); - const v = new class { + const n2 = i2(31635), r2 = n2.__importStar(i2(24032)), o = n2.__importStar(i2(74359)), a = i2(82632), s = i2(36494), l = n2.__importStar(i2(85020)), u = n2.__importStar(i2(12847)), d = n2.__importStar(i2(53128)), c = n2.__importStar(i2(10798)), p = n2.__importDefault(i2(3465)), _ = i2(3465), h = i2(96618), m = n2.__importStar(i2(75773)), g = n2.__importStar(i2(15717)), f = n2.__importDefault(i2(96060)), T = n2.__importDefault(i2(92140)), y = n2.__importStar(i2(14187)), S = n2.__importDefault(i2(4648)), A = i2(27862), N = i2(47957), O = r2.getTopic("FlowDefinitionService"), I = {}; + I[h.flowTypes.flowTypeBot] = A.BotFlow, I[h.flowTypes.flowTypeCommonModule] = A.CommonModuleFlow, I[h.flowTypes.flowTypeDigitalBot] = A.DigitalBotFlow, I[h.flowTypes.flowTypeInboundCall] = A.InboundCallFlow, I[h.flowTypes.flowTypeInboundEmail] = A.InboundEmailFlow, I[h.flowTypes.flowTypeInboundShortMessage] = A.InboundShortMessageFlow, I[h.flowTypes.flowTypeInboundChat] = A.InboundChatFlow, I[h.flowTypes.flowTypeInQueueCall] = A.InqueueCallFlow, I[h.flowTypes.flowTypeInQueueEmail] = A.InqueueEmailFlow, I[h.flowTypes.flowTypeInQueueShortMessage] = A.InqueueShortMessageFlow, I[h.flowTypes.flowTypeOutboundCall] = A.OutboundCallFlow, I[h.flowTypes.flowTypeSecureCall] = A.SecureCallFlow, I[h.flowTypes.flowTypeSurveyInvite] = A.SurveyInviteFlow, I[h.flowTypes.flowTypeVoice] = A.VoiceFlow, I[h.flowTypes.flowTypeVoicemail] = A.VoicemailFlow, I[h.flowTypes.flowTypeVoiceSurvey] = A.VoiceSurveyFlow, I[h.flowTypes.flowTypeEmailSend] = A.EmailSendFlow, I[h.flowTypes.flowTypeWorkflow] = A.Workflow, I[h.flowTypes.flowTypeWorkitem] = A.WorkItemFlow; + const v = {}; + T.default.each(I, (e3, t3) => v[e3.value.toLowerCase()] = t3); + const C = new class { constructor() { this._flowDefinitions = {}, this._isInitialized = false, this._lookupCache = {}, this._createInitialFlowDefinitions(), o.bootstrapDataLoaded.then((e3) => this._processBootstrapDataLoaded(e3)); } @@ -114487,195 +115262,201 @@ ${e3.stack}`, n3 = [this].concat(i3); if (e3 && (e3.isFlowDefinition || this._flowDefinitions[e3.type])) return this._flowDefinitions[e3.type] = e3, e3; } _createInitialFlowDefinitions() { - this._createBotFlowDefinition(_.flowTypes.flowTypeBot, A.flow.types.bot, ".i3BotFlow"), this._createCommonModuleDefinition(_.flowTypes.flowTypeCommonModule, A.flow.types.commonModule, ".i3CommonModuleFlow"), this._createBotFlowDefinition(_.flowTypes.flowTypeDigitalBot, A.flow.types.digitalBotFlow, ".i3DigitalBotFlow"), this._createCallFlowDefinition(_.flowTypes.flowTypeInboundCall, A.flow.types.inboundCall, ".i3InboundFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeInboundEmail, A.flow.types.inboundEmail, ".i3InboundEmailFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeInboundChat, A.flow.types.inboundChat, ".i3InboundChatFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeInboundShortMessage, A.flow.types.inboundShortMessage, ".i3InboundMessage"), this._createCallFlowDefinition(_.flowTypes.flowTypeInQueueCall, A.flow.types.inQueueCall, ".i3InQueueFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeInQueueEmail, A.flow.types.inQueueEmail, ".i3InQueueEmailFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeInQueueShortMessage, A.flow.types.inQueueShortMessage, ".i3InQueueMessageFlow"), this._createCallFlowDefinition(_.flowTypes.flowTypeOutboundCall, A.flow.types.outboundCall, ".i3OutboundFlow"), this._createCallFlowDefinition(_.flowTypes.flowTypeSecureCall, A.flow.types.secureCall, ".i3SecureCallFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeSurveyInvite, A.flow.types.surveyInviteWebPrefix, ".i3SurveyInviteFlow"), this._createCallFlowDefinition(_.flowTypes.flowTypeInboundCall, A.flow.types.inboundCall, ".i3InboundFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeEmailSend, A.emailSendFlow.emailSendFlowTypeDisplayName, ".i3EmailSendFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeWorkflow, A.flow.types.workflow, ".i3WorkFlow"), this._createAutomateFlowDefinition(_.flowTypes.flowTypeWorkitem, A.flow.types.workItem, ".i3WorkitemFlow"), this._createVoiceFlowDefinition(_.flowTypes.flowTypeVoice, A.flow.types.voiceFlow, ".i3VoiceFlow"), this._createVoiceSurveyFlowDefinition(_.flowTypes.flowTypeVoiceSurvey, A.flow.types.voiceSurveyFlow, ".i3VoiceSurveyFlow"), this._createCallFlowDefinition(_.flowTypes.flowTypeVoicemail, A.flow.types.voicemailFlow, ".i3VoicemailFlow"), f.default.each(_.flowTypes.flowTypesAll, (e3) => { + this._createBotFlowDefinition(h.flowTypes.flowTypeBot, N.flow.types.bot, ".i3BotFlow"), this._createCommonModuleDefinition(h.flowTypes.flowTypeCommonModule, N.flow.types.commonModule, ".i3CommonModuleFlow"), this._createBotFlowDefinition(h.flowTypes.flowTypeDigitalBot, N.flow.types.digitalBotFlow, ".i3DigitalBotFlow"), this._createCallFlowDefinition(h.flowTypes.flowTypeInboundCall, N.flow.types.inboundCall, ".i3InboundFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeInboundEmail, N.flow.types.inboundEmail, ".i3InboundEmailFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeInboundChat, N.flow.types.inboundChat, ".i3InboundChatFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeInboundShortMessage, N.flow.types.inboundShortMessage, ".i3InboundMessage"), this._createCallFlowDefinition(h.flowTypes.flowTypeInQueueCall, N.flow.types.inQueueCall, ".i3InQueueFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeInQueueEmail, N.flow.types.inQueueEmail, ".i3InQueueEmailFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeInQueueShortMessage, N.flow.types.inQueueShortMessage, ".i3InQueueMessageFlow"), this._createCallFlowDefinition(h.flowTypes.flowTypeOutboundCall, N.flow.types.outboundCall, ".i3OutboundFlow"), this._createCallFlowDefinition(h.flowTypes.flowTypeSecureCall, N.flow.types.secureCall, ".i3SecureCallFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeSurveyInvite, N.flow.types.surveyInviteWebPrefix, ".i3SurveyInviteFlow"), this._createCallFlowDefinition(h.flowTypes.flowTypeInboundCall, N.flow.types.inboundCall, ".i3InboundFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeEmailSend, N.emailSendFlow.emailSendFlowTypeDisplayName, ".i3EmailSendFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeWorkflow, N.flow.types.workflow, ".i3WorkFlow"), this._createAutomateFlowDefinition(h.flowTypes.flowTypeWorkitem, N.flow.types.workItem, ".i3WorkitemFlow"), this._createVoiceFlowDefinition(h.flowTypes.flowTypeVoice, N.flow.types.voiceFlow, ".i3VoiceFlow"), this._createVoiceSurveyFlowDefinition(h.flowTypes.flowTypeVoiceSurvey, N.flow.types.voiceSurveyFlow, ".i3VoiceSurveyFlow"), this._createCallFlowDefinition(h.flowTypes.flowTypeVoicemail, N.flow.types.voicemailFlow, ".i3VoicemailFlow"), T.default.each(h.flowTypes.flowTypesAll, (e3) => { if (!this._flowDefinitions[e3]) throw `Bad programmer! You need to add a flow definition to the flow definition service initialization for the flow type '${e3}'`; }); } _createAutomateFlowDefinition(e3, t3, i3) { - const n3 = [_.flowTypes.flowTypeEmailSend, _.flowTypes.flowTypeInboundChat, _.flowTypes.flowTypeInboundEmail, _.flowTypes.flowTypeInboundShortMessage, _.flowTypes.flowTypeInQueueEmail, _.flowTypes.flowTypeInQueueShortMessage, _.flowTypes.flowTypeWorkflow, _.flowTypes.flowTypeWorkitem]; - return this._addFlowDefinition(p.default.createForFlowType(e3).setChannelTypes(e3 === _.flowTypes.flowTypeInboundChat ? [l.channelTypeChat] : []).setOutputModes(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundChat, _.flowTypes.flowTypeInboundEmail, _.flowTypes.flowTypeInboundShortMessage) ? [m.outputModeText] : []).setDependencyType(O[e3]).setFileExtension(i3).setStartupObjectCanBeState(true).setSupportsAddVariablesInDataView(true).setIsCreatable(true).setSupportsComplexTypes(true).setSupportsCustomJsonTypes(true).setCanSaveAs(e3 !== _.flowTypes.flowTypeWorkitem).setSupportsDataViewFiltering(true).setSupportsErrorHandlingQueueRouting(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundChat, _.flowTypes.flowTypeInboundEmail, _.flowTypes.flowTypeInboundShortMessage)).setSupportsFlowInputVariables(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeWorkflow, _.flowTypes.flowTypeWorkitem, _.flowTypes.flowTypeDigitalBot, _.flowTypes.flowTypeBot)).setIsReferenceableFromOtherFlows(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInQueueEmail, _.flowTypes.flowTypeInQueueShortMessage)).setSupportsFlowOutputVariables(true).setSupportsLanguages(n3.includes(e3)).setSupportsLogLevelConfiguration(true).setLanguagesSupportDefaultLanguage(n3.includes(e3)).setSupportsMoreThanOneLanguage(n3.includes(e3)).setSupportsLanguageAddRemove(n3.includes(e3)).setSupportsLanguageDefaultChange(n3.includes(e3)).setLanguagesSupportDefaultLanguageSkill(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundChat, _.flowTypes.flowTypeInboundEmail, _.flowTypes.flowTypeInboundShortMessage, _.flowTypes.flowTypeInQueueEmail, _.flowTypes.flowTypeInQueueShortMessage, _.flowTypes.flowTypeWorkitem)).setIsTestLaunchable(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeWorkflow, _.flowTypes.flowTypeWorkitem)).setSupportsFlowCreationData(e3 === _.flowTypes.flowTypeWorkitem).setSupportsAudio(false).setSupportsReusableTasks(true).setSupportsStates(true).setSupportsMultipleStates(true).setStartupStateMustTerminate(true).setSupportsPeriodicState(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInQueueEmail, _.flowTypes.flowTypeInQueueShortMessage)).setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true).setTypeDisplayName(t3).setSystemVariableModels(this._getSystemVariableModelsForFlowType(e3)).setMaxFlowSize(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeEmailSend) ? a.flowSizeLimits.maxFlowSizeEmail : a.flowSizeLimits.maxFlowSize)); + const n3 = [h.flowTypes.flowTypeEmailSend, h.flowTypes.flowTypeInboundChat, h.flowTypes.flowTypeInboundEmail, h.flowTypes.flowTypeInboundShortMessage, h.flowTypes.flowTypeInQueueEmail, h.flowTypes.flowTypeInQueueShortMessage, h.flowTypes.flowTypeWorkflow, h.flowTypes.flowTypeWorkitem]; + return this._addFlowDefinition(p.default.createForFlowType(e3).setIsDeprecated(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundChat)).setChannelTypes(e3 === h.flowTypes.flowTypeInboundChat ? [l.channelTypeChat] : []).setOutputModes(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundChat, h.flowTypes.flowTypeInboundEmail, h.flowTypes.flowTypeInboundShortMessage) ? [g.outputModeText] : []).setDependencyType(I[e3]).setFileExtension(i3).setStartupObjectCanBeState(true).setSupportsAddVariablesInDataView(true).setIsCreatable(true).setSupportsComplexTypes(true).setSupportsCustomJsonTypes(true).setCanSaveAs(e3 !== h.flowTypes.flowTypeWorkitem).setSupportsDataViewFiltering(true).setSupportsErrorHandlingQueueRouting(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundChat, h.flowTypes.flowTypeInboundEmail, h.flowTypes.flowTypeInboundShortMessage)).setSupportsFlowInputVariables(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeWorkflow, h.flowTypes.flowTypeWorkitem, h.flowTypes.flowTypeDigitalBot, h.flowTypes.flowTypeBot)).setIsReferenceableFromOtherFlows(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInQueueEmail, h.flowTypes.flowTypeInQueueShortMessage)).setSupportsFlowOutputVariables(true).setSupportsLanguages(n3.includes(e3)).setSupportsLogLevelConfiguration(true).setLanguagesSupportDefaultLanguage(n3.includes(e3)).setSupportsMoreThanOneLanguage(n3.includes(e3)).setSupportsLanguageAddRemove(n3.includes(e3)).setSupportsLanguageDefaultChange(n3.includes(e3)).setLanguagesSupportDefaultLanguageSkill(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundChat, h.flowTypes.flowTypeInboundEmail, h.flowTypes.flowTypeInboundShortMessage, h.flowTypes.flowTypeInQueueEmail, h.flowTypes.flowTypeInQueueShortMessage, h.flowTypes.flowTypeWorkitem)).setIsTestLaunchable(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeWorkflow, h.flowTypes.flowTypeWorkitem)).setSupportsFlowCreationData(e3 === h.flowTypes.flowTypeWorkitem).setSupportsAudio(false).setSupportsReusableTasks(true).setSupportsStates(true).setSupportsMultipleStates(true).setStartupStateMustTerminate(true).setSupportsPeriodicState(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInQueueEmail, h.flowTypes.flowTypeInQueueShortMessage)).setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true).setTypeDisplayName(t3).setSystemVariableModels(this._getSystemVariableModelsForFlowType(e3)).setMaxFlowSize(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeEmailSend) ? a.flowSizeLimits.maxFlowSizeEmail : a.flowSizeLimits.maxFlowSize).setFlowTypeCategory(this._flowTypeCategoryForAutomateFlowType(e3))); } _flowTypeSupportsMenus(e3) { - return _.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundCall, _.flowTypes.flowTypeOutboundCall, _.flowTypes.flowTypeSecureCall, _.flowTypes.flowTypeVoicemail); + return h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundCall, h.flowTypes.flowTypeOutboundCall, h.flowTypes.flowTypeSecureCall, h.flowTypes.flowTypeVoicemail); } _createCallFlowDefinition(e3, t3, i3) { - return this._addFlowDefinition(p.default.createForFlowType(e3).setChannelTypes([l.channelTypeCall]).setOutputModes([m.outputModeVoice]).setDependencyType(O[e3]).setFileExtension(i3).setIsReferenceableFromOtherFlows(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInQueueCall, _.flowTypes.flowTypeSecureCall)).setIsCreatable(e3 !== _.flowTypes.flowTypeVoicemail).setSupportsDebugPublish(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundCall, _.flowTypes.flowTypeVoicemail)).setSupportsAutoDeletingVariablesWithNoUsages(true).setLanguagesSupportTtsAndAsrSettings(true).setLanguagesSupportTtsAndAsrRuntime(true).setSupportsContactDataType(e3 === _.flowTypes.flowTypeOutboundCall).setSupportsErrorAudio(true).setSupportsLanguages(true).setSupportsLogLevelConfiguration(true).setLanguagesSupportDefaultLanguage(true).setSupportsMoreThanOneLanguage(true).setLanguageChangesAreImmediate(false).setSupportsLanguageAddRemove(true).setSupportsLanguageDefaultChange(true).setLanguagesSupportDefaultLanguageSkill(true).setSupportsAudio(true).setSupportsSpeechRec(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundCall, _.flowTypes.flowTypeOutboundCall, _.flowTypes.flowTypeSecureCall, _.flowTypes.flowTypeVoicemail)).setSupportsReusableMenus(this._flowTypeSupportsMenus(e3)).setSupportsReusableTasks(e3 !== _.flowTypes.flowTypeInQueueCall).setSupportsSecureVariables(e3 === _.flowTypes.flowTypeSecureCall).setStartupObjectCanBeMenu(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundCall, _.flowTypes.flowTypeOutboundCall, _.flowTypes.flowTypeSecureCall, _.flowTypes.flowTypeVoicemail)).setStartupObjectCanBeTask(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundCall, _.flowTypes.flowTypeOutboundCall, _.flowTypes.flowTypeSecureCall, _.flowTypes.flowTypeVoicemail)).setStartupObjectCanBeRepeatingTask(e3 === _.flowTypes.flowTypeInQueueCall).setTypeDisplayName(t3).setIsTestCallable(_.flowTypes.isFlowType(e3, _.flowTypes.flowTypeInboundCall, _.flowTypes.flowTypeSecureCall, _.flowTypes.flowTypeVoicemail)).setSystemVariableModels(this._getSystemVariableModelsForFlowType(e3))); + return this._addFlowDefinition(p.default.createForFlowType(e3).setChannelTypes([l.channelTypeCall]).setOutputModes([g.outputModeVoice]).setDependencyType(I[e3]).setFileExtension(i3).setIsReferenceableFromOtherFlows(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInQueueCall, h.flowTypes.flowTypeSecureCall)).setIsCreatable(e3 !== h.flowTypes.flowTypeVoicemail).setSupportsDebugPublish(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundCall, h.flowTypes.flowTypeVoicemail)).setSupportsAutoDeletingVariablesWithNoUsages(true).setLanguagesSupportTtsAndAsrSettings(true).setLanguagesSupportTtsAndAsrRuntime(true).setSupportsContactDataType(e3 === h.flowTypes.flowTypeOutboundCall).setSupportsErrorAudio(true).setSupportsLanguages(true).setSupportsLogLevelConfiguration(true).setLanguagesSupportDefaultLanguage(true).setSupportsMoreThanOneLanguage(true).setLanguageChangesAreImmediate(false).setSupportsLanguageAddRemove(true).setSupportsLanguageDefaultChange(true).setLanguagesSupportDefaultLanguageSkill(true).setSupportsAudio(true).setSupportsSpeechRec(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundCall, h.flowTypes.flowTypeOutboundCall, h.flowTypes.flowTypeSecureCall, h.flowTypes.flowTypeVoicemail)).setSupportsReusableMenus(this._flowTypeSupportsMenus(e3)).setSupportsReusableTasks(e3 !== h.flowTypes.flowTypeInQueueCall).setSupportsSecureVariables(e3 === h.flowTypes.flowTypeSecureCall).setStartupObjectCanBeMenu(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundCall, h.flowTypes.flowTypeOutboundCall, h.flowTypes.flowTypeSecureCall, h.flowTypes.flowTypeVoicemail)).setStartupObjectCanBeTask(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundCall, h.flowTypes.flowTypeOutboundCall, h.flowTypes.flowTypeSecureCall, h.flowTypes.flowTypeVoicemail)).setStartupObjectCanBeRepeatingTask(e3 === h.flowTypes.flowTypeInQueueCall).setTypeDisplayName(t3).setIsTestCallable(h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundCall, h.flowTypes.flowTypeSecureCall, h.flowTypes.flowTypeVoicemail)).setSystemVariableModels(this._getSystemVariableModelsForFlowType(e3)).setFlowTypeCategory(this._flowTypeCategoryForCallFlowType(e3))); } _createBotFlowDefinition(e3, t3, i3) { - return this._addFlowDefinition(p.default.createForFlowType(e3).addAdditionalInfoSection("exitReasons", "This is a list of example exit reason strings and is *not* all possible values.", s.botFlowExitReasons).setChannelTypes(e3 === _.flowTypes.flowTypeBot ? [l.channelTypeCall, l.channelTypeChat] : [l.channelTypeChat]).setChannelTypeVariableName("Session.ChannelType").setOutputModes(e3 === _.flowTypes.flowTypeBot ? [m.outputModeVoice, m.outputModeText] : [m.outputModeText]).setSupportsQuickRepliesFlowLevelSetting(e3 === _.flowTypes.flowTypeBot).setSupportsAgentEscalation(true).setSupportsLogLevelConfiguration(true).setSupportsNlu(true).setSupportsNluIntents(true).setOutputModeVariableName("Session.ChannelType").setDependencyType(O[e3]).setIsCreatable(true).setIsReferenceableFromOtherFlows(true).setFileExtension(i3).setStartupObjectCanBeState(true).setStartupObjectCanBeTask(false).setSupportsAddVariablesInDataView(true).setSupportsComplexTypes(true).setSupportsDataViewFiltering(true).setSupportsFlowCreationData(true).setSupportsFlowInputVariables(true).setSupportsFlowOutputVariables(true).setSupportsLanguages(true).setLanguagesSupportDefaultLanguage(true).setSupportsMoreThanOneLanguage(false).setSupportsLanguageAddRemove(false).setSupportsLanguageDefaultChange(false).setSupportsAudio(false).setSupportsReusableTasks(true).setSupportsStates(true).setSupportsMultipleStates(false).setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true).setSupportsVoiceProcessingPrompt(true).setTypeDisplayName(t3).setSystemVariableModels(this._getSystemVariableModelsForFlowType(e3))); + return this._addFlowDefinition(p.default.createForFlowType(e3).addAdditionalInfoSection("exitReasons", "This is a list of example exit reason strings and is *not* all possible values.", s.botFlowExitReasons).setChannelTypes(e3 === h.flowTypes.flowTypeBot ? [l.channelTypeCall, l.channelTypeChat] : [l.channelTypeChat]).setChannelTypeVariableName("Session.ChannelType").setOutputModes(e3 === h.flowTypes.flowTypeBot ? [g.outputModeVoice, g.outputModeText] : [g.outputModeText]).setSupportsQuickRepliesFlowLevelSetting(e3 === h.flowTypes.flowTypeBot).setSupportsAgentEscalation(true).setSupportsLogLevelConfiguration(true).setSupportsNlu(true).setSupportsNluIntents(true).setOutputModeVariableName("Session.ChannelType").setDependencyType(I[e3]).setIsCreatable(true).setIsReferenceableFromOtherFlows(true).setFileExtension(i3).setStartupObjectCanBeState(true).setStartupObjectCanBeTask(false).setSupportsAddVariablesInDataView(true).setSupportsComplexTypes(true).setSupportsDataViewFiltering(true).setSupportsFlowCreationData(true).setSupportsFlowInputVariables(true).setSupportsFlowOutputVariables(true).setSupportsLanguages(true).setLanguagesSupportDefaultLanguage(true).setSupportsMoreThanOneLanguage(false).setSupportsLanguageAddRemove(false).setSupportsLanguageDefaultChange(false).setSupportsAudio(false).setSupportsReusableTasks(true).setSupportsStates(true).setSupportsMultipleStates(false).setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true).setSupportsVoiceProcessingPrompt(true).setTypeDisplayName(t3).setSystemVariableModels(this._getSystemVariableModelsForFlowType(e3)).setFlowTypeCategory(_.FlowTypeCategory.supporting)); } _createVoiceFlowDefinition(e3, t3, i3) { - return this._addFlowDefinition(p.default.createForFlowType(_.flowTypes.flowTypeVoice).addAdditionalInfoSection("exitReasons", "This is a list of example exit reason strings and is *not* all possible values.", s.botFlowExitReasons).setChannelTypes([l.channelTypeCall]).setChannelTypeVariableName("Session.ChannelType").setOutputModes([m.outputModeVoice]).setSupportsQuickRepliesFlowLevelSetting(false).setDependencyType(O[_.flowTypes.flowTypeVoice]).setIsCreatable(true).setSupportsLogLevelConfiguration(true).setSupportsNlu(true).setSupportsNluIntents(true).setIsReferenceableFromOtherFlows(true).setFileExtension(i3).setLanguagesSupportSttSetting(true).setLanguagesSupportTtsAndAsrSettings(true).setLanguagesSupportTtsAndAsrRuntime(true).setStartupObjectCanBeState(true).setStartupObjectCanBeTask(false).setSupportsAddVariablesInDataView(true).setSupportsAgentEscalation(true).setSupportsComplexTypes(true).setSupportsDataViewFiltering(true).setSupportsFlowCreationData(true).setSupportsFlowInputVariables(true).setSupportsFlowOutputVariables(true).setSupportsKnowledge(true).setSupportsLanguages(true).setLanguagesSupportDefaultLanguage(true).setLanguagesSupportDefaultLanguageSkill(true).setStartupStateMustTerminate(true).setSupportsMoreThanOneLanguage(true).setSupportsLanguageAddRemove(true).setSupportsLanguageDefaultChange(false).setSupportsAudio(false).setSupportsReusableTasks(true).setSupportsStates(true).setSupportsMultipleStates(true).setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true).setTypeDisplayName(t3).setSystemVariableModels(this._getSystemVariableModelsForFlowType(_.flowTypes.flowTypeVoice))); + return this._addFlowDefinition(p.default.createForFlowType(h.flowTypes.flowTypeVoice).addAdditionalInfoSection("exitReasons", "This is a list of example exit reason strings and is *not* all possible values.", s.botFlowExitReasons).setChannelTypes([l.channelTypeCall]).setChannelTypeVariableName("Session.ChannelType").setOutputModes([g.outputModeVoice]).setSupportsQuickRepliesFlowLevelSetting(false).setDependencyType(I[h.flowTypes.flowTypeVoice]).setIsCreatable(true).setSupportsLogLevelConfiguration(true).setSupportsNlu(true).setSupportsNluIntents(true).setIsReferenceableFromOtherFlows(true).setFileExtension(i3).setLanguagesSupportSttSetting(true).setLanguagesSupportTtsAndAsrSettings(true).setLanguagesSupportTtsAndAsrRuntime(true).setStartupObjectCanBeState(true).setStartupObjectCanBeTask(false).setSupportsAddVariablesInDataView(true).setSupportsAgentEscalation(true).setSupportsComplexTypes(true).setSupportsDataViewFiltering(true).setSupportsFlowCreationData(true).setSupportsFlowInputVariables(true).setSupportsFlowOutputVariables(true).setSupportsKnowledge(true).setSupportsLanguages(true).setLanguagesSupportDefaultLanguage(true).setLanguagesSupportDefaultLanguageSkill(true).setStartupStateMustTerminate(true).setSupportsMoreThanOneLanguage(true).setSupportsLanguageAddRemove(true).setSupportsLanguageDefaultChange(false).setSupportsAudio(false).setSupportsReusableTasks(true).setSupportsStates(true).setSupportsMultipleStates(true).setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true).setTypeDisplayName(t3).setSystemVariableModels(this._getSystemVariableModelsForFlowType(h.flowTypes.flowTypeVoice)).setFlowTypeCategory(_.FlowTypeCategory.supporting)); } _createVoiceSurveyFlowDefinition(e3, t3, i3) { - return this._addFlowDefinition(p.default.createForFlowType(_.flowTypes.flowTypeVoiceSurvey).addAdditionalInfoSection("exitReasons", "This is a list of example exit reason strings and is *not* all possible values.", s.botFlowExitReasons).setChannelTypes([l.channelTypeCall]).setChannelTypeVariableName("Session.ChannelType").setOutputModes([m.outputModeVoice]).setCanSuppressCallRecordings(true).setSuppressCallRecordingsDefaultValue(false).setSupportsQuickRepliesFlowLevelSetting(false).setDependencyType(O[_.flowTypes.flowTypeVoiceSurvey]).setIsCreatable(true).setSupportsLogLevelConfiguration(true).setSupportsNlu(true).setSupportsNluIntents(false).setIsReferenceableFromOtherFlows(false).setFileExtension(i3).setLanguagesSupportSttSetting(true).setLanguagesSupportTtsAndAsrSettings(true).setLanguagesRequireTts(true).setLanguagesSupportTtsAndAsrRuntime(true).setStartupObjectCanBeState(true).setStartupObjectCanBeTask(true).setSupportsAddVariablesInDataView(true).setSupportsComplexTypes(true).setSupportsDataViewFiltering(true).setSupportsFlowCreationData(true).setIsTestCallable(true).setSupportsFlowInputVariables(false).setSupportsFlowOutputVariables(false).setSupportsKnowledge(false).setSupportsLanguages(true).setLanguagesSupportDefaultLanguage(true).setLanguagesSupportDefaultLanguageSkill(false).setStartupStateMustTerminate(true).setSupportsMoreThanOneLanguage(false).setSupportsLanguageAddRemove(false).setSupportsLanguageDefaultChange(false).setSupportsAudio(true).setSupportsReusableTasks(true).setSupportsStates(true).setSupportsMultipleStates(false).setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true).setTypeDisplayName(t3).setSystemVariableModels(this._getSystemVariableModelsForFlowType(_.flowTypes.flowTypeVoiceSurvey))); + return this._addFlowDefinition(p.default.createForFlowType(h.flowTypes.flowTypeVoiceSurvey).addAdditionalInfoSection("exitReasons", "This is a list of example exit reason strings and is *not* all possible values.", s.botFlowExitReasons).setChannelTypes([l.channelTypeCall]).setChannelTypeVariableName("Session.ChannelType").setOutputModes([g.outputModeVoice]).setCanSuppressCallRecordings(true).setSuppressCallRecordingsDefaultValue(false).setSupportsQuickRepliesFlowLevelSetting(false).setDependencyType(I[h.flowTypes.flowTypeVoiceSurvey]).setIsCreatable(true).setSupportsLogLevelConfiguration(true).setSupportsNlu(true).setSupportsNluIntents(false).setIsReferenceableFromOtherFlows(false).setFileExtension(i3).setLanguagesSupportSttSetting(true).setLanguagesSupportTtsAndAsrSettings(true).setLanguagesRequireTts(true).setLanguagesSupportTtsAndAsrRuntime(true).setStartupObjectCanBeState(true).setStartupObjectCanBeTask(true).setSupportsAddVariablesInDataView(true).setSupportsComplexTypes(true).setSupportsDataViewFiltering(true).setSupportsFlowCreationData(true).setIsTestCallable(true).setSupportsFlowInputVariables(false).setSupportsFlowOutputVariables(false).setSupportsKnowledge(false).setSupportsLanguages(true).setLanguagesSupportDefaultLanguage(true).setLanguagesSupportDefaultLanguageSkill(false).setStartupStateMustTerminate(true).setSupportsMoreThanOneLanguage(false).setSupportsLanguageAddRemove(false).setSupportsLanguageDefaultChange(false).setSupportsAudio(true).setSupportsReusableTasks(true).setSupportsStates(true).setSupportsMultipleStates(false).setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true).setTypeDisplayName(t3).setSystemVariableModels(this._getSystemVariableModelsForFlowType(h.flowTypes.flowTypeVoiceSurvey)).setFlowTypeCategory(_.FlowTypeCategory.postInteraction)); } _createCommonModuleDefinition(e3, t3, i3) { - return this._addFlowDefinition(p.default.createForFlowType(e3).setChannelTypes(l.channelTypesAll).setOutputModes(m.outputModesAll).setDependencyType(O[e3]).setFileExtension(i3).setIsCreatable(true).setIsReferenceableFromOtherFlows(true).setMaxFlowSize(a.flowSizeLimits.maxFlowSizeCommonModule).setSupportsAutoDeletingVariablesWithNoUsages(false).setLanguagesSupportTtsAndAsrSettings(false).setLanguagesSupportTtsAndAsrRuntime(true).setHasDestinationFlowTypes(true).setSupportsAddVariablesInDataView(true).setSupportsContactDataType(true).setSupportsFlowInputVariables(true).setSupportsFlowOutputVariables(true).setSupportsLanguages(true).setLanguagesSupportDefaultLanguage(false).setSupportsMoreThanOneLanguage(true).setSupportsLanguageAddRemove(true).setSupportsLanguageDefaultChange(true).setLanguagesSupportDefaultLanguageSkill(false).setSupportsAudio(true).setSupportsSpeechRec(true).setSupportsSecureVariables(false).setStartupObjectCanBeTask(true).setTypeDisplayName(t3).setVariableScope(T.scopes.common).setSystemVariableModels(this._getSystemVariableModelsForFlowType(e3))); + return this._addFlowDefinition(p.default.createForFlowType(e3).setChannelTypes(l.channelTypesAll).setOutputModes(g.outputModesAll).setDependencyType(I[e3]).setFileExtension(i3).setIsCreatable(true).setIsReferenceableFromOtherFlows(true).setMaxFlowSize(a.flowSizeLimits.maxFlowSizeCommonModule).setSupportsAutoDeletingVariablesWithNoUsages(false).setLanguagesSupportTtsAndAsrSettings(false).setLanguagesSupportTtsAndAsrRuntime(true).setHasDestinationFlowTypes(true).setSupportsAddVariablesInDataView(true).setSupportsContactDataType(true).setSupportsFlowInputVariables(true).setSupportsFlowOutputVariables(true).setSupportsLanguages(true).setLanguagesSupportDefaultLanguage(false).setSupportsMoreThanOneLanguage(true).setSupportsLanguageAddRemove(true).setSupportsLanguageDefaultChange(true).setLanguagesSupportDefaultLanguageSkill(false).setSupportsAudio(true).setSupportsSpeechRec(true).setSupportsSecureVariables(false).setStartupObjectCanBeTask(true).setTypeDisplayName(t3).setVariableScope(y.scopes.common).setSystemVariableModels(this._getSystemVariableModelsForFlowType(e3)).setFlowTypeCategory(_.FlowTypeCategory.supporting)); } _getSystemVariableModelsForFlowType(e3) { - const t3 = [e3 === _.flowTypes.flowTypeEmailSend ? g.default.systemVariablesNoIsTest : g.default.systemVariables], i3 = _.flowTypes.isVxmlgenFlowType(e3), n3 = _.flowTypes.isAutomateFlowType(e3), r3 = _.flowTypes.isCiceroFlowType(e3), o2 = e3 === _.flowTypes.flowTypeCommonModule; - switch (i3 && (t3.push(g.default.commonCallVariables), t3.push(g.default.callFlowVariables)), (i3 || o2) && (t3.push(g.default.formatVariables), t3.push(g.default.languageVariables), t3.push(g.default.lookupVariables), t3.push(g.default.internalFlowVariables)), (i3 || n3) && t3.push(g.default.automateLookupVariables), r3 && (t3.push(g.default.dateOnlyAndTimeOnlySystemVariables), t3.push(g.default.formatVariables), t3.push(g.default.languageVariables), t3.push(g.default.nluBasedCommonFlowVariables)), this._flowTypeSupportsMenus(e3) && t3.push(g.default.menuVariables), e3 === _.flowTypes.flowTypeDigitalBot && t3.push(g.default.digitalBotFlowVariables), e3 === _.flowTypes.flowTypeBot && t3.push(g.default.botFlowVariables), e3) { - case _.flowTypes.flowTypeBot: - case _.flowTypes.flowTypeDigitalBot: - t3.push(g.default.nluBasedIntentVariables), t3.push(g.default.nluBasedKnowledgeVariables); + const t3 = [e3 === h.flowTypes.flowTypeEmailSend ? f.default.systemVariablesNoIsTest : f.default.systemVariables], i3 = h.flowTypes.isVxmlgenFlowType(e3), n3 = h.flowTypes.isAutomateFlowType(e3), r3 = h.flowTypes.isCiceroFlowType(e3), o2 = e3 === h.flowTypes.flowTypeCommonModule; + switch (i3 && (t3.push(f.default.commonCallVariables), t3.push(f.default.callFlowVariables)), (i3 || o2) && (t3.push(f.default.formatVariables), t3.push(f.default.languageVariables), t3.push(f.default.lookupVariables), t3.push(f.default.internalFlowVariables)), (i3 || n3) && t3.push(f.default.automateLookupVariables), r3 && (t3.push(f.default.dateOnlyAndTimeOnlySystemVariables), t3.push(f.default.formatVariables), t3.push(f.default.languageVariables), t3.push(f.default.nluBasedCommonFlowVariables)), this._flowTypeSupportsMenus(e3) && t3.push(f.default.menuVariables), e3 === h.flowTypes.flowTypeDigitalBot && t3.push(f.default.digitalBotFlowVariables), e3 === h.flowTypes.flowTypeBot && t3.push(f.default.botFlowVariables), e3) { + case h.flowTypes.flowTypeBot: + case h.flowTypes.flowTypeDigitalBot: + t3.push(f.default.nluBasedIntentVariables), t3.push(f.default.nluBasedKnowledgeVariables); break; - case _.flowTypes.flowTypeEmailSend: - t3.push(g.default.emailSendFlowVariables); + case h.flowTypes.flowTypeEmailSend: + t3.push(f.default.emailSendFlowVariables); break; - case _.flowTypes.flowTypeInboundCall: - t3.push(g.default.uuiDataVariable, g.default.invocationDataVariable); + case h.flowTypes.flowTypeInboundCall: + t3.push(f.default.uuiDataVariable, f.default.invocationDataVariable); break; - case _.flowTypes.flowTypeOutboundCall: - t3.push(g.default.uuiDataVariable), t3.push(g.default.outboundCallFlowVariables); + case h.flowTypes.flowTypeOutboundCall: + t3.push(f.default.uuiDataVariable), t3.push(f.default.outboundCallFlowVariables); break; - case _.flowTypes.flowTypeInQueueCall: - t3.push(g.default.uuiDataVariable), t3.push(g.default.inQueueCallFlowVariables); + case h.flowTypes.flowTypeInQueueCall: + t3.push(f.default.uuiDataVariable), t3.push(f.default.inQueueCallFlowVariables); break; - case _.flowTypes.flowTypeInQueueEmail: - t3.push(g.default.inboundEmailFlowVariables, g.default.inQueueEmailFlowVariables); + case h.flowTypes.flowTypeInQueueEmail: + t3.push(f.default.inboundEmailFlowVariables, f.default.inQueueEmailFlowVariables); break; - case _.flowTypes.flowTypeInQueueShortMessage: - t3.push(g.default.inboundShortMessageFlowVariables, g.default.inQueueShortMessageFlowVariables); + case h.flowTypes.flowTypeInQueueShortMessage: + t3.push(f.default.inboundShortMessageFlowVariables, f.default.inQueueShortMessageFlowVariables); break; - case _.flowTypes.flowTypeSecureCall: - t3.push(g.default.secureCallFlowVariables); + case h.flowTypes.flowTypeSecureCall: + t3.push(f.default.secureCallFlowVariables); break; - case _.flowTypes.flowTypeInboundEmail: - t3.push(g.default.inboundEmailFlowVariables); + case h.flowTypes.flowTypeInboundEmail: + t3.push(f.default.inboundEmailFlowVariables); break; - case _.flowTypes.flowTypeInboundShortMessage: - t3.push(g.default.inboundShortMessageFlowVariables); + case h.flowTypes.flowTypeInboundShortMessage: + t3.push(f.default.inboundShortMessageFlowVariables); break; - case _.flowTypes.flowTypeInboundChat: - t3.push(g.default.inboundChatFlowVariables); + case h.flowTypes.flowTypeInboundChat: + t3.push(f.default.inboundChatFlowVariables); break; - case _.flowTypes.flowTypeSurveyInvite: - t3.push(g.default.surveyInviteFlowVariables); + case h.flowTypes.flowTypeSurveyInvite: + t3.push(f.default.surveyInviteFlowVariables); break; - case _.flowTypes.flowTypeVoicemail: - t3.push(g.default.voicemailFlowVariables); + case h.flowTypes.flowTypeVoicemail: + t3.push(f.default.voicemailFlowVariables); break; - case _.flowTypes.flowTypeWorkflow: - t3.push(g.default.workflowVariables); + case h.flowTypes.flowTypeWorkflow: + t3.push(f.default.workflowVariables); break; - case _.flowTypes.flowTypeCommonModule: - t3.push(g.default.commonModuleVariables); + case h.flowTypes.flowTypeCommonModule: + t3.push(f.default.commonModuleVariables); break; - case _.flowTypes.flowTypeWorkitem: - t3.push(g.default.workitemFlowVariables); + case h.flowTypes.flowTypeWorkitem: + t3.push(f.default.workitemFlowVariables); break; - case _.flowTypes.flowTypeVoice: - t3.push(g.default.commonCallVariables), t3.push(g.default.nluBasedIntentVariables), t3.push(g.default.nluBasedKnowledgeVariables); + case h.flowTypes.flowTypeVoice: + t3.push(f.default.commonCallVariables), t3.push(f.default.nluBasedIntentVariables), t3.push(f.default.nluBasedKnowledgeVariables); break; - case _.flowTypes.flowTypeVoiceSurvey: - t3.push(g.default.voiceSurveyFlowVariables); + case h.flowTypes.flowTypeVoiceSurvey: + t3.push(f.default.voiceSurveyFlowVariables); } return [].concat(...t3); } + _flowTypeCategoryForAutomateFlowType(e3) { + return h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundEmail, h.flowTypes.flowTypeInboundChat, h.flowTypes.flowTypeInboundShortMessage) ? _.FlowTypeCategory.initial : e3 === h.flowTypes.flowTypeSurveyInvite ? _.FlowTypeCategory.postInteraction : _.FlowTypeCategory.supporting; + } + _flowTypeCategoryForCallFlowType(e3) { + return h.flowTypes.isFlowType(e3, h.flowTypes.flowTypeInboundCall, h.flowTypes.flowTypeOutboundCall) ? _.FlowTypeCategory.initial : _.FlowTypeCategory.supporting; + } _processBootstrapDataLoaded(e3) { var t3, i3; - f.default.each(e3.flowTypes, (e4) => { + T.default.each(e3.flowTypes, (e4) => { var t4, i4, n3; try { const r3 = this._flowDefinitions[e4.id]; if (r3) { - r3.isAvailable = e4.isAvailable, f.default.isBoolean(null === (t4 = e4.userCreatable) || void 0 === t4 ? void 0 : t4.isAvailable) && (r3.isCreatable = null === (i4 = e4.userCreatable) || void 0 === i4 ? void 0 : i4.isAvailable), f.default.isBoolean(null === (n3 = e4.supportsLanguages) || void 0 === n3 ? void 0 : n3.moreThanOneLanguage) && (r3.supportsMoreThanOneLanguage = e4.supportsLanguages.moreThanOneLanguage); + r3.isAvailable = e4.isAvailable, T.default.isBoolean(null === (t4 = e4.userCreatable) || void 0 === t4 ? void 0 : t4.isAvailable) && (r3.isCreatable = null === (i4 = e4.userCreatable) || void 0 === i4 ? void 0 : i4.isAvailable), T.default.isBoolean(null === (n3 = e4.supportsLanguages) || void 0 === n3 ? void 0 : n3.moreThanOneLanguage) && (r3.supportsMoreThanOneLanguage = e4.supportsLanguages.moreThanOneLanguage); const o2 = e4.maxSize; - f.default.isActualNumber(o2) && Number.isFinite(o2) && o2 > 0 ? r3.setMaxFlowSize(o2) : u.error(`no valid max size specified for flow ${e4.id} - ${o2}`); + T.default.isActualNumber(o2) && Number.isFinite(o2) && o2 > 0 ? r3.setMaxFlowSize(o2) : u.error(`no valid max size specified for flow ${e4.id} - ${o2}`); } } catch (t5) { - N.exception(t5, `error processing bootstrap flow type '${e4.id}' - this flow type may not be available when it should be.`); + O.exception(t5, `error processing bootstrap flow type '${e4.id}' - this flow type may not be available when it should be.`); } - }), c.isFeatureAvailable(S.botFlowsPromptFeature) && this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsAudio(true).setLanguagesSupportTtsAndAsrRuntime(true), c.isFeatureAvailable(S.emailBotsFeature) && this._flowDefinitions[_.flowTypes.flowTypeInboundEmail].setSupportsNluCortex(true).setSupportsNluCortexIntents(true).setSupportsFlowCreationData(true); - for (const e4 of _.flowTypes.flowTypesAll) { + }), c.isFeatureAvailable(S.default.botFlowsPromptFeature) && this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsAudio(true).setLanguagesSupportTtsAndAsrRuntime(true), c.isFeatureAvailable(S.default.emailBotsFeature) && this._flowDefinitions[h.flowTypes.flowTypeInboundEmail].setSupportsNluCortex(true).setSupportsNluCortexIntents(true).setSupportsFlowCreationData(true); + for (const e4 of h.flowTypes.flowTypesAll) { const t4 = this._flowDefinitions[e4]; t4 && t4.setErrorHandlingTypes(d.getHandlingTypesForFlowType(e4)); } - if (c.isFeatureAvailable(S.customJSONV2)) for (const e4 of _.flowTypes.flowTypesAllVxmlgen) this._flowDefinitions[e4].setSupportsCustomJsonTypes(true); - if (c.isFeatureAvailable(S.customJSONUserDefinedTypes) || c.isFeatureAvailable(S.ruleBasedDecisionsFeature)) for (const e4 of _.flowTypes.flowTypesAllVxmlgen) this._flowDefinitions[e4].setSupportsCustomJsonTypeUserCreatedVariables(true); - if (c.isFeatureAvailable(S.customJSONUserDefinedTypes) || c.isFeatureAvailable(S.ruleBasedDecisionsDigitalFeature)) for (const e4 of _.flowTypes.flowTypesAllAutomate) this._flowDefinitions[e4].setSupportsCustomJsonTypeUserCreatedVariables(true); - if (c.isFeatureAvailable(S.ruleBasedDecisionsDigitalFeature)) for (const e4 of _.flowTypes.flowTypesAllAutomate) this._flowDefinitions[e4].setSupportsCustomJsonTypes(true); - if (c.isFeatureAvailable(S.previewDigitalBotFlowTestWidgetFeature) && this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsPreview(true).setSupportsDebugPublish(true), c.isFeatureAvailable(S.previewInboundCallFlowFeature) && this._flowDefinitions[_.flowTypes.flowTypeInboundCall].setSupportsPreview(true).setPreviewsAreReplayable(true), c.isFeatureAvailable(S.previewVoicemailFlowFeature) && this._flowDefinitions[_.flowTypes.flowTypeVoicemail].setSupportsPreview(true).setPreviewsAreReplayable(true), c.isFeatureAvailable(S.previewVoiceSurveyFlowFeature) && this._flowDefinitions[_.flowTypes.flowTypeVoiceSurvey].setSupportsPreview(true).setPreviewsAreReplayable(true), c.isFeatureAvailable(S.previewWorkflowFlowFeature) && this._flowDefinitions[_.flowTypes.flowTypeWorkflow].setSupportsPreview(true).setPreviewsAreReplayable(true).setPreviewAcceptsJsonPayload(true), c.isFeatureAvailable(S.previewWorkitemFlowFeature) && this._flowDefinitions[_.flowTypes.flowTypeWorkitem].setSupportsPreview(true).setPreviewsAreReplayable(true).setPreviewAcceptsJsonPayload(true), c.isFeatureAvailable(S.botFlowsDigitalBotFlowsReprompts)) { + if (c.isFeatureAvailable(S.default.customJSONV2)) for (const e4 of h.flowTypes.flowTypesAllVxmlgen) this._flowDefinitions[e4].setSupportsCustomJsonTypes(true); + if (c.isFeatureAvailable(S.default.customJSONUserDefinedTypes) || c.isFeatureAvailable(S.default.ruleBasedDecisionsFeature)) for (const e4 of h.flowTypes.flowTypesAllVxmlgen) this._flowDefinitions[e4].setSupportsCustomJsonTypeUserCreatedVariables(true); + if (c.isFeatureAvailable(S.default.customJSONUserDefinedTypes) || c.isFeatureAvailable(S.default.ruleBasedDecisionsDigitalFeature)) for (const e4 of h.flowTypes.flowTypesAllAutomate) this._flowDefinitions[e4].setSupportsCustomJsonTypeUserCreatedVariables(true); + if (c.isFeatureAvailable(S.default.ruleBasedDecisionsDigitalFeature)) for (const e4 of h.flowTypes.flowTypesAllAutomate) this._flowDefinitions[e4].setSupportsCustomJsonTypes(true); + if (c.isFeatureAvailable(S.default.previewDigitalBotFlowTestWidgetFeature) && this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsPreview(true).setSupportsDebugPublish(true), c.isFeatureAvailable(S.default.previewInboundCallFlowFeature) && this._flowDefinitions[h.flowTypes.flowTypeInboundCall].setSupportsPreview(true).setPreviewsAreReplayable(true), c.isFeatureAvailable(S.default.previewVoicemailFlowFeature) && this._flowDefinitions[h.flowTypes.flowTypeVoicemail].setSupportsPreview(true).setPreviewsAreReplayable(true), c.isFeatureAvailable(S.default.previewVoiceSurveyFlowFeature) && this._flowDefinitions[h.flowTypes.flowTypeVoiceSurvey].setSupportsPreview(true).setPreviewsAreReplayable(true), c.isFeatureAvailable(S.default.previewWorkflowFlowFeature) && this._flowDefinitions[h.flowTypes.flowTypeWorkflow].setSupportsPreview(true).setPreviewsAreReplayable(true).setPreviewAcceptsJsonPayload(true), c.isFeatureAvailable(S.default.previewWorkitemFlowFeature) && this._flowDefinitions[h.flowTypes.flowTypeWorkitem].setSupportsPreview(true).setPreviewsAreReplayable(true).setPreviewAcceptsJsonPayload(true), c.isFeatureAvailable(S.default.botFlowsDigitalBotFlowsReprompts)) { const e4 = s.botFlowExitReasons.filter((e5) => "RecognitionFailure.MaxTurns" !== e5); - this._flowDefinitions[_.flowTypes.flowTypeBot].additionalInfo.exitReasons.value = e4, this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].additionalInfo.exitReasons.value = e4; + this._flowDefinitions[h.flowTypes.flowTypeBot].additionalInfo.exitReasons.value = e4, this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].additionalInfo.exitReasons.value = e4; } - if (c.isFeatureAvailable(S.botFlowsPciPhase1Feature) && this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsSecureVariables(true), c.isFeatureAvailable(S.botFlowsKnowledge)) { - const e4 = this._flowDefinitions[_.flowTypes.flowTypeBot]; + if (c.isFeatureAvailable(S.default.botFlowsPciPhase1Feature) && this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsSecureVariables(true), c.isFeatureAvailable(S.default.botFlowsKnowledge)) { + const e4 = this._flowDefinitions[h.flowTypes.flowTypeBot]; e4.setSupportsKnowledge(true), e4.setSupportsKnowledgeConfirmation(true), e4.setSupportsKnowledgeWelcomeArticle(true); - const t4 = this._flowDefinitions[_.flowTypes.flowTypeDigitalBot]; - t4.setSupportsKnowledge(true), c.isFeatureAvailable(S.botFlowsKnowledgeFeedback) && t4.setSupportsKnowledgeConfirmation(true); + const t4 = this._flowDefinitions[h.flowTypes.flowTypeDigitalBot]; + t4.setSupportsKnowledge(true), c.isFeatureAvailable(S.default.botFlowsKnowledgeFeedback) && t4.setSupportsKnowledgeConfirmation(true); } - if (c.isFeatureAvailable(S.flowOptimizationFrequencyFeature) && (this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsFlowOptimizationData(true), this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsFlowOptimizationData(true)), c.isFeatureAvailable(S.flowOptimizationFrequencyAllFlowTypesFeature) && f.default.each([_.flowTypes.flowTypeInboundCall, _.flowTypes.flowTypeInboundEmail, _.flowTypes.flowTypeInboundShortMessage, _.flowTypes.flowTypeInQueueCall, _.flowTypes.flowTypeInQueueEmail, _.flowTypes.flowTypeInQueueShortMessage, _.flowTypes.flowTypeOutboundCall, _.flowTypes.flowTypeSecureCall, _.flowTypes.flowTypeSurveyInvite, _.flowTypes.flowTypeVoiceSurvey, _.flowTypes.flowTypeVoicemail, _.flowTypes.flowTypeWorkflow], (e4) => { + if (c.isFeatureAvailable(S.default.flowOptimizationFrequencyFeature) && (this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsFlowOptimizationData(true), this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsFlowOptimizationData(true)), c.isFeatureAvailable(S.default.flowOptimizationFrequencyAllFlowTypesFeature) && T.default.each([h.flowTypes.flowTypeInboundCall, h.flowTypes.flowTypeInboundEmail, h.flowTypes.flowTypeInboundShortMessage, h.flowTypes.flowTypeInQueueCall, h.flowTypes.flowTypeInQueueEmail, h.flowTypes.flowTypeInQueueShortMessage, h.flowTypes.flowTypeOutboundCall, h.flowTypes.flowTypeSecureCall, h.flowTypes.flowTypeSurveyInvite, h.flowTypes.flowTypeVoiceSurvey, h.flowTypes.flowTypeVoicemail, h.flowTypes.flowTypeWorkflow], (e4) => { this._flowDefinitions[e4].setSupportsFlowOptimizationData(true); - }), c.isFeatureAvailable(S.botFlowsDigitalBotFlowsKnowledgePathFeature) && this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsKnowledgePaths(true), c.isFeatureAvailable(S.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature) && this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsEndToEndKnowledgeHandling(true), c.isFeatureAvailable(S.botFlowsAdvancedKnowledgeHandling) && c.isFeatureAvailable(S.botFlowsKnowledge) && this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsEndToEndKnowledgeHandling(true), c.isFeatureAvailable(S.botFlowsAdvancedKnowledgeHandling) && c.isFeatureAvailable(S.botFlowsKnowledge) && this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsAdvancedKnowledgeHandling(true), c.isFeatureAvailable(S.pathDiscoveryFeature) && (this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsPathDiscovery(true), this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsPathDiscovery(true)), c.isFeatureAvailable(S.pathDiscoveryCallFlowsFeature) && (this._flowDefinitions[_.flowTypes.flowTypeInboundCall].setSupportsPathDiscovery(true), this._flowDefinitions[_.flowTypes.flowTypeSecureCall].setSupportsPathDiscovery(true)), c.isFeatureAvailable(S.pathDiscoveryV3Feature) && (this._flowDefinitions[_.flowTypes.flowTypeInboundEmail].setSupportsPathDiscovery(true), this._flowDefinitions[_.flowTypes.flowTypeInboundShortMessage].setSupportsPathDiscovery(true), this._flowDefinitions[_.flowTypes.flowTypeOutboundCall].setSupportsPathDiscovery(true)), c.isFeatureAvailable(S.botFlowsDigitalBotFlowsMultiLingualFeature)) { - const e4 = this._flowDefinitions[_.flowTypes.flowTypeBot]; + }), c.isFeatureAvailable(S.default.botFlowsDigitalBotFlowsKnowledgePathFeature) && this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsKnowledgePaths(true), c.isFeatureAvailable(S.default.botFlowsDigitalBotFlowsKnowledgeEndToEndFeature) && this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsEndToEndKnowledgeHandling(true), c.isFeatureAvailable(S.default.botFlowsAdvancedKnowledgeHandling) && c.isFeatureAvailable(S.default.botFlowsKnowledge) && this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsEndToEndKnowledgeHandling(true), c.isFeatureAvailable(S.default.botFlowsAdvancedKnowledgeHandling) && c.isFeatureAvailable(S.default.botFlowsKnowledge) && this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsAdvancedKnowledgeHandling(true), c.isFeatureAvailable(S.default.pathDiscoveryFeature) && (this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsPathDiscovery(true), this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsPathDiscovery(true)), c.isFeatureAvailable(S.default.pathDiscoveryCallFlowsFeature) && (this._flowDefinitions[h.flowTypes.flowTypeInboundCall].setSupportsPathDiscovery(true), this._flowDefinitions[h.flowTypes.flowTypeSecureCall].setSupportsPathDiscovery(true)), c.isFeatureAvailable(S.default.pathDiscoveryV3Feature) && (this._flowDefinitions[h.flowTypes.flowTypeInboundEmail].setSupportsPathDiscovery(true), this._flowDefinitions[h.flowTypes.flowTypeInboundShortMessage].setSupportsPathDiscovery(true), this._flowDefinitions[h.flowTypes.flowTypeOutboundCall].setSupportsPathDiscovery(true)), c.isFeatureAvailable(S.default.botFlowsDigitalBotFlowsMultiLingualFeature)) { + const e4 = this._flowDefinitions[h.flowTypes.flowTypeBot]; e4.setSupportsMoreThanOneLanguage(true), e4.setSupportsLanguageAddRemove(true), e4.setSupportsMultilingualKnowledge(true); - const t4 = this._flowDefinitions[_.flowTypes.flowTypeDigitalBot]; + const t4 = this._flowDefinitions[h.flowTypes.flowTypeDigitalBot]; t4.setSupportsMoreThanOneLanguage(true), t4.setSupportsLanguageAddRemove(true), t4.setSupportsMultilingualKnowledge(true); } - if (c.isFeatureAvailable(S.botFlowsQueueSupportFeature) && (this._flowDefinitions[_.flowTypes.flowTypeBot].setLanguagesSupportDefaultLanguageSkill(true), this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setLanguagesSupportDefaultLanguageSkill(true)), c.isFeatureAvailable(S.workItemFlows)) { - const n3 = this._flowDefinitions[_.flowTypes.flowTypeWorkitem]; + if (c.isFeatureAvailable(S.default.botFlowsQueueSupportFeature) && (this._flowDefinitions[h.flowTypes.flowTypeBot].setLanguagesSupportDefaultLanguageSkill(true), this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setLanguagesSupportDefaultLanguageSkill(true)), c.isFeatureAvailable(S.default.workItemFlows)) { + const n3 = this._flowDefinitions[h.flowTypes.flowTypeWorkitem]; n3.setOutputValuesSupportVariableExpressions(true); const r3 = null === (i3 = null === (t3 = e3.featureSupport) || void 0 === t3 ? void 0 : t3.workitems) || void 0 === i3 ? void 0 : i3.events; if (null == r3 ? void 0 : r3.length) for (const e4 of r3) n3.addFlowInvokingEvent(null == e4 ? void 0 : e4.id); n3.setSupportsFlowOptimizationData(true); } - f.default.each(this._flowDefinitions, (e4) => { + T.default.each(this._flowDefinitions, (e4) => { e4.isCallFlowType && e4._supportsReusableTasks && e4.setSupportsTaskInputVariables(true).setSupportsTaskOutputVariables(true).setSupportsTasksWithOutputPaths(true); - }), f.default.each(this._flowDefinitions, (e4) => { + }), T.default.each(this._flowDefinitions, (e4) => { switch (e4.type) { - case _.flowTypes.flowTypeInboundCall: - case _.flowTypes.flowTypeOutboundCall: - case _.flowTypes.flowTypeSecureCall: - case _.flowTypes.flowTypeVoicemail: + case h.flowTypes.flowTypeInboundCall: + case h.flowTypes.flowTypeOutboundCall: + case h.flowTypes.flowTypeSecureCall: + case h.flowTypes.flowTypeVoicemail: e4.setSupportsDefaultSpeechSettings(true), e4.setSupportsDisableASR(true), e4.setSupportsCompanyDirectory(true); } - }), f.default.each(this._flowDefinitions, (e4) => { - _.flowTypes.flowTypesAllCicero.includes(e4.type) ? e4.isEmbeddable = c.isFeatureAvailable(S.botFlowsPhase2) : e4.isEmbeddable = e4.type !== _.flowTypes.flowTypeCommonModule; - }), f.default.each(this._flowDefinitions, (e4) => { + }), T.default.each(this._flowDefinitions, (e4) => { + h.flowTypes.flowTypesAllCicero.includes(e4.type) ? e4.isEmbeddable = c.isFeatureAvailable(S.default.botFlowsPhase2) : e4.isEmbeddable = e4.type !== h.flowTypes.flowTypeCommonModule; + }), T.default.each(this._flowDefinitions, (e4) => { switch (e4.type) { - case _.flowTypes.flowTypeInboundCall: - case _.flowTypes.flowTypeOutboundCall: - case _.flowTypes.flowTypeVoicemail: - e4.canSuppressCallRecordings = c.isFeatureAvailable(S.suppressCallRecordingsFeature); + case h.flowTypes.flowTypeInboundCall: + case h.flowTypes.flowTypeOutboundCall: + case h.flowTypes.flowTypeVoicemail: + e4.canSuppressCallRecordings = c.isFeatureAvailable(S.default.suppressCallRecordingsFeature); break; - case _.flowTypes.flowTypeSecureCall: - e4.canSuppressCallRecordings = c.isFeatureAvailable(S.suppressCallRecordingsSecureCallFeature); + case h.flowTypes.flowTypeSecureCall: + e4.canSuppressCallRecordings = c.isFeatureAvailable(S.default.suppressCallRecordingsSecureCallFeature); } - }), this._flowDefinitions[_.flowTypes.flowTypeVoice].setCanSuppressCallRecordings(true), f.default.each(this._flowDefinitions, (e4) => { - e4.type === _.flowTypes.flowTypeBot && (e4.languagesSupportSttSetting = c.isFeatureAvailable(S.botFlowsThirdPartySttFeature)); - }), c.isFeatureAvailable(S.orgAvailabilityGrammars) && f.default.each(this._flowDefinitions, (e4) => { + }), this._flowDefinitions[h.flowTypes.flowTypeVoice].setCanSuppressCallRecordings(true), T.default.each(this._flowDefinitions, (e4) => { + e4.type === h.flowTypes.flowTypeBot && (e4.languagesSupportSttSetting = c.isFeatureAvailable(S.default.botFlowsThirdPartySttFeature)); + }), c.isFeatureAvailable(S.default.orgAvailabilityGrammars) && T.default.each(this._flowDefinitions, (e4) => { switch (e4.type) { - case _.flowTypes.flowTypeBot: - case _.flowTypes.flowTypeVoice: - e4.supportsGrammars = c.isFeatureAvailable(S.orgAvailabilityGrammars); + case h.flowTypes.flowTypeBot: + case h.flowTypes.flowTypeVoice: + e4.supportsGrammars = c.isFeatureAvailable(S.default.orgAvailabilityGrammars); } - }), this._isInitialized = true, f.default.each(this._flowDefinitions, (e4) => { + }), this._isInitialized = true, T.default.each(this._flowDefinitions, (e4) => { e4.isInitialized = true; - }), f.default.each(_.flowTypes.flowTypesAll, (t4) => { + }), T.default.each(h.flowTypes.flowTypesAll, (t4) => { var i4, n3, r3, o2; if (!this._flowDefinitions[t4].supportsNlu) return; let a2 = ["en-au", "en-gb", "en-us"]; const s2 = null === (i4 = e3.featureSupport.naturalLanguageUnderstanding) || void 0 === i4 ? void 0 : i4.flowTypesToEngines; - if (f.default.isObject(s2)) { - const e4 = s2[t4 !== _.flowTypes.flowTypeVoice ? t4 : _.flowTypes.flowTypeBot]; - if (f.default.isObject(e4)) { + if (T.default.isObject(s2)) { + const e4 = s2[t4 !== h.flowTypes.flowTypeVoice ? t4 : h.flowTypes.flowTypeBot]; + if (T.default.isObject(e4)) { const t5 = {}; - f.default.each(e4, (e5, i5) => { + T.default.each(e4, (e5, i5) => { t5[i5] = true; - }), a2 = f.default.keys(t5) || []; + }), a2 = T.default.keys(t5) || []; } } else if (null === (o2 = null === (r3 = null === (n3 = e3.featureSupport) || void 0 === n3 ? void 0 : n3.naturalLanguageUnderstanding) || void 0 === r3 ? void 0 : r3.supportedLanguages) || void 0 === o2 ? void 0 : o2.length) { - const t5 = f.default.pluck(e3.featureSupport.naturalLanguageUnderstanding.supportedLanguages, "language"); + const t5 = T.default.pluck(e3.featureSupport.naturalLanguageUnderstanding.supportedLanguages, "language"); t5.length && (a2 = t5); } this._flowDefinitions[t4].setAvailableLanguageTags(a2); - }), c.isFeatureAvailable(S.botFlowsVirtualAgentOffering) && (this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsVirtualAgent(true), this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsVirtualAgent(true)), c.isFeatureAvailable(S.botFlowsMessagingDatePicker) && this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsDynamicTimeslots(true), c.isFeatureAvailable(S.botFlowsAnswerGeneration) && this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsAnswerGeneration(true), c.isFeatureAvailable(S.botFlowsAnswerGenerationMultipleArticles) && this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsAnswerGeneration(true), c.isFeatureAvailable(S.botFlowsIntentClassificationHintingAsr) && this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsEnableIntentClassificationHinting(true), c.isFeatureAvailable(S.botFlowsIntentDescriptions) && this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsIntentDescriptions(true), c.isFeatureAvailable(S.botFlowsVirtualAgentCustomSummaries) && (this._flowDefinitions[_.flowTypes.flowTypeBot].setSupportsConversationSummary(true), this._flowDefinitions[_.flowTypes.flowTypeDigitalBot].setSupportsConversationSummary(true)); + }), c.isFeatureAvailable(S.default.botFlowsVirtualAgentOffering) && (this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsVirtualAgent(true), this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsVirtualAgent(true)), c.isFeatureAvailable(S.default.botFlowsMessagingDatePicker) && this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsDynamicTimeslots(true), c.isFeatureAvailable(S.default.botFlowsAnswerGeneration) && this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsAnswerGeneration(true), c.isFeatureAvailable(S.default.botFlowsAnswerGenerationMultipleArticles) && this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsAnswerGeneration(true), c.isFeatureAvailable(S.default.botFlowsIntentClassificationHintingAsr) && this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsEnableIntentClassificationHinting(true), c.isFeatureAvailable(S.default.botFlowsIntentDescriptions) && this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsIntentDescriptions(true), c.isFeatureAvailable(S.default.botFlowsVirtualAgentCustomSummaries) && (this._flowDefinitions[h.flowTypes.flowTypeBot].setSupportsConversationSummary(true), this._flowDefinitions[h.flowTypes.flowTypeDigitalBot].setSupportsConversationSummary(true)); } _getFlowTypesForPropertyValue(e3, t3) { const i3 = []; - return f.default.each(this._flowDefinitions, (n3) => { + return T.default.each(this._flowDefinitions, (n3) => { n3[e3] === t3 && i3.push(n3.type); }), i3; } @@ -114754,10 +115535,10 @@ ${e3.stack}`, n3 = [this].concat(i3); } getFlowTypeDisplayName(e3) { const t3 = this.getDefinitionForFlowType(e3); - return t3 ? t3.typeDisplayName : (u.error(`flowDefinitionService::getFlowTypeDisplayName - Unknown flowType '${e3}'`), A.flow.types.inboundCall); + return t3 ? t3.typeDisplayName : (u.error(`flowDefinitionService::getFlowTypeDisplayName - Unknown flowType '${e3}'`), N.flow.types.inboundCall); } getFlowTypeForDependencyType(e3) { - if (e3) return I[e3.toLowerCase()]; + if (e3) return v[e3.toLowerCase()]; } getFlowTypeIsAvailable(e3) { this._isInitialized || u.error("Asking for a flow type's availability prior to the flow definition service having bootstrap data loaded. Bad!"); @@ -114765,10 +115546,10 @@ ${e3.stack}`, n3 = [this].concat(i3); return t3 ? t3.isAvailable : (u.error("Asking for flow type availability for a flow type that cannot be found. Bad!"), false); } getIsValidFlowType(e3) { - return !f.default.isUndefined(this.getDefinitionForFlowType(e3)); + return !T.default.isUndefined(this.getDefinitionForFlowType(e3)); } getOrgAndFlowTypeSupportAudio(e3) { - return e3 ? h.getOrgSupportsAudio() && this.doesFlowTypeSupportAudio(e3) : h.getOrgSupportsAudio(); + return e3 ? m.getOrgSupportsAudio() && this.doesFlowTypeSupportAudio(e3) : m.getOrgSupportsAudio(); } get className() { return "FlowDefinitionService"; @@ -114782,7 +115563,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return this._isInitialized; } }(); - t2.default = v; + t2.default = C; }, 98126: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.clone = function(e3) { @@ -114877,9 +115658,6 @@ ${e3.stack}`, n3 = [this].concat(i3); } } t2.default = o; - }, 98261: (e2, t2, i2) => { - const n2 = i2(37675); - e2.exports = [{ id: "cs-cz", angular: "cs", moment: "cs", humanizeDuration: "cs", pureCloudLocale: "cs", spark: "cs", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "en-us", angular: "en", moment: "", humanizeDuration: "en", pureCloudLocale: "en-us", spark: "en", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "es-us", angular: "es", moment: "es", humanizeDuration: "es", pureCloudLocale: "es", spark: "es", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "fr-ca", angular: "fr", moment: "fr-ca", humanizeDuration: "fr", pureCloudLocale: "fr", spark: "fr-ca", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "de-de", angular: "de", moment: "de", humanizeDuration: "de", pureCloudLocale: "de", spark: "de", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "ja-jp", angular: "ja", moment: "ja", humanizeDuration: "ja", pureCloudLocale: "ja", spark: "ja", italic: false, verticalTextSideways: false, direction: n2.leftToRight }, { id: "nb-no", angular: "nb", moment: "nb", humanizeDuration: "no", pureCloudLocale: "no", spark: "no", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "nl-nl", angular: "nl", moment: "nl", humanizeDuration: "nl", pureCloudLocale: "nl", spark: "nl", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "pt-br", angular: "pt", moment: "pt-br", humanizeDuration: "pt", pureCloudLocale: "pt-br", spark: "pt-br", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "it-it", angular: "it", moment: "it", humanizeDuration: "it", pureCloudLocale: "it", spark: "it", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "ko-kr", angular: "ko", moment: "ko", humanizeDuration: "ko", pureCloudLocale: "ko", spark: "ko", italic: false, verticalTextSideways: false, direction: n2.leftToRight }, { id: "pl-pl", angular: "pl", moment: "pl", humanizeDuration: "pl", pureCloudLocale: "pl", spark: "pl", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "ru-ru", angular: "ru", moment: "ru", humanizeDuration: "ru", pureCloudLocale: "ru", spark: "ru", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "sv-se", angular: "sv", moment: "sv", humanizeDuration: "sv", pureCloudLocale: "sv", spark: "sv", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "tr-tr", angular: "tr", moment: "tr", humanizeDuration: "tr", pureCloudLocale: "tr", spark: "tr", italic: true, verticalTextSideways: true, direction: n2.leftToRight }, { id: "zh-cn", angular: "zh-Hans", moment: "zh-cn", humanizeDuration: "zh_CN", pureCloudLocale: "zh-cn", spark: "zh-cn", italic: false, verticalTextSideways: false, direction: n2.leftToRight }, { id: "zh-tw", angular: "zh-Hant", moment: "zh-tw", humanizeDuration: "zh_TW", pureCloudLocale: "zh-tw", spark: "zh-tw", italic: false, verticalTextSideways: false, direction: n2.leftToRight }]; }, 98348: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }); @@ -114978,7 +115756,7 @@ ${e3.stack}`, n3 = [this].concat(i3); return e4; }, [])); }, t2.getLanguageEntry = I, t2.getLanguageEntries = v, t2.getLanguageObjectForCurrentLocale = function() { - return a.default.findWhere(g, { id: u.getCurrentLanguage() }); + return a.default.findWhere(m.isoLanguagesUiData, { id: u.getCurrentLanguage() }); }, t2.getProperCasedLangCode = function(e3) { const i3 = t2.allLangs[e3.toLowerCase()]; return i3 ? i3.id : null; @@ -114986,7 +115764,7 @@ ${e3.stack}`, n3 = [this].concat(i3); const i3 = t2.allLangs[e3.toLowerCase()]; return null == i3 ? void 0 : i3.knowledgeBaseLanguageTag; }, t2.getLangSupportsConversationSummary = function(e3) { - return m.conversationSummaryLanguageSupport.isLanguageSupported(e3); + return g.conversationSummaryLanguageSupport.isLanguageSupported(e3); }, t2.getLangSupportsKnowledgeForFlowType = function(e3, i3) { const n3 = t2.allLangs[e3.toLowerCase()]; return !!(null == n3 ? void 0 : n3.getSupportsKnowledgeForFlowType(i3)); @@ -115028,7 +115806,7 @@ ${e3.stack}`, n3 = [this].concat(i3); }, t2.isValidLanguageCode = function(e3) { return !(!e3 || !e3.toLowerCase) && !!t2.allLangs[e3.toLowerCase()]; }; - const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importDefault(i2(98114)), l = n2.__importDefault(i2(4648)), u = n2.__importStar(i2(74359)), d = i2(16321), c = n2.__importStar(i2(10798)), p = n2.__importDefault(i2(41510)), _ = n2.__importStar(i2(66381)), h = i2(24812), m = i2(73078), g = i2(98261), f = i2(24032).getTopic("supportedLanguageManager"); + const n2 = i2(31635), r2 = i2(96618), o = i2(17604), a = n2.__importDefault(i2(92140)), s = n2.__importDefault(i2(98114)), l = n2.__importDefault(i2(4648)), u = n2.__importStar(i2(74359)), d = i2(16321), c = n2.__importStar(i2(10798)), p = n2.__importDefault(i2(41510)), _ = n2.__importStar(i2(66381)), h = i2(24812), m = i2(85306), g = i2(73078), f = (0, i2(24032).getTopic)("supportedLanguageManager"); function T(e3) { return e3 && -1 === e3.indexOf("-"); } @@ -116835,6 +117613,18 @@ ${e3.stack}`, n3 = [this].concat(i3); } } t2.default = o; + }, 99914: (e2, t2, i2) => { + "use strict"; + Object.defineProperty(t2, "__esModule", { value: true }), t2.getCustomerSegments = a, t2.getCustomerSegment = s; + const n2 = i2(31635), r2 = n2.__importDefault(i2(36019)), o = n2.__importStar(i2(1849)); + function a(e3) { + const t3 = r2.default.build(o.getCustomerSegments), i3 = { pageSize: e3.defaultPageSize, pageNumber: e3.pageNumber, sortBy: "displayName" }; + return e3.searchTerm && (i3.queryValue = e3.searchTerm, i3.queryFields = "displayName"), t3.queryParams(i3), t3.call(); + } + function s(e3) { + return r2.default.build(o.getCustomerSegment).templateParams({ id: e3 }).call(); + } + a.api = o.getCustomerSegments, s.api = o.getCustomerSegment; }, 99918: (e2, t2, i2) => { "use strict"; Object.defineProperty(t2, "__esModule", { value: true }), t2.surveyFormManager = t2.SurveyFormManager = void 0; diff --git a/package.json b/package.json index d3f9410..ae9f73b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genesys-cloud-architect", - "version": "1.0.5", + "version": "1.0.6", "private": true, "packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d", "scripts": { @@ -23,7 +23,7 @@ }, "devDependencies": { "@biomejs/biome": "2.4.15", - "@makingchatbots/genesys-cloud-architect-diagram-lib": "^1.1.0", + "@makingchatbots/genesys-cloud-architect-diagram-lib": "^1.3.0", "@types/node": "^25.8.0", "esbuild": "^0.25.0", "husky": "^9.1.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b4c82cb..70aa16a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,10 +10,10 @@ importers: dependencies: '@modelcontextprotocol/sdk': specifier: ^1.12.0 - version: 1.29.0(zod@4.4.3) + version: 1.30.0(zod@4.4.3) purecloud-flow-scripting-api-sdk-javascript: specifier: ^0.66.1 - version: 0.66.1 + version: 0.66.6 purecloud-platform-client-v2: specifier: ^252.1.0 version: 252.1.0 @@ -25,11 +25,11 @@ importers: specifier: 2.4.15 version: 2.4.15 '@makingchatbots/genesys-cloud-architect-diagram-lib': - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^1.3.0 + version: 1.3.0 '@types/node': specifier: ^25.8.0 - version: 25.9.0 + version: 25.9.5 esbuild: specifier: ^0.25.0 version: 0.25.12 @@ -262,18 +262,18 @@ packages: cpu: [x64] os: [win32] - '@hono/node-server@1.19.14': - resolution: {integrity: sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==} - engines: {node: '>=18.14.1'} + '@hono/node-server@2.0.12': + resolution: {integrity: sha512-eWpQYr67tqJLeaSUl0Q+TquuYfUdTibpOJlUMV2FfUP7+KqCC5TufnwnlXL6mobZBJbGAYRd7ZvEBDCbLInjhg==} + engines: {node: '>=20'} peerDependencies: hono: ^4 - '@makingchatbots/genesys-cloud-architect-diagram-lib@1.1.0': - resolution: {integrity: sha512-81sCC5Zr/Zhj40JlTehe9FEKqp1w4C/73d5qq/xFHn0scvGDI6Ipb+gbLHF0+nFTy3JKsIDq4Momw9IlAwJ5RQ==, tarball: https://npm.pkg.github.com/download/@makingchatbots/genesys-cloud-architect-diagram-lib/1.1.0/88e1dfee54e903c6178d770e09baaf6e40d19e62} + '@makingchatbots/genesys-cloud-architect-diagram-lib@1.3.0': + resolution: {integrity: sha512-Yr2Lhf8yVNpn5kJFfioVqnhcFaqXu9AvwV9REwzKTusNllB8BuCp/57KbhYrRTC1gbM0TkO+SRHz4+tWzPLXlQ==, tarball: https://npm.pkg.github.com/download/@makingchatbots/genesys-cloud-architect-diagram-lib/1.3.0/fbc6ea954aa7348c8f07d9d73b3f59207e634482} engines: {node: '>=22.12'} - '@modelcontextprotocol/sdk@1.29.0': - resolution: {integrity: sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==} + '@modelcontextprotocol/sdk@1.30.0': + resolution: {integrity: sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==} engines: {node: '>=18'} peerDependencies: '@cfworker/json-schema': ^4.1.1 @@ -285,8 +285,8 @@ packages: '@so-ric/colorspace@1.1.6': resolution: {integrity: sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==} - '@types/node@25.9.0': - resolution: {integrity: sha512-AOQwYUNolgy3VosiRqXrACUXTN8nJUtPl7FJXMqZVyxiiCLhQuG3jXKvCS1ALr+Y2OmZhzzLVlYPEqJaiqkaJQ==} + '@types/node@25.9.5': + resolution: {integrity: sha512-OScDchr2fwuUmWdf4kZ9h7PcJiYDVInhJizG/biAq3cAvqwYktuy/TYGGdZNMtNTFUP7rnb0NU4TUdm82kt4Rg==} '@types/triple-beam@1.3.5': resolution: {integrity: sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==} @@ -316,11 +316,11 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.16.1: - resolution: {integrity: sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==} + axios@1.19.0: + resolution: {integrity: sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw==} - body-parser@2.2.2: - resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==} + body-parser@2.3.0: + resolution: {integrity: sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==} engines: {node: '>=18'} bytes@3.1.2: @@ -339,8 +339,8 @@ packages: resolution: {integrity: sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==} engines: {node: '>=14.6'} - color-name@2.1.0: - resolution: {integrity: sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==} + color-name@2.1.1: + resolution: {integrity: sha512-p2FdgwVx1a9yWBHP2wI0VgShkDpgN4kZISkxdNipGBJWpa5G6b04OINlVWCyJj0JmfvcPrgqt95E9k8yvaOJFg==} engines: {node: '>=12.20'} color-string@2.1.4: @@ -425,8 +425,8 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-object-atoms@1.1.1: - resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} + es-object-atoms@1.1.2: + resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==} engines: {node: '>= 0.4'} es-set-tostringtag@2.1.0: @@ -445,16 +445,16 @@ packages: resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} engines: {node: '>= 0.6'} - eventsource-parser@3.0.8: - resolution: {integrity: sha512-70QWGkr4snxr0OXLRWsFLeRBIRPuQOvt4s8QYjmUlmlkyTZkRqS7EDVRZtzU3TiyDbXSzaOeF0XUKy8PchzukQ==} + eventsource-parser@3.1.0: + resolution: {integrity: sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==} engines: {node: '>=18.0.0'} eventsource@3.0.7: resolution: {integrity: sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==} engines: {node: '>=18.0.0'} - express-rate-limit@8.5.2: - resolution: {integrity: sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==} + express-rate-limit@8.6.1: + resolution: {integrity: sha512-0D493aP61w0TJ2A0wy27riRsO7FMQ7FK+KUHOKCSfPvYo0R55aiC6emCVgFUeShH0fq0ICPVzNcgoS+BsbXQCA==} engines: {node: '>= 16'} peerDependencies: express: '>= 4.11' @@ -466,8 +466,8 @@ packages: fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - fast-uri@3.1.2: - resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==} + fast-uri@3.1.5: + resolution: {integrity: sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==} fecha@4.2.3: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} @@ -488,8 +488,8 @@ packages: debug: optional: true - form-data@4.0.5: - resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==} + form-data@4.0.6: + resolution: {integrity: sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==} engines: {node: '>= 6'} forwarded@0.2.0: @@ -523,12 +523,12 @@ packages: resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} - hasown@2.0.3: - resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==} + hasown@2.0.4: + resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} engines: {node: '>= 0.4'} - hono@4.12.19: - resolution: {integrity: sha512-xa3eYXYXx68XTT4hZ7dRzsXBhaq85ToSrlUJNoR0gwz/1Ap/CNwX47wfvV7pc/xWhjKVVkLT7zBJy8chhNguqQ==} + hono@4.13.0: + resolution: {integrity: sha512-jhunvfHWxd7J5EFfSgH4xsYJzSe/lfqbUCxiyyeaQasUsXeEHXtzVid+7EOGByc5JnFa23SSFL3Y2RV/z1T+eQ==} engines: {node: '>=16.9.0'} http-errors@2.0.1: @@ -544,15 +544,15 @@ packages: engines: {node: '>=18'} hasBin: true - iconv-lite@0.7.2: - resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} + iconv-lite@0.7.3: + resolution: {integrity: sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==} engines: {node: '>=0.10.0'} inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - ip-address@10.2.0: - resolution: {integrity: sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==} + ip-address@10.4.0: + resolution: {integrity: sha512-oSK96Grm3aP6OrS263xVxbNDGVL7rzBtYdpGqlDG8iQdoenDoTs/nkki+DflYbAEE8Xl6o5YxhxlrKvI3nqKXQ==} engines: {node: '>= 12'} ipaddr.js@1.9.1: @@ -569,8 +569,8 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - jose@6.2.3: - resolution: {integrity: sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==} + jose@6.2.8: + resolution: {integrity: sha512-Bsdjwm3Qsd/P0jR+BHDe3LytDfY7WBq2HmCCLIwuVRHMuEC9ae7/R474GIUdF1NgCyZjzVo/A9DOiOBtXq8ZoQ==} json-schema-traverse@1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} @@ -589,8 +589,8 @@ packages: resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} engines: {node: '>= 0.4'} - media-typer@1.1.0: - resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==} + media-typer@1.1.1: + resolution: {integrity: sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==} engines: {node: '>= 0.8'} merge-descriptors@2.0.0: @@ -668,19 +668,19 @@ packages: resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==} engines: {node: '>=10'} - purecloud-flow-scripting-api-sdk-javascript@0.66.1: - resolution: {integrity: sha512-aWSE4+2Guh7FNXRiGNtmTa74llyFuG8c9UI5KqWV2rwQ4zNurX506F3v5okrOMmPkqA6y5yHL8mOIOZwGZ6ELg==} + purecloud-flow-scripting-api-sdk-javascript@0.66.6: + resolution: {integrity: sha512-00+sYdp3R8I885Biz1mLI+5yrtZv/oQ5SHcO6qMQj+iv+oPd1HuLbCZZX9+DVjlPKHaDWGq/KJnQ23hQCuoRiQ==} engines: {node: '>=20.0.0'} purecloud-platform-client-v2@252.1.0: resolution: {integrity: sha512-TD1u4H/HInP230a9Gstw4T52HZo3CKo3cot4qMHXj9yo7qVla1pM4UNPn70Rm7XsW6aNHqDd48LSEetHY3h88g==} - qs@6.15.2: - resolution: {integrity: sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==} + qs@6.15.3: + resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==} engines: {node: '>=0.6'} - range-parser@1.2.1: - resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + range-parser@1.3.0: + resolution: {integrity: sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==} engines: {node: '>= 0.6'} raw-body@3.0.2: @@ -740,8 +740,8 @@ packages: resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} engines: {node: '>= 0.4'} - side-channel@1.1.0: - resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} + side-channel@1.1.1: + resolution: {integrity: sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==} engines: {node: '>= 0.4'} stack-trace@0.0.10: @@ -947,26 +947,26 @@ snapshots: '@esbuild/win32-x64@0.25.12': optional: true - '@hono/node-server@1.19.14(hono@4.12.19)': + '@hono/node-server@2.0.12(hono@4.13.0)': dependencies: - hono: 4.12.19 + hono: 4.13.0 - '@makingchatbots/genesys-cloud-architect-diagram-lib@1.1.0': {} + '@makingchatbots/genesys-cloud-architect-diagram-lib@1.3.0': {} - '@modelcontextprotocol/sdk@1.29.0(zod@4.4.3)': + '@modelcontextprotocol/sdk@1.30.0(zod@4.4.3)': dependencies: - '@hono/node-server': 1.19.14(hono@4.12.19) + '@hono/node-server': 2.0.12(hono@4.13.0) ajv: 8.20.0 ajv-formats: 3.0.1(ajv@8.20.0) content-type: 1.0.5 cors: 2.8.6 cross-spawn: 7.0.6 eventsource: 3.0.7 - eventsource-parser: 3.0.8 + eventsource-parser: 3.1.0 express: 5.2.1 - express-rate-limit: 8.5.2(express@5.2.1) - hono: 4.12.19 - jose: 6.2.3 + express-rate-limit: 8.6.1(express@5.2.1) + hono: 4.13.0 + jose: 6.2.8 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 raw-body: 3.0.2 @@ -980,7 +980,7 @@ snapshots: color: 5.0.3 text-hex: 1.0.0 - '@types/node@25.9.0': + '@types/node@25.9.5': dependencies: undici-types: 7.24.6 @@ -1004,7 +1004,7 @@ snapshots: ajv@8.20.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.2 + fast-uri: 3.1.5 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -1012,25 +1012,25 @@ snapshots: asynckit@0.4.0: {} - axios@1.16.1: + axios@1.19.0: dependencies: follow-redirects: 1.16.0 - form-data: 4.0.5 + form-data: 4.0.6 https-proxy-agent: 5.0.1 proxy-from-env: 2.1.0 transitivePeerDependencies: - debug - supports-color - body-parser@2.2.2: + body-parser@2.3.0: dependencies: bytes: 3.1.2 - content-type: 1.0.5 + content-type: 2.0.0 debug: 4.4.3 http-errors: 2.0.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.3 on-finished: 2.4.1 - qs: 6.15.2 + qs: 6.15.3 raw-body: 3.0.2 type-is: 2.1.0 transitivePeerDependencies: @@ -1050,13 +1050,13 @@ snapshots: color-convert@3.1.3: dependencies: - color-name: 2.1.0 + color-name: 2.1.1 - color-name@2.1.0: {} + color-name@2.1.1: {} color-string@2.1.4: dependencies: - color-name: 2.1.0 + color-name: 2.1.1 color@5.0.3: dependencies: @@ -1116,7 +1116,7 @@ snapshots: es-errors@1.3.0: {} - es-object-atoms@1.1.1: + es-object-atoms@1.1.2: dependencies: es-errors: 1.3.0 @@ -1125,7 +1125,7 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.3.0 has-tostringtag: 1.0.2 - hasown: 2.0.3 + hasown: 2.0.4 esbuild@0.25.12: optionalDependencies: @@ -1160,21 +1160,24 @@ snapshots: etag@1.8.1: {} - eventsource-parser@3.0.8: {} + eventsource-parser@3.1.0: {} eventsource@3.0.7: dependencies: - eventsource-parser: 3.0.8 + eventsource-parser: 3.1.0 - express-rate-limit@8.5.2(express@5.2.1): + express-rate-limit@8.6.1(express@5.2.1): dependencies: + debug: 4.4.3 express: 5.2.1 - ip-address: 10.2.0 + ip-address: 10.4.0 + transitivePeerDependencies: + - supports-color express@5.2.1: dependencies: accepts: 2.0.0 - body-parser: 2.2.2 + body-parser: 2.3.0 content-disposition: 1.1.0 content-type: 1.0.5 cookie: 0.7.2 @@ -1193,8 +1196,8 @@ snapshots: once: 1.4.0 parseurl: 1.3.3 proxy-addr: 2.0.7 - qs: 6.15.2 - range-parser: 1.2.1 + qs: 6.15.3 + range-parser: 1.3.0 router: 2.2.0 send: 1.2.1 serve-static: 2.2.1 @@ -1206,7 +1209,7 @@ snapshots: fast-deep-equal@3.1.3: {} - fast-uri@3.1.2: {} + fast-uri@3.1.5: {} fecha@4.2.3: {} @@ -1225,12 +1228,12 @@ snapshots: follow-redirects@1.16.0: {} - form-data@4.0.5: + form-data@4.0.6: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 es-set-tostringtag: 2.1.0 - hasown: 2.0.3 + hasown: 2.0.4 mime-types: 2.1.35 forwarded@0.2.0: {} @@ -1244,18 +1247,18 @@ snapshots: call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 function-bind: 1.1.2 get-proto: 1.0.1 gopd: 1.2.0 has-symbols: 1.1.0 - hasown: 2.0.3 + hasown: 2.0.4 math-intrinsics: 1.1.0 get-proto@1.0.1: dependencies: dunder-proto: 1.0.1 - es-object-atoms: 1.1.1 + es-object-atoms: 1.1.2 gopd@1.2.0: {} @@ -1265,11 +1268,11 @@ snapshots: dependencies: has-symbols: 1.1.0 - hasown@2.0.3: + hasown@2.0.4: dependencies: function-bind: 1.1.2 - hono@4.12.19: {} + hono@4.13.0: {} http-errors@2.0.1: dependencies: @@ -1288,13 +1291,13 @@ snapshots: husky@9.1.7: {} - iconv-lite@0.7.2: + iconv-lite@0.7.3: dependencies: safer-buffer: 2.1.2 inherits@2.0.4: {} - ip-address@10.2.0: {} + ip-address@10.4.0: {} ipaddr.js@1.9.1: {} @@ -1304,7 +1307,7 @@ snapshots: isexe@2.0.0: {} - jose@6.2.3: {} + jose@6.2.8: {} json-schema-traverse@1.0.0: {} @@ -1323,7 +1326,7 @@ snapshots: math-intrinsics@1.1.0: {} - media-typer@1.1.0: {} + media-typer@1.1.1: {} merge-descriptors@2.0.0: {} @@ -1380,7 +1383,7 @@ snapshots: proxy-from-env@2.1.0: {} - purecloud-flow-scripting-api-sdk-javascript@0.66.1: + purecloud-flow-scripting-api-sdk-javascript@0.66.6: dependencies: ws: 8.20.1 transitivePeerDependencies: @@ -1389,25 +1392,26 @@ snapshots: purecloud-platform-client-v2@252.1.0: dependencies: - axios: 1.16.1 + axios: 1.19.0 configparser: 0.3.10 - qs: 6.15.2 + qs: 6.15.3 winston: 3.19.0 transitivePeerDependencies: - debug - supports-color - qs@6.15.2: + qs@6.15.3: dependencies: - side-channel: 1.1.0 + es-define-property: 1.0.1 + side-channel: 1.1.1 - range-parser@1.2.1: {} + range-parser@1.3.0: {} raw-body@3.0.2: dependencies: bytes: 3.1.2 http-errors: 2.0.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.3 unpipe: 1.0.0 readable-stream@3.6.2: @@ -1445,7 +1449,7 @@ snapshots: mime-types: 3.0.2 ms: 2.1.3 on-finished: 2.4.1 - range-parser: 1.2.1 + range-parser: 1.3.0 statuses: 2.0.2 transitivePeerDependencies: - supports-color @@ -1487,7 +1491,7 @@ snapshots: object-inspect: 1.13.4 side-channel-map: 1.0.1 - side-channel@1.1.0: + side-channel@1.1.1: dependencies: es-errors: 1.3.0 object-inspect: 1.13.4 @@ -1512,7 +1516,7 @@ snapshots: type-is@2.1.0: dependencies: content-type: 2.0.0 - media-typer: 1.1.0 + media-typer: 1.1.1 mime-types: 3.0.2 typescript@5.9.3: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index cd2427b..c93b765 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,3 +5,4 @@ allowBuilds: minimumReleaseAgeExclude: - '@makingchatbots/genesys-cloud-architect-diagram-lib@1.1.0' + - '@makingchatbots/genesys-cloud-architect-diagram-lib@1.3.0' diff --git a/servers/genesys-cloud-architect-mcp.js b/servers/genesys-cloud-architect-mcp.js index b2a776a..e00defa 100644 --- a/servers/genesys-cloud-architect-mcp.js +++ b/servers/genesys-cloud-architect-mcp.js @@ -1,153 +1,154 @@ -"use strict";var GR=Object.create;var Ad=Object.defineProperty;var $R=Object.getOwnPropertyDescriptor;var NR=Object.getOwnPropertyNames;var UR=Object.getPrototypeOf,LR=Object.prototype.hasOwnProperty;var w=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),bd=(t,e)=>{for(var i in e)Ad(t,i,{get:e[i],enumerable:!0})},WR=(t,e,i,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of NR(e))!LR.call(t,a)&&a!==i&&Ad(t,a,{get:()=>e[a],enumerable:!(n=$R(e,a))||n.enumerable});return t};var nr=(t,e,i)=>(i=t!=null?GR(UR(t)):{},WR(e||!t||!t.__esModule?Ad(i,"default",{value:t,enumerable:!0}):i,t));var io=w(Pe=>{"use strict";Object.defineProperty(Pe,"__esModule",{value:!0});Pe.regexpCode=Pe.getEsmExportName=Pe.getProperty=Pe.safeStringify=Pe.stringify=Pe.strConcat=Pe.addCodeArg=Pe.str=Pe._=Pe.nil=Pe._Code=Pe.Name=Pe.IDENTIFIER=Pe._CodeOrName=void 0;var Xs=class{};Pe._CodeOrName=Xs;Pe.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var ba=class extends Xs{constructor(e){if(super(),!Pe.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};Pe.Name=ba;var pn=class extends Xs{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((i,n)=>`${i}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((i,n)=>(n instanceof ba&&(i[n.str]=(i[n.str]||0)+1),i),{})}};Pe._Code=pn;Pe.nil=new pn("");function pO(t,...e){let i=[t[0]],n=0;for(;n{"use strict";Object.defineProperty(Ui,"__esModule",{value:!0});Ui.ValueScope=Ui.ValueScopeName=Ui.Scope=Ui.varKinds=Ui.UsedValueState=void 0;var Ni=io(),ym=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Uu;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Uu||(Ui.UsedValueState=Uu={}));Ui.varKinds={const:new Ni.Name("const"),let:new Ni.Name("let"),var:new Ni.Name("var")};var Lu=class{constructor({prefixes:e,parent:i}={}){this._names={},this._prefixes=e,this._parent=i}toName(e){return e instanceof Ni.Name?e:this.name(e)}name(e){return new Ni.Name(this._newName(e))}_newName(e){let i=this._names[e]||this._nameGroup(e);return`${e}${i.index++}`}_nameGroup(e){var i,n;if(!((n=(i=this._parent)===null||i===void 0?void 0:i._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Ui.Scope=Lu;var Wu=class extends Ni.Name{constructor(e,i){super(i),this.prefix=e}setValue(e,{property:i,itemIndex:n}){this.value=e,this.scopePath=(0,Ni._)`.${new Ni.Name(i)}[${n}]`}};Ui.ValueScopeName=Wu;var oN=(0,Ni._)`\n`,Pm=class extends Lu{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?oN:Ni.nil}}get(){return this._scope}name(e){return new Wu(e,this._newName(e))}value(e,i){var n;if(i.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let a=this.toName(e),{prefix:r}=a,s=(n=i.key)!==null&&n!==void 0?n:i.ref,o=this._values[r];if(o){let c=o.get(s);if(c)return c}else o=this._values[r]=new Map;o.set(s,a);let l=this._scope[r]||(this._scope[r]=[]),u=l.length;return l[u]=i.ref,a.setValue(i,{property:r,itemIndex:u}),a}getValue(e,i){let n=this._values[e];if(n)return n.get(i)}scopeRefs(e,i=this._values){return this._reduceValues(i,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Ni._)`${e}${n.scopePath}`})}scopeCode(e=this._values,i,n){return this._reduceValues(e,a=>{if(a.value===void 0)throw new Error(`CodeGen: name "${a}" has no value`);return a.value.code},i,n)}_reduceValues(e,i,n={},a){let r=Ni.nil;for(let s in e){let o=e[s];if(!o)continue;let l=n[s]=n[s]||new Map;o.forEach(u=>{if(l.has(u))return;l.set(u,Uu.Started);let c=i(u);if(c){let p=this.opts.es5?Ui.varKinds.var:Ui.varKinds.const;r=(0,Ni._)`${r}${p} ${u} = ${c};${this.opts._n}`}else if(c=a?.(u))r=(0,Ni._)`${r}${c}${this.opts._n}`;else throw new ym(u);l.set(u,Uu.Completed)})}return r}};Ui.ValueScope=Pm});var re=w(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});oe.or=oe.and=oe.not=oe.CodeGen=oe.operators=oe.varKinds=oe.ValueScopeName=oe.ValueScope=oe.Scope=oe.Name=oe.regexpCode=oe.stringify=oe.getProperty=oe.nil=oe.strConcat=oe.str=oe._=void 0;var fe=io(),yn=jm(),Mt=io();Object.defineProperty(oe,"_",{enumerable:!0,get:function(){return Mt._}});Object.defineProperty(oe,"str",{enumerable:!0,get:function(){return Mt.str}});Object.defineProperty(oe,"strConcat",{enumerable:!0,get:function(){return Mt.strConcat}});Object.defineProperty(oe,"nil",{enumerable:!0,get:function(){return Mt.nil}});Object.defineProperty(oe,"getProperty",{enumerable:!0,get:function(){return Mt.getProperty}});Object.defineProperty(oe,"stringify",{enumerable:!0,get:function(){return Mt.stringify}});Object.defineProperty(oe,"regexpCode",{enumerable:!0,get:function(){return Mt.regexpCode}});Object.defineProperty(oe,"Name",{enumerable:!0,get:function(){return Mt.Name}});var Ju=jm();Object.defineProperty(oe,"Scope",{enumerable:!0,get:function(){return Ju.Scope}});Object.defineProperty(oe,"ValueScope",{enumerable:!0,get:function(){return Ju.ValueScope}});Object.defineProperty(oe,"ValueScopeName",{enumerable:!0,get:function(){return Ju.ValueScopeName}});Object.defineProperty(oe,"varKinds",{enumerable:!0,get:function(){return Ju.varKinds}});oe.operators={GT:new fe._Code(">"),GTE:new fe._Code(">="),LT:new fe._Code("<"),LTE:new fe._Code("<="),EQ:new fe._Code("==="),NEQ:new fe._Code("!=="),NOT:new fe._Code("!"),OR:new fe._Code("||"),AND:new fe._Code("&&"),ADD:new fe._Code("+")};var st=class{optimizeNodes(){return this}optimizeNames(e,i){return this}},Sm=class extends st{constructor(e,i,n){super(),this.varKind=e,this.name=i,this.rhs=n}render({es5:e,_n:i}){let n=e?yn.varKinds.var:this.varKind,a=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${a};`+i}optimizeNames(e,i){if(e[this.name.str])return this.rhs&&(this.rhs=jr(this.rhs,e,i)),this}get names(){return this.rhs instanceof fe._CodeOrName?this.rhs.names:{}}},Bu=class extends st{constructor(e,i,n){super(),this.lhs=e,this.rhs=i,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,i){if(!(this.lhs instanceof fe.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=jr(this.rhs,e,i),this}get names(){let e=this.lhs instanceof fe.Name?{}:{...this.lhs.names};return Vu(e,this.rhs)}},Om=class extends Bu{constructor(e,i,n,a){super(e,n,a),this.op=i}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},xm=class extends st{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Tm=class extends st{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Mm=class extends st{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},Em=class extends st{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,i){return this.code=jr(this.code,e,i),this}get names(){return this.code instanceof fe._CodeOrName?this.code.names:{}}},no=class extends st{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((i,n)=>i+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,i=e.length;for(;i--;){let n=e[i].optimizeNodes();Array.isArray(n)?e.splice(i,1,...n):n?e[i]=n:e.splice(i,1)}return e.length>0?this:void 0}optimizeNames(e,i){let{nodes:n}=this,a=n.length;for(;a--;){let r=n[a];r.optimizeNames(e,i)||(lN(e,r.names),n.splice(a,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,i)=>ja(e,i.names),{})}},ot=class extends no{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},km=class extends no{},Pr=class extends ot{};Pr.kind="else";var ya=class t extends ot{constructor(e,i){super(i),this.condition=e}render(e){let i=`if(${this.condition})`+super.render(e);return this.else&&(i+="else "+this.else.render(e)),i}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let i=this.else;if(i){let n=i.optimizeNodes();i=this.else=Array.isArray(n)?new Pr(n):n}if(i)return e===!1?i instanceof t?i:i.nodes:this.nodes.length?this:new t(hO(e),i instanceof t?[i]:i.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,i){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,i),!!(super.optimizeNames(e,i)||this.else))return this.condition=jr(this.condition,e,i),this}get names(){let e=super.names;return Vu(e,this.condition),this.else&&ja(e,this.else.names),e}};ya.kind="if";var Pa=class extends ot{};Pa.kind="for";var qm=class extends Pa{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,i){if(super.optimizeNames(e,i))return this.iteration=jr(this.iteration,e,i),this}get names(){return ja(super.names,this.iteration.names)}},_m=class extends Pa{constructor(e,i,n,a){super(),this.varKind=e,this.name=i,this.from=n,this.to=a}render(e){let i=e.es5?yn.varKinds.var:this.varKind,{name:n,from:a,to:r}=this;return`for(${i} ${n}=${a}; ${n}<${r}; ${n}++)`+super.render(e)}get names(){let e=Vu(super.names,this.from);return Vu(e,this.to)}},Fu=class extends Pa{constructor(e,i,n,a){super(),this.loop=e,this.varKind=i,this.name=n,this.iterable=a}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,i){if(super.optimizeNames(e,i))return this.iterable=jr(this.iterable,e,i),this}get names(){return ja(super.names,this.iterable.names)}},to=class extends ot{constructor(e,i,n){super(),this.name=e,this.args=i,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};to.kind="func";var ao=class extends no{render(e){return"return "+super.render(e)}};ao.kind="return";var Hm=class extends ot{render(e){let i="try"+super.render(e);return this.catch&&(i+=this.catch.render(e)),this.finally&&(i+=this.finally.render(e)),i}optimizeNodes(){var e,i;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(i=this.finally)===null||i===void 0||i.optimizeNodes(),this}optimizeNames(e,i){var n,a;return super.optimizeNames(e,i),(n=this.catch)===null||n===void 0||n.optimizeNames(e,i),(a=this.finally)===null||a===void 0||a.optimizeNames(e,i),this}get names(){let e=super.names;return this.catch&&ja(e,this.catch.names),this.finally&&ja(e,this.finally.names),e}},ro=class extends ot{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};ro.kind="catch";var so=class extends ot{render(e){return"finally"+super.render(e)}};so.kind="finally";var Im=class{constructor(e,i={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...i,_n:i.lines?` -`:""},this._extScope=e,this._scope=new yn.Scope({parent:e}),this._nodes=[new km]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,i){let n=this._extScope.value(e,i);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,i){return this._extScope.getValue(e,i)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,i,n,a){let r=this._scope.toName(i);return n!==void 0&&a&&(this._constants[r.str]=n),this._leafNode(new Sm(e,r,n)),r}const(e,i,n){return this._def(yn.varKinds.const,e,i,n)}let(e,i,n){return this._def(yn.varKinds.let,e,i,n)}var(e,i,n){return this._def(yn.varKinds.var,e,i,n)}assign(e,i,n){return this._leafNode(new Bu(e,i,n))}add(e,i){return this._leafNode(new Om(e,oe.operators.ADD,i))}code(e){return typeof e=="function"?e():e!==fe.nil&&this._leafNode(new Em(e)),this}object(...e){let i=["{"];for(let[n,a]of e)i.length>1&&i.push(","),i.push(n),(n!==a||this.opts.es5)&&(i.push(":"),(0,fe.addCodeArg)(i,a));return i.push("}"),new fe._Code(i)}if(e,i,n){if(this._blockNode(new ya(e)),i&&n)this.code(i).else().code(n).endIf();else if(i)this.code(i).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new ya(e))}else(){return this._elseNode(new Pr)}endIf(){return this._endBlockNode(ya,Pr)}_for(e,i){return this._blockNode(e),i&&this.code(i).endFor(),this}for(e,i){return this._for(new qm(e),i)}forRange(e,i,n,a,r=this.opts.es5?yn.varKinds.var:yn.varKinds.let){let s=this._scope.toName(e);return this._for(new _m(r,s,i,n),()=>a(s))}forOf(e,i,n,a=yn.varKinds.const){let r=this._scope.toName(e);if(this.opts.es5){let s=i instanceof fe.Name?i:this.var("_arr",i);return this.forRange("_i",0,(0,fe._)`${s}.length`,o=>{this.var(r,(0,fe._)`${s}[${o}]`),n(r)})}return this._for(new Fu("of",a,r,i),()=>n(r))}forIn(e,i,n,a=this.opts.es5?yn.varKinds.var:yn.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,fe._)`Object.keys(${i})`,n);let r=this._scope.toName(e);return this._for(new Fu("in",a,r,i),()=>n(r))}endFor(){return this._endBlockNode(Pa)}label(e){return this._leafNode(new xm(e))}break(e){return this._leafNode(new Tm(e))}return(e){let i=new ao;if(this._blockNode(i),this.code(e),i.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(ao)}try(e,i,n){if(!i&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let a=new Hm;if(this._blockNode(a),this.code(e),i){let r=this.name("e");this._currNode=a.catch=new ro(r),i(r)}return n&&(this._currNode=a.finally=new so,this.code(n)),this._endBlockNode(ro,so)}throw(e){return this._leafNode(new Mm(e))}block(e,i){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(i),this}endBlock(e){let i=this._blockStarts.pop();if(i===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-i;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=i,this}func(e,i=fe.nil,n,a){return this._blockNode(new to(e,i,n)),a&&this.code(a).endFunc(),this}endFunc(){return this._endBlockNode(to)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,i){let n=this._currNode;if(n instanceof e||i&&n instanceof i)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${i?`${e.kind}/${i.kind}`:e.kind}"`)}_elseNode(e){let i=this._currNode;if(!(i instanceof ya))throw new Error('CodeGen: "else" without "if"');return this._currNode=i.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let i=this._nodes;i[i.length-1]=e}};oe.CodeGen=Im;function ja(t,e){for(let i in e)t[i]=(t[i]||0)+(e[i]||0);return t}function Vu(t,e){return e instanceof fe._CodeOrName?ja(t,e.names):t}function jr(t,e,i){if(t instanceof fe.Name)return n(t);if(!a(t))return t;return new fe._Code(t._items.reduce((r,s)=>(s instanceof fe.Name&&(s=n(s)),s instanceof fe._Code?r.push(...s._items):r.push(s),r),[]));function n(r){let s=i[r.str];return s===void 0||e[r.str]!==1?r:(delete e[r.str],s)}function a(r){return r instanceof fe._Code&&r._items.some(s=>s instanceof fe.Name&&e[s.str]===1&&i[s.str]!==void 0)}}function lN(t,e){for(let i in e)t[i]=(t[i]||0)-(e[i]||0)}function hO(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,fe._)`!${Rm(t)}`}oe.not=hO;var uN=gO(oe.operators.AND);function cN(...t){return t.reduce(uN)}oe.and=cN;var pN=gO(oe.operators.OR);function dN(...t){return t.reduce(pN)}oe.or=dN;function gO(t){return(e,i)=>e===fe.nil?i:i===fe.nil?e:(0,fe._)`${Rm(e)} ${t} ${Rm(i)}`}function Rm(t){return t instanceof fe.Name?t:(0,fe._)`(${t})`}});var we=w(le=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.checkStrictMode=le.getErrorPath=le.Type=le.useFunc=le.setEvaluated=le.evaluatedPropsToName=le.mergeEvaluated=le.eachItem=le.unescapeJsonPointer=le.escapeJsonPointer=le.escapeFragment=le.unescapeFragment=le.schemaRefOrVal=le.schemaHasRulesButRef=le.schemaHasRules=le.checkUnknownRules=le.alwaysValidSchema=le.toHash=void 0;var _e=re(),hN=io();function gN(t){let e={};for(let i of t)e[i]=!0;return e}le.toHash=gN;function mN(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(wO(t,e),!vO(e,t.self.RULES.all))}le.alwaysValidSchema=mN;function wO(t,e=t.schema){let{opts:i,self:n}=t;if(!i.strictSchema||typeof e=="boolean")return;let a=n.RULES.keywords;for(let r in e)a[r]||bO(t,`unknown keyword: "${r}"`)}le.checkUnknownRules=wO;function vO(t,e){if(typeof t=="boolean")return!t;for(let i in t)if(e[i])return!0;return!1}le.schemaHasRules=vO;function fN(t,e){if(typeof t=="boolean")return!t;for(let i in t)if(i!=="$ref"&&e.all[i])return!0;return!1}le.schemaHasRulesButRef=fN;function wN({topSchemaRef:t,schemaPath:e},i,n,a){if(!a){if(typeof i=="number"||typeof i=="boolean")return i;if(typeof i=="string")return(0,_e._)`${i}`}return(0,_e._)`${t}${e}${(0,_e.getProperty)(n)}`}le.schemaRefOrVal=wN;function vN(t){return CO(decodeURIComponent(t))}le.unescapeFragment=vN;function CN(t){return encodeURIComponent(Dm(t))}le.escapeFragment=CN;function Dm(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}le.escapeJsonPointer=Dm;function CO(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}le.unescapeJsonPointer=CO;function AN(t,e){if(Array.isArray(t))for(let i of t)e(i);else e(t)}le.eachItem=AN;function mO({mergeNames:t,mergeToName:e,mergeValues:i,resultToName:n}){return(a,r,s,o)=>{let l=s===void 0?r:s instanceof _e.Name?(r instanceof _e.Name?t(a,r,s):e(a,r,s),s):r instanceof _e.Name?(e(a,s,r),r):i(r,s);return o===_e.Name&&!(l instanceof _e.Name)?n(a,l):l}}le.mergeEvaluated={props:mO({mergeNames:(t,e,i)=>t.if((0,_e._)`${i} !== true && ${e} !== undefined`,()=>{t.if((0,_e._)`${e} === true`,()=>t.assign(i,!0),()=>t.assign(i,(0,_e._)`${i} || {}`).code((0,_e._)`Object.assign(${i}, ${e})`))}),mergeToName:(t,e,i)=>t.if((0,_e._)`${i} !== true`,()=>{e===!0?t.assign(i,!0):(t.assign(i,(0,_e._)`${i} || {}`),Gm(t,i,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:AO}),items:mO({mergeNames:(t,e,i)=>t.if((0,_e._)`${i} !== true && ${e} !== undefined`,()=>t.assign(i,(0,_e._)`${e} === true ? true : ${i} > ${e} ? ${i} : ${e}`)),mergeToName:(t,e,i)=>t.if((0,_e._)`${i} !== true`,()=>t.assign(i,e===!0?!0:(0,_e._)`${i} > ${e} ? ${i} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function AO(t,e){if(e===!0)return t.var("props",!0);let i=t.var("props",(0,_e._)`{}`);return e!==void 0&&Gm(t,i,e),i}le.evaluatedPropsToName=AO;function Gm(t,e,i){Object.keys(i).forEach(n=>t.assign((0,_e._)`${e}${(0,_e.getProperty)(n)}`,!0))}le.setEvaluated=Gm;var fO={};function bN(t,e){return t.scopeValue("func",{ref:e,code:fO[e.code]||(fO[e.code]=new hN._Code(e.code))})}le.useFunc=bN;var zm;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(zm||(le.Type=zm={}));function yN(t,e,i){if(t instanceof _e.Name){let n=e===zm.Num;return i?n?(0,_e._)`"[" + ${t} + "]"`:(0,_e._)`"['" + ${t} + "']"`:n?(0,_e._)`"/" + ${t}`:(0,_e._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return i?(0,_e.getProperty)(t).toString():"/"+Dm(t)}le.getErrorPath=yN;function bO(t,e,i=t.opts.strictSchema){if(i){if(e=`strict mode: ${e}`,i===!0)throw new Error(e);t.self.logger.warn(e)}}le.checkStrictMode=bO});var lt=w($m=>{"use strict";Object.defineProperty($m,"__esModule",{value:!0});var Mi=re(),PN={data:new Mi.Name("data"),valCxt:new Mi.Name("valCxt"),instancePath:new Mi.Name("instancePath"),parentData:new Mi.Name("parentData"),parentDataProperty:new Mi.Name("parentDataProperty"),rootData:new Mi.Name("rootData"),dynamicAnchors:new Mi.Name("dynamicAnchors"),vErrors:new Mi.Name("vErrors"),errors:new Mi.Name("errors"),this:new Mi.Name("this"),self:new Mi.Name("self"),scope:new Mi.Name("scope"),json:new Mi.Name("json"),jsonPos:new Mi.Name("jsonPos"),jsonLen:new Mi.Name("jsonLen"),jsonPart:new Mi.Name("jsonPart")};$m.default=PN});var oo=w(Ei=>{"use strict";Object.defineProperty(Ei,"__esModule",{value:!0});Ei.extendErrors=Ei.resetErrorsCount=Ei.reportExtraError=Ei.reportError=Ei.keyword$DataError=Ei.keywordError=void 0;var ve=re(),Zu=we(),Ii=lt();Ei.keywordError={message:({keyword:t})=>(0,ve.str)`must pass "${t}" keyword validation`};Ei.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,ve.str)`"${t}" keyword must be ${e} ($data)`:(0,ve.str)`"${t}" keyword is invalid ($data)`};function jN(t,e=Ei.keywordError,i,n){let{it:a}=t,{gen:r,compositeRule:s,allErrors:o}=a,l=jO(t,e,i);n??(s||o)?yO(r,l):PO(a,(0,ve._)`[${l}]`)}Ei.reportError=jN;function SN(t,e=Ei.keywordError,i){let{it:n}=t,{gen:a,compositeRule:r,allErrors:s}=n,o=jO(t,e,i);yO(a,o),r||s||PO(n,Ii.default.vErrors)}Ei.reportExtraError=SN;function ON(t,e){t.assign(Ii.default.errors,e),t.if((0,ve._)`${Ii.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,ve._)`${Ii.default.vErrors}.length`,e),()=>t.assign(Ii.default.vErrors,null)))}Ei.resetErrorsCount=ON;function xN({gen:t,keyword:e,schemaValue:i,data:n,errsCount:a,it:r}){if(a===void 0)throw new Error("ajv implementation error");let s=t.name("err");t.forRange("i",a,Ii.default.errors,o=>{t.const(s,(0,ve._)`${Ii.default.vErrors}[${o}]`),t.if((0,ve._)`${s}.instancePath === undefined`,()=>t.assign((0,ve._)`${s}.instancePath`,(0,ve.strConcat)(Ii.default.instancePath,r.errorPath))),t.assign((0,ve._)`${s}.schemaPath`,(0,ve.str)`${r.errSchemaPath}/${e}`),r.opts.verbose&&(t.assign((0,ve._)`${s}.schema`,i),t.assign((0,ve._)`${s}.data`,n))})}Ei.extendErrors=xN;function yO(t,e){let i=t.const("err",e);t.if((0,ve._)`${Ii.default.vErrors} === null`,()=>t.assign(Ii.default.vErrors,(0,ve._)`[${i}]`),(0,ve._)`${Ii.default.vErrors}.push(${i})`),t.code((0,ve._)`${Ii.default.errors}++`)}function PO(t,e){let{gen:i,validateName:n,schemaEnv:a}=t;a.$async?i.throw((0,ve._)`new ${t.ValidationError}(${e})`):(i.assign((0,ve._)`${n}.errors`,e),i.return(!1))}var Sa={keyword:new ve.Name("keyword"),schemaPath:new ve.Name("schemaPath"),params:new ve.Name("params"),propertyName:new ve.Name("propertyName"),message:new ve.Name("message"),schema:new ve.Name("schema"),parentSchema:new ve.Name("parentSchema")};function jO(t,e,i){let{createErrors:n}=t.it;return n===!1?(0,ve._)`{}`:TN(t,e,i)}function TN(t,e,i={}){let{gen:n,it:a}=t,r=[MN(a,i),EN(t,i)];return kN(t,e,r),n.object(...r)}function MN({errorPath:t},{instancePath:e}){let i=e?(0,ve.str)`${t}${(0,Zu.getErrorPath)(e,Zu.Type.Str)}`:t;return[Ii.default.instancePath,(0,ve.strConcat)(Ii.default.instancePath,i)]}function EN({keyword:t,it:{errSchemaPath:e}},{schemaPath:i,parentSchema:n}){let a=n?e:(0,ve.str)`${e}/${t}`;return i&&(a=(0,ve.str)`${a}${(0,Zu.getErrorPath)(i,Zu.Type.Str)}`),[Sa.schemaPath,a]}function kN(t,{params:e,message:i},n){let{keyword:a,data:r,schemaValue:s,it:o}=t,{opts:l,propertyName:u,topSchemaRef:c,schemaPath:p}=o;n.push([Sa.keyword,a],[Sa.params,typeof e=="function"?e(t):e||(0,ve._)`{}`]),l.messages&&n.push([Sa.message,typeof i=="function"?i(t):i]),l.verbose&&n.push([Sa.schema,s],[Sa.parentSchema,(0,ve._)`${c}${p}`],[Ii.default.data,r]),u&&n.push([Sa.propertyName,u])}});var OO=w(Sr=>{"use strict";Object.defineProperty(Sr,"__esModule",{value:!0});Sr.boolOrEmptySchema=Sr.topBoolOrEmptySchema=void 0;var qN=oo(),_N=re(),HN=lt(),IN={message:"boolean schema is false"};function RN(t){let{gen:e,schema:i,validateName:n}=t;i===!1?SO(t,!1):typeof i=="object"&&i.$async===!0?e.return(HN.default.data):(e.assign((0,_N._)`${n}.errors`,null),e.return(!0))}Sr.topBoolOrEmptySchema=RN;function zN(t,e){let{gen:i,schema:n}=t;n===!1?(i.var(e,!1),SO(t)):i.var(e,!0)}Sr.boolOrEmptySchema=zN;function SO(t,e){let{gen:i,data:n}=t,a={gen:i,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,qN.reportError)(a,IN,void 0,e)}});var Nm=w(Or=>{"use strict";Object.defineProperty(Or,"__esModule",{value:!0});Or.getRules=Or.isJSONType=void 0;var DN=["string","number","integer","boolean","null","object","array"],GN=new Set(DN);function $N(t){return typeof t=="string"&&GN.has(t)}Or.isJSONType=$N;function NN(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Or.getRules=NN});var Um=w(Et=>{"use strict";Object.defineProperty(Et,"__esModule",{value:!0});Et.shouldUseRule=Et.shouldUseGroup=Et.schemaHasRulesForType=void 0;function UN({schema:t,self:e},i){let n=e.RULES.types[i];return n&&n!==!0&&xO(t,n)}Et.schemaHasRulesForType=UN;function xO(t,e){return e.rules.some(i=>TO(t,i))}Et.shouldUseGroup=xO;function TO(t,e){var i;return t[e.keyword]!==void 0||((i=e.definition.implements)===null||i===void 0?void 0:i.some(n=>t[n]!==void 0))}Et.shouldUseRule=TO});var lo=w(ki=>{"use strict";Object.defineProperty(ki,"__esModule",{value:!0});ki.reportTypeError=ki.checkDataTypes=ki.checkDataType=ki.coerceAndCheckDataType=ki.getJSONTypes=ki.getSchemaTypes=ki.DataType=void 0;var LN=Nm(),WN=Um(),BN=oo(),te=re(),MO=we(),xr;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(xr||(ki.DataType=xr={}));function FN(t){let e=EO(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}ki.getSchemaTypes=FN;function EO(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(LN.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}ki.getJSONTypes=EO;function VN(t,e){let{gen:i,data:n,opts:a}=t,r=JN(e,a.coerceTypes),s=e.length>0&&!(r.length===0&&e.length===1&&(0,WN.schemaHasRulesForType)(t,e[0]));if(s){let o=Wm(e,n,a.strictNumbers,xr.Wrong);i.if(o,()=>{r.length?ZN(t,e,r):Bm(t)})}return s}ki.coerceAndCheckDataType=VN;var kO=new Set(["string","number","integer","boolean","null"]);function JN(t,e){return e?t.filter(i=>kO.has(i)||e==="array"&&i==="array"):[]}function ZN(t,e,i){let{gen:n,data:a,opts:r}=t,s=n.let("dataType",(0,te._)`typeof ${a}`),o=n.let("coerced",(0,te._)`undefined`);r.coerceTypes==="array"&&n.if((0,te._)`${s} == 'object' && Array.isArray(${a}) && ${a}.length == 1`,()=>n.assign(a,(0,te._)`${a}[0]`).assign(s,(0,te._)`typeof ${a}`).if(Wm(e,a,r.strictNumbers),()=>n.assign(o,a))),n.if((0,te._)`${o} !== undefined`);for(let u of i)(kO.has(u)||u==="array"&&r.coerceTypes==="array")&&l(u);n.else(),Bm(t),n.endIf(),n.if((0,te._)`${o} !== undefined`,()=>{n.assign(a,o),KN(t,o)});function l(u){switch(u){case"string":n.elseIf((0,te._)`${s} == "number" || ${s} == "boolean"`).assign(o,(0,te._)`"" + ${a}`).elseIf((0,te._)`${a} === null`).assign(o,(0,te._)`""`);return;case"number":n.elseIf((0,te._)`${s} == "boolean" || ${a} === null - || (${s} == "string" && ${a} && ${a} == +${a})`).assign(o,(0,te._)`+${a}`);return;case"integer":n.elseIf((0,te._)`${s} === "boolean" || ${a} === null - || (${s} === "string" && ${a} && ${a} == +${a} && !(${a} % 1))`).assign(o,(0,te._)`+${a}`);return;case"boolean":n.elseIf((0,te._)`${a} === "false" || ${a} === 0 || ${a} === null`).assign(o,!1).elseIf((0,te._)`${a} === "true" || ${a} === 1`).assign(o,!0);return;case"null":n.elseIf((0,te._)`${a} === "" || ${a} === 0 || ${a} === false`),n.assign(o,null);return;case"array":n.elseIf((0,te._)`${s} === "string" || ${s} === "number" - || ${s} === "boolean" || ${a} === null`).assign(o,(0,te._)`[${a}]`)}}}function KN({gen:t,parentData:e,parentDataProperty:i},n){t.if((0,te._)`${e} !== undefined`,()=>t.assign((0,te._)`${e}[${i}]`,n))}function Lm(t,e,i,n=xr.Correct){let a=n===xr.Correct?te.operators.EQ:te.operators.NEQ,r;switch(t){case"null":return(0,te._)`${e} ${a} null`;case"array":r=(0,te._)`Array.isArray(${e})`;break;case"object":r=(0,te._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":r=s((0,te._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":r=s();break;default:return(0,te._)`typeof ${e} ${a} ${t}`}return n===xr.Correct?r:(0,te.not)(r);function s(o=te.nil){return(0,te.and)((0,te._)`typeof ${e} == "number"`,o,i?(0,te._)`isFinite(${e})`:te.nil)}}ki.checkDataType=Lm;function Wm(t,e,i,n){if(t.length===1)return Lm(t[0],e,i,n);let a,r=(0,MO.toHash)(t);if(r.array&&r.object){let s=(0,te._)`typeof ${e} != "object"`;a=r.null?s:(0,te._)`!${e} || ${s}`,delete r.null,delete r.array,delete r.object}else a=te.nil;r.number&&delete r.integer;for(let s in r)a=(0,te.and)(a,Lm(s,e,i,n));return a}ki.checkDataTypes=Wm;var QN={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,te._)`{type: ${t}}`:(0,te._)`{type: ${e}}`};function Bm(t){let e=YN(t);(0,BN.reportError)(e,QN)}ki.reportTypeError=Bm;function YN(t){let{gen:e,data:i,schema:n}=t,a=(0,MO.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:i,schema:n.type,schemaCode:a,schemaValue:a,parentSchema:n,params:{},it:t}}});var _O=w(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});Ku.assignDefaults=void 0;var Tr=re(),XN=we();function eU(t,e){let{properties:i,items:n}=t.schema;if(e==="object"&&i)for(let a in i)qO(t,a,i[a].default);else e==="array"&&Array.isArray(n)&&n.forEach((a,r)=>qO(t,r,a.default))}Ku.assignDefaults=eU;function qO(t,e,i){let{gen:n,compositeRule:a,data:r,opts:s}=t;if(i===void 0)return;let o=(0,Tr._)`${r}${(0,Tr.getProperty)(e)}`;if(a){(0,XN.checkStrictMode)(t,`default is ignored for: ${o}`);return}let l=(0,Tr._)`${o} === undefined`;s.useDefaults==="empty"&&(l=(0,Tr._)`${l} || ${o} === null || ${o} === ""`),n.if(l,(0,Tr._)`${o} = ${(0,Tr.stringify)(i)}`)}});var dn=w(Ee=>{"use strict";Object.defineProperty(Ee,"__esModule",{value:!0});Ee.validateUnion=Ee.validateArray=Ee.usePattern=Ee.callValidateCode=Ee.schemaProperties=Ee.allSchemaProperties=Ee.noPropertyInData=Ee.propertyInData=Ee.isOwnProperty=Ee.hasPropFunc=Ee.reportMissingProp=Ee.checkMissingProp=Ee.checkReportMissingProp=void 0;var Ne=re(),Fm=we(),kt=lt(),iU=we();function nU(t,e){let{gen:i,data:n,it:a}=t;i.if(Jm(i,n,e,a.opts.ownProperties),()=>{t.setParams({missingProperty:(0,Ne._)`${e}`},!0),t.error()})}Ee.checkReportMissingProp=nU;function tU({gen:t,data:e,it:{opts:i}},n,a){return(0,Ne.or)(...n.map(r=>(0,Ne.and)(Jm(t,e,r,i.ownProperties),(0,Ne._)`${a} = ${r}`)))}Ee.checkMissingProp=tU;function aU(t,e){t.setParams({missingProperty:e},!0),t.error()}Ee.reportMissingProp=aU;function HO(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Ne._)`Object.prototype.hasOwnProperty`})}Ee.hasPropFunc=HO;function Vm(t,e,i){return(0,Ne._)`${HO(t)}.call(${e}, ${i})`}Ee.isOwnProperty=Vm;function rU(t,e,i,n){let a=(0,Ne._)`${e}${(0,Ne.getProperty)(i)} !== undefined`;return n?(0,Ne._)`${a} && ${Vm(t,e,i)}`:a}Ee.propertyInData=rU;function Jm(t,e,i,n){let a=(0,Ne._)`${e}${(0,Ne.getProperty)(i)} === undefined`;return n?(0,Ne.or)(a,(0,Ne.not)(Vm(t,e,i))):a}Ee.noPropertyInData=Jm;function IO(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}Ee.allSchemaProperties=IO;function sU(t,e){return IO(e).filter(i=>!(0,Fm.alwaysValidSchema)(t,e[i]))}Ee.schemaProperties=sU;function oU({schemaCode:t,data:e,it:{gen:i,topSchemaRef:n,schemaPath:a,errorPath:r},it:s},o,l,u){let c=u?(0,Ne._)`${t}, ${e}, ${n}${a}`:e,p=[[kt.default.instancePath,(0,Ne.strConcat)(kt.default.instancePath,r)],[kt.default.parentData,s.parentData],[kt.default.parentDataProperty,s.parentDataProperty],[kt.default.rootData,kt.default.rootData]];s.opts.dynamicRef&&p.push([kt.default.dynamicAnchors,kt.default.dynamicAnchors]);let d=(0,Ne._)`${c}, ${i.object(...p)}`;return l!==Ne.nil?(0,Ne._)`${o}.call(${l}, ${d})`:(0,Ne._)`${o}(${d})`}Ee.callValidateCode=oU;var lU=(0,Ne._)`new RegExp`;function uU({gen:t,it:{opts:e}},i){let n=e.unicodeRegExp?"u":"",{regExp:a}=e.code,r=a(i,n);return t.scopeValue("pattern",{key:r.toString(),ref:r,code:(0,Ne._)`${a.code==="new RegExp"?lU:(0,iU.useFunc)(t,a)}(${i}, ${n})`})}Ee.usePattern=uU;function cU(t){let{gen:e,data:i,keyword:n,it:a}=t,r=e.name("valid");if(a.allErrors){let o=e.let("valid",!0);return s(()=>e.assign(o,!1)),o}return e.var(r,!0),s(()=>e.break()),r;function s(o){let l=e.const("len",(0,Ne._)`${i}.length`);e.forRange("i",0,l,u=>{t.subschema({keyword:n,dataProp:u,dataPropType:Fm.Type.Num},r),e.if((0,Ne.not)(r),o)})}}Ee.validateArray=cU;function pU(t){let{gen:e,schema:i,keyword:n,it:a}=t;if(!Array.isArray(i))throw new Error("ajv implementation error");if(i.some(l=>(0,Fm.alwaysValidSchema)(a,l))&&!a.opts.unevaluated)return;let s=e.let("valid",!1),o=e.name("_valid");e.block(()=>i.forEach((l,u)=>{let c=t.subschema({keyword:n,schemaProp:u,compositeRule:!0},o);e.assign(s,(0,Ne._)`${s} || ${o}`),t.mergeValidEvaluated(c,o)||e.if((0,Ne.not)(s))})),t.result(s,()=>t.reset(),()=>t.error(!0))}Ee.validateUnion=pU});var DO=w(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.validateKeywordUsage=Rn.validSchemaType=Rn.funcKeywordCode=Rn.macroKeywordCode=void 0;var Ri=re(),Oa=lt(),dU=dn(),hU=oo();function gU(t,e){let{gen:i,keyword:n,schema:a,parentSchema:r,it:s}=t,o=e.macro.call(s.self,a,r,s),l=zO(i,n,o);s.opts.validateSchema!==!1&&s.self.validateSchema(o,!0);let u=i.name("valid");t.subschema({schema:o,schemaPath:Ri.nil,errSchemaPath:`${s.errSchemaPath}/${n}`,topSchemaRef:l,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}Rn.macroKeywordCode=gU;function mU(t,e){var i;let{gen:n,keyword:a,schema:r,parentSchema:s,$data:o,it:l}=t;wU(l,e);let u=!o&&e.compile?e.compile.call(l.self,r,s,l):e.validate,c=zO(n,a,u),p=n.let("valid");t.block$data(p,d),t.ok((i=e.valid)!==null&&i!==void 0?i:p);function d(){if(e.errors===!1)m(),e.modifying&&RO(t),f(()=>t.error());else{let v=e.async?h():g();e.modifying&&RO(t),f(()=>fU(t,v))}}function h(){let v=n.let("ruleErrs",null);return n.try(()=>m((0,Ri._)`await `),y=>n.assign(p,!1).if((0,Ri._)`${y} instanceof ${l.ValidationError}`,()=>n.assign(v,(0,Ri._)`${y}.errors`),()=>n.throw(y))),v}function g(){let v=(0,Ri._)`${c}.errors`;return n.assign(v,null),m(Ri.nil),v}function m(v=e.async?(0,Ri._)`await `:Ri.nil){let y=l.opts.passContext?Oa.default.this:Oa.default.self,A=!("compile"in e&&!o||e.schema===!1);n.assign(p,(0,Ri._)`${v}${(0,dU.callValidateCode)(t,c,y,A)}`,e.modifying)}function f(v){var y;n.if((0,Ri.not)((y=e.valid)!==null&&y!==void 0?y:p),v)}}Rn.funcKeywordCode=mU;function RO(t){let{gen:e,data:i,it:n}=t;e.if(n.parentData,()=>e.assign(i,(0,Ri._)`${n.parentData}[${n.parentDataProperty}]`))}function fU(t,e){let{gen:i}=t;i.if((0,Ri._)`Array.isArray(${e})`,()=>{i.assign(Oa.default.vErrors,(0,Ri._)`${Oa.default.vErrors} === null ? ${e} : ${Oa.default.vErrors}.concat(${e})`).assign(Oa.default.errors,(0,Ri._)`${Oa.default.vErrors}.length`),(0,hU.extendErrors)(t)},()=>t.error())}function wU({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function zO(t,e,i){if(i===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof i=="function"?{ref:i}:{ref:i,code:(0,Ri.stringify)(i)})}function vU(t,e,i=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||i&&typeof t>"u")}Rn.validSchemaType=vU;function CU({schema:t,opts:e,self:i,errSchemaPath:n},a,r){if(Array.isArray(a.keyword)?!a.keyword.includes(r):a.keyword!==r)throw new Error("ajv implementation error");let s=a.dependencies;if(s?.some(o=>!Object.prototype.hasOwnProperty.call(t,o)))throw new Error(`parent schema must have dependencies of ${r}: ${s.join(",")}`);if(a.validateSchema&&!a.validateSchema(t[r])){let l=`keyword "${r}" value is invalid at path "${n}": `+i.errorsText(a.validateSchema.errors);if(e.validateSchema==="log")i.logger.error(l);else throw new Error(l)}}Rn.validateKeywordUsage=CU});var $O=w(qt=>{"use strict";Object.defineProperty(qt,"__esModule",{value:!0});qt.extendSubschemaMode=qt.extendSubschemaData=qt.getSubschema=void 0;var zn=re(),GO=we();function AU(t,{keyword:e,schemaProp:i,schema:n,schemaPath:a,errSchemaPath:r,topSchemaRef:s}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let o=t.schema[e];return i===void 0?{schema:o,schemaPath:(0,zn._)`${t.schemaPath}${(0,zn.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:o[i],schemaPath:(0,zn._)`${t.schemaPath}${(0,zn.getProperty)(e)}${(0,zn.getProperty)(i)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,GO.escapeFragment)(i)}`}}if(n!==void 0){if(a===void 0||r===void 0||s===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:a,topSchemaRef:s,errSchemaPath:r}}throw new Error('either "keyword" or "schema" must be passed')}qt.getSubschema=AU;function bU(t,e,{dataProp:i,dataPropType:n,data:a,dataTypes:r,propertyName:s}){if(a!==void 0&&i!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:o}=e;if(i!==void 0){let{errorPath:u,dataPathArr:c,opts:p}=e,d=o.let("data",(0,zn._)`${e.data}${(0,zn.getProperty)(i)}`,!0);l(d),t.errorPath=(0,zn.str)`${u}${(0,GO.getErrorPath)(i,n,p.jsPropertySyntax)}`,t.parentDataProperty=(0,zn._)`${i}`,t.dataPathArr=[...c,t.parentDataProperty]}if(a!==void 0){let u=a instanceof zn.Name?a:o.let("data",a,!0);l(u),s!==void 0&&(t.propertyName=s)}r&&(t.dataTypes=r);function l(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}qt.extendSubschemaData=bU;function yU(t,{jtdDiscriminator:e,jtdMetadata:i,compositeRule:n,createErrors:a,allErrors:r}){n!==void 0&&(t.compositeRule=n),a!==void 0&&(t.createErrors=a),r!==void 0&&(t.allErrors=r),t.jtdDiscriminator=e,t.jtdMetadata=i}qt.extendSubschemaMode=yU});var Zm=w((mre,NO)=>{"use strict";NO.exports=function t(e,i){if(e===i)return!0;if(e&&i&&typeof e=="object"&&typeof i=="object"){if(e.constructor!==i.constructor)return!1;var n,a,r;if(Array.isArray(e)){if(n=e.length,n!=i.length)return!1;for(a=n;a--!==0;)if(!t(e[a],i[a]))return!1;return!0}if(e.constructor===RegExp)return e.source===i.source&&e.flags===i.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===i.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===i.toString();if(r=Object.keys(e),n=r.length,n!==Object.keys(i).length)return!1;for(a=n;a--!==0;)if(!Object.prototype.hasOwnProperty.call(i,r[a]))return!1;for(a=n;a--!==0;){var s=r[a];if(!t(e[s],i[s]))return!1}return!0}return e!==e&&i!==i}});var LO=w((fre,UO)=>{"use strict";var _t=UO.exports=function(t,e,i){typeof e=="function"&&(i=e,e={}),i=e.cb||i;var n=typeof i=="function"?i:i.pre||function(){},a=i.post||function(){};Qu(e,n,a,t,"",t)};_t.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};_t.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};_t.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};_t.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Qu(t,e,i,n,a,r,s,o,l,u){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,a,r,s,o,l,u);for(var c in n){var p=n[c];if(Array.isArray(p)){if(c in _t.arrayKeywords)for(var d=0;d{"use strict";Object.defineProperty(Li,"__esModule",{value:!0});Li.getSchemaRefs=Li.resolveUrl=Li.normalizeId=Li._getFullPath=Li.getFullPath=Li.inlineRef=void 0;var jU=we(),SU=Zm(),OU=LO(),xU=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function TU(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Km(t):e?WO(t)<=e:!1}Li.inlineRef=TU;var MU=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Km(t){for(let e in t){if(MU.has(e))return!0;let i=t[e];if(Array.isArray(i)&&i.some(Km)||typeof i=="object"&&Km(i))return!0}return!1}function WO(t){let e=0;for(let i in t){if(i==="$ref")return 1/0;if(e++,!xU.has(i)&&(typeof t[i]=="object"&&(0,jU.eachItem)(t[i],n=>e+=WO(n)),e===1/0))return 1/0}return e}function BO(t,e="",i){i!==!1&&(e=Mr(e));let n=t.parse(e);return FO(t,n)}Li.getFullPath=BO;function FO(t,e){return t.serialize(e).split("#")[0]+"#"}Li._getFullPath=FO;var EU=/#\/?$/;function Mr(t){return t?t.replace(EU,""):""}Li.normalizeId=Mr;function kU(t,e,i){return i=Mr(i),t.resolve(e,i)}Li.resolveUrl=kU;var qU=/^[a-z_][-a-z0-9._]*$/i;function _U(t,e){if(typeof t=="boolean")return{};let{schemaId:i,uriResolver:n}=this.opts,a=Mr(t[i]||e),r={"":a},s=BO(n,a,!1),o={},l=new Set;return OU(t,{allKeys:!0},(p,d,h,g)=>{if(g===void 0)return;let m=s+d,f=r[g];typeof p[i]=="string"&&(f=v.call(this,p[i])),y.call(this,p.$anchor),y.call(this,p.$dynamicAnchor),r[d]=f;function v(A){let b=this.opts.uriResolver.resolve;if(A=Mr(f?b(f,A):A),l.has(A))throw c(A);l.add(A);let O=this.refs[A];return typeof O=="string"&&(O=this.refs[O]),typeof O=="object"?u(p,O.schema,A):A!==Mr(m)&&(A[0]==="#"?(u(p,o[A],A),o[A]=p):this.refs[A]=m),A}function y(A){if(typeof A=="string"){if(!qU.test(A))throw new Error(`invalid anchor "${A}"`);v.call(this,`#${A}`)}}}),o;function u(p,d,h){if(d!==void 0&&!SU(p,d))throw c(h)}function c(p){return new Error(`reference "${p}" resolves to more than one schema`)}}Li.getSchemaRefs=_U});var ho=w(Ht=>{"use strict";Object.defineProperty(Ht,"__esModule",{value:!0});Ht.getData=Ht.KeywordCxt=Ht.validateFunctionCode=void 0;var QO=OO(),VO=lo(),Ym=Um(),Yu=lo(),HU=_O(),po=DO(),Qm=$O(),B=re(),ee=lt(),IU=uo(),ut=we(),co=oo();function RU(t){if(ex(t)&&(ix(t),XO(t))){GU(t);return}YO(t,()=>(0,QO.topBoolOrEmptySchema)(t))}Ht.validateFunctionCode=RU;function YO({gen:t,validateName:e,schema:i,schemaEnv:n,opts:a},r){a.code.es5?t.func(e,(0,B._)`${ee.default.data}, ${ee.default.valCxt}`,n.$async,()=>{t.code((0,B._)`"use strict"; ${JO(i,a)}`),DU(t,a),t.code(r)}):t.func(e,(0,B._)`${ee.default.data}, ${zU(a)}`,n.$async,()=>t.code(JO(i,a)).code(r))}function zU(t){return(0,B._)`{${ee.default.instancePath}="", ${ee.default.parentData}, ${ee.default.parentDataProperty}, ${ee.default.rootData}=${ee.default.data}${t.dynamicRef?(0,B._)`, ${ee.default.dynamicAnchors}={}`:B.nil}}={}`}function DU(t,e){t.if(ee.default.valCxt,()=>{t.var(ee.default.instancePath,(0,B._)`${ee.default.valCxt}.${ee.default.instancePath}`),t.var(ee.default.parentData,(0,B._)`${ee.default.valCxt}.${ee.default.parentData}`),t.var(ee.default.parentDataProperty,(0,B._)`${ee.default.valCxt}.${ee.default.parentDataProperty}`),t.var(ee.default.rootData,(0,B._)`${ee.default.valCxt}.${ee.default.rootData}`),e.dynamicRef&&t.var(ee.default.dynamicAnchors,(0,B._)`${ee.default.valCxt}.${ee.default.dynamicAnchors}`)},()=>{t.var(ee.default.instancePath,(0,B._)`""`),t.var(ee.default.parentData,(0,B._)`undefined`),t.var(ee.default.parentDataProperty,(0,B._)`undefined`),t.var(ee.default.rootData,ee.default.data),e.dynamicRef&&t.var(ee.default.dynamicAnchors,(0,B._)`{}`)})}function GU(t){let{schema:e,opts:i,gen:n}=t;YO(t,()=>{i.$comment&&e.$comment&&tx(t),WU(t),n.let(ee.default.vErrors,null),n.let(ee.default.errors,0),i.unevaluated&&$U(t),nx(t),VU(t)})}function $U(t){let{gen:e,validateName:i}=t;t.evaluated=e.const("evaluated",(0,B._)`${i}.evaluated`),e.if((0,B._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,B._)`${t.evaluated}.props`,(0,B._)`undefined`)),e.if((0,B._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,B._)`${t.evaluated}.items`,(0,B._)`undefined`))}function JO(t,e){let i=typeof t=="object"&&t[e.schemaId];return i&&(e.code.source||e.code.process)?(0,B._)`/*# sourceURL=${i} */`:B.nil}function NU(t,e){if(ex(t)&&(ix(t),XO(t))){UU(t,e);return}(0,QO.boolOrEmptySchema)(t,e)}function XO({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let i in t)if(e.RULES.all[i])return!0;return!1}function ex(t){return typeof t.schema!="boolean"}function UU(t,e){let{schema:i,gen:n,opts:a}=t;a.$comment&&i.$comment&&tx(t),BU(t),FU(t);let r=n.const("_errs",ee.default.errors);nx(t,r),n.var(e,(0,B._)`${r} === ${ee.default.errors}`)}function ix(t){(0,ut.checkUnknownRules)(t),LU(t)}function nx(t,e){if(t.opts.jtd)return ZO(t,[],!1,e);let i=(0,VO.getSchemaTypes)(t.schema),n=(0,VO.coerceAndCheckDataType)(t,i);ZO(t,i,!n,e)}function LU(t){let{schema:e,errSchemaPath:i,opts:n,self:a}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,ut.schemaHasRulesButRef)(e,a.RULES)&&a.logger.warn(`$ref: keywords ignored in schema at path "${i}"`)}function WU(t){let{schema:e,opts:i}=t;e.default!==void 0&&i.useDefaults&&i.strictSchema&&(0,ut.checkStrictMode)(t,"default is ignored in the schema root")}function BU(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,IU.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function FU(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function tx({gen:t,schemaEnv:e,schema:i,errSchemaPath:n,opts:a}){let r=i.$comment;if(a.$comment===!0)t.code((0,B._)`${ee.default.self}.logger.log(${r})`);else if(typeof a.$comment=="function"){let s=(0,B.str)`${n}/$comment`,o=t.scopeValue("root",{ref:e.root});t.code((0,B._)`${ee.default.self}.opts.$comment(${r}, ${s}, ${o}.schema)`)}}function VU(t){let{gen:e,schemaEnv:i,validateName:n,ValidationError:a,opts:r}=t;i.$async?e.if((0,B._)`${ee.default.errors} === 0`,()=>e.return(ee.default.data),()=>e.throw((0,B._)`new ${a}(${ee.default.vErrors})`)):(e.assign((0,B._)`${n}.errors`,ee.default.vErrors),r.unevaluated&&JU(t),e.return((0,B._)`${ee.default.errors} === 0`))}function JU({gen:t,evaluated:e,props:i,items:n}){i instanceof B.Name&&t.assign((0,B._)`${e}.props`,i),n instanceof B.Name&&t.assign((0,B._)`${e}.items`,n)}function ZO(t,e,i,n){let{gen:a,schema:r,data:s,allErrors:o,opts:l,self:u}=t,{RULES:c}=u;if(r.$ref&&(l.ignoreKeywordsWithRef||!(0,ut.schemaHasRulesButRef)(r,c))){a.block(()=>rx(t,"$ref",c.all.$ref.definition));return}l.jtd||ZU(t,e),a.block(()=>{for(let d of c.rules)p(d);p(c.post)});function p(d){(0,Ym.shouldUseGroup)(r,d)&&(d.type?(a.if((0,Yu.checkDataType)(d.type,s,l.strictNumbers)),KO(t,d),e.length===1&&e[0]===d.type&&i&&(a.else(),(0,Yu.reportTypeError)(t)),a.endIf()):KO(t,d),o||a.if((0,B._)`${ee.default.errors} === ${n||0}`))}}function KO(t,e){let{gen:i,schema:n,opts:{useDefaults:a}}=t;a&&(0,HU.assignDefaults)(t,e.type),i.block(()=>{for(let r of e.rules)(0,Ym.shouldUseRule)(n,r)&&rx(t,r.keyword,r.definition,e.type)})}function ZU(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(KU(t,e),t.opts.allowUnionTypes||QU(t,e),YU(t,t.dataTypes))}function KU(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(i=>{ax(t.dataTypes,i)||Xm(t,`type "${i}" not allowed by context "${t.dataTypes.join(",")}"`)}),eL(t,e)}}function QU(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Xm(t,"use allowUnionTypes to allow union type keyword")}function YU(t,e){let i=t.self.RULES.all;for(let n in i){let a=i[n];if(typeof a=="object"&&(0,Ym.shouldUseRule)(t.schema,a)){let{type:r}=a.definition;r.length&&!r.some(s=>XU(e,s))&&Xm(t,`missing type "${r.join(",")}" for keyword "${n}"`)}}}function XU(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function ax(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function eL(t,e){let i=[];for(let n of t.dataTypes)ax(e,n)?i.push(n):e.includes("integer")&&n==="number"&&i.push("integer");t.dataTypes=i}function Xm(t,e){let i=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${i}" (strictTypes)`,(0,ut.checkStrictMode)(t,e,t.opts.strictTypes)}var Xu=class{constructor(e,i,n){if((0,po.validateKeywordUsage)(e,i,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=i.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,ut.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=i.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=i,this.$data)this.schemaCode=e.gen.const("vSchema",sx(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,po.validSchemaType)(this.schema,i.schemaType,i.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(i.schemaType)}`);("code"in i?i.trackErrors:i.errors!==!1)&&(this.errsCount=e.gen.const("_errs",ee.default.errors))}result(e,i,n){this.failResult((0,B.not)(e),i,n)}failResult(e,i,n){this.gen.if(e),n?n():this.error(),i?(this.gen.else(),i(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,i){this.failResult((0,B.not)(e),void 0,i)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:i}=this;this.fail((0,B._)`${i} !== undefined && (${(0,B.or)(this.invalid$data(),e)})`)}error(e,i,n){if(i){this.setParams(i),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,i){(e?co.reportExtraError:co.reportError)(this,this.def.error,i)}$dataError(){(0,co.reportError)(this,this.def.$dataError||co.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,co.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,i){i?Object.assign(this.params,e):this.params=e}block$data(e,i,n=B.nil){this.gen.block(()=>{this.check$data(e,n),i()})}check$data(e=B.nil,i=B.nil){if(!this.$data)return;let{gen:n,schemaCode:a,schemaType:r,def:s}=this;n.if((0,B.or)((0,B._)`${a} === undefined`,i)),e!==B.nil&&n.assign(e,!0),(r.length||s.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==B.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:i,schemaType:n,def:a,it:r}=this;return(0,B.or)(s(),o());function s(){if(n.length){if(!(i instanceof B.Name))throw new Error("ajv implementation error");let l=Array.isArray(n)?n:[n];return(0,B._)`${(0,Yu.checkDataTypes)(l,i,r.opts.strictNumbers,Yu.DataType.Wrong)}`}return B.nil}function o(){if(a.validateSchema){let l=e.scopeValue("validate$data",{ref:a.validateSchema});return(0,B._)`!${l}(${i})`}return B.nil}}subschema(e,i){let n=(0,Qm.getSubschema)(this.it,e);(0,Qm.extendSubschemaData)(n,this.it,e),(0,Qm.extendSubschemaMode)(n,e);let a={...this.it,...n,items:void 0,props:void 0};return NU(a,i),a}mergeEvaluated(e,i){let{it:n,gen:a}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=ut.mergeEvaluated.props(a,e.props,n.props,i)),n.items!==!0&&e.items!==void 0&&(n.items=ut.mergeEvaluated.items(a,e.items,n.items,i)))}mergeValidEvaluated(e,i){let{it:n,gen:a}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return a.if(i,()=>this.mergeEvaluated(e,B.Name)),!0}};Ht.KeywordCxt=Xu;function rx(t,e,i,n){let a=new Xu(t,i,e);"code"in i?i.code(a,n):a.$data&&i.validate?(0,po.funcKeywordCode)(a,i):"macro"in i?(0,po.macroKeywordCode)(a,i):(i.compile||i.validate)&&(0,po.funcKeywordCode)(a,i)}var iL=/^\/(?:[^~]|~0|~1)*$/,nL=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function sx(t,{dataLevel:e,dataNames:i,dataPathArr:n}){let a,r;if(t==="")return ee.default.rootData;if(t[0]==="/"){if(!iL.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);a=t,r=ee.default.rootData}else{let u=nL.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let c=+u[1];if(a=u[2],a==="#"){if(c>=e)throw new Error(l("property/index",c));return n[e-c]}if(c>e)throw new Error(l("data",c));if(r=i[e-c],!a)return r}let s=r,o=a.split("/");for(let u of o)u&&(r=(0,B._)`${r}${(0,B.getProperty)((0,ut.unescapeJsonPointer)(u))}`,s=(0,B._)`${s} && ${r}`);return s;function l(u,c){return`Cannot access ${u} ${c} levels up, current level is ${e}`}}Ht.getData=sx});var ec=w(nf=>{"use strict";Object.defineProperty(nf,"__esModule",{value:!0});var ef=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};nf.default=ef});var go=w(rf=>{"use strict";Object.defineProperty(rf,"__esModule",{value:!0});var tf=uo(),af=class extends Error{constructor(e,i,n,a){super(a||`can't resolve reference ${n} from id ${i}`),this.missingRef=(0,tf.resolveUrl)(e,i,n),this.missingSchema=(0,tf.normalizeId)((0,tf.getFullPath)(e,this.missingRef))}};rf.default=af});var nc=w(hn=>{"use strict";Object.defineProperty(hn,"__esModule",{value:!0});hn.resolveSchema=hn.getCompilingSchema=hn.resolveRef=hn.compileSchema=hn.SchemaEnv=void 0;var Pn=re(),tL=ec(),xa=lt(),jn=uo(),ox=we(),aL=ho(),Er=class{constructor(e){var i;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(i=e.baseId)!==null&&i!==void 0?i:(0,jn.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};hn.SchemaEnv=Er;function of(t){let e=lx.call(this,t);if(e)return e;let i=(0,jn.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:a}=this.opts.code,{ownProperties:r}=this.opts,s=new Pn.CodeGen(this.scope,{es5:n,lines:a,ownProperties:r}),o;t.$async&&(o=s.scopeValue("Error",{ref:tL.default,code:(0,Pn._)`require("ajv/dist/runtime/validation_error").default`}));let l=s.scopeName("validate");t.validateName=l;let u={gen:s,allErrors:this.opts.allErrors,data:xa.default.data,parentData:xa.default.parentData,parentDataProperty:xa.default.parentDataProperty,dataNames:[xa.default.data],dataPathArr:[Pn.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:s.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,Pn.stringify)(t.schema)}:{ref:t.schema}),validateName:l,ValidationError:o,schema:t.schema,schemaEnv:t,rootId:i,baseId:t.baseId||i,schemaPath:Pn.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Pn._)`""`,opts:this.opts,self:this},c;try{this._compilations.add(t),(0,aL.validateFunctionCode)(u),s.optimize(this.opts.code.optimize);let p=s.toString();c=`${s.scopeRefs(xa.default.scope)}return ${p}`,this.opts.code.process&&(c=this.opts.code.process(c,t));let h=new Function(`${xa.default.self}`,`${xa.default.scope}`,c)(this,this.scope.get());if(this.scope.value(l,{ref:h}),h.errors=null,h.schema=t.schema,h.schemaEnv=t,t.$async&&(h.$async=!0),this.opts.code.source===!0&&(h.source={validateName:l,validateCode:p,scopeValues:s._values}),this.opts.unevaluated){let{props:g,items:m}=u;h.evaluated={props:g instanceof Pn.Name?void 0:g,items:m instanceof Pn.Name?void 0:m,dynamicProps:g instanceof Pn.Name,dynamicItems:m instanceof Pn.Name},h.source&&(h.source.evaluated=(0,Pn.stringify)(h.evaluated))}return t.validate=h,t}catch(p){throw delete t.validate,delete t.validateName,c&&this.logger.error("Error compiling schema, function code:",c),p}finally{this._compilations.delete(t)}}hn.compileSchema=of;function rL(t,e,i){var n;i=(0,jn.resolveUrl)(this.opts.uriResolver,e,i);let a=t.refs[i];if(a)return a;let r=lL.call(this,t,i);if(r===void 0){let s=(n=t.localRefs)===null||n===void 0?void 0:n[i],{schemaId:o}=this.opts;s&&(r=new Er({schema:s,schemaId:o,root:t,baseId:e}))}if(r!==void 0)return t.refs[i]=sL.call(this,r)}hn.resolveRef=rL;function sL(t){return(0,jn.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:of.call(this,t)}function lx(t){for(let e of this._compilations)if(oL(e,t))return e}hn.getCompilingSchema=lx;function oL(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function lL(t,e){let i;for(;typeof(i=this.refs[e])=="string";)e=i;return i||this.schemas[e]||ic.call(this,t,e)}function ic(t,e){let i=this.opts.uriResolver.parse(e),n=(0,jn._getFullPath)(this.opts.uriResolver,i),a=(0,jn.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===a)return sf.call(this,i,t);let r=(0,jn.normalizeId)(n),s=this.refs[r]||this.schemas[r];if(typeof s=="string"){let o=ic.call(this,t,s);return typeof o?.schema!="object"?void 0:sf.call(this,i,o)}if(typeof s?.schema=="object"){if(s.validate||of.call(this,s),r===(0,jn.normalizeId)(e)){let{schema:o}=s,{schemaId:l}=this.opts,u=o[l];return u&&(a=(0,jn.resolveUrl)(this.opts.uriResolver,a,u)),new Er({schema:o,schemaId:l,root:t,baseId:a})}return sf.call(this,i,s)}}hn.resolveSchema=ic;var uL=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function sf(t,{baseId:e,schema:i,root:n}){var a;if(((a=t.fragment)===null||a===void 0?void 0:a[0])!=="/")return;for(let o of t.fragment.slice(1).split("/")){if(typeof i=="boolean")return;let l=i[(0,ox.unescapeFragment)(o)];if(l===void 0)return;i=l;let u=typeof i=="object"&&i[this.opts.schemaId];!uL.has(o)&&u&&(e=(0,jn.resolveUrl)(this.opts.uriResolver,e,u))}let r;if(typeof i!="boolean"&&i.$ref&&!(0,ox.schemaHasRulesButRef)(i,this.RULES)){let o=(0,jn.resolveUrl)(this.opts.uriResolver,e,i.$ref);r=ic.call(this,n,o)}let{schemaId:s}=this.opts;if(r=r||new Er({schema:i,schemaId:s,root:n,baseId:e}),r.schema!==r.root.schema)return r}});var ux=w((yre,cL)=>{cL.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var cf=w((Pre,mx)=>{"use strict";var pL=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),px=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),lf=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),dx=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),dL=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function uf(t){let e="",i=0,n=0;for(n=0;n=48&&i<=57||i>=65&&i<=70||i>=97&&i<=102))return"";e+=t[n];break}for(n+=1;n=48&&i<=57||i>=65&&i<=70||i>=97&&i<=102))return"";e+=t[n]}return e}var hL=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function cx(t){return t.length=0,!0}function gL(t,e,i){if(t.length){let n=uf(t);if(n!=="")e.push(n);else return i.error=!0,!1;t.length=0}return!0}function mL(t){let e=0,i={error:!1,address:"",zone:""},n=[],a=[],r=!1,s=!1,o=gL;for(let l=0;l7){i.error=!0;break}l>0&&t[l-1]===":"&&(r=!0),n.push(":");continue}else if(u==="%"){if(!o(a,n,i))break;o=cx}else{a.push(u);continue}}return a.length&&(o===cx?i.zone=a.join(""):s?n.push(a.join("")):n.push(uf(a))),i.address=n.join(""),i}function hx(t){if(fL(t,":")<2)return{host:t,isIPV6:!1};let e=mL(t);if(e.error)return{host:t,isIPV6:!1};{let i=e.address,n=e.address;return e.zone&&(i+="%"+e.zone,n+="%25"+e.zone),{host:i,isIPV6:!0,escapedHost:n}}}function fL(t,e){let i=0;for(let n=0;nvL[n])}function bL(t,e=!1){if(t.indexOf("%")===-1)return t;let i="";for(let n=0;n{"use strict";var{isUUID:SL}=cf(),OL=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,xL=["http","https","ws","wss","urn","urn:uuid"];function TL(t){return xL.indexOf(t)!==-1}function pf(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function fx(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function wx(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function ML(t){return t.secure=pf(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function EL(t){if((t.port===(pf(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,i]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=i,t.resourceName=void 0}return t.fragment=void 0,t}function kL(t,e){if(!t.path)return t.error="URN can not be parsed",t;let i=t.path.match(OL);if(i){let n=e.scheme||t.scheme||"urn";t.nid=i[1].toLowerCase(),t.nss=i[2];let a=`${n}:${e.nid||t.nid}`,r=df(a);t.path=void 0,r&&(t=r.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function qL(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let i=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),a=`${i}:${e.nid||n}`,r=df(a);r&&(t=r.serialize(t,e));let s=t,o=t.nss;return s.path=`${n||e.nid}:${o}`,e.skipEscape=!0,s}function _L(t,e){let i=t;return i.uuid=i.nss,i.nss=void 0,!e.tolerant&&(!i.uuid||!SL(i.uuid))&&(i.error=i.error||"UUID is not valid."),i}function HL(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var vx={scheme:"http",domainHost:!0,parse:fx,serialize:wx},IL={scheme:"https",domainHost:vx.domainHost,parse:fx,serialize:wx},tc={scheme:"ws",domainHost:!0,parse:ML,serialize:EL},RL={scheme:"wss",domainHost:tc.domainHost,parse:tc.parse,serialize:tc.serialize},zL={scheme:"urn",parse:kL,serialize:qL,skipNormalize:!0},DL={scheme:"urn:uuid",parse:_L,serialize:HL,skipNormalize:!0},ac={http:vx,https:IL,ws:tc,wss:RL,urn:zL,"urn:uuid":DL};Object.setPrototypeOf(ac,null);function df(t){return t&&(ac[t]||ac[t.toLowerCase()])||void 0}Cx.exports={wsIsSecure:pf,SCHEMES:ac,isValidSchemeName:TL,getSchemeHandler:df}});var Ox=w((Sre,rc)=>{"use strict";var{normalizeIPv6:GL,removeDotSegments:mo,recomposeAuthority:$L,normalizePercentEncoding:NL,normalizePathEncoding:UL,escapePreservingEscapes:LL,reescapeHostDelimiters:WL,isIPv4:BL,nonSimpleDomain:FL}=cf(),{SCHEMES:VL,getSchemeHandler:yx}=Ax();function JL(t,e){return typeof t=="string"?t=XL(t,e):typeof t=="object"&&(t=kr(Ta(t,e),e)),t}function ZL(t,e,i){let n=i?Object.assign({scheme:"null"},i):{scheme:"null"},a=Px(kr(t,n),kr(e,n),n,!0);return n.skipEscape=!0,Ta(a,n)}function Px(t,e,i,n){let a={};return n||(t=kr(Ta(t,i),i),e=kr(Ta(e,i),i)),i=i||{},!i.tolerant&&e.scheme?(a.scheme=e.scheme,a.userinfo=e.userinfo,a.host=e.host,a.port=e.port,a.path=mo(e.path||""),a.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(a.userinfo=e.userinfo,a.host=e.host,a.port=e.port,a.path=mo(e.path||""),a.query=e.query):(e.path?(e.path[0]==="/"?a.path=mo(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?a.path="/"+e.path:t.path?a.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:a.path=e.path,a.path=mo(a.path)),a.query=e.query):(a.path=t.path,e.query!==void 0?a.query=e.query:a.query=t.query),a.userinfo=t.userinfo,a.host=t.host,a.port=t.port),a.scheme=t.scheme),a.fragment=e.fragment,a}function KL(t,e,i){let n=bx(t,i),a=bx(e,i);return n!==void 0&&a!==void 0&&n.toLowerCase()===a.toLowerCase()}function Ta(t,e){let i={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),a=[],r=yx(n.scheme||i.scheme);r&&r.serialize&&r.serialize(i,n),i.path!==void 0&&(n.skipEscape?i.path=NL(i.path):(i.path=LL(i.path),i.scheme!==void 0&&(i.path=i.path.split("%3A").join(":")))),n.reference!=="suffix"&&i.scheme&&a.push(i.scheme,":");let s=$L(i);if(s!==void 0&&(n.reference!=="suffix"&&a.push("//"),a.push(s),i.path&&i.path[0]!=="/"&&a.push("/")),i.path!==void 0){let o=i.path;!n.absolutePath&&(!r||!r.absolutePath)&&(o=mo(o)),s===void 0&&o[0]==="/"&&o[1]==="/"&&(o="/%2F"+o.slice(2)),a.push(o)}return i.query!==void 0&&a.push("?",i.query),i.fragment!==void 0&&a.push("#",i.fragment),a.join("")}var QL=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function YL(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function jx(t,e){let i=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},a=!1,r=!1;i.reference==="suffix"&&(i.scheme?t=i.scheme+":"+t:t="//"+t);let s=t.match(QL);if(s){n.scheme=s[1],n.userinfo=s[3],n.host=s[4],n.port=parseInt(s[5],10),n.path=s[6]||"",n.query=s[7],n.fragment=s[8],isNaN(n.port)&&(n.port=s[5]);let o=YL(n,s);if(o!==void 0&&(n.error=n.error||o,a=!0),n.host)if(BL(n.host)===!1){let c=GL(n.host);n.host=c.host.toLowerCase(),r=c.isIPV6}else r=!0;n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",i.reference&&i.reference!=="suffix"&&i.reference!==n.reference&&(n.error=n.error||"URI is not a "+i.reference+" reference.");let l=yx(i.scheme||n.scheme);if(!i.unicodeSupport&&(!l||!l.unicodeSupport)&&n.host&&(i.domainHost||l&&l.domainHost)&&r===!1&&FL(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(u){n.error=n.error||"Host's domain name can not be converted to ASCII: "+u}if((!l||l&&!l.skipNormalize)&&(t.indexOf("%")!==-1&&(n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),n.host!==void 0&&(n.host=WL(unescape(n.host),r))),n.path&&(n.path=UL(n.path)),n.fragment))try{n.fragment=encodeURI(decodeURIComponent(n.fragment))}catch{n.error=n.error||"URI malformed"}l&&l.parse&&l.parse(n,i)}else n.error=n.error||"URI can not be parsed.";return{parsed:n,malformedAuthorityOrPort:a}}function kr(t,e){return jx(t,e).parsed}function XL(t,e){return Sx(t,e).normalized}function Sx(t,e){let{parsed:i,malformedAuthorityOrPort:n}=jx(t,e);return{normalized:n?t:Ta(i,e),malformedAuthorityOrPort:n}}function bx(t,e){if(typeof t=="string"){let{normalized:i,malformedAuthorityOrPort:n}=Sx(t,e);return n?void 0:i}if(typeof t=="object")return Ta(t,e)}var hf={SCHEMES:VL,normalize:JL,resolve:ZL,resolveComponent:Px,equal:KL,serialize:Ta,parse:kr};rc.exports=hf;rc.exports.default=hf;rc.exports.fastUri=hf});var Tx=w(gf=>{"use strict";Object.defineProperty(gf,"__esModule",{value:!0});var xx=Ox();xx.code='require("ajv/dist/runtime/uri").default';gf.default=xx});var Rx=w(Pi=>{"use strict";Object.defineProperty(Pi,"__esModule",{value:!0});Pi.CodeGen=Pi.Name=Pi.nil=Pi.stringify=Pi.str=Pi._=Pi.KeywordCxt=void 0;var eW=ho();Object.defineProperty(Pi,"KeywordCxt",{enumerable:!0,get:function(){return eW.KeywordCxt}});var qr=re();Object.defineProperty(Pi,"_",{enumerable:!0,get:function(){return qr._}});Object.defineProperty(Pi,"str",{enumerable:!0,get:function(){return qr.str}});Object.defineProperty(Pi,"stringify",{enumerable:!0,get:function(){return qr.stringify}});Object.defineProperty(Pi,"nil",{enumerable:!0,get:function(){return qr.nil}});Object.defineProperty(Pi,"Name",{enumerable:!0,get:function(){return qr.Name}});Object.defineProperty(Pi,"CodeGen",{enumerable:!0,get:function(){return qr.CodeGen}});var iW=ec(),_x=go(),nW=Nm(),fo=nc(),tW=re(),wo=uo(),sc=lo(),ff=we(),Mx=ux(),aW=Tx(),Hx=(t,e)=>new RegExp(t,e);Hx.code="new RegExp";var rW=["removeAdditional","useDefaults","coerceTypes"],sW=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),oW={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},lW={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Ex=200;function uW(t){var e,i,n,a,r,s,o,l,u,c,p,d,h,g,m,f,v,y,A,b,O,$,N,X,F;let k=t.strict,Q=(e=t.code)===null||e===void 0?void 0:e.optimize,Z=Q===!0||Q===void 0?1:Q||0,ie=(n=(i=t.code)===null||i===void 0?void 0:i.regExp)!==null&&n!==void 0?n:Hx,se=(a=t.uriResolver)!==null&&a!==void 0?a:aW.default;return{strictSchema:(s=(r=t.strictSchema)!==null&&r!==void 0?r:k)!==null&&s!==void 0?s:!0,strictNumbers:(l=(o=t.strictNumbers)!==null&&o!==void 0?o:k)!==null&&l!==void 0?l:!0,strictTypes:(c=(u=t.strictTypes)!==null&&u!==void 0?u:k)!==null&&c!==void 0?c:"log",strictTuples:(d=(p=t.strictTuples)!==null&&p!==void 0?p:k)!==null&&d!==void 0?d:"log",strictRequired:(g=(h=t.strictRequired)!==null&&h!==void 0?h:k)!==null&&g!==void 0?g:!1,code:t.code?{...t.code,optimize:Z,regExp:ie}:{optimize:Z,regExp:ie},loopRequired:(m=t.loopRequired)!==null&&m!==void 0?m:Ex,loopEnum:(f=t.loopEnum)!==null&&f!==void 0?f:Ex,meta:(v=t.meta)!==null&&v!==void 0?v:!0,messages:(y=t.messages)!==null&&y!==void 0?y:!0,inlineRefs:(A=t.inlineRefs)!==null&&A!==void 0?A:!0,schemaId:(b=t.schemaId)!==null&&b!==void 0?b:"$id",addUsedSchema:(O=t.addUsedSchema)!==null&&O!==void 0?O:!0,validateSchema:($=t.validateSchema)!==null&&$!==void 0?$:!0,validateFormats:(N=t.validateFormats)!==null&&N!==void 0?N:!0,unicodeRegExp:(X=t.unicodeRegExp)!==null&&X!==void 0?X:!0,int32range:(F=t.int32range)!==null&&F!==void 0?F:!0,uriResolver:se}}var vo=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...uW(e)};let{es5:i,lines:n}=this.opts.code;this.scope=new tW.ValueScope({scope:{},prefixes:sW,es5:i,lines:n}),this.logger=mW(e.logger);let a=e.validateFormats;e.validateFormats=!1,this.RULES=(0,nW.getRules)(),kx.call(this,oW,e,"NOT SUPPORTED"),kx.call(this,lW,e,"DEPRECATED","warn"),this._metaOpts=hW.call(this),e.formats&&pW.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&dW.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),cW.call(this),e.validateFormats=a}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:i,schemaId:n}=this.opts,a=Mx;n==="id"&&(a={...Mx},a.id=a.$id,delete a.$id),i&&e&&this.addMetaSchema(a,a[n],!1)}defaultMeta(){let{meta:e,schemaId:i}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[i]||e:void 0}validate(e,i){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let a=n(i);return"$async"in n||(this.errors=n.errors),a}compile(e,i){let n=this._addSchema(e,i);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,i){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return a.call(this,e,i);async function a(c,p){await r.call(this,c.$schema);let d=this._addSchema(c,p);return d.validate||s.call(this,d)}async function r(c){c&&!this.getSchema(c)&&await a.call(this,{$ref:c},!0)}async function s(c){try{return this._compileSchemaEnv(c)}catch(p){if(!(p instanceof _x.default))throw p;return o.call(this,p),await l.call(this,p.missingSchema),s.call(this,c)}}function o({missingSchema:c,missingRef:p}){if(this.refs[c])throw new Error(`AnySchema ${c} is loaded but ${p} cannot be resolved`)}async function l(c){let p=await u.call(this,c);this.refs[c]||await r.call(this,p.$schema),this.refs[c]||this.addSchema(p,c,i)}async function u(c){let p=this._loading[c];if(p)return p;try{return await(this._loading[c]=n(c))}finally{delete this._loading[c]}}}addSchema(e,i,n,a=this.opts.validateSchema){if(Array.isArray(e)){for(let s of e)this.addSchema(s,void 0,n,a);return this}let r;if(typeof e=="object"){let{schemaId:s}=this.opts;if(r=e[s],r!==void 0&&typeof r!="string")throw new Error(`schema ${s} must be string`)}return i=(0,wo.normalizeId)(i||r),this._checkUnique(i),this.schemas[i]=this._addSchema(e,n,i,a,!0),this}addMetaSchema(e,i,n=this.opts.validateSchema){return this.addSchema(e,i,!0,n),this}validateSchema(e,i){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let a=this.validate(n,e);if(!a&&i){let r="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(r);else throw new Error(r)}return a}getSchema(e){let i;for(;typeof(i=qx.call(this,e))=="string";)e=i;if(i===void 0){let{schemaId:n}=this.opts,a=new fo.SchemaEnv({schema:{},schemaId:n});if(i=fo.resolveSchema.call(this,a,e),!i)return;this.refs[e]=i}return i.validate||this._compileSchemaEnv(i)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let i=qx.call(this,e);return typeof i=="object"&&this._cache.delete(i.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let i=e;this._cache.delete(i);let n=e[this.opts.schemaId];return n&&(n=(0,wo.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let i of e)this.addKeyword(i);return this}addKeyword(e,i){let n;if(typeof e=="string")n=e,typeof i=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),i.keyword=n);else if(typeof e=="object"&&i===void 0){if(i=e,n=i.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(wW.call(this,n,i),!i)return(0,ff.eachItem)(n,r=>mf.call(this,r)),this;CW.call(this,i);let a={...i,type:(0,sc.getJSONTypes)(i.type),schemaType:(0,sc.getJSONTypes)(i.schemaType)};return(0,ff.eachItem)(n,a.type.length===0?r=>mf.call(this,r,a):r=>a.type.forEach(s=>mf.call(this,r,a,s))),this}getKeyword(e){let i=this.RULES.all[e];return typeof i=="object"?i.definition:!!i}removeKeyword(e){let{RULES:i}=this;delete i.keywords[e],delete i.all[e];for(let n of i.rules){let a=n.rules.findIndex(r=>r.keyword===e);a>=0&&n.rules.splice(a,1)}return this}addFormat(e,i){return typeof i=="string"&&(i=new RegExp(i)),this.formats[e]=i,this}errorsText(e=this.errors,{separator:i=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(a=>`${n}${a.instancePath} ${a.message}`).reduce((a,r)=>a+i+r)}$dataMetaSchema(e,i){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let a of i){let r=a.split("/").slice(1),s=e;for(let o of r)s=s[o];for(let o in n){let l=n[o];if(typeof l!="object")continue;let{$data:u}=l.definition,c=s[o];u&&c&&(s[o]=Ix(c))}}return e}_removeAllSchemas(e,i){for(let n in e){let a=e[n];(!i||i.test(n))&&(typeof a=="string"?delete e[n]:a&&!a.meta&&(this._cache.delete(a.schema),delete e[n]))}}_addSchema(e,i,n,a=this.opts.validateSchema,r=this.opts.addUsedSchema){let s,{schemaId:o}=this.opts;if(typeof e=="object")s=e[o];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let l=this._cache.get(e);if(l!==void 0)return l;n=(0,wo.normalizeId)(s||n);let u=wo.getSchemaRefs.call(this,e,n);return l=new fo.SchemaEnv({schema:e,schemaId:o,meta:i,baseId:n,localRefs:u}),this._cache.set(l.schema,l),r&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=l),a&&this.validateSchema(e,!0),l}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):fo.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let i=this.opts;this.opts=this._metaOpts;try{fo.compileSchema.call(this,e)}finally{this.opts=i}}};vo.ValidationError=iW.default;vo.MissingRefError=_x.default;Pi.default=vo;function kx(t,e,i,n="error"){for(let a in t){let r=a;r in e&&this.logger[n](`${i}: option ${a}. ${t[r]}`)}}function qx(t){return t=(0,wo.normalizeId)(t),this.schemas[t]||this.refs[t]}function cW(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function pW(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function dW(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let i=t[e];i.keyword||(i.keyword=e),this.addKeyword(i)}}function hW(){let t={...this.opts};for(let e of rW)delete t[e];return t}var gW={log(){},warn(){},error(){}};function mW(t){if(t===!1)return gW;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var fW=/^[a-z_$][a-z0-9_$:-]*$/i;function wW(t,e){let{RULES:i}=this;if((0,ff.eachItem)(t,n=>{if(i.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!fW.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function mf(t,e,i){var n;let a=e?.post;if(i&&a)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:r}=this,s=a?r.post:r.rules.find(({type:l})=>l===i);if(s||(s={type:i,rules:[]},r.rules.push(s)),r.keywords[t]=!0,!e)return;let o={keyword:t,definition:{...e,type:(0,sc.getJSONTypes)(e.type),schemaType:(0,sc.getJSONTypes)(e.schemaType)}};e.before?vW.call(this,s,o,e.before):s.rules.push(o),r.all[t]=o,(n=e.implements)===null||n===void 0||n.forEach(l=>this.addKeyword(l))}function vW(t,e,i){let n=t.rules.findIndex(a=>a.keyword===i);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${i} is not defined`))}function CW(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=Ix(e)),t.validateSchema=this.compile(e,!0))}var AW={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function Ix(t){return{anyOf:[t,AW]}}});var zx=w(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});var bW={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};wf.default=bW});var Nx=w(Ma=>{"use strict";Object.defineProperty(Ma,"__esModule",{value:!0});Ma.callRef=Ma.getValidate=void 0;var yW=go(),Dx=dn(),Wi=re(),_r=lt(),Gx=nc(),oc=we(),PW={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:i,it:n}=t,{baseId:a,schemaEnv:r,validateName:s,opts:o,self:l}=n,{root:u}=r;if((i==="#"||i==="#/")&&a===u.baseId)return p();let c=Gx.resolveRef.call(l,u,a,i);if(c===void 0)throw new yW.default(n.opts.uriResolver,a,i);if(c instanceof Gx.SchemaEnv)return d(c);return h(c);function p(){if(r===u)return lc(t,s,r,r.$async);let g=e.scopeValue("root",{ref:u});return lc(t,(0,Wi._)`${g}.validate`,u,u.$async)}function d(g){let m=$x(t,g);lc(t,m,g,g.$async)}function h(g){let m=e.scopeValue("schema",o.code.source===!0?{ref:g,code:(0,Wi.stringify)(g)}:{ref:g}),f=e.name("valid"),v=t.subschema({schema:g,dataTypes:[],schemaPath:Wi.nil,topSchemaRef:m,errSchemaPath:i},f);t.mergeEvaluated(v),t.ok(f)}}};function $x(t,e){let{gen:i}=t;return e.validate?i.scopeValue("validate",{ref:e.validate}):(0,Wi._)`${i.scopeValue("wrapper",{ref:e})}.validate`}Ma.getValidate=$x;function lc(t,e,i,n){let{gen:a,it:r}=t,{allErrors:s,schemaEnv:o,opts:l}=r,u=l.passContext?_r.default.this:Wi.nil;n?c():p();function c(){if(!o.$async)throw new Error("async schema referenced by sync schema");let g=a.let("valid");a.try(()=>{a.code((0,Wi._)`await ${(0,Dx.callValidateCode)(t,e,u)}`),h(e),s||a.assign(g,!0)},m=>{a.if((0,Wi._)`!(${m} instanceof ${r.ValidationError})`,()=>a.throw(m)),d(m),s||a.assign(g,!1)}),t.ok(g)}function p(){t.result((0,Dx.callValidateCode)(t,e,u),()=>h(e),()=>d(e))}function d(g){let m=(0,Wi._)`${g}.errors`;a.assign(_r.default.vErrors,(0,Wi._)`${_r.default.vErrors} === null ? ${m} : ${_r.default.vErrors}.concat(${m})`),a.assign(_r.default.errors,(0,Wi._)`${_r.default.vErrors}.length`)}function h(g){var m;if(!r.opts.unevaluated)return;let f=(m=i?.validate)===null||m===void 0?void 0:m.evaluated;if(r.props!==!0)if(f&&!f.dynamicProps)f.props!==void 0&&(r.props=oc.mergeEvaluated.props(a,f.props,r.props));else{let v=a.var("props",(0,Wi._)`${g}.evaluated.props`);r.props=oc.mergeEvaluated.props(a,v,r.props,Wi.Name)}if(r.items!==!0)if(f&&!f.dynamicItems)f.items!==void 0&&(r.items=oc.mergeEvaluated.items(a,f.items,r.items));else{let v=a.var("items",(0,Wi._)`${g}.evaluated.items`);r.items=oc.mergeEvaluated.items(a,v,r.items,Wi.Name)}}}Ma.callRef=lc;Ma.default=PW});var Ux=w(vf=>{"use strict";Object.defineProperty(vf,"__esModule",{value:!0});var jW=zx(),SW=Nx(),OW=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",jW.default,SW.default];vf.default=OW});var Lx=w(Cf=>{"use strict";Object.defineProperty(Cf,"__esModule",{value:!0});var uc=re(),It=uc.operators,cc={maximum:{okStr:"<=",ok:It.LTE,fail:It.GT},minimum:{okStr:">=",ok:It.GTE,fail:It.LT},exclusiveMaximum:{okStr:"<",ok:It.LT,fail:It.GTE},exclusiveMinimum:{okStr:">",ok:It.GT,fail:It.LTE}},xW={message:({keyword:t,schemaCode:e})=>(0,uc.str)`must be ${cc[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,uc._)`{comparison: ${cc[t].okStr}, limit: ${e}}`},TW={keyword:Object.keys(cc),type:"number",schemaType:"number",$data:!0,error:xW,code(t){let{keyword:e,data:i,schemaCode:n}=t;t.fail$data((0,uc._)`${i} ${cc[e].fail} ${n} || isNaN(${i})`)}};Cf.default=TW});var Wx=w(Af=>{"use strict";Object.defineProperty(Af,"__esModule",{value:!0});var Co=re(),MW={message:({schemaCode:t})=>(0,Co.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Co._)`{multipleOf: ${t}}`},EW={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:MW,code(t){let{gen:e,data:i,schemaCode:n,it:a}=t,r=a.opts.multipleOfPrecision,s=e.let("res"),o=r?(0,Co._)`Math.abs(Math.round(${s}) - ${s}) > 1e-${r}`:(0,Co._)`${s} !== parseInt(${s})`;t.fail$data((0,Co._)`(${n} === 0 || (${s} = ${i}/${n}, ${o}))`)}};Af.default=EW});var Fx=w(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});function Bx(t){let e=t.length,i=0,n=0,a;for(;n=55296&&a<=56319&&n{"use strict";Object.defineProperty(yf,"__esModule",{value:!0});var Ea=re(),kW=we(),qW=Fx(),_W={message({keyword:t,schemaCode:e}){let i=t==="maxLength"?"more":"fewer";return(0,Ea.str)`must NOT have ${i} than ${e} characters`},params:({schemaCode:t})=>(0,Ea._)`{limit: ${t}}`},HW={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:_W,code(t){let{keyword:e,data:i,schemaCode:n,it:a}=t,r=e==="maxLength"?Ea.operators.GT:Ea.operators.LT,s=a.opts.unicode===!1?(0,Ea._)`${i}.length`:(0,Ea._)`${(0,kW.useFunc)(t.gen,qW.default)}(${i})`;t.fail$data((0,Ea._)`${s} ${r} ${n}`)}};yf.default=HW});var Jx=w(Pf=>{"use strict";Object.defineProperty(Pf,"__esModule",{value:!0});var IW=dn(),RW=we(),Hr=re(),zW={message:({schemaCode:t})=>(0,Hr.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,Hr._)`{pattern: ${t}}`},DW={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:zW,code(t){let{gen:e,data:i,$data:n,schema:a,schemaCode:r,it:s}=t,o=s.opts.unicodeRegExp?"u":"";if(n){let{regExp:l}=s.opts.code,u=l.code==="new RegExp"?(0,Hr._)`new RegExp`:(0,RW.useFunc)(e,l),c=e.let("valid");e.try(()=>e.assign(c,(0,Hr._)`${u}(${r}, ${o}).test(${i})`),()=>e.assign(c,!1)),t.fail$data((0,Hr._)`!${c}`)}else{let l=(0,IW.usePattern)(t,a);t.fail$data((0,Hr._)`!${l}.test(${i})`)}}};Pf.default=DW});var Zx=w(jf=>{"use strict";Object.defineProperty(jf,"__esModule",{value:!0});var Ao=re(),GW={message({keyword:t,schemaCode:e}){let i=t==="maxProperties"?"more":"fewer";return(0,Ao.str)`must NOT have ${i} than ${e} properties`},params:({schemaCode:t})=>(0,Ao._)`{limit: ${t}}`},$W={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:GW,code(t){let{keyword:e,data:i,schemaCode:n}=t,a=e==="maxProperties"?Ao.operators.GT:Ao.operators.LT;t.fail$data((0,Ao._)`Object.keys(${i}).length ${a} ${n}`)}};jf.default=$W});var Kx=w(Sf=>{"use strict";Object.defineProperty(Sf,"__esModule",{value:!0});var bo=dn(),yo=re(),NW=we(),UW={message:({params:{missingProperty:t}})=>(0,yo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,yo._)`{missingProperty: ${t}}`},LW={keyword:"required",type:"object",schemaType:"array",$data:!0,error:UW,code(t){let{gen:e,schema:i,schemaCode:n,data:a,$data:r,it:s}=t,{opts:o}=s;if(!r&&i.length===0)return;let l=i.length>=o.loopRequired;if(s.allErrors?u():c(),o.strictRequired){let h=t.parentSchema.properties,{definedProperties:g}=t.it;for(let m of i)if(h?.[m]===void 0&&!g.has(m)){let f=s.schemaEnv.baseId+s.errSchemaPath,v=`required property "${m}" is not defined at "${f}" (strictRequired)`;(0,NW.checkStrictMode)(s,v,s.opts.strictRequired)}}function u(){if(l||r)t.block$data(yo.nil,p);else for(let h of i)(0,bo.checkReportMissingProp)(t,h)}function c(){let h=e.let("missing");if(l||r){let g=e.let("valid",!0);t.block$data(g,()=>d(h,g)),t.ok(g)}else e.if((0,bo.checkMissingProp)(t,i,h)),(0,bo.reportMissingProp)(t,h),e.else()}function p(){e.forOf("prop",n,h=>{t.setParams({missingProperty:h}),e.if((0,bo.noPropertyInData)(e,a,h,o.ownProperties),()=>t.error())})}function d(h,g){t.setParams({missingProperty:h}),e.forOf(h,n,()=>{e.assign(g,(0,bo.propertyInData)(e,a,h,o.ownProperties)),e.if((0,yo.not)(g),()=>{t.error(),e.break()})},yo.nil)}}};Sf.default=LW});var Qx=w(Of=>{"use strict";Object.defineProperty(Of,"__esModule",{value:!0});var Po=re(),WW={message({keyword:t,schemaCode:e}){let i=t==="maxItems"?"more":"fewer";return(0,Po.str)`must NOT have ${i} than ${e} items`},params:({schemaCode:t})=>(0,Po._)`{limit: ${t}}`},BW={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:WW,code(t){let{keyword:e,data:i,schemaCode:n}=t,a=e==="maxItems"?Po.operators.GT:Po.operators.LT;t.fail$data((0,Po._)`${i}.length ${a} ${n}`)}};Of.default=BW});var pc=w(xf=>{"use strict";Object.defineProperty(xf,"__esModule",{value:!0});var Yx=Zm();Yx.code='require("ajv/dist/runtime/equal").default';xf.default=Yx});var Xx=w(Mf=>{"use strict";Object.defineProperty(Mf,"__esModule",{value:!0});var Tf=lo(),ji=re(),FW=we(),VW=pc(),JW={message:({params:{i:t,j:e}})=>(0,ji.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,ji._)`{i: ${t}, j: ${e}}`},ZW={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:JW,code(t){let{gen:e,data:i,$data:n,schema:a,parentSchema:r,schemaCode:s,it:o}=t;if(!n&&!a)return;let l=e.let("valid"),u=r.items?(0,Tf.getSchemaTypes)(r.items):[];t.block$data(l,c,(0,ji._)`${s} === false`),t.ok(l);function c(){let g=e.let("i",(0,ji._)`${i}.length`),m=e.let("j");t.setParams({i:g,j:m}),e.assign(l,!0),e.if((0,ji._)`${g} > 1`,()=>(p()?d:h)(g,m))}function p(){return u.length>0&&!u.some(g=>g==="object"||g==="array")}function d(g,m){let f=e.name("item"),v=(0,Tf.checkDataTypes)(u,f,o.opts.strictNumbers,Tf.DataType.Wrong),y=e.const("indices",(0,ji._)`{}`);e.for((0,ji._)`;${g}--;`,()=>{e.let(f,(0,ji._)`${i}[${g}]`),e.if(v,(0,ji._)`continue`),u.length>1&&e.if((0,ji._)`typeof ${f} == "string"`,(0,ji._)`${f} += "_"`),e.if((0,ji._)`typeof ${y}[${f}] == "number"`,()=>{e.assign(m,(0,ji._)`${y}[${f}]`),t.error(),e.assign(l,!1).break()}).code((0,ji._)`${y}[${f}] = ${g}`)})}function h(g,m){let f=(0,FW.useFunc)(e,VW.default),v=e.name("outer");e.label(v).for((0,ji._)`;${g}--;`,()=>e.for((0,ji._)`${m} = ${g}; ${m}--;`,()=>e.if((0,ji._)`${f}(${i}[${g}], ${i}[${m}])`,()=>{t.error(),e.assign(l,!1).break(v)})))}}};Mf.default=ZW});var eT=w(kf=>{"use strict";Object.defineProperty(kf,"__esModule",{value:!0});var Ef=re(),KW=we(),QW=pc(),YW={message:"must be equal to constant",params:({schemaCode:t})=>(0,Ef._)`{allowedValue: ${t}}`},XW={keyword:"const",$data:!0,error:YW,code(t){let{gen:e,data:i,$data:n,schemaCode:a,schema:r}=t;n||r&&typeof r=="object"?t.fail$data((0,Ef._)`!${(0,KW.useFunc)(e,QW.default)}(${i}, ${a})`):t.fail((0,Ef._)`${r} !== ${i}`)}};kf.default=XW});var iT=w(qf=>{"use strict";Object.defineProperty(qf,"__esModule",{value:!0});var jo=re(),eB=we(),iB=pc(),nB={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,jo._)`{allowedValues: ${t}}`},tB={keyword:"enum",schemaType:"array",$data:!0,error:nB,code(t){let{gen:e,data:i,$data:n,schema:a,schemaCode:r,it:s}=t;if(!n&&a.length===0)throw new Error("enum must have non-empty array");let o=a.length>=s.opts.loopEnum,l,u=()=>l??(l=(0,eB.useFunc)(e,iB.default)),c;if(o||n)c=e.let("valid"),t.block$data(c,p);else{if(!Array.isArray(a))throw new Error("ajv implementation error");let h=e.const("vSchema",r);c=(0,jo.or)(...a.map((g,m)=>d(h,m)))}t.pass(c);function p(){e.assign(c,!1),e.forOf("v",r,h=>e.if((0,jo._)`${u()}(${i}, ${h})`,()=>e.assign(c,!0).break()))}function d(h,g){let m=a[g];return typeof m=="object"&&m!==null?(0,jo._)`${u()}(${i}, ${h}[${g}])`:(0,jo._)`${i} === ${m}`}}};qf.default=tB});var nT=w(_f=>{"use strict";Object.defineProperty(_f,"__esModule",{value:!0});var aB=Lx(),rB=Wx(),sB=Vx(),oB=Jx(),lB=Zx(),uB=Kx(),cB=Qx(),pB=Xx(),dB=eT(),hB=iT(),gB=[aB.default,rB.default,sB.default,oB.default,lB.default,uB.default,cB.default,pB.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},dB.default,hB.default];_f.default=gB});var If=w(So=>{"use strict";Object.defineProperty(So,"__esModule",{value:!0});So.validateAdditionalItems=void 0;var ka=re(),Hf=we(),mB={message:({params:{len:t}})=>(0,ka.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,ka._)`{limit: ${t}}`},fB={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:mB,code(t){let{parentSchema:e,it:i}=t,{items:n}=e;if(!Array.isArray(n)){(0,Hf.checkStrictMode)(i,'"additionalItems" is ignored when "items" is not an array of schemas');return}tT(t,n)}};function tT(t,e){let{gen:i,schema:n,data:a,keyword:r,it:s}=t;s.items=!0;let o=i.const("len",(0,ka._)`${a}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,ka._)`${o} <= ${e.length}`);else if(typeof n=="object"&&!(0,Hf.alwaysValidSchema)(s,n)){let u=i.var("valid",(0,ka._)`${o} <= ${e.length}`);i.if((0,ka.not)(u),()=>l(u)),t.ok(u)}function l(u){i.forRange("i",e.length,o,c=>{t.subschema({keyword:r,dataProp:c,dataPropType:Hf.Type.Num},u),s.allErrors||i.if((0,ka.not)(u),()=>i.break())})}}So.validateAdditionalItems=tT;So.default=fB});var Rf=w(Oo=>{"use strict";Object.defineProperty(Oo,"__esModule",{value:!0});Oo.validateTuple=void 0;var aT=re(),dc=we(),wB=dn(),vB={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:i}=t;if(Array.isArray(e))return rT(t,"additionalItems",e);i.items=!0,!(0,dc.alwaysValidSchema)(i,e)&&t.ok((0,wB.validateArray)(t))}};function rT(t,e,i=t.schema){let{gen:n,parentSchema:a,data:r,keyword:s,it:o}=t;c(a),o.opts.unevaluated&&i.length&&o.items!==!0&&(o.items=dc.mergeEvaluated.items(n,i.length,o.items));let l=n.name("valid"),u=n.const("len",(0,aT._)`${r}.length`);i.forEach((p,d)=>{(0,dc.alwaysValidSchema)(o,p)||(n.if((0,aT._)`${u} > ${d}`,()=>t.subschema({keyword:s,schemaProp:d,dataProp:d},l)),t.ok(l))});function c(p){let{opts:d,errSchemaPath:h}=o,g=i.length,m=g===p.minItems&&(g===p.maxItems||p[e]===!1);if(d.strictTuples&&!m){let f=`"${s}" is ${g}-tuple, but minItems or maxItems/${e} are not specified or different at path "${h}"`;(0,dc.checkStrictMode)(o,f,d.strictTuples)}}}Oo.validateTuple=rT;Oo.default=vB});var sT=w(zf=>{"use strict";Object.defineProperty(zf,"__esModule",{value:!0});var CB=Rf(),AB={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,CB.validateTuple)(t,"items")};zf.default=AB});var lT=w(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});var oT=re(),bB=we(),yB=dn(),PB=If(),jB={message:({params:{len:t}})=>(0,oT.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,oT._)`{limit: ${t}}`},SB={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:jB,code(t){let{schema:e,parentSchema:i,it:n}=t,{prefixItems:a}=i;n.items=!0,!(0,bB.alwaysValidSchema)(n,e)&&(a?(0,PB.validateAdditionalItems)(t,a):t.ok((0,yB.validateArray)(t)))}};Df.default=SB});var uT=w(Gf=>{"use strict";Object.defineProperty(Gf,"__esModule",{value:!0});var gn=re(),hc=we(),OB={message:({params:{min:t,max:e}})=>e===void 0?(0,gn.str)`must contain at least ${t} valid item(s)`:(0,gn.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,gn._)`{minContains: ${t}}`:(0,gn._)`{minContains: ${t}, maxContains: ${e}}`},xB={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:OB,code(t){let{gen:e,schema:i,parentSchema:n,data:a,it:r}=t,s,o,{minContains:l,maxContains:u}=n;r.opts.next?(s=l===void 0?1:l,o=u):s=1;let c=e.const("len",(0,gn._)`${a}.length`);if(t.setParams({min:s,max:o}),o===void 0&&s===0){(0,hc.checkStrictMode)(r,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(o!==void 0&&s>o){(0,hc.checkStrictMode)(r,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,hc.alwaysValidSchema)(r,i)){let m=(0,gn._)`${c} >= ${s}`;o!==void 0&&(m=(0,gn._)`${m} && ${c} <= ${o}`),t.pass(m);return}r.items=!0;let p=e.name("valid");o===void 0&&s===1?h(p,()=>e.if(p,()=>e.break())):s===0?(e.let(p,!0),o!==void 0&&e.if((0,gn._)`${a}.length > 0`,d)):(e.let(p,!1),d()),t.result(p,()=>t.reset());function d(){let m=e.name("_valid"),f=e.let("count",0);h(m,()=>e.if(m,()=>g(f)))}function h(m,f){e.forRange("i",0,c,v=>{t.subschema({keyword:"contains",dataProp:v,dataPropType:hc.Type.Num,compositeRule:!0},m),f()})}function g(m){e.code((0,gn._)`${m}++`),o===void 0?e.if((0,gn._)`${m} >= ${s}`,()=>e.assign(p,!0).break()):(e.if((0,gn._)`${m} > ${o}`,()=>e.assign(p,!1).break()),s===1?e.assign(p,!0):e.if((0,gn._)`${m} >= ${s}`,()=>e.assign(p,!0)))}}};Gf.default=xB});var dT=w(Dn=>{"use strict";Object.defineProperty(Dn,"__esModule",{value:!0});Dn.validateSchemaDeps=Dn.validatePropertyDeps=Dn.error=void 0;var $f=re(),TB=we(),xo=dn();Dn.error={message:({params:{property:t,depsCount:e,deps:i}})=>{let n=e===1?"property":"properties";return(0,$f.str)`must have ${n} ${i} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:i,missingProperty:n}})=>(0,$f._)`{property: ${t}, - missingProperty: ${n}, +"use strict";var Oz=Object.create;var Hd=Object.defineProperty;var xz=Object.getOwnPropertyDescriptor;var Tz=Object.getOwnPropertyNames;var Mz=Object.getPrototypeOf,Ez=Object.prototype.hasOwnProperty;var v=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Id=(t,e)=>{for(var n in e)Hd(t,n,{get:e[n],enumerable:!0})},kz=(t,e,n,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Tz(e))!Ez.call(t,a)&&a!==n&&Hd(t,a,{get:()=>e[a],enumerable:!(i=xz(e,a))||i.enumerable});return t};var gr=(t,e,n)=>(n=t!=null?Oz(Mz(t)):{},kz(e||!t||!t.__esModule?Hd(n,"default",{value:t,enumerable:!0}):n,t));var wo=v(Oe=>{"use strict";Object.defineProperty(Oe,"__esModule",{value:!0});Oe.regexpCode=Oe.getEsmExportName=Oe.getProperty=Oe.safeStringify=Oe.stringify=Oe.strConcat=Oe.addCodeArg=Oe.str=Oe._=Oe.nil=Oe._Code=Oe.Name=Oe.IDENTIFIER=Oe._CodeOrName=void 0;var mo=class{};Oe._CodeOrName=mo;Oe.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Ea=class extends mo{constructor(e){if(super(),!Oe.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};Oe.Name=Ea;var vi=class extends mo{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((n,i)=>`${n}${i}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((n,i)=>(i instanceof Ea&&(n[i.str]=(n[i.str]||0)+1),n),{})}};Oe._Code=vi;Oe.nil=new vi("");function _O(t,...e){let n=[t[0]],i=0;for(;i{"use strict";Object.defineProperty(Kn,"__esModule",{value:!0});Kn.ValueScope=Kn.ValueScopeName=Kn.Scope=Kn.varKinds=Kn.UsedValueState=void 0;var Zn=wo(),Rm=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},ec;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(ec||(Kn.UsedValueState=ec={}));Kn.varKinds={const:new Zn.Name("const"),let:new Zn.Name("let"),var:new Zn.Name("var")};var nc=class{constructor({prefixes:e,parent:n}={}){this._names={},this._prefixes=e,this._parent=n}toName(e){return e instanceof Zn.Name?e:this.name(e)}name(e){return new Zn.Name(this._newName(e))}_newName(e){let n=this._names[e]||this._nameGroup(e);return`${e}${n.index++}`}_nameGroup(e){var n,i;if(!((i=(n=this._parent)===null||n===void 0?void 0:n._prefixes)===null||i===void 0)&&i.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Kn.Scope=nc;var ic=class extends Zn.Name{constructor(e,n){super(n),this.prefix=e}setValue(e,{property:n,itemIndex:i}){this.value=e,this.scopePath=(0,Zn._)`.${new Zn.Name(n)}[${i}]`}};Kn.ValueScopeName=ic;var ZN=(0,Zn._)`\n`,zm=class extends nc{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?ZN:Zn.nil}}get(){return this._scope}name(e){return new ic(e,this._newName(e))}value(e,n){var i;if(n.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let a=this.toName(e),{prefix:r}=a,s=(i=n.key)!==null&&i!==void 0?i:n.ref,o=this._values[r];if(o){let c=o.get(s);if(c)return c}else o=this._values[r]=new Map;o.set(s,a);let l=this._scope[r]||(this._scope[r]=[]),u=l.length;return l[u]=n.ref,a.setValue(n,{property:r,itemIndex:u}),a}getValue(e,n){let i=this._values[e];if(i)return i.get(n)}scopeRefs(e,n=this._values){return this._reduceValues(n,i=>{if(i.scopePath===void 0)throw new Error(`CodeGen: name "${i}" has no value`);return(0,Zn._)`${e}${i.scopePath}`})}scopeCode(e=this._values,n,i){return this._reduceValues(e,a=>{if(a.value===void 0)throw new Error(`CodeGen: name "${a}" has no value`);return a.value.code},n,i)}_reduceValues(e,n,i={},a){let r=Zn.nil;for(let s in e){let o=e[s];if(!o)continue;let l=i[s]=i[s]||new Map;o.forEach(u=>{if(l.has(u))return;l.set(u,ec.Started);let c=n(u);if(c){let p=this.opts.es5?Kn.varKinds.var:Kn.varKinds.const;r=(0,Zn._)`${r}${p} ${u} = ${c};${this.opts._n}`}else if(c=a?.(u))r=(0,Zn._)`${r}${c}${this.opts._n}`;else throw new Rm(u);l.set(u,ec.Completed)})}return r}};Kn.ValueScope=zm});var le=v(ue=>{"use strict";Object.defineProperty(ue,"__esModule",{value:!0});ue.or=ue.and=ue.not=ue.CodeGen=ue.operators=ue.varKinds=ue.ValueScopeName=ue.ValueScope=ue.Scope=ue.Name=ue.regexpCode=ue.stringify=ue.getProperty=ue.nil=ue.strConcat=ue.str=ue._=void 0;var Ae=wo(),Ei=Dm(),Dt=wo();Object.defineProperty(ue,"_",{enumerable:!0,get:function(){return Dt._}});Object.defineProperty(ue,"str",{enumerable:!0,get:function(){return Dt.str}});Object.defineProperty(ue,"strConcat",{enumerable:!0,get:function(){return Dt.strConcat}});Object.defineProperty(ue,"nil",{enumerable:!0,get:function(){return Dt.nil}});Object.defineProperty(ue,"getProperty",{enumerable:!0,get:function(){return Dt.getProperty}});Object.defineProperty(ue,"stringify",{enumerable:!0,get:function(){return Dt.stringify}});Object.defineProperty(ue,"regexpCode",{enumerable:!0,get:function(){return Dt.regexpCode}});Object.defineProperty(ue,"Name",{enumerable:!0,get:function(){return Dt.Name}});var sc=Dm();Object.defineProperty(ue,"Scope",{enumerable:!0,get:function(){return sc.Scope}});Object.defineProperty(ue,"ValueScope",{enumerable:!0,get:function(){return sc.ValueScope}});Object.defineProperty(ue,"ValueScopeName",{enumerable:!0,get:function(){return sc.ValueScopeName}});Object.defineProperty(ue,"varKinds",{enumerable:!0,get:function(){return sc.varKinds}});ue.operators={GT:new Ae._Code(">"),GTE:new Ae._Code(">="),LT:new Ae._Code("<"),LTE:new Ae._Code("<="),EQ:new Ae._Code("==="),NEQ:new Ae._Code("!=="),NOT:new Ae._Code("!"),OR:new Ae._Code("||"),AND:new Ae._Code("&&"),ADD:new Ae._Code("+")};var mt=class{optimizeNodes(){return this}optimizeNames(e,n){return this}},Gm=class extends mt{constructor(e,n,i){super(),this.varKind=e,this.name=n,this.rhs=i}render({es5:e,_n:n}){let i=e?Ei.varKinds.var:this.varKind,a=this.rhs===void 0?"":` = ${this.rhs}`;return`${i} ${this.name}${a};`+n}optimizeNames(e,n){if(e[this.name.str])return this.rhs&&(this.rhs=zr(this.rhs,e,n)),this}get names(){return this.rhs instanceof Ae._CodeOrName?this.rhs.names:{}}},tc=class extends mt{constructor(e,n,i){super(),this.lhs=e,this.rhs=n,this.sideEffects=i}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,n){if(!(this.lhs instanceof Ae.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=zr(this.rhs,e,n),this}get names(){let e=this.lhs instanceof Ae.Name?{}:{...this.lhs.names};return rc(e,this.rhs)}},$m=class extends tc{constructor(e,n,i,a){super(e,i,a),this.op=n}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Nm=class extends mt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Um=class extends mt{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},Lm=class extends mt{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},Wm=class extends mt{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,n){return this.code=zr(this.code,e,n),this}get names(){return this.code instanceof Ae._CodeOrName?this.code.names:{}}},vo=class extends mt{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((n,i)=>n+i.render(e),"")}optimizeNodes(){let{nodes:e}=this,n=e.length;for(;n--;){let i=e[n].optimizeNodes();Array.isArray(i)?e.splice(n,1,...i):i?e[n]=i:e.splice(n,1)}return e.length>0?this:void 0}optimizeNames(e,n){let{nodes:i}=this,a=i.length;for(;a--;){let r=i[a];r.optimizeNames(e,n)||(KN(e,r.names),i.splice(a,1))}return i.length>0?this:void 0}get names(){return this.nodes.reduce((e,n)=>_a(e,n.names),{})}},ft=class extends vo{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Bm=class extends vo{},Rr=class extends ft{};Rr.kind="else";var ka=class t extends ft{constructor(e,n){super(n),this.condition=e}render(e){let n=`if(${this.condition})`+super.render(e);return this.else&&(n+="else "+this.else.render(e)),n}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let n=this.else;if(n){let i=n.optimizeNodes();n=this.else=Array.isArray(i)?new Rr(i):i}if(n)return e===!1?n instanceof t?n:n.nodes:this.nodes.length?this:new t(IO(e),n instanceof t?[n]:n.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,n){var i;if(this.else=(i=this.else)===null||i===void 0?void 0:i.optimizeNames(e,n),!!(super.optimizeNames(e,n)||this.else))return this.condition=zr(this.condition,e,n),this}get names(){let e=super.names;return rc(e,this.condition),this.else&&_a(e,this.else.names),e}};ka.kind="if";var qa=class extends ft{};qa.kind="for";var Fm=class extends qa{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,n){if(super.optimizeNames(e,n))return this.iteration=zr(this.iteration,e,n),this}get names(){return _a(super.names,this.iteration.names)}},Vm=class extends qa{constructor(e,n,i,a){super(),this.varKind=e,this.name=n,this.from=i,this.to=a}render(e){let n=e.es5?Ei.varKinds.var:this.varKind,{name:i,from:a,to:r}=this;return`for(${n} ${i}=${a}; ${i}<${r}; ${i}++)`+super.render(e)}get names(){let e=rc(super.names,this.from);return rc(e,this.to)}},ac=class extends qa{constructor(e,n,i,a){super(),this.loop=e,this.varKind=n,this.name=i,this.iterable=a}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,n){if(super.optimizeNames(e,n))return this.iterable=zr(this.iterable,e,n),this}get names(){return _a(super.names,this.iterable.names)}},Co=class extends ft{constructor(e,n,i){super(),this.name=e,this.args=n,this.async=i}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};Co.kind="func";var Ao=class extends vo{render(e){return"return "+super.render(e)}};Ao.kind="return";var Jm=class extends ft{render(e){let n="try"+super.render(e);return this.catch&&(n+=this.catch.render(e)),this.finally&&(n+=this.finally.render(e)),n}optimizeNodes(){var e,n;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(n=this.finally)===null||n===void 0||n.optimizeNodes(),this}optimizeNames(e,n){var i,a;return super.optimizeNames(e,n),(i=this.catch)===null||i===void 0||i.optimizeNames(e,n),(a=this.finally)===null||a===void 0||a.optimizeNames(e,n),this}get names(){let e=super.names;return this.catch&&_a(e,this.catch.names),this.finally&&_a(e,this.finally.names),e}},bo=class extends ft{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};bo.kind="catch";var yo=class extends ft{render(e){return"finally"+super.render(e)}};yo.kind="finally";var Zm=class{constructor(e,n={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...n,_n:n.lines?` +`:""},this._extScope=e,this._scope=new Ei.Scope({parent:e}),this._nodes=[new Bm]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,n){let i=this._extScope.value(e,n);return(this._values[i.prefix]||(this._values[i.prefix]=new Set)).add(i),i}getScopeValue(e,n){return this._extScope.getValue(e,n)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,n,i,a){let r=this._scope.toName(n);return i!==void 0&&a&&(this._constants[r.str]=i),this._leafNode(new Gm(e,r,i)),r}const(e,n,i){return this._def(Ei.varKinds.const,e,n,i)}let(e,n,i){return this._def(Ei.varKinds.let,e,n,i)}var(e,n,i){return this._def(Ei.varKinds.var,e,n,i)}assign(e,n,i){return this._leafNode(new tc(e,n,i))}add(e,n){return this._leafNode(new $m(e,ue.operators.ADD,n))}code(e){return typeof e=="function"?e():e!==Ae.nil&&this._leafNode(new Wm(e)),this}object(...e){let n=["{"];for(let[i,a]of e)n.length>1&&n.push(","),n.push(i),(i!==a||this.opts.es5)&&(n.push(":"),(0,Ae.addCodeArg)(n,a));return n.push("}"),new Ae._Code(n)}if(e,n,i){if(this._blockNode(new ka(e)),n&&i)this.code(n).else().code(i).endIf();else if(n)this.code(n).endIf();else if(i)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new ka(e))}else(){return this._elseNode(new Rr)}endIf(){return this._endBlockNode(ka,Rr)}_for(e,n){return this._blockNode(e),n&&this.code(n).endFor(),this}for(e,n){return this._for(new Fm(e),n)}forRange(e,n,i,a,r=this.opts.es5?Ei.varKinds.var:Ei.varKinds.let){let s=this._scope.toName(e);return this._for(new Vm(r,s,n,i),()=>a(s))}forOf(e,n,i,a=Ei.varKinds.const){let r=this._scope.toName(e);if(this.opts.es5){let s=n instanceof Ae.Name?n:this.var("_arr",n);return this.forRange("_i",0,(0,Ae._)`${s}.length`,o=>{this.var(r,(0,Ae._)`${s}[${o}]`),i(r)})}return this._for(new ac("of",a,r,n),()=>i(r))}forIn(e,n,i,a=this.opts.es5?Ei.varKinds.var:Ei.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Ae._)`Object.keys(${n})`,i);let r=this._scope.toName(e);return this._for(new ac("in",a,r,n),()=>i(r))}endFor(){return this._endBlockNode(qa)}label(e){return this._leafNode(new Nm(e))}break(e){return this._leafNode(new Um(e))}return(e){let n=new Ao;if(this._blockNode(n),this.code(e),n.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Ao)}try(e,n,i){if(!n&&!i)throw new Error('CodeGen: "try" without "catch" and "finally"');let a=new Jm;if(this._blockNode(a),this.code(e),n){let r=this.name("e");this._currNode=a.catch=new bo(r),n(r)}return i&&(this._currNode=a.finally=new yo,this.code(i)),this._endBlockNode(bo,yo)}throw(e){return this._leafNode(new Lm(e))}block(e,n){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(n),this}endBlock(e){let n=this._blockStarts.pop();if(n===void 0)throw new Error("CodeGen: not in self-balancing block");let i=this._nodes.length-n;if(i<0||e!==void 0&&i!==e)throw new Error(`CodeGen: wrong number of nodes: ${i} vs ${e} expected`);return this._nodes.length=n,this}func(e,n=Ae.nil,i,a){return this._blockNode(new Co(e,n,i)),a&&this.code(a).endFunc(),this}endFunc(){return this._endBlockNode(Co)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,n){let i=this._currNode;if(i instanceof e||n&&i instanceof n)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${n?`${e.kind}/${n.kind}`:e.kind}"`)}_elseNode(e){let n=this._currNode;if(!(n instanceof ka))throw new Error('CodeGen: "else" without "if"');return this._currNode=n.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let n=this._nodes;n[n.length-1]=e}};ue.CodeGen=Zm;function _a(t,e){for(let n in e)t[n]=(t[n]||0)+(e[n]||0);return t}function rc(t,e){return e instanceof Ae._CodeOrName?_a(t,e.names):t}function zr(t,e,n){if(t instanceof Ae.Name)return i(t);if(!a(t))return t;return new Ae._Code(t._items.reduce((r,s)=>(s instanceof Ae.Name&&(s=i(s)),s instanceof Ae._Code?r.push(...s._items):r.push(s),r),[]));function i(r){let s=n[r.str];return s===void 0||e[r.str]!==1?r:(delete e[r.str],s)}function a(r){return r instanceof Ae._Code&&r._items.some(s=>s instanceof Ae.Name&&e[s.str]===1&&n[s.str]!==void 0)}}function KN(t,e){for(let n in e)t[n]=(t[n]||0)-(e[n]||0)}function IO(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Ae._)`!${Km(t)}`}ue.not=IO;var QN=RO(ue.operators.AND);function YN(...t){return t.reduce(QN)}ue.and=YN;var XN=RO(ue.operators.OR);function eU(...t){return t.reduce(XN)}ue.or=eU;function RO(t){return(e,n)=>e===Ae.nil?n:n===Ae.nil?e:(0,Ae._)`${Km(e)} ${t} ${Km(n)}`}function Km(t){return t instanceof Ae.Name?t:(0,Ae._)`(${t})`}});var ye=v(de=>{"use strict";Object.defineProperty(de,"__esModule",{value:!0});de.checkStrictMode=de.getErrorPath=de.Type=de.useFunc=de.setEvaluated=de.evaluatedPropsToName=de.mergeEvaluated=de.eachItem=de.unescapeJsonPointer=de.escapeJsonPointer=de.escapeFragment=de.unescapeFragment=de.schemaRefOrVal=de.schemaHasRulesButRef=de.schemaHasRules=de.checkUnknownRules=de.alwaysValidSchema=de.toHash=void 0;var Ie=le(),nU=wo();function iU(t){let e={};for(let n of t)e[n]=!0;return e}de.toHash=iU;function tU(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(GO(t,e),!$O(e,t.self.RULES.all))}de.alwaysValidSchema=tU;function GO(t,e=t.schema){let{opts:n,self:i}=t;if(!n.strictSchema||typeof e=="boolean")return;let a=i.RULES.keywords;for(let r in e)a[r]||LO(t,`unknown keyword: "${r}"`)}de.checkUnknownRules=GO;function $O(t,e){if(typeof t=="boolean")return!t;for(let n in t)if(e[n])return!0;return!1}de.schemaHasRules=$O;function aU(t,e){if(typeof t=="boolean")return!t;for(let n in t)if(n!=="$ref"&&e.all[n])return!0;return!1}de.schemaHasRulesButRef=aU;function rU({topSchemaRef:t,schemaPath:e},n,i,a){if(!a){if(typeof n=="number"||typeof n=="boolean")return n;if(typeof n=="string")return(0,Ie._)`${n}`}return(0,Ie._)`${t}${e}${(0,Ie.getProperty)(i)}`}de.schemaRefOrVal=rU;function sU(t){return NO(decodeURIComponent(t))}de.unescapeFragment=sU;function oU(t){return encodeURIComponent(Ym(t))}de.escapeFragment=oU;function Ym(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}de.escapeJsonPointer=Ym;function NO(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}de.unescapeJsonPointer=NO;function lU(t,e){if(Array.isArray(t))for(let n of t)e(n);else e(t)}de.eachItem=lU;function zO({mergeNames:t,mergeToName:e,mergeValues:n,resultToName:i}){return(a,r,s,o)=>{let l=s===void 0?r:s instanceof Ie.Name?(r instanceof Ie.Name?t(a,r,s):e(a,r,s),s):r instanceof Ie.Name?(e(a,s,r),r):n(r,s);return o===Ie.Name&&!(l instanceof Ie.Name)?i(a,l):l}}de.mergeEvaluated={props:zO({mergeNames:(t,e,n)=>t.if((0,Ie._)`${n} !== true && ${e} !== undefined`,()=>{t.if((0,Ie._)`${e} === true`,()=>t.assign(n,!0),()=>t.assign(n,(0,Ie._)`${n} || {}`).code((0,Ie._)`Object.assign(${n}, ${e})`))}),mergeToName:(t,e,n)=>t.if((0,Ie._)`${n} !== true`,()=>{e===!0?t.assign(n,!0):(t.assign(n,(0,Ie._)`${n} || {}`),Xm(t,n,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:UO}),items:zO({mergeNames:(t,e,n)=>t.if((0,Ie._)`${n} !== true && ${e} !== undefined`,()=>t.assign(n,(0,Ie._)`${e} === true ? true : ${n} > ${e} ? ${n} : ${e}`)),mergeToName:(t,e,n)=>t.if((0,Ie._)`${n} !== true`,()=>t.assign(n,e===!0?!0:(0,Ie._)`${n} > ${e} ? ${n} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function UO(t,e){if(e===!0)return t.var("props",!0);let n=t.var("props",(0,Ie._)`{}`);return e!==void 0&&Xm(t,n,e),n}de.evaluatedPropsToName=UO;function Xm(t,e,n){Object.keys(n).forEach(i=>t.assign((0,Ie._)`${e}${(0,Ie.getProperty)(i)}`,!0))}de.setEvaluated=Xm;var DO={};function uU(t,e){return t.scopeValue("func",{ref:e,code:DO[e.code]||(DO[e.code]=new nU._Code(e.code))})}de.useFunc=uU;var Qm;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(Qm||(de.Type=Qm={}));function cU(t,e,n){if(t instanceof Ie.Name){let i=e===Qm.Num;return n?i?(0,Ie._)`"[" + ${t} + "]"`:(0,Ie._)`"['" + ${t} + "']"`:i?(0,Ie._)`"/" + ${t}`:(0,Ie._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return n?(0,Ie.getProperty)(t).toString():"/"+Ym(t)}de.getErrorPath=cU;function LO(t,e,n=t.opts.strictSchema){if(n){if(e=`strict mode: ${e}`,n===!0)throw new Error(e);t.self.logger.warn(e)}}de.checkStrictMode=LO});var wt=v(ef=>{"use strict";Object.defineProperty(ef,"__esModule",{value:!0});var Hn=le(),pU={data:new Hn.Name("data"),valCxt:new Hn.Name("valCxt"),instancePath:new Hn.Name("instancePath"),parentData:new Hn.Name("parentData"),parentDataProperty:new Hn.Name("parentDataProperty"),rootData:new Hn.Name("rootData"),dynamicAnchors:new Hn.Name("dynamicAnchors"),vErrors:new Hn.Name("vErrors"),errors:new Hn.Name("errors"),this:new Hn.Name("this"),self:new Hn.Name("self"),scope:new Hn.Name("scope"),json:new Hn.Name("json"),jsonPos:new Hn.Name("jsonPos"),jsonLen:new Hn.Name("jsonLen"),jsonPart:new Hn.Name("jsonPart")};ef.default=pU});var Po=v(In=>{"use strict";Object.defineProperty(In,"__esModule",{value:!0});In.extendErrors=In.resetErrorsCount=In.reportExtraError=In.reportError=In.keyword$DataError=In.keywordError=void 0;var Pe=le(),oc=ye(),Nn=wt();In.keywordError={message:({keyword:t})=>(0,Pe.str)`must pass "${t}" keyword validation`};In.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Pe.str)`"${t}" keyword must be ${e} ($data)`:(0,Pe.str)`"${t}" keyword is invalid ($data)`};function dU(t,e=In.keywordError,n,i){let{it:a}=t,{gen:r,compositeRule:s,allErrors:o}=a,l=FO(t,e,n);i??(s||o)?WO(r,l):BO(a,(0,Pe._)`[${l}]`)}In.reportError=dU;function hU(t,e=In.keywordError,n){let{it:i}=t,{gen:a,compositeRule:r,allErrors:s}=i,o=FO(t,e,n);WO(a,o),r||s||BO(i,Nn.default.vErrors)}In.reportExtraError=hU;function gU(t,e){t.assign(Nn.default.errors,e),t.if((0,Pe._)`${Nn.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Pe._)`${Nn.default.vErrors}.length`,e),()=>t.assign(Nn.default.vErrors,null)))}In.resetErrorsCount=gU;function mU({gen:t,keyword:e,schemaValue:n,data:i,errsCount:a,it:r}){if(a===void 0)throw new Error("ajv implementation error");let s=t.name("err");t.forRange("i",a,Nn.default.errors,o=>{t.const(s,(0,Pe._)`${Nn.default.vErrors}[${o}]`),t.if((0,Pe._)`${s}.instancePath === undefined`,()=>t.assign((0,Pe._)`${s}.instancePath`,(0,Pe.strConcat)(Nn.default.instancePath,r.errorPath))),t.assign((0,Pe._)`${s}.schemaPath`,(0,Pe.str)`${r.errSchemaPath}/${e}`),r.opts.verbose&&(t.assign((0,Pe._)`${s}.schema`,n),t.assign((0,Pe._)`${s}.data`,i))})}In.extendErrors=mU;function WO(t,e){let n=t.const("err",e);t.if((0,Pe._)`${Nn.default.vErrors} === null`,()=>t.assign(Nn.default.vErrors,(0,Pe._)`[${n}]`),(0,Pe._)`${Nn.default.vErrors}.push(${n})`),t.code((0,Pe._)`${Nn.default.errors}++`)}function BO(t,e){let{gen:n,validateName:i,schemaEnv:a}=t;a.$async?n.throw((0,Pe._)`new ${t.ValidationError}(${e})`):(n.assign((0,Pe._)`${i}.errors`,e),n.return(!1))}var Ha={keyword:new Pe.Name("keyword"),schemaPath:new Pe.Name("schemaPath"),params:new Pe.Name("params"),propertyName:new Pe.Name("propertyName"),message:new Pe.Name("message"),schema:new Pe.Name("schema"),parentSchema:new Pe.Name("parentSchema")};function FO(t,e,n){let{createErrors:i}=t.it;return i===!1?(0,Pe._)`{}`:fU(t,e,n)}function fU(t,e,n={}){let{gen:i,it:a}=t,r=[wU(a,n),vU(t,n)];return CU(t,e,r),i.object(...r)}function wU({errorPath:t},{instancePath:e}){let n=e?(0,Pe.str)`${t}${(0,oc.getErrorPath)(e,oc.Type.Str)}`:t;return[Nn.default.instancePath,(0,Pe.strConcat)(Nn.default.instancePath,n)]}function vU({keyword:t,it:{errSchemaPath:e}},{schemaPath:n,parentSchema:i}){let a=i?e:(0,Pe.str)`${e}/${t}`;return n&&(a=(0,Pe.str)`${a}${(0,oc.getErrorPath)(n,oc.Type.Str)}`),[Ha.schemaPath,a]}function CU(t,{params:e,message:n},i){let{keyword:a,data:r,schemaValue:s,it:o}=t,{opts:l,propertyName:u,topSchemaRef:c,schemaPath:p}=o;i.push([Ha.keyword,a],[Ha.params,typeof e=="function"?e(t):e||(0,Pe._)`{}`]),l.messages&&i.push([Ha.message,typeof n=="function"?n(t):n]),l.verbose&&i.push([Ha.schema,s],[Ha.parentSchema,(0,Pe._)`${c}${p}`],[Nn.default.data,r]),u&&i.push([Ha.propertyName,u])}});var JO=v(Dr=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.boolOrEmptySchema=Dr.topBoolOrEmptySchema=void 0;var AU=Po(),bU=le(),yU=wt(),PU={message:"boolean schema is false"};function jU(t){let{gen:e,schema:n,validateName:i}=t;n===!1?VO(t,!1):typeof n=="object"&&n.$async===!0?e.return(yU.default.data):(e.assign((0,bU._)`${i}.errors`,null),e.return(!0))}Dr.topBoolOrEmptySchema=jU;function SU(t,e){let{gen:n,schema:i}=t;i===!1?(n.var(e,!1),VO(t)):n.var(e,!0)}Dr.boolOrEmptySchema=SU;function VO(t,e){let{gen:n,data:i}=t,a={gen:n,keyword:"false schema",data:i,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,AU.reportError)(a,PU,void 0,e)}});var nf=v(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.getRules=Gr.isJSONType=void 0;var OU=["string","number","integer","boolean","null","object","array"],xU=new Set(OU);function TU(t){return typeof t=="string"&&xU.has(t)}Gr.isJSONType=TU;function MU(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Gr.getRules=MU});var tf=v(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.shouldUseRule=Gt.shouldUseGroup=Gt.schemaHasRulesForType=void 0;function EU({schema:t,self:e},n){let i=e.RULES.types[n];return i&&i!==!0&&ZO(t,i)}Gt.schemaHasRulesForType=EU;function ZO(t,e){return e.rules.some(n=>KO(t,n))}Gt.shouldUseGroup=ZO;function KO(t,e){var n;return t[e.keyword]!==void 0||((n=e.definition.implements)===null||n===void 0?void 0:n.some(i=>t[i]!==void 0))}Gt.shouldUseRule=KO});var jo=v(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.reportTypeError=Rn.checkDataTypes=Rn.checkDataType=Rn.coerceAndCheckDataType=Rn.getJSONTypes=Rn.getSchemaTypes=Rn.DataType=void 0;var kU=nf(),qU=tf(),_U=Po(),ae=le(),QO=ye(),$r;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})($r||(Rn.DataType=$r={}));function HU(t){let e=YO(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}Rn.getSchemaTypes=HU;function YO(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(kU.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Rn.getJSONTypes=YO;function IU(t,e){let{gen:n,data:i,opts:a}=t,r=RU(e,a.coerceTypes),s=e.length>0&&!(r.length===0&&e.length===1&&(0,qU.schemaHasRulesForType)(t,e[0]));if(s){let o=rf(e,i,a.strictNumbers,$r.Wrong);n.if(o,()=>{r.length?zU(t,e,r):sf(t)})}return s}Rn.coerceAndCheckDataType=IU;var XO=new Set(["string","number","integer","boolean","null"]);function RU(t,e){return e?t.filter(n=>XO.has(n)||e==="array"&&n==="array"):[]}function zU(t,e,n){let{gen:i,data:a,opts:r}=t,s=i.let("dataType",(0,ae._)`typeof ${a}`),o=i.let("coerced",(0,ae._)`undefined`);r.coerceTypes==="array"&&i.if((0,ae._)`${s} == 'object' && Array.isArray(${a}) && ${a}.length == 1`,()=>i.assign(a,(0,ae._)`${a}[0]`).assign(s,(0,ae._)`typeof ${a}`).if(rf(e,a,r.strictNumbers),()=>i.assign(o,a))),i.if((0,ae._)`${o} !== undefined`);for(let u of n)(XO.has(u)||u==="array"&&r.coerceTypes==="array")&&l(u);i.else(),sf(t),i.endIf(),i.if((0,ae._)`${o} !== undefined`,()=>{i.assign(a,o),DU(t,o)});function l(u){switch(u){case"string":i.elseIf((0,ae._)`${s} == "number" || ${s} == "boolean"`).assign(o,(0,ae._)`"" + ${a}`).elseIf((0,ae._)`${a} === null`).assign(o,(0,ae._)`""`);return;case"number":i.elseIf((0,ae._)`${s} == "boolean" || ${a} === null + || (${s} == "string" && ${a} && ${a} == +${a})`).assign(o,(0,ae._)`+${a}`);return;case"integer":i.elseIf((0,ae._)`${s} === "boolean" || ${a} === null + || (${s} === "string" && ${a} && ${a} == +${a} && !(${a} % 1))`).assign(o,(0,ae._)`+${a}`);return;case"boolean":i.elseIf((0,ae._)`${a} === "false" || ${a} === 0 || ${a} === null`).assign(o,!1).elseIf((0,ae._)`${a} === "true" || ${a} === 1`).assign(o,!0);return;case"null":i.elseIf((0,ae._)`${a} === "" || ${a} === 0 || ${a} === false`),i.assign(o,null);return;case"array":i.elseIf((0,ae._)`${s} === "string" || ${s} === "number" + || ${s} === "boolean" || ${a} === null`).assign(o,(0,ae._)`[${a}]`)}}}function DU({gen:t,parentData:e,parentDataProperty:n},i){t.if((0,ae._)`${e} !== undefined`,()=>t.assign((0,ae._)`${e}[${n}]`,i))}function af(t,e,n,i=$r.Correct){let a=i===$r.Correct?ae.operators.EQ:ae.operators.NEQ,r;switch(t){case"null":return(0,ae._)`${e} ${a} null`;case"array":r=(0,ae._)`Array.isArray(${e})`;break;case"object":r=(0,ae._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":r=s((0,ae._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":r=s();break;default:return(0,ae._)`typeof ${e} ${a} ${t}`}return i===$r.Correct?r:(0,ae.not)(r);function s(o=ae.nil){return(0,ae.and)((0,ae._)`typeof ${e} == "number"`,o,n?(0,ae._)`isFinite(${e})`:ae.nil)}}Rn.checkDataType=af;function rf(t,e,n,i){if(t.length===1)return af(t[0],e,n,i);let a,r=(0,QO.toHash)(t);if(r.array&&r.object){let s=(0,ae._)`typeof ${e} != "object"`;a=r.null?s:(0,ae._)`!${e} || ${s}`,delete r.null,delete r.array,delete r.object}else a=ae.nil;r.number&&delete r.integer;for(let s in r)a=(0,ae.and)(a,af(s,e,n,i));return a}Rn.checkDataTypes=rf;var GU={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,ae._)`{type: ${t}}`:(0,ae._)`{type: ${e}}`};function sf(t){let e=$U(t);(0,_U.reportError)(e,GU)}Rn.reportTypeError=sf;function $U(t){let{gen:e,data:n,schema:i}=t,a=(0,QO.schemaRefOrVal)(t,i,"type");return{gen:e,keyword:"type",data:n,schema:i.type,schemaCode:a,schemaValue:a,parentSchema:i,params:{},it:t}}});var nx=v(lc=>{"use strict";Object.defineProperty(lc,"__esModule",{value:!0});lc.assignDefaults=void 0;var Nr=le(),NU=ye();function UU(t,e){let{properties:n,items:i}=t.schema;if(e==="object"&&n)for(let a in n)ex(t,a,n[a].default);else e==="array"&&Array.isArray(i)&&i.forEach((a,r)=>ex(t,r,a.default))}lc.assignDefaults=UU;function ex(t,e,n){let{gen:i,compositeRule:a,data:r,opts:s}=t;if(n===void 0)return;let o=(0,Nr._)`${r}${(0,Nr.getProperty)(e)}`;if(a){(0,NU.checkStrictMode)(t,`default is ignored for: ${o}`);return}let l=(0,Nr._)`${o} === undefined`;s.useDefaults==="empty"&&(l=(0,Nr._)`${l} || ${o} === null || ${o} === ""`),i.if(l,(0,Nr._)`${o} = ${(0,Nr.stringify)(n)}`)}});var Ci=v(qe=>{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.validateUnion=qe.validateArray=qe.usePattern=qe.callValidateCode=qe.schemaProperties=qe.allSchemaProperties=qe.noPropertyInData=qe.propertyInData=qe.isOwnProperty=qe.hasPropFunc=qe.reportMissingProp=qe.checkMissingProp=qe.checkReportMissingProp=void 0;var Ne=le(),of=ye(),$t=wt(),LU=ye();function WU(t,e){let{gen:n,data:i,it:a}=t;n.if(uf(n,i,e,a.opts.ownProperties),()=>{t.setParams({missingProperty:(0,Ne._)`${e}`},!0),t.error()})}qe.checkReportMissingProp=WU;function BU({gen:t,data:e,it:{opts:n}},i,a){return(0,Ne.or)(...i.map(r=>(0,Ne.and)(uf(t,e,r,n.ownProperties),(0,Ne._)`${a} = ${r}`)))}qe.checkMissingProp=BU;function FU(t,e){t.setParams({missingProperty:e},!0),t.error()}qe.reportMissingProp=FU;function ix(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Ne._)`Object.prototype.hasOwnProperty`})}qe.hasPropFunc=ix;function lf(t,e,n){return(0,Ne._)`${ix(t)}.call(${e}, ${n})`}qe.isOwnProperty=lf;function VU(t,e,n,i){let a=(0,Ne._)`${e}${(0,Ne.getProperty)(n)} !== undefined`;return i?(0,Ne._)`${a} && ${lf(t,e,n)}`:a}qe.propertyInData=VU;function uf(t,e,n,i){let a=(0,Ne._)`${e}${(0,Ne.getProperty)(n)} === undefined`;return i?(0,Ne.or)(a,(0,Ne.not)(lf(t,e,n))):a}qe.noPropertyInData=uf;function tx(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}qe.allSchemaProperties=tx;function JU(t,e){return tx(e).filter(n=>!(0,of.alwaysValidSchema)(t,e[n]))}qe.schemaProperties=JU;function ZU({schemaCode:t,data:e,it:{gen:n,topSchemaRef:i,schemaPath:a,errorPath:r},it:s},o,l,u){let c=u?(0,Ne._)`${t}, ${e}, ${i}${a}`:e,p=[[$t.default.instancePath,(0,Ne.strConcat)($t.default.instancePath,r)],[$t.default.parentData,s.parentData],[$t.default.parentDataProperty,s.parentDataProperty],[$t.default.rootData,$t.default.rootData]];s.opts.dynamicRef&&p.push([$t.default.dynamicAnchors,$t.default.dynamicAnchors]);let h=(0,Ne._)`${c}, ${n.object(...p)}`;return l!==Ne.nil?(0,Ne._)`${o}.call(${l}, ${h})`:(0,Ne._)`${o}(${h})`}qe.callValidateCode=ZU;var KU=(0,Ne._)`new RegExp`;function QU({gen:t,it:{opts:e}},n){let i=e.unicodeRegExp?"u":"",{regExp:a}=e.code,r=a(n,i);return t.scopeValue("pattern",{key:r.toString(),ref:r,code:(0,Ne._)`${a.code==="new RegExp"?KU:(0,LU.useFunc)(t,a)}(${n}, ${i})`})}qe.usePattern=QU;function YU(t){let{gen:e,data:n,keyword:i,it:a}=t,r=e.name("valid");if(a.allErrors){let o=e.let("valid",!0);return s(()=>e.assign(o,!1)),o}return e.var(r,!0),s(()=>e.break()),r;function s(o){let l=e.const("len",(0,Ne._)`${n}.length`);e.forRange("i",0,l,u=>{t.subschema({keyword:i,dataProp:u,dataPropType:of.Type.Num},r),e.if((0,Ne.not)(r),o)})}}qe.validateArray=YU;function XU(t){let{gen:e,schema:n,keyword:i,it:a}=t;if(!Array.isArray(n))throw new Error("ajv implementation error");if(n.some(l=>(0,of.alwaysValidSchema)(a,l))&&!a.opts.unevaluated)return;let s=e.let("valid",!1),o=e.name("_valid");e.block(()=>n.forEach((l,u)=>{let c=t.subschema({keyword:i,schemaProp:u,compositeRule:!0},o);e.assign(s,(0,Ne._)`${s} || ${o}`),t.mergeValidEvaluated(c,o)||e.if((0,Ne.not)(s))})),t.result(s,()=>t.reset(),()=>t.error(!0))}qe.validateUnion=XU});var sx=v(Bi=>{"use strict";Object.defineProperty(Bi,"__esModule",{value:!0});Bi.validateKeywordUsage=Bi.validSchemaType=Bi.funcKeywordCode=Bi.macroKeywordCode=void 0;var Un=le(),Ia=wt(),eL=Ci(),nL=Po();function iL(t,e){let{gen:n,keyword:i,schema:a,parentSchema:r,it:s}=t,o=e.macro.call(s.self,a,r,s),l=rx(n,i,o);s.opts.validateSchema!==!1&&s.self.validateSchema(o,!0);let u=n.name("valid");t.subschema({schema:o,schemaPath:Un.nil,errSchemaPath:`${s.errSchemaPath}/${i}`,topSchemaRef:l,compositeRule:!0},u),t.pass(u,()=>t.error(!0))}Bi.macroKeywordCode=iL;function tL(t,e){var n;let{gen:i,keyword:a,schema:r,parentSchema:s,$data:o,it:l}=t;rL(l,e);let u=!o&&e.compile?e.compile.call(l.self,r,s,l):e.validate,c=rx(i,a,u),p=i.let("valid");t.block$data(p,h),t.ok((n=e.valid)!==null&&n!==void 0?n:p);function h(){if(e.errors===!1)m(),e.modifying&&ax(t),f(()=>t.error());else{let w=e.async?d():g();e.modifying&&ax(t),f(()=>aL(t,w))}}function d(){let w=i.let("ruleErrs",null);return i.try(()=>m((0,Un._)`await `),b=>i.assign(p,!1).if((0,Un._)`${b} instanceof ${l.ValidationError}`,()=>i.assign(w,(0,Un._)`${b}.errors`),()=>i.throw(b))),w}function g(){let w=(0,Un._)`${c}.errors`;return i.assign(w,null),m(Un.nil),w}function m(w=e.async?(0,Un._)`await `:Un.nil){let b=l.opts.passContext?Ia.default.this:Ia.default.self,A=!("compile"in e&&!o||e.schema===!1);i.assign(p,(0,Un._)`${w}${(0,eL.callValidateCode)(t,c,b,A)}`,e.modifying)}function f(w){var b;i.if((0,Un.not)((b=e.valid)!==null&&b!==void 0?b:p),w)}}Bi.funcKeywordCode=tL;function ax(t){let{gen:e,data:n,it:i}=t;e.if(i.parentData,()=>e.assign(n,(0,Un._)`${i.parentData}[${i.parentDataProperty}]`))}function aL(t,e){let{gen:n}=t;n.if((0,Un._)`Array.isArray(${e})`,()=>{n.assign(Ia.default.vErrors,(0,Un._)`${Ia.default.vErrors} === null ? ${e} : ${Ia.default.vErrors}.concat(${e})`).assign(Ia.default.errors,(0,Un._)`${Ia.default.vErrors}.length`),(0,nL.extendErrors)(t)},()=>t.error())}function rL({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function rx(t,e,n){if(n===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof n=="function"?{ref:n}:{ref:n,code:(0,Un.stringify)(n)})}function sL(t,e,n=!1){return!e.length||e.some(i=>i==="array"?Array.isArray(t):i==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==i||n&&typeof t>"u")}Bi.validSchemaType=sL;function oL({schema:t,opts:e,self:n,errSchemaPath:i},a,r){if(Array.isArray(a.keyword)?!a.keyword.includes(r):a.keyword!==r)throw new Error("ajv implementation error");let s=a.dependencies;if(s?.some(o=>!Object.prototype.hasOwnProperty.call(t,o)))throw new Error(`parent schema must have dependencies of ${r}: ${s.join(",")}`);if(a.validateSchema&&!a.validateSchema(t[r])){let l=`keyword "${r}" value is invalid at path "${i}": `+n.errorsText(a.validateSchema.errors);if(e.validateSchema==="log")n.logger.error(l);else throw new Error(l)}}Bi.validateKeywordUsage=oL});var lx=v(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});Nt.extendSubschemaMode=Nt.extendSubschemaData=Nt.getSubschema=void 0;var Fi=le(),ox=ye();function lL(t,{keyword:e,schemaProp:n,schema:i,schemaPath:a,errSchemaPath:r,topSchemaRef:s}){if(e!==void 0&&i!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let o=t.schema[e];return n===void 0?{schema:o,schemaPath:(0,Fi._)`${t.schemaPath}${(0,Fi.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:o[n],schemaPath:(0,Fi._)`${t.schemaPath}${(0,Fi.getProperty)(e)}${(0,Fi.getProperty)(n)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,ox.escapeFragment)(n)}`}}if(i!==void 0){if(a===void 0||r===void 0||s===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:i,schemaPath:a,topSchemaRef:s,errSchemaPath:r}}throw new Error('either "keyword" or "schema" must be passed')}Nt.getSubschema=lL;function uL(t,e,{dataProp:n,dataPropType:i,data:a,dataTypes:r,propertyName:s}){if(a!==void 0&&n!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:o}=e;if(n!==void 0){let{errorPath:u,dataPathArr:c,opts:p}=e,h=o.let("data",(0,Fi._)`${e.data}${(0,Fi.getProperty)(n)}`,!0);l(h),t.errorPath=(0,Fi.str)`${u}${(0,ox.getErrorPath)(n,i,p.jsPropertySyntax)}`,t.parentDataProperty=(0,Fi._)`${n}`,t.dataPathArr=[...c,t.parentDataProperty]}if(a!==void 0){let u=a instanceof Fi.Name?a:o.let("data",a,!0);l(u),s!==void 0&&(t.propertyName=s)}r&&(t.dataTypes=r);function l(u){t.data=u,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,u]}}Nt.extendSubschemaData=uL;function cL(t,{jtdDiscriminator:e,jtdMetadata:n,compositeRule:i,createErrors:a,allErrors:r}){i!==void 0&&(t.compositeRule=i),a!==void 0&&(t.createErrors=a),r!==void 0&&(t.allErrors=r),t.jtdDiscriminator=e,t.jtdMetadata=n}Nt.extendSubschemaMode=cL});var cf=v((Hse,ux)=>{"use strict";ux.exports=function t(e,n){if(e===n)return!0;if(e&&n&&typeof e=="object"&&typeof n=="object"){if(e.constructor!==n.constructor)return!1;var i,a,r;if(Array.isArray(e)){if(i=e.length,i!=n.length)return!1;for(a=i;a--!==0;)if(!t(e[a],n[a]))return!1;return!0}if(e.constructor===RegExp)return e.source===n.source&&e.flags===n.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===n.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===n.toString();if(r=Object.keys(e),i=r.length,i!==Object.keys(n).length)return!1;for(a=i;a--!==0;)if(!Object.prototype.hasOwnProperty.call(n,r[a]))return!1;for(a=i;a--!==0;){var s=r[a];if(!t(e[s],n[s]))return!1}return!0}return e!==e&&n!==n}});var px=v((Ise,cx)=>{"use strict";var Ut=cx.exports=function(t,e,n){typeof e=="function"&&(n=e,e={}),n=e.cb||n;var i=typeof n=="function"?n:n.pre||function(){},a=n.post||function(){};uc(e,i,a,t,"",t)};Ut.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Ut.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Ut.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Ut.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function uc(t,e,n,i,a,r,s,o,l,u){if(i&&typeof i=="object"&&!Array.isArray(i)){e(i,a,r,s,o,l,u);for(var c in i){var p=i[c];if(Array.isArray(p)){if(c in Ut.arrayKeywords)for(var h=0;h{"use strict";Object.defineProperty(Qn,"__esModule",{value:!0});Qn.getSchemaRefs=Qn.resolveUrl=Qn.normalizeId=Qn._getFullPath=Qn.getFullPath=Qn.inlineRef=void 0;var dL=ye(),hL=cf(),gL=px(),mL=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function fL(t,e=!0){return typeof t=="boolean"?!0:e===!0?!pf(t):e?dx(t)<=e:!1}Qn.inlineRef=fL;var wL=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function pf(t){for(let e in t){if(wL.has(e))return!0;let n=t[e];if(Array.isArray(n)&&n.some(pf)||typeof n=="object"&&pf(n))return!0}return!1}function dx(t){let e=0;for(let n in t){if(n==="$ref")return 1/0;if(e++,!mL.has(n)&&(typeof t[n]=="object"&&(0,dL.eachItem)(t[n],i=>e+=dx(i)),e===1/0))return 1/0}return e}function hx(t,e="",n){n!==!1&&(e=Ur(e));let i=t.parse(e);return gx(t,i)}Qn.getFullPath=hx;function gx(t,e){return t.serialize(e).split("#")[0]+"#"}Qn._getFullPath=gx;var vL=/#\/?$/;function Ur(t){return t?t.replace(vL,""):""}Qn.normalizeId=Ur;function CL(t,e,n){return n=Ur(n),t.resolve(e,n)}Qn.resolveUrl=CL;var AL=/^[a-z_][-a-z0-9._]*$/i;function bL(t,e){if(typeof t=="boolean")return{};let{schemaId:n,uriResolver:i}=this.opts,a=Ur(t[n]||e),r={"":a},s=hx(i,a,!1),o={},l=new Set;return gL(t,{allKeys:!0},(p,h,d,g)=>{if(g===void 0)return;let m=s+h,f=r[g];typeof p[n]=="string"&&(f=w.call(this,p[n])),b.call(this,p.$anchor),b.call(this,p.$dynamicAnchor),r[h]=f;function w(A){let y=this.opts.uriResolver.resolve;if(A=Ur(f?y(f,A):A),l.has(A))throw c(A);l.add(A);let S=this.refs[A];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?u(p,S.schema,A):A!==Ur(m)&&(A[0]==="#"?(u(p,o[A],A),o[A]=p):this.refs[A]=m),A}function b(A){if(typeof A=="string"){if(!AL.test(A))throw new Error(`invalid anchor "${A}"`);w.call(this,`#${A}`)}}}),o;function u(p,h,d){if(h!==void 0&&!hL(p,h))throw c(d)}function c(p){return new Error(`reference "${p}" resolves to more than one schema`)}}Qn.getSchemaRefs=bL});var To=v(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});Lt.getData=Lt.KeywordCxt=Lt.validateFunctionCode=void 0;var Cx=JO(),mx=jo(),hf=tf(),cc=jo(),yL=nx(),xo=sx(),df=lx(),F=le(),ee=wt(),PL=So(),vt=ye(),Oo=Po();function jL(t){if(yx(t)&&(Px(t),bx(t))){xL(t);return}Ax(t,()=>(0,Cx.topBoolOrEmptySchema)(t))}Lt.validateFunctionCode=jL;function Ax({gen:t,validateName:e,schema:n,schemaEnv:i,opts:a},r){a.code.es5?t.func(e,(0,F._)`${ee.default.data}, ${ee.default.valCxt}`,i.$async,()=>{t.code((0,F._)`"use strict"; ${fx(n,a)}`),OL(t,a),t.code(r)}):t.func(e,(0,F._)`${ee.default.data}, ${SL(a)}`,i.$async,()=>t.code(fx(n,a)).code(r))}function SL(t){return(0,F._)`{${ee.default.instancePath}="", ${ee.default.parentData}, ${ee.default.parentDataProperty}, ${ee.default.rootData}=${ee.default.data}${t.dynamicRef?(0,F._)`, ${ee.default.dynamicAnchors}={}`:F.nil}}={}`}function OL(t,e){t.if(ee.default.valCxt,()=>{t.var(ee.default.instancePath,(0,F._)`${ee.default.valCxt}.${ee.default.instancePath}`),t.var(ee.default.parentData,(0,F._)`${ee.default.valCxt}.${ee.default.parentData}`),t.var(ee.default.parentDataProperty,(0,F._)`${ee.default.valCxt}.${ee.default.parentDataProperty}`),t.var(ee.default.rootData,(0,F._)`${ee.default.valCxt}.${ee.default.rootData}`),e.dynamicRef&&t.var(ee.default.dynamicAnchors,(0,F._)`${ee.default.valCxt}.${ee.default.dynamicAnchors}`)},()=>{t.var(ee.default.instancePath,(0,F._)`""`),t.var(ee.default.parentData,(0,F._)`undefined`),t.var(ee.default.parentDataProperty,(0,F._)`undefined`),t.var(ee.default.rootData,ee.default.data),e.dynamicRef&&t.var(ee.default.dynamicAnchors,(0,F._)`{}`)})}function xL(t){let{schema:e,opts:n,gen:i}=t;Ax(t,()=>{n.$comment&&e.$comment&&Sx(t),qL(t),i.let(ee.default.vErrors,null),i.let(ee.default.errors,0),n.unevaluated&&TL(t),jx(t),IL(t)})}function TL(t){let{gen:e,validateName:n}=t;t.evaluated=e.const("evaluated",(0,F._)`${n}.evaluated`),e.if((0,F._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,F._)`${t.evaluated}.props`,(0,F._)`undefined`)),e.if((0,F._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,F._)`${t.evaluated}.items`,(0,F._)`undefined`))}function fx(t,e){let n=typeof t=="object"&&t[e.schemaId];return n&&(e.code.source||e.code.process)?(0,F._)`/*# sourceURL=${n} */`:F.nil}function ML(t,e){if(yx(t)&&(Px(t),bx(t))){EL(t,e);return}(0,Cx.boolOrEmptySchema)(t,e)}function bx({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let n in t)if(e.RULES.all[n])return!0;return!1}function yx(t){return typeof t.schema!="boolean"}function EL(t,e){let{schema:n,gen:i,opts:a}=t;a.$comment&&n.$comment&&Sx(t),_L(t),HL(t);let r=i.const("_errs",ee.default.errors);jx(t,r),i.var(e,(0,F._)`${r} === ${ee.default.errors}`)}function Px(t){(0,vt.checkUnknownRules)(t),kL(t)}function jx(t,e){if(t.opts.jtd)return wx(t,[],!1,e);let n=(0,mx.getSchemaTypes)(t.schema),i=(0,mx.coerceAndCheckDataType)(t,n);wx(t,n,!i,e)}function kL(t){let{schema:e,errSchemaPath:n,opts:i,self:a}=t;e.$ref&&i.ignoreKeywordsWithRef&&(0,vt.schemaHasRulesButRef)(e,a.RULES)&&a.logger.warn(`$ref: keywords ignored in schema at path "${n}"`)}function qL(t){let{schema:e,opts:n}=t;e.default!==void 0&&n.useDefaults&&n.strictSchema&&(0,vt.checkStrictMode)(t,"default is ignored in the schema root")}function _L(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,PL.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function HL(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function Sx({gen:t,schemaEnv:e,schema:n,errSchemaPath:i,opts:a}){let r=n.$comment;if(a.$comment===!0)t.code((0,F._)`${ee.default.self}.logger.log(${r})`);else if(typeof a.$comment=="function"){let s=(0,F.str)`${i}/$comment`,o=t.scopeValue("root",{ref:e.root});t.code((0,F._)`${ee.default.self}.opts.$comment(${r}, ${s}, ${o}.schema)`)}}function IL(t){let{gen:e,schemaEnv:n,validateName:i,ValidationError:a,opts:r}=t;n.$async?e.if((0,F._)`${ee.default.errors} === 0`,()=>e.return(ee.default.data),()=>e.throw((0,F._)`new ${a}(${ee.default.vErrors})`)):(e.assign((0,F._)`${i}.errors`,ee.default.vErrors),r.unevaluated&&RL(t),e.return((0,F._)`${ee.default.errors} === 0`))}function RL({gen:t,evaluated:e,props:n,items:i}){n instanceof F.Name&&t.assign((0,F._)`${e}.props`,n),i instanceof F.Name&&t.assign((0,F._)`${e}.items`,i)}function wx(t,e,n,i){let{gen:a,schema:r,data:s,allErrors:o,opts:l,self:u}=t,{RULES:c}=u;if(r.$ref&&(l.ignoreKeywordsWithRef||!(0,vt.schemaHasRulesButRef)(r,c))){a.block(()=>xx(t,"$ref",c.all.$ref.definition));return}l.jtd||zL(t,e),a.block(()=>{for(let h of c.rules)p(h);p(c.post)});function p(h){(0,hf.shouldUseGroup)(r,h)&&(h.type?(a.if((0,cc.checkDataType)(h.type,s,l.strictNumbers)),vx(t,h),e.length===1&&e[0]===h.type&&n&&(a.else(),(0,cc.reportTypeError)(t)),a.endIf()):vx(t,h),o||a.if((0,F._)`${ee.default.errors} === ${i||0}`))}}function vx(t,e){let{gen:n,schema:i,opts:{useDefaults:a}}=t;a&&(0,yL.assignDefaults)(t,e.type),n.block(()=>{for(let r of e.rules)(0,hf.shouldUseRule)(i,r)&&xx(t,r.keyword,r.definition,e.type)})}function zL(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(DL(t,e),t.opts.allowUnionTypes||GL(t,e),$L(t,t.dataTypes))}function DL(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(n=>{Ox(t.dataTypes,n)||gf(t,`type "${n}" not allowed by context "${t.dataTypes.join(",")}"`)}),UL(t,e)}}function GL(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&gf(t,"use allowUnionTypes to allow union type keyword")}function $L(t,e){let n=t.self.RULES.all;for(let i in n){let a=n[i];if(typeof a=="object"&&(0,hf.shouldUseRule)(t.schema,a)){let{type:r}=a.definition;r.length&&!r.some(s=>NL(e,s))&&gf(t,`missing type "${r.join(",")}" for keyword "${i}"`)}}}function NL(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function Ox(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function UL(t,e){let n=[];for(let i of t.dataTypes)Ox(e,i)?n.push(i):e.includes("integer")&&i==="number"&&n.push("integer");t.dataTypes=n}function gf(t,e){let n=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${n}" (strictTypes)`,(0,vt.checkStrictMode)(t,e,t.opts.strictTypes)}var pc=class{constructor(e,n,i){if((0,xo.validateKeywordUsage)(e,n,i),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=i,this.data=e.data,this.schema=e.schema[i],this.$data=n.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,vt.schemaRefOrVal)(e,this.schema,i,this.$data),this.schemaType=n.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=n,this.$data)this.schemaCode=e.gen.const("vSchema",Tx(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,xo.validSchemaType)(this.schema,n.schemaType,n.allowUndefined))throw new Error(`${i} value must be ${JSON.stringify(n.schemaType)}`);("code"in n?n.trackErrors:n.errors!==!1)&&(this.errsCount=e.gen.const("_errs",ee.default.errors))}result(e,n,i){this.failResult((0,F.not)(e),n,i)}failResult(e,n,i){this.gen.if(e),i?i():this.error(),n?(this.gen.else(),n(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,n){this.failResult((0,F.not)(e),void 0,n)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:n}=this;this.fail((0,F._)`${n} !== undefined && (${(0,F.or)(this.invalid$data(),e)})`)}error(e,n,i){if(n){this.setParams(n),this._error(e,i),this.setParams({});return}this._error(e,i)}_error(e,n){(e?Oo.reportExtraError:Oo.reportError)(this,this.def.error,n)}$dataError(){(0,Oo.reportError)(this,this.def.$dataError||Oo.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Oo.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,n){n?Object.assign(this.params,e):this.params=e}block$data(e,n,i=F.nil){this.gen.block(()=>{this.check$data(e,i),n()})}check$data(e=F.nil,n=F.nil){if(!this.$data)return;let{gen:i,schemaCode:a,schemaType:r,def:s}=this;i.if((0,F.or)((0,F._)`${a} === undefined`,n)),e!==F.nil&&i.assign(e,!0),(r.length||s.validateSchema)&&(i.elseIf(this.invalid$data()),this.$dataError(),e!==F.nil&&i.assign(e,!1)),i.else()}invalid$data(){let{gen:e,schemaCode:n,schemaType:i,def:a,it:r}=this;return(0,F.or)(s(),o());function s(){if(i.length){if(!(n instanceof F.Name))throw new Error("ajv implementation error");let l=Array.isArray(i)?i:[i];return(0,F._)`${(0,cc.checkDataTypes)(l,n,r.opts.strictNumbers,cc.DataType.Wrong)}`}return F.nil}function o(){if(a.validateSchema){let l=e.scopeValue("validate$data",{ref:a.validateSchema});return(0,F._)`!${l}(${n})`}return F.nil}}subschema(e,n){let i=(0,df.getSubschema)(this.it,e);(0,df.extendSubschemaData)(i,this.it,e),(0,df.extendSubschemaMode)(i,e);let a={...this.it,...i,items:void 0,props:void 0};return ML(a,n),a}mergeEvaluated(e,n){let{it:i,gen:a}=this;i.opts.unevaluated&&(i.props!==!0&&e.props!==void 0&&(i.props=vt.mergeEvaluated.props(a,e.props,i.props,n)),i.items!==!0&&e.items!==void 0&&(i.items=vt.mergeEvaluated.items(a,e.items,i.items,n)))}mergeValidEvaluated(e,n){let{it:i,gen:a}=this;if(i.opts.unevaluated&&(i.props!==!0||i.items!==!0))return a.if(n,()=>this.mergeEvaluated(e,F.Name)),!0}};Lt.KeywordCxt=pc;function xx(t,e,n,i){let a=new pc(t,n,e);"code"in n?n.code(a,i):a.$data&&n.validate?(0,xo.funcKeywordCode)(a,n):"macro"in n?(0,xo.macroKeywordCode)(a,n):(n.compile||n.validate)&&(0,xo.funcKeywordCode)(a,n)}var LL=/^\/(?:[^~]|~0|~1)*$/,WL=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function Tx(t,{dataLevel:e,dataNames:n,dataPathArr:i}){let a,r;if(t==="")return ee.default.rootData;if(t[0]==="/"){if(!LL.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);a=t,r=ee.default.rootData}else{let u=WL.exec(t);if(!u)throw new Error(`Invalid JSON-pointer: ${t}`);let c=+u[1];if(a=u[2],a==="#"){if(c>=e)throw new Error(l("property/index",c));return i[e-c]}if(c>e)throw new Error(l("data",c));if(r=n[e-c],!a)return r}let s=r,o=a.split("/");for(let u of o)u&&(r=(0,F._)`${r}${(0,F.getProperty)((0,vt.unescapeJsonPointer)(u))}`,s=(0,F._)`${s} && ${r}`);return s;function l(u,c){return`Cannot access ${u} ${c} levels up, current level is ${e}`}}Lt.getData=Tx});var dc=v(ff=>{"use strict";Object.defineProperty(ff,"__esModule",{value:!0});var mf=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};ff.default=mf});var Mo=v(Cf=>{"use strict";Object.defineProperty(Cf,"__esModule",{value:!0});var wf=So(),vf=class extends Error{constructor(e,n,i,a){super(a||`can't resolve reference ${i} from id ${n}`),this.missingRef=(0,wf.resolveUrl)(e,n,i),this.missingSchema=(0,wf.normalizeId)((0,wf.getFullPath)(e,this.missingRef))}};Cf.default=vf});var gc=v(Ai=>{"use strict";Object.defineProperty(Ai,"__esModule",{value:!0});Ai.resolveSchema=Ai.getCompilingSchema=Ai.resolveRef=Ai.compileSchema=Ai.SchemaEnv=void 0;var ki=le(),BL=dc(),Ra=wt(),qi=So(),Mx=ye(),FL=To(),Lr=class{constructor(e){var n;this.refs={},this.dynamicAnchors={};let i;typeof e.schema=="object"&&(i=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(n=e.baseId)!==null&&n!==void 0?n:(0,qi.normalizeId)(i?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=i?.$async,this.refs={}}};Ai.SchemaEnv=Lr;function bf(t){let e=Ex.call(this,t);if(e)return e;let n=(0,qi.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:i,lines:a}=this.opts.code,{ownProperties:r}=this.opts,s=new ki.CodeGen(this.scope,{es5:i,lines:a,ownProperties:r}),o;t.$async&&(o=s.scopeValue("Error",{ref:BL.default,code:(0,ki._)`require("ajv/dist/runtime/validation_error").default`}));let l=s.scopeName("validate");t.validateName=l;let u={gen:s,allErrors:this.opts.allErrors,data:Ra.default.data,parentData:Ra.default.parentData,parentDataProperty:Ra.default.parentDataProperty,dataNames:[Ra.default.data],dataPathArr:[ki.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:s.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,ki.stringify)(t.schema)}:{ref:t.schema}),validateName:l,ValidationError:o,schema:t.schema,schemaEnv:t,rootId:n,baseId:t.baseId||n,schemaPath:ki.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,ki._)`""`,opts:this.opts,self:this},c;try{this._compilations.add(t),(0,FL.validateFunctionCode)(u),s.optimize(this.opts.code.optimize);let p=s.toString();c=`${s.scopeRefs(Ra.default.scope)}return ${p}`,this.opts.code.process&&(c=this.opts.code.process(c,t));let d=new Function(`${Ra.default.self}`,`${Ra.default.scope}`,c)(this,this.scope.get());if(this.scope.value(l,{ref:d}),d.errors=null,d.schema=t.schema,d.schemaEnv=t,t.$async&&(d.$async=!0),this.opts.code.source===!0&&(d.source={validateName:l,validateCode:p,scopeValues:s._values}),this.opts.unevaluated){let{props:g,items:m}=u;d.evaluated={props:g instanceof ki.Name?void 0:g,items:m instanceof ki.Name?void 0:m,dynamicProps:g instanceof ki.Name,dynamicItems:m instanceof ki.Name},d.source&&(d.source.evaluated=(0,ki.stringify)(d.evaluated))}return t.validate=d,t}catch(p){throw delete t.validate,delete t.validateName,c&&this.logger.error("Error compiling schema, function code:",c),p}finally{this._compilations.delete(t)}}Ai.compileSchema=bf;function VL(t,e,n){var i;n=(0,qi.resolveUrl)(this.opts.uriResolver,e,n);let a=t.refs[n];if(a)return a;let r=KL.call(this,t,n);if(r===void 0){let s=(i=t.localRefs)===null||i===void 0?void 0:i[n],{schemaId:o}=this.opts;s&&(r=new Lr({schema:s,schemaId:o,root:t,baseId:e}))}if(r!==void 0)return t.refs[n]=JL.call(this,r)}Ai.resolveRef=VL;function JL(t){return(0,qi.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:bf.call(this,t)}function Ex(t){for(let e of this._compilations)if(ZL(e,t))return e}Ai.getCompilingSchema=Ex;function ZL(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function KL(t,e){let n;for(;typeof(n=this.refs[e])=="string";)e=n;return n||this.schemas[e]||hc.call(this,t,e)}function hc(t,e){let n=this.opts.uriResolver.parse(e),i=(0,qi._getFullPath)(this.opts.uriResolver,n),a=(0,qi.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&i===a)return Af.call(this,n,t);let r=(0,qi.normalizeId)(i),s=this.refs[r]||this.schemas[r];if(typeof s=="string"){let o=hc.call(this,t,s);return typeof o?.schema!="object"?void 0:Af.call(this,n,o)}if(typeof s?.schema=="object"){if(s.validate||bf.call(this,s),r===(0,qi.normalizeId)(e)){let{schema:o}=s,{schemaId:l}=this.opts,u=o[l];return u&&(a=(0,qi.resolveUrl)(this.opts.uriResolver,a,u)),new Lr({schema:o,schemaId:l,root:t,baseId:a})}return Af.call(this,n,s)}}Ai.resolveSchema=hc;var QL=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Af(t,{baseId:e,schema:n,root:i}){var a;if(((a=t.fragment)===null||a===void 0?void 0:a[0])!=="/")return;for(let o of t.fragment.slice(1).split("/")){if(typeof n=="boolean")return;let l=n[(0,Mx.unescapeFragment)(o)];if(l===void 0)return;n=l;let u=typeof n=="object"&&n[this.opts.schemaId];!QL.has(o)&&u&&(e=(0,qi.resolveUrl)(this.opts.uriResolver,e,u))}let r;if(typeof n!="boolean"&&n.$ref&&!(0,Mx.schemaHasRulesButRef)(n,this.RULES)){let o=(0,qi.resolveUrl)(this.opts.uriResolver,e,n.$ref);r=hc.call(this,i,o)}let{schemaId:s}=this.opts;if(r=r||new Lr({schema:n,schemaId:s,root:i,baseId:e}),r.schema!==r.root.schema)return r}});var kx=v((Nse,YL)=>{YL.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var jf=v((Use,zx)=>{"use strict";var XL=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),_x=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),yf=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),Hx=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),eW=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function Pf(t){let e="",n=0,i=0;for(i=0;i=48&&n<=57||n>=65&&n<=70||n>=97&&n<=102))return"";e+=t[i];break}for(i+=1;i=48&&n<=57||n>=65&&n<=70||n>=97&&n<=102))return"";e+=t[i]}return e}var nW=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function qx(t){return t.length=0,!0}function iW(t,e,n){if(t.length){let i=Pf(t);if(i!=="")e.push(i);else return n.error=!0,!1;t.length=0}return!0}function tW(t){let e=0,n={error:!1,address:"",zone:""},i=[],a=[],r=!1,s=!1,o=iW;for(let l=0;l7){n.error=!0;break}l>0&&t[l-1]===":"&&(r=!0),i.push(":");continue}else if(u==="%"){if(!o(a,i,n))break;o=qx}else{a.push(u);continue}}return a.length&&(o===qx?n.zone=a.join(""):s?i.push(a.join("")):i.push(Pf(a))),n.address=i.join(""),n}function Ix(t){if(aW(t,":")<2)return{host:t,isIPV6:!1};let e=tW(t);if(e.error)return{host:t,isIPV6:!1};{let n=e.address,i=e.address;return e.zone&&(n+="%"+e.zone,i+="%25"+e.zone),{host:n,isIPV6:!0,escapedHost:i}}}function aW(t,e){let n=0;for(let i=0;isW[i])}function uW(t,e=!1){if(t.indexOf("%")===-1)return t;let n="";for(let i=0;i{"use strict";var{isUUID:hW}=jf(),gW=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,mW=["http","https","ws","wss","urn","urn:uuid"];function fW(t){return mW.indexOf(t)!==-1}function Sf(t){return t.secure===!0?!0:t.secure===!1?!1:t.scheme?t.scheme.length===3&&(t.scheme[0]==="w"||t.scheme[0]==="W")&&(t.scheme[1]==="s"||t.scheme[1]==="S")&&(t.scheme[2]==="s"||t.scheme[2]==="S"):!1}function Dx(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function Gx(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function wW(t){return t.secure=Sf(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function vW(t){if((t.port===(Sf(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,n]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=n,t.resourceName=void 0}return t.fragment=void 0,t}function CW(t,e){if(!t.path)return t.error="URN can not be parsed",t;let n=t.path.match(gW);if(n){let i=e.scheme||t.scheme||"urn";t.nid=n[1].toLowerCase(),t.nss=n[2];let a=`${i}:${e.nid||t.nid}`,r=Of(a);t.path=void 0,r&&(t=r.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function AW(t,e){if(t.nid===void 0)throw new Error("URN without nid cannot be serialized");let n=e.scheme||t.scheme||"urn",i=t.nid.toLowerCase(),a=`${n}:${e.nid||i}`,r=Of(a);r&&(t=r.serialize(t,e));let s=t,o=t.nss;return s.path=`${i||e.nid}:${o}`,e.skipEscape=!0,s}function bW(t,e){let n=t;return n.uuid=n.nss,n.nss=void 0,!e.tolerant&&(!n.uuid||!hW(n.uuid))&&(n.error=n.error||"UUID is not valid."),n}function yW(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var $x={scheme:"http",domainHost:!0,parse:Dx,serialize:Gx},PW={scheme:"https",domainHost:$x.domainHost,parse:Dx,serialize:Gx},mc={scheme:"ws",domainHost:!0,parse:wW,serialize:vW},jW={scheme:"wss",domainHost:mc.domainHost,parse:mc.parse,serialize:mc.serialize},SW={scheme:"urn",parse:CW,serialize:AW,skipNormalize:!0},OW={scheme:"urn:uuid",parse:bW,serialize:yW,skipNormalize:!0},fc={http:$x,https:PW,ws:mc,wss:jW,urn:SW,"urn:uuid":OW};Object.setPrototypeOf(fc,null);function Of(t){return t&&(fc[t]||fc[t.toLowerCase()])||void 0}Nx.exports={wsIsSecure:Sf,SCHEMES:fc,isValidSchemeName:fW,getSchemeHandler:Of}});var Vx=v((Wse,Cc)=>{"use strict";var{normalizeIPv6:xW,removeDotSegments:Eo,recomposeAuthority:TW,normalizePercentEncoding:MW,normalizePathEncoding:EW,escapePreservingEscapes:kW,reescapeHostDelimiters:qW,isIPv4:_W,nonSimpleDomain:HW}=jf(),{SCHEMES:IW,getSchemeHandler:Wx}=Ux();function RW(t,e){return typeof t=="string"?t=LW(t,e):typeof t=="object"&&(t=vc(za(t,e),e)),t}function zW(t,e,n){let i=n?Object.assign({scheme:"null"},n):{scheme:"null"},{parsed:a,malformedAuthorityOrPort:r}=wc(t,i),{parsed:s,malformedAuthorityOrPort:o}=wc(e,i);if(r||o)throw new Error(a.error||s.error||"URI is malformed.");let l=Bx(a,s,i,!0);return i.skipEscape=!0,za(l,i)}function Bx(t,e,n,i){let a={};return i||(t=vc(za(t,n),n),e=vc(za(e,n),n)),n=n||{},!n.tolerant&&e.scheme?(a.scheme=e.scheme,a.userinfo=e.userinfo,a.host=e.host,a.port=e.port,a.path=Eo(e.path||""),a.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(a.userinfo=e.userinfo,a.host=e.host,a.port=e.port,a.path=Eo(e.path||""),a.query=e.query):(e.path?(e.path[0]==="/"?a.path=Eo(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?a.path="/"+e.path:t.path?a.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:a.path=e.path,a.path=Eo(a.path)),a.query=e.query):(a.path=t.path,e.query!==void 0?a.query=e.query:a.query=t.query),a.userinfo=t.userinfo,a.host=t.host,a.port=t.port),a.scheme=t.scheme),a.fragment=e.fragment,a}function DW(t,e,n){let i=Lx(t,n),a=Lx(e,n);return i!==void 0&&a!==void 0&&i.toLowerCase()===a.toLowerCase()}function za(t,e){let n={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},i=Object.assign({},e),a=[],r=Wx(i.scheme||n.scheme);r&&r.serialize&&r.serialize(n,i),n.path!==void 0&&(i.skipEscape?n.path=MW(n.path):(n.path=kW(n.path),n.scheme!==void 0&&(n.path=n.path.split("%3A").join(":")))),i.reference!=="suffix"&&n.scheme&&a.push(n.scheme,":");let s=TW(n);if(s!==void 0&&(i.reference!=="suffix"&&a.push("//"),a.push(s),n.path&&n.path[0]!=="/"&&a.push("/")),n.path!==void 0){let o=n.path;!i.absolutePath&&(!r||!r.absolutePath)&&(o=Eo(o)),s===void 0&&o[0]==="/"&&o[1]==="/"&&(o="/%2F"+o.slice(2)),a.push(o)}return n.query!==void 0&&a.push("?",n.query),n.fragment!==void 0&&a.push("#",n.fragment),a.join("")}var GW=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u,$W=/^(?:[^#/:?]+:)?\/\/([^/?#]*)/,NW=/^(?:[^#/:?]+:)?([/\\\t\n\r]*)/;function UW(t,e){if(e[2]!==void 0&&t.path&&t.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof t.port=="number"&&(t.port<0||t.port>65535))return"URI port is malformed."}function wc(t,e){let n=Object.assign({},e),i={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},a=!1,r=!1;n.reference==="suffix"&&(n.scheme?t=n.scheme+":"+t:t="//"+t);let s=t.match($W);s!==null&&s[1].indexOf("\\")!==-1&&(i.error="URI authority must not contain a literal backslash.",a=!0);let o=t.match(NW);if(o!==null){let u=o[1],c=u.replace(/[\t\n\r]/g,"");c.length>=2&&(c.slice(0,2)!=="//"?(i.error=i.error||"URI authority must not contain a literal backslash.",a=!0):u.length!==c.length&&(i.error=i.error||"URI authority introducer must not contain whitespace.",a=!0))}let l=t.match(GW);if(l){i.scheme=l[1],i.userinfo=l[3],i.host=l[4],i.port=parseInt(l[5],10),i.path=l[6]||"",i.query=l[7],i.fragment=l[8],isNaN(i.port)&&(i.port=l[5]);let u=UW(i,l);if(u!==void 0&&(i.error=i.error||u,a=!0),i.host)if(_W(i.host)===!1){let h=xW(i.host);i.host=h.host.toLowerCase(),r=h.isIPV6}else r=!0;i.scheme===void 0&&i.userinfo===void 0&&i.host===void 0&&i.port===void 0&&i.query===void 0&&!i.path?i.reference="same-document":i.scheme===void 0?i.reference="relative":i.fragment===void 0?i.reference="absolute":i.reference="uri",n.reference&&n.reference!=="suffix"&&n.reference!==i.reference&&(i.error=i.error||"URI is not a "+n.reference+" reference.");let c=Wx(n.scheme||i.scheme);if(!n.unicodeSupport&&(!c||!c.unicodeSupport)&&i.host&&(n.domainHost||c&&c.domainHost)&&r===!1&&HW(i.host))try{i.host=new URL("http://"+i.host).hostname}catch(p){i.error=i.error||"Host's domain name can not be converted to ASCII: "+p}if((!c||c&&!c.skipNormalize)&&(t.indexOf("%")!==-1&&(i.scheme!==void 0&&(i.scheme=unescape(i.scheme)),i.host!==void 0&&(i.host=qW(unescape(i.host),r))),i.path&&(i.path=EW(i.path)),i.fragment))try{i.fragment=encodeURI(decodeURIComponent(i.fragment))}catch{i.error=i.error||"URI malformed"}c&&c.parse&&c.parse(i,n)}else i.error=i.error||"URI can not be parsed.";return{parsed:i,malformedAuthorityOrPort:a}}function vc(t,e){return wc(t,e).parsed}function LW(t,e){return Fx(t,e).normalized}function Fx(t,e){let{parsed:n,malformedAuthorityOrPort:i}=wc(t,e);return{normalized:i?t:za(n,e),malformedAuthorityOrPort:i}}function Lx(t,e){if(typeof t=="string"){let{normalized:n,malformedAuthorityOrPort:i}=Fx(t,e);return i?void 0:n}if(typeof t=="object")return za(t,e)}var xf={SCHEMES:IW,normalize:RW,resolve:zW,resolveComponent:Bx,equal:DW,serialize:za,parse:vc};Cc.exports=xf;Cc.exports.default=xf;Cc.exports.fastUri=xf});var Zx=v(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});var Jx=Vx();Jx.code='require("ajv/dist/runtime/uri").default';Tf.default=Jx});var tT=v(xn=>{"use strict";Object.defineProperty(xn,"__esModule",{value:!0});xn.CodeGen=xn.Name=xn.nil=xn.stringify=xn.str=xn._=xn.KeywordCxt=void 0;var WW=To();Object.defineProperty(xn,"KeywordCxt",{enumerable:!0,get:function(){return WW.KeywordCxt}});var Wr=le();Object.defineProperty(xn,"_",{enumerable:!0,get:function(){return Wr._}});Object.defineProperty(xn,"str",{enumerable:!0,get:function(){return Wr.str}});Object.defineProperty(xn,"stringify",{enumerable:!0,get:function(){return Wr.stringify}});Object.defineProperty(xn,"nil",{enumerable:!0,get:function(){return Wr.nil}});Object.defineProperty(xn,"Name",{enumerable:!0,get:function(){return Wr.Name}});Object.defineProperty(xn,"CodeGen",{enumerable:!0,get:function(){return Wr.CodeGen}});var BW=dc(),eT=Mo(),FW=nf(),ko=gc(),VW=le(),qo=So(),Ac=jo(),Ef=ye(),Kx=kx(),JW=Zx(),nT=(t,e)=>new RegExp(t,e);nT.code="new RegExp";var ZW=["removeAdditional","useDefaults","coerceTypes"],KW=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),QW={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},YW={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},Qx=200;function XW(t){var e,n,i,a,r,s,o,l,u,c,p,h,d,g,m,f,w,b,A,y,S,q,N,X,W;let T=t.strict,Q=(e=t.code)===null||e===void 0?void 0:e.optimize,re=Q===!0||Q===void 0?1:Q||0,ie=(i=(n=t.code)===null||n===void 0?void 0:n.regExp)!==null&&i!==void 0?i:nT,ne=(a=t.uriResolver)!==null&&a!==void 0?a:JW.default;return{strictSchema:(s=(r=t.strictSchema)!==null&&r!==void 0?r:T)!==null&&s!==void 0?s:!0,strictNumbers:(l=(o=t.strictNumbers)!==null&&o!==void 0?o:T)!==null&&l!==void 0?l:!0,strictTypes:(c=(u=t.strictTypes)!==null&&u!==void 0?u:T)!==null&&c!==void 0?c:"log",strictTuples:(h=(p=t.strictTuples)!==null&&p!==void 0?p:T)!==null&&h!==void 0?h:"log",strictRequired:(g=(d=t.strictRequired)!==null&&d!==void 0?d:T)!==null&&g!==void 0?g:!1,code:t.code?{...t.code,optimize:re,regExp:ie}:{optimize:re,regExp:ie},loopRequired:(m=t.loopRequired)!==null&&m!==void 0?m:Qx,loopEnum:(f=t.loopEnum)!==null&&f!==void 0?f:Qx,meta:(w=t.meta)!==null&&w!==void 0?w:!0,messages:(b=t.messages)!==null&&b!==void 0?b:!0,inlineRefs:(A=t.inlineRefs)!==null&&A!==void 0?A:!0,schemaId:(y=t.schemaId)!==null&&y!==void 0?y:"$id",addUsedSchema:(S=t.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:(q=t.validateSchema)!==null&&q!==void 0?q:!0,validateFormats:(N=t.validateFormats)!==null&&N!==void 0?N:!0,unicodeRegExp:(X=t.unicodeRegExp)!==null&&X!==void 0?X:!0,int32range:(W=t.int32range)!==null&&W!==void 0?W:!0,uriResolver:ne}}var _o=class{constructor(e={}){this.schemas={},this.refs={},this.formats=Object.create(null),this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...XW(e)};let{es5:n,lines:i}=this.opts.code;this.scope=new VW.ValueScope({scope:{},prefixes:KW,es5:n,lines:i}),this.logger=rB(e.logger);let a=e.validateFormats;e.validateFormats=!1,this.RULES=(0,FW.getRules)(),Yx.call(this,QW,e,"NOT SUPPORTED"),Yx.call(this,YW,e,"DEPRECATED","warn"),this._metaOpts=tB.call(this),e.formats&&nB.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&iB.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),eB.call(this),e.validateFormats=a}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:n,schemaId:i}=this.opts,a=Kx;i==="id"&&(a={...Kx},a.id=a.$id,delete a.$id),n&&e&&this.addMetaSchema(a,a[i],!1)}defaultMeta(){let{meta:e,schemaId:n}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[n]||e:void 0}validate(e,n){let i;if(typeof e=="string"){if(i=this.getSchema(e),!i)throw new Error(`no schema with key or ref "${e}"`)}else i=this.compile(e);let a=i(n);return"$async"in i||(this.errors=i.errors),a}compile(e,n){let i=this._addSchema(e,n);return i.validate||this._compileSchemaEnv(i)}compileAsync(e,n){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:i}=this.opts;return a.call(this,e,n);async function a(c,p){await r.call(this,c.$schema);let h=this._addSchema(c,p);return h.validate||s.call(this,h)}async function r(c){c&&!this.getSchema(c)&&await a.call(this,{$ref:c},!0)}async function s(c){try{return this._compileSchemaEnv(c)}catch(p){if(!(p instanceof eT.default))throw p;return o.call(this,p),await l.call(this,p.missingSchema),s.call(this,c)}}function o({missingSchema:c,missingRef:p}){if(this.refs[c])throw new Error(`AnySchema ${c} is loaded but ${p} cannot be resolved`)}async function l(c){let p=await u.call(this,c);this.refs[c]||await r.call(this,p.$schema),this.refs[c]||this.addSchema(p,c,n)}async function u(c){let p=this._loading[c];if(p)return p;try{return await(this._loading[c]=i(c))}finally{delete this._loading[c]}}}addSchema(e,n,i,a=this.opts.validateSchema){if(Array.isArray(e)){for(let s of e)this.addSchema(s,void 0,i,a);return this}let r;if(typeof e=="object"){let{schemaId:s}=this.opts;if(r=e[s],r!==void 0&&typeof r!="string")throw new Error(`schema ${s} must be string`)}return n=(0,qo.normalizeId)(n||r),this._checkUnique(n),this.schemas[n]=this._addSchema(e,i,n,a,!0),this}addMetaSchema(e,n,i=this.opts.validateSchema){return this.addSchema(e,n,!0,i),this}validateSchema(e,n){if(typeof e=="boolean")return!0;let i;if(i=e.$schema,i!==void 0&&typeof i!="string")throw new Error("$schema must be a string");if(i=i||this.opts.defaultMeta||this.defaultMeta(),!i)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let a=this.validate(i,e);if(!a&&n){let r="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(r);else throw new Error(r)}return a}getSchema(e){let n;for(;typeof(n=Xx.call(this,e))=="string";)e=n;if(n===void 0){let{schemaId:i}=this.opts,a=new ko.SchemaEnv({schema:{},schemaId:i});if(n=ko.resolveSchema.call(this,a,e),!n)return;this.refs[e]=n}return n.validate||this._compileSchemaEnv(n)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let n=Xx.call(this,e);return typeof n=="object"&&this._cache.delete(n.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let n=e;this._cache.delete(n);let i=e[this.opts.schemaId];return i&&(i=(0,qo.normalizeId)(i),delete this.schemas[i],delete this.refs[i]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let n of e)this.addKeyword(n);return this}addKeyword(e,n){let i;if(typeof e=="string")i=e,typeof n=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),n.keyword=i);else if(typeof e=="object"&&n===void 0){if(n=e,i=n.keyword,Array.isArray(i)&&!i.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(oB.call(this,i,n),!n)return(0,Ef.eachItem)(i,r=>Mf.call(this,r)),this;uB.call(this,n);let a={...n,type:(0,Ac.getJSONTypes)(n.type),schemaType:(0,Ac.getJSONTypes)(n.schemaType)};return(0,Ef.eachItem)(i,a.type.length===0?r=>Mf.call(this,r,a):r=>a.type.forEach(s=>Mf.call(this,r,a,s))),this}getKeyword(e){let n=this.RULES.all[e];return typeof n=="object"?n.definition:!!n}removeKeyword(e){let{RULES:n}=this;delete n.keywords[e],delete n.all[e];for(let i of n.rules){let a=i.rules.findIndex(r=>r.keyword===e);a>=0&&i.rules.splice(a,1)}return this}addFormat(e,n){return typeof n=="string"&&(n=new RegExp(n)),this.formats[e]=n,this}errorsText(e=this.errors,{separator:n=", ",dataVar:i="data"}={}){return!e||e.length===0?"No errors":e.map(a=>`${i}${a.instancePath} ${a.message}`).reduce((a,r)=>a+n+r)}$dataMetaSchema(e,n){let i=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let a of n){let r=a.split("/").slice(1),s=e;for(let o of r)s=s[o];for(let o in i){let l=i[o];if(typeof l!="object")continue;let{$data:u}=l.definition,c=s[o];u&&c&&(s[o]=iT(c))}}return e}_removeAllSchemas(e,n){for(let i in e){let a=e[i];(!n||n.test(i))&&(typeof a=="string"?delete e[i]:a&&!a.meta&&(this._cache.delete(a.schema),delete e[i]))}}_addSchema(e,n,i,a=this.opts.validateSchema,r=this.opts.addUsedSchema){let s,{schemaId:o}=this.opts;if(typeof e=="object")s=e[o];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let l=this._cache.get(e);if(l!==void 0)return l;i=(0,qo.normalizeId)(s||i);let u=qo.getSchemaRefs.call(this,e,i);return l=new ko.SchemaEnv({schema:e,schemaId:o,meta:n,baseId:i,localRefs:u}),this._cache.set(l.schema,l),r&&!i.startsWith("#")&&(i&&this._checkUnique(i),this.refs[i]=l),a&&this.validateSchema(e,!0),l}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):ko.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let n=this.opts;this.opts=this._metaOpts;try{ko.compileSchema.call(this,e)}finally{this.opts=n}}};_o.ValidationError=BW.default;_o.MissingRefError=eT.default;xn.default=_o;function Yx(t,e,n,i="error"){for(let a in t){let r=a;r in e&&this.logger[i](`${n}: option ${a}. ${t[r]}`)}}function Xx(t){return t=(0,qo.normalizeId)(t),this.schemas[t]||this.refs[t]}function eB(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function nB(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function iB(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let n=t[e];n.keyword||(n.keyword=e),this.addKeyword(n)}}function tB(){let t={...this.opts};for(let e of ZW)delete t[e];return t}var aB={log(){},warn(){},error(){}};function rB(t){if(t===!1)return aB;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var sB=/^[a-z_$][a-z0-9_$:-]*$/i;function oB(t,e){let{RULES:n}=this;if((0,Ef.eachItem)(t,i=>{if(n.keywords[i])throw new Error(`Keyword ${i} is already defined`);if(!sB.test(i))throw new Error(`Keyword ${i} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function Mf(t,e,n){var i;let a=e?.post;if(n&&a)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:r}=this,s=a?r.post:r.rules.find(({type:l})=>l===n);if(s||(s={type:n,rules:[]},r.rules.push(s)),r.keywords[t]=!0,!e)return;let o={keyword:t,definition:{...e,type:(0,Ac.getJSONTypes)(e.type),schemaType:(0,Ac.getJSONTypes)(e.schemaType)}};e.before?lB.call(this,s,o,e.before):s.rules.push(o),r.all[t]=o,(i=e.implements)===null||i===void 0||i.forEach(l=>this.addKeyword(l))}function lB(t,e,n){let i=t.rules.findIndex(a=>a.keyword===n);i>=0?t.rules.splice(i,0,e):(t.rules.push(e),this.logger.warn(`rule ${n} is not defined`))}function uB(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=iT(e)),t.validateSchema=this.compile(e,!0))}var cB={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function iT(t){return{anyOf:[t,cB]}}});var aT=v(kf=>{"use strict";Object.defineProperty(kf,"__esModule",{value:!0});var pB={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};kf.default=pB});var lT=v(Da=>{"use strict";Object.defineProperty(Da,"__esModule",{value:!0});Da.callRef=Da.getValidate=void 0;var dB=Mo(),rT=Ci(),Yn=le(),Br=wt(),sT=gc(),bc=ye(),hB={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:n,it:i}=t,{baseId:a,schemaEnv:r,validateName:s,opts:o,self:l}=i,{root:u}=r;if((n==="#"||n==="#/")&&a===u.baseId)return p();let c=sT.resolveRef.call(l,u,a,n);if(c===void 0)throw new dB.default(i.opts.uriResolver,a,n);if(c instanceof sT.SchemaEnv)return h(c);return d(c);function p(){if(r===u)return yc(t,s,r,r.$async);let g=e.scopeValue("root",{ref:u});return yc(t,(0,Yn._)`${g}.validate`,u,u.$async)}function h(g){let m=oT(t,g);yc(t,m,g,g.$async)}function d(g){let m=e.scopeValue("schema",o.code.source===!0?{ref:g,code:(0,Yn.stringify)(g)}:{ref:g}),f=e.name("valid"),w=t.subschema({schema:g,dataTypes:[],schemaPath:Yn.nil,topSchemaRef:m,errSchemaPath:n},f);t.mergeEvaluated(w),t.ok(f)}}};function oT(t,e){let{gen:n}=t;return e.validate?n.scopeValue("validate",{ref:e.validate}):(0,Yn._)`${n.scopeValue("wrapper",{ref:e})}.validate`}Da.getValidate=oT;function yc(t,e,n,i){let{gen:a,it:r}=t,{allErrors:s,schemaEnv:o,opts:l}=r,u=l.passContext?Br.default.this:Yn.nil;i?c():p();function c(){if(!o.$async)throw new Error("async schema referenced by sync schema");let g=a.let("valid");a.try(()=>{a.code((0,Yn._)`await ${(0,rT.callValidateCode)(t,e,u)}`),d(e),s||a.assign(g,!0)},m=>{a.if((0,Yn._)`!(${m} instanceof ${r.ValidationError})`,()=>a.throw(m)),h(m),s||a.assign(g,!1)}),t.ok(g)}function p(){t.result((0,rT.callValidateCode)(t,e,u),()=>d(e),()=>h(e))}function h(g){let m=(0,Yn._)`${g}.errors`;a.assign(Br.default.vErrors,(0,Yn._)`${Br.default.vErrors} === null ? ${m} : ${Br.default.vErrors}.concat(${m})`),a.assign(Br.default.errors,(0,Yn._)`${Br.default.vErrors}.length`)}function d(g){var m;if(!r.opts.unevaluated)return;let f=(m=n?.validate)===null||m===void 0?void 0:m.evaluated;if(r.props!==!0)if(f&&!f.dynamicProps)f.props!==void 0&&(r.props=bc.mergeEvaluated.props(a,f.props,r.props));else{let w=a.var("props",(0,Yn._)`${g}.evaluated.props`);r.props=bc.mergeEvaluated.props(a,w,r.props,Yn.Name)}if(r.items!==!0)if(f&&!f.dynamicItems)f.items!==void 0&&(r.items=bc.mergeEvaluated.items(a,f.items,r.items));else{let w=a.var("items",(0,Yn._)`${g}.evaluated.items`);r.items=bc.mergeEvaluated.items(a,w,r.items,Yn.Name)}}}Da.callRef=yc;Da.default=hB});var uT=v(qf=>{"use strict";Object.defineProperty(qf,"__esModule",{value:!0});var gB=aT(),mB=lT(),fB=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",gB.default,mB.default];qf.default=fB});var cT=v(_f=>{"use strict";Object.defineProperty(_f,"__esModule",{value:!0});var Pc=le(),Wt=Pc.operators,jc={maximum:{okStr:"<=",ok:Wt.LTE,fail:Wt.GT},minimum:{okStr:">=",ok:Wt.GTE,fail:Wt.LT},exclusiveMaximum:{okStr:"<",ok:Wt.LT,fail:Wt.GTE},exclusiveMinimum:{okStr:">",ok:Wt.GT,fail:Wt.LTE}},wB={message:({keyword:t,schemaCode:e})=>(0,Pc.str)`must be ${jc[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Pc._)`{comparison: ${jc[t].okStr}, limit: ${e}}`},vB={keyword:Object.keys(jc),type:"number",schemaType:"number",$data:!0,error:wB,code(t){let{keyword:e,data:n,schemaCode:i}=t;t.fail$data((0,Pc._)`${n} ${jc[e].fail} ${i} || isNaN(${n})`)}};_f.default=vB});var pT=v(Hf=>{"use strict";Object.defineProperty(Hf,"__esModule",{value:!0});var Ho=le(),CB={message:({schemaCode:t})=>(0,Ho.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Ho._)`{multipleOf: ${t}}`},AB={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:CB,code(t){let{gen:e,data:n,schemaCode:i,it:a}=t,r=a.opts.multipleOfPrecision,s=e.let("res"),o=r?(0,Ho._)`Math.abs(Math.round(${s}) - ${s}) > 1e-${r}`:(0,Ho._)`${s} !== parseInt(${s})`;t.fail$data((0,Ho._)`(${i} === 0 || (${s} = ${n}/${i}, ${o}))`)}};Hf.default=AB});var hT=v(If=>{"use strict";Object.defineProperty(If,"__esModule",{value:!0});function dT(t){let e=t.length,n=0,i=0,a;for(;i=55296&&a<=56319&&i{"use strict";Object.defineProperty(Rf,"__esModule",{value:!0});var Ga=le(),bB=ye(),yB=hT(),PB={message({keyword:t,schemaCode:e}){let n=t==="maxLength"?"more":"fewer";return(0,Ga.str)`must NOT have ${n} than ${e} characters`},params:({schemaCode:t})=>(0,Ga._)`{limit: ${t}}`},jB={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:PB,code(t){let{keyword:e,data:n,schemaCode:i,it:a}=t,r=e==="maxLength"?Ga.operators.GT:Ga.operators.LT,s=a.opts.unicode===!1?(0,Ga._)`${n}.length`:(0,Ga._)`${(0,bB.useFunc)(t.gen,yB.default)}(${n})`;t.fail$data((0,Ga._)`${s} ${r} ${i}`)}};Rf.default=jB});var mT=v(zf=>{"use strict";Object.defineProperty(zf,"__esModule",{value:!0});var SB=Ci(),OB=ye(),Fr=le(),xB={message:({schemaCode:t})=>(0,Fr.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,Fr._)`{pattern: ${t}}`},TB={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:xB,code(t){let{gen:e,data:n,$data:i,schema:a,schemaCode:r,it:s}=t,o=s.opts.unicodeRegExp?"u":"";if(i){let{regExp:l}=s.opts.code,u=l.code==="new RegExp"?(0,Fr._)`new RegExp`:(0,OB.useFunc)(e,l),c=e.let("valid");e.try(()=>e.assign(c,(0,Fr._)`${u}(${r}, ${o}).test(${n})`),()=>e.assign(c,!1)),t.fail$data((0,Fr._)`!${c}`)}else{let l=(0,SB.usePattern)(t,a);t.fail$data((0,Fr._)`!${l}.test(${n})`)}}};zf.default=TB});var fT=v(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});var Io=le(),MB={message({keyword:t,schemaCode:e}){let n=t==="maxProperties"?"more":"fewer";return(0,Io.str)`must NOT have ${n} than ${e} properties`},params:({schemaCode:t})=>(0,Io._)`{limit: ${t}}`},EB={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:MB,code(t){let{keyword:e,data:n,schemaCode:i}=t,a=e==="maxProperties"?Io.operators.GT:Io.operators.LT;t.fail$data((0,Io._)`Object.keys(${n}).length ${a} ${i}`)}};Df.default=EB});var wT=v(Gf=>{"use strict";Object.defineProperty(Gf,"__esModule",{value:!0});var Ro=Ci(),zo=le(),kB=ye(),qB={message:({params:{missingProperty:t}})=>(0,zo.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,zo._)`{missingProperty: ${t}}`},_B={keyword:"required",type:"object",schemaType:"array",$data:!0,error:qB,code(t){let{gen:e,schema:n,schemaCode:i,data:a,$data:r,it:s}=t,{opts:o}=s;if(!r&&n.length===0)return;let l=n.length>=o.loopRequired;if(s.allErrors?u():c(),o.strictRequired){let d=t.parentSchema.properties,{definedProperties:g}=t.it;for(let m of n)if(d?.[m]===void 0&&!g.has(m)){let f=s.schemaEnv.baseId+s.errSchemaPath,w=`required property "${m}" is not defined at "${f}" (strictRequired)`;(0,kB.checkStrictMode)(s,w,s.opts.strictRequired)}}function u(){if(l||r)t.block$data(zo.nil,p);else for(let d of n)(0,Ro.checkReportMissingProp)(t,d)}function c(){let d=e.let("missing");if(l||r){let g=e.let("valid",!0);t.block$data(g,()=>h(d,g)),t.ok(g)}else e.if((0,Ro.checkMissingProp)(t,n,d)),(0,Ro.reportMissingProp)(t,d),e.else()}function p(){e.forOf("prop",i,d=>{t.setParams({missingProperty:d}),e.if((0,Ro.noPropertyInData)(e,a,d,o.ownProperties),()=>t.error())})}function h(d,g){t.setParams({missingProperty:d}),e.forOf(d,i,()=>{e.assign(g,(0,Ro.propertyInData)(e,a,d,o.ownProperties)),e.if((0,zo.not)(g),()=>{t.error(),e.break()})},zo.nil)}}};Gf.default=_B});var vT=v($f=>{"use strict";Object.defineProperty($f,"__esModule",{value:!0});var Do=le(),HB={message({keyword:t,schemaCode:e}){let n=t==="maxItems"?"more":"fewer";return(0,Do.str)`must NOT have ${n} than ${e} items`},params:({schemaCode:t})=>(0,Do._)`{limit: ${t}}`},IB={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:HB,code(t){let{keyword:e,data:n,schemaCode:i}=t,a=e==="maxItems"?Do.operators.GT:Do.operators.LT;t.fail$data((0,Do._)`${n}.length ${a} ${i}`)}};$f.default=IB});var Sc=v(Nf=>{"use strict";Object.defineProperty(Nf,"__esModule",{value:!0});var CT=cf();CT.code='require("ajv/dist/runtime/equal").default';Nf.default=CT});var AT=v(Lf=>{"use strict";Object.defineProperty(Lf,"__esModule",{value:!0});var Uf=jo(),Tn=le(),RB=ye(),zB=Sc(),DB={message:({params:{i:t,j:e}})=>(0,Tn.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Tn._)`{i: ${t}, j: ${e}}`},GB={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:DB,code(t){let{gen:e,data:n,$data:i,schema:a,parentSchema:r,schemaCode:s,it:o}=t;if(!i&&!a)return;let l=e.let("valid"),u=r.items?(0,Uf.getSchemaTypes)(r.items):[];t.block$data(l,c,(0,Tn._)`${s} === false`),t.ok(l);function c(){let g=e.let("i",(0,Tn._)`${n}.length`),m=e.let("j");t.setParams({i:g,j:m}),e.assign(l,!0),e.if((0,Tn._)`${g} > 1`,()=>(p()?h:d)(g,m))}function p(){return u.length>0&&!u.some(g=>g==="object"||g==="array")}function h(g,m){let f=e.name("item"),w=(0,Uf.checkDataTypes)(u,f,o.opts.strictNumbers,Uf.DataType.Wrong),b=e.const("indices",(0,Tn._)`{}`);e.for((0,Tn._)`;${g}--;`,()=>{e.let(f,(0,Tn._)`${n}[${g}]`),e.if(w,(0,Tn._)`continue`),u.length>1&&e.if((0,Tn._)`typeof ${f} == "string"`,(0,Tn._)`${f} += "_"`),e.if((0,Tn._)`typeof ${b}[${f}] == "number"`,()=>{e.assign(m,(0,Tn._)`${b}[${f}]`),t.error(),e.assign(l,!1).break()}).code((0,Tn._)`${b}[${f}] = ${g}`)})}function d(g,m){let f=(0,RB.useFunc)(e,zB.default),w=e.name("outer");e.label(w).for((0,Tn._)`;${g}--;`,()=>e.for((0,Tn._)`${m} = ${g}; ${m}--;`,()=>e.if((0,Tn._)`${f}(${n}[${g}], ${n}[${m}])`,()=>{t.error(),e.assign(l,!1).break(w)})))}}};Lf.default=GB});var bT=v(Bf=>{"use strict";Object.defineProperty(Bf,"__esModule",{value:!0});var Wf=le(),$B=ye(),NB=Sc(),UB={message:"must be equal to constant",params:({schemaCode:t})=>(0,Wf._)`{allowedValue: ${t}}`},LB={keyword:"const",$data:!0,error:UB,code(t){let{gen:e,data:n,$data:i,schemaCode:a,schema:r}=t;i||r&&typeof r=="object"?t.fail$data((0,Wf._)`!${(0,$B.useFunc)(e,NB.default)}(${n}, ${a})`):t.fail((0,Wf._)`${r} !== ${n}`)}};Bf.default=LB});var yT=v(Ff=>{"use strict";Object.defineProperty(Ff,"__esModule",{value:!0});var Go=le(),WB=ye(),BB=Sc(),FB={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Go._)`{allowedValues: ${t}}`},VB={keyword:"enum",schemaType:"array",$data:!0,error:FB,code(t){let{gen:e,data:n,$data:i,schema:a,schemaCode:r,it:s}=t;if(!i&&a.length===0)throw new Error("enum must have non-empty array");let o=a.length>=s.opts.loopEnum,l,u=()=>l??(l=(0,WB.useFunc)(e,BB.default)),c;if(o||i)c=e.let("valid"),t.block$data(c,p);else{if(!Array.isArray(a))throw new Error("ajv implementation error");let d=e.const("vSchema",r);c=(0,Go.or)(...a.map((g,m)=>h(d,m)))}t.pass(c);function p(){e.assign(c,!1),e.forOf("v",r,d=>e.if((0,Go._)`${u()}(${n}, ${d})`,()=>e.assign(c,!0).break()))}function h(d,g){let m=a[g];return typeof m=="object"&&m!==null?(0,Go._)`${u()}(${n}, ${d}[${g}])`:(0,Go._)`${n} === ${m}`}}};Ff.default=VB});var PT=v(Vf=>{"use strict";Object.defineProperty(Vf,"__esModule",{value:!0});var JB=cT(),ZB=pT(),KB=gT(),QB=mT(),YB=fT(),XB=wT(),eF=vT(),nF=AT(),iF=bT(),tF=yT(),aF=[JB.default,ZB.default,KB.default,QB.default,YB.default,XB.default,eF.default,nF.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},iF.default,tF.default];Vf.default=aF});var Zf=v($o=>{"use strict";Object.defineProperty($o,"__esModule",{value:!0});$o.validateAdditionalItems=void 0;var $a=le(),Jf=ye(),rF={message:({params:{len:t}})=>(0,$a.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,$a._)`{limit: ${t}}`},sF={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:rF,code(t){let{parentSchema:e,it:n}=t,{items:i}=e;if(!Array.isArray(i)){(0,Jf.checkStrictMode)(n,'"additionalItems" is ignored when "items" is not an array of schemas');return}jT(t,i)}};function jT(t,e){let{gen:n,schema:i,data:a,keyword:r,it:s}=t;s.items=!0;let o=n.const("len",(0,$a._)`${a}.length`);if(i===!1)t.setParams({len:e.length}),t.pass((0,$a._)`${o} <= ${e.length}`);else if(typeof i=="object"&&!(0,Jf.alwaysValidSchema)(s,i)){let u=n.var("valid",(0,$a._)`${o} <= ${e.length}`);n.if((0,$a.not)(u),()=>l(u)),t.ok(u)}function l(u){n.forRange("i",e.length,o,c=>{t.subschema({keyword:r,dataProp:c,dataPropType:Jf.Type.Num},u),s.allErrors||n.if((0,$a.not)(u),()=>n.break())})}}$o.validateAdditionalItems=jT;$o.default=sF});var Kf=v(No=>{"use strict";Object.defineProperty(No,"__esModule",{value:!0});No.validateTuple=void 0;var ST=le(),Oc=ye(),oF=Ci(),lF={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:n}=t;if(Array.isArray(e))return OT(t,"additionalItems",e);n.items=!0,!(0,Oc.alwaysValidSchema)(n,e)&&t.ok((0,oF.validateArray)(t))}};function OT(t,e,n=t.schema){let{gen:i,parentSchema:a,data:r,keyword:s,it:o}=t;c(a),o.opts.unevaluated&&n.length&&o.items!==!0&&(o.items=Oc.mergeEvaluated.items(i,n.length,o.items));let l=i.name("valid"),u=i.const("len",(0,ST._)`${r}.length`);n.forEach((p,h)=>{(0,Oc.alwaysValidSchema)(o,p)||(i.if((0,ST._)`${u} > ${h}`,()=>t.subschema({keyword:s,schemaProp:h,dataProp:h},l)),t.ok(l))});function c(p){let{opts:h,errSchemaPath:d}=o,g=n.length,m=g===p.minItems&&(g===p.maxItems||p[e]===!1);if(h.strictTuples&&!m){let f=`"${s}" is ${g}-tuple, but minItems or maxItems/${e} are not specified or different at path "${d}"`;(0,Oc.checkStrictMode)(o,f,h.strictTuples)}}}No.validateTuple=OT;No.default=lF});var xT=v(Qf=>{"use strict";Object.defineProperty(Qf,"__esModule",{value:!0});var uF=Kf(),cF={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,uF.validateTuple)(t,"items")};Qf.default=cF});var MT=v(Yf=>{"use strict";Object.defineProperty(Yf,"__esModule",{value:!0});var TT=le(),pF=ye(),dF=Ci(),hF=Zf(),gF={message:({params:{len:t}})=>(0,TT.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,TT._)`{limit: ${t}}`},mF={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:gF,code(t){let{schema:e,parentSchema:n,it:i}=t,{prefixItems:a}=n;i.items=!0,!(0,pF.alwaysValidSchema)(i,e)&&(a?(0,hF.validateAdditionalItems)(t,a):t.ok((0,dF.validateArray)(t)))}};Yf.default=mF});var ET=v(Xf=>{"use strict";Object.defineProperty(Xf,"__esModule",{value:!0});var bi=le(),xc=ye(),fF={message:({params:{min:t,max:e}})=>e===void 0?(0,bi.str)`must contain at least ${t} valid item(s)`:(0,bi.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,bi._)`{minContains: ${t}}`:(0,bi._)`{minContains: ${t}, maxContains: ${e}}`},wF={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:fF,code(t){let{gen:e,schema:n,parentSchema:i,data:a,it:r}=t,s,o,{minContains:l,maxContains:u}=i;r.opts.next?(s=l===void 0?1:l,o=u):s=1;let c=e.const("len",(0,bi._)`${a}.length`);if(t.setParams({min:s,max:o}),o===void 0&&s===0){(0,xc.checkStrictMode)(r,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(o!==void 0&&s>o){(0,xc.checkStrictMode)(r,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,xc.alwaysValidSchema)(r,n)){let m=(0,bi._)`${c} >= ${s}`;o!==void 0&&(m=(0,bi._)`${m} && ${c} <= ${o}`),t.pass(m);return}r.items=!0;let p=e.name("valid");o===void 0&&s===1?d(p,()=>e.if(p,()=>e.break())):s===0?(e.let(p,!0),o!==void 0&&e.if((0,bi._)`${a}.length > 0`,h)):(e.let(p,!1),h()),t.result(p,()=>t.reset());function h(){let m=e.name("_valid"),f=e.let("count",0);d(m,()=>e.if(m,()=>g(f)))}function d(m,f){e.forRange("i",0,c,w=>{t.subschema({keyword:"contains",dataProp:w,dataPropType:xc.Type.Num,compositeRule:!0},m),f()})}function g(m){e.code((0,bi._)`${m}++`),o===void 0?e.if((0,bi._)`${m} >= ${s}`,()=>e.assign(p,!0).break()):(e.if((0,bi._)`${m} > ${o}`,()=>e.assign(p,!1).break()),s===1?e.assign(p,!0):e.if((0,bi._)`${m} >= ${s}`,()=>e.assign(p,!0)))}}};Xf.default=wF});var _T=v(Vi=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});Vi.validateSchemaDeps=Vi.validatePropertyDeps=Vi.error=void 0;var ew=le(),vF=ye(),Uo=Ci();Vi.error={message:({params:{property:t,depsCount:e,deps:n}})=>{let i=e===1?"property":"properties";return(0,ew.str)`must have ${i} ${n} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:n,missingProperty:i}})=>(0,ew._)`{property: ${t}, + missingProperty: ${i}, depsCount: ${e}, - deps: ${i}}`};var MB={keyword:"dependencies",type:"object",schemaType:"object",error:Dn.error,code(t){let[e,i]=EB(t);cT(t,e),pT(t,i)}};function EB({schema:t}){let e={},i={};for(let n in t){if(n==="__proto__")continue;let a=Array.isArray(t[n])?e:i;a[n]=t[n]}return[e,i]}function cT(t,e=t.schema){let{gen:i,data:n,it:a}=t;if(Object.keys(e).length===0)return;let r=i.let("missing");for(let s in e){let o=e[s];if(o.length===0)continue;let l=(0,xo.propertyInData)(i,n,s,a.opts.ownProperties);t.setParams({property:s,depsCount:o.length,deps:o.join(", ")}),a.allErrors?i.if(l,()=>{for(let u of o)(0,xo.checkReportMissingProp)(t,u)}):(i.if((0,$f._)`${l} && (${(0,xo.checkMissingProp)(t,o,r)})`),(0,xo.reportMissingProp)(t,r),i.else())}}Dn.validatePropertyDeps=cT;function pT(t,e=t.schema){let{gen:i,data:n,keyword:a,it:r}=t,s=i.name("valid");for(let o in e)(0,TB.alwaysValidSchema)(r,e[o])||(i.if((0,xo.propertyInData)(i,n,o,r.opts.ownProperties),()=>{let l=t.subschema({keyword:a,schemaProp:o},s);t.mergeValidEvaluated(l,s)},()=>i.var(s,!0)),t.ok(s))}Dn.validateSchemaDeps=pT;Dn.default=MB});var gT=w(Nf=>{"use strict";Object.defineProperty(Nf,"__esModule",{value:!0});var hT=re(),kB=we(),qB={message:"property name must be valid",params:({params:t})=>(0,hT._)`{propertyName: ${t.propertyName}}`},_B={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:qB,code(t){let{gen:e,schema:i,data:n,it:a}=t;if((0,kB.alwaysValidSchema)(a,i))return;let r=e.name("valid");e.forIn("key",n,s=>{t.setParams({propertyName:s}),t.subschema({keyword:"propertyNames",data:s,dataTypes:["string"],propertyName:s,compositeRule:!0},r),e.if((0,hT.not)(r),()=>{t.error(!0),a.allErrors||e.break()})}),t.ok(r)}};Nf.default=_B});var Lf=w(Uf=>{"use strict";Object.defineProperty(Uf,"__esModule",{value:!0});var gc=dn(),Sn=re(),HB=lt(),mc=we(),IB={message:"must NOT have additional properties",params:({params:t})=>(0,Sn._)`{additionalProperty: ${t.additionalProperty}}`},RB={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:IB,code(t){let{gen:e,schema:i,parentSchema:n,data:a,errsCount:r,it:s}=t;if(!r)throw new Error("ajv implementation error");let{allErrors:o,opts:l}=s;if(s.props=!0,l.removeAdditional!=="all"&&(0,mc.alwaysValidSchema)(s,i))return;let u=(0,gc.allSchemaProperties)(n.properties),c=(0,gc.allSchemaProperties)(n.patternProperties);p(),t.ok((0,Sn._)`${r} === ${HB.default.errors}`);function p(){e.forIn("key",a,f=>{!u.length&&!c.length?g(f):e.if(d(f),()=>g(f))})}function d(f){let v;if(u.length>8){let y=(0,mc.schemaRefOrVal)(s,n.properties,"properties");v=(0,gc.isOwnProperty)(e,y,f)}else u.length?v=(0,Sn.or)(...u.map(y=>(0,Sn._)`${f} === ${y}`)):v=Sn.nil;return c.length&&(v=(0,Sn.or)(v,...c.map(y=>(0,Sn._)`${(0,gc.usePattern)(t,y)}.test(${f})`))),(0,Sn.not)(v)}function h(f){e.code((0,Sn._)`delete ${a}[${f}]`)}function g(f){if(l.removeAdditional==="all"||l.removeAdditional&&i===!1){h(f);return}if(i===!1){t.setParams({additionalProperty:f}),t.error(),o||e.break();return}if(typeof i=="object"&&!(0,mc.alwaysValidSchema)(s,i)){let v=e.name("valid");l.removeAdditional==="failing"?(m(f,v,!1),e.if((0,Sn.not)(v),()=>{t.reset(),h(f)})):(m(f,v),o||e.if((0,Sn.not)(v),()=>e.break()))}}function m(f,v,y){let A={keyword:"additionalProperties",dataProp:f,dataPropType:mc.Type.Str};y===!1&&Object.assign(A,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(A,v)}}};Uf.default=RB});var wT=w(Bf=>{"use strict";Object.defineProperty(Bf,"__esModule",{value:!0});var zB=ho(),mT=dn(),Wf=we(),fT=Lf(),DB={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:i,parentSchema:n,data:a,it:r}=t;r.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&fT.default.code(new zB.KeywordCxt(r,fT.default,"additionalProperties"));let s=(0,mT.allSchemaProperties)(i);for(let p of s)r.definedProperties.add(p);r.opts.unevaluated&&s.length&&r.props!==!0&&(r.props=Wf.mergeEvaluated.props(e,(0,Wf.toHash)(s),r.props));let o=s.filter(p=>!(0,Wf.alwaysValidSchema)(r,i[p]));if(o.length===0)return;let l=e.name("valid");for(let p of o)u(p)?c(p):(e.if((0,mT.propertyInData)(e,a,p,r.opts.ownProperties)),c(p),r.allErrors||e.else().var(l,!0),e.endIf()),t.it.definedProperties.add(p),t.ok(l);function u(p){return r.opts.useDefaults&&!r.compositeRule&&i[p].default!==void 0}function c(p){t.subschema({keyword:"properties",schemaProp:p,dataProp:p},l)}}};Bf.default=DB});var bT=w(Ff=>{"use strict";Object.defineProperty(Ff,"__esModule",{value:!0});var vT=dn(),fc=re(),CT=we(),AT=we(),GB={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:i,data:n,parentSchema:a,it:r}=t,{opts:s}=r,o=(0,vT.allSchemaProperties)(i),l=o.filter(m=>(0,CT.alwaysValidSchema)(r,i[m]));if(o.length===0||l.length===o.length&&(!r.opts.unevaluated||r.props===!0))return;let u=s.strictSchema&&!s.allowMatchingProperties&&a.properties,c=e.name("valid");r.props!==!0&&!(r.props instanceof fc.Name)&&(r.props=(0,AT.evaluatedPropsToName)(e,r.props));let{props:p}=r;d();function d(){for(let m of o)u&&h(m),r.allErrors?g(m):(e.var(c,!0),g(m),e.if(c))}function h(m){for(let f in u)new RegExp(m).test(f)&&(0,CT.checkStrictMode)(r,`property ${f} matches pattern ${m} (use allowMatchingProperties)`)}function g(m){e.forIn("key",n,f=>{e.if((0,fc._)`${(0,vT.usePattern)(t,m)}.test(${f})`,()=>{let v=l.includes(m);v||t.subschema({keyword:"patternProperties",schemaProp:m,dataProp:f,dataPropType:AT.Type.Str},c),r.opts.unevaluated&&p!==!0?e.assign((0,fc._)`${p}[${f}]`,!0):!v&&!r.allErrors&&e.if((0,fc.not)(c),()=>e.break())})})}}};Ff.default=GB});var yT=w(Vf=>{"use strict";Object.defineProperty(Vf,"__esModule",{value:!0});var $B=we(),NB={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:i,it:n}=t;if((0,$B.alwaysValidSchema)(n,i)){t.fail();return}let a=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},a),t.failResult(a,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};Vf.default=NB});var PT=w(Jf=>{"use strict";Object.defineProperty(Jf,"__esModule",{value:!0});var UB=dn(),LB={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:UB.validateUnion,error:{message:"must match a schema in anyOf"}};Jf.default=LB});var jT=w(Zf=>{"use strict";Object.defineProperty(Zf,"__esModule",{value:!0});var wc=re(),WB=we(),BB={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,wc._)`{passingSchemas: ${t.passing}}`},FB={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:BB,code(t){let{gen:e,schema:i,parentSchema:n,it:a}=t;if(!Array.isArray(i))throw new Error("ajv implementation error");if(a.opts.discriminator&&n.discriminator)return;let r=i,s=e.let("valid",!1),o=e.let("passing",null),l=e.name("_valid");t.setParams({passing:o}),e.block(u),t.result(s,()=>t.reset(),()=>t.error(!0));function u(){r.forEach((c,p)=>{let d;(0,WB.alwaysValidSchema)(a,c)?e.var(l,!0):d=t.subschema({keyword:"oneOf",schemaProp:p,compositeRule:!0},l),p>0&&e.if((0,wc._)`${l} && ${s}`).assign(s,!1).assign(o,(0,wc._)`[${o}, ${p}]`).else(),e.if(l,()=>{e.assign(s,!0),e.assign(o,p),d&&t.mergeEvaluated(d,wc.Name)})})}}};Zf.default=FB});var ST=w(Kf=>{"use strict";Object.defineProperty(Kf,"__esModule",{value:!0});var VB=we(),JB={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:i,it:n}=t;if(!Array.isArray(i))throw new Error("ajv implementation error");let a=e.name("valid");i.forEach((r,s)=>{if((0,VB.alwaysValidSchema)(n,r))return;let o=t.subschema({keyword:"allOf",schemaProp:s},a);t.ok(a),t.mergeEvaluated(o)})}};Kf.default=JB});var TT=w(Qf=>{"use strict";Object.defineProperty(Qf,"__esModule",{value:!0});var vc=re(),xT=we(),ZB={message:({params:t})=>(0,vc.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,vc._)`{failingKeyword: ${t.ifClause}}`},KB={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:ZB,code(t){let{gen:e,parentSchema:i,it:n}=t;i.then===void 0&&i.else===void 0&&(0,xT.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let a=OT(n,"then"),r=OT(n,"else");if(!a&&!r)return;let s=e.let("valid",!0),o=e.name("_valid");if(l(),t.reset(),a&&r){let c=e.let("ifClause");t.setParams({ifClause:c}),e.if(o,u("then",c),u("else",c))}else a?e.if(o,u("then")):e.if((0,vc.not)(o),u("else"));t.pass(s,()=>t.error(!0));function l(){let c=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},o);t.mergeEvaluated(c)}function u(c,p){return()=>{let d=t.subschema({keyword:c},o);e.assign(s,o),t.mergeValidEvaluated(d,s),p?e.assign(p,(0,vc._)`${c}`):t.setParams({ifClause:c})}}}};function OT(t,e){let i=t.schema[e];return i!==void 0&&!(0,xT.alwaysValidSchema)(t,i)}Qf.default=KB});var MT=w(Yf=>{"use strict";Object.defineProperty(Yf,"__esModule",{value:!0});var QB=we(),YB={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:i}){e.if===void 0&&(0,QB.checkStrictMode)(i,`"${t}" without "if" is ignored`)}};Yf.default=YB});var ET=w(Xf=>{"use strict";Object.defineProperty(Xf,"__esModule",{value:!0});var XB=If(),eF=sT(),iF=Rf(),nF=lT(),tF=uT(),aF=dT(),rF=gT(),sF=Lf(),oF=wT(),lF=bT(),uF=yT(),cF=PT(),pF=jT(),dF=ST(),hF=TT(),gF=MT();function mF(t=!1){let e=[uF.default,cF.default,pF.default,dF.default,hF.default,gF.default,rF.default,sF.default,aF.default,oF.default,lF.default];return t?e.push(eF.default,nF.default):e.push(XB.default,iF.default),e.push(tF.default),e}Xf.default=mF});var kT=w(ew=>{"use strict";Object.defineProperty(ew,"__esModule",{value:!0});var ii=re(),fF={message:({schemaCode:t})=>(0,ii.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,ii._)`{format: ${t}}`},wF={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:fF,code(t,e){let{gen:i,data:n,$data:a,schema:r,schemaCode:s,it:o}=t,{opts:l,errSchemaPath:u,schemaEnv:c,self:p}=o;if(!l.validateFormats)return;a?d():h();function d(){let g=i.scopeValue("formats",{ref:p.formats,code:l.code.formats}),m=i.const("fDef",(0,ii._)`${g}[${s}]`),f=i.let("fType"),v=i.let("format");i.if((0,ii._)`typeof ${m} == "object" && !(${m} instanceof RegExp)`,()=>i.assign(f,(0,ii._)`${m}.type || "string"`).assign(v,(0,ii._)`${m}.validate`),()=>i.assign(f,(0,ii._)`"string"`).assign(v,m)),t.fail$data((0,ii.or)(y(),A()));function y(){return l.strictSchema===!1?ii.nil:(0,ii._)`${s} && !${v}`}function A(){let b=c.$async?(0,ii._)`(${m}.async ? await ${v}(${n}) : ${v}(${n}))`:(0,ii._)`${v}(${n})`,O=(0,ii._)`(typeof ${v} == "function" ? ${b} : ${v}.test(${n}))`;return(0,ii._)`${v} && ${v} !== true && ${f} === ${e} && !${O}`}}function h(){let g=p.formats[r];if(!g){y();return}if(g===!0)return;let[m,f,v]=A(g);m===e&&t.pass(b());function y(){if(l.strictSchema===!1){p.logger.warn(O());return}throw new Error(O());function O(){return`unknown format "${r}" ignored in schema at path "${u}"`}}function A(O){let $=O instanceof RegExp?(0,ii.regexpCode)(O):l.code.formats?(0,ii._)`${l.code.formats}${(0,ii.getProperty)(r)}`:void 0,N=i.scopeValue("formats",{key:r,ref:O,code:$});return typeof O=="object"&&!(O instanceof RegExp)?[O.type||"string",O.validate,(0,ii._)`${N}.validate`]:["string",O,N]}function b(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!c.$async)throw new Error("async format in sync schema");return(0,ii._)`await ${v}(${n})`}return typeof f=="function"?(0,ii._)`${v}(${n})`:(0,ii._)`${v}.test(${n})`}}}};ew.default=wF});var qT=w(iw=>{"use strict";Object.defineProperty(iw,"__esModule",{value:!0});var vF=kT(),CF=[vF.default];iw.default=CF});var _T=w(Ir=>{"use strict";Object.defineProperty(Ir,"__esModule",{value:!0});Ir.contentVocabulary=Ir.metadataVocabulary=void 0;Ir.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Ir.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var IT=w(nw=>{"use strict";Object.defineProperty(nw,"__esModule",{value:!0});var AF=Ux(),bF=nT(),yF=ET(),PF=qT(),HT=_T(),jF=[AF.default,bF.default,(0,yF.default)(),PF.default,HT.metadataVocabulary,HT.contentVocabulary];nw.default=jF});var zT=w(Cc=>{"use strict";Object.defineProperty(Cc,"__esModule",{value:!0});Cc.DiscrError=void 0;var RT;(function(t){t.Tag="tag",t.Mapping="mapping"})(RT||(Cc.DiscrError=RT={}))});var GT=w(aw=>{"use strict";Object.defineProperty(aw,"__esModule",{value:!0});var Rr=re(),tw=zT(),DT=nc(),SF=go(),OF=we(),xF={message:({params:{discrError:t,tagName:e}})=>t===tw.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:i}})=>(0,Rr._)`{error: ${t}, tag: ${i}, tagValue: ${e}}`},TF={keyword:"discriminator",type:"object",schemaType:"object",error:xF,code(t){let{gen:e,data:i,schema:n,parentSchema:a,it:r}=t,{oneOf:s}=a;if(!r.opts.discriminator)throw new Error("discriminator: requires discriminator option");let o=n.propertyName;if(typeof o!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!s)throw new Error("discriminator: requires oneOf keyword");let l=e.let("valid",!1),u=e.const("tag",(0,Rr._)`${i}${(0,Rr.getProperty)(o)}`);e.if((0,Rr._)`typeof ${u} == "string"`,()=>c(),()=>t.error(!1,{discrError:tw.DiscrError.Tag,tag:u,tagName:o})),t.ok(l);function c(){let h=d();e.if(!1);for(let g in h)e.elseIf((0,Rr._)`${u} === ${g}`),e.assign(l,p(h[g]));e.else(),t.error(!1,{discrError:tw.DiscrError.Mapping,tag:u,tagName:o}),e.endIf()}function p(h){let g=e.name("valid"),m=t.subschema({keyword:"oneOf",schemaProp:h},g);return t.mergeEvaluated(m,Rr.Name),g}function d(){var h;let g={},m=v(a),f=!0;for(let b=0;b{MF.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var sw=w((Ue,rw)=>{"use strict";Object.defineProperty(Ue,"__esModule",{value:!0});Ue.MissingRefError=Ue.ValidationError=Ue.CodeGen=Ue.Name=Ue.nil=Ue.stringify=Ue.str=Ue._=Ue.KeywordCxt=Ue.Ajv=void 0;var EF=Rx(),kF=IT(),qF=GT(),NT=$T(),_F=["/properties"],Ac="http://json-schema.org/draft-07/schema",zr=class extends EF.default{_addVocabularies(){super._addVocabularies(),kF.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(qF.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(NT,_F):NT;this.addMetaSchema(e,Ac,!1),this.refs["http://json-schema.org/schema"]=Ac}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Ac)?Ac:void 0)}};Ue.Ajv=zr;rw.exports=Ue=zr;rw.exports.Ajv=zr;Object.defineProperty(Ue,"__esModule",{value:!0});Ue.default=zr;var HF=ho();Object.defineProperty(Ue,"KeywordCxt",{enumerable:!0,get:function(){return HF.KeywordCxt}});var Dr=re();Object.defineProperty(Ue,"_",{enumerable:!0,get:function(){return Dr._}});Object.defineProperty(Ue,"str",{enumerable:!0,get:function(){return Dr.str}});Object.defineProperty(Ue,"stringify",{enumerable:!0,get:function(){return Dr.stringify}});Object.defineProperty(Ue,"nil",{enumerable:!0,get:function(){return Dr.nil}});Object.defineProperty(Ue,"Name",{enumerable:!0,get:function(){return Dr.Name}});Object.defineProperty(Ue,"CodeGen",{enumerable:!0,get:function(){return Dr.CodeGen}});var IF=ec();Object.defineProperty(Ue,"ValidationError",{enumerable:!0,get:function(){return IF.default}});var RF=go();Object.defineProperty(Ue,"MissingRefError",{enumerable:!0,get:function(){return RF.default}})});var ZT=w($n=>{"use strict";Object.defineProperty($n,"__esModule",{value:!0});$n.formatNames=$n.fastFormats=$n.fullFormats=void 0;function Gn(t,e){return{validate:t,compare:e}}$n.fullFormats={date:Gn(BT,cw),time:Gn(lw(!0),pw),"date-time":Gn(UT(!0),VT),"iso-time":Gn(lw(),FT),"iso-date-time":Gn(UT(),JT),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:UF,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:ZF,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:LF,int32:{type:"number",validate:FF},int64:{type:"number",validate:VF},float:{type:"number",validate:WT},double:{type:"number",validate:WT},password:!0,binary:!0};$n.fastFormats={...$n.fullFormats,date:Gn(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,cw),time:Gn(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,pw),"date-time":Gn(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,VT),"iso-time":Gn(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,FT),"iso-date-time":Gn(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,JT),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};$n.formatNames=Object.keys($n.fullFormats);function zF(t){return t%4===0&&(t%100!==0||t%400===0)}var DF=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,GF=[0,31,28,31,30,31,30,31,31,30,31,30,31];function BT(t){let e=DF.exec(t);if(!e)return!1;let i=+e[1],n=+e[2],a=+e[3];return n>=1&&n<=12&&a>=1&&a<=(n===2&&zF(i)?29:GF[n])}function cw(t,e){if(t&&e)return t>e?1:t23||c>59||t&&!o)return!1;if(a<=23&&r<=59&&s<60)return!0;let p=r-c*l,d=a-u*l-(p<0?1:0);return(d===23||d===-1)&&(p===59||p===-1)&&s<61}}function pw(t,e){if(!(t&&e))return;let i=new Date("2020-01-01T"+t).valueOf(),n=new Date("2020-01-01T"+e).valueOf();if(i&&n)return i-n}function FT(t,e){if(!(t&&e))return;let i=ow.exec(t),n=ow.exec(e);if(i&&n)return t=i[1]+i[2]+i[3],e=n[1]+n[2]+n[3],t>e?1:t=WF}function VF(t){return Number.isInteger(t)}function WT(){return!0}var JF=/[^\\]\\Z/;function ZF(t){if(JF.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var KT=w(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.formatLimitDefinition=void 0;var KF=sw(),On=re(),Rt=On.operators,bc={formatMaximum:{okStr:"<=",ok:Rt.LTE,fail:Rt.GT},formatMinimum:{okStr:">=",ok:Rt.GTE,fail:Rt.LT},formatExclusiveMaximum:{okStr:"<",ok:Rt.LT,fail:Rt.GTE},formatExclusiveMinimum:{okStr:">",ok:Rt.GT,fail:Rt.LTE}},QF={message:({keyword:t,schemaCode:e})=>(0,On.str)`should be ${bc[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,On._)`{comparison: ${bc[t].okStr}, limit: ${e}}`};Gr.formatLimitDefinition={keyword:Object.keys(bc),type:"string",schemaType:"string",$data:!0,error:QF,code(t){let{gen:e,data:i,schemaCode:n,keyword:a,it:r}=t,{opts:s,self:o}=r;if(!s.validateFormats)return;let l=new KF.KeywordCxt(r,o.RULES.all.format.definition,"format");l.$data?u():c();function u(){let d=e.scopeValue("formats",{ref:o.formats,code:s.code.formats}),h=e.const("fmt",(0,On._)`${d}[${l.schemaCode}]`);t.fail$data((0,On.or)((0,On._)`typeof ${h} != "object"`,(0,On._)`${h} instanceof RegExp`,(0,On._)`typeof ${h}.compare != "function"`,p(h)))}function c(){let d=l.schema,h=o.formats[d];if(!h||h===!0)return;if(typeof h!="object"||h instanceof RegExp||typeof h.compare!="function")throw new Error(`"${a}": format "${d}" does not define "compare" function`);let g=e.scopeValue("formats",{key:d,ref:h,code:s.code.formats?(0,On._)`${s.code.formats}${(0,On.getProperty)(d)}`:void 0});t.fail$data(p(g))}function p(d){return(0,On._)`${d}.compare(${i}, ${n}) ${bc[a].fail} 0`}},dependencies:["format"]};var YF=t=>(t.addKeyword(Gr.formatLimitDefinition),t);Gr.default=YF});var eM=w((To,XT)=>{"use strict";Object.defineProperty(To,"__esModule",{value:!0});var $r=ZT(),XF=KT(),dw=re(),QT=new dw.Name("fullFormats"),eV=new dw.Name("fastFormats"),hw=(t,e={keywords:!0})=>{if(Array.isArray(e))return YT(t,e,$r.fullFormats,QT),t;let[i,n]=e.mode==="fast"?[$r.fastFormats,eV]:[$r.fullFormats,QT],a=e.formats||$r.formatNames;return YT(t,a,i,n),e.keywords&&(0,XF.default)(t),t};hw.get=(t,e="full")=>{let n=(e==="fast"?$r.fastFormats:$r.fullFormats)[t];if(!n)throw new Error(`Unknown format "${t}"`);return n};function YT(t,e,i,n){var a,r;(a=(r=t.opts.code).formats)!==null&&a!==void 0||(r.formats=(0,dw._)`require("ajv-formats/dist/formats").${n}`);for(let s of e)t.addFormat(s,i[s])}XT.exports=To=hw;Object.defineProperty(To,"__esModule",{value:!0});To.default=hw});var mM=w((Fse,gM)=>{var hM=require("stream").Stream,lV=require("util");gM.exports=xn;function xn(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}lV.inherits(xn,hM);xn.create=function(t,e){var i=new this;e=e||{};for(var n in e)i[n]=e[n];i.source=t;var a=t.emit;return t.emit=function(){return i._handleEmit(arguments),a.apply(t,arguments)},t.on("error",function(){}),i.pauseStream&&t.pause(),i};Object.defineProperty(xn.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});xn.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};xn.prototype.resume=function(){this._released||this.release(),this.source.resume()};xn.prototype.pause=function(){this.source.pause()};xn.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(t){this.emit.apply(this,t)}.bind(this)),this._bufferedEvents=[]};xn.prototype.pipe=function(){var t=hM.prototype.pipe.apply(this,arguments);return this.resume(),t};xn.prototype._handleEmit=function(t){if(this._released){this.emit.apply(this,t);return}t[0]==="data"&&(this.dataSize+=t[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(t)};xn.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(t))}}});var CM=w((Vse,vM)=>{var uV=require("util"),wM=require("stream").Stream,fM=mM();vM.exports=Ke;function Ke(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}uV.inherits(Ke,wM);Ke.create=function(t){var e=new this;t=t||{};for(var i in t)e[i]=t[i];return e};Ke.isStreamLike=function(t){return typeof t!="function"&&typeof t!="string"&&typeof t!="boolean"&&typeof t!="number"&&!Buffer.isBuffer(t)};Ke.prototype.append=function(t){var e=Ke.isStreamLike(t);if(e){if(!(t instanceof fM)){var i=fM.create(t,{maxDataSize:1/0,pauseStream:this.pauseStreams});t.on("data",this._checkDataSize.bind(this)),t=i}this._handleErrors(t),this.pauseStreams&&t.pause()}return this._streams.push(t),this};Ke.prototype.pipe=function(t,e){return wM.prototype.pipe.call(this,t,e),this.resume(),t};Ke.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};Ke.prototype._realGetNext=function(){var t=this._streams.shift();if(typeof t>"u"){this.end();return}if(typeof t!="function"){this._pipeNext(t);return}var e=t;e(function(i){var n=Ke.isStreamLike(i);n&&(i.on("data",this._checkDataSize.bind(this)),this._handleErrors(i)),this._pipeNext(i)}.bind(this))};Ke.prototype._pipeNext=function(t){this._currentStream=t;var e=Ke.isStreamLike(t);if(e){t.on("end",this._getNext.bind(this)),t.pipe(this,{end:!1});return}var i=t;this.write(i),this._getNext()};Ke.prototype._handleErrors=function(t){var e=this;t.on("error",function(i){e._emitError(i)})};Ke.prototype.write=function(t){this.emit("data",t)};Ke.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};Ke.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};Ke.prototype.end=function(){this._reset(),this.emit("end")};Ke.prototype.destroy=function(){this._reset(),this.emit("close")};Ke.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};Ke.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(t))}};Ke.prototype._updateDataSize=function(){this.dataSize=0;var t=this;this._streams.forEach(function(e){e.dataSize&&(t.dataSize+=e.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};Ke.prototype._emitError=function(t){this._reset(),this.emit("error",t)}});var AM=w((Jse,cV)=>{cV.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var yM=w((Zse,bM)=>{bM.exports=AM()});var SM=w(Bi=>{"use strict";var Mc=yM(),pV=require("path").extname,PM=/^\s*([^;\s]*)(?:;|\s|$)/,dV=/^text\//i;Bi.charset=jM;Bi.charsets={lookup:jM};Bi.contentType=hV;Bi.extension=gV;Bi.extensions=Object.create(null);Bi.lookup=mV;Bi.types=Object.create(null);fV(Bi.extensions,Bi.types);function jM(t){if(!t||typeof t!="string")return!1;var e=PM.exec(t),i=e&&Mc[e[1].toLowerCase()];return i&&i.charset?i.charset:e&&dV.test(e[1])?"UTF-8":!1}function hV(t){if(!t||typeof t!="string")return!1;var e=t.indexOf("/")===-1?Bi.lookup(t):t;if(!e)return!1;if(e.indexOf("charset")===-1){var i=Bi.charset(e);i&&(e+="; charset="+i.toLowerCase())}return e}function gV(t){if(!t||typeof t!="string")return!1;var e=PM.exec(t),i=e&&Bi.extensions[e[1].toLowerCase()];return!i||!i.length?!1:i[0]}function mV(t){if(!t||typeof t!="string")return!1;var e=pV("x."+t).toLowerCase().substr(1);return e&&Bi.types[e]||!1}function fV(t,e){var i=["nginx","apache",void 0,"iana"];Object.keys(Mc).forEach(function(a){var r=Mc[a],s=r.extensions;if(!(!s||!s.length)){t[a]=s;for(var o=0;oc||u===c&&e[l].substr(0,12)==="application/"))continue}e[l]=a}}})}});var xM=w((Qse,OM)=>{OM.exports=wV;function wV(t){var e=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;e?e(t):setTimeout(t,0)}});var vw=w((Yse,MM)=>{var TM=xM();MM.exports=vV;function vV(t){var e=!1;return TM(function(){e=!0}),function(n,a){e?t(n,a):TM(function(){t(n,a)})}}});var Cw=w((Xse,EM)=>{EM.exports=CV;function CV(t){Object.keys(t.jobs).forEach(AV.bind(t)),t.jobs={}}function AV(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}});var Aw=w((eoe,qM)=>{var kM=vw(),bV=Cw();qM.exports=yV;function yV(t,e,i,n){var a=i.keyedList?i.keyedList[i.index]:i.index;i.jobs[a]=PV(e,a,t[a],function(r,s){a in i.jobs&&(delete i.jobs[a],r?bV(i):i.results[a]=s,n(r,i.results))})}function PV(t,e,i,n){var a;return t.length==2?a=t(i,kM(n)):a=t(i,e,kM(n)),a}});var bw=w((ioe,_M)=>{_M.exports=jV;function jV(t,e){var i=!Array.isArray(t),n={index:0,keyedList:i||e?Object.keys(t):null,jobs:{},results:i?{}:[],size:i?Object.keys(t).length:t.length};return e&&n.keyedList.sort(i?e:function(a,r){return e(t[a],t[r])}),n}});var yw=w((noe,HM)=>{var SV=Cw(),OV=vw();HM.exports=xV;function xV(t){Object.keys(this.jobs).length&&(this.index=this.size,SV(this),OV(t)(null,this.results))}});var RM=w((toe,IM)=>{var TV=Aw(),MV=bw(),EV=yw();IM.exports=kV;function kV(t,e,i){for(var n=MV(t);n.index<(n.keyedList||t).length;)TV(t,e,n,function(a,r){if(a){i(a,r);return}if(Object.keys(n.jobs).length===0){i(null,n.results);return}}),n.index++;return EV.bind(n,i)}});var Pw=w((aoe,Ec)=>{var zM=Aw(),qV=bw(),_V=yw();Ec.exports=HV;Ec.exports.ascending=DM;Ec.exports.descending=IV;function HV(t,e,i,n){var a=qV(t,i);return zM(t,e,a,function r(s,o){if(s){n(s,o);return}if(a.index++,a.index<(a.keyedList||t).length){zM(t,e,a,r);return}n(null,a.results)}),_V.bind(a,n)}function DM(t,e){return te?1:0}function IV(t,e){return-1*DM(t,e)}});var $M=w((roe,GM)=>{var RV=Pw();GM.exports=zV;function zV(t,e,i){return RV(t,e,null,i)}});var UM=w((soe,NM)=>{NM.exports={parallel:RM(),serial:$M(),serialOrdered:Pw()}});var jw=w((ooe,LM)=>{"use strict";LM.exports=Object});var BM=w((loe,WM)=>{"use strict";WM.exports=Error});var VM=w((uoe,FM)=>{"use strict";FM.exports=EvalError});var ZM=w((coe,JM)=>{"use strict";JM.exports=RangeError});var QM=w((poe,KM)=>{"use strict";KM.exports=ReferenceError});var XM=w((doe,YM)=>{"use strict";YM.exports=SyntaxError});var Dt=w((hoe,eE)=>{"use strict";eE.exports=TypeError});var nE=w((goe,iE)=>{"use strict";iE.exports=URIError});var aE=w((moe,tE)=>{"use strict";tE.exports=Math.abs});var sE=w((foe,rE)=>{"use strict";rE.exports=Math.floor});var lE=w((woe,oE)=>{"use strict";oE.exports=Math.max});var cE=w((voe,uE)=>{"use strict";uE.exports=Math.min});var dE=w((Coe,pE)=>{"use strict";pE.exports=Math.pow});var gE=w((Aoe,hE)=>{"use strict";hE.exports=Math.round});var fE=w((boe,mE)=>{"use strict";mE.exports=Number.isNaN||function(e){return e!==e}});var vE=w((yoe,wE)=>{"use strict";var DV=fE();wE.exports=function(e){return DV(e)||e===0?e:e<0?-1:1}});var AE=w((Poe,CE)=>{"use strict";CE.exports=Object.getOwnPropertyDescriptor});var Sw=w((joe,bE)=>{"use strict";var kc=AE();if(kc)try{kc([],"length")}catch{kc=null}bE.exports=kc});var PE=w((Soe,yE)=>{"use strict";var qc=Object.defineProperty||!1;if(qc)try{qc({},"a",{value:1})}catch{qc=!1}yE.exports=qc});var Ow=w((Ooe,jE)=>{"use strict";jE.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},i=Symbol("test"),n=Object(i);if(typeof i=="string"||Object.prototype.toString.call(i)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var a=42;e[i]=a;for(var r in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var s=Object.getOwnPropertySymbols(e);if(s.length!==1||s[0]!==i||!Object.prototype.propertyIsEnumerable.call(e,i))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(e,i);if(o.value!==a||o.enumerable!==!0)return!1}return!0}});var xE=w((xoe,OE)=>{"use strict";var SE=typeof Symbol<"u"&&Symbol,GV=Ow();OE.exports=function(){return typeof SE!="function"||typeof Symbol!="function"||typeof SE("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:GV()}});var xw=w((Toe,TE)=>{"use strict";TE.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Tw=w((Moe,ME)=>{"use strict";var $V=jw();ME.exports=$V.getPrototypeOf||null});var qE=w((Eoe,kE)=>{"use strict";var NV="Function.prototype.bind called on incompatible ",UV=Object.prototype.toString,LV=Math.max,WV="[object Function]",EE=function(e,i){for(var n=[],a=0;a{"use strict";var VV=qE();_E.exports=Function.prototype.bind||VV});var _c=w((qoe,HE)=>{"use strict";HE.exports=Function.prototype.call});var Mw=w((_oe,IE)=>{"use strict";IE.exports=Function.prototype.apply});var zE=w((Hoe,RE)=>{"use strict";RE.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var GE=w((Ioe,DE)=>{"use strict";var JV=Eo(),ZV=Mw(),KV=_c(),QV=zE();DE.exports=QV||JV.call(KV,ZV)});var Ew=w((Roe,$E)=>{"use strict";var YV=Eo(),XV=Dt(),eJ=_c(),iJ=GE();$E.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new XV("a function is required");return iJ(YV,eJ,e)}});var FE=w((zoe,BE)=>{"use strict";var nJ=Ew(),NE=Sw(),LE;try{LE=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var kw=!!LE&&NE&&NE(Object.prototype,"__proto__"),WE=Object,UE=WE.getPrototypeOf;BE.exports=kw&&typeof kw.get=="function"?nJ([kw.get]):typeof UE=="function"?function(e){return UE(e==null?e:WE(e))}:!1});var QE=w((Doe,KE)=>{"use strict";var VE=xw(),JE=Tw(),ZE=FE();KE.exports=VE?function(e){return VE(e)}:JE?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return JE(e)}:ZE?function(e){return ZE(e)}:null});var Hc=w((Goe,YE)=>{"use strict";var tJ=Function.prototype.call,aJ=Object.prototype.hasOwnProperty,rJ=Eo();YE.exports=rJ.call(tJ,aJ)});var Ho=w(($oe,ak)=>{"use strict";var pe,sJ=jw(),oJ=BM(),lJ=VM(),uJ=ZM(),cJ=QM(),Wr=XM(),Lr=Dt(),pJ=nE(),dJ=aE(),hJ=sE(),gJ=lE(),mJ=cE(),fJ=dE(),wJ=gE(),vJ=vE(),nk=Function,qw=function(t){try{return nk('"use strict"; return ('+t+").constructor;")()}catch{}},ko=Sw(),CJ=PE(),_w=function(){throw new Lr},AJ=ko?(function(){try{return arguments.callee,_w}catch{try{return ko(arguments,"callee").get}catch{return _w}}})():_w,Nr=xE()(),mi=QE(),bJ=Tw(),yJ=xw(),tk=Mw(),qo=_c(),Ur={},PJ=typeof Uint8Array>"u"||!mi?pe:mi(Uint8Array),qa={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?pe:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?pe:ArrayBuffer,"%ArrayIteratorPrototype%":Nr&&mi?mi([][Symbol.iterator]()):pe,"%AsyncFromSyncIteratorPrototype%":pe,"%AsyncFunction%":Ur,"%AsyncGenerator%":Ur,"%AsyncGeneratorFunction%":Ur,"%AsyncIteratorPrototype%":Ur,"%Atomics%":typeof Atomics>"u"?pe:Atomics,"%BigInt%":typeof BigInt>"u"?pe:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?pe:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?pe:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?pe:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":oJ,"%eval%":eval,"%EvalError%":lJ,"%Float16Array%":typeof Float16Array>"u"?pe:Float16Array,"%Float32Array%":typeof Float32Array>"u"?pe:Float32Array,"%Float64Array%":typeof Float64Array>"u"?pe:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?pe:FinalizationRegistry,"%Function%":nk,"%GeneratorFunction%":Ur,"%Int8Array%":typeof Int8Array>"u"?pe:Int8Array,"%Int16Array%":typeof Int16Array>"u"?pe:Int16Array,"%Int32Array%":typeof Int32Array>"u"?pe:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Nr&&mi?mi(mi([][Symbol.iterator]())):pe,"%JSON%":typeof JSON=="object"?JSON:pe,"%Map%":typeof Map>"u"?pe:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Nr||!mi?pe:mi(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":sJ,"%Object.getOwnPropertyDescriptor%":ko,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?pe:Promise,"%Proxy%":typeof Proxy>"u"?pe:Proxy,"%RangeError%":uJ,"%ReferenceError%":cJ,"%Reflect%":typeof Reflect>"u"?pe:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?pe:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Nr||!mi?pe:mi(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?pe:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Nr&&mi?mi(""[Symbol.iterator]()):pe,"%Symbol%":Nr?Symbol:pe,"%SyntaxError%":Wr,"%ThrowTypeError%":AJ,"%TypedArray%":PJ,"%TypeError%":Lr,"%Uint8Array%":typeof Uint8Array>"u"?pe:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?pe:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?pe:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?pe:Uint32Array,"%URIError%":pJ,"%WeakMap%":typeof WeakMap>"u"?pe:WeakMap,"%WeakRef%":typeof WeakRef>"u"?pe:WeakRef,"%WeakSet%":typeof WeakSet>"u"?pe:WeakSet,"%Function.prototype.call%":qo,"%Function.prototype.apply%":tk,"%Object.defineProperty%":CJ,"%Object.getPrototypeOf%":bJ,"%Math.abs%":dJ,"%Math.floor%":hJ,"%Math.max%":gJ,"%Math.min%":mJ,"%Math.pow%":fJ,"%Math.round%":wJ,"%Math.sign%":vJ,"%Reflect.getPrototypeOf%":yJ};if(mi)try{null.error}catch(t){XE=mi(mi(t)),qa["%Error.prototype%"]=XE}var XE,jJ=function t(e){var i;if(e==="%AsyncFunction%")i=qw("async function () {}");else if(e==="%GeneratorFunction%")i=qw("function* () {}");else if(e==="%AsyncGeneratorFunction%")i=qw("async function* () {}");else if(e==="%AsyncGenerator%"){var n=t("%AsyncGeneratorFunction%");n&&(i=n.prototype)}else if(e==="%AsyncIteratorPrototype%"){var a=t("%AsyncGenerator%");a&&mi&&(i=mi(a.prototype))}return qa[e]=i,i},ek={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},_o=Eo(),Ic=Hc(),SJ=_o.call(qo,Array.prototype.concat),OJ=_o.call(tk,Array.prototype.splice),ik=_o.call(qo,String.prototype.replace),Rc=_o.call(qo,String.prototype.slice),xJ=_o.call(qo,RegExp.prototype.exec),TJ=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,MJ=/\\(\\)?/g,EJ=function(e){var i=Rc(e,0,1),n=Rc(e,-1);if(i==="%"&&n!=="%")throw new Wr("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&i!=="%")throw new Wr("invalid intrinsic syntax, expected opening `%`");var a=[];return ik(e,TJ,function(r,s,o,l){a[a.length]=o?ik(l,MJ,"$1"):s||r}),a},kJ=function(e,i){var n=e,a;if(Ic(ek,n)&&(a=ek[n],n="%"+a[0]+"%"),Ic(qa,n)){var r=qa[n];if(r===Ur&&(r=jJ(n)),typeof r>"u"&&!i)throw new Lr("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:a,name:n,value:r}}throw new Wr("intrinsic "+e+" does not exist!")};ak.exports=function(e,i){if(typeof e!="string"||e.length===0)throw new Lr("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof i!="boolean")throw new Lr('"allowMissing" argument must be a boolean');if(xJ(/^%?[^%]*%?$/,e)===null)throw new Wr("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=EJ(e),a=n.length>0?n[0]:"",r=kJ("%"+a+"%",i),s=r.name,o=r.value,l=!1,u=r.alias;u&&(a=u[0],OJ(n,SJ([0,1],u)));for(var c=1,p=!0;c=n.length){var m=ko(o,d);p=!!m,p&&"get"in m&&!("originalValue"in m.get)?o=m.get:o=o[d]}else p=Ic(o,d),o=o[d];p&&!l&&(qa[s]=o)}}return o}});var sk=w((Noe,rk)=>{"use strict";var qJ=Ow();rk.exports=function(){return qJ()&&!!Symbol.toStringTag}});var uk=w((Uoe,lk)=>{"use strict";var _J=Ho(),ok=_J("%Object.defineProperty%",!0),HJ=sk()(),IJ=Hc(),RJ=Dt(),zc=HJ?Symbol.toStringTag:null;lk.exports=function(e,i){var n=arguments.length>2&&!!arguments[2]&&arguments[2].force,a=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof n<"u"&&typeof n!="boolean"||typeof a<"u"&&typeof a!="boolean")throw new RJ("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");zc&&(n||!IJ(e,zc))&&(ok?ok(e,zc,{configurable:!a,enumerable:!1,value:i,writable:!1}):e[zc]=i)}});var pk=w((Loe,ck)=>{"use strict";ck.exports=function(t,e){return Object.keys(e).forEach(function(i){t[i]=t[i]||e[i]}),t}});var hk=w((Woe,dk)=>{"use strict";var zw=CM(),zJ=require("util"),Hw=require("path"),DJ=require("http"),GJ=require("https"),$J=require("url").parse,NJ=require("fs"),UJ=require("stream").Stream,LJ=require("crypto"),Iw=SM(),WJ=UM(),BJ=uk(),Gt=Hc(),Rw=pk();function Ce(t){if(!(this instanceof Ce))return new Ce(t);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],zw.call(this),t=t||{};for(var e in t)this[e]=t[e]}zJ.inherits(Ce,zw);Ce.LINE_BREAK=`\r -`;Ce.DEFAULT_CONTENT_TYPE="application/octet-stream";Ce.prototype.append=function(t,e,i){i=i||{},typeof i=="string"&&(i={filename:i});var n=zw.prototype.append.bind(this);if((typeof e=="number"||e==null)&&(e=String(e)),Array.isArray(e)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(t,e,i),r=this._multiPartFooter();n(a),n(e),n(r),this._trackLength(a,e,i)};Ce.prototype._trackLength=function(t,e,i){var n=0;i.knownLength!=null?n+=Number(i.knownLength):Buffer.isBuffer(e)?n=e.length:typeof e=="string"&&(n=Buffer.byteLength(e)),this._valueLength+=n,this._overheadLength+=Buffer.byteLength(t)+Ce.LINE_BREAK.length,!(!e||!e.path&&!(e.readable&&Gt(e,"httpVersion"))&&!(e instanceof UJ))&&(i.knownLength||this._valuesToMeasure.push(e))};Ce.prototype._lengthRetriever=function(t,e){Gt(t,"fd")?t.end!=null&&t.end!=1/0&&t.start!=null?e(null,t.end+1-(t.start?t.start:0)):NJ.stat(t.path,function(i,n){if(i){e(i);return}var a=n.size-(t.start?t.start:0);e(null,a)}):Gt(t,"httpVersion")?e(null,Number(t.headers["content-length"])):Gt(t,"httpModule")?(t.on("response",function(i){t.pause(),e(null,Number(i.headers["content-length"]))}),t.resume()):e("Unknown stream")};Ce.prototype._multiPartHeader=function(t,e,i){if(typeof i.header=="string")return i.header;var n=this._getContentDisposition(e,i),a=this._getContentType(e,i),r="",s={"Content-Disposition":["form-data",'name="'+t+'"'].concat(n||[]),"Content-Type":[].concat(a||[])};typeof i.header=="object"&&Rw(s,i.header);var o;for(var l in s)if(Gt(s,l)){if(o=s[l],o==null)continue;Array.isArray(o)||(o=[o]),o.length&&(r+=l+": "+o.join("; ")+Ce.LINE_BREAK)}return"--"+this.getBoundary()+Ce.LINE_BREAK+r+Ce.LINE_BREAK};Ce.prototype._getContentDisposition=function(t,e){var i;if(typeof e.filepath=="string"?i=Hw.normalize(e.filepath).replace(/\\/g,"/"):e.filename||t&&(t.name||t.path)?i=Hw.basename(e.filename||t&&(t.name||t.path)):t&&t.readable&&Gt(t,"httpVersion")&&(i=Hw.basename(t.client._httpMessage.path||"")),i)return'filename="'+i+'"'};Ce.prototype._getContentType=function(t,e){var i=e.contentType;return!i&&t&&t.name&&(i=Iw.lookup(t.name)),!i&&t&&t.path&&(i=Iw.lookup(t.path)),!i&&t&&t.readable&&Gt(t,"httpVersion")&&(i=t.headers["content-type"]),!i&&(e.filepath||e.filename)&&(i=Iw.lookup(e.filepath||e.filename)),!i&&t&&typeof t=="object"&&(i=Ce.DEFAULT_CONTENT_TYPE),i};Ce.prototype._multiPartFooter=function(){return function(t){var e=Ce.LINE_BREAK,i=this._streams.length===0;i&&(e+=this._lastBoundary()),t(e)}.bind(this)};Ce.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+Ce.LINE_BREAK};Ce.prototype.getHeaders=function(t){var e,i={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(e in t)Gt(t,e)&&(i[e.toLowerCase()]=t[e]);return i};Ce.prototype.setBoundary=function(t){if(typeof t!="string")throw new TypeError("FormData boundary must be a string");this._boundary=t};Ce.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};Ce.prototype.getBuffer=function(){for(var t=new Buffer.alloc(0),e=this.getBoundary(),i=0,n=this._streams.length;i{var Br=1e3,Fr=Br*60,Vr=Fr*60,_a=Vr*24,FJ=_a*7,VJ=_a*365.25;gk.exports=function(t,e){e=e||{};var i=typeof t;if(i==="string"&&t.length>0)return JJ(t);if(i==="number"&&isFinite(t))return e.long?KJ(t):ZJ(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function JJ(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var i=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return i*VJ;case"weeks":case"week":case"w":return i*FJ;case"days":case"day":case"d":return i*_a;case"hours":case"hour":case"hrs":case"hr":case"h":return i*Vr;case"minutes":case"minute":case"mins":case"min":case"m":return i*Fr;case"seconds":case"second":case"secs":case"sec":case"s":return i*Br;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return i;default:return}}}}function ZJ(t){var e=Math.abs(t);return e>=_a?Math.round(t/_a)+"d":e>=Vr?Math.round(t/Vr)+"h":e>=Fr?Math.round(t/Fr)+"m":e>=Br?Math.round(t/Br)+"s":t+"ms"}function KJ(t){var e=Math.abs(t);return e>=_a?Dc(t,e,_a,"day"):e>=Vr?Dc(t,e,Vr,"hour"):e>=Fr?Dc(t,e,Fr,"minute"):e>=Br?Dc(t,e,Br,"second"):t+" ms"}function Dc(t,e,i,n){var a=e>=i*1.5;return Math.round(t/i)+" "+n+(a?"s":"")}});var Gw=w((Foe,mk)=>{function QJ(t){i.debug=i,i.default=i,i.coerce=l,i.disable=s,i.enable=a,i.enabled=o,i.humanize=Dw(),i.destroy=u,Object.keys(t).forEach(c=>{i[c]=t[c]}),i.names=[],i.skips=[],i.formatters={};function e(c){let p=0;for(let d=0;d{if($==="%%")return"%";b++;let X=i.formatters[N];if(typeof X=="function"){let F=f[b];$=X.call(v,F),f.splice(b,1),b--}return $}),i.formatArgs.call(v,f),(v.log||i.log).apply(v,f)}return m.namespace=c,m.useColors=i.useColors(),m.color=i.selectColor(c),m.extend=n,m.destroy=i.destroy,Object.defineProperty(m,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(h!==i.namespaces&&(h=i.namespaces,g=i.enabled(c)),g),set:f=>{d=f}}),typeof i.init=="function"&&i.init(m),m}function n(c,p){let d=i(this.namespace+(typeof p>"u"?":":p)+c);return d.log=this.log,d}function a(c){i.save(c),i.namespaces=c,i.names=[],i.skips=[];let p=(typeof c=="string"?c:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let d of p)d[0]==="-"?i.skips.push(d.slice(1)):i.names.push(d)}function r(c,p){let d=0,h=0,g=-1,m=0;for(;d"-"+p)].join(",");return i.enable(""),c}function o(c){for(let p of i.skips)if(r(c,p))return!1;for(let p of i.names)if(r(c,p))return!0;return!1}function l(c){return c instanceof Error?c.stack||c.message:c}function u(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return i.enable(i.load()),i}mk.exports=QJ});var fk=w((Fi,Gc)=>{Fi.formatArgs=XJ;Fi.save=e4;Fi.load=i4;Fi.useColors=YJ;Fi.storage=n4();Fi.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Fi.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function YJ(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function XJ(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Gc.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let i=0,n=0;t[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(i++,a==="%c"&&(n=i))}),t.splice(n,0,e)}Fi.log=console.debug||console.log||(()=>{});function e4(t){try{t?Fi.storage.setItem("debug",t):Fi.storage.removeItem("debug")}catch{}}function i4(){let t;try{t=Fi.storage.getItem("debug")||Fi.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function n4(){try{return localStorage}catch{}}Gc.exports=Gw()(Fi);var{formatters:t4}=Gc.exports;t4.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var vk=w((fi,Nc)=>{var a4=require("tty"),$c=require("util");fi.init=p4;fi.log=l4;fi.formatArgs=s4;fi.save=u4;fi.load=c4;fi.useColors=r4;fi.destroy=$c.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");fi.colors=[6,2,3,4,5,1];try{let t=require("supports-color");t&&(t.stderr||t).level>=2&&(fi.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}fi.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let i=e.substring(6).toLowerCase().replace(/_([a-z])/g,(a,r)=>r.toUpperCase()),n=process.env[e];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),t[i]=n,t},{});function r4(){return"colors"in fi.inspectOpts?!!fi.inspectOpts.colors:a4.isatty(process.stderr.fd)}function s4(t){let{namespace:e,useColors:i}=this;if(i){let n=this.color,a="\x1B[3"+(n<8?n:"8;5;"+n),r=` ${a};1m${e} \x1B[0m`;t[0]=r+t[0].split(` + deps: ${n}}`};var CF={keyword:"dependencies",type:"object",schemaType:"object",error:Vi.error,code(t){let[e,n]=AF(t);kT(t,e),qT(t,n)}};function AF({schema:t}){let e={},n={};for(let i in t){if(i==="__proto__")continue;let a=Array.isArray(t[i])?e:n;a[i]=t[i]}return[e,n]}function kT(t,e=t.schema){let{gen:n,data:i,it:a}=t;if(Object.keys(e).length===0)return;let r=n.let("missing");for(let s in e){let o=e[s];if(o.length===0)continue;let l=(0,Uo.propertyInData)(n,i,s,a.opts.ownProperties);t.setParams({property:s,depsCount:o.length,deps:o.join(", ")}),a.allErrors?n.if(l,()=>{for(let u of o)(0,Uo.checkReportMissingProp)(t,u)}):(n.if((0,ew._)`${l} && (${(0,Uo.checkMissingProp)(t,o,r)})`),(0,Uo.reportMissingProp)(t,r),n.else())}}Vi.validatePropertyDeps=kT;function qT(t,e=t.schema){let{gen:n,data:i,keyword:a,it:r}=t,s=n.name("valid");for(let o in e)(0,vF.alwaysValidSchema)(r,e[o])||(n.if((0,Uo.propertyInData)(n,i,o,r.opts.ownProperties),()=>{let l=t.subschema({keyword:a,schemaProp:o},s);t.mergeValidEvaluated(l,s)},()=>n.var(s,!0)),t.ok(s))}Vi.validateSchemaDeps=qT;Vi.default=CF});var IT=v(nw=>{"use strict";Object.defineProperty(nw,"__esModule",{value:!0});var HT=le(),bF=ye(),yF={message:"property name must be valid",params:({params:t})=>(0,HT._)`{propertyName: ${t.propertyName}}`},PF={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:yF,code(t){let{gen:e,schema:n,data:i,it:a}=t;if((0,bF.alwaysValidSchema)(a,n))return;let r=e.name("valid");e.forIn("key",i,s=>{t.setParams({propertyName:s}),t.subschema({keyword:"propertyNames",data:s,dataTypes:["string"],propertyName:s,compositeRule:!0},r),e.if((0,HT.not)(r),()=>{t.error(!0),a.allErrors||e.break()})}),t.ok(r)}};nw.default=PF});var tw=v(iw=>{"use strict";Object.defineProperty(iw,"__esModule",{value:!0});var Tc=Ci(),_i=le(),jF=wt(),Mc=ye(),SF={message:"must NOT have additional properties",params:({params:t})=>(0,_i._)`{additionalProperty: ${t.additionalProperty}}`},OF={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:SF,code(t){let{gen:e,schema:n,parentSchema:i,data:a,errsCount:r,it:s}=t;if(!r)throw new Error("ajv implementation error");let{allErrors:o,opts:l}=s;if(s.props=!0,l.removeAdditional!=="all"&&(0,Mc.alwaysValidSchema)(s,n))return;let u=(0,Tc.allSchemaProperties)(i.properties),c=(0,Tc.allSchemaProperties)(i.patternProperties);p(),t.ok((0,_i._)`${r} === ${jF.default.errors}`);function p(){e.forIn("key",a,f=>{!u.length&&!c.length?g(f):e.if(h(f),()=>g(f))})}function h(f){let w;if(u.length>8){let b=(0,Mc.schemaRefOrVal)(s,i.properties,"properties");w=(0,Tc.isOwnProperty)(e,b,f)}else u.length?w=(0,_i.or)(...u.map(b=>(0,_i._)`${f} === ${b}`)):w=_i.nil;return c.length&&(w=(0,_i.or)(w,...c.map(b=>(0,_i._)`${(0,Tc.usePattern)(t,b)}.test(${f})`))),(0,_i.not)(w)}function d(f){e.code((0,_i._)`delete ${a}[${f}]`)}function g(f){if(l.removeAdditional==="all"||l.removeAdditional&&n===!1){d(f);return}if(n===!1){t.setParams({additionalProperty:f}),t.error(),o||e.break();return}if(typeof n=="object"&&!(0,Mc.alwaysValidSchema)(s,n)){let w=e.name("valid");l.removeAdditional==="failing"?(m(f,w,!1),e.if((0,_i.not)(w),()=>{t.reset(),d(f)})):(m(f,w),o||e.if((0,_i.not)(w),()=>e.break()))}}function m(f,w,b){let A={keyword:"additionalProperties",dataProp:f,dataPropType:Mc.Type.Str};b===!1&&Object.assign(A,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(A,w)}}};iw.default=OF});var DT=v(rw=>{"use strict";Object.defineProperty(rw,"__esModule",{value:!0});var xF=To(),RT=Ci(),aw=ye(),zT=tw(),TF={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:n,parentSchema:i,data:a,it:r}=t;r.opts.removeAdditional==="all"&&i.additionalProperties===void 0&&zT.default.code(new xF.KeywordCxt(r,zT.default,"additionalProperties"));let s=(0,RT.allSchemaProperties)(n);for(let p of s)r.definedProperties.add(p);r.opts.unevaluated&&s.length&&r.props!==!0&&(r.props=aw.mergeEvaluated.props(e,(0,aw.toHash)(s),r.props));let o=s.filter(p=>!(0,aw.alwaysValidSchema)(r,n[p]));if(o.length===0)return;let l=e.name("valid");for(let p of o)u(p)?c(p):(e.if((0,RT.propertyInData)(e,a,p,r.opts.ownProperties)),c(p),r.allErrors||e.else().var(l,!0),e.endIf()),t.it.definedProperties.add(p),t.ok(l);function u(p){return r.opts.useDefaults&&!r.compositeRule&&n[p].default!==void 0}function c(p){t.subschema({keyword:"properties",schemaProp:p,dataProp:p},l)}}};rw.default=TF});var UT=v(sw=>{"use strict";Object.defineProperty(sw,"__esModule",{value:!0});var GT=Ci(),Ec=le(),$T=ye(),NT=ye(),MF={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:n,data:i,parentSchema:a,it:r}=t,{opts:s}=r,o=(0,GT.allSchemaProperties)(n),l=o.filter(m=>(0,$T.alwaysValidSchema)(r,n[m]));if(o.length===0||l.length===o.length&&(!r.opts.unevaluated||r.props===!0))return;let u=s.strictSchema&&!s.allowMatchingProperties&&a.properties,c=e.name("valid");r.props!==!0&&!(r.props instanceof Ec.Name)&&(r.props=(0,NT.evaluatedPropsToName)(e,r.props));let{props:p}=r;h();function h(){for(let m of o)u&&d(m),r.allErrors?g(m):(e.var(c,!0),g(m),e.if(c))}function d(m){for(let f in u)new RegExp(m).test(f)&&(0,$T.checkStrictMode)(r,`property ${f} matches pattern ${m} (use allowMatchingProperties)`)}function g(m){e.forIn("key",i,f=>{e.if((0,Ec._)`${(0,GT.usePattern)(t,m)}.test(${f})`,()=>{let w=l.includes(m);w||t.subschema({keyword:"patternProperties",schemaProp:m,dataProp:f,dataPropType:NT.Type.Str},c),r.opts.unevaluated&&p!==!0?e.assign((0,Ec._)`${p}[${f}]`,!0):!w&&!r.allErrors&&e.if((0,Ec.not)(c),()=>e.break())})})}}};sw.default=MF});var LT=v(ow=>{"use strict";Object.defineProperty(ow,"__esModule",{value:!0});var EF=ye(),kF={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:n,it:i}=t;if((0,EF.alwaysValidSchema)(i,n)){t.fail();return}let a=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},a),t.failResult(a,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};ow.default=kF});var WT=v(lw=>{"use strict";Object.defineProperty(lw,"__esModule",{value:!0});var qF=Ci(),_F={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:qF.validateUnion,error:{message:"must match a schema in anyOf"}};lw.default=_F});var BT=v(uw=>{"use strict";Object.defineProperty(uw,"__esModule",{value:!0});var kc=le(),HF=ye(),IF={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,kc._)`{passingSchemas: ${t.passing}}`},RF={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:IF,code(t){let{gen:e,schema:n,parentSchema:i,it:a}=t;if(!Array.isArray(n))throw new Error("ajv implementation error");if(a.opts.discriminator&&i.discriminator)return;let r=n,s=e.let("valid",!1),o=e.let("passing",null),l=e.name("_valid");t.setParams({passing:o}),e.block(u),t.result(s,()=>t.reset(),()=>t.error(!0));function u(){r.forEach((c,p)=>{let h;(0,HF.alwaysValidSchema)(a,c)?e.var(l,!0):h=t.subschema({keyword:"oneOf",schemaProp:p,compositeRule:!0},l),p>0&&e.if((0,kc._)`${l} && ${s}`).assign(s,!1).assign(o,(0,kc._)`[${o}, ${p}]`).else(),e.if(l,()=>{e.assign(s,!0),e.assign(o,p),h&&t.mergeEvaluated(h,kc.Name)})})}}};uw.default=RF});var FT=v(cw=>{"use strict";Object.defineProperty(cw,"__esModule",{value:!0});var zF=ye(),DF={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:n,it:i}=t;if(!Array.isArray(n))throw new Error("ajv implementation error");let a=e.name("valid");n.forEach((r,s)=>{if((0,zF.alwaysValidSchema)(i,r))return;let o=t.subschema({keyword:"allOf",schemaProp:s},a);t.ok(a),t.mergeEvaluated(o)})}};cw.default=DF});var ZT=v(pw=>{"use strict";Object.defineProperty(pw,"__esModule",{value:!0});var qc=le(),JT=ye(),GF={message:({params:t})=>(0,qc.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,qc._)`{failingKeyword: ${t.ifClause}}`},$F={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:GF,code(t){let{gen:e,parentSchema:n,it:i}=t;n.then===void 0&&n.else===void 0&&(0,JT.checkStrictMode)(i,'"if" without "then" and "else" is ignored');let a=VT(i,"then"),r=VT(i,"else");if(!a&&!r)return;let s=e.let("valid",!0),o=e.name("_valid");if(l(),t.reset(),a&&r){let c=e.let("ifClause");t.setParams({ifClause:c}),e.if(o,u("then",c),u("else",c))}else a?e.if(o,u("then")):e.if((0,qc.not)(o),u("else"));t.pass(s,()=>t.error(!0));function l(){let c=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},o);t.mergeEvaluated(c)}function u(c,p){return()=>{let h=t.subschema({keyword:c},o);e.assign(s,o),t.mergeValidEvaluated(h,s),p?e.assign(p,(0,qc._)`${c}`):t.setParams({ifClause:c})}}}};function VT(t,e){let n=t.schema[e];return n!==void 0&&!(0,JT.alwaysValidSchema)(t,n)}pw.default=$F});var KT=v(dw=>{"use strict";Object.defineProperty(dw,"__esModule",{value:!0});var NF=ye(),UF={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:n}){e.if===void 0&&(0,NF.checkStrictMode)(n,`"${t}" without "if" is ignored`)}};dw.default=UF});var QT=v(hw=>{"use strict";Object.defineProperty(hw,"__esModule",{value:!0});var LF=Zf(),WF=xT(),BF=Kf(),FF=MT(),VF=ET(),JF=_T(),ZF=IT(),KF=tw(),QF=DT(),YF=UT(),XF=LT(),eV=WT(),nV=BT(),iV=FT(),tV=ZT(),aV=KT();function rV(t=!1){let e=[XF.default,eV.default,nV.default,iV.default,tV.default,aV.default,ZF.default,KF.default,JF.default,QF.default,YF.default];return t?e.push(WF.default,FF.default):e.push(LF.default,BF.default),e.push(VF.default),e}hw.default=rV});var YT=v(gw=>{"use strict";Object.defineProperty(gw,"__esModule",{value:!0});var rn=le(),sV={message:({schemaCode:t})=>(0,rn.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,rn._)`{format: ${t}}`},oV={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:sV,code(t,e){let{gen:n,data:i,$data:a,schema:r,schemaCode:s,it:o}=t,{opts:l,errSchemaPath:u,schemaEnv:c,self:p}=o;if(!l.validateFormats)return;a?h():d();function h(){let g=n.scopeValue("formats",{ref:p.formats,code:l.code.formats}),m=n.const("fDef",(0,rn._)`${g}[${s}]`),f=n.let("fType"),w=n.let("format");n.if((0,rn._)`typeof ${m} == "object" && !(${m} instanceof RegExp)`,()=>n.assign(f,(0,rn._)`${m}.type || "string"`).assign(w,(0,rn._)`${m}.validate`),()=>n.assign(f,(0,rn._)`"string"`).assign(w,m)),t.fail$data((0,rn.or)(b(),A()));function b(){return l.strictSchema===!1?rn.nil:(0,rn._)`${s} && !${w}`}function A(){let y=c.$async?(0,rn._)`(${m}.async ? await ${w}(${i}) : ${w}(${i}))`:(0,rn._)`${w}(${i})`,S=(0,rn._)`(typeof ${w} == "function" ? ${y} : ${w}.test(${i}))`;return(0,rn._)`${w} && ${w} !== true && ${f} === ${e} && !${S}`}}function d(){let g=p.formats[r];if(!g){b();return}if(g===!0)return;let[m,f,w]=A(g);m===e&&t.pass(y());function b(){if(l.strictSchema===!1){p.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${r}" ignored in schema at path "${u}"`}}function A(S){let q=S instanceof RegExp?(0,rn.regexpCode)(S):l.code.formats?(0,rn._)`${l.code.formats}${(0,rn.getProperty)(r)}`:void 0,N=n.scopeValue("formats",{key:r,ref:S,code:q});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,rn._)`${N}.validate`]:["string",S,N]}function y(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!c.$async)throw new Error("async format in sync schema");return(0,rn._)`await ${w}(${i})`}return typeof f=="function"?(0,rn._)`${w}(${i})`:(0,rn._)`${w}.test(${i})`}}}};gw.default=oV});var XT=v(mw=>{"use strict";Object.defineProperty(mw,"__esModule",{value:!0});var lV=YT(),uV=[lV.default];mw.default=uV});var eM=v(Vr=>{"use strict";Object.defineProperty(Vr,"__esModule",{value:!0});Vr.contentVocabulary=Vr.metadataVocabulary=void 0;Vr.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Vr.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var iM=v(fw=>{"use strict";Object.defineProperty(fw,"__esModule",{value:!0});var cV=uT(),pV=PT(),dV=QT(),hV=XT(),nM=eM(),gV=[cV.default,pV.default,(0,dV.default)(),hV.default,nM.metadataVocabulary,nM.contentVocabulary];fw.default=gV});var aM=v(_c=>{"use strict";Object.defineProperty(_c,"__esModule",{value:!0});_c.DiscrError=void 0;var tM;(function(t){t.Tag="tag",t.Mapping="mapping"})(tM||(_c.DiscrError=tM={}))});var sM=v(vw=>{"use strict";Object.defineProperty(vw,"__esModule",{value:!0});var Jr=le(),ww=aM(),rM=gc(),mV=Mo(),fV=ye(),wV={message:({params:{discrError:t,tagName:e}})=>t===ww.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:n}})=>(0,Jr._)`{error: ${t}, tag: ${n}, tagValue: ${e}}`},vV={keyword:"discriminator",type:"object",schemaType:"object",error:wV,code(t){let{gen:e,data:n,schema:i,parentSchema:a,it:r}=t,{oneOf:s}=a;if(!r.opts.discriminator)throw new Error("discriminator: requires discriminator option");let o=i.propertyName;if(typeof o!="string")throw new Error("discriminator: requires propertyName");if(i.mapping)throw new Error("discriminator: mapping is not supported");if(!s)throw new Error("discriminator: requires oneOf keyword");let l=e.let("valid",!1),u=e.const("tag",(0,Jr._)`${n}${(0,Jr.getProperty)(o)}`);e.if((0,Jr._)`typeof ${u} == "string"`,()=>c(),()=>t.error(!1,{discrError:ww.DiscrError.Tag,tag:u,tagName:o})),t.ok(l);function c(){let d=h();e.if(!1);for(let g in d)e.elseIf((0,Jr._)`${u} === ${g}`),e.assign(l,p(d[g]));e.else(),t.error(!1,{discrError:ww.DiscrError.Mapping,tag:u,tagName:o}),e.endIf()}function p(d){let g=e.name("valid"),m=t.subschema({keyword:"oneOf",schemaProp:d},g);return t.mergeEvaluated(m,Jr.Name),g}function h(){var d;let g={},m=w(a),f=!0;for(let y=0;y{CV.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var Aw=v((Ue,Cw)=>{"use strict";Object.defineProperty(Ue,"__esModule",{value:!0});Ue.MissingRefError=Ue.ValidationError=Ue.CodeGen=Ue.Name=Ue.nil=Ue.stringify=Ue.str=Ue._=Ue.KeywordCxt=Ue.Ajv=void 0;var AV=tT(),bV=iM(),yV=sM(),lM=oM(),PV=["/properties"],Hc="http://json-schema.org/draft-07/schema",Zr=class extends AV.default{_addVocabularies(){super._addVocabularies(),bV.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(yV.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(lM,PV):lM;this.addMetaSchema(e,Hc,!1),this.refs["http://json-schema.org/schema"]=Hc}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Hc)?Hc:void 0)}};Ue.Ajv=Zr;Cw.exports=Ue=Zr;Cw.exports.Ajv=Zr;Object.defineProperty(Ue,"__esModule",{value:!0});Ue.default=Zr;var jV=To();Object.defineProperty(Ue,"KeywordCxt",{enumerable:!0,get:function(){return jV.KeywordCxt}});var Kr=le();Object.defineProperty(Ue,"_",{enumerable:!0,get:function(){return Kr._}});Object.defineProperty(Ue,"str",{enumerable:!0,get:function(){return Kr.str}});Object.defineProperty(Ue,"stringify",{enumerable:!0,get:function(){return Kr.stringify}});Object.defineProperty(Ue,"nil",{enumerable:!0,get:function(){return Kr.nil}});Object.defineProperty(Ue,"Name",{enumerable:!0,get:function(){return Kr.Name}});Object.defineProperty(Ue,"CodeGen",{enumerable:!0,get:function(){return Kr.CodeGen}});var SV=dc();Object.defineProperty(Ue,"ValidationError",{enumerable:!0,get:function(){return SV.default}});var OV=Mo();Object.defineProperty(Ue,"MissingRefError",{enumerable:!0,get:function(){return OV.default}})});var fM=v(Zi=>{"use strict";Object.defineProperty(Zi,"__esModule",{value:!0});Zi.formatNames=Zi.fastFormats=Zi.fullFormats=void 0;function Ji(t,e){return{validate:t,compare:e}}Zi.fullFormats={date:Ji(dM,jw),time:Ji(yw(!0),Sw),"date-time":Ji(uM(!0),gM),"iso-time":Ji(yw(),hM),"iso-date-time":Ji(uM(),mM),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:qV,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:GV,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:_V,int32:{type:"number",validate:RV},int64:{type:"number",validate:zV},float:{type:"number",validate:pM},double:{type:"number",validate:pM},password:!0,binary:!0};Zi.fastFormats={...Zi.fullFormats,date:Ji(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,jw),time:Ji(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Sw),"date-time":Ji(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,gM),"iso-time":Ji(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,hM),"iso-date-time":Ji(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,mM),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};Zi.formatNames=Object.keys(Zi.fullFormats);function xV(t){return t%4===0&&(t%100!==0||t%400===0)}var TV=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,MV=[0,31,28,31,30,31,30,31,31,30,31,30,31];function dM(t){let e=TV.exec(t);if(!e)return!1;let n=+e[1],i=+e[2],a=+e[3];return i>=1&&i<=12&&a>=1&&a<=(i===2&&xV(n)?29:MV[i])}function jw(t,e){if(t&&e)return t>e?1:t23||c>59||t&&!o)return!1;if(a<=23&&r<=59&&s<60)return!0;let p=r-c*l,h=a-u*l-(p<0?1:0);return(h===23||h===-1)&&(p===59||p===-1)&&s<61}}function Sw(t,e){if(!(t&&e))return;let n=new Date("2020-01-01T"+t).valueOf(),i=new Date("2020-01-01T"+e).valueOf();if(n&&i)return n-i}function hM(t,e){if(!(t&&e))return;let n=bw.exec(t),i=bw.exec(e);if(n&&i)return t=n[1]+n[2]+n[3],e=i[1]+i[2]+i[3],t>e?1:t=HV}function zV(t){return Number.isInteger(t)}function pM(){return!0}var DV=/[^\\]\\Z/;function GV(t){if(DV.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var wM=v(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.formatLimitDefinition=void 0;var $V=Aw(),Hi=le(),Bt=Hi.operators,Ic={formatMaximum:{okStr:"<=",ok:Bt.LTE,fail:Bt.GT},formatMinimum:{okStr:">=",ok:Bt.GTE,fail:Bt.LT},formatExclusiveMaximum:{okStr:"<",ok:Bt.LT,fail:Bt.GTE},formatExclusiveMinimum:{okStr:">",ok:Bt.GT,fail:Bt.LTE}},NV={message:({keyword:t,schemaCode:e})=>(0,Hi.str)`should be ${Ic[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,Hi._)`{comparison: ${Ic[t].okStr}, limit: ${e}}`};Qr.formatLimitDefinition={keyword:Object.keys(Ic),type:"string",schemaType:"string",$data:!0,error:NV,code(t){let{gen:e,data:n,schemaCode:i,keyword:a,it:r}=t,{opts:s,self:o}=r;if(!s.validateFormats)return;let l=new $V.KeywordCxt(r,o.RULES.all.format.definition,"format");l.$data?u():c();function u(){let h=e.scopeValue("formats",{ref:o.formats,code:s.code.formats}),d=e.const("fmt",(0,Hi._)`${h}[${l.schemaCode}]`);t.fail$data((0,Hi.or)((0,Hi._)`typeof ${d} != "object"`,(0,Hi._)`${d} instanceof RegExp`,(0,Hi._)`typeof ${d}.compare != "function"`,p(d)))}function c(){let h=l.schema,d=o.formats[h];if(!d||d===!0)return;if(typeof d!="object"||d instanceof RegExp||typeof d.compare!="function")throw new Error(`"${a}": format "${h}" does not define "compare" function`);let g=e.scopeValue("formats",{key:h,ref:d,code:s.code.formats?(0,Hi._)`${s.code.formats}${(0,Hi.getProperty)(h)}`:void 0});t.fail$data(p(g))}function p(h){return(0,Hi._)`${h}.compare(${n}, ${i}) ${Ic[a].fail} 0`}},dependencies:["format"]};var UV=t=>(t.addKeyword(Qr.formatLimitDefinition),t);Qr.default=UV});var bM=v((Lo,AM)=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});var Yr=fM(),LV=wM(),Ow=le(),vM=new Ow.Name("fullFormats"),WV=new Ow.Name("fastFormats"),xw=(t,e={keywords:!0})=>{if(Array.isArray(e))return CM(t,e,Yr.fullFormats,vM),t;let[n,i]=e.mode==="fast"?[Yr.fastFormats,WV]:[Yr.fullFormats,vM],a=e.formats||Yr.formatNames;return CM(t,a,n,i),e.keywords&&(0,LV.default)(t),t};xw.get=(t,e="full")=>{let i=(e==="fast"?Yr.fastFormats:Yr.fullFormats)[t];if(!i)throw new Error(`Unknown format "${t}"`);return i};function CM(t,e,n,i){var a,r;(a=(r=t.opts.code).formats)!==null&&a!==void 0||(r.formats=(0,Ow._)`require("ajv-formats/dist/formats").${i}`);for(let s of e)t.addFormat(s,n[s])}AM.exports=Lo=xw;Object.defineProperty(Lo,"__esModule",{value:!0});Lo.default=xw});var RM=v((ple,IM)=>{var HM=require("stream").Stream,XV=require("util");IM.exports=Ii;function Ii(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}XV.inherits(Ii,HM);Ii.create=function(t,e){var n=new this;e=e||{};for(var i in e)n[i]=e[i];n.source=t;var a=t.emit;return t.emit=function(){return n._handleEmit(arguments),a.apply(t,arguments)},t.on("error",function(){}),n.pauseStream&&t.pause(),n};Object.defineProperty(Ii.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});Ii.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};Ii.prototype.resume=function(){this._released||this.release(),this.source.resume()};Ii.prototype.pause=function(){this.source.pause()};Ii.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(t){this.emit.apply(this,t)}.bind(this)),this._bufferedEvents=[]};Ii.prototype.pipe=function(){var t=HM.prototype.pipe.apply(this,arguments);return this.resume(),t};Ii.prototype._handleEmit=function(t){if(this._released){this.emit.apply(this,t);return}t[0]==="data"&&(this.dataSize+=t[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(t)};Ii.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(t))}}});var $M=v((dle,GM)=>{var eJ=require("util"),DM=require("stream").Stream,zM=RM();GM.exports=en;function en(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}eJ.inherits(en,DM);en.create=function(t){var e=new this;t=t||{};for(var n in t)e[n]=t[n];return e};en.isStreamLike=function(t){return typeof t!="function"&&typeof t!="string"&&typeof t!="boolean"&&typeof t!="number"&&!Buffer.isBuffer(t)};en.prototype.append=function(t){var e=en.isStreamLike(t);if(e){if(!(t instanceof zM)){var n=zM.create(t,{maxDataSize:1/0,pauseStream:this.pauseStreams});t.on("data",this._checkDataSize.bind(this)),t=n}this._handleErrors(t),this.pauseStreams&&t.pause()}return this._streams.push(t),this};en.prototype.pipe=function(t,e){return DM.prototype.pipe.call(this,t,e),this.resume(),t};en.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};en.prototype._realGetNext=function(){var t=this._streams.shift();if(typeof t>"u"){this.end();return}if(typeof t!="function"){this._pipeNext(t);return}var e=t;e(function(n){var i=en.isStreamLike(n);i&&(n.on("data",this._checkDataSize.bind(this)),this._handleErrors(n)),this._pipeNext(n)}.bind(this))};en.prototype._pipeNext=function(t){this._currentStream=t;var e=en.isStreamLike(t);if(e){t.on("end",this._getNext.bind(this)),t.pipe(this,{end:!1});return}var n=t;this.write(n),this._getNext()};en.prototype._handleErrors=function(t){var e=this;t.on("error",function(n){e._emitError(n)})};en.prototype.write=function(t){this.emit("data",t)};en.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};en.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};en.prototype.end=function(){this._reset(),this.emit("end")};en.prototype.destroy=function(){this._reset(),this.emit("close")};en.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};en.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var t="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(t))}};en.prototype._updateDataSize=function(){this.dataSize=0;var t=this;this._streams.forEach(function(e){e.dataSize&&(t.dataSize+=e.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};en.prototype._emitError=function(t){this._reset(),this.emit("error",t)}});var NM=v((hle,nJ)=>{nJ.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var LM=v((gle,UM)=>{UM.exports=NM()});var FM=v(Xn=>{"use strict";var Lc=LM(),iJ=require("path").extname,WM=/^\s*([^;\s]*)(?:;|\s|$)/,tJ=/^text\//i;Xn.charset=BM;Xn.charsets={lookup:BM};Xn.contentType=aJ;Xn.extension=rJ;Xn.extensions=Object.create(null);Xn.lookup=sJ;Xn.types=Object.create(null);oJ(Xn.extensions,Xn.types);function BM(t){if(!t||typeof t!="string")return!1;var e=WM.exec(t),n=e&&Lc[e[1].toLowerCase()];return n&&n.charset?n.charset:e&&tJ.test(e[1])?"UTF-8":!1}function aJ(t){if(!t||typeof t!="string")return!1;var e=t.indexOf("/")===-1?Xn.lookup(t):t;if(!e)return!1;if(e.indexOf("charset")===-1){var n=Xn.charset(e);n&&(e+="; charset="+n.toLowerCase())}return e}function rJ(t){if(!t||typeof t!="string")return!1;var e=WM.exec(t),n=e&&Xn.extensions[e[1].toLowerCase()];return!n||!n.length?!1:n[0]}function sJ(t){if(!t||typeof t!="string")return!1;var e=iJ("x."+t).toLowerCase().substr(1);return e&&Xn.types[e]||!1}function oJ(t,e){var n=["nginx","apache",void 0,"iana"];Object.keys(Lc).forEach(function(a){var r=Lc[a],s=r.extensions;if(!(!s||!s.length)){t[a]=s;for(var o=0;oc||u===c&&e[l].substr(0,12)==="application/"))continue}e[l]=a}}})}});var JM=v((fle,VM)=>{VM.exports=lJ;function lJ(t){var e=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;e?e(t):setTimeout(t,0)}});var qw=v((wle,KM)=>{var ZM=JM();KM.exports=uJ;function uJ(t){var e=!1;return ZM(function(){e=!0}),function(i,a){e?t(i,a):ZM(function(){t(i,a)})}}});var _w=v((vle,QM)=>{QM.exports=cJ;function cJ(t){Object.keys(t.jobs).forEach(pJ.bind(t)),t.jobs={}}function pJ(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}});var Hw=v((Cle,XM)=>{var YM=qw(),dJ=_w();XM.exports=hJ;function hJ(t,e,n,i){var a=n.keyedList?n.keyedList[n.index]:n.index;n.jobs[a]=gJ(e,a,t[a],function(r,s){a in n.jobs&&(delete n.jobs[a],r?dJ(n):n.results[a]=s,i(r,n.results))})}function gJ(t,e,n,i){var a;return t.length==2?a=t(n,YM(i)):a=t(n,e,YM(i)),a}});var Iw=v((Ale,eE)=>{eE.exports=mJ;function mJ(t,e){var n=!Array.isArray(t),i={index:0,keyedList:n||e?Object.keys(t):null,jobs:{},results:n?{}:[],size:n?Object.keys(t).length:t.length};return e&&i.keyedList.sort(n?e:function(a,r){return e(t[a],t[r])}),i}});var Rw=v((ble,nE)=>{var fJ=_w(),wJ=qw();nE.exports=vJ;function vJ(t){Object.keys(this.jobs).length&&(this.index=this.size,fJ(this),wJ(t)(null,this.results))}});var tE=v((yle,iE)=>{var CJ=Hw(),AJ=Iw(),bJ=Rw();iE.exports=yJ;function yJ(t,e,n){for(var i=AJ(t);i.index<(i.keyedList||t).length;)CJ(t,e,i,function(a,r){if(a){n(a,r);return}if(Object.keys(i.jobs).length===0){n(null,i.results);return}}),i.index++;return bJ.bind(i,n)}});var zw=v((Ple,Wc)=>{var aE=Hw(),PJ=Iw(),jJ=Rw();Wc.exports=SJ;Wc.exports.ascending=rE;Wc.exports.descending=OJ;function SJ(t,e,n,i){var a=PJ(t,n);return aE(t,e,a,function r(s,o){if(s){i(s,o);return}if(a.index++,a.index<(a.keyedList||t).length){aE(t,e,a,r);return}i(null,a.results)}),jJ.bind(a,i)}function rE(t,e){return te?1:0}function OJ(t,e){return-1*rE(t,e)}});var oE=v((jle,sE)=>{var xJ=zw();sE.exports=TJ;function TJ(t,e,n){return xJ(t,e,null,n)}});var uE=v((Sle,lE)=>{lE.exports={parallel:tE(),serial:oE(),serialOrdered:zw()}});var Dw=v((Ole,cE)=>{"use strict";cE.exports=Object});var dE=v((xle,pE)=>{"use strict";pE.exports=Error});var gE=v((Tle,hE)=>{"use strict";hE.exports=EvalError});var fE=v((Mle,mE)=>{"use strict";mE.exports=RangeError});var vE=v((Ele,wE)=>{"use strict";wE.exports=ReferenceError});var AE=v((kle,CE)=>{"use strict";CE.exports=SyntaxError});var Vt=v((qle,bE)=>{"use strict";bE.exports=TypeError});var PE=v((_le,yE)=>{"use strict";yE.exports=URIError});var SE=v((Hle,jE)=>{"use strict";jE.exports=Math.abs});var xE=v((Ile,OE)=>{"use strict";OE.exports=Math.floor});var ME=v((Rle,TE)=>{"use strict";TE.exports=Math.max});var kE=v((zle,EE)=>{"use strict";EE.exports=Math.min});var _E=v((Dle,qE)=>{"use strict";qE.exports=Math.pow});var IE=v((Gle,HE)=>{"use strict";HE.exports=Math.round});var zE=v(($le,RE)=>{"use strict";RE.exports=Number.isNaN||function(e){return e!==e}});var GE=v((Nle,DE)=>{"use strict";var MJ=zE();DE.exports=function(e){return MJ(e)||e===0?e:e<0?-1:1}});var NE=v((Ule,$E)=>{"use strict";$E.exports=Object.getOwnPropertyDescriptor});var Gw=v((Lle,UE)=>{"use strict";var Bc=NE();if(Bc)try{Bc([],"length")}catch{Bc=null}UE.exports=Bc});var $w=v((Wle,LE)=>{"use strict";var Fc=Object.defineProperty||!1;if(Fc)try{Fc({},"a",{value:1})}catch{Fc=!1}LE.exports=Fc});var Nw=v((Ble,WE)=>{"use strict";WE.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},n=Symbol("test"),i=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(i)!=="[object Symbol]")return!1;var a=42;e[n]=a;for(var r in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var s=Object.getOwnPropertySymbols(e);if(s.length!==1||s[0]!==n||!Object.prototype.propertyIsEnumerable.call(e,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(e,n);if(o.value!==a||o.enumerable!==!0)return!1}return!0}});var VE=v((Fle,FE)=>{"use strict";var BE=typeof Symbol<"u"&&Symbol,EJ=Nw();FE.exports=function(){return typeof BE!="function"||typeof Symbol!="function"||typeof BE("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:EJ()}});var Uw=v((Vle,JE)=>{"use strict";JE.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Lw=v((Jle,ZE)=>{"use strict";var kJ=Dw();ZE.exports=kJ.getPrototypeOf||null});var YE=v((Zle,QE)=>{"use strict";var qJ="Function.prototype.bind called on incompatible ",_J=Object.prototype.toString,HJ=Math.max,IJ="[object Function]",KE=function(e,n){for(var i=[],a=0;a{"use strict";var DJ=YE();XE.exports=Function.prototype.bind||DJ});var Vc=v((Qle,ek)=>{"use strict";ek.exports=Function.prototype.call});var Ww=v((Yle,nk)=>{"use strict";nk.exports=Function.prototype.apply});var tk=v((Xle,ik)=>{"use strict";ik.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var rk=v((eue,ak)=>{"use strict";var GJ=Bo(),$J=Ww(),NJ=Vc(),UJ=tk();ak.exports=UJ||GJ.call(NJ,$J)});var Bw=v((nue,sk)=>{"use strict";var LJ=Bo(),WJ=Vt(),BJ=Vc(),FJ=rk();sk.exports=function(e){if(e.length<1||typeof e[0]!="function")throw new WJ("a function is required");return FJ(LJ,BJ,e)}});var dk=v((iue,pk)=>{"use strict";var VJ=Bw(),ok=Gw(),uk;try{uk=[].__proto__===Array.prototype}catch(t){if(!t||typeof t!="object"||!("code"in t)||t.code!=="ERR_PROTO_ACCESS")throw t}var Fw=!!uk&&ok&&ok(Object.prototype,"__proto__"),ck=Object,lk=ck.getPrototypeOf;pk.exports=Fw&&typeof Fw.get=="function"?VJ([Fw.get]):typeof lk=="function"?function(e){return lk(e==null?e:ck(e))}:!1});var wk=v((tue,fk)=>{"use strict";var hk=Uw(),gk=Lw(),mk=dk();fk.exports=hk?function(e){return hk(e)}:gk?function(e){if(!e||typeof e!="object"&&typeof e!="function")throw new TypeError("getProto: not an object");return gk(e)}:mk?function(e){return mk(e)}:null});var Jc=v((aue,vk)=>{"use strict";var JJ=Function.prototype.call,ZJ=Object.prototype.hasOwnProperty,KJ=Bo();vk.exports=KJ.call(JJ,ZJ)});var Zo=v((rue,jk)=>{"use strict";var me,QJ=Dw(),YJ=dE(),XJ=gE(),e4=fE(),n4=vE(),is=AE(),ns=Vt(),i4=PE(),t4=SE(),a4=xE(),r4=ME(),s4=kE(),o4=_E(),l4=IE(),u4=GE(),yk=Function,Vw=function(t){try{return yk('"use strict"; return ('+t+").constructor;")()}catch{}},Fo=Gw(),c4=$w(),Jw=function(){throw new ns},p4=Fo?(function(){try{return arguments.callee,Jw}catch{try{return Fo(arguments,"callee").get}catch{return Jw}}})():Jw,Xr=VE()(),An=wk(),d4=Lw(),h4=Uw(),Pk=Ww(),Vo=Vc(),es={},g4=typeof Uint8Array>"u"||!An?me:An(Uint8Array),Na={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?me:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?me:ArrayBuffer,"%ArrayIteratorPrototype%":Xr&&An?An([][Symbol.iterator]()):me,"%AsyncFromSyncIteratorPrototype%":me,"%AsyncFunction%":es,"%AsyncGenerator%":es,"%AsyncGeneratorFunction%":es,"%AsyncIteratorPrototype%":es,"%Atomics%":typeof Atomics>"u"?me:Atomics,"%BigInt%":typeof BigInt>"u"?me:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?me:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?me:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?me:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":YJ,"%eval%":eval,"%EvalError%":XJ,"%Float16Array%":typeof Float16Array>"u"?me:Float16Array,"%Float32Array%":typeof Float32Array>"u"?me:Float32Array,"%Float64Array%":typeof Float64Array>"u"?me:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?me:FinalizationRegistry,"%Function%":yk,"%GeneratorFunction%":es,"%Int8Array%":typeof Int8Array>"u"?me:Int8Array,"%Int16Array%":typeof Int16Array>"u"?me:Int16Array,"%Int32Array%":typeof Int32Array>"u"?me:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Xr&&An?An(An([][Symbol.iterator]())):me,"%JSON%":typeof JSON=="object"?JSON:me,"%Map%":typeof Map>"u"?me:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Xr||!An?me:An(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":QJ,"%Object.getOwnPropertyDescriptor%":Fo,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?me:Promise,"%Proxy%":typeof Proxy>"u"?me:Proxy,"%RangeError%":e4,"%ReferenceError%":n4,"%Reflect%":typeof Reflect>"u"?me:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?me:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Xr||!An?me:An(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?me:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Xr&&An?An(""[Symbol.iterator]()):me,"%Symbol%":Xr?Symbol:me,"%SyntaxError%":is,"%ThrowTypeError%":p4,"%TypedArray%":g4,"%TypeError%":ns,"%Uint8Array%":typeof Uint8Array>"u"?me:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?me:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?me:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?me:Uint32Array,"%URIError%":i4,"%WeakMap%":typeof WeakMap>"u"?me:WeakMap,"%WeakRef%":typeof WeakRef>"u"?me:WeakRef,"%WeakSet%":typeof WeakSet>"u"?me:WeakSet,"%Function.prototype.call%":Vo,"%Function.prototype.apply%":Pk,"%Object.defineProperty%":c4,"%Object.getPrototypeOf%":d4,"%Math.abs%":t4,"%Math.floor%":a4,"%Math.max%":r4,"%Math.min%":s4,"%Math.pow%":o4,"%Math.round%":l4,"%Math.sign%":u4,"%Reflect.getPrototypeOf%":h4};if(An)try{null.error}catch(t){Ck=An(An(t)),Na["%Error.prototype%"]=Ck}var Ck,m4=function t(e){var n;if(e==="%AsyncFunction%")n=Vw("async function () {}");else if(e==="%GeneratorFunction%")n=Vw("function* () {}");else if(e==="%AsyncGeneratorFunction%")n=Vw("async function* () {}");else if(e==="%AsyncGenerator%"){var i=t("%AsyncGeneratorFunction%");i&&(n=i.prototype)}else if(e==="%AsyncIteratorPrototype%"){var a=t("%AsyncGenerator%");a&&An&&(n=An(a.prototype))}return Na[e]=n,n},Ak={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Jo=Bo(),Zc=Jc(),f4=Jo.call(Vo,Array.prototype.concat),w4=Jo.call(Pk,Array.prototype.splice),bk=Jo.call(Vo,String.prototype.replace),Kc=Jo.call(Vo,String.prototype.slice),v4=Jo.call(Vo,RegExp.prototype.exec),C4=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,A4=/\\(\\)?/g,b4=function(e){var n=Kc(e,0,1),i=Kc(e,-1);if(n==="%"&&i!=="%")throw new is("invalid intrinsic syntax, expected closing `%`");if(i==="%"&&n!=="%")throw new is("invalid intrinsic syntax, expected opening `%`");var a=[];return bk(e,C4,function(r,s,o,l){a[a.length]=o?bk(l,A4,"$1"):s||r}),a},y4=function(e,n){var i=e,a;if(Zc(Ak,i)&&(a=Ak[i],i="%"+a[0]+"%"),Zc(Na,i)){var r=Na[i];if(r===es&&(r=m4(i)),typeof r>"u"&&!n)throw new ns("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:a,name:i,value:r}}throw new is("intrinsic "+e+" does not exist!")};jk.exports=function(e,n){if(typeof e!="string"||e.length===0)throw new ns("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof n!="boolean")throw new ns('"allowMissing" argument must be a boolean');if(v4(/^%?[^%]*%?$/,e)===null)throw new is("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=b4(e),a=i.length>0?i[0]:"",r=y4("%"+a+"%",n),s=r.name,o=r.value,l=!1,u=r.alias;u&&(a=u[0],w4(i,f4([0,1],u)));for(var c=1,p=!0;c=i.length){var m=Fo(o,h);p=!!m,p&&"get"in m&&!("originalValue"in m.get)?o=m.get:o=o[h]}else p=Zc(o,h),o=o[h];p&&!l&&(Na[s]=o)}}return o}});var Ok=v((sue,Sk)=>{"use strict";var P4=Nw();Sk.exports=function(){return P4()&&!!Symbol.toStringTag}});var Mk=v((oue,Tk)=>{"use strict";var j4=Zo(),xk=j4("%Object.defineProperty%",!0),S4=Ok()(),O4=Jc(),x4=Vt(),Qc=S4?Symbol.toStringTag:null;Tk.exports=function(e,n){var i=arguments.length>2&&!!arguments[2]&&arguments[2].force,a=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof i<"u"&&typeof i!="boolean"||typeof a<"u"&&typeof a!="boolean")throw new x4("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");Qc&&(i||!O4(e,Qc))&&(xk?xk(e,Qc,{configurable:!a,enumerable:!1,value:n,writable:!1}):e[Qc]=n)}});var kk=v((lue,Ek)=>{"use strict";Ek.exports=function(t,e){return Object.keys(e).forEach(function(n){t[n]=t[n]||e[n]}),t}});var Hk=v((uue,_k)=>{"use strict";var Yw=$M(),T4=require("util"),Zw=require("path"),M4=require("http"),E4=require("https"),k4=require("url").parse,q4=require("fs"),_4=require("stream").Stream,H4=require("crypto"),Kw=FM(),I4=uE(),R4=Mk(),Jt=Jc(),Qw=kk();function qk(t){return String(t).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}function je(t){if(!(this instanceof je))return new je(t);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],Yw.call(this),t=t||{};for(var e in t)this[e]=t[e]}T4.inherits(je,Yw);je.LINE_BREAK=`\r +`;je.DEFAULT_CONTENT_TYPE="application/octet-stream";je.prototype.append=function(t,e,n){n=n||{},typeof n=="string"&&(n={filename:n});var i=Yw.prototype.append.bind(this);if((typeof e=="number"||e==null)&&(e=String(e)),Array.isArray(e)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(t,e,n),r=this._multiPartFooter();i(a),i(e),i(r),this._trackLength(a,e,n)};je.prototype._trackLength=function(t,e,n){var i=0;n.knownLength!=null?i+=Number(n.knownLength):Buffer.isBuffer(e)?i=e.length:typeof e=="string"&&(i=Buffer.byteLength(e)),this._valueLength+=i,this._overheadLength+=Buffer.byteLength(t)+je.LINE_BREAK.length,!(!e||!e.path&&!(e.readable&&Jt(e,"httpVersion"))&&!(e instanceof _4))&&(n.knownLength||this._valuesToMeasure.push(e))};je.prototype._lengthRetriever=function(t,e){Jt(t,"fd")?t.end!=null&&t.end!=1/0&&t.start!=null?e(null,t.end+1-(t.start?t.start:0)):q4.stat(t.path,function(n,i){if(n){e(n);return}var a=i.size-(t.start?t.start:0);e(null,a)}):Jt(t,"httpVersion")?e(null,Number(t.headers["content-length"])):Jt(t,"httpModule")?(t.on("response",function(n){t.pause(),e(null,Number(n.headers["content-length"]))}),t.resume()):e("Unknown stream")};je.prototype._multiPartHeader=function(t,e,n){if(typeof n.header=="string")return n.header;var i=this._getContentDisposition(e,n),a=this._getContentType(e,n),r="",s={"Content-Disposition":["form-data",'name="'+qk(t)+'"'].concat(i||[]),"Content-Type":[].concat(a||[])};typeof n.header=="object"&&Qw(s,n.header);var o;for(var l in s)if(Jt(s,l)){if(o=s[l],o==null)continue;Array.isArray(o)||(o=[o]),o.length&&(r+=l+": "+o.join("; ")+je.LINE_BREAK)}return"--"+this.getBoundary()+je.LINE_BREAK+r+je.LINE_BREAK};je.prototype._getContentDisposition=function(t,e){var n;if(typeof e.filepath=="string"?n=Zw.normalize(e.filepath).replace(/\\/g,"/"):e.filename||t&&(t.name||t.path)?n=Zw.basename(e.filename||t&&(t.name||t.path)):t&&t.readable&&Jt(t,"httpVersion")&&(n=Zw.basename(t.client._httpMessage.path||"")),n)return'filename="'+qk(n)+'"'};je.prototype._getContentType=function(t,e){var n=e.contentType;return!n&&t&&t.name&&(n=Kw.lookup(t.name)),!n&&t&&t.path&&(n=Kw.lookup(t.path)),!n&&t&&t.readable&&Jt(t,"httpVersion")&&(n=t.headers["content-type"]),!n&&(e.filepath||e.filename)&&(n=Kw.lookup(e.filepath||e.filename)),!n&&t&&typeof t=="object"&&(n=je.DEFAULT_CONTENT_TYPE),n};je.prototype._multiPartFooter=function(){return function(t){var e=je.LINE_BREAK,n=this._streams.length===0;n&&(e+=this._lastBoundary()),t(e)}.bind(this)};je.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+je.LINE_BREAK};je.prototype.getHeaders=function(t){var e,n={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(e in t)Jt(t,e)&&(n[e.toLowerCase()]=t[e]);return n};je.prototype.setBoundary=function(t){if(typeof t!="string")throw new TypeError("FormData boundary must be a string");this._boundary=t};je.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};je.prototype.getBuffer=function(){for(var t=new Buffer.alloc(0),e=this.getBoundary(),n=0,i=this._streams.length;n{var ts=1e3,as=ts*60,rs=as*60,Ua=rs*24,z4=Ua*7,D4=Ua*365.25;Ik.exports=function(t,e){e=e||{};var n=typeof t;if(n==="string"&&t.length>0)return G4(t);if(n==="number"&&isFinite(t))return e.long?N4(t):$4(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function G4(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),i=(e[2]||"ms").toLowerCase();switch(i){case"years":case"year":case"yrs":case"yr":case"y":return n*D4;case"weeks":case"week":case"w":return n*z4;case"days":case"day":case"d":return n*Ua;case"hours":case"hour":case"hrs":case"hr":case"h":return n*rs;case"minutes":case"minute":case"mins":case"min":case"m":return n*as;case"seconds":case"second":case"secs":case"sec":case"s":return n*ts;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}function $4(t){var e=Math.abs(t);return e>=Ua?Math.round(t/Ua)+"d":e>=rs?Math.round(t/rs)+"h":e>=as?Math.round(t/as)+"m":e>=ts?Math.round(t/ts)+"s":t+"ms"}function N4(t){var e=Math.abs(t);return e>=Ua?Yc(t,e,Ua,"day"):e>=rs?Yc(t,e,rs,"hour"):e>=as?Yc(t,e,as,"minute"):e>=ts?Yc(t,e,ts,"second"):t+" ms"}function Yc(t,e,n,i){var a=e>=n*1.5;return Math.round(t/n)+" "+i+(a?"s":"")}});var ev=v((pue,Rk)=>{function U4(t){n.debug=n,n.default=n,n.coerce=l,n.disable=s,n.enable=a,n.enabled=o,n.humanize=Xw(),n.destroy=u,Object.keys(t).forEach(c=>{n[c]=t[c]}),n.names=[],n.skips=[],n.formatters={};function e(c){let p=0;for(let h=0;h{if(q==="%%")return"%";y++;let X=n.formatters[N];if(typeof X=="function"){let W=f[y];q=X.call(w,W),f.splice(y,1),y--}return q}),n.formatArgs.call(w,f),(w.log||n.log).apply(w,f)}return m.namespace=c,m.useColors=n.useColors(),m.color=n.selectColor(c),m.extend=i,m.destroy=n.destroy,Object.defineProperty(m,"enabled",{enumerable:!0,configurable:!1,get:()=>h!==null?h:(d!==n.namespaces&&(d=n.namespaces,g=n.enabled(c)),g),set:f=>{h=f}}),typeof n.init=="function"&&n.init(m),m}function i(c,p){let h=n(this.namespace+(typeof p>"u"?":":p)+c);return h.log=this.log,h}function a(c){n.save(c),n.namespaces=c,n.names=[],n.skips=[];let p=(typeof c=="string"?c:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let h of p)h[0]==="-"?n.skips.push(h.slice(1)):n.names.push(h)}function r(c,p){let h=0,d=0,g=-1,m=0;for(;h"-"+p)].join(",");return n.enable(""),c}function o(c){for(let p of n.skips)if(r(c,p))return!1;for(let p of n.names)if(r(c,p))return!0;return!1}function l(c){return c instanceof Error?c.stack||c.message:c}function u(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return n.enable(n.load()),n}Rk.exports=U4});var zk=v((ei,Xc)=>{ei.formatArgs=W4;ei.save=B4;ei.load=F4;ei.useColors=L4;ei.storage=V4();ei.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();ei.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function L4(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function W4(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Xc.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let n=0,i=0;t[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(n++,a==="%c"&&(i=n))}),t.splice(i,0,e)}ei.log=console.debug||console.log||(()=>{});function B4(t){try{t?ei.storage.setItem("debug",t):ei.storage.removeItem("debug")}catch{}}function F4(){let t;try{t=ei.storage.getItem("debug")||ei.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function V4(){try{return localStorage}catch{}}Xc.exports=ev()(ei);var{formatters:J4}=Xc.exports;J4.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var Gk=v((bn,np)=>{var Z4=require("tty"),ep=require("util");bn.init=i3;bn.log=X4;bn.formatArgs=Q4;bn.save=e3;bn.load=n3;bn.useColors=K4;bn.destroy=ep.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");bn.colors=[6,2,3,4,5,1];try{let t=require("supports-color");t&&(t.stderr||t).level>=2&&(bn.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}bn.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let n=e.substring(6).toLowerCase().replace(/_([a-z])/g,(a,r)=>r.toUpperCase()),i=process.env[e];return/^(yes|on|true|enabled)$/i.test(i)?i=!0:/^(no|off|false|disabled)$/i.test(i)?i=!1:i==="null"?i=null:i=Number(i),t[n]=i,t},{});function K4(){return"colors"in bn.inspectOpts?!!bn.inspectOpts.colors:Z4.isatty(process.stderr.fd)}function Q4(t){let{namespace:e,useColors:n}=this;if(n){let i=this.color,a="\x1B[3"+(i<8?i:"8;5;"+i),r=` ${a};1m${e} \x1B[0m`;t[0]=r+t[0].split(` `).join(` -`+r),t.push(a+"m+"+Nc.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=o4()+e+" "+t[0]}function o4(){return fi.inspectOpts.hideDate?"":new Date().toISOString()+" "}function l4(...t){return process.stderr.write($c.formatWithOptions(fi.inspectOpts,...t)+` -`)}function u4(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function c4(){return process.env.DEBUG}function p4(t){t.inspectOpts={};let e=Object.keys(fi.inspectOpts);for(let i=0;ie.trim()).join(" ")};wk.O=function(t){return this.inspectOpts.colors=this.useColors,$c.inspect(t,this.inspectOpts)}});var Io=w((Voe,$w)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?$w.exports=fk():$w.exports=vk()});var Ck=w(Nw=>{"use strict";Object.defineProperty(Nw,"__esModule",{value:!0});function d4(t){return function(e,i){return new Promise((n,a)=>{t.call(this,e,i,(r,s)=>{r?a(r):n(s)})})}}Nw.default=d4});var yk=w((Lw,bk)=>{"use strict";var Ak=Lw&&Lw.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},h4=require("events"),g4=Ak(Io()),m4=Ak(Ck()),Ro=g4.default("agent-base");function f4(t){return!!t&&typeof t.addRequest=="function"}function Uw(){let{stack:t}=new Error;return typeof t!="string"?!1:t.split(` -`).some(e=>e.indexOf("(https.js:")!==-1||e.indexOf("node:https:")!==-1)}function Uc(t,e){return new Uc.Agent(t,e)}(function(t){class e extends h4.EventEmitter{constructor(n,a){super();let r=a;typeof n=="function"?this.callback=n:n&&(r=n),this.timeout=null,r&&typeof r.timeout=="number"&&(this.timeout=r.timeout),this.maxFreeSockets=1,this.maxSockets=1,this.maxTotalSockets=1/0,this.sockets={},this.freeSockets={},this.requests={},this.options={}}get defaultPort(){return typeof this.explicitDefaultPort=="number"?this.explicitDefaultPort:Uw()?443:80}set defaultPort(n){this.explicitDefaultPort=n}get protocol(){return typeof this.explicitProtocol=="string"?this.explicitProtocol:Uw()?"https:":"http:"}set protocol(n){this.explicitProtocol=n}callback(n,a,r){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(n,a){let r=Object.assign({},a);typeof r.secureEndpoint!="boolean"&&(r.secureEndpoint=Uw()),r.host==null&&(r.host="localhost"),r.port==null&&(r.port=r.secureEndpoint?443:80),r.protocol==null&&(r.protocol=r.secureEndpoint?"https:":"http:"),r.host&&r.path&&delete r.path,delete r.agent,delete r.hostname,delete r._defaultAgent,delete r.defaultPort,delete r.createConnection,n._last=!0,n.shouldKeepAlive=!1;let s=!1,o=null,l=r.timeout||this.timeout,u=h=>{n._hadError||(n.emit("error",h),n._hadError=!0)},c=()=>{o=null,s=!0;let h=new Error(`A "socket" was not created for HTTP request before ${l}ms`);h.code="ETIMEOUT",u(h)},p=h=>{s||(o!==null&&(clearTimeout(o),o=null),u(h))},d=h=>{if(s)return;if(o!=null&&(clearTimeout(o),o=null),f4(h)){Ro("Callback returned another Agent instance %o",h.constructor.name),h.addRequest(n,r);return}if(h){h.once("free",()=>{this.freeSocket(h,r)}),n.onSocket(h);return}let g=new Error(`no Duplex stream was returned to agent-base for \`${n.method} ${n.path}\``);u(g)};if(typeof this.callback!="function"){u(new Error("`callback` is not defined"));return}this.promisifiedCallback||(this.callback.length>=3?(Ro("Converting legacy callback function to promise"),this.promisifiedCallback=m4.default(this.callback)):this.promisifiedCallback=this.callback),typeof l=="number"&&l>0&&(o=setTimeout(c,l)),"port"in r&&typeof r.port!="number"&&(r.port=Number(r.port));try{Ro("Resolving socket for %o request: %o",r.protocol,`${n.method} ${n.path}`),Promise.resolve(this.promisifiedCallback(n,r)).then(d,p)}catch(h){Promise.reject(h).catch(p)}}freeSocket(n,a){Ro("Freeing socket %o %o",n.constructor.name,a),n.destroy()}destroy(){Ro("Destroying agent %o",this.constructor.name)}}t.Agent=e,t.prototype=t.Agent.prototype})(Uc||(Uc={}));bk.exports=Uc});var Pk=w(Do=>{"use strict";var w4=Do&&Do.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Do,"__esModule",{value:!0});var v4=w4(Io()),zo=v4.default("https-proxy-agent:parse-proxy-response");function C4(t){return new Promise((e,i)=>{let n=0,a=[];function r(){let p=t.read();p?c(p):t.once("readable",r)}function s(){t.removeListener("end",l),t.removeListener("error",u),t.removeListener("close",o),t.removeListener("readable",r)}function o(p){zo("onclose had error %o",p)}function l(){zo("onend")}function u(p){s(),zo("onerror %o",p),i(p)}function c(p){a.push(p),n+=p.length;let d=Buffer.concat(a,n);if(d.indexOf(`\r +`+r),t.push(a+"m+"+np.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=Y4()+e+" "+t[0]}function Y4(){return bn.inspectOpts.hideDate?"":new Date().toISOString()+" "}function X4(...t){return process.stderr.write(ep.formatWithOptions(bn.inspectOpts,...t)+` +`)}function e3(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function n3(){return process.env.DEBUG}function i3(t){t.inspectOpts={};let e=Object.keys(bn.inspectOpts);for(let n=0;ne.trim()).join(" ")};Dk.O=function(t){return this.inspectOpts.colors=this.useColors,ep.inspect(t,this.inspectOpts)}});var Ko=v((due,nv)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?nv.exports=zk():nv.exports=Gk()});var $k=v(iv=>{"use strict";Object.defineProperty(iv,"__esModule",{value:!0});function t3(t){return function(e,n){return new Promise((i,a)=>{t.call(this,e,n,(r,s)=>{r?a(r):i(s)})})}}iv.default=t3});var Lk=v((av,Uk)=>{"use strict";var Nk=av&&av.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},a3=require("events"),r3=Nk(Ko()),s3=Nk($k()),Qo=r3.default("agent-base");function o3(t){return!!t&&typeof t.addRequest=="function"}function tv(){let{stack:t}=new Error;return typeof t!="string"?!1:t.split(` +`).some(e=>e.indexOf("(https.js:")!==-1||e.indexOf("node:https:")!==-1)}function ip(t,e){return new ip.Agent(t,e)}(function(t){class e extends a3.EventEmitter{constructor(i,a){super();let r=a;typeof i=="function"?this.callback=i:i&&(r=i),this.timeout=null,r&&typeof r.timeout=="number"&&(this.timeout=r.timeout),this.maxFreeSockets=1,this.maxSockets=1,this.maxTotalSockets=1/0,this.sockets={},this.freeSockets={},this.requests={},this.options={}}get defaultPort(){return typeof this.explicitDefaultPort=="number"?this.explicitDefaultPort:tv()?443:80}set defaultPort(i){this.explicitDefaultPort=i}get protocol(){return typeof this.explicitProtocol=="string"?this.explicitProtocol:tv()?"https:":"http:"}set protocol(i){this.explicitProtocol=i}callback(i,a,r){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(i,a){let r=Object.assign({},a);typeof r.secureEndpoint!="boolean"&&(r.secureEndpoint=tv()),r.host==null&&(r.host="localhost"),r.port==null&&(r.port=r.secureEndpoint?443:80),r.protocol==null&&(r.protocol=r.secureEndpoint?"https:":"http:"),r.host&&r.path&&delete r.path,delete r.agent,delete r.hostname,delete r._defaultAgent,delete r.defaultPort,delete r.createConnection,i._last=!0,i.shouldKeepAlive=!1;let s=!1,o=null,l=r.timeout||this.timeout,u=d=>{i._hadError||(i.emit("error",d),i._hadError=!0)},c=()=>{o=null,s=!0;let d=new Error(`A "socket" was not created for HTTP request before ${l}ms`);d.code="ETIMEOUT",u(d)},p=d=>{s||(o!==null&&(clearTimeout(o),o=null),u(d))},h=d=>{if(s)return;if(o!=null&&(clearTimeout(o),o=null),o3(d)){Qo("Callback returned another Agent instance %o",d.constructor.name),d.addRequest(i,r);return}if(d){d.once("free",()=>{this.freeSocket(d,r)}),i.onSocket(d);return}let g=new Error(`no Duplex stream was returned to agent-base for \`${i.method} ${i.path}\``);u(g)};if(typeof this.callback!="function"){u(new Error("`callback` is not defined"));return}this.promisifiedCallback||(this.callback.length>=3?(Qo("Converting legacy callback function to promise"),this.promisifiedCallback=s3.default(this.callback)):this.promisifiedCallback=this.callback),typeof l=="number"&&l>0&&(o=setTimeout(c,l)),"port"in r&&typeof r.port!="number"&&(r.port=Number(r.port));try{Qo("Resolving socket for %o request: %o",r.protocol,`${i.method} ${i.path}`),Promise.resolve(this.promisifiedCallback(i,r)).then(h,p)}catch(d){Promise.reject(d).catch(p)}}freeSocket(i,a){Qo("Freeing socket %o %o",i.constructor.name,a),i.destroy()}destroy(){Qo("Destroying agent %o",this.constructor.name)}}t.Agent=e,t.prototype=t.Agent.prototype})(ip||(ip={}));Uk.exports=ip});var Wk=v(Xo=>{"use strict";var l3=Xo&&Xo.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Xo,"__esModule",{value:!0});var u3=l3(Ko()),Yo=u3.default("https-proxy-agent:parse-proxy-response");function c3(t){return new Promise((e,n)=>{let i=0,a=[];function r(){let p=t.read();p?c(p):t.once("readable",r)}function s(){t.removeListener("end",l),t.removeListener("error",u),t.removeListener("close",o),t.removeListener("readable",r)}function o(p){Yo("onclose had error %o",p)}function l(){Yo("onend")}function u(p){s(),Yo("onerror %o",p),n(p)}function c(p){a.push(p),i+=p.length;let h=Buffer.concat(a,i);if(h.indexOf(`\r \r -`)===-1){zo("have not received end of HTTP headers yet..."),r();return}let g=d.toString("ascii",0,d.indexOf(`\r -`)),m=+g.split(" ")[1];zo("got proxy server response: %o",g),e({statusCode:m,buffered:d})}t.on("error",u),t.on("close",o),t.on("end",l),r()})}Do.default=C4});var Ok=w(Ha=>{"use strict";var A4=Ha&&Ha.__awaiter||function(t,e,i,n){function a(r){return r instanceof i?r:new i(function(s){s(r)})}return new(i||(i=Promise))(function(r,s){function o(c){try{u(n.next(c))}catch(p){s(p)}}function l(c){try{u(n.throw(c))}catch(p){s(p)}}function u(c){c.done?r(c.value):a(c.value).then(o,l)}u((n=n.apply(t,e||[])).next())})},Jr=Ha&&Ha.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Ha,"__esModule",{value:!0});var jk=Jr(require("net")),Sk=Jr(require("tls")),b4=Jr(require("url")),y4=Jr(require("assert")),P4=Jr(Io()),j4=yk(),S4=Jr(Pk()),Go=P4.default("https-proxy-agent:agent"),Ww=class extends j4.Agent{constructor(e){let i;if(typeof e=="string"?i=b4.default.parse(e):i=e,!i)throw new Error("an HTTP(S) proxy server `host` and `port` must be specified!");Go("creating new HttpsProxyAgent instance: %o",i),super(i);let n=Object.assign({},i);this.secureProxy=i.secureProxy||T4(n.protocol),n.host=n.hostname||n.host,typeof n.port=="string"&&(n.port=parseInt(n.port,10)),!n.port&&n.host&&(n.port=this.secureProxy?443:80),this.secureProxy&&!("ALPNProtocols"in n)&&(n.ALPNProtocols=["http 1.1"]),n.host&&n.path&&(delete n.path,delete n.pathname),this.proxy=n}callback(e,i){return A4(this,void 0,void 0,function*(){let{proxy:n,secureProxy:a}=this,r;a?(Go("Creating `tls.Socket`: %o",n),r=Sk.default.connect(n)):(Go("Creating `net.Socket`: %o",n),r=jk.default.connect(n));let s=Object.assign({},n.headers),l=`CONNECT ${`${i.host}:${i.port}`} HTTP/1.1\r -`;n.auth&&(s["Proxy-Authorization"]=`Basic ${Buffer.from(n.auth).toString("base64")}`);let{host:u,port:c,secureEndpoint:p}=i;x4(c,p)||(u+=`:${c}`),s.Host=u,s.Connection="close";for(let f of Object.keys(s))l+=`${f}: ${s[f]}\r -`;let d=S4.default(r);r.write(`${l}\r -`);let{statusCode:h,buffered:g}=yield d;if(h===200){if(e.once("socket",O4),i.secureEndpoint){Go("Upgrading socket connection to TLS");let f=i.servername||i.host;return Sk.default.connect(Object.assign(Object.assign({},M4(i,"host","hostname","path","port")),{socket:r,servername:f}))}return r}r.destroy();let m=new jk.default.Socket({writable:!1});return m.readable=!0,e.once("socket",f=>{Go("replaying proxy buffer for failed request"),y4.default(f.listenerCount("data")>0),f.push(g),f.push(null)}),m})}};Ha.default=Ww;function O4(t){t.resume()}function x4(t,e){return!!(!e&&t===80||e&&t===443)}function T4(t){return typeof t=="string"?/^https:?$/i.test(t):!1}function M4(t,...e){let i={},n;for(n in t)e.includes(n)||(i[n]=t[n]);return i}});var Tk=w((Vw,xk)=>{"use strict";var E4=Vw&&Vw.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},Bw=E4(Ok());function Fw(t){return new Bw.default(t)}(function(t){t.HttpsProxyAgent=Bw.default,t.prototype=Bw.default.prototype})(Fw||(Fw={}));xk.exports=Fw});var Ek=w((Qoe,Mk)=>{var $o;Mk.exports=function(){if(!$o){try{$o=Io()("follow-redirects")}catch{}typeof $o!="function"&&($o=function(){})}$o.apply(null,arguments)}});var Ik=w((Yoe,rv)=>{var Uo=require("url"),No=Uo.URL,k4=require("http"),q4=require("https"),Yw=require("stream").Writable,Xw=require("assert"),kk=Ek();(function(){var e=typeof process<"u",i=typeof window<"u"&&typeof document<"u",n=Ra(Error.captureStackTrace);!e&&(i||!n)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var ev=!1;try{Xw(new No(""))}catch(t){ev=t.code==="ERR_INVALID_URL"}var _4=["Authorization","Proxy-Authorization","Cookie"],H4=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],iv=["abort","aborted","connect","error","socket","timeout"],nv=Object.create(null);iv.forEach(function(t){nv[t]=function(e,i,n){this._redirectable.emit(t,e,i,n)}});var Zw=Lo("ERR_INVALID_URL","Invalid URL",TypeError),Kw=Lo("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),I4=Lo("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",Kw),R4=Lo("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),z4=Lo("ERR_STREAM_WRITE_AFTER_END","write after end"),D4=Yw.prototype.destroy||_k;function Vi(t,e){Yw.call(this),this._sanitizeOptions(t),this._options=t,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],e&&this.on("response",e);var i=this;this._onNativeResponse=function(n){try{i._processResponse(n)}catch(a){i.emit("error",a instanceof Kw?a:new Kw({cause:a}))}},this._headerFilter=new RegExp("^(?:"+_4.concat(t.sensitiveHeaders).map(W4).join("|")+")$","i"),this._performRequest()}Vi.prototype=Object.create(Yw.prototype);Vi.prototype.abort=function(){av(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};Vi.prototype.destroy=function(t){return av(this._currentRequest,t),D4.call(this,t),this};Vi.prototype.write=function(t,e,i){if(this._ending)throw new z4;if(!Ia(t)&&!U4(t))throw new TypeError("data should be a string, Buffer or Uint8Array");if(Ra(e)&&(i=e,e=null),t.length===0){i&&i();return}this._requestBodyLength+t.length<=this._options.maxBodyLength?(this._requestBodyLength+=t.length,this._requestBodyBuffers.push({data:t,encoding:e}),this._currentRequest.write(t,e,i)):(this.emit("error",new R4),this.abort())};Vi.prototype.end=function(t,e,i){if(Ra(t)?(i=t,t=e=null):Ra(e)&&(i=e,e=null),!t)this._ended=this._ending=!0,this._currentRequest.end(null,null,i);else{var n=this,a=this._currentRequest;this.write(t,e,function(){n._ended=!0,a.end(null,null,i)}),this._ending=!0}};Vi.prototype.setHeader=function(t,e){this._options.headers[t]=e,this._currentRequest.setHeader(t,e)};Vi.prototype.removeHeader=function(t){delete this._options.headers[t],this._currentRequest.removeHeader(t)};Vi.prototype.setTimeout=function(t,e){var i=this;function n(s){s.setTimeout(t),s.removeListener("timeout",s.destroy),s.addListener("timeout",s.destroy)}function a(s){i._timeout&&clearTimeout(i._timeout),i._timeout=setTimeout(function(){i.emit("timeout"),r()},t),n(s)}function r(){i._timeout&&(clearTimeout(i._timeout),i._timeout=null),i.removeListener("abort",r),i.removeListener("error",r),i.removeListener("response",r),i.removeListener("close",r),e&&i.removeListener("timeout",e),i.socket||i._currentRequest.removeListener("socket",a)}return e&&this.on("timeout",e),this.socket?a(this.socket):this._currentRequest.once("socket",a),this.on("socket",n),this.on("abort",r),this.on("error",r),this.on("response",r),this.on("close",r),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(t){Vi.prototype[t]=function(e,i){return this._currentRequest[t](e,i)}});["aborted","connection","socket"].forEach(function(t){Object.defineProperty(Vi.prototype,t,{get:function(){return this._currentRequest[t]}})});Vi.prototype._sanitizeOptions=function(t){if(t.headers||(t.headers={}),N4(t.sensitiveHeaders)||(t.sensitiveHeaders=[]),t.host&&(t.hostname||(t.hostname=t.host),delete t.host),!t.pathname&&t.path){var e=t.path.indexOf("?");e<0?t.pathname=t.path:(t.pathname=t.path.substring(0,e),t.search=t.path.substring(e))}};Vi.prototype._performRequest=function(){var t=this._options.protocol,e=this._options.nativeProtocols[t];if(!e)throw new TypeError("Unsupported protocol "+t);if(this._options.agents){var i=t.slice(0,-1);this._options.agent=this._options.agents[i]}var n=this._currentRequest=e.request(this._options,this._onNativeResponse);n._redirectable=this;for(var a of iv)n.on(a,nv[a]);if(this._currentUrl=/^\//.test(this._options.path)?Uo.format(this._options):this._options.path,this._isRedirect){var r=0,s=this,o=this._requestBodyBuffers;(function l(u){if(n===s._currentRequest)if(u)s.emit("error",u);else if(r=400){t.responseUrl=this._currentUrl,t.redirects=this._redirects,this.emit("response",t),this._requestBodyBuffers=[];return}if(av(this._currentRequest),t.destroy(),++this._redirectCount>this._options.maxRedirects)throw new I4;var n,a=this._options.beforeRedirect;a&&(n=Object.assign({Host:t.req.getHeader("host")},this._options.headers));var r=this._options.method;((e===301||e===302)&&this._options.method==="POST"||e===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Jw(/^content-/i,this._options.headers));var s=Jw(/^host$/i,this._options.headers),o=tv(this._currentUrl),l=s||o.host,u=/^\w+:/.test(i)?this._currentUrl:Uo.format(Object.assign(o,{host:l})),c=G4(i,u);if(kk("redirecting to",c.href),this._isRedirect=!0,Qw(c,this._options),(c.protocol!==o.protocol&&c.protocol!=="https:"||c.host!==l&&!$4(c.host,l))&&Jw(this._headerFilter,this._options.headers),Ra(a)){var p={headers:t.headers,statusCode:e},d={url:u,method:r,headers:n};a(this._options,p,d),this._sanitizeOptions(this._options)}this._performRequest()};function qk(t){var e={maxRedirects:21,maxBodyLength:10485760},i={};return Object.keys(t).forEach(function(n){var a=n+":",r=i[a]=t[n],s=e[n]=Object.create(r);function o(u,c,p){return L4(u)?u=Qw(u):Ia(u)?u=Qw(tv(u)):(p=c,c=Hk(u),u={protocol:a}),Ra(c)&&(p=c,c=null),c=Object.assign({maxRedirects:e.maxRedirects,maxBodyLength:e.maxBodyLength},u,c),c.nativeProtocols=i,!Ia(c.host)&&!Ia(c.hostname)&&(c.hostname="::1"),Xw.equal(c.protocol,a,"protocol mismatch"),kk("options",c),new Vi(c,p)}function l(u,c,p){var d=s.request(u,c,p);return d.end(),d}Object.defineProperties(s,{request:{value:o,configurable:!0,enumerable:!0,writable:!0},get:{value:l,configurable:!0,enumerable:!0,writable:!0}})}),e}function _k(){}function tv(t){var e;if(ev)e=new No(t);else if(e=Hk(Uo.parse(t)),!Ia(e.protocol))throw new Zw({input:t});return e}function G4(t,e){return ev?new No(t,e):tv(Uo.resolve(e,t))}function Hk(t){if(/^\[/.test(t.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(t.hostname))throw new Zw({input:t.href||t});if(/^\[/.test(t.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(t.host))throw new Zw({input:t.href||t});return t}function Qw(t,e){var i=e||{};for(var n of H4)i[n]=t[n];return i.hostname.startsWith("[")&&(i.hostname=i.hostname.slice(1,-1)),i.port!==""&&(i.port=Number(i.port)),i.path=i.search?i.pathname+i.search:i.pathname,i}function Jw(t,e){var i;for(var n in e)t.test(n)&&(i=e[n],delete e[n]);return i===null||typeof i>"u"?void 0:String(i).trim()}function Lo(t,e,i){function n(a){Ra(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,a||{}),this.code=t,this.message=this.cause?e+": "+this.cause.message:e}return n.prototype=new(i||Error),Object.defineProperties(n.prototype,{constructor:{value:n,enumerable:!1},name:{value:"Error ["+t+"]",enumerable:!1}}),n}function av(t,e){for(var i of iv)t.removeListener(i,nv[i]);t.on("error",_k),t.destroy(e)}function $4(t,e){Xw(Ia(t)&&Ia(e));var i=t.length-e.length-1;return i>0&&t[i]==="."&&t.endsWith(e)}function N4(t){return t instanceof Array}function Ia(t){return typeof t=="string"||t instanceof String}function Ra(t){return typeof t=="function"}function U4(t){return typeof t=="object"&&"length"in t}function L4(t){return No&&t instanceof No}function W4(t){return t.replace(/[\]\\/()*+?.$]/g,"\\$&")}rv.exports=qk({http:k4,https:q4});rv.exports.wrap=qk});var Iq=w((Xoe,Hq)=>{"use strict";var sq=hk(),B4=require("crypto"),F4=require("url"),oq=Tk(),V4=require("http"),J4=require("https"),lq=require("http2"),yv=require("util"),Rk=require("path"),Z4=Ik(),$t=require("zlib"),Ji=require("stream"),K4=require("events");function uq(t,e){return function(){return t.apply(e,arguments)}}var{toString:Q4}=Object.prototype,{getPrototypeOf:Yc}=Object,{iterator:Xc,toStringTag:cq}=Symbol,ep=(t=>e=>{let i=Q4.call(e);return t[i]||(t[i]=i.slice(8,-1).toLowerCase())})(Object.create(null)),Tn=t=>(t=t.toLowerCase(),e=>ep(e)===t),ip=t=>e=>typeof e===t,{isArray:Xr}=Array,Qr=ip("undefined");function Vo(t){return t!==null&&!Qr(t)&&t.constructor!==null&&!Qr(t.constructor)&&Zi(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var pq=Tn("ArrayBuffer");function Y4(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&pq(t.buffer),e}var X4=ip("string"),Zi=ip("function"),dq=ip("number"),Jo=t=>t!==null&&typeof t=="object",e3=t=>t===!0||t===!1,Bc=t=>{if(ep(t)!=="object")return!1;let e=Yc(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(cq in t)&&!(Xc in t)},i3=t=>{if(!Jo(t)||Vo(t))return!1;try{return Object.keys(t).length===0&&Object.getPrototypeOf(t)===Object.prototype}catch{return!1}},n3=Tn("Date"),t3=Tn("File"),a3=t=>!!(t&&typeof t.uri<"u"),r3=t=>t&&typeof t.getParts<"u",s3=Tn("Blob"),o3=Tn("FileList"),l3=t=>Jo(t)&&Zi(t.pipe);function u3(){return typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}}var zk=u3(),Dk=typeof zk.FormData<"u"?zk.FormData:void 0,c3=t=>{if(!t)return!1;if(Dk&&t instanceof Dk)return!0;let e=Yc(t);if(!e||e===Object.prototype||!Zi(t.append))return!1;let i=ep(t);return i==="formdata"||i==="object"&&Zi(t.toString)&&t.toString()==="[object FormData]"},p3=Tn("URLSearchParams"),[d3,h3,g3,m3]=["ReadableStream","Request","Response","Headers"].map(Tn),f3=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Zo(t,e,{allOwnKeys:i=!1}={}){if(t===null||typeof t>"u")return;let n,a;if(typeof t!="object"&&(t=[t]),Xr(t))for(n=0,a=t.length;n0;)if(a=i[n],e===a.toLowerCase())return a;return null}var za=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,gq=t=>!Qr(t)&&t!==za;function dv(...t){let{caseless:e,skipUndefined:i}=gq(this)&&this||{},n={},a=(r,s)=>{if(s==="__proto__"||s==="constructor"||s==="prototype")return;let o=e&&hq(n,s)||s,l=hv(n,o)?n[o]:void 0;Bc(l)&&Bc(r)?n[o]=dv(l,r):Bc(r)?n[o]=dv({},r):Xr(r)?n[o]=r.slice():(!i||!Qr(r))&&(n[o]=r)};for(let r=0,s=t.length;r(Zo(e,(a,r)=>{i&&Zi(a)?Object.defineProperty(t,r,{__proto__:null,value:uq(a,i),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(t,r,{__proto__:null,value:a,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:n}),t),v3=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),C3=(t,e,i,n)=>{t.prototype=Object.create(e.prototype,n),Object.defineProperty(t.prototype,"constructor",{__proto__:null,value:t,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(t,"super",{__proto__:null,value:e.prototype}),i&&Object.assign(t.prototype,i)},A3=(t,e,i,n)=>{let a,r,s,o={};if(e=e||{},t==null)return e;do{for(a=Object.getOwnPropertyNames(t),r=a.length;r-- >0;)s=a[r],(!n||n(s,t,e))&&!o[s]&&(e[s]=t[s],o[s]=!0);t=i!==!1&&Yc(t)}while(t&&(!i||i(t,e))&&t!==Object.prototype);return e},b3=(t,e,i)=>{t=String(t),(i===void 0||i>t.length)&&(i=t.length),i-=e.length;let n=t.indexOf(e,i);return n!==-1&&n===i},y3=t=>{if(!t)return null;if(Xr(t))return t;let e=t.length;if(!dq(e))return null;let i=new Array(e);for(;e-- >0;)i[e]=t[e];return i},P3=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&Yc(Uint8Array)),j3=(t,e)=>{let n=(t&&t[Xc]).call(t),a;for(;(a=n.next())&&!a.done;){let r=a.value;e.call(t,r[0],r[1])}},S3=(t,e)=>{let i,n=[];for(;(i=t.exec(e))!==null;)n.push(i);return n},O3=Tn("HTMLFormElement"),x3=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(i,n,a){return n.toUpperCase()+a}),hv=(({hasOwnProperty:t})=>(e,i)=>t.call(e,i))(Object.prototype),T3=Tn("RegExp"),mq=(t,e)=>{let i=Object.getOwnPropertyDescriptors(t),n={};Zo(i,(a,r)=>{let s;(s=e(a,r,t))!==!1&&(n[r]=s||a)}),Object.defineProperties(t,n)},M3=t=>{mq(t,(e,i)=>{if(Zi(t)&&["arguments","caller","callee"].includes(i))return!1;let n=t[i];if(Zi(n)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+i+"'")})}})},E3=(t,e)=>{let i={},n=a=>{a.forEach(r=>{i[r]=!0})};return Xr(t)?n(t):n(String(t).split(e)),i},k3=()=>{},q3=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e;function _3(t){return!!(t&&Zi(t.append)&&t[cq]==="FormData"&&t[Xc])}var H3=t=>{let e=new WeakSet,i=n=>{if(Jo(n)){if(e.has(n))return;if(Vo(n))return n;if(!("toJSON"in n)){e.add(n);let a=Xr(n)?[]:{};return Zo(n,(r,s)=>{let o=i(r);!Qr(o)&&(a[s]=o)}),e.delete(n),a}}return n};return i(t)},I3=Tn("AsyncFunction"),R3=t=>t&&(Jo(t)||Zi(t))&&Zi(t.then)&&Zi(t.catch),fq=((t,e)=>t?setImmediate:e?((i,n)=>(za.addEventListener("message",({source:a,data:r})=>{a===za&&r===i&&n.length&&n.shift()()},!1),a=>{n.push(a),za.postMessage(i,"*")}))(`axios@${Math.random()}`,[]):i=>setTimeout(i))(typeof setImmediate=="function",Zi(za.postMessage)),z3=typeof queueMicrotask<"u"?queueMicrotask.bind(za):typeof process<"u"&&process.nextTick||fq,D3=t=>t!=null&&Zi(t[Xc]),C={isArray:Xr,isArrayBuffer:pq,isBuffer:Vo,isFormData:c3,isArrayBufferView:Y4,isString:X4,isNumber:dq,isBoolean:e3,isObject:Jo,isPlainObject:Bc,isEmptyObject:i3,isReadableStream:d3,isRequest:h3,isResponse:g3,isHeaders:m3,isUndefined:Qr,isDate:n3,isFile:t3,isReactNativeBlob:a3,isReactNative:r3,isBlob:s3,isRegExp:T3,isFunction:Zi,isStream:l3,isURLSearchParams:p3,isTypedArray:P3,isFileList:o3,forEach:Zo,merge:dv,extend:w3,trim:f3,stripBOM:v3,inherits:C3,toFlatObject:A3,kindOf:ep,kindOfTest:Tn,endsWith:b3,toArray:y3,forEachEntry:j3,matchAll:S3,isHTMLForm:O3,hasOwnProperty:hv,hasOwnProp:hv,reduceDescriptors:mq,freezeMethods:M3,toObjectSet:E3,toCamelCase:x3,noop:k3,toFiniteNumber:q3,findKey:hq,global:za,isContextDefined:gq,isSpecCompliantForm:_3,toJSONObject:H3,isAsyncFn:I3,isThenable:R3,setImmediate:fq,asap:z3,isIterable:D3},G3=C.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),$3=t=>{let e={},i,n,a;return t&&t.split(` -`).forEach(function(s){a=s.indexOf(":"),i=s.substring(0,a).trim().toLowerCase(),n=s.substring(a+1).trim(),!(!i||e[i]&&G3[i])&&(i==="set-cookie"?e[i]?e[i].push(n):e[i]=[n]:e[i]=e[i]?e[i]+", "+n:n)}),e};function N3(t){let e=0,i=t.length;for(;ee;){let n=t.charCodeAt(i-1);if(n!==9&&n!==32)break;i-=1}return e===0&&i===t.length?t:t.slice(e,i)}var U3=new RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g"),L3=new RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function Pv(t,e){return C.isArray(t)?t.map(i=>Pv(i,e)):N3(String(t).replace(e,""))}var W3=t=>Pv(t,U3),B3=t=>Pv(t,L3);function jv(t){let e=Object.create(null);return C.forEach(t.toJSON(),(i,n)=>{e[n]=B3(i)}),e}var Gk=Symbol("internals");function Wo(t){return t&&String(t).trim().toLowerCase()}function Fc(t){return t===!1||t==null?t:C.isArray(t)?t.map(Fc):W3(String(t))}function F3(t){let e=Object.create(null),i=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,n;for(;n=i.exec(t);)e[n[1]]=n[2];return e}var V3=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function sv(t,e,i,n,a){if(C.isFunction(n))return n.call(this,e,i);if(a&&(e=i),!!C.isString(e)){if(C.isString(n))return e.indexOf(n)!==-1;if(C.isRegExp(n))return n.test(e)}}function J3(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,i,n)=>i.toUpperCase()+n)}function Z3(t,e){let i=C.toCamelCase(" "+e);["get","set","has"].forEach(n=>{Object.defineProperty(t,n+i,{__proto__:null,value:function(a,r,s){return this[n].call(this,e,a,r,s)},configurable:!0})})}var ai=class{constructor(e){e&&this.set(e)}set(e,i,n){let a=this;function r(o,l,u){let c=Wo(l);if(!c)throw new Error("header name must be a non-empty string");let p=C.findKey(a,c);(!p||a[p]===void 0||u===!0||u===void 0&&a[p]!==!1)&&(a[p||l]=Fc(o))}let s=(o,l)=>C.forEach(o,(u,c)=>r(u,c,l));if(C.isPlainObject(e)||e instanceof this.constructor)s(e,i);else if(C.isString(e)&&(e=e.trim())&&!V3(e))s($3(e),i);else if(C.isObject(e)&&C.isIterable(e)){let o={},l,u;for(let c of e){if(!C.isArray(c))throw TypeError("Object iterator must return a key-value pair");o[u=c[0]]=(l=o[u])?C.isArray(l)?[...l,c[1]]:[l,c[1]]:c[1]}s(o,i)}else e!=null&&r(i,e,n);return this}get(e,i){if(e=Wo(e),e){let n=C.findKey(this,e);if(n){let a=this[n];if(!i)return a;if(i===!0)return F3(a);if(C.isFunction(i))return i.call(this,a,n);if(C.isRegExp(i))return i.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,i){if(e=Wo(e),e){let n=C.findKey(this,e);return!!(n&&this[n]!==void 0&&(!i||sv(this,this[n],n,i)))}return!1}delete(e,i){let n=this,a=!1;function r(s){if(s=Wo(s),s){let o=C.findKey(n,s);o&&(!i||sv(n,n[o],o,i))&&(delete n[o],a=!0)}}return C.isArray(e)?e.forEach(r):r(e),a}clear(e){let i=Object.keys(this),n=i.length,a=!1;for(;n--;){let r=i[n];(!e||sv(this,this[r],r,e,!0))&&(delete this[r],a=!0)}return a}normalize(e){let i=this,n={};return C.forEach(this,(a,r)=>{let s=C.findKey(n,r);if(s){i[s]=Fc(a),delete i[r];return}let o=e?J3(r):String(r).trim();o!==r&&delete i[r],i[o]=Fc(a),n[o]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){let i=Object.create(null);return C.forEach(this,(n,a)=>{n!=null&&n!==!1&&(i[a]=e&&C.isArray(n)?n.join(", "):n)}),i}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,i])=>e+": "+i).join(` -`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...i){let n=new this(e);return i.forEach(a=>n.set(a)),n}static accessor(e){let n=(this[Gk]=this[Gk]={accessors:{}}).accessors,a=this.prototype;function r(s){let o=Wo(s);n[o]||(Z3(a,s),n[o]=!0)}return C.isArray(e)?e.forEach(r):r(e),this}};ai.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);C.reduceDescriptors(ai.prototype,({value:t},e)=>{let i=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(n){this[i]=n}}});C.freezeMethods(ai);var K3="[REDACTED ****]";function Q3(t){if(C.hasOwnProp(t,"toJSON"))return!0;let e=Object.getPrototypeOf(t);for(;e&&e!==Object.prototype;){if(C.hasOwnProp(e,"toJSON"))return!0;e=Object.getPrototypeOf(e)}return!1}function Y3(t,e){let i=new Set(e.map(r=>String(r).toLowerCase())),n=[],a=r=>{if(r===null||typeof r!="object"||C.isBuffer(r))return r;if(n.indexOf(r)!==-1)return;r instanceof ai&&(r=r.toJSON()),n.push(r);let s;if(C.isArray(r))s=[],r.forEach((o,l)=>{let u=a(o);C.isUndefined(u)||(s[l]=u)});else{if(!C.isPlainObject(r)&&Q3(r))return n.pop(),r;s=Object.create(null);for(let[o,l]of Object.entries(r)){let u=i.has(o.toLowerCase())?K3:a(l);C.isUndefined(u)||(s[o]=u)}}return n.pop(),s};return a(t)}var T=class t extends Error{static from(e,i,n,a,r,s){let o=new t(e.message,i||e.code,n,a,r);return o.cause=e,o.name=e.name,e.status!=null&&o.status==null&&(o.status=e.status),s&&Object.assign(o,s),o}constructor(e,i,n,a,r){super(e),Object.defineProperty(this,"message",{__proto__:null,value:e,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,i&&(this.code=i),n&&(this.config=n),a&&(this.request=a),r&&(this.response=r,this.status=r.status)}toJSON(){let e=this.config,i=e&&C.hasOwnProp(e,"redact")?e.redact:void 0,n=C.isArray(i)&&i.length>0?Y3(e,i):C.toJSONObject(e);return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:n,code:this.code,status:this.status}}};T.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE";T.ERR_BAD_OPTION="ERR_BAD_OPTION";T.ECONNABORTED="ECONNABORTED";T.ETIMEDOUT="ETIMEDOUT";T.ECONNREFUSED="ECONNREFUSED";T.ERR_NETWORK="ERR_NETWORK";T.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS";T.ERR_DEPRECATED="ERR_DEPRECATED";T.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE";T.ERR_BAD_REQUEST="ERR_BAD_REQUEST";T.ERR_CANCELED="ERR_CANCELED";T.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT";T.ERR_INVALID_URL="ERR_INVALID_URL";T.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";function gv(t){return C.isPlainObject(t)||C.isArray(t)}function wq(t){return C.endsWith(t,"[]")?t.slice(0,-2):t}function ov(t,e,i){return t?t.concat(e).map(function(a,r){return a=wq(a),!i&&r?"["+a+"]":a}).join(i?".":""):e}function X3(t){return C.isArray(t)&&!t.some(gv)}var eZ=C.toFlatObject(C,{},null,function(e){return/^is[A-Z]/.test(e)});function np(t,e,i){if(!C.isObject(t))throw new TypeError("target must be an object");e=e||new(sq||FormData),i=C.toFlatObject(i,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,v){return!C.isUndefined(v[f])});let n=i.metaTokens,a=i.visitor||p,r=i.dots,s=i.indexes,o=i.Blob||typeof Blob<"u"&&Blob,l=i.maxDepth===void 0?100:i.maxDepth,u=o&&C.isSpecCompliantForm(e);if(!C.isFunction(a))throw new TypeError("visitor must be a function");function c(m){if(m===null)return"";if(C.isDate(m))return m.toISOString();if(C.isBoolean(m))return m.toString();if(!u&&C.isBlob(m))throw new T("Blob is not supported. Use a Buffer instead.");return C.isArrayBuffer(m)||C.isTypedArray(m)?u&&typeof Blob=="function"?new Blob([m]):Buffer.from(m):m}function p(m,f,v){let y=m;if(C.isReactNative(e)&&C.isReactNativeBlob(m))return e.append(ov(v,f,r),c(m)),!1;if(m&&!v&&typeof m=="object"){if(C.endsWith(f,"{}"))f=n?f:f.slice(0,-2),m=JSON.stringify(m);else if(C.isArray(m)&&X3(m)||(C.isFileList(m)||C.endsWith(f,"[]"))&&(y=C.toArray(m)))return f=wq(f),y.forEach(function(b,O){!(C.isUndefined(b)||b===null)&&e.append(s===!0?ov([f],O,r):s===null?f:f+"[]",c(b))}),!1}return gv(m)?!0:(e.append(ov(v,f,r),c(m)),!1)}let d=[],h=Object.assign(eZ,{defaultVisitor:p,convertValue:c,isVisitable:gv});function g(m,f,v=0){if(!C.isUndefined(m)){if(v>l)throw new T("Object is too deeply nested ("+v+" levels). Max depth: "+l,T.ERR_FORM_DATA_DEPTH_EXCEEDED);if(d.indexOf(m)!==-1)throw Error("Circular reference detected in "+f.join("."));d.push(m),C.forEach(m,function(A,b){(!(C.isUndefined(A)||A===null)&&a.call(e,A,C.isString(b)?b.trim():b,f,h))===!0&&g(A,f?f.concat(b):[b],v+1)}),d.pop()}}if(!C.isObject(t))throw new TypeError("data must be an object");return g(t),e}function $k(t){let e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(t).replace(/[!'()~]|%20/g,function(n){return e[n]})}function vq(t,e){this._pairs=[],t&&np(t,this,e)}var Cq=vq.prototype;Cq.append=function(e,i){this._pairs.push([e,i])};Cq.toString=function(e){let i=e?function(n){return e.call(this,n,$k)}:$k;return this._pairs.map(function(a){return i(a[0])+"="+i(a[1])},"").join("&")};function iZ(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Sv(t,e,i){if(!e)return t;let n=i&&i.encode||iZ,a=C.isFunction(i)?{serialize:i}:i,r=a&&a.serialize,s;if(r?s=r(e,a):s=C.isURLSearchParams(e)?e.toString():new vq(e,a).toString(n),s){let o=t.indexOf("#");o!==-1&&(t=t.slice(0,o)),t+=(t.indexOf("?")===-1?"?":"&")+s}return t}var Jc=class{constructor(){this.handlers=[]}use(e,i,n){return this.handlers.push({fulfilled:e,rejected:i,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){C.forEach(this.handlers,function(n){n!==null&&e(n)})}},tp={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},nZ=F4.URLSearchParams,lv="abcdefghijklmnopqrstuvwxyz",Nk="0123456789",Aq={DIGIT:Nk,ALPHA:lv,ALPHA_DIGIT:lv+lv.toUpperCase()+Nk},tZ=(t=16,e=Aq.ALPHA_DIGIT)=>{let i="",{length:n}=e,a=new Uint32Array(t);B4.randomFillSync(a);for(let r=0;re[0]==="[]"?"":e[1]||e[0])}function pZ(t){let e={},i=Object.keys(t),n,a=i.length,r;for(n=0;n=i.length;return s=!s&&C.isArray(a)?a.length:s,l?(C.hasOwnProp(a,s)?a[s]=C.isArray(a[s])?a[s].concat(n):[a[s],n]:a[s]=n,!o):((!C.hasOwnProp(a,s)||!C.isObject(a[s]))&&(a[s]=[]),e(i,n,a[s],r)&&C.isArray(a[s])&&(a[s]=pZ(a[s])),!o)}if(C.isFormData(t)&&C.isFunction(t.entries)){let i={};return C.forEachEntry(t,(n,a)=>{e(cZ(n),a,i,0)}),i}return null}var Zr=(t,e)=>t!=null&&C.hasOwnProp(t,e)?t[e]:void 0;function dZ(t,e,i){if(C.isString(t))try{return(e||JSON.parse)(t),C.trim(t)}catch(n){if(n.name!=="SyntaxError")throw n}return(i||JSON.stringify)(t)}var Ko={transitional:tp,adapter:["xhr","http","fetch"],transformRequest:[function(e,i){let n=i.getContentType()||"",a=n.indexOf("application/json")>-1,r=C.isObject(e);if(r&&C.isHTMLForm(e)&&(e=new FormData(e)),C.isFormData(e))return a?JSON.stringify(bq(e)):e;if(C.isArrayBuffer(e)||C.isBuffer(e)||C.isStream(e)||C.isFile(e)||C.isBlob(e)||C.isReadableStream(e))return e;if(C.isArrayBufferView(e))return e.buffer;if(C.isURLSearchParams(e))return i.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let o;if(r){let l=Zr(this,"formSerializer");if(n.indexOf("application/x-www-form-urlencoded")>-1)return uZ(e,l).toString();if((o=C.isFileList(e))||n.indexOf("multipart/form-data")>-1){let u=Zr(this,"env"),c=u&&u.FormData;return np(o?{"files[]":e}:e,c&&new c,l)}}return r||a?(i.setContentType("application/json",!1),dZ(e)):e}],transformResponse:[function(e){let i=Zr(this,"transitional")||Ko.transitional,n=i&&i.forcedJSONParsing,a=Zr(this,"responseType"),r=a==="json";if(C.isResponse(e)||C.isReadableStream(e))return e;if(e&&C.isString(e)&&(n&&!a||r)){let o=!(i&&i.silentJSONParsing)&&r;try{return JSON.parse(e,Zr(this,"parseReviver"))}catch(l){if(o)throw l.name==="SyntaxError"?T.from(l,T.ERR_BAD_RESPONSE,this,null,Zr(this,"response")):l}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Qe.classes.FormData,Blob:Qe.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};C.forEach(["delete","get","head","post","put","patch","query"],t=>{Ko.headers[t]={}});function uv(t,e){let i=this||Ko,n=e||i,a=ai.from(n.headers),r=n.data;return C.forEach(t,function(o){r=o.call(i,r,a.normalize(),e?e.status:void 0)}),a.normalize(),r}function yq(t){return!!(t&&t.__CANCEL__)}var pt=class extends T{constructor(e,i,n){super(e??"canceled",T.ERR_CANCELED,i,n),this.name="CanceledError",this.__CANCEL__=!0}};function Kr(t,e,i){let n=i.config.validateStatus;!i.status||!n||n(i.status)?t(i):e(new T("Request failed with status code "+i.status,i.status>=400&&i.status<500?T.ERR_BAD_REQUEST:T.ERR_BAD_RESPONSE,i.config,i.request,i))}function hZ(t){return typeof t!="string"?!1:/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function gZ(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function xv(t,e,i){let n=!hZ(e);return t&&(n||i===!1)?gZ(t,e):e}var mZ={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443};function fZ(t){try{return new URL(t)}catch{return null}}function wZ(t){var e=(typeof t=="string"?fZ(t):t)||{},i=e.protocol,n=e.host,a=e.port;if(typeof n!="string"||!n||typeof i!="string"||(i=i.split(":",1)[0],n=n.replace(/:\d*$/,""),a=parseInt(a)||mZ[i]||0,!vZ(n,a)))return"";var r=fv(i+"_proxy")||fv("all_proxy");return r&&r.indexOf("://")===-1&&(r=i+"://"+r),r}function vZ(t,e){var i=fv("no_proxy").toLowerCase();return i?i==="*"?!1:i.split(/[,\s]/).every(function(n){if(!n)return!0;var a=n.match(/^(.+):(\d+)$/),r=a?a[1]:n,s=a?parseInt(a[2]):0;return s&&s!==e?!0:/^[.*]/.test(r)?(r.charAt(0)==="*"&&(r=r.slice(1)),!t.endsWith(r)):t!==r}):!0}function fv(t){return process.env[t.toLowerCase()]||process.env[t.toUpperCase()]||""}var Bo="1.16.1";function Pq(t){let e=/^([-+\w]{1,25}):(?:\/\/)?/.exec(t);return e&&e[1]||""}var CZ=/^([^,;]+\/[^,;]+)?((?:;[^,;=]+=[^,;]+)*)(;base64)?,([\s\S]*)$/;function AZ(t,e,i){let n=i&&i.Blob||Qe.classes.Blob,a=Pq(t);if(e===void 0&&n&&(e=!0),a==="data"){t=a.length?t.slice(a.length+1):t;let r=CZ.exec(t);if(!r)throw new T("Invalid URL",T.ERR_INVALID_URL);let s=r[1],o=r[2],l=r[3]?"base64":"utf8",u=r[4],c;s?c=o?s+o:s:o&&(c="text/plain"+o);let p=Buffer.from(decodeURIComponent(u),l);if(e){if(!n)throw new T("Blob is not supported",T.ERR_NOT_SUPPORT);return new n([p],{type:c})}return p}throw new T("Unsupported protocol "+a,T.ERR_NOT_SUPPORT)}var cv=Symbol("internals"),Zc=class extends Ji.Transform{constructor(e){e=C.toFlatObject(e,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(n,a)=>!C.isUndefined(a[n])),super({readableHighWaterMark:e.chunkSize});let i=this[cv]={timeWindow:e.timeWindow,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",n=>{n==="progress"&&(i.isCaptured||(i.isCaptured=!0))})}_read(e){let i=this[cv];return i.onReadCallback&&i.onReadCallback(),super._read(e)}_transform(e,i,n){let a=this[cv],r=a.maxRate,s=this.readableHighWaterMark,o=a.timeWindow,l=1e3/o,u=r/l,c=a.minChunkSize!==!1?Math.max(a.minChunkSize,u*.01):0,p=(h,g)=>{let m=Buffer.byteLength(h);a.bytesSeen+=m,a.bytes+=m,a.isCaptured&&this.emit("progress",a.bytesSeen),this.push(h)?process.nextTick(g):a.onReadCallback=()=>{a.onReadCallback=null,process.nextTick(g)}},d=(h,g)=>{let m=Buffer.byteLength(h),f=null,v=s,y,A=0;if(r){let b=Date.now();(!a.ts||(A=b-a.ts)>=o)&&(a.ts=b,y=u-a.bytes,a.bytes=y<0?-y:0,A=0),y=u-a.bytes}if(r){if(y<=0)return setTimeout(()=>{g(null,h)},o-A);yv&&m-v>c&&(f=h.subarray(v),h=h.subarray(0,v)),p(h,f?()=>{process.nextTick(g,null,f)}:g)};d(e,function h(g,m){if(g)return n(g);m?d(m,h):n(null)})}},{asyncIterator:Uk}=Symbol,jq=async function*(t){t.stream?yield*t.stream():t.arrayBuffer?yield await t.arrayBuffer():t[Uk]?yield*t[Uk]():yield t},bZ=Qe.ALPHABET.ALPHA_DIGIT+"-_",Fo=typeof TextEncoder=="function"?new TextEncoder:new yv.TextEncoder,Da=`\r -`,yZ=Fo.encode(Da),PZ=2,wv=class{constructor(e,i){let{escapeName:n}=this.constructor,a=C.isString(i),r=`Content-Disposition: form-data; name="${n(e)}"${!a&&i.name?`; filename="${n(i.name)}"`:""}${Da}`;if(a)i=Fo.encode(String(i).replace(/\r?\n|\r\n?/g,Da));else{let s=String(i.type||"application/octet-stream").replace(/[\r\n]/g,"");r+=`Content-Type: ${s}${Da}`}this.headers=Fo.encode(r+Da),this.contentLength=a?i.byteLength:i.size,this.size=this.headers.byteLength+this.contentLength+PZ,this.name=e,this.value=i}async*encode(){yield this.headers;let{value:e}=this;C.isTypedArray(e)?yield e:yield*jq(e),yield yZ}static escapeName(e){return String(e).replace(/[\r\n"]/g,i=>({"\r":"%0D","\n":"%0A",'"':"%22"})[i])}},jZ=(t,e,i)=>{let{tag:n="form-data-boundary",size:a=25,boundary:r=n+"-"+Qe.generateString(a,bZ)}=i||{};if(!C.isFormData(t))throw TypeError("FormData instance required");if(r.length<1||r.length>70)throw Error("boundary must be 1-70 characters long");let s=Fo.encode("--"+r+Da),o=Fo.encode("--"+r+"--"+Da),l=o.byteLength,u=Array.from(t.entries()).map(([p,d])=>{let h=new wv(p,d);return l+=h.size,h});l+=s.byteLength*u.length,l=C.toFiniteNumber(l);let c={"Content-Type":`multipart/form-data; boundary=${r}`};return Number.isFinite(l)&&(c["Content-Length"]=l),e&&e(c),Ji.Readable.from((async function*(){for(let p of u)yield s,yield*p.encode();yield o})())},vv=class extends Ji.Transform{__transform(e,i,n){this.push(e),n()}_transform(e,i,n){if(e.length!==0&&(this._transform=this.__transform,e[0]!==120)){let a=Buffer.alloc(2);a[0]=120,a[1]=156,this.push(a,i)}this.__transform(e,i,n)}},SZ=(t,e)=>C.isAsyncFn(t)?function(...i){let n=i.pop();t.apply(this,i).then(a=>{try{e?n(null,...e(a)):n(null,a)}catch(r){n(r)}},n)}:t,OZ=new Set(["localhost"]),Sq=t=>{let e=t.split(".");return e.length!==4||e[0]!=="127"?!1:e.every(i=>/^\d+$/.test(i)&&Number(i)>=0&&Number(i)<=255)},xZ=t=>{if(t==="::1")return!0;let e=t.match(/^::ffff:(\d+\.\d+\.\d+\.\d+)$/i);if(e)return Sq(e[1]);let i=t.match(/^::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i);if(i){let a=parseInt(i[1],16);return a>=32512&&a<=32767}let n=t.split(":");if(n.length===8){for(let a=0;a<7;a++)if(!/^0+$/.test(n[a]))return!1;return/^0*1$/.test(n[7])}return!1},Lk=t=>t?OZ.has(t)||Sq(t)?!0:xZ(t):!1,TZ={http:80,https:443,ws:80,wss:443,ftp:21},MZ=t=>{let e=t,i=0;if(e.charAt(0)==="["){let r=e.indexOf("]");if(r!==-1){let s=e.slice(1,r),o=e.slice(r+1);return o.charAt(0)===":"&&/^\d+$/.test(o.slice(1))&&(i=Number.parseInt(o.slice(1),10)),[s,i]}}let n=e.indexOf(":"),a=e.lastIndexOf(":");return n!==-1&&n===a&&/^\d+$/.test(e.slice(a+1))&&(i=Number.parseInt(e.slice(a+1),10),e=e.slice(0,a)),[e,i]},EZ=/^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:(\d+\.\d+\.\d+\.\d+)$/i,kZ=/^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i,qZ=t=>{if(typeof t!="string"||t.indexOf(":")===-1)return t;let e=t.match(EZ);if(e)return e[1];let i=t.match(kZ);if(i){let n=parseInt(i[1],16),a=parseInt(i[2],16);return`${n>>8}.${n&255}.${a>>8}.${a&255}`}return t},Wk=t=>t&&(t.charAt(0)==="["&&t.charAt(t.length-1)==="]"&&(t=t.slice(1,-1)),qZ(t.replace(/\.+$/,"")));function _Z(t){let e;try{e=new URL(t)}catch{return!1}let i=(process.env.no_proxy||process.env.NO_PROXY||"").toLowerCase();if(!i)return!1;if(i==="*")return!0;let n=Number.parseInt(e.port,10)||TZ[e.protocol.split(":",1)[0]]||0,a=Wk(e.hostname.toLowerCase());return i.split(/[\s,]+/).some(r=>{if(!r)return!1;let[s,o]=MZ(r);return s=Wk(s),!s||o&&o!==n?!1:(s.charAt(0)==="*"&&(s=s.slice(1)),s.charAt(0)==="."?a.endsWith(s):a===s||Lk(a)&&Lk(s))})}function HZ(t,e){t=t||10;let i=new Array(t),n=new Array(t),a=0,r=0,s;return e=e!==void 0?e:1e3,function(l){let u=Date.now(),c=n[r];s||(s=u),i[a]=l,n[a]=u;let p=r,d=0;for(;p!==a;)d+=i[p++],p=p%t;if(a=(a+1)%t,a===r&&(r=(r+1)%t),u-s{i=c,a=null,r&&(clearTimeout(r),r=null),t(...u)};return[(...u)=>{let c=Date.now(),p=c-i;p>=n?s(u,c):(a=u,r||(r=setTimeout(()=>{r=null,s(a)},n-p)))},()=>a&&s(a)]}var Yr=(t,e,i=3)=>{let n=0,a=HZ(50,250);return IZ(r=>{if(!r||typeof r.loaded!="number")return;let s=r.loaded,o=r.lengthComputable?r.total:void 0,l=o!=null?Math.min(s,o):s,u=Math.max(0,l-n),c=a(u);n=Math.max(n,l);let p={loaded:l,total:o,progress:o?l/o:void 0,bytes:u,rate:c||void 0,estimated:c&&o?(o-l)/c:void 0,event:r,lengthComputable:o!=null,[e?"download":"upload"]:!0};t(p)},i)},Kc=(t,e)=>{let i=t!=null;return[n=>e[0]({lengthComputable:i,total:t,loaded:n}),e[1]]},Qc=t=>(...e)=>C.asap(()=>t(...e));function Oq(t){if(!t||typeof t!="string"||!t.startsWith("data:"))return 0;let e=t.indexOf(",");if(e<0)return 0;let i=t.slice(5,e),n=t.slice(e+1);if(/;base64/i.test(i)){let s=n.length,o=n.length;for(let h=0;h=48&&g<=57||g>=65&&g<=70||g>=97&&g<=102)&&(m>=48&&m<=57||m>=65&&m<=70||m>=97&&m<=102)&&(s-=2,h+=2)}let l=0,u=o-1,c=h=>h>=2&&n.charCodeAt(h-2)===37&&n.charCodeAt(h-1)===51&&(n.charCodeAt(h)===68||n.charCodeAt(h)===100);u>=0&&(n.charCodeAt(u)===61?(l++,u--):c(u)&&(l++,u-=3)),l===1&&u>=0&&(n.charCodeAt(u)===61||c(u))&&l++;let d=Math.floor(s/4)*3-(l||0);return d>0?d:0}if(typeof Buffer<"u"&&typeof Buffer.byteLength=="function")return Buffer.byteLength(n,"utf8");let r=0;for(let s=0,o=n.length;s=55296&&l<=56319&&s+1=56320&&u<=57343?(r+=4,s++):r+=3}else r+=3}return r}var Bk={flush:$t.constants.Z_SYNC_FLUSH,finishFlush:$t.constants.Z_SYNC_FLUSH},RZ={flush:$t.constants.BROTLI_OPERATION_FLUSH,finishFlush:$t.constants.BROTLI_OPERATION_FLUSH},Fk=C.isFunction($t.createBrotliDecompress),{http:zZ,https:DZ}=Z4,xq=/https:?/,GZ=["content-type","content-length"];function $Z(t,e,i){if(i!=="content-only"){t.set(e);return}Object.entries(e).forEach(([n,a])=>{GZ.includes(n.toLowerCase())&&t.set(n,a)})}var Vk=Symbol("axios.http.socketListener"),Lc=Symbol("axios.http.currentReq"),Tq=Symbol("axios.http.installedTunnel"),NZ=new Map,Jk=new WeakMap;function UZ(t,e){let i=t.protocol+"//"+t.hostname+":"+(t.port||"")+"#"+(t.auth||""),n=e?Jk.get(e)||Jk.set(e,new Map).get(e):NZ,a=n.get(i);if(a)return a;let r=e&&e.options?{...e.options,...t}:t;return a=new oq(r),a[Tq]=!0,n.set(i,a),a}var Zk=Qe.protocols.map(t=>t+":"),Kk=t=>{if(!C.isString(t))return t;try{return decodeURIComponent(t)}catch{return t}},Qk=(t,[e,i])=>(t.on("end",i).on("error",i),e),Cv=class{constructor(){this.sessions=Object.create(null)}getSession(e,i){i=Object.assign({sessionTimeout:1e3},i);let n=this.sessions[e];if(n){let c=n.length;for(let p=0;p{if(r)return;r=!0;let c=n,p=c.length,d=p;for(;d--;)if(c[d][0]===a){p===1?delete this.sessions[e]:c.splice(d,1),a.closed||a.close();return}},o=a.request,{sessionTimeout:l}=i;if(l!=null){let c,p=0;a.request=function(){let d=o.apply(this,arguments);return p++,c&&(clearTimeout(c),c=null),d.once("close",()=>{--p||(c=setTimeout(()=>{c=null,s()},l))}),d}}a.once("close",s);let u=[a,i];return n?n.push(u):n=this.sessions[e]=[u],a}},LZ=new Cv;function WZ(t,e,i){t.beforeRedirects.proxy&&t.beforeRedirects.proxy(t),t.beforeRedirects.config&&t.beforeRedirects.config(t,e,i)}function Mq(t,e,i,n,a){let r=e;if(!r&&r!==!1){let s=wZ(i);s&&(_Z(i)||(r=new URL(s)))}if(n&&t.headers)for(let s of Object.keys(t.headers))s.toLowerCase()==="proxy-authorization"&&delete t.headers[s];if(n&&t.agent&&t.agent[Tq]&&(t.agent=void 0),r){let s=r instanceof URL,o=d=>s||C.hasOwnProp(r,d)?r[d]:void 0,l=o("username"),u=o("password"),c=C.hasOwnProp(r,"auth")?r.auth:void 0;if(l&&(c=(l||"")+":"+(u||"")),c){let d=typeof c=="object",h=d&&C.hasOwnProp(c,"username")?c.username:void 0,g=d&&C.hasOwnProp(c,"password")?c.password:void 0;if(!!(h||g))c=(h||"")+":"+(g||"");else if(d)throw new T("Invalid proxy authorization",T.ERR_BAD_OPTION,{proxy:r})}if(xq.test(t.protocol)){if(!(a instanceof oq)){let d=o("hostname")||o("host"),h=o("port"),g=o("protocol"),m=g?g.includes(":")?g:`${g}:`:"http:",f=d&&d.includes(":")&&!d.startsWith("[")?`[${d}]`:d,v=new URL(`${m}//${f}${h?":"+h:""}`),y={protocol:v.protocol,hostname:v.hostname.replace(/^\[|\]$/g,""),port:v.port,auth:c&&typeof c=="string"?c:void 0};v.protocol==="https:"&&(y.ALPNProtocols=["http/1.1"]);let A=UZ(y,a);t.agent=A,t.agents&&(t.agents.https=A)}}else{if(c){let m=Buffer.from(c,"utf8").toString("base64");t.headers["Proxy-Authorization"]="Basic "+m}let d=!1;for(let m of Object.keys(t.headers))if(m.toLowerCase()==="host"){d=!0;break}d||(t.headers.host=t.hostname+(t.port?":"+t.port:""));let h=o("hostname")||o("host");t.hostname=h,t.host=h,t.port=o("port"),t.path=i;let g=o("protocol");g&&(t.protocol=g.includes(":")?g:`${g}:`)}}t.beforeRedirects.proxy=function(o){Mq(o,e,o.href,!0,a)}}var BZ=typeof process<"u"&&C.kindOf(process)==="process",FZ=t=>new Promise((e,i)=>{let n,a,r=(l,u)=>{a||(a=!0,n&&n(l,u))},s=l=>{r(l),e(l)},o=l=>{r(l,!0),i(l)};t(s,o,l=>n=l).catch(o)}),VZ=({address:t,family:e})=>{if(!C.isString(t))throw TypeError("address must be a string");return{address:t,family:e||(t.indexOf(".")<0?6:4)}},Yk=(t,e)=>VZ(C.isObject(t)?t:{address:t,family:e}),JZ={request(t,e){let i=t.protocol+"//"+t.hostname+":"+(t.port||(t.protocol==="https:"?443:80)),{http2Options:n,headers:a}=t,r=LZ.getSession(i,n),{HTTP2_HEADER_SCHEME:s,HTTP2_HEADER_METHOD:o,HTTP2_HEADER_PATH:l,HTTP2_HEADER_STATUS:u}=lq.constants,c={[s]:t.protocol.replace(":",""),[o]:t.method,[l]:t.path};C.forEach(a,(d,h)=>{h.charAt(0)!==":"&&(c[h]=d)});let p=r.request(c);return p.once("response",d=>{let h=p;d=Object.assign({},d);let g=d[u];delete d[u],h.headers=d,h.statusCode=+g,e(h)}),p}},ZZ=BZ&&function(e){return FZ(async function(n,a,r){let s=G=>C.hasOwnProp(e,G)?e[G]:void 0,o=s("data"),l=s("lookup"),u=s("family"),c=s("httpVersion");c===void 0&&(c=1);let p=s("http2Options"),d=s("responseType"),h=s("responseEncoding"),g=e.method.toUpperCase(),m,f=!1,v,y;if(c=+c,Number.isNaN(c))throw TypeError(`Invalid protocol version: '${e.httpVersion}' is not a number`);if(c!==1&&c!==2)throw TypeError(`Unsupported protocol version '${c}'`);let A=c===2;if(l){let G=SZ(l,x=>C.isArray(x)?x:[x]);l=(x,be,Je)=>{G(x,be,(ye,ni,di)=>{if(ye)return Je(ye);let xe=C.isArray(ni)?ni.map(ft=>Yk(ft)):[Yk(ni,di)];be.all?Je(ye,xe):Je(ye,xe[0].address,xe[0].family)})}}let b=new K4.EventEmitter;function O(G){try{b.emit("abort",!G||G.type?new pt(null,e,v):G)}catch(x){console.warn("emit error",x)}}function $(){y&&(clearTimeout(y),y=null)}function N(){let G=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",x=e.transitional||tp;return e.timeoutErrorMessage&&(G=e.timeoutErrorMessage),new T(G,x.clarifyTimeoutError?T.ETIMEDOUT:T.ECONNABORTED,e,v)}b.once("abort",a);let X=()=>{$(),e.cancelToken&&e.cancelToken.unsubscribe(O),e.signal&&e.signal.removeEventListener("abort",O),b.removeAllListeners()};(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(O),e.signal&&(e.signal.aborted?O():e.signal.addEventListener("abort",O))),r((G,x)=>{if(m=!0,$(),x){f=!0,X();return}let{data:be}=G;if(be instanceof Ji.Readable||be instanceof Ji.Duplex){let Je=Ji.finished(be,()=>{Je(),X()})}else X()});let F=xv(e.baseURL,e.url,e.allowAbsoluteUrls),k=new URL(F,Qe.hasBrowserEnv?Qe.origin:void 0),Q=k.protocol||Zk[0];if(Q==="data:"){if(e.maxContentLength>-1){let x=String(e.url||F||"");if(Oq(x)>e.maxContentLength)return a(new T("maxContentLength size of "+e.maxContentLength+" exceeded",T.ERR_BAD_RESPONSE,e))}let G;if(g!=="GET")return Kr(n,a,{status:405,statusText:"method not allowed",headers:{},config:e});try{G=AZ(e.url,d==="blob",{Blob:e.env&&e.env.Blob})}catch(x){throw T.from(x,T.ERR_BAD_REQUEST,e)}return d==="text"?(G=G.toString(h),(!h||h==="utf8")&&(G=C.stripBOM(G))):d==="stream"&&(G=Ji.Readable.from(G)),Kr(n,a,{data:G,status:200,statusText:"OK",headers:new ai,config:e})}if(Zk.indexOf(Q)===-1)return a(new T("Unsupported protocol "+Q,T.ERR_BAD_REQUEST,e));let Z=ai.from(e.headers).normalize();Z.set("User-Agent","axios/"+Bo,!1);let{onUploadProgress:ie,onDownloadProgress:se}=e,De=e.maxRate,S,I;if(C.isSpecCompliantForm(o)){let G=Z.getContentType(/boundary=([-_\w\d]{10,70})/i);o=jZ(o,x=>{Z.set(x)},{tag:`axios-${Bo}-boundary`,boundary:G&&G[1]||void 0})}else if(C.isFormData(o)&&C.isFunction(o.getHeaders)&&o.getHeaders!==Object.prototype.getHeaders){if($Z(Z,o.getHeaders(),s("formDataHeaderPolicy")),!Z.hasContentLength())try{let G=await yv.promisify(o.getLength).call(o);Number.isFinite(G)&&G>=0&&Z.setContentLength(G)}catch{}}else if(C.isBlob(o)||C.isFile(o))o.size&&Z.setContentType(o.type||"application/octet-stream"),Z.setContentLength(o.size||0),o=Ji.Readable.from(jq(o));else if(o&&!C.isStream(o)){if(!Buffer.isBuffer(o))if(C.isArrayBuffer(o))o=Buffer.from(new Uint8Array(o));else if(C.isString(o))o=Buffer.from(o,"utf-8");else return a(new T("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",T.ERR_BAD_REQUEST,e));if(Z.setContentLength(o.length,!1),e.maxBodyLength>-1&&o.length>e.maxBodyLength)return a(new T("Request body larger than maxBodyLength limit",T.ERR_BAD_REQUEST,e))}let Ae=C.toFiniteNumber(Z.getContentLength());C.isArray(De)?(S=De[0],I=De[1]):S=I=De,o&&(ie||S)&&(C.isStream(o)||(o=Ji.Readable.from(o,{objectMode:!1})),o=Ji.pipeline([o,new Zc({maxRate:C.toFiniteNumber(S)})],C.noop),ie&&o.on("progress",Qk(o,Kc(Ae,Yr(Qc(ie),!1,3)))));let Se,R=s("auth");if(R){let G=R.username||"",x=R.password||"";Se=G+":"+x}if(!Se&&k.username){let G=Kk(k.username),x=Kk(k.password);Se=G+":"+x}Se&&Z.delete("authorization");let ei;try{ei=Sv(k.pathname+k.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(G){let x=new Error(G.message);return x.config=e,x.url=e.url,x.exists=!0,a(x)}Z.set("Accept-Encoding","gzip, compress, deflate"+(Fk?", br":""),!1);let Ie=Object.assign(Object.create(null),{path:ei,method:g,headers:jv(Z),agents:{http:e.httpAgent,https:e.httpsAgent},auth:Se,protocol:Q,family:u,beforeRedirect:WZ,beforeRedirects:Object.create(null),http2Options:p});if(!C.isUndefined(l)&&(Ie.lookup=l),e.socketPath){if(typeof e.socketPath!="string")return a(new T("socketPath must be a string",T.ERR_BAD_OPTION_VALUE,e));if(e.allowedSocketPaths!=null){let G=Array.isArray(e.allowedSocketPaths)?e.allowedSocketPaths:[e.allowedSocketPaths],x=Rk.resolve(e.socketPath);if(!G.some(Je=>typeof Je=="string"&&Rk.resolve(Je)===x))return a(new T(`socketPath "${e.socketPath}" is not permitted by allowedSocketPaths`,T.ERR_BAD_OPTION_VALUE,e))}Ie.socketPath=e.socketPath}else Ie.hostname=k.hostname.startsWith("[")?k.hostname.slice(1,-1):k.hostname,Ie.port=k.port,Mq(Ie,e.proxy,Q+"//"+k.hostname+(k.port?":"+k.port:"")+Ie.path,!1,e.httpsAgent);let Me,xi=!1,Ci=xq.test(Ie.protocol);if(Ie.agent==null&&(Ie.agent=Ci?e.httpsAgent:e.httpAgent),A)Me=JZ;else{let G=s("transport");if(G)Me=G;else if(e.maxRedirects===0)Me=Ci?J4:V4,xi=!0;else{e.maxRedirects&&(Ie.maxRedirects=e.maxRedirects);let x=s("beforeRedirect");x&&(Ie.beforeRedirects.config=x),Me=Ci?DZ:zZ}}e.maxBodyLength>-1?Ie.maxBodyLength=e.maxBodyLength:Ie.maxBodyLength=1/0,Ie.insecureHTTPParser=!!s("insecureHTTPParser"),v=Me.request(Ie,function(x){if($(),v.destroyed)return;let be=[x],Je=C.toFiniteNumber(x.headers["content-length"]);if(se||I){let xe=new Zc({maxRate:C.toFiniteNumber(I)});se&&xe.on("progress",Qk(xe,Kc(Je,Yr(Qc(se),!0,3)))),be.push(xe)}let ye=x,ni=x.req||v;if(e.decompress!==!1&&x.headers["content-encoding"])switch((g==="HEAD"||x.statusCode===204)&&delete x.headers["content-encoding"],(x.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":be.push($t.createUnzip(Bk)),delete x.headers["content-encoding"];break;case"deflate":be.push(new vv),be.push($t.createUnzip(Bk)),delete x.headers["content-encoding"];break;case"br":Fk&&(be.push($t.createBrotliDecompress(RZ)),delete x.headers["content-encoding"])}ye=be.length>1?Ji.pipeline(be,C.noop):be[0];let di={status:x.statusCode,statusText:x.statusMessage,headers:new ai(x.headers),config:e,request:ni};if(d==="stream"){if(e.maxContentLength>-1){let xe=e.maxContentLength,ft=ye;async function*vn(){let Ge=0;for await(let ir of ft){if(Ge+=ir.length,Ge>xe)throw new T("maxContentLength size of "+xe+" exceeded",T.ERR_BAD_RESPONSE,e,ni);yield ir}}ye=Ji.Readable.from(vn(),{objectMode:!1})}di.data=ye,Kr(n,a,di)}else{let xe=[],ft=0;ye.on("data",function(Ge){xe.push(Ge),ft+=Ge.length,e.maxContentLength>-1&&ft>e.maxContentLength&&(f=!0,ye.destroy(),O(new T("maxContentLength size of "+e.maxContentLength+" exceeded",T.ERR_BAD_RESPONSE,e,ni)))}),ye.on("aborted",function(){if(f)return;let Ge=new T("stream has been aborted",T.ERR_BAD_RESPONSE,e,ni,di);ye.destroy(Ge),a(Ge)}),ye.on("error",function(Ge){f||a(T.from(Ge,null,e,ni,di))}),ye.on("end",function(){try{let Ge=xe.length===1?xe[0]:Buffer.concat(xe);d!=="arraybuffer"&&(Ge=Ge.toString(h),(!h||h==="utf8")&&(Ge=C.stripBOM(Ge))),di.data=Ge}catch(Ge){return a(T.from(Ge,null,e,di.request,di))}Kr(n,a,di)})}b.once("abort",xe=>{ye.destroyed||(ye.emit("error",xe),ye.destroy())})}),b.once("abort",G=>{v.close?v.close():v.destroy(G)}),v.on("error",function(x){a(T.from(x,null,e,v))});let tn=new Set;if(v.on("socket",function(x){x.setKeepAlive(!0,1e3*60),x[Vk]||(x.on("error",function(Je){let ye=x[Lc];ye&&!ye.destroyed&&ye.destroy(Je)}),x[Vk]=!0),x[Lc]=v,tn.add(x)}),v.once("close",function(){$();for(let x of tn)x[Lc]===v&&(x[Lc]=null);tn.clear()}),e.timeout){let G=parseInt(e.timeout,10);if(Number.isNaN(G)){O(new T("error trying to parse `config.timeout` to int",T.ERR_BAD_OPTION_VALUE,e,v));return}let x=function(){m||O(N())};xi&&G>0&&(y=setTimeout(x,G)),v.setTimeout(G,x)}else v.setTimeout(0);if(C.isStream(o)){let G=!1,x=!1;o.on("end",()=>{G=!0}),o.once("error",Je=>{x=!0,v.destroy(Je)}),o.on("close",()=>{!G&&!x&&O(new pt("Request stream has been aborted",e,v))});let be=o;if(e.maxBodyLength>-1&&e.maxRedirects===0){let Je=e.maxBodyLength,ye=0;be=Ji.pipeline([o,new Ji.Transform({transform(ni,di,xe){if(ye+=ni.length,ye>Je)return xe(new T("Request body larger than maxBodyLength limit",T.ERR_BAD_REQUEST,e,v));xe(null,ni)}})],C.noop),be.on("error",ni=>{v.destroyed||v.destroy(ni)})}be.pipe(v)}else o&&v.write(o),v.end()})},KZ=Qe.hasStandardBrowserEnv?((t,e)=>i=>(i=new URL(i,Qe.origin),t.protocol===i.protocol&&t.host===i.host&&(e||t.port===i.port)))(new URL(Qe.origin),Qe.navigator&&/(msie|trident)/i.test(Qe.navigator.userAgent)):()=>!0,QZ=Qe.hasStandardBrowserEnv?{write(t,e,i,n,a,r,s){if(typeof document>"u")return;let o=[`${t}=${encodeURIComponent(e)}`];C.isNumber(i)&&o.push(`expires=${new Date(i).toUTCString()}`),C.isString(n)&&o.push(`path=${n}`),C.isString(a)&&o.push(`domain=${a}`),r===!0&&o.push("secure"),C.isString(s)&&o.push(`SameSite=${s}`),document.cookie=o.join("; ")},read(t){if(typeof document>"u")return null;let e=document.cookie.split(";");for(let i=0;it instanceof ai?{...t}:t;function Ga(t,e){e=e||{};let i=Object.create(null);Object.defineProperty(i,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});function n(u,c,p,d){return C.isPlainObject(u)&&C.isPlainObject(c)?C.merge.call({caseless:d},u,c):C.isPlainObject(c)?C.merge({},c):C.isArray(c)?c.slice():c}function a(u,c,p,d){if(C.isUndefined(c)){if(!C.isUndefined(u))return n(void 0,u,p,d)}else return n(u,c,p,d)}function r(u,c){if(!C.isUndefined(c))return n(void 0,c)}function s(u,c){if(C.isUndefined(c)){if(!C.isUndefined(u))return n(void 0,u)}else return n(void 0,c)}function o(u,c,p){if(C.hasOwnProp(e,p))return n(u,c);if(C.hasOwnProp(t,p))return n(void 0,u)}let l={url:r,method:r,data:r,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,allowedSocketPaths:s,responseEncoding:s,validateStatus:o,headers:(u,c,p)=>a(Xk(u),Xk(c),p,!0)};return C.forEach(Object.keys({...t,...e}),function(c){if(c==="__proto__"||c==="constructor"||c==="prototype")return;let p=C.hasOwnProp(l,c)?l[c]:a,d=C.hasOwnProp(t,c)?t[c]:void 0,h=C.hasOwnProp(e,c)?e[c]:void 0,g=p(d,h,c);C.isUndefined(g)&&p!==o||(i[c]=g)}),i}var YZ=["content-type","content-length"];function XZ(t,e,i){if(i!=="content-only"){t.set(e);return}Object.entries(e).forEach(([n,a])=>{YZ.includes(n.toLowerCase())&&t.set(n,a)})}var e5=t=>encodeURIComponent(t).replace(/%([0-9A-F]{2})/gi,(e,i)=>String.fromCharCode(parseInt(i,16))),Eq=t=>{let e=Ga({},t),i=d=>C.hasOwnProp(e,d)?e[d]:void 0,n=i("data"),a=i("withXSRFToken"),r=i("xsrfHeaderName"),s=i("xsrfCookieName"),o=i("headers"),l=i("auth"),u=i("baseURL"),c=i("allowAbsoluteUrls"),p=i("url");if(e.headers=o=ai.from(o),e.url=Sv(xv(u,p,c),t.params,t.paramsSerializer),l&&o.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?e5(l.password):""))),C.isFormData(n)&&(Qe.hasStandardBrowserEnv||Qe.hasStandardBrowserWebWorkerEnv?o.setContentType(void 0):C.isFunction(n.getHeaders)&&XZ(o,n.getHeaders(),i("formDataHeaderPolicy"))),Qe.hasStandardBrowserEnv&&(C.isFunction(a)&&(a=a(e)),a===!0||a==null&&KZ(e.url))){let h=r&&s&&QZ.read(s);h&&o.set(r,h)}return e},i5=typeof XMLHttpRequest<"u",n5=i5&&function(t){return new Promise(function(i,n){let a=Eq(t),r=a.data,s=ai.from(a.headers).normalize(),{responseType:o,onUploadProgress:l,onDownloadProgress:u}=a,c,p,d,h,g;function m(){h&&h(),g&&g(),a.cancelToken&&a.cancelToken.unsubscribe(c),a.signal&&a.signal.removeEventListener("abort",c)}let f=new XMLHttpRequest;f.open(a.method.toUpperCase(),a.url,!0),f.timeout=a.timeout;function v(){if(!f)return;let A=ai.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),O={data:!o||o==="text"||o==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:A,config:t,request:f};Kr(function(N){i(N),m()},function(N){n(N),m()},O),f=null}"onloadend"in f?f.onloadend=v:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.startsWith("file:"))||setTimeout(v)},f.onabort=function(){f&&(n(new T("Request aborted",T.ECONNABORTED,t,f)),m(),f=null)},f.onerror=function(b){let O=b&&b.message?b.message:"Network Error",$=new T(O,T.ERR_NETWORK,t,f);$.event=b||null,n($),m(),f=null},f.ontimeout=function(){let b=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded",O=a.transitional||tp;a.timeoutErrorMessage&&(b=a.timeoutErrorMessage),n(new T(b,O.clarifyTimeoutError?T.ETIMEDOUT:T.ECONNABORTED,t,f)),m(),f=null},r===void 0&&s.setContentType(null),"setRequestHeader"in f&&C.forEach(jv(s),function(b,O){f.setRequestHeader(O,b)}),C.isUndefined(a.withCredentials)||(f.withCredentials=!!a.withCredentials),o&&o!=="json"&&(f.responseType=a.responseType),u&&([d,g]=Yr(u,!0),f.addEventListener("progress",d)),l&&f.upload&&([p,h]=Yr(l),f.upload.addEventListener("progress",p),f.upload.addEventListener("loadend",h)),(a.cancelToken||a.signal)&&(c=A=>{f&&(n(!A||A.type?new pt(null,t,f):A),f.abort(),m(),f=null)},a.cancelToken&&a.cancelToken.subscribe(c),a.signal&&(a.signal.aborted?c():a.signal.addEventListener("abort",c)));let y=Pq(a.url);if(y&&!Qe.protocols.includes(y)){n(new T("Unsupported protocol "+y+":",T.ERR_BAD_REQUEST,t));return}f.send(r||null)})},t5=(t,e)=>{if(t=t?t.filter(Boolean):[],!e&&!t.length)return;let i=new AbortController,n=!1,a=function(l){if(!n){n=!0,s();let u=l instanceof Error?l:this.reason;i.abort(u instanceof T?u:new pt(u instanceof Error?u.message:u))}},r=e&&setTimeout(()=>{r=null,a(new T(`timeout of ${e}ms exceeded`,T.ETIMEDOUT))},e),s=()=>{t&&(r&&clearTimeout(r),r=null,t.forEach(l=>{l.unsubscribe?l.unsubscribe(a):l.removeEventListener("abort",a)}),t=null)};t.forEach(l=>l.addEventListener("abort",a));let{signal:o}=i;return o.unsubscribe=()=>C.asap(s),o},a5=function*(t,e){let i=t.byteLength;if(i{let a=r5(t,e),r=0,s,o=l=>{s||(s=!0,n&&n(l))};return new ReadableStream({async pull(l){try{let{done:u,value:c}=await a.next();if(u){o(),l.close();return}let p=c.byteLength;if(i){let d=r+=p;i(d)}l.enqueue(new Uint8Array(c))}catch(u){throw o(u),u}},cancel(l){return o(l),a.return()}},{highWaterMark:2})},iq=64*1024,{isFunction:Wc}=C,nq=(t,...e)=>{try{return!!t(...e)}catch{return!1}},o5=t=>{let e=C.global!==void 0&&C.global!==null?C.global:globalThis,{ReadableStream:i,TextEncoder:n}=e;t=C.merge.call({skipUndefined:!0},{Request:e.Request,Response:e.Response},t);let{fetch:a,Request:r,Response:s}=t,o=a?Wc(a):typeof fetch=="function",l=Wc(r),u=Wc(s);if(!o)return!1;let c=o&&Wc(i),p=o&&(typeof n=="function"?(v=>y=>v.encode(y))(new n):async v=>new Uint8Array(await new r(v).arrayBuffer())),d=l&&c&&nq(()=>{let v=!1,y=new r(Qe.origin,{body:new i,method:"POST",get duplex(){return v=!0,"half"}}),A=y.headers.has("Content-Type");return y.body!=null&&y.body.cancel(),v&&!A}),h=u&&c&&nq(()=>C.isReadableStream(new s("").body)),g={stream:h&&(v=>v.body)};o&&["text","arrayBuffer","blob","formData","stream"].forEach(v=>{!g[v]&&(g[v]=(y,A)=>{let b=y&&y[v];if(b)return b.call(y);throw new T(`Response type '${v}' is not supported`,T.ERR_NOT_SUPPORT,A)})});let m=async v=>{if(v==null)return 0;if(C.isBlob(v))return v.size;if(C.isSpecCompliantForm(v))return(await new r(Qe.origin,{method:"POST",body:v}).arrayBuffer()).byteLength;if(C.isArrayBufferView(v)||C.isArrayBuffer(v))return v.byteLength;if(C.isURLSearchParams(v)&&(v=v+""),C.isString(v))return(await p(v)).byteLength},f=async(v,y)=>{let A=C.toFiniteNumber(v.getContentLength());return A??m(y)};return async v=>{let{url:y,method:A,data:b,signal:O,cancelToken:$,timeout:N,onDownloadProgress:X,onUploadProgress:F,responseType:k,headers:Q,withCredentials:Z="same-origin",fetchOptions:ie,maxContentLength:se,maxBodyLength:De}=Eq(v),S=C.isNumber(se)&&se>-1,I=C.isNumber(De)&&De>-1,Ae=a||fetch;k=k?(k+"").toLowerCase():"text";let Se=t5([O,$&&$.toAbortSignal()],N),R=null,ei=Se&&Se.unsubscribe&&(()=>{Se.unsubscribe()}),Ie;try{if(S&&typeof y=="string"&&y.startsWith("data:")&&Oq(y)>se)throw new T("maxContentLength size of "+se+" exceeded",T.ERR_BAD_RESPONSE,v,R);if(I&&A!=="get"&&A!=="head"){let x=await f(Q,b);if(typeof x=="number"&&isFinite(x)&&x>De)throw new T("Request body larger than maxBodyLength limit",T.ERR_BAD_REQUEST,v,R)}if(F&&d&&A!=="get"&&A!=="head"&&(Ie=await f(Q,b))!==0){let x=new r(y,{method:"POST",body:b,duplex:"half"}),be;if(C.isFormData(b)&&(be=x.headers.get("content-type"))&&Q.setContentType(be),x.body){let[Je,ye]=Kc(Ie,Yr(Qc(F)));b=eq(x.body,iq,Je,ye)}}C.isString(Z)||(Z=Z?"include":"omit");let Me=l&&"credentials"in r.prototype;if(C.isFormData(b)){let x=Q.getContentType();x&&/^multipart\/form-data/i.test(x)&&!/boundary=/i.test(x)&&Q.delete("content-type")}Q.set("User-Agent","axios/"+Bo,!1);let xi={...ie,signal:Se,method:A.toUpperCase(),headers:jv(Q.normalize()),body:b,duplex:"half",credentials:Me?Z:void 0};R=l&&new r(y,xi);let Ci=await(l?Ae(R,ie):Ae(y,xi));if(S){let x=C.toFiniteNumber(Ci.headers.get("content-length"));if(x!=null&&x>se)throw new T("maxContentLength size of "+se+" exceeded",T.ERR_BAD_RESPONSE,v,R)}let tn=h&&(k==="stream"||k==="response");if(h&&Ci.body&&(X||S||tn&&ei)){let x={};["status","statusText","headers"].forEach(xe=>{x[xe]=Ci[xe]});let be=C.toFiniteNumber(Ci.headers.get("content-length")),[Je,ye]=X&&Kc(be,Yr(Qc(X),!0))||[],ni=0,di=xe=>{if(S&&(ni=xe,ni>se))throw new T("maxContentLength size of "+se+" exceeded",T.ERR_BAD_RESPONSE,v,R);Je&&Je(xe)};Ci=new s(eq(Ci.body,iq,di,()=>{ye&&ye(),ei&&ei()}),x)}k=k||"text";let G=await g[C.findKey(g,k)||"text"](Ci,v);if(S&&!h&&!tn){let x;if(G!=null&&(typeof G.byteLength=="number"?x=G.byteLength:typeof G.size=="number"?x=G.size:typeof G=="string"&&(x=typeof n=="function"?new n().encode(G).byteLength:G.length)),typeof x=="number"&&x>se)throw new T("maxContentLength size of "+se+" exceeded",T.ERR_BAD_RESPONSE,v,R)}return!tn&&ei&&ei(),await new Promise((x,be)=>{Kr(x,be,{data:G,headers:ai.from(Ci.headers),status:Ci.status,statusText:Ci.statusText,config:v,request:R})})}catch(Me){if(ei&&ei(),Se&&Se.aborted&&Se.reason instanceof T){let xi=Se.reason;throw xi.config=v,R&&(xi.request=R),Me!==xi&&(xi.cause=Me),xi}throw Me&&Me.name==="TypeError"&&/Load failed|fetch/i.test(Me.message)?Object.assign(new T("Network Error",T.ERR_NETWORK,v,R,Me&&Me.response),{cause:Me.cause||Me}):T.from(Me,Me&&Me.code,v,R,Me&&Me.response)}}},l5=new Map,kq=t=>{let e=t&&t.env||{},{fetch:i,Request:n,Response:a}=e,r=[n,a,i],s=r.length,o=s,l,u,c=l5;for(;o--;)l=r[o],u=c.get(l),u===void 0&&c.set(l,u=o?new Map:o5(e)),c=u;return u};kq();var Tv={http:ZZ,xhr:n5,fetch:{get:kq}};C.forEach(Tv,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{__proto__:null,value:e})}catch{}Object.defineProperty(t,"adapterName",{__proto__:null,value:e})}});var tq=t=>`- ${t}`,u5=t=>C.isFunction(t)||t===null||t===!1;function c5(t,e){t=C.isArray(t)?t:[t];let{length:i}=t,n,a,r={};for(let s=0;s`adapter ${l} `+(u===!1?"is not supported by the environment":"is not available in the build")),o=i?s.length>1?`since : -`+s.map(tq).join(` -`):" "+tq(s[0]):"as no adapter specified";throw new T("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return a}var qq={getAdapter:c5,adapters:Tv};function pv(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new pt(null,t)}function aq(t){return pv(t),t.headers=ai.from(t.headers),t.data=uv.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),qq.getAdapter(t.adapter||Ko.adapter,t)(t).then(function(n){pv(t),t.response=n;try{n.data=uv.call(t,t.transformResponse,n)}finally{delete t.response}return n.headers=ai.from(n.headers),n},function(n){if(!yq(n)&&(pv(t),n&&n.response)){t.response=n.response;try{n.response.data=uv.call(t,t.transformResponse,n.response)}finally{delete t.response}n.response.headers=ai.from(n.response.headers)}return Promise.reject(n)})}var ap={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{ap[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}});var rq={};ap.transitional=function(e,i,n){function a(r,s){return"[Axios v"+Bo+"] Transitional option '"+r+"'"+s+(n?". "+n:"")}return(r,s,o)=>{if(e===!1)throw new T(a(s," has been removed"+(i?" in "+i:"")),T.ERR_DEPRECATED);return i&&!rq[s]&&(rq[s]=!0,console.warn(a(s," has been deprecated since v"+i+" and will be removed in the near future"))),e?e(r,s,o):!0}};ap.spelling=function(e){return(i,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};function p5(t,e,i){if(typeof t!="object")throw new T("options must be an object",T.ERR_BAD_OPTION_VALUE);let n=Object.keys(t),a=n.length;for(;a-- >0;){let r=n[a],s=Object.prototype.hasOwnProperty.call(e,r)?e[r]:void 0;if(s){let o=t[r],l=o===void 0||s(o,r,t);if(l!==!0)throw new T("option "+r+" must be "+l,T.ERR_BAD_OPTION_VALUE);continue}if(i!==!0)throw new T("Unknown option "+r,T.ERR_BAD_OPTION)}}var Vc={assertOptions:p5,validators:ap},mn=Vc.validators,ct=class{constructor(e){this.defaults=e||{},this.interceptors={request:new Jc,response:new Jc}}async request(e,i){try{return await this._request(e,i)}catch(n){if(n instanceof Error){let a={};Error.captureStackTrace?Error.captureStackTrace(a):a=new Error;let r=(()=>{if(!a.stack)return"";let s=a.stack.indexOf(` -`);return s===-1?"":a.stack.slice(s+1)})();try{if(!n.stack)n.stack=r;else if(r){let s=r.indexOf(` +`)===-1){Yo("have not received end of HTTP headers yet..."),r();return}let g=h.toString("ascii",0,h.indexOf(`\r +`)),m=+g.split(" ")[1];Yo("got proxy server response: %o",g),e({statusCode:m,buffered:h})}t.on("error",u),t.on("close",o),t.on("end",l),r()})}Xo.default=c3});var Vk=v(La=>{"use strict";var p3=La&&La.__awaiter||function(t,e,n,i){function a(r){return r instanceof n?r:new n(function(s){s(r)})}return new(n||(n=Promise))(function(r,s){function o(c){try{u(i.next(c))}catch(p){s(p)}}function l(c){try{u(i.throw(c))}catch(p){s(p)}}function u(c){c.done?r(c.value):a(c.value).then(o,l)}u((i=i.apply(t,e||[])).next())})},ss=La&&La.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(La,"__esModule",{value:!0});var Bk=ss(require("net")),Fk=ss(require("tls")),d3=ss(require("url")),h3=ss(require("assert")),g3=ss(Ko()),m3=Lk(),f3=ss(Wk()),el=g3.default("https-proxy-agent:agent"),rv=class extends m3.Agent{constructor(e){let n;if(typeof e=="string"?n=d3.default.parse(e):n=e,!n)throw new Error("an HTTP(S) proxy server `host` and `port` must be specified!");el("creating new HttpsProxyAgent instance: %o",n),super(n);let i=Object.assign({},n);this.secureProxy=n.secureProxy||C3(i.protocol),i.host=i.hostname||i.host,typeof i.port=="string"&&(i.port=parseInt(i.port,10)),!i.port&&i.host&&(i.port=this.secureProxy?443:80),this.secureProxy&&!("ALPNProtocols"in i)&&(i.ALPNProtocols=["http 1.1"]),i.host&&i.path&&(delete i.path,delete i.pathname),this.proxy=i}callback(e,n){return p3(this,void 0,void 0,function*(){let{proxy:i,secureProxy:a}=this,r;a?(el("Creating `tls.Socket`: %o",i),r=Fk.default.connect(i)):(el("Creating `net.Socket`: %o",i),r=Bk.default.connect(i));let s=Object.assign({},i.headers),l=`CONNECT ${`${n.host}:${n.port}`} HTTP/1.1\r +`;i.auth&&(s["Proxy-Authorization"]=`Basic ${Buffer.from(i.auth).toString("base64")}`);let{host:u,port:c,secureEndpoint:p}=n;v3(c,p)||(u+=`:${c}`),s.Host=u,s.Connection="close";for(let f of Object.keys(s))l+=`${f}: ${s[f]}\r +`;let h=f3.default(r);r.write(`${l}\r +`);let{statusCode:d,buffered:g}=yield h;if(d===200){if(e.once("socket",w3),n.secureEndpoint){el("Upgrading socket connection to TLS");let f=n.servername||n.host;return Fk.default.connect(Object.assign(Object.assign({},A3(n,"host","hostname","path","port")),{socket:r,servername:f}))}return r}r.destroy();let m=new Bk.default.Socket({writable:!1});return m.readable=!0,e.once("socket",f=>{el("replaying proxy buffer for failed request"),h3.default(f.listenerCount("data")>0),f.push(g),f.push(null)}),m})}};La.default=rv;function w3(t){t.resume()}function v3(t,e){return!!(!e&&t===80||e&&t===443)}function C3(t){return typeof t=="string"?/^https:?$/i.test(t):!1}function A3(t,...e){let n={},i;for(i in t)e.includes(i)||(n[i]=t[i]);return n}});var Zk=v((lv,Jk)=>{"use strict";var b3=lv&&lv.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},sv=b3(Vk());function ov(t){return new sv.default(t)}(function(t){t.HttpsProxyAgent=sv.default,t.prototype=sv.default.prototype})(ov||(ov={}));Jk.exports=ov});var Qk=v((fue,Kk)=>{var nl;Kk.exports=function(){if(!nl){try{nl=Ko()("follow-redirects")}catch{}typeof nl!="function"&&(nl=function(){})}nl.apply(null,arguments)}});var iq=v((wue,Av)=>{var tl=require("url"),il=tl.URL,y3=require("http"),P3=require("https"),hv=require("stream").Writable,gv=require("assert"),Yk=Qk();(function(){var e=typeof process<"u",n=typeof window<"u"&&typeof document<"u",i=Ba(Error.captureStackTrace);!e&&(n||!i)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var mv=!1;try{gv(new il(""))}catch(t){mv=t.code==="ERR_INVALID_URL"}var j3=["Authorization","Proxy-Authorization","Cookie"],S3=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],fv=["abort","aborted","connect","error","socket","timeout"],wv=Object.create(null);fv.forEach(function(t){wv[t]=function(e,n,i){this._redirectable.emit(t,e,n,i)}});var cv=al("ERR_INVALID_URL","Invalid URL",TypeError),pv=al("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),O3=al("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",pv),x3=al("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),T3=al("ERR_STREAM_WRITE_AFTER_END","write after end"),M3=hv.prototype.destroy||eq;function ni(t,e){hv.call(this),this._sanitizeOptions(t),this._options=t,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],e&&this.on("response",e);var n=this;this._onNativeResponse=function(i){try{n._processResponse(i)}catch(a){n.emit("error",a instanceof pv?a:new pv({cause:a}))}},this._headerFilter=new RegExp("^(?:"+j3.concat(t.sensitiveHeaders).map(I3).join("|")+")$","i"),this._performRequest()}ni.prototype=Object.create(hv.prototype);ni.prototype.abort=function(){Cv(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};ni.prototype.destroy=function(t){return Cv(this._currentRequest,t),M3.call(this,t),this};ni.prototype.write=function(t,e,n){if(this._ending)throw new T3;if(!Wa(t)&&!_3(t))throw new TypeError("data should be a string, Buffer or Uint8Array");if(Ba(e)&&(n=e,e=null),t.length===0){n&&n();return}this._requestBodyLength+t.length<=this._options.maxBodyLength?(this._requestBodyLength+=t.length,this._requestBodyBuffers.push({data:t,encoding:e}),this._currentRequest.write(t,e,n)):(this.emit("error",new x3),this.abort())};ni.prototype.end=function(t,e,n){if(Ba(t)?(n=t,t=e=null):Ba(e)&&(n=e,e=null),!t)this._ended=this._ending=!0,this._currentRequest.end(null,null,n);else{var i=this,a=this._currentRequest;this.write(t,e,function(){i._ended=!0,a.end(null,null,n)}),this._ending=!0}};ni.prototype.setHeader=function(t,e){this._options.headers[t]=e,this._currentRequest.setHeader(t,e)};ni.prototype.removeHeader=function(t){delete this._options.headers[t],this._currentRequest.removeHeader(t)};ni.prototype.setTimeout=function(t,e){var n=this;function i(s){s.setTimeout(t),s.removeListener("timeout",s.destroy),s.addListener("timeout",s.destroy)}function a(s){n._timeout&&clearTimeout(n._timeout),n._timeout=setTimeout(function(){n.emit("timeout"),r()},t),i(s)}function r(){n._timeout&&(clearTimeout(n._timeout),n._timeout=null),n.removeListener("abort",r),n.removeListener("error",r),n.removeListener("response",r),n.removeListener("close",r),e&&n.removeListener("timeout",e),n.socket||n._currentRequest.removeListener("socket",a)}return e&&this.on("timeout",e),this.socket?a(this.socket):this._currentRequest.once("socket",a),this.on("socket",i),this.on("abort",r),this.on("error",r),this.on("response",r),this.on("close",r),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(t){ni.prototype[t]=function(e,n){return this._currentRequest[t](e,n)}});["aborted","connection","socket"].forEach(function(t){Object.defineProperty(ni.prototype,t,{get:function(){return this._currentRequest[t]}})});ni.prototype._sanitizeOptions=function(t){if(t.headers||(t.headers={}),q3(t.sensitiveHeaders)||(t.sensitiveHeaders=[]),t.host&&(t.hostname||(t.hostname=t.host),delete t.host),!t.pathname&&t.path){var e=t.path.indexOf("?");e<0?t.pathname=t.path:(t.pathname=t.path.substring(0,e),t.search=t.path.substring(e))}};ni.prototype._performRequest=function(){var t=this._options.protocol,e=this._options.nativeProtocols[t];if(!e)throw new TypeError("Unsupported protocol "+t);if(this._options.agents){var n=t.slice(0,-1);this._options.agent=this._options.agents[n]}var i=this._currentRequest=e.request(this._options,this._onNativeResponse);i._redirectable=this;for(var a of fv)i.on(a,wv[a]);if(this._currentUrl=/^\//.test(this._options.path)?tl.format(this._options):this._options.path,this._isRedirect){var r=0,s=this,o=this._requestBodyBuffers;(function l(u){if(i===s._currentRequest)if(u)s.emit("error",u);else if(r=400){t.responseUrl=this._currentUrl,t.redirects=this._redirects,this.emit("response",t),this._requestBodyBuffers=[];return}if(Cv(this._currentRequest),t.destroy(),++this._redirectCount>this._options.maxRedirects)throw new O3;var i,a=this._options.beforeRedirect;a&&(i=Object.assign({Host:t.req.getHeader("host")},this._options.headers));var r=this._options.method;((e===301||e===302)&&this._options.method==="POST"||e===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],uv(/^content-/i,this._options.headers));var s=uv(/^host$/i,this._options.headers),o=vv(this._currentUrl),l=s||o.host,u=/^\w+:/.test(n)?this._currentUrl:tl.format(Object.assign(o,{host:l})),c=E3(n,u);if(Yk("redirecting to",c.href),this._isRedirect=!0,dv(c,this._options),(c.protocol!==o.protocol&&c.protocol!=="https:"||c.host!==l&&!k3(c.host,l))&&uv(this._headerFilter,this._options.headers),Ba(a)){var p={headers:t.headers,statusCode:e},h={url:u,method:r,headers:i};a(this._options,p,h),this._sanitizeOptions(this._options)}this._performRequest()};function Xk(t){var e={maxRedirects:21,maxBodyLength:10485760},n={};return Object.keys(t).forEach(function(i){var a=i+":",r=n[a]=t[i],s=e[i]=Object.create(r);function o(u,c,p){return H3(u)?u=dv(u):Wa(u)?u=dv(vv(u)):(p=c,c=nq(u),u={protocol:a}),Ba(c)&&(p=c,c=null),c=Object.assign({maxRedirects:e.maxRedirects,maxBodyLength:e.maxBodyLength},u,c),c.nativeProtocols=n,!Wa(c.host)&&!Wa(c.hostname)&&(c.hostname="::1"),gv.equal(c.protocol,a,"protocol mismatch"),Yk("options",c),new ni(c,p)}function l(u,c,p){var h=s.request(u,c,p);return h.end(),h}Object.defineProperties(s,{request:{value:o,configurable:!0,enumerable:!0,writable:!0},get:{value:l,configurable:!0,enumerable:!0,writable:!0}})}),e}function eq(){}function vv(t){var e;if(mv)e=new il(t);else if(e=nq(tl.parse(t)),!Wa(e.protocol))throw new cv({input:t});return e}function E3(t,e){return mv?new il(t,e):vv(tl.resolve(e,t))}function nq(t){if(/^\[/.test(t.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(t.hostname))throw new cv({input:t.href||t});if(/^\[/.test(t.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(t.host))throw new cv({input:t.href||t});return t}function dv(t,e){var n=e||{};for(var i of S3)n[i]=t[i];return n.hostname.startsWith("[")&&(n.hostname=n.hostname.slice(1,-1)),n.port!==""&&(n.port=Number(n.port)),n.path=n.search?n.pathname+n.search:n.pathname,n}function uv(t,e){var n;for(var i in e)t.test(i)&&(n=e[i],delete e[i]);return n===null||typeof n>"u"?void 0:String(n).trim()}function al(t,e,n){function i(a){Ba(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,a||{}),this.code=t,this.message=this.cause?e+": "+this.cause.message:e}return i.prototype=new(n||Error),Object.defineProperties(i.prototype,{constructor:{value:i,enumerable:!1},name:{value:"Error ["+t+"]",enumerable:!1}}),i}function Cv(t,e){for(var n of fv)t.removeListener(n,wv[n]);t.on("error",eq),t.destroy(e)}function k3(t,e){gv(Wa(t)&&Wa(e));var n=t.length-e.length-1;return n>0&&t[n]==="."&&t.endsWith(e)}function q3(t){return t instanceof Array}function Wa(t){return typeof t=="string"||t instanceof String}function Ba(t){return typeof t=="function"}function _3(t){return typeof t=="object"&&"length"in t}function H3(t){return il&&t instanceof il}function I3(t){return t.replace(/[\]\\/()*+?.$]/g,"\\$&")}Av.exports=Xk({http:y3,https:P3});Av.exports.wrap=Xk});var v_=v((vue,w_)=>{"use strict";var _q=Hk(),R3=require("crypto"),z3=require("url"),Hq=Zk(),Iq=require("http"),Rq=require("https"),zq=require("http2"),Nv=require("util"),tq=require("path"),D3=iq(),yi=require("zlib"),ii=require("stream"),G3=require("events");function Dq(t,e){return function(){return t.apply(e,arguments)}}var{toString:$3}=Object.prototype,{getPrototypeOf:us}=Object,{iterator:ul,toStringTag:Gq}=Symbol,lp=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),sl=(t,e)=>{let n=t,i=[];for(;n!=null&&n!==Object.prototype;){if(i.indexOf(n)!==-1)return!1;if(i.push(n),lp(n,e))return!0;n=us(n)}return!1},N3=(t,e)=>t!=null&&sl(t,e)?t[e]:void 0,Uv=(t=>e=>{let n=$3.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Pi=t=>(t=t.toLowerCase(),e=>Uv(e)===t),gp=t=>e=>typeof e===t,{isArray:Ja}=Array,Za=gp("undefined");function ps(t){return t!==null&&!Za(t)&&t.constructor!==null&&!Za(t.constructor)&&ti(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}var $q=Pi("ArrayBuffer");function U3(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&$q(t.buffer),e}var L3=gp("string"),ti=gp("function"),Nq=gp("number"),ds=t=>t!==null&&typeof t=="object",W3=t=>t===!0||t===!1,rp=t=>{if(!ds(t))return!1;let e=us(t);return(e===null||e===Object.prototype||us(e)===null)&&!sl(t,Gq)&&!sl(t,ul)},B3=t=>{if(!ds(t)||ps(t))return!1;try{return Object.keys(t).length===0&&Object.getPrototypeOf(t)===Object.prototype}catch{return!1}},F3=Pi("Date"),V3=Pi("File"),J3=t=>!!(t&&typeof t.uri<"u"),Z3=t=>t&&typeof t.getParts<"u",K3=Pi("Blob"),Q3=Pi("FileList"),Y3=Pi("Set"),X3=t=>ds(t)&&ti(t.pipe);function eZ(){return typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}}var aq=eZ(),rq=typeof aq.FormData<"u"?aq.FormData:void 0,nZ=t=>{if(!t)return!1;if(rq&&t instanceof rq)return!0;let e=us(t);if(!e||e===Object.prototype||!ti(t.append))return!1;let n=Uv(t);return n==="formdata"||n==="object"&&ti(t.toString)&&t.toString()==="[object FormData]"},iZ=Pi("URLSearchParams"),[tZ,aZ,rZ,sZ]=["ReadableStream","Request","Response","Headers"].map(Pi),oZ=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function cl(t,e,{allOwnKeys:n=!1}={}){if(t===null||typeof t>"u")return;let i,a;if(typeof t!="object"&&(t=[t]),Ja(t))for(i=0,a=t.length;i0;)if(a=n[i],e===a.toLowerCase())return a;return null}var Fa=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Lq=t=>!Za(t)&&t!==Fa;function qv(...t){let{caseless:e,skipUndefined:n}=Lq(this)&&this||{},i={},a=(r,s)=>{if(s==="__proto__"||s==="constructor"||s==="prototype")return;let o=e&&typeof s=="string"&&Uq(i,s)||s,l=lp(i,o)?i[o]:void 0;rp(l)&&rp(r)?i[o]=qv(l,r):rp(r)?i[o]=qv({},r):Ja(r)?i[o]=r.slice():(!n||!Za(r))&&(i[o]=r)};for(let r=0,s=t.length;r(cl(e,(a,r)=>{n&&ti(a)?Object.defineProperty(t,r,{__proto__:null,value:Dq(a,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(t,r,{__proto__:null,value:a,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:i}),t),uZ=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),cZ=(t,e,n,i)=>{t.prototype=Object.create(e.prototype,i),Object.defineProperty(t.prototype,"constructor",{__proto__:null,value:t,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(t,"super",{__proto__:null,value:e.prototype}),n&&Object.assign(t.prototype,n)},pZ=(t,e,n,i)=>{let a,r,s,o={};if(e=e||{},t==null)return e;do{for(a=Object.getOwnPropertyNames(t),r=a.length;r-- >0;)s=a[r],(!i||i(s,t,e))&&!o[s]&&(e[s]=t[s],o[s]=!0);t=n!==!1&&us(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},dZ=(t,e,n)=>{t=String(t),(n===void 0||n>t.length)&&(n=t.length),n-=e.length;let i=t.indexOf(e,n);return i!==-1&&i===n},hZ=t=>{if(!t)return null;if(Ja(t))return t;let e=t.length;if(!Nq(e))return null;let n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},gZ=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&us(Uint8Array)),mZ=(t,e)=>{let i=(t&&t[ul]).call(t),a;for(;(a=i.next())&&!a.done;){let r=a.value;e.call(t,r[0],r[1])}},fZ=(t,e)=>{let n,i=[];for(;(n=t.exec(e))!==null;)i.push(n);return i},wZ=Pi("HTMLFormElement"),vZ=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,i,a){return i.toUpperCase()+a}),{propertyIsEnumerable:CZ}=Object.prototype,AZ=Pi("RegExp"),Wq=(t,e)=>{let n=Object.getOwnPropertyDescriptors(t),i={};cl(n,(a,r)=>{let s;(s=e(a,r,t))!==!1&&(i[r]=s||a)}),Object.defineProperties(t,i)},bZ=t=>{Wq(t,(e,n)=>{if(ti(t)&&["arguments","caller","callee"].includes(n))return!1;let i=t[n];if(ti(i)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},yZ=(t,e)=>{let n={},i=a=>{a.forEach(r=>{n[r]=!0})};return Ja(t)?i(t):i(String(t).split(e)),n},PZ=()=>{},jZ=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e;function SZ(t){return!!(t&&ti(t.append)&&t[Gq]==="FormData"&&t[ul])}var OZ=t=>{let e=new WeakSet,n=i=>{if(ds(i)){if(e.has(i))return;if(ps(i))return i;if(!("toJSON"in i)){e.add(i);let a;if(Y3(i)){a=[];for(let r of i){let s=n(r);!Za(s)&&a.push(s)}}else a=Ja(i)?[]:{},cl(i,(r,s)=>{let o=n(r);!Za(o)&&(a[s]=o)});return e.delete(i),a}}return i};return n(t)},xZ=Pi("AsyncFunction"),TZ=t=>t&&(ds(t)||ti(t))&&ti(t.then)&&ti(t.catch),Bq=((t,e)=>t?setImmediate:e?((n,i)=>(Fa.addEventListener("message",({source:a,data:r})=>{a===Fa&&r===n&&i.length&&i.shift()()},!1),a=>{i.push(a),Fa.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",ti(Fa.postMessage)),MZ=typeof queueMicrotask<"u"?queueMicrotask.bind(Fa):typeof process<"u"&&process.nextTick||Bq,Fq=t=>t!=null&&ti(t[ul]),EZ=t=>t!=null&&sl(t,ul)&&Fq(t),C={isArray:Ja,isArrayBuffer:$q,isBuffer:ps,isFormData:nZ,isArrayBufferView:U3,isString:L3,isNumber:Nq,isBoolean:W3,isObject:ds,isPlainObject:rp,isEmptyObject:B3,isReadableStream:tZ,isRequest:aZ,isResponse:rZ,isHeaders:sZ,isUndefined:Za,isDate:F3,isFile:V3,isReactNativeBlob:J3,isReactNative:Z3,isBlob:K3,isRegExp:AZ,isFunction:ti,isStream:X3,isURLSearchParams:iZ,isTypedArray:gZ,isFileList:Q3,forEach:cl,merge:qv,extend:lZ,trim:oZ,stripBOM:uZ,inherits:cZ,toFlatObject:pZ,kindOf:Uv,kindOfTest:Pi,endsWith:dZ,toArray:hZ,forEachEntry:mZ,matchAll:fZ,isHTMLForm:wZ,hasOwnProperty:lp,hasOwnProp:lp,hasOwnInPrototypeChain:sl,getSafeProp:N3,reduceDescriptors:Wq,freezeMethods:bZ,toObjectSet:yZ,toCamelCase:vZ,noop:PZ,toFiniteNumber:jZ,findKey:Uq,global:Fa,isContextDefined:Lq,isSpecCompliantForm:SZ,toJSONObject:OZ,isAsyncFn:xZ,isThenable:TZ,setImmediate:Bq,asap:MZ,isIterable:Fq,isSafeIterable:EZ},kZ=C.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),qZ=t=>{let e={},n,i,a;return t&&t.split(` +`).forEach(function(s){a=s.indexOf(":"),n=s.substring(0,a).trim().toLowerCase(),i=s.substring(a+1).trim();let o=C.hasOwnProp(e,n);!n||o&&C.hasOwnProp(kZ,n)||(n==="set-cookie"?o?e[n].push(i):e[n]=[i]:e[n]=o?e[n]+", "+i:i)}),e};function _Z(t){let e=0,n=t.length;for(;ee;){let i=t.charCodeAt(n-1);if(i!==9&&i!==32)break;n-=1}return e===0&&n===t.length?t:t.slice(e,n)}var HZ=new RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g"),IZ=new RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function Lv(t,e){return C.isArray(t)?t.map(n=>Lv(n,e)):_Z(String(t).replace(e,""))}var RZ=t=>Lv(t,HZ),zZ=t=>Lv(t,IZ);function Wv(t){let e=Object.create(null);return C.forEach(t.toJSON(),(n,i)=>{e[i]=zZ(n)}),e}var sq=Symbol("internals");function rl(t){return t&&String(t).trim().toLowerCase()}function sp(t){return t===!1||t==null?t:C.isArray(t)?t.map(sp):RZ(String(t))}function DZ(t){let e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,i;for(;i=n.exec(t);)e[i[1]]=i[2];return e}var GZ=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function bv(t){let e=0,n=t.length;for(;ee;){let i=t.charCodeAt(n-1);if(i!==9&&i!==32)break;n-=1}return e===0&&n===t.length?t:t.slice(e,n)}function $Z(t){let e=t.length-1;if(e<1||t.charCodeAt(0)!==34||t.charCodeAt(e)!==34)return t;let n="";for(let i=1;i=e))return t;n+=t[i]}return n}function NZ(t){let e=Object.create(null),n=String(t),i=0,a=!1,r=!1;function s(o){let l=bv(n.slice(i,o)),u=l.indexOf("=");if(u<1)return;let c=bv(l.slice(0,u));if(!GZ.test(c))return;let p=c.toLowerCase();if(p==="__proto__"||p==="constructor"||p==="prototype")return;let h=bv(l.slice(u+1));e[p]=$Z(h)}for(let o=0;o/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function yv(t,e,n,i,a){if(C.isFunction(i))return i.call(this,e,n);if(a&&(e=n),!!C.isString(e)){if(C.isString(i))return e.indexOf(i)!==-1;if(C.isRegExp(i))return i.test(e)}}function LZ(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,n,i)=>n.toUpperCase()+i)}function WZ(t,e){let n=C.toCamelCase(" "+e);["get","set","has"].forEach(i=>{Object.defineProperty(t,i+n,{__proto__:null,value:function(a,r,s){return this[i].call(this,e,a,r,s)},configurable:!0})})}var sn=class{constructor(e){e&&this.set(e)}set(e,n,i){let a=this;function r(o,l,u){let c=rl(l);if(!c)return;let p=C.findKey(a,c);(!p||a[p]===void 0||u===!0||u===void 0&&a[p]!==!1)&&(a[p||l]=sp(o))}let s=(o,l)=>C.forEach(o,(u,c)=>r(u,c,l));if(C.isPlainObject(e)||e instanceof this.constructor)s(e,n);else if(C.isString(e)&&(e=e.trim())&&!UZ(e))s(qZ(e),n);else if(C.isObject(e)&&C.isSafeIterable(e)){let o=Object.create(null),l,u;for(let c of e){if(!C.isArray(c))throw new TypeError("Object iterator must return a key-value pair");u=c[0],C.hasOwnProp(o,u)?(l=o[u],o[u]=C.isArray(l)?[...l,c[1]]:[l,c[1]]):o[u]=c[1]}s(o,n)}else e!=null&&r(n,e,i);return this}get(e,n){if(e=rl(e),e){let i=C.findKey(this,e);if(i){let a=this[i];if(!n)return a;if(n===!0)return DZ(a);if(C.isFunction(n))return n.call(this,a,i);if(C.isRegExp(n))return n.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,n){if(e=rl(e),e){let i=C.findKey(this,e);return!!(i&&this[i]!==void 0&&(!n||yv(this,this[i],i,n)))}return!1}delete(e,n){let i=this,a=!1;function r(s){if(s=rl(s),s){let o=C.findKey(i,s);o&&(!n||yv(i,i[o],o,n))&&(delete i[o],a=!0)}}return C.isArray(e)?e.forEach(r):r(e),a}clear(e){let n=Object.keys(this),i=n.length,a=!1;for(;i--;){let r=n[i];(!e||yv(this,this[r],r,e,!0))&&(delete this[r],a=!0)}return a}normalize(e){let n=this,i={};return C.forEach(this,(a,r)=>{let s=C.findKey(i,r);if(s){n[s]=sp(a),delete n[r];return}let o=e?LZ(r):String(r).trim();o!==r&&delete n[r],n[o]=sp(a),i[o]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){let n=Object.create(null);return C.forEach(this,(i,a)=>{i!=null&&i!==!1&&(n[a]=e&&C.isArray(i)?i.join(", "):i)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,n])=>e+": "+n).join(` +`)}getSetCookie(){let e=this.get("set-cookie");return C.isArray(e)?e:e==null||e===!1?[]:[e]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static parseParameters(e){return NZ(e)}static concat(e,...n){let i=new this(e);return n.forEach(a=>i.set(a)),i}static accessor(e){let i=(this[sq]=this[sq]={accessors:{}}).accessors,a=this.prototype;function r(s){let o=rl(s);i[o]||(WZ(a,s),i[o]=!0)}return C.isArray(e)?e.forEach(r):r(e),this}};sn.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);C.reduceDescriptors(sn.prototype,({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(i){this[n]=i}}});C.freezeMethods(sn);var up="[REDACTED ****]";function BZ(t){if(C.hasOwnProp(t,"toJSON"))return!0;let e=Object.getPrototypeOf(t);for(;e&&e!==Object.prototype;){if(C.hasOwnProp(e,"toJSON"))return!0;e=Object.getPrototypeOf(e)}return!1}function FZ(t,e){let n=new Set(e.map(r=>String(r).toLowerCase())),i=[],a=r=>{if(r===null||typeof r!="object"||C.isBuffer(r))return r;if(i.indexOf(r)!==-1)return;r instanceof sn&&(r=r.toJSON()),i.push(r);let s;if(C.isArray(r))s=[],r.forEach((o,l)=>{let u=a(o);C.isUndefined(u)||(s[l]=u)});else{if(!C.isPlainObject(r)&&BZ(r))return i.pop(),r;s=Object.create(null);for(let[o,l]of Object.entries(r)){let u=n.has(o.toLowerCase())?up:a(l);C.isUndefined(u)||(s[o]=u)}}return i.pop(),s};return a(t)}function oq(t){try{return String(t)}catch{return""}}function VZ(t){return t.errors.map(n=>{try{return n&&n.message?oq(n.message):oq(n)}catch{return""}}).filter(Boolean).join("; ")||t.name||"AggregateError"}var x=class t extends Error{static from(e,n,i,a,r,s){let o=e.message;!o&&C.isArray(e.errors)&&e.errors.length&&(o=VZ(e));let l=new t(o,n||e.code,i,a,r);return Object.defineProperty(l,"cause",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),l.name=e.name,e.status!=null&&l.status==null&&(l.status=e.status),s&&Object.assign(l,s),l}constructor(e,n,i,a,r){super(e),Object.defineProperty(this,"message",{__proto__:null,value:e,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,n&&(this.code=n),i&&(this.config=i),a&&(this.request=a),r&&(this.response=r,this.status=r.status)}toJSON(){let e=this.config,n=e&&C.hasOwnProp(e,"redact")?e.redact:void 0,i=C.isArray(n)&&n.length>0?FZ(e,n):C.toJSONObject(e);return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:i,code:this.code,status:this.status}}};x.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE";x.ERR_BAD_OPTION="ERR_BAD_OPTION";x.ECONNABORTED="ECONNABORTED";x.ETIMEDOUT="ETIMEDOUT";x.ECONNREFUSED="ECONNREFUSED";x.ERR_NETWORK="ERR_NETWORK";x.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS";x.ERR_DEPRECATED="ERR_DEPRECATED";x.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE";x.ERR_BAD_REQUEST="ERR_BAD_REQUEST";x.ERR_CANCELED="ERR_CANCELED";x.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT";x.ERR_INVALID_URL="ERR_INVALID_URL";x.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";var Pv={isBufferAvailable(){return typeof Buffer<"u"},from(t){return Buffer.from(t)}},Vq=100;function _v(t){return C.isPlainObject(t)||C.isArray(t)}function Jq(t){return C.endsWith(t,"[]")?t.slice(0,-2):t}function jv(t,e,n){return t?t.concat(e).map(function(a,r){return a=Jq(a),!n&&r?"["+a+"]":a}).join(n?".":""):e}function JZ(t){return C.isArray(t)&&!t.some(_v)}var ZZ=C.toFlatObject(C,{},null,function(e){return/^is[A-Z]/.test(e)});function mp(t,e,n){if(!C.isObject(t))throw new TypeError("target must be an object");e=e||new(_q||FormData),n=C.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(b,A){return!C.isUndefined(A[b])});let i=n.metaTokens,a=n.visitor||g,r=n.dots,s=n.indexes,o=n.Blob||typeof Blob<"u"&&Blob,l=n.maxDepth===void 0?Vq:n.maxDepth,u=o&&C.isSpecCompliantForm(e),c=[];if(!C.isFunction(a))throw new TypeError("visitor must be a function");function p(w){if(w===null)return"";if(C.isDate(w))return w.toISOString();if(C.isBoolean(w))return w.toString();if(!u&&C.isBlob(w))throw new x("Blob is not supported. Use a Buffer instead.");if(C.isArrayBuffer(w)||C.isTypedArray(w)){if(u&&typeof o=="function")return new o([w]);if(Pv&&Pv.isBufferAvailable())return Pv.from(w);throw new x("Blob is not supported. Use a Buffer instead.",x.ERR_NOT_SUPPORT)}return w}function h(w){if(w>l)throw new x("Object is too deeply nested ("+w+" levels). Max depth: "+l,x.ERR_FORM_DATA_DEPTH_EXCEEDED)}function d(w,b){if(l===1/0)return JSON.stringify(w);let A=[];return JSON.stringify(w,function(S,q){if(!C.isObject(q))return q;for(;A.length&&A[A.length-1]!==this;)A.pop();return A.push(q),h(b+A.length-1),q})}function g(w,b,A){let y=w;if(C.isReactNative(e)&&C.isReactNativeBlob(w))return e.append(jv(A,b,r),p(w)),!1;if(w&&!A&&typeof w=="object"){if(C.endsWith(b,"{}"))b=i?b:b.slice(0,-2),w=d(w,1);else if(C.isArray(w)&&JZ(w)||(C.isFileList(w)||C.endsWith(b,"[]"))&&(y=C.toArray(w)))return b=Jq(b),y.forEach(function(q,N){!(C.isUndefined(q)||q===null)&&e.append(s===!0?jv([b],N,r):s===null?b:b+"[]",p(q))}),!1}return _v(w)?!0:(e.append(jv(A,b,r),p(w)),!1)}let m=Object.assign(ZZ,{defaultVisitor:g,convertValue:p,isVisitable:_v});function f(w,b,A=0){if(!C.isUndefined(w)){if(h(A),c.indexOf(w)!==-1)throw new Error("Circular reference detected in "+b.join("."));c.push(w),C.forEach(w,function(S,q){(!(C.isUndefined(S)||S===null)&&a.call(e,S,C.isString(q)?q.trim():q,b,m))===!0&&f(S,b?b.concat(q):[q],A+1)}),c.pop()}}if(!C.isObject(t))throw new TypeError("data must be an object");return f(t),e}function lq(t){let e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(t).replace(/[!'()~]|%20/g,function(i){return e[i]})}function Zq(t,e){this._pairs=[],t&&mp(t,this,e)}var Kq=Zq.prototype;Kq.append=function(e,n){this._pairs.push([e,n])};Kq.toString=function(e){let n=e?i=>e.call(this,i,lq):lq;return this._pairs.map(function(a){return n(a[0])+"="+n(a[1])},"").join("&")};function KZ(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Bv(t,e,n){if(!e)return t;t=t||"";let i=C.isFunction(n)?{serialize:n}:n,a=C.getSafeProp(i,"encode")||KZ,r=C.getSafeProp(i,"serialize"),s;if(r?s=r(e,i):s=C.isURLSearchParams(e)?e.toString():new Zq(e,i).toString(a),s){let o=t.indexOf("#");o!==-1&&(t=t.slice(0,o)),t+=(t.indexOf("?")===-1?"?":"&")+s}return t}var cp=class{constructor(){this.handlers=[]}use(e,n,i){return this.handlers.push({fulfilled:e,rejected:n,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){C.forEach(this.handlers,function(i){i!==null&&e(i)})}},fp={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0,advertiseZstdAcceptEncoding:!1,validateStatusUndefinedResolves:!0},QZ=z3.URLSearchParams,Sv="abcdefghijklmnopqrstuvwxyz",uq="0123456789",Qq={DIGIT:uq,ALPHA:Sv,ALPHA_DIGIT:Sv+Sv.toUpperCase()+uq},YZ=(t=16,e=Qq.ALPHA_DIGIT)=>{let n="",{length:i}=e,a=new Uint32Array(t);R3.randomFillSync(a);for(let r=0;rcq)throw new x("FormData field is too deeply nested ("+t+" levels). Max depth: "+cq,x.ERR_FORM_DATA_DEPTH_EXCEEDED)}function r5(t){let e=[],n=/[^.[\]]+|\[([^.[\]]*)]/g,i;for(;(i=n.exec(t))!==null;)Yq(e.length),e.push(i[0]==="[]"?"":i[1]||i[0]);return e}function s5(t){let e={},n=Object.keys(t),i,a=n.length,r;for(i=0;i=n.length;return s=!s&&C.isArray(a)?a.length:s,l?(C.hasOwnProp(a,s)?a[s]=C.isArray(a[s])?a[s].concat(i):[a[s],i]:a[s]=i,!o):((!C.hasOwnProp(a,s)||!C.isObject(a[s]))&&(a[s]=[]),e(n,i,a[s],r)&&C.isArray(a[s])&&(a[s]=s5(a[s])),!o)}if(C.isFormData(t)&&C.isFunction(t.entries)){let n={};return C.forEachEntry(t,(i,a)=>{e(r5(i),a,n,0)}),n}return null}var os=(t,e)=>t!=null&&C.hasOwnProp(t,e)?t[e]:void 0;function o5(t,e,n){if(C.isString(t))try{return(e||JSON.parse)(t),C.trim(t)}catch(i){if(i.name!=="SyntaxError")throw i}return(n||JSON.stringify)(t)}var pl={transitional:fp,adapter:["xhr","http","fetch"],transformRequest:[function(e,n){let i=n.getContentType()||"",a=i.indexOf("application/json")>-1,r=C.isObject(e);if(r&&C.isHTMLForm(e)&&(e=new FormData(e)),C.isFormData(e))return a?JSON.stringify(Xq(e)):e;if(C.isArrayBuffer(e)||C.isBuffer(e)||C.isStream(e)||C.isFile(e)||C.isBlob(e)||C.isReadableStream(e))return e;if(C.isArrayBufferView(e))return e.buffer;if(C.isURLSearchParams(e))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let o;if(r){let l=os(this,"formSerializer");if(i.indexOf("application/x-www-form-urlencoded")>-1)return a5(e,l).toString();if((o=C.isFileList(e))||i.indexOf("multipart/form-data")>-1){let u=os(this,"env"),c=u&&u.FormData;return mp(o?{"files[]":e}:e,c&&new c,l)}}return r||a?(n.setContentType("application/json",!1),o5(e)):e}],transformResponse:[function(e){let n=os(this,"transitional")||pl.transitional,i=n&&n.forcedJSONParsing,a=os(this,"responseType"),r=a==="json";if(C.isResponse(e)||C.isReadableStream(e))return e;if(e&&C.isString(e)&&(i&&!a||r)){let o=!(n&&n.silentJSONParsing)&&r;try{return JSON.parse(e,os(this,"parseReviver"))}catch(l){if(o)throw l.name==="SyntaxError"?x.from(l,x.ERR_BAD_RESPONSE,this,null,os(this,"response")):l}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Qe.classes.FormData,Blob:Qe.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};C.forEach(["delete","get","head","post","put","patch","query"],t=>{pl.headers[t]={}});function Ov(t,e){let n=this||pl,i=e||n,a=sn.from(i.headers),r=i.data;return C.forEach(t,function(o){r=o.call(n,r,a.normalize(),e?e.status:void 0)}),a.normalize(),r}function e_(t){return!!(t&&t.__CANCEL__)}var At=class extends x{constructor(e,n,i){super(e??"canceled",x.ERR_CANCELED,n,i),this.name="CanceledError",this.__CANCEL__=!0}};function ls(t,e,n){let i=n.config.validateStatus;!n.status||!i||i(n.status)?t(n):e(new x("Request failed with status code "+n.status,n.status>=400&&n.status<500?x.ERR_BAD_REQUEST:x.ERR_BAD_RESPONSE,n.config,n.request,n))}function l5(t){return typeof t!="string"?!1:/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function u5(t,e){if(!e)return t;let n=t.length;for(;n>0&&t.charCodeAt(n-1)===47;)n--;return t.slice(0,n)+"/"+e.replace(/^\/+/,"")}var c5=/^https?:(?!\/\/)/i,p5=/[\t\n\r]/g;function d5(t){let e=0;for(;e`${n}${i}${up}`)}function m5(t){let e=t.replace(/^(https?:\/{0,2})[^/?#]*@/i,`$1${up}@`),n=e.indexOf("#"),a=(n===-1?e:e.slice(0,n)).replace(/([?&][^=&#]*=)[^&#]*/g,`$1${up}`);return n===-1?a:`${a}#${g5(e.slice(n+1))}`}function pq(t,e){if(typeof t=="string"){let n=h5(t);if(c5.test(n))throw new x(`Invalid URL ${JSON.stringify(m5(n))}: missing "//" after protocol`,x.ERR_INVALID_URL,e)}}function Vv(t,e,n,i){pq(e,i);let a=!l5(e);return t&&(a||n===!1)?(pq(t,i),u5(t,e)):e}var f5={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443};function w5(t){try{return new URL(t)}catch{return null}}function v5(t){var e=(typeof t=="string"?w5(t):t)||{},n=e.protocol,i=e.host,a=e.port;if(typeof i!="string"||!i||typeof n!="string"||(n=n.split(":",1)[0],i=i.replace(/:\d*$/,""),a=parseInt(a)||f5[n]||0,!C5(i,a)))return"";var r=Iv(n+"_proxy")||Iv("all_proxy");return r&&r.indexOf("://")===-1&&(r=n+"://"+r),r}function C5(t,e){var n=Iv("no_proxy").toLowerCase();return n?n==="*"?!1:n.split(/[,\s]/).every(function(i){if(!i)return!0;var a=i.match(/^(.+):(\d+)$/),r=a?a[1]:i,s=a?parseInt(a[2]):0;return s&&s!==e?!0:/^[.*]/.test(r)?(r.charAt(0)==="*"&&(r=r.slice(1)),!t.endsWith(r)):t!==r}):!0}function Iv(t){return process.env[t.toLowerCase()]||process.env[t.toUpperCase()]||""}var ol="1.19.0";function n_(t){let e=/^([-+\w]{1,25}):(?:\/\/)?/.exec(t);return e&&e[1]||""}var A5=/^([^,;]+\/[^,;]+)?((?:;[^,;=]+=[^,;]+)*)(;base64)?,([\s\S]*)$/;function b5(t,e,n){let i=n&&n.Blob||Qe.classes.Blob,a=n_(t);if(e===void 0&&i&&(e=!0),a==="data"){t=a.length?t.slice(a.length+1):t;let r=A5.exec(t);if(!r)throw new x("Invalid URL",x.ERR_INVALID_URL);let s=r[1],o=r[2],l=r[3]?"base64":"utf8",u=r[4],c="";s?c=o?s+o:s:o&&(c="text/plain"+o);let p=l==="base64"?Buffer.from(u,"base64"):Buffer.from(decodeURIComponent(u),l);if(e){if(!i)throw new x("Blob is not supported",x.ERR_NOT_SUPPORT);return new i([p],{type:c})}return p}throw new x("Unsupported protocol "+a,x.ERR_NOT_SUPPORT)}var y5=["content-type","content-length"];function i_(t,e,n){if(n!=="content-only"){t.set(e);return}Object.entries(e||{}).forEach(([i,a])=>{y5.includes(i.toLowerCase())&&t.set(i,a)})}var xv=Symbol("internals"),pp=class extends ii.Transform{constructor(e){e=C.toFlatObject(e,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(i,a)=>!C.isUndefined(a[i])),super({readableHighWaterMark:e.chunkSize});let n=this[xv]={timeWindow:e.timeWindow,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",i=>{i==="progress"&&(n.isCaptured||(n.isCaptured=!0))})}_read(e){let n=this[xv];return n.onReadCallback&&n.onReadCallback(),super._read(e)}_transform(e,n,i){let a=this[xv],r=a.maxRate,s=this.readableHighWaterMark,o=a.timeWindow,l=1e3/o,u=r/l,c=a.minChunkSize!==!1?Math.max(a.minChunkSize,u*.01):0,p=(d,g)=>{let m=Buffer.byteLength(d);a.bytesSeen+=m,a.bytes+=m,a.isCaptured&&this.emit("progress",a.bytesSeen),this.push(d)?process.nextTick(g):a.onReadCallback=()=>{a.onReadCallback=null,process.nextTick(g)}},h=(d,g)=>{let m=Buffer.byteLength(d),f=null,w=s,b,A=0;if(r){let y=Date.now();(!a.ts||(A=y-a.ts)>=o)&&(a.ts=y,b=u-a.bytes,a.bytes=b<0?-b:0,A=0),b=u-a.bytes}if(r){if(b<=0)return setTimeout(()=>{g(null,d)},o-A);bw&&m-w>c&&(f=d.subarray(w),d=d.subarray(0,w)),p(d,f?()=>{process.nextTick(g,null,f)}:g)};h(e,function d(g,m){if(g)return i(g);m?h(m,d):i(null)})}},{asyncIterator:dq}=Symbol,t_=async function*(t){t.stream?yield*t.stream():t.arrayBuffer?yield await t.arrayBuffer():t[dq]?yield*t[dq]():yield t},P5=Qe.ALPHABET.ALPHA_DIGIT+"-_",ll=typeof TextEncoder=="function"?new TextEncoder:new Nv.TextEncoder,Va=`\r +`,j5=ll.encode(Va),S5=2,Rv=class{constructor(e,n){let{escapeName:i}=this.constructor,a=C.isString(n),r=`Content-Disposition: form-data; name="${i(e)}"${!a&&n.name?`; filename="${i(n.name)}"`:""}${Va}`;if(a)n=ll.encode(String(n).replace(/\r?\n|\r\n?/g,Va));else{let s=String(n.type||"application/octet-stream").replace(/[\r\n]/g,"");r+=`Content-Type: ${s}${Va}`}this.headers=ll.encode(r+Va),this.contentLength=a?n.byteLength:n.size,this.size=this.headers.byteLength+this.contentLength+S5,this.name=e,this.value=n}async*encode(){yield this.headers;let{value:e}=this;C.isTypedArray(e)?yield e:yield*t_(e),yield j5}static escapeName(e){return String(e).replace(/[\r\n"]/g,n=>({"\r":"%0D","\n":"%0A",'"':"%22"})[n])}},O5=(t,e,n)=>{let{tag:i="form-data-boundary",size:a=25,boundary:r=i+"-"+Qe.generateString(a,P5)}=n||{};if(!C.isFormData(t))throw new TypeError("FormData instance required");if(r.length<1||r.length>70)throw new Error("boundary must be 1-70 characters long");let s=ll.encode("--"+r+Va),o=ll.encode("--"+r+"--"+Va),l=o.byteLength,u=Array.from(t.entries()).map(([p,h])=>{let d=new Rv(p,h);return l+=d.size,d});l+=s.byteLength*u.length,l=C.toFiniteNumber(l);let c={"Content-Type":`multipart/form-data; boundary=${r}`};return Number.isFinite(l)&&(c["Content-Length"]=l),e&&e(c),ii.Readable.from((async function*(){for(let p of u)yield s,yield*p.encode();yield o})())},zv=class extends ii.Transform{__transform(e,n,i){this.push(e),i()}_transform(e,n,i){if(e.length!==0&&(this._transform=this.__transform,e[0]!==120)){let a=Buffer.alloc(2);a[0]=120,a[1]=156,this.push(a,n)}this.__transform(e,n,i)}},Dv=class{constructor(){this.sessions=Object.create(null)}getSession(e,n){n=Object.assign({sessionTimeout:1e3},n);let i=this.sessions[e];if(i){let p=i.length;for(let h=0;h{if(r)return;r=!0,s&&(clearTimeout(s),s=null);let p=i,h=p.length,d=h;for(;d--;)if(p[d][0]===a){h===1?delete this.sessions[e]:p.splice(d,1),a.closed||a.close();return}},l=a.request,{sessionTimeout:u}=n;if(u!=null){let p=0;a.request=function(){let h=l.apply(this,arguments);return p++,s&&(clearTimeout(s),s=null),h.once("close",()=>{--p||(s=setTimeout(()=>{s=null,o()},u))}),h}}a.once("close",o);let c=[a,n];return i?i.push(c):i=this.sessions[e]=[c],a}},x5=(t,e)=>C.isAsyncFn(t)?function(...n){let i=n.pop();t.apply(this,n).then(a=>{try{e?i(null,...e(a)):i(null,a)}catch(r){i(r)}},i)}:t,T5=new Set(["localhost","0.0.0.0"]),a_=t=>{let e=t.split(".");return e.length!==4||e[0]!=="127"?!1:e.every(n=>/^\d+$/.test(n)&&Number(n)>=0&&Number(n)<=255)},Tv=t=>{if(/^0[xX][0-9a-fA-F]+$/.test(t)){let e=parseInt(t.slice(2),16);return Number.isFinite(e)?e:null}if(t.length>1&&/^0[0-7]+$/.test(t)){let e=parseInt(t,8);return Number.isFinite(e)?e:null}if(t.length>1&&/^0[0-9]+$/.test(t))return null;if(/^[0-9]+$/.test(t)){let e=parseInt(t,10);return Number.isFinite(e)?e:null}return null},M5=t=>{if(typeof t!="string"||!t||t.indexOf(":")!==-1)return t;let e=t;if(e.charAt(0)==="["&&e.charAt(e.length-1)==="]"&&(e=e.slice(1,-1)),e=e.replace(/\.+$/,""),!/^[0-9.xXa-fA-F]+$/.test(e))return t;let n=e.split(".");if(n.some(c=>c===""))return t;if(n.length===4){let c=n.map(Tv);return c.some(p=>p===null||p<0||p>255)?t:c.join(".")}if(n.length>4||n.length===1)return t;let i=n.slice(0,-1),a=n[n.length-1],r=4-i.length,s=Tv(a);if(s===null)return t;let o=(1<<8*r)-1;if(s<0||s>o)return t;let l=new Array(r).fill(0);for(let c=r-1,p=s;c>=0;c--,p>>=8)l[c]=p&255;let u=i.map(Tv);return u.some(c=>c===null||c<0||c>255)?t:[...u,...l].join(".")},Mv=t=>/^0{1,4}$/.test(t),E5=t=>{if(t==="::")return!0;let e=t.indexOf("::");if(e!==-1){if(e!==t.lastIndexOf("::"))return!1;let i=t.slice(0,e),a=t.slice(e+2),r=i?i.split(":"):[],s=a?a.split(":"):[];return r.length+s.length<8&&r.every(Mv)&&s.every(Mv)}let n=t.split(":");return n.length===8&&n.every(Mv)},k5=t=>{if(t==="::1")return!0;let e=t.match(/^::ffff:(\d+\.\d+\.\d+\.\d+)$/i);if(e)return a_(e[1]);let n=t.match(/^::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i);if(n){let a=parseInt(n[1],16);return a>=32512&&a<=32767}let i=t.split(":");if(i.length===8){for(let a=0;a<7;a++)if(!/^0+$/.test(i[a]))return!1;return/^0*1$/.test(i[7])}return!1},hq=t=>t?T5.has(t)||a_(t)||E5(t)?!0:k5(t):!1,q5={http:80,https:443,ws:80,wss:443,ftp:21},_5=t=>{let e=t,n=0;if(e.charAt(0)==="["){let r=e.indexOf("]");if(r!==-1){let s=e.slice(1,r),o=e.slice(r+1);return o.charAt(0)===":"&&/^\d+$/.test(o.slice(1))&&(n=Number.parseInt(o.slice(1),10)),[s,n]}}let i=e.indexOf(":"),a=e.lastIndexOf(":");return i!==-1&&i===a&&/^\d+$/.test(e.slice(a+1))&&(n=Number.parseInt(e.slice(a+1),10),e=e.slice(0,a)),[e,n]},H5=/^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:(\d+\.\d+\.\d+\.\d+)$/i,I5=/^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i,R5=t=>{if(typeof t!="string"||t.indexOf(":")===-1)return t;let e=t.match(H5);if(e)return e[1];let n=t.match(I5);if(n){let i=parseInt(n[1],16),a=parseInt(n[2],16);return`${i>>8}.${i&255}.${a>>8}.${a&255}`}return t},gq=t=>{if(!t)return t;t.charAt(0)==="["&&t.charAt(t.length-1)==="]"&&(t=t.slice(1,-1));let e=t.replace(/\.+$/,""),n=M5(e);return n!==e?n:R5(e)};function z5(t){let e;try{e=new URL(t)}catch{return!1}let n=(process.env.no_proxy||process.env.NO_PROXY||"").toLowerCase();if(!n)return!1;if(n==="*")return!0;let i=Number.parseInt(e.port,10)||q5[e.protocol.split(":",1)[0]]||0,a=gq(e.hostname.toLowerCase());return n.split(/[\s,]+/).some(r=>{if(!r)return!1;if(r==="*")return!0;let[s,o]=_5(r);return s=gq(s),!s||o&&o!==i?!1:(s.charAt(0)==="*"&&(s=s.slice(1)),s.charAt(0)==="."?a.endsWith(s):a===s||hq(a)&&hq(s))})}function D5(t,e){t=t||10;let n=new Array(t),i=new Array(t),a=0,r=0,s;return e=e!==void 0?e:1e3,function(l){let u=Date.now(),c=i[r];s||(s=u),n[a]=l,i[a]=u;let p=r,h=0;for(;p!==a;)h+=n[p++],p=p%t;if(a=(a+1)%t,a===r&&(r=(r+1)%t),u-s{n=c,a=null,r&&(clearTimeout(r),r=null),t(...u)};return[(...u)=>{let c=Date.now(),p=c-n;p>=i?s(u,c):(a=u,r||(r=setTimeout(()=>{r=null,s(a)},i-p)))},()=>a&&s(a)]}var cs=(t,e,n=3)=>{let i=0,a=D5(50,250);return G5(r=>{if(!r||typeof r.loaded!="number")return;let s=r.loaded,o=r.lengthComputable?r.total:void 0,l=Math.max(0,o!=null?Math.min(s,o):s),u=Math.max(0,l-i),c=a(u);i=Math.max(i,l);let p={loaded:l,total:o,progress:o?l/o:void 0,bytes:u,rate:c||void 0,estimated:c&&o?(o-l)/c:void 0,event:r,lengthComputable:o!=null,[e?"download":"upload"]:!0};t(p)},n)},dp=(t,e)=>{let n=t!=null;return[i=>e[0]({lengthComputable:n,total:t,loaded:i}),e[1]]},hp=(t,e=C.asap)=>(...n)=>e(()=>t(...n)),mq=t=>t>=48&&t<=57||t>=65&&t<=70||t>=97&&t<=102,r_=(t,e,n)=>e+2t<=57?t-48:(t&223)-55,$5=t=>t>=65&&t<=90||t>=97&&t<=122||t>=48&&t<=57||t===43||t===47||t===45||t===95,N5=t=>t===9||t===10||t===12||t===13||t===32,U5=t=>{let e=Math.floor(t/4),n=t%4;return e*3+(n===2?1:n===3?2:0)},s_=t=>{let e=t.length,n=0;return e>0&&t.charCodeAt(e-1)===61&&(n++,e>1&&t.charCodeAt(e-2)===61&&n++),Math.floor((e-n)*3/4)},L5=t=>{let e=t.length,n=0,i=0,a=!1;for(let r=0;r0){a=!0;continue}n++}}return a||i>2||i>0&&(n+i)%4!==0||n%4===1?s_(t):U5(n)},o_=(t,e)=>{if(!t||typeof t!="string"||!t.startsWith("data:"))return 0;let n=t.indexOf(",");if(n<0)return 0;let i=t.slice(5,n),a=t.slice(n+1);if(/;base64/i.test(i))return e(a);let s=0;for(let o=0,l=a.length;o=55296&&u<=56319&&o+1=56320&&c<=57343?(s+=4,o++):s+=3}else s+=3}return s};function W5(t){let e=typeof t=="string"?t.indexOf("#"):-1;return o_(e===-1?t:t.slice(0,e),L5)}function B5(t){return o_(t,s_)}var wq={flush:yi.constants.Z_SYNC_FLUSH,finishFlush:yi.constants.Z_SYNC_FLUSH},F5={flush:yi.constants.BROTLI_OPERATION_FLUSH,finishFlush:yi.constants.BROTLI_OPERATION_FLUSH},V5={flush:yi.constants.ZSTD_e_flush,finishFlush:yi.constants.ZSTD_e_flush},l_=C.isFunction(yi.createBrotliDecompress),u_=C.isFunction(yi.createZstdDecompress),c_="gzip, compress, deflate"+(l_?", br":""),J5=c_+(u_?", zstd":""),vq=typeof process<"u"&&process.nextTick?process.nextTick.bind(process):C.asap,{http:Z5,https:K5}=D3,Jv=/https:?/,Cq=Symbol("axios.http.socketListener"),tp=Symbol("axios.http.currentReq"),p_=Symbol("axios.http.installedTunnel"),Q5=new Map,Aq=new WeakMap,bq={22:21,24:5};function Y5(t=process.versions&&process.versions.node){if(!t)return!1;let[e,n]=t.split(".").map(i=>Number(i));return!Number.isInteger(e)||!Number.isInteger(n)?!1:e>24?!0:bq[e]!=null&&n>=bq[e]}function X5(t,e=process.versions&&process.versions.node){if(!Y5(e))return!1;let n=t&&t.options;return!!(n&&C.hasOwnProp(n,"proxyEnv")&&n.proxyEnv!=null)}function e9(t,e,n){return Jv.test(t.protocol)?n||Rq.globalAgent:e||Iq.globalAgent}function n9(t,e){let n=t.protocol+"//"+t.hostname+":"+(t.port||"")+"#"+(t.auth||""),i=e?Aq.get(e)||Aq.set(e,new Map).get(e):Q5,a=i.get(n);if(a)return a;let r=e&&e.options?{...e.options,...t}:t;if(a=new Hq(r),e&&e.options){let s={...e.options},o=a.callback;a.callback=function(u,c){return o.call(this,u,{...s,...c})}}return a[p_]=!0,i.set(n,a),a}var yq=Qe.protocols.map(t=>t+":"),Pq=t=>{if(!C.isString(t))return t;try{return decodeURIComponent(t)}catch{return t}},jq=(t,[e,n])=>(t.on("end",n).on("error",n),e),i9=new Dv;function t9(t,e,n){t.beforeRedirects.proxy&&t.beforeRedirects.proxy(t),t.beforeRedirects.auth&&t.beforeRedirects.auth(t),t.beforeRedirects.sensitiveHeaders&&t.beforeRedirects.sensitiveHeaders(t,n),t.beforeRedirects.config&&t.beforeRedirects.config(t,e,n)}function a9(t,e){t&&Object.keys(t).forEach(n=>{e.has(n.toLowerCase())&&delete t[n]})}function r9(t,e){if(!e)return!1;try{return new URL(e.url).origin===new URL(t.href).origin}catch{return!1}}function d_(t,e,n,i,a,r){let s=e,o=e9(t,r,a);if(!s&&s!==!1&&!X5(o)){let l=v5(n);l&&(z5(n)||(s=new URL(l)))}if(i&&t.headers)for(let l of Object.keys(t.headers))l.toLowerCase()==="proxy-authorization"&&delete t.headers[l];if(i&&t.agent&&t.agent[p_]&&(t.agent=void 0),s){let l=s instanceof URL,u=g=>l||C.hasOwnProp(s,g)?s[g]:void 0,c=u("username"),p=u("password"),h=C.hasOwnProp(s,"auth")?s.auth:void 0;if(c&&(h=(c||"")+":"+(p||"")),h){let g=typeof h=="object",m=g&&C.hasOwnProp(h,"username")?h.username:void 0,f=g&&C.hasOwnProp(h,"password")?h.password:void 0;if(!!(m||f))h=(m||"")+":"+(f||"");else if(g)throw new x("Invalid proxy authorization",x.ERR_BAD_OPTION,{proxy:s})}if(Jv.test(t.protocol)){if(!(a instanceof Hq)){let g=u("hostname")||u("host"),m=u("port"),f=u("protocol"),w=f?f.includes(":")?f:`${f}:`:"http:",b=g&&g.includes(":")&&!g.startsWith("[")?`[${g}]`:g,A=new URL(`${w}//${b}${m?":"+m:""}`),y={protocol:A.protocol,hostname:A.hostname.replace(/^\[|\]$/g,""),port:A.port,auth:h&&typeof h=="string"?h:void 0};A.protocol==="https:"&&(y.ALPNProtocols=["http/1.1"]);let S=n9(y,a);t.agent=S,t.agents&&(t.agents.https=S)}}else{if(h){let w=Buffer.from(h,"utf8").toString("base64");t.headers["Proxy-Authorization"]="Basic "+w}let g=!1;for(let w of Object.keys(t.headers))if(w.toLowerCase()==="host"){g=!0;break}g||(t.headers.host=t.hostname+(t.port?":"+t.port:""));let m=u("hostname")||u("host");t.hostname=m,t.host=m,t.port=u("port"),t.path=n;let f=u("protocol");f&&(t.protocol=f.includes(":")?f:`${f}:`)}}t.beforeRedirects.proxy=function(u){d_(u,e,u.href,!0,a,r)}}var s9=typeof process<"u"&&C.kindOf(process)==="process",o9=t=>new Promise((e,n)=>{let i,a,r=(l,u)=>{a||(a=!0,i&&i(l,u))},s=l=>{r(l),e(l)},o=l=>{r(l,!0),n(l)};t(s,o,l=>i=l).catch(o)}),l9=({address:t,family:e})=>{if(!C.isString(t))throw TypeError("address must be a string");return{address:t,family:e||(t.indexOf(".")<0?6:4)}},Sq=(t,e)=>l9(C.isObject(t)?t:{address:t,family:e}),u9={request(t,e){let n=t.protocol+"//"+t.hostname+":"+(t.port||(t.protocol==="https:"?443:80)),{http2Options:i,headers:a}=t,r=i9.getSession(n,i),{HTTP2_HEADER_SCHEME:s,HTTP2_HEADER_METHOD:o,HTTP2_HEADER_PATH:l,HTTP2_HEADER_STATUS:u}=zq.constants,c={[s]:t.protocol.replace(":",""),[o]:t.method,[l]:t.path};C.forEach(a,(h,d)=>{d.charAt(0)!==":"&&(c[d]=h)});let p=r.request(c);return p.once("response",h=>{let d=p;h=Object.assign({},h);let g=h[u];delete h[u],d.headers=h,d.statusCode=+g,e(d)}),p}},c9=s9&&function(e){return o9(async function(i,a,r){let s=G=>C.getSafeProp(e,G),o=s("transitional")||fp,l=s("data"),u=s("lookup"),c=s("family"),p=s("httpVersion");p===void 0&&(p=1);let h=s("http2Options"),d=s("httpAgent"),g=s("httpsAgent"),m=s("proxy"),f=s("responseType"),w=s("responseEncoding"),b=s("socketPath"),A=s("method").toUpperCase(),y=s("maxRedirects"),S=s("maxBodyLength"),q=s("maxContentLength"),N=s("decompress"),X,W=!1,T,Q;if(p=+p,Number.isNaN(p))throw TypeError(`Invalid protocol version: '${e.httpVersion}' is not a number`);if(p!==1&&p!==2)throw TypeError(`Unsupported protocol version '${p}'`);let re=p===2;if(u){let G=x5(u,z=>C.isArray(z)?z:[z]);u=(z,pe,Ke)=>{G(z,pe,(se,fn,qn)=>{if(se)return Ke(se);let an=C.isArray(fn)?fn.map(hr=>Sq(hr)):[Sq(fn,qn)];pe.all?Ke(se,an):Ke(se,an[0].address,an[0].family)})}}let ie=new G3.EventEmitter;function ne(G){try{ie.emit("abort",!G||G.type?new At(null,e,T):G)}catch{}}function ze(){Q&&(clearTimeout(Q),Q=null)}function O(){let G=s("timeout"),z=G?"timeout of "+G+"ms exceeded":"timeout exceeded",pe=s("timeoutErrorMessage");return pe&&(z=pe),new x(z,o.clarifyTimeoutError?x.ETIMEDOUT:x.ECONNABORTED,e,T)}ie.once("abort",a);let R=()=>{ze(),e.cancelToken&&e.cancelToken.unsubscribe(ne),e.signal&&e.signal.removeEventListener("abort",ne),ie.removeAllListeners()};(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(ne),e.signal&&(e.signal.aborted?ne():e.signal.addEventListener("abort",ne))),r((G,z)=>{if(X=!0,ze(),z){W=!0,R();return}let{data:pe}=G;if(pe instanceof ii.Readable||pe instanceof ii.Duplex){let Ke=ii.finished(pe,()=>{Ke(),R()})}else R()});let Se=Vv(s("baseURL"),s("url"),s("allowAbsoluteUrls"),e),Xe=b?"http://localhost":Qe.hasBrowserEnv?Qe.origin:void 0,_=new URL(Se,Xe),be=_.protocol||yq[0];if(be==="data:"){if(q>-1){let z=String(s("url")||Se||"");if(B5(z)>q)return a(new x("maxContentLength size of "+q+" exceeded",x.ERR_BAD_RESPONSE,e))}let G;if(A!=="GET")return ls(i,a,{status:405,statusText:"method not allowed",headers:{},config:e});try{G=b5(s("url"),f==="blob",{Blob:e.env&&e.env.Blob})}catch(z){throw x.from(z,x.ERR_BAD_REQUEST,e)}return f==="text"?(G=G.toString(w),(!w||w==="utf8")&&(G=C.stripBOM(G))):f==="stream"&&(G=ii.Readable.from(G)),ls(i,a,{data:G,status:200,statusText:"OK",headers:new sn,config:e})}if(yq.indexOf(be)===-1)return a(new x("Unsupported protocol "+be,x.ERR_BAD_REQUEST,e));let ke=sn.from(e.headers).normalize();ke.set("User-Agent","axios/"+ol,!1);let{onUploadProgress:kn,onDownloadProgress:Wn}=e,Gi=e.maxRate,ce,un;if(C.isSpecCompliantForm(l)){let G=ke.getContentType(/boundary=([-_\w\d]{10,70})/i);l=O5(l,z=>{ke.set(z)},{tag:`axios-${ol}-boundary`,boundary:G&&G[1]||void 0})}else if(C.isFormData(l)&&C.isFunction(l.getHeaders)&&l.getHeaders!==Object.prototype.getHeaders){if(i_(ke,l.getHeaders(),s("formDataHeaderPolicy")),!ke.hasContentLength())try{let G=await Nv.promisify(l.getLength).call(l);Number.isFinite(G)&&G>=0&&ke.setContentLength(G)}catch{}}else if(C.isBlob(l)||C.isFile(l))l.size&&ke.setContentType(l.type||"application/octet-stream"),ke.setContentLength(l.size||0),l=ii.Readable.from(t_(l));else if(l&&!C.isStream(l)){if(!Buffer.isBuffer(l))if(C.isArrayBuffer(l))l=Buffer.from(new Uint8Array(l));else if(C.isString(l))l=Buffer.from(l,"utf-8");else return a(new x("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",x.ERR_BAD_REQUEST,e));if(ke.setContentLength(l.length,!1),S>-1&&l.length>S)return a(new x("Request body larger than maxBodyLength limit",x.ERR_BAD_REQUEST,e))}let mn=C.toFiniteNumber(ke.getContentLength());C.isArray(Gi)?(ce=Gi[0],un=Gi[1]):ce=un=Gi,l&&(kn||ce)&&(C.isStream(l)||(l=ii.Readable.from(l,{objectMode:!1})),l=ii.pipeline([l,new pp({maxRate:C.toFiniteNumber(ce)})],C.noop),kn&&l.on("progress",jq(l,dp(mn,cs(hp(kn,vq),!1,3)))));let si,oa=s("auth");if(oa){let G=C.getSafeProp(oa,"username")||"",z=C.getSafeProp(oa,"password")||"";si=G+":"+z}if(!si&&(_.username||_.password)){let G=Pq(_.username),z=Pq(_.password);si=G+":"+z}si&&ke.delete("authorization");let St;try{St=Bv(_.pathname+_.search,s("params"),s("paramsSerializer")).replace(/^\?/,"")}catch(G){return a(x.from(G,x.ERR_BAD_REQUEST,e,null,null,{url:s("url"),exists:!0}))}ke.set("Accept-Encoding",C.hasOwnProp(o,"advertiseZstdAcceptEncoding")&&o.advertiseZstdAcceptEncoding===!0?J5:c_,!1);let Te=Object.assign(Object.create(null),{path:St,method:A,headers:Wv(ke),agents:{http:d,https:g},auth:si,protocol:be,family:c,beforeRedirect:t9,beforeRedirects:Object.create(null),http2Options:h});if(!C.isUndefined(u)&&(Te.lookup=u),b){if(typeof b!="string")return a(new x("socketPath must be a string",x.ERR_BAD_OPTION_VALUE,e));let G=s("allowedSocketPaths");if(G!=null){let z=Array.isArray(G)?G:[G],pe=tq.resolve(b);if(!z.some(se=>typeof se=="string"&&tq.resolve(se)===pe))return a(new x(`socketPath "${b}" is not permitted by allowedSocketPaths`,x.ERR_BAD_OPTION_VALUE,e))}Te.socketPath=b}else Te.hostname=_.hostname.startsWith("[")?_.hostname.slice(1,-1):_.hostname,Te.port=_.port,d_(Te,m,be+"//"+_.hostname+(_.port?":"+_.port:"")+Te.path,!1,g,d);let oi,Oi=!1,Bn=!1,Z=Jv.test(Te.protocol);if(Te.agent==null&&(Te.agent=Z?g:d),re)oi=u9;else{let G=s("transport");if(G)oi=G;else if(y===0)oi=Z?Rq:Iq,Oi=!0;else{Bn=!0,Te.sensitiveHeaders=[],y&&(Te.maxRedirects=y);let z=s("beforeRedirect");if(z&&(Te.beforeRedirects.config=z),si){let Ke=_.origin,se=si;Te.beforeRedirects.auth=function(qn){try{new URL(qn.href).origin===Ke&&(qn.auth=se)}catch{}}}let pe=s("sensitiveHeaders");if(pe!=null){if(!C.isArray(pe))return a(new x("sensitiveHeaders must be an array of strings",x.ERR_BAD_OPTION_VALUE,e));let Ke=new Set;for(let se of pe){if(!C.isString(se))return a(new x("sensitiveHeaders must be an array of strings",x.ERR_BAD_OPTION_VALUE,e));Ke.add(se.toLowerCase())}Ke.size&&(Te.sensitiveHeaders=Array.from(Ke),Te.beforeRedirects.sensitiveHeaders=function(fn,qn){r9(fn,qn)||a9(fn.headers,Ke)})}oi=Z?K5:Z5}}S>-1?Te.maxBodyLength=S:Te.maxBodyLength=1/0,Te.insecureHTTPParser=!!s("insecureHTTPParser"),T=oi.request(Te,function(z){if(ze(),T.destroyed)return;let pe=[z],Ke=C.toFiniteNumber(z.headers["content-length"]);if(Wn||un){let an=new pp({maxRate:C.toFiniteNumber(un)});Wn&&an.on("progress",jq(an,dp(Ke,cs(hp(Wn,vq),!0,3)))),pe.push(an)}let se=z,fn=z.req||T;if(N!==!1&&z.headers["content-encoding"])switch((A==="HEAD"||z.statusCode===204)&&delete z.headers["content-encoding"],(z.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":pe.push(yi.createUnzip(wq)),delete z.headers["content-encoding"];break;case"deflate":pe.push(new zv),pe.push(yi.createUnzip(wq)),delete z.headers["content-encoding"];break;case"br":l_&&(pe.push(yi.createBrotliDecompress(F5)),delete z.headers["content-encoding"]);break;case"zstd":u_&&(pe.push(yi.createZstdDecompress(V5)),delete z.headers["content-encoding"]);break}se=pe.length>1?ii.pipeline(pe,C.noop):pe[0];let qn={status:z.statusCode,statusText:z.statusMessage,headers:new sn(z.headers),config:e,request:fn};if(f==="stream"){if(q>-1){let an=q,hr=se;async function*qs(){let wn=0;for await(let Ny of hr){if(wn+=Ny.length,wn>an)throw new x("maxContentLength size of "+an+" exceeded",x.ERR_BAD_RESPONSE,e,fn);yield Ny}}se=ii.Readable.from(qs(),{objectMode:!1})}qn.data=se,ls(i,a,qn)}else{let an=[],hr=0;se.on("data",function(wn){an.push(wn),hr+=wn.length,q>-1&&hr>q&&(W=!0,se.destroy(),ne(new x("maxContentLength size of "+q+" exceeded",x.ERR_BAD_RESPONSE,e,fn)))}),se.on("aborted",function(){if(W)return;let wn=new x("stream has been aborted",x.ERR_BAD_RESPONSE,e,fn,qn);se.destroy(wn),a(wn)}),se.on("error",function(wn){W||a(x.from(wn,null,e,fn,qn))}),se.on("end",function(){try{let wn=an.length===1?an[0]:Buffer.concat(an);f!=="arraybuffer"&&(wn=wn.toString(w),(!w||w==="utf8")&&(wn=C.stripBOM(wn))),qn.data=wn}catch(wn){return a(x.from(wn,null,e,qn.request,qn))}ls(i,a,qn)})}ie.once("abort",an=>{se.destroyed||(se.emit("error",an),se.destroy())})}),ie.once("abort",G=>{T.close?T.close():T.destroy(G)}),T.on("error",function(z){a(x.from(z,null,e,T))});let Le=new Set;if(T.on("socket",function(z){typeof z.setKeepAlive=="function"&&z.setKeepAlive(!0,1e3*60),z[Cq]||(z.on("error",function(Ke){let se=z[tp];se&&!se.destroyed&&se.destroy(Ke)}),z[Cq]=!0),z[tp]=T,Le.add(z)}),T.once("close",function(){ze();for(let z of Le)z[tp]===T&&(z[tp]=null);Le.clear()}),s("timeout")){let G=parseInt(s("timeout"),10);if(Number.isNaN(G)){ne(new x("error trying to parse `config.timeout` to int",x.ERR_BAD_OPTION_VALUE,e,T));return}let z=function(){X||ne(O())};Oi&&G>0&&(Q=setTimeout(z,G)),T.setTimeout(G,z)}else T.setTimeout(0);if(C.isStream(l)){let G=!1,z=!1;l.on("end",()=>{G=!0}),l.once("error",Ke=>{z=!0,T.destroy(Ke)}),l.on("close",()=>{!G&&!z&&ne(new At("Request stream has been aborted",e,T))});let pe=l;if(S>-1&&!Bn){let Ke=S,se=0;pe=ii.pipeline([l,new ii.Transform({transform(fn,qn,an){if(se+=fn.length,se>Ke)return an(new x("Request body larger than maxBodyLength limit",x.ERR_BAD_REQUEST,e,T));an(null,fn)}})],C.noop),pe.on("error",fn=>{T.destroyed||T.destroy(fn)})}pe.pipe(T)}else l&&T.write(l),T.end()})},p9=Qe.hasStandardBrowserEnv?((t,e)=>n=>(n=new URL(n,Qe.origin),t.protocol===n.protocol&&t.host===n.host&&(e||t.port===n.port)))(new URL(Qe.origin),Qe.navigator&&/(msie|trident)/i.test(Qe.navigator.userAgent)):()=>!0,d9=Qe.hasStandardBrowserEnv?{write(t,e,n,i,a,r,s){if(typeof document>"u")return;let o=[`${t}=${encodeURIComponent(e)}`];C.isNumber(n)&&o.push(`expires=${new Date(n).toUTCString()}`),C.isString(i)&&o.push(`path=${i}`),C.isString(a)&&o.push(`domain=${a}`),r===!0&&o.push("secure"),C.isString(s)&&o.push(`SameSite=${s}`),document.cookie=o.join("; ")},read(t){if(typeof document>"u")return null;let e=document.cookie.split(";");for(let n=0;nt instanceof sn?{...t}:t,h9=t=>Object.getOwnPropertySymbols&&Object.getOwnPropertyDescriptor?Object.keys(t).concat(Object.getOwnPropertySymbols(t).filter(e=>Object.getOwnPropertyDescriptor(t,e).enumerable)):Object.keys(t);function Ka(t,e){t=t||{},e=e||{};let n=Object.create(null);Object.defineProperty(n,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});function i(c,p,h,d){return C.isPlainObject(c)&&C.isPlainObject(p)?C.merge.call({caseless:d},c,p):C.isPlainObject(p)?C.merge({},p):C.isArray(p)?p.slice():p}function a(c,p,h,d){if(C.isUndefined(p)){if(!C.isUndefined(c))return i(void 0,c,h,d)}else return i(c,p,h,d)}function r(c,p){if(!C.isUndefined(p))return i(void 0,p)}function s(c,p){if(C.isUndefined(p)){if(!C.isUndefined(c))return i(void 0,c)}else return i(void 0,p)}function o(c){let p=C.hasOwnProp(e,"transitional")?e.transitional:void 0;if(!C.isUndefined(p))if(C.isPlainObject(p)){if(C.hasOwnProp(p,c))return p[c]}else return;let h=C.hasOwnProp(t,"transitional")?t.transitional:void 0;if(C.isPlainObject(h)&&C.hasOwnProp(h,c))return h[c]}function l(c,p,h){if(C.hasOwnProp(e,h))return i(c,p);if(C.hasOwnProp(t,h))return i(void 0,c)}let u={url:r,method:r,data:r,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,allowedSocketPaths:s,responseEncoding:s,validateStatus:l,headers:(c,p,h)=>a(Oq(c),Oq(p),h,!0)};return C.forEach(h9({...t,...e}),function(p){if(p==="__proto__"||p==="constructor"||p==="prototype")return;let h=C.hasOwnProp(u,p)?u[p]:a,d=C.hasOwnProp(t,p)?t[p]:void 0,g=C.hasOwnProp(e,p)?e[p]:void 0,m=h(d,g,p);C.isUndefined(m)&&h!==l||(n[p]=m)}),C.hasOwnProp(e,"validateStatus")&&C.isUndefined(e.validateStatus)&&o("validateStatusUndefinedResolves")===!1&&(C.hasOwnProp(t,"validateStatus")?n.validateStatus=i(void 0,t.validateStatus):delete n.validateStatus),n}var g9=t=>encodeURIComponent(t).replace(/%([0-9A-F]{2})/gi,(e,n)=>String.fromCharCode(parseInt(n,16)));function h_(t){let e=Ka({},t),n=h=>C.hasOwnProp(e,h)?e[h]:void 0,i=n("data"),a=n("withXSRFToken"),r=n("xsrfHeaderName"),s=n("xsrfCookieName"),o=n("headers"),l=n("auth"),u=n("baseURL"),c=n("allowAbsoluteUrls"),p=n("url");if(e.headers=o=sn.from(o),e.url=Bv(Vv(u,p,c,e),n("params"),n("paramsSerializer")),l){let h=C.getSafeProp(l,"username")||"",d=C.getSafeProp(l,"password")||"";try{o.set("Authorization","Basic "+btoa(h+":"+(d?g9(d):"")))}catch(g){throw x.from(g,x.ERR_BAD_OPTION_VALUE,t)}}if(C.isFormData(i)&&(Qe.hasStandardBrowserEnv||Qe.hasStandardBrowserWebWorkerEnv||C.isReactNative(i)?o.setContentType(void 0):C.isFunction(i.getHeaders)&&i_(o,i.getHeaders(),n("formDataHeaderPolicy"))),Qe.hasStandardBrowserEnv&&(C.isFunction(a)&&(a=a(e)),a===!0||a==null&&p9(e.url))){let d=r&&s&&d9.read(s);d&&o.set(r,d)}return e}var m9=typeof XMLHttpRequest<"u",f9=m9&&function(t){return new Promise(function(n,i){let a=h_(t),r=a.data,s=sn.from(a.headers).normalize(),{responseType:o,onUploadProgress:l,onDownloadProgress:u}=a,c,p,h,d,g;function m(){d&&d(),g&&g(),a.cancelToken&&a.cancelToken.unsubscribe(c),a.signal&&a.signal.removeEventListener("abort",c)}let f=new XMLHttpRequest;f.open(a.method.toUpperCase(),a.url,!0),f.timeout=a.timeout;function w(){if(!f)return;let A=sn.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),S={data:!o||o==="text"||o==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:A,config:t,request:f};ls(function(N){n(N),m()},function(N){i(N),m()},S),f=null}"onloadend"in f?f.onloadend=w:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.startsWith("file:"))||setTimeout(w)},f.onabort=function(){f&&(i(new x("Request aborted",x.ECONNABORTED,t,f)),m(),f=null)},f.onerror=function(y){let S=y&&y.message?y.message:"Network Error",q=new x(S,x.ERR_NETWORK,t,f);q.event=y||null,i(q),m(),f=null},f.ontimeout=function(){let y=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded",S=a.transitional||fp;a.timeoutErrorMessage&&(y=a.timeoutErrorMessage),i(new x(y,S.clarifyTimeoutError?x.ETIMEDOUT:x.ECONNABORTED,t,f)),m(),f=null},r===void 0&&s.setContentType(null),"setRequestHeader"in f&&C.forEach(Wv(s),function(y,S){f.setRequestHeader(S,y)}),C.isUndefined(a.withCredentials)||(f.withCredentials=!!a.withCredentials),o&&o!=="json"&&(f.responseType=a.responseType),u&&([h,g]=cs(u,!0),f.addEventListener("progress",h)),l&&f.upload&&([p,d]=cs(l),f.upload.addEventListener("progress",p),f.upload.addEventListener("loadend",d)),(a.cancelToken||a.signal)&&(c=A=>{f&&(i(!A||A.type?new At(null,t,f):A),f.abort(),m(),f=null)},a.cancelToken&&a.cancelToken.subscribe(c),a.signal&&(a.signal.aborted?c():a.signal.addEventListener("abort",c)));let b=n_(a.url);if(b&&!Qe.protocols.includes(b)){i(new x("Unsupported protocol "+b+":",x.ERR_BAD_REQUEST,t)),m();return}f.send(r||null)})},w9=(t,e)=>{if(t=t?t.filter(Boolean):[],!e&&!t.length)return;let n=new AbortController,i=!1,a=function(l){if(!i){i=!0,s();let u=l instanceof Error?l:this.reason;n.abort(u instanceof x?u:new At(u instanceof Error?u.message:u))}},r=e&&setTimeout(()=>{r=null,a(new x(`timeout of ${e}ms exceeded`,x.ETIMEDOUT))},e),s=()=>{t&&(r&&clearTimeout(r),r=null,t.forEach(l=>{l.unsubscribe?l.unsubscribe(a):l.removeEventListener("abort",a)}),t=null)};t.forEach(l=>{if(!i){if(l.aborted){a.call(l);return}l.addEventListener("abort",a,{once:!0})}});let{signal:o}=n;return o.unsubscribe=()=>C.asap(s),o},v9=function*(t,e){let n=t.byteLength;if(n{let a=C9(t,e),r=0,s,o=l=>{s||(s=!0,i&&i(l))};return new ReadableStream({async pull(l){try{let{done:u,value:c}=await a.next();if(u){o(),l.close();return}let p=c.byteLength;if(n){let h=r+=p;n(h)}l.enqueue(new Uint8Array(c))}catch(u){throw o(u),u}},cancel(l){return o(l),a.return()}},{highWaterMark:2})},Tq=64*1024,{isFunction:ap}=C,b9=t=>encodeURIComponent(t).replace(/%([0-9A-F]{2})/gi,(e,n)=>String.fromCharCode(parseInt(n,16))),Mq=t=>{if(!C.isString(t))return t;try{return decodeURIComponent(t)}catch{return t}},Eq=(t,...e)=>{try{return!!t(...e)}catch{return!1}},y9=t=>{let e=t.indexOf("://"),n=t;return e!==-1&&(n=n.slice(e+3)),n.includes("@")||n.includes(":")},P9=t=>{let e=C.global!==void 0&&C.global!==null?C.global:globalThis,{ReadableStream:n,TextEncoder:i}=e;t=C.merge.call({skipUndefined:!0},{Request:e.Request,Response:e.Response},t);let{fetch:a,Request:r,Response:s}=t,o=a?ap(a):typeof fetch=="function",l=ap(r),u=ap(s);if(!o)return!1;let c=o&&ap(n),p=o&&(typeof i=="function"?(w=>b=>w.encode(b))(new i):async w=>new Uint8Array(await new r(w).arrayBuffer())),h=l&&c&&Eq(()=>{let w=!1,b=new r(Qe.origin,{body:new n,method:"POST",get duplex(){return w=!0,"half"}}),A=b.headers.has("Content-Type");return b.body!=null&&b.body.cancel(),w&&!A}),d=u&&c&&Eq(()=>C.isReadableStream(new s("").body)),g={stream:d&&(w=>w.body)};o&&["text","arrayBuffer","blob","formData","stream"].forEach(w=>{!g[w]&&(g[w]=(b,A)=>{let y=b&&b[w];if(y)return y.call(b);throw new x(`Response type '${w}' is not supported`,x.ERR_NOT_SUPPORT,A)})});let m=async w=>{if(w==null)return 0;if(C.isBlob(w))return w.size;if(C.isSpecCompliantForm(w))return(await new r(Qe.origin,{method:"POST",body:w}).arrayBuffer()).byteLength;if(C.isArrayBufferView(w)||C.isArrayBuffer(w))return w.byteLength;if(C.isURLSearchParams(w)&&(w=w+""),C.isString(w))return(await p(w)).byteLength},f=async(w,b)=>{let A=C.toFiniteNumber(w.getContentLength());return A??m(b)};return async w=>{let{url:b,method:A,data:y,signal:S,cancelToken:q,timeout:N,onDownloadProgress:X,onUploadProgress:W,responseType:T,headers:Q,withCredentials:re="same-origin",fetchOptions:ie,maxContentLength:ne,maxBodyLength:ze}=h_(w),O=C.isNumber(ne)&&ne>-1,R=C.isNumber(ze)&&ze>-1,Se=ce=>C.hasOwnProp(w,ce)?w[ce]:void 0,Xe=a||fetch;T=T?(T+"").toLowerCase():"text";let _=w9([S,q&&q.toAbortSignal()],N),be=null,ke=_&&_.unsubscribe&&(()=>{_.unsubscribe()}),kn,Wn=null,Gi=()=>new x("Request body larger than maxBodyLength limit",x.ERR_BAD_REQUEST,w,be);try{let ce,un=Se("auth");if(un){let Z=C.getSafeProp(un,"username")||"",Le=C.getSafeProp(un,"password")||"";ce={username:Z,password:Le}}if(y9(b)){let Z=new URL(b,Qe.origin);if(!ce&&(Z.username||Z.password)){let Le=Mq(Z.username),G=Mq(Z.password);ce={username:Le,password:G}}(Z.username||Z.password)&&(Z.username="",Z.password="",b=Z.href)}if(ce&&(Q.delete("authorization"),Q.set("Authorization","Basic "+btoa(b9((ce.username||"")+":"+(ce.password||""))))),O&&typeof b=="string"&&b.startsWith("data:")&&W5(b)>ne)throw new x("maxContentLength size of "+ne+" exceeded",x.ERR_BAD_RESPONSE,w,be);if(R&&A!=="get"&&A!=="head"){let Z=await m(y);if(typeof Z=="number"&&isFinite(Z)&&(kn=Z,Z>ze))throw Gi()}let mn=R&&(C.isReadableStream(y)||C.isStream(y)),si=(Z,Le,G)=>xq(Z,Tq,z=>{if(R&&z>ze)throw Wn=Gi();Le&&Le(z)},G);if(h&&A!=="get"&&A!=="head"&&(W||mn)){if(kn=kn??await f(Q,y),kn!==0||mn){let Z=new r(b,{method:"POST",body:y,duplex:"half"}),Le;if(C.isFormData(y)&&(Le=Z.headers.get("content-type"))&&Q.setContentType(Le),Z.body){let[G,z]=W&&dp(kn,cs(hp(W)))||[];y=si(Z.body,G,z)}}}else if(mn&&!l&&c&&A!=="get"&&A!=="head")y=si(y);else if(mn&&l&&!h&&A!=="get"&&A!=="head")throw new x("Stream request bodies are not supported by the current fetch implementation",x.ERR_NOT_SUPPORT,w,be);C.isString(re)||(re=re?"include":"omit");let oa=l&&"credentials"in r.prototype;if(C.isFormData(y)){let Z=Q.getContentType();Z&&/^multipart\/form-data/i.test(Z)&&!/boundary=/i.test(Z)&&Q.delete("content-type")}Q.set("User-Agent","axios/"+ol,!1);let St={...ie,signal:_,method:A.toUpperCase(),headers:Wv(Q.normalize()),body:y,duplex:"half",credentials:oa?re:void 0};be=l&&new r(b,St);let Te=await(l?Xe(be,ie):Xe(b,St)),oi=sn.from(Te.headers);if(O){let Z=C.toFiniteNumber(oi.getContentLength());if(Z!=null&&Z>ne)throw new x("maxContentLength size of "+ne+" exceeded",x.ERR_BAD_RESPONSE,w,be)}let Oi=d&&(T==="stream"||T==="response");if(d&&Te.body&&(X||O||Oi&&ke)){let Z={};["status","statusText","headers"].forEach(se=>{Z[se]=Te[se]});let Le=C.toFiniteNumber(oi.getContentLength()),[G,z]=X&&dp(Le,cs(hp(X),!0))||[],pe=0,Ke=se=>{if(O&&(pe=se,pe>ne))throw new x("maxContentLength size of "+ne+" exceeded",x.ERR_BAD_RESPONSE,w,be);G&&G(se)};Te=new s(xq(Te.body,Tq,Ke,()=>{z&&z(),ke&&ke()}),Z)}T=T||"text";let Bn=await g[C.findKey(g,T)||"text"](Te,w);if(O&&!d&&!Oi){let Z;if(Bn!=null&&(typeof Bn.byteLength=="number"?Z=Bn.byteLength:typeof Bn.size=="number"?Z=Bn.size:typeof Bn=="string"&&(Z=typeof i=="function"?new i().encode(Bn).byteLength:Bn.length)),typeof Z=="number"&&Z>ne)throw new x("maxContentLength size of "+ne+" exceeded",x.ERR_BAD_RESPONSE,w,be)}return!Oi&&ke&&ke(),await new Promise((Z,Le)=>{ls(Z,Le,{data:Bn,headers:sn.from(Te.headers),status:Te.status,statusText:Te.statusText,config:w,request:be})})}catch(ce){if(ke&&ke(),_&&_.aborted&&_.reason instanceof x){let un=_.reason;throw un.config=w,be&&(un.request=be),ce!==un&&Object.defineProperty(un,"cause",{__proto__:null,value:ce,writable:!0,enumerable:!1,configurable:!0}),un}if(Wn)throw be&&!Wn.request&&(Wn.request=be),Wn;if(ce instanceof x)throw be&&!ce.request&&(ce.request=be),ce;if(ce&&ce.name==="TypeError"&&/Load failed|fetch/i.test(ce.message)){let un=new x("Network Error",x.ERR_NETWORK,w,be,ce&&ce.response);throw Object.defineProperty(un,"cause",{__proto__:null,value:ce.cause||ce,writable:!0,enumerable:!1,configurable:!0}),un}throw x.from(ce,ce&&ce.code,w,be,ce&&ce.response)}}},j9=new Map,g_=t=>{let e=t&&t.env||{},{fetch:n,Request:i,Response:a}=e,r=[i,a,n],s=r.length,o=s,l,u,c=j9;for(;o--;)l=r[o],u=c.get(l),u===void 0&&c.set(l,u=o?new Map:P9(e)),c=u;return u};g_();var Zv={http:c9,xhr:f9,fetch:{get:g_}};C.forEach(Zv,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{__proto__:null,value:e})}catch{}Object.defineProperty(t,"adapterName",{__proto__:null,value:e})}});var kq=t=>`- ${t}`,S9=t=>C.isFunction(t)||t===null||t===!1;function O9(t,e){t=C.isArray(t)?t:[t];let{length:n}=t,i,a,r={};for(let s=0;s`adapter ${l} `+(u===!1?"is not supported by the environment":"is not available in the build")),o=n?s.length>1?`since : +`+s.map(kq).join(` +`):" "+kq(s[0]):"as no adapter specified";throw new x("There is no suitable adapter to dispatch the request "+o,x.ERR_NOT_SUPPORT)}return a}var m_={getAdapter:O9,adapters:Zv};function Ev(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new At(null,t)}function kv(t){return Ev(t),t.headers=sn.from(t.headers),t.data=Ov.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),m_.getAdapter(t.adapter||pl.adapter,t)(t).then(function(i){Ev(t),t.response=i;try{i.data=Ov.call(t,t.transformResponse,i)}finally{delete t.response}return i.headers=sn.from(i.headers),i},function(i){if(!e_(i)&&(Ev(t),i&&i.response)){t.response=i.response;try{i.response.data=Ov.call(t,t.transformResponse,i.response)}finally{delete t.response}i.response.headers=sn.from(i.response.headers)}return Promise.reject(i)})}var wp={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{wp[t]=function(i){return typeof i===t||"a"+(e<1?"n ":" ")+t}});var qq={};wp.transitional=function(e,n,i){function a(r,s){return"[Axios v"+ol+"] Transitional option '"+r+"'"+s+(i?". "+i:"")}return(r,s,o)=>{if(e===!1)throw new x(a(s," has been removed"+(n?" in "+n:"")),x.ERR_DEPRECATED);return n&&!qq[s]&&(qq[s]=!0,console.warn(a(s," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(r,s,o):!0}};wp.spelling=function(e){return(n,i)=>(console.warn(`${i} is likely a misspelling of ${e}`),!0)};function x9(t,e,n){if(typeof t!="object"||t===null)throw new x("options must be an object",x.ERR_BAD_OPTION_VALUE);let i=Object.keys(t),a=i.length;for(;a-- >0;){let r=i[a],s=Object.prototype.hasOwnProperty.call(e,r)?e[r]:void 0;if(s){let o=t[r],l=o===void 0||s(o,r,t);if(l!==!0)throw new x("option "+r+" must be "+l,x.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new x("Unknown option "+r,x.ERR_BAD_OPTION)}}var op={assertOptions:x9,validators:wp},zn=op.validators,Ct=class{constructor(e){this.defaults=e||{},this.interceptors={request:new cp,response:new cp}}async request(e,n){try{return await this._request(e,n)}catch(i){if(i instanceof Error){let a={};Error.captureStackTrace?Error.captureStackTrace(a):a=new Error;let r=(()=>{if(!a.stack)return"";let s=a.stack.indexOf(` +`);return s===-1?"":a.stack.slice(s+1)})();try{if(!i.stack)i.stack=r;else if(r){let s=r.indexOf(` `),o=s===-1?-1:r.indexOf(` -`,s+1),l=o===-1?"":r.slice(o+1);String(n.stack).endsWith(l)||(n.stack+=` -`+r)}}catch{}}throw n}}_request(e,i){typeof e=="string"?(i=i||{},i.url=e):i=e||{},i=Ga(this.defaults,i);let{transitional:n,paramsSerializer:a,headers:r}=i;n!==void 0&&Vc.assertOptions(n,{silentJSONParsing:mn.transitional(mn.boolean),forcedJSONParsing:mn.transitional(mn.boolean),clarifyTimeoutError:mn.transitional(mn.boolean),legacyInterceptorReqResOrdering:mn.transitional(mn.boolean)},!1),a!=null&&(C.isFunction(a)?i.paramsSerializer={serialize:a}:Vc.assertOptions(a,{encode:mn.function,serialize:mn.function},!0)),i.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?i.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:i.allowAbsoluteUrls=!0),Vc.assertOptions(i,{baseUrl:mn.spelling("baseURL"),withXsrfToken:mn.spelling("withXSRFToken")},!0),i.method=(i.method||this.defaults.method||"get").toLowerCase();let s=r&&C.merge(r.common,r[i.method]);r&&C.forEach(["delete","get","head","post","put","patch","query","common"],g=>{delete r[g]}),i.headers=ai.concat(s,r);let o=[],l=!0;this.interceptors.request.forEach(function(m){if(typeof m.runWhen=="function"&&m.runWhen(i)===!1)return;l=l&&m.synchronous;let f=i.transitional||tp;f&&f.legacyInterceptorReqResOrdering?o.unshift(m.fulfilled,m.rejected):o.push(m.fulfilled,m.rejected)});let u=[];this.interceptors.response.forEach(function(m){u.push(m.fulfilled,m.rejected)});let c,p=0,d;if(!l){let g=[aq.bind(this),void 0];for(g.unshift(...o),g.push(...u),d=g.length,c=Promise.resolve(i);p{if(!n._listeners)return;let r=n._listeners.length;for(;r-- >0;)n._listeners[r](a);n._listeners=null}),this.promise.then=a=>{let r,s=new Promise(o=>{n.subscribe(o),r=o}).then(a);return s.cancel=function(){n.unsubscribe(r)},s},e(function(r,s,o){n.reason||(n.reason=new pt(r,s,o),i(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let i=this._listeners.indexOf(e);i!==-1&&this._listeners.splice(i,1)}toAbortSignal(){let e=new AbortController,i=n=>{e.abort(n)};return this.subscribe(i),e.signal.unsubscribe=()=>this.unsubscribe(i),e.signal}static source(){let e;return{token:new t(function(a){e=a}),cancel:e}}};function d5(t){return function(i){return t.apply(null,i)}}function h5(t){return C.isObject(t)&&t.isAxiosError===!0}var bv={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(bv).forEach(([t,e])=>{bv[e]=t});function _q(t){let e=new ct(t),i=uq(ct.prototype.request,e);return C.extend(i,ct.prototype,e,{allOwnKeys:!0}),C.extend(i,e,null,{allOwnKeys:!0}),i.create=function(a){return _q(Ga(t,a))},i}var ri=_q(Ko);ri.Axios=ct;ri.CanceledError=pt;ri.CancelToken=Av;ri.isCancel=yq;ri.VERSION=Bo;ri.toFormData=np;ri.AxiosError=T;ri.Cancel=ri.CanceledError;ri.all=function(e){return Promise.all(e)};ri.spread=d5;ri.isAxiosError=h5;ri.mergeConfig=Ga;ri.AxiosHeaders=ai;ri.formToJSON=t=>bq(C.isHTMLForm(t)?new FormData(t):t);ri.getAdapter=qq.getAdapter;ri.HttpStatusCode=bv;ri.default=ri;Hq.exports=ri});var zq=w((ele,Rq)=>{Rq.exports=require("util").inspect});var il=w((ile,t_)=>{var Dv=typeof Map=="function"&&Map.prototype,Mv=Object.getOwnPropertyDescriptor&&Dv?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,sp=Dv&&Mv&&typeof Mv.get=="function"?Mv.get:null,Dq=Dv&&Map.prototype.forEach,Gv=typeof Set=="function"&&Set.prototype,Ev=Object.getOwnPropertyDescriptor&&Gv?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,op=Gv&&Ev&&typeof Ev.get=="function"?Ev.get:null,Gq=Gv&&Set.prototype.forEach,g5=typeof WeakMap=="function"&&WeakMap.prototype,Yo=g5?WeakMap.prototype.has:null,m5=typeof WeakSet=="function"&&WeakSet.prototype,Xo=m5?WeakSet.prototype.has:null,f5=typeof WeakRef=="function"&&WeakRef.prototype,$q=f5?WeakRef.prototype.deref:null,w5=Boolean.prototype.valueOf,v5=Object.prototype.toString,C5=Function.prototype.toString,A5=String.prototype.match,$v=String.prototype.slice,Nt=String.prototype.replace,b5=String.prototype.toUpperCase,Nq=String.prototype.toLowerCase,Kq=RegExp.prototype.test,Uq=Array.prototype.concat,Nn=Array.prototype.join,y5=Array.prototype.slice,Lq=Math.floor,_v=typeof BigInt=="function"?BigInt.prototype.valueOf:null,kv=Object.getOwnPropertySymbols,Hv=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,es=typeof Symbol=="function"&&typeof Symbol.iterator=="object",el=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===es||!0)?Symbol.toStringTag:null,Qq=Object.prototype.propertyIsEnumerable,Wq=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function Bq(t,e){if(t===1/0||t===-1/0||t!==t||t&&t>-1e3&&t<1e3||Kq.call(/e/,e))return e;var i=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof t=="number"){var n=t<0?-Lq(-t):Lq(t);if(n!==t){var a=String(n),r=$v.call(e,a.length+1);return Nt.call(a,i,"$&_")+"."+Nt.call(Nt.call(r,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Nt.call(e,i,"$&_")}var Iv=zq(),Fq=Iv.custom,Vq=e_(Fq)?Fq:null,Yq={__proto__:null,double:'"',single:"'"},P5={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};t_.exports=function t(e,i,n,a){var r=i||{};if(dt(r,"quoteStyle")&&!dt(Yq,r.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(dt(r,"maxStringLength")&&(typeof r.maxStringLength=="number"?r.maxStringLength<0&&r.maxStringLength!==1/0:r.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var s=dt(r,"customInspect")?r.customInspect:!0;if(typeof s!="boolean"&&s!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(dt(r,"indent")&&r.indent!==null&&r.indent!==" "&&!(parseInt(r.indent,10)===r.indent&&r.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(dt(r,"numericSeparator")&&typeof r.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var o=r.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return n_(e,r);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var l=String(e);return o?Bq(e,l):l}if(typeof e=="bigint"){var u=String(e)+"n";return o?Bq(e,u):u}var c=typeof r.depth>"u"?5:r.depth;if(typeof n>"u"&&(n=0),n>=c&&c>0&&typeof e=="object")return Rv(e)?"[Array]":"[Object]";var p=N5(r,n);if(typeof a>"u")a=[];else if(i_(a,e)>=0)return"[Circular]";function d(ie,se,De){if(se&&(a=y5.call(a),a.push(se)),De){var S={depth:r.depth};return dt(r,"quoteStyle")&&(S.quoteStyle=r.quoteStyle),t(ie,S,n+1,a)}return t(ie,r,n+1,a)}if(typeof e=="function"&&!Jq(e)){var h=q5(e),g=rp(e,d);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(g.length>0?" { "+Nn.call(g,", ")+" }":"")}if(e_(e)){var m=es?Nt.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):Hv.call(e);return typeof e=="object"&&!es?Qo(m):m}if(D5(e)){for(var f="<"+Nq.call(String(e.nodeName)),v=e.attributes||[],y=0;y",f}if(Rv(e)){if(e.length===0)return"[]";var A=rp(e,d);return p&&!$5(A)?"["+zv(A,p)+"]":"[ "+Nn.call(A,", ")+" ]"}if(O5(e)){var b=rp(e,d);return!("cause"in Error.prototype)&&"cause"in e&&!Qq.call(e,"cause")?"{ ["+String(e)+"] "+Nn.call(Uq.call("[cause]: "+d(e.cause),b),", ")+" }":b.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+Nn.call(b,", ")+" }"}if(typeof e=="object"&&s){if(Vq&&typeof e[Vq]=="function"&&Iv)return Iv(e,{depth:c-n});if(s!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(_5(e)){var O=[];return Dq&&Dq.call(e,function(ie,se){O.push(d(se,e,!0)+" => "+d(ie,e))}),Zq("Map",sp.call(e),O,p)}if(R5(e)){var $=[];return Gq&&Gq.call(e,function(ie){$.push(d(ie,e))}),Zq("Set",op.call(e),$,p)}if(H5(e))return qv("WeakMap");if(z5(e))return qv("WeakSet");if(I5(e))return qv("WeakRef");if(T5(e))return Qo(d(Number(e)));if(E5(e))return Qo(d(_v.call(e)));if(M5(e))return Qo(w5.call(e));if(x5(e))return Qo(d(String(e)));if(typeof window<"u"&&e===window)return"{ [object Window] }";if(typeof globalThis<"u"&&e===globalThis||typeof global<"u"&&e===global)return"{ [object globalThis] }";if(!S5(e)&&!Jq(e)){var N=rp(e,d),X=Wq?Wq(e)===Object.prototype:e instanceof Object||e.constructor===Object,F=e instanceof Object?"":"null prototype",k=!X&&el&&Object(e)===e&&el in e?$v.call(Ut(e),8,-1):F?"Object":"",Q=X||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",Z=Q+(k||F?"["+Nn.call(Uq.call([],k||[],F||[]),": ")+"] ":"");return N.length===0?Z+"{}":p?Z+"{"+zv(N,p)+"}":Z+"{ "+Nn.call(N,", ")+" }"}return String(e)};function Xq(t,e,i){var n=i.quoteStyle||e,a=Yq[n];return a+t+a}function j5(t){return Nt.call(String(t),/"/g,""")}function $a(t){return!el||!(typeof t=="object"&&(el in t||typeof t[el]<"u"))}function Rv(t){return Ut(t)==="[object Array]"&&$a(t)}function S5(t){return Ut(t)==="[object Date]"&&$a(t)}function Jq(t){return Ut(t)==="[object RegExp]"&&$a(t)}function O5(t){return Ut(t)==="[object Error]"&&$a(t)}function x5(t){return Ut(t)==="[object String]"&&$a(t)}function T5(t){return Ut(t)==="[object Number]"&&$a(t)}function M5(t){return Ut(t)==="[object Boolean]"&&$a(t)}function e_(t){if(es)return t&&typeof t=="object"&&t instanceof Symbol;if(typeof t=="symbol")return!0;if(!t||typeof t!="object"||!Hv)return!1;try{return Hv.call(t),!0}catch{}return!1}function E5(t){if(!t||typeof t!="object"||!_v)return!1;try{return _v.call(t),!0}catch{}return!1}var k5=Object.prototype.hasOwnProperty||function(t){return t in this};function dt(t,e){return k5.call(t,e)}function Ut(t){return v5.call(t)}function q5(t){if(t.name)return t.name;var e=A5.call(C5.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}function i_(t,e){if(t.indexOf)return t.indexOf(e);for(var i=0,n=t.length;ie.maxStringLength){var i=t.length-e.maxStringLength,n="... "+i+" more character"+(i>1?"s":"");return n_($v.call(t,0,e.maxStringLength),e)+n}var a=P5[e.quoteStyle||"single"];a.lastIndex=0;var r=Nt.call(Nt.call(t,a,"\\$1"),/[\x00-\x1f]/g,G5);return Xq(r,"single",e)}function G5(t){var e=t.charCodeAt(0),i={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return i?"\\"+i:"\\x"+(e<16?"0":"")+b5.call(e.toString(16))}function Qo(t){return"Object("+t+")"}function qv(t){return t+" { ? }"}function Zq(t,e,i,n){var a=n?zv(i,n):Nn.call(i,", ");return t+" ("+e+") {"+a+"}"}function $5(t){for(var e=0;e=0)return!1;return!0}function N5(t,e){var i;if(t.indent===" ")i=" ";else if(typeof t.indent=="number"&&t.indent>0)i=Nn.call(Array(t.indent+1)," ");else return null;return{base:i,prev:Nn.call(Array(e+1),i)}}function zv(t,e){if(t.length===0)return"";var i=` -`+e.prev+e.base;return i+Nn.call(t,","+i)+` -`+e.prev}function rp(t,e){var i=Rv(t),n=[];if(i){n.length=t.length;for(var a=0;a{"use strict";var U5=il(),L5=Dt(),lp=function(t,e,i){for(var n=t,a;(a=n.next)!=null;n=a)if(a.key===e)return n.next=a.next,i||(a.next=t.next,t.next=a),a},W5=function(t,e){if(t){var i=lp(t,e);return i&&i.value}},B5=function(t,e,i){var n=lp(t,e);n?n.value=i:t.next={key:e,next:t.next,value:i}},F5=function(t,e){return t?!!lp(t,e):!1},V5=function(t,e){if(t)return lp(t,e,!0)};a_.exports=function(){var e,i={assert:function(n){if(!i.has(n))throw new L5("Side channel does not contain "+U5(n))},delete:function(n){var a=V5(e,n);return a&&e&&!e.next&&(e=void 0),!!a},get:function(n){return W5(e,n)},has:function(n){return F5(e,n)},set:function(n,a){e||(e={next:void 0}),B5(e,n,a)}};return i}});var Nv=w((tle,l_)=>{"use strict";var s_=Ho(),o_=Ew(),J5=o_([s_("%String.prototype.indexOf%")]);l_.exports=function(e,i){var n=s_(e,!!i);return typeof n=="function"&&J5(e,".prototype.")>-1?o_([n]):n}});var Uv=w((ale,c_)=>{"use strict";var Z5=Ho(),nl=Nv(),K5=il(),Q5=Dt(),u_=Z5("%Map%",!0),Y5=nl("Map.prototype.get",!0),X5=nl("Map.prototype.set",!0),eK=nl("Map.prototype.has",!0),iK=nl("Map.prototype.delete",!0),nK=nl("Map.prototype.size",!0);c_.exports=!!u_&&function(){var e,i={assert:function(n){if(!i.has(n))throw new Q5("Side channel does not contain "+K5(n))},delete:function(n){if(e){var a=iK(e,n);return nK(e)===0&&(e=void 0),a}return!1},get:function(n){if(e)return Y5(e,n)},has:function(n){return e?eK(e,n):!1},set:function(n,a){e||(e=new u_),X5(e,n,a)}};return i}});var d_=w((rle,p_)=>{"use strict";var tK=Ho(),cp=Nv(),aK=il(),up=Uv(),rK=Dt(),is=tK("%WeakMap%",!0),sK=cp("WeakMap.prototype.get",!0),oK=cp("WeakMap.prototype.set",!0),lK=cp("WeakMap.prototype.has",!0),uK=cp("WeakMap.prototype.delete",!0);p_.exports=is?function(){var e,i,n={assert:function(a){if(!n.has(a))throw new rK("Side channel does not contain "+aK(a))},delete:function(a){if(is&&a&&(typeof a=="object"||typeof a=="function")){if(e)return uK(e,a)}else if(up&&i)return i.delete(a);return!1},get:function(a){return is&&a&&(typeof a=="object"||typeof a=="function")&&e?sK(e,a):i&&i.get(a)},has:function(a){return is&&a&&(typeof a=="object"||typeof a=="function")&&e?lK(e,a):!!i&&i.has(a)},set:function(a,r){is&&a&&(typeof a=="object"||typeof a=="function")?(e||(e=new is),oK(e,a,r)):up&&(i||(i=up()),i.set(a,r))}};return n}:up});var Lv=w((sle,h_)=>{"use strict";var cK=Dt(),pK=il(),dK=r_(),hK=Uv(),gK=d_(),mK=gK||hK||dK;h_.exports=function(){var e,i={assert:function(n){if(!i.has(n))throw new cK("Side channel does not contain "+pK(n))},delete:function(n){return!!e&&e.delete(n)},get:function(n){return e&&e.get(n)},has:function(n){return!!e&&e.has(n)},set:function(n,a){e||(e=mK()),e.set(n,a)}};return i}});var pp=w((ole,g_)=>{"use strict";var fK=String.prototype.replace,wK=/%20/g,Wv={RFC1738:"RFC1738",RFC3986:"RFC3986"};g_.exports={default:Wv.RFC3986,formatters:{RFC1738:function(t){return fK.call(t,wK,"+")},RFC3986:function(t){return String(t)}},RFC1738:Wv.RFC1738,RFC3986:Wv.RFC3986}});var Jv=w((lle,m_)=>{"use strict";var vK=pp(),CK=Lv(),Bv=Object.prototype.hasOwnProperty,Na=Array.isArray,dp=CK(),ns=function(e,i){return dp.set(e,i),e},Ua=function(e){return dp.has(e)},tl=function(e){return dp.get(e)},Vv=function(e,i){dp.set(e,i)},Un=(function(){for(var t=[],e=0;e<256;++e)t[t.length]="%"+((e<16?"0":"")+e.toString(16)).toUpperCase();return t})(),AK=function(e){for(;e.length>1;){var i=e.pop(),n=i.obj[i.prop];if(Na(n)){for(var a=[],r=0;rn.arrayLimit)return ns(al(e.concat(i),n),a);e[a]=i}else if(e&&typeof e=="object")if(Ua(e)){var r=tl(e)+1;e[r]=i,Vv(e,r)}else{if(n&&n.strictMerge)return[e,i];(n&&(n.plainObjects||n.allowPrototypes)||!Bv.call(Object.prototype,i))&&(e[i]=!0)}else return[e,i];return e}if(!e||typeof e!="object"){if(Ua(i)){for(var s=Object.keys(i),o=n&&n.plainObjects?{__proto__:null,0:e}:{0:e},l=0;ln.arrayLimit?ns(al(c,n),c.length-1):c}var p=e;return Na(e)&&!Na(i)&&(p=al(e,n)),Na(e)&&Na(i)?(i.forEach(function(d,h){if(Bv.call(e,h)){var g=e[h];g&&typeof g=="object"&&d&&typeof d=="object"?e[h]=t(g,d,n):e[e.length]=d}else e[h]=d}),e):Object.keys(i).reduce(function(d,h){var g=i[h];if(Bv.call(d,h)?d[h]=t(d[h],g,n):d[h]=g,Ua(i)&&!Ua(d)&&ns(d,tl(i)),Ua(d)){var m=parseInt(h,10);String(m)===h&&m>=0&&m>tl(d)&&Vv(d,m)}return d},p)},yK=function(e,i){return Object.keys(i).reduce(function(n,a){return n[a]=i[a],n},e)},PK=function(t,e,i){var n=t.replace(/\+/g," ");if(i==="iso-8859-1")return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch{return n}},Fv=1024,jK=function(e,i,n,a,r){if(e.length===0)return e;var s=e;if(typeof e=="symbol"?s=Symbol.prototype.toString.call(e):typeof e!="string"&&(s=String(e)),n==="iso-8859-1")return escape(s).replace(/%u[0-9a-f]{4}/gi,function(h){return"%26%23"+parseInt(h.slice(2),16)+"%3B"});for(var o="",l=0;l=Fv?s.slice(l,l+Fv):s,c=[],p=0;p=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||r===vK.RFC1738&&(d===40||d===41)){c[c.length]=u.charAt(p);continue}if(d<128){c[c.length]=Un[d];continue}if(d<2048){c[c.length]=Un[192|d>>6]+Un[128|d&63];continue}if(d<55296||d>=57344){c[c.length]=Un[224|d>>12]+Un[128|d>>6&63]+Un[128|d&63];continue}p+=1,d=65536+((d&1023)<<10|u.charCodeAt(p)&1023),c[c.length]=Un[240|d>>18]+Un[128|d>>12&63]+Un[128|d>>6&63]+Un[128|d&63]}o+=c.join("")}return o},SK=function(e){for(var i=[{obj:{o:e},prop:"o"}],n=[],a=0;an?ns(al(s,{plainObjects:a}),s.length-1):s},MK=function(e,i){if(Na(e)){for(var n=[],a=0;a{"use strict";var w_=Lv(),hp=Jv(),rl=pp(),EK=Object.prototype.hasOwnProperty,v_={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,i){return e+"["+i+"]"},repeat:function(e){return e}},Ln=Array.isArray,kK=Array.prototype.push,C_=function(t,e){kK.apply(t,Ln(e)?e:[e])},qK=Date.prototype.toISOString,f_=rl.default,li={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:hp.encode,encodeValuesOnly:!1,filter:void 0,format:f_,formatter:rl.formatters[f_],indices:!1,serializeDate:function(e){return qK.call(e)},skipNulls:!1,strictNullHandling:!1},_K=function(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||typeof e=="symbol"||typeof e=="bigint"},Zv={},HK=function t(e,i,n,a,r,s,o,l,u,c,p,d,h,g,m,f,v,y){for(var A=e,b=y,O=0,$=!1;(b=b.get(Zv))!==void 0&&!$;){var N=b.get(e);if(O+=1,typeof N<"u"){if(N===O)throw new RangeError("Cyclic object value");$=!0}typeof b.get(Zv)>"u"&&(O=0)}if(typeof c=="function"?A=c(i,A):A instanceof Date?A=h(A):n==="comma"&&Ln(A)&&(A=hp.maybeMap(A,function(R){return R instanceof Date?h(R):R})),A===null){if(s)return m(u&&!f?u(i,li.encoder,v,"key",g):i);A=""}if(_K(A)||hp.isBuffer(A)){if(u){var X=f?i:u(i,li.encoder,v,"key",g);return[m(X)+"="+m(u(A,li.encoder,v,"value",g))]}return[m(i)+"="+m(String(A))]}var F=[];if(typeof A>"u")return F;var k;if(n==="comma"&&Ln(A))f&&u&&(A=hp.maybeMap(A,function(R){return R==null?R:u(R)})),k=[{value:A.length>0?A.join(",")||null:void 0}];else if(Ln(c))k=c;else{var Q=Object.keys(A);k=p?Q.sort(p):Q}var Z=l?String(i).replace(/\./g,"%2E"):String(i),ie=a&&Ln(A)&&A.length===1?Z+"[]":Z;if(r&&Ln(A)&&A.length===0)return ie+"[]";for(var se=0;se"u"?e.encodeDotInKeys===!0?!0:li.allowDots:!!e.allowDots;return{addQueryPrefix:typeof e.addQueryPrefix=="boolean"?e.addQueryPrefix:li.addQueryPrefix,allowDots:o,allowEmptyArrays:typeof e.allowEmptyArrays=="boolean"?!!e.allowEmptyArrays:li.allowEmptyArrays,arrayFormat:s,charset:i,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:li.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:typeof e.delimiter>"u"?li.delimiter:e.delimiter,encode:typeof e.encode=="boolean"?e.encode:li.encode,encodeDotInKeys:typeof e.encodeDotInKeys=="boolean"?e.encodeDotInKeys:li.encodeDotInKeys,encoder:typeof e.encoder=="function"?e.encoder:li.encoder,encodeValuesOnly:typeof e.encodeValuesOnly=="boolean"?e.encodeValuesOnly:li.encodeValuesOnly,filter:r,format:n,formatter:a,serializeDate:typeof e.serializeDate=="function"?e.serializeDate:li.serializeDate,skipNulls:typeof e.skipNulls=="boolean"?e.skipNulls:li.skipNulls,sort:typeof e.sort=="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:li.strictNullHandling}};A_.exports=function(t,e){var i=t,n=IK(e),a,r;typeof n.filter=="function"?(r=n.filter,i=r("",i)):Ln(n.filter)&&(r=n.filter,a=r);var s=[];if(typeof i!="object"||i===null)return"";var o=v_[n.arrayFormat],l=o==="comma"&&n.commaRoundTrip;a||(a=Object.keys(i)),n.sort&&a.sort(n.sort);for(var u=w_(),c=0;c"u"||p===null)){var d=i[p];n.skipNulls&&d===null||C_(s,HK(d,p,o,l,n.allowEmptyArrays,n.strictNullHandling,n.skipNulls,n.encodeDotInKeys,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,u))}}var h=s.join(n.delimiter),g=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?g+="utf8=%26%2310003%3B"+n.delimiter:g+="utf8=%E2%9C%93"+n.delimiter),h.length>0?g+h:""}});var j_=w((cle,P_)=>{"use strict";var Wn=Jv(),gp=Object.prototype.hasOwnProperty,Kv=Array.isArray,Ze={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:Wn.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictMerge:!0,strictNullHandling:!1,throwOnLimitExceeded:!1},RK=function(t){return t.replace(/&#(\d+);/g,function(e,i){return String.fromCharCode(parseInt(i,10))})},y_=function(t,e,i){if(t&&typeof t=="string"&&e.comma&&t.indexOf(",")>-1)return t.split(",");if(e.throwOnLimitExceeded&&i>=e.arrayLimit)throw new RangeError("Array limit exceeded. Only "+e.arrayLimit+" element"+(e.arrayLimit===1?"":"s")+" allowed in an array.");return t},zK="utf8=%26%2310003%3B",DK="utf8=%E2%9C%93",GK=function(e,i){var n={__proto__:null},a=i.ignoreQueryPrefix?e.replace(/^\?/,""):e;a=a.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var r=i.parameterLimit===1/0?void 0:i.parameterLimit,s=a.split(i.delimiter,i.throwOnLimitExceeded&&typeof r<"u"?r+1:r);if(i.throwOnLimitExceeded&&typeof r<"u"&&s.length>r)throw new RangeError("Parameter limit exceeded. Only "+r+" parameter"+(r===1?"":"s")+" allowed.");var o=-1,l,u=i.charset;if(i.charsetSentinel)for(l=0;l-1&&(g=Kv(g)?[g]:g),i.comma&&Kv(g)&&g.length>i.arrayLimit){if(i.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+i.arrayLimit+" element"+(i.arrayLimit===1?"":"s")+" allowed in an array.");g=Wn.combine([],g,i.arrayLimit,i.plainObjects)}if(h!==null){var m=gp.call(n,h);m&&(i.duplicates==="combine"||c.indexOf("[]=")>-1)?n[h]=Wn.combine(n[h],g,i.arrayLimit,i.plainObjects):(!m||i.duplicates==="last")&&(n[h]=g)}}return n},$K=function(t,e,i,n){var a=0;if(t.length>0&&t[t.length-1]==="[]"){var r=t.slice(0,-1).join("");a=Array.isArray(e)&&e[r]?e[r].length:0}for(var s=n?e:y_(e,i,a),o=t.length-1;o>=0;--o){var l,u=t[o];if(u==="[]"&&i.parseArrays)Wn.isOverflow(s)?l=s:l=i.allowEmptyArrays&&(s===""||i.strictNullHandling&&s===null)?[]:Wn.combine([],s,i.arrayLimit,i.plainObjects);else{l=i.plainObjects?{__proto__:null}:{};var c=u.charAt(0)==="["&&u.charAt(u.length-1)==="]"?u.slice(1,-1):u,p=i.decodeDotInKeys?c.replace(/%2E/g,"."):c,d=parseInt(p,10),h=!isNaN(d)&&u!==p&&String(d)===p&&d>=0&&i.parseArrays;if(!i.parseArrays&&p==="")l={0:s};else if(h&&d=0?n.slice(0,r):n;if(s){if(!i.plainObjects&&gp.call(Object.prototype,s)&&!i.allowPrototypes)return;a[a.length]=s}for(var o=n.length,l=r,u=0;l>=0&&u=0){if(i.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+i.depth+" and strictDepth is true");a[a.length]="["+n.slice(l)+"]"}return a},UK=function(e,i,n,a){if(e){var r=NK(e,n);if(r)return $K(r,i,n,a)}},LK=function(e){if(!e)return Ze;if(typeof e.allowEmptyArrays<"u"&&typeof e.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof e.decodeDotInKeys<"u"&&typeof e.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(e.decoder!==null&&typeof e.decoder<"u"&&typeof e.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(typeof e.throwOnLimitExceeded<"u"&&typeof e.throwOnLimitExceeded!="boolean")throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var i=typeof e.charset>"u"?Ze.charset:e.charset,n=typeof e.duplicates>"u"?Ze.duplicates:e.duplicates;if(n!=="combine"&&n!=="first"&&n!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var a=typeof e.allowDots>"u"?e.decodeDotInKeys===!0?!0:Ze.allowDots:!!e.allowDots;return{allowDots:a,allowEmptyArrays:typeof e.allowEmptyArrays=="boolean"?!!e.allowEmptyArrays:Ze.allowEmptyArrays,allowPrototypes:typeof e.allowPrototypes=="boolean"?e.allowPrototypes:Ze.allowPrototypes,allowSparse:typeof e.allowSparse=="boolean"?e.allowSparse:Ze.allowSparse,arrayLimit:typeof e.arrayLimit=="number"?e.arrayLimit:Ze.arrayLimit,charset:i,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:Ze.charsetSentinel,comma:typeof e.comma=="boolean"?e.comma:Ze.comma,decodeDotInKeys:typeof e.decodeDotInKeys=="boolean"?e.decodeDotInKeys:Ze.decodeDotInKeys,decoder:typeof e.decoder=="function"?e.decoder:Ze.decoder,delimiter:typeof e.delimiter=="string"||Wn.isRegExp(e.delimiter)?e.delimiter:Ze.delimiter,depth:typeof e.depth=="number"||e.depth===!1?+e.depth:Ze.depth,duplicates:n,ignoreQueryPrefix:e.ignoreQueryPrefix===!0,interpretNumericEntities:typeof e.interpretNumericEntities=="boolean"?e.interpretNumericEntities:Ze.interpretNumericEntities,parameterLimit:typeof e.parameterLimit=="number"?e.parameterLimit:Ze.parameterLimit,parseArrays:e.parseArrays!==!1,plainObjects:typeof e.plainObjects=="boolean"?e.plainObjects:Ze.plainObjects,strictDepth:typeof e.strictDepth=="boolean"?!!e.strictDepth:Ze.strictDepth,strictMerge:typeof e.strictMerge=="boolean"?!!e.strictMerge:Ze.strictMerge,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:Ze.strictNullHandling,throwOnLimitExceeded:typeof e.throwOnLimitExceeded=="boolean"?e.throwOnLimitExceeded:!1}};P_.exports=function(t,e){var i=LK(e);if(t===""||t===null||typeof t>"u")return i.plainObjects?{__proto__:null}:{};for(var n=typeof t=="string"?GK(t,i):t,a=i.plainObjects?{__proto__:null}:{},r=Object.keys(n),s=0;s{"use strict";var WK=b_(),BK=j_(),FK=pp();S_.exports={formats:FK,parse:BK,stringify:WK}});var Ki=w((dle,x_)=>{"use strict";var Qv=class t extends Error{constructor(e){super(`Format functions must be synchronous taking a two arguments: (info, opts) +`,s+1),l=o===-1?"":r.slice(o+1);String(i.stack).endsWith(l)||(i.stack+=` +`+r)}}catch{}}throw i}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=Ka(this.defaults,n);let{transitional:i,paramsSerializer:a,headers:r}=n;i!==void 0&&op.assertOptions(i,{silentJSONParsing:zn.transitional(zn.boolean),forcedJSONParsing:zn.transitional(zn.boolean),clarifyTimeoutError:zn.transitional(zn.boolean),legacyInterceptorReqResOrdering:zn.transitional(zn.boolean),advertiseZstdAcceptEncoding:zn.transitional(zn.boolean),validateStatusUndefinedResolves:zn.transitional(zn.boolean)},!1),a!=null&&(C.isFunction(a)?n.paramsSerializer={serialize:a}:op.assertOptions(a,{encode:zn.function,serialize:zn.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),op.assertOptions(n,{baseUrl:zn.spelling("baseURL"),withXsrfToken:zn.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s=r&&C.merge(r.common,r[n.method]);r&&C.forEach(["delete","get","head","post","put","patch","query","common"],g=>{delete r[g]}),n.headers=sn.concat(s,r);let o=[],l=!0;this.interceptors.request.forEach(function(m){if(typeof m.runWhen=="function"&&m.runWhen(n)===!1)return;l=l&&m.synchronous;let f=n.transitional||fp;f&&f.legacyInterceptorReqResOrdering?o.unshift(m.fulfilled,m.rejected):o.push(m.fulfilled,m.rejected)});let u=[];this.interceptors.response.forEach(function(m){u.push(m.fulfilled,m.rejected)});let c,p=0,h;if(!l){let g=[kv.bind(this),void 0];for(g.unshift(...o),g.push(...u),h=g.length,c=Promise.resolve(n);pkv.call(this,d)))}catch(w){c=Promise.reject(w)}break}}if(!c)try{c=kv.call(this,d)}catch(g){c=Promise.reject(g)}for(p=0,h=u.length;p{if(!i._listeners)return;let r=i._listeners.length;for(;r-- >0;)i._listeners[r](a);i._listeners=null}),this.promise.then=a=>{let r,s=new Promise(o=>{i.subscribe(o),r=o}).then(a);return s.cancel=function(){i.unsubscribe(r)},s},e(function(r,s,o){i.reason||(i.reason=new At(r,s,o),n(i.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){let e=new AbortController,n=i=>{e.abort(i)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new t(function(a){e=a}),cancel:e}}};function T9(t){return function(n){return t.apply(null,n)}}function M9(t){return C.isObject(t)&&t.isAxiosError===!0}var $v={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerReturnsAnUnknownError:520,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries($v).forEach(([t,e])=>{$v[e]=t});function f_(t){let e=new Ct(t),n=Dq(Ct.prototype.request,e);return C.extend(n,Ct.prototype,e,{allOwnKeys:!0}),C.extend(n,e,null,{allOwnKeys:!0}),n.create=function(a){return f_(Ka(t,a))},n}var on=f_(pl);on.Axios=Ct;on.CanceledError=At;on.CancelToken=Gv;on.isCancel=e_;on.VERSION=ol;on.toFormData=mp;on.AxiosError=x;on.Cancel=on.CanceledError;on.all=function(e){return Promise.all(e)};on.spread=T9;on.isAxiosError=M9;on.mergeConfig=Ka;on.AxiosHeaders=sn;on.formToJSON=t=>Xq(C.isHTMLForm(t)?new FormData(t):t);on.getAdapter=m_.getAdapter;on.HttpStatusCode=$v;on.default=on;w_.exports=on});var A_=v((Cue,C_)=>{C_.exports=require("util").inspect});var fl=v((Aue,$_)=>{var rC=typeof Map=="function"&&Map.prototype,Kv=Object.getOwnPropertyDescriptor&&rC?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Cp=rC&&Kv&&typeof Kv.get=="function"?Kv.get:null,b_=rC&&Map.prototype.forEach,sC=typeof Set=="function"&&Set.prototype,Qv=Object.getOwnPropertyDescriptor&&sC?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Ap=sC&&Qv&&typeof Qv.get=="function"?Qv.get:null,y_=sC&&Set.prototype.forEach,E9=typeof WeakMap=="function"&&WeakMap.prototype,hl=E9?WeakMap.prototype.has:null,k9=typeof WeakSet=="function"&&WeakSet.prototype,gl=k9?WeakSet.prototype.has:null,q9=typeof WeakRef=="function"&&WeakRef.prototype,P_=q9?WeakRef.prototype.deref:null,_9=Boolean.prototype.valueOf,H9=Object.prototype.toString,I9=Function.prototype.toString,R9=String.prototype.match,oC=String.prototype.slice,Zt=String.prototype.replace,z9=String.prototype.toUpperCase,j_=String.prototype.toLowerCase,__=RegExp.prototype.test,S_=Array.prototype.concat,Ki=Array.prototype.join,D9=Array.prototype.slice,O_=Math.floor,eC=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Yv=Object.getOwnPropertySymbols,nC=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,hs=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ml=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===hs||!0)?Symbol.toStringTag:null,H_=Object.prototype.propertyIsEnumerable,x_=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function T_(t,e){if(t===1/0||t===-1/0||t!==t||t&&t>-1e3&&t<1e3||__.call(/e/,e))return e;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof t=="number"){var i=t<0?-O_(-t):O_(t);if(i!==t){var a=String(i),r=oC.call(e,a.length+1);return Zt.call(a,n,"$&_")+"."+Zt.call(Zt.call(r,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Zt.call(e,n,"$&_")}var iC=A_(),M_=iC.custom,E_=z_(M_)?M_:null,I_={__proto__:null,double:'"',single:"'"},G9={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};$_.exports=function t(e,n,i,a){var r=n||{};if(bt(r,"quoteStyle")&&!bt(I_,r.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(bt(r,"maxStringLength")&&(typeof r.maxStringLength=="number"?r.maxStringLength<0&&r.maxStringLength!==1/0:r.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var s=bt(r,"customInspect")?r.customInspect:!0;if(typeof s!="boolean"&&s!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(bt(r,"indent")&&r.indent!==null&&r.indent!==" "&&!(parseInt(r.indent,10)===r.indent&&r.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(bt(r,"numericSeparator")&&typeof r.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var o=r.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return G_(e,r);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var l=String(e);return o?T_(e,l):l}if(typeof e=="bigint"){var u=String(e)+"n";return o?T_(e,u):u}var c=typeof r.depth>"u"?5:r.depth;if(typeof i>"u"&&(i=0),i>=c&&c>0&&typeof e=="object")return tC(e)?"[Array]":"[Object]";var p=tK(r,i);if(typeof a>"u")a=[];else if(D_(a,e)>=0)return"[Circular]";function h(ie,ne,ze){if(ne&&(a=D9.call(a),a.push(ne)),ze){var O={depth:r.depth};return bt(r,"quoteStyle")&&(O.quoteStyle=r.quoteStyle),t(ie,O,i+1,a)}return t(ie,r,i+1,a)}if(typeof e=="function"&&!k_(e)){var d=J9(e),g=vp(e,h);return"[Function"+(d?": "+d:" (anonymous)")+"]"+(g.length>0?" { "+Ki.call(g,", ")+" }":"")}if(z_(e)){var m=hs?Zt.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):nC.call(e);return typeof e=="object"&&!hs?dl(m):m}if(eK(e)){for(var f="<"+j_.call(String(e.nodeName)),w=e.attributes||[],b=0;b",f}if(tC(e)){if(e.length===0)return"[]";var A=vp(e,h);return p&&!iK(A)?"["+aC(A,p)+"]":"[ "+Ki.call(A,", ")+" ]"}if(U9(e)){var y=vp(e,h);return!("cause"in Error.prototype)&&"cause"in e&&!H_.call(e,"cause")?"{ ["+String(e)+"] "+Ki.call(S_.call("[cause]: "+h(e.cause),y),", ")+" }":y.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+Ki.call(y,", ")+" }"}if(typeof e=="object"&&s){if(E_&&typeof e[E_]=="function"&&iC)return iC(e,{depth:c-i});if(s!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(Z9(e)){var S=[];return b_&&b_.call(e,function(ie,ne){S.push(h(ne,e,!0)+" => "+h(ie,e))}),q_("Map",Cp.call(e),S,p)}if(Y9(e)){var q=[];return y_&&y_.call(e,function(ie){q.push(h(ie,e))}),q_("Set",Ap.call(e),q,p)}if(K9(e))return Xv("WeakMap");if(X9(e))return Xv("WeakSet");if(Q9(e))return Xv("WeakRef");if(W9(e))return dl(h(Number(e)));if(F9(e))return dl(h(eC.call(e)));if(B9(e))return dl(_9.call(e));if(L9(e))return dl(h(String(e)));if(typeof window<"u"&&e===window)return"{ [object Window] }";if(typeof globalThis<"u"&&e===globalThis||typeof global<"u"&&e===global)return"{ [object globalThis] }";if(!N9(e)&&!k_(e)){var N=vp(e,h),X=x_?x_(e)===Object.prototype:e instanceof Object||e.constructor===Object,W=e instanceof Object?"":"null prototype",T=!X&&ml&&Object(e)===e&&ml in e?oC.call(Kt(e),8,-1):W?"Object":"",Q=X||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",re=Q+(T||W?"["+Ki.call(S_.call([],T||[],W||[]),": ")+"] ":"");return N.length===0?re+"{}":p?re+"{"+aC(N,p)+"}":re+"{ "+Ki.call(N,", ")+" }"}return String(e)};function R_(t,e,n){var i=n.quoteStyle||e,a=I_[i];return a+t+a}function $9(t){return Zt.call(String(t),/"/g,""")}function Qa(t){return!ml||!(typeof t=="object"&&(ml in t||typeof t[ml]<"u"))}function tC(t){return Kt(t)==="[object Array]"&&Qa(t)}function N9(t){return Kt(t)==="[object Date]"&&Qa(t)}function k_(t){return Kt(t)==="[object RegExp]"&&Qa(t)}function U9(t){return Kt(t)==="[object Error]"&&Qa(t)}function L9(t){return Kt(t)==="[object String]"&&Qa(t)}function W9(t){return Kt(t)==="[object Number]"&&Qa(t)}function B9(t){return Kt(t)==="[object Boolean]"&&Qa(t)}function z_(t){if(hs)return t&&typeof t=="object"&&t instanceof Symbol;if(typeof t=="symbol")return!0;if(!t||typeof t!="object"||!nC)return!1;try{return nC.call(t),!0}catch{}return!1}function F9(t){if(!t||typeof t!="object"||!eC)return!1;try{return eC.call(t),!0}catch{}return!1}var V9=Object.prototype.hasOwnProperty||function(t){return t in this};function bt(t,e){return V9.call(t,e)}function Kt(t){return H9.call(t)}function J9(t){if(t.name)return t.name;var e=R9.call(I9.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}function D_(t,e){if(t.indexOf)return t.indexOf(e);for(var n=0,i=t.length;ne.maxStringLength){var n=t.length-e.maxStringLength,i="... "+n+" more character"+(n>1?"s":"");return G_(oC.call(t,0,e.maxStringLength),e)+i}var a=G9[e.quoteStyle||"single"];a.lastIndex=0;var r=Zt.call(Zt.call(t,a,"\\$1"),/[\x00-\x1f]/g,nK);return R_(r,"single",e)}function nK(t){var e=t.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return n?"\\"+n:"\\x"+(e<16?"0":"")+z9.call(e.toString(16))}function dl(t){return"Object("+t+")"}function Xv(t){return t+" { ? }"}function q_(t,e,n,i){var a=i?aC(n,i):Ki.call(n,", ");return t+" ("+e+") {"+a+"}"}function iK(t){for(var e=0;e=0)return!1;return!0}function tK(t,e){var n;if(t.indent===" ")n=" ";else if(typeof t.indent=="number"&&t.indent>0)n=Ki.call(Array(t.indent+1)," ");else return null;return{base:n,prev:Ki.call(Array(e+1),n)}}function aC(t,e){if(t.length===0)return"";var n=` +`+e.prev+e.base;return n+Ki.call(t,","+n)+` +`+e.prev}function vp(t,e){var n=tC(t),i=[];if(n){i.length=t.length;for(var a=0;a{"use strict";var aK=fl(),rK=Vt(),bp=function(t,e,n){for(var i=t,a;(a=i.next)!=null;i=a)if(a.key===e)return i.next=a.next,n||(a.next=t.next,t.next=a),a},sK=function(t,e){if(t){var n=bp(t,e);return n&&n.value}},oK=function(t,e,n){var i=bp(t,e);i?i.value=n:t.next={key:e,next:t.next,value:n}},lK=function(t,e){return t?!!bp(t,e):!1},uK=function(t,e){if(t)return bp(t,e,!0)};N_.exports=function(){var e,n={assert:function(i){if(!n.has(i))throw new rK("Side channel does not contain "+aK(i))},delete:function(i){var a=uK(e,i);return a&&e&&!e.next&&(e=void 0),!!a},get:function(i){return sK(e,i)},has:function(i){return lK(e,i)},set:function(i,a){e||(e={next:void 0}),oK(e,i,a)}};return n}});var lC=v((yue,B_)=>{"use strict";var L_=Zo(),W_=Bw(),cK=W_([L_("%String.prototype.indexOf%")]);B_.exports=function(e,n){var i=L_(e,!!n);return typeof i=="function"&&cK(e,".prototype.")>-1?W_([i]):i}});var uC=v((Pue,V_)=>{"use strict";var pK=Zo(),wl=lC(),dK=fl(),hK=Vt(),F_=pK("%Map%",!0),gK=wl("Map.prototype.get",!0),mK=wl("Map.prototype.set",!0),fK=wl("Map.prototype.has",!0),wK=wl("Map.prototype.delete",!0),vK=wl("Map.prototype.size",!0);V_.exports=!!F_&&function(){var e,n={assert:function(i){if(!n.has(i))throw new hK("Side channel does not contain "+dK(i))},delete:function(i){if(e){var a=wK(e,i);return vK(e)===0&&(e=void 0),a}return!1},get:function(i){if(e)return gK(e,i)},has:function(i){return e?fK(e,i):!1},set:function(i,a){e||(e=new F_),mK(e,i,a)}};return n}});var Z_=v((jue,J_)=>{"use strict";var CK=Zo(),Pp=lC(),AK=fl(),yp=uC(),bK=Vt(),gs=CK("%WeakMap%",!0),yK=Pp("WeakMap.prototype.get",!0),PK=Pp("WeakMap.prototype.set",!0),jK=Pp("WeakMap.prototype.has",!0),SK=Pp("WeakMap.prototype.delete",!0);J_.exports=gs?function(){var e,n,i={assert:function(a){if(!i.has(a))throw new bK("Side channel does not contain "+AK(a))},delete:function(a){if(gs&&a&&(typeof a=="object"||typeof a=="function")){if(e)return SK(e,a)}else if(yp&&n)return n.delete(a);return!1},get:function(a){return gs&&a&&(typeof a=="object"||typeof a=="function")&&e?yK(e,a):n&&n.get(a)},has:function(a){return gs&&a&&(typeof a=="object"||typeof a=="function")&&e?jK(e,a):!!n&&n.has(a)},set:function(a,r){gs&&a&&(typeof a=="object"||typeof a=="function")?(e||(e=new gs),PK(e,a,r)):yp&&(n||(n=yp()),n.set(a,r))}};return i}:yp});var cC=v((Sue,K_)=>{"use strict";var OK=Vt(),xK=fl(),TK=U_(),MK=uC(),EK=Z_(),kK=EK||MK||TK;K_.exports=function(){var e,n={assert:function(i){if(!n.has(i)){var a=i&&Object(i)===i?"the given object key":xK(i);throw new OK("Side channel does not contain "+a)}},delete:function(i){return!!e&&e.delete(i)},get:function(i){return e&&e.get(i)},has:function(i){return!!e&&e.has(i)},set:function(i,a){e||(e=kK()),e.set(i,a)}};return n}});var jp=v((Oue,Q_)=>{"use strict";var qK=String.prototype.replace,_K=/%20/g,pC={RFC1738:"RFC1738",RFC3986:"RFC3986"};Q_.exports={default:pC.RFC3986,formatters:{RFC1738:function(t){return qK.call(t,_K,"+")},RFC3986:function(t){return String(t)}},RFC1738:pC.RFC1738,RFC3986:pC.RFC3986}});var mC=v((xue,e2)=>{"use strict";var HK=jp(),X_=cC(),Y_=$w(),dC=Object.prototype.hasOwnProperty,Ya=Array.isArray,Op=X_(),Xa=function(e,n){return Op.set(e,n),e},er=function(e){return Op.has(e)},vl=function(e){return Op.get(e)},hC=function(e,n){Op.set(e,n)},Qi=(function(){for(var t=[],e=0;e<256;++e)t[t.length]="%"+((e<16?"0":"")+e.toString(16)).toUpperCase();return t})(),IK=function(e){for(;e.length>1;){var n=e.pop(),i=n.obj[n.prop];if(Ya(i)){for(var a=[],r=0;r=i.arrayLimit){if(i.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+i.arrayLimit+" element"+(i.arrayLimit===1?"":"s")+" allowed in an array.");return Xa(ms(e.concat(n),i),a)}e[a]=n}else if(e&&typeof e=="object")if(er(e)){var r=vl(e)+1;e[r]=n,hC(e,r)}else{if(i&&i.strictMerge)return[e,n];(i&&(i.plainObjects||i.allowPrototypes)||!dC.call(Object.prototype,n))&&(e[n]=!0)}else return[e,n];return e}if(!e||typeof e!="object"){if(er(n)){for(var s=Object.keys(n),o=i&&i.plainObjects?{__proto__:null,0:e}:{0:e},l=0;li.arrayLimit){if(i.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+i.arrayLimit+" element"+(i.arrayLimit===1?"":"s")+" allowed in an array.");return Xa(ms(c,i),c.length-1)}return c}var p=e;if(Ya(e)&&!Ya(n)&&(p=ms(e,i)),Ya(e)&&Ya(n)){if(n.forEach(function(h,d){if(dC.call(e,d)){var g=e[d];g&&typeof g=="object"&&h&&typeof h=="object"?e[d]=t(g,h,i):e[e.length]=h}else e[d]=h}),i&&typeof i.arrayLimit=="number"&&e.length>i.arrayLimit){if(i.throwOnLimitExceeded)throw new RangeError("Array limit exceeded. Only "+i.arrayLimit+" element"+(i.arrayLimit===1?"":"s")+" allowed in an array.");return Xa(ms(e,i),e.length-1)}return e}return Object.keys(n).reduce(function(h,d){var g=n[d];if(dC.call(h,d)?gC(h,d,t(h[d],g,i)):gC(h,d,g),er(n)&&!er(h)&&Xa(h,vl(n)),er(h)){var m=parseInt(d,10);String(m)===d&&m>=0&&m>vl(h)&&hC(h,m)}return h},p)},zK=function(e,n){return Object.keys(n).reduce(function(i,a){return gC(i,a,n[a]),i},e)},DK=function(t,e,n){var i=t.replace(/\+/g," ");if(n==="iso-8859-1")return i.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(i)}catch{return i}},Sp=1024,GK=function(e,n,i,a,r){if(e.length===0)return e;var s=e;if(typeof e=="symbol"?s=Symbol.prototype.toString.call(e):typeof e!="string"&&(s=String(e)),i==="iso-8859-1")return escape(s).replace(/%u[0-9a-f]{4}/gi,function(g){return"%26%23"+parseInt(g.slice(2),16)+"%3B"});for(var o="",l=0;l=Sp?s.slice(l,l+Sp):s;if(l+Sp=55296&&c<=56319&&(u=u.slice(0,-1),l-=1)}for(var p=[],h=0;h=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||r===HK.RFC1738&&(d===40||d===41)){p[p.length]=u.charAt(h);continue}if(d<128){p[p.length]=Qi[d];continue}if(d<2048){p[p.length]=Qi[192|d>>6]+Qi[128|d&63];continue}if(d<55296||d>=57344){p[p.length]=Qi[224|d>>12]+Qi[128|d>>6&63]+Qi[128|d&63];continue}h+=1,d=65536+((d&1023)<<10|u.charCodeAt(h)&1023),p[p.length]=Qi[240|d>>18]+Qi[128|d>>12&63]+Qi[128|d>>6&63]+Qi[128|d&63]}o+=p.join("")}return o},$K=function(e){for(var n=[{obj:{o:e},prop:"o"}],i=X_(),a=0;ai){if(r)throw new RangeError("Array limit exceeded. Only "+i+" element"+(i===1?"":"s")+" allowed in an array.");return Xa(ms(o,{plainObjects:a}),o.length-1)}return o},WK=function(e,n){if(Ya(e)){for(var i=[],a=0;a{"use strict";var i2=cC(),xp=mC(),Cl=jp(),BK=Object.prototype.hasOwnProperty,t2={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,n){return e+"["+n+"]"},repeat:function(e){return e}},Yi=Array.isArray,FK=Array.prototype.push,a2=function(t,e){FK.apply(t,Yi(e)?e:[e])},VK=Date.prototype.toISOString,n2=Cl.default,pn={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:xp.encode,encodeValuesOnly:!1,filter:void 0,format:n2,formatter:Cl.formatters[n2],indices:!1,serializeDate:function(e){return VK.call(e)},skipNulls:!1,strictNullHandling:!1},JK=function(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||typeof e=="symbol"||typeof e=="bigint"},fC={},ZK=function t(e,n,i,a,r,s,o,l,u,c,p,h,d,g,m,f,w,b){for(var A=e,y=b,S=0,q=!1;(y=y.get(fC))!==void 0&&!q;){var N=y.get(e);if(S+=1,typeof N<"u"){if(N===S)throw new RangeError("Cyclic object value");q=!0}typeof y.get(fC)>"u"&&(S=0)}if(typeof c=="function"?A=c(n,A):A instanceof Date?A=d(A):i==="comma"&&Yi(A)&&(A=xp.maybeMap(A,function(_){return _ instanceof Date?d(_):_})),A===null){if(s)return m(u&&!f?u(n,pn.encoder,w,"key",g):n);A=""}if(JK(A)||xp.isBuffer(A)){if(u){var X=f?n:u(n,pn.encoder,w,"key",g);return[m(X)+"="+m(u(A,pn.encoder,w,"value",g))]}return[m(n)+"="+m(String(A))]}var W=[];if(typeof A>"u")return W;var T;if(i==="comma"&&Yi(A))f&&u&&(A=xp.maybeMap(A,function(_){return _==null?_:u(_)})),T=[{value:A.length>0?A.join(",")||null:void 0}];else if(Yi(c))T=c;else{var Q=Object.keys(A);T=p?Q.sort(p):Q}var re=l?String(n).replace(/\./g,"%2E"):String(n),ie=a&&Yi(A)&&A.length===1?re+"[]":re;if(r&&Yi(A)&&A.length===0)return ie+"[]";for(var ne=0;ne"u"?e.encodeDotInKeys===!0?!0:pn.allowDots:!!e.allowDots;return{addQueryPrefix:typeof e.addQueryPrefix=="boolean"?e.addQueryPrefix:pn.addQueryPrefix,allowDots:o,allowEmptyArrays:typeof e.allowEmptyArrays=="boolean"?!!e.allowEmptyArrays:pn.allowEmptyArrays,arrayFormat:s,charset:n,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:pn.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:typeof e.delimiter>"u"?pn.delimiter:e.delimiter,encode:typeof e.encode=="boolean"?e.encode:pn.encode,encodeDotInKeys:typeof e.encodeDotInKeys=="boolean"?e.encodeDotInKeys:pn.encodeDotInKeys,encoder:typeof e.encoder=="function"?e.encoder:pn.encoder,encodeValuesOnly:typeof e.encodeValuesOnly=="boolean"?e.encodeValuesOnly:pn.encodeValuesOnly,filter:r,format:i,formatter:a,serializeDate:typeof e.serializeDate=="function"?e.serializeDate:pn.serializeDate,skipNulls:typeof e.skipNulls=="boolean"?e.skipNulls:pn.skipNulls,sort:typeof e.sort=="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:pn.strictNullHandling}};r2.exports=function(t,e){var n=t,i=KK(e),a,r;typeof i.filter=="function"?(r=i.filter,n=r("",n)):Yi(i.filter)&&(r=i.filter,a=r);var s=[];if(typeof n!="object"||n===null)return"";var o=t2[i.arrayFormat],l=o==="comma"&&i.commaRoundTrip;a||(a=Object.keys(n)),i.sort&&a.sort(i.sort);for(var u=i2(),c=0;c"u"||p===null)){var h=n[p];i.skipNulls&&h===null||a2(s,ZK(h,p,o,l,i.allowEmptyArrays,i.strictNullHandling,i.skipNulls,i.encodeDotInKeys,i.encode?i.encoder:null,i.filter,i.sort,i.allowDots,i.serializeDate,i.format,i.formatter,i.encodeValuesOnly,i.charset,u))}}var d=s.join(i.delimiter),g=i.addQueryPrefix===!0?"?":"";return i.charsetSentinel&&(i.charset==="iso-8859-1"?g+="utf8=%26%2310003%3B"+i.delimiter:g+="utf8=%E2%9C%93"+i.delimiter),d.length>0?g+d:""}});var u2=v((Mue,l2)=>{"use strict";var Xi=mC(),Tp=Object.prototype.hasOwnProperty,wC=Array.isArray,Ye={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:Xi.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictMerge:!0,strictNullHandling:!1,throwOnLimitExceeded:!1},QK=function(t){return t.replace(/&#(\d+);/g,function(e,n){return String.fromCharCode(parseInt(n,10))})},o2=function(t,e,n,i){if(t&&typeof t=="string"&&e.comma&&t.indexOf(",")>-1){if(i&&e.throwOnLimitExceeded)for(var a=0,r=t.indexOf(",");r>-1;){if(a+=1,a>=e.arrayLimit)throw new RangeError("Array limit exceeded. Only "+e.arrayLimit+" element"+(e.arrayLimit===1?"":"s")+" allowed in an array.");r=t.indexOf(",",r+1)}return t.split(",")}if(e.throwOnLimitExceeded&&n>=e.arrayLimit)throw new RangeError("Array limit exceeded. Only "+e.arrayLimit+" element"+(e.arrayLimit===1?"":"s")+" allowed in an array.");return t},YK="utf8=%26%2310003%3B",XK="utf8=%E2%9C%93",e6=function(e,n){var i={__proto__:null},a=n.ignoreQueryPrefix?e.replace(/^\?/,""):e;a=a.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var r=n.parameterLimit===1/0?void 0:n.parameterLimit,s=a.split(n.delimiter,n.throwOnLimitExceeded&&typeof r<"u"?r+1:r);if(n.throwOnLimitExceeded&&typeof r<"u"&&s.length>r)throw new RangeError("Parameter limit exceeded. Only "+r+" parameter"+(r===1?"":"s")+" allowed.");var o=-1,l,u=n.charset;if(n.charsetSentinel)for(l=0;l-1&&(g=wC(g)?[g]:g),n.comma&&wC(g)&&g.length>n.arrayLimit&&(g=Xi.combine([],g,n.arrayLimit,n.plainObjects,n.throwOnLimitExceeded)),d!==null){var m=Tp.call(i,d);m&&(n.duplicates==="combine"||c.indexOf("[]=")>-1)?i[d]=Xi.combine(i[d],g,n.arrayLimit,n.plainObjects,n.throwOnLimitExceeded):(!m||n.duplicates==="last")&&(i[d]=g)}}return i},n6=function(t,e,n,i){var a=0;if(t.length>0&&t[t.length-1]==="[]"){var r=t.slice(0,-1).join("");a=Array.isArray(e)&&e[r]?e[r].length:0}for(var s=i?e:o2(e,n,a),o=t.length-1;o>=0;--o){var l,u=t[o];if(u==="[]"&&n.parseArrays)Xi.isOverflow(s)?l=s:l=n.allowEmptyArrays&&(s===""||n.strictNullHandling&&s===null)?[]:Xi.combine([],s,n.arrayLimit,n.plainObjects,n.throwOnLimitExceeded);else{l=n.plainObjects?{__proto__:null}:{};var c=u.charAt(0)==="["&&u.charAt(u.length-1)==="]"?u.slice(1,-1):u,p=n.decodeDotInKeys?c.replace(/%2E/g,"."):c,h=parseInt(p,10),d=!isNaN(h)&&u!==p&&String(h)===p&&h>=0&&n.parseArrays;if(!n.parseArrays&&p==="")l={0:s};else if(d&&h=0?i.slice(0,r):i;if(s){if(!n.plainObjects&&Tp.call(Object.prototype,s)&&!n.allowPrototypes)return;a[a.length]=s}for(var o=i.length,l=r,u=0;l>=0&&u=0){if(n.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");a[a.length]="["+i.slice(l)+"]"}return a},t6=function(e,n,i,a){if(e){var r=i6(e,i);if(r)return n6(r,n,i,a)}},a6=function(e){if(!e)return Ye;if(typeof e.allowEmptyArrays<"u"&&typeof e.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof e.decodeDotInKeys<"u"&&typeof e.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(e.decoder!==null&&typeof e.decoder<"u"&&typeof e.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(typeof e.throwOnLimitExceeded<"u"&&typeof e.throwOnLimitExceeded!="boolean")throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var n=typeof e.charset>"u"?Ye.charset:e.charset,i=typeof e.duplicates>"u"?Ye.duplicates:e.duplicates;if(i!=="combine"&&i!=="first"&&i!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var a=typeof e.allowDots>"u"?e.decodeDotInKeys===!0?!0:Ye.allowDots:!!e.allowDots;return{allowDots:a,allowEmptyArrays:typeof e.allowEmptyArrays=="boolean"?!!e.allowEmptyArrays:Ye.allowEmptyArrays,allowPrototypes:typeof e.allowPrototypes=="boolean"?e.allowPrototypes:Ye.allowPrototypes,allowSparse:typeof e.allowSparse=="boolean"?e.allowSparse:Ye.allowSparse,arrayLimit:typeof e.arrayLimit=="number"?e.arrayLimit:Ye.arrayLimit,charset:n,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:Ye.charsetSentinel,comma:typeof e.comma=="boolean"?e.comma:Ye.comma,decodeDotInKeys:typeof e.decodeDotInKeys=="boolean"?e.decodeDotInKeys:Ye.decodeDotInKeys,decoder:typeof e.decoder=="function"?e.decoder:Ye.decoder,delimiter:typeof e.delimiter=="string"||Xi.isRegExp(e.delimiter)?e.delimiter:Ye.delimiter,depth:typeof e.depth=="number"||e.depth===!1?+e.depth:Ye.depth,duplicates:i,ignoreQueryPrefix:e.ignoreQueryPrefix===!0,interpretNumericEntities:typeof e.interpretNumericEntities=="boolean"?e.interpretNumericEntities:Ye.interpretNumericEntities,parameterLimit:typeof e.parameterLimit=="number"?e.parameterLimit:Ye.parameterLimit,parseArrays:e.parseArrays!==!1,plainObjects:typeof e.plainObjects=="boolean"?e.plainObjects:Ye.plainObjects,strictDepth:typeof e.strictDepth=="boolean"?!!e.strictDepth:Ye.strictDepth,strictMerge:typeof e.strictMerge=="boolean"?!!e.strictMerge:Ye.strictMerge,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:Ye.strictNullHandling,throwOnLimitExceeded:typeof e.throwOnLimitExceeded=="boolean"?e.throwOnLimitExceeded:!1}};l2.exports=function(t,e){var n=a6(e);if(t===""||t===null||typeof t>"u")return n.plainObjects?{__proto__:null}:{};for(var i=typeof t=="string"?e6(t,n):t,a=n.plainObjects?{__proto__:null}:{},r=Object.keys(i),s=0;s{"use strict";var r6=s2(),s6=u2(),o6=jp();c2.exports={formats:o6,parse:s6,stringify:r6}});var ai=v((kue,d2)=>{"use strict";var vC=class t extends Error{constructor(e){super(`Format functions must be synchronous taking a two arguments: (info, opts) Found: ${e.toString().split(` `)[0]} -`),Error.captureStackTrace(this,t)}};x_.exports=t=>{if(t.length>2)throw new Qv(t);function e(n={}){this.options=n}e.prototype.transform=t;function i(n){return new e(n)}return i.Format=e,i}});var k_=w((hle,E_)=>{var M_={};E_.exports=M_;var T_={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(T_).forEach(function(t){var e=T_[t],i=M_[t]=[];i.open="\x1B["+e[0]+"m",i.close="\x1B["+e[1]+"m"})});var __=w((gle,q_)=>{"use strict";q_.exports=function(t,e){e=e||process.argv||[];var i=e.indexOf("--"),n=/^-{1,2}/.test(t)?"":"--",a=e.indexOf(n+t);return a!==-1&&(i===-1?!0:a{"use strict";var VK=require("os"),Mn=__(),zi=process.env,ts=void 0;Mn("no-color")||Mn("no-colors")||Mn("color=false")?ts=!1:(Mn("color")||Mn("colors")||Mn("color=true")||Mn("color=always"))&&(ts=!0);"FORCE_COLOR"in zi&&(ts=zi.FORCE_COLOR.length===0||parseInt(zi.FORCE_COLOR,10)!==0);function JK(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function ZK(t){if(ts===!1)return 0;if(Mn("color=16m")||Mn("color=full")||Mn("color=truecolor"))return 3;if(Mn("color=256"))return 2;if(t&&!t.isTTY&&ts!==!0)return 0;var e=ts?1:0;if(process.platform==="win32"){var i=VK.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(i[0])>=10&&Number(i[2])>=10586?Number(i[2])>=14931?3:2:1}if("CI"in zi)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(a){return a in zi})||zi.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in zi)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(zi.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in zi){var n=parseInt((zi.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(zi.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(zi.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(zi.TERM)||"COLORTERM"in zi?1:(zi.TERM==="dumb",e)}function Yv(t){var e=ZK(t);return JK(e)}H_.exports={supportsColor:Yv,stdout:Yv(process.stdout),stderr:Yv(process.stderr)}});var z_=w((fle,R_)=>{R_.exports=function(e,i){var n="";e=e||"Run the trap, drop the bass",e=e.split("");var a={a:["@","\u0104","\u023A","\u0245","\u0394","\u039B","\u0414"],b:["\xDF","\u0181","\u0243","\u026E","\u03B2","\u0E3F"],c:["\xA9","\u023B","\u03FE"],d:["\xD0","\u018A","\u0500","\u0501","\u0502","\u0503"],e:["\xCB","\u0115","\u018E","\u0258","\u03A3","\u03BE","\u04BC","\u0A6C"],f:["\u04FA"],g:["\u0262"],h:["\u0126","\u0195","\u04A2","\u04BA","\u04C7","\u050A"],i:["\u0F0F"],j:["\u0134"],k:["\u0138","\u04A0","\u04C3","\u051E"],l:["\u0139"],m:["\u028D","\u04CD","\u04CE","\u0520","\u0521","\u0D69"],n:["\xD1","\u014B","\u019D","\u0376","\u03A0","\u048A"],o:["\xD8","\xF5","\xF8","\u01FE","\u0298","\u047A","\u05DD","\u06DD","\u0E4F"],p:["\u01F7","\u048E"],q:["\u09CD"],r:["\xAE","\u01A6","\u0210","\u024C","\u0280","\u042F"],s:["\xA7","\u03DE","\u03DF","\u03E8"],t:["\u0141","\u0166","\u0373"],u:["\u01B1","\u054D"],v:["\u05D8"],w:["\u0428","\u0460","\u047C","\u0D70"],x:["\u04B2","\u04FE","\u04FC","\u04FD"],y:["\xA5","\u04B0","\u04CB"],z:["\u01B5","\u0240"]};return e.forEach(function(r){r=r.toLowerCase();var s=a[r]||[" "],o=Math.floor(Math.random()*s.length);typeof a[r]<"u"?n+=a[r][o]:n+=r}),n}});var G_=w((wle,D_)=>{D_.exports=function(e,i){e=e||" he is here ";var n={up:["\u030D","\u030E","\u0304","\u0305","\u033F","\u0311","\u0306","\u0310","\u0352","\u0357","\u0351","\u0307","\u0308","\u030A","\u0342","\u0313","\u0308","\u034A","\u034B","\u034C","\u0303","\u0302","\u030C","\u0350","\u0300","\u0301","\u030B","\u030F","\u0312","\u0313","\u0314","\u033D","\u0309","\u0363","\u0364","\u0365","\u0366","\u0367","\u0368","\u0369","\u036A","\u036B","\u036C","\u036D","\u036E","\u036F","\u033E","\u035B","\u0346","\u031A"],down:["\u0316","\u0317","\u0318","\u0319","\u031C","\u031D","\u031E","\u031F","\u0320","\u0324","\u0325","\u0326","\u0329","\u032A","\u032B","\u032C","\u032D","\u032E","\u032F","\u0330","\u0331","\u0332","\u0333","\u0339","\u033A","\u033B","\u033C","\u0345","\u0347","\u0348","\u0349","\u034D","\u034E","\u0353","\u0354","\u0355","\u0356","\u0359","\u035A","\u0323"],mid:["\u0315","\u031B","\u0300","\u0301","\u0358","\u0321","\u0322","\u0327","\u0328","\u0334","\u0335","\u0336","\u035C","\u035D","\u035E","\u035F","\u0360","\u0362","\u0338","\u0337","\u0361"," \u0489"]},a=[].concat(n.up,n.down,n.mid);function r(l){var u=Math.floor(Math.random()*l);return u}function s(l){var u=!1;return a.filter(function(c){u=c===l}),u}function o(l,u){var c="",p,d;u=u||{},u.up=typeof u.up<"u"?u.up:!0,u.mid=typeof u.mid<"u"?u.mid:!0,u.down=typeof u.down<"u"?u.down:!0,u.size=typeof u.size<"u"?u.size:"maxi",l=l.split("");for(d in l)if(!s(d)){switch(c=c+l[d],p={up:0,down:0,mid:0},u.size){case"mini":p.up=r(8),p.mid=r(2),p.down=r(8);break;case"maxi":p.up=r(16)+3,p.mid=r(4)+1,p.down=r(64)+3;break;default:p.up=r(8)+1,p.mid=r(6)/2,p.down=r(8)+1;break}var h=["up","mid","down"];for(var g in h)for(var m=h[g],f=0;f<=p[m];f++)u[m]&&(c=c+n[m][r(n[m].length)])}return c}return o(e,i)}});var N_=w((vle,$_)=>{$_.exports=function(t){return function(e,i,n){if(e===" ")return e;switch(i%3){case 0:return t.red(e);case 1:return t.white(e);case 2:return t.blue(e)}}}});var L_=w((Cle,U_)=>{U_.exports=function(t){return function(e,i,n){return i%2===0?e:t.inverse(e)}}});var B_=w((Ale,W_)=>{W_.exports=function(t){var e=["red","yellow","green","blue","magenta"];return function(i,n,a){return i===" "?i:t[e[n++%e.length]](i)}}});var V_=w((ble,F_)=>{F_.exports=function(t){var e=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(i,n,a){return i===" "?i:t[e[Math.round(Math.random()*(e.length-2))]](i)}}});var X_=w((Ple,Y_)=>{var de={};Y_.exports=de;de.themes={};var KK=require("util"),La=de.styles=k_(),Z_=Object.defineProperties,QK=new RegExp(/[\r\n]+/g);de.supportsColor=I_().supportsColor;typeof de.enabled>"u"&&(de.enabled=de.supportsColor()!==!1);de.enable=function(){de.enabled=!0};de.disable=function(){de.enabled=!1};de.stripColors=de.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var yle=de.stylize=function(e,i){if(!de.enabled)return e+"";var n=La[i];return!n&&i in de?de[i](e):n.open+e+n.close},YK=/[|\\{}()[\]^$+*?.]/g,XK=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(YK,"\\$&")};function K_(t){var e=function i(){return i9.apply(i,arguments)};return e._styles=t,e.__proto__=e9,e}var Q_=(function(){var t={};return La.grey=La.gray,Object.keys(La).forEach(function(e){La[e].closeRe=new RegExp(XK(La[e].close),"g"),t[e]={get:function(){return K_(this._styles.concat(e))}}}),t})(),e9=Z_(function(){},Q_);function i9(){var t=Array.prototype.slice.call(arguments),e=t.map(function(s){return s!=null&&s.constructor===String?s:KK.inspect(s)}).join(" ");if(!de.enabled||!e)return e;for(var i=e.indexOf(` -`)!=-1,n=this._styles,a=n.length;a--;){var r=La[n[a]];e=r.open+e.replace(r.closeRe,r.open)+r.close,i&&(e=e.replace(QK,function(s){return r.close+s+r.open}))}return e}de.setTheme=function(t){if(typeof t=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var e in t)(function(i){de[i]=function(n){if(typeof t[i]=="object"){var a=n;for(var r in t[i])a=de[t[i][r]](a);return a}return de[t[i]](n)}})(e)};function n9(){var t={};return Object.keys(Q_).forEach(function(e){t[e]={get:function(){return K_([e])}}}),t}var t9=function(e,i){var n=i.split("");return n=n.map(e),n.join("")};de.trap=z_();de.zalgo=G_();de.maps={};de.maps.america=N_()(de);de.maps.zebra=L_()(de);de.maps.rainbow=B_()(de);de.maps.random=V_()(de);for(J_ in de.maps)(function(t){de[t]=function(e){return t9(de.maps[t],e)}})(J_);var J_;Z_(de,n9())});var Xv=w((jle,e2)=>{var a9=X_();e2.exports=a9});var i2=w(eC=>{"use strict";eC.levels={error:0,warn:1,help:2,data:3,info:4,debug:5,prompt:6,verbose:7,input:8,silly:9};eC.colors={error:"red",warn:"yellow",help:"cyan",data:"grey",info:"green",debug:"blue",prompt:"grey",verbose:"cyan",input:"grey",silly:"magenta"}});var n2=w(iC=>{"use strict";iC.levels={error:0,warn:1,info:2,http:3,verbose:4,debug:5,silly:6};iC.colors={error:"red",warn:"yellow",info:"green",http:"green",verbose:"cyan",debug:"blue",silly:"magenta"}});var t2=w(nC=>{"use strict";nC.levels={emerg:0,alert:1,crit:2,error:3,warning:4,notice:5,info:6,debug:7};nC.colors={emerg:"red",alert:"yellow",crit:"red",error:"red",warning:"red",notice:"yellow",info:"green",debug:"blue"}});var a2=w(mp=>{"use strict";Object.defineProperty(mp,"cli",{value:i2()});Object.defineProperty(mp,"npm",{value:n2()});Object.defineProperty(mp,"syslog",{value:t2()})});var si=w(sl=>{"use strict";Object.defineProperty(sl,"LEVEL",{value:Symbol.for("level")});Object.defineProperty(sl,"MESSAGE",{value:Symbol.for("message")});Object.defineProperty(sl,"SPLAT",{value:Symbol.for("splat")});Object.defineProperty(sl,"configs",{value:a2()})});var vp=w((Ele,wp)=>{"use strict";var rC=Xv(),{LEVEL:tC,MESSAGE:aC}=si();rC.enabled=!0;var r2=/\s+/,fp=class t{constructor(e={}){e.colors&&this.addColors(e.colors),this.options=e}static addColors(e){let i=Object.keys(e).reduce((n,a)=>(n[a]=r2.test(e[a])?e[a].split(r2):e[a],n),{});return t.allColors=Object.assign({},t.allColors||{},i),t.allColors}addColors(e){return t.addColors(e)}colorize(e,i,n){if(typeof n>"u"&&(n=i),!Array.isArray(t.allColors[e]))return rC[t.allColors[e]](n);for(let a=0,r=t.allColors[e].length;anew fp(t);wp.exports.Colorizer=wp.exports.Format=fp});var o2=w((kle,s2)=>{"use strict";var{Colorizer:r9}=vp();s2.exports=t=>(r9.addColors(t.colors||t),t)});var u2=w((qle,l2)=>{"use strict";var s9=Ki();l2.exports=s9(t=>(t.message=` ${t.message}`,t))});var d2=w((_le,p2)=>{"use strict";var o9=Ki(),{LEVEL:c2,MESSAGE:sC}=si();p2.exports=o9((t,{stack:e,cause:i})=>{if(t instanceof Error){let a=Object.assign({},t,{level:t.level,[c2]:t[c2]||t.level,message:t.message,[sC]:t[sC]||t.message});return e&&(a.stack=t.stack),i&&(a.cause=t.cause),a}if(!(t.message instanceof Error))return t;let n=t.message;return Object.assign(t,n),t.message=n.message,t[sC]=n.message,e&&(t.stack=n.stack),i&&(t.cause=n.cause),t})});var lC=w((Hle,Ap)=>{"use strict";var{configs:l9,LEVEL:h2,MESSAGE:oC}=si(),Cp=class t{constructor(e={levels:l9.npm.levels}){this.paddings=t.paddingForLevels(e.levels,e.filler),this.options=e}static getLongestLevel(e){let i=Object.keys(e).map(n=>n.length);return Math.max(...i)}static paddingForLevel(e,i,n){let a=n+1-e.length,r=Math.floor(a/i.length);return`${i}${i.repeat(r)}`.slice(0,a)}static paddingForLevels(e,i=" "){let n=t.getLongestLevel(e);return Object.keys(e).reduce((a,r)=>(a[r]=t.paddingForLevel(r,i,n),a),{})}transform(e,i){return e.message=`${this.paddings[e[h2]]}${e.message}`,e[oC]&&(e[oC]=`${this.paddings[e[h2]]}${e[oC]}`),e}};Ap.exports=t=>new Cp(t);Ap.exports.Padder=Ap.exports.Format=Cp});var g2=w((Ile,uC)=>{"use strict";var{Colorizer:u9}=vp(),{Padder:c9}=lC(),{configs:p9,MESSAGE:d9}=si(),bp=class{constructor(e={}){e.levels||(e.levels=p9.cli.levels),this.colorizer=new u9(e),this.padder=new c9(e),this.options=e}transform(e,i){return this.colorizer.transform(this.padder.transform(e,i),i),e[d9]=`${e.level}:${e.message}`,e}};uC.exports=t=>new bp(t);uC.exports.Format=bp});var f2=w((Rle,cC)=>{"use strict";var h9=Ki();function m2(t){if(t.every(g9))return e=>{let i=e;for(let n=0;n{let e=h9(m2(t)),i=e();return i.Format=e.Format,i};cC.exports.cascade=m2});var ll=w((gC,C2)=>{"use strict";var{hasOwnProperty:ol}=Object.prototype,Ba=hC();Ba.configure=hC;Ba.stringify=Ba;Ba.default=Ba;gC.stringify=Ba;gC.configure=hC;C2.exports=Ba;var m9=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function Lt(t){return t.length<5e3&&!m9.test(t)?`"${t}"`:JSON.stringify(t)}function pC(t,e){if(t.length>200||e)return t.sort(e);for(let i=1;in;)t[a]=t[a-1],a--;t[a]=n}return t}var f9=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function dC(t){return f9.call(t)!==void 0&&t.length!==0}function w2(t,e,i){t.length= 1`)}return i===void 0?1/0:i}function Wa(t){return t===1?"1 item":`${t} items`}function A9(t){let e=new Set;for(let i of t)(typeof i=="string"||typeof i=="number")&&e.add(String(i));return e}function b9(t){if(ol.call(t,"strict")){let e=t.strict;if(typeof e!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(e)return i=>{let n=`Object can not safely be stringified. Received type ${typeof i}`;throw typeof i!="function"&&(n+=` (${i.toString()})`),new Error(n)}}}function hC(t){t={...t};let e=b9(t);e&&(t.bigint===void 0&&(t.bigint=!1),"circularValue"in t||(t.circularValue=Error));let i=w9(t),n=C9(t,"bigint"),a=v9(t),r=typeof a=="function"?a:void 0,s=v2(t,"maximumDepth"),o=v2(t,"maximumBreadth");function l(h,g,m,f,v,y){let A=g[h];switch(typeof A=="object"&&A!==null&&typeof A.toJSON=="function"&&(A=A.toJSON(h)),A=f.call(g,h,A),typeof A){case"string":return Lt(A);case"object":{if(A===null)return"null";if(m.indexOf(A)!==-1)return i;let b="",O=",",$=y;if(Array.isArray(A)){if(A.length===0)return"[]";if(so){let De=A.length-o-1;b+=`${O}"... ${Wa(De)} not stringified"`}return v!==""&&(b+=` -${$}`),m.pop(),`[${b}]`}let N=Object.keys(A),X=N.length;if(X===0)return"{}";if(so){let Z=X-o;b+=`${k}"...":${F}"${Wa(Z)} not stringified"`,k=O}return v!==""&&k.length>1&&(b=` -${y}${b} -${$}`),m.pop(),`{${b}}`}case"number":return isFinite(A)?String(A):e?e(A):"null";case"boolean":return A===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(A);default:return e?e(A):void 0}}function u(h,g,m,f,v,y){switch(typeof g=="object"&&g!==null&&typeof g.toJSON=="function"&&(g=g.toJSON(h)),typeof g){case"string":return Lt(g);case"object":{if(g===null)return"null";if(m.indexOf(g)!==-1)return i;let A=y,b="",O=",";if(Array.isArray(g)){if(g.length===0)return"[]";if(so){let Q=g.length-o-1;b+=`${O}"... ${Wa(Q)} not stringified"`}return v!==""&&(b+=` -${A}`),m.pop(),`[${b}]`}m.push(g);let $="";v!==""&&(y+=v,O=`, -${y}`,$=" ");let N="";for(let X of f){let F=u(X,g[X],m,f,v,y);F!==void 0&&(b+=`${N}${Lt(X)}:${$}${F}`,N=O)}return v!==""&&N.length>1&&(b=` -${y}${b} -${A}`),m.pop(),`{${b}}`}case"number":return isFinite(g)?String(g):e?e(g):"null";case"boolean":return g===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(g);default:return e?e(g):void 0}}function c(h,g,m,f,v){switch(typeof g){case"string":return Lt(g);case"object":{if(g===null)return"null";if(typeof g.toJSON=="function"){if(g=g.toJSON(h),typeof g!="object")return c(h,g,m,f,v);if(g===null)return"null"}if(m.indexOf(g)!==-1)return i;let y=v;if(Array.isArray(g)){if(g.length===0)return"[]";if(so){let se=g.length-o-1;F+=`${k}"... ${Wa(se)} not stringified"`}return F+=` -${y}`,m.pop(),`[${F}]`}let A=Object.keys(g),b=A.length;if(b===0)return"{}";if(so){let F=b-o;$+=`${N}"...": "${Wa(F)} not stringified"`,N=O}return N!==""&&($=` -${v}${$} -${y}`),m.pop(),`{${$}}`}case"number":return isFinite(g)?String(g):e?e(g):"null";case"boolean":return g===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(g);default:return e?e(g):void 0}}function p(h,g,m){switch(typeof g){case"string":return Lt(g);case"object":{if(g===null)return"null";if(typeof g.toJSON=="function"){if(g=g.toJSON(h),typeof g!="object")return p(h,g,m);if(g===null)return"null"}if(m.indexOf(g)!==-1)return i;let f="",v=g.length!==void 0;if(v&&Array.isArray(g)){if(g.length===0)return"[]";if(so){let F=g.length-o-1;f+=`,"... ${Wa(F)} not stringified"`}return m.pop(),`[${f}]`}let y=Object.keys(g),A=y.length;if(A===0)return"{}";if(so){let $=A-o;f+=`${b}"...":"${Wa($)} not stringified"`}return m.pop(),`{${f}}`}case"number":return isFinite(g)?String(g):e?e(g):"null";case"boolean":return g===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(g);default:return e?e(g):void 0}}function d(h,g,m){if(arguments.length>1){let f="";if(typeof m=="number"?f=" ".repeat(Math.min(m,10)):typeof m=="string"&&(f=m.slice(0,10)),g!=null){if(typeof g=="function")return l("",{"":h},[],g,f,"");if(Array.isArray(g))return u("",h,[],A9(g),f,"")}if(f.length!==0)return c("",h,[],f,"")}return p("",h,[])}return d}});var mC=w((zle,A2)=>{"use strict";var y9=Ki(),{MESSAGE:P9}=si(),j9=ll();function S9(t,e){return typeof e=="bigint"?e.toString():e}A2.exports=y9((t,e)=>{let i=j9.configure(e);return t[P9]=i(t,e.replacer||S9,e.space),t})});var y2=w((Dle,b2)=>{"use strict";var O9=Ki();b2.exports=O9((t,e)=>e.message?(t.message=`[${e.label}] ${t.message}`,t):(t.label=e.label,t))});var j2=w((Gle,P2)=>{"use strict";var x9=Ki(),{MESSAGE:T9}=si(),M9=ll();P2.exports=x9(t=>{let e={};return t.message&&(e["@message"]=t.message,delete t.message),t.timestamp&&(e["@timestamp"]=t.timestamp,delete t.timestamp),e["@fields"]=t,t[T9]=M9(e),t})});var O2=w(($le,S2)=>{"use strict";var E9=Ki();function k9(t,e,i){let n=e.reduce((r,s)=>(r[s]=t[s],delete t[s],r),{}),a=Object.keys(t).reduce((r,s)=>(r[s]=t[s],delete t[s],r),{});return Object.assign(t,n,{[i]:a}),t}function q9(t,e,i){return t[i]=e.reduce((n,a)=>(n[a]=t[a],delete t[a],n),{}),t}S2.exports=E9((t,e={})=>{let i="metadata";e.key&&(i=e.key);let n=[];return!e.fillExcept&&!e.fillWith&&(n.push("level"),n.push("message")),e.fillExcept&&(n=e.fillExcept),n.length>0?k9(t,n,i):e.fillWith?q9(t,e.fillWith,i):t})});var T2=w((ul,x2)=>{"use strict";var _9=Ki(),H9=Dw();x2.exports=_9(t=>{let e=+new Date;return ul.diff=e-(ul.prevTime||e),ul.prevTime=e,t.ms=`+${H9(ul.diff)}`,t})});var k2=w((Nle,E2)=>{"use strict";var I9=require("util").inspect,R9=Ki(),{LEVEL:z9,MESSAGE:M2,SPLAT:D9}=si();E2.exports=R9((t,e={})=>{let i=Object.assign({},t);return delete i[z9],delete i[M2],delete i[D9],t[M2]=I9(i,!1,e.depth||null,e.colorize),t})});var q2=w((Ule,Pp)=>{"use strict";var{MESSAGE:G9}=si(),yp=class{constructor(e){this.template=e}transform(e){return e[G9]=this.template(e),e}};Pp.exports=t=>new yp(t);Pp.exports.Printf=Pp.exports.Format=yp});var I2=w((Lle,H2)=>{"use strict";var $9=Ki(),{MESSAGE:_2}=si(),N9=ll();H2.exports=$9(t=>{let e=N9(Object.assign({},t,{level:void 0,message:void 0,splat:void 0})),i=t.padding&&t.padding[t.level]||"";return e!=="{}"?t[_2]=`${t.level}:${i} ${t.message} ${e}`:t[_2]=`${t.level}:${i} ${t.message}`,t})});var D2=w((Wle,z2)=>{"use strict";var U9=require("util"),{SPLAT:R2}=si(),L9=/%[scdjifoO%]/g,W9=/%%/g,fC=class{constructor(e){this.options=e}_splat(e,i){let n=e.message,a=e[R2]||e.splat||[],r=n.match(W9),s=r&&r.length||0,l=i.length-s-a.length,u=l<0?a.splice(l,-1*l):[],c=u.length;if(c)for(let p=0;p1?n.splice(0):n,s=r.length;if(s)for(let o=0;onew fC(t)});var $2=w((jp,G2)=>{(function(t,e){typeof jp=="object"&&typeof G2<"u"?e(jp):typeof define=="function"&&define.amd?define(["exports"],e):e(t.fecha={})})(jp,(function(t){"use strict";var e=/d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|Z|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,i="\\d\\d?",n="\\d\\d",a="\\d{3}",r="\\d{4}",s="[^\\s]+",o=/\[([^]*?)\]/gm;function l(S,I){for(var Ae=[],Se=0,R=S.length;Se-1?R:null}};function c(S){for(var I=[],Ae=1;Ae3?0:(S-S%10!==10?1:0)*S%10]}},f=c({},m),v=function(S){return f=c(f,S)},y=function(S){return S.replace(/[|\\{()[^$+*?.-]/g,"\\$&")},A=function(S,I){for(I===void 0&&(I=2),S=String(S);S.length0?"-":"+")+A(Math.floor(Math.abs(I)/60)*100+Math.abs(I)%60,4)},Z:function(S){var I=S.getTimezoneOffset();return(I>0?"-":"+")+A(Math.floor(Math.abs(I)/60),2)+":"+A(Math.abs(I)%60,2)}},O=function(S){return+S-1},$=[null,i],N=[null,s],X=["isPm",s,function(S,I){var Ae=S.toLowerCase();return Ae===I.amPm[0]?0:Ae===I.amPm[1]?1:null}],F=["timezoneOffset","[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z?",function(S){var I=(S+"").match(/([+-]|\d\d)/gi);if(I){var Ae=+I[1]*60+parseInt(I[2],10);return I[0]==="+"?Ae:-Ae}return 0}],k={D:["day",i],DD:["day",n],Do:["day",i+s,function(S){return parseInt(S,10)}],M:["month",i,O],MM:["month",n,O],YY:["year",n,function(S){var I=new Date,Ae=+(""+I.getFullYear()).substr(0,2);return+(""+(+S>68?Ae-1:Ae)+S)}],h:["hour",i,void 0,"isPm"],hh:["hour",n,void 0,"isPm"],H:["hour",i],HH:["hour",n],m:["minute",i],mm:["minute",n],s:["second",i],ss:["second",n],YYYY:["year",r],S:["millisecond","\\d",function(S){return+S*100}],SS:["millisecond",n,function(S){return+S*10}],SSS:["millisecond",a],d:$,dd:$,ddd:N,dddd:N,MMM:["month",s,u("monthNamesShort")],MMMM:["month",s,u("monthNames")],a:X,A:X,ZZ:F,Z:F},Q={default:"ddd MMM DD YYYY HH:mm:ss",shortDate:"M/D/YY",mediumDate:"MMM D, YYYY",longDate:"MMMM D, YYYY",fullDate:"dddd, MMMM D, YYYY",isoDate:"YYYY-MM-DD",isoDateTime:"YYYY-MM-DDTHH:mm:ssZ",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},Z=function(S){return c(Q,S)},ie=function(S,I,Ae){if(I===void 0&&(I=Q.default),Ae===void 0&&(Ae={}),typeof S=="number"&&(S=new Date(S)),Object.prototype.toString.call(S)!=="[object Date]"||isNaN(S.getTime()))throw new Error("Invalid Date pass to format");I=Q[I]||I;var Se=[];I=I.replace(o,function(ei,Ie){return Se.push(Ie),"@@@"});var R=c(c({},f),Ae);return I=I.replace(e,function(ei){return b[ei](S,R)}),I.replace(/@@@/g,function(){return Se.shift()})};function se(S,I,Ae){if(Ae===void 0&&(Ae={}),typeof I!="string")throw new Error("Invalid format in fecha parse");if(I=Q[I]||I,S.length>1e3)return null;var Se=new Date,R={year:Se.getFullYear(),month:0,day:1,hour:0,minute:0,second:0,millisecond:0,isPm:null,timezoneOffset:null},ei=[],Ie=[],Me=I.replace(o,function(vn,Ge){return Ie.push(y(Ge)),"@@@"}),xi={},Ci={};Me=y(Me).replace(e,function(vn){var Ge=k[vn],ir=Ge[0],DR=Ge[1],Cy=Ge[3];if(xi[ir])throw new Error("Invalid format. "+ir+" specified twice in format");return xi[ir]=!0,Cy&&(Ci[Cy]=!0),ei.push(Ge),"("+DR+")"}),Object.keys(Ci).forEach(function(vn){if(!xi[vn])throw new Error("Invalid format. "+vn+" is required in specified format")}),Me=Me.replace(/@@@/g,function(){return Ie.shift()});var tn=S.match(new RegExp(Me,"i"));if(!tn)return null;for(var G=c(c({},f),Ae),x=1;x11||R.month<0||R.day>31||R.day<1||R.hour>23||R.hour<0||R.minute>59||R.minute<0||R.second>59||R.second<0)return null;return di}var De={format:ie,parse:se,defaultI18n:m,setGlobalDateI18n:v,setGlobalDateMasks:Z};t.assign=c,t.default=De,t.format=ie,t.parse=se,t.defaultI18n=m,t.setGlobalDateI18n=v,t.setGlobalDateMasks=Z,Object.defineProperty(t,"__esModule",{value:!0})}))});var U2=w((Ble,N2)=>{"use strict";var B9=$2(),F9=Ki();N2.exports=F9((t,e={})=>(e.format&&(t.timestamp=typeof e.format=="function"?e.format():B9.format(new Date,e.format)),t.timestamp||(t.timestamp=new Date().toISOString()),e.alias&&(t[e.alias]=t.timestamp),t))});var W2=w((Fle,L2)=>{"use strict";var wC=Xv(),V9=Ki(),{MESSAGE:vC}=si();L2.exports=V9((t,e)=>(e.level!==!1&&(t.level=wC.strip(t.level)),e.message!==!1&&(t.message=wC.strip(String(t.message))),e.raw!==!1&&t[vC]&&(t[vC]=wC.strip(String(t[vC]))),t))});var AC=w(CC=>{"use strict";var J9=CC.format=Ki();CC.levels=o2();function Si(t,e){Object.defineProperty(J9,t,{get(){return e()},configurable:!0})}Si("align",function(){return u2()});Si("errors",function(){return d2()});Si("cli",function(){return g2()});Si("combine",function(){return f2()});Si("colorize",function(){return vp()});Si("json",function(){return mC()});Si("label",function(){return y2()});Si("logstash",function(){return j2()});Si("metadata",function(){return O2()});Si("ms",function(){return T2()});Si("padLevels",function(){return lC()});Si("prettyPrint",function(){return k2()});Si("printf",function(){return q2()});Si("simple",function(){return I2()});Si("splat",function(){return D2()});Si("timestamp",function(){return U2()});Si("uncolorize",function(){return W2()})});var bC=w(Sp=>{"use strict";var{format:B2}=require("util");Sp.warn={deprecated(t){return()=>{throw new Error(B2("{ %s } was removed in winston@3.0.0.",t))}},useFormat(t){return()=>{throw new Error([B2("{ %s } was removed in winston@3.0.0.",t),"Use a custom winston.format = winston.format(function) instead."].join(` -`))}},forFunctions(t,e,i){i.forEach(n=>{t[n]=Sp.warn[e](n)})},forProperties(t,e,i){i.forEach(n=>{let a=Sp.warn[e](n);Object.defineProperty(t,n,{get:a,set:a})})}}});var F2=w((Zle,Z9)=>{Z9.exports={name:"winston",description:"A logger for just about everything.",version:"3.19.0",author:"Charlie Robbins ",maintainers:["David Hyde "],repository:{type:"git",url:"https://github.com/winstonjs/winston.git"},keywords:["winston","logger","logging","logs","sysadmin","bunyan","pino","loglevel","tools","json","stream"],dependencies:{"@dabh/diagnostics":"^2.0.8","@colors/colors":"^1.6.0",async:"^3.2.3","is-stream":"^2.0.0",logform:"^2.7.0","one-time":"^1.0.0","readable-stream":"^3.4.0","safe-stable-stringify":"^2.3.1","stack-trace":"0.0.x","triple-beam":"^1.3.0","winston-transport":"^4.9.0"},devDependencies:{"@babel/cli":"^7.23.9","@babel/core":"^7.24.0","@babel/preset-env":"^7.24.0","@dabh/eslint-config-populist":"^4.4.0","@types/node":"^20.11.24","abstract-winston-transport":"^0.5.1",assume:"^2.2.0","cross-spawn-async":"^2.2.5",eslint:"^8.57.0",hock:"^1.4.1",jest:"^29.7.0",rimraf:"5.0.10",split2:"^4.1.0","std-mocks":"^2.0.0",through2:"^4.0.2","winston-compat":"^0.1.5"},main:"./lib/winston.js",browser:"./dist/winston",types:"./index.d.ts",scripts:{lint:"eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",test:"jest","test:unit":"jest -c test/jest.config.unit.js","test:integration":"jest -c test/jest.config.integration.js","test:typescript":"npx --package typescript tsc --project test",build:"babel lib -d dist",prebuild:"rimraf dist",prepublishOnly:"npm run build"},engines:{node:">= 12.0.0"},license:"MIT"}});var J2=w((Kle,V2)=>{V2.exports=require("util").deprecate});var yC=w((Qle,Z2)=>{Z2.exports=require("stream")});var jC=w((Yle,Q2)=>{"use strict";function K9(t,e){var i=this,n=this._readableState&&this._readableState.destroyed,a=this._writableState&&this._writableState.destroyed;return n||a?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(PC,this,t)):process.nextTick(PC,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(r){!e&&r?i._writableState?i._writableState.errorEmitted?process.nextTick(Op,i):(i._writableState.errorEmitted=!0,process.nextTick(K2,i,r)):process.nextTick(K2,i,r):e?(process.nextTick(Op,i),e(r)):process.nextTick(Op,i)}),this)}function K2(t,e){PC(t,e),Op(t)}function Op(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function Q9(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function PC(t,e){t.emit("error",e)}function Y9(t,e){var i=t._readableState,n=t._writableState;i&&i.autoDestroy||n&&n.autoDestroy?t.destroy(e):t.emit("error",e)}Q2.exports={destroy:K9,undestroy:Q9,errorOrDestroy:Y9}});var Wt=w((Xle,e0)=>{"use strict";var X2={};function fn(t,e,i){i||(i=Error);function n(r,s,o){return typeof e=="string"?e:e(r,s,o)}class a extends i{constructor(s,o,l){super(n(s,o,l))}}a.prototype.name=i.name,a.prototype.code=t,X2[t]=a}function Y2(t,e){if(Array.isArray(t)){let i=t.length;return t=t.map(n=>String(n)),i>2?`one of ${e} ${t.slice(0,i-1).join(", ")}, or `+t[i-1]:i===2?`one of ${e} ${t[0]} or ${t[1]}`:`of ${e} ${t[0]}`}else return`of ${e} ${String(t)}`}function X9(t,e,i){return t.substr(!i||i<0?0:+i,e.length)===e}function e6(t,e,i){return(i===void 0||i>t.length)&&(i=t.length),t.substring(i-e.length,i)===e}function i6(t,e,i){return typeof i!="number"&&(i=0),i+e.length>t.length?!1:t.indexOf(e,i)!==-1}fn("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);fn("ERR_INVALID_ARG_TYPE",function(t,e,i){let n;typeof e=="string"&&X9(e,"not ")?(n="must not be",e=e.replace(/^not /,"")):n="must be";let a;if(e6(t," argument"))a=`The ${t} ${n} ${Y2(e,"type")}`;else{let r=i6(t,".")?"property":"argument";a=`The "${t}" ${r} ${n} ${Y2(e,"type")}`}return a+=`. Received type ${typeof i}`,a},TypeError);fn("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");fn("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});fn("ERR_STREAM_PREMATURE_CLOSE","Premature close");fn("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});fn("ERR_MULTIPLE_CALLBACK","Callback called multiple times");fn("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");fn("ERR_STREAM_WRITE_AFTER_END","write after end");fn("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);fn("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);fn("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");e0.exports.codes=X2});var SC=w((eue,i0)=>{"use strict";var n6=Wt().codes.ERR_INVALID_OPT_VALUE;function t6(t,e,i){return t.highWaterMark!=null?t.highWaterMark:e?t[i]:null}function a6(t,e,i,n){var a=t6(e,n,i);if(a!=null){if(!(isFinite(a)&&Math.floor(a)===a)||a<0){var r=n?i:"highWaterMark";throw new n6(r,a)}return Math.floor(a)}return t.objectMode?16:16*1024}i0.exports={getHighWaterMark:a6}});var n0=w((iue,OC)=>{typeof Object.create=="function"?OC.exports=function(e,i){i&&(e.super_=i,e.prototype=Object.create(i.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:OC.exports=function(e,i){if(i){e.super_=i;var n=function(){};n.prototype=i.prototype,e.prototype=new n,e.prototype.constructor=e}}});var as=w((nue,TC)=>{try{if(xC=require("util"),typeof xC.inherits!="function")throw"";TC.exports=xC.inherits}catch{TC.exports=n0()}var xC});var l0=w((tue,o0)=>{"use strict";function t0(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),i.push.apply(i,n)}return i}function a0(t){for(var e=1;e0?this.tail.next=n:this.head=n,this.tail=n,++this.length}},{key:"unshift",value:function(i){var n={data:i,next:this.head};this.length===0&&(this.tail=n),this.head=n,++this.length}},{key:"shift",value:function(){if(this.length!==0){var i=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,i}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(i){if(this.length===0)return"";for(var n=this.head,a=""+n.data;n=n.next;)a+=i+n.data;return a}},{key:"concat",value:function(i){if(this.length===0)return xp.alloc(0);for(var n=xp.allocUnsafe(i>>>0),a=this.head,r=0;a;)d6(a.data,n,r),r+=a.data.length,a=a.next;return n}},{key:"consume",value:function(i,n){var a;return is.length?s.length:i;if(o===s.length?r+=s:r+=s.slice(0,i),i-=o,i===0){o===s.length?(++a,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=s.slice(o));break}++a}return this.length-=a,r}},{key:"_getBuffer",value:function(i){var n=xp.allocUnsafe(i),a=this.head,r=1;for(a.data.copy(n),i-=a.data.length;a=a.next;){var s=a.data,o=i>s.length?s.length:i;if(s.copy(n,n.length-i,0,o),i-=o,i===0){o===s.length?(++r,a.next?this.head=a.next:this.head=this.tail=null):(this.head=a,a.data=s.slice(o));break}++r}return this.length-=r,n}},{key:p6,value:function(i,n){return MC(this,a0(a0({},n),{},{depth:0,customInspect:!1}))}}]),t})()});var p0=w((EC,c0)=>{var Tp=require("buffer"),Bn=Tp.Buffer;function u0(t,e){for(var i in t)e[i]=t[i]}Bn.from&&Bn.alloc&&Bn.allocUnsafe&&Bn.allocUnsafeSlow?c0.exports=Tp:(u0(Tp,EC),EC.Buffer=Fa);function Fa(t,e,i){return Bn(t,e,i)}Fa.prototype=Object.create(Bn.prototype);u0(Bn,Fa);Fa.from=function(t,e,i){if(typeof t=="number")throw new TypeError("Argument must not be a number");return Bn(t,e,i)};Fa.alloc=function(t,e,i){if(typeof t!="number")throw new TypeError("Argument must be a number");var n=Bn(t);return e!==void 0?typeof i=="string"?n.fill(e,i):n.fill(e):n.fill(0),n};Fa.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Bn(t)};Fa.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Tp.SlowBuffer(t)}});var _C=w(h0=>{"use strict";var qC=p0().Buffer,d0=qC.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function h6(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function g6(t){var e=h6(t);if(typeof e!="string"&&(qC.isEncoding===d0||!d0(t)))throw new Error("Unknown encoding: "+t);return e||t}h0.StringDecoder=cl;function cl(t){this.encoding=g6(t);var e;switch(this.encoding){case"utf16le":this.text=A6,this.end=b6,e=4;break;case"utf8":this.fillLast=w6,e=4;break;case"base64":this.text=y6,this.end=P6,e=3;break;default:this.write=j6,this.end=S6;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=qC.allocUnsafe(e)}cl.prototype.write=function(t){if(t.length===0)return"";var e,i;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";i=this.lastNeed,this.lastNeed=0}else i=0;return i>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function m6(t,e,i){var n=e.length-1;if(n=0?(a>0&&(t.lastNeed=a-1),a):--n=0?(a>0&&(t.lastNeed=a-2),a):--n=0?(a>0&&(a===2?a=0:t.lastNeed=a-3),a):0))}function f6(t,e,i){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}function w6(t){var e=this.lastTotal-this.lastNeed,i=f6(this,t,e);if(i!==void 0)return i;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function v6(t,e){var i=m6(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=i;var n=t.length-(i-this.lastNeed);return t.copy(this.lastChar,0,n),t.toString("utf8",e,n)}function C6(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function A6(t,e){if((t.length-e)%2===0){var i=t.toString("utf16le",e);if(i){var n=i.charCodeAt(i.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],i.slice(0,-1)}return i}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function b6(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var i=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,i)}return e}function y6(t,e){var i=(t.length-e)%3;return i===0?t.toString("base64",e):(this.lastNeed=3-i,this.lastTotal=3,i===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-i))}function P6(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function j6(t){return t.toString(this.encoding)}function S6(t){return t&&t.length?this.write(t):""}});var Mp=w((rue,f0)=>{"use strict";var g0=Wt().codes.ERR_STREAM_PREMATURE_CLOSE;function O6(t){var e=!1;return function(){if(!e){e=!0;for(var i=arguments.length,n=new Array(i),a=0;a{"use strict";var Ep;function Bt(t,e,i){return e=M6(e),e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function M6(t){var e=E6(t,"string");return typeof e=="symbol"?e:String(e)}function E6(t,e){if(typeof t!="object"||t===null)return t;var i=t[Symbol.toPrimitive];if(i!==void 0){var n=i.call(t,e||"default");if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var k6=Mp(),Ft=Symbol("lastResolve"),Va=Symbol("lastReject"),pl=Symbol("error"),kp=Symbol("ended"),Ja=Symbol("lastPromise"),HC=Symbol("handlePromise"),Za=Symbol("stream");function Vt(t,e){return{value:t,done:e}}function q6(t){var e=t[Ft];if(e!==null){var i=t[Za].read();i!==null&&(t[Ja]=null,t[Ft]=null,t[Va]=null,e(Vt(i,!1)))}}function _6(t){process.nextTick(q6,t)}function H6(t,e){return function(i,n){t.then(function(){if(e[kp]){i(Vt(void 0,!0));return}e[HC](i,n)},n)}}var I6=Object.getPrototypeOf(function(){}),R6=Object.setPrototypeOf((Ep={get stream(){return this[Za]},next:function(){var e=this,i=this[pl];if(i!==null)return Promise.reject(i);if(this[kp])return Promise.resolve(Vt(void 0,!0));if(this[Za].destroyed)return new Promise(function(s,o){process.nextTick(function(){e[pl]?o(e[pl]):s(Vt(void 0,!0))})});var n=this[Ja],a;if(n)a=new Promise(H6(n,this));else{var r=this[Za].read();if(r!==null)return Promise.resolve(Vt(r,!1));a=new Promise(this[HC])}return this[Ja]=a,a}},Bt(Ep,Symbol.asyncIterator,function(){return this}),Bt(Ep,"return",function(){var e=this;return new Promise(function(i,n){e[Za].destroy(null,function(a){if(a){n(a);return}i(Vt(void 0,!0))})})}),Ep),I6),z6=function(e){var i,n=Object.create(R6,(i={},Bt(i,Za,{value:e,writable:!0}),Bt(i,Ft,{value:null,writable:!0}),Bt(i,Va,{value:null,writable:!0}),Bt(i,pl,{value:null,writable:!0}),Bt(i,kp,{value:e._readableState.endEmitted,writable:!0}),Bt(i,HC,{value:function(r,s){var o=n[Za].read();o?(n[Ja]=null,n[Ft]=null,n[Va]=null,r(Vt(o,!1))):(n[Ft]=r,n[Va]=s)},writable:!0}),i));return n[Ja]=null,k6(e,function(a){if(a&&a.code!=="ERR_STREAM_PREMATURE_CLOSE"){var r=n[Va];r!==null&&(n[Ja]=null,n[Ft]=null,n[Va]=null,r(a)),n[pl]=a;return}var s=n[Ft];s!==null&&(n[Ja]=null,n[Ft]=null,n[Va]=null,s(Vt(void 0,!0))),n[kp]=!0}),e.on("readable",_6.bind(null,n)),n};w0.exports=z6});var y0=w((oue,b0)=>{"use strict";function C0(t,e,i,n,a,r,s){try{var o=t[r](s),l=o.value}catch(u){i(u);return}o.done?e(l):Promise.resolve(l).then(n,a)}function D6(t){return function(){var e=this,i=arguments;return new Promise(function(n,a){var r=t.apply(e,i);function s(l){C0(r,n,a,s,o,"next",l)}function o(l){C0(r,n,a,s,o,"throw",l)}s(void 0)})}}function A0(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),i.push.apply(i,n)}return i}function G6(t){for(var e=1;e{"use strict";q0.exports=je;var rs;je.ReadableState=O0;var lue=require("events").EventEmitter,S0=function(e,i){return e.listeners(i).length},hl=yC(),qp=require("buffer").Buffer,B6=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function F6(t){return qp.from(t)}function V6(t){return qp.isBuffer(t)||t instanceof B6}var IC=require("util"),ue;IC&&IC.debuglog?ue=IC.debuglog("stream"):ue=function(){};var J6=l0(),UC=jC(),Z6=SC(),K6=Z6.getHighWaterMark,_p=Wt().codes,Q6=_p.ERR_INVALID_ARG_TYPE,Y6=_p.ERR_STREAM_PUSH_AFTER_EOF,X6=_p.ERR_METHOD_NOT_IMPLEMENTED,eQ=_p.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,ss,RC,zC;as()(je,hl);var dl=UC.errorOrDestroy,DC=["error","close","destroy","pause","resume"];function iQ(t,e,i){if(typeof t.prependListener=="function")return t.prependListener(e,i);!t._events||!t._events[e]?t.on(e,i):Array.isArray(t._events[e])?t._events[e].unshift(i):t._events[e]=[i,t._events[e]]}function O0(t,e,i){rs=rs||Ka(),t=t||{},typeof i!="boolean"&&(i=e instanceof rs),this.objectMode=!!t.objectMode,i&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=K6(this,t,"readableHighWaterMark",i),this.buffer=new J6,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(ss||(ss=_C().StringDecoder),this.decoder=new ss(t.encoding),this.encoding=t.encoding)}function je(t){if(rs=rs||Ka(),!(this instanceof je))return new je(t);var e=this instanceof rs;this._readableState=new O0(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),hl.call(this)}Object.defineProperty(je.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}});je.prototype.destroy=UC.destroy;je.prototype._undestroy=UC.undestroy;je.prototype._destroy=function(t,e){e(t)};je.prototype.push=function(t,e){var i=this._readableState,n;return i.objectMode?n=!0:typeof t=="string"&&(e=e||i.defaultEncoding,e!==i.encoding&&(t=qp.from(t,e),e=""),n=!0),x0(this,t,e,!1,n)};je.prototype.unshift=function(t){return x0(this,t,null,!0,!1)};function x0(t,e,i,n,a){ue("readableAddChunk",e);var r=t._readableState;if(e===null)r.reading=!1,aQ(t,r);else{var s;if(a||(s=nQ(r,e)),s)dl(t,s);else if(r.objectMode||e&&e.length>0)if(typeof e!="string"&&!r.objectMode&&Object.getPrototypeOf(e)!==qp.prototype&&(e=F6(e)),n)r.endEmitted?dl(t,new eQ):GC(t,r,e,!0);else if(r.ended)dl(t,new Y6);else{if(r.destroyed)return!1;r.reading=!1,r.decoder&&!i?(e=r.decoder.write(e),r.objectMode||e.length!==0?GC(t,r,e,!1):NC(t,r)):GC(t,r,e,!1)}else n||(r.reading=!1,NC(t,r))}return!r.ended&&(r.length=P0?t=P0:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function j0(t,e){return t<=0||e.length===0&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=tQ(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}je.prototype.read=function(t){ue("read",t),t=parseInt(t,10);var e=this._readableState,i=t;if(t!==0&&(e.emittedReadable=!1),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return ue("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?$C(this):Hp(this),null;if(t=j0(t,e),t===0&&e.ended)return e.length===0&&$C(this),null;var n=e.needReadable;ue("need readable",n),(e.length===0||e.length-t0?a=E0(t,e):a=null,a===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),e.length===0&&(e.ended||(e.needReadable=!0),i!==t&&e.ended&&$C(this)),a!==null&&this.emit("data",a),a};function aQ(t,e){if(ue("onEofChunk"),!e.ended){if(e.decoder){var i=e.decoder.end();i&&i.length&&(e.buffer.push(i),e.length+=e.objectMode?1:i.length)}e.ended=!0,e.sync?Hp(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,T0(t)))}}function Hp(t){var e=t._readableState;ue("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(ue("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(T0,t))}function T0(t){var e=t._readableState;ue("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,LC(t)}function NC(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(rQ,t,e))}function rQ(t,e){for(;!e.reading&&!e.ended&&(e.length1&&k0(n.pipes,t)!==-1)&&!u&&(ue("false write response, pause",n.awaitDrain),n.awaitDrain++),i.pause())}function d(f){ue("onerror",f),m(),t.removeListener("error",d),S0(t,"error")===0&&dl(t,f)}iQ(t,"error",d);function h(){t.removeListener("finish",g),m()}t.once("close",h);function g(){ue("onfinish"),t.removeListener("close",h),m()}t.once("finish",g);function m(){ue("unpipe"),i.unpipe(t)}return t.emit("pipe",i),n.flowing||(ue("pipe resume"),i.resume()),t};function sQ(t){return function(){var i=t._readableState;ue("pipeOnDrain",i.awaitDrain),i.awaitDrain&&i.awaitDrain--,i.awaitDrain===0&&S0(t,"data")&&(i.flowing=!0,LC(t))}}je.prototype.unpipe=function(t){var e=this._readableState,i={hasUnpiped:!1};if(e.pipesCount===0)return this;if(e.pipesCount===1)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,i),this);if(!t){var n=e.pipes,a=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var r=0;r0,n.flowing!==!1&&this.resume()):t==="readable"&&!n.endEmitted&&!n.readableListening&&(n.readableListening=n.needReadable=!0,n.flowing=!1,n.emittedReadable=!1,ue("on readable",n.length,n.reading),n.length?Hp(this):n.reading||process.nextTick(oQ,this)),i};je.prototype.addListener=je.prototype.on;je.prototype.removeListener=function(t,e){var i=hl.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(M0,this),i};je.prototype.removeAllListeners=function(t){var e=hl.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(M0,this),e};function M0(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function oQ(t){ue("readable nexttick read 0"),t.read(0)}je.prototype.resume=function(){var t=this._readableState;return t.flowing||(ue("resume"),t.flowing=!t.readableListening,lQ(this,t)),t.paused=!1,this};function lQ(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(uQ,t,e))}function uQ(t,e){ue("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),LC(t),e.flowing&&!e.reading&&t.read(0)}je.prototype.pause=function(){return ue("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(ue("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function LC(t){var e=t._readableState;for(ue("flow",e.flowing);e.flowing&&t.read()!==null;);}je.prototype.wrap=function(t){var e=this,i=this._readableState,n=!1;t.on("end",function(){if(ue("wrapped end"),i.decoder&&!i.ended){var s=i.decoder.end();s&&s.length&&e.push(s)}e.push(null)}),t.on("data",function(s){if(ue("wrapped data"),i.decoder&&(s=i.decoder.write(s)),!(i.objectMode&&s==null)&&!(!i.objectMode&&(!s||!s.length))){var o=e.push(s);o||(n=!0,t.pause())}});for(var a in t)this[a]===void 0&&typeof t[a]=="function"&&(this[a]=(function(o){return function(){return t[o].apply(t,arguments)}})(a));for(var r=0;r=e.length?(e.decoder?i=e.buffer.join(""):e.buffer.length===1?i=e.buffer.first():i=e.buffer.concat(e.length),e.buffer.clear()):i=e.buffer.consume(t,e.decoder),i}function $C(t){var e=t._readableState;ue("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(cQ,e,t))}function cQ(t,e){if(ue("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&t.length===0&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var i=e._writableState;(!i||i.autoDestroy&&i.finished)&&e.destroy()}}typeof Symbol=="function"&&(je.from=function(t,e){return zC===void 0&&(zC=y0()),zC(je,t,e)});function k0(t,e){for(var i=0,n=t.length;i{"use strict";var pQ=Object.keys||function(t){var e=[];for(var i in t)e.push(i);return e};H0.exports=Fn;var _0=WC(),FC=zp();as()(Fn,_0);for(BC=pQ(FC.prototype),Ip=0;Ip{"use strict";$0.exports=Ye;function R0(t){var e=this;this.next=null,this.entry=null,this.finish=function(){$Q(e,t)}}var os;Ye.WritableState=ml;var gQ={deprecate:J2()},z0=yC(),Gp=require("buffer").Buffer,mQ=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function fQ(t){return Gp.from(t)}function wQ(t){return Gp.isBuffer(t)||t instanceof mQ}var JC=jC(),vQ=SC(),CQ=vQ.getHighWaterMark,Jt=Wt().codes,AQ=Jt.ERR_INVALID_ARG_TYPE,bQ=Jt.ERR_METHOD_NOT_IMPLEMENTED,yQ=Jt.ERR_MULTIPLE_CALLBACK,PQ=Jt.ERR_STREAM_CANNOT_PIPE,jQ=Jt.ERR_STREAM_DESTROYED,SQ=Jt.ERR_STREAM_NULL_VALUES,OQ=Jt.ERR_STREAM_WRITE_AFTER_END,xQ=Jt.ERR_UNKNOWN_ENCODING,ls=JC.errorOrDestroy;as()(Ye,z0);function TQ(){}function ml(t,e,i){os=os||Ka(),t=t||{},typeof i!="boolean"&&(i=e instanceof os),this.objectMode=!!t.objectMode,i&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=CQ(this,t,"writableHighWaterMark",i),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var n=t.decodeStrings===!1;this.decodeStrings=!n,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(a){IQ(e,a)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new R0(this)}ml.prototype.getBuffer=function(){for(var e=this.bufferedRequest,i=[];e;)i.push(e),e=e.next;return i};(function(){try{Object.defineProperty(ml.prototype,"buffer",{get:gQ.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var Dp;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Dp=Function.prototype[Symbol.hasInstance],Object.defineProperty(Ye,Symbol.hasInstance,{value:function(e){return Dp.call(this,e)?!0:this!==Ye?!1:e&&e._writableState instanceof ml}})):Dp=function(e){return e instanceof this};function Ye(t){os=os||Ka();var e=this instanceof os;if(!e&&!Dp.call(Ye,this))return new Ye(t);this._writableState=new ml(t,this,e),this.writable=!0,t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final)),z0.call(this)}Ye.prototype.pipe=function(){ls(this,new PQ)};function MQ(t,e){var i=new OQ;ls(t,i),process.nextTick(e,i)}function EQ(t,e,i,n){var a;return i===null?a=new SQ:typeof i!="string"&&!e.objectMode&&(a=new AQ("chunk",["string","Buffer"],i)),a?(ls(t,a),process.nextTick(n,a),!1):!0}Ye.prototype.write=function(t,e,i){var n=this._writableState,a=!1,r=!n.objectMode&&wQ(t);return r&&!Gp.isBuffer(t)&&(t=fQ(t)),typeof e=="function"&&(i=e,e=null),r?e="buffer":e||(e=n.defaultEncoding),typeof i!="function"&&(i=TQ),n.ending?MQ(this,i):(r||EQ(this,n,t,i))&&(n.pendingcb++,a=qQ(this,n,r,t,e,i)),a};Ye.prototype.cork=function(){this._writableState.corked++};Ye.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&D0(this,t))};Ye.prototype.setDefaultEncoding=function(e){if(typeof e=="string"&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new xQ(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(Ye.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function kQ(t,e,i){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=Gp.from(e,i)),e}Object.defineProperty(Ye.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function qQ(t,e,i,n,a,r){if(!i){var s=kQ(e,n,a);n!==s&&(i=!0,a="buffer",n=s)}var o=e.objectMode?1:n.length;e.length+=o;var l=e.length{"use strict";var NQ=require("util"),N0=zp(),{LEVEL:U0}=si(),fl=L0.exports=function(e={}){N0.call(this,{objectMode:!0,highWaterMark:e.highWaterMark}),this.format=e.format,this.level=e.level,this.handleExceptions=e.handleExceptions,this.handleRejections=e.handleRejections,this.silent=e.silent,e.log&&(this.log=e.log),e.logv&&(this.logv=e.logv),e.close&&(this.close=e.close),this.once("pipe",i=>{this.levels=i.levels,this.parent=i}),this.once("unpipe",i=>{i===this.parent&&(this.parent=null,this.close&&this.close())})};NQ.inherits(fl,N0);fl.prototype._write=function(e,i,n){if(this.silent||e.exception===!0&&!this.handleExceptions)return n(null);let a=this.level||this.parent&&this.parent.level;if(!a||this.levels[a]>=this.levels[e[U0]]){if(e&&!this.format)return this.log(e,n);let r,s;try{s=this.format.transform(Object.assign({},e),this.format.options)}catch(o){r=o}if(r||!s){if(n(),r)throw r;return}return this.log(s,n)}return this._writableState.sync=!1,n(null)};fl.prototype._writev=function(e,i){if(this.logv){let n=e.filter(this._accept,this);return n.length?this.logv(n,i):i(null)}for(let n=0;n=this.levels[i[U0]])&&(this.handleExceptions||i.exception!==!0))};fl.prototype._nop=function(){}});var QC=w((hue,B0)=>{"use strict";var UQ=require("util"),{LEVEL:KC}=si(),W0=ZC(),wl=B0.exports=function(e={}){if(W0.call(this,e),!e.transport||typeof e.transport.log!="function")throw new Error("Invalid transport, must be an object with a log method.");this.transport=e.transport,this.level=this.level||e.transport.level,this.handleExceptions=this.handleExceptions||e.transport.handleExceptions,this._deprecated();function i(n){this.emit("error",n,this.transport)}this.transport.__winstonError||(this.transport.__winstonError=i.bind(this),this.transport.on("error",this.transport.__winstonError))};UQ.inherits(wl,W0);wl.prototype._write=function(e,i,n){if(this.silent||e.exception===!0&&!this.handleExceptions)return n(null);(!this.level||this.levels[this.level]>=this.levels[e[KC]])&&this.transport.log(e[KC],e.message,e,this._nop),n(null)};wl.prototype._writev=function(e,i){for(let n=0;n{"use strict";YC.exports=ZC();YC.exports.LegacyTransportStream=QC()});var J0=w((fue,V0)=>{"use strict";var LQ=require("os"),{LEVEL:F0,MESSAGE:cs}=si(),WQ=us();V0.exports=class extends WQ{constructor(e={}){super(e),this.name=e.name||"console",this.stderrLevels=this._stringArrayToSet(e.stderrLevels),this.consoleWarnLevels=this._stringArrayToSet(e.consoleWarnLevels),this.eol=typeof e.eol=="string"?e.eol:LQ.EOL,this.forceConsole=e.forceConsole||!1,this._consoleLog=console.log.bind(console),this._consoleWarn=console.warn.bind(console),this._consoleError=console.error.bind(console),this.setMaxListeners(30)}log(e,i){if(setImmediate(()=>this.emit("logged",e)),this.stderrLevels[e[F0]]){console._stderr&&!this.forceConsole?console._stderr.write(`${e[cs]}${this.eol}`):this._consoleError(e[cs]),i&&i();return}else if(this.consoleWarnLevels[e[F0]]){console._stderr&&!this.forceConsole?console._stderr.write(`${e[cs]}${this.eol}`):this._consoleWarn(e[cs]),i&&i();return}console._stdout&&!this.forceConsole?console._stdout.write(`${e[cs]}${this.eol}`):this._consoleLog(e[cs]),i&&i()}_stringArrayToSet(e,i){if(!e)return{};if(i=i||"Cannot make set from type other than Array of string elements",!Array.isArray(e))throw new Error(i);return e.reduce((n,a)=>{if(typeof a!="string")throw new Error(i);return n[a]=!0,n},{})}}});var Np=w(($p,Z0)=>{"use strict";Object.defineProperty($p,"__esModule",{value:!0});$p.default=BQ;function BQ(t){return t&&typeof t.length=="number"&&t.length>=0&&t.length%1===0}Z0.exports=$p.default});var Q0=w((Up,K0)=>{"use strict";Object.defineProperty(Up,"__esModule",{value:!0});Up.default=function(t){return function(...e){var i=e.pop();return t.call(this,e,i)}};K0.exports=Up.default});var eH=w(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.fallback=Y0;Zt.wrap=X0;var FQ=Zt.hasQueueMicrotask=typeof queueMicrotask=="function"&&queueMicrotask,VQ=Zt.hasSetImmediate=typeof setImmediate=="function"&&setImmediate,JQ=Zt.hasNextTick=typeof process=="object"&&typeof process.nextTick=="function";function Y0(t){setTimeout(t,0)}function X0(t){return(e,...i)=>t(()=>e(...i))}var vl;FQ?vl=queueMicrotask:VQ?vl=setImmediate:JQ?vl=process.nextTick:vl=Y0;Zt.default=X0(vl)});var rH=w((Lp,aH)=>{"use strict";Object.defineProperty(Lp,"__esModule",{value:!0});Lp.default=e8;var ZQ=Q0(),KQ=tH(ZQ),QQ=eH(),YQ=tH(QQ),XQ=Qa();function tH(t){return t&&t.__esModule?t:{default:t}}function e8(t){return(0,XQ.isAsync)(t)?function(...e){let i=e.pop(),n=t.apply(this,e);return iH(n,i)}:(0,KQ.default)(function(e,i){var n;try{n=t.apply(this,e)}catch(a){return i(a)}if(n&&typeof n.then=="function")return iH(n,i);i(null,n)})}function iH(t,e){return t.then(i=>{nH(e,null,i)},i=>{nH(e,i&&(i instanceof Error||i.message)?i:new Error(i))})}function nH(t,e,i){try{t(e,i)}catch(n){(0,YQ.default)(a=>{throw a},n)}}aH.exports=Lp.default});var Qa=w(ht=>{"use strict";Object.defineProperty(ht,"__esModule",{value:!0});ht.isAsyncIterable=ht.isAsyncGenerator=ht.isAsync=void 0;var i8=rH(),n8=t8(i8);function t8(t){return t&&t.__esModule?t:{default:t}}function sH(t){return t[Symbol.toStringTag]==="AsyncFunction"}function a8(t){return t[Symbol.toStringTag]==="AsyncGenerator"}function r8(t){return typeof t[Symbol.asyncIterator]=="function"}function s8(t){if(typeof t!="function")throw new Error("expected a function");return sH(t)?(0,n8.default)(t):t}ht.default=s8;ht.isAsync=sH;ht.isAsyncGenerator=a8;ht.isAsyncIterable=r8});var ps=w((Wp,oH)=>{"use strict";Object.defineProperty(Wp,"__esModule",{value:!0});Wp.default=o8;function o8(t,e){if(e||(e=t.length),!e)throw new Error("arity is undefined");function i(...n){return typeof n[e-1]=="function"?t.apply(this,n):new Promise((a,r)=>{n[e-1]=(s,...o)=>{if(s)return r(s);a(o.length>1?o:o[0])},t.apply(this,n)})}return i}oH.exports=Wp.default});var uH=w((Bp,lH)=>{"use strict";Object.defineProperty(Bp,"__esModule",{value:!0});var l8=Np(),u8=XC(l8),c8=Qa(),p8=XC(c8),d8=ps(),h8=XC(d8);function XC(t){return t&&t.__esModule?t:{default:t}}Bp.default=(0,h8.default)((t,e,i)=>{var n=(0,u8.default)(e)?[]:{};t(e,(a,r,s)=>{(0,p8.default)(a)((o,...l)=>{l.length<2&&([l]=l),n[r]=l,s(o)})},a=>i(a,n))},3);lH.exports=Bp.default});var eA=w((Fp,cH)=>{"use strict";Object.defineProperty(Fp,"__esModule",{value:!0});Fp.default=g8;function g8(t){function e(...i){if(t!==null){var n=t;t=null,n.apply(this,i)}}return Object.assign(e,t),e}cH.exports=Fp.default});var dH=w((Vp,pH)=>{"use strict";Object.defineProperty(Vp,"__esModule",{value:!0});Vp.default=function(t){return t[Symbol.iterator]&&t[Symbol.iterator]()};pH.exports=Vp.default});var mH=w((Jp,gH)=>{"use strict";Object.defineProperty(Jp,"__esModule",{value:!0});Jp.default=y8;var m8=Np(),f8=hH(m8),w8=dH(),v8=hH(w8);function hH(t){return t&&t.__esModule?t:{default:t}}function C8(t){var e=-1,i=t.length;return function(){return++e{"use strict";Object.defineProperty(Zp,"__esModule",{value:!0});Zp.default=P8;function P8(t){return function(...e){if(t===null)throw new Error("Callback was already called.");var i=t;t=null,i.apply(this,e)}}fH.exports=Zp.default});var Qp=w((Kp,wH)=>{"use strict";Object.defineProperty(Kp,"__esModule",{value:!0});var j8={};Kp.default=j8;wH.exports=Kp.default});var CH=w((Yp,vH)=>{"use strict";Object.defineProperty(Yp,"__esModule",{value:!0});Yp.default=T8;var S8=Qp(),O8=x8(S8);function x8(t){return t&&t.__esModule?t:{default:t}}function T8(t,e,i,n){let a=!1,r=!1,s=!1,o=0,l=0;function u(){o>=e||s||a||(s=!0,t.next().then(({value:d,done:h})=>{if(!(r||a)){if(s=!1,h){a=!0,o<=0&&n(null);return}o++,i(d,l,c),l++,u()}}).catch(p))}function c(d,h){if(o-=1,!r){if(d)return p(d);if(d===!1){a=!0,r=!0;return}if(h===O8.default||a&&o<=0)return a=!0,n(null);u()}}function p(d){r||(s=!1,a=!0,n(d))}u()}vH.exports=Yp.default});var PH=w((Xp,yH)=>{"use strict";Object.defineProperty(Xp,"__esModule",{value:!0});var M8=eA(),E8=Cl(M8),k8=mH(),q8=Cl(k8),_8=iA(),H8=Cl(_8),AH=Qa(),I8=CH(),bH=Cl(I8),R8=Qp(),z8=Cl(R8);function Cl(t){return t&&t.__esModule?t:{default:t}}Xp.default=t=>(e,i,n)=>{if(n=(0,E8.default)(n),t<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!e)return n(null);if((0,AH.isAsyncGenerator)(e))return(0,bH.default)(e,t,i,n);if((0,AH.isAsyncIterable)(e))return(0,bH.default)(e[Symbol.asyncIterator](),t,i,n);var a=(0,q8.default)(e),r=!1,s=!1,o=0,l=!1;function u(p,d){if(!s)if(o-=1,p)r=!0,n(p);else if(p===!1)r=!0,s=!0;else{if(d===z8.default||r&&o<=0)return r=!0,n(null);l||c()}}function c(){for(l=!0;o{"use strict";Object.defineProperty(ed,"__esModule",{value:!0});var D8=PH(),G8=nA(D8),$8=Qa(),N8=nA($8),U8=ps(),L8=nA(U8);function nA(t){return t&&t.__esModule?t:{default:t}}function W8(t,e,i,n){return(0,G8.default)(e)(t,(0,N8.default)(i),n)}ed.default=(0,L8.default)(W8,4);jH.exports=ed.default});var xH=w((id,OH)=>{"use strict";Object.defineProperty(id,"__esModule",{value:!0});var B8=tA(),F8=SH(B8),V8=ps(),J8=SH(V8);function SH(t){return t&&t.__esModule?t:{default:t}}function Z8(t,e,i){return(0,F8.default)(t,1,e,i)}id.default=(0,J8.default)(Z8,3);OH.exports=id.default});var EH=w((nd,MH)=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});nd.default=e7;var K8=uH(),Q8=TH(K8),Y8=xH(),X8=TH(Y8);function TH(t){return t&&t.__esModule?t:{default:t}}function e7(t,e){return(0,Q8.default)(X8.default,t,e)}MH.exports=nd.default});var aA=w((Cue,qH)=>{"use strict";qH.exports=gt;var td=Wt().codes,i7=td.ERR_METHOD_NOT_IMPLEMENTED,n7=td.ERR_MULTIPLE_CALLBACK,t7=td.ERR_TRANSFORM_ALREADY_TRANSFORMING,a7=td.ERR_TRANSFORM_WITH_LENGTH_0,ad=Ka();as()(gt,ad);function r7(t,e){var i=this._transformState;i.transforming=!1;var n=i.writecb;if(n===null)return this.emit("error",new n7);i.writechunk=null,i.writecb=null,e!=null&&this.push(e),n(t);var a=this._readableState;a.reading=!1,(a.needReadable||a.length{"use strict";HH.exports=Al;var _H=aA();as()(Al,_H);function Al(t){if(!(this instanceof Al))return new Al(t);_H.call(this,t)}Al.prototype._transform=function(t,e,i){i(null,t)}});var $H=w((bue,GH)=>{"use strict";var rA;function o7(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var DH=Wt().codes,l7=DH.ERR_MISSING_ARGS,u7=DH.ERR_STREAM_DESTROYED;function RH(t){if(t)throw t}function c7(t){return t.setHeader&&typeof t.abort=="function"}function p7(t,e,i,n){n=o7(n);var a=!1;t.on("close",function(){a=!0}),rA===void 0&&(rA=Mp()),rA(t,{readable:e,writable:i},function(s){if(s)return n(s);a=!0,n()});var r=!1;return function(s){if(!a&&!r){if(r=!0,c7(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();n(s||new u7("pipe"))}}}function zH(t){t()}function d7(t,e){return t.pipe(e)}function h7(t){return!t.length||typeof t[t.length-1]!="function"?RH:t.pop()}function g7(){for(var t=arguments.length,e=new Array(t),i=0;i0;return p7(s,l,u,function(c){a||(a=c),c&&r.forEach(zH),!l&&(r.forEach(zH),n(a))})});return e.reduce(d7)}GH.exports=g7});var Ya=w((wn,yl)=>{var bl=require("stream");process.env.READABLE_STREAM==="disable"&&bl?(yl.exports=bl.Readable,Object.assign(yl.exports,bl),yl.exports.Stream=bl):(wn=yl.exports=WC(),wn.Stream=bl||wn,wn.Readable=wn,wn.Writable=zp(),wn.Duplex=Ka(),wn.Transform=aA(),wn.PassThrough=IH(),wn.finished=Mp(),wn.pipeline=$H())});var dA=w((yue,UH)=>{var ds=[],Pl=[],sA=function(){};function lA(t){return~ds.indexOf(t)?!1:(ds.push(t),!0)}function uA(t){sA=t}function m7(t){for(var e=[],i=0;i{var v7=dA(),C7=v7(function t(e,i){return i=i||{},i.namespace=e,i.prod=!0,i.dev=!1,i.force||t.force?t.yep(i):t.nope(i)});LH.exports=C7});var KH=w((jue,ZH)=>{"use strict";var Vn={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},FH=Object.create(null);for(let t in Vn)Object.hasOwn(Vn,t)&&(FH[Vn[t]]=t);var pi={to:{},get:{}};pi.get=function(t){let e=t.slice(0,3).toLowerCase(),i,n;switch(e){case"hsl":{i=pi.get.hsl(t),n="hsl";break}case"hwb":{i=pi.get.hwb(t),n="hwb";break}default:{i=pi.get.rgb(t),n="rgb";break}}return i?{model:n,value:i}:null};pi.get.rgb=function(t){if(!t)return null;let e=/^#([a-f\d]{3,4})$/i,i=/^#([a-f\d]{6})([a-f\d]{2})?$/i,n=/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[\s,|/]\s*([+-]?[\d.]+)(%?)\s*)?\)$/,a=/^rgba?\(\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*(?:[\s,|/]\s*([+-]?[\d.]+)(%?)\s*)?\)$/,r=/^(\w+)$/,s=[0,0,0,1],o,l,u;if(o=t.match(i)){for(u=o[2],o=o[1],l=0;l<3;l++){let c=l*2;s[l]=Number.parseInt(o.slice(c,c+2),16)}u&&(s[3]=Number.parseInt(u,16)/255)}else if(o=t.match(e)){for(o=o[1],u=o[3],l=0;l<3;l++)s[l]=Number.parseInt(o[l]+o[l],16);u&&(s[3]=Number.parseInt(u+u,16)/255)}else if(o=t.match(n)){for(l=0;l<3;l++)s[l]=Number.parseInt(o[l+1],10);o[4]&&(s[3]=o[5]?Number.parseFloat(o[4])*.01:Number.parseFloat(o[4]))}else if(o=t.match(a)){for(l=0;l<3;l++)s[l]=Math.round(Number.parseFloat(o[l+1])*2.55);o[4]&&(s[3]=o[5]?Number.parseFloat(o[4])*.01:Number.parseFloat(o[4]))}else return(o=t.match(r))?o[1]==="transparent"?[0,0,0,0]:Object.hasOwn(Vn,o[1])?(s=Vn[o[1]],s[3]=1,s):null:null;for(l=0;l<3;l++)s[l]=Kt(s[l],0,255);return s[3]=Kt(s[3],0,1),s};pi.get.hsl=function(t){if(!t)return null;let e=/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*(?:[,|/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/,i=t.match(e);if(i){let n=Number.parseFloat(i[4]),a=(Number.parseFloat(i[1])%360+360)%360,r=Kt(Number.parseFloat(i[2]),0,100),s=Kt(Number.parseFloat(i[3]),0,100),o=Kt(Number.isNaN(n)?1:n,0,1);return[a,r,s,o]}return null};pi.get.hwb=function(t){if(!t)return null;let e=/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*[\s,]\s*([+-]?[\d.]+)%\s*[\s,]\s*([+-]?[\d.]+)%\s*(?:[\s,]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/,i=t.match(e);if(i){let n=Number.parseFloat(i[4]),a=(Number.parseFloat(i[1])%360+360)%360,r=Kt(Number.parseFloat(i[2]),0,100),s=Kt(Number.parseFloat(i[3]),0,100),o=Kt(Number.isNaN(n)?1:n,0,1);return[a,r,s,o]}return null};pi.to.hex=function(...t){return"#"+rd(t[0])+rd(t[1])+rd(t[2])+(t[3]<1?rd(Math.round(t[3]*255)):"")};pi.to.rgb=function(...t){return t.length<4||t[3]===1?"rgb("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+")":"rgba("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+", "+t[3]+")"};pi.to.rgb.percent=function(...t){let e=Math.round(t[0]/255*100),i=Math.round(t[1]/255*100),n=Math.round(t[2]/255*100);return t.length<4||t[3]===1?"rgb("+e+"%, "+i+"%, "+n+"%)":"rgba("+e+"%, "+i+"%, "+n+"%, "+t[3]+")"};pi.to.hsl=function(...t){return t.length<4||t[3]===1?"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)":"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+t[3]+")"};pi.to.hwb=function(...t){let e="";return t.length>=4&&t[3]!==1&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"};pi.to.keyword=function(...t){return FH[t.slice(0,3)]};function Kt(t,e,i){return Math.min(Math.max(e,t),i)}function rd(t){let e=Math.round(t).toString(16).toUpperCase();return e.length<2?"0"+e:e}var VH={};for(let t of Object.keys(Vn))VH[Vn[t]]=t;var H={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},oklab:{channels:3,labels:["okl","oka","okb"]},lch:{channels:3,labels:"lch"},oklch:{channels:3,labels:["okl","okc","okh"]},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}},mt=(6/29)**3;function hs(t){let e=t>.0031308?1.055*t**.4166666666666667-.055:t*12.92;return Math.min(Math.max(0,e),1)}function gs(t){return t>.04045?((t+.055)/1.055)**2.4:t/12.92}for(let t of Object.keys(H)){if(!("channels"in H[t]))throw new Error("missing channels property: "+t);if(!("labels"in H[t]))throw new Error("missing channel labels property: "+t);if(H[t].labels.length!==H[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:i}=H[t];delete H[t].channels,delete H[t].labels,Object.defineProperty(H[t],"channels",{value:e}),Object.defineProperty(H[t],"labels",{value:i})}H.rgb.hsl=function(t){let e=t[0]/255,i=t[1]/255,n=t[2]/255,a=Math.min(e,i,n),r=Math.max(e,i,n),s=r-a,o,l;switch(r){case a:{o=0;break}case e:{o=(i-n)/s;break}case i:{o=2+(n-e)/s;break}case n:{o=4+(e-i)/s;break}}o=Math.min(o*60,360),o<0&&(o+=360);let u=(a+r)/2;return r===a?l=0:u<=.5?l=s/(r+a):l=s/(2-r-a),[o,l*100,u*100]};H.rgb.hsv=function(t){let e,i,n,a,r,s=t[0]/255,o=t[1]/255,l=t[2]/255,u=Math.max(s,o,l),c=u-Math.min(s,o,l),p=function(d){return(u-d)/6/c+1/2};if(c===0)a=0,r=0;else{switch(r=c/u,e=p(s),i=p(o),n=p(l),u){case s:{a=n-i;break}case o:{a=1/3+e-n;break}case l:{a=2/3+i-e;break}}a<0?a+=1:a>1&&(a-=1)}return[a*360,r*100,u*100]};H.rgb.hwb=function(t){let e=t[0],i=t[1],n=t[2],a=H.rgb.hsl(t)[0],r=1/255*Math.min(e,Math.min(i,n));return n=1-1/255*Math.max(e,Math.max(i,n)),[a,r*100,n*100]};H.rgb.oklab=function(t){let e=gs(t[0]/255),i=gs(t[1]/255),n=gs(t[2]/255),a=Math.cbrt(.4122214708*e+.5363325363*i+.0514459929*n),r=Math.cbrt(.2119034982*e+.6806995451*i+.1073969566*n),s=Math.cbrt(.0883024619*e+.2817188376*i+.6299787005*n),o=.2104542553*a+.793617785*r-.0040720468*s,l=1.9779984951*a-2.428592205*r+.4505937099*s,u=.0259040371*a+.7827717662*r-.808675766*s;return[o*100,l*100,u*100]};H.rgb.cmyk=function(t){let e=t[0]/255,i=t[1]/255,n=t[2]/255,a=Math.min(1-e,1-i,1-n),r=(1-e-a)/(1-a)||0,s=(1-i-a)/(1-a)||0,o=(1-n-a)/(1-a)||0;return[r*100,s*100,o*100,a*100]};function A7(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}H.rgb.keyword=function(t){let e=VH[t];if(e)return e;let i=Number.POSITIVE_INFINITY,n;for(let a of Object.keys(Vn)){let r=Vn[a],s=A7(t,r);smt?i**(1/3):7.787*i+16/116,n=n>mt?n**(1/3):7.787*n+16/116,a=a>mt?a**(1/3):7.787*a+16/116;let r=116*n-16,s=500*(i-n),o=200*(n-a);return[r,s,o]};H.hsl.rgb=function(t){let e=t[0]/360,i=t[1]/100,n=t[2]/100,a,r;if(i===0)return r=n*255,[r,r,r];let s=n<.5?n*(1+i):n+i-n*i,o=2*n-s,l=[0,0,0];for(let u=0;u<3;u++)a=e+1/3*-(u-1),a<0&&a++,a>1&&a--,6*a<1?r=o+(s-o)*6*a:2*a<1?r=s:3*a<2?r=o+(s-o)*(2/3-a)*6:r=o,l[u]=r*255;return l};H.hsl.hsv=function(t){let e=t[0],i=t[1]/100,n=t[2]/100,a=i,r=Math.max(n,.01);n*=2,i*=n<=1?n:2-n,a*=r<=1?r:2-r;let s=(n+i)/2,o=n===0?2*a/(r+a):2*i/(n+i);return[e,o*100,s*100]};H.hsv.rgb=function(t){let e=t[0]/60,i=t[1]/100,n=t[2]/100,a=Math.floor(e)%6,r=e-Math.floor(e),s=255*n*(1-i),o=255*n*(1-i*r),l=255*n*(1-i*(1-r));switch(n*=255,a){case 0:return[n,l,s];case 1:return[o,n,s];case 2:return[s,n,l];case 3:return[s,o,n];case 4:return[l,s,n];case 5:return[n,s,o]}};H.hsv.hsl=function(t){let e=t[0],i=t[1]/100,n=t[2]/100,a=Math.max(n,.01),r,s;s=(2-i)*n;let o=(2-i)*a;return r=i*a,r/=o<=1?o:2-o,r=r||0,s/=2,[e,r*100,s*100]};H.hwb.rgb=function(t){let e=t[0]/360,i=t[1]/100,n=t[2]/100,a=i+n,r;a>1&&(i/=a,n/=a);let s=Math.floor(6*e),o=1-n;r=6*e-s,(s&1)!==0&&(r=1-r);let l=i+r*(o-i),u,c,p;switch(s){default:case 6:case 0:{u=o,c=l,p=i;break}case 1:{u=l,c=o,p=i;break}case 2:{u=i,c=o,p=l;break}case 3:{u=i,c=l,p=o;break}case 4:{u=l,c=i,p=o;break}case 5:{u=o,c=i,p=l;break}}return[u*255,c*255,p*255]};H.cmyk.rgb=function(t){let e=t[0]/100,i=t[1]/100,n=t[2]/100,a=t[3]/100,r=1-Math.min(1,e*(1-a)+a),s=1-Math.min(1,i*(1-a)+a),o=1-Math.min(1,n*(1-a)+a);return[r*255,s*255,o*255]};H.xyz.rgb=function(t){let e=t[0]/100,i=t[1]/100,n=t[2]/100,a,r,s;return a=e*3.2404542+i*-1.5371385+n*-.4985314,r=e*-.969266+i*1.8760108+n*.041556,s=e*.0556434+i*-.2040259+n*1.0572252,a=hs(a),r=hs(r),s=hs(s),[a*255,r*255,s*255]};H.xyz.lab=function(t){let e=t[0],i=t[1],n=t[2];e/=95.047,i/=100,n/=108.883,e=e>mt?e**(1/3):7.787*e+16/116,i=i>mt?i**(1/3):7.787*i+16/116,n=n>mt?n**(1/3):7.787*n+16/116;let a=116*i-16,r=500*(e-i),s=200*(i-n);return[a,r,s]};H.xyz.oklab=function(t){let e=t[0]/100,i=t[1]/100,n=t[2]/100,a=Math.cbrt(.8189330101*e+.3618667424*i-.1288597137*n),r=Math.cbrt(.0329845436*e+.9293118715*i+.0361456387*n),s=Math.cbrt(.0482003018*e+.2643662691*i+.633851707*n),o=.2104542553*a+.793617785*r-.0040720468*s,l=1.9779984951*a-2.428592205*r+.4505937099*s,u=.0259040371*a+.7827717662*r-.808675766*s;return[o*100,l*100,u*100]};H.oklab.oklch=function(t){return H.lab.lch(t)};H.oklab.xyz=function(t){let e=t[0]/100,i=t[1]/100,n=t[2]/100,a=(.999999998*e+.396337792*i+.215803758*n)**3,r=(1.000000008*e-.105561342*i-.063854175*n)**3,s=(1.000000055*e-.089484182*i-1.291485538*n)**3,o=1.227013851*a-.55779998*r+.281256149*s,l=-.040580178*a+1.11225687*r-.071676679*s,u=-.076381285*a-.421481978*r+1.58616322*s;return[o*100,l*100,u*100]};H.oklab.rgb=function(t){let e=t[0]/100,i=t[1]/100,n=t[2]/100,a=(e+.3963377774*i+.2158037573*n)**3,r=(e-.1055613458*i-.0638541728*n)**3,s=(e-.0894841775*i-1.291485548*n)**3,o=hs(4.0767416621*a-3.3077115913*r+.2309699292*s),l=hs(-1.2684380046*a+2.6097574011*r-.3413193965*s),u=hs(-.0041960863*a-.7034186147*r+1.707614701*s);return[o*255,l*255,u*255]};H.oklch.oklab=function(t){return H.lch.lab(t)};H.lab.xyz=function(t){let e=t[0],i=t[1],n=t[2],a,r,s;r=(e+16)/116,a=i/500+r,s=r-n/200;let o=r**3,l=a**3,u=s**3;return r=o>mt?o:(r-16/116)/7.787,a=l>mt?l:(a-16/116)/7.787,s=u>mt?u:(s-16/116)/7.787,a*=95.047,r*=100,s*=108.883,[a,r,s]};H.lab.lch=function(t){let e=t[0],i=t[1],n=t[2],a;a=Math.atan2(n,i)*360/2/Math.PI,a<0&&(a+=360);let s=Math.sqrt(i*i+n*n);return[e,s,a]};H.lch.lab=function(t){let e=t[0],i=t[1],a=t[2]/360*2*Math.PI,r=i*Math.cos(a),s=i*Math.sin(a);return[e,r,s]};H.rgb.ansi16=function(t,e=null){let[i,n,a]=t,r=e===null?H.rgb.hsv(t)[2]:e;if(r=Math.round(r/50),r===0)return 30;let s=30+(Math.round(a/255)<<2|Math.round(n/255)<<1|Math.round(i/255));return r===2&&(s+=60),s};H.hsv.ansi16=function(t){return H.rgb.ansi16(H.hsv.rgb(t),t[2])};H.rgb.ansi256=function(t){let e=t[0],i=t[1],n=t[2];return e>>4===i>>4&&i>>4===n>>4?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(i/255*5)+Math.round(n/255*5)};H.ansi16.rgb=function(t){t=t[0];let e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];let i=(Math.trunc(t>50)+1)*.5,n=(e&1)*i*255,a=(e>>1&1)*i*255,r=(e>>2&1)*i*255;return[n,a,r]};H.ansi256.rgb=function(t){if(t=t[0],t>=232){let r=(t-232)*10+8;return[r,r,r]}t-=16;let e,i=Math.floor(t/36)/5*255,n=Math.floor((e=t%36)/6)/5*255,a=e%6/5*255;return[i,n,a]};H.rgb.hex=function(t){let i=(((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255)).toString(16).toUpperCase();return"000000".slice(i.length)+i};H.hex.rgb=function(t){let e=t.toString(16).match(/[a-f\d]{6}|[a-f\d]{3}/i);if(!e)return[0,0,0];let i=e[0];e[0].length===3&&(i=[...i].map(o=>o+o).join(""));let n=Number.parseInt(i,16),a=n>>16&255,r=n>>8&255,s=n&255;return[a,r,s]};H.rgb.hcg=function(t){let e=t[0]/255,i=t[1]/255,n=t[2]/255,a=Math.max(Math.max(e,i),n),r=Math.min(Math.min(e,i),n),s=a-r,o,l=s<1?r/(1-s):0;return s<=0?o=0:a===e?o=(i-n)/s%6:a===i?o=2+(n-e)/s:o=4+(e-i)/s,o/=6,o%=1,[o*360,s*100,l*100]};H.hsl.hcg=function(t){let e=t[1]/100,i=t[2]/100,n=i<.5?2*e*i:2*e*(1-i),a=0;return n<1&&(a=(i-.5*n)/(1-n)),[t[0],n*100,a*100]};H.hsv.hcg=function(t){let e=t[1]/100,i=t[2]/100,n=e*i,a=0;return n<1&&(a=(i-n)/(1-n)),[t[0],n*100,a*100]};H.hcg.rgb=function(t){let e=t[0]/360,i=t[1]/100,n=t[2]/100;if(i===0)return[n*255,n*255,n*255];let a=[0,0,0],r=e%1*6,s=r%1,o=1-s,l=0;switch(Math.floor(r)){case 0:{a[0]=1,a[1]=s,a[2]=0;break}case 1:{a[0]=o,a[1]=1,a[2]=0;break}case 2:{a[0]=0,a[1]=1,a[2]=s;break}case 3:{a[0]=0,a[1]=o,a[2]=1;break}case 4:{a[0]=s,a[1]=0,a[2]=1;break}default:a[0]=1,a[1]=0,a[2]=o}return l=(1-i)*n,[(i*a[0]+l)*255,(i*a[1]+l)*255,(i*a[2]+l)*255]};H.hcg.hsv=function(t){let e=t[1]/100,i=t[2]/100,n=e+i*(1-e),a=0;return n>0&&(a=e/n),[t[0],a*100,n*100]};H.hcg.hsl=function(t){let e=t[1]/100,n=t[2]/100*(1-e)+.5*e,a=0;return n>0&&n<.5?a=e/(2*n):n>=.5&&n<1&&(a=e/(2*(1-n))),[t[0],a*100,n*100]};H.hcg.hwb=function(t){let e=t[1]/100,i=t[2]/100,n=e+i*(1-e);return[t[0],(n-e)*100,(1-n)*100]};H.hwb.hcg=function(t){let e=t[1]/100,n=1-t[2]/100,a=n-e,r=0;return a<1&&(r=(n-a)/(1-a)),[t[0],a*100,r*100]};H.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};H.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};H.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};H.gray.hsl=function(t){return[0,0,t[0]]};H.gray.hsv=H.gray.hsl;H.gray.hwb=function(t){return[0,100,t[0]]};H.gray.cmyk=function(t){return[0,0,0,t[0]]};H.gray.lab=function(t){return[t[0],0,0]};H.gray.hex=function(t){let e=Math.round(t[0]/100*255)&255,n=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".slice(n.length)+n};H.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]};function b7(){let t={},e=Object.keys(H);for(let{length:i}=e,n=0;n0;){let n=i.pop(),a=Object.keys(H[n]);for(let{length:r}=a,s=0;s1&&(i=n),t(i))};return"conversion"in t&&(e.conversion=t.conversion),e}function T7(t){let e=function(...i){let n=i[0];if(n==null)return n;n.length>1&&(i=n);let a=t(i);if(typeof a=="object")for(let{length:r}=a,s=0;s0){this.model=e||"rgb",n=wi[this.model].channels;let a=Array.prototype.slice.call(t,0,n);this.color=mA(a,n),this.valpha=typeof t[n]=="number"?t[n]:1}else if(typeof t=="number")this.model="rgb",this.color=[t>>16&255,t>>8&255,t&255],this.valpha=1;else{this.valpha=1;let a=Object.keys(t);"alpha"in t&&(a.splice(a.indexOf("alpha"),1),this.valpha=typeof t.alpha=="number"?t.alpha:0);let r=a.sort().join("");if(!(r in hA))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=hA[r];let{labels:s}=wi[this.model],o=[];for(i=0;i(t%360+360)%360),saturationl:Xe("hsl",1,ui(100)),lightness:Xe("hsl",2,ui(100)),saturationv:Xe("hsv",1,ui(100)),value:Xe("hsv",2,ui(100)),chroma:Xe("hcg",1,ui(100)),gray:Xe("hcg",2,ui(100)),white:Xe("hwb",1,ui(100)),wblack:Xe("hwb",2,ui(100)),cyan:Xe("cmyk",0,ui(100)),magenta:Xe("cmyk",1,ui(100)),yellow:Xe("cmyk",2,ui(100)),black:Xe("cmyk",3,ui(100)),x:Xe("xyz",0,ui(95.047)),y:Xe("xyz",1,ui(100)),z:Xe("xyz",2,ui(108.833)),l:Xe("lab",0,ui(100)),a:Xe("lab",1),b:Xe("lab",2),keyword(t){return t!==void 0?new ci(t):wi[this.model].keyword(this.color)},hex(t){return t!==void 0?new ci(t):pi.to.hex(...this.rgb().round().color)},hexa(t){if(t!==void 0)return new ci(t);let e=this.rgb().round().color,i=Math.round(this.valpha*255).toString(16).toUpperCase();return i.length===1&&(i="0"+i),pi.to.hex(...e)+i},rgbNumber(){let t=this.rgb().color;return(t[0]&255)<<16|(t[1]&255)<<8|t[2]&255},luminosity(){let t=this.rgb().color,e=[];for(let[i,n]of t.entries()){let a=n/255;e[i]=a<=.04045?a/12.92:((a+.055)/1.055)**2.4}return .2126*e[0]+.7152*e[1]+.0722*e[2]},contrast(t){let e=this.luminosity(),i=t.luminosity();return e>i?(e+.05)/(i+.05):(i+.05)/(e+.05)},level(t){let e=this.contrast(t);return e>=7?"AAA":e>=4.5?"AA":""},isDark(){let t=this.rgb().color;return(t[0]*2126+t[1]*7152+t[2]*722)/1e4<128},isLight(){return!this.isDark()},negate(){let t=this.rgb();for(let e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten(t){let e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken(t){let e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate(t){let e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate(t){let e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten(t){let e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken(t){let e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale(){let t=this.rgb().color,e=t[0]*.3+t[1]*.59+t[2]*.11;return ci.rgb(e,e,e)},fade(t){return this.alpha(this.valpha-this.valpha*t)},opaquer(t){return this.alpha(this.valpha+this.valpha*t)},rotate(t){let e=this.hsl(),i=e.color[0];return i=(i+t)%360,i=i<0?360+i:i,e.color[0]=i,e},mix(t,e){if(!t||!t.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof t);let i=t.rgb(),n=this.rgb(),a=e===void 0?.5:e,r=2*a-1,s=i.alpha()-n.alpha(),o=((r*s===-1?r:(r+s)/(1+r*s))+1)/2,l=1-o;return ci.rgb(o*i.red()+l*n.red(),o*i.green()+l*n.green(),o*i.blue()+l*n.blue(),i.alpha()*a+n.alpha()*(1-a))}};for(let t of Object.keys(wi)){if(JH.includes(t))continue;let{channels:e}=wi[t];ci.prototype[t]=function(...i){return this.model===t?new ci(this):i.length>0?new ci(i,t):new ci([...k7(wi[this.model][t].raw(this.color)),this.valpha],t)},ci[t]=function(...i){let n=i[0];return typeof n=="number"&&(n=mA(i,e)),new ci(n,t)}}function M7(t,e){return Number(t.toFixed(e))}function E7(t){return function(e){return M7(e,t)}}function Xe(t,e,i){t=Array.isArray(t)?t:[t];for(let n of t)(gA[n]||=[])[e]=i;return t=t[0],function(n){let a;return n!==void 0?(i&&(n=i(n)),a=this[t](),a.color[e]=n,a):(a=this[t]().color[e],i&&(a=i(a)),a)}}function ui(t){return function(e){return Math.max(0,Math.min(t,e))}}function k7(t){return Array.isArray(t)?t:[t]}function mA(t,e){for(let i=0;i{"use strict";function En(t,e){if(e)return new En(t).style(e);if(!(this instanceof En))return new En(t);this.text=t}En.prototype.prefix="\x1B[";En.prototype.suffix="m";En.prototype.hex=function(e){e=e[0]==="#"?e.substring(1):e,e.length===3&&(e=e.split(""),e[5]=e[2],e[4]=e[2],e[3]=e[1],e[2]=e[1],e[1]=e[0],e=e.join(""));var i=e.substring(0,2),n=e.substring(2,4),a=e.substring(4,6);return[parseInt(i,16),parseInt(n,16),parseInt(a,16)]};En.prototype.rgb=function(e,i,n){var a=e/255*5,r=i/255*5,s=n/255*5;return this.ansi(a,r,s)};En.prototype.ansi=function(e,i,n){var a=Math.round(e),r=Math.round(i),s=Math.round(n);return 16+a*36+r*6+s};En.prototype.reset=function(){return this.prefix+"39;49"+this.suffix};En.prototype.style=function(e){return this.prefix+"38;5;"+this.rgb.apply(this,this.hex(e))+this.suffix+this.text+this.reset()};QH.exports=En});var eI=w((Oue,XH)=>{var I7=KH(),R7=YH();XH.exports=function(e,i){var n=i.namespace,a=i.colors!==!1?R7(n+":",I7(n)):n+":";return e[0]=a+" "+e[0],e}});var nI=w((xue,iI)=>{"use strict";iI.exports=function(e,i){if(!i)return!1;for(var n=i.split(/[\s,]+/),a=0;a{var z7=nI();tI.exports=function(e){return function(n){try{return z7(n,e())}catch{}return!1}}});var sI=w((Mue,rI)=>{var D7=aI();rI.exports=D7(function(){return process.env.DEBUG||process.env.DIAGNOSTICS})});var lI=w((Eue,oI)=>{oI.exports=function(t,e){try{Function.prototype.apply.call(console.log,console,e)}catch{}}});var cI=w((kue,uI)=>{var G7=dA(),$7=require("tty").isatty(1),sd=G7(function t(e,i){return i=i||{},i.colors="colors"in i?i.colors:$7,i.namespace=e,i.prod=!1,i.dev=!0,!t.enabled(e)&&!(i.force||t.force)?t.nope(i):t.yep(i)});sd.modify(eI());sd.use(sI());sd.set(lI());uI.exports=sd});var jl=w((que,fA)=>{process.env.NODE_ENV==="production"?fA.exports=WH():fA.exports=cI()});var dI=w((_ue,pI)=>{"use strict";var wA=require("fs"),{StringDecoder:N7}=require("string_decoder"),{Stream:U7}=Ya();function L7(){}pI.exports=(t,e)=>{let i=Buffer.alloc(65536),n=new N7("utf8"),a=new U7,r="",s=0,o=0;return t.start===-1&&delete t.start,a.readable=!0,a.destroy=()=>{a.destroyed=!0,a.emit("end"),a.emit("close")},wA.open(t.file,"a+","0644",(l,u)=>{if(l){e?e(l):a.emit("error",l),a.destroy();return}(function c(){if(a.destroyed){wA.close(u,L7);return}return wA.read(u,i,0,i.length,s,(p,d)=>{if(p){e?e(p):a.emit("error",p),a.destroy();return}if(!d)return r&&((t.start==null||o>t.start)&&(e?e(null,r):a.emit("line",r)),o++,r=""),setTimeout(c,1e3);let h=n.write(i.slice(0,d));e||a.emit("data",h),h=(r+h).split(/\n+/);let g=h.length-1,m=0;for(;mt.start)&&(e?e(null,h[m]):a.emit("line",h[m])),o++;return r=h[g],s+=d,c()})})()}),e?a.destroy:a}});var fI=w((Iue,mI)=>{"use strict";var Qi=require("fs"),vi=require("path"),hI=EH(),W7=require("zlib"),{MESSAGE:B7}=si(),{Stream:F7,PassThrough:gI}=Ya(),V7=us(),kn=jl()("winston:file"),J7=require("os"),Z7=dI();mI.exports=class extends V7{constructor(e={}){super(e),this.name=e.name||"file";function i(n,...a){a.slice(1).forEach(r=>{if(e[r])throw new Error(`Cannot set ${r} and ${n} together`)})}if(this._stream=new gI,this._stream.setMaxListeners(30),this._onError=this._onError.bind(this),e.filename||e.dirname)i("filename or dirname","stream"),this._basename=this.filename=e.filename?vi.basename(e.filename):"winston.log",this.dirname=e.dirname||vi.dirname(e.filename),this.options=e.options||{flags:"a"};else if(e.stream)console.warn("options.stream will be removed in winston@4. Use winston.transports.Stream"),i("stream","filename","maxsize"),this._dest=this._stream.pipe(this._setupStream(e.stream)),this.dirname=vi.dirname(this._dest.path);else throw new Error("Cannot log to file without filename or stream.");this.maxsize=e.maxsize||null,this.rotationFormat=e.rotationFormat||!1,this.zippedArchive=e.zippedArchive||!1,this.maxFiles=e.maxFiles||null,this.eol=typeof e.eol=="string"?e.eol:J7.EOL,this.tailable=e.tailable||!1,this.lazy=e.lazy||!1,this._size=0,this._pendingSize=0,this._created=0,this._drain=!1,this._opening=!1,this._ending=!1,this._fileExist=!1,this.dirname&&this._createLogDirIfNotExist(this.dirname),this.lazy||this.open()}finishIfEnding(){this._ending&&(this._opening?this.once("open",()=>{this._stream.once("finish",()=>this.emit("finish")),setImmediate(()=>this._stream.end())}):(this._stream.once("finish",()=>this.emit("finish")),setImmediate(()=>this._stream.end())))}_final(e){if(this._opening){this.once("open",()=>this._final(e));return}if(this._stream.end(),!this._dest||this._dest.writableFinished)return e();this._dest.once("finish",e),this._dest.once("error",e)}log(e,i=()=>{}){if(this.silent)return i(),!0;if(this._drain){this._stream.once("drain",()=>{this._drain=!1,this.log(e,i)});return}if(this._rotate){this._stream.once("rotate",()=>{this._rotate=!1,this.log(e,i)});return}if(this.lazy){if(!this._fileExist){this._opening||this.open(),this.once("open",()=>{this._fileExist=!0,this.log(e,i)});return}if(this._needsNewFile(this._pendingSize)){this._dest.once("close",()=>{this._opening||this.open(),this.once("open",()=>{this.log(e,i)})});return}}let n=`${e[B7]}${this.eol}`,a=Buffer.byteLength(n);function r(){if(this._size+=a,this._pendingSize-=a,kn("logged %s %s",this._size,n),this.emit("logged",e),!this._rotate&&!this._opening&&this._needsNewFile()){if(this.lazy){this._endStream(()=>{this.emit("fileclosed")});return}this._rotate=!0,this._endStream(()=>this._rotateFile())}}this._pendingSize+=a,this._opening&&!this.rotatedWhileOpening&&this._needsNewFile(this._size+this._pendingSize)&&(this.rotatedWhileOpening=!0);let s=this._stream.write(n,r.bind(this));return s?i():(this._drain=!0,this._stream.once("drain",()=>{this._drain=!1,i()})),kn("written",s,this._drain),this.finishIfEnding(),s}query(e,i){typeof e=="function"&&(i=e,e={}),e=p(e);let n=vi.join(this.dirname,this.filename),a="",r=[],s=0,o=Qi.createReadStream(n,{encoding:"utf8"});o.on("error",d=>{if(o.readable&&o.destroy(),!!i)return d.code!=="ENOENT"?i(d):i(null,r)}),o.on("data",d=>{d=(a+d).split(/\n+/);let h=d.length-1,g=0;for(;g=e.start)&&l(d[g]),s++;a=d[h]}),o.on("close",()=>{a&&l(a,!0),e.order==="desc"&&(r=r.reverse()),i&&i(null,r)});function l(d,h){try{let g=JSON.parse(d);c(g)&&u(g)}catch(g){h||o.emit("error",g)}}function u(d){if(e.rows&&r.length>=e.rows&&e.order!=="desc"){o.readable&&o.destroy();return}e.fields&&(d=e.fields.reduce((h,g)=>(h[g]=d[g],h),{})),e.order==="desc"&&r.length>=e.rows&&r.shift(),r.push(d)}function c(d){if(!d||typeof d!="object")return;let h=new Date(d.timestamp);if(!(e.from&&he.until||e.level&&e.level!==d.level))return!0}function p(d){return d=d||{},d.rows=d.rows||d.limit||10,d.start=d.start||0,d.until=d.until||new Date,typeof d.until!="object"&&(d.until=new Date(d.until)),d.from=d.from||d.until-1440*60*1e3,typeof d.from!="object"&&(d.from=new Date(d.from)),d.order=d.order||"desc",d}}stream(e={}){let i=vi.join(this.dirname,this.filename),n=new F7,a={file:i,start:e.start};return n.destroy=Z7(a,(r,s)=>{if(r)return n.emit("error",r);try{n.emit("data",s),s=JSON.parse(s),n.emit("log",s)}catch(o){n.emit("error",o)}}),n}open(){this.filename&&(this._opening||(this._opening=!0,this.stat((e,i)=>{if(e)return this.emit("error",e);kn("stat done: %s { size: %s }",this.filename,i),this._size=i,this._dest=this._createStream(this._stream),this._opening=!1,this.once("open",()=>{this._stream.emit("rotate")||(this._rotate=!1)})})))}stat(e){let i=this._getFile(),n=vi.join(this.dirname,i);Qi.stat(n,(a,r)=>{if(a&&a.code==="ENOENT")return kn("ENOENT\xA0ok",n),this.filename=i,e(null,0);if(a)return kn(`err ${a.code} ${n}`),e(a);if(!r||this._needsNewFile(r.size))return this._incFile(()=>this.stat(e));this.filename=i,e(null,r.size)})}close(e){this._stream&&this._stream.end(()=>{e&&e(),this.emit("flush"),this.emit("closed")})}_needsNewFile(e){return e=e||this._size,this.maxsize&&e>=this.maxsize}_onError(e){this.emit("error",e)}_setupStream(e){return e.on("error",this._onError),e}_cleanupStream(e){return e.removeListener("error",this._onError),e.destroy(),e}_rotateFile(){this._incFile(()=>this.open())}_endStream(e=()=>{}){this._dest?(this._stream.unpipe(this._dest),this._dest.end(()=>{this._cleanupStream(this._dest),e()})):e()}_createStream(e){let i=vi.join(this.dirname,this.filename);kn("create stream start",i,this.options);let n=Qi.createWriteStream(i,this.options).on("error",a=>kn(a)).on("close",()=>kn("close",n.path,n.bytesWritten)).on("open",()=>{kn("file open ok",i),this.emit("open",i),e.pipe(n),this.rotatedWhileOpening&&(this._stream=new gI,this._stream.setMaxListeners(30),this._rotateFile(),this.rotatedWhileOpening=!1,this._cleanupStream(n),e.end())});return kn("create stream ok",i),n}_incFile(e){kn("_incFile",this.filename);let i=vi.extname(this._basename),n=vi.basename(this._basename,i),a=[];this.zippedArchive&&a.push(function(r){let s=this._created>0&&!this.tailable?this._created:"";this._compressFile(vi.join(this.dirname,`${n}${s}${i}`),vi.join(this.dirname,`${n}${s}${i}.gz`),r)}.bind(this)),a.push(function(r){this.tailable?this._checkMaxFilesTailable(i,n,r):(this._created+=1,this._checkMaxFilesIncrementing(i,n,r))}.bind(this)),hI(a,e)}_getFile(){let e=vi.extname(this._basename),i=vi.basename(this._basename,e),n=this.rotationFormat?this.rotationFormat():this._created;return!this.tailable&&this._created?`${i}${n}${e}`:`${i}${e}`}_checkMaxFilesIncrementing(e,i,n){if(!this.maxFiles||this._created1;s--)a.push(function(o,l){let u=`${i}${o-1}${e}${r}`,c=vi.join(this.dirname,u);Qi.exists(c,p=>{if(!p)return l(null);u=`${i}${o}${e}${r}`,Qi.rename(c,vi.join(this.dirname,u),l)})}.bind(this,s));hI(a,()=>{Qi.rename(vi.join(this.dirname,`${i}${e}${r}`),vi.join(this.dirname,`${i}1${e}${r}`),n)})}_compressFile(e,i,n){Qi.access(e,Qi.F_OK,a=>{if(a)return n();var r=W7.createGzip(),s=Qi.createReadStream(e),o=Qi.createWriteStream(i);o.on("finish",()=>{Qi.unlink(e,n)}),s.pipe(r).pipe(o)})}_createLogDirIfNotExist(e){Qi.existsSync(e)||Qi.mkdirSync(e,{recursive:!0})}}});var vI=w((zue,wI)=>{"use strict";var K7=require("http"),Q7=require("https"),{Stream:Y7}=Ya(),X7=us(),{configure:eY}=ll();wI.exports=class extends X7{constructor(e={}){super(e),this.options=e,this.name=e.name||"http",this.ssl=!!e.ssl,this.host=e.host||"localhost",this.port=e.port,this.auth=e.auth,this.path=e.path||"",this.maximumDepth=e.maximumDepth,this.agent=e.agent,this.headers=e.headers||{},this.headers["content-type"]="application/json",this.batch=e.batch||!1,this.batchInterval=e.batchInterval||5e3,this.batchCount=e.batchCount||10,this.batchOptions=[],this.batchTimeoutID=-1,this.batchCallback={},this.port||(this.port=this.ssl?443:80)}log(e,i){this._request(e,null,null,(n,a)=>{a&&a.statusCode!==200&&(n=new Error(`Invalid HTTP Status Code: ${a.statusCode}`)),n?this.emit("warn",n):this.emit("logged",e)}),i&&setImmediate(i)}query(e,i){typeof e=="function"&&(i=e,e={}),e={method:"query",params:this.normalizeQuery(e)};let n=e.params.auth||null;delete e.params.auth;let a=e.params.path||null;delete e.params.path,this._request(e,n,a,(r,s,o)=>{if(s&&s.statusCode!==200&&(r=new Error(`Invalid HTTP Status Code: ${s.statusCode}`)),r)return i(r);if(typeof o=="string")try{o=JSON.parse(o)}catch(l){return i(l)}i(null,o)})}stream(e={}){let i=new Y7;e={method:"stream",params:e};let n=e.params.path||null;delete e.params.path;let a=e.params.auth||null;delete e.params.auth;let r="",s=this._request(e,a,n);return i.destroy=()=>s.destroy(),s.on("data",o=>{o=(r+o).split(/\n+/);let l=o.length-1,u=0;for(;ui.emit("error",o)),i}_request(e,i,n,a){e=e||{},i=i||this.auth,n=n||this.path||"",this.batch?this._doBatch(e,a,i,n):this._doRequest(e,a,i,n)}_doBatch(e,i,n,a){if(this.batchOptions.push(e),this.batchOptions.length===1){let r=this;this.batchCallback=i,this.batchTimeoutID=setTimeout(function(){r.batchTimeoutID=-1,r._doBatchRequest(r.batchCallback,n,a)},this.batchInterval)}this.batchOptions.length===this.batchCount&&this._doBatchRequest(this.batchCallback,n,a)}_doBatchRequest(e,i,n){this.batchTimeoutID>0&&(clearTimeout(this.batchTimeoutID),this.batchTimeoutID=-1);let a=this.batchOptions.slice();this.batchOptions=[],this._doRequest(a,e,i,n)}_doRequest(e,i,n,a){let r=Object.assign({},this.headers);n&&n.bearer&&(r.Authorization=`Bearer ${n.bearer}`);let s=(this.ssl?Q7:K7).request({...this.options,method:"POST",host:this.host,port:this.port,path:`/${a.replace(/^\//,"")}`,headers:r,auth:n&&n.username&&n.password?`${n.username}:${n.password}`:"",agent:this.agent});s.on("error",i),s.on("response",l=>l.on("end",()=>i(null,l)).resume());let o=eY({...this.maximumDepth&&{maximumDepth:this.maximumDepth}});s.end(Buffer.from(o(e,this.options.replacer),"utf8"))}}});var vA=w((Due,CI)=>{"use strict";var Jn=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";Jn.writable=t=>Jn(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";Jn.readable=t=>Jn(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";Jn.duplex=t=>Jn.writable(t)&&Jn.readable(t);Jn.transform=t=>Jn.duplex(t)&&typeof t._transform=="function";CI.exports=Jn});var bI=w(($ue,AI)=>{"use strict";var iY=vA(),{MESSAGE:nY}=si(),tY=require("os"),aY=us();AI.exports=class extends aY{constructor(e={}){if(super(e),!e.stream||!iY(e.stream))throw new Error("options.stream is required.");this._stream=e.stream,this._stream.setMaxListeners(1/0),this.isObjectMode=e.stream._writableState.objectMode,this.eol=typeof e.eol=="string"?e.eol:tY.EOL}log(e,i){if(setImmediate(()=>this.emit("logged",e)),this.isObjectMode){this._stream.write(e),i&&i();return}this._stream.write(`${e[nY]}${this.eol}`),i&&i()}}});var yI=w(Sl=>{"use strict";Object.defineProperty(Sl,"Console",{configurable:!0,enumerable:!0,get(){return J0()}});Object.defineProperty(Sl,"File",{configurable:!0,enumerable:!0,get(){return fI()}});Object.defineProperty(Sl,"Http",{configurable:!0,enumerable:!0,get(){return vI()}});Object.defineProperty(Sl,"Stream",{configurable:!0,enumerable:!0,get(){return bI()}})});var ld=w(Ol=>{"use strict";var od=AC(),{configs:CA}=si();Ol.cli=od.levels(CA.cli);Ol.npm=od.levels(CA.npm);Ol.syslog=od.levels(CA.syslog);Ol.addColors=od.levels});var jI=w((ud,PI)=>{"use strict";Object.defineProperty(ud,"__esModule",{value:!0});var rY=Np(),sY=Xa(rY),oY=Qp(),lY=Xa(oY),uY=tA(),cY=Xa(uY),pY=eA(),dY=Xa(pY),hY=iA(),gY=Xa(hY),mY=Qa(),fY=Xa(mY),wY=ps(),vY=Xa(wY);function Xa(t){return t&&t.__esModule?t:{default:t}}function CY(t,e,i){i=(0,dY.default)(i);var n=0,a=0,{length:r}=t,s=!1;r===0&&i(null);function o(l,u){l===!1&&(s=!0),s!==!0&&(l?i(l):(++a===r||u===lY.default)&&i(null))}for(;n{"use strict";Object.defineProperty(cd,"__esModule",{value:!0});cd.default=yY;function yY(t){return(e,i,n)=>t(e,n)}SI.exports=cd.default});var hd=w((dd,xI)=>{"use strict";Object.defineProperty(dd,"__esModule",{value:!0});var PY=jI(),jY=pd(PY),SY=OI(),OY=pd(SY),xY=Qa(),TY=pd(xY),MY=ps(),EY=pd(MY);function pd(t){return t&&t.__esModule?t:{default:t}}function kY(t,e,i){return(0,jY.default)(t,(0,OY.default)((0,TY.default)(e)),i)}dd.default=(0,EY.default)(kY,3);xI.exports=dd.default});var MI=w((Lue,TI)=>{"use strict";var qY=Object.prototype.toString;TI.exports=function(e){if(typeof e.displayName=="string"&&e.constructor.name)return e.displayName;if(typeof e.name=="string"&&e.name)return e.name;if(typeof e=="object"&&e.constructor&&typeof e.constructor.name=="string")return e.constructor.name;var i=e.toString(),n=qY.call(e).slice(8,-1);return n==="Function"?i=i.substring(i.indexOf("(")+1,i.indexOf(")")):i=n,i||"anonymous"}});var AA=w((Wue,EI)=>{"use strict";var _Y=MI();EI.exports=function(e){var i=0,n;function a(){return i||(i=1,n=e.apply(this,arguments),e=null),n}return a.displayName=_Y(e),a}});var bA=w(Tl=>{Tl.get=function(t){var e=Error.stackTraceLimit;Error.stackTraceLimit=1/0;var i={},n=Error.prepareStackTrace;Error.prepareStackTrace=function(r,s){return s},Error.captureStackTrace(i,t||Tl.get);var a=i.stack;return Error.prepareStackTrace=n,Error.stackTraceLimit=e,a};Tl.parse=function(t){if(!t.stack)return[];var e=this,i=t.stack.split(` -`).slice(1);return i.map(function(n){if(n.match(/^\s*[-]{4,}$/))return e._createParsedCallSite({fileName:n,lineNumber:null,functionName:null,typeName:null,methodName:null,columnNumber:null,native:null});var a=n.match(/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/);if(a){var r=null,s=null,o=null,l=null,u=null,c=a[5]==="native";if(a[1]){o=a[1];var p=o.lastIndexOf(".");if(o[p-1]=="."&&p--,p>0){r=o.substr(0,p),s=o.substr(p+1);var d=r.indexOf(".Module");d>0&&(o=o.substr(d+1),r=r.substr(0,d))}l=null}s&&(l=r,u=s),s===""&&(u=null,o=null);var h={fileName:a[2]||null,lineNumber:parseInt(a[3],10)||null,functionName:o,typeName:l,methodName:u,columnNumber:parseInt(a[4],10)||null,native:c};return e._createParsedCallSite(h)}}).filter(function(n){return!!n})};function xl(t){for(var e in t)this[e]=t[e]}var HY=["this","typeName","functionName","methodName","fileName","lineNumber","columnNumber","function","evalOrigin"],IY=["topLevel","eval","native","constructor"];HY.forEach(function(t){xl.prototype[t]=null,xl.prototype["get"+t[0].toUpperCase()+t.substr(1)]=function(){return this[t]}});IY.forEach(function(t){xl.prototype[t]=!1,xl.prototype["is"+t[0].toUpperCase()+t.substr(1)]=function(){return this[t]}});Tl._createParsedCallSite=function(t){return new xl(t)}});var qI=w((Vue,kI)=>{"use strict";var{Writable:RY}=Ya();kI.exports=class extends RY{constructor(e){if(super({objectMode:!0}),!e)throw new Error("ExceptionStream requires a TransportStream instance.");this.handleExceptions=!0,this.transport=e}_write(e,i,n){return e.exception?this.transport.log(e,n):(n(),!0)}}});var PA=w((Zue,II)=>{"use strict";var _I=require("os"),zY=hd(),yA=jl()("winston:exception"),DY=AA(),HI=bA(),GY=qI();II.exports=class{constructor(e){if(!e)throw new Error("Logger is required to handle exceptions");this.logger=e,this.handlers=new Map}handle(...e){e.forEach(i=>{if(Array.isArray(i))return i.forEach(n=>this._addHandler(n));this._addHandler(i)}),this.catcher||(this.catcher=this._uncaughtException.bind(this),process.on("uncaughtException",this.catcher))}unhandle(){this.catcher&&(process.removeListener("uncaughtException",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(e=>this.logger.unpipe(e)))}getAllInfo(e){let i=null;return e&&(i=typeof e=="string"?e:e.message),{error:e,level:"error",message:[`uncaughtException: ${i||"(no error message)"}`,e&&e.stack||" No stack trace"].join(` -`),stack:e&&e.stack,exception:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:_I.loadavg(),uptime:_I.uptime()}}getTrace(e){return(e?HI.parse(e):HI.get()).map(n=>({column:n.getColumnNumber(),file:n.getFileName(),function:n.getFunctionName(),line:n.getLineNumber(),method:n.getMethodName(),native:n.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleExceptions=!0;let i=new GY(e);this.handlers.set(e,i),this.logger.pipe(i)}}_uncaughtException(e){let i=this.getAllInfo(e),n=this._getExceptionHandlers(),a=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,r;!n.length&&a&&(console.warn("winston: exitOnError cannot be true with no exception handlers."),console.warn("winston: not exiting process."),a=!1);function s(){yA("doExit",a),yA("process._exiting",process._exiting),a&&!process._exiting&&(r&&clearTimeout(r),process.exit(1))}if(!n||n.length===0)return process.nextTick(s);zY(n,(o,l)=>{let u=DY(l),c=o.transport||o;function p(d){return()=>{yA(d),u()}}c._ending=!0,c.once("finish",p("finished")),c.once("error",p("error"))},()=>a&&s()),this.logger.log(i),a&&(r=setTimeout(s,3e3))}_getExceptionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleExceptions)}}});var zI=w((Que,RI)=>{"use strict";var{Writable:$Y}=Ya();RI.exports=class extends $Y{constructor(e){if(super({objectMode:!0}),!e)throw new Error("RejectionStream requires a TransportStream instance.");this.handleRejections=!0,this.transport=e}_write(e,i,n){return e.rejection?this.transport.log(e,n):(n(),!0)}}});var SA=w((Xue,$I)=>{"use strict";var DI=require("os"),NY=hd(),jA=jl()("winston:rejection"),UY=AA(),GI=bA(),LY=zI();$I.exports=class{constructor(e){if(!e)throw new Error("Logger is required to handle rejections");this.logger=e,this.handlers=new Map}handle(...e){e.forEach(i=>{if(Array.isArray(i))return i.forEach(n=>this._addHandler(n));this._addHandler(i)}),this.catcher||(this.catcher=this._unhandledRejection.bind(this),process.on("unhandledRejection",this.catcher))}unhandle(){this.catcher&&(process.removeListener("unhandledRejection",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(e=>this.logger.unpipe(e)))}getAllInfo(e){let i=null;return e&&(i=typeof e=="string"?e:e.message),{error:e,level:"error",message:[`unhandledRejection: ${i||"(no error message)"}`,e&&e.stack||" No stack trace"].join(` -`),stack:e&&e.stack,rejection:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:DI.loadavg(),uptime:DI.uptime()}}getTrace(e){return(e?GI.parse(e):GI.get()).map(n=>({column:n.getColumnNumber(),file:n.getFileName(),function:n.getFunctionName(),line:n.getLineNumber(),method:n.getMethodName(),native:n.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleRejections=!0;let i=new LY(e);this.handlers.set(e,i),this.logger.pipe(i)}}_unhandledRejection(e){let i=this.getAllInfo(e),n=this._getRejectionHandlers(),a=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,r;!n.length&&a&&(console.warn("winston: exitOnError cannot be true with no rejection handlers."),console.warn("winston: not exiting process."),a=!1);function s(){jA("doExit",a),jA("process._exiting",process._exiting),a&&!process._exiting&&(r&&clearTimeout(r),process.exit(1))}if(!n||n.length===0)return process.nextTick(s);NY(n,(o,l)=>{let u=UY(l),c=o.transport||o;function p(d){return()=>{jA(d),u()}}c._ending=!0,c.once("finish",p("finished")),c.once("error",p("error"))},()=>a&&s()),this.logger.log(i),a&&(r=setTimeout(s,3e3))}_getRejectionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleRejections)}}});var UI=w((ece,NI)=>{"use strict";var OA=class{constructor(e){let i=gd();if(typeof e!="object"||Array.isArray(e)||!(e instanceof i))throw new Error("Logger is required for profiling");this.logger=e,this.start=Date.now()}done(...e){typeof e[e.length-1]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),e.pop());let i=typeof e[e.length-1]=="object"?e.pop():{};return i.level=i.level||"info",i.durationMs=Date.now()-this.start,this.logger.write(i)}};NI.exports=OA});var gd=w((ice,FI)=>{"use strict";var{Stream:WY,Transform:BY}=Ya(),LI=hd(),{LEVEL:Zn,SPLAT:WI}=si(),BI=vA(),FY=PA(),VY=SA(),JY=QC(),ZY=UI(),{warn:KY}=bC(),QY=ld(),YY=/%[scdjifoO%]/g,md=class extends BY{constructor(e){super({objectMode:!0}),this.configure(e)}child(e){let i=this;return Object.create(i,{write:{value:function(n){let a=Object.assign({},e,n);n instanceof Error&&(a.stack=n.stack,a.message=n.message,a.cause=n.cause),i.write(a)}}})}configure({silent:e,format:i,defaultMeta:n,levels:a,level:r="info",exitOnError:s=!0,transports:o,colors:l,emitErrs:u,formatters:c,padLevels:p,rewriters:d,stripColors:h,exceptionHandlers:g,rejectionHandlers:m}={}){if(this.transports.length&&this.clear(),this.silent=e,this.format=i||this.format||mC()(),this.defaultMeta=n||null,this.levels=a||this.levels||QY.npm.levels,this.level=r,this.exceptions&&this.exceptions.unhandle(),this.rejections&&this.rejections.unhandle(),this.exceptions=new FY(this),this.rejections=new VY(this),this.profilers={},this.exitOnError=s,o&&(o=Array.isArray(o)?o:[o],o.forEach(f=>this.add(f))),l||u||c||p||d||h)throw new Error(["{ colors, emitErrs, formatters, padLevels, rewriters, stripColors } were removed in winston@3.0.0.","Use a custom winston.format(function) instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(` -`));g&&this.exceptions.handle(g),m&&this.rejections.handle(m)}getHighestLogLevel(){let e=Ml(this.levels,this.level);return!this.transports||this.transports.length===0?e:this.transports.reduce((i,n)=>{let a=Ml(this.levels,n.level);return a!==null&&a>i?a:i},e)}isLevelEnabled(e){let i=Ml(this.levels,e);if(i===null)return!1;let n=Ml(this.levels,this.level);return n===null?!1:!this.transports||this.transports.length===0?n>=i:this.transports.findIndex(r=>{let s=Ml(this.levels,r.level);return s===null&&(s=n),s>=i})!==-1}log(e,i,...n){if(arguments.length===1)return e[Zn]=e.level,this._addDefaultMeta(e),this.write(e),this;if(arguments.length===2)return i&&typeof i=="object"?(i[Zn]=i.level=e,this._addDefaultMeta(i),this.write(i),this):(i={[Zn]:e,level:e,message:i},this._addDefaultMeta(i),this.write(i),this);let[a]=n;if(typeof a=="object"&&a!==null&&!(i&&i.match&&i.match(YY))){let s=Object.assign({},this.defaultMeta,a,{[Zn]:e,[WI]:n,level:e,message:i});return a.message&&(s.message=`${s.message} ${a.message}`),a.stack&&(s.stack=a.stack),a.cause&&(s.cause=a.cause),this.write(s),this}return this.write(Object.assign({},this.defaultMeta,{[Zn]:e,[WI]:n,level:e,message:i})),this}_transform(e,i,n){if(this.silent)return n();e[Zn]||(e[Zn]=e.level),!this.levels[e[Zn]]&&this.levels[e[Zn]]!==0&&console.error("[winston] Unknown logger level: %s",e[Zn]),this._readableState.pipes||console.error("[winston] Attempt to write logs with no transports, which can increase memory usage: %j",e);try{this.push(this.format.transform(e,this.format.options))}finally{this._writableState.sync=!1,n()}}_final(e){let i=this.transports.slice();LI(i,(n,a)=>{if(!n||n.finished)return setImmediate(a);n.once("finish",a),n.end()},e)}add(e){let i=!BI(e)||e.log.length>2?new JY({transport:e}):e;if(!i._writableState||!i._writableState.objectMode)throw new Error("Transports must WritableStreams in objectMode. Set { objectMode: true }.");return this._onEvent("error",i),this._onEvent("warn",i),this.pipe(i),e.handleExceptions&&this.exceptions.handle(),e.handleRejections&&this.rejections.handle(),this}remove(e){if(!e)return this;let i=e;return(!BI(e)||e.log.length>2)&&(i=this.transports.filter(n=>n.transport===e)[0]),i&&this.unpipe(i),this}clear(){return this.unpipe(),this}close(){return this.exceptions.unhandle(),this.rejections.unhandle(),this.clear(),this.emit("close"),this}setLevels(){KY.deprecated("setLevels")}query(e,i){typeof e=="function"&&(i=e,e={}),e=e||{};let n={},a=Object.assign({},e.query||{});function r(o,l){e.query&&typeof o.formatQuery=="function"&&(e.query=o.formatQuery(a)),o.query(e,(u,c)=>{if(u)return l(u);typeof o.formatResults=="function"&&(c=o.formatResults(c,e.format)),l(null,c)})}function s(o,l){r(o,(u,c)=>{l&&(c=u||c,c&&(n[o.name]=c),l()),l=null})}LI(this.transports.filter(o=>!!o.query),s,()=>i(null,n))}stream(e={}){let i=new WY,n=[];return i._streams=n,i.destroy=()=>{let a=n.length;for(;a--;)n[a].destroy()},this.transports.filter(a=>!!a.stream).forEach(a=>{let r=a.stream(e);r&&(n.push(r),r.on("log",s=>{s.transport=s.transport||[],s.transport.push(a.name),i.emit("log",s)}),r.on("error",s=>{s.transport=s.transport||[],s.transport.push(a.name),i.emit("error",s)}))}),i}startTimer(){return new ZY(this)}profile(e,...i){let n=Date.now();if(this.profilers[e]){let a=this.profilers[e];delete this.profilers[e],typeof i[i.length-2]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),i.pop());let r=typeof i[i.length-1]=="object"?i.pop():{};return r.level=r.level||"info",r.durationMs=n-a,r.message=r.message||e,this.write(r)}return this.profilers[e]=n,this}handleExceptions(...e){console.warn("Deprecated: .handleExceptions() will be removed in winston@4. Use .exceptions.handle()"),this.exceptions.handle(...e)}unhandleExceptions(...e){console.warn("Deprecated: .unhandleExceptions() will be removed in winston@4. Use .exceptions.unhandle()"),this.exceptions.unhandle(...e)}cli(){throw new Error(["Logger.cli() was removed in winston@3.0.0","Use a custom winston.formats.cli() instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(` -`))}_onEvent(e,i){function n(a){e==="error"&&!this.transports.includes(i)&&this.add(i),this.emit(e,a,i)}i["__winston"+e]||(i["__winston"+e]=n.bind(this),i.on(e,i["__winston"+e]))}_addDefaultMeta(e){this.defaultMeta&&Object.assign(e,this.defaultMeta)}};function Ml(t,e){let i=t[e];return!i&&i!==0?null:i}Object.defineProperty(md.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:t}=this._readableState;return Array.isArray(t)?t:[t].filter(Boolean)}});FI.exports=md});var xA=w((nce,VI)=>{"use strict";var{LEVEL:XY}=si(),eX=ld(),iX=gd(),nX=jl()("winston:create-logger");function tX(t){return"is"+t.charAt(0).toUpperCase()+t.slice(1)+"Enabled"}VI.exports=function(t={}){t.levels=t.levels||eX.npm.levels;class e extends iX{constructor(a){super(a)}}let i=new e(t);return Object.keys(t.levels).forEach(function(n){if(nX('Define prototype method for "%s"',n),n==="log"){console.warn('Level "log" not defined: conflicts with the method "log". Use a different level name.');return}e.prototype[n]=function(...a){let r=this||i;if(a.length===1){let[s]=a,o=s&&s.message&&s||{message:s};return o.level=o[XY]=n,r._addDefaultMeta(o),r.write(o),this||i}return a.length===0?(r.log(n,""),r):r.log(n,...a)},e.prototype[tX(n)]=function(){return(this||i).isLevelEnabled(n)}}),i}});var ZI=w((ace,JI)=>{"use strict";var aX=xA();JI.exports=class{constructor(e={}){this.loggers=new Map,this.options=e}add(e,i){if(!this.loggers.has(e)){i=Object.assign({},i||this.options);let n=i.transports||this.options.transports;n?i.transports=Array.isArray(n)?n.slice():[n]:i.transports=[];let a=aX(i);a.on("close",()=>this._delete(e)),this.loggers.set(e,a)}return this.loggers.get(e)}get(e,i){return this.add(e,i)}has(e){return!!this.loggers.has(e)}close(e){if(e)return this._removeLogger(e);this.loggers.forEach((i,n)=>this._removeLogger(n))}_removeLogger(e){if(!this.loggers.has(e))return;this.loggers.get(e).close(),this._delete(e)}_delete(e){this.loggers.delete(e)}}});var QI=w(He=>{"use strict";var KI=AC(),{warn:El}=bC();He.version=F2().version;He.transports=yI();He.config=ld();He.addColors=KI.levels;He.format=KI.format;He.createLogger=xA();He.Logger=gd();He.ExceptionHandler=PA();He.RejectionHandler=SA();He.Container=ZI();He.Transport=us();He.loggers=new He.Container;var Kn=He.createLogger();Object.keys(He.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(t=>He[t]=(...e)=>Kn[t](...e));Object.defineProperty(He,"level",{get(){return Kn.level},set(t){Kn.level=t}});Object.defineProperty(He,"exceptions",{get(){return Kn.exceptions}});Object.defineProperty(He,"rejections",{get(){return Kn.rejections}});["exitOnError"].forEach(t=>{Object.defineProperty(He,t,{get(){return Kn[t]},set(e){Kn[t]=e}})});Object.defineProperty(He,"default",{get(){return{exceptionHandlers:Kn.exceptionHandlers,rejectionHandlers:Kn.rejectionHandlers,transports:Kn.transports}}});El.deprecated(He,"setLevels");El.forFunctions(He,"useFormat",["cli"]);El.forProperties(He,"useFormat",["padLevels","stripColors"]);El.forFunctions(He,"deprecated",["addRewriter","addFilter","clone","extend"]);El.forProperties(He,"deprecated",["emitErrs","levelLength"])});var iR=w((sce,eR)=>{var kl=require("path"),YI=require("fs"),XI=parseInt("0777",8);eR.exports=ms.mkdirp=ms.mkdirP=ms;function ms(t,e,i,n){typeof e=="function"?(i=e,e={}):(!e||typeof e!="object")&&(e={mode:e});var a=e.mode,r=e.fs||YI;a===void 0&&(a=XI),n||(n=null);var s=i||function(){};t=kl.resolve(t),r.mkdir(t,a,function(o){if(!o)return n=n||t,s(null,n);switch(o.code){case"ENOENT":if(kl.dirname(t)===t)return s(o);ms(kl.dirname(t),e,function(l,u){l?s(l,u):ms(t,e,s,u)});break;default:r.stat(t,function(l,u){l||!u.isDirectory()?s(o,n):s(null,n)});break}})}ms.sync=function t(e,i,n){(!i||typeof i!="object")&&(i={mode:i});var a=i.mode,r=i.fs||YI;a===void 0&&(a=XI),n||(n=null),e=kl.resolve(e);try{r.mkdirSync(e,a),n=n||e}catch(o){switch(o.code){case"ENOENT":n=t(kl.dirname(e),i,n),t(e,i,n);break;default:var s;try{s=r.statSync(e)}catch{throw o}if(!s.isDirectory())throw o;break}}return n}});var TA=w((oce,nR)=>{function rX(t){this.name="DuplicateSectionError",this.message=t+" already exists",Error.captureStackTrace(this,this.constructor)}function sX(t){this.name=this.constructor.name,this.message="Section "+t+" does not exist.",Error.captureStackTrace(this,this.constructor)}function oX(t,e,i){this.name=this.constructor.name,this.message=`Source contains parsing errors. +`),Error.captureStackTrace(this,t)}};d2.exports=t=>{if(t.length>2)throw new vC(t);function e(i={}){this.options=i}e.prototype.transform=t;function n(i){return new e(i)}return n.Format=e,n}});var f2=v((que,m2)=>{var g2={};m2.exports=g2;var h2={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]};Object.keys(h2).forEach(function(t){var e=h2[t],n=g2[t]=[];n.open="\x1B["+e[0]+"m",n.close="\x1B["+e[1]+"m"})});var v2=v((_ue,w2)=>{"use strict";w2.exports=function(t,e){e=e||process.argv||[];var n=e.indexOf("--"),i=/^-{1,2}/.test(t)?"":"--",a=e.indexOf(i+t);return a!==-1&&(n===-1?!0:a{"use strict";var l6=require("os"),Ri=v2(),Ln=process.env,fs=void 0;Ri("no-color")||Ri("no-colors")||Ri("color=false")?fs=!1:(Ri("color")||Ri("colors")||Ri("color=true")||Ri("color=always"))&&(fs=!0);"FORCE_COLOR"in Ln&&(fs=Ln.FORCE_COLOR.length===0||parseInt(Ln.FORCE_COLOR,10)!==0);function u6(t){return t===0?!1:{level:t,hasBasic:!0,has256:t>=2,has16m:t>=3}}function c6(t){if(fs===!1)return 0;if(Ri("color=16m")||Ri("color=full")||Ri("color=truecolor"))return 3;if(Ri("color=256"))return 2;if(t&&!t.isTTY&&fs!==!0)return 0;var e=fs?1:0;if(process.platform==="win32"){var n=l6.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in Ln)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(function(a){return a in Ln})||Ln.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in Ln)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ln.TEAMCITY_VERSION)?1:0;if("TERM_PROGRAM"in Ln){var i=parseInt((Ln.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ln.TERM_PROGRAM){case"iTerm.app":return i>=3?3:2;case"Hyper":return 3;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ln.TERM)?2:/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(Ln.TERM)||"COLORTERM"in Ln?1:(Ln.TERM==="dumb",e)}function CC(t){var e=c6(t);return u6(e)}C2.exports={supportsColor:CC,stdout:CC(process.stdout),stderr:CC(process.stderr)}});var y2=v((Iue,b2)=>{b2.exports=function(e,n){var i="";e=e||"Run the trap, drop the bass",e=e.split("");var a={a:["@","\u0104","\u023A","\u0245","\u0394","\u039B","\u0414"],b:["\xDF","\u0181","\u0243","\u026E","\u03B2","\u0E3F"],c:["\xA9","\u023B","\u03FE"],d:["\xD0","\u018A","\u0500","\u0501","\u0502","\u0503"],e:["\xCB","\u0115","\u018E","\u0258","\u03A3","\u03BE","\u04BC","\u0A6C"],f:["\u04FA"],g:["\u0262"],h:["\u0126","\u0195","\u04A2","\u04BA","\u04C7","\u050A"],i:["\u0F0F"],j:["\u0134"],k:["\u0138","\u04A0","\u04C3","\u051E"],l:["\u0139"],m:["\u028D","\u04CD","\u04CE","\u0520","\u0521","\u0D69"],n:["\xD1","\u014B","\u019D","\u0376","\u03A0","\u048A"],o:["\xD8","\xF5","\xF8","\u01FE","\u0298","\u047A","\u05DD","\u06DD","\u0E4F"],p:["\u01F7","\u048E"],q:["\u09CD"],r:["\xAE","\u01A6","\u0210","\u024C","\u0280","\u042F"],s:["\xA7","\u03DE","\u03DF","\u03E8"],t:["\u0141","\u0166","\u0373"],u:["\u01B1","\u054D"],v:["\u05D8"],w:["\u0428","\u0460","\u047C","\u0D70"],x:["\u04B2","\u04FE","\u04FC","\u04FD"],y:["\xA5","\u04B0","\u04CB"],z:["\u01B5","\u0240"]};return e.forEach(function(r){r=r.toLowerCase();var s=a[r]||[" "],o=Math.floor(Math.random()*s.length);typeof a[r]<"u"?i+=a[r][o]:i+=r}),i}});var j2=v((Rue,P2)=>{P2.exports=function(e,n){e=e||" he is here ";var i={up:["\u030D","\u030E","\u0304","\u0305","\u033F","\u0311","\u0306","\u0310","\u0352","\u0357","\u0351","\u0307","\u0308","\u030A","\u0342","\u0313","\u0308","\u034A","\u034B","\u034C","\u0303","\u0302","\u030C","\u0350","\u0300","\u0301","\u030B","\u030F","\u0312","\u0313","\u0314","\u033D","\u0309","\u0363","\u0364","\u0365","\u0366","\u0367","\u0368","\u0369","\u036A","\u036B","\u036C","\u036D","\u036E","\u036F","\u033E","\u035B","\u0346","\u031A"],down:["\u0316","\u0317","\u0318","\u0319","\u031C","\u031D","\u031E","\u031F","\u0320","\u0324","\u0325","\u0326","\u0329","\u032A","\u032B","\u032C","\u032D","\u032E","\u032F","\u0330","\u0331","\u0332","\u0333","\u0339","\u033A","\u033B","\u033C","\u0345","\u0347","\u0348","\u0349","\u034D","\u034E","\u0353","\u0354","\u0355","\u0356","\u0359","\u035A","\u0323"],mid:["\u0315","\u031B","\u0300","\u0301","\u0358","\u0321","\u0322","\u0327","\u0328","\u0334","\u0335","\u0336","\u035C","\u035D","\u035E","\u035F","\u0360","\u0362","\u0338","\u0337","\u0361"," \u0489"]},a=[].concat(i.up,i.down,i.mid);function r(l){var u=Math.floor(Math.random()*l);return u}function s(l){var u=!1;return a.filter(function(c){u=c===l}),u}function o(l,u){var c="",p,h;u=u||{},u.up=typeof u.up<"u"?u.up:!0,u.mid=typeof u.mid<"u"?u.mid:!0,u.down=typeof u.down<"u"?u.down:!0,u.size=typeof u.size<"u"?u.size:"maxi",l=l.split("");for(h in l)if(!s(h)){switch(c=c+l[h],p={up:0,down:0,mid:0},u.size){case"mini":p.up=r(8),p.mid=r(2),p.down=r(8);break;case"maxi":p.up=r(16)+3,p.mid=r(4)+1,p.down=r(64)+3;break;default:p.up=r(8)+1,p.mid=r(6)/2,p.down=r(8)+1;break}var d=["up","mid","down"];for(var g in d)for(var m=d[g],f=0;f<=p[m];f++)u[m]&&(c=c+i[m][r(i[m].length)])}return c}return o(e,n)}});var O2=v((zue,S2)=>{S2.exports=function(t){return function(e,n,i){if(e===" ")return e;switch(n%3){case 0:return t.red(e);case 1:return t.white(e);case 2:return t.blue(e)}}}});var T2=v((Due,x2)=>{x2.exports=function(t){return function(e,n,i){return n%2===0?e:t.inverse(e)}}});var E2=v((Gue,M2)=>{M2.exports=function(t){var e=["red","yellow","green","blue","magenta"];return function(n,i,a){return n===" "?n:t[e[i++%e.length]](n)}}});var q2=v(($ue,k2)=>{k2.exports=function(t){var e=["underline","inverse","grey","yellow","red","green","blue","white","cyan","magenta","brightYellow","brightRed","brightGreen","brightBlue","brightWhite","brightCyan","brightMagenta"];return function(n,i,a){return n===" "?n:t[e[Math.round(Math.random()*(e.length-2))]](n)}}});var D2=v((Uue,z2)=>{var fe={};z2.exports=fe;fe.themes={};var p6=require("util"),nr=fe.styles=f2(),H2=Object.defineProperties,d6=new RegExp(/[\r\n]+/g);fe.supportsColor=A2().supportsColor;typeof fe.enabled>"u"&&(fe.enabled=fe.supportsColor()!==!1);fe.enable=function(){fe.enabled=!0};fe.disable=function(){fe.enabled=!1};fe.stripColors=fe.strip=function(t){return(""+t).replace(/\x1B\[\d+m/g,"")};var Nue=fe.stylize=function(e,n){if(!fe.enabled)return e+"";var i=nr[n];return!i&&n in fe?fe[n](e):i.open+e+i.close},h6=/[|\\{}()[\]^$+*?.]/g,g6=function(t){if(typeof t!="string")throw new TypeError("Expected a string");return t.replace(h6,"\\$&")};function I2(t){var e=function n(){return f6.apply(n,arguments)};return e._styles=t,e.__proto__=m6,e}var R2=(function(){var t={};return nr.grey=nr.gray,Object.keys(nr).forEach(function(e){nr[e].closeRe=new RegExp(g6(nr[e].close),"g"),t[e]={get:function(){return I2(this._styles.concat(e))}}}),t})(),m6=H2(function(){},R2);function f6(){var t=Array.prototype.slice.call(arguments),e=t.map(function(s){return s!=null&&s.constructor===String?s:p6.inspect(s)}).join(" ");if(!fe.enabled||!e)return e;for(var n=e.indexOf(` +`)!=-1,i=this._styles,a=i.length;a--;){var r=nr[i[a]];e=r.open+e.replace(r.closeRe,r.open)+r.close,n&&(e=e.replace(d6,function(s){return r.close+s+r.open}))}return e}fe.setTheme=function(t){if(typeof t=="string"){console.log("colors.setTheme now only accepts an object, not a string. If you are trying to set a theme from a file, it is now your (the caller's) responsibility to require the file. The old syntax looked like colors.setTheme(__dirname + '/../themes/generic-logging.js'); The new syntax looks like colors.setTheme(require(__dirname + '/../themes/generic-logging.js'));");return}for(var e in t)(function(n){fe[n]=function(i){if(typeof t[n]=="object"){var a=i;for(var r in t[n])a=fe[t[n][r]](a);return a}return fe[t[n]](i)}})(e)};function w6(){var t={};return Object.keys(R2).forEach(function(e){t[e]={get:function(){return I2([e])}}}),t}var v6=function(e,n){var i=n.split("");return i=i.map(e),i.join("")};fe.trap=y2();fe.zalgo=j2();fe.maps={};fe.maps.america=O2()(fe);fe.maps.zebra=T2()(fe);fe.maps.rainbow=E2()(fe);fe.maps.random=q2()(fe);for(_2 in fe.maps)(function(t){fe[t]=function(e){return v6(fe.maps[t],e)}})(_2);var _2;H2(fe,w6())});var AC=v((Lue,G2)=>{var C6=D2();G2.exports=C6});var $2=v(bC=>{"use strict";bC.levels={error:0,warn:1,help:2,data:3,info:4,debug:5,prompt:6,verbose:7,input:8,silly:9};bC.colors={error:"red",warn:"yellow",help:"cyan",data:"grey",info:"green",debug:"blue",prompt:"grey",verbose:"cyan",input:"grey",silly:"magenta"}});var N2=v(yC=>{"use strict";yC.levels={error:0,warn:1,info:2,http:3,verbose:4,debug:5,silly:6};yC.colors={error:"red",warn:"yellow",info:"green",http:"green",verbose:"cyan",debug:"blue",silly:"magenta"}});var U2=v(PC=>{"use strict";PC.levels={emerg:0,alert:1,crit:2,error:3,warning:4,notice:5,info:6,debug:7};PC.colors={emerg:"red",alert:"yellow",crit:"red",error:"red",warning:"red",notice:"yellow",info:"green",debug:"blue"}});var L2=v(Mp=>{"use strict";Object.defineProperty(Mp,"cli",{value:$2()});Object.defineProperty(Mp,"npm",{value:N2()});Object.defineProperty(Mp,"syslog",{value:U2()})});var ln=v(Al=>{"use strict";Object.defineProperty(Al,"LEVEL",{value:Symbol.for("level")});Object.defineProperty(Al,"MESSAGE",{value:Symbol.for("message")});Object.defineProperty(Al,"SPLAT",{value:Symbol.for("splat")});Object.defineProperty(Al,"configs",{value:L2()})});var qp=v((Zue,kp)=>{"use strict";var OC=AC(),{LEVEL:jC,MESSAGE:SC}=ln();OC.enabled=!0;var W2=/\s+/,Ep=class t{constructor(e={}){e.colors&&this.addColors(e.colors),this.options=e}static addColors(e){let n=Object.keys(e).reduce((i,a)=>(i[a]=W2.test(e[a])?e[a].split(W2):e[a],i),{});return t.allColors=Object.assign({},t.allColors||{},n),t.allColors}addColors(e){return t.addColors(e)}colorize(e,n,i){if(typeof i>"u"&&(i=n),!Array.isArray(t.allColors[e]))return OC[t.allColors[e]](i);for(let a=0,r=t.allColors[e].length;anew Ep(t);kp.exports.Colorizer=kp.exports.Format=Ep});var F2=v((Kue,B2)=>{"use strict";var{Colorizer:A6}=qp();B2.exports=t=>(A6.addColors(t.colors||t),t)});var J2=v((Que,V2)=>{"use strict";var b6=ai();V2.exports=b6(t=>(t.message=` ${t.message}`,t))});var Q2=v((Yue,K2)=>{"use strict";var y6=ai(),{LEVEL:Z2,MESSAGE:xC}=ln();K2.exports=y6((t,{stack:e,cause:n})=>{if(t instanceof Error){let a=Object.assign({},t,{level:t.level,[Z2]:t[Z2]||t.level,message:t.message,[xC]:t[xC]||t.message});return e&&(a.stack=t.stack),n&&(a.cause=t.cause),a}if(!(t.message instanceof Error))return t;let i=t.message;return Object.assign(t,i),t.message=i.message,t[xC]=i.message,e&&(t.stack=i.stack),n&&(t.cause=i.cause),t})});var MC=v((Xue,Hp)=>{"use strict";var{configs:P6,LEVEL:Y2,MESSAGE:TC}=ln(),_p=class t{constructor(e={levels:P6.npm.levels}){this.paddings=t.paddingForLevels(e.levels,e.filler),this.options=e}static getLongestLevel(e){let n=Object.keys(e).map(i=>i.length);return Math.max(...n)}static paddingForLevel(e,n,i){let a=i+1-e.length,r=Math.floor(a/n.length);return`${n}${n.repeat(r)}`.slice(0,a)}static paddingForLevels(e,n=" "){let i=t.getLongestLevel(e);return Object.keys(e).reduce((a,r)=>(a[r]=t.paddingForLevel(r,n,i),a),{})}transform(e,n){return e.message=`${this.paddings[e[Y2]]}${e.message}`,e[TC]&&(e[TC]=`${this.paddings[e[Y2]]}${e[TC]}`),e}};Hp.exports=t=>new _p(t);Hp.exports.Padder=Hp.exports.Format=_p});var X2=v((ece,EC)=>{"use strict";var{Colorizer:j6}=qp(),{Padder:S6}=MC(),{configs:O6,MESSAGE:x6}=ln(),Ip=class{constructor(e={}){e.levels||(e.levels=O6.cli.levels),this.colorizer=new j6(e),this.padder=new S6(e),this.options=e}transform(e,n){return this.colorizer.transform(this.padder.transform(e,n),n),e[x6]=`${e.level}:${e.message}`,e}};EC.exports=t=>new Ip(t);EC.exports.Format=Ip});var n0=v((nce,kC)=>{"use strict";var T6=ai();function e0(t){if(t.every(M6))return e=>{let n=e;for(let i=0;i{let e=T6(e0(t)),n=e();return n.Format=e.Format,n};kC.exports.cascade=e0});var yl=v((IC,a0)=>{"use strict";var{hasOwnProperty:bl}=Object.prototype,tr=HC();tr.configure=HC;tr.stringify=tr;tr.default=tr;IC.stringify=tr;IC.configure=HC;a0.exports=tr;var E6=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function Qt(t){return t.length<5e3&&!E6.test(t)?`"${t}"`:JSON.stringify(t)}function qC(t,e){if(t.length>200||e)return t.sort(e);for(let n=1;ni;)t[a]=t[a-1],a--;t[a]=i}return t}var k6=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function _C(t){return k6.call(t)!==void 0&&t.length!==0}function i0(t,e,n){t.length= 1`)}return n===void 0?1/0:n}function ir(t){return t===1?"1 item":`${t} items`}function I6(t){let e=new Set;for(let n of t)(typeof n=="string"||typeof n=="number")&&e.add(String(n));return e}function R6(t){if(bl.call(t,"strict")){let e=t.strict;if(typeof e!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(e)return n=>{let i=`Object can not safely be stringified. Received type ${typeof n}`;throw typeof n!="function"&&(i+=` (${n.toString()})`),new Error(i)}}}function HC(t){t={...t};let e=R6(t);e&&(t.bigint===void 0&&(t.bigint=!1),"circularValue"in t||(t.circularValue=Error));let n=q6(t),i=H6(t,"bigint"),a=_6(t),r=typeof a=="function"?a:void 0,s=t0(t,"maximumDepth"),o=t0(t,"maximumBreadth");function l(d,g,m,f,w,b){let A=g[d];switch(typeof A=="object"&&A!==null&&typeof A.toJSON=="function"&&(A=A.toJSON(d)),A=f.call(g,d,A),typeof A){case"string":return Qt(A);case"object":{if(A===null)return"null";if(m.indexOf(A)!==-1)return n;let y="",S=",",q=b;if(Array.isArray(A)){if(A.length===0)return"[]";if(so){let ze=A.length-o-1;y+=`${S}"... ${ir(ze)} not stringified"`}return w!==""&&(y+=` +${q}`),m.pop(),`[${y}]`}let N=Object.keys(A),X=N.length;if(X===0)return"{}";if(so){let re=X-o;y+=`${T}"...":${W}"${ir(re)} not stringified"`,T=S}return w!==""&&T.length>1&&(y=` +${b}${y} +${q}`),m.pop(),`{${y}}`}case"number":return isFinite(A)?String(A):e?e(A):"null";case"boolean":return A===!0?"true":"false";case"undefined":return;case"bigint":if(i)return String(A);default:return e?e(A):void 0}}function u(d,g,m,f,w,b){switch(typeof g=="object"&&g!==null&&typeof g.toJSON=="function"&&(g=g.toJSON(d)),typeof g){case"string":return Qt(g);case"object":{if(g===null)return"null";if(m.indexOf(g)!==-1)return n;let A=b,y="",S=",";if(Array.isArray(g)){if(g.length===0)return"[]";if(so){let Q=g.length-o-1;y+=`${S}"... ${ir(Q)} not stringified"`}return w!==""&&(y+=` +${A}`),m.pop(),`[${y}]`}m.push(g);let q="";w!==""&&(b+=w,S=`, +${b}`,q=" ");let N="";for(let X of f){let W=u(X,g[X],m,f,w,b);W!==void 0&&(y+=`${N}${Qt(X)}:${q}${W}`,N=S)}return w!==""&&N.length>1&&(y=` +${b}${y} +${A}`),m.pop(),`{${y}}`}case"number":return isFinite(g)?String(g):e?e(g):"null";case"boolean":return g===!0?"true":"false";case"undefined":return;case"bigint":if(i)return String(g);default:return e?e(g):void 0}}function c(d,g,m,f,w){switch(typeof g){case"string":return Qt(g);case"object":{if(g===null)return"null";if(typeof g.toJSON=="function"){if(g=g.toJSON(d),typeof g!="object")return c(d,g,m,f,w);if(g===null)return"null"}if(m.indexOf(g)!==-1)return n;let b=w;if(Array.isArray(g)){if(g.length===0)return"[]";if(so){let ne=g.length-o-1;W+=`${T}"... ${ir(ne)} not stringified"`}return W+=` +${b}`,m.pop(),`[${W}]`}let A=Object.keys(g),y=A.length;if(y===0)return"{}";if(so){let W=y-o;q+=`${N}"...": "${ir(W)} not stringified"`,N=S}return N!==""&&(q=` +${w}${q} +${b}`),m.pop(),`{${q}}`}case"number":return isFinite(g)?String(g):e?e(g):"null";case"boolean":return g===!0?"true":"false";case"undefined":return;case"bigint":if(i)return String(g);default:return e?e(g):void 0}}function p(d,g,m){switch(typeof g){case"string":return Qt(g);case"object":{if(g===null)return"null";if(typeof g.toJSON=="function"){if(g=g.toJSON(d),typeof g!="object")return p(d,g,m);if(g===null)return"null"}if(m.indexOf(g)!==-1)return n;let f="",w=g.length!==void 0;if(w&&Array.isArray(g)){if(g.length===0)return"[]";if(so){let W=g.length-o-1;f+=`,"... ${ir(W)} not stringified"`}return m.pop(),`[${f}]`}let b=Object.keys(g),A=b.length;if(A===0)return"{}";if(so){let q=A-o;f+=`${y}"...":"${ir(q)} not stringified"`}return m.pop(),`{${f}}`}case"number":return isFinite(g)?String(g):e?e(g):"null";case"boolean":return g===!0?"true":"false";case"undefined":return;case"bigint":if(i)return String(g);default:return e?e(g):void 0}}function h(d,g,m){if(arguments.length>1){let f="";if(typeof m=="number"?f=" ".repeat(Math.min(m,10)):typeof m=="string"&&(f=m.slice(0,10)),g!=null){if(typeof g=="function")return l("",{"":d},[],g,f,"");if(Array.isArray(g))return u("",d,[],I6(g),f,"")}if(f.length!==0)return c("",d,[],f,"")}return p("",d,[])}return h}});var RC=v((ice,r0)=>{"use strict";var z6=ai(),{MESSAGE:D6}=ln(),G6=yl();function $6(t,e){return typeof e=="bigint"?e.toString():e}r0.exports=z6((t,e)=>{let n=G6.configure(e);return t[D6]=n(t,e.replacer||$6,e.space),t})});var o0=v((tce,s0)=>{"use strict";var N6=ai();s0.exports=N6((t,e)=>e.message?(t.message=`[${e.label}] ${t.message}`,t):(t.label=e.label,t))});var u0=v((ace,l0)=>{"use strict";var U6=ai(),{MESSAGE:L6}=ln(),W6=yl();l0.exports=U6(t=>{let e={};return t.message&&(e["@message"]=t.message,delete t.message),t.timestamp&&(e["@timestamp"]=t.timestamp,delete t.timestamp),e["@fields"]=t,t[L6]=W6(e),t})});var p0=v((rce,c0)=>{"use strict";var B6=ai();function F6(t,e,n){let i=e.reduce((r,s)=>(r[s]=t[s],delete t[s],r),{}),a=Object.keys(t).reduce((r,s)=>(r[s]=t[s],delete t[s],r),{});return Object.assign(t,i,{[n]:a}),t}function V6(t,e,n){return t[n]=e.reduce((i,a)=>(i[a]=t[a],delete t[a],i),{}),t}c0.exports=B6((t,e={})=>{let n="metadata";e.key&&(n=e.key);let i=[];return!e.fillExcept&&!e.fillWith&&(i.push("level"),i.push("message")),e.fillExcept&&(i=e.fillExcept),i.length>0?F6(t,i,n):e.fillWith?V6(t,e.fillWith,n):t})});var h0=v((Pl,d0)=>{"use strict";var J6=ai(),Z6=Xw();d0.exports=J6(t=>{let e=+new Date;return Pl.diff=e-(Pl.prevTime||e),Pl.prevTime=e,t.ms=`+${Z6(Pl.diff)}`,t})});var f0=v((sce,m0)=>{"use strict";var K6=require("util").inspect,Q6=ai(),{LEVEL:Y6,MESSAGE:g0,SPLAT:X6}=ln();m0.exports=Q6((t,e={})=>{let n=Object.assign({},t);return delete n[Y6],delete n[g0],delete n[X6],t[g0]=K6(n,!1,e.depth||null,e.colorize),t})});var w0=v((oce,zp)=>{"use strict";var{MESSAGE:eQ}=ln(),Rp=class{constructor(e){this.template=e}transform(e){return e[eQ]=this.template(e),e}};zp.exports=t=>new Rp(t);zp.exports.Printf=zp.exports.Format=Rp});var A0=v((lce,C0)=>{"use strict";var nQ=ai(),{MESSAGE:v0}=ln(),iQ=yl();C0.exports=nQ(t=>{let e=iQ(Object.assign({},t,{level:void 0,message:void 0,splat:void 0})),n=t.padding&&t.padding[t.level]||"";return e!=="{}"?t[v0]=`${t.level}:${n} ${t.message} ${e}`:t[v0]=`${t.level}:${n} ${t.message}`,t})});var P0=v((uce,y0)=>{"use strict";var tQ=require("util"),{SPLAT:b0}=ln(),aQ=/%[scdjifoO%]/g,rQ=/%%/g,zC=class{constructor(e){this.options=e}_splat(e,n){let i=e.message,a=e[b0]||e.splat||[],r=i.match(rQ),s=r&&r.length||0,l=n.length-s-a.length,u=l<0?a.splice(l,-1*l):[],c=u.length;if(c)for(let p=0;p1?i.splice(0):i,s=r.length;if(s)for(let o=0;onew zC(t)});var S0=v((Dp,j0)=>{(function(t,e){typeof Dp=="object"&&typeof j0<"u"?e(Dp):typeof define=="function"&&define.amd?define(["exports"],e):e(t.fecha={})})(Dp,(function(t){"use strict";var e=/d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|Z|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,n="\\d\\d?",i="\\d\\d",a="\\d{3}",r="\\d{4}",s="[^\\s]+",o=/\[([^]*?)\]/gm;function l(O,R){for(var Se=[],Xe=0,_=O.length;Xe<_;Xe++)Se.push(O[Xe].substr(0,R));return Se}var u=function(O){return function(R,Se){var Xe=Se[O].map(function(be){return be.toLowerCase()}),_=Xe.indexOf(R.toLowerCase());return _>-1?_:null}};function c(O){for(var R=[],Se=1;Se3?0:(O-O%10!==10?1:0)*O%10]}},f=c({},m),w=function(O){return f=c(f,O)},b=function(O){return O.replace(/[|\\{()[^$+*?.-]/g,"\\$&")},A=function(O,R){for(R===void 0&&(R=2),O=String(O);O.length0?"-":"+")+A(Math.floor(Math.abs(R)/60)*100+Math.abs(R)%60,4)},Z:function(O){var R=O.getTimezoneOffset();return(R>0?"-":"+")+A(Math.floor(Math.abs(R)/60),2)+":"+A(Math.abs(R)%60,2)}},S=function(O){return+O-1},q=[null,n],N=[null,s],X=["isPm",s,function(O,R){var Se=O.toLowerCase();return Se===R.amPm[0]?0:Se===R.amPm[1]?1:null}],W=["timezoneOffset","[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z?",function(O){var R=(O+"").match(/([+-]|\d\d)/gi);if(R){var Se=+R[1]*60+parseInt(R[2],10);return R[0]==="+"?Se:-Se}return 0}],T={D:["day",n],DD:["day",i],Do:["day",n+s,function(O){return parseInt(O,10)}],M:["month",n,S],MM:["month",i,S],YY:["year",i,function(O){var R=new Date,Se=+(""+R.getFullYear()).substr(0,2);return+(""+(+O>68?Se-1:Se)+O)}],h:["hour",n,void 0,"isPm"],hh:["hour",i,void 0,"isPm"],H:["hour",n],HH:["hour",i],m:["minute",n],mm:["minute",i],s:["second",n],ss:["second",i],YYYY:["year",r],S:["millisecond","\\d",function(O){return+O*100}],SS:["millisecond",i,function(O){return+O*10}],SSS:["millisecond",a],d:q,dd:q,ddd:N,dddd:N,MMM:["month",s,u("monthNamesShort")],MMMM:["month",s,u("monthNames")],a:X,A:X,ZZ:W,Z:W},Q={default:"ddd MMM DD YYYY HH:mm:ss",shortDate:"M/D/YY",mediumDate:"MMM D, YYYY",longDate:"MMMM D, YYYY",fullDate:"dddd, MMMM D, YYYY",isoDate:"YYYY-MM-DD",isoDateTime:"YYYY-MM-DDTHH:mm:ssZ",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},re=function(O){return c(Q,O)},ie=function(O,R,Se){if(R===void 0&&(R=Q.default),Se===void 0&&(Se={}),typeof O=="number"&&(O=new Date(O)),Object.prototype.toString.call(O)!=="[object Date]"||isNaN(O.getTime()))throw new Error("Invalid Date pass to format");R=Q[R]||R;var Xe=[];R=R.replace(o,function(be,ke){return Xe.push(ke),"@@@"});var _=c(c({},f),Se);return R=R.replace(e,function(be){return y[be](O,_)}),R.replace(/@@@/g,function(){return Xe.shift()})};function ne(O,R,Se){if(Se===void 0&&(Se={}),typeof R!="string")throw new Error("Invalid format in fecha parse");if(R=Q[R]||R,O.length>1e3)return null;var Xe=new Date,_={year:Xe.getFullYear(),month:0,day:1,hour:0,minute:0,second:0,millisecond:0,isPm:null,timezoneOffset:null},be=[],ke=[],kn=R.replace(o,function(Z,Le){return ke.push(b(Le)),"@@@"}),Wn={},Gi={};kn=b(kn).replace(e,function(Z){var Le=T[Z],G=Le[0],z=Le[1],pe=Le[3];if(Wn[G])throw new Error("Invalid format. "+G+" specified twice in format");return Wn[G]=!0,pe&&(Gi[pe]=!0),be.push(Le),"("+z+")"}),Object.keys(Gi).forEach(function(Z){if(!Wn[Z])throw new Error("Invalid format. "+Z+" is required in specified format")}),kn=kn.replace(/@@@/g,function(){return ke.shift()});var ce=O.match(new RegExp(kn,"i"));if(!ce)return null;for(var un=c(c({},f),Se),mn=1;mn11||_.month<0||_.day>31||_.day<1||_.hour>23||_.hour<0||_.minute>59||_.minute<0||_.second>59||_.second<0)return null;return oi}var ze={format:ie,parse:ne,defaultI18n:m,setGlobalDateI18n:w,setGlobalDateMasks:re};t.assign=c,t.default=ze,t.format=ie,t.parse=ne,t.defaultI18n=m,t.setGlobalDateI18n=w,t.setGlobalDateMasks=re,Object.defineProperty(t,"__esModule",{value:!0})}))});var x0=v((cce,O0)=>{"use strict";var sQ=S0(),oQ=ai();O0.exports=oQ((t,e={})=>(e.format&&(t.timestamp=typeof e.format=="function"?e.format():sQ.format(new Date,e.format)),t.timestamp||(t.timestamp=new Date().toISOString()),e.alias&&(t[e.alias]=t.timestamp),t))});var M0=v((pce,T0)=>{"use strict";var DC=AC(),lQ=ai(),{MESSAGE:GC}=ln();T0.exports=lQ((t,e)=>(e.level!==!1&&(t.level=DC.strip(t.level)),e.message!==!1&&(t.message=DC.strip(String(t.message))),e.raw!==!1&&t[GC]&&(t[GC]=DC.strip(String(t[GC]))),t))});var NC=v($C=>{"use strict";var uQ=$C.format=ai();$C.levels=F2();function Mn(t,e){Object.defineProperty(uQ,t,{get(){return e()},configurable:!0})}Mn("align",function(){return J2()});Mn("errors",function(){return Q2()});Mn("cli",function(){return X2()});Mn("combine",function(){return n0()});Mn("colorize",function(){return qp()});Mn("json",function(){return RC()});Mn("label",function(){return o0()});Mn("logstash",function(){return u0()});Mn("metadata",function(){return p0()});Mn("ms",function(){return h0()});Mn("padLevels",function(){return MC()});Mn("prettyPrint",function(){return f0()});Mn("printf",function(){return w0()});Mn("simple",function(){return A0()});Mn("splat",function(){return P0()});Mn("timestamp",function(){return x0()});Mn("uncolorize",function(){return M0()})});var UC=v(Gp=>{"use strict";var{format:E0}=require("util");Gp.warn={deprecated(t){return()=>{throw new Error(E0("{ %s } was removed in winston@3.0.0.",t))}},useFormat(t){return()=>{throw new Error([E0("{ %s } was removed in winston@3.0.0.",t),"Use a custom winston.format = winston.format(function) instead."].join(` +`))}},forFunctions(t,e,n){n.forEach(i=>{t[i]=Gp.warn[e](i)})},forProperties(t,e,n){n.forEach(i=>{let a=Gp.warn[e](i);Object.defineProperty(t,i,{get:a,set:a})})}}});var k0=v((gce,cQ)=>{cQ.exports={name:"winston",description:"A logger for just about everything.",version:"3.19.0",author:"Charlie Robbins ",maintainers:["David Hyde "],repository:{type:"git",url:"https://github.com/winstonjs/winston.git"},keywords:["winston","logger","logging","logs","sysadmin","bunyan","pino","loglevel","tools","json","stream"],dependencies:{"@dabh/diagnostics":"^2.0.8","@colors/colors":"^1.6.0",async:"^3.2.3","is-stream":"^2.0.0",logform:"^2.7.0","one-time":"^1.0.0","readable-stream":"^3.4.0","safe-stable-stringify":"^2.3.1","stack-trace":"0.0.x","triple-beam":"^1.3.0","winston-transport":"^4.9.0"},devDependencies:{"@babel/cli":"^7.23.9","@babel/core":"^7.24.0","@babel/preset-env":"^7.24.0","@dabh/eslint-config-populist":"^4.4.0","@types/node":"^20.11.24","abstract-winston-transport":"^0.5.1",assume:"^2.2.0","cross-spawn-async":"^2.2.5",eslint:"^8.57.0",hock:"^1.4.1",jest:"^29.7.0",rimraf:"5.0.10",split2:"^4.1.0","std-mocks":"^2.0.0",through2:"^4.0.2","winston-compat":"^0.1.5"},main:"./lib/winston.js",browser:"./dist/winston",types:"./index.d.ts",scripts:{lint:"eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",test:"jest","test:unit":"jest -c test/jest.config.unit.js","test:integration":"jest -c test/jest.config.integration.js","test:typescript":"npx --package typescript tsc --project test",build:"babel lib -d dist",prebuild:"rimraf dist",prepublishOnly:"npm run build"},engines:{node:">= 12.0.0"},license:"MIT"}});var _0=v((mce,q0)=>{q0.exports=require("util").deprecate});var LC=v((fce,H0)=>{H0.exports=require("stream")});var BC=v((wce,R0)=>{"use strict";function pQ(t,e){var n=this,i=this._readableState&&this._readableState.destroyed,a=this._writableState&&this._writableState.destroyed;return i||a?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(WC,this,t)):process.nextTick(WC,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(r){!e&&r?n._writableState?n._writableState.errorEmitted?process.nextTick($p,n):(n._writableState.errorEmitted=!0,process.nextTick(I0,n,r)):process.nextTick(I0,n,r):e?(process.nextTick($p,n),e(r)):process.nextTick($p,n)}),this)}function I0(t,e){WC(t,e),$p(t)}function $p(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function dQ(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function WC(t,e){t.emit("error",e)}function hQ(t,e){var n=t._readableState,i=t._writableState;n&&n.autoDestroy||i&&i.autoDestroy?t.destroy(e):t.emit("error",e)}R0.exports={destroy:pQ,undestroy:dQ,errorOrDestroy:hQ}});var Yt=v((vce,G0)=>{"use strict";var D0={};function ji(t,e,n){n||(n=Error);function i(r,s,o){return typeof e=="string"?e:e(r,s,o)}class a extends n{constructor(s,o,l){super(i(s,o,l))}}a.prototype.name=n.name,a.prototype.code=t,D0[t]=a}function z0(t,e){if(Array.isArray(t)){let n=t.length;return t=t.map(i=>String(i)),n>2?`one of ${e} ${t.slice(0,n-1).join(", ")}, or `+t[n-1]:n===2?`one of ${e} ${t[0]} or ${t[1]}`:`of ${e} ${t[0]}`}else return`of ${e} ${String(t)}`}function gQ(t,e,n){return t.substr(!n||n<0?0:+n,e.length)===e}function mQ(t,e,n){return(n===void 0||n>t.length)&&(n=t.length),t.substring(n-e.length,n)===e}function fQ(t,e,n){return typeof n!="number"&&(n=0),n+e.length>t.length?!1:t.indexOf(e,n)!==-1}ji("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);ji("ERR_INVALID_ARG_TYPE",function(t,e,n){let i;typeof e=="string"&&gQ(e,"not ")?(i="must not be",e=e.replace(/^not /,"")):i="must be";let a;if(mQ(t," argument"))a=`The ${t} ${i} ${z0(e,"type")}`;else{let r=fQ(t,".")?"property":"argument";a=`The "${t}" ${r} ${i} ${z0(e,"type")}`}return a+=`. Received type ${typeof n}`,a},TypeError);ji("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");ji("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});ji("ERR_STREAM_PREMATURE_CLOSE","Premature close");ji("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});ji("ERR_MULTIPLE_CALLBACK","Callback called multiple times");ji("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");ji("ERR_STREAM_WRITE_AFTER_END","write after end");ji("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);ji("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);ji("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");G0.exports.codes=D0});var FC=v((Cce,$0)=>{"use strict";var wQ=Yt().codes.ERR_INVALID_OPT_VALUE;function vQ(t,e,n){return t.highWaterMark!=null?t.highWaterMark:e?t[n]:null}function CQ(t,e,n,i){var a=vQ(e,i,n);if(a!=null){if(!(isFinite(a)&&Math.floor(a)===a)||a<0){var r=i?n:"highWaterMark";throw new wQ(r,a)}return Math.floor(a)}return t.objectMode?16:16*1024}$0.exports={getHighWaterMark:CQ}});var N0=v((Ace,VC)=>{typeof Object.create=="function"?VC.exports=function(e,n){n&&(e.super_=n,e.prototype=Object.create(n.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:VC.exports=function(e,n){if(n){e.super_=n;var i=function(){};i.prototype=n.prototype,e.prototype=new i,e.prototype.constructor=e}}});var ws=v((bce,ZC)=>{try{if(JC=require("util"),typeof JC.inherits!="function")throw"";ZC.exports=JC.inherits}catch{ZC.exports=N0()}var JC});var V0=v((yce,F0)=>{"use strict";function U0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),n.push.apply(n,i)}return n}function L0(t){for(var e=1;e0?this.tail.next=i:this.head=i,this.tail=i,++this.length}},{key:"unshift",value:function(n){var i={data:n,next:this.head};this.length===0&&(this.tail=i),this.head=i,++this.length}},{key:"shift",value:function(){if(this.length!==0){var n=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,n}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(n){if(this.length===0)return"";for(var i=this.head,a=""+i.data;i=i.next;)a+=n+i.data;return a}},{key:"concat",value:function(n){if(this.length===0)return Np.alloc(0);for(var i=Np.allocUnsafe(n>>>0),a=this.head,r=0;a;)xQ(a.data,i,r),r+=a.data.length,a=a.next;return i}},{key:"consume",value:function(n,i){var a;return ns.length?s.length:n;if(o===s.length?r+=s:r+=s.slice(0,n),n-=o,n===0){o===s.length?(++a,i.next?this.head=i.next:this.head=this.tail=null):(this.head=i,i.data=s.slice(o));break}++a}return this.length-=a,r}},{key:"_getBuffer",value:function(n){var i=Np.allocUnsafe(n),a=this.head,r=1;for(a.data.copy(i),n-=a.data.length;a=a.next;){var s=a.data,o=n>s.length?s.length:n;if(s.copy(i,i.length-n,0,o),n-=o,n===0){o===s.length?(++r,a.next?this.head=a.next:this.head=this.tail=null):(this.head=a,a.data=s.slice(o));break}++r}return this.length-=r,i}},{key:OQ,value:function(n,i){return KC(this,L0(L0({},i),{},{depth:0,customInspect:!1}))}}]),t})()});var K0=v((QC,Z0)=>{var Up=require("buffer"),et=Up.Buffer;function J0(t,e){for(var n in t)e[n]=t[n]}et.from&&et.alloc&&et.allocUnsafe&&et.allocUnsafeSlow?Z0.exports=Up:(J0(Up,QC),QC.Buffer=ar);function ar(t,e,n){return et(t,e,n)}ar.prototype=Object.create(et.prototype);J0(et,ar);ar.from=function(t,e,n){if(typeof t=="number")throw new TypeError("Argument must not be a number");return et(t,e,n)};ar.alloc=function(t,e,n){if(typeof t!="number")throw new TypeError("Argument must be a number");var i=et(t);return e!==void 0?typeof n=="string"?i.fill(e,n):i.fill(e):i.fill(0),i};ar.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return et(t)};ar.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Up.SlowBuffer(t)}});var eA=v(Y0=>{"use strict";var XC=K0().Buffer,Q0=XC.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function TQ(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function MQ(t){var e=TQ(t);if(typeof e!="string"&&(XC.isEncoding===Q0||!Q0(t)))throw new Error("Unknown encoding: "+t);return e||t}Y0.StringDecoder=jl;function jl(t){this.encoding=MQ(t);var e;switch(this.encoding){case"utf16le":this.text=IQ,this.end=RQ,e=4;break;case"utf8":this.fillLast=qQ,e=4;break;case"base64":this.text=zQ,this.end=DQ,e=3;break;default:this.write=GQ,this.end=$Q;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=XC.allocUnsafe(e)}jl.prototype.write=function(t){if(t.length===0)return"";var e,n;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function EQ(t,e,n){var i=e.length-1;if(i=0?(a>0&&(t.lastNeed=a-1),a):--i=0?(a>0&&(t.lastNeed=a-2),a):--i=0?(a>0&&(a===2?a=0:t.lastNeed=a-3),a):0))}function kQ(t,e,n){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}function qQ(t){var e=this.lastTotal-this.lastNeed,n=kQ(this,t,e);if(n!==void 0)return n;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function _Q(t,e){var n=EQ(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=n;var i=t.length-(n-this.lastNeed);return t.copy(this.lastChar,0,i),t.toString("utf8",e,i)}function HQ(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function IQ(t,e){if((t.length-e)%2===0){var n=t.toString("utf16le",e);if(n){var i=n.charCodeAt(n.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function RQ(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,n)}return e}function zQ(t,e){var n=(t.length-e)%3;return n===0?t.toString("base64",e):(this.lastNeed=3-n,this.lastTotal=3,n===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-n))}function DQ(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function GQ(t){return t.toString(this.encoding)}function $Q(t){return t&&t.length?this.write(t):""}});var Lp=v((jce,nH)=>{"use strict";var X0=Yt().codes.ERR_STREAM_PREMATURE_CLOSE;function NQ(t){var e=!1;return function(){if(!e){e=!0;for(var n=arguments.length,i=new Array(n),a=0;a{"use strict";var Wp;function Xt(t,e,n){return e=WQ(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function WQ(t){var e=BQ(t,"string");return typeof e=="symbol"?e:String(e)}function BQ(t,e){if(typeof t!="object"||t===null)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var i=n.call(t,e||"default");if(typeof i!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}var FQ=Lp(),ea=Symbol("lastResolve"),rr=Symbol("lastReject"),Sl=Symbol("error"),Bp=Symbol("ended"),sr=Symbol("lastPromise"),nA=Symbol("handlePromise"),or=Symbol("stream");function na(t,e){return{value:t,done:e}}function VQ(t){var e=t[ea];if(e!==null){var n=t[or].read();n!==null&&(t[sr]=null,t[ea]=null,t[rr]=null,e(na(n,!1)))}}function JQ(t){process.nextTick(VQ,t)}function ZQ(t,e){return function(n,i){t.then(function(){if(e[Bp]){n(na(void 0,!0));return}e[nA](n,i)},i)}}var KQ=Object.getPrototypeOf(function(){}),QQ=Object.setPrototypeOf((Wp={get stream(){return this[or]},next:function(){var e=this,n=this[Sl];if(n!==null)return Promise.reject(n);if(this[Bp])return Promise.resolve(na(void 0,!0));if(this[or].destroyed)return new Promise(function(s,o){process.nextTick(function(){e[Sl]?o(e[Sl]):s(na(void 0,!0))})});var i=this[sr],a;if(i)a=new Promise(ZQ(i,this));else{var r=this[or].read();if(r!==null)return Promise.resolve(na(r,!1));a=new Promise(this[nA])}return this[sr]=a,a}},Xt(Wp,Symbol.asyncIterator,function(){return this}),Xt(Wp,"return",function(){var e=this;return new Promise(function(n,i){e[or].destroy(null,function(a){if(a){i(a);return}n(na(void 0,!0))})})}),Wp),KQ),YQ=function(e){var n,i=Object.create(QQ,(n={},Xt(n,or,{value:e,writable:!0}),Xt(n,ea,{value:null,writable:!0}),Xt(n,rr,{value:null,writable:!0}),Xt(n,Sl,{value:null,writable:!0}),Xt(n,Bp,{value:e._readableState.endEmitted,writable:!0}),Xt(n,nA,{value:function(r,s){var o=i[or].read();o?(i[sr]=null,i[ea]=null,i[rr]=null,r(na(o,!1))):(i[ea]=r,i[rr]=s)},writable:!0}),n));return i[sr]=null,FQ(e,function(a){if(a&&a.code!=="ERR_STREAM_PREMATURE_CLOSE"){var r=i[rr];r!==null&&(i[sr]=null,i[ea]=null,i[rr]=null,r(a)),i[Sl]=a;return}var s=i[ea];s!==null&&(i[sr]=null,i[ea]=null,i[rr]=null,s(na(void 0,!0))),i[Bp]=!0}),e.on("readable",JQ.bind(null,i)),i};iH.exports=YQ});var oH=v((Oce,sH)=>{"use strict";function aH(t,e,n,i,a,r,s){try{var o=t[r](s),l=o.value}catch(u){n(u);return}o.done?e(l):Promise.resolve(l).then(i,a)}function XQ(t){return function(){var e=this,n=arguments;return new Promise(function(i,a){var r=t.apply(e,n);function s(l){aH(r,i,a,s,o,"next",l)}function o(l){aH(r,i,a,s,o,"throw",l)}s(void 0)})}}function rH(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),n.push.apply(n,i)}return n}function e8(t){for(var e=1;e{"use strict";wH.exports=xe;var vs;xe.ReadableState=pH;var xce=require("events").EventEmitter,cH=function(e,n){return e.listeners(n).length},xl=LC(),Fp=require("buffer").Buffer,s8=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function o8(t){return Fp.from(t)}function l8(t){return Fp.isBuffer(t)||t instanceof s8}var iA=require("util"),he;iA&&iA.debuglog?he=iA.debuglog("stream"):he=function(){};var u8=V0(),uA=BC(),c8=FC(),p8=c8.getHighWaterMark,Vp=Yt().codes,d8=Vp.ERR_INVALID_ARG_TYPE,h8=Vp.ERR_STREAM_PUSH_AFTER_EOF,g8=Vp.ERR_METHOD_NOT_IMPLEMENTED,m8=Vp.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,Cs,tA,aA;ws()(xe,xl);var Ol=uA.errorOrDestroy,rA=["error","close","destroy","pause","resume"];function f8(t,e,n){if(typeof t.prependListener=="function")return t.prependListener(e,n);!t._events||!t._events[e]?t.on(e,n):Array.isArray(t._events[e])?t._events[e].unshift(n):t._events[e]=[n,t._events[e]]}function pH(t,e,n){vs=vs||lr(),t=t||{},typeof n!="boolean"&&(n=e instanceof vs),this.objectMode=!!t.objectMode,n&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=p8(this,t,"readableHighWaterMark",n),this.buffer=new u8,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(Cs||(Cs=eA().StringDecoder),this.decoder=new Cs(t.encoding),this.encoding=t.encoding)}function xe(t){if(vs=vs||lr(),!(this instanceof xe))return new xe(t);var e=this instanceof vs;this._readableState=new pH(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),xl.call(this)}Object.defineProperty(xe.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}});xe.prototype.destroy=uA.destroy;xe.prototype._undestroy=uA.undestroy;xe.prototype._destroy=function(t,e){e(t)};xe.prototype.push=function(t,e){var n=this._readableState,i;return n.objectMode?i=!0:typeof t=="string"&&(e=e||n.defaultEncoding,e!==n.encoding&&(t=Fp.from(t,e),e=""),i=!0),dH(this,t,e,!1,i)};xe.prototype.unshift=function(t){return dH(this,t,null,!0,!1)};function dH(t,e,n,i,a){he("readableAddChunk",e);var r=t._readableState;if(e===null)r.reading=!1,C8(t,r);else{var s;if(a||(s=w8(r,e)),s)Ol(t,s);else if(r.objectMode||e&&e.length>0)if(typeof e!="string"&&!r.objectMode&&Object.getPrototypeOf(e)!==Fp.prototype&&(e=o8(e)),i)r.endEmitted?Ol(t,new m8):sA(t,r,e,!0);else if(r.ended)Ol(t,new h8);else{if(r.destroyed)return!1;r.reading=!1,r.decoder&&!n?(e=r.decoder.write(e),r.objectMode||e.length!==0?sA(t,r,e,!1):lA(t,r)):sA(t,r,e,!1)}else i||(r.reading=!1,lA(t,r))}return!r.ended&&(r.length=lH?t=lH:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function uH(t,e){return t<=0||e.length===0&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=v8(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}xe.prototype.read=function(t){he("read",t),t=parseInt(t,10);var e=this._readableState,n=t;if(t!==0&&(e.emittedReadable=!1),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return he("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?oA(this):Jp(this),null;if(t=uH(t,e),t===0&&e.ended)return e.length===0&&oA(this),null;var i=e.needReadable;he("need readable",i),(e.length===0||e.length-t0?a=mH(t,e):a=null,a===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),e.length===0&&(e.ended||(e.needReadable=!0),n!==t&&e.ended&&oA(this)),a!==null&&this.emit("data",a),a};function C8(t,e){if(he("onEofChunk"),!e.ended){if(e.decoder){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,e.sync?Jp(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,hH(t)))}}function Jp(t){var e=t._readableState;he("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(he("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(hH,t))}function hH(t){var e=t._readableState;he("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,cA(t)}function lA(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(A8,t,e))}function A8(t,e){for(;!e.reading&&!e.ended&&(e.length1&&fH(i.pipes,t)!==-1)&&!u&&(he("false write response, pause",i.awaitDrain),i.awaitDrain++),n.pause())}function h(f){he("onerror",f),m(),t.removeListener("error",h),cH(t,"error")===0&&Ol(t,f)}f8(t,"error",h);function d(){t.removeListener("finish",g),m()}t.once("close",d);function g(){he("onfinish"),t.removeListener("close",d),m()}t.once("finish",g);function m(){he("unpipe"),n.unpipe(t)}return t.emit("pipe",n),i.flowing||(he("pipe resume"),n.resume()),t};function b8(t){return function(){var n=t._readableState;he("pipeOnDrain",n.awaitDrain),n.awaitDrain&&n.awaitDrain--,n.awaitDrain===0&&cH(t,"data")&&(n.flowing=!0,cA(t))}}xe.prototype.unpipe=function(t){var e=this._readableState,n={hasUnpiped:!1};if(e.pipesCount===0)return this;if(e.pipesCount===1)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,n),this);if(!t){var i=e.pipes,a=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var r=0;r0,i.flowing!==!1&&this.resume()):t==="readable"&&!i.endEmitted&&!i.readableListening&&(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,he("on readable",i.length,i.reading),i.length?Jp(this):i.reading||process.nextTick(y8,this)),n};xe.prototype.addListener=xe.prototype.on;xe.prototype.removeListener=function(t,e){var n=xl.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(gH,this),n};xe.prototype.removeAllListeners=function(t){var e=xl.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(gH,this),e};function gH(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function y8(t){he("readable nexttick read 0"),t.read(0)}xe.prototype.resume=function(){var t=this._readableState;return t.flowing||(he("resume"),t.flowing=!t.readableListening,P8(this,t)),t.paused=!1,this};function P8(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(j8,t,e))}function j8(t,e){he("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),cA(t),e.flowing&&!e.reading&&t.read(0)}xe.prototype.pause=function(){return he("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(he("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function cA(t){var e=t._readableState;for(he("flow",e.flowing);e.flowing&&t.read()!==null;);}xe.prototype.wrap=function(t){var e=this,n=this._readableState,i=!1;t.on("end",function(){if(he("wrapped end"),n.decoder&&!n.ended){var s=n.decoder.end();s&&s.length&&e.push(s)}e.push(null)}),t.on("data",function(s){if(he("wrapped data"),n.decoder&&(s=n.decoder.write(s)),!(n.objectMode&&s==null)&&!(!n.objectMode&&(!s||!s.length))){var o=e.push(s);o||(i=!0,t.pause())}});for(var a in t)this[a]===void 0&&typeof t[a]=="function"&&(this[a]=(function(o){return function(){return t[o].apply(t,arguments)}})(a));for(var r=0;r=e.length?(e.decoder?n=e.buffer.join(""):e.buffer.length===1?n=e.buffer.first():n=e.buffer.concat(e.length),e.buffer.clear()):n=e.buffer.consume(t,e.decoder),n}function oA(t){var e=t._readableState;he("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(S8,e,t))}function S8(t,e){if(he("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&t.length===0&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var n=e._writableState;(!n||n.autoDestroy&&n.finished)&&e.destroy()}}typeof Symbol=="function"&&(xe.from=function(t,e){return aA===void 0&&(aA=oH()),aA(xe,t,e)});function fH(t,e){for(var n=0,i=t.length;n{"use strict";var O8=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e};CH.exports=nt;var vH=pA(),hA=Qp();ws()(nt,vH);for(dA=O8(hA.prototype),Zp=0;Zp{"use strict";SH.exports=nn;function bH(t){var e=this;this.next=null,this.entry=null,this.finish=function(){n7(e,t)}}var As;nn.WritableState=Ml;var M8={deprecate:_0()},yH=LC(),Xp=require("buffer").Buffer,E8=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function k8(t){return Xp.from(t)}function q8(t){return Xp.isBuffer(t)||t instanceof E8}var mA=BC(),_8=FC(),H8=_8.getHighWaterMark,ia=Yt().codes,I8=ia.ERR_INVALID_ARG_TYPE,R8=ia.ERR_METHOD_NOT_IMPLEMENTED,z8=ia.ERR_MULTIPLE_CALLBACK,D8=ia.ERR_STREAM_CANNOT_PIPE,G8=ia.ERR_STREAM_DESTROYED,$8=ia.ERR_STREAM_NULL_VALUES,N8=ia.ERR_STREAM_WRITE_AFTER_END,U8=ia.ERR_UNKNOWN_ENCODING,bs=mA.errorOrDestroy;ws()(nn,yH);function L8(){}function Ml(t,e,n){As=As||lr(),t=t||{},typeof n!="boolean"&&(n=e instanceof As),this.objectMode=!!t.objectMode,n&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=H8(this,t,"writableHighWaterMark",n),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var i=t.decodeStrings===!1;this.decodeStrings=!i,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(a){K8(e,a)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new bH(this)}Ml.prototype.getBuffer=function(){for(var e=this.bufferedRequest,n=[];e;)n.push(e),e=e.next;return n};(function(){try{Object.defineProperty(Ml.prototype,"buffer",{get:M8.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var Yp;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(Yp=Function.prototype[Symbol.hasInstance],Object.defineProperty(nn,Symbol.hasInstance,{value:function(e){return Yp.call(this,e)?!0:this!==nn?!1:e&&e._writableState instanceof Ml}})):Yp=function(e){return e instanceof this};function nn(t){As=As||lr();var e=this instanceof As;if(!e&&!Yp.call(nn,this))return new nn(t);this._writableState=new Ml(t,this,e),this.writable=!0,t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final)),yH.call(this)}nn.prototype.pipe=function(){bs(this,new D8)};function W8(t,e){var n=new N8;bs(t,n),process.nextTick(e,n)}function B8(t,e,n,i){var a;return n===null?a=new $8:typeof n!="string"&&!e.objectMode&&(a=new I8("chunk",["string","Buffer"],n)),a?(bs(t,a),process.nextTick(i,a),!1):!0}nn.prototype.write=function(t,e,n){var i=this._writableState,a=!1,r=!i.objectMode&&q8(t);return r&&!Xp.isBuffer(t)&&(t=k8(t)),typeof e=="function"&&(n=e,e=null),r?e="buffer":e||(e=i.defaultEncoding),typeof n!="function"&&(n=L8),i.ending?W8(this,n):(r||B8(this,i,t,n))&&(i.pendingcb++,a=V8(this,i,r,t,e,n)),a};nn.prototype.cork=function(){this._writableState.corked++};nn.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&PH(this,t))};nn.prototype.setDefaultEncoding=function(e){if(typeof e=="string"&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new U8(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(nn.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function F8(t,e,n){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=Xp.from(e,n)),e}Object.defineProperty(nn.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function V8(t,e,n,i,a,r){if(!n){var s=F8(e,i,a);i!==s&&(n=!0,a="buffer",i=s)}var o=e.objectMode?1:i.length;e.length+=o;var l=e.length{"use strict";var i7=require("util"),OH=Qp(),{LEVEL:xH}=ln(),El=TH.exports=function(e={}){OH.call(this,{objectMode:!0,highWaterMark:e.highWaterMark}),this.format=e.format,this.level=e.level,this.handleExceptions=e.handleExceptions,this.handleRejections=e.handleRejections,this.silent=e.silent,e.log&&(this.log=e.log),e.logv&&(this.logv=e.logv),e.close&&(this.close=e.close),this.once("pipe",n=>{this.levels=n.levels,this.parent=n}),this.once("unpipe",n=>{n===this.parent&&(this.parent=null,this.close&&this.close())})};i7.inherits(El,OH);El.prototype._write=function(e,n,i){if(this.silent||e.exception===!0&&!this.handleExceptions)return i(null);let a=this.level||this.parent&&this.parent.level;if(!a||this.levels[a]>=this.levels[e[xH]]){if(e&&!this.format)return this.log(e,i);let r,s;try{s=this.format.transform(Object.assign({},e),this.format.options)}catch(o){r=o}if(r||!s){if(i(),r)throw r;return}return this.log(s,i)}return this._writableState.sync=!1,i(null)};El.prototype._writev=function(e,n){if(this.logv){let i=e.filter(this._accept,this);return i.length?this.logv(i,n):n(null)}for(let i=0;i=this.levels[n[xH]])&&(this.handleExceptions||n.exception!==!0))};El.prototype._nop=function(){}});var vA=v((qce,EH)=>{"use strict";var t7=require("util"),{LEVEL:wA}=ln(),MH=fA(),kl=EH.exports=function(e={}){if(MH.call(this,e),!e.transport||typeof e.transport.log!="function")throw new Error("Invalid transport, must be an object with a log method.");this.transport=e.transport,this.level=this.level||e.transport.level,this.handleExceptions=this.handleExceptions||e.transport.handleExceptions,this._deprecated();function n(i){this.emit("error",i,this.transport)}this.transport.__winstonError||(this.transport.__winstonError=n.bind(this),this.transport.on("error",this.transport.__winstonError))};t7.inherits(kl,MH);kl.prototype._write=function(e,n,i){if(this.silent||e.exception===!0&&!this.handleExceptions)return i(null);(!this.level||this.levels[this.level]>=this.levels[e[wA]])&&this.transport.log(e[wA],e.message,e,this._nop),i(null)};kl.prototype._writev=function(e,n){for(let i=0;i{"use strict";CA.exports=fA();CA.exports.LegacyTransportStream=vA()});var _H=v((Ice,qH)=>{"use strict";var a7=require("os"),{LEVEL:kH,MESSAGE:Ps}=ln(),r7=ys();qH.exports=class extends r7{constructor(e={}){super(e),this.name=e.name||"console",this.stderrLevels=this._stringArrayToSet(e.stderrLevels),this.consoleWarnLevels=this._stringArrayToSet(e.consoleWarnLevels),this.eol=typeof e.eol=="string"?e.eol:a7.EOL,this.forceConsole=e.forceConsole||!1,this._consoleLog=console.log.bind(console),this._consoleWarn=console.warn.bind(console),this._consoleError=console.error.bind(console),this.setMaxListeners(30)}log(e,n){if(setImmediate(()=>this.emit("logged",e)),this.stderrLevels[e[kH]]){console._stderr&&!this.forceConsole?console._stderr.write(`${e[Ps]}${this.eol}`):this._consoleError(e[Ps]),n&&n();return}else if(this.consoleWarnLevels[e[kH]]){console._stderr&&!this.forceConsole?console._stderr.write(`${e[Ps]}${this.eol}`):this._consoleWarn(e[Ps]),n&&n();return}console._stdout&&!this.forceConsole?console._stdout.write(`${e[Ps]}${this.eol}`):this._consoleLog(e[Ps]),n&&n()}_stringArrayToSet(e,n){if(!e)return{};if(n=n||"Cannot make set from type other than Array of string elements",!Array.isArray(e))throw new Error(n);return e.reduce((i,a)=>{if(typeof a!="string")throw new Error(n);return i[a]=!0,i},{})}}});var nd=v((ed,HH)=>{"use strict";Object.defineProperty(ed,"__esModule",{value:!0});ed.default=s7;function s7(t){return t&&typeof t.length=="number"&&t.length>=0&&t.length%1===0}HH.exports=ed.default});var RH=v((id,IH)=>{"use strict";Object.defineProperty(id,"__esModule",{value:!0});id.default=function(t){return function(...e){var n=e.pop();return t.call(this,e,n)}};IH.exports=id.default});var GH=v(ta=>{"use strict";Object.defineProperty(ta,"__esModule",{value:!0});ta.fallback=zH;ta.wrap=DH;var o7=ta.hasQueueMicrotask=typeof queueMicrotask=="function"&&queueMicrotask,l7=ta.hasSetImmediate=typeof setImmediate=="function"&&setImmediate,u7=ta.hasNextTick=typeof process=="object"&&typeof process.nextTick=="function";function zH(t){setTimeout(t,0)}function DH(t){return(e,...n)=>t(()=>e(...n))}var ql;o7?ql=queueMicrotask:l7?ql=setImmediate:u7?ql=process.nextTick:ql=zH;ta.default=DH(ql)});var WH=v((td,LH)=>{"use strict";Object.defineProperty(td,"__esModule",{value:!0});td.default=m7;var c7=RH(),p7=UH(c7),d7=GH(),h7=UH(d7),g7=ur();function UH(t){return t&&t.__esModule?t:{default:t}}function m7(t){return(0,g7.isAsync)(t)?function(...e){let n=e.pop(),i=t.apply(this,e);return $H(i,n)}:(0,p7.default)(function(e,n){var i;try{i=t.apply(this,e)}catch(a){return n(a)}if(i&&typeof i.then=="function")return $H(i,n);n(null,i)})}function $H(t,e){return t.then(n=>{NH(e,null,n)},n=>{NH(e,n&&(n instanceof Error||n.message)?n:new Error(n))})}function NH(t,e,n){try{t(e,n)}catch(i){(0,h7.default)(a=>{throw a},i)}}LH.exports=td.default});var ur=v(yt=>{"use strict";Object.defineProperty(yt,"__esModule",{value:!0});yt.isAsyncIterable=yt.isAsyncGenerator=yt.isAsync=void 0;var f7=WH(),w7=v7(f7);function v7(t){return t&&t.__esModule?t:{default:t}}function BH(t){return t[Symbol.toStringTag]==="AsyncFunction"}function C7(t){return t[Symbol.toStringTag]==="AsyncGenerator"}function A7(t){return typeof t[Symbol.asyncIterator]=="function"}function b7(t){if(typeof t!="function")throw new Error("expected a function");return BH(t)?(0,w7.default)(t):t}yt.default=b7;yt.isAsync=BH;yt.isAsyncGenerator=C7;yt.isAsyncIterable=A7});var js=v((ad,FH)=>{"use strict";Object.defineProperty(ad,"__esModule",{value:!0});ad.default=y7;function y7(t,e){if(e||(e=t.length),!e)throw new Error("arity is undefined");function n(...i){return typeof i[e-1]=="function"?t.apply(this,i):new Promise((a,r)=>{i[e-1]=(s,...o)=>{if(s)return r(s);a(o.length>1?o:o[0])},t.apply(this,i)})}return n}FH.exports=ad.default});var JH=v((rd,VH)=>{"use strict";Object.defineProperty(rd,"__esModule",{value:!0});var P7=nd(),j7=AA(P7),S7=ur(),O7=AA(S7),x7=js(),T7=AA(x7);function AA(t){return t&&t.__esModule?t:{default:t}}rd.default=(0,T7.default)((t,e,n)=>{var i=(0,j7.default)(e)?[]:{};t(e,(a,r,s)=>{(0,O7.default)(a)((o,...l)=>{l.length<2&&([l]=l),i[r]=l,s(o)})},a=>n(a,i))},3);VH.exports=rd.default});var bA=v((sd,ZH)=>{"use strict";Object.defineProperty(sd,"__esModule",{value:!0});sd.default=M7;function M7(t){function e(...n){if(t!==null){var i=t;t=null,i.apply(this,n)}}return Object.assign(e,t),e}ZH.exports=sd.default});var QH=v((od,KH)=>{"use strict";Object.defineProperty(od,"__esModule",{value:!0});od.default=function(t){return t[Symbol.iterator]&&t[Symbol.iterator]()};KH.exports=od.default});var eI=v((ld,XH)=>{"use strict";Object.defineProperty(ld,"__esModule",{value:!0});ld.default=z7;var E7=nd(),k7=YH(E7),q7=QH(),_7=YH(q7);function YH(t){return t&&t.__esModule?t:{default:t}}function H7(t){var e=-1,n=t.length;return function(){return++e{"use strict";Object.defineProperty(ud,"__esModule",{value:!0});ud.default=D7;function D7(t){return function(...e){if(t===null)throw new Error("Callback was already called.");var n=t;t=null,n.apply(this,e)}}nI.exports=ud.default});var pd=v((cd,iI)=>{"use strict";Object.defineProperty(cd,"__esModule",{value:!0});var G7={};cd.default=G7;iI.exports=cd.default});var aI=v((dd,tI)=>{"use strict";Object.defineProperty(dd,"__esModule",{value:!0});dd.default=L7;var $7=pd(),N7=U7($7);function U7(t){return t&&t.__esModule?t:{default:t}}function L7(t,e,n,i){let a=!1,r=!1,s=!1,o=0,l=0;function u(){o>=e||s||a||(s=!0,t.next().then(({value:h,done:d})=>{if(!(r||a)){if(s=!1,d){a=!0,o<=0&&i(null);return}o++,n(h,l,c),l++,u()}}).catch(p))}function c(h,d){if(o-=1,!r){if(h)return p(h);if(h===!1){a=!0,r=!0;return}if(d===N7.default||a&&o<=0)return a=!0,i(null);u()}}function p(h){r||(s=!1,a=!0,i(h))}u()}tI.exports=dd.default});var lI=v((hd,oI)=>{"use strict";Object.defineProperty(hd,"__esModule",{value:!0});var W7=bA(),B7=_l(W7),F7=eI(),V7=_l(F7),J7=yA(),Z7=_l(J7),rI=ur(),K7=aI(),sI=_l(K7),Q7=pd(),Y7=_l(Q7);function _l(t){return t&&t.__esModule?t:{default:t}}hd.default=t=>(e,n,i)=>{if(i=(0,B7.default)(i),t<=0)throw new RangeError("concurrency limit cannot be less than 1");if(!e)return i(null);if((0,rI.isAsyncGenerator)(e))return(0,sI.default)(e,t,n,i);if((0,rI.isAsyncIterable)(e))return(0,sI.default)(e[Symbol.asyncIterator](),t,n,i);var a=(0,V7.default)(e),r=!1,s=!1,o=0,l=!1;function u(p,h){if(!s)if(o-=1,p)r=!0,i(p);else if(p===!1)r=!0,s=!0;else{if(h===Y7.default||r&&o<=0)return r=!0,i(null);l||c()}}function c(){for(l=!0;o{"use strict";Object.defineProperty(gd,"__esModule",{value:!0});var X7=lI(),eY=PA(X7),nY=ur(),iY=PA(nY),tY=js(),aY=PA(tY);function PA(t){return t&&t.__esModule?t:{default:t}}function rY(t,e,n,i){return(0,eY.default)(e)(t,(0,iY.default)(n),i)}gd.default=(0,aY.default)(rY,4);uI.exports=gd.default});var dI=v((md,pI)=>{"use strict";Object.defineProperty(md,"__esModule",{value:!0});var sY=jA(),oY=cI(sY),lY=js(),uY=cI(lY);function cI(t){return t&&t.__esModule?t:{default:t}}function cY(t,e,n){return(0,oY.default)(t,1,e,n)}md.default=(0,uY.default)(cY,3);pI.exports=md.default});var mI=v((fd,gI)=>{"use strict";Object.defineProperty(fd,"__esModule",{value:!0});fd.default=mY;var pY=JH(),dY=hI(pY),hY=dI(),gY=hI(hY);function hI(t){return t&&t.__esModule?t:{default:t}}function mY(t,e){return(0,dY.default)(gY.default,t,e)}gI.exports=fd.default});var SA=v((Dce,wI)=>{"use strict";wI.exports=Pt;var wd=Yt().codes,fY=wd.ERR_METHOD_NOT_IMPLEMENTED,wY=wd.ERR_MULTIPLE_CALLBACK,vY=wd.ERR_TRANSFORM_ALREADY_TRANSFORMING,CY=wd.ERR_TRANSFORM_WITH_LENGTH_0,vd=lr();ws()(Pt,vd);function AY(t,e){var n=this._transformState;n.transforming=!1;var i=n.writecb;if(i===null)return this.emit("error",new wY);n.writechunk=null,n.writecb=null,e!=null&&this.push(e),i(t);var a=this._readableState;a.reading=!1,(a.needReadable||a.length{"use strict";CI.exports=Hl;var vI=SA();ws()(Hl,vI);function Hl(t){if(!(this instanceof Hl))return new Hl(t);vI.call(this,t)}Hl.prototype._transform=function(t,e,n){n(null,t)}});var SI=v(($ce,jI)=>{"use strict";var OA;function yY(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var PI=Yt().codes,PY=PI.ERR_MISSING_ARGS,jY=PI.ERR_STREAM_DESTROYED;function bI(t){if(t)throw t}function SY(t){return t.setHeader&&typeof t.abort=="function"}function OY(t,e,n,i){i=yY(i);var a=!1;t.on("close",function(){a=!0}),OA===void 0&&(OA=Lp()),OA(t,{readable:e,writable:n},function(s){if(s)return i(s);a=!0,i()});var r=!1;return function(s){if(!a&&!r){if(r=!0,SY(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();i(s||new jY("pipe"))}}}function yI(t){t()}function xY(t,e){return t.pipe(e)}function TY(t){return!t.length||typeof t[t.length-1]!="function"?bI:t.pop()}function MY(){for(var t=arguments.length,e=new Array(t),n=0;n0;return OY(s,l,u,function(c){a||(a=c),c&&r.forEach(yI),!l&&(r.forEach(yI),i(a))})});return e.reduce(xY)}jI.exports=MY});var cr=v((Si,Rl)=>{var Il=require("stream");process.env.READABLE_STREAM==="disable"&&Il?(Rl.exports=Il.Readable,Object.assign(Rl.exports,Il),Rl.exports.Stream=Il):(Si=Rl.exports=pA(),Si.Stream=Il||Si,Si.Readable=Si,Si.Writable=Qp(),Si.Duplex=lr(),Si.Transform=SA(),Si.PassThrough=AI(),Si.finished=Lp(),Si.pipeline=SI())});var _A=v((Nce,xI)=>{var Ss=[],zl=[],xA=function(){};function MA(t){return~Ss.indexOf(t)?!1:(Ss.push(t),!0)}function EA(t){xA=t}function EY(t){for(var e=[],n=0;n{var _Y=_A(),HY=_Y(function t(e,n){return n=n||{},n.namespace=e,n.prod=!0,n.dev=!1,n.force||t.force?t.yep(n):t.nope(n)});TI.exports=HY});var II=v((Lce,HI)=>{"use strict";var it={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},kI=Object.create(null);for(let t in it)Object.hasOwn(it,t)&&(kI[it[t]]=t);var gn={to:{},get:{}};gn.get=function(t){let e=t.slice(0,3).toLowerCase(),n,i;switch(e){case"hsl":{n=gn.get.hsl(t),i="hsl";break}case"hwb":{n=gn.get.hwb(t),i="hwb";break}default:{n=gn.get.rgb(t),i="rgb";break}}return n?{model:i,value:n}:null};gn.get.rgb=function(t){if(!t)return null;let e=/^#([a-f\d]{3,4})$/i,n=/^#([a-f\d]{6})([a-f\d]{2})?$/i,i=/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[\s,|/]\s*([+-]?[\d.]+)(%?)\s*)?\)$/,a=/^rgba?\(\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*(?:[\s,|/]\s*([+-]?[\d.]+)(%?)\s*)?\)$/,r=/^(\w+)$/,s=[0,0,0,1],o,l,u;if(o=t.match(n)){for(u=o[2],o=o[1],l=0;l<3;l++){let c=l*2;s[l]=Number.parseInt(o.slice(c,c+2),16)}u&&(s[3]=Number.parseInt(u,16)/255)}else if(o=t.match(e)){for(o=o[1],u=o[3],l=0;l<3;l++)s[l]=Number.parseInt(o[l]+o[l],16);u&&(s[3]=Number.parseInt(u+u,16)/255)}else if(o=t.match(i)){for(l=0;l<3;l++)s[l]=Number.parseInt(o[l+1],10);o[4]&&(s[3]=o[5]?Number.parseFloat(o[4])*.01:Number.parseFloat(o[4]))}else if(o=t.match(a)){for(l=0;l<3;l++)s[l]=Math.round(Number.parseFloat(o[l+1])*2.55);o[4]&&(s[3]=o[5]?Number.parseFloat(o[4])*.01:Number.parseFloat(o[4]))}else return(o=t.match(r))?o[1]==="transparent"?[0,0,0,0]:Object.hasOwn(it,o[1])?(s=it[o[1]],s[3]=1,s):null:null;for(l=0;l<3;l++)s[l]=aa(s[l],0,255);return s[3]=aa(s[3],0,1),s};gn.get.hsl=function(t){if(!t)return null;let e=/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d.]+)%\s*,?\s*([+-]?[\d.]+)%\s*(?:[,|/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/,n=t.match(e);if(n){let i=Number.parseFloat(n[4]),a=(Number.parseFloat(n[1])%360+360)%360,r=aa(Number.parseFloat(n[2]),0,100),s=aa(Number.parseFloat(n[3]),0,100),o=aa(Number.isNaN(i)?1:i,0,1);return[a,r,s,o]}return null};gn.get.hwb=function(t){if(!t)return null;let e=/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*[\s,]\s*([+-]?[\d.]+)%\s*[\s,]\s*([+-]?[\d.]+)%\s*(?:[\s,]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/,n=t.match(e);if(n){let i=Number.parseFloat(n[4]),a=(Number.parseFloat(n[1])%360+360)%360,r=aa(Number.parseFloat(n[2]),0,100),s=aa(Number.parseFloat(n[3]),0,100),o=aa(Number.isNaN(i)?1:i,0,1);return[a,r,s,o]}return null};gn.to.hex=function(...t){return"#"+Cd(t[0])+Cd(t[1])+Cd(t[2])+(t[3]<1?Cd(Math.round(t[3]*255)):"")};gn.to.rgb=function(...t){return t.length<4||t[3]===1?"rgb("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+")":"rgba("+Math.round(t[0])+", "+Math.round(t[1])+", "+Math.round(t[2])+", "+t[3]+")"};gn.to.rgb.percent=function(...t){let e=Math.round(t[0]/255*100),n=Math.round(t[1]/255*100),i=Math.round(t[2]/255*100);return t.length<4||t[3]===1?"rgb("+e+"%, "+n+"%, "+i+"%)":"rgba("+e+"%, "+n+"%, "+i+"%, "+t[3]+")"};gn.to.hsl=function(...t){return t.length<4||t[3]===1?"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)":"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+t[3]+")"};gn.to.hwb=function(...t){let e="";return t.length>=4&&t[3]!==1&&(e=", "+t[3]),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+e+")"};gn.to.keyword=function(...t){return kI[t.slice(0,3)]};function aa(t,e,n){return Math.min(Math.max(e,t),n)}function Cd(t){let e=Math.round(t).toString(16).toUpperCase();return e.length<2?"0"+e:e}var qI={};for(let t of Object.keys(it))qI[it[t]]=t;var I={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},oklab:{channels:3,labels:["okl","oka","okb"]},lch:{channels:3,labels:"lch"},oklch:{channels:3,labels:["okl","okc","okh"]},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}},jt=(6/29)**3;function Os(t){let e=t>.0031308?1.055*t**.4166666666666667-.055:t*12.92;return Math.min(Math.max(0,e),1)}function xs(t){return t>.04045?((t+.055)/1.055)**2.4:t/12.92}for(let t of Object.keys(I)){if(!("channels"in I[t]))throw new Error("missing channels property: "+t);if(!("labels"in I[t]))throw new Error("missing channel labels property: "+t);if(I[t].labels.length!==I[t].channels)throw new Error("channel and label counts mismatch: "+t);let{channels:e,labels:n}=I[t];delete I[t].channels,delete I[t].labels,Object.defineProperty(I[t],"channels",{value:e}),Object.defineProperty(I[t],"labels",{value:n})}I.rgb.hsl=function(t){let e=t[0]/255,n=t[1]/255,i=t[2]/255,a=Math.min(e,n,i),r=Math.max(e,n,i),s=r-a,o,l;switch(r){case a:{o=0;break}case e:{o=(n-i)/s;break}case n:{o=2+(i-e)/s;break}case i:{o=4+(e-n)/s;break}}o=Math.min(o*60,360),o<0&&(o+=360);let u=(a+r)/2;return r===a?l=0:u<=.5?l=s/(r+a):l=s/(2-r-a),[o,l*100,u*100]};I.rgb.hsv=function(t){let e,n,i,a,r,s=t[0]/255,o=t[1]/255,l=t[2]/255,u=Math.max(s,o,l),c=u-Math.min(s,o,l),p=function(h){return(u-h)/6/c+1/2};if(c===0)a=0,r=0;else{switch(r=c/u,e=p(s),n=p(o),i=p(l),u){case s:{a=i-n;break}case o:{a=1/3+e-i;break}case l:{a=2/3+n-e;break}}a<0?a+=1:a>1&&(a-=1)}return[a*360,r*100,u*100]};I.rgb.hwb=function(t){let e=t[0],n=t[1],i=t[2],a=I.rgb.hsl(t)[0],r=1/255*Math.min(e,Math.min(n,i));return i=1-1/255*Math.max(e,Math.max(n,i)),[a,r*100,i*100]};I.rgb.oklab=function(t){let e=xs(t[0]/255),n=xs(t[1]/255),i=xs(t[2]/255),a=Math.cbrt(.4122214708*e+.5363325363*n+.0514459929*i),r=Math.cbrt(.2119034982*e+.6806995451*n+.1073969566*i),s=Math.cbrt(.0883024619*e+.2817188376*n+.6299787005*i),o=.2104542553*a+.793617785*r-.0040720468*s,l=1.9779984951*a-2.428592205*r+.4505937099*s,u=.0259040371*a+.7827717662*r-.808675766*s;return[o*100,l*100,u*100]};I.rgb.cmyk=function(t){let e=t[0]/255,n=t[1]/255,i=t[2]/255,a=Math.min(1-e,1-n,1-i),r=(1-e-a)/(1-a)||0,s=(1-n-a)/(1-a)||0,o=(1-i-a)/(1-a)||0;return[r*100,s*100,o*100,a*100]};function IY(t,e){return(t[0]-e[0])**2+(t[1]-e[1])**2+(t[2]-e[2])**2}I.rgb.keyword=function(t){let e=qI[t];if(e)return e;let n=Number.POSITIVE_INFINITY,i;for(let a of Object.keys(it)){let r=it[a],s=IY(t,r);sjt?n**(1/3):7.787*n+16/116,i=i>jt?i**(1/3):7.787*i+16/116,a=a>jt?a**(1/3):7.787*a+16/116;let r=116*i-16,s=500*(n-i),o=200*(i-a);return[r,s,o]};I.hsl.rgb=function(t){let e=t[0]/360,n=t[1]/100,i=t[2]/100,a,r;if(n===0)return r=i*255,[r,r,r];let s=i<.5?i*(1+n):i+n-i*n,o=2*i-s,l=[0,0,0];for(let u=0;u<3;u++)a=e+1/3*-(u-1),a<0&&a++,a>1&&a--,6*a<1?r=o+(s-o)*6*a:2*a<1?r=s:3*a<2?r=o+(s-o)*(2/3-a)*6:r=o,l[u]=r*255;return l};I.hsl.hsv=function(t){let e=t[0],n=t[1]/100,i=t[2]/100,a=n,r=Math.max(i,.01);i*=2,n*=i<=1?i:2-i,a*=r<=1?r:2-r;let s=(i+n)/2,o=i===0?2*a/(r+a):2*n/(i+n);return[e,o*100,s*100]};I.hsv.rgb=function(t){let e=t[0]/60,n=t[1]/100,i=t[2]/100,a=Math.floor(e)%6,r=e-Math.floor(e),s=255*i*(1-n),o=255*i*(1-n*r),l=255*i*(1-n*(1-r));switch(i*=255,a){case 0:return[i,l,s];case 1:return[o,i,s];case 2:return[s,i,l];case 3:return[s,o,i];case 4:return[l,s,i];case 5:return[i,s,o]}};I.hsv.hsl=function(t){let e=t[0],n=t[1]/100,i=t[2]/100,a=Math.max(i,.01),r,s;s=(2-n)*i;let o=(2-n)*a;return r=n*a,r/=o<=1?o:2-o,r=r||0,s/=2,[e,r*100,s*100]};I.hwb.rgb=function(t){let e=t[0]/360,n=t[1]/100,i=t[2]/100,a=n+i,r;a>1&&(n/=a,i/=a);let s=Math.floor(6*e),o=1-i;r=6*e-s,(s&1)!==0&&(r=1-r);let l=n+r*(o-n),u,c,p;switch(s){default:case 6:case 0:{u=o,c=l,p=n;break}case 1:{u=l,c=o,p=n;break}case 2:{u=n,c=o,p=l;break}case 3:{u=n,c=l,p=o;break}case 4:{u=l,c=n,p=o;break}case 5:{u=o,c=n,p=l;break}}return[u*255,c*255,p*255]};I.cmyk.rgb=function(t){let e=t[0]/100,n=t[1]/100,i=t[2]/100,a=t[3]/100,r=1-Math.min(1,e*(1-a)+a),s=1-Math.min(1,n*(1-a)+a),o=1-Math.min(1,i*(1-a)+a);return[r*255,s*255,o*255]};I.xyz.rgb=function(t){let e=t[0]/100,n=t[1]/100,i=t[2]/100,a,r,s;return a=e*3.2404542+n*-1.5371385+i*-.4985314,r=e*-.969266+n*1.8760108+i*.041556,s=e*.0556434+n*-.2040259+i*1.0572252,a=Os(a),r=Os(r),s=Os(s),[a*255,r*255,s*255]};I.xyz.lab=function(t){let e=t[0],n=t[1],i=t[2];e/=95.047,n/=100,i/=108.883,e=e>jt?e**(1/3):7.787*e+16/116,n=n>jt?n**(1/3):7.787*n+16/116,i=i>jt?i**(1/3):7.787*i+16/116;let a=116*n-16,r=500*(e-n),s=200*(n-i);return[a,r,s]};I.xyz.oklab=function(t){let e=t[0]/100,n=t[1]/100,i=t[2]/100,a=Math.cbrt(.8189330101*e+.3618667424*n-.1288597137*i),r=Math.cbrt(.0329845436*e+.9293118715*n+.0361456387*i),s=Math.cbrt(.0482003018*e+.2643662691*n+.633851707*i),o=.2104542553*a+.793617785*r-.0040720468*s,l=1.9779984951*a-2.428592205*r+.4505937099*s,u=.0259040371*a+.7827717662*r-.808675766*s;return[o*100,l*100,u*100]};I.oklab.oklch=function(t){return I.lab.lch(t)};I.oklab.xyz=function(t){let e=t[0]/100,n=t[1]/100,i=t[2]/100,a=(.999999998*e+.396337792*n+.215803758*i)**3,r=(1.000000008*e-.105561342*n-.063854175*i)**3,s=(1.000000055*e-.089484182*n-1.291485538*i)**3,o=1.227013851*a-.55779998*r+.281256149*s,l=-.040580178*a+1.11225687*r-.071676679*s,u=-.076381285*a-.421481978*r+1.58616322*s;return[o*100,l*100,u*100]};I.oklab.rgb=function(t){let e=t[0]/100,n=t[1]/100,i=t[2]/100,a=(e+.3963377774*n+.2158037573*i)**3,r=(e-.1055613458*n-.0638541728*i)**3,s=(e-.0894841775*n-1.291485548*i)**3,o=Os(4.0767416621*a-3.3077115913*r+.2309699292*s),l=Os(-1.2684380046*a+2.6097574011*r-.3413193965*s),u=Os(-.0041960863*a-.7034186147*r+1.707614701*s);return[o*255,l*255,u*255]};I.oklch.oklab=function(t){return I.lch.lab(t)};I.lab.xyz=function(t){let e=t[0],n=t[1],i=t[2],a,r,s;r=(e+16)/116,a=n/500+r,s=r-i/200;let o=r**3,l=a**3,u=s**3;return r=o>jt?o:(r-16/116)/7.787,a=l>jt?l:(a-16/116)/7.787,s=u>jt?u:(s-16/116)/7.787,a*=95.047,r*=100,s*=108.883,[a,r,s]};I.lab.lch=function(t){let e=t[0],n=t[1],i=t[2],a;a=Math.atan2(i,n)*360/2/Math.PI,a<0&&(a+=360);let s=Math.sqrt(n*n+i*i);return[e,s,a]};I.lch.lab=function(t){let e=t[0],n=t[1],a=t[2]/360*2*Math.PI,r=n*Math.cos(a),s=n*Math.sin(a);return[e,r,s]};I.rgb.ansi16=function(t,e=null){let[n,i,a]=t,r=e===null?I.rgb.hsv(t)[2]:e;if(r=Math.round(r/50),r===0)return 30;let s=30+(Math.round(a/255)<<2|Math.round(i/255)<<1|Math.round(n/255));return r===2&&(s+=60),s};I.hsv.ansi16=function(t){return I.rgb.ansi16(I.hsv.rgb(t),t[2])};I.rgb.ansi256=function(t){let e=t[0],n=t[1],i=t[2];return e>>4===n>>4&&n>>4===i>>4?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(i/255*5)};I.ansi16.rgb=function(t){t=t[0];let e=t%10;if(e===0||e===7)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];let n=(Math.trunc(t>50)+1)*.5,i=(e&1)*n*255,a=(e>>1&1)*n*255,r=(e>>2&1)*n*255;return[i,a,r]};I.ansi256.rgb=function(t){if(t=t[0],t>=232){let r=(t-232)*10+8;return[r,r,r]}t-=16;let e,n=Math.floor(t/36)/5*255,i=Math.floor((e=t%36)/6)/5*255,a=e%6/5*255;return[n,i,a]};I.rgb.hex=function(t){let n=(((Math.round(t[0])&255)<<16)+((Math.round(t[1])&255)<<8)+(Math.round(t[2])&255)).toString(16).toUpperCase();return"000000".slice(n.length)+n};I.hex.rgb=function(t){let e=t.toString(16).match(/[a-f\d]{6}|[a-f\d]{3}/i);if(!e)return[0,0,0];let n=e[0];e[0].length===3&&(n=[...n].map(o=>o+o).join(""));let i=Number.parseInt(n,16),a=i>>16&255,r=i>>8&255,s=i&255;return[a,r,s]};I.rgb.hcg=function(t){let e=t[0]/255,n=t[1]/255,i=t[2]/255,a=Math.max(Math.max(e,n),i),r=Math.min(Math.min(e,n),i),s=a-r,o,l=s<1?r/(1-s):0;return s<=0?o=0:a===e?o=(n-i)/s%6:a===n?o=2+(i-e)/s:o=4+(e-n)/s,o/=6,o%=1,[o*360,s*100,l*100]};I.hsl.hcg=function(t){let e=t[1]/100,n=t[2]/100,i=n<.5?2*e*n:2*e*(1-n),a=0;return i<1&&(a=(n-.5*i)/(1-i)),[t[0],i*100,a*100]};I.hsv.hcg=function(t){let e=t[1]/100,n=t[2]/100,i=e*n,a=0;return i<1&&(a=(n-i)/(1-i)),[t[0],i*100,a*100]};I.hcg.rgb=function(t){let e=t[0]/360,n=t[1]/100,i=t[2]/100;if(n===0)return[i*255,i*255,i*255];let a=[0,0,0],r=e%1*6,s=r%1,o=1-s,l=0;switch(Math.floor(r)){case 0:{a[0]=1,a[1]=s,a[2]=0;break}case 1:{a[0]=o,a[1]=1,a[2]=0;break}case 2:{a[0]=0,a[1]=1,a[2]=s;break}case 3:{a[0]=0,a[1]=o,a[2]=1;break}case 4:{a[0]=s,a[1]=0,a[2]=1;break}default:a[0]=1,a[1]=0,a[2]=o}return l=(1-n)*i,[(n*a[0]+l)*255,(n*a[1]+l)*255,(n*a[2]+l)*255]};I.hcg.hsv=function(t){let e=t[1]/100,n=t[2]/100,i=e+n*(1-e),a=0;return i>0&&(a=e/i),[t[0],a*100,i*100]};I.hcg.hsl=function(t){let e=t[1]/100,i=t[2]/100*(1-e)+.5*e,a=0;return i>0&&i<.5?a=e/(2*i):i>=.5&&i<1&&(a=e/(2*(1-i))),[t[0],a*100,i*100]};I.hcg.hwb=function(t){let e=t[1]/100,n=t[2]/100,i=e+n*(1-e);return[t[0],(i-e)*100,(1-i)*100]};I.hwb.hcg=function(t){let e=t[1]/100,i=1-t[2]/100,a=i-e,r=0;return a<1&&(r=(i-a)/(1-a)),[t[0],a*100,r*100]};I.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]};I.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]};I.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]};I.gray.hsl=function(t){return[0,0,t[0]]};I.gray.hsv=I.gray.hsl;I.gray.hwb=function(t){return[0,100,t[0]]};I.gray.cmyk=function(t){return[0,0,0,t[0]]};I.gray.lab=function(t){return[t[0],0,0]};I.gray.hex=function(t){let e=Math.round(t[0]/100*255)&255,i=((e<<16)+(e<<8)+e).toString(16).toUpperCase();return"000000".slice(i.length)+i};I.rgb.gray=function(t){return[(t[0]+t[1]+t[2])/3/255*100]};function RY(){let t={},e=Object.keys(I);for(let{length:n}=e,i=0;i0;){let i=n.pop(),a=Object.keys(I[i]);for(let{length:r}=a,s=0;s1&&(n=i),t(n))};return"conversion"in t&&(e.conversion=t.conversion),e}function LY(t){let e=function(...n){let i=n[0];if(i==null)return i;i.length>1&&(n=i);let a=t(n);if(typeof a=="object")for(let{length:r}=a,s=0;s0){this.model=e||"rgb",i=yn[this.model].channels;let a=Array.prototype.slice.call(t,0,i);this.color=RA(a,i),this.valpha=typeof t[i]=="number"?t[i]:1}else if(typeof t=="number")this.model="rgb",this.color=[t>>16&255,t>>8&255,t&255],this.valpha=1;else{this.valpha=1;let a=Object.keys(t);"alpha"in t&&(a.splice(a.indexOf("alpha"),1),this.valpha=typeof t.alpha=="number"?t.alpha:0);let r=a.sort().join("");if(!(r in HA))throw new Error("Unable to parse color from object: "+JSON.stringify(t));this.model=HA[r];let{labels:s}=yn[this.model],o=[];for(n=0;n(t%360+360)%360),saturationl:tn("hsl",1,dn(100)),lightness:tn("hsl",2,dn(100)),saturationv:tn("hsv",1,dn(100)),value:tn("hsv",2,dn(100)),chroma:tn("hcg",1,dn(100)),gray:tn("hcg",2,dn(100)),white:tn("hwb",1,dn(100)),wblack:tn("hwb",2,dn(100)),cyan:tn("cmyk",0,dn(100)),magenta:tn("cmyk",1,dn(100)),yellow:tn("cmyk",2,dn(100)),black:tn("cmyk",3,dn(100)),x:tn("xyz",0,dn(95.047)),y:tn("xyz",1,dn(100)),z:tn("xyz",2,dn(108.833)),l:tn("lab",0,dn(100)),a:tn("lab",1),b:tn("lab",2),keyword(t){return t!==void 0?new hn(t):yn[this.model].keyword(this.color)},hex(t){return t!==void 0?new hn(t):gn.to.hex(...this.rgb().round().color)},hexa(t){if(t!==void 0)return new hn(t);let e=this.rgb().round().color,n=Math.round(this.valpha*255).toString(16).toUpperCase();return n.length===1&&(n="0"+n),gn.to.hex(...e)+n},rgbNumber(){let t=this.rgb().color;return(t[0]&255)<<16|(t[1]&255)<<8|t[2]&255},luminosity(){let t=this.rgb().color,e=[];for(let[n,i]of t.entries()){let a=i/255;e[n]=a<=.04045?a/12.92:((a+.055)/1.055)**2.4}return .2126*e[0]+.7152*e[1]+.0722*e[2]},contrast(t){let e=this.luminosity(),n=t.luminosity();return e>n?(e+.05)/(n+.05):(n+.05)/(e+.05)},level(t){let e=this.contrast(t);return e>=7?"AAA":e>=4.5?"AA":""},isDark(){let t=this.rgb().color;return(t[0]*2126+t[1]*7152+t[2]*722)/1e4<128},isLight(){return!this.isDark()},negate(){let t=this.rgb();for(let e=0;e<3;e++)t.color[e]=255-t.color[e];return t},lighten(t){let e=this.hsl();return e.color[2]+=e.color[2]*t,e},darken(t){let e=this.hsl();return e.color[2]-=e.color[2]*t,e},saturate(t){let e=this.hsl();return e.color[1]+=e.color[1]*t,e},desaturate(t){let e=this.hsl();return e.color[1]-=e.color[1]*t,e},whiten(t){let e=this.hwb();return e.color[1]+=e.color[1]*t,e},blacken(t){let e=this.hwb();return e.color[2]+=e.color[2]*t,e},grayscale(){let t=this.rgb().color,e=t[0]*.3+t[1]*.59+t[2]*.11;return hn.rgb(e,e,e)},fade(t){return this.alpha(this.valpha-this.valpha*t)},opaquer(t){return this.alpha(this.valpha+this.valpha*t)},rotate(t){let e=this.hsl(),n=e.color[0];return n=(n+t)%360,n=n<0?360+n:n,e.color[0]=n,e},mix(t,e){if(!t||!t.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof t);let n=t.rgb(),i=this.rgb(),a=e===void 0?.5:e,r=2*a-1,s=n.alpha()-i.alpha(),o=((r*s===-1?r:(r+s)/(1+r*s))+1)/2,l=1-o;return hn.rgb(o*n.red()+l*i.red(),o*n.green()+l*i.green(),o*n.blue()+l*i.blue(),n.alpha()*a+i.alpha()*(1-a))}};for(let t of Object.keys(yn)){if(_I.includes(t))continue;let{channels:e}=yn[t];hn.prototype[t]=function(...n){return this.model===t?new hn(this):n.length>0?new hn(n,t):new hn([...FY(yn[this.model][t].raw(this.color)),this.valpha],t)},hn[t]=function(...n){let i=n[0];return typeof i=="number"&&(i=RA(n,e)),new hn(i,t)}}function WY(t,e){return Number(t.toFixed(e))}function BY(t){return function(e){return WY(e,t)}}function tn(t,e,n){t=Array.isArray(t)?t:[t];for(let i of t)(IA[i]||=[])[e]=n;return t=t[0],function(i){let a;return i!==void 0?(n&&(i=n(i)),a=this[t](),a.color[e]=i,a):(a=this[t]().color[e],n&&(a=n(a)),a)}}function dn(t){return function(e){return Math.max(0,Math.min(t,e))}}function FY(t){return Array.isArray(t)?t:[t]}function RA(t,e){for(let n=0;n{"use strict";function zi(t,e){if(e)return new zi(t).style(e);if(!(this instanceof zi))return new zi(t);this.text=t}zi.prototype.prefix="\x1B[";zi.prototype.suffix="m";zi.prototype.hex=function(e){e=e[0]==="#"?e.substring(1):e,e.length===3&&(e=e.split(""),e[5]=e[2],e[4]=e[2],e[3]=e[1],e[2]=e[1],e[1]=e[0],e=e.join(""));var n=e.substring(0,2),i=e.substring(2,4),a=e.substring(4,6);return[parseInt(n,16),parseInt(i,16),parseInt(a,16)]};zi.prototype.rgb=function(e,n,i){var a=e/255*5,r=n/255*5,s=i/255*5;return this.ansi(a,r,s)};zi.prototype.ansi=function(e,n,i){var a=Math.round(e),r=Math.round(n),s=Math.round(i);return 16+a*36+r*6+s};zi.prototype.reset=function(){return this.prefix+"39;49"+this.suffix};zi.prototype.style=function(e){return this.prefix+"38;5;"+this.rgb.apply(this,this.hex(e))+this.suffix+this.text+this.reset()};RI.exports=zi});var GI=v((Bce,DI)=>{var KY=II(),QY=zI();DI.exports=function(e,n){var i=n.namespace,a=n.colors!==!1?QY(i+":",KY(i)):i+":";return e[0]=a+" "+e[0],e}});var NI=v((Fce,$I)=>{"use strict";$I.exports=function(e,n){if(!n)return!1;for(var i=n.split(/[\s,]+/),a=0;a{var YY=NI();UI.exports=function(e){return function(i){try{return YY(i,e())}catch{}return!1}}});var BI=v((Jce,WI)=>{var XY=LI();WI.exports=XY(function(){return process.env.DEBUG||process.env.DIAGNOSTICS})});var VI=v((Zce,FI)=>{FI.exports=function(t,e){try{Function.prototype.apply.call(console.log,console,e)}catch{}}});var ZI=v((Kce,JI)=>{var eX=_A(),nX=require("tty").isatty(1),Ad=eX(function t(e,n){return n=n||{},n.colors="colors"in n?n.colors:nX,n.namespace=e,n.prod=!1,n.dev=!0,!t.enabled(e)&&!(n.force||t.force)?t.nope(n):t.yep(n)});Ad.modify(GI());Ad.use(BI());Ad.set(VI());JI.exports=Ad});var Dl=v((Qce,zA)=>{process.env.NODE_ENV==="production"?zA.exports=MI():zA.exports=ZI()});var QI=v((Yce,KI)=>{"use strict";var DA=require("fs"),{StringDecoder:iX}=require("string_decoder"),{Stream:tX}=cr();function aX(){}KI.exports=(t,e)=>{let n=Buffer.alloc(65536),i=new iX("utf8"),a=new tX,r="",s=0,o=0;return t.start===-1&&delete t.start,a.readable=!0,a.destroy=()=>{a.destroyed=!0,a.emit("end"),a.emit("close")},DA.open(t.file,"a+","0644",(l,u)=>{if(l){e?e(l):a.emit("error",l),a.destroy();return}(function c(){if(a.destroyed){DA.close(u,aX);return}return DA.read(u,n,0,n.length,s,(p,h)=>{if(p){e?e(p):a.emit("error",p),a.destroy();return}if(!h)return r&&((t.start==null||o>t.start)&&(e?e(null,r):a.emit("line",r)),o++,r=""),setTimeout(c,1e3);let d=i.write(n.slice(0,h));e||a.emit("data",d),d=(r+d).split(/\n+/);let g=d.length-1,m=0;for(;mt.start)&&(e?e(null,d[m]):a.emit("line",d[m])),o++;return r=d[g],s+=h,c()})})()}),e?a.destroy:a}});var nR=v((epe,eR)=>{"use strict";var ri=require("fs"),Pn=require("path"),YI=mI(),rX=require("zlib"),{MESSAGE:sX}=ln(),{Stream:oX,PassThrough:XI}=cr(),lX=ys(),Di=Dl()("winston:file"),uX=require("os"),cX=QI();eR.exports=class extends lX{constructor(e={}){super(e),this.name=e.name||"file";function n(i,...a){a.slice(1).forEach(r=>{if(e[r])throw new Error(`Cannot set ${r} and ${i} together`)})}if(this._stream=new XI,this._stream.setMaxListeners(30),this._onError=this._onError.bind(this),e.filename||e.dirname)n("filename or dirname","stream"),this._basename=this.filename=e.filename?Pn.basename(e.filename):"winston.log",this.dirname=e.dirname||Pn.dirname(e.filename),this.options=e.options||{flags:"a"};else if(e.stream)console.warn("options.stream will be removed in winston@4. Use winston.transports.Stream"),n("stream","filename","maxsize"),this._dest=this._stream.pipe(this._setupStream(e.stream)),this.dirname=Pn.dirname(this._dest.path);else throw new Error("Cannot log to file without filename or stream.");this.maxsize=e.maxsize||null,this.rotationFormat=e.rotationFormat||!1,this.zippedArchive=e.zippedArchive||!1,this.maxFiles=e.maxFiles||null,this.eol=typeof e.eol=="string"?e.eol:uX.EOL,this.tailable=e.tailable||!1,this.lazy=e.lazy||!1,this._size=0,this._pendingSize=0,this._created=0,this._drain=!1,this._opening=!1,this._ending=!1,this._fileExist=!1,this.dirname&&this._createLogDirIfNotExist(this.dirname),this.lazy||this.open()}finishIfEnding(){this._ending&&(this._opening?this.once("open",()=>{this._stream.once("finish",()=>this.emit("finish")),setImmediate(()=>this._stream.end())}):(this._stream.once("finish",()=>this.emit("finish")),setImmediate(()=>this._stream.end())))}_final(e){if(this._opening){this.once("open",()=>this._final(e));return}if(this._stream.end(),!this._dest||this._dest.writableFinished)return e();this._dest.once("finish",e),this._dest.once("error",e)}log(e,n=()=>{}){if(this.silent)return n(),!0;if(this._drain){this._stream.once("drain",()=>{this._drain=!1,this.log(e,n)});return}if(this._rotate){this._stream.once("rotate",()=>{this._rotate=!1,this.log(e,n)});return}if(this.lazy){if(!this._fileExist){this._opening||this.open(),this.once("open",()=>{this._fileExist=!0,this.log(e,n)});return}if(this._needsNewFile(this._pendingSize)){this._dest.once("close",()=>{this._opening||this.open(),this.once("open",()=>{this.log(e,n)})});return}}let i=`${e[sX]}${this.eol}`,a=Buffer.byteLength(i);function r(){if(this._size+=a,this._pendingSize-=a,Di("logged %s %s",this._size,i),this.emit("logged",e),!this._rotate&&!this._opening&&this._needsNewFile()){if(this.lazy){this._endStream(()=>{this.emit("fileclosed")});return}this._rotate=!0,this._endStream(()=>this._rotateFile())}}this._pendingSize+=a,this._opening&&!this.rotatedWhileOpening&&this._needsNewFile(this._size+this._pendingSize)&&(this.rotatedWhileOpening=!0);let s=this._stream.write(i,r.bind(this));return s?n():(this._drain=!0,this._stream.once("drain",()=>{this._drain=!1,n()})),Di("written",s,this._drain),this.finishIfEnding(),s}query(e,n){typeof e=="function"&&(n=e,e={}),e=p(e);let i=Pn.join(this.dirname,this.filename),a="",r=[],s=0,o=ri.createReadStream(i,{encoding:"utf8"});o.on("error",h=>{if(o.readable&&o.destroy(),!!n)return h.code!=="ENOENT"?n(h):n(null,r)}),o.on("data",h=>{h=(a+h).split(/\n+/);let d=h.length-1,g=0;for(;g=e.start)&&l(h[g]),s++;a=h[d]}),o.on("close",()=>{a&&l(a,!0),e.order==="desc"&&(r=r.reverse()),n&&n(null,r)});function l(h,d){try{let g=JSON.parse(h);c(g)&&u(g)}catch(g){d||o.emit("error",g)}}function u(h){if(e.rows&&r.length>=e.rows&&e.order!=="desc"){o.readable&&o.destroy();return}e.fields&&(h=e.fields.reduce((d,g)=>(d[g]=h[g],d),{})),e.order==="desc"&&r.length>=e.rows&&r.shift(),r.push(h)}function c(h){if(!h||typeof h!="object")return;let d=new Date(h.timestamp);if(!(e.from&&de.until||e.level&&e.level!==h.level))return!0}function p(h){return h=h||{},h.rows=h.rows||h.limit||10,h.start=h.start||0,h.until=h.until||new Date,typeof h.until!="object"&&(h.until=new Date(h.until)),h.from=h.from||h.until-1440*60*1e3,typeof h.from!="object"&&(h.from=new Date(h.from)),h.order=h.order||"desc",h}}stream(e={}){let n=Pn.join(this.dirname,this.filename),i=new oX,a={file:n,start:e.start};return i.destroy=cX(a,(r,s)=>{if(r)return i.emit("error",r);try{i.emit("data",s),s=JSON.parse(s),i.emit("log",s)}catch(o){i.emit("error",o)}}),i}open(){this.filename&&(this._opening||(this._opening=!0,this.stat((e,n)=>{if(e)return this.emit("error",e);Di("stat done: %s { size: %s }",this.filename,n),this._size=n,this._dest=this._createStream(this._stream),this._opening=!1,this.once("open",()=>{this._stream.emit("rotate")||(this._rotate=!1)})})))}stat(e){let n=this._getFile(),i=Pn.join(this.dirname,n);ri.stat(i,(a,r)=>{if(a&&a.code==="ENOENT")return Di("ENOENT\xA0ok",i),this.filename=n,e(null,0);if(a)return Di(`err ${a.code} ${i}`),e(a);if(!r||this._needsNewFile(r.size))return this._incFile(()=>this.stat(e));this.filename=n,e(null,r.size)})}close(e){this._stream&&this._stream.end(()=>{e&&e(),this.emit("flush"),this.emit("closed")})}_needsNewFile(e){return e=e||this._size,this.maxsize&&e>=this.maxsize}_onError(e){this.emit("error",e)}_setupStream(e){return e.on("error",this._onError),e}_cleanupStream(e){return e.removeListener("error",this._onError),e.destroy(),e}_rotateFile(){this._incFile(()=>this.open())}_endStream(e=()=>{}){this._dest?(this._stream.unpipe(this._dest),this._dest.end(()=>{this._cleanupStream(this._dest),e()})):e()}_createStream(e){let n=Pn.join(this.dirname,this.filename);Di("create stream start",n,this.options);let i=ri.createWriteStream(n,this.options).on("error",a=>Di(a)).on("close",()=>Di("close",i.path,i.bytesWritten)).on("open",()=>{Di("file open ok",n),this.emit("open",n),e.pipe(i),this.rotatedWhileOpening&&(this._stream=new XI,this._stream.setMaxListeners(30),this._rotateFile(),this.rotatedWhileOpening=!1,this._cleanupStream(i),e.end())});return Di("create stream ok",n),i}_incFile(e){Di("_incFile",this.filename);let n=Pn.extname(this._basename),i=Pn.basename(this._basename,n),a=[];this.zippedArchive&&a.push(function(r){let s=this._created>0&&!this.tailable?this._created:"";this._compressFile(Pn.join(this.dirname,`${i}${s}${n}`),Pn.join(this.dirname,`${i}${s}${n}.gz`),r)}.bind(this)),a.push(function(r){this.tailable?this._checkMaxFilesTailable(n,i,r):(this._created+=1,this._checkMaxFilesIncrementing(n,i,r))}.bind(this)),YI(a,e)}_getFile(){let e=Pn.extname(this._basename),n=Pn.basename(this._basename,e),i=this.rotationFormat?this.rotationFormat():this._created;return!this.tailable&&this._created?`${n}${i}${e}`:`${n}${e}`}_checkMaxFilesIncrementing(e,n,i){if(!this.maxFiles||this._created1;s--)a.push(function(o,l){let u=`${n}${o-1}${e}${r}`,c=Pn.join(this.dirname,u);ri.exists(c,p=>{if(!p)return l(null);u=`${n}${o}${e}${r}`,ri.rename(c,Pn.join(this.dirname,u),l)})}.bind(this,s));YI(a,()=>{ri.rename(Pn.join(this.dirname,`${n}${e}${r}`),Pn.join(this.dirname,`${n}1${e}${r}`),i)})}_compressFile(e,n,i){ri.access(e,ri.F_OK,a=>{if(a)return i();var r=rX.createGzip(),s=ri.createReadStream(e),o=ri.createWriteStream(n);o.on("finish",()=>{ri.unlink(e,i)}),s.pipe(r).pipe(o)})}_createLogDirIfNotExist(e){ri.existsSync(e)||ri.mkdirSync(e,{recursive:!0})}}});var tR=v((ipe,iR)=>{"use strict";var pX=require("http"),dX=require("https"),{Stream:hX}=cr(),gX=ys(),{configure:mX}=yl();iR.exports=class extends gX{constructor(e={}){super(e),this.options=e,this.name=e.name||"http",this.ssl=!!e.ssl,this.host=e.host||"localhost",this.port=e.port,this.auth=e.auth,this.path=e.path||"",this.maximumDepth=e.maximumDepth,this.agent=e.agent,this.headers=e.headers||{},this.headers["content-type"]="application/json",this.batch=e.batch||!1,this.batchInterval=e.batchInterval||5e3,this.batchCount=e.batchCount||10,this.batchOptions=[],this.batchTimeoutID=-1,this.batchCallback={},this.port||(this.port=this.ssl?443:80)}log(e,n){this._request(e,null,null,(i,a)=>{a&&a.statusCode!==200&&(i=new Error(`Invalid HTTP Status Code: ${a.statusCode}`)),i?this.emit("warn",i):this.emit("logged",e)}),n&&setImmediate(n)}query(e,n){typeof e=="function"&&(n=e,e={}),e={method:"query",params:this.normalizeQuery(e)};let i=e.params.auth||null;delete e.params.auth;let a=e.params.path||null;delete e.params.path,this._request(e,i,a,(r,s,o)=>{if(s&&s.statusCode!==200&&(r=new Error(`Invalid HTTP Status Code: ${s.statusCode}`)),r)return n(r);if(typeof o=="string")try{o=JSON.parse(o)}catch(l){return n(l)}n(null,o)})}stream(e={}){let n=new hX;e={method:"stream",params:e};let i=e.params.path||null;delete e.params.path;let a=e.params.auth||null;delete e.params.auth;let r="",s=this._request(e,a,i);return n.destroy=()=>s.destroy(),s.on("data",o=>{o=(r+o).split(/\n+/);let l=o.length-1,u=0;for(;un.emit("error",o)),n}_request(e,n,i,a){e=e||{},n=n||this.auth,i=i||this.path||"",this.batch?this._doBatch(e,a,n,i):this._doRequest(e,a,n,i)}_doBatch(e,n,i,a){if(this.batchOptions.push(e),this.batchOptions.length===1){let r=this;this.batchCallback=n,this.batchTimeoutID=setTimeout(function(){r.batchTimeoutID=-1,r._doBatchRequest(r.batchCallback,i,a)},this.batchInterval)}this.batchOptions.length===this.batchCount&&this._doBatchRequest(this.batchCallback,i,a)}_doBatchRequest(e,n,i){this.batchTimeoutID>0&&(clearTimeout(this.batchTimeoutID),this.batchTimeoutID=-1);let a=this.batchOptions.slice();this.batchOptions=[],this._doRequest(a,e,n,i)}_doRequest(e,n,i,a){let r=Object.assign({},this.headers);i&&i.bearer&&(r.Authorization=`Bearer ${i.bearer}`);let s=(this.ssl?dX:pX).request({...this.options,method:"POST",host:this.host,port:this.port,path:`/${a.replace(/^\//,"")}`,headers:r,auth:i&&i.username&&i.password?`${i.username}:${i.password}`:"",agent:this.agent});s.on("error",n),s.on("response",l=>l.on("end",()=>n(null,l)).resume());let o=mX({...this.maximumDepth&&{maximumDepth:this.maximumDepth}});s.end(Buffer.from(o(e,this.options.replacer),"utf8"))}}});var GA=v((tpe,aR)=>{"use strict";var tt=t=>t!==null&&typeof t=="object"&&typeof t.pipe=="function";tt.writable=t=>tt(t)&&t.writable!==!1&&typeof t._write=="function"&&typeof t._writableState=="object";tt.readable=t=>tt(t)&&t.readable!==!1&&typeof t._read=="function"&&typeof t._readableState=="object";tt.duplex=t=>tt.writable(t)&&tt.readable(t);tt.transform=t=>tt.duplex(t)&&typeof t._transform=="function";aR.exports=tt});var sR=v((rpe,rR)=>{"use strict";var fX=GA(),{MESSAGE:wX}=ln(),vX=require("os"),CX=ys();rR.exports=class extends CX{constructor(e={}){if(super(e),!e.stream||!fX(e.stream))throw new Error("options.stream is required.");this._stream=e.stream,this._stream.setMaxListeners(1/0),this.isObjectMode=e.stream._writableState.objectMode,this.eol=typeof e.eol=="string"?e.eol:vX.EOL}log(e,n){if(setImmediate(()=>this.emit("logged",e)),this.isObjectMode){this._stream.write(e),n&&n();return}this._stream.write(`${e[wX]}${this.eol}`),n&&n()}}});var oR=v(Gl=>{"use strict";Object.defineProperty(Gl,"Console",{configurable:!0,enumerable:!0,get(){return _H()}});Object.defineProperty(Gl,"File",{configurable:!0,enumerable:!0,get(){return nR()}});Object.defineProperty(Gl,"Http",{configurable:!0,enumerable:!0,get(){return tR()}});Object.defineProperty(Gl,"Stream",{configurable:!0,enumerable:!0,get(){return sR()}})});var yd=v($l=>{"use strict";var bd=NC(),{configs:$A}=ln();$l.cli=bd.levels($A.cli);$l.npm=bd.levels($A.npm);$l.syslog=bd.levels($A.syslog);$l.addColors=bd.levels});var uR=v((Pd,lR)=>{"use strict";Object.defineProperty(Pd,"__esModule",{value:!0});var AX=nd(),bX=pr(AX),yX=pd(),PX=pr(yX),jX=jA(),SX=pr(jX),OX=bA(),xX=pr(OX),TX=yA(),MX=pr(TX),EX=ur(),kX=pr(EX),qX=js(),_X=pr(qX);function pr(t){return t&&t.__esModule?t:{default:t}}function HX(t,e,n){n=(0,xX.default)(n);var i=0,a=0,{length:r}=t,s=!1;r===0&&n(null);function o(l,u){l===!1&&(s=!0),s!==!0&&(l?n(l):(++a===r||u===PX.default)&&n(null))}for(;i{"use strict";Object.defineProperty(jd,"__esModule",{value:!0});jd.default=zX;function zX(t){return(e,n,i)=>t(e,i)}cR.exports=jd.default});var xd=v((Od,dR)=>{"use strict";Object.defineProperty(Od,"__esModule",{value:!0});var DX=uR(),GX=Sd(DX),$X=pR(),NX=Sd($X),UX=ur(),LX=Sd(UX),WX=js(),BX=Sd(WX);function Sd(t){return t&&t.__esModule?t:{default:t}}function FX(t,e,n){return(0,GX.default)(t,(0,NX.default)((0,LX.default)(e)),n)}Od.default=(0,BX.default)(FX,3);dR.exports=Od.default});var gR=v((lpe,hR)=>{"use strict";var VX=Object.prototype.toString;hR.exports=function(e){if(typeof e.displayName=="string"&&e.constructor.name)return e.displayName;if(typeof e.name=="string"&&e.name)return e.name;if(typeof e=="object"&&e.constructor&&typeof e.constructor.name=="string")return e.constructor.name;var n=e.toString(),i=VX.call(e).slice(8,-1);return i==="Function"?n=n.substring(n.indexOf("(")+1,n.indexOf(")")):n=i,n||"anonymous"}});var NA=v((upe,mR)=>{"use strict";var JX=gR();mR.exports=function(e){var n=0,i;function a(){return n||(n=1,i=e.apply(this,arguments),e=null),i}return a.displayName=JX(e),a}});var UA=v(Ul=>{Ul.get=function(t){var e=Error.stackTraceLimit;Error.stackTraceLimit=1/0;var n={},i=Error.prepareStackTrace;Error.prepareStackTrace=function(r,s){return s},Error.captureStackTrace(n,t||Ul.get);var a=n.stack;return Error.prepareStackTrace=i,Error.stackTraceLimit=e,a};Ul.parse=function(t){if(!t.stack)return[];var e=this,n=t.stack.split(` +`).slice(1);return n.map(function(i){if(i.match(/^\s*[-]{4,}$/))return e._createParsedCallSite({fileName:i,lineNumber:null,functionName:null,typeName:null,methodName:null,columnNumber:null,native:null});var a=i.match(/at (?:(.+)\s+\()?(?:(.+?):(\d+)(?::(\d+))?|([^)]+))\)?/);if(a){var r=null,s=null,o=null,l=null,u=null,c=a[5]==="native";if(a[1]){o=a[1];var p=o.lastIndexOf(".");if(o[p-1]=="."&&p--,p>0){r=o.substr(0,p),s=o.substr(p+1);var h=r.indexOf(".Module");h>0&&(o=o.substr(h+1),r=r.substr(0,h))}l=null}s&&(l=r,u=s),s===""&&(u=null,o=null);var d={fileName:a[2]||null,lineNumber:parseInt(a[3],10)||null,functionName:o,typeName:l,methodName:u,columnNumber:parseInt(a[4],10)||null,native:c};return e._createParsedCallSite(d)}}).filter(function(i){return!!i})};function Nl(t){for(var e in t)this[e]=t[e]}var ZX=["this","typeName","functionName","methodName","fileName","lineNumber","columnNumber","function","evalOrigin"],KX=["topLevel","eval","native","constructor"];ZX.forEach(function(t){Nl.prototype[t]=null,Nl.prototype["get"+t[0].toUpperCase()+t.substr(1)]=function(){return this[t]}});KX.forEach(function(t){Nl.prototype[t]=!1,Nl.prototype["is"+t[0].toUpperCase()+t.substr(1)]=function(){return this[t]}});Ul._createParsedCallSite=function(t){return new Nl(t)}});var wR=v((dpe,fR)=>{"use strict";var{Writable:QX}=cr();fR.exports=class extends QX{constructor(e){if(super({objectMode:!0}),!e)throw new Error("ExceptionStream requires a TransportStream instance.");this.handleExceptions=!0,this.transport=e}_write(e,n,i){return e.exception?this.transport.log(e,i):(i(),!0)}}});var WA=v((gpe,AR)=>{"use strict";var vR=require("os"),YX=xd(),LA=Dl()("winston:exception"),XX=NA(),CR=UA(),eee=wR();AR.exports=class{constructor(e){if(!e)throw new Error("Logger is required to handle exceptions");this.logger=e,this.handlers=new Map}handle(...e){e.forEach(n=>{if(Array.isArray(n))return n.forEach(i=>this._addHandler(i));this._addHandler(n)}),this.catcher||(this.catcher=this._uncaughtException.bind(this),process.on("uncaughtException",this.catcher))}unhandle(){this.catcher&&(process.removeListener("uncaughtException",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(e=>this.logger.unpipe(e)))}getAllInfo(e){let n=null;return e&&(n=typeof e=="string"?e:e.message),{error:e,level:"error",message:[`uncaughtException: ${n||"(no error message)"}`,e&&e.stack||" No stack trace"].join(` +`),stack:e&&e.stack,exception:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:vR.loadavg(),uptime:vR.uptime()}}getTrace(e){return(e?CR.parse(e):CR.get()).map(i=>({column:i.getColumnNumber(),file:i.getFileName(),function:i.getFunctionName(),line:i.getLineNumber(),method:i.getMethodName(),native:i.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleExceptions=!0;let n=new eee(e);this.handlers.set(e,n),this.logger.pipe(n)}}_uncaughtException(e){let n=this.getAllInfo(e),i=this._getExceptionHandlers(),a=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,r;!i.length&&a&&(console.warn("winston: exitOnError cannot be true with no exception handlers."),console.warn("winston: not exiting process."),a=!1);function s(){LA("doExit",a),LA("process._exiting",process._exiting),a&&!process._exiting&&(r&&clearTimeout(r),process.exit(1))}if(!i||i.length===0)return process.nextTick(s);YX(i,(o,l)=>{let u=XX(l),c=o.transport||o;function p(h){return()=>{LA(h),u()}}c._ending=!0,c.once("finish",p("finished")),c.once("error",p("error"))},()=>a&&s()),this.logger.log(n),a&&(r=setTimeout(s,3e3))}_getExceptionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleExceptions)}}});var yR=v((fpe,bR)=>{"use strict";var{Writable:nee}=cr();bR.exports=class extends nee{constructor(e){if(super({objectMode:!0}),!e)throw new Error("RejectionStream requires a TransportStream instance.");this.handleRejections=!0,this.transport=e}_write(e,n,i){return e.rejection?this.transport.log(e,i):(i(),!0)}}});var FA=v((vpe,SR)=>{"use strict";var PR=require("os"),iee=xd(),BA=Dl()("winston:rejection"),tee=NA(),jR=UA(),aee=yR();SR.exports=class{constructor(e){if(!e)throw new Error("Logger is required to handle rejections");this.logger=e,this.handlers=new Map}handle(...e){e.forEach(n=>{if(Array.isArray(n))return n.forEach(i=>this._addHandler(i));this._addHandler(n)}),this.catcher||(this.catcher=this._unhandledRejection.bind(this),process.on("unhandledRejection",this.catcher))}unhandle(){this.catcher&&(process.removeListener("unhandledRejection",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(e=>this.logger.unpipe(e)))}getAllInfo(e){let n=null;return e&&(n=typeof e=="string"?e:e.message),{error:e,level:"error",message:[`unhandledRejection: ${n||"(no error message)"}`,e&&e.stack||" No stack trace"].join(` +`),stack:e&&e.stack,rejection:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:PR.loadavg(),uptime:PR.uptime()}}getTrace(e){return(e?jR.parse(e):jR.get()).map(i=>({column:i.getColumnNumber(),file:i.getFileName(),function:i.getFunctionName(),line:i.getLineNumber(),method:i.getMethodName(),native:i.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleRejections=!0;let n=new aee(e);this.handlers.set(e,n),this.logger.pipe(n)}}_unhandledRejection(e){let n=this.getAllInfo(e),i=this._getRejectionHandlers(),a=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,r;!i.length&&a&&(console.warn("winston: exitOnError cannot be true with no rejection handlers."),console.warn("winston: not exiting process."),a=!1);function s(){BA("doExit",a),BA("process._exiting",process._exiting),a&&!process._exiting&&(r&&clearTimeout(r),process.exit(1))}if(!i||i.length===0)return process.nextTick(s);iee(i,(o,l)=>{let u=tee(l),c=o.transport||o;function p(h){return()=>{BA(h),u()}}c._ending=!0,c.once("finish",p("finished")),c.once("error",p("error"))},()=>a&&s()),this.logger.log(n),a&&(r=setTimeout(s,3e3))}_getRejectionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleRejections)}}});var xR=v((Cpe,OR)=>{"use strict";var VA=class{constructor(e){let n=Td();if(typeof e!="object"||Array.isArray(e)||!(e instanceof n))throw new Error("Logger is required for profiling");this.logger=e,this.start=Date.now()}done(...e){typeof e[e.length-1]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),e.pop());let n=typeof e[e.length-1]=="object"?e.pop():{};return n.level=n.level||"info",n.durationMs=Date.now()-this.start,this.logger.write(n)}};OR.exports=VA});var Td=v((Ape,kR)=>{"use strict";var{Stream:ree,Transform:see}=cr(),TR=xd(),{LEVEL:at,SPLAT:MR}=ln(),ER=GA(),oee=WA(),lee=FA(),uee=vA(),cee=xR(),{warn:pee}=UC(),dee=yd(),hee=/%[scdjifoO%]/g,Md=class extends see{constructor(e){super({objectMode:!0}),this.configure(e)}child(e){let n=this;return Object.create(n,{write:{value:function(i){let a=Object.assign({},e,i);i instanceof Error&&(a.stack=i.stack,a.message=i.message,a.cause=i.cause),n.write(a)}}})}configure({silent:e,format:n,defaultMeta:i,levels:a,level:r="info",exitOnError:s=!0,transports:o,colors:l,emitErrs:u,formatters:c,padLevels:p,rewriters:h,stripColors:d,exceptionHandlers:g,rejectionHandlers:m}={}){if(this.transports.length&&this.clear(),this.silent=e,this.format=n||this.format||RC()(),this.defaultMeta=i||null,this.levels=a||this.levels||dee.npm.levels,this.level=r,this.exceptions&&this.exceptions.unhandle(),this.rejections&&this.rejections.unhandle(),this.exceptions=new oee(this),this.rejections=new lee(this),this.profilers={},this.exitOnError=s,o&&(o=Array.isArray(o)?o:[o],o.forEach(f=>this.add(f))),l||u||c||p||h||d)throw new Error(["{ colors, emitErrs, formatters, padLevels, rewriters, stripColors } were removed in winston@3.0.0.","Use a custom winston.format(function) instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(` +`));g&&this.exceptions.handle(g),m&&this.rejections.handle(m)}getHighestLogLevel(){let e=Ll(this.levels,this.level);return!this.transports||this.transports.length===0?e:this.transports.reduce((n,i)=>{let a=Ll(this.levels,i.level);return a!==null&&a>n?a:n},e)}isLevelEnabled(e){let n=Ll(this.levels,e);if(n===null)return!1;let i=Ll(this.levels,this.level);return i===null?!1:!this.transports||this.transports.length===0?i>=n:this.transports.findIndex(r=>{let s=Ll(this.levels,r.level);return s===null&&(s=i),s>=n})!==-1}log(e,n,...i){if(arguments.length===1)return e[at]=e.level,this._addDefaultMeta(e),this.write(e),this;if(arguments.length===2)return n&&typeof n=="object"?(n[at]=n.level=e,this._addDefaultMeta(n),this.write(n),this):(n={[at]:e,level:e,message:n},this._addDefaultMeta(n),this.write(n),this);let[a]=i;if(typeof a=="object"&&a!==null&&!(n&&n.match&&n.match(hee))){let s=Object.assign({},this.defaultMeta,a,{[at]:e,[MR]:i,level:e,message:n});return a.message&&(s.message=`${s.message} ${a.message}`),a.stack&&(s.stack=a.stack),a.cause&&(s.cause=a.cause),this.write(s),this}return this.write(Object.assign({},this.defaultMeta,{[at]:e,[MR]:i,level:e,message:n})),this}_transform(e,n,i){if(this.silent)return i();e[at]||(e[at]=e.level),!this.levels[e[at]]&&this.levels[e[at]]!==0&&console.error("[winston] Unknown logger level: %s",e[at]),this._readableState.pipes||console.error("[winston] Attempt to write logs with no transports, which can increase memory usage: %j",e);try{this.push(this.format.transform(e,this.format.options))}finally{this._writableState.sync=!1,i()}}_final(e){let n=this.transports.slice();TR(n,(i,a)=>{if(!i||i.finished)return setImmediate(a);i.once("finish",a),i.end()},e)}add(e){let n=!ER(e)||e.log.length>2?new uee({transport:e}):e;if(!n._writableState||!n._writableState.objectMode)throw new Error("Transports must WritableStreams in objectMode. Set { objectMode: true }.");return this._onEvent("error",n),this._onEvent("warn",n),this.pipe(n),e.handleExceptions&&this.exceptions.handle(),e.handleRejections&&this.rejections.handle(),this}remove(e){if(!e)return this;let n=e;return(!ER(e)||e.log.length>2)&&(n=this.transports.filter(i=>i.transport===e)[0]),n&&this.unpipe(n),this}clear(){return this.unpipe(),this}close(){return this.exceptions.unhandle(),this.rejections.unhandle(),this.clear(),this.emit("close"),this}setLevels(){pee.deprecated("setLevels")}query(e,n){typeof e=="function"&&(n=e,e={}),e=e||{};let i={},a=Object.assign({},e.query||{});function r(o,l){e.query&&typeof o.formatQuery=="function"&&(e.query=o.formatQuery(a)),o.query(e,(u,c)=>{if(u)return l(u);typeof o.formatResults=="function"&&(c=o.formatResults(c,e.format)),l(null,c)})}function s(o,l){r(o,(u,c)=>{l&&(c=u||c,c&&(i[o.name]=c),l()),l=null})}TR(this.transports.filter(o=>!!o.query),s,()=>n(null,i))}stream(e={}){let n=new ree,i=[];return n._streams=i,n.destroy=()=>{let a=i.length;for(;a--;)i[a].destroy()},this.transports.filter(a=>!!a.stream).forEach(a=>{let r=a.stream(e);r&&(i.push(r),r.on("log",s=>{s.transport=s.transport||[],s.transport.push(a.name),n.emit("log",s)}),r.on("error",s=>{s.transport=s.transport||[],s.transport.push(a.name),n.emit("error",s)}))}),n}startTimer(){return new cee(this)}profile(e,...n){let i=Date.now();if(this.profilers[e]){let a=this.profilers[e];delete this.profilers[e],typeof n[n.length-2]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),n.pop());let r=typeof n[n.length-1]=="object"?n.pop():{};return r.level=r.level||"info",r.durationMs=i-a,r.message=r.message||e,this.write(r)}return this.profilers[e]=i,this}handleExceptions(...e){console.warn("Deprecated: .handleExceptions() will be removed in winston@4. Use .exceptions.handle()"),this.exceptions.handle(...e)}unhandleExceptions(...e){console.warn("Deprecated: .unhandleExceptions() will be removed in winston@4. Use .exceptions.unhandle()"),this.exceptions.unhandle(...e)}cli(){throw new Error(["Logger.cli() was removed in winston@3.0.0","Use a custom winston.formats.cli() instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(` +`))}_onEvent(e,n){function i(a){e==="error"&&!this.transports.includes(n)&&this.add(n),this.emit(e,a,n)}n["__winston"+e]||(n["__winston"+e]=i.bind(this),n.on(e,n["__winston"+e]))}_addDefaultMeta(e){this.defaultMeta&&Object.assign(e,this.defaultMeta)}};function Ll(t,e){let n=t[e];return!n&&n!==0?null:n}Object.defineProperty(Md.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:t}=this._readableState;return Array.isArray(t)?t:[t].filter(Boolean)}});kR.exports=Md});var JA=v((bpe,qR)=>{"use strict";var{LEVEL:gee}=ln(),mee=yd(),fee=Td(),wee=Dl()("winston:create-logger");function vee(t){return"is"+t.charAt(0).toUpperCase()+t.slice(1)+"Enabled"}qR.exports=function(t={}){t.levels=t.levels||mee.npm.levels;class e extends fee{constructor(a){super(a)}}let n=new e(t);return Object.keys(t.levels).forEach(function(i){if(wee('Define prototype method for "%s"',i),i==="log"){console.warn('Level "log" not defined: conflicts with the method "log". Use a different level name.');return}e.prototype[i]=function(...a){let r=this||n;if(a.length===1){let[s]=a,o=s&&s.message&&s||{message:s};return o.level=o[gee]=i,r._addDefaultMeta(o),r.write(o),this||n}return a.length===0?(r.log(i,""),r):r.log(i,...a)},e.prototype[vee(i)]=function(){return(this||n).isLevelEnabled(i)}}),n}});var HR=v((Ppe,_R)=>{"use strict";var Cee=JA();_R.exports=class{constructor(e={}){this.loggers=new Map,this.options=e}add(e,n){if(!this.loggers.has(e)){n=Object.assign({},n||this.options);let i=n.transports||this.options.transports;i?n.transports=Array.isArray(i)?i.slice():[i]:n.transports=[];let a=Cee(n);a.on("close",()=>this._delete(e)),this.loggers.set(e,a)}return this.loggers.get(e)}get(e,n){return this.add(e,n)}has(e){return!!this.loggers.has(e)}close(e){if(e)return this._removeLogger(e);this.loggers.forEach((n,i)=>this._removeLogger(i))}_removeLogger(e){if(!this.loggers.has(e))return;this.loggers.get(e).close(),this._delete(e)}_delete(e){this.loggers.delete(e)}}});var RR=v(Re=>{"use strict";var IR=NC(),{warn:Wl}=UC();Re.version=k0().version;Re.transports=oR();Re.config=yd();Re.addColors=IR.levels;Re.format=IR.format;Re.createLogger=JA();Re.Logger=Td();Re.ExceptionHandler=WA();Re.RejectionHandler=FA();Re.Container=HR();Re.Transport=ys();Re.loggers=new Re.Container;var rt=Re.createLogger();Object.keys(Re.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(t=>Re[t]=(...e)=>rt[t](...e));Object.defineProperty(Re,"level",{get(){return rt.level},set(t){rt.level=t}});Object.defineProperty(Re,"exceptions",{get(){return rt.exceptions}});Object.defineProperty(Re,"rejections",{get(){return rt.rejections}});["exitOnError"].forEach(t=>{Object.defineProperty(Re,t,{get(){return rt[t]},set(e){rt[t]=e}})});Object.defineProperty(Re,"default",{get(){return{exceptionHandlers:rt.exceptionHandlers,rejectionHandlers:rt.rejectionHandlers,transports:rt.transports}}});Wl.deprecated(Re,"setLevels");Wl.forFunctions(Re,"useFormat",["cli"]);Wl.forProperties(Re,"useFormat",["padLevels","stripColors"]);Wl.forFunctions(Re,"deprecated",["addRewriter","addFilter","clone","extend"]);Wl.forProperties(Re,"deprecated",["emitErrs","levelLength"])});var $R=v((Spe,GR)=>{var Bl=require("path"),zR=require("fs"),DR=parseInt("0777",8);GR.exports=Ts.mkdirp=Ts.mkdirP=Ts;function Ts(t,e,n,i){typeof e=="function"?(n=e,e={}):(!e||typeof e!="object")&&(e={mode:e});var a=e.mode,r=e.fs||zR;a===void 0&&(a=DR),i||(i=null);var s=n||function(){};t=Bl.resolve(t),r.mkdir(t,a,function(o){if(!o)return i=i||t,s(null,i);switch(o.code){case"ENOENT":if(Bl.dirname(t)===t)return s(o);Ts(Bl.dirname(t),e,function(l,u){l?s(l,u):Ts(t,e,s,u)});break;default:r.stat(t,function(l,u){l||!u.isDirectory()?s(o,i):s(null,i)});break}})}Ts.sync=function t(e,n,i){(!n||typeof n!="object")&&(n={mode:n});var a=n.mode,r=n.fs||zR;a===void 0&&(a=DR),i||(i=null),e=Bl.resolve(e);try{r.mkdirSync(e,a),i=i||e}catch(o){switch(o.code){case"ENOENT":i=t(Bl.dirname(e),n,i),t(e,n,i);break;default:var s;try{s=r.statSync(e)}catch{throw o}if(!s.isDirectory())throw o;break}}return i}});var ZA=v((Ope,NR)=>{function Aee(t){this.name="DuplicateSectionError",this.message=t+" already exists",Error.captureStackTrace(this,this.constructor)}function bee(t){this.name=this.constructor.name,this.message="Section "+t+" does not exist.",Error.captureStackTrace(this,this.constructor)}function yee(t,e,n){this.name=this.constructor.name,this.message=`Source contains parsing errors. file: `+t+" line: "+e+` -`+i,Error.captureStackTrace(this,this.constructor)}function lX(t,e,i){this.name=this.constructor.name,this.message=`File contains no section headers. +`+n,Error.captureStackTrace(this,this.constructor)}function Pee(t,e,n){this.name=this.constructor.name,this.message=`File contains no section headers. file: `+t+" line: "+e+` -`+i,Error.captureStackTrace(this,this.constructor)}function uX(t,e,i,n){this.name=this.constructor.name,this.message="Exceeded Maximum Recursion Depth ("+n+") for key "+e+" in section "+t+` -value: `+i,Error.captureStackTrace(this,this.constructor)}nR.exports={DuplicateSectionError:rX,NoSectionError:sX,ParseError:oX,MissingSectionHeaderError:lX,MaximumInterpolationDepthError:uX}});var sR=w((lce,rR)=>{var cX=TA(),tR=new RegExp(/%\(([\w-]+)\)s/),MA=50;function pX(t,e,i){return aR(t,e,i,1)}function aR(t,e,i,n){let a=t.get(e,i,!0);if(n>MA)throw new cX.MaximumInterpolationDepthError(e,i,a,MA);let r=tR.exec(a);for(;r!==null;){let s=r[1],o=aR(t,e,s,n+1);a=a.substr(0,r.index)+o+a.substr(r.index+r[0].length),r=tR.exec(a)}return a}rR.exports={interpolate:pX,MAXIMUM_INTERPOLATION_DEPTH:MA}});var hR=w((cce,dR)=>{var wd=require("util"),ql=require("fs"),oR=require("path"),lR=iR(),fd=TA(),dX=sR(),hX=new RegExp(/^\s*\[([^\]]+)]$/),gX=new RegExp(/^\s*(.*?)\s*[=:]\s*(.*)$/),mX=new RegExp(/^\s*[;#]/),uR=new RegExp(/\r\n|[\n\r\u0085\u2028\u2029]/g),fX=wd.promisify(ql.readFile),wX=wd.promisify(ql.writeFile),uce=wd.promisify(ql.stat),vX=wd.promisify(lR);function Oi(){this._sections={}}Oi.prototype.sections=function(){return Object.keys(this._sections)};Oi.prototype.addSection=function(t){if(this._sections.hasOwnProperty(t))throw new fd.DuplicateSectionError(t);this._sections[t]={}};Oi.prototype.hasSection=function(t){return this._sections.hasOwnProperty(t)};Oi.prototype.keys=function(t){try{return Object.keys(this._sections[t])}catch{throw new fd.NoSectionError(t)}};Oi.prototype.hasKey=function(t,e){return this._sections.hasOwnProperty(t)&&this._sections[t].hasOwnProperty(e)};Oi.prototype.read=function(t){let e=ql.readFileSync(t).toString("utf8").split(uR);cR.call(this,t,e)};Oi.prototype.readAsync=async function(t){let e=(await fX(t)).toString("utf8").split(uR);cR.call(this,t,e)};Oi.prototype.get=function(t,e,i){if(this._sections.hasOwnProperty(t))return i?this._sections[t][e]:dX.interpolate(this,t,e)};Oi.prototype.getInt=function(t,e,i){if(this._sections.hasOwnProperty(t))return i||(i=10),parseInt(this._sections[t][e],i)};Oi.prototype.getFloat=function(t,e){if(this._sections.hasOwnProperty(t))return parseFloat(this._sections[t][e])};Oi.prototype.items=function(t){return this._sections[t]};Oi.prototype.set=function(t,e,i){this._sections.hasOwnProperty(t)&&(this._sections[t][e]=i)};Oi.prototype.removeKey=function(t,e){return this._sections.hasOwnProperty(t)&&this._sections[t].hasOwnProperty(e)?delete this._sections[t][e]:!1};Oi.prototype.removeSection=function(t){return this._sections.hasOwnProperty(t)?delete this._sections[t]:!1};Oi.prototype.write=function(t,e=!1){if(e){let i=oR.dirname(t);lR.sync(i)}ql.writeFileSync(t,pR.call(this))};Oi.prototype.writeAsync=async function(t,e=!1){if(e){let i=oR.dirname(t);await vX(i)}await wX(t,pR.call(this))};function cR(t,e){let i=null;e.forEach((n,a)=>{if(!n||n.match(mX))return;let r=hX.exec(n);if(r){let s=r[1];i={},this._sections[s]=i}else if(i)if(r=gX.exec(n),r){let s=r[1];i[s]=r[2]}else throw new fd.ParseError(t,a,n);else throw new fd.MissingSectionHeaderError(t,a,n)})}function pR(){let t="",e;for(e in this._sections){if(!this._sections.hasOwnProperty(e))continue;t+="["+e+`] -`;let i=this._sections[e],n;for(n in i){if(!i.hasOwnProperty(n))continue;let a=i[n];t+=n+"="+a+` +`+n,Error.captureStackTrace(this,this.constructor)}function jee(t,e,n,i){this.name=this.constructor.name,this.message="Exceeded Maximum Recursion Depth ("+i+") for key "+e+" in section "+t+` +value: `+n,Error.captureStackTrace(this,this.constructor)}NR.exports={DuplicateSectionError:Aee,NoSectionError:bee,ParseError:yee,MissingSectionHeaderError:Pee,MaximumInterpolationDepthError:jee}});var BR=v((xpe,WR)=>{var See=ZA(),UR=new RegExp(/%\(([\w-]+)\)s/),KA=50;function Oee(t,e,n){return LR(t,e,n,1)}function LR(t,e,n,i){let a=t.get(e,n,!0);if(i>KA)throw new See.MaximumInterpolationDepthError(e,n,a,KA);let r=UR.exec(a);for(;r!==null;){let s=r[1],o=LR(t,e,s,i+1);a=a.substr(0,r.index)+o+a.substr(r.index+r[0].length),r=UR.exec(a)}return a}WR.exports={interpolate:Oee,MAXIMUM_INTERPOLATION_DEPTH:KA}});var YR=v((Mpe,QR)=>{var kd=require("util"),Fl=require("fs"),FR=require("path"),VR=$R(),Ed=ZA(),xee=BR(),Tee=new RegExp(/^\s*\[([^\]]+)]$/),Mee=new RegExp(/^\s*(.*?)\s*[=:]\s*(.*)$/),Eee=new RegExp(/^\s*[;#]/),JR=new RegExp(/\r\n|[\n\r\u0085\u2028\u2029]/g),kee=kd.promisify(Fl.readFile),qee=kd.promisify(Fl.writeFile),Tpe=kd.promisify(Fl.stat),_ee=kd.promisify(VR);function En(){this._sections={}}En.prototype.sections=function(){return Object.keys(this._sections)};En.prototype.addSection=function(t){if(this._sections.hasOwnProperty(t))throw new Ed.DuplicateSectionError(t);this._sections[t]={}};En.prototype.hasSection=function(t){return this._sections.hasOwnProperty(t)};En.prototype.keys=function(t){try{return Object.keys(this._sections[t])}catch{throw new Ed.NoSectionError(t)}};En.prototype.hasKey=function(t,e){return this._sections.hasOwnProperty(t)&&this._sections[t].hasOwnProperty(e)};En.prototype.read=function(t){let e=Fl.readFileSync(t).toString("utf8").split(JR);ZR.call(this,t,e)};En.prototype.readAsync=async function(t){let e=(await kee(t)).toString("utf8").split(JR);ZR.call(this,t,e)};En.prototype.get=function(t,e,n){if(this._sections.hasOwnProperty(t))return n?this._sections[t][e]:xee.interpolate(this,t,e)};En.prototype.getInt=function(t,e,n){if(this._sections.hasOwnProperty(t))return n||(n=10),parseInt(this._sections[t][e],n)};En.prototype.getFloat=function(t,e){if(this._sections.hasOwnProperty(t))return parseFloat(this._sections[t][e])};En.prototype.items=function(t){return this._sections[t]};En.prototype.set=function(t,e,n){this._sections.hasOwnProperty(t)&&(this._sections[t][e]=n)};En.prototype.removeKey=function(t,e){return this._sections.hasOwnProperty(t)&&this._sections[t].hasOwnProperty(e)?delete this._sections[t][e]:!1};En.prototype.removeSection=function(t){return this._sections.hasOwnProperty(t)?delete this._sections[t]:!1};En.prototype.write=function(t,e=!1){if(e){let n=FR.dirname(t);VR.sync(n)}Fl.writeFileSync(t,KR.call(this))};En.prototype.writeAsync=async function(t,e=!1){if(e){let n=FR.dirname(t);await _ee(n)}await qee(t,KR.call(this))};function ZR(t,e){let n=null;e.forEach((i,a)=>{if(!i||i.match(Eee))return;let r=Tee.exec(i);if(r){let s=r[1];n={},this._sections[s]=n}else if(n)if(r=Mee.exec(i),r){let s=r[1];n[s]=r[2]}else throw new Ed.ParseError(t,a,i);else throw new Ed.MissingSectionHeaderError(t,a,i)})}function KR(){let t="",e;for(e in this._sections){if(!this._sections.hasOwnProperty(e))continue;t+="["+e+`] +`;let n=this._sections[e],i;for(i in n){if(!n.hasOwnProperty(i))continue;let a=n[i];t+=i+"="+a+` `}t+=` -`}return t}dR.exports=Oi});var wR=w((pce,fR)=>{"use strict";var CX=Iq(),AX=O_();function mR(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var EA=mR(CX),gR=mR(AX),bX={us_east_1:"mypurecloud.com",eu_west_1:"mypurecloud.ie",ap_southeast_2:"mypurecloud.com.au",ap_northeast_1:"mypurecloud.jp",eu_central_1:"mypurecloud.de",us_west_2:"usw2.pure.cloud",ca_central_1:"cac1.pure.cloud",ap_northeast_2:"apne2.pure.cloud",eu_west_2:"euw2.pure.cloud",ap_south_1:"aps1.pure.cloud",us_east_2:"use2.us-gov-pure.cloud",sa_east_1:"sae1.pure.cloud",me_central_1:"mec1.pure.cloud",ap_northeast_3:"apne3.pure.cloud",eu_central_2:"euc2.pure.cloud",mx_central_1:"mxc1.pure.cloud",ap_southeast_1:"apse1.pure.cloud"},_l=class{constructor(){this.timeout=16e3}setTimeout(e){if(e==null||typeof e!="number")throw new Error("The 'timeout' property must be a number");this.timeout=e}setHttpsAgent(e){if(e&&typeof e!="object")throw new Error("The 'httpsAgent' property must be an object");this.httpsAgent=e}request(e){throw new Error("method must be implemented")}enableHooks(){throw new Error("method must be implemented")}setPreHook(e){if(typeof e!="function"||e.length!==1)throw new Error("preHook must be a function that accepts (config)");this.preHook=e,this.enableHooks()}setPostHook(e){if(typeof e!="function"||e.length!==1)throw new Error("postHook must be a function that accepts (response)");this.postHook=e,this.enableHooks()}},Qt=class{constructor(e,i,n,a,r,s){this.setUrl(e),this.setMethod(i),n&&this.setHeaders(n),a&&this.setParams(a),r&&this.setData(r),s!=null?this.setTimeout(s):this.timeout=16e3}setUrl(e){if(!e)throw new Error("The 'url' property is required");this.url=e}setMethod(e){if(!e||!["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD"].includes(e.toUpperCase()))throw new Error("The 'method' property is invalid or missing");this.method=e.toUpperCase()}setData(e){if(e==null)throw new Error("The 'data' property is required");this.data=e}setParams(e){if(e&&typeof e!="object")throw new Error("The 'params' property must be an object");this.params=e}setHeaders(e){if(e&&typeof e!="object")throw new Error("The 'headers' property must be an object");this.headers=e}setTimeout(e){if(e==null||typeof e!="number")throw new Error("The 'timeout' property must be a number");this.timeout=e}},vd=class extends _l{constructor(e,i){super(),e!=null?this.setTimeout(e):this.timeout=16e3,i!=null?this.setHttpsAgent(i):this.httpsAgent,this._axiosInstance=EA.default.create({})}enableHooks(){this.preHook&&typeof this.preHook=="function"&&(this.requestInterceptorId!==void 0&&EA.default.interceptors.request.eject(this.requestInterceptorId),this.requestInterceptorId=this._axiosInstance.interceptors.request.use(async e=>(e=await this.preHook(e),e),e=>(console.error("Request Pre-Hook Error:",e.message),Promise.reject(e)))),this.postHook&&typeof this.postHook=="function"&&(this.responseInterceptorId!==void 0&&EA.default.interceptors.response.eject(this.responseInterceptorId),this.responseInterceptorId=this._axiosInstance.interceptors.response.use(async e=>(e=await this.postHook(e),e),async e=>(console.error("Post-Hook: Response Error",e.message),Promise.reject(e))))}request(e){if(!(e instanceof Qt))throw new Error("httpRequestOptions must be instance of HttpRequestOptions ");let i=this.toAxiosConfig(e);return this._axiosInstance.request(i)}toAxiosConfig(e){if(!e.url||!e.method)throw new Error("Mandatory fields 'url' and 'method' must be set before making a request");var i={url:e.url,method:e.method};return e.params&&(i.params=e.params),e.headers&&(i.headers=e.headers),e.data&&(i.data=e.data),this.timeout!=null&&this.timeout!=null&&(i.timeout=this.timeout),this.httpsAgent&&(i.httpsAgent=this.httpsAgent),i}},yX={levels:{none:0,error:1,debug:2,trace:3}},fs={level:{LNone:"none",LError:"error",LDebug:"debug",LTrace:"trace"}},er={formats:{JSON:"json",TEXT:"text"}},kA=class{get logLevelEnum(){return fs}get logFormatEnum(){return er}constructor(){this.log_level=fs.level.LNone,this.log_format=er.formats.TEXT,this.log_to_console=!0,this.log_file_path,this.log_response_body=!1,this.log_request_body=!1,this.setLogger()}setLogger(){if(typeof window>"u"){let e=QI();this.logger=e.createLogger({levels:yX.levels,level:this.log_level}),this.log_file_path&&this.log_file_path!==""&&(this.log_format===er.formats.JSON?this.logger.add(new e.transports.File({format:e.format.json(),filename:this.log_file_path})):this.logger.add(new e.transports.File({format:e.format.combine(e.format(i=>(i.level=i.level.toUpperCase(),i))(),e.format.simple()),filename:this.log_file_path}))),this.log_to_console&&(this.log_format===er.formats.JSON?this.logger.add(new e.transports.Console({format:e.format.json()})):this.logger.add(new e.transports.Console({format:e.format.combine(e.format(i=>(i.level=i.level.toUpperCase(),i))(),e.format.simple())})))}}log(e,i,n,a,r,s,o,l){var u=this.formatLog(e,i,n,a,r,s,o,l);if(typeof window<"u"){var c=this.calculateLogLevel(e);c>0&&this.log_to_console===!0&&(this.log_format===this.logFormatEnum.formats.JSON?console.log(u):console.log(`${e.toUpperCase()}: ${u}`))}else this.logger.transports.length>0&&this.logger.log(e,u)}calculateLogLevel(e){switch(this.log_level){case this.logLevelEnum.level.LError:return e!==this.logLevelEnum.level.LError?-1:1;case this.logLevelEnum.level.LDebug:return e===this.logLevelEnum.level.LTrace?-1:1;case this.logLevelEnum.level.LTrace:return 1;default:return-1}}formatLog(e,i,n,a,r,s,o,l){var u,c=r?JSON.parse(JSON.stringify(r)):null,p=s?JSON.parse(JSON.stringify(s)):null,d=o?JSON.parse(JSON.stringify(o)):null,h=l?JSON.parse(JSON.stringify(l)):null;return r&&(c.Authorization="[REDACTED]"),this.log_request_body||(d=void 0),this.log_response_body||(h=void 0),this.log_format&&this.log_format===er.formats.JSON?(u={level:e,date:new Date().toISOString(),method:n,url:decodeURIComponent(a),correlationId:p&&p["inin-correlation-id"]?p["inin-correlation-id"]:"",statusCode:i},c&&(u.requestHeaders=c),p&&(u.responseHeaders=p),d&&(u.requestBody=d),h&&(u.responseBody=h)):u=`${new Date().toISOString()} +`}return t}QR.exports=En});var iz=v((Epe,nz)=>{"use strict";var Hee=v_(),Iee=p2();function ez(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var QA=ez(Hee),XR=ez(Iee),Ree={us_east_1:"mypurecloud.com",eu_west_1:"mypurecloud.ie",ap_southeast_2:"mypurecloud.com.au",ap_northeast_1:"mypurecloud.jp",eu_central_1:"mypurecloud.de",us_west_2:"usw2.pure.cloud",ca_central_1:"cac1.pure.cloud",ap_northeast_2:"apne2.pure.cloud",eu_west_2:"euw2.pure.cloud",ap_south_1:"aps1.pure.cloud",us_east_2:"use2.us-gov-pure.cloud",sa_east_1:"sae1.pure.cloud",me_central_1:"mec1.pure.cloud",ap_northeast_3:"apne3.pure.cloud",eu_central_2:"euc2.pure.cloud",mx_central_1:"mxc1.pure.cloud",ap_southeast_1:"apse1.pure.cloud"},Vl=class{constructor(){this.timeout=16e3}setTimeout(e){if(e==null||typeof e!="number")throw new Error("The 'timeout' property must be a number");this.timeout=e}setHttpsAgent(e){if(e&&typeof e!="object")throw new Error("The 'httpsAgent' property must be an object");this.httpsAgent=e}request(e){throw new Error("method must be implemented")}enableHooks(){throw new Error("method must be implemented")}setPreHook(e){if(typeof e!="function"||e.length!==1)throw new Error("preHook must be a function that accepts (config)");this.preHook=e,this.enableHooks()}setPostHook(e){if(typeof e!="function"||e.length!==1)throw new Error("postHook must be a function that accepts (response)");this.postHook=e,this.enableHooks()}},ra=class{constructor(e,n,i,a,r,s){this.setUrl(e),this.setMethod(n),i&&this.setHeaders(i),a&&this.setParams(a),r&&this.setData(r),s!=null?this.setTimeout(s):this.timeout=16e3}setUrl(e){if(!e)throw new Error("The 'url' property is required");this.url=e}setMethod(e){if(!e||!["GET","POST","PUT","DELETE","PATCH","OPTIONS","HEAD"].includes(e.toUpperCase()))throw new Error("The 'method' property is invalid or missing");this.method=e.toUpperCase()}setData(e){if(e==null)throw new Error("The 'data' property is required");this.data=e}setParams(e){if(e&&typeof e!="object")throw new Error("The 'params' property must be an object");this.params=e}setHeaders(e){if(e&&typeof e!="object")throw new Error("The 'headers' property must be an object");this.headers=e}setTimeout(e){if(e==null||typeof e!="number")throw new Error("The 'timeout' property must be a number");this.timeout=e}},qd=class extends Vl{constructor(e,n){super(),e!=null?this.setTimeout(e):this.timeout=16e3,n!=null?this.setHttpsAgent(n):this.httpsAgent,this._axiosInstance=QA.default.create({})}enableHooks(){this.preHook&&typeof this.preHook=="function"&&(this.requestInterceptorId!==void 0&&QA.default.interceptors.request.eject(this.requestInterceptorId),this.requestInterceptorId=this._axiosInstance.interceptors.request.use(async e=>(e=await this.preHook(e),e),e=>(console.error("Request Pre-Hook Error:",e.message),Promise.reject(e)))),this.postHook&&typeof this.postHook=="function"&&(this.responseInterceptorId!==void 0&&QA.default.interceptors.response.eject(this.responseInterceptorId),this.responseInterceptorId=this._axiosInstance.interceptors.response.use(async e=>(e=await this.postHook(e),e),async e=>(console.error("Post-Hook: Response Error",e.message),Promise.reject(e))))}request(e){if(!(e instanceof ra))throw new Error("httpRequestOptions must be instance of HttpRequestOptions ");let n=this.toAxiosConfig(e);return this._axiosInstance.request(n)}toAxiosConfig(e){if(!e.url||!e.method)throw new Error("Mandatory fields 'url' and 'method' must be set before making a request");var n={url:e.url,method:e.method};return e.params&&(n.params=e.params),e.headers&&(n.headers=e.headers),e.data&&(n.data=e.data),this.timeout!=null&&this.timeout!=null&&(n.timeout=this.timeout),this.httpsAgent&&(n.httpsAgent=this.httpsAgent),n}},zee={levels:{none:0,error:1,debug:2,trace:3}},Ms={level:{LNone:"none",LError:"error",LDebug:"debug",LTrace:"trace"}},dr={formats:{JSON:"json",TEXT:"text"}},YA=class{get logLevelEnum(){return Ms}get logFormatEnum(){return dr}constructor(){this.log_level=Ms.level.LNone,this.log_format=dr.formats.TEXT,this.log_to_console=!0,this.log_file_path,this.log_response_body=!1,this.log_request_body=!1,this.setLogger()}setLogger(){if(typeof window>"u"){let e=RR();this.logger=e.createLogger({levels:zee.levels,level:this.log_level}),this.log_file_path&&this.log_file_path!==""&&(this.log_format===dr.formats.JSON?this.logger.add(new e.transports.File({format:e.format.json(),filename:this.log_file_path})):this.logger.add(new e.transports.File({format:e.format.combine(e.format(n=>(n.level=n.level.toUpperCase(),n))(),e.format.simple()),filename:this.log_file_path}))),this.log_to_console&&(this.log_format===dr.formats.JSON?this.logger.add(new e.transports.Console({format:e.format.json()})):this.logger.add(new e.transports.Console({format:e.format.combine(e.format(n=>(n.level=n.level.toUpperCase(),n))(),e.format.simple())})))}}log(e,n,i,a,r,s,o,l){var u=this.formatLog(e,n,i,a,r,s,o,l);if(typeof window<"u"){var c=this.calculateLogLevel(e);c>0&&this.log_to_console===!0&&(this.log_format===this.logFormatEnum.formats.JSON?console.log(u):console.log(`${e.toUpperCase()}: ${u}`))}else this.logger.transports.length>0&&this.logger.log(e,u)}calculateLogLevel(e){switch(this.log_level){case this.logLevelEnum.level.LError:return e!==this.logLevelEnum.level.LError?-1:1;case this.logLevelEnum.level.LDebug:return e===this.logLevelEnum.level.LTrace?-1:1;case this.logLevelEnum.level.LTrace:return 1;default:return-1}}formatLog(e,n,i,a,r,s,o,l){var u,c=r?JSON.parse(JSON.stringify(r)):null,p=s?JSON.parse(JSON.stringify(s)):null,h=o?JSON.parse(JSON.stringify(o)):null,d=l?JSON.parse(JSON.stringify(l)):null;return r&&(c.Authorization="[REDACTED]"),this.log_request_body||(h=void 0),this.log_response_body||(d=void 0),this.log_format&&this.log_format===dr.formats.JSON?(u={level:e,date:new Date().toISOString(),method:i,url:decodeURIComponent(a),correlationId:p&&p["inin-correlation-id"]?p["inin-correlation-id"]:"",statusCode:n},c&&(u.requestHeaders=c),p&&(u.responseHeaders=p),h&&(u.requestBody=h),d&&(u.responseBody=d)):u=`${new Date().toISOString()} === REQUEST === -${this.formatValue("URL",decodeURIComponent(a))}${this.formatValue("Method",n)}${this.formatValue("Headers",this.formatHeaderString(c))}${this.formatValue("Body",d?JSON.stringify(d,null,2):"")} +${this.formatValue("URL",decodeURIComponent(a))}${this.formatValue("Method",i)}${this.formatValue("Headers",this.formatHeaderString(c))}${this.formatValue("Body",h?JSON.stringify(h,null,2):"")} === RESPONSE === -${this.formatValue("Status",i)}${this.formatValue("Headers",this.formatHeaderString(p))}${this.formatValue("CorrelationId",p&&p["inin-correlation-id"]?p["inin-correlation-id"]:"")}${this.formatValue("Body",h?JSON.stringify(h,null,2):"")}`,u}formatHeaderString(e){var i="";if(!e)return i;for(let[n,a]of Object.entries(e))i+=` - ${n}: ${a}`;return i}formatValue(e,i){return!i||i===""||i==="{}"?"":`${e}: ${i} -`}getLogLevel(e){switch(e){case"error":return fs.level.LError;case"debug":return fs.level.LDebug;case"trace":return fs.level.LTrace;default:return fs.level.LNone}}getLogFormat(e){switch(e){case"json":return er.formats.JSON;default:return er.formats.TEXT}}},qA=class t{get instance(){return t.instance}set instance(e){t.instance=e}constructor(){if(t.instance||(t.instance=this),typeof window<"u")this.configPath="";else{let e=require("os"),i=require("path");this.configPath=i.join(e.homedir(),".genesyscloudjavascript","config")}this.watchedConfigPath,this.refresh_access_token=!0,this.refresh_token_wait_max=10,this._live_reload_config=!0,this.host,this.environment,this.basePath,this.authUrl,this.config,this.gateway=void 0,this.logger=new kA,this.setEnvironment(),this.liveLoadConfig()}get live_reload_config(){return this._live_reload_config}set live_reload_config(e){if(typeof window>"u"){let i=require("fs");e!=null&&this.live_reload_config!==e&&(this._live_reload_config=e,this.watchedConfigPath&&(i.unwatchFile(this.watchedConfigPath),this.watchedConfigPath=null),e===!0&&this.liveLoadConfig());return}this._live_reload_config=!1}liveLoadConfig(){if(typeof window>"u"){if(this.updateConfigFromFile(),this.live_reload_config&&this.live_reload_config===!0&&this.configPath)try{let e=require("fs");this.watchedConfigPath=this.configPath,e.watchFile(this.watchedConfigPath,{persistent:!1},(i,n)=>{this.updateConfigFromFile(),this.live_reload_config||this.watchedConfigPath&&(e.unwatchFile(this.watchedConfigPath),this.watchedConfigPath=null)})}catch{this.watchedConfigPath=null}return}this.configPath=""}setConfigPath(e){if(typeof window>"u"){let i=require("fs");e&&e!==this.configPath?(this.configPath=e,this.watchedConfigPath&&(i.unwatchFile(this.watchedConfigPath),this.watchedConfigPath=null),this.liveLoadConfig()):!e&&this.configPath&&(this.configPath="",this.watchedConfigPath&&(i.unwatchFile(this.watchedConfigPath),this.watchedConfigPath=null));return}this.configPath=""}updateConfigFromFile(){if(typeof window>"u"&&this.configPath){let n=hR();try{var e=new n;e.read(this.configPath),this.config=e}catch(a){if(a.name&&a.name==="MissingSectionHeaderError"){var i=require("fs").readFileSync(this.configPath,"utf8");this.config={_sections:JSON.parse(i)}}}this.config&&this.updateConfigValues()}}updateConfigValues(){if(this.logger.log_level=this.logger.getLogLevel(this.getConfigString("logging","log_level")),this.logger.log_format=this.logger.getLogFormat(this.getConfigString("logging","log_format")),this.logger.log_to_console=this.getConfigBoolean("logging","log_to_console")!==void 0?this.getConfigBoolean("logging","log_to_console"):this.logger.log_to_console,this.logger.log_file_path=this.getConfigString("logging","log_file_path")!==void 0?this.getConfigString("logging","log_file_path"):this.logger.log_file_path,this.logger.log_response_body=this.getConfigBoolean("logging","log_response_body")!==void 0?this.getConfigBoolean("logging","log_response_body"):this.logger.log_response_body,this.logger.log_request_body=this.getConfigBoolean("logging","log_request_body")!==void 0?this.getConfigBoolean("logging","log_request_body"):this.logger.log_request_body,this.refresh_access_token=this.getConfigBoolean("reauthentication","refresh_access_token")!==void 0?this.getConfigBoolean("reauthentication","refresh_access_token"):this.refresh_access_token,this.refresh_token_wait_max=this.getConfigInt("reauthentication","refresh_token_wait_max")!==void 0?this.getConfigInt("reauthentication","refresh_token_wait_max"):this.refresh_token_wait_max,this.live_reload_config=this.getConfigBoolean("general","live_reload_config")!==void 0?this.getConfigBoolean("general","live_reload_config"):this.live_reload_config,this.host=this.getConfigString("general","host")!==void 0?this.getConfigString("general","host"):this.host,this.getConfigString("gateway","host")!==void 0){let e={host:this.getConfigString("gateway","host")};this.getConfigString("gateway","protocol")!==void 0&&(e.protocol=this.getConfigString("gateway","protocol")),this.getConfigInt("gateway","port")!==void 0&&(e.port=this.getConfigInt("gateway","port")),this.getConfigString("gateway","path_params_login")!==void 0&&(e.path_params_login=this.getConfigString("gateway","path_params_login")),this.getConfigString("gateway","path_params_api")!==void 0&&(e.path_params_api=this.getConfigString("gateway","path_params_api")),this.getConfigString("gateway","username")!==void 0&&(e.username=this.getConfigString("gateway","username")),this.getConfigString("gateway","password")!==void 0&&(e.password=this.getConfigString("gateway","password")),this.setGateway(e)}else this.setGateway();this.setEnvironment(),this.logger.setLogger()}setGateway(e){e?(this.gateway={host:""},e.protocol?this.gateway.protocol=e.protocol:this.gateway.protocol="https",e.host?this.gateway.host=e.host:this.gateway.host="",e.port&&e.port>-1?this.gateway.port=e.port:this.gateway.port=-1,e.path_params_login?(this.gateway.path_params_login=e.path_params_login,this.gateway.path_params_login=this.gateway.path_params_login.replace(/\/+$/,"")):this.gateway.path_params_login="",e.path_params_api?(this.gateway.path_params_api=e.path_params_api,this.gateway.path_params_api=this.gateway.path_params_api.replace(/\/+$/,"")):this.gateway.path_params_api="",e.username&&(this.gateway.username=e.username),e.password&&(this.gateway.password=e.password)):this.gateway=void 0}setEnvironment(e){e?this.environment=e:this.environment=this.host?this.host:"mypurecloud.com",this.environment=this.environment.replace(/\/+$/,""),this.environment.startsWith("https://")&&(this.environment=this.environment.substring(8)),this.environment.startsWith("http://")&&(this.environment=this.environment.substring(7)),this.environment.startsWith("api.")&&(this.environment=this.environment.substring(4)),this.basePath=`https://api.${this.environment}`,this.authUrl=`https://login.${this.environment}`}getConfUrl(e,i){if(!this.gateway||!this.gateway.host)return i;var n=this.gateway.protocol+"://"+this.gateway.host;return this.gateway.port>-1&&(n=n+":"+this.gateway.port.toString()),e==="login"?this.gateway.path_params_login&&(this.gateway.path_params_login.startsWith("/")?n=n+this.gateway.path_params_login:n=n+"/"+this.gateway.path_params_login):this.gateway.path_params_api&&(this.gateway.path_params_api.startsWith("/")?n=n+this.gateway.path_params_api:n=n+"/"+this.gateway.path_params_api),n}getConfigString(e,i){if(this.config._sections[e])return this.config._sections[e][i]}getConfigBoolean(e,i){if(this.config._sections[e]&&this.config._sections[e][i]!==void 0)return typeof this.config._sections[e][i]=="string"?this.config._sections[e][i]==="true":this.config._sections[e][i]}getConfigInt(e,i){if(this.config._sections[e]&&this.config._sections[e][i])return typeof this.config._sections[e][i]=="string"?parseInt(this.config._sections[e][i]):this.config._sections[e][i]}},q=class t{get instance(){return t.instance}set instance(e){t.instance=e}constructor(){t.instance||(t.instance=this),this.CollectionFormatEnum={CSV:",",SSV:" ",TSV:" ",PIPES:"|",MULTI:"multi"},this.useLegacyParameterFilter=!1;try{localStorage.setItem("purecloud_local_storage_test","purecloud_local_storage_test"),localStorage.removeItem("purecloud_local_storage_test"),this.hasLocalStorage=!0}catch{this.hasLocalStorage=!1}this.authentications={"Guest Chat JWT":{type:"apiKey",in:"header",name:"Authorization"},"PureCloud OAuth":{type:"oauth2"}},this.defaultHeaders={},this.timeout=16e3,this.authData={},this.settingsPrefix="purecloud",this.refreshInProgress=!1,this.httpClient,this.proxyAgent,this.config=new qA,typeof window<"u"&&(window.ApiClient=this)}setReturnExtendedResponses(e){this.returnExtended=e}setPersistSettings(e,i){this.persistSettings=e,this.settingsPrefix=i?i.replace(/\W+/g,"_"):"purecloud"}_saveSettings(e){try{if(this.authData.accessToken=e.accessToken,this.authentications["PureCloud OAuth"].accessToken=e.accessToken,e.state&&(this.authData.state=e.state),this.authData.error=e.error,this.authData.error_description=e.error_description,e.tokenExpiryTime&&(this.authData.tokenExpiryTime=e.tokenExpiryTime,this.authData.tokenExpiryTimeString=e.tokenExpiryTimeString),this.persistSettings!==!0||!this.hasLocalStorage)return;let i=JSON.parse(JSON.stringify(this.authData));delete i.state,localStorage.setItem(`${this.settingsPrefix}_auth_data`,JSON.stringify(i))}catch(i){console.error(i)}}_loadSettings(){if(this.persistSettings!==!0||!this.hasLocalStorage)return;let e=this.authData.state;this.authData=localStorage.getItem(`${this.settingsPrefix}_auth_data`),this.authData?this.authData=JSON.parse(this.authData):this.authData={},this.authData.accessToken&&this.setAccessToken(this.authData.accessToken),this.authData.state=e}_clearSettings(){try{if(this.authData&&this.authData.accessToken&&(this.authData.accessToken=null),this.authentications["PureCloud OAuth"]&&this.authentications["PureCloud OAuth"].accessToken&&(this.authentications["PureCloud OAuth"].accessToken=null),this.authData&&this.authData.state&&(this.authData.state=null),this.authData&&this.authData.error&&(this.authData.error=null),this.authData&&this.authData.error_description&&(this.authData.error_description=null),this.authData&&this.authData.tokenExpiryTime&&(this.authData.tokenExpiryTime=0),this.authData&&this.authData.tokenExpiryTimeString&&(this.authData.tokenExpiryTimeString=null),this.persistSettings!==!0||!this.hasLocalStorage)return;let e=JSON.parse(JSON.stringify(this.authData));delete e.state,localStorage.setItem(`${this.settingsPrefix}_auth_data`,JSON.stringify(e))}catch(e){console.error(e)}}setEnvironment(e){this.config.setEnvironment(e)}setDefaultHeaders(e){if(!e||typeof e!="object")throw new Error("default headers must be a map");this.defaultHeaders=e}getDefaultHeaders(){return this.defaultHeaders}setGenesysAppHeader(e){if(!e||typeof e!="string")throw new Error("headerValue must be a non empty string");this.defaultHeaders?this.defaultHeaders["Genesys-App"]=e:this.defaultHeaders={"Genesys-App":e}}getGenesysAppHeader(){return this.defaultHeaders&&this.defaultHeaders["Genesys-App"]?this.defaultHeaders["Genesys-App"]:null}setHttpClient(e){if(!(e instanceof _l))throw new Error("httpclient must be an instance of AbstractHttpClient. See DefaultltHttpClient for a prototype");this.httpClient=e}getHttpClient(){return this.httpClient?this.httpClient:(this.httpClient=new vd(this.timeout,this.proxyAgent),this.httpClient)}setMTLSCertificates(e,i,n){if(typeof window>"u"){let a={};e&&(a.cert=require("fs").readFileSync(e)),i&&(a.key=require("fs").readFileSync(i)),n&&(a.ca=require("fs").readFileSync(n)),a.rejectUnauthorized=!0,this.proxyAgent=new require("https").Agent(a),this.getHttpClient().setHttpsAgent(this.proxyAgent)}else throw new Error("MTLS authentication is managed by the Browser itself. MTLS certificates cannot be set via code on Browser.")}setPreHook(e){this.getHttpClient().setPreHook(e)}setPostHook(e){this.getHttpClient().setPostHook(e)}setMTLSContents(e,i,n){if(typeof window>"u"){let a={};e&&(a.cert=e),i&&(a.key=i),n&&(a.ca=n),a.rejectUnauthorized=!0,this.proxyAgent=new require("https").Agent(a),this.getHttpClient().setHttpsAgent(this.proxyAgent)}else throw new Error("MTLS authentication is managed by the Browser itself. MTLS certificates cannot be set via code on Browser.")}setGateway(e){this.config.setGateway(e)}loginImplicitGrant(e,i,n){let a=this._setValuesFromUrlHash();return this.clientId=e,this.redirectUri=i,n||(n={}),new Promise((r,s)=>{if(n.org&&!n.provider?s(new Error("opts.provider must be set if opts.org is set")):n.provider&&!n.org&&s(new Error("opts.org must be set if opts.provider is set")),a&&a.error)return a.accessToken=void 0,this._saveSettings(a),s(new Error(`[${a.error}] ${a.error_description}`));this._testTokenAccess().then(()=>{!this.authData.state&&n.state&&(this.authData.state=n.state),r(this.authData)}).catch(o=>{var l={client_id:encodeURIComponent(this.clientId),redirect_uri:encodeURIComponent(this.redirectUri),response_type:"token"};n.state&&(l.state=encodeURIComponent(n.state)),n.org&&(l.org=encodeURIComponent(n.org)),n.provider&&(l.provider=encodeURIComponent(n.provider)),n.prompt&&n.prompt=="login"&&(l.prompt=encodeURIComponent(n.prompt));var u=this._buildAuthUrl("oauth/authorize",l);window.location.replace(u)})})}loginClientCredentialsGrant(e,i){this.clientId=e;var n=Buffer.from(`${e}:${i}`).toString("base64"),a=this.config.getConfUrl("login",`https://login.${this.config.environment}`);return new Promise((r,s)=>{if(typeof window<"u"){s(new Error("The client credentials grant is not supported in a browser."));return}let o={Authorization:`Basic ${n}`};var l=new Qt(`${a}/oauth/token`,"POST",o,null,"grant_type=client_credentials",this.timeout);this.getHttpClient().request(l).then(c=>{this.config.logger.log("trace",c.status,"POST",`${a}/oauth/token`,o,c.headers,{grant_type:"client_credentials"},void 0),this.config.logger.log("debug",c.status,"POST",`${a}/oauth/token`,o,void 0,{grant_type:"client_credentials"},void 0),this.setAccessToken(c.data.access_token),this.authData.tokenExpiryTime=new Date().getTime()+c.data.expires_in*1e3,this.authData.tokenExpiryTimeString=new Date(this.authData.tokenExpiryTime).toUTCString(),r(this.authData)}).catch(c=>{c.response&&this.config.logger.log("error",c.response.status,"POST",`${a}/oauth/token`,o,c.response.headers,{grant_type:"client_credentials"},c.response.data),s(c)})})}loginSaml2BearerGrant(e,i,n,a){this.clientId=e;var r=this.config.getConfUrl("login",`https://login.${this.config.environment}`);return new Promise((s,o)=>{if(typeof window<"u"){o(new Error("The saml2bearer grant is not supported in a browser."));return}var l=Buffer.from(e+":"+i).toString("base64"),u=this._formAuthRequest(l,{grant_type:"urn:ietf:params:oauth:grant-type:saml2-bearer",orgName:n,assertion:a});u.proxy=this.proxy;var c={grant_type:"urn:ietf:params:oauth:grant-type:saml2-bearer",orgName:n,assertion:a};u.then(p=>{this.config.logger.log("trace",p.status,"POST",`${r}/oauth/token`,u.headers,p.headers,c,void 0),this.config.logger.log("debug",p.status,"POST",`${r}/oauth/token`,u.headers,void 0,c,void 0);var d=p.data.access_token;this.setAccessToken(d),this.authData.tokenExpiryTime=new Date().getTime()+p.data.expires_in*1e3,this.authData.tokenExpiryTimeString=new Date(this.authData.tokenExpiryTime).toUTCString(),s(this.authData)}).catch(p=>{p.response&&this.config.logger.log("error",p.response.status,"POST",`${r}/oauth/token`,u.headers,p.response.headers,c,p.response.data),o(p)})})}authorizePKCEGrant(e,i,n,a){this.clientId=e;var r=this.config.getConfUrl("login",`https://login.${this.config.environment}`);return new Promise((s,o)=>{var l={"Content-Type":"application/x-www-form-urlencoded"},u=gR.default.stringify({grant_type:"authorization_code",code:n,code_verifier:i,client_id:e,redirect_uri:a}),c=new Qt(`${r}/oauth/token`,"POST",l,null,u,this.timeout);let p=this.getHttpClient();var d={grant_type:"authorization_code",code:n,code_verifier:i,client_id:e,redirect_uri:a};p.request(c).then(h=>{this.config.logger.log("trace",h.status,"POST",`${r}/oauth/token`,c.headers,h.headers,d,void 0),this.config.logger.log("debug",h.status,"POST",`${r}/oauth/token`,c.headers,void 0,d,void 0);var g=h.data.access_token;let m={accessToken:g};h.data.expires_in!==null&&h.data.expires_in!==void 0&&(m.tokenExpiryTime=new Date().getTime()+h.data.expires_in*1e3,m.tokenExpiryTimeString=new Date(m.tokenExpiryTime).toUTCString()),this._saveSettings(m),s(this.authData)}).catch(h=>{h.response&&this.config.logger.log("error",h.response.status,"POST",`${r}/oauth/token`,c.headers,h.response.headers,d,h.response.data),o(h)})})}generatePKCECodeVerifier(e){if(e<43||e>128)throw new Error("PKCE Code Verifier (length) must be between 43 and 128 characters");if(typeof window>"u")try{let i=require("crypto").getRandomValues,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~";return Array.from(i(new Uint32Array(e))).map(r=>n[r%n.length]).join("")}catch{throw new Error("Crypto module is missing/not supported.")}else{let i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~";return Array.from(crypto.getRandomValues(new Uint32Array(e))).map(a=>i[a%i.length]).join("")}}computePKCECodeChallenge(e){if(e.length<43||e.length>128)throw new Error("PKCE Code Verifier (length) must be between 43 and 128 characters");if(typeof window>"u")try{let i=require("crypto").createHash,n=new TextEncoder().encode(e);return new Promise((a,r)=>{let s=i("sha256").update(n).digest(),o=Buffer.from(s).toString("base64url");a(o)})}catch{throw new Error("Crypto module is missing/not supported.")}else{let i=new TextEncoder().encode(e);return new Promise((n,a)=>{window.crypto.subtle.digest("SHA-256",i).then(r=>{let o=btoa(String.fromCharCode(...new Uint8Array(r))).replaceAll("+","-").replaceAll("/","_");o=o.split("=")[0],n(o)}).catch(r=>a(new Error(`Code Challenge Error ${r}`)))})}}loginPKCEGrant(e,i,n,a){if(!this.hasLocalStorage&&!a)throw new Error("loginPKCEGrant requires Local Storage or codeVerifier as input parameter");let r=this._setValuesFromUrlQuery();return this.clientId=e,this.redirectUri=i,this.codeVerifier=a,n||(n={}),new Promise((s,o)=>{if(n.org&&!n.provider)return o(new Error("opts.provider must be set if opts.org is set"));if(n.provider&&!n.org)return o(new Error("opts.org must be set if opts.provider is set"));if(r&&r.error)return this.hasLocalStorage&&sessionStorage.removeItem("genesys_cloud_sdk_pkce_code_verifier"),this._saveSettings({accessToken:void 0}),o(new Error(`[${r.error}] ${r.error_description}`));r&&r.code?(this.codeVerifier||this.hasLocalStorage&&(this.codeVerifier=sessionStorage.getItem("genesys_cloud_sdk_pkce_code_verifier")),this.authorizePKCEGrant(this.clientId,this.codeVerifier,r.code,this.redirectUri).then(()=>{this._testTokenAccess().then(()=>{!this.authData.state&&r.state&&(this.authData.state=r.state),this.hasLocalStorage&&sessionStorage.removeItem("genesys_cloud_sdk_pkce_code_verifier"),s(this.authData)}).catch(l=>(this._saveSettings({accessToken:void 0}),this.hasLocalStorage&&sessionStorage.removeItem("genesys_cloud_sdk_pkce_code_verifier"),o(new Error(`[${l.name}] ${l.msg}`))))}).catch(l=>(this._saveSettings({accessToken:void 0}),this.hasLocalStorage&&sessionStorage.removeItem("genesys_cloud_sdk_pkce_code_verifier"),o(new Error(`[${l.name}] ${l.msg}`))))):this._testTokenAccess().then(()=>{!this.authData.state&&n.state&&(this.authData.state=n.state),s(this.authData)}).catch(l=>{this.codeVerifier||(this.codeVerifier=this.generatePKCECodeVerifier(128),this.hasLocalStorage&&sessionStorage.setItem("genesys_cloud_sdk_pkce_code_verifier",this.codeVerifier)),this.computePKCECodeChallenge(this.codeVerifier).then(u=>{var c={client_id:encodeURIComponent(this.clientId),redirect_uri:encodeURIComponent(this.redirectUri),code_challenge:encodeURIComponent(u),response_type:"code",code_challenge_method:"S256"};n.state&&(c.state=encodeURIComponent(n.state)),n.org&&(c.org=encodeURIComponent(n.org)),n.provider&&(c.provider=encodeURIComponent(n.provider)),n.prompt&&n.prompt=="login"&&(c.prompt=encodeURIComponent(n.prompt));var p=this._buildAuthUrl("oauth/authorize",c);window.location.replace(p)}).catch(u=>o(new Error(`[${u.name}]`)))})})}_setValuesFromUrlQuery(){if(!(typeof window<"u"&&window.location.search))return;let e={},i=new URLSearchParams(window.location.search),n=i.get("code"),a=i.get("error"),r=i.get("error_description"),s=i.get("state");if(a)return e.error=a,r&&(e.error_description=r),e;n&&(e.code=n,s&&(e.state=s));var o,l,u=window.location;return"replaceState"in history?history.replaceState("",document.title,u.pathname):(o=document.body.scrollTop,l=document.body.scrollLeft,history.pushState("",document.title,u.pathname),document.body.scrollTop=o,document.body.scrollLeft=l),e}loginCodeAuthorizationGrant(e,i,n,a){return this.clientId=e,this.clientSecret=i,new Promise((r,s)=>{if(typeof window<"u"){s(new Error("The Code Authorization grant is not supported in a browser."));return}var o=Buffer.from(e+":"+i).toString("base64"),l=this._formAuthRequest(o,{grant_type:"authorization_code",code:n,redirect_uri:a});l.proxy=this.proxy;var u={grant_type:"authorization_code",code:n,redirect_uri:a};this._handleCodeAuthorizationResponse(l,u,r,s)})}refreshCodeAuthorizationGrant(e,i,n){return new Promise((a,r)=>{if(typeof window<"u"){r(new Error("The Code Authorization grant is not supported in a browser."));return}var s=Buffer.from(e+":"+i).toString("base64"),o=this._formAuthRequest(s,{grant_type:"refresh_token",refresh_token:n});o.proxy=this.proxy;var l={grant_type:"refresh_token",refresh_token:n};this._handleCodeAuthorizationResponse(o,l,a,r)})}_handleCodeAuthorizationResponse(e,i,n,a){var r=this.config.getConfUrl("login",`https://login.${this.config.environment}`);e.then(s=>{this.config.logger.log("trace",s.status,"POST",`${r}/oauth/token`,e.headers,s.headers,i,void 0),this.config.logger.log("debug",s.status,"POST",`${r}/oauth/token`,e.headers,void 0,i,void 0);var o=s.data.access_token,l=s.data.refresh_token;this.setAccessToken(o),this.authData.refreshToken=l,this.authData.tokenExpiryTime=new Date().getTime()+s.data.expires_in*1e3,this.authData.tokenExpiryTimeString=new Date(this.authData.tokenExpiryTime).toUTCString(),n(this.authData)}).catch(s=>{s.response&&this.config.logger.log("error",s.response.status,"POST",`${r}/oauth/token`,e.headers,s.response.headers,i,s.response.data),a(s)})}_formAuthRequest(e,i){var n=this.config.getConfUrl("login",`https://login.${this.config.environment}`),a={Authorization:"Basic "+e,"Content-Type":"application/x-www-form-urlencoded"},r=new Qt(`${n}/oauth/token`,"POST",a,null,gR.default.stringify(i),this.timeout);return this.getHttpClient().request(r)}_handleExpiredAccessToken(){return new Promise((e,i)=>{if(typeof window<"u"){i(new Error("This method is not supported in a browser."));return}this.refreshInProgress?this._sleep(this.config.refresh_token_wait_max).then(()=>{this.refreshInProgress?i(new Error(`Token refresh took longer than ${this.config.refresh_token_wait_max} seconds`)):e()}):(this.refreshInProgress=!0,this.refreshCodeAuthorizationGrant(this.clientId,this.clientSecret,this.authData.refreshToken).then(()=>{this.refreshInProgress=!1,e()}).catch(n=>{this.refreshInProgress=!1,i(n)}))})}_sleep(e){return new Promise(i=>setTimeout(i,e))}_testTokenAccess(){return new Promise((e,i)=>{if(this._loadSettings(),!this.authentications["PureCloud OAuth"].accessToken){i(new Error("Token is not set"));return}this.callApi("/api/v2/tokens/me","GET",null,null,null,null,null,["PureCloud OAuth"],["application/json"],["application/json"]).then(()=>{e()}).catch(n=>{this._saveSettings({accessToken:void 0}),i(n)})})}_setValuesFromUrlHash(){if(!(typeof window<"u"&&window.location.hash))return;let e=new RegExp("^#*(.+?)=(.+?)$","i"),i={};if(window.location.hash.split("&").forEach(s=>{let o=e.exec(s);o&&(i[o[1]]=decodeURIComponent(decodeURIComponent(o[2].replace(/\+/g,"%20"))))}),i.error)return i;if(i.access_token){let s={};i.state&&(s.state=i.state),i.expires_in&&(s.tokenExpiryTime=new Date().getTime()+parseInt(i.expires_in.replace(/\+/g,"%20"))*1e3,s.tokenExpiryTimeString=new Date(s.tokenExpiryTime).toUTCString()),s.accessToken=i.access_token.replace(/\+/g,"%20");var n,a,r=window.location;"replaceState"in history?history.replaceState("",document.title,r.pathname+r.search):(n=document.body.scrollTop,a=document.body.scrollLeft,r.hash="",document.body.scrollTop=n,document.body.scrollLeft=a),this._saveSettings(s)}}setAccessToken(e){this._saveSettings({accessToken:e})}clearAccessToken(){this._clearSettings()}setStorageKey(e){this.storageKey=e,this.setAccessToken(this.authentications["PureCloud OAuth"].accessToken)}logout(e){this.hasLocalStorage&&this._saveSettings({accessToken:void 0,state:void 0,tokenExpiryTime:void 0,tokenExpiryTimeString:void 0});var i={client_id:encodeURIComponent(this.clientId)};e&&(i.redirect_uri=encodeURI(e));var n=this._buildAuthUrl("logout",i);window.location.replace(n)}_buildAuthUrl(e,i){i||(i={});var n=this.config.getConfUrl("login",this.config.authUrl);return Object.keys(i).reduce((a,r)=>i[r]?`${a}&${r}=${i[r]}`:a,`${n}/${e}?`)}setUseLegacyParameterFilter(e){this.useLegacyParameterFilter=e}getUseLegacyParameterFilter(){return this.useLegacyParameterFilter}paramToString(e){if(this.useLegacyParameterFilter!==!0&&e!=null){if(typeof e=="boolean")return e.toString().toLowerCase();if(e instanceof Boolean)return e.toString().toLowerCase();if(typeof e=="number")return e.toString()}return e?e instanceof Date?e.toJSON():e instanceof Boolean?e.toString().toLowerCase():e.toString():""}serialize(e){var i={};for(var n in e)e.hasOwnProperty(n)&&e[n]!==void 0&&(i[encodeURIComponent(n)]=Array.isArray(e[n])?e[n].join(","):this.paramToString(e[n]));return i}addHeaders(e,...i){return e?e=Object.assign(e,...i):e=Object.assign(...i),e}buildUrl(e,i){e.match(/^\//)||(e=`/${e}`);var n=this.config.getConfUrl("api",this.config.basePath)+e;return n=n.replace(/\{([\w-]+)\}/g,(a,r)=>{var s;return i.hasOwnProperty(r)?s=this.paramToString(i[r]):s=a,encodeURIComponent(s)}),n}isJsonMime(e){return!!(e&&e.match(/^application\/json(;.*)?$/i))}jsonPreferredMime(e){for(var i=0;i"u"&&typeof require=="function"&&require("fs")&&e instanceof require("fs").ReadStream||typeof Buffer=="function"&&e instanceof Buffer||typeof Blob=="function"&&e instanceof Blob||typeof File=="function"&&e instanceof File)}normalizeParams(e){var i={};for(var n in e)if(e.hasOwnProperty(n)&&e[n]!==void 0){var a=e[n];this.isFileParam(a)||Array.isArray(a)?i[n]=a:i[n]=this.paramToString(a)}return i}buildCollectionParam(e,i){if(e)switch(Array.isArray(e)||(e=[e]),i){case"csv":return e.map(n=>this.paramToString(n)).join(",");case"ssv":return e.map(n=>this.paramToString(n)).join(" ");case"tsv":return e.map(n=>this.paramToString(n)).join(" ");case"pipes":return e.map(n=>this.paramToString(n)).join("|");case"multi":return e.map(n=>this.paramToString(n));default:throw new Error(`Unknown collection format: ${i}`)}}applyAuthToRequest(e,i){i.forEach(n=>{var a=this.authentications[n];switch(a.type){case"basic":(a.username||a.password)&&(e.auth={username:a.username||"",password:a.password||""});break;case"apiKey":if(a.apiKey){var r={};a.apiKeyPrefix?r[a.name]=`${a.apiKeyPrefix} ${a.apiKey}`:r[a.name]=a.apiKey,a.in==="header"?e.headers=this.addHeaders(e.headers,r):(e.setParams(this.serialize(r)),e.headers=this.addHeaders(e.headers,{}))}else e.headers=this.addHeaders(e.headers,{});break;case"oauth2":a.accessToken?e.headers=this.addHeaders(e.headers,{Authorization:`Bearer ${a.accessToken}`}):e.headers=this.addHeaders(e.headers,{});break;default:throw new Error(`Unknown authentication type: ${a.type}`)}})}setProxyAgent(e){this.proxyAgent=e,this.getHttpClient().setHttpsAgent(this.proxyAgent)}callApi(e,i,n,a,r,s,o,l,u,c,p){return new Promise((d,h)=>{g(this);function g(m){var f=m.buildUrl(e,n),v=new Qt(f,i,null,m.serialize(a),null,m.timeout);m.applyAuthToRequest(v,l);let y=m.defaultHeaders,A=m.normalizeParams(r);if(v.headers=m.addHeaders(v.headers,y,A),p){if(typeof p!="object")throw new Error("Per-request headers must be a valid object");for(let[k,Q]of Object.entries(p)){if(typeof k!="string"||typeof Q!="string")throw new Error(`Invalid header: "${k}" must have string name and value`);if(!/^[!#$%&'*+\-.0-9A-Z^_`a-z|~]+$/.test(k))throw new Error(`Invalid header name: "${k}" - must be a valid HTTP token`);for(let Z=0;Z=33&&ie<=126||ie===32||ie===9||ie>=128&&ie<=255))throw new Error(`Invalid header value for "${k}": contains invalid characters`)}v.headers[k]=Q}}var b=m.jsonPreferredMime(u);if(b?v.headers["Content-Type"]=b:v.headers["Content-Type"]||(v.headers["Content-Type"]="application/json"),b==="application/x-www-form-urlencoded")v.setData(m.normalizeParams(s));else if(b=="multipart/form-data"){var O=m.normalizeParams(s);for(var $ in O)if(O.hasOwnProperty($)){var N=new FormData;N.set($,O[$]),v.setData(N)}}else o&&v.setData(o);var X=m.jsonPreferredMime(c);X&&(v.headers.Accept=X),m.getHttpClient().request(v).then(k=>{var Q=m.returnExtended===!0?{status:k.status,statusText:k.statusText,headers:k.headers,body:k.data,text:k.text,error:null}:k.data?k.data:k.text;m.config.logger.log("trace",k.status,i,f,v.headers,k.headers,o,void 0),m.config.logger.log("debug",k.status,i,f,v.headers,void 0,o,void 0),d(Q)}).catch(k=>{var Q=k;k.response&&k.response.status==401&&m.config.refresh_access_token&&m.authData.refreshToken&&m.authData.refreshToken!==""?m._handleExpiredAccessToken().then(()=>{g(m)}).catch(Z=>{h(Z)}):k.response&&(m.config.logger.log("error",k.response.status,i,f,v.headers,k.response.headers,o,k.response.data),Q=m.returnExtended===!0?{status:k.response.status,statusText:k.response.statusText,headers:k.response.headers,body:k.response.data,text:k.response.text,error:k}:k.response.data?k.response.data:k.response.text),h(Q)})}})}},_A=class{constructor(e){this.apiClient=e||q.instance}deleteConversationsSummariesSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "summarySettingId" when calling deleteConversationsSummariesSetting';return this.apiClient.callApi("/api/v2/conversations/summaries/settings/{summarySettingId}","DELETE",{summarySettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteGuideJobs(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling deleteGuideJobs';return this.apiClient.callApi("/api/v2/guides/{guideId}/jobs","DELETE",{guideId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsSummariesSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "summarySettingId" when calling getConversationsSummariesSetting';return this.apiClient.callApi("/api/v2/conversations/summaries/settings/{summarySettingId}","GET",{summarySettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsSummariesSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/summaries/settings","GET",{},{language:e.language,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder,pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGuide(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling getGuide';return this.apiClient.callApi("/api/v2/guides/{guideId}","GET",{guideId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGuideJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling getGuideJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getGuideJob';return this.apiClient.callApi("/api/v2/guides/{guideId}/jobs/{jobId}","GET",{guideId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGuideVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling getGuideVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getGuideVersion';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions/{versionId}","GET",{guideId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGuideVersionJob(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling getGuideVersionJob';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getGuideVersionJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getGuideVersionJob';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions/{versionId}/jobs/{jobId}","GET",{guideId:e,versionId:i,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGuides(e){return e=e||{},this.apiClient.callApi("/api/v2/guides","GET",{},{name:e.name,nameContains:e.nameContains,status:e.status,sortBy:e.sortBy,sortOrder:e.sortOrder,pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGuidesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getGuidesJob';return this.apiClient.callApi("/api/v2/guides/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchGuide(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling patchGuide';if(i==null)throw'Missing the required parameter "body" when calling patchGuide';return this.apiClient.callApi("/api/v2/guides/{guideId}","PATCH",{guideId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchGuideVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling patchGuideVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling patchGuideVersion';if(n==null)throw'Missing the required parameter "body" when calling patchGuideVersion';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions/{versionId}","PATCH",{guideId:e,versionId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsSummariesPreview(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsSummariesPreview';return this.apiClient.callApi("/api/v2/conversations/summaries/preview","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsSummariesSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsSummariesSettings';return this.apiClient.callApi("/api/v2/conversations/summaries/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGuideSessionTurns(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling postGuideSessionTurns';if(i==null||i==="")throw'Missing the required parameter "guideSessionId" when calling postGuideSessionTurns';if(n==null)throw'Missing the required parameter "body" when calling postGuideSessionTurns';return this.apiClient.callApi("/api/v2/guides/{guideId}/sessions/{guideSessionId}/turns","POST",{guideId:e,guideSessionId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postGuideVersionJobs(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling postGuideVersionJobs';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling postGuideVersionJobs';if(n==null)throw'Missing the required parameter "body" when calling postGuideVersionJobs';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions/{versionId}/jobs","POST",{guideId:e,versionId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postGuideVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling postGuideVersions';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions","POST",{guideId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGuides(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGuides';return this.apiClient.callApi("/api/v2/guides","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGuidesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGuidesJobs';return this.apiClient.callApi("/api/v2/guides/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGuidesUploads(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGuidesUploads';return this.apiClient.callApi("/api/v2/guides/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsSummariesSetting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "summarySettingId" when calling putConversationsSummariesSetting';if(i==null)throw'Missing the required parameter "body" when calling putConversationsSummariesSetting';return this.apiClient.callApi("/api/v2/conversations/summaries/settings/{summarySettingId}","PUT",{summarySettingId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},HA=class{constructor(e){this.apiClient=e||q.instance}deleteAssistant(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling deleteAssistant';return this.apiClient.callApi("/api/v2/assistants/{assistantId}","DELETE",{assistantId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAssistantQueue(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling deleteAssistantQueue';if(i==null||i==="")throw'Missing the required parameter "queueId" when calling deleteAssistantQueue';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}","DELETE",{assistantId:e,queueId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAssistantQueues(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling deleteAssistantQueues';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues","DELETE",{assistantId:e},{queueIds:i.queueIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAssistantsAgentchecklist(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentChecklistId" when calling deleteAssistantsAgentchecklist';return this.apiClient.callApi("/api/v2/assistants/agentchecklists/{agentChecklistId}","DELETE",{agentChecklistId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAssistant(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistant';return this.apiClient.callApi("/api/v2/assistants/{assistantId}","GET",{assistantId:e},{expand:i.expand,languageVariation:i.languageVariation,fallbackToPrimaryAssistant:i.fallbackToPrimaryAssistant},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAssistantQueue(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantQueue';if(i==null||i==="")throw'Missing the required parameter "queueId" when calling getAssistantQueue';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}","GET",{assistantId:e,queueId:i},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAssistantQueueUsersJob(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantQueueUsersJob';if(i==null||i==="")throw'Missing the required parameter "queueId" when calling getAssistantQueueUsersJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getAssistantQueueUsersJob';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/jobs/{jobId}","GET",{assistantId:e,queueId:i,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getAssistantQueues(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantQueues';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues","GET",{assistantId:e},{before:i.before,after:i.after,pageSize:i.pageSize,expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAssistants(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants","GET",{},{before:e.before,after:e.after,limit:e.limit,pageSize:e.pageSize,name:e.name,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAssistantsAgentchecklist(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentChecklistId" when calling getAssistantsAgentchecklist';return this.apiClient.callApi("/api/v2/assistants/agentchecklists/{agentChecklistId}","GET",{agentChecklistId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAssistantsAgentchecklists(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants/agentchecklists","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,namePrefix:e.namePrefix,language:e.language,sortOrder:e.sortOrder,sortBy:e.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAssistantsAgentchecklistsLanguages(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants/agentchecklists/languages","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAssistantsQueues(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants/queues","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,queueIds:e.queueIds,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchAssistant(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling patchAssistant';if(i==null)throw'Missing the required parameter "body" when calling patchAssistant';return this.apiClient.callApi("/api/v2/assistants/{assistantId}","PATCH",{assistantId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchAssistantQueues(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling patchAssistantQueues';if(i==null)throw'Missing the required parameter "body" when calling patchAssistantQueues';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues","PATCH",{assistantId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAssistantQueueUsersBulkAdd(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersBulkAdd';if(i==null||i==="")throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersBulkAdd';if(n==null)throw'Missing the required parameter "body" when calling postAssistantQueueUsersBulkAdd';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/bulk/add","POST",{assistantId:e,queueId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAssistantQueueUsersBulkRemove(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersBulkRemove';if(i==null||i==="")throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersBulkRemove';if(n==null)throw'Missing the required parameter "body" when calling postAssistantQueueUsersBulkRemove';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/bulk/remove","POST",{assistantId:e,queueId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAssistantQueueUsersJobs(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersJobs';if(i==null||i==="")throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersJobs';if(n==null)throw'Missing the required parameter "body" when calling postAssistantQueueUsersJobs';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/jobs","POST",{assistantId:e,queueId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAssistantQueueUsersQuery(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersQuery';if(i==null||i==="")throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersQuery';if(n==null)throw'Missing the required parameter "body" when calling postAssistantQueueUsersQuery';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/query","POST",{assistantId:e,queueId:i},{expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAssistants(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAssistants';return this.apiClient.callApi("/api/v2/assistants","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAssistantsAgentchecklists(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAssistantsAgentchecklists';return this.apiClient.callApi("/api/v2/assistants/agentchecklists","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAssistantQueue(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling putAssistantQueue';if(i==null||i==="")throw'Missing the required parameter "queueId" when calling putAssistantQueue';if(n==null)throw'Missing the required parameter "body" when calling putAssistantQueue';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}","PUT",{assistantId:e,queueId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putAssistantsAgentchecklist(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentChecklistId" when calling putAssistantsAgentchecklist';if(i==null)throw'Missing the required parameter "body" when calling putAssistantsAgentchecklist';return this.apiClient.callApi("/api/v2/assistants/agentchecklists/{agentChecklistId}","PUT",{agentChecklistId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},IA=class{constructor(e){this.apiClient=e||q.instance}getAssistantCopilot(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantCopilot';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/copilot","GET",{assistantId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAssistantsCopilotFeaturesupport(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants/copilot/featuresupport","GET",{},{language:e.language},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putAssistantCopilot(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling putAssistantCopilot';if(i==null)throw'Missing the required parameter "body" when calling putAssistantCopilot';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/copilot","PUT",{assistantId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},RA=class{constructor(e){this.apiClient=e||q.instance}deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling deleteUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","DELETE",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersAgentuiAgentsAutoanswerAgentIdSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUsersAgentuiAgentsAutoanswerAgentIdSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';if(i==null)throw'Missing the required parameter "body" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","PATCH",{agentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUsersAgentuiAgentsAutoanswerAgentIdSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';if(i==null)throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","PUT",{agentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},zA=class{constructor(e){this.apiClient=e||q.instance}deleteAlertingAlert(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "alertId" when calling deleteAlertingAlert';return this.apiClient.callApi("/api/v2/alerting/alerts/{alertId}","DELETE",{alertId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAlertingAlertsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/alerting/alerts/all","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteAlertingRule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling deleteAlertingRule';return this.apiClient.callApi("/api/v2/alerting/rules/{ruleId}","DELETE",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAlertingAlert(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "alertId" when calling getAlertingAlert';return this.apiClient.callApi("/api/v2/alerting/alerts/{alertId}","GET",{alertId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAlertingRule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getAlertingRule';return this.apiClient.callApi("/api/v2/alerting/rules/{ruleId}","GET",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchAlertingAlert(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "alertId" when calling patchAlertingAlert';return this.apiClient.callApi("/api/v2/alerting/alerts/{alertId}","PATCH",{alertId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchAlertingAlertsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/alerting/alerts/all","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchAlertingAlertsBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchAlertingAlertsBulk';return this.apiClient.callApi("/api/v2/alerting/alerts/bulk","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchAlertingRulesBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchAlertingRulesBulk';return this.apiClient.callApi("/api/v2/alerting/rules/bulk","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAlertingAlertsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/alerting/alerts/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postAlertingRules(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAlertingRules';return this.apiClient.callApi("/api/v2/alerting/rules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAlertingRulesBulkRemove(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAlertingRulesBulkRemove';return this.apiClient.callApi("/api/v2/alerting/rules/bulk/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAlertingRulesQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/alerting/rules/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putAlertingAlert(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "alertId" when calling putAlertingAlert';return this.apiClient.callApi("/api/v2/alerting/alerts/{alertId}","PUT",{alertId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAlertingRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling putAlertingRule';if(i==null)throw'Missing the required parameter "body" when calling putAlertingRule';return this.apiClient.callApi("/api/v2/alerting/rules/{ruleId}","PUT",{ruleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},DA=class{constructor(e){this.apiClient=e||q.instance}deleteAnalyticsActionsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsActionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsAgentcopilotsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsAgentcopilotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsAgentutilizationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsAgentutilizationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsBotsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsBotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsCasemanagementAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsCasemanagementAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsConversationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsConversationsDetailsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsDetailsJob';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsCopilotsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsCopilotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsEvaluationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsEvaluationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsFlowexecutionsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowexecutionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsFlowsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsJourneysAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsJourneysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsKnowledgeAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsKnowledgeAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsResolutionsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsResolutionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsSummariesAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsSummariesAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsSurveysAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsSurveysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsTaskmanagementAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsTaskmanagementAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsTranscriptsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsTranscriptsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsUsersAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsUsersDetailsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersDetailsJob';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsActionsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsActionsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsAgentStatus(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getAnalyticsAgentStatus';return this.apiClient.callApi("/api/v2/analytics/agents/{userId}/status","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsAgentcopilotsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsAgentcopilotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsAgentcopilotsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsAgentcopilotsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsAgentutilizationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsAgentutilizationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsAgentutilizationsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsAgentutilizationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsBotflowDivisionsReportingturns(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowDivisionsReportingturns';return this.apiClient.callApi("/api/v2/analytics/botflows/{botFlowId}/divisions/reportingturns","GET",{botFlowId:e},{after:i.after,pageSize:i.pageSize,interval:i.interval,actionId:i.actionId,sessionId:i.sessionId,language:i.language,askActionResults:i.askActionResults},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsBotflowReportingturns(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowReportingturns';return this.apiClient.callApi("/api/v2/analytics/botflows/{botFlowId}/reportingturns","GET",{botFlowId:e},{after:i.after,pageSize:i.pageSize,interval:i.interval,actionId:i.actionId,sessionId:i.sessionId,language:i.language,askActionResults:i.askActionResults},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsBotflowSessions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowSessions';return this.apiClient.callApi("/api/v2/analytics/botflows/{botFlowId}/sessions","GET",{botFlowId:e},{after:i.after,pageSize:i.pageSize,interval:i.interval,botResultCategories:i.botResultCategories,endLanguage:i.endLanguage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsBotsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsBotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsBotsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsBotsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsCasemanagementAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsCasemanagementAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationDetails(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getAnalyticsConversationDetails';return this.apiClient.callApi("/api/v2/analytics/conversations/{conversationId}/details","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsDetails(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/conversations/details","GET",{},{id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsConversationsDetailsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJob';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsDetailsJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJobResults';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsDetailsJobsAvailability(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/availability","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsCopilotsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsCopilotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsCopilotsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsCopilotsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsDataextractionDownload(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "downloadId" when calling getAnalyticsDataextractionDownload';return this.apiClient.callApi("/api/v2/analytics/dataextraction/downloads/{downloadId}","GET",{downloadId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsDataextractionDownloadsMetadata(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/dataextraction/downloads/metadata","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,dataSchema:e.dataSchema,dateStart:e.dateStart,dateEnd:e.dateEnd},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsDataretentionSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/dataretention/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsEvaluationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsEvaluationsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsFlowexecutionsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsFlowexecutionsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsFlowsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsFlowsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsJourneysAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsJourneysAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsKnowledgeAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsKnowledgeAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsKnowledgeAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsKnowledgeAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsReportingDashboardsUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getAnalyticsReportingDashboardsUser';return this.apiClient.callApi("/api/v2/analytics/reporting/dashboards/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsReportingDashboardsUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/reporting/dashboards/users","GET",{},{sortBy:e.sortBy,pageNumber:e.pageNumber,pageSize:e.pageSize,id:this.apiClient.buildCollectionParam(e.id,"multi"),state:e.state,deletedOnly:e.deletedOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsReportingExports(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/reporting/exports","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsReportingExportsMetadata(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/reporting/exports/metadata","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsReportingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/reporting/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsReportingSettingsDashboardsQuery(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "dashboardType" when calling getAnalyticsReportingSettingsDashboardsQuery';if(i==null)throw'Missing the required parameter "dashboardAccessFilter" when calling getAnalyticsReportingSettingsDashboardsQuery';return this.apiClient.callApi("/api/v2/analytics/reporting/settings/dashboards/query","GET",{},{name:n.name,dashboardType:e,dashboardState:n.dashboardState,dashboardAccessFilter:i,sortBy:n.sortBy,pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsReportingSettingsUserDashboards(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getAnalyticsReportingSettingsUserDashboards';return this.apiClient.callApi("/api/v2/analytics/reporting/settings/users/{userId}/dashboards","GET",{userId:e},{sortBy:i.sortBy,pageNumber:i.pageNumber,pageSize:i.pageSize,publicOnly:i.publicOnly,favoriteOnly:i.favoriteOnly,deletedOnly:i.deletedOnly,name:i.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsResolutionsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsResolutionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsResolutionsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsResolutionsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsSummariesAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSummariesAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsSummariesAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSummariesAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsSurveysAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsSurveysAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsTaskmanagementAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsTaskmanagementAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsTaskmanagementAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsTaskmanagementAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsTranscriptsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsTranscriptsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsTranscriptsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsTranscriptsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersDetailsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJob';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersDetailsJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJobResults';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersDetailsJobsAvailability(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/users/details/jobs/availability","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchAnalyticsReportingSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchAnalyticsReportingSettings';return this.apiClient.callApi("/api/v2/analytics/reporting/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsActionsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsActionsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsActionsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsActionsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsAgentcopilotsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentcopilotsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsAgentcopilotsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentcopilotsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsAgentsStatusCounts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentsStatusCounts';return this.apiClient.callApi("/api/v2/analytics/agents/status/counts","POST",{},{groupBy:this.apiClient.buildCollectionParam(i.groupBy,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsAgentsStatusQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentsStatusQuery';return this.apiClient.callApi("/api/v2/analytics/agents/status/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsAgentutilizationsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentutilizationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsAgentutilizationsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentutilizationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsBotsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsBotsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsBotsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsBotsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsCasemanagementAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsCasemanagementAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationDetailsProperties(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postAnalyticsConversationDetailsProperties';if(i==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationDetailsProperties';return this.apiClient.callApi("/api/v2/analytics/conversations/{conversationId}/details/properties","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsDetailsJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsJobs';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsDetailsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/details/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsCopilotsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsCopilotsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsCopilotsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsCopilotsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsDataextractionDownloadsBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsDataextractionDownloadsBulk';return this.apiClient.callApi("/api/v2/analytics/dataextraction/downloads/bulk","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsEvaluationsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsEvaluationsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowexecutionsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowexecutionsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowsActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/flows/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowsObservationsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/flows/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsJourneysAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsJourneysAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsKnowledgeAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsKnowledgeAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsKnowledgeAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsKnowledgeAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsQueuesObservationsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsQueuesObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/queues/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsRatelimitsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsRatelimitsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/ratelimits/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsReportingDashboardsUsersBulkRemove(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsReportingDashboardsUsersBulkRemove';return this.apiClient.callApi("/api/v2/analytics/reporting/dashboards/users/bulk/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsReportingExports(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsReportingExports';return this.apiClient.callApi("/api/v2/analytics/reporting/exports","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsReportingSettingsDashboardsBulkRemove(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsBulkRemove';return this.apiClient.callApi("/api/v2/analytics/reporting/settings/dashboards/bulk/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsReportingSettingsDashboardsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsQuery';return this.apiClient.callApi("/api/v2/analytics/reporting/settings/dashboards/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsResolutionsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsResolutionsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsResolutionsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsResolutionsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsRoutingActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsRoutingActivityQuery';return this.apiClient.callApi("/api/v2/analytics/routing/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsSummariesAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSummariesAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsSummariesAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSummariesAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsSurveysAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsSurveysAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsTaskmanagementAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTaskmanagementAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsTaskmanagementAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTaskmanagementAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsTaskmanagementMetricsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTaskmanagementMetricsQuery';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/metrics/query","POST",{},{after:i.after,pageSize:i.pageSize},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsTeamsActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTeamsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/teams/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsTranscriptsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTranscriptsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsTranscriptsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTranscriptsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersActivityQuery';return this.apiClient.callApi("/api/v2/analytics/users/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersDetailsJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersDetailsJobs';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersDetailsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersDetailsQuery';return this.apiClient.callApi("/api/v2/analytics/users/details/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersObservationsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/users/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAnalyticsDataretentionSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';return this.apiClient.callApi("/api/v2/analytics/dataretention/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},GA=class{constructor(e){this.apiClient=e||q.instance}deleteArchitectEmergencygroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "emergencyGroupId" when calling deleteArchitectEmergencygroup';return this.apiClient.callApi("/api/v2/architect/emergencygroups/{emergencyGroupId}","DELETE",{emergencyGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectGrammar(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammar';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}","DELETE",{grammarId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectGrammarLanguage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguage';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguage';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}","DELETE",{grammarId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectGrammarLanguageFilesDtmf(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesDtmf';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguageFilesDtmf';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf","DELETE",{grammarId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectGrammarLanguageFilesVoice(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesVoice';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguageFilesVoice';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice","DELETE",{grammarId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectIvr(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling deleteArchitectIvr';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}","DELETE",{ivrId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectPrompt(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling deleteArchitectPrompt';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}","DELETE",{promptId:e},{allResources:i.allResources},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectPromptResource(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling deleteArchitectPromptResource';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectPromptResource';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}","DELETE",{promptId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectPromptResourceAudio(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling deleteArchitectPromptResourceAudio';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectPromptResourceAudio';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}/audio","DELETE",{promptId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectPrompts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling deleteArchitectPrompts';return this.apiClient.callApi("/api/v2/architect/prompts","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectSchedule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduleId" when calling deleteArchitectSchedule';return this.apiClient.callApi("/api/v2/architect/schedules/{scheduleId}","DELETE",{scheduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectSchedulegroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduleGroupId" when calling deleteArchitectSchedulegroup';return this.apiClient.callApi("/api/v2/architect/schedulegroups/{scheduleGroupId}","DELETE",{scheduleGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectSystempromptResource(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling deleteArchitectSystempromptResource';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectSystempromptResource';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}","DELETE",{promptId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteFlow(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling deleteFlow';return this.apiClient.callApi("/api/v2/flows/{flowId}","DELETE",{flowId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteFlowInstancesSettingsLoglevels(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling deleteFlowInstancesSettingsLoglevels';return this.apiClient.callApi("/api/v2/flows/{flowId}/instances/settings/loglevels","DELETE",{flowId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteFlows(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling deleteFlows';return this.apiClient.callApi("/api/v2/flows","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteFlowsDatatable(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling deleteFlowsDatatable';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}","DELETE",{datatableId:e},{force:i.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteFlowsDatatableRow(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling deleteFlowsDatatableRow';if(i==null||i==="")throw'Missing the required parameter "rowId" when calling deleteFlowsDatatableRow';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows/{rowId}","DELETE",{datatableId:e,rowId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteFlowsInstancesSettingsLoglevelsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels/default","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteFlowsMilestone(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "milestoneId" when calling deleteFlowsMilestone';return this.apiClient.callApi("/api/v2/flows/milestones/{milestoneId}","DELETE",{milestoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectDependencytracking(e,i){if(i=i||{},e==null)throw'Missing the required parameter "name" when calling getArchitectDependencytracking';return this.apiClient.callApi("/api/v2/architect/dependencytracking","GET",{},{pageNumber:i.pageNumber,pageSize:i.pageSize,name:e,objectType:this.apiClient.buildCollectionParam(i.objectType,"multi"),consumedResources:i.consumedResources,consumingResources:i.consumingResources,consumedResourceType:this.apiClient.buildCollectionParam(i.consumedResourceType,"multi"),consumingResourceType:this.apiClient.buildCollectionParam(i.consumingResourceType,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectDependencytrackingBuild(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/build","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectDependencytrackingConsumedresources(e,i,n,a){if(a=a||{},e==null)throw'Missing the required parameter "id" when calling getArchitectDependencytrackingConsumedresources';if(i==null)throw'Missing the required parameter "version" when calling getArchitectDependencytrackingConsumedresources';if(n==null)throw'Missing the required parameter "objectType" when calling getArchitectDependencytrackingConsumedresources';return this.apiClient.callApi("/api/v2/architect/dependencytracking/consumedresources","GET",{},{id:e,version:i,objectType:n,resourceType:this.apiClient.buildCollectionParam(a.resourceType,"multi"),pageNumber:a.pageNumber,pageSize:a.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getArchitectDependencytrackingConsumingresources(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling getArchitectDependencytrackingConsumingresources';if(i==null)throw'Missing the required parameter "objectType" when calling getArchitectDependencytrackingConsumingresources';return this.apiClient.callApi("/api/v2/architect/dependencytracking/consumingresources","GET",{},{id:e,objectType:i,resourceType:this.apiClient.buildCollectionParam(n.resourceType,"multi"),version:n.version,pageNumber:n.pageNumber,pageSize:n.pageSize,flowFilter:n.flowFilter},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectDependencytrackingDeletedresourceconsumers(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/deletedresourceconsumers","GET",{},{name:e.name,objectType:this.apiClient.buildCollectionParam(e.objectType,"multi"),flowFilter:e.flowFilter,consumedResources:e.consumedResources,consumedResourceType:this.apiClient.buildCollectionParam(e.consumedResourceType,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectDependencytrackingObject(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling getArchitectDependencytrackingObject';return this.apiClient.callApi("/api/v2/architect/dependencytracking/object","GET",{},{id:e,version:i.version,objectType:i.objectType,consumedResources:i.consumedResources,consumingResources:i.consumingResources,consumedResourceType:this.apiClient.buildCollectionParam(i.consumedResourceType,"multi"),consumingResourceType:this.apiClient.buildCollectionParam(i.consumingResourceType,"multi"),consumedResourceRequest:i.consumedResourceRequest},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectDependencytrackingType(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "typeId" when calling getArchitectDependencytrackingType';return this.apiClient.callApi("/api/v2/architect/dependencytracking/types/{typeId}","GET",{typeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectDependencytrackingTypes(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/types","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectDependencytrackingUpdatedresourceconsumers(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/updatedresourceconsumers","GET",{},{name:e.name,objectType:this.apiClient.buildCollectionParam(e.objectType,"multi"),consumedResources:e.consumedResources,consumedResourceType:this.apiClient.buildCollectionParam(e.consumedResourceType,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectEmergencygroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "emergencyGroupId" when calling getArchitectEmergencygroup';return this.apiClient.callApi("/api/v2/architect/emergencygroups/{emergencyGroupId}","GET",{emergencyGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectEmergencygroups(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/emergencygroups","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectEmergencygroupsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/emergencygroups/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectGrammar(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling getArchitectGrammar';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}","GET",{grammarId:e},{includeFileUrls:i.includeFileUrls},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectGrammarLanguage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling getArchitectGrammarLanguage';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling getArchitectGrammarLanguage';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}","GET",{grammarId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectGrammars(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/grammars","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,includeFileUrls:e.includeFileUrls},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectIvr(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling getArchitectIvr';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}","GET",{ivrId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectIvrIdentityresolution(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling getArchitectIvrIdentityresolution';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}/identityresolution","GET",{ivrId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectIvrs(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/ivrs","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,dnis:e.dnis,scheduleGroup:e.scheduleGroup,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectIvrsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/ivrs/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectPrompt(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectPrompt';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}","GET",{promptId:e},{includeMediaUris:i.includeMediaUris,includeResources:i.includeResources,language:this.apiClient.buildCollectionParam(i.language,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectPromptHistoryHistoryId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectPromptHistoryHistoryId';if(i==null||i==="")throw'Missing the required parameter "historyId" when calling getArchitectPromptHistoryHistoryId';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/history/{historyId}","GET",{promptId:e,historyId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize,sortOrder:n.sortOrder,sortBy:n.sortBy,action:this.apiClient.buildCollectionParam(n.action,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectPromptResource(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectPromptResource';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling getArchitectPromptResource';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}","GET",{promptId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectPromptResources(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectPromptResources';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources","GET",{promptId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectPrompts(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/prompts","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:this.apiClient.buildCollectionParam(e.name,"multi"),description:e.description,nameOrDescription:e.nameOrDescription,sortBy:e.sortBy,sortOrder:e.sortOrder,includeMediaUris:e.includeMediaUris,includeResources:e.includeResources,language:this.apiClient.buildCollectionParam(e.language,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSchedule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduleId" when calling getArchitectSchedule';return this.apiClient.callApi("/api/v2/architect/schedules/{scheduleId}","GET",{scheduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectSchedulegroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduleGroupId" when calling getArchitectSchedulegroup';return this.apiClient.callApi("/api/v2/architect/schedulegroups/{scheduleGroupId}","GET",{scheduleGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectSchedulegroups(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/schedulegroups","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,scheduleIds:e.scheduleIds,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSchedulegroupsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/schedulegroups/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSchedules(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/schedules","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSchedulesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/schedules/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSystemprompt(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectSystemprompt';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}","GET",{promptId:e},{includeMediaUris:i.includeMediaUris,includeResources:i.includeResources,language:this.apiClient.buildCollectionParam(i.language,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectSystempromptHistoryHistoryId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectSystempromptHistoryHistoryId';if(i==null||i==="")throw'Missing the required parameter "historyId" when calling getArchitectSystempromptHistoryHistoryId';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/history/{historyId}","GET",{promptId:e,historyId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize,sortOrder:n.sortOrder,sortBy:n.sortBy,action:this.apiClient.buildCollectionParam(n.action,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectSystempromptResource(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectSystempromptResource';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling getArchitectSystempromptResource';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}","GET",{promptId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectSystempromptResources(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectSystempromptResources';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources","GET",{promptId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,sortBy:i.sortBy,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectSystemprompts(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/systemprompts","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,includeMediaUris:e.includeMediaUris,includeResources:e.includeResources,language:this.apiClient.buildCollectionParam(e.language,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlow(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlow';return this.apiClient.callApi("/api/v2/flows/{flowId}","GET",{flowId:e},{deleted:i.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowHistoryHistoryId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowHistoryHistoryId';if(i==null||i==="")throw'Missing the required parameter "historyId" when calling getFlowHistoryHistoryId';return this.apiClient.callApi("/api/v2/flows/{flowId}/history/{historyId}","GET",{flowId:e,historyId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize,sortOrder:n.sortOrder,sortBy:n.sortBy,action:this.apiClient.buildCollectionParam(n.action,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowInstancesSettingsLoglevels(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowInstancesSettingsLoglevels';return this.apiClient.callApi("/api/v2/flows/{flowId}/instances/settings/loglevels","GET",{flowId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowLatestconfiguration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowLatestconfiguration';return this.apiClient.callApi("/api/v2/flows/{flowId}/latestconfiguration","GET",{flowId:e},{deleted:i.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getFlowVersion';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}","GET",{flowId:e,versionId:i},{deleted:n.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowVersionConfiguration(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersionConfiguration';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getFlowVersionConfiguration';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}/configuration","GET",{flowId:e,versionId:i},{deleted:n.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowVersionHealth(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersionHealth';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getFlowVersionHealth';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}/health","GET",{flowId:e,versionId:i},{language:n.language},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowVersionIntentHealth(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersionIntentHealth';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getFlowVersionIntentHealth';if(n==null||n==="")throw'Missing the required parameter "intentId" when calling getFlowVersionIntentHealth';if(a==null)throw'Missing the required parameter "language" when calling getFlowVersionIntentHealth';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/health","GET",{flowId:e,versionId:i,intentId:n},{language:a},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getFlowVersionIntentUtteranceHealth(e,i,n,a,r,s){if(s=s||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersionIntentUtteranceHealth';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getFlowVersionIntentUtteranceHealth';if(n==null||n==="")throw'Missing the required parameter "intentId" when calling getFlowVersionIntentUtteranceHealth';if(a==null||a==="")throw'Missing the required parameter "utteranceId" when calling getFlowVersionIntentUtteranceHealth';if(r==null)throw'Missing the required parameter "language" when calling getFlowVersionIntentUtteranceHealth';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/utterances/{utteranceId}/health","GET",{flowId:e,versionId:i,intentId:n,utteranceId:a},{language:r},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getFlowVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersions';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions","GET",{flowId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,deleted:i.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlows(e){return e=e||{},this.apiClient.callApi("/api/v2/flows","GET",{},{type:this.apiClient.buildCollectionParam(e.type,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,publishVersionId:e.publishVersionId,editableBy:e.editableBy,lockedBy:e.lockedBy,lockedByClientId:e.lockedByClientId,secure:e.secure,deleted:e.deleted,includeSchemas:e.includeSchemas,virtualAgentEnabled:e.virtualAgentEnabled,publishedAfter:e.publishedAfter,publishedBefore:e.publishedBefore,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsDatatable(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatable';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}","GET",{datatableId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsDatatableExportJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableExportJob';if(i==null||i==="")throw'Missing the required parameter "exportJobId" when calling getFlowsDatatableExportJob';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/export/jobs/{exportJobId}","GET",{datatableId:e,exportJobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsDatatableImportJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableImportJob';if(i==null||i==="")throw'Missing the required parameter "importJobId" when calling getFlowsDatatableImportJob';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/import/jobs/{importJobId}","GET",{datatableId:e,importJobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsDatatableImportJobs(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableImportJobs';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/import/jobs","GET",{datatableId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsDatatableRow(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableRow';if(i==null||i==="")throw'Missing the required parameter "rowId" when calling getFlowsDatatableRow';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows/{rowId}","GET",{datatableId:e,rowId:i},{showbrief:n.showbrief},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsDatatableRows(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableRows';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows","GET",{datatableId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,showbrief:i.showbrief,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsDatatables(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/datatables","GET",{},{expand:e.expand,pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsDatatablesDivisionview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatablesDivisionview';return this.apiClient.callApi("/api/v2/flows/datatables/divisionviews/{datatableId}","GET",{datatableId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsDatatablesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/datatables/divisionviews","GET",{},{expand:e.expand,pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/divisionviews","GET",{},{type:this.apiClient.buildCollectionParam(e.type,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,publishVersionId:e.publishVersionId,publishedAfter:e.publishedAfter,publishedBefore:e.publishedBefore,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),includeSchemas:e.includeSchemas},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsExecution(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowExecutionId" when calling getFlowsExecution';return this.apiClient.callApi("/api/v2/flows/executions/{flowExecutionId}","GET",{flowExecutionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsExportJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getFlowsExportJob';return this.apiClient.callApi("/api/v2/flows/export/jobs/{jobId}","GET",{jobId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsInstance(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "instanceId" when calling getFlowsInstance';return this.apiClient.callApi("/api/v2/flows/instances/{instanceId}","GET",{instanceId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsInstancesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getFlowsInstancesJob';return this.apiClient.callApi("/api/v2/flows/instances/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsInstancesQuerycapabilities(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/querycapabilities","GET",{},{expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsInstancesSettingsExecutiondata(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/executiondata","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsInstancesSettingsLoglevels(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsInstancesSettingsLoglevelsCharacteristics(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels/characteristics","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsInstancesSettingsLoglevelsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels/default","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getFlowsJob';return this.apiClient.callApi("/api/v2/flows/jobs/{jobId}","GET",{jobId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsMilestone(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "milestoneId" when calling getFlowsMilestone';return this.apiClient.callApi("/api/v2/flows/milestones/{milestoneId}","GET",{milestoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsMilestones(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/milestones","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsMilestonesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/milestones/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsOutcome(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowOutcomeId" when calling getFlowsOutcome';return this.apiClient.callApi("/api/v2/flows/outcomes/{flowOutcomeId}","GET",{flowOutcomeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsOutcomes(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/outcomes","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsOutcomesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/outcomes/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchArchitectGrammar(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling patchArchitectGrammar';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}","PATCH",{grammarId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchArchitectGrammarLanguage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling patchArchitectGrammarLanguage';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}","PATCH",{grammarId:e,languageCode:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchFlowsInstancesSettingsExecutiondata(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchFlowsInstancesSettingsExecutiondata';return this.apiClient.callApi("/api/v2/flows/instances/settings/executiondata","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectDependencytrackingBuild(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/build","POST",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postArchitectEmergencygroups(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postArchitectEmergencygroups';return this.apiClient.callApi("/api/v2/architect/emergencygroups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectGrammarLanguageFilesDtmf(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesDtmf';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesDtmf';if(n==null)throw'Missing the required parameter "body" when calling postArchitectGrammarLanguageFilesDtmf';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf","POST",{grammarId:e,languageCode:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postArchitectGrammarLanguageFilesVoice(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesVoice';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesVoice';if(n==null)throw'Missing the required parameter "body" when calling postArchitectGrammarLanguageFilesVoice';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice","POST",{grammarId:e,languageCode:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postArchitectGrammarLanguages(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguages';if(i==null)throw'Missing the required parameter "body" when calling postArchitectGrammarLanguages';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages","POST",{grammarId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectGrammars(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postArchitectGrammars';return this.apiClient.callApi("/api/v2/architect/grammars","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectIvrs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postArchitectIvrs';return this.apiClient.callApi("/api/v2/architect/ivrs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectPromptHistory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectPromptHistory';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/history","POST",{promptId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectPromptResourceUploads(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectPromptResourceUploads';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling postArchitectPromptResourceUploads';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}/uploads","POST",{promptId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectPromptResources(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectPromptResources';if(i==null)throw'Missing the required parameter "body" when calling postArchitectPromptResources';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources","POST",{promptId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectPrompts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postArchitectPrompts';return this.apiClient.callApi("/api/v2/architect/prompts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectSchedulegroups(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postArchitectSchedulegroups';return this.apiClient.callApi("/api/v2/architect/schedulegroups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectSchedules(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postArchitectSchedules';return this.apiClient.callApi("/api/v2/architect/schedules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectSystempromptHistory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectSystempromptHistory';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/history","POST",{promptId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectSystempromptResourceUploads(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectSystempromptResourceUploads';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling postArchitectSystempromptResourceUploads';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}/uploads","POST",{promptId:e,languageCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectSystempromptResources(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectSystempromptResources';if(i==null)throw'Missing the required parameter "body" when calling postArchitectSystempromptResources';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources","POST",{promptId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowHistory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling postFlowHistory';return this.apiClient.callApi("/api/v2/flows/{flowId}/history","POST",{flowId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowInstancesSettingsLoglevels(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling postFlowInstancesSettingsLoglevels';if(i==null)throw'Missing the required parameter "body" when calling postFlowInstancesSettingsLoglevels';return this.apiClient.callApi("/api/v2/flows/{flowId}/instances/settings/loglevels","POST",{flowId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling postFlowVersions';if(i==null)throw'Missing the required parameter "body" when calling postFlowVersions';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions","POST",{flowId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlows(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postFlows';return this.apiClient.callApi("/api/v2/flows","POST",{},{language:i.language},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsActionsCheckin(e,i){if(i=i||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsCheckin';return this.apiClient.callApi("/api/v2/flows/actions/checkin","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsActionsCheckout(e,i){if(i=i||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsCheckout';return this.apiClient.callApi("/api/v2/flows/actions/checkout","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsActionsDeactivate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsDeactivate';return this.apiClient.callApi("/api/v2/flows/actions/deactivate","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsActionsPublish(e,i){if(i=i||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsPublish';return this.apiClient.callApi("/api/v2/flows/actions/publish","POST",{},{flow:e,version:i.version},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsActionsRevert(e,i){if(i=i||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsRevert';return this.apiClient.callApi("/api/v2/flows/actions/revert","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsActionsUnlock(e,i){if(i=i||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsUnlock';return this.apiClient.callApi("/api/v2/flows/actions/unlock","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsDatatableExportJobs(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling postFlowsDatatableExportJobs';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/export/jobs","POST",{datatableId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsDatatableImportCsvJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling postFlowsDatatableImportCsvJobs';if(i==null)throw'Missing the required parameter "body" when calling postFlowsDatatableImportCsvJobs';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/import/csv/jobs","POST",{datatableId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsDatatableImportJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling postFlowsDatatableImportJobs';if(i==null)throw'Missing the required parameter "body" when calling postFlowsDatatableImportJobs';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/import/jobs","POST",{datatableId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsDatatableRows(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling postFlowsDatatableRows';if(i==null)throw'Missing the required parameter "dataTableRow" when calling postFlowsDatatableRows';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows","POST",{datatableId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsDatatables(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postFlowsDatatables';return this.apiClient.callApi("/api/v2/flows/datatables","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsExecutions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "flowLaunchRequest" when calling postFlowsExecutions';return this.apiClient.callApi("/api/v2/flows/executions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsExportJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postFlowsExportJobs';return this.apiClient.callApi("/api/v2/flows/export/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsInstancesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postFlowsInstancesJobs';return this.apiClient.callApi("/api/v2/flows/instances/jobs","POST",{},{expand:i.expand},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsInstancesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postFlowsInstancesQuery';return this.apiClient.callApi("/api/v2/flows/instances/query","POST",{},{indexOnly:i.indexOnly,pageSize:i.pageSize},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/jobs","POST",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postFlowsMilestones(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/milestones","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postFlowsOutcomes(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/outcomes","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putArchitectEmergencygroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "emergencyGroupId" when calling putArchitectEmergencygroup';if(i==null)throw'Missing the required parameter "body" when calling putArchitectEmergencygroup';return this.apiClient.callApi("/api/v2/architect/emergencygroups/{emergencyGroupId}","PUT",{emergencyGroupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putArchitectIvr(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling putArchitectIvr';if(i==null)throw'Missing the required parameter "body" when calling putArchitectIvr';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}","PUT",{ivrId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putArchitectIvrIdentityresolution(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling putArchitectIvrIdentityresolution';if(i==null)throw'Missing the required parameter "body" when calling putArchitectIvrIdentityresolution';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}/identityresolution","PUT",{ivrId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putArchitectPrompt(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling putArchitectPrompt';if(i==null)throw'Missing the required parameter "body" when calling putArchitectPrompt';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}","PUT",{promptId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putArchitectPromptResource(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling putArchitectPromptResource';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling putArchitectPromptResource';if(n==null)throw'Missing the required parameter "body" when calling putArchitectPromptResource';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}","PUT",{promptId:e,languageCode:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putArchitectSchedule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduleId" when calling putArchitectSchedule';if(i==null)throw'Missing the required parameter "body" when calling putArchitectSchedule';return this.apiClient.callApi("/api/v2/architect/schedules/{scheduleId}","PUT",{scheduleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putArchitectSchedulegroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduleGroupId" when calling putArchitectSchedulegroup';if(i==null)throw'Missing the required parameter "body" when calling putArchitectSchedulegroup';return this.apiClient.callApi("/api/v2/architect/schedulegroups/{scheduleGroupId}","PUT",{scheduleGroupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putArchitectSystempromptResource(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling putArchitectSystempromptResource';if(i==null||i==="")throw'Missing the required parameter "languageCode" when calling putArchitectSystempromptResource';if(n==null)throw'Missing the required parameter "body" when calling putArchitectSystempromptResource';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}","PUT",{promptId:e,languageCode:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putFlow(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling putFlow';if(i==null)throw'Missing the required parameter "body" when calling putFlow';return this.apiClient.callApi("/api/v2/flows/{flowId}","PUT",{flowId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putFlowInstancesSettingsLoglevels(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling putFlowInstancesSettingsLoglevels';if(i==null)throw'Missing the required parameter "body" when calling putFlowInstancesSettingsLoglevels';return this.apiClient.callApi("/api/v2/flows/{flowId}/instances/settings/loglevels","PUT",{flowId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putFlowsDatatable(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling putFlowsDatatable';if(i==null)throw'Missing the required parameter "body" when calling putFlowsDatatable';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}","PUT",{datatableId:e},{expand:n.expand},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putFlowsDatatableRow(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling putFlowsDatatableRow';if(i==null||i==="")throw'Missing the required parameter "rowId" when calling putFlowsDatatableRow';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows/{rowId}","PUT",{datatableId:e,rowId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putFlowsInstancesSettingsLoglevelsDefault(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putFlowsInstancesSettingsLoglevelsDefault';return this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels/default","PUT",{},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putFlowsMilestone(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "milestoneId" when calling putFlowsMilestone';return this.apiClient.callApi("/api/v2/flows/milestones/{milestoneId}","PUT",{milestoneId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putFlowsOutcome(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';return this.apiClient.callApi("/api/v2/flows/outcomes/{flowOutcomeId}","PUT",{flowOutcomeId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},$A=class{constructor(e){this.apiClient=e||q.instance}deleteAssistantVariation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling deleteAssistantVariation';if(i==null||i==="")throw'Missing the required parameter "variationId" when calling deleteAssistantVariation';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations/{variationId}","DELETE",{assistantId:e,variationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAssistantVariation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantVariation';if(i==null||i==="")throw'Missing the required parameter "variationId" when calling getAssistantVariation';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations/{variationId}","GET",{assistantId:e,variationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAssistantVariations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantVariations';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations","GET",{assistantId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAssistantVariations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantVariations';if(i==null)throw'Missing the required parameter "body" when calling postAssistantVariations';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations","POST",{assistantId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAssistantVariation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling putAssistantVariation';if(i==null||i==="")throw'Missing the required parameter "variationId" when calling putAssistantVariation';if(n==null)throw'Missing the required parameter "body" when calling putAssistantVariation';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations/{variationId}","PUT",{assistantId:e,variationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},NA=class{constructor(e){this.apiClient=e||q.instance}getAuditsQueryRealtimeServicemapping(e){return e=e||{},this.apiClient.callApi("/api/v2/audits/query/realtime/servicemapping","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuditsQueryServicemapping(e){return e=e||{},this.apiClient.callApi("/api/v2/audits/query/servicemapping","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuditsQueryTransactionId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "transactionId" when calling getAuditsQueryTransactionId';return this.apiClient.callApi("/api/v2/audits/query/{transactionId}","GET",{transactionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuditsQueryTransactionIdResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "transactionId" when calling getAuditsQueryTransactionIdResults';return this.apiClient.callApi("/api/v2/audits/query/{transactionId}/results","GET",{transactionId:e},{cursor:i.cursor,pageSize:i.pageSize,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),allowRedirect:i.allowRedirect},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuditsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAuditsQuery';return this.apiClient.callApi("/api/v2/audits/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuditsQueryRealtime(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAuditsQueryRealtime';return this.apiClient.callApi("/api/v2/audits/query/realtime","POST",{},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuditsQueryRealtimeRelated(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';return this.apiClient.callApi("/api/v2/audits/query/realtime/related","POST",{},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},UA=class{constructor(e){this.apiClient=e||q.instance}deleteAuthorizationDivision(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling deleteAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","DELETE",{divisionId:e},{force:i.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAuthorizationPoliciesTargetSubjectSubjectId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling deleteAuthorizationPoliciesTargetSubjectSubjectId';if(i==null||i==="")throw'Missing the required parameter "subjectId" when calling deleteAuthorizationPoliciesTargetSubjectSubjectId';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}/subject/{subjectId}","DELETE",{targetName:e,subjectId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAuthorizationRole(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling deleteAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","DELETE",{roleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAuthorizationSubjectDivisionRole(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling deleteAuthorizationSubjectDivisionRole';if(i==null||i==="")throw'Missing the required parameter "divisionId" when calling deleteAuthorizationSubjectDivisionRole';if(n==null||n==="")throw'Missing the required parameter "roleId" when calling deleteAuthorizationSubjectDivisionRole';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId}","DELETE",{subjectId:e,divisionId:i,roleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getAuthorizationDivision(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling getAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","GET",{divisionId:e},{objectCount:i.objectCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationDivisionGrants(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling getAuthorizationDivisionGrants';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/grants","GET",{divisionId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationDivisions(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,objectCount:e.objectCount,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsDeleted(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/deleted","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsHome(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/home","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsLimit(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/limit","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/query","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionspermittedMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedMe';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/me","GET",{},{name:i.name,permission:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationDivisionspermittedPagedMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedPagedMe';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/paged/me","GET",{},{permission:e,pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationDivisionspermittedPagedSubjectId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationDivisionspermittedPagedSubjectId';if(i==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedPagedSubjectId';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/paged/{subjectId}","GET",{subjectId:e},{permission:i,pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationPermissions(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/permissions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,queryType:e.queryType,query:e.query},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationPolicies(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/policies","GET",{},{after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationPoliciesSubjectSubjectId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationPoliciesSubjectSubjectId';return this.apiClient.callApi("/api/v2/authorization/policies/subject/{subjectId}","GET",{subjectId:e},{after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationPoliciesTarget(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling getAuthorizationPoliciesTarget';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}","GET",{targetName:e},{after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationPoliciesTargetSubjectSubjectId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling getAuthorizationPoliciesTargetSubjectSubjectId';if(i==null||i==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationPoliciesTargetSubjectSubjectId';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}/subject/{subjectId}","GET",{targetName:e,subjectId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationPoliciesTargets(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/policies/targets","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationPolicy(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling getAuthorizationPolicy';return this.apiClient.callApi("/api/v2/authorization/policies/{policyId}","GET",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationPolicyAttributes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling getAuthorizationPolicyAttributes';return this.apiClient.callApi("/api/v2/authorization/policies/{policyId}/attributes","GET",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationProducts(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/products","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationRole(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling getAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","GET",{roleId:e},{userCount:i.userCount,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationRoleComparedefaultRightRoleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "leftRoleId" when calling getAuthorizationRoleComparedefaultRightRoleId';if(i==null||i==="")throw'Missing the required parameter "rightRoleId" when calling getAuthorizationRoleComparedefaultRightRoleId';return this.apiClient.callApi("/api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId}","GET",{leftRoleId:e,rightRoleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationRoleSubjectgrants(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling getAuthorizationRoleSubjectgrants';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}/subjectgrants","GET",{roleId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),nextPage:i.nextPage,previousPage:i.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationRoleUsers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling getAuthorizationRoleUsers';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}/users","GET",{roleId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationRoles(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/roles","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,name:e.name,permission:this.apiClient.buildCollectionParam(e.permission,"multi"),defaultRoleId:this.apiClient.buildCollectionParam(e.defaultRoleId,"multi"),userCount:e.userCount,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationRolesSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/roles/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationSubject(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationSubject';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}","GET",{subjectId:e},{includeDuplicates:i.includeDuplicates},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationSubjectsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/subjects/me","GET",{},{includeDuplicates:e.includeDuplicates},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationSubjectsRolecounts(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/subjects/rolecounts","GET",{},{id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserRoles(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getUserRoles';return this.apiClient.callApi("/api/v2/users/{subjectId}/roles","GET",{subjectId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchAuthorizationRole(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling patchAuthorizationRole';if(i==null)throw'Missing the required parameter "body" when calling patchAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","PATCH",{roleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchAuthorizationSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchAuthorizationSettings';return this.apiClient.callApi("/api/v2/authorization/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationDivisionObject(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationDivisionObject';if(i==null||i==="")throw'Missing the required parameter "objectType" when calling postAuthorizationDivisionObject';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisionObject';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/objects/{objectType}","POST",{divisionId:e,objectType:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAuthorizationDivisionRestore(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/restore","POST",{divisionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationDivisions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisions';return this.apiClient.callApi("/api/v2/authorization/divisions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationPoliciesTarget(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling postAuthorizationPoliciesTarget';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationPoliciesTarget';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}","POST",{targetName:e},{skipLockoutCheck:n.skipLockoutCheck},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationPoliciesTargetValidate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling postAuthorizationPoliciesTargetValidate';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationPoliciesTargetValidate';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}/validate","POST",{targetName:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationPolicySimulate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling postAuthorizationPolicySimulate';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationPolicySimulate';return this.apiClient.callApi("/api/v2/authorization/policies/{policyId}/simulate","POST",{policyId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationRole(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling postAuthorizationRole';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","POST",{roleId:e},{subjectType:n.subjectType},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationRoleComparedefaultRightRoleId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "leftRoleId" when calling postAuthorizationRoleComparedefaultRightRoleId';if(i==null||i==="")throw'Missing the required parameter "rightRoleId" when calling postAuthorizationRoleComparedefaultRightRoleId';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationRoleComparedefaultRightRoleId';return this.apiClient.callApi("/api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId}","POST",{leftRoleId:e,rightRoleId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAuthorizationRoles(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAuthorizationRoles';return this.apiClient.callApi("/api/v2/authorization/roles","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationRolesDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/roles/default","POST",{},{force:e.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postAuthorizationSubjectBulkadd(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkadd';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkadd';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkadd","POST",{subjectId:e},{subjectType:n.subjectType},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationSubjectBulkremove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkremove';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkremove';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkremove","POST",{subjectId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationSubjectBulkreplace(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkreplace';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkreplace';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkreplace","POST",{subjectId:e},{subjectType:n.subjectType},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationSubjectDivisionRole(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectDivisionRole';if(i==null||i==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationSubjectDivisionRole';if(n==null||n==="")throw'Missing the required parameter "roleId" when calling postAuthorizationSubjectDivisionRole';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId}","POST",{subjectId:e,divisionId:i,roleId:n},{subjectType:a.subjectType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putAuthorizationDivision(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling putAuthorizationDivision';if(i==null)throw'Missing the required parameter "body" when calling putAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","PUT",{divisionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAuthorizationPoliciesTarget(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling putAuthorizationPoliciesTarget';if(i==null)throw'Missing the required parameter "body" when calling putAuthorizationPoliciesTarget';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}","PUT",{targetName:e},{skipLockoutCheck:n.skipLockoutCheck},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAuthorizationPolicy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling putAuthorizationPolicy';if(i==null)throw'Missing the required parameter "body" when calling putAuthorizationPolicy';return this.apiClient.callApi("/api/v2/authorization/policies/{policyId}","PUT",{policyId:e},{skipLockoutCheck:n.skipLockoutCheck},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAuthorizationRole(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling putAuthorizationRole';if(i==null)throw'Missing the required parameter "body" when calling putAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","PUT",{roleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAuthorizationRoleUsersAdd(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling putAuthorizationRoleUsersAdd';if(i==null)throw'Missing the required parameter "body" when calling putAuthorizationRoleUsersAdd';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}/users/add","PUT",{roleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAuthorizationRoleUsersRemove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling putAuthorizationRoleUsersRemove';if(i==null)throw'Missing the required parameter "body" when calling putAuthorizationRoleUsersRemove';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}/users/remove","PUT",{roleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAuthorizationRolesDefault(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putAuthorizationRolesDefault';return this.apiClient.callApi("/api/v2/authorization/roles/default","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAuthorizationRolesSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putAuthorizationRolesSettings';return this.apiClient.callApi("/api/v2/authorization/roles/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserRoles(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling putUserRoles';if(i==null)throw'Missing the required parameter "body" when calling putUserRoles';return this.apiClient.callApi("/api/v2/users/{subjectId}/roles","PUT",{subjectId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},LA=class{constructor(e){this.apiClient=e||q.instance}postBackgroundassistantToken(e){return e=e||{},this.apiClient.callApi("/api/v2/backgroundassistant/token","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postScreenrecordingToken(e){return e=e||{},this.apiClient.callApi("/api/v2/screenrecording/token","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},WA=class{constructor(e){this.apiClient=e||q.instance}getBillingContract(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contractId" when calling getBillingContract';return this.apiClient.callApi("/api/v2/billing/contracts/{contractId}","GET",{contractId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBillingContractBillingperiod(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contractId" when calling getBillingContractBillingperiod';if(i==null||i==="")throw'Missing the required parameter "billingPeriodId" when calling getBillingContractBillingperiod';return this.apiClient.callApi("/api/v2/billing/contracts/{contractId}/billingperiods/{billingPeriodId}","GET",{contractId:e,billingPeriodId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBillingContracts(e){return e=e||{},this.apiClient.callApi("/api/v2/billing/contracts","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,dateStart:e.dateStart,dateEnd:e.dateEnd,status:e.status,externalNumber:e.externalNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBillingContractsInvoiceDocument(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "invoiceId" when calling getBillingContractsInvoiceDocument';return this.apiClient.callApi("/api/v2/billing/contracts/invoices/{invoiceId}/document","GET",{invoiceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBillingContractsInvoiceLines(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "invoiceId" when calling getBillingContractsInvoiceLines';return this.apiClient.callApi("/api/v2/billing/contracts/invoices/{invoiceId}/lines","GET",{invoiceId:e},{before:i.before,after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBillingContractsInvoices(e){return e=e||{},this.apiClient.callApi("/api/v2/billing/contracts/invoices","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,dateStart:e.dateStart,dateEnd:e.dateEnd,paymentStatus:e.paymentStatus},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBillingReportsBillableusage(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "startDate" when calling getBillingReportsBillableusage';if(i==null)throw'Missing the required parameter "endDate" when calling getBillingReportsBillableusage';return this.apiClient.callApi("/api/v2/billing/reports/billableusage","GET",{},{startDate:e,endDate:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBillingTrusteebillingoverviewTrustorOrgId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';return this.apiClient.callApi("/api/v2/billing/trusteebillingoverview/{trustorOrgId}","GET",{trustorOrgId:e},{billingPeriodIndex:i.billingPeriodIndex},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},BA=class{constructor(e){this.apiClient=e||q.instance}deleteBusinessrulesDecisiontable(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontable';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}","DELETE",{tableId:e},{forceDelete:i.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteBusinessrulesDecisiontableVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableVersion';if(i==null)throw'Missing the required parameter "tableVersion" when calling deleteBusinessrulesDecisiontableVersion';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}","DELETE",{tableId:e,tableVersion:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteBusinessrulesDecisiontableVersionRow(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableVersionRow';if(i==null)throw'Missing the required parameter "tableVersion" when calling deleteBusinessrulesDecisiontableVersionRow';if(n==null||n==="")throw'Missing the required parameter "rowId" when calling deleteBusinessrulesDecisiontableVersionRow';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}","DELETE",{tableId:e,tableVersion:i,rowId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteBusinessrulesSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteBusinessrulesSchema';return this.apiClient.callApi("/api/v2/businessrules/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBusinessrulesDecisiontable(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontable';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}","GET",{tableId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBusinessrulesDecisiontableVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersion';if(i==null)throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersion';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}","GET",{tableId:e,tableVersion:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBusinessrulesDecisiontableVersionRow(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersionRow';if(i==null)throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersionRow';if(n==null||n==="")throw'Missing the required parameter "rowId" when calling getBusinessrulesDecisiontableVersionRow';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}","GET",{tableId:e,tableVersion:i,rowId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getBusinessrulesDecisiontableVersionRows(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersionRows';if(i==null)throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersionRows';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows","GET",{tableId:e,tableVersion:i},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBusinessrulesDecisiontableVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersions';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions","GET",{tableId:e},{after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBusinessrulesDecisiontables(e){return e=e||{},this.apiClient.callApi("/api/v2/businessrules/decisiontables","GET",{},{after:e.after,pageSize:e.pageSize,divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBusinessrulesDecisiontablesSearch(e){return e=e||{},this.apiClient.callApi("/api/v2/businessrules/decisiontables/search","GET",{},{after:e.after,pageSize:e.pageSize,schemaId:e.schemaId,name:e.name,withPublishedVersion:e.withPublishedVersion,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),ids:this.apiClient.buildCollectionParam(e.ids,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBusinessrulesSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getBusinessrulesSchema';return this.apiClient.callApi("/api/v2/businessrules/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBusinessrulesSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/businessrules/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBusinessrulesSchemasCoretype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getBusinessrulesSchemasCoretype';return this.apiClient.callApi("/api/v2/businessrules/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBusinessrulesSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/businessrules/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchBusinessrulesDecisiontable(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontable';if(i==null)throw'Missing the required parameter "body" when calling patchBusinessrulesDecisiontable';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}","PATCH",{tableId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchBusinessrulesDecisiontableVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontableVersion';if(i==null)throw'Missing the required parameter "tableVersion" when calling patchBusinessrulesDecisiontableVersion';if(n==null)throw'Missing the required parameter "body" when calling patchBusinessrulesDecisiontableVersion';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}","PATCH",{tableId:e,tableVersion:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableExecute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableExecute';if(i==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableExecute';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/execute","POST",{tableId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postBusinessrulesDecisiontableVersionCopy(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionCopy';if(i==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionCopy';if(n==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionCopy';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/copy","POST",{tableId:e,tableVersion:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableVersionExecute(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionExecute';if(i==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionExecute';if(n==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionExecute';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/execute","POST",{tableId:e,tableVersion:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableVersionRows(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRows';if(i==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRows';if(n==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRows';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows","POST",{tableId:e,tableVersion:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableVersionRowsSearch(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsSearch';if(i==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsSearch';if(n==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsSearch';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/search","POST",{tableId:e,tableVersion:i},{pageNumber:a.pageNumber,pageSize:a.pageSize},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableVersionSync(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionSync';if(i==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionSync';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/sync","POST",{tableId:e,tableVersion:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postBusinessrulesDecisiontableVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersions';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions","POST",{tableId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postBusinessrulesDecisiontables(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontables';return this.apiClient.callApi("/api/v2/businessrules/decisiontables","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postBusinessrulesSchemas(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postBusinessrulesSchemas';return this.apiClient.callApi("/api/v2/businessrules/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putBusinessrulesDecisiontableVersionPublish(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling putBusinessrulesDecisiontableVersionPublish';if(i==null)throw'Missing the required parameter "tableVersion" when calling putBusinessrulesDecisiontableVersionPublish';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/publish","PUT",{tableId:e,tableVersion:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putBusinessrulesDecisiontableVersionRow(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling putBusinessrulesDecisiontableVersionRow';if(i==null)throw'Missing the required parameter "tableVersion" when calling putBusinessrulesDecisiontableVersionRow';if(n==null||n==="")throw'Missing the required parameter "rowId" when calling putBusinessrulesDecisiontableVersionRow';if(a==null)throw'Missing the required parameter "body" when calling putBusinessrulesDecisiontableVersionRow';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}","PUT",{tableId:e,tableVersion:i,rowId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}putBusinessrulesSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putBusinessrulesSchema';if(i==null)throw'Missing the required parameter "body" when calling putBusinessrulesSchema';return this.apiClient.callApi("/api/v2/businessrules/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},FA=class{constructor(e){this.apiClient=e||q.instance}getCarrierservicesIntegrationsEmergencylocationsMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "phoneNumber" when calling getCarrierservicesIntegrationsEmergencylocationsMe';return this.apiClient.callApi("/api/v2/carrierservices/integrations/emergencylocations/me","GET",{},{phoneNumber:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCarrierservicesIntegrationsEmergencylocationsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/carrierservices/integrations/emergencylocations/me","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},VA=class{constructor(e){this.apiClient=e||q.instance}deleteCasemanagementCase(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling deleteCasemanagementCase';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}","DELETE",{caseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteCasemanagementCaseplan(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling deleteCasemanagementCaseplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}","DELETE",{caseplanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCase(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCase';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}","GET",{caseId:e},{expands:i.expands},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseAssociation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseAssociation';if(i==null||i==="")throw'Missing the required parameter "associationId" when calling getCasemanagementCaseAssociation';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/associations/{associationId}","GET",{caseId:e,associationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseAssociations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseAssociations';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/associations","GET",{caseId:e},{before:i.before,after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseStage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStage';if(i==null||i==="")throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStage';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/stages/{stageId}","GET",{caseId:e,stageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseStageStep(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStageStep';if(i==null||i==="")throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStageStep';if(n==null||n==="")throw'Missing the required parameter "stepId" when calling getCasemanagementCaseStageStep';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/stages/{stageId}/steps/{stepId}","GET",{caseId:e,stageId:i,stepId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getCasemanagementCaseStageSteps(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStageSteps';if(i==null||i==="")throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStageSteps';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/stages/{stageId}/steps","GET",{caseId:e,stageId:i},{before:n.before,after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseStages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStages';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/stages","GET",{caseId:e},{before:i.before,after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseTerminateJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseTerminateJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getCasemanagementCaseTerminateJob';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/terminate/jobs/{jobId}","GET",{caseId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseplan(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}","GET",{caseplanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseplanVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersion';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}","GET",{caseplanId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseplanVersionDataschemas(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionDataschemas';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionDataschemas';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/dataschemas","GET",{caseplanId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseplanVersionIntakesettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionIntakesettings';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionIntakesettings';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/intakesettings","GET",{caseplanId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseplanVersionStageplan(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplan';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplan';if(n==null||n==="")throw'Missing the required parameter "stageplanId" when calling getCasemanagementCaseplanVersionStageplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}","GET",{caseplanId:e,versionId:i,stageplanId:n},{expands:this.apiClient.buildCollectionParam(a.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getCasemanagementCaseplanVersionStageplanStepplan(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplanStepplan';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplanStepplan';if(n==null||n==="")throw'Missing the required parameter "stageplanId" when calling getCasemanagementCaseplanVersionStageplanStepplan';if(a==null||a==="")throw'Missing the required parameter "stepplanId" when calling getCasemanagementCaseplanVersionStageplanStepplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}/stepplans/{stepplanId}","GET",{caseplanId:e,versionId:i,stageplanId:n,stepplanId:a},{expands:this.apiClient.buildCollectionParam(r.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getCasemanagementCaseplanVersionStageplanStepplans(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplanStepplans';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplanStepplans';if(n==null||n==="")throw'Missing the required parameter "stageplanId" when calling getCasemanagementCaseplanVersionStageplanStepplans';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}/stepplans","GET",{caseplanId:e,versionId:i,stageplanId:n},{before:a.before,after:a.after,pageSize:a.pageSize,expands:this.apiClient.buildCollectionParam(a.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getCasemanagementCaseplanVersionStageplans(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplans';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplans';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans","GET",{caseplanId:e,versionId:i},{before:n.before,after:n.after,pageSize:n.pageSize,expands:this.apiClient.buildCollectionParam(n.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseplans(e){return e=e||{},this.apiClient.callApi("/api/v2/casemanagement/caseplans","GET",{},{after:e.after,pageSize:e.pageSize,customerIntentId:e.customerIntentId,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getCasemanagementCasesExternalcontact(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalContactId" when calling getCasemanagementCasesExternalcontact';return this.apiClient.callApi("/api/v2/casemanagement/cases/externalcontacts/{externalContactId}","GET",{externalContactId:e},{after:i.after,pageSize:i.pageSize,divisionIds:i.divisionIds,expands:this.apiClient.buildCollectionParam(i.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCasesReference(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "referenceId" when calling getCasemanagementCasesReference';return this.apiClient.callApi("/api/v2/casemanagement/cases/references/{referenceId}","GET",{referenceId:e},{expands:i.expands},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchCasemanagementCaseDatedue(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling patchCasemanagementCaseDatedue';if(i==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseDatedue';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/datedue","PATCH",{caseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchCasemanagementCasePriority(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling patchCasemanagementCasePriority';if(i==null)throw'Missing the required parameter "body" when calling patchCasemanagementCasePriority';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/priority","PATCH",{caseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchCasemanagementCaseSummary(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling patchCasemanagementCaseSummary';if(i==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseSummary';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/summary","PATCH",{caseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchCasemanagementCaseplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplan';if(i==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}","PATCH",{caseplanId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchCasemanagementCaseplanStageplan(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplanStageplan';if(i==null||i==="")throw'Missing the required parameter "stageplanId" when calling patchCasemanagementCaseplanStageplan';if(n==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseplanStageplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/stageplans/{stageplanId}","PATCH",{caseplanId:e,stageplanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchCasemanagementCaseplanStageplanStepplan(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplanStageplanStepplan';if(i==null||i==="")throw'Missing the required parameter "stageplanId" when calling patchCasemanagementCaseplanStageplanStepplan';if(n==null||n==="")throw'Missing the required parameter "stepplanId" when calling patchCasemanagementCaseplanStageplanStepplan';if(a==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseplanStageplanStepplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/stageplans/{stageplanId}/stepplans/{stepplanId}","PATCH",{caseplanId:e,stageplanId:i,stepplanId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postCasemanagementCaseAssociations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling postCasemanagementCaseAssociations';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/associations","POST",{caseId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCasemanagementCaseTerminateJobs(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling postCasemanagementCaseTerminateJobs';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/terminate/jobs","POST",{caseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCasemanagementCaseplanPublish(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanPublish';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/publish","POST",{caseplanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCasemanagementCaseplanVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanVersions';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions","POST",{caseplanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCasemanagementCaseplans(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postCasemanagementCaseplans';return this.apiClient.callApi("/api/v2/casemanagement/caseplans","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCasemanagementCaseplansQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postCasemanagementCaseplansQuery';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCasemanagementCases(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postCasemanagementCases';return this.apiClient.callApi("/api/v2/casemanagement/cases","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCasemanagementCasesAssociationsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/casemanagement/cases/associations/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putCasemanagementCaseplanIntakesettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling putCasemanagementCaseplanIntakesettings';if(i==null)throw'Missing the required parameter "body" when calling putCasemanagementCaseplanIntakesettings';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/intakesettings","PUT",{caseplanId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},JA=class{constructor(e){this.apiClient=e||q.instance}deleteChatsRoomMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling deleteChatsRoomMessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling deleteChatsRoomMessage';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/{messageId}","DELETE",{roomJid:e,messageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteChatsRoomMessagesPin(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling deleteChatsRoomMessagesPin';if(i==null||i==="")throw'Missing the required parameter "pinnedMessageId" when calling deleteChatsRoomMessagesPin';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/pins/{pinnedMessageId}","DELETE",{roomJid:e,pinnedMessageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteChatsRoomParticipant(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling deleteChatsRoomParticipant';if(i==null||i==="")throw'Missing the required parameter "userId" when calling deleteChatsRoomParticipant';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/participants/{userId}","DELETE",{roomJid:e,userId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteChatsUserMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteChatsUserMessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling deleteChatsUserMessage';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/{messageId}","DELETE",{userId:e,messageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteChatsUserMessagesPin(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteChatsUserMessagesPin';if(i==null||i==="")throw'Missing the required parameter "pinnedMessageId" when calling deleteChatsUserMessagesPin';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/pins/{pinnedMessageId}","DELETE",{userId:e,pinnedMessageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteChatsUsersMeSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/chats/users/me/settings","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getChatsMessage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling getChatsMessage';return this.apiClient.callApi("/api/v2/chats/messages/{messageId}","GET",{messageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsRoom(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoom';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}","GET",{roomJid:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsRoomMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoomMessage';if(i==null||i==="")throw'Missing the required parameter "messageIds" when calling getChatsRoomMessage';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/{messageIds}","GET",{roomJid:e,messageIds:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsRoomMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoomMessages';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages","GET",{roomJid:e},{limit:i.limit,before:i.before,after:i.after,excludeMetadata:i.excludeMetadata},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsRoomParticipant(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoomParticipant';if(i==null||i==="")throw'Missing the required parameter "participantJid" when calling getChatsRoomParticipant';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/participants/{participantJid}","GET",{roomJid:e,participantJid:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsRoomParticipants(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoomParticipants';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/participants","GET",{roomJid:e},{notify:i.notify},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/chats/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getChatsThreadMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "threadId" when calling getChatsThreadMessages';return this.apiClient.callApi("/api/v2/chats/threads/{threadId}/messages","GET",{threadId:e},{limit:i.limit,before:i.before,after:i.after,excludeMetadata:i.excludeMetadata},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getChatsUser';return this.apiClient.callApi("/api/v2/chats/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsUserMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getChatsUserMessage';if(i==null||i==="")throw'Missing the required parameter "messageIds" when calling getChatsUserMessage';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/{messageIds}","GET",{userId:e,messageIds:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsUserMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getChatsUserMessages';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages","GET",{userId:e},{limit:i.limit,before:i.before,after:i.after,excludeMetadata:i.excludeMetadata},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsUserSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getChatsUserSettings';return this.apiClient.callApi("/api/v2/chats/users/{userId}/settings","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsUsersMeSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/chats/users/me/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchChatsRoom(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling patchChatsRoom';if(i==null)throw'Missing the required parameter "body" when calling patchChatsRoom';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}","PATCH",{roomJid:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchChatsRoomMessage(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling patchChatsRoomMessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling patchChatsRoomMessage';if(n==null)throw'Missing the required parameter "body" when calling patchChatsRoomMessage';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/{messageId}","PATCH",{roomJid:e,messageId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchChatsSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchChatsSettings';return this.apiClient.callApi("/api/v2/chats/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchChatsUserMessage(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchChatsUserMessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling patchChatsUserMessage';if(n==null)throw'Missing the required parameter "body" when calling patchChatsUserMessage';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/{messageId}","PATCH",{userId:e,messageId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchChatsUserSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchChatsUserSettings';if(i==null)throw'Missing the required parameter "body" when calling patchChatsUserSettings';return this.apiClient.callApi("/api/v2/chats/users/{userId}/settings","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchChatsUsersMeSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchChatsUsersMeSettings';return this.apiClient.callApi("/api/v2/chats/users/me/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postChatsRoomMessages(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling postChatsRoomMessages';if(i==null)throw'Missing the required parameter "body" when calling postChatsRoomMessages';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages","POST",{roomJid:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postChatsRoomMessagesPins(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling postChatsRoomMessagesPins';if(i==null)throw'Missing the required parameter "body" when calling postChatsRoomMessagesPins';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/pins","POST",{roomJid:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postChatsRoomParticipant(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling postChatsRoomParticipant';if(i==null||i==="")throw'Missing the required parameter "userId" when calling postChatsRoomParticipant';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/participants/{userId}","POST",{roomJid:e,userId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postChatsRooms(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postChatsRooms';return this.apiClient.callApi("/api/v2/chats/rooms","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postChatsUserMessages(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postChatsUserMessages';if(i==null)throw'Missing the required parameter "body" when calling postChatsUserMessages';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postChatsUserMessagesPins(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postChatsUserMessagesPins';if(i==null)throw'Missing the required parameter "body" when calling postChatsUserMessagesPins';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/pins","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postChatsUsersMeSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postChatsUsersMeSettings';return this.apiClient.callApi("/api/v2/chats/users/me/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putChatsMessageReactions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling putChatsMessageReactions';if(i==null)throw'Missing the required parameter "body" when calling putChatsMessageReactions';return this.apiClient.callApi("/api/v2/chats/messages/{messageId}/reactions","PUT",{messageId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putChatsSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putChatsSettings';return this.apiClient.callApi("/api/v2/chats/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ZA=class{constructor(e){this.apiClient=e||q.instance}deleteCoachingAppointment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling deleteCoachingAppointment';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}","DELETE",{appointmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteCoachingAppointmentAnnotation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling deleteCoachingAppointmentAnnotation';if(i==null||i==="")throw'Missing the required parameter "annotationId" when calling deleteCoachingAppointmentAnnotation';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}","DELETE",{appointmentId:e,annotationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCoachingAppointment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling getCoachingAppointment';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}","GET",{appointmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCoachingAppointmentAnnotation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling getCoachingAppointmentAnnotation';if(i==null||i==="")throw'Missing the required parameter "annotationId" when calling getCoachingAppointmentAnnotation';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}","GET",{appointmentId:e,annotationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCoachingAppointmentAnnotations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling getCoachingAppointmentAnnotations';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations","GET",{appointmentId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCoachingAppointmentStatuses(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling getCoachingAppointmentStatuses';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/statuses","GET",{appointmentId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCoachingAppointments(e,i){if(i=i||{},e==null)throw'Missing the required parameter "userIds" when calling getCoachingAppointments';return this.apiClient.callApi("/api/v2/coaching/appointments","GET",{},{userIds:this.apiClient.buildCollectionParam(e,"multi"),interval:i.interval,pageNumber:i.pageNumber,pageSize:i.pageSize,statuses:this.apiClient.buildCollectionParam(i.statuses,"multi"),facilitatorIds:this.apiClient.buildCollectionParam(i.facilitatorIds,"multi"),sortOrder:i.sortOrder,relationships:this.apiClient.buildCollectionParam(i.relationships,"multi"),completionInterval:i.completionInterval,overdue:i.overdue,intervalCondition:i.intervalCondition},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCoachingAppointmentsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/coaching/appointments/me","GET",{},{interval:e.interval,pageNumber:e.pageNumber,pageSize:e.pageSize,statuses:this.apiClient.buildCollectionParam(e.statuses,"multi"),facilitatorIds:this.apiClient.buildCollectionParam(e.facilitatorIds,"multi"),sortOrder:e.sortOrder,relationships:this.apiClient.buildCollectionParam(e.relationships,"multi"),completionInterval:e.completionInterval,overdue:e.overdue,intervalCondition:e.intervalCondition},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getCoachingNotification(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "notificationId" when calling getCoachingNotification';return this.apiClient.callApi("/api/v2/coaching/notifications/{notificationId}","GET",{notificationId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCoachingNotifications(e){return e=e||{},this.apiClient.callApi("/api/v2/coaching/notifications","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getCoachingScheduleslotsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getCoachingScheduleslotsJob';return this.apiClient.callApi("/api/v2/coaching/scheduleslots/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchCoachingAppointment(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling patchCoachingAppointment';if(i==null)throw'Missing the required parameter "body" when calling patchCoachingAppointment';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}","PATCH",{appointmentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchCoachingAppointmentAnnotation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling patchCoachingAppointmentAnnotation';if(i==null||i==="")throw'Missing the required parameter "annotationId" when calling patchCoachingAppointmentAnnotation';if(n==null)throw'Missing the required parameter "body" when calling patchCoachingAppointmentAnnotation';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}","PATCH",{appointmentId:e,annotationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchCoachingAppointmentStatus(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling patchCoachingAppointmentStatus';if(i==null)throw'Missing the required parameter "body" when calling patchCoachingAppointmentStatus';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/status","PATCH",{appointmentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchCoachingNotification(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "notificationId" when calling patchCoachingNotification';if(i==null)throw'Missing the required parameter "body" when calling patchCoachingNotification';return this.apiClient.callApi("/api/v2/coaching/notifications/{notificationId}","PATCH",{notificationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCoachingAppointmentAnnotations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling postCoachingAppointmentAnnotations';if(i==null)throw'Missing the required parameter "body" when calling postCoachingAppointmentAnnotations';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations","POST",{appointmentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCoachingAppointmentConversations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling postCoachingAppointmentConversations';if(i==null)throw'Missing the required parameter "body" when calling postCoachingAppointmentConversations';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/conversations","POST",{appointmentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCoachingAppointments(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postCoachingAppointments';return this.apiClient.callApi("/api/v2/coaching/appointments","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCoachingAppointmentsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postCoachingAppointmentsAggregatesQuery';return this.apiClient.callApi("/api/v2/coaching/appointments/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCoachingScheduleslotsJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postCoachingScheduleslotsJobs';return this.apiClient.callApi("/api/v2/coaching/scheduleslots/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCoachingScheduleslotsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';return this.apiClient.callApi("/api/v2/coaching/scheduleslots/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},KA=class{constructor(e){this.apiClient=e||q.instance}deleteContentmanagementDocument(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling deleteContentmanagementDocument';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}","DELETE",{documentId:e},{override:i.override},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteContentmanagementShare(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "shareId" when calling deleteContentmanagementShare';return this.apiClient.callApi("/api/v2/contentmanagement/shares/{shareId}","DELETE",{shareId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteContentmanagementStatusStatusId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "statusId" when calling deleteContentmanagementStatusStatusId';return this.apiClient.callApi("/api/v2/contentmanagement/status/{statusId}","DELETE",{statusId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteContentmanagementWorkspace(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspace';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}","DELETE",{workspaceId:e},{moveChildrenToWorkspaceId:i.moveChildrenToWorkspaceId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteContentmanagementWorkspaceMember(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspaceMember';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling deleteContentmanagementWorkspaceMember';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}","DELETE",{workspaceId:e,memberId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteContentmanagementWorkspaceTagvalue(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspaceTagvalue';if(i==null||i==="")throw'Missing the required parameter "tagId" when calling deleteContentmanagementWorkspaceTagvalue';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}","DELETE",{workspaceId:e,tagId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementDocument(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling getContentmanagementDocument';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}","GET",{documentId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementDocumentContent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling getContentmanagementDocumentContent';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}/content","GET",{documentId:e},{disposition:i.disposition,contentType:i.contentType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementDocuments(e,i){if(i=i||{},e==null)throw'Missing the required parameter "workspaceId" when calling getContentmanagementDocuments';return this.apiClient.callApi("/api/v2/contentmanagement/documents","GET",{},{workspaceId:e,name:i.name,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "queryPhrase" when calling getContentmanagementQuery';return this.apiClient.callApi("/api/v2/contentmanagement/query","GET",{},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,sortOrder:i.sortOrder,queryPhrase:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementSecurityprofile(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "securityProfileId" when calling getContentmanagementSecurityprofile';return this.apiClient.callApi("/api/v2/contentmanagement/securityprofiles/{securityProfileId}","GET",{securityProfileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementSecurityprofiles(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/securityprofiles","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getContentmanagementShare(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "shareId" when calling getContentmanagementShare';return this.apiClient.callApi("/api/v2/contentmanagement/shares/{shareId}","GET",{shareId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementSharedSharedId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sharedId" when calling getContentmanagementSharedSharedId';return this.apiClient.callApi("/api/v2/contentmanagement/shared/{sharedId}","GET",{sharedId:e},{disposition:i.disposition,contentType:i.contentType,expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementShares(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/shares","GET",{},{entityId:e.entityId,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getContentmanagementStatus(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/status","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getContentmanagementStatusStatusId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "statusId" when calling getContentmanagementStatusStatusId';return this.apiClient.callApi("/api/v2/contentmanagement/status/{statusId}","GET",{statusId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementUsage(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/usage","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getContentmanagementWorkspace(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspace';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}","GET",{workspaceId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementWorkspaceDocuments(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceDocuments';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/documents","GET",{workspaceId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementWorkspaceMember(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceMember';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling getContentmanagementWorkspaceMember';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}","GET",{workspaceId:e,memberId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementWorkspaceMembers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceMembers';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/members","GET",{workspaceId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementWorkspaceTagvalue(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceTagvalue';if(i==null||i==="")throw'Missing the required parameter "tagId" when calling getContentmanagementWorkspaceTagvalue';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}","GET",{workspaceId:e,tagId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementWorkspaceTagvalues(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceTagvalues';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues","GET",{workspaceId:e},{value:i.value,pageSize:i.pageSize,pageNumber:i.pageNumber,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementWorkspaces(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/workspaces","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,access:this.apiClient.buildCollectionParam(e.access,"multi"),expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postContentmanagementDocument(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling postContentmanagementDocument';if(i==null)throw'Missing the required parameter "body" when calling postContentmanagementDocument';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}","POST",{documentId:e},{expand:n.expand,override:n.override},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postContentmanagementDocumentContent(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling postContentmanagementDocumentContent';if(i==null)throw'Missing the required parameter "body" when calling postContentmanagementDocumentContent';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}/content","POST",{documentId:e},{override:n.override},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postContentmanagementDocuments(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postContentmanagementDocuments';return this.apiClient.callApi("/api/v2/contentmanagement/documents","POST",{},{copySource:i.copySource,moveSource:i.moveSource,override:i.override},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postContentmanagementQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postContentmanagementQuery';return this.apiClient.callApi("/api/v2/contentmanagement/query","POST",{},{expand:i.expand},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postContentmanagementShares(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postContentmanagementShares';return this.apiClient.callApi("/api/v2/contentmanagement/shares","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postContentmanagementWorkspaceTagvalues(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling postContentmanagementWorkspaceTagvalues';if(i==null)throw'Missing the required parameter "body" when calling postContentmanagementWorkspaceTagvalues';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues","POST",{workspaceId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postContentmanagementWorkspaceTagvaluesQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling postContentmanagementWorkspaceTagvaluesQuery';if(i==null)throw'Missing the required parameter "body" when calling postContentmanagementWorkspaceTagvaluesQuery';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/query","POST",{workspaceId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postContentmanagementWorkspaces(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postContentmanagementWorkspaces';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putContentmanagementWorkspace(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspace';if(i==null)throw'Missing the required parameter "body" when calling putContentmanagementWorkspace';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}","PUT",{workspaceId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putContentmanagementWorkspaceMember(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspaceMember';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling putContentmanagementWorkspaceMember';if(n==null)throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceMember';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}","PUT",{workspaceId:e,memberId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putContentmanagementWorkspaceTagvalue(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspaceTagvalue';if(i==null||i==="")throw'Missing the required parameter "tagId" when calling putContentmanagementWorkspaceTagvalue';if(n==null)throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}","PUT",{workspaceId:e,tagId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},QA=class{constructor(e){this.apiClient=e||q.instance}deleteAnalyticsConversationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsConversationsDetailsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsDetailsJob';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}","DELETE",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationCustomattribute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationCustomattribute';if(i==null||i==="")throw'Missing the required parameter "attributesId" when calling deleteConversationCustomattribute';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes/{attributesId}","DELETE",{conversationId:e,attributesId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationParticipantCode(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationParticipantCode';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling deleteConversationParticipantCode';if(n==null||n==="")throw'Missing the required parameter "addCommunicationCode" when calling deleteConversationParticipantCode';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/codes/{addCommunicationCode}","DELETE",{conversationId:e,participantId:i,addCommunicationCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteConversationParticipantFlaggedreason(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationParticipantFlaggedreason';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling deleteConversationParticipantFlaggedreason';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/flaggedreason","DELETE",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsCallParticipantCommunicationPostflowaction(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationsCallParticipantCommunicationPostflowaction';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling deleteConversationsCallParticipantCommunicationPostflowaction';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling deleteConversationsCallParticipantCommunicationPostflowaction';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction","DELETE",{conversationId:e,participantId:i,communicationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteConversationsCallParticipantConsult(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationsCallParticipantConsult';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling deleteConversationsCallParticipantConsult';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult","DELETE",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsEmailMessagesDraftAttachment(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationsEmailMessagesDraftAttachment';if(i==null||i==="")throw'Missing the required parameter "attachmentId" when calling deleteConversationsEmailMessagesDraftAttachment';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft/attachments/{attachmentId}","DELETE",{conversationId:e,attachmentId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagesCachedmediaCachedMediaItemId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "cachedMediaItemId" when calling deleteConversationsMessagesCachedmediaCachedMediaItemId';return this.apiClient.callApi("/api/v2/conversations/messages/cachedmedia/{cachedMediaItemId}","DELETE",{cachedMediaItemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingIntegrationsAppleIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingIntegrationsFacebookIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingIntegrationsInstagramIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingIntegrationsOpenIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingIntegrationsTwitterIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingIntegrationsWhatsappIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling deleteConversationsMessagingSetting';return this.apiClient.callApi("/api/v2/conversations/messaging/settings/{messageSettingId}","DELETE",{messageSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagingSettingsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/settings/default","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteConversationsMessagingSupportedcontentSupportedContentId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling deleteConversationsMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/{supportedContentId}","DELETE",{supportedContentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationDetails(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getAnalyticsConversationDetails';return this.apiClient.callApi("/api/v2/analytics/conversations/{conversationId}/details","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsDetails(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/conversations/details","GET",{},{id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsConversationsDetailsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJob';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsDetailsJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJobResults';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsConversationsDetailsJobsAvailability(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/availability","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationAssistantCopilotcontext(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationAssistantCopilotcontext';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/assistant/copilotcontext","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationCommunicationAgentchecklist(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklist';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklist';if(n==null||n==="")throw'Missing the required parameter "agentChecklistId" when calling getConversationCommunicationAgentchecklist';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}","GET",{conversationId:e,communicationId:i,agentChecklistId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationCommunicationAgentchecklistJob(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklistJob';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklistJob';if(n==null||n==="")throw'Missing the required parameter "agentChecklistId" when calling getConversationCommunicationAgentchecklistJob';if(a==null||a==="")throw'Missing the required parameter "jobId" when calling getConversationCommunicationAgentchecklistJob';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/jobs/{jobId}","GET",{conversationId:e,communicationId:i,agentChecklistId:n,jobId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getConversationCommunicationAgentchecklists(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklists';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklists';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists","GET",{conversationId:e,communicationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationCommunicationInternalmessage(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationInternalmessage';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationInternalmessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling getConversationCommunicationInternalmessage';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/internalmessages/{messageId}","GET",{conversationId:e,communicationId:i,messageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationCommunicationInternalmessages(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationInternalmessages';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationInternalmessages';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/internalmessages","GET",{conversationId:e,communicationId:i},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationCustomattribute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCustomattribute';if(i==null||i==="")throw'Missing the required parameter "attributesId" when calling getConversationCustomattribute';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes/{attributesId}","GET",{conversationId:e,attributesId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationCustomattributes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCustomattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationParticipantSecureivrsession(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationParticipantSecureivrsession';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationParticipantSecureivrsession';if(n==null||n==="")throw'Missing the required parameter "secureSessionId" when calling getConversationParticipantSecureivrsession';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions/{secureSessionId}","GET",{conversationId:e,participantId:i,secureSessionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationParticipantSecureivrsessions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationParticipantSecureivrsessions';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationParticipantSecureivrsessions';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions","GET",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationParticipantWrapup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationParticipantWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:i},{provisional:n.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationParticipantWrapupcodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationParticipantWrapupcodes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationSecureattributes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationSecureattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/secureattributes","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationSuggestion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationSuggestion';if(i==null||i==="")throw'Missing the required parameter "suggestionId" when calling getConversationSuggestion';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/suggestions/{suggestionId}","GET",{conversationId:e,suggestionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationSuggestions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationSuggestions';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/suggestions","GET",{conversationId:e},{before:i.before,after:i.after,pageSize:i.pageSize,type:i.type,state:i.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationSummaries(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationSummaries';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/summaries","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversations(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations","GET",{},{communicationType:e.communicationType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCall(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCall';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCallParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCallParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsCallParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsCallParticipantWrapup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallParticipantWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCallParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:i},{provisional:n.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCallParticipantWrapupcodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallParticipantWrapupcodes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCallParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCallback(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallback';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCallbackParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsCallbackParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsCallbackParticipantWrapup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:i},{provisional:n.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCallbackParticipantWrapupcodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantWrapupcodes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCallbacks(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/callbacks","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCalls(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/calls","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCallsHistory(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/calls/history","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,interval:e.interval,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCallsMaximumconferenceparties(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/calls/maximumconferenceparties","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsChat(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChat';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsChatMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatMessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling getConversationsChatMessage';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/messages/{messageId}","GET",{conversationId:e,messageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsChatMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatMessages';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/messages","GET",{conversationId:e},{after:i.after,before:i.before,sortOrder:i.sortOrder,maxResults:i.maxResults},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsChatParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsChatParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsChatParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsChatParticipantWrapup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatParticipantWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsChatParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:i},{provisional:n.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsChatParticipantWrapupcodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatParticipantWrapupcodes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsChatParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsChats(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/chats","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCobrowsesession(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesession';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCobrowsesessionParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsCobrowsesessionParticipantWrapup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:i},{provisional:n.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCobrowsesessionParticipantWrapupcodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantWrapupcodes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCobrowsesessions(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/cobrowsesessions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCustomattributesSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getConversationsCustomattributesSchema';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCustomattributesSchemaVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getConversationsCustomattributesSchemaVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getConversationsCustomattributesSchemaVersion';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCustomattributesSchemaVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getConversationsCustomattributesSchemaVersions';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCustomattributesSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/customattributes/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCustomattributesSchemasCoretype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getConversationsCustomattributesSchemasCoretype';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCustomattributesSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCustomattributesSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsEmail(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmail';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsEmailMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailMessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling getConversationsEmailMessage';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/{messageId}","GET",{conversationId:e,messageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsEmailMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailMessages';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages","GET",{conversationId:e},{includeAgentlessStitchedMessages:i.includeAgentlessStitchedMessages},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsEmailMessagesDraft(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailMessagesDraft';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsEmailParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsEmailParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsEmailParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsEmailParticipantWrapup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsEmailParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:i},{provisional:n.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsEmailParticipantWrapupcodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantWrapupcodes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsEmailParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsEmailSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailSettings';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/settings","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsEmails(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/emails","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsInternalmessage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsInternalmessage';return this.apiClient.callApi("/api/v2/conversations/internalmessages/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsInternalmessages(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/internalmessages","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsKeyconfiguration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "keyconfigurationsId" when calling getConversationsKeyconfiguration';return this.apiClient.callApi("/api/v2/conversations/keyconfigurations/{keyconfigurationsId}","GET",{keyconfigurationsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsKeyconfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/keyconfigurations","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessage';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessageCommunicationMessagesMedia(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageCommunicationMessagesMedia';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsMessageCommunicationMessagesMedia';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media","GET",{conversationId:e,communicationId:i},{status:n.status,pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessageCommunicationMessagesMediaMediaId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';if(n==null||n==="")throw'Missing the required parameter "mediaId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/{mediaId}","GET",{conversationId:e,communicationId:i,mediaId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsMessageDetails(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling getConversationsMessageDetails';return this.apiClient.callApi("/api/v2/conversations/messages/{messageId}/details","GET",{messageId:e},{useNormalizedMessage:i.useNormalizedMessage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessageMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageMessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling getConversationsMessageMessage';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/messages/{messageId}","GET",{conversationId:e,messageId:i},{useNormalizedMessage:n.useNormalizedMessage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessageParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsMessageParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsMessageParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsMessageParticipantWrapup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsMessageParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:i},{provisional:n.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessageParticipantWrapupcodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantWrapupcodes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsMessageParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messages","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagesCachedmedia(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messages/cachedmedia","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,url:e.url},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagesCachedmediaCachedMediaItemId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "cachedMediaItemId" when calling getConversationsMessagesCachedmediaCachedMediaItemId';return this.apiClient.callApi("/api/v2/conversations/messages/cachedmedia/{cachedMediaItemId}","GET",{cachedMediaItemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingFacebookApp(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/facebook/app","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingFacebookPermissions(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/facebook/permissions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/facebook/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/instagram/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/open/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/twitter/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/whatsapp/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationTwitterOauthSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationTwitterOauthSettings';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/{integrationId}/twitter/oauth/settings","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrations(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsApple(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsAppleIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple/{integrationId}","GET",{integrationId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationsFacebook(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsFacebookIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook/{integrationId}","GET",{integrationId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationsInstagram(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsInstagramIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram/{integrationId}","GET",{integrationId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationsOpen(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/{integrationId}","GET",{integrationId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileOauthSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/oauth/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileToken(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tokenId" when calling getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileToken';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/tokens/{tokenId}","GET",{tokenId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokenAccounts(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tokenId" when calling getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokenAccounts';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/tokens/{tokenId}/accounts","GET",{tokenId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationsOpenIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/{integrationId}","GET",{integrationId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationsTwitter(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsTwitterIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter/{integrationId}","GET",{integrationId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingIntegrationsTwitterOauthSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter/oauth/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsWhatsapp(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsWhatsappIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/{integrationId}","GET",{integrationId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingOauthAppleCallback(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "code" when calling getConversationsMessagingOauthAppleCallback';if(i==null)throw'Missing the required parameter "state" when calling getConversationsMessagingOauthAppleCallback';return this.apiClient.callApi("/api/v2/conversations/messaging/oauth/apple/callback","GET",{},{code:e,state:i,error:n.error},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling getConversationsMessagingSetting';return this.apiClient.callApi("/api/v2/conversations/messaging/settings/{messageSettingId}","GET",{messageSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/settings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingSettingsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/settings/default","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingSupportedcontent(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingSupportedcontentDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/default","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingSupportedcontentSupportedContentId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling getConversationsMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/{supportedContentId}","GET",{supportedContentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingThreadingtimeline(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/threadingtimeline","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsScreenshareParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsScreenshareParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/screenshares/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsSocialParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsSocialParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsSocialParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsSocialParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsVideoDetails(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conferenceId" when calling getConversationsVideoDetails';return this.apiClient.callApi("/api/v2/conversations/videos/{conferenceId}/details","GET",{conferenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsVideoParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsVideoParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling getConversationsVideoParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsVideoParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:i,communicationId:n},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsVideosMeeting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "meetingId" when calling getConversationsVideosMeeting';return this.apiClient.callApi("/api/v2/conversations/videos/meetings/{meetingId}","GET",{meetingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationCustomattributes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationCustomattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes","PATCH",{conversationId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationCustomattributesBulk(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationCustomattributesBulk';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes/bulk","PATCH",{conversationId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationParticipant(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationParticipant';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationParticipant';if(n==null)throw'Missing the required parameter "body" when calling patchConversationParticipant';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationParticipantAttributes(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationParticipantAttributes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationParticipantAttributes';if(n==null)throw'Missing the required parameter "body" when calling patchConversationParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling patchConversationRecordingstate';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordingstate","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationSecureattributes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationSecureattributes';if(i==null)throw'Missing the required parameter "body" when calling patchConversationSecureattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/secureattributes","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationSummaryEngagements(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationSummaryEngagements';if(i==null||i==="")throw'Missing the required parameter "summaryId" when calling patchConversationSummaryEngagements';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/summaries/{summaryId}/engagements","PATCH",{conversationId:e,summaryId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationSummaryFeedback(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationSummaryFeedback';if(i==null||i==="")throw'Missing the required parameter "summaryId" when calling patchConversationSummaryFeedback';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback","PATCH",{conversationId:e,summaryId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationUtilizationlabel(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';if(i==null)throw'Missing the required parameter "body" when calling patchConversationUtilizationlabel';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/utilizationlabel","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsAftercallworkConversationIdParticipantCommunication(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/aftercallwork/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:i,communicationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCall(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCall';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCall';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsCallConference(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallConference';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCallConference';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/conference","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsCallParticipant(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipant';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipant';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipant';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallParticipantAttributes(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantAttributes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantAttributes';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallParticipantCommunication(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling patchConversationsCallParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:i,communicationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCallParticipantCommunicationPostflowaction(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantCommunicationPostflowaction';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantCommunicationPostflowaction';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling patchConversationsCallParticipantCommunicationPostflowaction';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction","PATCH",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallParticipantConsult(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantConsult';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantConsult';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipantConsult';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallParticipantUserUserId(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantUserUserId';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantUserUserId';if(n==null||n==="")throw'Missing the required parameter "userId" when calling patchConversationsCallParticipantUserUserId';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipantUserUserId';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/user/{userId}","PATCH",{conversationId:e,participantId:i,userId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCallback(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallback';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCallback';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsCallbackParticipant(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipant';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipant';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCallbackParticipant';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallbackParticipantAttributes(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipantAttributes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipantAttributes';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCallbackParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallbackParticipantCommunication(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling patchConversationsCallbackParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsCallbackParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:i,communicationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCallbacks(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchConversationsCallbacks';return this.apiClient.callApi("/api/v2/conversations/callbacks","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsChat(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsChat';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsChat';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsChatParticipant(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsChatParticipant';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsChatParticipant';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsChatParticipant';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsChatParticipantAttributes(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsChatParticipantAttributes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsChatParticipantAttributes';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsChatParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsChatParticipantCommunication(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsChatParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsChatParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling patchConversationsChatParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsChatParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:i,communicationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCobrowsesession(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesession';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCobrowsesession';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsCobrowsesessionParticipant(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipant';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipant';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsCobrowsesessionParticipantAttributes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipantAttributes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsCobrowsesessionParticipantCommunication(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling patchConversationsCobrowsesessionParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsCobrowsesessionParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:i,communicationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsEmail(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmail';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsEmail';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsEmailMessagesDraft(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailMessagesDraft';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft","PATCH",{conversationId:e},{autoFill:i.autoFill,discard:i.discard},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsEmailParticipant(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipant';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsEmailParticipant';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsEmailParticipant';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsEmailParticipantAttributes(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantAttributes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantAttributes';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsEmailParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsEmailParticipantCommunication(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling patchConversationsEmailParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsEmailParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:i,communicationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsEmailParticipantParkingstate(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantParkingstate';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantParkingstate';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsEmailParticipantParkingstate';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/parkingstate","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessage';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessage';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessageParticipant(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipant';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipant';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessageParticipantAttributes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipantAttributes';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessageParticipantCommunication(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling patchConversationsMessageParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsMessageParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:i,communicationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsMessageParticipantParkingstate(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipantParkingstate';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantParkingstate';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessageParticipantParkingstate';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/parkingstate","PATCH",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsMessagingIntegrationsAppleIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsAppleIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple/{integrationId}","PATCH",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingIntegrationsFacebookIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsFacebookIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook/{integrationId}","PATCH",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingIntegrationsInstagramIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsInstagramIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram/{integrationId}","PATCH",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/{integrationId}","PATCH",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingIntegrationsOpenIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsOpenIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/{integrationId}","PATCH",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingIntegrationsTwitterIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter/{integrationId}","PATCH",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup/{integrationId}","PATCH",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingIntegrationsWhatsappIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsWhatsappIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/{integrationId}","PATCH",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingSetting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling patchConversationsMessagingSetting';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingSetting';return this.apiClient.callApi("/api/v2/conversations/messaging/settings/{messageSettingId}","PATCH",{messageSettingId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsMessagingSupportedcontentSupportedContentId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling patchConversationsMessagingSupportedcontentSupportedContentId';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/{supportedContentId}","PATCH",{supportedContentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchConversationsSettings';return this.apiClient.callApi("/api/v2/conversations/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationDetailsProperties(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postAnalyticsConversationDetailsProperties';if(i==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationDetailsProperties';return this.apiClient.callApi("/api/v2/analytics/conversations/{conversationId}/details/properties","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsDetailsJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsJobs';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsDetailsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/details/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationAssign(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationAssign';if(i==null)throw'Missing the required parameter "body" when calling postConversationAssign';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/assign","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationBarge(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationBarge';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/barge","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationCobrowse(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCobrowse';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/cobrowse","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationCommunicationAgentchecklist(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklist';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklist';if(n==null||n==="")throw'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklist';if(a==null)throw'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklist';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}","POST",{conversationId:e,communicationId:i,agentChecklistId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postConversationCommunicationAgentchecklistAgentaction(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistAgentaction';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistAgentaction';if(n==null||n==="")throw'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklistAgentaction';if(a==null)throw'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistAgentaction';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/agentaction","POST",{conversationId:e,communicationId:i,agentChecklistId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postConversationCommunicationAgentchecklistJobs(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistJobs';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistJobs';if(n==null||n==="")throw'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklistJobs';if(a==null)throw'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistJobs';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/jobs","POST",{conversationId:e,communicationId:i,agentChecklistId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postConversationCommunicationAgentchecklistsFinalize(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistsFinalize';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistsFinalize';if(n==null)throw'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistsFinalize';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/finalize","POST",{conversationId:e,communicationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationCommunicationInternalmessages(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationInternalmessages';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationInternalmessages';if(n==null)throw'Missing the required parameter "body" when calling postConversationCommunicationInternalmessages';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/internalmessages","POST",{conversationId:e,communicationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationDisconnect(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationDisconnect';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/disconnect","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationParticipantCallbacks(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantCallbacks';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantCallbacks';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/callbacks","POST",{conversationId:e,participantId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationParticipantDigits(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantDigits';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantDigits';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/digits","POST",{conversationId:e,participantId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationParticipantInternalmessagesUsersCommunications(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantInternalmessagesUsersCommunications';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantInternalmessagesUsersCommunications';if(n==null)throw'Missing the required parameter "body" when calling postConversationParticipantInternalmessagesUsersCommunications';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/internalmessages/users/communications","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplace(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplace';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplace';if(n==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplaceAgent(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceAgent';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceAgent';if(n==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplaceAgent';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace/agent","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplaceContactExternal(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceContactExternal';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceContactExternal';if(n==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplaceContactExternal';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace/contact/external","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplaceExternal(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceExternal';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceExternal';if(n==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplaceExternal';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace/external","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplaceQueue(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceQueue';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceQueue';if(n==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplaceQueue';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace/queue","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantSecureivrsessions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantSecureivrsessions';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantSecureivrsessions';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions","POST",{conversationId:e,participantId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationParticipantTransfer(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantTransfer';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantTransfer';if(n==null)throw'Missing the required parameter "body" when calling postConversationParticipantTransfer';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/transfer","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationSuggestionEngagement(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationSuggestionEngagement';if(i==null||i==="")throw'Missing the required parameter "suggestionId" when calling postConversationSuggestionEngagement';if(n==null)throw'Missing the required parameter "body" when calling postConversationSuggestionEngagement';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/suggestions/{suggestionId}/engagement","POST",{conversationId:e,suggestionId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationSuggestionsFeedback(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationSuggestionsFeedback';if(i==null)throw'Missing the required parameter "body" when calling postConversationSuggestionsFeedback';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/suggestions/feedback","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationSummaryFeedback(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationSummaryFeedback';if(i==null||i==="")throw'Missing the required parameter "summaryId" when calling postConversationSummaryFeedback';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback","POST",{conversationId:e,summaryId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCall(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCall';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCall';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCallParticipantBarge(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantBarge';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantBarge';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/barge","POST",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCallParticipantCoach(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantCoach';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantCoach';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/coach","POST",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCallParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsCallParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsult(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsult';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsult';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsult';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsultAgent(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultAgent';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultAgent';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsultAgent';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/agent","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsultContactExternal(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultContactExternal';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultContactExternal';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsultContactExternal';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/contact/external","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsultExternal(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultExternal';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultExternal';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsultExternal';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/external","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsultQueue(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultQueue';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultQueue';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsultQueue';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/queue","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantMonitor(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantMonitor';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantMonitor';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/monitor","POST",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCallParticipantReplace(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantReplace';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantReplace';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantSnippetRecord(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantSnippetRecord';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantSnippetRecord';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantSnippetRecord';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/snippet/record","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantVoiceConsult(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantVoiceConsult';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantVoiceConsult';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantVoiceConsult';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/voice/consult","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipants(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipants';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipants';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCallParticipantsUserUserId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantsUserUserId';if(i==null||i==="")throw'Missing the required parameter "userId" when calling postConversationsCallParticipantsUserUserId';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantsUserUserId';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/user/{userId}","POST",{conversationId:e,userId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallbackParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallbackParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallbackParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsCallbackParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallbackParticipantReplace(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallbackParticipantReplace';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCallbackParticipantReplace';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallbackParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallbacks(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCallbacks';return this.apiClient.callApi("/api/v2/conversations/callbacks","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCallbacksBulkDisconnect(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCallbacksBulkDisconnect';return this.apiClient.callApi("/api/v2/conversations/callbacks/bulk/disconnect","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCallbacksBulkUpdate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCallbacksBulkUpdate';return this.apiClient.callApi("/api/v2/conversations/callbacks/bulk/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCalls(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCalls';return this.apiClient.callApi("/api/v2/conversations/calls","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCallsUserUserId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postConversationsCallsUserUserId';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallsUserUserId';return this.apiClient.callApi("/api/v2/conversations/calls/user/{userId}","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsChatCommunicationMessages(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsChatCommunicationMessages';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsChatCommunicationMessages';if(n==null)throw'Missing the required parameter "body" when calling postConversationsChatCommunicationMessages';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/communications/{communicationId}/messages","POST",{conversationId:e,communicationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsChatCommunicationTyping(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsChatCommunicationTyping';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsChatCommunicationTyping';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/communications/{communicationId}/typing","POST",{conversationId:e,communicationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsChatParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsChatParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsChatParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsChatParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsChatParticipantReplace(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsChatParticipantReplace';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsChatParticipantReplace';if(n==null)throw'Missing the required parameter "body" when calling postConversationsChatParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsChats(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsChats';return this.apiClient.callApi("/api/v2/conversations/chats","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCobrowsesessionParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCobrowsesessionParticipantReplace(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantReplace';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCustomattributesSchemas(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCustomattributesSchemas';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCustomattributesSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCustomattributesSearch';return this.apiClient.callApi("/api/v2/conversations/customattributes/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsEmailInboundmessages(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailInboundmessages';if(i==null)throw'Missing the required parameter "body" when calling postConversationsEmailInboundmessages';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/inboundmessages","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsEmailMessages(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailMessages';if(i==null)throw'Missing the required parameter "body" when calling postConversationsEmailMessages';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsEmailMessagesDraftAttachmentsCopy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailMessagesDraftAttachmentsCopy';if(i==null)throw'Missing the required parameter "body" when calling postConversationsEmailMessagesDraftAttachmentsCopy';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft/attachments/copy","POST",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsEmailParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsEmailParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsEmailParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsEmailParticipantReplace(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailParticipantReplace';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsEmailParticipantReplace';if(n==null)throw'Missing the required parameter "body" when calling postConversationsEmailParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsEmailReconnect(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailReconnect';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/reconnect","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsEmails(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsEmails';return this.apiClient.callApi("/api/v2/conversations/emails","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsEmailsAgentless(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsEmailsAgentless';return this.apiClient.callApi("/api/v2/conversations/emails/agentless","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsFaxes(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsFaxes';return this.apiClient.callApi("/api/v2/conversations/faxes","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsKeyconfigurations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsKeyconfigurations';return this.apiClient.callApi("/api/v2/conversations/keyconfigurations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsKeyconfigurationsValidate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsKeyconfigurationsValidate';return this.apiClient.callApi("/api/v2/conversations/keyconfigurations/validate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessageCommunicationMessages(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessages';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessages';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageCommunicationMessages';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages","POST",{conversationId:e,communicationId:i},{useNormalizedMessage:a.useNormalizedMessage},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageCommunicationMessagesMedia(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMedia';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMedia';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media","POST",{conversationId:e,communicationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessageCommunicationMessagesMediaUploads(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageCommunicationMessagesMediaUploads';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/uploads","POST",{conversationId:e,communicationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageCommunicationSocialmediaMessages(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationSocialmediaMessages';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationSocialmediaMessages';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageCommunicationSocialmediaMessages';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/socialmedia/messages","POST",{conversationId:e,communicationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageCommunicationTyping(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationTyping';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationTyping';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageCommunicationTyping';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/typing","POST",{conversationId:e,communicationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageInboundOpenEvent(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenEvent';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageInboundOpenEvent';return this.apiClient.callApi("/api/v2/conversations/messages/{integrationId}/inbound/open/event","POST",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessageInboundOpenMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenMessage';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageInboundOpenMessage';return this.apiClient.callApi("/api/v2/conversations/messages/{integrationId}/inbound/open/message","POST",{integrationId:e},{prefetchConversationId:n.prefetchConversationId},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessageInboundOpenReceipt(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenReceipt';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageInboundOpenReceipt';return this.apiClient.callApi("/api/v2/conversations/messages/{integrationId}/inbound/open/receipt","POST",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessageInboundOpenStructuredResponse(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenStructuredResponse';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageInboundOpenStructuredResponse';return this.apiClient.callApi("/api/v2/conversations/messages/{integrationId}/inbound/open/structured/response","POST",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessageMessagesBulk(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageMessagesBulk';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/messages/bulk","POST",{conversationId:e},{useNormalizedMessage:i.useNormalizedMessage},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessageParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsMessageParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageParticipantMonitor(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantMonitor';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsMessageParticipantMonitor';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/monitor","POST",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessageParticipantReplace(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantReplace';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsMessageParticipantReplace';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessages';return this.apiClient.callApi("/api/v2/conversations/messages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagesAgentless(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagesAgentless';return this.apiClient.callApi("/api/v2/conversations/messages/agentless","POST",{},{useNormalizedMessage:i.useNormalizedMessage},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagesInboundOpen(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagesInboundOpen';return this.apiClient.callApi("/api/v2/conversations/messages/inbound/open","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsApple(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsApple';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsFacebook(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsFacebook';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsInstagram(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsInstagram';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsOpen(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsOpen';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofile(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofile';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokens(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokens';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/tokens","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsTwitter(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsTwitter';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsWhatsapp(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsWhatsapp';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingIntegrationsWhatsappEmbeddedsignup(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsWhatsappEmbeddedsignup';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingSettings';return this.apiClient.callApi("/api/v2/conversations/messaging/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessagingSupportedcontent(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingSupportedcontent';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsParticipantsAttributesSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsParticipantsAttributesSearch';return this.apiClient.callApi("/api/v2/conversations/participants/attributes/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsScreenshareParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsScreenshareParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/screenshares/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsSocialParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsSocialParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsSocialParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsSocialParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsVideoAgentconferenceCommunication(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsVideoAgentconferenceCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsVideoAgentconferenceCommunication';return this.apiClient.callApi("/api/v2/conversations/videos/{conversationId}/agentconference/communications/{communicationId}","POST",{conversationId:e,communicationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsVideoParticipantCommunicationWrapup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsVideoParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling postConversationsVideoParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsVideoParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:i,communicationId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsVideosMeetings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsVideosMeetings';return this.apiClient.callApi("/api/v2/conversations/videos/meetings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationCustomattributes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationCustomattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes","PUT",{conversationId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationCustomattributesBulk(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationCustomattributesBulk';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes/bulk","PUT",{conversationId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationParticipantFlaggedreason(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationParticipantFlaggedreason';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling putConversationParticipantFlaggedreason';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/flaggedreason","PUT",{conversationId:e,participantId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationSecureattributes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationSecureattributes';if(i==null)throw'Missing the required parameter "body" when calling putConversationSecureattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/secureattributes","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationTags(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationTags';if(i==null)throw'Missing the required parameter "body" when calling putConversationTags';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/tags","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsCallParticipantCommunicationUuidata(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsCallParticipantCommunicationUuidata';if(i==null||i==="")throw'Missing the required parameter "participantId" when calling putConversationsCallParticipantCommunicationUuidata';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling putConversationsCallParticipantCommunicationUuidata';if(a==null)throw'Missing the required parameter "body" when calling putConversationsCallParticipantCommunicationUuidata';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/uuidata","PUT",{conversationId:e,participantId:i,communicationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}putConversationsCallRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsCallRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsCallRecordingstate';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsCallbackRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsCallbackRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsCallbackRecordingstate';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsChatRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsChatRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsChatRecordingstate';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsCobrowsesessionRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsCobrowsesessionRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsCobrowsesessionRecordingstate';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsCustomattributesSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putConversationsCustomattributesSchema';if(i==null)throw'Missing the required parameter "body" when calling putConversationsCustomattributesSchema';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsEmailMessagesDraft(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsEmailMessagesDraft';if(i==null)throw'Missing the required parameter "body" when calling putConversationsEmailMessagesDraft';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsEmailRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsEmailRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsEmailRecordingstate';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsKeyconfiguration(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "keyconfigurationsId" when calling putConversationsKeyconfiguration';if(i==null)throw'Missing the required parameter "body" when calling putConversationsKeyconfiguration';return this.apiClient.callApi("/api/v2/conversations/keyconfigurations/{keyconfigurationsId}","PUT",{keyconfigurationsId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessageRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsMessageRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsMessageRecordingstate';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}","PUT",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/facebook/{integrationId}","PUT",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/instagram/{integrationId}","PUT",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/open/{integrationId}","PUT",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/twitter/{integrationId}","PUT",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId';if(i==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/whatsapp/{integrationId}","PUT",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingSettingsDefault(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putConversationsMessagingSettingsDefault';return this.apiClient.callApi("/api/v2/conversations/messaging/settings/default","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingSupportedcontentDefault(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putConversationsMessagingSupportedcontentDefault';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/default","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingThreadingtimeline(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putConversationsMessagingThreadingtimeline';return this.apiClient.callApi("/api/v2/conversations/messaging/threadingtimeline","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsScreenshareRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsScreenshareRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsScreenshareRecordingstate';return this.apiClient.callApi("/api/v2/conversations/screenshares/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsSocialRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsSocialRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsSocialRecordingstate';return this.apiClient.callApi("/api/v2/conversations/socials/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsVideoRecordingstate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsVideoRecordingstate';if(i==null)throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';return this.apiClient.callApi("/api/v2/conversations/videos/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},YA=class{constructor(e){this.apiClient=e||q.instance}getDataextensionsCoretype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coretypeName" when calling getDataextensionsCoretype';return this.apiClient.callApi("/api/v2/dataextensions/coretypes/{coretypeName}","GET",{coretypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getDataextensionsCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/dataextensions/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getDataextensionsLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/dataextensions/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},XA=class{constructor(e){this.apiClient=e||q.instance}deleteDataprivacyMaskingrule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling deleteDataprivacyMaskingrule';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules/{ruleId}","DELETE",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getDataprivacyMaskingrule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getDataprivacyMaskingrule';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules/{ruleId}","GET",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getDataprivacyMaskingrules(e){return e=e||{},this.apiClient.callApi("/api/v2/dataprivacy/maskingrules","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchDataprivacyMaskingrule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling patchDataprivacyMaskingrule';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules/{ruleId}","PATCH",{ruleId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postDataprivacyMaskingrules(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postDataprivacyMaskingrules';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postDataprivacyMaskingrulesValidate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postDataprivacyMaskingrulesValidate';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules/validate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},eb=class{constructor(e){this.apiClient=e||q.instance}getDownload(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "downloadId" when calling getDownload';return this.apiClient.callApi("/api/v2/downloads/{downloadId}","GET",{downloadId:e},{contentDisposition:i.contentDisposition,issueRedirect:i.issueRedirect,redirectToAuth:i.redirectToAuth},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ib=class{constructor(e){this.apiClient=e||q.instance}deleteEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getEmailsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmailsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},nb=class{constructor(e){this.apiClient=e||q.instance}deleteEmployeeengagementCelebration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "celebrationId" when calling deleteEmployeeengagementCelebration';return this.apiClient.callApi("/api/v2/employeeengagement/celebrations/{celebrationId}","DELETE",{celebrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getEmployeeengagementCelebrations(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeengagement/celebrations","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getEmployeeengagementRecognition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "recognitionId" when calling getEmployeeengagementRecognition';return this.apiClient.callApi("/api/v2/employeeengagement/recognitions/{recognitionId}","GET",{recognitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getEmployeeengagementRecognitions(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeengagement/recognitions","GET",{},{direction:e.direction,recipient:e.recipient,dateStart:e.dateStart,dateEnd:e.dateEnd,pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmployeeengagementCelebration(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "celebrationId" when calling patchEmployeeengagementCelebration';if(i==null)throw'Missing the required parameter "body" when calling patchEmployeeengagementCelebration';return this.apiClient.callApi("/api/v2/employeeengagement/celebrations/{celebrationId}","PATCH",{celebrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postEmployeeengagementRecognitions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postEmployeeengagementRecognitions';return this.apiClient.callApi("/api/v2/employeeengagement/recognitions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},tb=class{constructor(e){this.apiClient=e||q.instance}postEventsConversations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postEventsConversations';return this.apiClient.callApi("/api/v2/events/conversations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postEventsRoutingCustomkpiattributions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postEventsRoutingCustomkpiattributions';return this.apiClient.callApi("/api/v2/events/routing/customkpiattributions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postEventsUsersPresence(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postEventsUsersPresence';return this.apiClient.callApi("/api/v2/events/users/presence","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postEventsUsersRoutingstatus(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';return this.apiClient.callApi("/api/v2/events/users/routingstatus","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ab=class{constructor(e){this.apiClient=e||q.instance}deleteExternalcontactsContact(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling deleteExternalcontactsContact';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}","DELETE",{contactId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsContactNote(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling deleteExternalcontactsContactNote';if(i==null||i==="")throw'Missing the required parameter "noteId" when calling deleteExternalcontactsContactNote';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes/{noteId}","DELETE",{contactId:e,noteId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsContactsSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteExternalcontactsContactsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsExternalsource(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalSourceId" when calling deleteExternalcontactsExternalsource';return this.apiClient.callApi("/api/v2/externalcontacts/externalsources/{externalSourceId}","DELETE",{externalSourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsImportCsvSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling deleteExternalcontactsImportCsvSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings/{settingsId}","DELETE",{settingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsImportSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling deleteExternalcontactsImportSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/settings/{settingsId}","DELETE",{settingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsOrganization(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling deleteExternalcontactsOrganization';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}","DELETE",{externalOrganizationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsOrganizationNote(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling deleteExternalcontactsOrganizationNote';if(i==null||i==="")throw'Missing the required parameter "noteId" when calling deleteExternalcontactsOrganizationNote';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}","DELETE",{externalOrganizationId:e,noteId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsOrganizationTrustor(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling deleteExternalcontactsOrganizationTrustor';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/trustor","DELETE",{externalOrganizationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsRelationship(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "relationshipId" when calling deleteExternalcontactsRelationship';return this.apiClient.callApi("/api/v2/externalcontacts/relationships/{relationshipId}","DELETE",{relationshipId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContact(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContact';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}","GET",{contactId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactIdentifiers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactIdentifiers';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/identifiers","GET",{contactId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactJourneySegments(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactJourneySegments';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/segments","GET",{contactId:e},{includeMerged:i.includeMerged,limit:i.limit},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactJourneySessions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactJourneySessions';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/sessions","GET",{contactId:e},{pageSize:i.pageSize,after:i.after,includeMerged:i.includeMerged},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactNote(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactNote';if(i==null||i==="")throw'Missing the required parameter "noteId" when calling getExternalcontactsContactNote';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes/{noteId}","GET",{contactId:e,noteId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactNotes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactNotes';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes","GET",{contactId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactUnresolved(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactUnresolved';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/unresolved","GET",{contactId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContacts(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,q:e.q,sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsContactsExport(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "exportId" when calling getExternalcontactsContactsExport';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/exports/{exportId}","GET",{exportId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactsExports(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts/exports","GET",{},{divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi"),after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsContactsSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsContactsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactsSchemaVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsContactsSchemaVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getExternalcontactsContactsSchemaVersion';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactsSchemaVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsContactsSchemaVersions';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactsSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsContactsSchemasCoretype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getExternalcontactsContactsSchemasCoretype';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactsSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsContactsSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsExternalsource(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalSourceId" when calling getExternalcontactsExternalsource';return this.apiClient.callApi("/api/v2/externalcontacts/externalsources/{externalSourceId}","GET",{externalSourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsExternalsources(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/externalsources","GET",{},{cursor:e.cursor,limit:e.limit,name:e.name,active:e.active},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsImportCsvSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling getExternalcontactsImportCsvSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings/{settingsId}","GET",{settingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsImportCsvSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings","GET",{},{after:e.after,pageSize:e.pageSize,externalSettingsId:e.externalSettingsId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsImportCsvUploadDetails(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "uploadId" when calling getExternalcontactsImportCsvUploadDetails';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/uploads/{uploadId}/details","GET",{uploadId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsImportCsvUploadPreview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "uploadId" when calling getExternalcontactsImportCsvUploadPreview';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/uploads/{uploadId}/preview","GET",{uploadId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsImportJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getExternalcontactsImportJob';return this.apiClient.callApi("/api/v2/externalcontacts/import/jobs/{jobId}","GET",{jobId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsImportJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/import/jobs","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi"),after:e.after,pageSize:e.pageSize,sortOrder:e.sortOrder,jobStatus:e.jobStatus},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsImportSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling getExternalcontactsImportSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/settings/{settingsId}","GET",{settingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsImportSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/import/settings","GET",{},{after:e.after,pageSize:e.pageSize,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsOrganization(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganization';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}","GET",{externalOrganizationId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),includeTrustors:i.includeTrustors},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationContacts(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationContacts';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/contacts","GET",{externalOrganizationId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,q:i.q,sortOrder:i.sortOrder,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationIdentifiers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationIdentifiers';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/identifiers","GET",{externalOrganizationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationNote(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationNote';if(i==null||i==="")throw'Missing the required parameter "noteId" when calling getExternalcontactsOrganizationNote';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}","GET",{externalOrganizationId:e,noteId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationNotes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationNotes';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes","GET",{externalOrganizationId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationRelationships(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationRelationships';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships","GET",{externalOrganizationId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizations(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/organizations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,q:e.q,trustorId:this.apiClient.buildCollectionParam(e.trustorId,"multi"),sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),includeTrustors:e.includeTrustors,divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsOrganizationsSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsOrganizationsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationsSchemaVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsOrganizationsSchemaVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getExternalcontactsOrganizationsSchemaVersion';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationsSchemaVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsOrganizationsSchemaVersions';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationsSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsOrganizationsSchemasCoretype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getExternalcontactsOrganizationsSchemasCoretype';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationsSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsOrganizationsSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsRelationship(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "relationshipId" when calling getExternalcontactsRelationship';return this.apiClient.callApi("/api/v2/externalcontacts/relationships/{relationshipId}","GET",{relationshipId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsReversewhitepageslookup(e,i){if(i=i||{},e==null)throw'Missing the required parameter "lookupVal" when calling getExternalcontactsReversewhitepageslookup';return this.apiClient.callApi("/api/v2/externalcontacts/reversewhitepageslookup","GET",{},{lookupVal:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),divisionId:i.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsScanContacts(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/contacts","GET",{},{limit:e.limit,cursor:e.cursor,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanContactsDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/contacts/divisionviews/all","GET",{},{limit:e.limit,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanNotes(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/notes","GET",{},{limit:e.limit,cursor:e.cursor,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanNotesDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/notes/divisionviews/all","GET",{},{limit:e.limit,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanOrganizations(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/organizations","GET",{},{limit:e.limit,cursor:e.cursor,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanOrganizationsDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/organizations/divisionviews/all","GET",{},{limit:e.limit,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanRelationships(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/relationships","GET",{},{limit:e.limit,cursor:e.cursor,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanRelationshipsDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/relationships/divisionviews/all","GET",{},{limit:e.limit,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchExternalcontactsContact(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling patchExternalcontactsContact';if(i==null)throw'Missing the required parameter "body" when calling patchExternalcontactsContact';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}","PATCH",{contactId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchExternalcontactsContactIdentifiers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling patchExternalcontactsContactIdentifiers';if(i==null)throw'Missing the required parameter "body" when calling patchExternalcontactsContactIdentifiers';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/identifiers","PATCH",{contactId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchExternalcontactsOrganizationIdentifiers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling patchExternalcontactsOrganizationIdentifiers';if(i==null)throw'Missing the required parameter "body" when calling patchExternalcontactsOrganizationIdentifiers';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/identifiers","PATCH",{externalOrganizationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkContacts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContacts';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkContactsAdd(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsAdd';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkContactsDivisionviews(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsDivisionviews';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/divisionviews","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkContactsEnrich(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsEnrich';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/enrich","POST",{},{dryRun:i.dryRun},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkContactsRemove(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsRemove';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkContactsUnresolved(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsUnresolved';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/unresolved","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkContactsUpdate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsUpdate';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkNotes(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkNotes';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/notes","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkNotesAdd(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkNotesAdd';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/notes/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkNotesRemove(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkNotesRemove';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/notes/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkNotesUpdate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkNotesUpdate';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/notes/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkOrganizations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizations';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkOrganizationsAdd(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsAdd';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkOrganizationsDivisionviews(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsDivisionviews';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/divisionviews","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkOrganizationsEnrich(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsEnrich';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/enrich","POST",{},{dryRun:i.dryRun},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkOrganizationsRemove(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsRemove';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkOrganizationsUpdate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsUpdate';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkRelationships(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkRelationships';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/relationships","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkRelationshipsAdd(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkRelationshipsAdd';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/relationships/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkRelationshipsRemove(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkRelationshipsRemove';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/relationships/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkRelationshipsUpdate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkRelationshipsUpdate';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/relationships/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContactJourneySegments(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling postExternalcontactsContactJourneySegments';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/segments","POST",{contactId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContactNotes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling postExternalcontactsContactNotes';if(i==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactNotes';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes","POST",{contactId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContactPromotion(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling postExternalcontactsContactPromotion';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/promotion","POST",{contactId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContacts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContacts';return this.apiClient.callApi("/api/v2/externalcontacts/contacts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContactsEnrich(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactsEnrich';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/enrich","POST",{},{dryRun:i.dryRun},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContactsExports(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactsExports';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/exports","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContactsMerge(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactsMerge';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/merge","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContactsSchemas(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactsSchemas';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsExternalsources(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsExternalsources';return this.apiClient.callApi("/api/v2/externalcontacts/externalsources","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsIdentifierlookup(e,i){if(i=i||{},e==null)throw'Missing the required parameter "identifier" when calling postExternalcontactsIdentifierlookup';return this.apiClient.callApi("/api/v2/externalcontacts/identifierlookup","POST",{},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsIdentifierlookupContacts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "identifier" when calling postExternalcontactsIdentifierlookupContacts';return this.apiClient.callApi("/api/v2/externalcontacts/identifierlookup/contacts","POST",{},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsIdentifierlookupOrganizations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "identifier" when calling postExternalcontactsIdentifierlookupOrganizations';return this.apiClient.callApi("/api/v2/externalcontacts/identifierlookup/organizations","POST",{},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsImportCsvJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportCsvJobs';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsImportCsvSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportCsvSettings';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsImportCsvUploads(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportCsvUploads';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsImportJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportJobs';return this.apiClient.callApi("/api/v2/externalcontacts/import/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsImportSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportSettings';return this.apiClient.callApi("/api/v2/externalcontacts/import/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsMergeContacts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsMergeContacts';return this.apiClient.callApi("/api/v2/externalcontacts/merge/contacts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsOrganizationNotes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling postExternalcontactsOrganizationNotes';if(i==null)throw'Missing the required parameter "body" when calling postExternalcontactsOrganizationNotes';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes","POST",{externalOrganizationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsOrganizations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsOrganizations';return this.apiClient.callApi("/api/v2/externalcontacts/organizations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsOrganizationsEnrich(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsOrganizationsEnrich';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/enrich","POST",{},{dryRun:i.dryRun},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsOrganizationsSchemas(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsOrganizationsSchemas';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsRelationships(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsRelationships';return this.apiClient.callApi("/api/v2/externalcontacts/relationships","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsContact(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling putExternalcontactsContact';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsContact';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}","PUT",{contactId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsContactNote(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling putExternalcontactsContactNote';if(i==null||i==="")throw'Missing the required parameter "noteId" when calling putExternalcontactsContactNote';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsContactNote';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes/{noteId}","PUT",{contactId:e,noteId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putExternalcontactsContactsSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putExternalcontactsContactsSchema';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsContactsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsConversation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putExternalcontactsConversation';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsConversation';return this.apiClient.callApi("/api/v2/externalcontacts/conversations/{conversationId}","PUT",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsExternalsource(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalSourceId" when calling putExternalcontactsExternalsource';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsExternalsource';return this.apiClient.callApi("/api/v2/externalcontacts/externalsources/{externalSourceId}","PUT",{externalSourceId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsImportCsvSetting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling putExternalcontactsImportCsvSetting';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsImportCsvSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings/{settingsId}","PUT",{settingsId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsImportJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling putExternalcontactsImportJob';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsImportJob';return this.apiClient.callApi("/api/v2/externalcontacts/import/jobs/{jobId}","PUT",{jobId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsImportSetting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling putExternalcontactsImportSetting';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsImportSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/settings/{settingsId}","PUT",{settingsId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsOrganization(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling putExternalcontactsOrganization';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsOrganization';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}","PUT",{externalOrganizationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsOrganizationNote(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling putExternalcontactsOrganizationNote';if(i==null||i==="")throw'Missing the required parameter "noteId" when calling putExternalcontactsOrganizationNote';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsOrganizationNote';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}","PUT",{externalOrganizationId:e,noteId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putExternalcontactsOrganizationTrustorTrustorId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling putExternalcontactsOrganizationTrustorTrustorId';if(i==null||i==="")throw'Missing the required parameter "trustorId" when calling putExternalcontactsOrganizationTrustorTrustorId';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/trustor/{trustorId}","PUT",{externalOrganizationId:e,trustorId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsOrganizationsSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putExternalcontactsOrganizationsSchema';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsOrganizationsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsRelationship(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "relationshipId" when calling putExternalcontactsRelationship';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';return this.apiClient.callApi("/api/v2/externalcontacts/relationships/{relationshipId}","PUT",{relationshipId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},rb=class{constructor(e){this.apiClient=e||q.instance}deleteFaxDocument(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling deleteFaxDocument';return this.apiClient.callApi("/api/v2/fax/documents/{documentId}","DELETE",{documentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFaxDocument(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling getFaxDocument';return this.apiClient.callApi("/api/v2/fax/documents/{documentId}","GET",{documentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFaxDocumentContent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling getFaxDocumentContent';return this.apiClient.callApi("/api/v2/fax/documents/{documentId}/content","GET",{documentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFaxDocuments(e){return e=e||{},this.apiClient.callApi("/api/v2/fax/documents","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFaxSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/fax/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFaxSummary(e){return e=e||{},this.apiClient.callApi("/api/v2/fax/summary","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putFaxDocument(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling putFaxDocument';if(i==null)throw'Missing the required parameter "body" when calling putFaxDocument';return this.apiClient.callApi("/api/v2/fax/documents/{documentId}","PUT",{documentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putFaxSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/fax/settings","PUT",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},sb=class{constructor(e){this.apiClient=e||q.instance}deleteAnalyticsFlowsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsFlowsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsFlowsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowsActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/flows/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsFlowsObservationsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/flows/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ob=class{constructor(e){this.apiClient=e||q.instance}deleteEmployeeperformanceExternalmetricsDefinition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "metricId" when calling deleteEmployeeperformanceExternalmetricsDefinition';return this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions/{metricId}","DELETE",{metricId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteGamificationContest(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling deleteGamificationContest';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}","DELETE",{contestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getEmployeeperformanceExternalmetricsDefinition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "metricId" when calling getEmployeeperformanceExternalmetricsDefinition';return this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions/{metricId}","GET",{metricId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getEmployeeperformanceExternalmetricsDefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationContest(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContest';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}","GET",{contestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationContestAgentsScores(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestAgentsScores';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/agents/scores","GET",{contestId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,workday:i.workday,returnsView:i.returnsView},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationContestAgentsScoresMe(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestAgentsScoresMe';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/agents/scores/me","GET",{contestId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,workday:i.workday,returnsView:i.returnsView},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationContestAgentsScoresTrends(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestAgentsScoresTrends';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/agents/scores/trends","GET",{contestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationContestAgentsScoresTrendsMe(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestAgentsScoresTrendsMe';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/agents/scores/trends/me","GET",{contestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationContestPrizeimage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestPrizeimage';if(i==null||i==="")throw'Missing the required parameter "prizeImageId" when calling getGamificationContestPrizeimage';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/prizeimages/{prizeImageId}","GET",{contestId:e,prizeImageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationContests(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/contests","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,dateStart:e.dateStart,dateEnd:e.dateEnd,status:this.apiClient.buildCollectionParam(e.status,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationContestsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/contests/me","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,dateStart:e.dateStart,dateEnd:e.dateEnd,status:this.apiClient.buildCollectionParam(e.status,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder,view:e.view},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationInsights(e,i,n,a,r,s){if(s=s||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsights';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsights';if(n==null)throw'Missing the required parameter "granularity" when calling getGamificationInsights';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsights';if(r==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsights';return this.apiClient.callApi("/api/v2/gamification/insights","GET",{},{filterType:e,filterId:i,granularity:n,comparativePeriodStartWorkday:a,primaryPeriodStartWorkday:r,pageSize:s.pageSize,pageNumber:s.pageNumber,sortKey:s.sortKey,sortMetricId:s.sortMetricId,sortOrder:s.sortOrder,userIds:s.userIds,reportsTo:s.reportsTo},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getGamificationInsightsDetails(e,i,n,a,r,s){if(s=s||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsDetails';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsDetails';if(n==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsDetails';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsDetails';if(r==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsDetails';return this.apiClient.callApi("/api/v2/gamification/insights/details","GET",{},{filterType:e,filterId:i,granularity:n,comparativePeriodStartWorkday:a,primaryPeriodStartWorkday:r},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getGamificationInsightsGroupsTrends(e,i,n,a,r,s,o,l){if(l=l||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsGroupsTrends';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsGroupsTrends';if(n==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsGroupsTrends';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsGroupsTrends';if(r==null)throw'Missing the required parameter "comparativePeriodEndWorkday" when calling getGamificationInsightsGroupsTrends';if(s==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsGroupsTrends';if(o==null)throw'Missing the required parameter "primaryPeriodEndWorkday" when calling getGamificationInsightsGroupsTrends';return this.apiClient.callApi("/api/v2/gamification/insights/groups/trends","GET",{},{filterType:e,filterId:i,granularity:n,comparativePeriodStartWorkday:a,comparativePeriodEndWorkday:r,primaryPeriodStartWorkday:s,primaryPeriodEndWorkday:o},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],l.customHeaders)}getGamificationInsightsGroupsTrendsAll(e,i,n,a,r,s,o,l){if(l=l||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsGroupsTrendsAll';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsGroupsTrendsAll';if(n==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsGroupsTrendsAll';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsGroupsTrendsAll';if(r==null)throw'Missing the required parameter "comparativePeriodEndWorkday" when calling getGamificationInsightsGroupsTrendsAll';if(s==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsGroupsTrendsAll';if(o==null)throw'Missing the required parameter "primaryPeriodEndWorkday" when calling getGamificationInsightsGroupsTrendsAll';return this.apiClient.callApi("/api/v2/gamification/insights/groups/trends/all","GET",{},{filterType:e,filterId:i,granularity:n,comparativePeriodStartWorkday:a,comparativePeriodEndWorkday:r,primaryPeriodStartWorkday:s,primaryPeriodEndWorkday:o},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],l.customHeaders)}getGamificationInsightsManagers(e,i,n,a,r){if(r=r||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsManagers';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsManagers';if(n==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsManagers';if(a==null)throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsManagers';return this.apiClient.callApi("/api/v2/gamification/insights/managers","GET",{},{filterType:e,filterId:i,granularity:n,startWorkday:a,pageSize:r.pageSize,pageNumber:r.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationInsightsMembers(e,i,n,a,r){if(r=r||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsMembers';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsMembers';if(n==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsMembers';if(a==null)throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsMembers';return this.apiClient.callApi("/api/v2/gamification/insights/members","GET",{},{filterType:e,filterId:i,granularity:n,startWorkday:a,reportsTo:r.reportsTo},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationInsightsRankings(e,i,n,a,r,s,o){if(o=o||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsRankings';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsRankings';if(n==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsRankings';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsRankings';if(r==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsRankings';if(s==null)throw'Missing the required parameter "sortKey" when calling getGamificationInsightsRankings';return this.apiClient.callApi("/api/v2/gamification/insights/rankings","GET",{},{filterType:e,filterId:i,granularity:n,comparativePeriodStartWorkday:a,primaryPeriodStartWorkday:r,sortKey:s,sortMetricId:o.sortMetricId,sectionSize:o.sectionSize,userIds:o.userIds,reportsTo:o.reportsTo},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],o.customHeaders)}getGamificationInsightsTrends(e,i,n,a,r,s,o,l){if(l=l||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsTrends';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsTrends';if(n==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsTrends';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsTrends';if(r==null)throw'Missing the required parameter "comparativePeriodEndWorkday" when calling getGamificationInsightsTrends';if(s==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsTrends';if(o==null)throw'Missing the required parameter "primaryPeriodEndWorkday" when calling getGamificationInsightsTrends';return this.apiClient.callApi("/api/v2/gamification/insights/trends","GET",{},{filterType:e,filterId:i,granularity:n,comparativePeriodStartWorkday:a,comparativePeriodEndWorkday:r,primaryPeriodStartWorkday:s,primaryPeriodEndWorkday:o},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],l.customHeaders)}getGamificationInsightsUserDetails(e,i,n,a,r,s,o){if(o=o||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationInsightsUserDetails';if(i==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsUserDetails';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsUserDetails';if(a==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsUserDetails';if(r==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsUserDetails';if(s==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsUserDetails';return this.apiClient.callApi("/api/v2/gamification/insights/users/{userId}/details","GET",{userId:e},{filterType:i,filterId:n,granularity:a,comparativePeriodStartWorkday:r,primaryPeriodStartWorkday:s},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],o.customHeaders)}getGamificationInsightsUserTrends(e,i,n,a,r,s,o,l,u){if(u=u||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationInsightsUserTrends';if(i==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsUserTrends';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsUserTrends';if(a==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsUserTrends';if(r==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsUserTrends';if(s==null)throw'Missing the required parameter "comparativePeriodEndWorkday" when calling getGamificationInsightsUserTrends';if(o==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsUserTrends';if(l==null)throw'Missing the required parameter "primaryPeriodEndWorkday" when calling getGamificationInsightsUserTrends';return this.apiClient.callApi("/api/v2/gamification/insights/users/{userId}/trends","GET",{userId:e},{filterType:i,filterId:n,granularity:a,comparativePeriodStartWorkday:r,comparativePeriodEndWorkday:s,primaryPeriodStartWorkday:o,primaryPeriodEndWorkday:l},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],u.customHeaders)}getGamificationLeaderboard(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "startWorkday" when calling getGamificationLeaderboard';if(i==null)throw'Missing the required parameter "endWorkday" when calling getGamificationLeaderboard';return this.apiClient.callApi("/api/v2/gamification/leaderboard","GET",{},{startWorkday:e,endWorkday:i,metricId:n.metricId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationLeaderboardAll(e,i,n,a,r){if(r=r||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationLeaderboardAll';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationLeaderboardAll';if(n==null)throw'Missing the required parameter "startWorkday" when calling getGamificationLeaderboardAll';if(a==null)throw'Missing the required parameter "endWorkday" when calling getGamificationLeaderboardAll';return this.apiClient.callApi("/api/v2/gamification/leaderboard/all","GET",{},{filterType:e,filterId:i,startWorkday:n,endWorkday:a,metricId:r.metricId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationLeaderboardAllBestpoints(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationLeaderboardAllBestpoints';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationLeaderboardAllBestpoints';return this.apiClient.callApi("/api/v2/gamification/leaderboard/all/bestpoints","GET",{},{filterType:e,filterId:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationLeaderboardBestpoints(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/leaderboard/bestpoints","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationMetricdefinition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "metricDefinitionId" when calling getGamificationMetricdefinition';return this.apiClient.callApi("/api/v2/gamification/metricdefinitions/{metricDefinitionId}","GET",{metricDefinitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationMetricdefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/metricdefinitions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationProfile(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfile';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}","GET",{profileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationProfileMembers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfileMembers';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/members","GET",{profileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationProfileMetric(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfileMetric';if(i==null||i==="")throw'Missing the required parameter "metricId" when calling getGamificationProfileMetric';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics/{metricId}","GET",{profileId:e,metricId:i},{workday:n.workday},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationProfileMetrics(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfileMetrics';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics","GET",{profileId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),workday:i.workday,metricIds:i.metricIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationProfileMetricsObjectivedetails(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfileMetricsObjectivedetails';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics/objectivedetails","GET",{profileId:e},{workday:i.workday},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationProfiles(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/profiles","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationProfilesUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationProfilesUser';return this.apiClient.callApi("/api/v2/gamification/profiles/users/{userId}","GET",{userId:e},{workday:i.workday},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationProfilesUsersMe(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/profiles/users/me","GET",{},{workday:e.workday},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationScorecards(e,i){if(i=i||{},e==null)throw'Missing the required parameter "workday" when calling getGamificationScorecards';return this.apiClient.callApi("/api/v2/gamification/scorecards","GET",{},{workday:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsAttendance(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsAttendance';if(i==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsAttendance';return this.apiClient.callApi("/api/v2/gamification/scorecards/attendance","GET",{},{startWorkday:e,endWorkday:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsBestpoints(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/scorecards/bestpoints","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationScorecardsPointsAlltime(e,i){if(i=i||{},e==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsPointsAlltime';return this.apiClient.callApi("/api/v2/gamification/scorecards/points/alltime","GET",{},{endWorkday:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsPointsAverage(e,i){if(i=i||{},e==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsPointsAverage';return this.apiClient.callApi("/api/v2/gamification/scorecards/points/average","GET",{},{workday:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsPointsTrends(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsPointsTrends';if(i==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsPointsTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/points/trends","GET",{},{startWorkday:e,endWorkday:i,dayOfWeek:n.dayOfWeek},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsProfileMetricUserValuesTrends(e,i,n,a,r,s){if(s=s||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationScorecardsProfileMetricUserValuesTrends';if(i==null||i==="")throw'Missing the required parameter "metricId" when calling getGamificationScorecardsProfileMetricUserValuesTrends';if(n==null||n==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsProfileMetricUserValuesTrends';if(a==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsProfileMetricUserValuesTrends';if(r==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsProfileMetricUserValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/{userId}/values/trends","GET",{profileId:e,metricId:i,userId:n},{startWorkday:a,endWorkday:r,referenceWorkday:s.referenceWorkday,timeZone:s.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getGamificationScorecardsProfileMetricUsersValuesTrends(e,i,n,a,r,s){if(s=s||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';if(i==null||i==="")throw'Missing the required parameter "metricId" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';if(n==null)throw'Missing the required parameter "filterType" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';if(a==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';if(r==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/values/trends","GET",{profileId:e,metricId:i},{filterType:n,filterId:s.filterId,startWorkday:a,endWorkday:r,referenceWorkday:s.referenceWorkday,timeZone:s.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getGamificationScorecardsProfileMetricValuesTrends(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationScorecardsProfileMetricValuesTrends';if(i==null||i==="")throw'Missing the required parameter "metricId" when calling getGamificationScorecardsProfileMetricValuesTrends';if(n==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsProfileMetricValuesTrends';if(a==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsProfileMetricValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/values/trends","GET",{profileId:e,metricId:i},{filterType:r.filterType,startWorkday:n,endWorkday:a,referenceWorkday:r.referenceWorkday,timeZone:r.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationScorecardsUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUser';if(i==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsUser';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}","GET",{userId:e},{workday:i,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsUserAttendance(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserAttendance';if(i==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsUserAttendance';if(n==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUserAttendance';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/attendance","GET",{userId:e},{startWorkday:i,endWorkday:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUserBestpoints(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserBestpoints';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/bestpoints","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsUserPointsAlltime(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserPointsAlltime';if(i==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUserPointsAlltime';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/points/alltime","GET",{userId:e},{endWorkday:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsUserPointsTrends(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserPointsTrends';if(i==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsUserPointsTrends';if(n==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUserPointsTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/points/trends","GET",{userId:e},{startWorkday:i,endWorkday:n,dayOfWeek:a.dayOfWeek},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUserValuesTrends(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserValuesTrends';if(i==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsUserValuesTrends';if(n==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUserValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/values/trends","GET",{userId:e},{startWorkday:i,endWorkday:n,timeZone:a.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUsersPointsAverage(e,i,n,a){if(a=a||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationScorecardsUsersPointsAverage';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationScorecardsUsersPointsAverage';if(n==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsUsersPointsAverage';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/points/average","GET",{},{filterType:e,filterId:i,workday:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUsersValuesAverage(e,i,n,a){if(a=a||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationScorecardsUsersValuesAverage';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationScorecardsUsersValuesAverage';if(n==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsUsersValuesAverage';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/values/average","GET",{},{filterType:e,filterId:i,workday:n,timeZone:a.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUsersValuesTrends(e,i,n,a,r){if(r=r||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationScorecardsUsersValuesTrends';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationScorecardsUsersValuesTrends';if(n==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsUsersValuesTrends';if(a==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUsersValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/values/trends","GET",{},{filterType:e,filterId:i,startWorkday:n,endWorkday:a,timeZone:r.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationScorecardsValuesAverage(e,i){if(i=i||{},e==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsValuesAverage';return this.apiClient.callApi("/api/v2/gamification/scorecards/values/average","GET",{},{workday:e,timeZone:i.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsValuesTrends(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsValuesTrends';if(i==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/values/trends","GET",{},{filterType:n.filterType,referenceWorkday:n.referenceWorkday,startWorkday:e,endWorkday:i,timeZone:n.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationStatus(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/status","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationTemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "templateId" when calling getGamificationTemplate';return this.apiClient.callApi("/api/v2/gamification/templates/{templateId}","GET",{templateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationTemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/templates","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmployeeperformanceExternalmetricsDefinition(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "metricId" when calling patchEmployeeperformanceExternalmetricsDefinition';if(i==null)throw'Missing the required parameter "body" when calling patchEmployeeperformanceExternalmetricsDefinition';return this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions/{metricId}","PATCH",{metricId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchGamificationContest(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling patchGamificationContest';if(i==null)throw'Missing the required parameter "body" when calling patchGamificationContest';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}","PATCH",{contestId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postEmployeeperformanceExternalmetricsData(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/data","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postEmployeeperformanceExternalmetricsDefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postGamificationContests(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGamificationContests';return this.apiClient.callApi("/api/v2/gamification/contests","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationContestsUploadsPrizeimages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGamificationContestsUploadsPrizeimages';return this.apiClient.callApi("/api/v2/gamification/contests/uploads/prizeimages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationProfileActivate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileActivate';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/activate","POST",{profileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationProfileDeactivate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileDeactivate';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/deactivate","POST",{profileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationProfileMembers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileMembers';if(i==null)throw'Missing the required parameter "body" when calling postGamificationProfileMembers';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/members","POST",{profileId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationProfileMembersValidate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileMembersValidate';if(i==null)throw'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/members/validate","POST",{profileId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationProfileMetricLink(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';if(i==null||i==="")throw'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';if(n==null)throw'Missing the required parameter "body" when calling postGamificationProfileMetricLink';return this.apiClient.callApi("/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link","POST",{sourceProfileId:e,sourceMetricId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postGamificationProfileMetrics(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileMetrics';if(i==null)throw'Missing the required parameter "body" when calling postGamificationProfileMetrics';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics","POST",{profileId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationProfiles(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGamificationProfiles';return this.apiClient.callApi("/api/v2/gamification/profiles","POST",{},{copyMetrics:i.copyMetrics},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationProfilesUserQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postGamificationProfilesUserQuery';if(i==null)throw'Missing the required parameter "body" when calling postGamificationProfilesUserQuery';return this.apiClient.callApi("/api/v2/gamification/profiles/users/{userId}/query","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationProfilesUsersMeQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGamificationProfilesUsersMeQuery';return this.apiClient.callApi("/api/v2/gamification/profiles/users/me/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putGamificationContest(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling putGamificationContest';if(i==null)throw'Missing the required parameter "body" when calling putGamificationContest';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}","PUT",{contestId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putGamificationProfile(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling putGamificationProfile';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}","PUT",{profileId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putGamificationProfileMetric(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling putGamificationProfileMetric';if(i==null||i==="")throw'Missing the required parameter "metricId" when calling putGamificationProfileMetric';if(n==null)throw'Missing the required parameter "body" when calling putGamificationProfileMetric';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics/{metricId}","PUT",{profileId:e,metricId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putGamificationStatus(e,i){if(i=i||{},e==null)throw'Missing the required parameter "status" when calling putGamificationStatus';return this.apiClient.callApi("/api/v2/gamification/status","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},lb=class{constructor(e){this.apiClient=e||q.instance}getGdprRequest(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "requestId" when calling getGdprRequest';return this.apiClient.callApi("/api/v2/gdpr/requests/{requestId}","GET",{requestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGdprRequests(e){return e=e||{},this.apiClient.callApi("/api/v2/gdpr/requests","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGdprSubjects(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "searchType" when calling getGdprSubjects';if(i==null)throw'Missing the required parameter "searchValue" when calling getGdprSubjects';return this.apiClient.callApi("/api/v2/gdpr/subjects","GET",{},{searchType:e,searchValue:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGdprRequests(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGdprRequests';return this.apiClient.callApi("/api/v2/gdpr/requests","POST",{},{deleteConfirmed:i.deleteConfirmed},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ub=class{constructor(e){this.apiClient=e||q.instance}getGeolocationsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/geolocations/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserGeolocation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserGeolocation';if(i==null||i==="")throw'Missing the required parameter "clientId" when calling getUserGeolocation';return this.apiClient.callApi("/api/v2/users/{userId}/geolocations/{clientId}","GET",{userId:e,clientId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchGeolocationsSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchGeolocationsSettings';return this.apiClient.callApi("/api/v2/geolocations/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserGeolocation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserGeolocation';if(i==null||i==="")throw'Missing the required parameter "clientId" when calling patchUserGeolocation';if(n==null)throw'Missing the required parameter "body" when calling patchUserGeolocation';return this.apiClient.callApi("/api/v2/users/{userId}/geolocations/{clientId}","PATCH",{userId:e,clientId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},cb=class{constructor(e){this.apiClient=e||q.instance}deleteGreeting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling deleteGreeting';return this.apiClient.callApi("/api/v2/greetings/{greetingId}","DELETE",{greetingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGreeting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreeting';return this.apiClient.callApi("/api/v2/greetings/{greetingId}","GET",{greetingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGreetingDownloads(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreetingDownloads';return this.apiClient.callApi("/api/v2/greetings/{greetingId}/downloads","GET",{greetingId:e},{formatId:i.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGreetingGroupsDownloads(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreetingGroupsDownloads';return this.apiClient.callApi("/api/v2/greetings/{greetingId}/groups/downloads","GET",{greetingId:e},{formatId:i.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGreetingMedia(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreetingMedia';return this.apiClient.callApi("/api/v2/greetings/{greetingId}/media","GET",{greetingId:e},{formatId:i.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGreetingUsersDownloads(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreetingUsersDownloads';return this.apiClient.callApi("/api/v2/greetings/{greetingId}/users/downloads","GET",{greetingId:e},{formatId:i.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGreetings(e){return e=e||{},this.apiClient.callApi("/api/v2/greetings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGreetingsDefaults(e){return e=e||{},this.apiClient.callApi("/api/v2/greetings/defaults","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGroupGreetings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupGreetings';return this.apiClient.callApi("/api/v2/groups/{groupId}/greetings","GET",{groupId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGroupGreetingsDefaults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupGreetingsDefaults';return this.apiClient.callApi("/api/v2/groups/{groupId}/greetings/defaults","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserGreetings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserGreetings';return this.apiClient.callApi("/api/v2/users/{userId}/greetings","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserGreetingsDefaults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserGreetingsDefaults';return this.apiClient.callApi("/api/v2/users/{userId}/greetings/defaults","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGreetings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGreetings';return this.apiClient.callApi("/api/v2/greetings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGroupGreetings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling postGroupGreetings';if(i==null)throw'Missing the required parameter "body" when calling postGroupGreetings';return this.apiClient.callApi("/api/v2/groups/{groupId}/greetings","POST",{groupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUserGreetings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserGreetings';if(i==null)throw'Missing the required parameter "body" when calling postUserGreetings';return this.apiClient.callApi("/api/v2/users/{userId}/greetings","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putGreeting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling putGreeting';if(i==null)throw'Missing the required parameter "body" when calling putGreeting';return this.apiClient.callApi("/api/v2/greetings/{greetingId}","PUT",{greetingId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putGreetingsDefaults(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putGreetingsDefaults';return this.apiClient.callApi("/api/v2/greetings/defaults","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putGroupGreetingsDefaults(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putGroupGreetingsDefaults';if(i==null)throw'Missing the required parameter "body" when calling putGroupGreetingsDefaults';return this.apiClient.callApi("/api/v2/groups/{groupId}/greetings/defaults","PUT",{groupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserGreetingsDefaults(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserGreetingsDefaults';if(i==null)throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';return this.apiClient.callApi("/api/v2/users/{userId}/greetings/defaults","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},pb=class{constructor(e){this.apiClient=e||q.instance}deleteGroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling deleteGroup';return this.apiClient.callApi("/api/v2/groups/{groupId}","DELETE",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteGroupDynamicsettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling deleteGroupDynamicsettings';return this.apiClient.callApi("/api/v2/groups/{groupId}/dynamicsettings","DELETE",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteGroupMembers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling deleteGroupMembers';if(i==null)throw'Missing the required parameter "ids" when calling deleteGroupMembers';return this.apiClient.callApi("/api/v2/groups/{groupId}/members","DELETE",{groupId:e},{ids:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFieldconfig(e,i){if(i=i||{},e==null)throw'Missing the required parameter "type" when calling getFieldconfig';return this.apiClient.callApi("/api/v2/fieldconfig","GET",{},{type:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroup';return this.apiClient.callApi("/api/v2/groups/{groupId}","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGroupDynamicsettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupDynamicsettings';return this.apiClient.callApi("/api/v2/groups/{groupId}/dynamicsettings","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGroupIndividuals(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupIndividuals';return this.apiClient.callApi("/api/v2/groups/{groupId}/individuals","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGroupMembers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupMembers';return this.apiClient.callApi("/api/v2/groups/{groupId}/members","GET",{groupId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGroupProfile(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupProfile';return this.apiClient.callApi("/api/v2/groups/{groupId}/profile","GET",{groupId:e},{fields:i.fields},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGroups(e){return e=e||{},this.apiClient.callApi("/api/v2/groups","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),jabberId:this.apiClient.buildCollectionParam(e.jabberId,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGroupsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getGroupsSearch';return this.apiClient.callApi("/api/v2/groups/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getProfilesGroups(e){return e=e||{},this.apiClient.callApi("/api/v2/profiles/groups","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),jabberId:this.apiClient.buildCollectionParam(e.jabberId,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postGroupMembers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling postGroupMembers';if(i==null)throw'Missing the required parameter "body" when calling postGroupMembers';return this.apiClient.callApi("/api/v2/groups/{groupId}/members","POST",{groupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGroups(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGroups';return this.apiClient.callApi("/api/v2/groups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGroupsDynamicsettingsPreview(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGroupsDynamicsettingsPreview';return this.apiClient.callApi("/api/v2/groups/dynamicsettings/preview","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGroupsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGroupsSearch';return this.apiClient.callApi("/api/v2/groups/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putGroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putGroup';return this.apiClient.callApi("/api/v2/groups/{groupId}","PUT",{groupId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putGroupDynamicsettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putGroupDynamicsettings';if(i==null)throw'Missing the required parameter "body" when calling putGroupDynamicsettings';return this.apiClient.callApi("/api/v2/groups/{groupId}/dynamicsettings","PUT",{groupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},db=class{constructor(e){this.apiClient=e||q.instance}deleteIdentityprovider(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "providerId" when calling deleteIdentityprovider';return this.apiClient.callApi("/api/v2/identityproviders/{providerId}","DELETE",{providerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteIdentityprovidersAdfs(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/adfs","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersCic(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/cic","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersGeneric(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/generic","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersGsuite(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/gsuite","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersIdentitynow(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/identitynow","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersOkta(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/okta","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersOnelogin(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/onelogin","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersPing(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/ping","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersPurecloud(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/purecloud","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersPureengage(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/pureengage","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersSalesforce(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/salesforce","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovider(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "providerId" when calling getIdentityprovider';return this.apiClient.callApi("/api/v2/identityproviders/{providerId}","GET",{providerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIdentityproviders(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersAdfs(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/adfs","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersCic(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/cic","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersGeneric(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/generic","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersGsuite(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/gsuite","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersIdentitynow(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/identitynow","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersOkta(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/okta","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersOnelogin(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/onelogin","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersPing(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/ping","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersPurecloud(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/purecloud","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersPureengage(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/pureengage","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersSalesforce(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/salesforce","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postIdentityproviders(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postIdentityproviders';return this.apiClient.callApi("/api/v2/identityproviders","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovider(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "providerId" when calling putIdentityprovider';if(i==null)throw'Missing the required parameter "body" when calling putIdentityprovider';return this.apiClient.callApi("/api/v2/identityproviders/{providerId}","PUT",{providerId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersAdfs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersAdfs';return this.apiClient.callApi("/api/v2/identityproviders/adfs","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersCic(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersCic';return this.apiClient.callApi("/api/v2/identityproviders/cic","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersGeneric(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersGeneric';return this.apiClient.callApi("/api/v2/identityproviders/generic","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersGsuite(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersGsuite';return this.apiClient.callApi("/api/v2/identityproviders/gsuite","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersIdentitynow(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersIdentitynow';return this.apiClient.callApi("/api/v2/identityproviders/identitynow","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersOkta(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersOkta';return this.apiClient.callApi("/api/v2/identityproviders/okta","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersOnelogin(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersOnelogin';return this.apiClient.callApi("/api/v2/identityproviders/onelogin","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersPing(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersPing';return this.apiClient.callApi("/api/v2/identityproviders/ping","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersPurecloud(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersPurecloud';return this.apiClient.callApi("/api/v2/identityproviders/purecloud","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersPureengage(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersPureengage';return this.apiClient.callApi("/api/v2/identityproviders/pureengage","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersSalesforce(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';return this.apiClient.callApi("/api/v2/identityproviders/salesforce","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},hb=class{constructor(e){this.apiClient=e||q.instance}getInfrastructureascodeAccelerator(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "acceleratorId" when calling getInfrastructureascodeAccelerator';return this.apiClient.callApi("/api/v2/infrastructureascode/accelerators/{acceleratorId}","GET",{acceleratorId:e},{preferredLanguage:i.preferredLanguage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getInfrastructureascodeAccelerators(e){return e=e||{},this.apiClient.callApi("/api/v2/infrastructureascode/accelerators","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,description:e.description,origin:e.origin,type:e.type,classification:e.classification,tags:e.tags},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getInfrastructureascodeJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getInfrastructureascodeJob';return this.apiClient.callApi("/api/v2/infrastructureascode/jobs/{jobId}","GET",{jobId:e},{details:i.details},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getInfrastructureascodeJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/infrastructureascode/jobs","GET",{},{maxResults:e.maxResults,includeErrors:e.includeErrors,sortBy:e.sortBy,sortOrder:e.sortOrder,acceleratorId:e.acceleratorId,submittedBy:e.submittedBy,status:e.status},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postInfrastructureascodeJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';return this.apiClient.callApi("/api/v2/infrastructureascode/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},gb=class{constructor(e){this.apiClient=e||q.instance}deleteIntegration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteIntegration';return this.apiClient.callApi("/api/v2/integrations/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteIntegrationsAction(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling deleteIntegrationsAction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}","DELETE",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteIntegrationsActionDraft(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling deleteIntegrationsActionDraft';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft","DELETE",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteIntegrationsCredential(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "credentialId" when calling deleteIntegrationsCredential';return this.apiClient.callApi("/api/v2/integrations/credentials/{credentialId}","DELETE",{credentialId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegration';return this.apiClient.callApi("/api/v2/integrations/{integrationId}","GET",{integrationId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),nextPage:i.nextPage,previousPage:i.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationConfigCurrent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationConfigCurrent';return this.apiClient.callApi("/api/v2/integrations/{integrationId}/config/current","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrations(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,ids:this.apiClient.buildCollectionParam(e.ids,"multi"),integrationType:e.integrationType,reportedState:e.reportedState},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsAction(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsAction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}","GET",{actionId:e},{expand:i.expand,flatten:i.flatten,includeConfig:i.includeConfig},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsActionDraft(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraft';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft","GET",{actionId:e},{expand:i.expand,flatten:i.flatten,includeConfig:i.includeConfig},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsActionDraftFunction(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraftFunction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/function","GET",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsActionDraftSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraftSchema';if(i==null||i==="")throw'Missing the required parameter "fileName" when calling getIntegrationsActionDraftSchema';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/schemas/{fileName}","GET",{actionId:e,fileName:i},{flatten:n.flatten},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsActionDraftTemplate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraftTemplate';if(i==null||i==="")throw'Missing the required parameter "fileName" when calling getIntegrationsActionDraftTemplate';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/templates/{fileName}","GET",{actionId:e,fileName:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["text/plain"],n.customHeaders)}getIntegrationsActionDraftValidation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraftValidation';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/validation","GET",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsActionFunction(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionFunction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/function","GET",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsActionSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionSchema';if(i==null||i==="")throw'Missing the required parameter "fileName" when calling getIntegrationsActionSchema';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/schemas/{fileName}","GET",{actionId:e,fileName:i},{flatten:n.flatten},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsActionTemplate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionTemplate';if(i==null||i==="")throw'Missing the required parameter "fileName" when calling getIntegrationsActionTemplate';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/templates/{fileName}","GET",{actionId:e,fileName:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["text/plain"],n.customHeaders)}getIntegrationsActions(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,nextPage:e.nextPage,previousPage:e.previousPage,sortBy:e.sortBy,sortOrder:e.sortOrder,category:e.category,name:e.name,ids:e.ids,secure:e.secure,includeAuthActions:e.includeAuthActions,includeConfig:e.includeConfig},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsCategories(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/categories","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,nextPage:e.nextPage,previousPage:e.previousPage,sortBy:e.sortBy,sortOrder:e.sortOrder,secure:e.secure},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsCertificates(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/certificates","GET",{},{status:e.status,type:e.type},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsCertificatesTruststore(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/certificates/truststore","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsDrafts(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/drafts","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,nextPage:e.nextPage,previousPage:e.previousPage,sortBy:e.sortBy,sortOrder:e.sortOrder,category:e.category,name:e.name,ids:e.ids,secure:e.secure,includeAuthActions:e.includeAuthActions,includeConfig:e.includeConfig},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsFunctionsRuntimes(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/functions/runtimes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsBotconnectorBot(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorBot';if(i==null||i==="")throw'Missing the required parameter "botId" when calling getIntegrationsBotconnectorBot';return this.apiClient.callApi("/api/v2/integrations/botconnectors/{integrationId}/bots/{botId}","GET",{integrationId:e,botId:i},{version:n.version},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsBotconnectorBots(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorBots';return this.apiClient.callApi("/api/v2/integrations/botconnectors/{integrationId}/bots","GET",{integrationId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsBotconnectorBotsSummaries(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorBotsSummaries';return this.apiClient.callApi("/api/v2/integrations/botconnectors/{integrationId}/bots/summaries","GET",{integrationId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsBotconnectorIntegrationIdBot(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorIntegrationIdBot';if(i==null||i==="")throw'Missing the required parameter "botId" when calling getIntegrationsBotconnectorIntegrationIdBot';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots/{botId}","GET",{integrationId:e,botId:i},{version:n.version},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsBotconnectorIntegrationIdBotVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorIntegrationIdBotVersions';if(i==null||i==="")throw'Missing the required parameter "botId" when calling getIntegrationsBotconnectorIntegrationIdBotVersions';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots/{botId}/versions","GET",{integrationId:e,botId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsBotconnectorIntegrationIdBots(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorIntegrationIdBots';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsBotconnectorIntegrationIdBotsSummaries(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorIntegrationIdBotsSummaries';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots/summaries","GET",{integrationId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsClientapps(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/clientapps","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsClientappsUnifiedcommunications(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/clientapps/unifiedcommunications","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsCredential(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "credentialId" when calling getIntegrationsCredential';return this.apiClient.callApi("/api/v2/integrations/credentials/{credentialId}","GET",{credentialId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsCredentials(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/credentials","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsCredentialsListing(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/credentials/listing","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsCredentialsTypes(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/credentials/types","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechAudioconnector(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/audioconnector","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechAudioconnectorIntegrationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsSpeechAudioconnectorIntegrationId';return this.apiClient.callApi("/api/v2/integrations/speech/audioconnector/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechDialogflowAgent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getIntegrationsSpeechDialogflowAgent';return this.apiClient.callApi("/api/v2/integrations/speech/dialogflow/agents/{agentId}","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechDialogflowAgents(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/dialogflow/agents","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechDialogflowcxAgent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getIntegrationsSpeechDialogflowcxAgent';return this.apiClient.callApi("/api/v2/integrations/speech/dialogflowcx/agents/{agentId}","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechDialogflowcxAgents(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/dialogflowcx/agents","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechLexBotAlias(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "aliasId" when calling getIntegrationsSpeechLexBotAlias';return this.apiClient.callApi("/api/v2/integrations/speech/lex/bot/alias/{aliasId}","GET",{aliasId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechLexBotBotIdAliases(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechLexBotBotIdAliases';return this.apiClient.callApi("/api/v2/integrations/speech/lex/bot/{botId}/aliases","GET",{botId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,status:i.status,name:i.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechLexBots(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/lex/bots","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechLexv2BotAlias(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "aliasId" when calling getIntegrationsSpeechLexv2BotAlias';return this.apiClient.callApi("/api/v2/integrations/speech/lexv2/bot/alias/{aliasId}","GET",{aliasId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechLexv2BotBotIdAliases(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechLexv2BotBotIdAliases';return this.apiClient.callApi("/api/v2/integrations/speech/lexv2/bot/{botId}/aliases","GET",{botId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,status:i.status,name:i.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechLexv2Bots(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/lexv2/bots","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBot(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBot';if(i==null||i==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBot';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}","GET",{nuanceIntegrationId:e,botId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),targetChannel:n.targetChannel},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob';if(i==null||i==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs/{jobId}","GET",{nuanceIntegrationId:e,botId:i,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults';if(i==null||i==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs/{jobId}/results","GET",{nuanceIntegrationId:e,botId:i,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBots(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBots';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots","GET",{nuanceIntegrationId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,onlyRegisteredBots:i.onlyRegisteredBots},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs/{jobId}","GET",{nuanceIntegrationId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs/{jobId}/results","GET",{nuanceIntegrationId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechSttEngine(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "engineId" when calling getIntegrationsSpeechSttEngine';return this.apiClient.callApi("/api/v2/integrations/speech/stt/engines/{engineId}","GET",{engineId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechSttEngines(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/stt/engines","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechTtsEngine(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "engineId" when calling getIntegrationsSpeechTtsEngine';return this.apiClient.callApi("/api/v2/integrations/speech/tts/engines/{engineId}","GET",{engineId:e},{includeVoices:i.includeVoices},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechTtsEngineVoice(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "engineId" when calling getIntegrationsSpeechTtsEngineVoice';if(i==null||i==="")throw'Missing the required parameter "voiceId" when calling getIntegrationsSpeechTtsEngineVoice';return this.apiClient.callApi("/api/v2/integrations/speech/tts/engines/{engineId}/voices/{voiceId}","GET",{engineId:e,voiceId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechTtsEngineVoices(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "engineId" when calling getIntegrationsSpeechTtsEngineVoices';return this.apiClient.callApi("/api/v2/integrations/speech/tts/engines/{engineId}/voices","GET",{engineId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechTtsEngines(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/tts/engines","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,includeVoices:e.includeVoices,name:e.name,language:e.language},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechTtsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/tts/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsType(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "typeId" when calling getIntegrationsType';return this.apiClient.callApi("/api/v2/integrations/types/{typeId}","GET",{typeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsTypeConfigschema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "typeId" when calling getIntegrationsTypeConfigschema';if(i==null||i==="")throw'Missing the required parameter "configType" when calling getIntegrationsTypeConfigschema';return this.apiClient.callApi("/api/v2/integrations/types/{typeId}/configschemas/{configType}","GET",{typeId:e,configType:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsTypes(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/types","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsUnifiedcommunicationsClientapp(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ucIntegrationId" when calling getIntegrationsUnifiedcommunicationsClientapp';return this.apiClient.callApi("/api/v2/integrations/unifiedcommunications/clientapps/{ucIntegrationId}","GET",{ucIntegrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsUnifiedcommunicationsClientapps(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/unifiedcommunications/clientapps","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsUserapps(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/userapps","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,appHost:e.appHost},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchIntegration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchIntegration';return this.apiClient.callApi("/api/v2/integrations/{integrationId}","PATCH",{integrationId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),nextPage:i.nextPage,previousPage:i.previousPage},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchIntegrationsAction(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling patchIntegrationsAction';if(i==null)throw'Missing the required parameter "body" when calling patchIntegrationsAction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}","PATCH",{actionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchIntegrationsActionDraft(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling patchIntegrationsActionDraft';if(i==null)throw'Missing the required parameter "body" when calling patchIntegrationsActionDraft';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft","PATCH",{actionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrations(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postIntegrationsActionDraft(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraft';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft","POST",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsActionDraftFunctionUpload(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';if(i==null)throw'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/function/upload","POST",{actionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsActionDraftPublish(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftPublish';if(i==null)throw'Missing the required parameter "body" when calling postIntegrationsActionDraftPublish';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/publish","POST",{actionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsActionDraftTest(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftTest';if(i==null)throw'Missing the required parameter "body" when calling postIntegrationsActionDraftTest';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/test","POST",{actionId:e},{flatten:n.flatten},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsActionExecute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionExecute';if(i==null)throw'Missing the required parameter "body" when calling postIntegrationsActionExecute';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/execute","POST",{actionId:e},{flatten:n.flatten},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsActionTest(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionTest';if(i==null)throw'Missing the required parameter "body" when calling postIntegrationsActionTest';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/test","POST",{actionId:e},{flatten:n.flatten},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsActions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postIntegrationsActions';return this.apiClient.callApi("/api/v2/integrations/actions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsActionsDrafts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postIntegrationsActionsDrafts';return this.apiClient.callApi("/api/v2/integrations/actions/drafts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsBotconnectorsIncomingMessages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postIntegrationsBotconnectorsIncomingMessages';return this.apiClient.callApi("/api/v2/integrations/botconnectors/incoming/messages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsBotconnectorsOutgoingMessages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postIntegrationsBotconnectorsOutgoingMessages';return this.apiClient.callApi("/api/v2/integrations/botconnectors/outgoing/messages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsCredentials(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/credentials","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs';if(i==null||i==="")throw'Missing the required parameter "botId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs","POST",{nuanceIntegrationId:e,botId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs","POST",{nuanceIntegrationId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,onlyRegisteredBots:i.onlyRegisteredBots},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate';if(i==null)throw'Missing the required parameter "settings" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/validate","POST",{nuanceIntegrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsWebhookEvents(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tokenId" when calling postIntegrationsWebhookEvents';if(i==null)throw'Missing the required parameter "body" when calling postIntegrationsWebhookEvents';return this.apiClient.callApi("/api/v2/integrations/webhooks/{tokenId}/events","POST",{tokenId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIntegrationConfigCurrent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putIntegrationConfigCurrent';return this.apiClient.callApi("/api/v2/integrations/{integrationId}/config/current","PUT",{integrationId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIntegrationsActionDraftFunction(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling putIntegrationsActionDraftFunction';if(i==null)throw'Missing the required parameter "body" when calling putIntegrationsActionDraftFunction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/function","PUT",{actionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIntegrationsBotconnectorIntegrationIdBots(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putIntegrationsBotconnectorIntegrationIdBots';if(i==null)throw'Missing the required parameter "botList" when calling putIntegrationsBotconnectorIntegrationIdBots';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots","PUT",{integrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIntegrationsCredential(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "credentialId" when calling putIntegrationsCredential';return this.apiClient.callApi("/api/v2/integrations/credentials/{credentialId}","PUT",{credentialId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings';if(i==null)throw'Missing the required parameter "settings" when calling putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/settings","PUT",{nuanceIntegrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIntegrationsSpeechTtsSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putIntegrationsSpeechTtsSettings';return this.apiClient.callApi("/api/v2/integrations/speech/tts/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIntegrationsUnifiedcommunicationThirdpartypresences(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ucIntegrationId" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';if(i==null)throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';return this.apiClient.callApi("/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences","PUT",{ucIntegrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},mb=class{constructor(e){this.apiClient=e||q.instance}deleteIntentsCategory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling deleteIntentsCategory';return this.apiClient.callApi("/api/v2/intents/categories/{categoryId}","DELETE",{categoryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteIntentsCustomerintent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling deleteIntentsCustomerintent';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}","DELETE",{customerIntentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntentsAssignmentsExternalcontact(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalContactId" when calling getIntentsAssignmentsExternalcontact';return this.apiClient.callApi("/api/v2/intents/assignments/externalcontacts/{externalContactId}","GET",{externalContactId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntentsCategories(e){return e=e||{},this.apiClient.callApi("/api/v2/intents/categories","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntentsCategory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling getIntentsCategory';return this.apiClient.callApi("/api/v2/intents/categories/{categoryId}","GET",{categoryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntentsCustomerintent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling getIntentsCustomerintent';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}","GET",{customerIntentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntentsCustomerintentSourceintents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling getIntentsCustomerintentSourceintents';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}/sourceintents","GET",{customerIntentId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,queryValue:i.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntentsCustomerintents(e){return e=e||{},this.apiClient.callApi("/api/v2/intents/customerintents","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,queryValue:e.queryValue,categoryId:e.categoryId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntentsSourceintents(e){return e=e||{},this.apiClient.callApi("/api/v2/intents/sourceintents","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,type:e.type,sourceId:e.sourceId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchIntentsCategory(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling patchIntentsCategory';if(i==null)throw'Missing the required parameter "body" when calling patchIntentsCategory';return this.apiClient.callApi("/api/v2/intents/categories/{categoryId}","PATCH",{categoryId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchIntentsCustomerintent(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling patchIntentsCustomerintent';if(i==null)throw'Missing the required parameter "body" when calling patchIntentsCustomerintent';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}","PATCH",{customerIntentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntentsAssignmentsExternalcontactCustomerintentAssignment(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "externalContactId" when calling postIntentsAssignmentsExternalcontactCustomerintentAssignment';if(i==null||i==="")throw'Missing the required parameter "customerIntentId" when calling postIntentsAssignmentsExternalcontactCustomerintentAssignment';if(n==null)throw'Missing the required parameter "body" when calling postIntentsAssignmentsExternalcontactCustomerintentAssignment';return this.apiClient.callApi("/api/v2/intents/assignments/externalcontacts/{externalContactId}/customerintents/{customerIntentId}/assignment","POST",{externalContactId:e,customerIntentId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postIntentsCategories(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postIntentsCategories';return this.apiClient.callApi("/api/v2/intents/categories","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntentsCustomerintentSourceintentsBulkAdd(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling postIntentsCustomerintentSourceintentsBulkAdd';if(i==null)throw'Missing the required parameter "body" when calling postIntentsCustomerintentSourceintentsBulkAdd';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}/sourceintents/bulk/add","POST",{customerIntentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntentsCustomerintentSourceintentsBulkRemove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling postIntentsCustomerintentSourceintentsBulkRemove';if(i==null)throw'Missing the required parameter "body" when calling postIntentsCustomerintentSourceintentsBulkRemove';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}/sourceintents/bulk/remove","POST",{customerIntentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntentsCustomerintents(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postIntentsCustomerintents';return this.apiClient.callApi("/api/v2/intents/customerintents","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},fb=class{constructor(e){this.apiClient=e||q.instance}deleteAnalyticsJourneysAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsJourneysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneyActionmap(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionMapId" when calling deleteJourneyActionmap';return this.apiClient.callApi("/api/v2/journey/actionmaps/{actionMapId}","DELETE",{actionMapId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneyActiontemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionTemplateId" when calling deleteJourneyActiontemplate';return this.apiClient.callApi("/api/v2/journey/actiontemplates/{actionTemplateId}","DELETE",{actionTemplateId:e},{hardDelete:i.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneyExternaleventsConfiguration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configId" when calling deleteJourneyExternaleventsConfiguration';return this.apiClient.callApi("/api/v2/journey/externalevents/configurations/{configId}","DELETE",{configId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneyExternaleventsSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteJourneyExternaleventsSchema';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneyOutcome(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "outcomeId" when calling deleteJourneyOutcome';return this.apiClient.callApi("/api/v2/journey/outcomes/{outcomeId}","DELETE",{outcomeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneyOutcomesPredictor(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling deleteJourneyOutcomesPredictor';return this.apiClient.callApi("/api/v2/journey/outcomes/predictors/{predictorId}","DELETE",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneySegment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "segmentId" when calling deleteJourneySegment';return this.apiClient.callApi("/api/v2/journey/segments/{segmentId}","DELETE",{segmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneyView(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling deleteJourneyView';return this.apiClient.callApi("/api/v2/journey/views/{viewId}","DELETE",{viewId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteJourneyViewSchedules(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling deleteJourneyViewSchedules';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/schedules","DELETE",{viewId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsJourneysAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsJourneysAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactJourneySegments(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactJourneySegments';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/segments","GET",{contactId:e},{includeMerged:i.includeMerged,limit:i.limit},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactJourneySessions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactJourneySessions';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/sessions","GET",{contactId:e},{pageSize:i.pageSize,after:i.after,includeMerged:i.includeMerged},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyActionmap(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionMapId" when calling getJourneyActionmap';return this.apiClient.callApi("/api/v2/journey/actionmaps/{actionMapId}","GET",{actionMapId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyActionmaps(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actionmaps","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,filterField:e.filterField,filterValue:e.filterValue,actionMapIds:this.apiClient.buildCollectionParam(e.actionMapIds,"multi"),queryFields:this.apiClient.buildCollectionParam(e.queryFields,"multi"),queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyActionmapsEstimatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getJourneyActionmapsEstimatesJob';return this.apiClient.callApi("/api/v2/journey/actionmaps/estimates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyActionmapsEstimatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getJourneyActionmapsEstimatesJobResults';return this.apiClient.callApi("/api/v2/journey/actionmaps/estimates/jobs/{jobId}/results","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyActiontarget(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionTargetId" when calling getJourneyActiontarget';return this.apiClient.callApi("/api/v2/journey/actiontargets/{actionTargetId}","GET",{actionTargetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyActiontargets(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actiontargets","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyActiontemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionTemplateId" when calling getJourneyActiontemplate';return this.apiClient.callApi("/api/v2/journey/actiontemplates/{actionTemplateId}","GET",{actionTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyActiontemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actiontemplates","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,mediaType:e.mediaType,state:e.state,queryFields:this.apiClient.buildCollectionParam(e.queryFields,"multi"),queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyDeploymentCustomerPing(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getJourneyDeploymentCustomerPing';if(i==null||i==="")throw'Missing the required parameter "customerCookieId" when calling getJourneyDeploymentCustomerPing';return this.apiClient.callApi("/api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping","GET",{deploymentId:e,customerCookieId:i},{dl:n.dl,dt:n.dt,appNamespace:n.appNamespace,sessionId:n.sessionId,sinceLastBeaconMilliseconds:n.sinceLastBeaconMilliseconds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyExternaleventsConfiguration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configId" when calling getJourneyExternaleventsConfiguration';return this.apiClient.callApi("/api/v2/journey/externalevents/configurations/{configId}","GET",{configId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyExternaleventsConfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/configurations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyExternaleventsSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getJourneyExternaleventsSchema';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyExternaleventsSchemaVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getJourneyExternaleventsSchemaVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getJourneyExternaleventsSchemaVersion';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyExternaleventsSchemaVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getJourneyExternaleventsSchemaVersions';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyExternaleventsSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyExternaleventsSchemasCoretype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getJourneyExternaleventsSchemasCoretype';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyExternaleventsSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyExternaleventsSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyOutcome(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "outcomeId" when calling getJourneyOutcome';return this.apiClient.callApi("/api/v2/journey/outcomes/{outcomeId}","GET",{outcomeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyOutcomes(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,outcomeIds:this.apiClient.buildCollectionParam(e.outcomeIds,"multi"),queryFields:this.apiClient.buildCollectionParam(e.queryFields,"multi"),queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyOutcomesAttributionsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getJourneyOutcomesAttributionsJob';return this.apiClient.callApi("/api/v2/journey/outcomes/attributions/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyOutcomesAttributionsJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getJourneyOutcomesAttributionsJobResults';return this.apiClient.callApi("/api/v2/journey/outcomes/attributions/jobs/{jobId}/results","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyOutcomesPredictor(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling getJourneyOutcomesPredictor';return this.apiClient.callApi("/api/v2/journey/outcomes/predictors/{predictorId}","GET",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyOutcomesPredictors(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes/predictors","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneySegment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "segmentId" when calling getJourneySegment';return this.apiClient.callApi("/api/v2/journey/segments/{segmentId}","GET",{segmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneySegments(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/segments","GET",{},{sortBy:e.sortBy,pageSize:e.pageSize,pageNumber:e.pageNumber,isActive:e.isActive,segmentIds:this.apiClient.buildCollectionParam(e.segmentIds,"multi"),queryFields:this.apiClient.buildCollectionParam(e.queryFields,"multi"),queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneySession(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getJourneySession';return this.apiClient.callApi("/api/v2/journey/sessions/{sessionId}","GET",{sessionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneySessionEvents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getJourneySessionEvents';return this.apiClient.callApi("/api/v2/journey/sessions/{sessionId}/events","GET",{sessionId:e},{pageSize:i.pageSize,after:i.after,eventType:i.eventType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneySessionOutcomescores(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getJourneySessionOutcomescores';return this.apiClient.callApi("/api/v2/journey/sessions/{sessionId}/outcomescores","GET",{sessionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyView(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyView';return this.apiClient.callApi("/api/v2/journey/views/{viewId}","GET",{viewId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyViewSchedules(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewSchedules';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/schedules","GET",{viewId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyViewVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getJourneyViewVersion';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{versionId}","GET",{viewId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyViewVersionChart(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionChart';if(i==null||i==="")throw'Missing the required parameter "journeyViewVersion" when calling getJourneyViewVersionChart';if(n==null||n==="")throw'Missing the required parameter "chartId" when calling getJourneyViewVersionChart';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/charts/{chartId}","GET",{viewId:e,journeyViewVersion:i,chartId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getJourneyViewVersionChartVersion(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionChartVersion';if(i==null||i==="")throw'Missing the required parameter "journeyViewVersion" when calling getJourneyViewVersionChartVersion';if(n==null||n==="")throw'Missing the required parameter "chartId" when calling getJourneyViewVersionChartVersion';if(a==null||a==="")throw'Missing the required parameter "chartVersion" when calling getJourneyViewVersionChartVersion';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/charts/{chartId}/versions/{chartVersion}","GET",{viewId:e,journeyViewVersion:i,chartId:n,chartVersion:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getJourneyViewVersionJob(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionJob';if(i==null||i==="")throw'Missing the required parameter "journeyVersionId" when calling getJourneyViewVersionJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getJourneyViewVersionJob';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId}","GET",{viewId:e,journeyVersionId:i,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getJourneyViewVersionJobResults(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionJobResults';if(i==null||i==="")throw'Missing the required parameter "journeyViewVersion" when calling getJourneyViewVersionJobResults';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getJourneyViewVersionJobResults';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/jobs/{jobId}/results","GET",{viewId:e,journeyViewVersion:i,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getJourneyViewVersionJobResultsChart(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionJobResultsChart';if(i==null||i==="")throw'Missing the required parameter "journeyVersionId" when calling getJourneyViewVersionJobResultsChart';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getJourneyViewVersionJobResultsChart';if(a==null||a==="")throw'Missing the required parameter "chartId" when calling getJourneyViewVersionJobResultsChart';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId}/results/charts/{chartId}","GET",{viewId:e,journeyVersionId:i,jobId:n,chartId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getJourneyViewVersionJobsLatest(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionJobsLatest';if(i==null||i==="")throw'Missing the required parameter "journeyVersionId" when calling getJourneyViewVersionJobsLatest';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/latest","GET",{viewId:e,journeyVersionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyViews(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,nameOrCreatedBy:e.nameOrCreatedBy,expand:e.expand,id:e.id},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsDataDetails(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/data/details","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsEventdefinition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "eventDefinitionId" when calling getJourneyViewsEventdefinition';return this.apiClient.callApi("/api/v2/journey/views/eventdefinitions/{eventDefinitionId}","GET",{eventDefinitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyViewsEventdefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/eventdefinitions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/jobs","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,interval:e.interval,statuses:e.statuses},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsJobsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/jobs/me","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,interval:e.interval,statuses:e.statuses},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsSchedules(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/schedules","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchJourneyActionmap(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionMapId" when calling patchJourneyActionmap';return this.apiClient.callApi("/api/v2/journey/actionmaps/{actionMapId}","PATCH",{actionMapId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchJourneyActiontarget(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionTargetId" when calling patchJourneyActiontarget';return this.apiClient.callApi("/api/v2/journey/actiontargets/{actionTargetId}","PATCH",{actionTargetId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchJourneyActiontemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionTemplateId" when calling patchJourneyActiontemplate';return this.apiClient.callApi("/api/v2/journey/actiontemplates/{actionTemplateId}","PATCH",{actionTemplateId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchJourneyExternaleventsConfiguration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configId" when calling patchJourneyExternaleventsConfiguration';return this.apiClient.callApi("/api/v2/journey/externalevents/configurations/{configId}","PATCH",{configId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchJourneyOutcome(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "outcomeId" when calling patchJourneyOutcome';return this.apiClient.callApi("/api/v2/journey/outcomes/{outcomeId}","PATCH",{outcomeId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchJourneySegment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "segmentId" when calling patchJourneySegment';return this.apiClient.callApi("/api/v2/journey/segments/{segmentId}","PATCH",{segmentId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchJourneyViewVersionJob(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling patchJourneyViewVersionJob';if(i==null||i==="")throw'Missing the required parameter "journeyVersionId" when calling patchJourneyViewVersionJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling patchJourneyViewVersionJob';if(a==null)throw'Missing the required parameter "body" when calling patchJourneyViewVersionJob';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId}","PATCH",{viewId:e,journeyVersionId:i,jobId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postAnalyticsJourneysAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsJourneysAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContactJourneySegments(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling postExternalcontactsContactJourneySegments';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/segments","POST",{contactId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyActionmaps(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actionmaps","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyActionmapsEstimatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postJourneyActionmapsEstimatesJobs';return this.apiClient.callApi("/api/v2/journey/actionmaps/estimates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyActiontemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actiontemplates","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyDeploymentActionevent(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling postJourneyDeploymentActionevent';if(i==null)throw'Missing the required parameter "body" when calling postJourneyDeploymentActionevent';return this.apiClient.callApi("/api/v2/journey/deployments/{deploymentId}/actionevent","POST",{deploymentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyDeploymentAppevents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling postJourneyDeploymentAppevents';return this.apiClient.callApi("/api/v2/journey/deployments/{deploymentId}/appevents","POST",{deploymentId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyDeploymentWebevents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling postJourneyDeploymentWebevents';return this.apiClient.callApi("/api/v2/journey/deployments/{deploymentId}/webevents","POST",{deploymentId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyExternaleventsConfigurationEvents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling postJourneyExternaleventsConfigurationEvents';return this.apiClient.callApi("/api/v2/journey/externalevents/configurations/{configurationId}/events","POST",{configurationId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyExternaleventsConfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/configurations","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyExternaleventsSchemas(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postJourneyExternaleventsSchemas';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyFlowsPathsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/flows/paths/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyOutcomes(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyOutcomesAttributionsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes/attributions/jobs","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyOutcomesPredictors(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes/predictors","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneySegments(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/segments","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyViewSchedules(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling postJourneyViewSchedules';if(i==null)throw'Missing the required parameter "body" when calling postJourneyViewSchedules';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/schedules","POST",{viewId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyViewVersionJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling postJourneyViewVersionJobs';if(i==null||i==="")throw'Missing the required parameter "journeyVersionId" when calling postJourneyViewVersionJobs';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs","POST",{viewId:e,journeyVersionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyViewVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling postJourneyViewVersions';if(i==null)throw'Missing the required parameter "body" when calling postJourneyViewVersions';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions","POST",{viewId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyViews(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postJourneyViews';return this.apiClient.callApi("/api/v2/journey/views","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyViewsEncodingsValidate(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/encodings/validate","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putJourneyExternaleventsSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putJourneyExternaleventsSchema';if(i==null)throw'Missing the required parameter "body" when calling putJourneyExternaleventsSchema';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putJourneyViewSchedules(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling putJourneyViewSchedules';if(i==null)throw'Missing the required parameter "body" when calling putJourneyViewSchedules';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/schedules","PUT",{viewId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putJourneyViewVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling putJourneyViewVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling putJourneyViewVersion';if(n==null)throw'Missing the required parameter "body" when calling putJourneyViewVersion';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{versionId}","PUT",{viewId:e,versionId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},wb=class{constructor(e){this.apiClient=e||q.instance}deleteKnowledgeConnection(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "connectionId" when calling deleteKnowledgeConnection';return this.apiClient.callApi("/api/v2/knowledge/connections/{connectionId}","DELETE",{connectionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebase(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebase';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}","DELETE",{knowledgeBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebaseCategory(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseCategory';if(i==null||i==="")throw'Missing the required parameter "categoryId" when calling deleteKnowledgeKnowledgebaseCategory';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId}","DELETE",{knowledgeBaseId:e,categoryId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebaseDocument(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseDocument';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling deleteKnowledgeKnowledgebaseDocument';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}","DELETE",{knowledgeBaseId:e,documentId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebaseDocumentVariation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "documentVariationId" when calling deleteKnowledgeKnowledgebaseDocumentVariation';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling deleteKnowledgeKnowledgebaseDocumentVariation';if(n==null||n==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseDocumentVariation';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}","DELETE",{documentVariationId:e,documentId:i,knowledgeBaseId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteKnowledgeKnowledgebaseExportJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseExportJob';if(i==null||i==="")throw'Missing the required parameter "exportJobId" when calling deleteKnowledgeKnowledgebaseExportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs/{exportJobId}","DELETE",{knowledgeBaseId:e,exportJobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebaseImportJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseImportJob';if(i==null||i==="")throw'Missing the required parameter "importJobId" when calling deleteKnowledgeKnowledgebaseImportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId}","DELETE",{knowledgeBaseId:e,importJobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebaseLabel(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseLabel';if(i==null||i==="")throw'Missing the required parameter "labelId" when calling deleteKnowledgeKnowledgebaseLabel';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId}","DELETE",{knowledgeBaseId:e,labelId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}","DELETE",{knowledgeBaseId:e,sourceId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}","DELETE",{knowledgeBaseId:e,sourceId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebaseSynchronizeJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';if(i==null||i==="")throw'Missing the required parameter "syncJobId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}","DELETE",{knowledgeBaseId:e,syncJobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeSettingId" when calling deleteKnowledgeSetting';return this.apiClient.callApi("/api/v2/knowledge/settings/{knowledgeSettingId}","DELETE",{knowledgeSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeSource(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling deleteKnowledgeSource';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}","DELETE",{sourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeConnection(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "connectionId" when calling getKnowledgeConnection';return this.apiClient.callApi("/api/v2/knowledge/connections/{connectionId}","GET",{connectionId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeConnectionOptions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "connectionId" when calling getKnowledgeConnectionOptions';return this.apiClient.callApi("/api/v2/knowledge/connections/{connectionId}/options","GET",{connectionId:e},{after:i.after,pageSize:i.pageSize,parentId:i.parentId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeConnections(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/connections","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getKnowledgeGuestSessionCategories(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getKnowledgeGuestSessionCategories';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/categories","GET",{sessionId:e},{before:i.before,after:i.after,pageSize:i.pageSize,parentId:i.parentId,isRoot:i.isRoot,name:i.name,sortBy:i.sortBy,expand:i.expand,includeDocumentCount:i.includeDocumentCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeGuestSessionDocument(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getKnowledgeGuestSessionDocument';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeGuestSessionDocument';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}","GET",{sessionId:e,documentId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeGuestSessionDocuments(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getKnowledgeGuestSessionDocuments';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents","GET",{sessionId:e},{categoryId:this.apiClient.buildCollectionParam(i.categoryId,"multi"),pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeIntegrationOptions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getKnowledgeIntegrationOptions';return this.apiClient.callApi("/api/v2/knowledge/integrations/{integrationId}/options","GET",{integrationId:e},{knowledgeBaseIds:this.apiClient.buildCollectionParam(i.knowledgeBaseIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebase(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebase';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}","GET",{knowledgeBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseCategories(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseCategories';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories","GET",{knowledgeBaseId:e},{before:i.before,after:i.after,pageSize:i.pageSize,parentId:i.parentId,isRoot:i.isRoot,name:i.name,sortBy:i.sortBy,expand:i.expand,includeDocumentCount:i.includeDocumentCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseCategory(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseCategory';if(i==null||i==="")throw'Missing the required parameter "categoryId" when calling getKnowledgeKnowledgebaseCategory';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId}","GET",{knowledgeBaseId:e,categoryId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseDocument(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocument';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocument';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}","GET",{knowledgeBaseId:e,documentId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),state:n.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseDocumentFeedback(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentFeedback';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentFeedback';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback","GET",{knowledgeBaseId:e,documentId:i},{before:n.before,after:n.after,pageSize:n.pageSize,onlyCommented:n.onlyCommented,documentVersionId:n.documentVersionId,documentVariationId:n.documentVariationId,appType:n.appType,queryType:n.queryType,userId:n.userId,queueId:n.queueId,state:n.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';if(n==null||n==="")throw'Missing the required parameter "feedbackId" when calling getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId}","GET",{knowledgeBaseId:e,documentId:i,feedbackId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseDocumentVariation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "documentVariationId" when calling getKnowledgeKnowledgebaseDocumentVariation';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVariation';if(n==null||n==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVariation';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}","GET",{documentVariationId:e,documentId:i,knowledgeBaseId:n},{documentState:a.documentState,expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseDocumentVariations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVariations';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVariations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations","GET",{knowledgeBaseId:e,documentId:i},{before:n.before,after:n.after,pageSize:n.pageSize,documentState:n.documentState,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseDocumentVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVersion';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getKnowledgeKnowledgebaseDocumentVersion';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}","GET",{knowledgeBaseId:e,documentId:i,versionId:n},{expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseDocumentVersionVariation(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVersionVariation';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVersionVariation';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getKnowledgeKnowledgebaseDocumentVersionVariation';if(a==null||a==="")throw'Missing the required parameter "variationId" when calling getKnowledgeKnowledgebaseDocumentVersionVariation';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}/variations/{variationId}","GET",{knowledgeBaseId:e,documentId:i,versionId:n,variationId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getKnowledgeKnowledgebaseDocumentVersionVariations(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVersionVariations';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVersionVariations';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getKnowledgeKnowledgebaseDocumentVersionVariations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}/variations","GET",{knowledgeBaseId:e,documentId:i,versionId:n},{before:a.before,after:a.after,pageSize:a.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseDocumentVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVersions';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVersions';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions","GET",{knowledgeBaseId:e,documentId:i},{before:n.before,after:n.after,pageSize:n.pageSize,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseDocuments(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocuments';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents","GET",{knowledgeBaseId:e},{before:i.before,after:i.after,pageSize:i.pageSize,interval:i.interval,documentId:this.apiClient.buildCollectionParam(i.documentId,"multi"),categoryId:this.apiClient.buildCollectionParam(i.categoryId,"multi"),includeSubcategories:i.includeSubcategories,includeDrafts:i.includeDrafts,labelIds:this.apiClient.buildCollectionParam(i.labelIds,"multi"),expand:this.apiClient.buildCollectionParam(i.expand,"multi"),externalIds:this.apiClient.buildCollectionParam(i.externalIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseExportJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseExportJob';if(i==null||i==="")throw'Missing the required parameter "exportJobId" when calling getKnowledgeKnowledgebaseExportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs/{exportJobId}","GET",{knowledgeBaseId:e,exportJobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseImportJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseImportJob';if(i==null||i==="")throw'Missing the required parameter "importJobId" when calling getKnowledgeKnowledgebaseImportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId}","GET",{knowledgeBaseId:e,importJobId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseLabel(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLabel';if(i==null||i==="")throw'Missing the required parameter "labelId" when calling getKnowledgeKnowledgebaseLabel';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId}","GET",{knowledgeBaseId:e,labelId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseLabels(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLabels';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels","GET",{knowledgeBaseId:e},{before:i.before,after:i.after,pageSize:i.pageSize,name:i.name,includeDocumentCount:i.includeDocumentCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseOperations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations","GET",{knowledgeBaseId:e},{before:i.before,after:i.after,pageSize:i.pageSize,userId:this.apiClient.buildCollectionParam(i.userId,"multi"),type:this.apiClient.buildCollectionParam(i.type,"multi"),status:this.apiClient.buildCollectionParam(i.status,"multi"),interval:i.interval,sourceId:this.apiClient.buildCollectionParam(i.sourceId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseOperationsUsersQuery(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperationsUsersQuery';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations/users/query","GET",{knowledgeBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseParseJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseParseJob';if(i==null||i==="")throw'Missing the required parameter "parseJobId" when calling getKnowledgeKnowledgebaseParseJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}","GET",{knowledgeBaseId:e,parseJobId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseSources(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSources';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources","GET",{knowledgeBaseId:e},{type:i.type,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),ids:this.apiClient.buildCollectionParam(i.ids,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseSourcesSalesforceSourceId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}","GET",{knowledgeBaseId:e,sourceId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseSourcesServicenowSourceId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}","GET",{knowledgeBaseId:e,sourceId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseSynchronizeJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSynchronizeJob';if(i==null||i==="")throw'Missing the required parameter "syncJobId" when calling getKnowledgeKnowledgebaseSynchronizeJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}","GET",{knowledgeBaseId:e,syncJobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseUnansweredGroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUnansweredGroup';if(i==null||i==="")throw'Missing the required parameter "groupId" when calling getKnowledgeKnowledgebaseUnansweredGroup';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}","GET",{knowledgeBaseId:e,groupId:i},{app:n.app,dateStart:n.dateStart,dateEnd:n.dateEnd},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(i==null||i==="")throw'Missing the required parameter "groupId" when calling getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(n==null||n==="")throw'Missing the required parameter "phraseGroupId" when calling getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}/phrasegroups/{phraseGroupId}","GET",{knowledgeBaseId:e,groupId:i,phraseGroupId:n},{app:a.app,dateStart:a.dateStart,dateEnd:a.dateEnd},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseUnansweredGroups(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUnansweredGroups';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups","GET",{knowledgeBaseId:e},{app:i.app,dateStart:i.dateStart,dateEnd:i.dateEnd},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseUploadsUrlsJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}","GET",{knowledgeBaseId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebases(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/knowledgebases","GET",{},{before:e.before,after:e.after,limit:e.limit,pageSize:e.pageSize,name:e.name,coreLanguage:e.coreLanguage,published:e.published,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getKnowledgeSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeSettingId" when calling getKnowledgeSetting';return this.apiClient.callApi("/api/v2/knowledge/settings/{knowledgeSettingId}","GET",{knowledgeSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/settings","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,name:e.name,sourceId:e.sourceId,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getKnowledgeSource(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeSource';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}","GET",{sourceId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeSourceSynchronization(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeSourceSynchronization';if(i==null||i==="")throw'Missing the required parameter "synchronizationId" when calling getKnowledgeSourceSynchronization';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations/{synchronizationId}","GET",{sourceId:e,synchronizationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeSourceSynchronizations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeSourceSynchronizations';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations","GET",{sourceId:e},{before:i.before,after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeSources(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/sources","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getKnowledgeSourcesSynchronizations(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/sources/synchronizations","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchKnowledgeConnection(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "connectionId" when calling patchKnowledgeConnection';return this.apiClient.callApi("/api/v2/knowledge/connections/{connectionId}","PATCH",{connectionId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchKnowledgeGuestSessionDocumentsSearchSearchId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling patchKnowledgeGuestSessionDocumentsSearchSearchId';if(i==null||i==="")throw'Missing the required parameter "searchId" when calling patchKnowledgeGuestSessionDocumentsSearchSearchId';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeGuestSessionDocumentsSearchSearchId';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/search/{searchId}","PATCH",{sessionId:e,searchId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebase(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebase';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebase';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}","PATCH",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchKnowledgeKnowledgebaseCategory(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseCategory';if(i==null||i==="")throw'Missing the required parameter "categoryId" when calling patchKnowledgeKnowledgebaseCategory';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseCategory';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId}","PATCH",{knowledgeBaseId:e,categoryId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseChunksSearchSearchId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseChunksSearchSearchId';if(i==null||i==="")throw'Missing the required parameter "searchId" when calling patchKnowledgeKnowledgebaseChunksSearchSearchId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/chunks/search/{searchId}","PATCH",{knowledgeBaseId:e,searchId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchKnowledgeKnowledgebaseDocument(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocument';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling patchKnowledgeKnowledgebaseDocument';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseDocument';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}","PATCH",{knowledgeBaseId:e,documentId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';if(n==null||n==="")throw'Missing the required parameter "feedbackId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId}","PATCH",{knowledgeBaseId:e,documentId:i,feedbackId:n},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseDocumentVariation(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "documentVariationId" when calling patchKnowledgeKnowledgebaseDocumentVariation';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling patchKnowledgeKnowledgebaseDocumentVariation';if(n==null||n==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocumentVariation';if(a==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseDocumentVariation';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}","PATCH",{documentVariationId:e,documentId:i,knowledgeBaseId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchKnowledgeKnowledgebaseDocumentsSearchSearchId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocumentsSearchSearchId';if(i==null||i==="")throw'Missing the required parameter "searchId" when calling patchKnowledgeKnowledgebaseDocumentsSearchSearchId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search/{searchId}","PATCH",{knowledgeBaseId:e,searchId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchKnowledgeKnowledgebaseImportJob(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseImportJob';if(i==null||i==="")throw'Missing the required parameter "importJobId" when calling patchKnowledgeKnowledgebaseImportJob';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseImportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId}","PATCH",{knowledgeBaseId:e,importJobId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseLabel(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseLabel';if(i==null||i==="")throw'Missing the required parameter "labelId" when calling patchKnowledgeKnowledgebaseLabel';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseLabel';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId}","PATCH",{knowledgeBaseId:e,labelId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseParseJob(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseParseJob';if(i==null||i==="")throw'Missing the required parameter "parseJobId" when calling patchKnowledgeKnowledgebaseParseJob';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseParseJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}","PATCH",{knowledgeBaseId:e,parseJobId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseSynchronizeJob(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';if(i==null||i==="")throw'Missing the required parameter "syncJobId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseSynchronizeJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}","PATCH",{knowledgeBaseId:e,syncJobId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(i==null||i==="")throw'Missing the required parameter "groupId" when calling patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(n==null||n==="")throw'Missing the required parameter "phraseGroupId" when calling patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(a==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}/phrasegroups/{phraseGroupId}","PATCH",{knowledgeBaseId:e,groupId:i,phraseGroupId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchKnowledgeSetting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeSettingId" when calling patchKnowledgeSetting';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeSetting';return this.apiClient.callApi("/api/v2/knowledge/settings/{knowledgeSettingId}","PATCH",{knowledgeSettingId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchKnowledgeSourceSynchronization(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling patchKnowledgeSourceSynchronization';if(i==null||i==="")throw'Missing the required parameter "synchronizationId" when calling patchKnowledgeSourceSynchronization';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeSourceSynchronization';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations/{synchronizationId}","PATCH",{sourceId:e,synchronizationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeConnections(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeConnections';return this.apiClient.callApi("/api/v2/knowledge/connections","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeDocumentuploads(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeDocumentuploads';return this.apiClient.callApi("/api/v2/knowledge/documentuploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeGuestSessionDocumentCopies(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentCopies';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentCopies';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/copies","POST",{sessionId:e,documentId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeGuestSessionDocumentFeedback(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentFeedback';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentFeedback';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/feedback","POST",{sessionId:e,documentId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeGuestSessionDocumentViews(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentViews';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentViews';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/views","POST",{sessionId:e,documentId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeGuestSessionDocumentsAnswers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsAnswers';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeGuestSessionDocumentsAnswers';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/answers","POST",{sessionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeGuestSessionDocumentsPresentations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsPresentations';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/presentations","POST",{sessionId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeGuestSessionDocumentsSearch(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsSearch';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/search","POST",{sessionId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeGuestSessionDocumentsSearchSuggestions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsSearchSuggestions';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/search/suggestions","POST",{sessionId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeGuestSessions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeGuestSessions';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseCategories(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseCategories';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseCategories';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseChunksSearch(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseChunksSearch';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/chunks/search","POST",{knowledgeBaseId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentCopies(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentCopies';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentCopies';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/copies","POST",{knowledgeBaseId:e,documentId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentFeedback(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentFeedback';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentFeedback';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback","POST",{knowledgeBaseId:e,documentId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentVariations(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentVariations';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentVariations';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentVariations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations","POST",{knowledgeBaseId:e,documentId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeKnowledgebaseDocumentVersions(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentVersions';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentVersions';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentVersions';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions","POST",{knowledgeBaseId:e,documentId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeKnowledgebaseDocumentViews(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentViews';if(i==null||i==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentViews';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/views","POST",{knowledgeBaseId:e,documentId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocuments(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocuments';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocuments';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentsAnswers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsAnswers';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsAnswers';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/answers","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentsBulkRemove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsBulkRemove';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsBulkRemove';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/bulk/remove","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentsBulkUpdate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsBulkUpdate';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsBulkUpdate';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/bulk/update","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentsPresentations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsPresentations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/presentations","POST",{knowledgeBaseId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentsQuery(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsQuery';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/query","POST",{knowledgeBaseId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentsSearch(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsSearch';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search","POST",{knowledgeBaseId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentsSearchSuggestions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsSearchSuggestions';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search/suggestions","POST",{knowledgeBaseId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/versions/bulk/add","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseExportJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseExportJobs';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseExportJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseImportJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseImportJobs';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseImportJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseLabels(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLabels';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseLabels';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseParseJobImport(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobImport';if(i==null||i==="")throw'Missing the required parameter "parseJobId" when calling postKnowledgeKnowledgebaseParseJobImport';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobImport';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}/import","POST",{knowledgeBaseId:e,parseJobId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeKnowledgebaseParseJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobs';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseSourcesSalesforce(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforce';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesSalesforce';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}/sync","POST",{knowledgeBaseId:e,sourceId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseSourcesServicenow(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenow';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesServicenow';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}/sync","POST",{knowledgeBaseId:e,sourceId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseSynchronizeJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSynchronizeJobs';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSynchronizeJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseUploadsUrlsJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebases(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeSearch(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/search","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postKnowledgeSearchPreview(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/search/preview","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postKnowledgeSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/settings","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postKnowledgeSourceSynchronizationUploads(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling postKnowledgeSourceSynchronizationUploads';if(i==null||i==="")throw'Missing the required parameter "synchronizationId" when calling postKnowledgeSourceSynchronizationUploads';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeSourceSynchronizationUploads';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations/{synchronizationId}/uploads","POST",{sourceId:e,synchronizationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeSourceSynchronizations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling postKnowledgeSourceSynchronizations';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations","POST",{sourceId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeSources(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeSources';return this.apiClient.callApi("/api/v2/knowledge/sources","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putKnowledgeKnowledgebaseSourcesSalesforceSourceId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';if(n==null)throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}","PUT",{knowledgeBaseId:e,sourceId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putKnowledgeKnowledgebaseSourcesServicenowSourceId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';if(n==null)throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}","PUT",{knowledgeBaseId:e,sourceId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putKnowledgeSource(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling putKnowledgeSource';if(i==null)throw'Missing the required parameter "body" when calling putKnowledgeSource';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}","PUT",{sourceId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},vb=class{constructor(e){this.apiClient=e||q.instance}deleteLanguageunderstandingDomain(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteLanguageunderstandingDomain';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}","DELETE",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteLanguageunderstandingDomainFeedbackFeedbackId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteLanguageunderstandingDomainFeedbackFeedbackId';if(i==null||i==="")throw'Missing the required parameter "feedbackId" when calling deleteLanguageunderstandingDomainFeedbackFeedbackId';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/feedback/{feedbackId}","DELETE",{domainId:e,feedbackId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteLanguageunderstandingDomainVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteLanguageunderstandingDomainVersion';if(i==null||i==="")throw'Missing the required parameter "domainVersionId" when calling deleteLanguageunderstandingDomainVersion';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}","DELETE",{domainId:e,domainVersionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteLanguageunderstandingMiner(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling deleteLanguageunderstandingMiner';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}","DELETE",{minerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteLanguageunderstandingMinerDraft(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling deleteLanguageunderstandingMinerDraft';if(i==null||i==="")throw'Missing the required parameter "draftId" when calling deleteLanguageunderstandingMinerDraft';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId}","DELETE",{minerId:e,draftId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingDomain(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomain';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingDomainFeedback(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainFeedback';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/feedback","GET",{domainId:e},{intentName:i.intentName,assessment:i.assessment,dateStart:i.dateStart,dateEnd:i.dateEnd,includeDeleted:i.includeDeleted,language:i.language,pageNumber:i.pageNumber,pageSize:i.pageSize,enableCursorPagination:i.enableCursorPagination,includeTrainingUtterances:i.includeTrainingUtterances,after:i.after,fields:this.apiClient.buildCollectionParam(i.fields,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingDomainFeedbackFeedbackId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainFeedbackFeedbackId';if(i==null||i==="")throw'Missing the required parameter "feedbackId" when calling getLanguageunderstandingDomainFeedbackFeedbackId';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/feedback/{feedbackId}","GET",{domainId:e,feedbackId:i},{fields:this.apiClient.buildCollectionParam(n.fields,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingDomainVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainVersion';if(i==null||i==="")throw'Missing the required parameter "domainVersionId" when calling getLanguageunderstandingDomainVersion';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}","GET",{domainId:e,domainVersionId:i},{includeUtterances:n.includeUtterances},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingDomainVersionReport(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainVersionReport';if(i==null||i==="")throw'Missing the required parameter "domainVersionId" when calling getLanguageunderstandingDomainVersionReport';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/report","GET",{domainId:e,domainVersionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingDomainVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainVersions';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions","GET",{domainId:e},{includeUtterances:i.includeUtterances,pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingDomains(e){return e=e||{},this.apiClient.callApi("/api/v2/languageunderstanding/domains","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLanguageunderstandingIgnorephrase(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling getLanguageunderstandingIgnorephrase';return this.apiClient.callApi("/api/v2/languageunderstanding/ignorephrases/{languageCode}","GET",{languageCode:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,text:i.text,sortOrder:i.sortOrder,sortBy:i.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingIgnoretopic(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling getLanguageunderstandingIgnoretopic';return this.apiClient.callApi("/api/v2/languageunderstanding/ignoretopics/{languageCode}","GET",{languageCode:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,text:i.text,sortOrder:i.sortOrder,sortBy:i.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingMiner(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMiner';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}","GET",{minerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingMinerDraft(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerDraft';if(i==null||i==="")throw'Missing the required parameter "draftId" when calling getLanguageunderstandingMinerDraft';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId}","GET",{minerId:e,draftId:i},{draftIntentId:n.draftIntentId,draftTopicId:n.draftTopicId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingMinerDrafts(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerDrafts';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts","GET",{minerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingMinerIntent(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerIntent';if(i==null||i==="")throw'Missing the required parameter "intentId" when calling getLanguageunderstandingMinerIntent';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/intents/{intentId}","GET",{minerId:e,intentId:i},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingMinerIntents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerIntents';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/intents","GET",{minerId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingMinerTopic(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopic';if(i==null||i==="")throw'Missing the required parameter "topicId" when calling getLanguageunderstandingMinerTopic';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/topics/{topicId}","GET",{minerId:e,topicId:i},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingMinerTopicPhrase(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopicPhrase';if(i==null||i==="")throw'Missing the required parameter "topicId" when calling getLanguageunderstandingMinerTopicPhrase';if(n==null||n==="")throw'Missing the required parameter "phraseId" when calling getLanguageunderstandingMinerTopicPhrase';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/topics/{topicId}/phrases/{phraseId}","GET",{minerId:e,topicId:i,phraseId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getLanguageunderstandingMinerTopics(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopics';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/topics","GET",{minerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingMiners(e){return e=e||{},this.apiClient.callApi("/api/v2/languageunderstanding/miners","GET",{},{minerType:e.minerType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLanguageunderstandingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/languageunderstanding/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchLanguageunderstandingDomain(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling patchLanguageunderstandingDomain';if(i==null)throw'Missing the required parameter "body" when calling patchLanguageunderstandingDomain';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}","PATCH",{domainId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchLanguageunderstandingMinerDraft(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling patchLanguageunderstandingMinerDraft';if(i==null||i==="")throw'Missing the required parameter "draftId" when calling patchLanguageunderstandingMinerDraft';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId}","PATCH",{minerId:e,draftId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingDomainFeedback(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainFeedback';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingDomainFeedback';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/feedback","POST",{domainId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingDomainVersionDetect(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersionDetect';if(i==null||i==="")throw'Missing the required parameter "domainVersionId" when calling postLanguageunderstandingDomainVersionDetect';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingDomainVersionDetect';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/detect","POST",{domainId:e,domainVersionId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postLanguageunderstandingDomainVersionPublish(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersionPublish';if(i==null||i==="")throw'Missing the required parameter "domainVersionId" when calling postLanguageunderstandingDomainVersionPublish';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/publish","POST",{domainId:e,domainVersionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingDomainVersionTrain(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersionTrain';if(i==null||i==="")throw'Missing the required parameter "domainVersionId" when calling postLanguageunderstandingDomainVersionTrain';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/train","POST",{domainId:e,domainVersionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingDomainVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersions';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingDomainVersions';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions","POST",{domainId:e},{includeUtterances:n.includeUtterances},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingDomains(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingDomains';return this.apiClient.callApi("/api/v2/languageunderstanding/domains","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingIgnorephrase(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnorephrase';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnorephrase';return this.apiClient.callApi("/api/v2/languageunderstanding/ignorephrases/{languageCode}","POST",{languageCode:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingIgnorephraseRemove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnorephraseRemove';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnorephraseRemove';return this.apiClient.callApi("/api/v2/languageunderstanding/ignorephrases/{languageCode}/remove","POST",{languageCode:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingIgnoretopic(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnoretopic';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnoretopic';return this.apiClient.callApi("/api/v2/languageunderstanding/ignoretopics/{languageCode}","POST",{languageCode:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingIgnoretopicRemove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnoretopicRemove';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnoretopicRemove';return this.apiClient.callApi("/api/v2/languageunderstanding/ignoretopics/{languageCode}/remove","POST",{languageCode:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingMinerDrafts(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling postLanguageunderstandingMinerDrafts';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingMinerDrafts';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts","POST",{minerId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingMinerExecute(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling postLanguageunderstandingMinerExecute';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/execute","POST",{minerId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingMiners(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingMiners';return this.apiClient.callApi("/api/v2/languageunderstanding/miners","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putLanguageunderstandingDomainVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling putLanguageunderstandingDomainVersion';if(i==null||i==="")throw'Missing the required parameter "domainVersionId" when calling putLanguageunderstandingDomainVersion';if(n==null)throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}","PUT",{domainId:e,domainVersionId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},Cb=class{constructor(e){this.apiClient=e||q.instance}deleteLanguage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling deleteLanguage';return this.apiClient.callApi("/api/v2/languages/{languageId}","DELETE",{languageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling getLanguage';return this.apiClient.callApi("/api/v2/languages/{languageId}","GET",{languageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguages(e){return e=e||{},this.apiClient.callApi("/api/v2/languages","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLanguagesTranslations(e){return e=e||{},this.apiClient.callApi("/api/v2/languages/translations","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLanguagesTranslationsBuiltin(e,i){if(i=i||{},e==null)throw'Missing the required parameter "language" when calling getLanguagesTranslationsBuiltin';return this.apiClient.callApi("/api/v2/languages/translations/builtin","GET",{},{language:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguagesTranslationsOrganization(e,i){if(i=i||{},e==null)throw'Missing the required parameter "language" when calling getLanguagesTranslationsOrganization';return this.apiClient.callApi("/api/v2/languages/translations/organization","GET",{},{language:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguagesTranslationsUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getLanguagesTranslationsUser';return this.apiClient.callApi("/api/v2/languages/translations/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLanguages';return this.apiClient.callApi("/api/v2/languages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Ab=class{constructor(e){this.apiClient=e||q.instance}deleteLearningAssignment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling deleteLearningAssignment';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}","DELETE",{assignmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteLearningModule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling deleteLearningModule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}","DELETE",{moduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningAssignment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling getLearningAssignment';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}","GET",{assignmentId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningAssignmentStep(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling getLearningAssignmentStep';if(i==null||i==="")throw'Missing the required parameter "stepId" when calling getLearningAssignmentStep';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/steps/{stepId}","GET",{assignmentId:e,stepId:i},{shareableContentObjectId:n.shareableContentObjectId,defaultShareableContentObject:n.defaultShareableContentObject,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningAssignments(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments","GET",{},{moduleId:e.moduleId,interval:e.interval,completionInterval:e.completionInterval,overdue:e.overdue,pageSize:e.pageSize,pageNumber:e.pageNumber,pass:e.pass,minPercentageScore:e.minPercentageScore,maxPercentageScore:e.maxPercentageScore,sortOrder:e.sortOrder,sortBy:e.sortBy,userId:this.apiClient.buildCollectionParam(e.userId,"multi"),types:this.apiClient.buildCollectionParam(e.types,"multi"),states:this.apiClient.buildCollectionParam(e.states,"multi"),expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLearningAssignmentsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments/me","GET",{},{moduleId:e.moduleId,interval:e.interval,completionInterval:e.completionInterval,overdue:e.overdue,pageSize:e.pageSize,pageNumber:e.pageNumber,pass:e.pass,minPercentageScore:e.minPercentageScore,maxPercentageScore:e.maxPercentageScore,sortOrder:e.sortOrder,sortBy:e.sortBy,types:this.apiClient.buildCollectionParam(e.types,"multi"),states:this.apiClient.buildCollectionParam(e.states,"multi"),expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLearningModule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}","GET",{moduleId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningModuleJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModuleJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getLearningModuleJob';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/jobs/{jobId}","GET",{moduleId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningModulePreview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModulePreview';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/preview","GET",{moduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningModuleRule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModuleRule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/rule","GET",{moduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningModuleVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModuleVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getLearningModuleVersion';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/versions/{versionId}","GET",{moduleId:e,versionId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningModules(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/modules","GET",{},{isArchived:e.isArchived,types:this.apiClient.buildCollectionParam(e.types,"multi"),pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,sortBy:e.sortBy,searchTerm:e.searchTerm,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),isPublished:e.isPublished,statuses:this.apiClient.buildCollectionParam(e.statuses,"multi"),externalIds:this.apiClient.buildCollectionParam(e.externalIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLearningModulesAssignments(e,i){if(i=i||{},e==null)throw'Missing the required parameter "userIds" when calling getLearningModulesAssignments';return this.apiClient.callApi("/api/v2/learning/modules/assignments","GET",{},{userIds:this.apiClient.buildCollectionParam(e,"multi"),pageSize:i.pageSize,pageNumber:i.pageNumber,searchTerm:i.searchTerm,overdue:i.overdue,assignmentStates:this.apiClient.buildCollectionParam(i.assignmentStates,"multi"),expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningModulesCoverartCoverArtId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coverArtId" when calling getLearningModulesCoverartCoverArtId';return this.apiClient.callApi("/api/v2/learning/modules/coverart/{coverArtId}","GET",{coverArtId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningScheduleslotsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getLearningScheduleslotsJob';return this.apiClient.callApi("/api/v2/learning/scheduleslots/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningScormScormId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scormId" when calling getLearningScormScormId';return this.apiClient.callApi("/api/v2/learning/scorm/{scormId}","GET",{scormId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchLearningAssignment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling patchLearningAssignment';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}","PATCH",{assignmentId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchLearningAssignmentReschedule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling patchLearningAssignmentReschedule';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/reschedule","PATCH",{assignmentId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchLearningAssignmentStep(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling patchLearningAssignmentStep';if(i==null||i==="")throw'Missing the required parameter "stepId" when calling patchLearningAssignmentStep';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/steps/{stepId}","PATCH",{assignmentId:e,stepId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchLearningModuleUserAssignments(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling patchLearningModuleUserAssignments';if(i==null||i==="")throw'Missing the required parameter "userId" when calling patchLearningModuleUserAssignments';if(n==null)throw'Missing the required parameter "body" when calling patchLearningModuleUserAssignments';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/users/{userId}/assignments","PATCH",{moduleId:e,userId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postLearningAssessmentsScoring(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLearningAssessmentsScoring';return this.apiClient.callApi("/api/v2/learning/assessments/scoring","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningAssignmentReassign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling postLearningAssignmentReassign';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/reassign","POST",{assignmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningAssignmentReset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling postLearningAssignmentReset';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/reset","POST",{assignmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningAssignments(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLearningAssignmentsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLearningAssignmentsAggregatesQuery';return this.apiClient.callApi("/api/v2/learning/assignments/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningAssignmentsBulkadd(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments/bulkadd","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLearningAssignmentsBulkremove(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments/bulkremove","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLearningModuleJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling postLearningModuleJobs';if(i==null)throw'Missing the required parameter "body" when calling postLearningModuleJobs';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/jobs","POST",{moduleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningModulePublish(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling postLearningModulePublish';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/publish","POST",{moduleId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningModuleRuleMigrate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling postLearningModuleRuleMigrate';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/rule/migrate","POST",{moduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningModules(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLearningModules';return this.apiClient.callApi("/api/v2/learning/modules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningRulesQuery(e,i,n,a){if(a=a||{},e==null)throw'Missing the required parameter "pageSize" when calling postLearningRulesQuery';if(i==null)throw'Missing the required parameter "pageNumber" when calling postLearningRulesQuery';if(n==null)throw'Missing the required parameter "body" when calling postLearningRulesQuery';return this.apiClient.callApi("/api/v2/learning/rules/query","POST",{},{pageSize:e,pageNumber:i},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postLearningScheduleslotsJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLearningScheduleslotsJobs';return this.apiClient.callApi("/api/v2/learning/scheduleslots/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningScheduleslotsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLearningScheduleslotsQuery';return this.apiClient.callApi("/api/v2/learning/scheduleslots/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningScorm(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/scorm","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putLearningModule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling putLearningModule';if(i==null)throw'Missing the required parameter "body" when calling putLearningModule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}","PUT",{moduleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putLearningModulePreview(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling putLearningModulePreview';if(i==null)throw'Missing the required parameter "body" when calling putLearningModulePreview';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/preview","PUT",{moduleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putLearningModuleRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling putLearningModuleRule';if(i==null)throw'Missing the required parameter "body" when calling putLearningModuleRule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/rule","PUT",{moduleId:e},{assign:n.assign},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},bb=class{constructor(e){this.apiClient=e||q.instance}getLicenseDefinition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "licenseId" when calling getLicenseDefinition';return this.apiClient.callApi("/api/v2/license/definitions/{licenseId}","GET",{licenseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLicenseDefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/license/definitions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLicenseToggle(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "featureName" when calling getLicenseToggle';return this.apiClient.callApi("/api/v2/license/toggles/{featureName}","GET",{featureName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLicenseUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getLicenseUser';return this.apiClient.callApi("/api/v2/license/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLicenseUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/license/users","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLicenseInfer(e){return e=e||{},this.apiClient.callApi("/api/v2/license/infer","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLicenseInferPermissions(e){return e=e||{},this.apiClient.callApi("/api/v2/license/infer/permissions","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLicenseOrganization(e){return e=e||{},this.apiClient.callApi("/api/v2/license/organization","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLicenseToggle(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "featureName" when calling postLicenseToggle';return this.apiClient.callApi("/api/v2/license/toggles/{featureName}","POST",{featureName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLicenseUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/license/users","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},yb=class{constructor(e){this.apiClient=e||q.instance}deleteLocation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "locationId" when calling deleteLocation';return this.apiClient.callApi("/api/v2/locations/{locationId}","DELETE",{locationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLocation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "locationId" when calling getLocation';return this.apiClient.callApi("/api/v2/locations/{locationId}","GET",{locationId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLocationSublocations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "locationId" when calling getLocationSublocations';return this.apiClient.callApi("/api/v2/locations/{locationId}/sublocations","GET",{locationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLocations(e){return e=e||{},this.apiClient.callApi("/api/v2/locations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLocationsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getLocationsSearch';return this.apiClient.callApi("/api/v2/locations/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchLocation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "locationId" when calling patchLocation';if(i==null)throw'Missing the required parameter "body" when calling patchLocation';return this.apiClient.callApi("/api/v2/locations/{locationId}","PATCH",{locationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLocations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLocations';return this.apiClient.callApi("/api/v2/locations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLocationsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLocationsSearch';return this.apiClient.callApi("/api/v2/locations/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Pb=class{constructor(e){this.apiClient=e||q.instance}deleteDiagnosticsLogcaptureBrowserUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteDiagnosticsLogcaptureBrowserUser';return this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/users/{userId}","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getDiagnosticsLogcaptureBrowserEntriesDownloadJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getDiagnosticsLogcaptureBrowserEntriesDownloadJob';return this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/entries/download/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getDiagnosticsLogcaptureBrowserUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getDiagnosticsLogcaptureBrowserUser';return this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getDiagnosticsLogcaptureBrowserUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/users","GET",{},{includeExpired:e.includeExpired},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/entries/download/jobs","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postDiagnosticsLogcaptureBrowserEntriesQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/entries/query","POST",{},{after:e.after,pageSize:e.pageSize},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postDiagnosticsLogcaptureBrowserUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';return this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/users/{userId}","POST",{userId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},jb=class{constructor(e){this.apiClient=e||q.instance}deleteMessagingSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling deleteMessagingSetting';return this.apiClient.callApi("/api/v2/messaging/settings/{messageSettingId}","DELETE",{messageSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteMessagingSettingsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/messaging/settings/default","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteMessagingSupportedcontentSupportedContentId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling deleteMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/messaging/supportedcontent/{supportedContentId}","DELETE",{supportedContentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getMessagingSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling getMessagingSetting';return this.apiClient.callApi("/api/v2/messaging/settings/{messageSettingId}","GET",{messageSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getMessagingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/messaging/settings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getMessagingSettingsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/messaging/settings/default","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getMessagingSupportedcontent(e){return e=e||{},this.apiClient.callApi("/api/v2/messaging/supportedcontent","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getMessagingSupportedcontentSupportedContentId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling getMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/messaging/supportedcontent/{supportedContentId}","GET",{supportedContentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchMessagingSetting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling patchMessagingSetting';if(i==null)throw'Missing the required parameter "body" when calling patchMessagingSetting';return this.apiClient.callApi("/api/v2/messaging/settings/{messageSettingId}","PATCH",{messageSettingId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchMessagingSupportedcontentSupportedContentId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling patchMessagingSupportedcontentSupportedContentId';if(i==null)throw'Missing the required parameter "body" when calling patchMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/messaging/supportedcontent/{supportedContentId}","PATCH",{supportedContentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postMessagingSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postMessagingSettings';return this.apiClient.callApi("/api/v2/messaging/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postMessagingSupportedcontent(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postMessagingSupportedcontent';return this.apiClient.callApi("/api/v2/messaging/supportedcontent","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putMessagingSettingsDefault(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';return this.apiClient.callApi("/api/v2/messaging/settings/default","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Sb=class{constructor(e){this.apiClient=e||q.instance}deleteMobiledevice(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deviceId" when calling deleteMobiledevice';return this.apiClient.callApi("/api/v2/mobiledevices/{deviceId}","DELETE",{deviceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getMobiledevice(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deviceId" when calling getMobiledevice';return this.apiClient.callApi("/api/v2/mobiledevices/{deviceId}","GET",{deviceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getMobiledevices(e){return e=e||{},this.apiClient.callApi("/api/v2/mobiledevices","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postMobiledevices(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postMobiledevices';return this.apiClient.callApi("/api/v2/mobiledevices","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putMobiledevice(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deviceId" when calling putMobiledevice';return this.apiClient.callApi("/api/v2/mobiledevices/{deviceId}","PUT",{deviceId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Ob=class{constructor(e){this.apiClient=e||q.instance}deleteNotificationsChannelSubscriptions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling deleteNotificationsChannelSubscriptions';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}/subscriptions","DELETE",{channelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getNotificationsAvailabletopics(e){return e=e||{},this.apiClient.callApi("/api/v2/notifications/availabletopics","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi"),includePreview:e.includePreview},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getNotificationsChannelSubscriptions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling getNotificationsChannelSubscriptions';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}/subscriptions","GET",{channelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getNotificationsChannels(e){return e=e||{},this.apiClient.callApi("/api/v2/notifications/channels","GET",{},{includechannels:e.includechannels},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}headNotificationsChannel(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling headNotificationsChannel';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}","HEAD",{channelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postNotificationsChannelSubscriptions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling postNotificationsChannelSubscriptions';if(i==null)throw'Missing the required parameter "body" when calling postNotificationsChannelSubscriptions';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}/subscriptions","POST",{channelId:e},{ignoreErrors:n.ignoreErrors},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postNotificationsChannels(e){return e=e||{},this.apiClient.callApi("/api/v2/notifications/channels","POST",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putNotificationsChannelSubscriptions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling putNotificationsChannelSubscriptions';if(i==null)throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}/subscriptions","PUT",{channelId:e},{ignoreErrors:n.ignoreErrors},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},xb=class{constructor(e){this.apiClient=e||q.instance}deleteOauthClient(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling deleteOauthClient';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}","DELETE",{clientId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOauthAuthorization(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getOauthAuthorization';return this.apiClient.callApi("/api/v2/oauth/authorizations/{clientId}","GET",{clientId:e},{},{"Accept-Language":i.acceptLanguage},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOauthAuthorizations(e){return e=e||{},this.apiClient.callApi("/api/v2/oauth/authorizations","GET",{},{},{"Accept-Language":e.acceptLanguage},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOauthClient(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getOauthClient';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}","GET",{clientId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOauthClientUsageQueryResult(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "executionId" when calling getOauthClientUsageQueryResult';if(i==null||i==="")throw'Missing the required parameter "clientId" when calling getOauthClientUsageQueryResult';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/query/results/{executionId}","GET",{executionId:e,clientId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOauthClientUsageSummary(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getOauthClientUsageSummary';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/summary","GET",{clientId:e},{days:i.days},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOauthClients(e){return e=e||{},this.apiClient.callApi("/api/v2/oauth/clients","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOauthScope(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scopeId" when calling getOauthScope';return this.apiClient.callApi("/api/v2/oauth/scopes/{scopeId}","GET",{scopeId:e},{},{"Accept-Language":i.acceptLanguage},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOauthScopes(e){return e=e||{},this.apiClient.callApi("/api/v2/oauth/scopes","GET",{},{},{"Accept-Language":e.acceptLanguage},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postOauthClientSecret(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling postOauthClientSecret';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/secret","POST",{clientId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOauthClientUsageQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling postOauthClientUsageQuery';if(i==null)throw'Missing the required parameter "body" when calling postOauthClientUsageQuery';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/query","POST",{clientId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOauthClients(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOauthClients';return this.apiClient.callApi("/api/v2/oauth/clients","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOauthClient(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling putOauthClient';if(i==null)throw'Missing the required parameter "body" when calling putOauthClient';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}","PUT",{clientId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Tb=class{constructor(e){this.apiClient=e||q.instance}deleteAuthorizationDivision(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling deleteAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","DELETE",{divisionId:e},{force:i.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationDivision(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling getAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","GET",{divisionId:e},{objectCount:i.objectCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationDivisions(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,objectCount:e.objectCount,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsDeleted(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/deleted","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsHome(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/home","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsLimit(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/limit","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/query","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postAuthorizationDivisionObject(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationDivisionObject';if(i==null||i==="")throw'Missing the required parameter "objectType" when calling postAuthorizationDivisionObject';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisionObject';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/objects/{objectType}","POST",{divisionId:e,objectType:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAuthorizationDivisionRestore(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/restore","POST",{divisionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationDivisions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisions';return this.apiClient.callApi("/api/v2/authorization/divisions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAuthorizationDivision(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling putAuthorizationDivision';if(i==null)throw'Missing the required parameter "body" when calling putAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","PUT",{divisionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Mb=class{constructor(e){this.apiClient=e||q.instance}getUsageEventsDefinition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "eventDefinitionId" when calling getUsageEventsDefinition';return this.apiClient.callApi("/api/v2/usage/events/definitions/{eventDefinitionId}","GET",{eventDefinitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsageEventsDefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/usage/events/definitions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postUsageEventsAggregatesQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/usage/events/aggregates/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postUsageEventsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/usage/events/query","POST",{},{before:e.before,after:e.after,pageSize:e.pageSize},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Eb=class{constructor(e){this.apiClient=e||q.instance}getFieldconfig(e,i){if(i=i||{},e==null)throw'Missing the required parameter "type" when calling getFieldconfig';return this.apiClient.callApi("/api/v2/fieldconfig","GET",{},{type:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrganizationsAuthenticationSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/authentication/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsEmbeddedintegration(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/embeddedintegration","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsIpaddressauthentication(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/ipaddressauthentication","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsLimitsChangerequest(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "requestId" when calling getOrganizationsLimitsChangerequest';return this.apiClient.callApi("/api/v2/organizations/limits/changerequests/{requestId}","GET",{requestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrganizationsLimitsChangerequests(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/limits/changerequests","GET",{},{after:e.after,before:e.before,status:e.status,pageSize:e.pageSize,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsLimitsDocs(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/limits/docs","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsLimitsDocsFreetrial(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/limits/docs/freetrial","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsLimitsNamespace(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "namespaceName" when calling getOrganizationsLimitsNamespace';return this.apiClient.callApi("/api/v2/organizations/limits/namespaces/{namespaceName}","GET",{namespaceName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrganizationsLimitsNamespaceDefaults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "namespaceName" when calling getOrganizationsLimitsNamespaceDefaults';return this.apiClient.callApi("/api/v2/organizations/limits/namespaces/{namespaceName}/defaults","GET",{namespaceName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrganizationsLimitsNamespaces(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/limits/namespaces","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsWhitelist(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/whitelist","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchOrganizationsAuthenticationSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchOrganizationsAuthenticationSettings';return this.apiClient.callApi("/api/v2/organizations/authentication/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchOrganizationsFeature(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "featureName" when calling patchOrganizationsFeature';if(i==null)throw'Missing the required parameter "enabled" when calling patchOrganizationsFeature';return this.apiClient.callApi("/api/v2/organizations/features/{featureName}","PATCH",{featureName:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOrganizationsEmbeddedintegration(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putOrganizationsEmbeddedintegration';return this.apiClient.callApi("/api/v2/organizations/embeddedintegration","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOrganizationsIpaddressauthentication(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putOrganizationsIpaddressauthentication';return this.apiClient.callApi("/api/v2/organizations/ipaddressauthentication","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOrganizationsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/me","PUT",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putOrganizationsWhitelist(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';return this.apiClient.callApi("/api/v2/organizations/whitelist","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},kb=class{constructor(e){this.apiClient=e||q.instance}deleteOrgauthorizationTrustee(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrustee';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}","DELETE",{trusteeOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrusteeCloneduser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeCloneduser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrusteeCloneduser';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers/{trusteeUserId}","DELETE",{trusteeOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrusteeGroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeGroup';if(i==null||i==="")throw'Missing the required parameter "trusteeGroupId" when calling deleteOrgauthorizationTrusteeGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}","DELETE",{trusteeOrgId:e,trusteeGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrusteeGroupRoles(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeGroupRoles';if(i==null||i==="")throw'Missing the required parameter "trusteeGroupId" when calling deleteOrgauthorizationTrusteeGroupRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles","DELETE",{trusteeOrgId:e,trusteeGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrusteeUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeUser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrusteeUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}","DELETE",{trusteeOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrusteeUserRoles(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeUserRoles';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrusteeUserRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles","DELETE",{trusteeOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrustees(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling deleteOrgauthorizationTrustees';return this.apiClient.callApi("/api/v2/orgauthorization/trustees","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrustor(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling deleteOrgauthorizationTrustor';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}","DELETE",{trustorOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrustorCloneduser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling deleteOrgauthorizationTrustorCloneduser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrustorCloneduser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}","DELETE",{trustorOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrustorGroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling deleteOrgauthorizationTrustorGroup';if(i==null||i==="")throw'Missing the required parameter "trustorGroupId" when calling deleteOrgauthorizationTrustorGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId}","DELETE",{trustorOrgId:e,trustorGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrustorUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling deleteOrgauthorizationTrustorUser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrustorUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}","DELETE",{trustorOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrustors(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling deleteOrgauthorizationTrustors';return this.apiClient.callApi("/api/v2/orgauthorization/trustors","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationPairing(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "pairingId" when calling getOrgauthorizationPairing';return this.apiClient.callApi("/api/v2/orgauthorization/pairings/{pairingId}","GET",{pairingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustee(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrustee';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}","GET",{trusteeOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrusteeClonedusers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeClonedusers';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers","GET",{trusteeOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrusteeGroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeGroup';if(i==null||i==="")throw'Missing the required parameter "trusteeGroupId" when calling getOrgauthorizationTrusteeGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}","GET",{trusteeOrgId:e,trusteeGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrusteeGroupRoles(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeGroupRoles';if(i==null||i==="")throw'Missing the required parameter "trusteeGroupId" when calling getOrgauthorizationTrusteeGroupRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles","GET",{trusteeOrgId:e,trusteeGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrusteeGroups(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeGroups';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups","GET",{trusteeOrgId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrusteeUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeUser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling getOrgauthorizationTrusteeUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}","GET",{trusteeOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrusteeUserRoles(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeUserRoles';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling getOrgauthorizationTrusteeUserRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles","GET",{trusteeOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrusteeUsers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeUsers';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users","GET",{trusteeOrgId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustees(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrgauthorizationTrusteesCare(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees/care","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrgauthorizationTrusteesDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees/default","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrgauthorizationTrustor(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustor';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}","GET",{trustorOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustorCloneduser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorCloneduser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling getOrgauthorizationTrustorCloneduser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}","GET",{trustorOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustorClonedusers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorClonedusers';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers","GET",{trustorOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustorGroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorGroup';if(i==null||i==="")throw'Missing the required parameter "trustorGroupId" when calling getOrgauthorizationTrustorGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId}","GET",{trustorOrgId:e,trustorGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustorGroups(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorGroups';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/groups","GET",{trustorOrgId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustorUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorUser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling getOrgauthorizationTrustorUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}","GET",{trustorOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustorUsers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorUsers';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/users","GET",{trustorOrgId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustors(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustors","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postOrgauthorizationPairings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOrgauthorizationPairings';return this.apiClient.callApi("/api/v2/orgauthorization/pairings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOrgauthorizationTrusteeGroups(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling postOrgauthorizationTrusteeGroups';if(i==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrusteeGroups';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups","POST",{trusteeOrgId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOrgauthorizationTrusteeUsers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling postOrgauthorizationTrusteeUsers';if(i==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrusteeUsers';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users","POST",{trusteeOrgId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOrgauthorizationTrustees(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrustees';return this.apiClient.callApi("/api/v2/orgauthorization/trustees","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOrgauthorizationTrusteesAudits(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrusteesAudits';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/audits","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,sortOrder:i.sortOrder},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOrgauthorizationTrusteesCare(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees/care","POST",{},{assignDefaultRole:e.assignDefaultRole,autoExpire:e.autoExpire,assignFullAccess:e.assignFullAccess,allowTrustedUserAccess:e.allowTrustedUserAccess},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postOrgauthorizationTrusteesDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees/default","POST",{},{assignDefaultRole:e.assignDefaultRole,autoExpire:e.autoExpire},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postOrgauthorizationTrustorAudits(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrustorAudits';return this.apiClient.callApi("/api/v2/orgauthorization/trustor/audits","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,sortOrder:i.sortOrder},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOrgauthorizationTrustee(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrustee';if(i==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrustee';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}","PUT",{trusteeOrgId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOrgauthorizationTrusteeGroupRoledivisions(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrusteeGroupRoledivisions';if(i==null||i==="")throw'Missing the required parameter "trusteeGroupId" when calling putOrgauthorizationTrusteeGroupRoledivisions';if(n==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrusteeGroupRoledivisions';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roledivisions","PUT",{trusteeOrgId:e,trusteeGroupId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOrgauthorizationTrusteeGroupRoles(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrusteeGroupRoles';if(i==null||i==="")throw'Missing the required parameter "trusteeGroupId" when calling putOrgauthorizationTrusteeGroupRoles';if(n==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrusteeGroupRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles","PUT",{trusteeOrgId:e,trusteeGroupId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOrgauthorizationTrusteeUserRoledivisions(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrusteeUserRoledivisions';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrusteeUserRoledivisions';if(n==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrusteeUserRoledivisions';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roledivisions","PUT",{trusteeOrgId:e,trusteeUserId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOrgauthorizationTrusteeUserRoles(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrusteeUserRoles';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrusteeUserRoles';if(n==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrusteeUserRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles","PUT",{trusteeOrgId:e,trusteeUserId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOrgauthorizationTrustorCloneduser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling putOrgauthorizationTrustorCloneduser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorCloneduser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}","PUT",{trustorOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOrgauthorizationTrustorGroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling putOrgauthorizationTrustorGroup';if(i==null||i==="")throw'Missing the required parameter "trustorGroupId" when calling putOrgauthorizationTrustorGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId}","PUT",{trustorOrgId:e,trustorGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOrgauthorizationTrustorUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling putOrgauthorizationTrustorUser';if(i==null||i==="")throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}","PUT",{trustorOrgId:e,trusteeUserId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},qb=class{constructor(e){this.apiClient=e||q.instance}deleteOutboundAttemptlimit(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "attemptLimitsId" when calling deleteOutboundAttemptlimit';return this.apiClient.callApi("/api/v2/outbound/attemptlimits/{attemptLimitsId}","DELETE",{attemptLimitsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundCallabletimeset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "callableTimeSetId" when calling deleteOutboundCallabletimeset';return this.apiClient.callApi("/api/v2/outbound/callabletimesets/{callableTimeSetId}","DELETE",{callableTimeSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundCallanalysisresponseset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "callAnalysisSetId" when calling deleteOutboundCallanalysisresponseset';return this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId}","DELETE",{callAnalysisSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundCampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling deleteOutboundCampaign';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}","DELETE",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundCampaignProgress(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling deleteOutboundCampaignProgress';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/progress","DELETE",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundCampaignrule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignRuleId" when calling deleteOutboundCampaignrule';return this.apiClient.callApi("/api/v2/outbound/campaignrules/{campaignRuleId}","DELETE",{campaignRuleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundContactlist(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling deleteOutboundContactlist';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}","DELETE",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundContactlistContact(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling deleteOutboundContactlistContact';if(i==null||i==="")throw'Missing the required parameter "contactId" when calling deleteOutboundContactlistContact';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}","DELETE",{contactListId:e,contactId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundContactlistContacts(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling deleteOutboundContactlistContacts';if(i==null)throw'Missing the required parameter "contactIds" when calling deleteOutboundContactlistContacts';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts","DELETE",{contactListId:e},{contactIds:this.apiClient.buildCollectionParam(i,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundContactlistfilter(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListFilterId" when calling deleteOutboundContactlistfilter';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/{contactListFilterId}","DELETE",{contactListFilterId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundContactlists(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling deleteOutboundContactlists';return this.apiClient.callApi("/api/v2/outbound/contactlists","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundContactlisttemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListTemplateId" when calling deleteOutboundContactlisttemplate';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/{contactListTemplateId}","DELETE",{contactListTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundContactlisttemplates(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling deleteOutboundContactlisttemplates';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundDigitalruleset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "digitalRuleSetId" when calling deleteOutboundDigitalruleset';return this.apiClient.callApi("/api/v2/outbound/digitalrulesets/{digitalRuleSetId}","DELETE",{digitalRuleSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundDnclist(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclist';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}","DELETE",{dncListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundDnclistCustomexclusioncolumns(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclistCustomexclusioncolumns';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/customexclusioncolumns","DELETE",{dncListId:e},{expiredOnly:i.expiredOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundDnclistEmailaddresses(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclistEmailaddresses';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/emailaddresses","DELETE",{dncListId:e},{expiredOnly:i.expiredOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundDnclistPhonenumbers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclistPhonenumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/phonenumbers","DELETE",{dncListId:e},{expiredOnly:i.expiredOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundDnclistWhatsappnumbers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclistWhatsappnumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/whatsappnumbers","DELETE",{dncListId:e},{expiredOnly:i.expiredOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundFilespecificationtemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "fileSpecificationTemplateId" when calling deleteOutboundFilespecificationtemplate';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}","DELETE",{fileSpecificationTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundFilespecificationtemplatesBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling deleteOutboundFilespecificationtemplatesBulk';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates/bulk","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundImporttemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "importTemplateId" when calling deleteOutboundImporttemplate';return this.apiClient.callApi("/api/v2/outbound/importtemplates/{importTemplateId}","DELETE",{importTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundImporttemplates(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling deleteOutboundImporttemplates';return this.apiClient.callApi("/api/v2/outbound/importtemplates","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundMessagingcampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling deleteOutboundMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}","DELETE",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundMessagingcampaignProgress(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling deleteOutboundMessagingcampaignProgress';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/progress","DELETE",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundRuleset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleSetId" when calling deleteOutboundRuleset';return this.apiClient.callApi("/api/v2/outbound/rulesets/{ruleSetId}","DELETE",{ruleSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundSchedulesCampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling deleteOutboundSchedulesCampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/campaigns/{campaignId}","DELETE",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundSchedulesEmailcampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "emailCampaignId" when calling deleteOutboundSchedulesEmailcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}","DELETE",{emailCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundSchedulesMessagingcampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling deleteOutboundSchedulesMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}","DELETE",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundSchedulesSequence(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling deleteOutboundSchedulesSequence';return this.apiClient.callApi("/api/v2/outbound/schedules/sequences/{sequenceId}","DELETE",{sequenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundSchedulesWhatsappcampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "whatsAppCampaignId" when calling deleteOutboundSchedulesWhatsappcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/whatsappcampaigns/{whatsAppCampaignId}","DELETE",{whatsAppCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundSequence(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling deleteOutboundSequence';return this.apiClient.callApi("/api/v2/outbound/sequences/{sequenceId}","DELETE",{sequenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundAttemptlimit(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "attemptLimitsId" when calling getOutboundAttemptlimit';return this.apiClient.callApi("/api/v2/outbound/attemptlimits/{attemptLimitsId}","GET",{attemptLimitsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundAttemptlimits(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/attemptlimits","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCallabletimeset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "callableTimeSetId" when calling getOutboundCallabletimeset';return this.apiClient.callApi("/api/v2/outbound/callabletimesets/{callableTimeSetId}","GET",{callableTimeSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCallabletimesets(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/callabletimesets","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCallanalysisresponseset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "callAnalysisSetId" when calling getOutboundCallanalysisresponseset';return this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId}","GET",{callAnalysisSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCallanalysisresponsesets(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaign';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignAgentownedmappingpreviewResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignAgentownedmappingpreviewResults';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/agentownedmappingpreview/results","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignDiagnostics(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignDiagnostics';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/diagnostics","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignInteractions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignInteractions';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/interactions","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignLinedistribution(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignLinedistribution';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/linedistribution","GET",{campaignId:e},{includeOnlyActiveCampaigns:i.includeOnlyActiveCampaigns,edgeGroupId:i.edgeGroupId,siteId:i.siteId,useWeight:i.useWeight,relativeWeight:i.relativeWeight,outboundLineCount:i.outboundLineCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignProgress(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignProgress';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/progress","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignSkillcombinations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignSkillcombinations';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/skillcombinations","GET",{campaignId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignStats(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignStats';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/stats","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignrule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignRuleId" when calling getOutboundCampaignrule';return this.apiClient.callApi("/api/v2/outbound/campaignrules/{campaignRuleId}","GET",{campaignRuleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignrules(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaignrules","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaigns","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),contactListId:e.contactListId,dncListIds:e.dncListIds,distributionQueueId:e.distributionQueueId,edgeGroupId:e.edgeGroupId,callAnalysisResponseSetId:e.callAnalysisResponseSetId,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaignsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaigns/all","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),mediaType:this.apiClient.buildCollectionParam(e.mediaType,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaignsAllDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaigns/all/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),mediaType:this.apiClient.buildCollectionParam(e.mediaType,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaignsDivisionview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignsDivisionview';return this.apiClient.callApi("/api/v2/outbound/campaigns/divisionviews/{campaignId}","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundCampaignsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaigns/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundContactlist(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlist';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}","GET",{contactListId:e},{includeImportStatus:i.includeImportStatus,includeSize:i.includeSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistContact(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistContact';if(i==null||i==="")throw'Missing the required parameter "contactId" when calling getOutboundContactlistContact';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}","GET",{contactListId:e,contactId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistContactsBulkJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistContactsBulkJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getOutboundContactlistContactsBulkJob';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs/{jobId}","GET",{contactListId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistContactsBulkJobs(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistContactsBulkJobs';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs","GET",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistExport(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistExport';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/export","GET",{contactListId:e},{download:i.download},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistImportstatus(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistImportstatus';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/importstatus","GET",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistTimezonemappingpreview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistTimezonemappingpreview';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/timezonemappingpreview","GET",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistfilter(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListFilterId" when calling getOutboundContactlistfilter';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/{contactListFilterId}","GET",{contactListFilterId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistfilters(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/contactlistfilters","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder,contactListId:e.contactListId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundContactlists(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/contactlists","GET",{},{includeImportStatus:e.includeImportStatus,includeSize:e.includeSize,pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundContactlistsDivisionview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistsDivisionview';return this.apiClient.callApi("/api/v2/outbound/contactlists/divisionviews/{contactListId}","GET",{contactListId:e},{includeImportStatus:i.includeImportStatus,includeSize:i.includeSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/contactlists/divisionviews","GET",{},{includeImportStatus:e.includeImportStatus,includeSize:e.includeSize,pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundContactlisttemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListTemplateId" when calling getOutboundContactlisttemplate';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/{contactListTemplateId}","GET",{contactListTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlisttemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/contactlisttemplates","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundDiagnosticsCampaignSummary(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundDiagnosticsCampaignSummary';if(i==null)throw'Missing the required parameter "start" when calling getOutboundDiagnosticsCampaignSummary';if(n==null)throw'Missing the required parameter "end" when calling getOutboundDiagnosticsCampaignSummary';return this.apiClient.callApi("/api/v2/outbound/diagnostics/campaigns/{campaignId}/summary","GET",{campaignId:e},{start:i,end:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getOutboundDigitalruleset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "digitalRuleSetId" when calling getOutboundDigitalruleset';return this.apiClient.callApi("/api/v2/outbound/digitalrulesets/{digitalRuleSetId}","GET",{digitalRuleSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundDigitalrulesets(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/digitalrulesets","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundDnclist(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling getOutboundDnclist';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}","GET",{dncListId:e},{includeImportStatus:i.includeImportStatus,includeSize:i.includeSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundDnclistExport(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling getOutboundDnclistExport';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/export","GET",{dncListId:e},{download:i.download},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundDnclistImportstatus(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling getOutboundDnclistImportstatus';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/importstatus","GET",{dncListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundDnclists(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/dnclists","GET",{},{includeImportStatus:e.includeImportStatus,includeSize:e.includeSize,pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,dncSourceType:e.dncSourceType,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundDnclistsDivisionview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling getOutboundDnclistsDivisionview';return this.apiClient.callApi("/api/v2/outbound/dnclists/divisionviews/{dncListId}","GET",{dncListId:e},{includeImportStatus:i.includeImportStatus,includeSize:i.includeSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundDnclistsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/dnclists/divisionviews","GET",{},{includeImportStatus:e.includeImportStatus,includeSize:e.includeSize,pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,name:e.name,dncSourceType:e.dncSourceType,id:this.apiClient.buildCollectionParam(e.id,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundEvent(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "eventId" when calling getOutboundEvent';return this.apiClient.callApi("/api/v2/outbound/events/{eventId}","GET",{eventId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundEvents(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/events","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,category:e.category,level:e.level,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundFilespecificationtemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "fileSpecificationTemplateId" when calling getOutboundFilespecificationtemplate';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}","GET",{fileSpecificationTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundFilespecificationtemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundImporttemplate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';return this.apiClient.callApi("/api/v2/outbound/importtemplates/{importTemplateId}","GET",{importTemplateId:e},{includeImportStatus:i.includeImportStatus},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundImporttemplateImportstatus(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplateImportstatus';return this.apiClient.callApi("/api/v2/outbound/importtemplates/{importTemplateId}/importstatus","GET",{importTemplateId:e},{listNamePrefix:i.listNamePrefix},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundImporttemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/importtemplates","GET",{},{includeImportStatus:e.includeImportStatus,pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder,contactListTemplateId:e.contactListTemplateId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundMessagingcampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundMessagingcampaignDiagnostics(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignDiagnostics';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/diagnostics","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundMessagingcampaignProgress(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignProgress';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/progress","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundMessagingcampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/messagingcampaigns","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,contactListId:e.contactListId,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),type:e.type,senderSmsPhoneNumber:e.senderSmsPhoneNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),contentTemplateId:e.contentTemplateId,campaignStatus:e.campaignStatus,ruleSetIds:this.apiClient.buildCollectionParam(e.ruleSetIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundMessagingcampaignsDivisionview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignsDivisionview';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/divisionviews/{messagingCampaignId}","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundMessagingcampaignsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name,type:e.type,id:this.apiClient.buildCollectionParam(e.id,"multi"),senderSmsPhoneNumber:e.senderSmsPhoneNumber,contentTemplateId:e.contentTemplateId,campaignStatus:e.campaignStatus},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundRuleset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleSetId" when calling getOutboundRuleset';return this.apiClient.callApi("/api/v2/outbound/rulesets/{ruleSetId}","GET",{ruleSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundRulesets(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/rulesets","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesCampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundSchedulesCampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/campaigns/{campaignId}","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundSchedulesCampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/campaigns","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesEmailcampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "emailCampaignId" when calling getOutboundSchedulesEmailcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}","GET",{emailCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundSchedulesEmailcampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/emailcampaigns","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesMessagingcampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundSchedulesMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundSchedulesMessagingcampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/messagingcampaigns","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesSequence(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling getOutboundSchedulesSequence';return this.apiClient.callApi("/api/v2/outbound/schedules/sequences/{sequenceId}","GET",{sequenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundSchedulesSequences(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/sequences","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesWhatsappcampaign(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "whatsAppCampaignId" when calling getOutboundSchedulesWhatsappcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/whatsappcampaigns/{whatsAppCampaignId}","GET",{whatsAppCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundSchedulesWhatsappcampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/whatsappcampaigns","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSequence(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling getOutboundSequence';return this.apiClient.callApi("/api/v2/outbound/sequences/{sequenceId}","GET",{sequenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundSequences(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/sequences","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundWrapupcodemappings(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/wrapupcodemappings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchOutboundCampaign(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling patchOutboundCampaign';if(i==null)throw'Missing the required parameter "body" when calling patchOutboundCampaign';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}","PATCH",{campaignId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchOutboundDnclistCustomexclusioncolumns(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling patchOutboundDnclistCustomexclusioncolumns';if(i==null)throw'Missing the required parameter "body" when calling patchOutboundDnclistCustomexclusioncolumns';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/customexclusioncolumns","PATCH",{dncListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchOutboundDnclistEmailaddresses(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling patchOutboundDnclistEmailaddresses';if(i==null)throw'Missing the required parameter "body" when calling patchOutboundDnclistEmailaddresses';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/emailaddresses","PATCH",{dncListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchOutboundDnclistPhonenumbers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling patchOutboundDnclistPhonenumbers';if(i==null)throw'Missing the required parameter "body" when calling patchOutboundDnclistPhonenumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/phonenumbers","PATCH",{dncListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchOutboundDnclistWhatsappnumbers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling patchOutboundDnclistWhatsappnumbers';if(i==null)throw'Missing the required parameter "body" when calling patchOutboundDnclistWhatsappnumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/whatsappnumbers","PATCH",{dncListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchOutboundSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchOutboundSettings';return this.apiClient.callApi("/api/v2/outbound/settings","PATCH",{},{useMaxCallsPerAgentDecimal:i.useMaxCallsPerAgentDecimal},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundAttemptlimits(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundAttemptlimits';return this.apiClient.callApi("/api/v2/outbound/attemptlimits","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCallabletimesets(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCallabletimesets';return this.apiClient.callApi("/api/v2/outbound/callabletimesets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCallanalysisresponsesets(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCallanalysisresponsesets';return this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCampaignAgentownedmappingpreview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling postOutboundCampaignAgentownedmappingpreview';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/agentownedmappingpreview","POST",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCampaignCallbackSchedule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling postOutboundCampaignCallbackSchedule';if(i==null)throw'Missing the required parameter "body" when calling postOutboundCampaignCallbackSchedule';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/callback/schedule","POST",{campaignId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCampaignStart(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling postOutboundCampaignStart';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/start","POST",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCampaignStop(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling postOutboundCampaignStop';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/stop","POST",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCampaignrules(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCampaignrules';return this.apiClient.callApi("/api/v2/outbound/campaignrules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCampaigns(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCampaigns';return this.apiClient.callApi("/api/v2/outbound/campaigns","POST",{},{useMaxCallsPerAgentDecimal:i.useMaxCallsPerAgentDecimal},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCampaignsPerformanceQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCampaignsPerformanceQuery';return this.apiClient.callApi("/api/v2/outbound/campaigns/performance/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCampaignsProgress(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCampaignsProgress';return this.apiClient.callApi("/api/v2/outbound/campaigns/progress","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistClear(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistClear';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/clear","POST",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistContacts(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContacts';if(i==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContacts';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts","POST",{contactListId:e},{priority:n.priority,clearSystemData:n.clearSystemData,doNotQueue:n.doNotQueue},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistContactsBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulk';if(i==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContactsBulk';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk","POST",{contactListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistContactsBulkRemove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkRemove';if(i==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContactsBulkRemove';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/remove","POST",{contactListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistContactsBulkUpdate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkUpdate';if(i==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContactsBulkUpdate';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/update","POST",{contactListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistContactsSearch(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsSearch';if(i==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContactsSearch';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/search","POST",{contactListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistExport(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistExport';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/export","POST",{contactListId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistfilters(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlistfilters';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistfiltersBulkRetrieve(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlistfiltersBulkRetrieve';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/bulk/retrieve","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistfiltersPreview(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlistfiltersPreview';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/preview","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlists(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlists';return this.apiClient.callApi("/api/v2/outbound/contactlists","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistsUploads(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlistsUploads';return this.apiClient.callApi("/api/v2/outbound/contactlists/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlisttemplates(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlisttemplates';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlisttemplatesBulkAdd(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkAdd';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/bulk/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlisttemplatesBulkRetrieve(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkRetrieve';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/bulk/retrieve","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundConversationDnc(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postOutboundConversationDnc';return this.apiClient.callApi("/api/v2/outbound/conversations/{conversationId}/dnc","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundDigitalrulesets(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundDigitalrulesets';return this.apiClient.callApi("/api/v2/outbound/digitalrulesets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundDnclistEmailaddresses(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling postOutboundDnclistEmailaddresses';if(i==null)throw'Missing the required parameter "body" when calling postOutboundDnclistEmailaddresses';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/emailaddresses","POST",{dncListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundDnclistExport(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling postOutboundDnclistExport';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/export","POST",{dncListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundDnclistPhonenumbers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling postOutboundDnclistPhonenumbers';if(i==null)throw'Missing the required parameter "body" when calling postOutboundDnclistPhonenumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/phonenumbers","POST",{dncListId:e},{expirationDateTime:n.expirationDateTime},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundDnclists(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundDnclists';return this.apiClient.callApi("/api/v2/outbound/dnclists","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundDnclistsUploads(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundDnclistsUploads';return this.apiClient.callApi("/api/v2/outbound/dnclists/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundFilespecificationtemplates(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundFilespecificationtemplates';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundImporttemplates(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundImporttemplates';return this.apiClient.callApi("/api/v2/outbound/importtemplates","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundImporttemplatesBulkAdd(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundImporttemplatesBulkAdd';return this.apiClient.callApi("/api/v2/outbound/importtemplates/bulk/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundMessagingcampaignStart(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling postOutboundMessagingcampaignStart';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/start","POST",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundMessagingcampaignStop(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling postOutboundMessagingcampaignStop';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/stop","POST",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundMessagingcampaigns(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundMessagingcampaigns';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundMessagingcampaignsProgress(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundMessagingcampaignsProgress';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/progress","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundRulesets(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundRulesets';return this.apiClient.callApi("/api/v2/outbound/rulesets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundSequences(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postOutboundSequences';return this.apiClient.callApi("/api/v2/outbound/sequences","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundAttemptlimit(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "attemptLimitsId" when calling putOutboundAttemptlimit';if(i==null)throw'Missing the required parameter "body" when calling putOutboundAttemptlimit';return this.apiClient.callApi("/api/v2/outbound/attemptlimits/{attemptLimitsId}","PUT",{attemptLimitsId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundCallabletimeset(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "callableTimeSetId" when calling putOutboundCallabletimeset';if(i==null)throw'Missing the required parameter "body" when calling putOutboundCallabletimeset';return this.apiClient.callApi("/api/v2/outbound/callabletimesets/{callableTimeSetId}","PUT",{callableTimeSetId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundCallanalysisresponseset(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "callAnalysisSetId" when calling putOutboundCallanalysisresponseset';if(i==null)throw'Missing the required parameter "body" when calling putOutboundCallanalysisresponseset';return this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId}","PUT",{callAnalysisSetId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundCampaign(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling putOutboundCampaign';if(i==null)throw'Missing the required parameter "body" when calling putOutboundCampaign';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}","PUT",{campaignId:e},{useMaxCallsPerAgentDecimal:n.useMaxCallsPerAgentDecimal},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundCampaignAgent(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling putOutboundCampaignAgent';if(i==null||i==="")throw'Missing the required parameter "userId" when calling putOutboundCampaignAgent';if(n==null)throw'Missing the required parameter "body" when calling putOutboundCampaignAgent';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/agents/{userId}","PUT",{campaignId:e,userId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOutboundCampaignrule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignRuleId" when calling putOutboundCampaignrule';if(i==null)throw'Missing the required parameter "body" when calling putOutboundCampaignrule';return this.apiClient.callApi("/api/v2/outbound/campaignrules/{campaignRuleId}","PUT",{campaignRuleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundContactlist(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling putOutboundContactlist';if(i==null)throw'Missing the required parameter "body" when calling putOutboundContactlist';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}","PUT",{contactListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundContactlistContact(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling putOutboundContactlistContact';if(i==null||i==="")throw'Missing the required parameter "contactId" when calling putOutboundContactlistContact';if(n==null)throw'Missing the required parameter "body" when calling putOutboundContactlistContact';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}","PUT",{contactListId:e,contactId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOutboundContactlistfilter(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListFilterId" when calling putOutboundContactlistfilter';if(i==null)throw'Missing the required parameter "body" when calling putOutboundContactlistfilter';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/{contactListFilterId}","PUT",{contactListFilterId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundContactlisttemplate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListTemplateId" when calling putOutboundContactlisttemplate';if(i==null)throw'Missing the required parameter "body" when calling putOutboundContactlisttemplate';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/{contactListTemplateId}","PUT",{contactListTemplateId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundDigitalruleset(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "digitalRuleSetId" when calling putOutboundDigitalruleset';if(i==null)throw'Missing the required parameter "body" when calling putOutboundDigitalruleset';return this.apiClient.callApi("/api/v2/outbound/digitalrulesets/{digitalRuleSetId}","PUT",{digitalRuleSetId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundDnclist(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling putOutboundDnclist';if(i==null)throw'Missing the required parameter "body" when calling putOutboundDnclist';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}","PUT",{dncListId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundFilespecificationtemplate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "fileSpecificationTemplateId" when calling putOutboundFilespecificationtemplate';if(i==null)throw'Missing the required parameter "body" when calling putOutboundFilespecificationtemplate';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}","PUT",{fileSpecificationTemplateId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundImporttemplate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "importTemplateId" when calling putOutboundImporttemplate';if(i==null)throw'Missing the required parameter "body" when calling putOutboundImporttemplate';return this.apiClient.callApi("/api/v2/outbound/importtemplates/{importTemplateId}","PUT",{importTemplateId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundMessagingcampaign(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling putOutboundMessagingcampaign';if(i==null)throw'Missing the required parameter "body" when calling putOutboundMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}","PUT",{messagingCampaignId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundRuleset(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleSetId" when calling putOutboundRuleset';if(i==null)throw'Missing the required parameter "body" when calling putOutboundRuleset';return this.apiClient.callApi("/api/v2/outbound/rulesets/{ruleSetId}","PUT",{ruleSetId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundSchedulesCampaign(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling putOutboundSchedulesCampaign';if(i==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesCampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/campaigns/{campaignId}","PUT",{campaignId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundSchedulesEmailcampaign(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "emailCampaignId" when calling putOutboundSchedulesEmailcampaign';if(i==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesEmailcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}","PUT",{emailCampaignId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundSchedulesMessagingcampaign(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling putOutboundSchedulesMessagingcampaign';if(i==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}","PUT",{messagingCampaignId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundSchedulesSequence(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling putOutboundSchedulesSequence';if(i==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesSequence';return this.apiClient.callApi("/api/v2/outbound/schedules/sequences/{sequenceId}","PUT",{sequenceId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundSchedulesWhatsappcampaign(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "whatsAppCampaignId" when calling putOutboundSchedulesWhatsappcampaign';if(i==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesWhatsappcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/whatsappcampaigns/{whatsAppCampaignId}","PUT",{whatsAppCampaignId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundSequence(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling putOutboundSequence';if(i==null)throw'Missing the required parameter "body" when calling putOutboundSequence';return this.apiClient.callApi("/api/v2/outbound/sequences/{sequenceId}","PUT",{sequenceId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundWrapupcodemappings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';return this.apiClient.callApi("/api/v2/outbound/wrapupcodemappings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},_b=class{constructor(e){this.apiClient=e||q.instance}deletePresenceDefinition0(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "definitionId" when calling deletePresenceDefinition0';return this.apiClient.callApi("/api/v2/presence/definitions/{definitionId}","DELETE",{definitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deletePresenceSource(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling deletePresenceSource';return this.apiClient.callApi("/api/v2/presence/sources/{sourceId}","DELETE",{sourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deletePresencedefinition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "presenceId" when calling deletePresencedefinition';return this.apiClient.callApi("/api/v2/presencedefinitions/{presenceId}","DELETE",{presenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getPresenceDefinition0(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "definitionId" when calling getPresenceDefinition0';return this.apiClient.callApi("/api/v2/presence/definitions/{definitionId}","GET",{definitionId:e},{localeCode:i.localeCode},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getPresenceDefinitions0(e){return e=e||{},this.apiClient.callApi("/api/v2/presence/definitions","GET",{},{deactivated:e.deactivated,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),localeCode:e.localeCode},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getPresenceSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/presence/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getPresenceSource(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getPresenceSource';return this.apiClient.callApi("/api/v2/presence/sources/{sourceId}","GET",{sourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getPresenceSources(e){return e=e||{},this.apiClient.callApi("/api/v2/presence/sources","GET",{},{deactivated:e.deactivated},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getPresenceUserPrimarysource(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getPresenceUserPrimarysource';return this.apiClient.callApi("/api/v2/presence/users/{userId}/primarysource","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getPresencedefinition(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "presenceId" when calling getPresencedefinition';return this.apiClient.callApi("/api/v2/presencedefinitions/{presenceId}","GET",{presenceId:e},{localeCode:i.localeCode},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getPresencedefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/presencedefinitions","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,deleted:e.deleted,localeCode:e.localeCode},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSystempresences(e){return e=e||{},this.apiClient.callApi("/api/v2/systempresences","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserPresence(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserPresence';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling getUserPresence';return this.apiClient.callApi("/api/v2/users/{userId}/presences/{sourceId}","GET",{userId:e,sourceId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserPresencesPurecloud(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserPresencesPurecloud';return this.apiClient.callApi("/api/v2/users/{userId}/presences/purecloud","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersPresenceBulk(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getUsersPresenceBulk';return this.apiClient.callApi("/api/v2/users/presences/{sourceId}/bulk","GET",{sourceId:e},{id:this.apiClient.buildCollectionParam(i.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersPresencesPurecloudBulk(e){return e=e||{},this.apiClient.callApi("/api/v2/users/presences/purecloud/bulk","GET",{},{id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchUserPresence(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserPresence';if(i==null||i==="")throw'Missing the required parameter "sourceId" when calling patchUserPresence';if(n==null)throw'Missing the required parameter "body" when calling patchUserPresence';return this.apiClient.callApi("/api/v2/users/{userId}/presences/{sourceId}","PATCH",{userId:e,sourceId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserPresencesPurecloud(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserPresencesPurecloud';if(i==null)throw'Missing the required parameter "body" when calling patchUserPresencesPurecloud';return this.apiClient.callApi("/api/v2/users/{userId}/presences/purecloud","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postPresenceDefinitions0(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postPresenceDefinitions0';return this.apiClient.callApi("/api/v2/presence/definitions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postPresenceSources(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postPresenceSources';return this.apiClient.callApi("/api/v2/presence/sources","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postPresencedefinitions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postPresencedefinitions';return this.apiClient.callApi("/api/v2/presencedefinitions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putPresenceDefinition0(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "definitionId" when calling putPresenceDefinition0';if(i==null)throw'Missing the required parameter "body" when calling putPresenceDefinition0';return this.apiClient.callApi("/api/v2/presence/definitions/{definitionId}","PUT",{definitionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putPresenceSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putPresenceSettings';return this.apiClient.callApi("/api/v2/presence/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putPresenceSource(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling putPresenceSource';if(i==null)throw'Missing the required parameter "body" when calling putPresenceSource';return this.apiClient.callApi("/api/v2/presence/sources/{sourceId}","PUT",{sourceId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putPresenceUserPrimarysource(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putPresenceUserPrimarysource';if(i==null)throw'Missing the required parameter "body" when calling putPresenceUserPrimarysource';return this.apiClient.callApi("/api/v2/presence/users/{userId}/primarysource","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putPresencedefinition(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "presenceId" when calling putPresencedefinition';if(i==null)throw'Missing the required parameter "body" when calling putPresencedefinition';return this.apiClient.callApi("/api/v2/presencedefinitions/{presenceId}","PUT",{presenceId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUsersPresencesBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putUsersPresencesBulk';return this.apiClient.callApi("/api/v2/users/presences/bulk","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Hb=class{constructor(e){this.apiClient=e||q.instance}deleteProcessautomationScheduledtrigger(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduledTriggerId" when calling deleteProcessautomationScheduledtrigger';return this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers/{scheduledTriggerId}","DELETE",{scheduledTriggerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteProcessautomationTrigger(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "triggerId" when calling deleteProcessautomationTrigger';return this.apiClient.callApi("/api/v2/processautomation/triggers/{triggerId}","DELETE",{triggerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getProcessautomationScheduledtrigger(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduledTriggerId" when calling getProcessautomationScheduledtrigger';return this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers/{scheduledTriggerId}","GET",{scheduledTriggerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getProcessautomationScheduledtriggers(e){return e=e||{},this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,enabled:e.enabled},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getProcessautomationTrigger(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "triggerId" when calling getProcessautomationTrigger';return this.apiClient.callApi("/api/v2/processautomation/triggers/{triggerId}","GET",{triggerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getProcessautomationTriggers(e){return e=e||{},this.apiClient.callApi("/api/v2/processautomation/triggers","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,topicName:e.topicName,enabled:e.enabled,hasDelayBy:e.hasDelayBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getProcessautomationTriggersTopics(e){return e=e||{},this.apiClient.callApi("/api/v2/processautomation/triggers/topics","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postProcessautomationScheduledtriggers(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postProcessautomationScheduledtriggers';return this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postProcessautomationTriggerTest(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "triggerId" when calling postProcessautomationTriggerTest';return this.apiClient.callApi("/api/v2/processautomation/triggers/{triggerId}/test","POST",{triggerId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postProcessautomationTriggers(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postProcessautomationTriggers';return this.apiClient.callApi("/api/v2/processautomation/triggers","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postProcessautomationTriggersTopicTest(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicName" when calling postProcessautomationTriggersTopicTest';return this.apiClient.callApi("/api/v2/processautomation/triggers/topics/{topicName}/test","POST",{topicName:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putProcessautomationScheduledtrigger(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduledTriggerId" when calling putProcessautomationScheduledtrigger';if(i==null)throw'Missing the required parameter "body" when calling putProcessautomationScheduledtrigger';return this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers/{scheduledTriggerId}","PUT",{scheduledTriggerId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putProcessautomationTrigger(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "triggerId" when calling putProcessautomationTrigger';if(i==null)throw'Missing the required parameter "body" when calling putProcessautomationTrigger';return this.apiClient.callApi("/api/v2/processautomation/triggers/{triggerId}","PUT",{triggerId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Ib=class{constructor(e){this.apiClient=e||q.instance}deleteAnalyticsEvaluationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsEvaluationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsSurveysAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsSurveysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteQualityCalibration(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "calibrationId" when calling deleteQualityCalibration';if(i==null)throw'Missing the required parameter "calibratorId" when calling deleteQualityCalibration';return this.apiClient.callApi("/api/v2/quality/calibrations/{calibrationId}","DELETE",{calibrationId:e},{calibratorId:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteQualityConversationEvaluation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteQualityConversationEvaluation';if(i==null||i==="")throw'Missing the required parameter "evaluationId" when calling deleteQualityConversationEvaluation';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}","DELETE",{conversationId:e,evaluationId:i},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteQualityForm(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling deleteQualityForm';return this.apiClient.callApi("/api/v2/quality/forms/{formId}","DELETE",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteQualityFormsEvaluation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling deleteQualityFormsEvaluation';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}","DELETE",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteQualityFormsSurvey(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling deleteQualityFormsSurvey';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}","DELETE",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteQualityProgramAgentscoringrule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling deleteQualityProgramAgentscoringrule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling deleteQualityProgramAgentscoringrule';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules/{ruleId}","DELETE",{programId:e,ruleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsEvaluationsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsEvaluationsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsSurveysAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsSurveysAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityAgentsActivity(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/agents/activity","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,startTime:e.startTime,endTime:e.endTime,agentUserId:this.apiClient.buildCollectionParam(e.agentUserId,"multi"),evaluatorUserId:e.evaluatorUserId,name:e.name,group:e.group,agentTeamId:e.agentTeamId,formContextId:e.formContextId,userState:e.userState},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityCalibration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "calibrationId" when calling getQualityCalibration';return this.apiClient.callApi("/api/v2/quality/calibrations/{calibrationId}","GET",{calibrationId:e},{calibratorId:i.calibratorId,conversationId:i.conversationId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityCalibrations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "calibratorId" when calling getQualityCalibrations';return this.apiClient.callApi("/api/v2/quality/calibrations","GET",{},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortBy:i.sortBy,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),nextPage:i.nextPage,previousPage:i.previousPage,conversationId:i.conversationId,startTime:i.startTime,endTime:i.endTime,calibratorId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityConversationEvaluation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getQualityConversationEvaluation';if(i==null||i==="")throw'Missing the required parameter "evaluationId" when calling getQualityConversationEvaluation';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}","GET",{conversationId:e,evaluationId:i},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityConversationSurveys(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getQualityConversationSurveys';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/surveys","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityConversationsAuditsQueryTransactionId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "transactionId" when calling getQualityConversationsAuditsQueryTransactionId';return this.apiClient.callApi("/api/v2/quality/conversations/audits/query/{transactionId}","GET",{transactionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityConversationsAuditsQueryTransactionIdResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "transactionId" when calling getQualityConversationsAuditsQueryTransactionIdResults';return this.apiClient.callApi("/api/v2/quality/conversations/audits/query/{transactionId}/results","GET",{transactionId:e},{cursor:i.cursor,pageSize:i.pageSize,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityEvaluationsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/evaluations/query","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),previousPage:e.previousPage,conversationId:e.conversationId,agentUserId:e.agentUserId,agentTeamId:e.agentTeamId,evaluatorUserId:e.evaluatorUserId,assigneeUserId:e.assigneeUserId,queueId:e.queueId,startTime:e.startTime,endTime:e.endTime,formContextId:e.formContextId,evaluationState:this.apiClient.buildCollectionParam(e.evaluationState,"multi"),isReleased:e.isReleased,agentHasRead:e.agentHasRead,expandAnswerTotalScores:e.expandAnswerTotalScores,maximum:e.maximum,sortOrder:e.sortOrder,includeDeletedUsers:e.includeDeletedUsers},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityEvaluatorsActivity(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/evaluators/activity","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,startTime:e.startTime,endTime:e.endTime,name:e.name,permission:this.apiClient.buildCollectionParam(e.permission,"multi"),group:e.group,agentTeamId:e.agentTeamId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityForm(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityForm';return this.apiClient.callApi("/api/v2/quality/forms/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityFormVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormVersions';return this.apiClient.callApi("/api/v2/quality/forms/{formId}/versions","GET",{formId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityForms(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/forms","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,nextPage:e.nextPage,previousPage:e.previousPage,expand:e.expand,name:e.name,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityFormsEvaluation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormsEvaluation';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityFormsEvaluationVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormsEvaluationVersions';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}/versions","GET",{formId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityFormsEvaluations(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/forms/evaluations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,nextPage:e.nextPage,previousPage:e.previousPage,expand:e.expand,name:e.name,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityFormsEvaluationsBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling getQualityFormsEvaluationsBulk';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/bulk","GET",{},{id:this.apiClient.buildCollectionParam(e,"multi"),includeLatestVersionFormName:i.includeLatestVersionFormName},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityFormsEvaluationsBulkContexts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "contextId" when calling getQualityFormsEvaluationsBulkContexts';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/bulk/contexts","GET",{},{contextId:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityFormsSurvey(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormsSurvey';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityFormsSurveyVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormsSurveyVersions';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}/versions","GET",{formId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityFormsSurveys(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/forms/surveys","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,nextPage:e.nextPage,previousPage:e.previousPage,expand:e.expand,name:e.name,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityFormsSurveysBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling getQualityFormsSurveysBulk';return this.apiClient.callApi("/api/v2/quality/forms/surveys/bulk","GET",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityFormsSurveysBulkContexts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "contextId" when calling getQualityFormsSurveysBulkContexts';return this.apiClient.callApi("/api/v2/quality/forms/surveys/bulk/contexts","GET",{},{contextId:this.apiClient.buildCollectionParam(e,"multi"),published:i.published},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityProgramAgentscoringrule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getQualityProgramAgentscoringrule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling getQualityProgramAgentscoringrule';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules/{ruleId}","GET",{programId:e,ruleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityProgramAgentscoringrules(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getQualityProgramAgentscoringrules';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityPublishedform(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityPublishedform';return this.apiClient.callApi("/api/v2/quality/publishedforms/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityPublishedforms(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/publishedforms","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,onlyLatestPerContext:e.onlyLatestPerContext},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityPublishedformsEvaluation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityPublishedformsEvaluation';return this.apiClient.callApi("/api/v2/quality/publishedforms/evaluations/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityPublishedformsEvaluations(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/publishedforms/evaluations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,onlyLatestPerContext:e.onlyLatestPerContext},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityPublishedformsSurvey(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityPublishedformsSurvey';return this.apiClient.callApi("/api/v2/quality/publishedforms/surveys/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityPublishedformsSurveys(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/publishedforms/surveys","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,onlyLatestEnabledPerContext:e.onlyLatestEnabledPerContext},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualitySurvey(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "surveyId" when calling getQualitySurvey';return this.apiClient.callApi("/api/v2/quality/surveys/{surveyId}","GET",{surveyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualitySurveysScorable(e,i){if(i=i||{},e==null)throw'Missing the required parameter "customerSurveyUrl" when calling getQualitySurveysScorable';return this.apiClient.callApi("/api/v2/quality/surveys/scorable","GET",{},{customerSurveyUrl:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchQualityFormsSurvey(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling patchQualityFormsSurvey';if(i==null)throw'Missing the required parameter "body" when calling patchQualityFormsSurvey';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}","PATCH",{formId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsEvaluationsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsEvaluationsAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsSurveysAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsSurveysAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityCalibrations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityCalibrations';return this.apiClient.callApi("/api/v2/quality/calibrations","POST",{},{expand:i.expand},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityConversationEvaluations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postQualityConversationEvaluations';if(i==null)throw'Missing the required parameter "body" when calling postQualityConversationEvaluations';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/evaluations","POST",{conversationId:e},{expand:n.expand},{"Idempotency-Key":n.idempotencyKey},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityConversationsAuditsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityConversationsAuditsQuery';return this.apiClient.callApi("/api/v2/quality/conversations/audits/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityEvaluationsAggregatesQueryMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityEvaluationsAggregatesQueryMe';return this.apiClient.callApi("/api/v2/quality/evaluations/aggregates/query/me","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityEvaluationsScoring(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityEvaluationsScoring';return this.apiClient.callApi("/api/v2/quality/evaluations/scoring","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityEvaluationsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityEvaluationsSearch';return this.apiClient.callApi("/api/v2/quality/evaluations/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityForms(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityForms';return this.apiClient.callApi("/api/v2/quality/forms","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityFormsEvaluations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityFormsEvaluations';return this.apiClient.callApi("/api/v2/quality/forms/evaluations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityFormsSurveys(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityFormsSurveys';return this.apiClient.callApi("/api/v2/quality/forms/surveys","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityProgramAgentscoringrules(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling postQualityProgramAgentscoringrules';if(i==null)throw'Missing the required parameter "body" when calling postQualityProgramAgentscoringrules';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules","POST",{programId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityPublishedforms(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityPublishedforms';return this.apiClient.callApi("/api/v2/quality/publishedforms","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityPublishedformsEvaluations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityPublishedformsEvaluations';return this.apiClient.callApi("/api/v2/quality/publishedforms/evaluations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityPublishedformsSurveys(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualityPublishedformsSurveys';return this.apiClient.callApi("/api/v2/quality/publishedforms/surveys","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualitySurveys(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualitySurveys';return this.apiClient.callApi("/api/v2/quality/surveys","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualitySurveysScoring(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postQualitySurveysScoring';return this.apiClient.callApi("/api/v2/quality/surveys/scoring","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putQualityCalibration(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "calibrationId" when calling putQualityCalibration';if(i==null)throw'Missing the required parameter "body" when calling putQualityCalibration';return this.apiClient.callApi("/api/v2/quality/calibrations/{calibrationId}","PUT",{calibrationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putQualityConversationEvaluation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putQualityConversationEvaluation';if(i==null||i==="")throw'Missing the required parameter "evaluationId" when calling putQualityConversationEvaluation';if(n==null)throw'Missing the required parameter "body" when calling putQualityConversationEvaluation';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}","PUT",{conversationId:e,evaluationId:i},{expand:a.expand},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putQualityForm(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling putQualityForm';if(i==null)throw'Missing the required parameter "body" when calling putQualityForm';return this.apiClient.callApi("/api/v2/quality/forms/{formId}","PUT",{formId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putQualityFormsEvaluation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling putQualityFormsEvaluation';if(i==null)throw'Missing the required parameter "body" when calling putQualityFormsEvaluation';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}","PUT",{formId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putQualityFormsEvaluationAiscoringSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling putQualityFormsEvaluationAiscoringSettings';if(i==null)throw'Missing the required parameter "body" when calling putQualityFormsEvaluationAiscoringSettings';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}/aiscoring/settings","PUT",{formId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putQualityFormsSurvey(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling putQualityFormsSurvey';if(i==null)throw'Missing the required parameter "body" when calling putQualityFormsSurvey';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}","PUT",{formId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putQualityProgramAgentscoringrule(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putQualityProgramAgentscoringrule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling putQualityProgramAgentscoringrule';if(n==null)throw'Missing the required parameter "body" when calling putQualityProgramAgentscoringrule';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules/{ruleId}","PUT",{programId:e,ruleId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putQualitySurveysScorable(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "customerSurveyUrl" when calling putQualitySurveysScorable';if(i==null)throw'Missing the required parameter "body" when calling putQualitySurveysScorable';return this.apiClient.callApi("/api/v2/quality/surveys/scorable","PUT",{},{customerSurveyUrl:e},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Rb=class{constructor(e){this.apiClient=e||q.instance}deleteConversationRecordingAnnotation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationRecordingAnnotation';if(i==null||i==="")throw'Missing the required parameter "recordingId" when calling deleteConversationRecordingAnnotation';if(n==null||n==="")throw'Missing the required parameter "annotationId" when calling deleteConversationRecordingAnnotation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}","DELETE",{conversationId:e,recordingId:i,annotationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteOrphanrecording(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "orphanId" when calling deleteOrphanrecording';return this.apiClient.callApi("/api/v2/orphanrecordings/{orphanId}","DELETE",{orphanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRecordingCrossplatformMediaretentionpolicies(e,i){if(i=i||{},e==null)throw'Missing the required parameter "ids" when calling deleteRecordingCrossplatformMediaretentionpolicies';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies","DELETE",{},{ids:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRecordingCrossplatformMediaretentionpolicy(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling deleteRecordingCrossplatformMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}","DELETE",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRecordingJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteRecordingJob';return this.apiClient.callApi("/api/v2/recording/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRecordingMediaretentionpolicies(e,i){if(i=i||{},e==null)throw'Missing the required parameter "ids" when calling deleteRecordingMediaretentionpolicies';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies","DELETE",{},{ids:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRecordingMediaretentionpolicy(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling deleteRecordingMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies/{policyId}","DELETE",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationRecording(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecording';if(i==null||i==="")throw'Missing the required parameter "recordingId" when calling getConversationRecording';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}","GET",{conversationId:e,recordingId:i},{formatId:n.formatId,emailFormatId:n.emailFormatId,chatFormatId:n.chatFormatId,messageFormatId:n.messageFormatId,download:n.download,fileName:n.fileName,locale:n.locale,mediaFormats:this.apiClient.buildCollectionParam(n.mediaFormats,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationRecordingAnnotation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordingAnnotation';if(i==null||i==="")throw'Missing the required parameter "recordingId" when calling getConversationRecordingAnnotation';if(n==null||n==="")throw'Missing the required parameter "annotationId" when calling getConversationRecordingAnnotation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}","GET",{conversationId:e,recordingId:i,annotationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationRecordingAnnotations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordingAnnotations';if(i==null||i==="")throw'Missing the required parameter "recordingId" when calling getConversationRecordingAnnotations';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations","GET",{conversationId:e,recordingId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationRecordingmetadata(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordingmetadata';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordingmetadata","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationRecordingmetadataRecordingId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordingmetadataRecordingId';if(i==null||i==="")throw'Missing the required parameter "recordingId" when calling getConversationRecordingmetadataRecordingId';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordingmetadata/{recordingId}","GET",{conversationId:e,recordingId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationRecordings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordings';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings","GET",{conversationId:e},{maxWaitMs:i.maxWaitMs,formatId:i.formatId,mediaFormats:this.apiClient.buildCollectionParam(i.mediaFormats,"multi"),locale:i.locale,includePauseAnnotationsForScreenRecordings:i.includePauseAnnotationsForScreenRecordings},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrphanrecording(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "orphanId" when calling getOrphanrecording';return this.apiClient.callApi("/api/v2/orphanrecordings/{orphanId}","GET",{orphanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrphanrecordingMedia(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "orphanId" when calling getOrphanrecordingMedia';return this.apiClient.callApi("/api/v2/orphanrecordings/{orphanId}/media","GET",{orphanId:e},{formatId:i.formatId,emailFormatId:i.emailFormatId,chatFormatId:i.chatFormatId,messageFormatId:i.messageFormatId,download:i.download,fileName:i.fileName,locale:i.locale,mediaFormats:this.apiClient.buildCollectionParam(i.mediaFormats,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrphanrecordings(e){return e=e||{},this.apiClient.callApi("/api/v2/orphanrecordings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,hasConversation:e.hasConversation,media:e.media},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingBatchrequest(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getRecordingBatchrequest';return this.apiClient.callApi("/api/v2/recording/batchrequests/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRecordingCrossplatformMediaretentionpolicies(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,name:e.name,enabled:e.enabled,summary:e.summary,hasErrors:e.hasErrors,deleteDaysThreshold:e.deleteDaysThreshold},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingCrossplatformMediaretentionpolicy(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling getRecordingCrossplatformMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}","GET",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRecordingJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getRecordingJob';return this.apiClient.callApi("/api/v2/recording/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRecordingJobFailedrecordings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getRecordingJobFailedrecordings';return this.apiClient.callApi("/api/v2/recording/jobs/{jobId}/failedrecordings","GET",{jobId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,includeTotal:i.includeTotal,cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRecordingJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/jobs","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,state:e.state,showOnlyMyJobs:e.showOnlyMyJobs,jobType:e.jobType,includeTotal:e.includeTotal,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingKeyconfiguration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "keyConfigurationId" when calling getRecordingKeyconfiguration';return this.apiClient.callApi("/api/v2/recording/keyconfigurations/{keyConfigurationId}","GET",{keyConfigurationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRecordingKeyconfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/keyconfigurations","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingMediaretentionpolicies(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,name:e.name,enabled:e.enabled,summary:e.summary,hasErrors:e.hasErrors,deleteDaysThreshold:e.deleteDaysThreshold},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingMediaretentionpolicy(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling getRecordingMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies/{policyId}","GET",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRecordingRecordingkeys(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/recordingkeys","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingRecordingkeysRotationschedule(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/recordingkeys/rotationschedule","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/settings","GET",{},{createDefault:e.createDefault},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingUploadsReport(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "reportId" when calling getRecordingUploadsReport';return this.apiClient.callApi("/api/v2/recording/uploads/reports/{reportId}","GET",{reportId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRecordingsRetentionQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "retentionThresholdDays" when calling getRecordingsRetentionQuery';return this.apiClient.callApi("/api/v2/recordings/retention/query","GET",{},{retentionThresholdDays:e,cursor:i.cursor,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRecordingsScreensessionsDetails(e){return e=e||{},this.apiClient.callApi("/api/v2/recordings/screensessions/details","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchRecordingCrossplatformMediaretentionpolicy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling patchRecordingCrossplatformMediaretentionpolicy';if(i==null)throw'Missing the required parameter "body" when calling patchRecordingCrossplatformMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}","PATCH",{policyId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRecordingMediaretentionpolicy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling patchRecordingMediaretentionpolicy';if(i==null)throw'Missing the required parameter "body" when calling patchRecordingMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies/{policyId}","PATCH",{policyId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationRecordingAnnotations(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationRecordingAnnotations';if(i==null||i==="")throw'Missing the required parameter "recordingId" when calling postConversationRecordingAnnotations';if(n==null)throw'Missing the required parameter "body" when calling postConversationRecordingAnnotations';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations","POST",{conversationId:e,recordingId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postRecordingBatchrequests(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingBatchrequests';return this.apiClient.callApi("/api/v2/recording/batchrequests","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingCrossplatformMediaretentionpolicies(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingCrossplatformMediaretentionpolicies';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingJobs';return this.apiClient.callApi("/api/v2/recording/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingKeyconfigurations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingKeyconfigurations';return this.apiClient.callApi("/api/v2/recording/keyconfigurations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingKeyconfigurationsValidate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingKeyconfigurationsValidate';return this.apiClient.callApi("/api/v2/recording/keyconfigurations/validate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingLocalkeys(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingLocalkeys';return this.apiClient.callApi("/api/v2/recording/localkeys","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingMediaretentionpolicies(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingMediaretentionpolicies';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingRecordingkeys(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/recordingkeys","POST",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postRecordingUploadsReports(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingUploadsReports';return this.apiClient.callApi("/api/v2/recording/uploads/reports","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingsDeletionprotection(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingsDeletionprotection';return this.apiClient.callApi("/api/v2/recordings/deletionprotection","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingsScreensessionsAcknowledge(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingsScreensessionsAcknowledge';return this.apiClient.callApi("/api/v2/recordings/screensessions/acknowledge","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRecordingsScreensessionsMetadata(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRecordingsScreensessionsMetadata';return this.apiClient.callApi("/api/v2/recordings/screensessions/metadata","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationRecording(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationRecording';if(i==null||i==="")throw'Missing the required parameter "recordingId" when calling putConversationRecording';if(n==null)throw'Missing the required parameter "body" when calling putConversationRecording';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}","PUT",{conversationId:e,recordingId:i},{clearExport:a.clearExport},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putConversationRecordingAnnotation(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationRecordingAnnotation';if(i==null||i==="")throw'Missing the required parameter "recordingId" when calling putConversationRecordingAnnotation';if(n==null||n==="")throw'Missing the required parameter "annotationId" when calling putConversationRecordingAnnotation';if(a==null)throw'Missing the required parameter "body" when calling putConversationRecordingAnnotation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}","PUT",{conversationId:e,recordingId:i,annotationId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}putOrphanrecording(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "orphanId" when calling putOrphanrecording';return this.apiClient.callApi("/api/v2/orphanrecordings/{orphanId}","PUT",{orphanId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRecordingCrossplatformMediaretentionpolicy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling putRecordingCrossplatformMediaretentionpolicy';if(i==null)throw'Missing the required parameter "body" when calling putRecordingCrossplatformMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}","PUT",{policyId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRecordingJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling putRecordingJob';if(i==null)throw'Missing the required parameter "body" when calling putRecordingJob';return this.apiClient.callApi("/api/v2/recording/jobs/{jobId}","PUT",{jobId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRecordingKeyconfiguration(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "keyConfigurationId" when calling putRecordingKeyconfiguration';if(i==null)throw'Missing the required parameter "body" when calling putRecordingKeyconfiguration';return this.apiClient.callApi("/api/v2/recording/keyconfigurations/{keyConfigurationId}","PUT",{keyConfigurationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRecordingMediaretentionpolicy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling putRecordingMediaretentionpolicy';if(i==null)throw'Missing the required parameter "body" when calling putRecordingMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies/{policyId}","PUT",{policyId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRecordingRecordingkeysRotationschedule(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putRecordingRecordingkeysRotationschedule';return this.apiClient.callApi("/api/v2/recording/recordingkeys/rotationschedule","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRecordingSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putRecordingSettings';return this.apiClient.callApi("/api/v2/recording/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRecordingsDeletionprotection(e){return e=e||{},this.apiClient.callApi("/api/v2/recordings/deletionprotection","PUT",{},{protect:e.protect},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},zb=class{constructor(e){this.apiClient=e||q.instance}deleteResponsemanagementLibrary(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "libraryId" when calling deleteResponsemanagementLibrary';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/{libraryId}","DELETE",{libraryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteResponsemanagementResponse(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "responseId" when calling deleteResponsemanagementResponse';return this.apiClient.callApi("/api/v2/responsemanagement/responses/{responseId}","DELETE",{responseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteResponsemanagementResponseasset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "responseAssetId" when calling deleteResponsemanagementResponseasset';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/{responseAssetId}","DELETE",{responseAssetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getResponsemanagementLibraries(e){return e=e||{},this.apiClient.callApi("/api/v2/responsemanagement/libraries","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,messagingTemplateFilter:e.messagingTemplateFilter,libraryPrefix:e.libraryPrefix},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getResponsemanagementLibrary(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "libraryId" when calling getResponsemanagementLibrary';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/{libraryId}","GET",{libraryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getResponsemanagementResponse(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "responseId" when calling getResponsemanagementResponse';return this.apiClient.callApi("/api/v2/responsemanagement/responses/{responseId}","GET",{responseId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getResponsemanagementResponseasset(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "responseAssetId" when calling getResponsemanagementResponseasset';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/{responseAssetId}","GET",{responseAssetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getResponsemanagementResponseassetsStatusStatusId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "statusId" when calling getResponsemanagementResponseassetsStatusStatusId';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/status/{statusId}","GET",{statusId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getResponsemanagementResponses(e,i){if(i=i||{},e==null)throw'Missing the required parameter "libraryId" when calling getResponsemanagementResponses';return this.apiClient.callApi("/api/v2/responsemanagement/responses","GET",{},{libraryId:e,pageNumber:i.pageNumber,pageSize:i.pageSize,expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postResponsemanagementLibraries(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementLibraries';return this.apiClient.callApi("/api/v2/responsemanagement/libraries","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postResponsemanagementLibrariesBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementLibrariesBulk';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/bulk","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postResponsemanagementLibrariesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementLibrariesQuery';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/query","POST",{},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postResponsemanagementResponseassetsBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponseassetsBulk';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/bulk","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postResponsemanagementResponseassetsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponseassetsSearch';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/search","POST",{},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postResponsemanagementResponseassetsUploads(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponseassetsUploads';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postResponsemanagementResponses(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponses';return this.apiClient.callApi("/api/v2/responsemanagement/responses","POST",{},{expand:i.expand},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postResponsemanagementResponsesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponsesQuery';return this.apiClient.callApi("/api/v2/responsemanagement/responses/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putResponsemanagementLibrary(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "libraryId" when calling putResponsemanagementLibrary';if(i==null)throw'Missing the required parameter "body" when calling putResponsemanagementLibrary';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/{libraryId}","PUT",{libraryId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putResponsemanagementResponse(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "responseId" when calling putResponsemanagementResponse';if(i==null)throw'Missing the required parameter "body" when calling putResponsemanagementResponse';return this.apiClient.callApi("/api/v2/responsemanagement/responses/{responseId}","PUT",{responseId:e},{expand:n.expand},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putResponsemanagementResponseasset(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "responseAssetId" when calling putResponsemanagementResponseasset';if(i==null)throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/{responseAssetId}","PUT",{responseAssetId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Db=class{constructor(e){this.apiClient=e||q.instance}deleteRoutingAssessment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assessmentId" when calling deleteRoutingAssessment';return this.apiClient.callApi("/api/v2/routing/assessments/{assessmentId}","DELETE",{assessmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingDirectroutingbackupSettingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteRoutingEmailDomain(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteRoutingEmailDomain';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}","DELETE",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingEmailDomainRoute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling deleteRoutingEmailDomainRoute';if(i==null||i==="")throw'Missing the required parameter "routeId" when calling deleteRoutingEmailDomainRoute';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}","DELETE",{domainName:e,routeId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingEmailOutboundDomain(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteRoutingEmailOutboundDomain';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}","DELETE",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingLanguage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling deleteRoutingLanguage';return this.apiClient.callApi("/api/v2/routing/languages/{languageId}","DELETE",{languageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingPredictor(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling deleteRoutingPredictor';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}","DELETE",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingPredictorsKeyperformanceindicator(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "kpiId" when calling deleteRoutingPredictorsKeyperformanceindicator';return this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators/{kpiId}","DELETE",{kpiId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingQueue(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling deleteRoutingQueue';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}","DELETE",{queueId:e},{forceDelete:i.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingQueueMember(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling deleteRoutingQueueMember';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling deleteRoutingQueueMember';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members/{memberId}","DELETE",{queueId:e,memberId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingQueueUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling deleteRoutingQueueUser';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling deleteRoutingQueueUser';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users/{memberId}","DELETE",{queueId:e,memberId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingQueueWrapupcode(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling deleteRoutingQueueWrapupcode';if(i==null||i==="")throw'Missing the required parameter "codeId" when calling deleteRoutingQueueWrapupcode';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/wrapupcodes/{codeId}","DELETE",{queueId:e,codeId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/settings","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteRoutingSkill(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillId" when calling deleteRoutingSkill';return this.apiClient.callApi("/api/v2/routing/skills/{skillId}","DELETE",{skillId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingSkillgroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling deleteRoutingSkillgroup';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}","DELETE",{skillGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingSmsAddress(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "addressId" when calling deleteRoutingSmsAddress';return this.apiClient.callApi("/api/v2/routing/sms/addresses/{addressId}","DELETE",{addressId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingSmsPhonenumber(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneNumberId" when calling deleteRoutingSmsPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/{phoneNumberId}","DELETE",{phoneNumberId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingUserDirectroutingbackupSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingUserUtilization(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingUtilization(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/utilization","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteRoutingUtilizationLabel(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "labelId" when calling deleteRoutingUtilizationLabel';return this.apiClient.callApi("/api/v2/routing/utilization/labels/{labelId}","DELETE",{labelId:e},{forceDelete:i.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingUtilizationTag(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tagId" when calling deleteRoutingUtilizationTag';return this.apiClient.callApi("/api/v2/routing/utilization/tags/{tagId}","DELETE",{tagId:e},{forceDelete:i.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingWrapupcode(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "codeId" when calling deleteRoutingWrapupcode';return this.apiClient.callApi("/api/v2/routing/wrapupcodes/{codeId}","DELETE",{codeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUserRoutinglanguage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserRoutinglanguage';if(i==null||i==="")throw'Missing the required parameter "languageId" when calling deleteUserRoutinglanguage';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/{languageId}","DELETE",{userId:e,languageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUserRoutingskill(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserRoutingskill';if(i==null||i==="")throw'Missing the required parameter "skillId" when calling deleteUserRoutingskill';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/{skillId}","DELETE",{userId:e,skillId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingAssessment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assessmentId" when calling getRoutingAssessment';return this.apiClient.callApi("/api/v2/routing/assessments/{assessmentId}","GET",{assessmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingAssessments(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/assessments","GET",{},{before:e.before,after:e.after,limit:e.limit,pageSize:e.pageSize,queueId:this.apiClient.buildCollectionParam(e.queueId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingAssessmentsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getRoutingAssessmentsJob';return this.apiClient.callApi("/api/v2/routing/assessments/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingAssessmentsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/assessments/jobs","GET",{},{divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingAvailablemediatypes(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/availablemediatypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingDirectroutingbackupSettingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingEmailDomain(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailDomain';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}","GET",{domainId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailDomainDkim(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainDkim';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/dkim","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailDomainMailfrom(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainMailfrom';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/mailfrom","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailDomainRoute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling getRoutingEmailDomainRoute';if(i==null||i==="")throw'Missing the required parameter "routeId" when calling getRoutingEmailDomainRoute';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}","GET",{domainName:e,routeId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailDomainRouteIdentityresolution(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling getRoutingEmailDomainRouteIdentityresolution';if(i==null||i==="")throw'Missing the required parameter "routeId" when calling getRoutingEmailDomainRouteIdentityresolution';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}/identityresolution","GET",{domainName:e,routeId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailDomainRoutes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling getRoutingEmailDomainRoutes';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes","GET",{domainName:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,pattern:i.pattern,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailDomainVerification(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainVerification';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/verification","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailDomains(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/email/domains","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,excludeStatus:e.excludeStatus,filter:e.filter,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingEmailOutboundDomain(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomain';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}","GET",{domainId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailOutboundDomainActivation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomainActivation';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}/activation","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailOutboundDomains(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/email/outbound/domains","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,filter:e.filter,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingEmailSetup(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/email/setup","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingLanguage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling getRoutingLanguage';return this.apiClient.callApi("/api/v2/routing/languages/{languageId}","GET",{languageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingLanguages(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/languages","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingMessageRecipient(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "recipientId" when calling getRoutingMessageRecipient';return this.apiClient.callApi("/api/v2/routing/message/recipients/{recipientId}","GET",{recipientId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingMessageRecipients(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/message/recipients","GET",{},{messengerType:e.messengerType,name:e.name,pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingPredictor(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling getRoutingPredictor';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}","GET",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingPredictorModelFeatures(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling getRoutingPredictorModelFeatures';if(i==null||i==="")throw'Missing the required parameter "modelId" when calling getRoutingPredictorModelFeatures';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}/models/{modelId}/features","GET",{predictorId:e,modelId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingPredictorModels(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling getRoutingPredictorModels';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}/models","GET",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingPredictors(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/predictors","GET",{},{before:e.before,after:e.after,limit:e.limit,pageSize:e.pageSize,queueId:this.apiClient.buildCollectionParam(e.queueId,"multi"),kpiId:e.kpiId,state:e.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingPredictorsKeyperformanceindicator(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "kpiId" when calling getRoutingPredictorsKeyperformanceindicator';return this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators/{kpiId}","GET",{kpiId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingPredictorsKeyperformanceindicators(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators","GET",{},{kpiGroup:e.kpiGroup,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingPredictorsKeyperformanceindicatortypes(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicatortypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingQueue(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueue';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}","GET",{queueId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueAssistant(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueAssistant';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/assistant","GET",{queueId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),languageVariation:i.languageVariation,fallbackToPrimaryAssistant:i.fallbackToPrimaryAssistant},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueComparisonperiod(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueComparisonperiod';if(i==null||i==="")throw'Missing the required parameter "comparisonPeriodId" when calling getRoutingQueueComparisonperiod';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/comparisonperiods/{comparisonPeriodId}","GET",{queueId:e,comparisonPeriodId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueComparisonperiods(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueComparisonperiods';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/comparisonperiods","GET",{queueId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueEstimatedwaittime(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueEstimatedwaittime';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/estimatedwaittime","GET",{queueId:e},{conversationId:i.conversationId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueIdentityresolution(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueIdentityresolution';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/identityresolution","GET",{queueId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueMediatypeEstimatedwaittime(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueMediatypeEstimatedwaittime';if(i==null||i==="")throw'Missing the required parameter "mediaType" when calling getRoutingQueueMediatypeEstimatedwaittime';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/mediatypes/{mediaType}/estimatedwaittime","GET",{queueId:e,mediaType:i},{labelId:n.labelId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueMembers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueMembers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members","GET",{queueId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,sortOrder:i.sortOrder,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),name:i.name,profileSkills:this.apiClient.buildCollectionParam(i.profileSkills,"multi"),skills:this.apiClient.buildCollectionParam(i.skills,"multi"),languages:this.apiClient.buildCollectionParam(i.languages,"multi"),routingStatus:this.apiClient.buildCollectionParam(i.routingStatus,"multi"),presence:this.apiClient.buildCollectionParam(i.presence,"multi"),memberBy:i.memberBy,joined:i.joined},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueUsers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueUsers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users","GET",{queueId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,sortOrder:i.sortOrder,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),joined:i.joined,name:i.name,profileSkills:this.apiClient.buildCollectionParam(i.profileSkills,"multi"),skills:this.apiClient.buildCollectionParam(i.skills,"multi"),languages:this.apiClient.buildCollectionParam(i.languages,"multi"),routingStatus:this.apiClient.buildCollectionParam(i.routingStatus,"multi"),presence:this.apiClient.buildCollectionParam(i.presence,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueWrapupcodes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueWrapupcodes';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/wrapupcodes","GET",{queueId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,name:i.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueues(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/queues","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),peerId:this.apiClient.buildCollectionParam(e.peerId,"multi"),cannedResponseLibraryId:e.cannedResponseLibraryId,hasPeer:e.hasPeer,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingQueuesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/queues/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingQueuesDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/queues/divisionviews/all","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingQueuesMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/queues/me","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,joined:e.joined,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSettingsContactcenter(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/settings/contactcenter","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSettingsTranscription(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/settings/transcription","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSkill(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillId" when calling getRoutingSkill';return this.apiClient.callApi("/api/v2/routing/skills/{skillId}","GET",{skillId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingSkillgroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling getRoutingSkillgroup';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}","GET",{skillGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingSkillgroupMembers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling getRoutingSkillgroupMembers';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}/members","GET",{skillGroupId:e},{pageSize:i.pageSize,after:i.after,before:i.before,expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingSkillgroupMembersDivisions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling getRoutingSkillgroupMembersDivisions';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}/members/divisions","GET",{skillGroupId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingSkillgroups(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/skillgroups","GET",{},{pageSize:e.pageSize,name:e.name,after:e.after,before:e.before},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSkills(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/skills","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSmsAddress(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "addressId" when calling getRoutingSmsAddress';return this.apiClient.callApi("/api/v2/routing/sms/addresses/{addressId}","GET",{addressId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingSmsAddresses(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/sms/addresses","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSmsAvailablephonenumbers(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "countryCode" when calling getRoutingSmsAvailablephonenumbers';if(i==null)throw'Missing the required parameter "phoneNumberType" when calling getRoutingSmsAvailablephonenumbers';return this.apiClient.callApi("/api/v2/routing/sms/availablephonenumbers","GET",{},{countryCode:e,region:n.region,city:n.city,areaCode:n.areaCode,phoneNumberType:i,pattern:n.pattern,addressRequirement:n.addressRequirement},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingSmsIdentityresolutionPhonenumber(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "addressId" when calling getRoutingSmsIdentityresolutionPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/identityresolution/phonenumbers/{addressId}","GET",{addressId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingSmsPhonenumber(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneNumberId" when calling getRoutingSmsPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/{phoneNumberId}","GET",{phoneNumberId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingSmsPhonenumbers(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/sms/phonenumbers","GET",{},{phoneNumber:e.phoneNumber,phoneNumberType:this.apiClient.buildCollectionParam(e.phoneNumberType,"multi"),phoneNumberStatus:this.apiClient.buildCollectionParam(e.phoneNumberStatus,"multi"),countryCode:this.apiClient.buildCollectionParam(e.countryCode,"multi"),pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,language:e.language,"integration.id":e.integrationId,"supportedContent.id":e.supportedContentId,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingUserDirectroutingbackupSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingUserUtilization(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingUtilization(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/utilization","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingUtilizationLabel(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "labelId" when calling getRoutingUtilizationLabel';return this.apiClient.callApi("/api/v2/routing/utilization/labels/{labelId}","GET",{labelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingUtilizationLabelAgents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "labelId" when calling getRoutingUtilizationLabelAgents';return this.apiClient.callApi("/api/v2/routing/utilization/labels/{labelId}/agents","GET",{labelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingUtilizationLabels(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/utilization/labels","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingUtilizationTag(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tagId" when calling getRoutingUtilizationTag';return this.apiClient.callApi("/api/v2/routing/utilization/tags/{tagId}","GET",{tagId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingUtilizationTagAgents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tagId" when calling getRoutingUtilizationTagAgents';return this.apiClient.callApi("/api/v2/routing/utilization/tags/{tagId}/agents","GET",{tagId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingUtilizationTags(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/utilization/tags","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingWrapupcode(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "codeId" when calling getRoutingWrapupcode';return this.apiClient.callApi("/api/v2/routing/wrapupcodes/{codeId}","GET",{codeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingWrapupcodes(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/wrapupcodes","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingWrapupcodesDivisionview(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "codeId" when calling getRoutingWrapupcodesDivisionview';return this.apiClient.callApi("/api/v2/routing/wrapupcodes/divisionviews/{codeId}","GET",{codeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingWrapupcodesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/wrapupcodes/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),includeState:e.includeState},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserQueues(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserQueues';return this.apiClient.callApi("/api/v2/users/{userId}/queues","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,joined:i.joined,divisionId:this.apiClient.buildCollectionParam(i.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserRoutinglanguages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutinglanguages';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserRoutingskills(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutingskills';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserSkillgroups(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserSkillgroups';return this.apiClient.callApi("/api/v2/users/{userId}/skillgroups","GET",{userId:e},{pageSize:i.pageSize,after:i.after,before:i.before},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingConversation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchRoutingConversation';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingConversation';return this.apiClient.callApi("/api/v2/routing/conversations/{conversationId}","PATCH",{conversationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingEmailDomain(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling patchRoutingEmailDomain';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingEmailDomain';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}","PATCH",{domainId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingEmailDomainValidate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling patchRoutingEmailDomainValidate';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingEmailDomainValidate';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/validate","PATCH",{domainId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingEmailOutboundDomain(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling patchRoutingEmailOutboundDomain';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingEmailOutboundDomain';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}","PATCH",{domainId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingPredictor(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling patchRoutingPredictor';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}","PATCH",{predictorId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingPredictorsKeyperformanceindicator(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "kpiId" when calling patchRoutingPredictorsKeyperformanceindicator';return this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators/{kpiId}","PATCH",{kpiId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingQueueMember(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchRoutingQueueMember';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling patchRoutingQueueMember';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingQueueMember';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members/{memberId}","PATCH",{queueId:e,memberId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchRoutingQueueMembers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchRoutingQueueMembers';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingQueueMembers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members","PATCH",{queueId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingQueueUser(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchRoutingQueueUser';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling patchRoutingQueueUser';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingQueueUser';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users/{memberId}","PATCH",{queueId:e,memberId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchRoutingQueueUsers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchRoutingQueueUsers';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingQueueUsers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users","PATCH",{queueId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingSettingsContactcenter(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchRoutingSettingsContactcenter';return this.apiClient.callApi("/api/v2/routing/settings/contactcenter","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingSettingsTranscription(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchRoutingSettingsTranscription';return this.apiClient.callApi("/api/v2/routing/settings/transcription","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingSkill(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillId" when calling patchRoutingSkill';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingSkill';return this.apiClient.callApi("/api/v2/routing/skills/{skillId}","PATCH",{skillId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingSkillgroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling patchRoutingSkillgroup';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingSkillgroup';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}","PATCH",{skillGroupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingSmsPhonenumber(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneNumberId" when calling patchRoutingSmsPhonenumber';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingSmsPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/{phoneNumberId}","PATCH",{phoneNumberId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserQueue(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchUserQueue';if(i==null||i==="")throw'Missing the required parameter "userId" when calling patchUserQueue';if(n==null)throw'Missing the required parameter "body" when calling patchUserQueue';return this.apiClient.callApi("/api/v2/users/{userId}/queues/{queueId}","PATCH",{queueId:e,userId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserQueues(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserQueues';if(i==null)throw'Missing the required parameter "body" when calling patchUserQueues';return this.apiClient.callApi("/api/v2/users/{userId}/queues","PATCH",{userId:e},{divisionId:this.apiClient.buildCollectionParam(n.divisionId,"multi")},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserRoutinglanguage(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutinglanguage';if(i==null||i==="")throw'Missing the required parameter "languageId" when calling patchUserRoutinglanguage';if(n==null)throw'Missing the required parameter "body" when calling patchUserRoutinglanguage';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/{languageId}","PATCH",{userId:e,languageId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserRoutinglanguagesBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutinglanguagesBulk';if(i==null)throw'Missing the required parameter "body" when calling patchUserRoutinglanguagesBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/bulk","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserRoutingskillsBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutingskillsBulk';if(i==null)throw'Missing the required parameter "body" when calling patchUserRoutingskillsBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/bulk","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsQueuesObservationsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsQueuesObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/queues/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsRoutingActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsRoutingActivityQuery';return this.apiClient.callApi("/api/v2/analytics/routing/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingAssessments(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/assessments","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postRoutingAssessmentsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/assessments/jobs","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postRoutingEmailDomainDkim(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainDkim';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/dkim","POST",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingEmailDomainMailfrom(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainMailfrom';if(i==null)throw'Missing the required parameter "body" when calling postRoutingEmailDomainMailfrom';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/mailfrom","POST",{domainId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingEmailDomainRoutes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling postRoutingEmailDomainRoutes';if(i==null)throw'Missing the required parameter "body" when calling postRoutingEmailDomainRoutes';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes","POST",{domainName:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingEmailDomainTestconnection(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainTestconnection';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/testconnection","POST",{domainId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingEmailDomainVerification(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainVerification';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/verification","POST",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingEmailDomains(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingEmailDomains';return this.apiClient.callApi("/api/v2/routing/email/domains","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingEmailOutboundDomainTestconnection(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailOutboundDomainTestconnection';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}/testconnection","POST",{domainId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingEmailOutboundDomains(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingEmailOutboundDomains';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingEmailOutboundDomainsSimulated(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingEmailOutboundDomainsSimulated';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/simulated","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingLanguages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingLanguages';return this.apiClient.callApi("/api/v2/routing/languages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingPredictors(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/predictors","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postRoutingPredictorsKeyperformanceindicators(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingPredictorsKeyperformanceindicators';return this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingQueueMembers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling postRoutingQueueMembers';if(i==null)throw'Missing the required parameter "body" when calling postRoutingQueueMembers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members","POST",{queueId:e},{delete:n._delete},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingQueueUsers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling postRoutingQueueUsers';if(i==null)throw'Missing the required parameter "body" when calling postRoutingQueueUsers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users","POST",{queueId:e},{delete:n._delete},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingQueueWrapupcodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling postRoutingQueueWrapupcodes';if(i==null)throw'Missing the required parameter "body" when calling postRoutingQueueWrapupcodes';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/wrapupcodes","POST",{queueId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingQueues(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingQueues';return this.apiClient.callApi("/api/v2/routing/queues","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingSkillgroupMembersDivisions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling postRoutingSkillgroupMembersDivisions';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}/members/divisions","POST",{skillGroupId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingSkillgroups(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSkillgroups';return this.apiClient.callApi("/api/v2/routing/skillgroups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingSkills(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSkills';return this.apiClient.callApi("/api/v2/routing/skills","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingSmsAddresses(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSmsAddresses';return this.apiClient.callApi("/api/v2/routing/sms/addresses","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingSmsPhonenumbers(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSmsPhonenumbers';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingSmsPhonenumbersAlphanumeric(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSmsPhonenumbersAlphanumeric';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/alphanumeric","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingSmsPhonenumbersImport(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSmsPhonenumbersImport';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/import","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingUtilizationLabels(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingUtilizationLabels';return this.apiClient.callApi("/api/v2/routing/utilization/labels","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingUtilizationTags(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingUtilizationTags';return this.apiClient.callApi("/api/v2/routing/utilization/tags","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingWrapupcodes(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postRoutingWrapupcodes';return this.apiClient.callApi("/api/v2/routing/wrapupcodes","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUserRoutinglanguages(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserRoutinglanguages';if(i==null)throw'Missing the required parameter "body" when calling postUserRoutinglanguages';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUserRoutingskills(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserRoutingskills';if(i==null)throw'Missing the required parameter "body" when calling postUserRoutingskills';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingDirectroutingbackupSettingsMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putRoutingDirectroutingbackupSettingsMe';return this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingEmailDomainRoute(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling putRoutingEmailDomainRoute';if(i==null||i==="")throw'Missing the required parameter "routeId" when calling putRoutingEmailDomainRoute';if(n==null)throw'Missing the required parameter "body" when calling putRoutingEmailDomainRoute';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}","PUT",{domainName:e,routeId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putRoutingEmailDomainRouteIdentityresolution(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling putRoutingEmailDomainRouteIdentityresolution';if(i==null||i==="")throw'Missing the required parameter "routeId" when calling putRoutingEmailDomainRouteIdentityresolution';if(n==null)throw'Missing the required parameter "body" when calling putRoutingEmailDomainRouteIdentityresolution';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}/identityresolution","PUT",{domainName:e,routeId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putRoutingEmailOutboundDomainActivation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling putRoutingEmailOutboundDomainActivation';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}/activation","PUT",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingMessageRecipient(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "recipientId" when calling putRoutingMessageRecipient';if(i==null)throw'Missing the required parameter "body" when calling putRoutingMessageRecipient';return this.apiClient.callApi("/api/v2/routing/message/recipients/{recipientId}","PUT",{recipientId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingQueue(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling putRoutingQueue';if(i==null)throw'Missing the required parameter "body" when calling putRoutingQueue';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}","PUT",{queueId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingQueueIdentityresolution(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling putRoutingQueueIdentityresolution';if(i==null)throw'Missing the required parameter "body" when calling putRoutingQueueIdentityresolution';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/identityresolution","PUT",{queueId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putRoutingSettings';return this.apiClient.callApi("/api/v2/routing/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingSettingsTranscription(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putRoutingSettingsTranscription';return this.apiClient.callApi("/api/v2/routing/settings/transcription","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingSmsIdentityresolutionPhonenumber(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "addressId" when calling putRoutingSmsIdentityresolutionPhonenumber';if(i==null)throw'Missing the required parameter "body" when calling putRoutingSmsIdentityresolutionPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/identityresolution/phonenumbers/{addressId}","PUT",{addressId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingUserDirectroutingbackupSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putRoutingUserDirectroutingbackupSettings';if(i==null)throw'Missing the required parameter "body" when calling putRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingUserUtilization(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putRoutingUserUtilization';if(i==null)throw'Missing the required parameter "body" when calling putRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingUtilization(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putRoutingUtilization';return this.apiClient.callApi("/api/v2/routing/utilization","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingUtilizationLabel(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "labelId" when calling putRoutingUtilizationLabel';if(i==null)throw'Missing the required parameter "body" when calling putRoutingUtilizationLabel';return this.apiClient.callApi("/api/v2/routing/utilization/labels/{labelId}","PUT",{labelId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingWrapupcode(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "codeId" when calling putRoutingWrapupcode';if(i==null)throw'Missing the required parameter "body" when calling putRoutingWrapupcode';return this.apiClient.callApi("/api/v2/routing/wrapupcodes/{codeId}","PUT",{codeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserRoutingskill(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingskill';if(i==null||i==="")throw'Missing the required parameter "skillId" when calling putUserRoutingskill';if(n==null)throw'Missing the required parameter "body" when calling putUserRoutingskill';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/{skillId}","PUT",{userId:e,skillId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putUserRoutingskillsBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingskillsBulk';if(i==null)throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/bulk","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Gb=class{constructor(e){this.apiClient=e||q.instance}deleteScimUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteScimUser';return this.apiClient.callApi("/api/v2/scim/users/{userId}","DELETE",{userId:e},{},{"If-Match":i.ifMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}deleteScimV2User(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteScimV2User';return this.apiClient.callApi("/api/v2/scim/v2/users/{userId}","DELETE",{userId:e},{},{"If-Match":i.ifMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimGroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getScimGroup';return this.apiClient.callApi("/api/v2/scim/groups/{groupId}","GET",{groupId:e},{attributes:this.apiClient.buildCollectionParam(i.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(i.excludedAttributes,"multi")},{"If-None-Match":i.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimGroups(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/groups","GET",{},{startIndex:e.startIndex,count:e.count,attributes:this.apiClient.buildCollectionParam(e.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(e.excludedAttributes,"multi"),filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimResourcetype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "resourceType" when calling getScimResourcetype';return this.apiClient.callApi("/api/v2/scim/resourcetypes/{resourceType}","GET",{resourceType:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimResourcetypes(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/resourcetypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getScimSchema';return this.apiClient.callApi("/api/v2/scim/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/schemas","GET",{},{filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimServiceproviderconfig(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/serviceproviderconfig","GET",{},{},{"If-None-Match":e.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getScimUser';return this.apiClient.callApi("/api/v2/scim/users/{userId}","GET",{userId:e},{attributes:this.apiClient.buildCollectionParam(i.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(i.excludedAttributes,"multi")},{"If-None-Match":i.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/users","GET",{},{startIndex:e.startIndex,count:e.count,attributes:this.apiClient.buildCollectionParam(e.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(e.excludedAttributes,"multi"),filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimV2Group(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getScimV2Group';return this.apiClient.callApi("/api/v2/scim/v2/groups/{groupId}","GET",{groupId:e},{attributes:this.apiClient.buildCollectionParam(i.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(i.excludedAttributes,"multi")},{"If-None-Match":i.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimV2Groups(e,i){if(i=i||{},e==null)throw'Missing the required parameter "filter" when calling getScimV2Groups';return this.apiClient.callApi("/api/v2/scim/v2/groups","GET",{},{startIndex:i.startIndex,count:i.count,attributes:this.apiClient.buildCollectionParam(i.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(i.excludedAttributes,"multi"),filter:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimV2Resourcetype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "resourceType" when calling getScimV2Resourcetype';return this.apiClient.callApi("/api/v2/scim/v2/resourcetypes/{resourceType}","GET",{resourceType:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimV2Resourcetypes(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/v2/resourcetypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimV2Schema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getScimV2Schema';return this.apiClient.callApi("/api/v2/scim/v2/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimV2Schemas(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/v2/schemas","GET",{},{filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimV2Serviceproviderconfig(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/v2/serviceproviderconfig","GET",{},{},{"If-None-Match":e.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimV2User(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getScimV2User';return this.apiClient.callApi("/api/v2/scim/v2/users/{userId}","GET",{userId:e},{attributes:this.apiClient.buildCollectionParam(i.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(i.excludedAttributes,"multi")},{"If-None-Match":i.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],i.customHeaders)}getScimV2Users(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/v2/users","GET",{},{startIndex:e.startIndex,count:e.count,attributes:this.apiClient.buildCollectionParam(e.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(e.excludedAttributes,"multi"),filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}patchScimGroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling patchScimGroup';if(i==null)throw'Missing the required parameter "body" when calling patchScimGroup';return this.apiClient.callApi("/api/v2/scim/groups/{groupId}","PATCH",{groupId:e},{},{"If-Match":n.ifMatch},{},i,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}patchScimUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchScimUser';if(i==null)throw'Missing the required parameter "body" when calling patchScimUser';return this.apiClient.callApi("/api/v2/scim/users/{userId}","PATCH",{userId:e},{},{"If-Match":n.ifMatch},{},i,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}patchScimV2Group(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling patchScimV2Group';if(i==null)throw'Missing the required parameter "body" when calling patchScimV2Group';return this.apiClient.callApi("/api/v2/scim/v2/groups/{groupId}","PATCH",{groupId:e},{},{"If-Match":n.ifMatch},{},i,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}patchScimV2User(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchScimV2User';if(i==null)throw'Missing the required parameter "body" when calling patchScimV2User';return this.apiClient.callApi("/api/v2/scim/v2/users/{userId}","PATCH",{userId:e},{},{"If-Match":n.ifMatch},{},i,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}postScimUsers(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postScimUsers';return this.apiClient.callApi("/api/v2/scim/users","POST",{},{},{},{},e,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}postScimV2Users(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postScimV2Users';return this.apiClient.callApi("/api/v2/scim/v2/users","POST",{},{},{},{},e,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}putScimGroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putScimGroup';if(i==null)throw'Missing the required parameter "body" when calling putScimGroup';return this.apiClient.callApi("/api/v2/scim/groups/{groupId}","PUT",{groupId:e},{},{"If-Match":n.ifMatch},{},i,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}putScimUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putScimUser';if(i==null)throw'Missing the required parameter "body" when calling putScimUser';return this.apiClient.callApi("/api/v2/scim/users/{userId}","PUT",{userId:e},{},{"If-Match":n.ifMatch},{},i,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}putScimV2Group(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putScimV2Group';if(i==null)throw'Missing the required parameter "body" when calling putScimV2Group';return this.apiClient.callApi("/api/v2/scim/v2/groups/{groupId}","PUT",{groupId:e},{},{"If-Match":n.ifMatch},{},i,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}putScimV2User(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putScimV2User';if(i==null)throw'Missing the required parameter "body" when calling putScimV2User';return this.apiClient.callApi("/api/v2/scim/v2/users/{userId}","PUT",{userId:e},{},{"If-Match":n.ifMatch},{},i,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}},$b=class{constructor(e){this.apiClient=e||q.instance}getScript(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScript';return this.apiClient.callApi("/api/v2/scripts/{scriptId}","GET",{scriptId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getScriptPage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptPage';if(i==null||i==="")throw'Missing the required parameter "pageId" when calling getScriptPage';return this.apiClient.callApi("/api/v2/scripts/{scriptId}/pages/{pageId}","GET",{scriptId:e,pageId:i},{scriptDataVersion:n.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getScriptPages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptPages';return this.apiClient.callApi("/api/v2/scripts/{scriptId}/pages","GET",{scriptId:e},{scriptDataVersion:i.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getScripts(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,name:e.name,feature:e.feature,flowId:e.flowId,sortBy:e.sortBy,sortOrder:e.sortOrder,scriptDataVersion:e.scriptDataVersion,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getScriptsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,name:e.name,feature:e.feature,flowId:e.flowId,sortBy:e.sortBy,sortOrder:e.sortOrder,scriptDataVersion:e.scriptDataVersion,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getScriptsPublished(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts/published","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,name:e.name,feature:e.feature,flowId:e.flowId,scriptDataVersion:e.scriptDataVersion,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getScriptsPublishedDivisionviewVariables(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedDivisionviewVariables';return this.apiClient.callApi("/api/v2/scripts/published/divisionviews/{scriptId}/variables","GET",{scriptId:e},{input:i.input,output:i.output,type:i.type,scriptDataVersion:i.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getScriptsPublishedDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts/published/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,name:e.name,feature:e.feature,flowId:e.flowId,scriptDataVersion:e.scriptDataVersion,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getScriptsPublishedScriptId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedScriptId';return this.apiClient.callApi("/api/v2/scripts/published/{scriptId}","GET",{scriptId:e},{scriptDataVersion:i.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getScriptsPublishedScriptIdPage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedScriptIdPage';if(i==null||i==="")throw'Missing the required parameter "pageId" when calling getScriptsPublishedScriptIdPage';return this.apiClient.callApi("/api/v2/scripts/published/{scriptId}/pages/{pageId}","GET",{scriptId:e,pageId:i},{scriptDataVersion:n.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getScriptsPublishedScriptIdPages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedScriptIdPages';return this.apiClient.callApi("/api/v2/scripts/published/{scriptId}/pages","GET",{scriptId:e},{scriptDataVersion:i.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getScriptsPublishedScriptIdVariables(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedScriptIdVariables';return this.apiClient.callApi("/api/v2/scripts/published/{scriptId}/variables","GET",{scriptId:e},{input:i.input,output:i.output,type:i.type,scriptDataVersion:i.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getScriptsUploadStatus(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "uploadId" when calling getScriptsUploadStatus';return this.apiClient.callApi("/api/v2/scripts/uploads/{uploadId}/status","GET",{uploadId:e},{longPoll:i.longPoll},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postScriptExport(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling postScriptExport';return this.apiClient.callApi("/api/v2/scripts/{scriptId}/export","POST",{scriptId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postScriptsPublished(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts/published","POST",{},{scriptDataVersion:e.scriptDataVersion},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Nb=class{constructor(e){this.apiClient=e||q.instance}getDocumentationGknSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getDocumentationGknSearch';return this.apiClient.callApi("/api/v2/documentation/gkn/search","GET",{},{q64:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getDocumentationSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getDocumentationSearch';return this.apiClient.callApi("/api/v2/documentation/search","GET",{},{q64:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGroupsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getGroupsSearch';return this.apiClient.callApi("/api/v2/groups/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLocationsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getLocationsSearch';return this.apiClient.callApi("/api/v2/locations/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getSearch';return this.apiClient.callApi("/api/v2/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),profile:i.profile},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSearchSuggest(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getSearchSuggest';return this.apiClient.callApi("/api/v2/search/suggest","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),profile:i.profile},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSitesSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getUsersSearch';return this.apiClient.callApi("/api/v2/users/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),integrationPresenceSource:i.integrationPresenceSource},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getVoicemailSearch';return this.apiClient.callApi("/api/v2/voicemail/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCustomattributesSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCustomattributesSearch';return this.apiClient.callApi("/api/v2/conversations/customattributes/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsParticipantsAttributesSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postConversationsParticipantsAttributesSearch';return this.apiClient.callApi("/api/v2/conversations/participants/attributes/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postDocumentationAllSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postDocumentationAllSearch';return this.apiClient.callApi("/api/v2/documentation/all/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postDocumentationGknSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postDocumentationGknSearch';return this.apiClient.callApi("/api/v2/documentation/gkn/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postDocumentationSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postDocumentationSearch';return this.apiClient.callApi("/api/v2/documentation/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGroupsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGroupsSearch';return this.apiClient.callApi("/api/v2/groups/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLocationsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postLocationsSearch';return this.apiClient.callApi("/api/v2/locations/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSearch';return this.apiClient.callApi("/api/v2/search","POST",{},{profile:i.profile},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSearchSuggest(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSearchSuggest';return this.apiClient.callApi("/api/v2/search/suggest","POST",{},{profile:i.profile},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsTranscriptsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTranscriptsSearch';return this.apiClient.callApi("/api/v2/speechandtextanalytics/transcripts/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTeamsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTeamsSearch';return this.apiClient.callApi("/api/v2/teams/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesSitesSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearch';return this.apiClient.callApi("/api/v2/users/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersSearchConversationTarget(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchConversationTarget';return this.apiClient.callApi("/api/v2/users/search/conversation/target","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersSearchQueuemembersManage(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchQueuemembersManage';return this.apiClient.callApi("/api/v2/users/search/queuemembers/manage","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersSearchTeamsAssign(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchTeamsAssign';return this.apiClient.callApi("/api/v2/users/search/teams/assign","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postVoicemailSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postVoicemailSearch';return this.apiClient.callApi("/api/v2/voicemail/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Ub=class{constructor(e){this.apiClient=e||q.instance}deleteEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteExternalcontactsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/settings","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling deleteUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","DELETE",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getEmailsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSettingsExecutiondata(e){return e=e||{},this.apiClient.callApi("/api/v2/settings/executiondata","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersAgentuiAgentsAutoanswerAgentIdSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchEmailsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchSettingsExecutiondata(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchSettingsExecutiondata';return this.apiClient.callApi("/api/v2/settings/executiondata","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUsersAgentuiAgentsAutoanswerAgentIdSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';if(i==null)throw'Missing the required parameter "body" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","PATCH",{agentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/settings","PUT",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putUsersAgentuiAgentsAutoanswerAgentIdSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';if(i==null)throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","PUT",{agentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Lb=class{constructor(e){this.apiClient=e||q.instance}deleteSocialmediaEscalationrule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "escalationRuleId" when calling deleteSocialmediaEscalationrule';return this.apiClient.callApi("/api/v2/socialmedia/escalationrules/{escalationRuleId}","DELETE",{escalationRuleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSocialmediaMessage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling deleteSocialmediaMessage';return this.apiClient.callApi("/api/v2/socialmedia/messages/{messageId}","DELETE",{messageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSocialmediaTopic(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopic';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}","DELETE",{topicId:e},{hardDelete:i.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}","DELETE",{topicId:e,facebookIngestionRuleId:i},{hardDelete:n.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}","DELETE",{topicId:e,googleBusinessProfileIngestionRuleId:i},{hardDelete:n.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}","DELETE",{topicId:e,instagramIngestionRuleId:i},{hardDelete:n.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSocialmediaTopicDataingestionrulesOpenOpenId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesOpenOpenId';if(i==null||i==="")throw'Missing the required parameter "openId" when calling deleteSocialmediaTopicDataingestionrulesOpenOpenId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}","DELETE",{topicId:e,openId:i},{hardDelete:n.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}","DELETE",{topicId:e,twitterIngestionRuleId:i},{hardDelete:n.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaAnalyticsAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsAggregatesJob';return this.apiClient.callApi("/api/v2/socialmedia/analytics/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaAnalyticsAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsAggregatesJobResults';return this.apiClient.callApi("/api/v2/socialmedia/analytics/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaAnalyticsMessagesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsMessagesJob';return this.apiClient.callApi("/api/v2/socialmedia/analytics/messages/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaAnalyticsMessagesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsMessagesJobResults';return this.apiClient.callApi("/api/v2/socialmedia/analytics/messages/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaEscalationrule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "escalationRuleId" when calling getSocialmediaEscalationrule';return this.apiClient.callApi("/api/v2/socialmedia/escalationrules/{escalationRuleId}","GET",{escalationRuleId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaEscalationrules(e,i){if(i=i||{},e==null)throw'Missing the required parameter "divisionId" when calling getSocialmediaEscalationrules';return this.apiClient.callApi("/api/v2/socialmedia/escalationrules","GET",{},{pageNumber:i.pageNumber,pageSize:i.pageSize,divisionId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopic(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopic';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}","GET",{topicId:e},{includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrules(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrules';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules","GET",{topicId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}","GET",{topicId:e,facebookIngestionRuleId:i},{includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion';if(i==null||i==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion';if(n==null||n==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,facebookIngestionRuleId:i,dataIngestionRuleVersion:n},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions';if(i==null||i==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}/versions","GET",{topicId:e,facebookIngestionRuleId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize,includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}","GET",{topicId:e,googleBusinessProfileIngestionRuleId:i},{includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion';if(i==null||i==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion';if(n==null||n==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,googleBusinessProfileIngestionRuleId:i,dataIngestionRuleVersion:n},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersions';if(i==null||i==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}/versions","GET",{topicId:e,googleBusinessProfileIngestionRuleId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize,includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}","GET",{topicId:e,instagramIngestionRuleId:i},{includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';if(i==null||i==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';if(n==null||n==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,instagramIngestionRuleId:i,dataIngestionRuleVersion:n},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions';if(i==null||i==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}/versions","GET",{topicId:e,instagramIngestionRuleId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize,includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesOpenOpenId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesOpenOpenId';if(i==null||i==="")throw'Missing the required parameter "openId" when calling getSocialmediaTopicDataingestionrulesOpenOpenId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}","GET",{topicId:e,openId:i},{includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesOpenOpenIdVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersion';if(i==null||i==="")throw'Missing the required parameter "openId" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersion';if(n==null||n==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,openId:i,dataIngestionRuleVersion:n},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesOpenOpenIdVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersions';if(i==null||i==="")throw'Missing the required parameter "openId" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}/versions","GET",{topicId:e,openId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize,includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}","GET",{topicId:e,twitterIngestionRuleId:i},{includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion';if(i==null||i==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion';if(n==null||n==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,twitterIngestionRuleId:i,dataIngestionRuleVersion:n},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions';if(i==null||i==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}/versions","GET",{topicId:e,twitterIngestionRuleId:i},{pageNumber:n.pageNumber,pageSize:n.pageSize,includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopics(e){return e=e||{},this.apiClient.callApi("/api/v2/socialmedia/topics","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi"),includeDeleted:e.includeDeleted,name:e.name,ids:this.apiClient.buildCollectionParam(e.ids,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchSocialmediaTopic(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopic';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}","PATCH",{topicId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}","PATCH",{topicId:e,facebookIngestionRuleId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}","PATCH",{topicId:e,googleBusinessProfileIngestionRuleId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}","PATCH",{topicId:e,instagramIngestionRuleId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchSocialmediaTopicDataingestionrulesOpenOpenId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesOpenOpenId';if(i==null||i==="")throw'Missing the required parameter "openId" when calling patchSocialmediaTopicDataingestionrulesOpenOpenId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}","PATCH",{topicId:e,openId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}","PATCH",{topicId:e,twitterIngestionRuleId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaAnalyticsAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSocialmediaAnalyticsAggregatesJobs';return this.apiClient.callApi("/api/v2/socialmedia/analytics/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaAnalyticsMessagesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSocialmediaAnalyticsMessagesJobs';return this.apiClient.callApi("/api/v2/socialmedia/analytics/messages/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaEscalationrules(e){return e=e||{},this.apiClient.callApi("/api/v2/socialmedia/escalationrules","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postSocialmediaEscalationsMessages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "divisionId" when calling postSocialmediaEscalationsMessages';return this.apiClient.callApi("/api/v2/socialmedia/escalations/messages","POST",{},{divisionId:e},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaTopicDataingestionrulesFacebook(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesFacebook';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook","POST",{topicId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaTopicDataingestionrulesGooglebusinessprofile(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesGooglebusinessprofile';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile","POST",{topicId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaTopicDataingestionrulesInstagram(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesInstagram';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram","POST",{topicId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaTopicDataingestionrulesOpen(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesOpen';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open","POST",{topicId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk';if(n==null)throw'Missing the required parameter "body" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{ruleId}/messages/bulk","POST",{topicId:e,ruleId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk';if(n==null)throw'Missing the required parameter "body" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{ruleId}/reactions/bulk","POST",{topicId:e,ruleId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postSocialmediaTopicDataingestionrulesTwitter(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesTwitter';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter","POST",{topicId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaTopics(e){return e=e||{},this.apiClient.callApi("/api/v2/socialmedia/topics","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postSocialmediaTwitterHistoricalTweets(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSocialmediaTwitterHistoricalTweets';return this.apiClient.callApi("/api/v2/socialmedia/twitter/historical/tweets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSocialmediaEscalationrule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "escalationRuleId" when calling putSocialmediaEscalationrule';return this.apiClient.callApi("/api/v2/socialmedia/escalationrules/{escalationRuleId}","PUT",{escalationRuleId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}","PUT",{topicId:e,facebookIngestionRuleId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}","PUT",{topicId:e,googleBusinessProfileIngestionRuleId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}","PUT",{topicId:e,instagramIngestionRuleId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSocialmediaTopicDataingestionrulesOpenOpenId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesOpenOpenId';if(i==null||i==="")throw'Missing the required parameter "openId" when calling putSocialmediaTopicDataingestionrulesOpenOpenId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}","PUT",{topicId:e,openId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';if(i==null||i==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}","PUT",{topicId:e,twitterIngestionRuleId:i},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Wb=class{constructor(e){this.apiClient=e||q.instance}deleteSpeechandtextanalyticsCategory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling deleteSpeechandtextanalyticsCategory';return this.apiClient.callApi("/api/v2/speechandtextanalytics/categories/{categoryId}","DELETE",{categoryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dictionaryFeedbackId" when calling deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';return this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}","DELETE",{dictionaryFeedbackId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSpeechandtextanalyticsProgram(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling deleteSpeechandtextanalyticsProgram';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}","DELETE",{programId:e},{forceDelete:i.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSpeechandtextanalyticsReprocessingJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteSpeechandtextanalyticsReprocessingJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSpeechandtextanalyticsSentimentfeedback(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/sentimentfeedback","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sentimentFeedbackId" when calling deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId';return this.apiClient.callApi("/api/v2/speechandtextanalytics/sentimentfeedback/{sentimentFeedbackId}","DELETE",{sentimentFeedbackId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSpeechandtextanalyticsTopic(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSpeechandtextanalyticsTopic';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/{topicId}","DELETE",{topicId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsCategories(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/categories","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,sortOrder:e.sortOrder,sortBy:e.sortBy,ids:this.apiClient.buildCollectionParam(e.ids,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsCategory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling getSpeechandtextanalyticsCategory';return this.apiClient.callApi("/api/v2/speechandtextanalytics/categories/{categoryId}","GET",{categoryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsConversation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversation';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsConversationCategories(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCategories';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/categories","GET",{conversationId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsConversationCommunicationTranscripturl(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturl';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturl';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturl","GET",{conversationId:e,communicationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsConversationCommunicationTranscripturls(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturls';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturls';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturls","GET",{conversationId:e,communicationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsConversationSentiments(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationSentiments';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/sentiments","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsConversationSummaries(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationSummaries';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/summaries","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsDictionaryfeedback(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback","GET",{},{dialect:e.dialect,transcriptionEngine:e.transcriptionEngine,nextPage:e.nextPage,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dictionaryFeedbackId" when calling getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';return this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}","GET",{dictionaryFeedbackId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsProgram(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgram';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsProgramMappings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramMappings';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/mappings","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsProgramSettingsInsights(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramSettingsInsights';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/settings/insights","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsProgramTranscriptionengines(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramTranscriptionengines';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/transcriptionengines","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsPrograms(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs","GET",{},{nextPage:e.nextPage,pageSize:e.pageSize,state:e.state,name:e.name,ids:this.apiClient.buildCollectionParam(e.ids,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsProgramsGeneralJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsProgramsGeneralJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/general/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsProgramsMappings(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/mappings","GET",{},{nextPage:e.nextPage,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsProgramsPublishjob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsProgramsPublishjob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/publishjobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsProgramsSettingsInsights(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/settings/insights","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,programIds:this.apiClient.buildCollectionParam(e.programIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsProgramsTopiclinksJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsProgramsTopiclinksJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/topiclinks/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsProgramsTranscriptionenginesDialects(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/transcriptionengines/dialects","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsProgramsUnpublished(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/unpublished","GET",{},{nextPage:e.nextPage,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsReprocessingJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsReprocessingJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsReprocessingJobInteractions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsReprocessingJobInteractions';return this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs/{jobId}/interactions","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsReprocessingJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsSentimentDialects(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/sentiment/dialects","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsSentimentfeedback(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/sentimentfeedback","GET",{},{dialect:e.dialect},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopic(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSpeechandtextanalyticsTopic';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/{topicId}","GET",{topicId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsTopics(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/topics","GET",{},{nextPage:e.nextPage,pageSize:e.pageSize,pageNumber:e.pageNumber,state:e.state,name:e.name,ids:this.apiClient.buildCollectionParam(e.ids,"multi"),dialects:this.apiClient.buildCollectionParam(e.dialects,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopicsDialects(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/dialects","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopicsGeneral(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/general","GET",{},{dialect:e.dialect},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopicsGeneralStatus(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/general/status","GET",{},{dialect:e.dialect},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopicsPublishjob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsTopicsPublishjob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/publishjobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsTopicsTestphraseJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsTopicsTestphraseJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/testphrase/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsTranslationsLanguageConversation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';if(i==null||i==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';return this.apiClient.callApi("/api/v2/speechandtextanalytics/translations/languages/{languageId}/conversations/{conversationId}","GET",{languageId:e,conversationId:i},{communicationId:n.communicationId,recordingId:n.recordingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsTranslationsLanguages(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/translations/languages","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchSpeechandtextanalyticsSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchSpeechandtextanalyticsSettings';return this.apiClient.callApi("/api/v2/speechandtextanalytics/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsCategories(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsCategories';return this.apiClient.callApi("/api/v2/speechandtextanalytics/categories","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsDictionaryfeedback(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsDictionaryfeedback';return this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsPrograms(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsPrograms';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsProgramsGeneralJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsProgramsGeneralJobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/general/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsProgramsPublishjobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsProgramsPublishjobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/publishjobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsReprocessingJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsReprocessingJobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsSentimentfeedback(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsSentimentfeedback';return this.apiClient.callApi("/api/v2/speechandtextanalytics/sentimentfeedback","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsTopics(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTopics';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsTopicsPublishjobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTopicsPublishjobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/publishjobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsTopicsTestphraseJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTopicsTestphraseJobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/testphrase/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSpeechandtextanalyticsTranscriptsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTranscriptsSearch';return this.apiClient.callApi("/api/v2/speechandtextanalytics/transcripts/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSpeechandtextanalyticsCategory(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling putSpeechandtextanalyticsCategory';if(i==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsCategory';return this.apiClient.callApi("/api/v2/speechandtextanalytics/categories/{categoryId}","PUT",{categoryId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dictionaryFeedbackId" when calling putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';return this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}","PUT",{dictionaryFeedbackId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSpeechandtextanalyticsProgram(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgram';if(i==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgram';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}","PUT",{programId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSpeechandtextanalyticsProgramMappings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramMappings';if(i==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgramMappings';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/mappings","PUT",{programId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSpeechandtextanalyticsProgramSettingsInsights(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramSettingsInsights';if(i==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgramSettingsInsights';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/settings/insights","PUT",{programId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSpeechandtextanalyticsProgramTranscriptionengines(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramTranscriptionengines';if(i==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgramTranscriptionengines';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/transcriptionengines","PUT",{programId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSpeechandtextanalyticsSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsSettings';return this.apiClient.callApi("/api/v2/speechandtextanalytics/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSpeechandtextanalyticsTopic(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSpeechandtextanalyticsTopic';if(i==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/{topicId}","PUT",{topicId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Bb=class{constructor(e){this.apiClient=e||q.instance}deleteStationAssociateduser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "stationId" when calling deleteStationAssociateduser';return this.apiClient.callApi("/api/v2/stations/{stationId}/associateduser","DELETE",{stationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getStation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "stationId" when calling getStation';return this.apiClient.callApi("/api/v2/stations/{stationId}","GET",{stationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getStations(e){return e=e||{},this.apiClient.callApi("/api/v2/stations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,name:e.name,userSelectable:e.userSelectable,webRtcUserId:e.webRtcUserId,id:e.id,lineAppearanceId:e.lineAppearanceId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Fb=class{constructor(e){this.apiClient=e||q.instance}getSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getSearch';return this.apiClient.callApi("/api/v2/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),profile:i.profile},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSearchSuggest(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getSearchSuggest';return this.apiClient.callApi("/api/v2/search/suggest","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),profile:i.profile},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSearch';return this.apiClient.callApi("/api/v2/search","POST",{},{profile:i.profile},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSearchSuggest(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postSearchSuggest';return this.apiClient.callApi("/api/v2/search/suggest","POST",{},{profile:i.profile},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Vb=class{constructor(e){this.apiClient=e||q.instance}deleteTaskmanagementWorkbin(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling deleteTaskmanagementWorkbin';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}","DELETE",{workbinId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorkitem(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling deleteTaskmanagementWorkitem';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}","DELETE",{workitemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorkitemsBulkAddJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling deleteTaskmanagementWorkitemsBulkAddJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs/{bulkJobId}","DELETE",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorkitemsBulkTerminateJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling deleteTaskmanagementWorkitemsBulkTerminateJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs/{bulkJobId}","DELETE",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorkitemsSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteTaskmanagementWorkitemsSchema';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorktype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktype';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}","DELETE",{worktypeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorktypeFlowsDatebasedRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktypeFlowsDatebasedRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling deleteTaskmanagementWorktypeFlowsDatebasedRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules/{ruleId}","DELETE",{worktypeId:e,ruleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorktypeFlowsOnattributechangeRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktypeFlowsOnattributechangeRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling deleteTaskmanagementWorktypeFlowsOnattributechangeRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules/{ruleId}","DELETE",{worktypeId:e,ruleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorktypeFlowsOncreateRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktypeFlowsOncreateRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling deleteTaskmanagementWorktypeFlowsOncreateRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules/{ruleId}","DELETE",{worktypeId:e,ruleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorktypeStatus(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktypeStatus';if(i==null||i==="")throw'Missing the required parameter "statusId" when calling deleteTaskmanagementWorktypeStatus';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId}","DELETE",{worktypeId:e,statusId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkbin(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling getTaskmanagementWorkbin';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}","GET",{workbinId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkbinHistory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling getTaskmanagementWorkbinHistory';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}/history","GET",{workbinId:e},{after:i.after,pageSize:i.pageSize,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkbinVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling getTaskmanagementWorkbinVersion';if(i==null)throw'Missing the required parameter "entityVersion" when calling getTaskmanagementWorkbinVersion';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}/versions/{entityVersion}","GET",{workbinId:e,entityVersion:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkbinVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling getTaskmanagementWorkbinVersions';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}/versions","GET",{workbinId:e},{after:i.after,pageSize:i.pageSize,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitem(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitem';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}","GET",{workitemId:e},{expands:this.apiClient.buildCollectionParam(i.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemHistory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemHistory';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/history","GET",{workitemId:e},{after:i.after,pageSize:i.pageSize,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemUserWrapups(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemUserWrapups';if(i==null||i==="")throw'Missing the required parameter "userId" when calling getTaskmanagementWorkitemUserWrapups';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/users/{userId}/wrapups","GET",{workitemId:e,userId:i},{expands:n.expands,after:n.after,pageSize:n.pageSize,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemVersion';if(i==null)throw'Missing the required parameter "entityVersion" when calling getTaskmanagementWorkitemVersion';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/versions/{entityVersion}","GET",{workitemId:e,entityVersion:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemVersions';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/versions","GET",{workitemId:e},{after:i.after,pageSize:i.pageSize,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemWrapups(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemWrapups';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/wrapups","GET",{workitemId:e},{expands:i.expands,after:i.after,pageSize:i.pageSize,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsBulkAddJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling getTaskmanagementWorkitemsBulkAddJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs/{bulkJobId}","GET",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsBulkAddJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling getTaskmanagementWorkitemsBulkAddJobResults';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs/{bulkJobId}/results","GET",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsBulkJobsUsersMe(e){return e=e||{},this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/jobs/users/me","GET",{},{after:e.after,pageSize:e.pageSize,sortOrder:e.sortOrder,action:e.action},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTaskmanagementWorkitemsBulkTerminateJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling getTaskmanagementWorkitemsBulkTerminateJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs/{bulkJobId}","GET",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsBulkTerminateJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling getTaskmanagementWorkitemsBulkTerminateJobResults';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs/{bulkJobId}/results","GET",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsQueryJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getTaskmanagementWorkitemsQueryJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/query/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsQueryJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getTaskmanagementWorkitemsQueryJobResults';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/query/jobs/{jobId}/results","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getTaskmanagementWorkitemsSchema';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsSchemaVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getTaskmanagementWorkitemsSchemaVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getTaskmanagementWorkitemsSchemaVersion';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsSchemaVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getTaskmanagementWorkitemsSchemaVersions';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTaskmanagementWorkitemsSchemasCoretype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getTaskmanagementWorkitemsSchemasCoretype';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTaskmanagementWorkitemsSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTaskmanagementWorktype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktype';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}","GET",{worktypeId:e},{expands:this.apiClient.buildCollectionParam(i.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeFlowsDatebasedRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsDatebasedRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling getTaskmanagementWorktypeFlowsDatebasedRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules/{ruleId}","GET",{worktypeId:e,ruleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeFlowsDatebasedRules(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsDatebasedRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules","GET",{worktypeId:e},{after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeFlowsOnattributechangeRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsOnattributechangeRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling getTaskmanagementWorktypeFlowsOnattributechangeRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules/{ruleId}","GET",{worktypeId:e,ruleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeFlowsOnattributechangeRules(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsOnattributechangeRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules","GET",{worktypeId:e},{after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeFlowsOncreateRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsOncreateRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling getTaskmanagementWorktypeFlowsOncreateRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules/{ruleId}","GET",{worktypeId:e,ruleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeFlowsOncreateRules(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsOncreateRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules","GET",{worktypeId:e},{after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeHistory(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeHistory';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/history","GET",{worktypeId:e},{after:i.after,pageSize:i.pageSize,sortOrder:i.sortOrder,fields:this.apiClient.buildCollectionParam(i.fields,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeStatus(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeStatus';if(i==null||i==="")throw'Missing the required parameter "statusId" when calling getTaskmanagementWorktypeStatus';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId}","GET",{worktypeId:e,statusId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeStatuses(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeStatuses';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses","GET",{worktypeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeVersion';if(i==null)throw'Missing the required parameter "entityVersion" when calling getTaskmanagementWorktypeVersion';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/versions/{entityVersion}","GET",{worktypeId:e,entityVersion:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeVersions';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/versions","GET",{worktypeId:e},{after:i.after,pageSize:i.pageSize,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchTaskmanagementWorkbin(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling patchTaskmanagementWorkbin';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkbin';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}","PATCH",{workbinId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchTaskmanagementWorkitem(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling patchTaskmanagementWorkitem';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitem';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}","PATCH",{workitemId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchTaskmanagementWorkitemAssignment(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling patchTaskmanagementWorkitemAssignment';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemAssignment';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/assignment","PATCH",{workitemId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchTaskmanagementWorkitemUserWrapups(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling patchTaskmanagementWorkitemUserWrapups';if(i==null||i==="")throw'Missing the required parameter "userId" when calling patchTaskmanagementWorkitemUserWrapups';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemUserWrapups';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/users/{userId}/wrapups","PATCH",{workitemId:e,userId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchTaskmanagementWorkitemUsersMeWrapups(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling patchTaskmanagementWorkitemUsersMeWrapups';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemUsersMeWrapups';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/users/me/wrapups","PATCH",{workitemId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchTaskmanagementWorkitemsBulkAddJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling patchTaskmanagementWorkitemsBulkAddJob';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemsBulkAddJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs/{bulkJobId}","PATCH",{bulkJobId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchTaskmanagementWorkitemsBulkTerminateJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling patchTaskmanagementWorkitemsBulkTerminateJob';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemsBulkTerminateJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs/{bulkJobId}","PATCH",{bulkJobId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchTaskmanagementWorktype(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktype';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktype';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}","PATCH",{worktypeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchTaskmanagementWorktypeFlowsDatebasedRule(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktypeFlowsDatebasedRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling patchTaskmanagementWorktypeFlowsDatebasedRule';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktypeFlowsDatebasedRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules/{ruleId}","PATCH",{worktypeId:e,ruleId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchTaskmanagementWorktypeFlowsOnattributechangeRule(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktypeFlowsOnattributechangeRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling patchTaskmanagementWorktypeFlowsOnattributechangeRule';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktypeFlowsOnattributechangeRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules/{ruleId}","PATCH",{worktypeId:e,ruleId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchTaskmanagementWorktypeFlowsOncreateRule(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktypeFlowsOncreateRule';if(i==null||i==="")throw'Missing the required parameter "ruleId" when calling patchTaskmanagementWorktypeFlowsOncreateRule';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktypeFlowsOncreateRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules/{ruleId}","PATCH",{worktypeId:e,ruleId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchTaskmanagementWorktypeStatus(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktypeStatus';if(i==null||i==="")throw'Missing the required parameter "statusId" when calling patchTaskmanagementWorktypeStatus';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktypeStatus';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId}","PATCH",{worktypeId:e,statusId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postTaskmanagementWorkbins(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkbins';return this.apiClient.callApi("/api/v2/taskmanagement/workbins","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkbinsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkbinsQuery';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitemAcdCancel(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling postTaskmanagementWorkitemAcdCancel';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/acd/cancel","POST",{workitemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitemDisconnect(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling postTaskmanagementWorkitemDisconnect';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/disconnect","POST",{workitemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitemTerminate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling postTaskmanagementWorkitemTerminate';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/terminate","POST",{workitemId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitems(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitems';return this.apiClient.callApi("/api/v2/taskmanagement/workitems","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitemsBulkAddJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsBulkAddJobs';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitemsBulkTerminateJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsBulkTerminateJobs';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitemsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsQuery';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitemsQueryJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsQueryJobs';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/query/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorkitemsSchemas(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsSchemas';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorktypeFlowsDatebasedRules(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling postTaskmanagementWorktypeFlowsDatebasedRules';if(i==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypeFlowsDatebasedRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules","POST",{worktypeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorktypeFlowsOnattributechangeRules(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling postTaskmanagementWorktypeFlowsOnattributechangeRules';if(i==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypeFlowsOnattributechangeRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules","POST",{worktypeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorktypeFlowsOncreateRules(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling postTaskmanagementWorktypeFlowsOncreateRules';if(i==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypeFlowsOncreateRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules","POST",{worktypeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorktypeStatuses(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling postTaskmanagementWorktypeStatuses';if(i==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypeStatuses';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses","POST",{worktypeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorktypes(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypes';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorktypesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypesQuery';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTaskmanagementWorkitemsSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putTaskmanagementWorkitemsSchema';if(i==null)throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Jb=class{constructor(e){this.apiClient=e||q.instance}deleteTeam(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling deleteTeam';return this.apiClient.callApi("/api/v2/teams/{teamId}","DELETE",{teamId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTeamMembers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling deleteTeamMembers';if(i==null)throw'Missing the required parameter "id" when calling deleteTeamMembers';return this.apiClient.callApi("/api/v2/teams/{teamId}/members","DELETE",{teamId:e},{id:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTeam(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling getTeam';return this.apiClient.callApi("/api/v2/teams/{teamId}","GET",{teamId:e},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTeamMembers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling getTeamMembers';return this.apiClient.callApi("/api/v2/teams/{teamId}/members","GET",{teamId:e},{pageSize:i.pageSize,before:i.before,after:i.after,expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTeams(e){return e=e||{},this.apiClient.callApi("/api/v2/teams","GET",{},{pageSize:e.pageSize,name:e.name,after:e.after,before:e.before,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchTeam(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling patchTeam';if(i==null)throw'Missing the required parameter "body" when calling patchTeam';return this.apiClient.callApi("/api/v2/teams/{teamId}","PATCH",{teamId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsTeamsActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTeamsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/teams/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTeamMembers(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling postTeamMembers';if(i==null)throw'Missing the required parameter "body" when calling postTeamMembers';return this.apiClient.callApi("/api/v2/teams/{teamId}/members","POST",{teamId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTeams(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTeams';return this.apiClient.callApi("/api/v2/teams","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTeamsSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTeamsSearch';return this.apiClient.callApi("/api/v2/teams/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Zb=class{constructor(e){this.apiClient=e||q.instance}getTelephonyAgentGreetings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getTelephonyAgentGreetings';return this.apiClient.callApi("/api/v2/telephony/agents/{agentId}/greetings","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyAgentsGreetingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/agents/greetings/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyCallsMetrics(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/calls/metrics","GET",{},{metricType:e.metricType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyMediaregions(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/mediaregions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonySettings(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonySipmessagesConversation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversation';return this.apiClient.callApi("/api/v2/telephony/sipmessages/conversations/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonySipmessagesConversationHeaders(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversationHeaders';return this.apiClient.callApi("/api/v2/telephony/sipmessages/conversations/{conversationId}/headers","GET",{conversationId:e},{keys:this.apiClient.buildCollectionParam(i.keys,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonySiptraces(e,i,n){if(n=n||{},e==null)throw'Missing the required parameter "dateStart" when calling getTelephonySiptraces';if(i==null)throw'Missing the required parameter "dateEnd" when calling getTelephonySiptraces';return this.apiClient.callApi("/api/v2/telephony/siptraces","GET",{},{callId:n.callId,toUser:n.toUser,fromUser:n.fromUser,conversationId:n.conversationId,dateStart:e,dateEnd:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonySiptracesDownloadDownloadId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "downloadId" when calling getTelephonySiptracesDownloadDownloadId';return this.apiClient.callApi("/api/v2/telephony/siptraces/download/{downloadId}","GET",{downloadId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonySiptracesDownload(e,i){if(i=i||{},e==null)throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';return this.apiClient.callApi("/api/v2/telephony/siptraces/download","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyAgentGreetings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling putTelephonyAgentGreetings';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyAgentGreetings';return this.apiClient.callApi("/api/v2/telephony/agents/{agentId}/greetings","PUT",{agentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyAgentsGreetingsMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putTelephonyAgentsGreetingsMe';return this.apiClient.callApi("/api/v2/telephony/agents/greetings/me","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonySettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putTelephonySettings';return this.apiClient.callApi("/api/v2/telephony/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Kb=class{constructor(e){this.apiClient=e||q.instance}deleteTelephonyProvidersEdge(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling deleteTelephonyProvidersEdge';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}","DELETE",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgeLogicalinterface(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling deleteTelephonyProvidersEdgeLogicalinterface';if(i==null||i==="")throw'Missing the required parameter "interfaceId" when calling deleteTelephonyProvidersEdgeLogicalinterface';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}","DELETE",{edgeId:e,interfaceId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgeSoftwareupdate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling deleteTelephonyProvidersEdgeSoftwareupdate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/softwareupdate","DELETE",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesAlertablepresences(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/alertablepresences","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteTelephonyProvidersEdgesCertificateauthority(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "certificateId" when calling deleteTelephonyProvidersEdgesCertificateauthority';return this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}","DELETE",{certificateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesDidpool(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "didPoolId" when calling deleteTelephonyProvidersEdgesDidpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools/{didPoolId}","DELETE",{didPoolId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesEdgegroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeGroupId" when calling deleteTelephonyProvidersEdgesEdgegroup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}","DELETE",{edgeGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesExtensionpool(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "extensionPoolId" when calling deleteTelephonyProvidersEdgesExtensionpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}","DELETE",{extensionPoolId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesPhone(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneId" when calling deleteTelephonyProvidersEdgesPhone';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/{phoneId}","DELETE",{phoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesPhonebasesetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneBaseId" when calling deleteTelephonyProvidersEdgesPhonebasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}","DELETE",{phoneBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesSite(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling deleteTelephonyProvidersEdgesSite';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}","DELETE",{siteId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesSiteOutboundroute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling deleteTelephonyProvidersEdgesSiteOutboundroute';if(i==null||i==="")throw'Missing the required parameter "outboundRouteId" when calling deleteTelephonyProvidersEdgesSiteOutboundroute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}","DELETE",{siteId:e,outboundRouteId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesTrunkbasesetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trunkBaseSettingsId" when calling deleteTelephonyProvidersEdgesTrunkbasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}","DELETE",{trunkBaseSettingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdge(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdge';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}","GET",{edgeId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeDiagnosticNslookup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeDiagnosticNslookup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeDiagnosticPing(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeDiagnosticPing';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeDiagnosticRoute(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeDiagnosticRoute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/route","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeDiagnosticTracepath(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeDiagnosticTracepath';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeLogicalinterface(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeLogicalinterface';if(i==null||i==="")throw'Missing the required parameter "interfaceId" when calling getTelephonyProvidersEdgeLogicalinterface';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}","GET",{edgeId:e,interfaceId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeLogicalinterfaces(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeLogicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces","GET",{edgeId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeLogsJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeLogsJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getTelephonyProvidersEdgeLogsJob';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}","GET",{edgeId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeMetrics(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeMetrics';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/metrics","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgePhysicalinterface(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgePhysicalinterface';if(i==null||i==="")throw'Missing the required parameter "interfaceId" when calling getTelephonyProvidersEdgePhysicalinterface';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces/{interfaceId}","GET",{edgeId:e,interfaceId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgePhysicalinterfaces(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgePhysicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeSetuppackage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeSetuppackage';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/setuppackage","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeSoftwareupdate(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeSoftwareupdate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/softwareupdate","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeSoftwareversions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeSoftwareversions';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/softwareversions","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeTrunks(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeTrunks';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/trunks","GET",{edgeId:e},{pageNumber:i.pageNumber,pageSize:i.pageSize,sortBy:i.sortBy,sortOrder:i.sortOrder,"trunkBase.id":i.trunkBaseId,trunkType:i.trunkType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdges(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,"site.id":e.siteId,"edgeGroup.id":e.edgeGroupId,sortBy:e.sortBy,managed:e.managed,showCloudMedia:e.showCloudMedia},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesAlertablepresences(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/alertablepresences","GET",{},{type:e.type},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesCertificateauthorities(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesCertificateauthority(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "certificateId" when calling getTelephonyProvidersEdgesCertificateauthority';return this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}","GET",{certificateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesDid(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "didId" when calling getTelephonyProvidersEdgesDid';return this.apiClient.callApi("/api/v2/telephony/providers/edges/dids/{didId}","GET",{didId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesDidpool(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "didPoolId" when calling getTelephonyProvidersEdgesDidpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools/{didPoolId}","GET",{didPoolId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesDidpools(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesDidpoolsDids(e,i){if(i=i||{},e==null)throw'Missing the required parameter "type" when calling getTelephonyProvidersEdgesDidpoolsDids';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools/dids","GET",{},{type:e,id:this.apiClient.buildCollectionParam(i.id,"multi"),numberMatch:i.numberMatch,pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesDids(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/dids","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,phoneNumber:e.phoneNumber,"owner.id":e.ownerId,"didPool.id":e.didPoolId,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesEdgegroup(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeGroupId" when calling getTelephonyProvidersEdgesEdgegroup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}","GET",{edgeGroupId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesEdgegroupEdgetrunkbase(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgegroupId" when calling getTelephonyProvidersEdgesEdgegroupEdgetrunkbase';if(i==null||i==="")throw'Missing the required parameter "edgetrunkbaseId" when calling getTelephonyProvidersEdgesEdgegroupEdgetrunkbase';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId}","GET",{edgegroupId:e,edgetrunkbaseId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesEdgegroups(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,sortBy:e.sortBy,managed:e.managed},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesEdgeversionreport(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/edgeversionreport","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesExpired(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/expired","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesExtension(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "extensionId" when calling getTelephonyProvidersEdgesExtension';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensions/{extensionId}","GET",{extensionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesExtensionpool(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "extensionPoolId" when calling getTelephonyProvidersEdgesExtensionpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}","GET",{extensionPoolId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesExtensionpools(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,number:e._number,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesExtensionpoolsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesExtensions(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/extensions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,number:e._number},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesLine(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "lineId" when calling getTelephonyProvidersEdgesLine';return this.apiClient.callApi("/api/v2/telephony/providers/edges/lines/{lineId}","GET",{lineId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesLinebasesetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "lineBaseId" when calling getTelephonyProvidersEdgesLinebasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/linebasesettings/{lineBaseId}","GET",{lineBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesLinebasesettings(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/linebasesettings","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesLines(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/lines","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesLinesTemplate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "lineBaseSettingsId" when calling getTelephonyProvidersEdgesLinesTemplate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/lines/template","GET",{},{lineBaseSettingsId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesLogicalinterfaces(e,i){if(i=i||{},e==null)throw'Missing the required parameter "edgeIds" when calling getTelephonyProvidersEdgesLogicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/logicalinterfaces","GET",{},{edgeIds:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesMediastatisticsConversation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getTelephonyProvidersEdgesMediastatisticsConversation';return this.apiClient.callApi("/api/v2/telephony/providers/edges/mediastatistics/conversations/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesMediastatisticsConversationCommunication(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getTelephonyProvidersEdgesMediastatisticsConversationCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getTelephonyProvidersEdgesMediastatisticsConversationCommunication';return this.apiClient.callApi("/api/v2/telephony/providers/edges/mediastatistics/conversations/{conversationId}/communications/{communicationId}","GET",{conversationId:e,communicationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesMetrics(e,i){if(i=i||{},e==null)throw'Missing the required parameter "edgeIds" when calling getTelephonyProvidersEdgesMetrics';return this.apiClient.callApi("/api/v2/telephony/providers/edges/metrics","GET",{},{edgeIds:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesOutboundroutes(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/outboundroutes","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,"site.id":e.siteId,"externalTrunkBases.ids":e.externalTrunkBasesIds,sortBy:e.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesPhone(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneId" when calling getTelephonyProvidersEdgesPhone';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/{phoneId}","GET",{phoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesPhonebasesetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneBaseId" when calling getTelephonyProvidersEdgesPhonebasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}","GET",{phoneBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesPhonebasesettings(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesPhonebasesettingsAvailablemetabases(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/availablemetabases","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesPhonebasesettingsTemplate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "phoneMetabaseId" when calling getTelephonyProvidersEdgesPhonebasesettingsTemplate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/template","GET",{},{phoneMetabaseId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesPhones(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/phones","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,"site.id":e.siteId,"webRtcUser.id":e.webRtcUserId,"phoneBaseSettings.id":e.phoneBaseSettingsId,"lines.loggedInUser.id":e.linesLoggedInUserId,"lines.defaultForUser.id":e.linesDefaultForUserId,phone_hardwareId:e.phoneHardwareId,"lines.id":e.linesId,"lines.name":e.linesName,name:e.name,"status.operationalStatus":e.statusOperationalStatus,"secondaryStatus.operationalStatus":e.secondaryStatusOperationalStatus,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),fields:this.apiClient.buildCollectionParam(e.fields,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesPhonesTemplate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "phoneBaseSettingsId" when calling getTelephonyProvidersEdgesPhonesTemplate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/template","GET",{},{phoneBaseSettingsId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesPhysicalinterfaces(e,i){if(i=i||{},e==null)throw'Missing the required parameter "edgeIds" when calling getTelephonyProvidersEdgesPhysicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/physicalinterfaces","GET",{},{edgeIds:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSite(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSite';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}","GET",{siteId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSiteNumberplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteNumberplan';if(i==null||i==="")throw'Missing the required parameter "numberPlanId" when calling getTelephonyProvidersEdgesSiteNumberplan';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/numberplans/{numberPlanId}","GET",{siteId:e,numberPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSiteNumberplans(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteNumberplans';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/numberplans","GET",{siteId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSiteNumberplansClassifications(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteNumberplansClassifications';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/numberplans/classifications","GET",{siteId:e},{classification:i.classification},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSiteOutboundroute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteOutboundroute';if(i==null||i==="")throw'Missing the required parameter "outboundRouteId" when calling getTelephonyProvidersEdgesSiteOutboundroute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}","GET",{siteId:e,outboundRouteId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSiteOutboundroutes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteOutboundroutes';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes","GET",{siteId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,name:i.name,"externalTrunkBases.ids":i.externalTrunkBasesIds,sortBy:i.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSiteSiteconnections(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteSiteconnections';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/siteconnections","GET",{siteId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSites(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/sites","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,"location.id":e.locationId,managed:e.managed,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesSitesSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesTimezones(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/timezones","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesTrunk(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trunkId" when calling getTelephonyProvidersEdgesTrunk';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunks/{trunkId}","GET",{trunkId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesTrunkMetrics(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trunkId" when calling getTelephonyProvidersEdgesTrunkMetrics';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunks/{trunkId}/metrics","GET",{trunkId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesTrunkbasesetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trunkBaseSettingsId" when calling getTelephonyProvidersEdgesTrunkbasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}","GET",{trunkBaseSettingsId:e},{ignoreHidden:i.ignoreHidden},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesTrunkbasesettings(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,recordingEnabled:e.recordingEnabled,ignoreHidden:e.ignoreHidden,managed:e.managed,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesTrunkbasesettingsAvailablemetabases(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/availablemetabases","GET",{},{type:e.type,pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesTrunkbasesettingsTemplate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "trunkMetabaseId" when calling getTelephonyProvidersEdgesTrunkbasesettingsTemplate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/template","GET",{},{trunkMetabaseId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesTrunks(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/trunks","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,"edge.id":e.edgeId,"trunkBase.id":e.trunkBaseId,trunkType:e.trunkType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesTrunksMetrics(e,i){if(i=i||{},e==null)throw'Missing the required parameter "trunkIds" when calling getTelephonyProvidersEdgesTrunksMetrics';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunks/metrics","GET",{},{trunkIds:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesTrunkswithrecording(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkswithrecording","GET",{},{trunkType:e.trunkType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchTelephonyProvidersEdgesSiteSiteconnections(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling patchTelephonyProvidersEdgesSiteSiteconnections';if(i==null)throw'Missing the required parameter "body" when calling patchTelephonyProvidersEdgesSiteSiteconnections';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/siteconnections","PATCH",{siteId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeDiagnosticNslookup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeDiagnosticNslookup';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeDiagnosticNslookup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup","POST",{edgeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeDiagnosticPing(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeDiagnosticPing';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeDiagnosticPing';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping","POST",{edgeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeDiagnosticRoute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeDiagnosticRoute';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeDiagnosticRoute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/route","POST",{edgeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeDiagnosticTracepath(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeDiagnosticTracepath';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeDiagnosticTracepath';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath","POST",{edgeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeLogicalinterfaces(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeLogicalinterfaces';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeLogicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces","POST",{edgeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeLogsJobUpload(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeLogsJobUpload';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling postTelephonyProvidersEdgeLogsJobUpload';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeLogsJobUpload';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}/upload","POST",{edgeId:e,jobId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postTelephonyProvidersEdgeLogsJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeLogsJobs';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeLogsJobs';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logs/jobs","POST",{edgeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeReboot(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeReboot';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/reboot","POST",{edgeId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeSoftwareupdate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeSoftwareupdate';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeSoftwareupdate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/softwareupdate","POST",{edgeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeStatuscode(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeStatuscode';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/statuscode","POST",{edgeId:e},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeUnpair(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeUnpair';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/unpair","POST",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdges(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdges';return this.apiClient.callApi("/api/v2/telephony/providers/edges","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesAddressvalidation(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesAddressvalidation';return this.apiClient.callApi("/api/v2/telephony/providers/edges/addressvalidation","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesCertificateauthorities(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesCertificateauthorities';return this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesDidpools(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesDidpools';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesEdgegroups(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesEdgegroups';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesExtensionpools(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesExtensionpools';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource';if(n==null||n==="")throw'Missing the required parameter "mediaResourceId" when calling postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource';if(a==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource';return this.apiClient.callApi("/api/v2/telephony/providers/edges/mediastatistics/conversations/{conversationId}/communications/{communicationId}/mediaresources/{mediaResourceId}","POST",{conversationId:e,communicationId:i,mediaResourceId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postTelephonyProvidersEdgesPhoneReboot(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneId" when calling postTelephonyProvidersEdgesPhoneReboot';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/{phoneId}/reboot","POST",{phoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesPhonebasesettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesPhonebasesettings';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesPhones(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesPhones';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesPhonesReboot(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesPhonesReboot';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/reboot","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesSiteOutboundroutes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling postTelephonyProvidersEdgesSiteOutboundroutes';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSiteOutboundroutes';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes","POST",{siteId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesSites(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSites';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesSitesSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesTrunkbasesettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesTrunkbasesettings';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdge(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling putTelephonyProvidersEdge';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdge';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}","PUT",{edgeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgeLogicalinterface(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling putTelephonyProvidersEdgeLogicalinterface';if(i==null||i==="")throw'Missing the required parameter "interfaceId" when calling putTelephonyProvidersEdgeLogicalinterface';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgeLogicalinterface';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}","PUT",{edgeId:e,interfaceId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putTelephonyProvidersEdgesAlertablepresences(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesAlertablepresences';return this.apiClient.callApi("/api/v2/telephony/providers/edges/alertablepresences","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesCertificateauthority(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "certificateId" when calling putTelephonyProvidersEdgesCertificateauthority';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesCertificateauthority';return this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}","PUT",{certificateId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesDidpool(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "didPoolId" when calling putTelephonyProvidersEdgesDidpool';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesDidpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools/{didPoolId}","PUT",{didPoolId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesEdgegroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeGroupId" when calling putTelephonyProvidersEdgesEdgegroup';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesEdgegroup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}","PUT",{edgeGroupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesEdgegroupEdgetrunkbase(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "edgegroupId" when calling putTelephonyProvidersEdgesEdgegroupEdgetrunkbase';if(i==null||i==="")throw'Missing the required parameter "edgetrunkbaseId" when calling putTelephonyProvidersEdgesEdgegroupEdgetrunkbase';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesEdgegroupEdgetrunkbase';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId}","PUT",{edgegroupId:e,edgetrunkbaseId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putTelephonyProvidersEdgesExtensionpool(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "extensionPoolId" when calling putTelephonyProvidersEdgesExtensionpool';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesExtensionpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}","PUT",{extensionPoolId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesPhone(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneId" when calling putTelephonyProvidersEdgesPhone';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesPhone';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/{phoneId}","PUT",{phoneId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesPhonebasesetting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneBaseId" when calling putTelephonyProvidersEdgesPhonebasesetting';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesPhonebasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}","PUT",{phoneBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesSite(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling putTelephonyProvidersEdgesSite';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesSite';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}","PUT",{siteId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesSiteNumberplans(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling putTelephonyProvidersEdgesSiteNumberplans';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesSiteNumberplans';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/numberplans","PUT",{siteId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesSiteOutboundroute(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling putTelephonyProvidersEdgesSiteOutboundroute';if(i==null||i==="")throw'Missing the required parameter "outboundRouteId" when calling putTelephonyProvidersEdgesSiteOutboundroute';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesSiteOutboundroute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}","PUT",{siteId:e,outboundRouteId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putTelephonyProvidersEdgesSiteSiteconnections(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling putTelephonyProvidersEdgesSiteSiteconnections';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesSiteSiteconnections';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/siteconnections","PUT",{siteId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesTrunkbasesetting(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trunkBaseSettingsId" when calling putTelephonyProvidersEdgesTrunkbasesetting';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}","PUT",{trunkBaseSettingsId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Qb=class{constructor(e){this.apiClient=e||q.instance}getTextbotsBotsSearch(e){return e=e||{},this.apiClient.callApi("/api/v2/textbots/bots/search","GET",{},{botType:this.apiClient.buildCollectionParam(e.botType,"multi"),botName:e.botName,botId:this.apiClient.buildCollectionParam(e.botId,"multi"),virtualAgentEnabled:e.virtualAgentEnabled,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postTextbotsBotflowsSessionTurns(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postTextbotsBotflowsSessionTurns';if(i==null)throw'Missing the required parameter "turnRequest" when calling postTextbotsBotflowsSessionTurns';return this.apiClient.callApi("/api/v2/textbots/botflows/sessions/{sessionId}/turns","POST",{sessionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTextbotsBotflowsSessions(e,i){if(i=i||{},e==null)throw'Missing the required parameter "launchRequest" when calling postTextbotsBotflowsSessions';return this.apiClient.callApi("/api/v2/textbots/botflows/sessions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTextbotsBotsExecute(e,i){if(i=i||{},e==null)throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';return this.apiClient.callApi("/api/v2/textbots/bots/execute","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Yb=class{constructor(e){this.apiClient=e||q.instance}deleteToken(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteToken';return this.apiClient.callApi("/api/v2/tokens/{userId}","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTokensMe(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/me","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTokensMe(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/me","GET",{},{preserveIdleTTL:e.preserveIdleTTL},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTokensTimeout(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/timeout","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}headTokensMe(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/me","HEAD",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putTokensTimeout(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/timeout","PUT",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Xb=class{constructor(e){this.apiClient=e||q.instance}getKnowledgeKnowledgebaseUploadsUrlsJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}","GET",{knowledgeBaseId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationContestsUploadsPrizeimages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGamificationContestsUploadsPrizeimages';return this.apiClient.callApi("/api/v2/gamification/contests/uploads/prizeimages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGuidesUploads(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postGuidesUploads';return this.apiClient.callApi("/api/v2/guides/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsActionDraftFunctionUpload(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';if(i==null)throw'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/function/upload","POST",{actionId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeDocumentuploads(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeDocumentuploads';return this.apiClient.callApi("/api/v2/knowledge/documentuploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseUploadsUrlsJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs","POST",{knowledgeBaseId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingMinerUploads(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling postLanguageunderstandingMinerUploads';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingMinerUploads';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/uploads","POST",{minerId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUploadsLearningCoverart(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUploadsLearningCoverart';return this.apiClient.callApi("/api/v2/uploads/learning/coverart","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUploadsPublicassetsImages(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUploadsPublicassetsImages';return this.apiClient.callApi("/api/v2/uploads/publicassets/images","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUploadsRecordings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUploadsRecordings';return this.apiClient.callApi("/api/v2/uploads/recordings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUploadsWorkforcemanagementHistoricaldataCsv(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';return this.apiClient.callApi("/api/v2/uploads/workforcemanagement/historicaldata/csv","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ey=class{constructor(e){this.apiClient=e||q.instance}getOauthClientUsageQueryResult(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "executionId" when calling getOauthClientUsageQueryResult';if(i==null||i==="")throw'Missing the required parameter "clientId" when calling getOauthClientUsageQueryResult';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/query/results/{executionId}","GET",{executionId:e,clientId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOauthClientUsageSummary(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getOauthClientUsageSummary';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/summary","GET",{clientId:e},{days:i.days},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsageAggregatesQueryJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getUsageAggregatesQueryJob';return this.apiClient.callApi("/api/v2/usage/aggregates/query/jobs/{jobId}","GET",{jobId:e},{pageSize:i.pageSize,after:i.after},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsageClientClientIdAggregatesQueryJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getUsageClientClientIdAggregatesQueryJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getUsageClientClientIdAggregatesQueryJob';return this.apiClient.callApi("/api/v2/usage/client/{clientId}/aggregates/query/jobs/{jobId}","GET",{clientId:e,jobId:i},{pageSize:n.pageSize,after:n.after},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsageQueryExecutionIdResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "executionId" when calling getUsageQueryExecutionIdResults';return this.apiClient.callApi("/api/v2/usage/query/{executionId}/results","GET",{executionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsageSimplesearchExecutionIdResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';return this.apiClient.callApi("/api/v2/usage/simplesearch/{executionId}/results","GET",{executionId:e},{after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOauthClientUsageQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling postOauthClientUsageQuery';if(i==null)throw'Missing the required parameter "body" when calling postOauthClientUsageQuery';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/query","POST",{clientId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsageAggregatesQueryJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsageAggregatesQueryJobs';return this.apiClient.callApi("/api/v2/usage/aggregates/query/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsageClientClientIdAggregatesQueryJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling postUsageClientClientIdAggregatesQueryJobs';if(i==null)throw'Missing the required parameter "body" when calling postUsageClientClientIdAggregatesQueryJobs';return this.apiClient.callApi("/api/v2/usage/client/{clientId}/aggregates/query/jobs","POST",{clientId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsageQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsageQuery';return this.apiClient.callApi("/api/v2/usage/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsageSimplesearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsageSimplesearch';return this.apiClient.callApi("/api/v2/usage/simplesearch","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},iy=class{constructor(e){this.apiClient=e||q.instance}deleteUserrecording(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "recordingId" when calling deleteUserrecording';return this.apiClient.callApi("/api/v2/userrecordings/{recordingId}","DELETE",{recordingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserrecording(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "recordingId" when calling getUserrecording';return this.apiClient.callApi("/api/v2/userrecordings/{recordingId}","GET",{recordingId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserrecordingTranscoding(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "recordingId" when calling getUserrecordingTranscoding';return this.apiClient.callApi("/api/v2/userrecordings/{recordingId}/transcoding","GET",{recordingId:e},{formatId:i.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserrecordings(e){return e=e||{},this.apiClient.callApi("/api/v2/userrecordings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserrecordingsSummary(e){return e=e||{},this.apiClient.callApi("/api/v2/userrecordings/summary","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putUserrecording(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "recordingId" when calling putUserrecording';if(i==null)throw'Missing the required parameter "body" when calling putUserrecording';return this.apiClient.callApi("/api/v2/userrecordings/{recordingId}","PUT",{recordingId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},ny=class{constructor(e){this.apiClient=e||q.instance}deleteAnalyticsUsersAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAnalyticsUsersDetailsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersDetailsJob';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAuthorizationSubjectDivisionRole(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling deleteAuthorizationSubjectDivisionRole';if(i==null||i==="")throw'Missing the required parameter "divisionId" when calling deleteAuthorizationSubjectDivisionRole';if(n==null||n==="")throw'Missing the required parameter "roleId" when calling deleteAuthorizationSubjectDivisionRole';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId}","DELETE",{subjectId:e,divisionId:i,roleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteRoutingDirectroutingbackupSettingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteRoutingUserDirectroutingbackupSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingUserUtilization(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUser';return this.apiClient.callApi("/api/v2/users/{userId}","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUserCustomattribute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserCustomattribute';if(i==null||i==="")throw'Missing the required parameter "schemaId" when calling deleteUserCustomattribute';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes/{schemaId}","DELETE",{userId:e,schemaId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUserExternalidAuthorityNameExternalKey(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserExternalidAuthorityNameExternalKey';if(i==null||i==="")throw'Missing the required parameter "authorityName" when calling deleteUserExternalidAuthorityNameExternalKey';if(n==null||n==="")throw'Missing the required parameter "externalKey" when calling deleteUserExternalidAuthorityNameExternalKey';return this.apiClient.callApi("/api/v2/users/{userId}/externalid/{authorityName}/{externalKey}","DELETE",{userId:e,authorityName:i,externalKey:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteUserRoutinglanguage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserRoutinglanguage';if(i==null||i==="")throw'Missing the required parameter "languageId" when calling deleteUserRoutinglanguage';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/{languageId}","DELETE",{userId:e,languageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUserRoutingskill(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserRoutingskill';if(i==null||i==="")throw'Missing the required parameter "skillId" when calling deleteUserRoutingskill';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/{skillId}","DELETE",{userId:e,skillId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUserStationAssociatedstation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserStationAssociatedstation';return this.apiClient.callApi("/api/v2/users/{userId}/station/associatedstation","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUserStationDefaultstation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserStationDefaultstation';return this.apiClient.callApi("/api/v2/users/{userId}/station/defaultstation","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUserVerifier(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserVerifier';if(i==null||i==="")throw'Missing the required parameter "verifierId" when calling deleteUserVerifier';return this.apiClient.callApi("/api/v2/users/{userId}/verifiers/{verifierId}","DELETE",{userId:e,verifierId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUsersCustomattributesSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteUsersCustomattributesSchema';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUsersStationsMeAssociatedstation(e){return e=e||{},this.apiClient.callApi("/api/v2/users/stations/me/associatedstation","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsUsersAggregatesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersAggregatesJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersDetailsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJob';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersDetailsJobResults(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJobResults';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}/results","GET",{jobId:e},{cursor:i.cursor,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsUsersDetailsJobsAvailability(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/users/details/jobs/availability","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionspermittedMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedMe';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/me","GET",{},{name:i.name,permission:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationDivisionspermittedPagedMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedPagedMe';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/paged/me","GET",{},{permission:e,pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationDivisionspermittedPagedSubjectId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationDivisionspermittedPagedSubjectId';if(i==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedPagedSubjectId';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/paged/{subjectId}","GET",{subjectId:e},{permission:i,pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationSubject(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationSubject';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}","GET",{subjectId:e},{includeDuplicates:i.includeDuplicates},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationSubjectsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/subjects/me","GET",{},{includeDuplicates:e.includeDuplicates},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFieldconfig(e,i){if(i=i||{},e==null)throw'Missing the required parameter "type" when calling getFieldconfig';return this.apiClient.callApi("/api/v2/fieldconfig","GET",{},{type:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getProfilesUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/profiles/users","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),jid:this.apiClient.buildCollectionParam(e.jid,"multi"),sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),integrationPresenceSource:e.integrationPresenceSource},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingDirectroutingbackupSettingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingUserDirectroutingbackupSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingUserUtilization(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUser(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUser';return this.apiClient.callApi("/api/v2/users/{userId}","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),integrationPresenceSource:i.integrationPresenceSource,userCustomAttributeSchemaIds:this.apiClient.buildCollectionParam(i.userCustomAttributeSchemaIds,"multi"),state:i.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserAdjacents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserAdjacents';return this.apiClient.callApi("/api/v2/users/{userId}/adjacents","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserCallforwarding(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserCallforwarding';return this.apiClient.callApi("/api/v2/users/{userId}/callforwarding","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserCustomattribute(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserCustomattribute';if(i==null||i==="")throw'Missing the required parameter "schemaId" when calling getUserCustomattribute';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes/{schemaId}","GET",{userId:e,schemaId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserCustomattributesBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserCustomattributesBulk';if(i==null)throw'Missing the required parameter "schemaIds" when calling getUserCustomattributesBulk';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes/bulk","GET",{userId:e},{schemaIds:this.apiClient.buildCollectionParam(i,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserDirectreports(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserDirectreports';return this.apiClient.callApi("/api/v2/users/{userId}/directreports","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserExternalid(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserExternalid';return this.apiClient.callApi("/api/v2/users/{userId}/externalid","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserExternalidAuthorityName(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserExternalidAuthorityName';if(i==null||i==="")throw'Missing the required parameter "authorityName" when calling getUserExternalidAuthorityName';return this.apiClient.callApi("/api/v2/users/{userId}/externalid/{authorityName}","GET",{userId:e,authorityName:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserFavorites(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserFavorites';return this.apiClient.callApi("/api/v2/users/{userId}/favorites","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserGeolocation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserGeolocation';if(i==null||i==="")throw'Missing the required parameter "clientId" when calling getUserGeolocation';return this.apiClient.callApi("/api/v2/users/{userId}/geolocations/{clientId}","GET",{userId:e,clientId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserOutofoffice(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserOutofoffice';return this.apiClient.callApi("/api/v2/users/{userId}/outofoffice","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserProfile(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserProfile';return this.apiClient.callApi("/api/v2/users/{userId}/profile","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),integrationPresenceSource:i.integrationPresenceSource},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserProfileskills(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserProfileskills';return this.apiClient.callApi("/api/v2/users/{userId}/profileskills","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserQueues(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserQueues';return this.apiClient.callApi("/api/v2/users/{userId}/queues","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,joined:i.joined,divisionId:this.apiClient.buildCollectionParam(i.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserRoles(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getUserRoles';return this.apiClient.callApi("/api/v2/users/{subjectId}/roles","GET",{subjectId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserRoutinglanguages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutinglanguages';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserRoutingskills(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutingskills';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserRoutingstatus(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutingstatus';return this.apiClient.callApi("/api/v2/users/{userId}/routingstatus","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserSkillgroups(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserSkillgroups';return this.apiClient.callApi("/api/v2/users/{userId}/skillgroups","GET",{userId:e},{pageSize:i.pageSize,after:i.after,before:i.before},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserState(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserState';return this.apiClient.callApi("/api/v2/users/{userId}/state","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserStation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserStation';return this.apiClient.callApi("/api/v2/users/{userId}/station","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserSuperiors(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserSuperiors';return this.apiClient.callApi("/api/v2/users/{userId}/superiors","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserTrustors(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserTrustors';return this.apiClient.callApi("/api/v2/users/{userId}/trustors","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserVerifiers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserVerifiers';return this.apiClient.callApi("/api/v2/users/{userId}/verifiers","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/users","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),jabberId:this.apiClient.buildCollectionParam(e.jabberId,"multi"),sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),integrationPresenceSource:e.integrationPresenceSource,userCustomAttributeSchemaIds:this.apiClient.buildCollectionParam(e.userCustomAttributeSchemaIds,"multi"),state:e.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersChatsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/users/chats/me","GET",{},{excludeClosed:e.excludeClosed,includePresence:e.includePresence,includeRoomOwners:e.includeRoomOwners,after:e.after},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersCustomattributesSchema(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getUsersCustomattributesSchema';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersCustomattributesSchemaVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getUsersCustomattributesSchemaVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getUsersCustomattributesSchemaVersion';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersCustomattributesSchemaVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getUsersCustomattributesSchemaVersions';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersCustomattributesSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/users/customattributes/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersCustomattributesSchemasCoretype(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getUsersCustomattributesSchemasCoretype';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersCustomattributesSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/users/customattributes/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersCustomattributesSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/users/customattributes/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersDevelopmentActivities(e){return e=e||{},this.apiClient.callApi("/api/v2/users/development/activities","GET",{},{userId:this.apiClient.buildCollectionParam(e.userId,"multi"),moduleId:e.moduleId,interval:e.interval,completionInterval:e.completionInterval,overdue:e.overdue,pass:e.pass,pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,types:this.apiClient.buildCollectionParam(e.types,"multi"),statuses:this.apiClient.buildCollectionParam(e.statuses,"multi"),relationship:this.apiClient.buildCollectionParam(e.relationship,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersDevelopmentActivitiesMe(e){return e=e||{},this.apiClient.callApi("/api/v2/users/development/activities/me","GET",{},{moduleId:e.moduleId,interval:e.interval,completionInterval:e.completionInterval,overdue:e.overdue,pass:e.pass,pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,types:this.apiClient.buildCollectionParam(e.types,"multi"),statuses:this.apiClient.buildCollectionParam(e.statuses,"multi"),relationship:this.apiClient.buildCollectionParam(e.relationship,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersDevelopmentActivity(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "activityId" when calling getUsersDevelopmentActivity';if(i==null)throw'Missing the required parameter "type" when calling getUsersDevelopmentActivity';return this.apiClient.callApi("/api/v2/users/development/activities/{activityId}","GET",{activityId:e},{type:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersExternalidAuthorityNameExternalKey(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "authorityName" when calling getUsersExternalidAuthorityNameExternalKey';if(i==null||i==="")throw'Missing the required parameter "externalKey" when calling getUsersExternalidAuthorityNameExternalKey';return this.apiClient.callApi("/api/v2/users/externalid/{authorityName}/{externalKey}","GET",{authorityName:e,externalKey:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersMe(e){return e=e||{},this.apiClient.callApi("/api/v2/users/me","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi"),integrationPresenceSource:e.integrationPresenceSource,userCustomAttributeSchemaIds:this.apiClient.buildCollectionParam(e.userCustomAttributeSchemaIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/users/query","GET",{},{cursor:e.cursor,pageSize:e.pageSize,sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),integrationPresenceSource:e.integrationPresenceSource,userCustomAttributeSchemaIds:this.apiClient.buildCollectionParam(e.userCustomAttributeSchemaIds,"multi"),state:e.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getUsersSearch';return this.apiClient.callApi("/api/v2/users/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi"),integrationPresenceSource:i.integrationPresenceSource},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersStationsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/users/stations/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchUser(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUser';if(i==null)throw'Missing the required parameter "body" when calling patchUser';return this.apiClient.callApi("/api/v2/users/{userId}","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserCallforwarding(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserCallforwarding';if(i==null)throw'Missing the required parameter "body" when calling patchUserCallforwarding';return this.apiClient.callApi("/api/v2/users/{userId}/callforwarding","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserCustomattributes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserCustomattributes';if(i==null)throw'Missing the required parameter "userCustomAttributes" when calling patchUserCustomattributes';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserCustomattributesBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserCustomattributesBulk';if(i==null)throw'Missing the required parameter "userCustomAttributesList" when calling patchUserCustomattributesBulk';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes/bulk","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserGeolocation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserGeolocation';if(i==null||i==="")throw'Missing the required parameter "clientId" when calling patchUserGeolocation';if(n==null)throw'Missing the required parameter "body" when calling patchUserGeolocation';return this.apiClient.callApi("/api/v2/users/{userId}/geolocations/{clientId}","PATCH",{userId:e,clientId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserQueue(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchUserQueue';if(i==null||i==="")throw'Missing the required parameter "userId" when calling patchUserQueue';if(n==null)throw'Missing the required parameter "body" when calling patchUserQueue';return this.apiClient.callApi("/api/v2/users/{userId}/queues/{queueId}","PATCH",{queueId:e,userId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserQueues(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserQueues';if(i==null)throw'Missing the required parameter "body" when calling patchUserQueues';return this.apiClient.callApi("/api/v2/users/{userId}/queues","PATCH",{userId:e},{divisionId:this.apiClient.buildCollectionParam(n.divisionId,"multi")},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserRoutinglanguage(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutinglanguage';if(i==null||i==="")throw'Missing the required parameter "languageId" when calling patchUserRoutinglanguage';if(n==null)throw'Missing the required parameter "body" when calling patchUserRoutinglanguage';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/{languageId}","PATCH",{userId:e,languageId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserRoutinglanguagesBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutinglanguagesBulk';if(i==null)throw'Missing the required parameter "body" when calling patchUserRoutinglanguagesBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/bulk","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserRoutingskillsBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutingskillsBulk';if(i==null)throw'Missing the required parameter "body" when calling patchUserRoutingskillsBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/bulk","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUsersBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchUsersBulk';return this.apiClient.callApi("/api/v2/users/bulk","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersActivityQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersActivityQuery';return this.apiClient.callApi("/api/v2/analytics/users/activity/query","POST",{},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersAggregatesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersDetailsJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersDetailsJobs';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersDetailsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersDetailsQuery';return this.apiClient.callApi("/api/v2/analytics/users/details/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsUsersObservationsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/users/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationSubjectBulkadd(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkadd';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkadd';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkadd","POST",{subjectId:e},{subjectType:n.subjectType},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationSubjectBulkremove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkremove';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkremove';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkremove","POST",{subjectId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationSubjectBulkreplace(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkreplace';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkreplace';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkreplace","POST",{subjectId:e},{subjectType:n.subjectType},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationSubjectDivisionRole(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectDivisionRole';if(i==null||i==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationSubjectDivisionRole';if(n==null||n==="")throw'Missing the required parameter "roleId" when calling postAuthorizationSubjectDivisionRole';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId}","POST",{subjectId:e,divisionId:i,roleId:n},{subjectType:a.subjectType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postUserExternalid(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserExternalid';if(i==null)throw'Missing the required parameter "body" when calling postUserExternalid';return this.apiClient.callApi("/api/v2/users/{userId}/externalid","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUserInvite(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserInvite';return this.apiClient.callApi("/api/v2/users/{userId}/invite","POST",{userId:e},{force:i.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUserPassword(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserPassword';if(i==null)throw'Missing the required parameter "body" when calling postUserPassword';return this.apiClient.callApi("/api/v2/users/{userId}/password","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUserRoutinglanguages(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserRoutinglanguages';if(i==null)throw'Missing the required parameter "body" when calling postUserRoutinglanguages';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUserRoutingskills(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserRoutingskills';if(i==null)throw'Missing the required parameter "body" when calling postUserRoutingskills';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills","POST",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsers(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsers';return this.apiClient.callApi("/api/v2/users","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersCustomattributesSchemas(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersCustomattributesSchemas';return this.apiClient.callApi("/api/v2/users/customattributes/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersDevelopmentActivitiesAggregatesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersDevelopmentActivitiesAggregatesQuery';return this.apiClient.callApi("/api/v2/users/development/activities/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersMePassword(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersMePassword';return this.apiClient.callApi("/api/v2/users/me/password","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearch';return this.apiClient.callApi("/api/v2/users/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersSearchConversationTarget(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchConversationTarget';return this.apiClient.callApi("/api/v2/users/search/conversation/target","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersSearchQueuemembersManage(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchQueuemembersManage';return this.apiClient.callApi("/api/v2/users/search/queuemembers/manage","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersSearchTeamsAssign(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchTeamsAssign';return this.apiClient.callApi("/api/v2/users/search/teams/assign","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingDirectroutingbackupSettingsMe(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putRoutingDirectroutingbackupSettingsMe';return this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingUserDirectroutingbackupSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putRoutingUserDirectroutingbackupSettings';if(i==null)throw'Missing the required parameter "body" when calling putRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingUserUtilization(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putRoutingUserUtilization';if(i==null)throw'Missing the required parameter "body" when calling putRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserCallforwarding(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserCallforwarding';if(i==null)throw'Missing the required parameter "body" when calling putUserCallforwarding';return this.apiClient.callApi("/api/v2/users/{userId}/callforwarding","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserCustomattributes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserCustomattributes';if(i==null)throw'Missing the required parameter "userCustomAttributes" when calling putUserCustomattributes';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserOutofoffice(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserOutofoffice';if(i==null)throw'Missing the required parameter "body" when calling putUserOutofoffice';return this.apiClient.callApi("/api/v2/users/{userId}/outofoffice","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserProfileskills(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserProfileskills';if(i==null)throw'Missing the required parameter "body" when calling putUserProfileskills';return this.apiClient.callApi("/api/v2/users/{userId}/profileskills","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserRoles(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling putUserRoles';if(i==null)throw'Missing the required parameter "body" when calling putUserRoles';return this.apiClient.callApi("/api/v2/users/{subjectId}/roles","PUT",{subjectId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserRoutingskill(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingskill';if(i==null||i==="")throw'Missing the required parameter "skillId" when calling putUserRoutingskill';if(n==null)throw'Missing the required parameter "body" when calling putUserRoutingskill';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/{skillId}","PUT",{userId:e,skillId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putUserRoutingskillsBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingskillsBulk';if(i==null)throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/bulk","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserRoutingstatus(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingstatus';if(i==null)throw'Missing the required parameter "body" when calling putUserRoutingstatus';return this.apiClient.callApi("/api/v2/users/{userId}/routingstatus","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserState(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserState';if(i==null)throw'Missing the required parameter "body" when calling putUserState';return this.apiClient.callApi("/api/v2/users/{userId}/state","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserStationAssociatedstationStationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserStationAssociatedstationStationId';if(i==null||i==="")throw'Missing the required parameter "stationId" when calling putUserStationAssociatedstationStationId';return this.apiClient.callApi("/api/v2/users/{userId}/station/associatedstation/{stationId}","PUT",{userId:e,stationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserStationDefaultstationStationId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserStationDefaultstationStationId';if(i==null||i==="")throw'Missing the required parameter "stationId" when calling putUserStationDefaultstationStationId';return this.apiClient.callApi("/api/v2/users/{userId}/station/defaultstation/{stationId}","PUT",{userId:e,stationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserVerifier(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserVerifier';if(i==null||i==="")throw'Missing the required parameter "verifierId" when calling putUserVerifier';if(n==null)throw'Missing the required parameter "body" when calling putUserVerifier';return this.apiClient.callApi("/api/v2/users/{userId}/verifiers/{verifierId}","PUT",{userId:e,verifierId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putUsersCustomattributesSchema(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putUsersCustomattributesSchema';if(i==null)throw'Missing the required parameter "body" when calling putUsersCustomattributesSchema';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUsersStationsMeAssociatedstationStationId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "stationId" when calling putUsersStationsMeAssociatedstationStationId';return this.apiClient.callApi("/api/v2/users/stations/me/associatedstation/{stationId}","PUT",{stationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ty=class{constructor(e){this.apiClient=e||q.instance}deleteUsersRule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling deleteUsersRule';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}","DELETE",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersRule(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getUsersRule';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}","GET",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersRuleDependentTypeId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getUsersRuleDependentTypeId';if(i==null||i==="")throw'Missing the required parameter "ruleType" when calling getUsersRuleDependentTypeId';if(n==null||n==="")throw'Missing the required parameter "typeId" when calling getUsersRuleDependentTypeId';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}/dependents/{ruleType}/{typeId}","GET",{ruleId:e,ruleType:i,typeId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getUsersRuleDependents(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getUsersRuleDependents';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}/dependents","GET",{ruleId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersRules(e,i){if(i=i||{},e==null)throw'Missing the required parameter "types" when calling getUsersRules';return this.apiClient.callApi("/api/v2/users/rules","GET",{},{pageNumber:i.pageNumber,pageSize:i.pageSize,types:this.apiClient.buildCollectionParam(e,"multi"),expand:this.apiClient.buildCollectionParam(i.expand,"multi"),enabled:i.enabled,searchTerm:i.searchTerm,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersRulesSetting(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleType" when calling getUsersRulesSetting';return this.apiClient.callApi("/api/v2/users/rules/settings/{ruleType}","GET",{ruleType:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUsersRule(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling patchUsersRule';if(i==null)throw'Missing the required parameter "body" when calling patchUsersRule';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}","PATCH",{ruleId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersRules(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersRules';return this.apiClient.callApi("/api/v2/users/rules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersRulesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postUsersRulesQuery';return this.apiClient.callApi("/api/v2/users/rules/query","POST",{},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ay=class{constructor(e){this.apiClient=e||q.instance}getDate(e){return e=e||{},this.apiClient.callApi("/api/v2/date","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIpranges(e){return e=e||{},this.apiClient.callApi("/api/v2/ipranges","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTimezones(e){return e=e||{},this.apiClient.callApi("/api/v2/timezones","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postCertificateDetails(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postCertificateDetails';return this.apiClient.callApi("/api/v2/certificate/details","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ry=class{constructor(e){this.apiClient=e||q.instance}deleteVoicemailMessage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling deleteVoicemailMessage';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}","DELETE",{messageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteVoicemailMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/messages","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailGroupMailbox(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getVoicemailGroupMailbox';return this.apiClient.callApi("/api/v2/voicemail/groups/{groupId}/mailbox","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailGroupMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getVoicemailGroupMessages';return this.apiClient.callApi("/api/v2/voicemail/groups/{groupId}/messages","GET",{groupId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailGroupPolicy(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getVoicemailGroupPolicy';return this.apiClient.callApi("/api/v2/voicemail/groups/{groupId}/policy","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailMailbox(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/mailbox","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailMeMailbox(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/me/mailbox","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailMeMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/me/messages","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailMePolicy(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/me/policy","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailMessage(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling getVoicemailMessage';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}","GET",{messageId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailMessageMedia(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling getVoicemailMessageMedia';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}/media","GET",{messageId:e},{formatId:i.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/messages","GET",{},{ids:e.ids,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailPolicy(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/policy","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailQueueMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getVoicemailQueueMessages';return this.apiClient.callApi("/api/v2/voicemail/queues/{queueId}/messages","GET",{queueId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "q64" when calling getVoicemailSearch';return this.apiClient.callApi("/api/v2/voicemail/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailUserMailbox(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getVoicemailUserMailbox';return this.apiClient.callApi("/api/v2/voicemail/users/{userId}/mailbox","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailUserMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getVoicemailUserMessages';return this.apiClient.callApi("/api/v2/voicemail/users/{userId}/messages","GET",{userId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getVoicemailUserpolicy(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getVoicemailUserpolicy';return this.apiClient.callApi("/api/v2/voicemail/userpolicies/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchVoicemailGroupPolicy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling patchVoicemailGroupPolicy';if(i==null)throw'Missing the required parameter "body" when calling patchVoicemailGroupPolicy';return this.apiClient.callApi("/api/v2/voicemail/groups/{groupId}/policy","PATCH",{groupId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchVoicemailMePolicy(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchVoicemailMePolicy';return this.apiClient.callApi("/api/v2/voicemail/me/policy","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchVoicemailMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling patchVoicemailMessage';if(i==null)throw'Missing the required parameter "body" when calling patchVoicemailMessage';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}","PATCH",{messageId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchVoicemailUserpolicy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchVoicemailUserpolicy';if(i==null)throw'Missing the required parameter "body" when calling patchVoicemailUserpolicy';return this.apiClient.callApi("/api/v2/voicemail/userpolicies/{userId}","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postVoicemailMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/messages","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postVoicemailSearch(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postVoicemailSearch';return this.apiClient.callApi("/api/v2/voicemail/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putVoicemailMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling putVoicemailMessage';if(i==null)throw'Missing the required parameter "body" when calling putVoicemailMessage';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}","PUT",{messageId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putVoicemailPolicy(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putVoicemailPolicy';return this.apiClient.callApi("/api/v2/voicemail/policy","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putVoicemailUserpolicy(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putVoicemailUserpolicy';if(i==null)throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';return this.apiClient.callApi("/api/v2/voicemail/userpolicies/{userId}","PUT",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},sy=class{constructor(e){this.apiClient=e||q.instance}deleteWebchatDeployment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWebchatDeployment';return this.apiClient.callApi("/api/v2/webchat/deployments/{deploymentId}","DELETE",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWebchatGuestConversationMember(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteWebchatGuestConversationMember';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling deleteWebchatGuestConversationMember';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}","DELETE",{conversationId:e,memberId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWebchatSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/webchat/settings","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWebchatDeployment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebchatDeployment';return this.apiClient.callApi("/api/v2/webchat/deployments/{deploymentId}","GET",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebchatDeployments(e){return e=e||{},this.apiClient.callApi("/api/v2/webchat/deployments","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWebchatGuestConversationMediarequest(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMediarequest';if(i==null||i==="")throw'Missing the required parameter "mediaRequestId" when calling getWebchatGuestConversationMediarequest';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/mediarequests/{mediaRequestId}","GET",{conversationId:e,mediaRequestId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebchatGuestConversationMediarequests(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMediarequests';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/mediarequests","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebchatGuestConversationMember(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMember';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling getWebchatGuestConversationMember';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}","GET",{conversationId:e,memberId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebchatGuestConversationMembers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMembers';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members","GET",{conversationId:e},{pageSize:i.pageSize,pageNumber:i.pageNumber,excludeDisconnectedMembers:i.excludeDisconnectedMembers},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebchatGuestConversationMessage(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling getWebchatGuestConversationMessage';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/messages/{messageId}","GET",{conversationId:e,messageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebchatGuestConversationMessages(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMessages';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/messages","GET",{conversationId:e},{after:i.after,before:i.before,sortOrder:i.sortOrder,maxResults:i.maxResults},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebchatSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/webchat/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchWebchatGuestConversationMediarequest(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchWebchatGuestConversationMediarequest';if(i==null||i==="")throw'Missing the required parameter "mediaRequestId" when calling patchWebchatGuestConversationMediarequest';if(n==null)throw'Missing the required parameter "body" when calling patchWebchatGuestConversationMediarequest';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/mediarequests/{mediaRequestId}","PATCH",{conversationId:e,mediaRequestId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWebchatDeployments(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWebchatDeployments';return this.apiClient.callApi("/api/v2/webchat/deployments","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWebchatGuestConversationMemberMessages(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postWebchatGuestConversationMemberMessages';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling postWebchatGuestConversationMemberMessages';if(n==null)throw'Missing the required parameter "body" when calling postWebchatGuestConversationMemberMessages';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/messages","POST",{conversationId:e,memberId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWebchatGuestConversationMemberTyping(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postWebchatGuestConversationMemberTyping';if(i==null||i==="")throw'Missing the required parameter "memberId" when calling postWebchatGuestConversationMemberTyping';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/typing","POST",{conversationId:e,memberId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWebchatGuestConversations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWebchatGuestConversations';return this.apiClient.callApi("/api/v2/webchat/guest/conversations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putWebchatDeployment(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling putWebchatDeployment';if(i==null)throw'Missing the required parameter "body" when calling putWebchatDeployment';return this.apiClient.callApi("/api/v2/webchat/deployments/{deploymentId}","PUT",{deploymentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putWebchatSettings(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling putWebchatSettings';return this.apiClient.callApi("/api/v2/webchat/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},oy=class{constructor(e){this.apiClient=e||q.instance}deleteWebdeploymentsConfiguration(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling deleteWebdeploymentsConfiguration';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}","DELETE",{configurationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWebdeploymentsDeployment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWebdeploymentsDeployment';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}","DELETE",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWebdeploymentsDeploymentCobrowseSessionId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWebdeploymentsDeploymentCobrowseSessionId';if(i==null||i==="")throw'Missing the required parameter "sessionId" when calling deleteWebdeploymentsDeploymentCobrowseSessionId';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/cobrowse/{sessionId}","DELETE",{deploymentId:e,sessionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWebdeploymentsTokenRevoke(e){return e=e||{},this.apiClient.callApi("/api/v2/webdeployments/token/revoke","DELETE",{},{},{"X-Journey-Session-Id":e.xJourneySessionId,"X-Journey-Session-Type":e.xJourneySessionType},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWebdeploymentsConfigurationVersion(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling getWebdeploymentsConfigurationVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getWebdeploymentsConfigurationVersion';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions/{versionId}","GET",{configurationId:e,versionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebdeploymentsConfigurationVersions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling getWebdeploymentsConfigurationVersions';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions","GET",{configurationId:e},{pageSize:i.pageSize,before:i.before,after:i.after},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebdeploymentsConfigurationVersionsDraft(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling getWebdeploymentsConfigurationVersionsDraft';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions/draft","GET",{configurationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebdeploymentsConfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/webdeployments/configurations","GET",{},{pageSize:e.pageSize,before:e.before,after:e.after,showOnlyPublished:e.showOnlyPublished},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWebdeploymentsDeployment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeployment';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}","GET",{deploymentId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebdeploymentsDeploymentCobrowseSessionId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeploymentCobrowseSessionId';if(i==null||i==="")throw'Missing the required parameter "sessionId" when calling getWebdeploymentsDeploymentCobrowseSessionId';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/cobrowse/{sessionId}","GET",{deploymentId:e,sessionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebdeploymentsDeploymentConfigurations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeploymentConfigurations';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/configurations","GET",{deploymentId:e},{type:i.type,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebdeploymentsDeploymentIdentityresolution(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeploymentIdentityresolution';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/identityresolution","GET",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebdeploymentsDeployments(e){return e=e||{},this.apiClient.callApi("/api/v2/webdeployments/deployments","GET",{},{pageSize:e.pageSize,before:e.before,after:e.after,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWebdeploymentsConfigurationVersionsDraftPublish(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling postWebdeploymentsConfigurationVersionsDraftPublish';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions/draft/publish","POST",{configurationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWebdeploymentsConfigurations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "configurationVersion" when calling postWebdeploymentsConfigurations';return this.apiClient.callApi("/api/v2/webdeployments/configurations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWebdeploymentsDeployments(e,i){if(i=i||{},e==null)throw'Missing the required parameter "deployment" when calling postWebdeploymentsDeployments';return this.apiClient.callApi("/api/v2/webdeployments/deployments","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWebdeploymentsTokenOauthcodegrantjwtexchange(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWebdeploymentsTokenOauthcodegrantjwtexchange';return this.apiClient.callApi("/api/v2/webdeployments/token/oauthcodegrantjwtexchange","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWebdeploymentsTokenRefresh(e){return e=e||{},this.apiClient.callApi("/api/v2/webdeployments/token/refresh","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putWebdeploymentsConfigurationVersionsDraft(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling putWebdeploymentsConfigurationVersionsDraft';if(i==null)throw'Missing the required parameter "configurationVersion" when calling putWebdeploymentsConfigurationVersionsDraft';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions/draft","PUT",{configurationId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putWebdeploymentsDeployment(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling putWebdeploymentsDeployment';if(i==null)throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}","PUT",{deploymentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putWebdeploymentsDeploymentIdentityresolution(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling putWebdeploymentsDeploymentIdentityresolution';if(i==null)throw'Missing the required parameter "body" when calling putWebdeploymentsDeploymentIdentityresolution';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/identityresolution","PUT",{deploymentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},ly=class{constructor(e){this.apiClient=e||q.instance}deleteWebmessagingDeploymentPushdevice(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWebmessagingDeploymentPushdevice';if(i==null||i==="")throw'Missing the required parameter "tokenId" when calling deleteWebmessagingDeploymentPushdevice';return this.apiClient.callApi("/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}","DELETE",{deploymentId:e,tokenId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebmessagingMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/webmessaging/messages","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchWebmessagingDeploymentPushdevice(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling patchWebmessagingDeploymentPushdevice';if(i==null||i==="")throw'Missing the required parameter "tokenId" when calling patchWebmessagingDeploymentPushdevice';if(n==null)throw'Missing the required parameter "body" when calling patchWebmessagingDeploymentPushdevice';return this.apiClient.callApi("/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}","PATCH",{deploymentId:e,tokenId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWebmessagingDeploymentPushdevice(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling postWebmessagingDeploymentPushdevice';if(i==null||i==="")throw'Missing the required parameter "tokenId" when calling postWebmessagingDeploymentPushdevice';if(n==null)throw'Missing the required parameter "body" when calling postWebmessagingDeploymentPushdevice';return this.apiClient.callApi("/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}","POST",{deploymentId:e,tokenId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},uy=class{constructor(e){this.apiClient=e||q.instance}deleteWidgetsDeployment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWidgetsDeployment';return this.apiClient.callApi("/api/v2/widgets/deployments/{deploymentId}","DELETE",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWidgetsDeployment(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWidgetsDeployment';return this.apiClient.callApi("/api/v2/widgets/deployments/{deploymentId}","GET",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWidgetsDeployments(e){return e=e||{},this.apiClient.callApi("/api/v2/widgets/deployments","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWidgetsDeployments(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWidgetsDeployments';return this.apiClient.callApi("/api/v2/widgets/deployments","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putWidgetsDeployment(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling putWidgetsDeployment';if(i==null)throw'Missing the required parameter "body" when calling putWidgetsDeployment';return this.apiClient.callApi("/api/v2/widgets/deployments/{deploymentId}","PUT",{deploymentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},cy=class{constructor(e){this.apiClient=e||q.instance}deleteWorkforcemanagementBusinessunit(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}","DELETE",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitActivitycode(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitActivitycode';if(i==null||i==="")throw'Missing the required parameter "activityCodeId" when calling deleteWorkforcemanagementBusinessunitActivitycode';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId}","DELETE",{businessUnitId:e,activityCodeId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistory(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistory';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling deleteWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistory';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocationshistory","DELETE",{businessUnitId:e,capacityPlanId:i},{beforeDateId:n.beforeDateId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitPlanninggroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitPlanninggroup';if(i==null||i==="")throw'Missing the required parameter "planningGroupId" when calling deleteWorkforcemanagementBusinessunitPlanninggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId}","DELETE",{businessUnitId:e,planningGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitSchedulingRun(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitSchedulingRun';if(i==null||i==="")throw'Missing the required parameter "runId" when calling deleteWorkforcemanagementBusinessunitSchedulingRun';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}","DELETE",{businessUnitId:e,runId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitServicegoaltemplate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitServicegoaltemplate';if(i==null||i==="")throw'Missing the required parameter "serviceGoalTemplateId" when calling deleteWorkforcemanagementBusinessunitServicegoaltemplate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId}","DELETE",{businessUnitId:e,serviceGoalTemplateId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitStaffinggroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitStaffinggroup';if(i==null||i==="")throw'Missing the required parameter "staffingGroupId" when calling deleteWorkforcemanagementBusinessunitStaffinggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId}","DELETE",{businessUnitId:e,staffingGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitTimeofflimit(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitTimeofflimit';if(i==null||i==="")throw'Missing the required parameter "timeOffLimitId" when calling deleteWorkforcemanagementBusinessunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId}","DELETE",{businessUnitId:e,timeOffLimitId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitTimeoffplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitTimeoffplan';if(i==null||i==="")throw'Missing the required parameter "timeOffPlanId" when calling deleteWorkforcemanagementBusinessunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId}","DELETE",{businessUnitId:e,timeOffPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitWeekSchedule(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitWeekSchedule';if(i==null)throw'Missing the required parameter "weekId" when calling deleteWorkforcemanagementBusinessunitWeekSchedule';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling deleteWorkforcemanagementBusinessunitWeekSchedule';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}","DELETE",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteWorkforcemanagementBusinessunitWeekShorttermforecast(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitWeekShorttermforecast';if(i==null)throw'Missing the required parameter "weekDateId" when calling deleteWorkforcemanagementBusinessunitWeekShorttermforecast';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling deleteWorkforcemanagementBusinessunitWeekShorttermforecast';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}","DELETE",{businessUnitId:e,weekDateId:i,forecastId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteWorkforcemanagementBusinessunitWorkplanbid(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitWorkplanbid';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling deleteWorkforcemanagementBusinessunitWorkplanbid';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}","DELETE",{businessUnitId:e,bidId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitWorkplanbidGroup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitWorkplanbidGroup';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling deleteWorkforcemanagementBusinessunitWorkplanbidGroup';if(n==null||n==="")throw'Missing the required parameter "bidGroupId" when calling deleteWorkforcemanagementBusinessunitWorkplanbidGroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}","DELETE",{businessUnitId:e,bidId:i,bidGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteWorkforcemanagementCalendarUrlIcs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/calendar/url/ics","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteWorkforcemanagementManagementunit(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}","DELETE",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementManagementunitTimeofflimit(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunitTimeofflimit';if(i==null||i==="")throw'Missing the required parameter "timeOffLimitId" when calling deleteWorkforcemanagementManagementunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}","DELETE",{managementUnitId:e,timeOffLimitId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementManagementunitTimeoffplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunitTimeoffplan';if(i==null||i==="")throw'Missing the required parameter "timeOffPlanId" when calling deleteWorkforcemanagementManagementunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId}","DELETE",{managementUnitId:e,timeOffPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementManagementunitWorkplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunitWorkplan';if(i==null||i==="")throw'Missing the required parameter "workPlanId" when calling deleteWorkforcemanagementManagementunitWorkplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}","DELETE",{managementUnitId:e,workPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementManagementunitWorkplanrotation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunitWorkplanrotation';if(i==null||i==="")throw'Missing the required parameter "workPlanRotationId" when calling deleteWorkforcemanagementManagementunitWorkplanrotation';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}","DELETE",{managementUnitId:e,workPlanRotationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAdherence(e,i){if(i=i||{},e==null)throw'Missing the required parameter "userId" when calling getWorkforcemanagementAdherence';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence","GET",{},{userId:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAdherenceExplanation(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "explanationId" when calling getWorkforcemanagementAdherenceExplanation';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/explanations/{explanationId}","GET",{explanationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAdherenceExplanationsJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAdherenceExplanationsJob';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/explanations/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAdherenceHistoricalBulkJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAdherenceHistoricalBulkJob';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/historical/bulk/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAdherenceHistoricalJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAdherenceHistoricalJob';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/historical/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAgentAdherenceExplanation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementAgentAdherenceExplanation';if(i==null||i==="")throw'Missing the required parameter "explanationId" when calling getWorkforcemanagementAgentAdherenceExplanation';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/{explanationId}","GET",{agentId:e,explanationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAgentManagementunit(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementAgentManagementunit';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/managementunit","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAgentsMeAdherenceHistoricalJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAgentsMeAdherenceHistoricalJob';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/me/adherence/historical/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAgentsMeManagementunit(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/agents/me/managementunit","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementAlternativeshiftsOffersJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAlternativeshiftsOffersJob';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/offers/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAlternativeshiftsOffersSearchJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAlternativeshiftsOffersSearchJob';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/offers/search/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAlternativeshiftsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementAlternativeshiftsTrade(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementAlternativeshiftsTrade';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/{tradeId}","GET",{tradeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAlternativeshiftsTrades(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades","GET",{},{forceAsync:e.forceAsync},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementAlternativeshiftsTradesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAlternativeshiftsTradesJob';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAlternativeshiftsTradesStateJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAlternativeshiftsTradesStateJob';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/state/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunit(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}","GET",{businessUnitId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),includeSchedulingDefaultMessageSeverities:i.includeSchedulingDefaultMessageSeverities},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitActivitycode(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivitycode';if(i==null||i==="")throw'Missing the required parameter "activityCodeId" when calling getWorkforcemanagementBusinessunitActivitycode';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId}","GET",{businessUnitId:e,activityCodeId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitActivitycodes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivitycodes';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes","GET",{businessUnitId:e},{forceDownloadService:i.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitActivityplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivityplan';if(i==null||i==="")throw'Missing the required parameter "activityPlanId" when calling getWorkforcemanagementBusinessunitActivityplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}","GET",{businessUnitId:e,activityPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitActivityplanRunsJob(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivityplanRunsJob';if(i==null||i==="")throw'Missing the required parameter "activityPlanId" when calling getWorkforcemanagementBusinessunitActivityplanRunsJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitActivityplanRunsJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}/runs/jobs/{jobId}","GET",{businessUnitId:e,activityPlanId:i,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitActivityplans(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivityplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans","GET",{businessUnitId:e},{state:i.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitActivityplansJobs(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivityplansJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/jobs","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitAlternativeshiftsSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/settings","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitAlternativeshiftsTrade(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsTrade';if(i==null||i==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsTrade';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/{tradeId}","GET",{businessUnitId:e,tradeId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/search/jobs/{jobId}","GET",{businessUnitId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitCapacityplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplan';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling getWorkforcemanagementBusinessunitCapacityplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}","GET",{businessUnitId:e,capacityPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocations","GET",{businessUnitId:e,capacityPlanId:i},{granularity:n.granularity},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitCapacityplanStaffingrequirements(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffingrequirements';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffingrequirements';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffingrequirements","GET",{businessUnitId:e,capacityPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast';if(i==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplanning/longtermrequirements/automaticbestmethod/weeks/{weekDateId}/forecasts/{forecastId}","GET",{businessUnitId:e,weekDateId:i,forecastId:n},{granularity:a.granularity},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitCapacityplans(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitIntradayPlanninggroups(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitIntradayPlanninggroups';if(i==null)throw'Missing the required parameter "_date" when calling getWorkforcemanagementBusinessunitIntradayPlanninggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday/planninggroups","GET",{businessUnitId:e},{date:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitMainforecastContinuousforecastSession(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSession';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/mainforecast/continuousforecast/session","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionId(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionId';if(i==null||i==="")throw'Missing the required parameter "sessionId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionId';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/mainforecast/continuousforecast/session/{sessionId}","GET",{businessUnitId:e,sessionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId';if(i==null||i==="")throw'Missing the required parameter "sessionId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId';if(n==null||n==="")throw'Missing the required parameter "snapshotId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/mainforecast/continuousforecast/session/{sessionId}/snapshot/{snapshotId}","GET",{businessUnitId:e,sessionId:i,snapshotId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitManagementunits(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitManagementunits';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/managementunits","GET",{businessUnitId:e},{feature:i.feature,divisionId:i.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitMinimumstaffingSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitMinimumstaffingSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/minimumstaffing/settings","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitPlanninggroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitPlanninggroup';if(i==null||i==="")throw'Missing the required parameter "planningGroupId" when calling getWorkforcemanagementBusinessunitPlanninggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId}","GET",{businessUnitId:e,planningGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitPlanninggroups(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitPlanninggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitSchedulerSettings(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulerSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduler/settings","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitSchedulingRun(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulingRun';if(i==null||i==="")throw'Missing the required parameter "runId" when calling getWorkforcemanagementBusinessunitSchedulingRun';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}","GET",{businessUnitId:e,runId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitSchedulingRunResult(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulingRunResult';if(i==null||i==="")throw'Missing the required parameter "runId" when calling getWorkforcemanagementBusinessunitSchedulingRunResult';if(n==null)throw'Missing the required parameter "managementUnitIds" when calling getWorkforcemanagementBusinessunitSchedulingRunResult';if(a==null)throw'Missing the required parameter "expand" when calling getWorkforcemanagementBusinessunitSchedulingRunResult';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}/result","GET",{businessUnitId:e,runId:i},{managementUnitIds:this.apiClient.buildCollectionParam(n,"multi"),expand:this.apiClient.buildCollectionParam(a,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getWorkforcemanagementBusinessunitSchedulingRuns(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulingRuns';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitServicegoaltemplate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitServicegoaltemplate';if(i==null||i==="")throw'Missing the required parameter "serviceGoalTemplateId" when calling getWorkforcemanagementBusinessunitServicegoaltemplate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId}","GET",{businessUnitId:e,serviceGoalTemplateId:i},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitServicegoaltemplates(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitServicegoaltemplates';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates","GET",{businessUnitId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/evaluate/jobs/{jobId}","GET",{businessUnitId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitShifttradingTradesQueryJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingTradesQueryJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingTradesQueryJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/query/jobs/{jobId}","GET",{businessUnitId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/state/bulk/jobs/{jobId}","GET",{businessUnitId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/unmatched/search/jobs/{jobId}","GET",{businessUnitId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/weeks/summary/jobs/{jobId}","GET",{businessUnitId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitStaffinggroup(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitStaffinggroup';if(i==null||i==="")throw'Missing the required parameter "staffingGroupId" when calling getWorkforcemanagementBusinessunitStaffinggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId}","GET",{businessUnitId:e,staffingGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitStaffinggroups(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitStaffinggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups","GET",{businessUnitId:e},{managementUnitId:i.managementUnitId,forceDownloadService:i.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitTimeofflimit(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeofflimit';if(i==null||i==="")throw'Missing the required parameter "timeOffLimitId" when calling getWorkforcemanagementBusinessunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId}","GET",{businessUnitId:e,timeOffLimitId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitTimeofflimits(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits","GET",{businessUnitId:e},{managementUnitId:i.managementUnitId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitTimeoffplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeoffplan';if(i==null||i==="")throw'Missing the required parameter "timeOffPlanId" when calling getWorkforcemanagementBusinessunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId}","GET",{businessUnitId:e,timeOffPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitTimeoffplans(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeoffplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans","GET",{businessUnitId:e},{managementUnitId:i.managementUnitId,forceDownloadService:i.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitUsers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitUsers';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/users","GET",{businessUnitId:e},{managementUnitIds:this.apiClient.buildCollectionParam(i.managementUnitIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitWeekSchedule(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedule';if(i==null)throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedule';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekSchedule';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}","GET",{businessUnitId:e,weekId:i,scheduleId:n},{expand:a.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekScheduleGenerationresults';if(i==null)throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekScheduleGenerationresults';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekScheduleGenerationresults';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/generationresults","GET",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast';if(i==null)throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/headcountforecast","GET",{businessUnitId:e,weekId:i,scheduleId:n},{forceDownload:a.forceDownload},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent';if(i==null)throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent';if(a==null||a==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/history/agents/{agentId}","GET",{businessUnitId:e,weekId:i,scheduleId:n,agentId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions';if(i==null||i==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions","GET",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation';if(i==null||i==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation';if(a==null||a==="")throw'Missing the required parameter "recalculationId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations/{recalculationId}","GET",{businessUnitId:e,weekId:i,scheduleId:n,recalculationId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getWorkforcemanagementBusinessunitWeekSchedules(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedules';if(i==null||i==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedules';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules","GET",{businessUnitId:e,weekId:i},{includeOnlyPublished:n.includeOnlyPublished,expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecast(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecast';if(i==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecast';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecast';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}","GET",{businessUnitId:e,weekDateId:i,forecastId:n},{expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastData(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastData';if(i==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastData';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastData';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/data","GET",{businessUnitId:e,weekDateId:i,forecastId:n},{weekNumber:a.weekNumber,forceDownloadService:a.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults';if(i==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/generationresults","GET",{businessUnitId:e,weekDateId:i,forecastId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata';if(i==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/longtermforecastdata","GET",{businessUnitId:e,weekDateId:i,forecastId:n},{forceDownloadService:a.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups';if(i==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/planninggroups","GET",{businessUnitId:e,weekDateId:i,forecastId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement';if(i==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/staffingrequirement","GET",{businessUnitId:e,weekDateId:i,forecastId:n},{weekNumbers:this.apiClient.buildCollectionParam(a.weekNumbers,"multi"),expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecasts(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecasts';if(i==null||i==="")throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecasts';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts","GET",{businessUnitId:e,weekDateId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbid(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbid';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitWorkplanbid';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}","GET",{businessUnitId:e,bidId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbidGroup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroup';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroup';if(n==null||n==="")throw'Missing the required parameter "bidGroupId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}","GET",{businessUnitId:e,bidId:i,bidGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbidGroupPreferences(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(n==null||n==="")throw'Missing the required parameter "bidGroupId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}/preferences","GET",{businessUnitId:e,bidId:i,bidGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbidGroupsSummary(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupsSummary';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupsSummary';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/summary","GET",{businessUnitId:e,bidId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbids(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbids';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunits(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/businessunits","GET",{},{feature:e.feature,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementBusinessunitsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/divisionviews","GET",{},{divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementCalendarDataIcs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "calendarId" when calling getWorkforcemanagementCalendarDataIcs';return this.apiClient.callApi("/api/v2/workforcemanagement/calendar/data/ics","GET",{},{calendarId:e},{},{},null,["PureCloud OAuth"],["application/json"],["text/calendar"],i.customHeaders)}getWorkforcemanagementCalendarUrlIcs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/calendar/url/ics","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementHistoricaldataBulkRemoveJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementHistoricaldataBulkRemoveJob';return this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/bulk/remove/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementHistoricaldataBulkRemoveJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/bulk/remove/jobs","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementHistoricaldataImportstatus(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/importstatus","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementHistoricaldataImportstatusJobId(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementHistoricaldataImportstatusJobId';return this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/importstatus/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementIntegrationsHris(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/integrations/hris","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementIntegrationsHrisTimeofftypesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementIntegrationsHrisTimeofftypesJob';return this.apiClient.callApi("/api/v2/workforcemanagement/integrations/hris/timeofftypes/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunit(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}","GET",{managementUnitId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitActivitycodes(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitActivitycodes';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/activitycodes","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitAdherence(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitAdherence';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/adherence","GET",{managementUnitId:e},{forceDownloadService:i.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitAgent(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitAgent';if(i==null||i==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementManagementunitAgent';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId}","GET",{managementUnitId:e,agentId:i},{excludeCapabilities:n.excludeCapabilities,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitAgentShifttrades(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitAgentShifttrades';if(i==null||i==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementManagementunitAgentShifttrades';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId}/shifttrades","GET",{managementUnitId:e,agentId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitShifttradesMatched(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitShifttradesMatched';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/shifttrades/matched","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitShifttradesUsers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitShifttradesUsers';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/shifttrades/users","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitTimeofflimit(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitTimeofflimit';if(i==null||i==="")throw'Missing the required parameter "timeOffLimitId" when calling getWorkforcemanagementManagementunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}","GET",{managementUnitId:e,timeOffLimitId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitTimeofflimits(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitTimeoffplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitTimeoffplan';if(i==null||i==="")throw'Missing the required parameter "timeOffPlanId" when calling getWorkforcemanagementManagementunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId}","GET",{managementUnitId:e,timeOffPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitTimeoffplans(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitTimeoffplans';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitUserTimeoffrequest(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUserTimeoffrequest';if(i==null||i==="")throw'Missing the required parameter "userId" when calling getWorkforcemanagementManagementunitUserTimeoffrequest';if(n==null||n==="")throw'Missing the required parameter "timeOffRequestId" when calling getWorkforcemanagementManagementunitUserTimeoffrequest';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}","GET",{managementUnitId:e,userId:i,timeOffRequestId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits';if(i==null||i==="")throw'Missing the required parameter "userId" when calling getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits';if(n==null||n==="")throw'Missing the required parameter "timeOffRequestId" when calling getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}/timeofflimits","GET",{managementUnitId:e,userId:i,timeOffRequestId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementManagementunitUserTimeoffrequests(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUserTimeoffrequests';if(i==null||i==="")throw'Missing the required parameter "userId" when calling getWorkforcemanagementManagementunitUserTimeoffrequests';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests","GET",{managementUnitId:e,userId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitUsers(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUsers';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitWeekSchedule(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWeekSchedule';if(i==null||i==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementManagementunitWeekSchedule';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementManagementunitWeekSchedule';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules/{scheduleId}","GET",{managementUnitId:e,weekId:i,scheduleId:n},{expand:a.expand,forceDownloadService:a.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementManagementunitWeekSchedules(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWeekSchedules';if(i==null||i==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementManagementunitWeekSchedules';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules","GET",{managementUnitId:e,weekId:i},{includeOnlyPublished:n.includeOnlyPublished,earliestWeekDate:n.earliestWeekDate,latestWeekDate:n.latestWeekDate},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitWeekShifttrades(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWeekShifttrades';if(i==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementManagementunitWeekShifttrades';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades","GET",{managementUnitId:e,weekDateId:i},{evaluateMatches:n.evaluateMatches,includeCrossWeekShifts:n.includeCrossWeekShifts,forceDownloadService:n.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitWorkplan(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWorkplan';if(i==null||i==="")throw'Missing the required parameter "workPlanId" when calling getWorkforcemanagementManagementunitWorkplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}","GET",{managementUnitId:e,workPlanId:i},{includeOnly:this.apiClient.buildCollectionParam(n.includeOnly,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitWorkplanrotation(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWorkplanrotation';if(i==null||i==="")throw'Missing the required parameter "workPlanRotationId" when calling getWorkforcemanagementManagementunitWorkplanrotation';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}","GET",{managementUnitId:e,workPlanRotationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitWorkplanrotations(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWorkplanrotations';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations","GET",{managementUnitId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitWorkplans(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWorkplans';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans","GET",{managementUnitId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),exclude:this.apiClient.buildCollectionParam(i.exclude,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunits(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/managementunits","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,feature:e.feature,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementManagementunitsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/divisionviews","GET",{},{divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementNotifications(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/notifications","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementSchedulingjob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementSchedulingjob';return this.apiClient.callApi("/api/v2/workforcemanagement/schedulingjobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementShifttrades(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/shifttrades","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementShifttradingTradeJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementShifttradingTradeJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradeJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/jobs/{jobId}","GET",{tradeId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementShifttradingTradeMatchJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementShifttradingTradeMatchJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradeMatchJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/match/jobs/{jobId}","GET",{tradeId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementShifttradingTradeStateJob(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementShifttradingTradeStateJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradeStateJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/state/jobs/{jobId}","GET",{tradeId:e,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementShifttradingTradesJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradesJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementShifttradingTradesMineQueryJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradesMineQueryJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/mine/query/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementShrinkageJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShrinkageJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shrinkage/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementTeamAdherence(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling getWorkforcemanagementTeamAdherence';return this.apiClient.callApi("/api/v2/workforcemanagement/teams/{teamId}/adherence","GET",{teamId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementTimeoffbalanceJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementTimeoffbalanceJob';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffbalance/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementTimeoffrequest(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "timeOffRequestId" when calling getWorkforcemanagementTimeoffrequest';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId}","GET",{timeOffRequestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementTimeoffrequestWaitlistpositions(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "timeOffRequestId" when calling getWorkforcemanagementTimeoffrequestWaitlistpositions';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId}/waitlistpositions","GET",{timeOffRequestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementTimeoffrequests(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementUnavailabletimesSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementUnavailabletimesValidationJob(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementUnavailabletimesValidationJob';return this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes/validation/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementUserWorkplanbidranks(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getWorkforcemanagementUserWorkplanbidranks';return this.apiClient.callApi("/api/v2/workforcemanagement/users/{userId}/workplanbidranks","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementWorkplanbidPreferences(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementWorkplanbidPreferences';return this.apiClient.callApi("/api/v2/workforcemanagement/workplanbids/{bidId}/preferences","GET",{bidId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementWorkplanbidWorkplans(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementWorkplanbidWorkplans';return this.apiClient.callApi("/api/v2/workforcemanagement/workplanbids/{bidId}/workplans","GET",{bidId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementWorkplanbids(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/workplanbids","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchWorkforcemanagementAgentAdherenceExplanation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling patchWorkforcemanagementAgentAdherenceExplanation';if(i==null||i==="")throw'Missing the required parameter "explanationId" when calling patchWorkforcemanagementAgentAdherenceExplanation';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementAgentAdherenceExplanation';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/{explanationId}","PATCH",{agentId:e,explanationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementAlternativeshiftsTrade(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling patchWorkforcemanagementAlternativeshiftsTrade';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementAlternativeshiftsTrade';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/{tradeId}","PATCH",{tradeId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementAlternativeshiftsTradesStateJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementAlternativeshiftsTradesStateJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/state/jobs","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementBusinessunit(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunit';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}","PATCH",{businessUnitId:e},{includeSchedulingDefaultMessageSeverities:n.includeSchedulingDefaultMessageSeverities},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementBusinessunitActivitycode(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitActivitycode';if(i==null||i==="")throw'Missing the required parameter "activityCodeId" when calling patchWorkforcemanagementBusinessunitActivitycode';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitActivitycode';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId}","PATCH",{businessUnitId:e,activityCodeId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitActivityplan(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitActivityplan';if(i==null||i==="")throw'Missing the required parameter "activityPlanId" when calling patchWorkforcemanagementBusinessunitActivityplan';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitActivityplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}","PATCH",{businessUnitId:e,activityPlanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitAlternativeshiftsSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitAlternativeshiftsSettings';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitAlternativeshiftsSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/settings","PATCH",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementBusinessunitCapacityplan(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitCapacityplan';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling patchWorkforcemanagementBusinessunitCapacityplan';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitCapacityplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}","PATCH",{businessUnitId:e,capacityPlanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitMinimumstaffingSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitMinimumstaffingSettings';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitMinimumstaffingSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/minimumstaffing/settings","PATCH",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementBusinessunitPlanninggroup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitPlanninggroup';if(i==null||i==="")throw'Missing the required parameter "planningGroupId" when calling patchWorkforcemanagementBusinessunitPlanninggroup';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitPlanninggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId}","PATCH",{businessUnitId:e,planningGroupId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitSchedulerSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulerSettings';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulerSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduler/settings","PATCH",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementBusinessunitSchedulingRun(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulingRun';if(i==null||i==="")throw'Missing the required parameter "runId" when calling patchWorkforcemanagementBusinessunitSchedulingRun';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulingRun';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}","PATCH",{businessUnitId:e,runId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitServicegoaltemplate(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitServicegoaltemplate';if(i==null||i==="")throw'Missing the required parameter "serviceGoalTemplateId" when calling patchWorkforcemanagementBusinessunitServicegoaltemplate';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitServicegoaltemplate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId}","PATCH",{businessUnitId:e,serviceGoalTemplateId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitStaffinggroup(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitStaffinggroup';if(i==null||i==="")throw'Missing the required parameter "staffingGroupId" when calling patchWorkforcemanagementBusinessunitStaffinggroup';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitStaffinggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId}","PATCH",{businessUnitId:e,staffingGroupId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitTimeoffplan(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitTimeoffplan';if(i==null||i==="")throw'Missing the required parameter "timeOffPlanId" when calling patchWorkforcemanagementBusinessunitTimeoffplan';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId}","PATCH",{businessUnitId:e,timeOffPlanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitWorkplanbid(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitWorkplanbid';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitWorkplanbid';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitWorkplanbid';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}","PATCH",{businessUnitId:e,bidId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitWorkplanbidGroup(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroup';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroup';if(n==null||n==="")throw'Missing the required parameter "bidGroupId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroup';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}","PATCH",{businessUnitId:e,bidId:i,bidGroupId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(n==null||n==="")throw'Missing the required parameter "bidGroupId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}/preferences","PATCH",{businessUnitId:e,bidId:i,bidGroupId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementManagementunit(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunit';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}","PATCH",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementManagementunitAgents(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitAgents';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitAgents';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents","PATCH",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementManagementunitAgentsWorkplansBulk(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitAgentsWorkplansBulk';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitAgentsWorkplansBulk';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/workplans/bulk","PATCH",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementManagementunitTimeofflimit(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitTimeofflimit';if(i==null||i==="")throw'Missing the required parameter "timeOffLimitId" when calling patchWorkforcemanagementManagementunitTimeofflimit';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}","PATCH",{managementUnitId:e,timeOffLimitId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementManagementunitTimeoffplan(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitTimeoffplan';if(i==null||i==="")throw'Missing the required parameter "timeOffPlanId" when calling patchWorkforcemanagementManagementunitTimeoffplan';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId}","PATCH",{managementUnitId:e,timeOffPlanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus';if(i==null||i==="")throw'Missing the required parameter "timeOffRequestId" when calling patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus';if(n==null||n==="")throw'Missing the required parameter "userId" when calling patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/{timeOffRequestId}/users/{userId}/integrationstatus","PATCH",{managementUnitId:e,timeOffRequestId:i,userId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementManagementunitUnavailabletimesSettings(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitUnavailabletimesSettings';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitUnavailabletimesSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/unavailabletimes/settings","PATCH",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementManagementunitUserTimeoffrequest(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitUserTimeoffrequest';if(i==null||i==="")throw'Missing the required parameter "userId" when calling patchWorkforcemanagementManagementunitUserTimeoffrequest';if(n==null||n==="")throw'Missing the required parameter "timeOffRequestId" when calling patchWorkforcemanagementManagementunitUserTimeoffrequest';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitUserTimeoffrequest';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}","PATCH",{managementUnitId:e,userId:i,timeOffRequestId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementManagementunitWeekShifttrade(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitWeekShifttrade';if(i==null)throw'Missing the required parameter "weekDateId" when calling patchWorkforcemanagementManagementunitWeekShifttrade';if(n==null||n==="")throw'Missing the required parameter "tradeId" when calling patchWorkforcemanagementManagementunitWeekShifttrade';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitWeekShifttrade';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/{tradeId}","PATCH",{managementUnitId:e,weekDateId:i,tradeId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementManagementunitWorkplan(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitWorkplan';if(i==null||i==="")throw'Missing the required parameter "workPlanId" when calling patchWorkforcemanagementManagementunitWorkplan';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitWorkplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}","PATCH",{managementUnitId:e,workPlanId:i},{validationMode:a.validationMode},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementManagementunitWorkplanrotation(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitWorkplanrotation';if(i==null||i==="")throw'Missing the required parameter "workPlanRotationId" when calling patchWorkforcemanagementManagementunitWorkplanrotation';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitWorkplanrotation';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}","PATCH",{managementUnitId:e,workPlanRotationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementTimeoffrequest(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "timeOffRequestId" when calling patchWorkforcemanagementTimeoffrequest';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementTimeoffrequest';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId}","PATCH",{timeOffRequestId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementUnavailabletimes(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementUnavailabletimes';return this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementUserWorkplanbidranks(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchWorkforcemanagementUserWorkplanbidranks';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementUserWorkplanbidranks';return this.apiClient.callApi("/api/v2/workforcemanagement/users/{userId}/workplanbidranks","PATCH",{userId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementUsersWorkplanbidranksBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementUsersWorkplanbidranksBulk';return this.apiClient.callApi("/api/v2/workforcemanagement/users/workplanbidranks/bulk","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementWorkplanbidPreferences(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bidId" when calling patchWorkforcemanagementWorkplanbidPreferences';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementWorkplanbidPreferences';return this.apiClient.callApi("/api/v2/workforcemanagement/workplanbids/{bidId}/preferences","PATCH",{bidId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAdherenceExplanations(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAdherenceExplanations';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/explanations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAdherenceExplanationsQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAdherenceExplanationsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/explanations/query","POST",{},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAdherenceHistorical(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/adherence/historical","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWorkforcemanagementAdherenceHistoricalBulk(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAdherenceHistoricalBulk';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/historical/bulk","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAgentAdherenceExplanations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling postWorkforcemanagementAgentAdherenceExplanations';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentAdherenceExplanations';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/adherence/explanations","POST",{agentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAgentAdherenceExplanationsQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling postWorkforcemanagementAgentAdherenceExplanationsQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentAdherenceExplanationsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/query","POST",{agentId:e},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAgentUnavailabletimesQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling postWorkforcemanagementAgentUnavailabletimesQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentUnavailabletimesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/unavailabletimes/query","POST",{agentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAgents(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgents';return this.apiClient.callApi("/api/v2/workforcemanagement/agents","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAgentsIntegrationsHrisQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentsIntegrationsHrisQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/integrations/hris/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAgentsMeAdherenceHistoricalJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/agents/me/adherence/historical/jobs","POST",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWorkforcemanagementAgentsMePossibleworkshifts(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentsMePossibleworkshifts';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/me/possibleworkshifts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAgentschedulesManagementunitsMine(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentschedulesManagementunitsMine';return this.apiClient.callApi("/api/v2/workforcemanagement/agentschedules/managementunits/mine","POST",{},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAgentschedulesMine(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentschedulesMine';return this.apiClient.callApi("/api/v2/workforcemanagement/agentschedules/mine","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAlternativeshiftsOffersJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAlternativeshiftsOffersJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/offers/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAlternativeshiftsOffersSearchJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAlternativeshiftsOffersSearchJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/offers/search/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAlternativeshiftsTrades(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAlternativeshiftsTrades';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitActivitycodes(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitActivitycodes';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitActivitycodes';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitActivityplanRunsJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitActivityplanRunsJobs';if(i==null||i==="")throw'Missing the required parameter "activityPlanId" when calling postWorkforcemanagementBusinessunitActivityplanRunsJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}/runs/jobs","POST",{businessUnitId:e,activityPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitActivityplans(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitActivityplans';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitActivityplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitAdherenceExplanationsQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitAdherenceExplanationsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/adherence/explanations/query","POST",{businessUnitId:e},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitAgentschedulesSearch(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitAgentschedulesSearch';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitAgentschedulesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/agentschedules/search","POST",{businessUnitId:e},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitAlternativeshiftsTradesSearch(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitAlternativeshiftsTradesSearch';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitAlternativeshiftsTradesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/search","POST",{businessUnitId:e},{forceAsync:n.forceAsync},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanCopy(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanCopy';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling postWorkforcemanagementBusinessunitCapacityplanCopy';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplanCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/copy","POST",{businessUnitId:e,capacityPlanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanRequirementGenerate(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanRequirementGenerate';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling postWorkforcemanagementBusinessunitCapacityplanRequirementGenerate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/requirement/generate","POST",{businessUnitId:e,capacityPlanId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocations","POST",{businessUnitId:e,capacityPlanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryQuery(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryQuery';if(i==null||i==="")throw'Missing the required parameter "capacityPlanId" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocationshistory/query","POST",{businessUnitId:e,capacityPlanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastForceregenerate(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastForceregenerate';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastForceregenerate';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling postWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastForceregenerate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplanning/longtermrequirements/automaticbestmethod/weeks/{weekDateId}/forecasts/{forecastId}/forceregenerate","POST",{businessUnitId:e,weekDateId:i,forecastId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitCapacityplans(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplans';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitCapacityplansBulkRemove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplansBulkRemove';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplansBulkRemove';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/bulk/remove","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitIntraday(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitIntraday';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitIntraday';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday","POST",{businessUnitId:e},{forceAsync:n.forceAsync},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitPlanninggroups(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitPlanninggroups';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitPlanninggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitServicegoaltemplates(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitServicegoaltemplates';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitServicegoaltemplates';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/evaluate/jobs","POST",{businessUnitId:e},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitShifttradingTradesQueryJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingTradesQueryJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingTradesQueryJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/query/jobs","POST",{businessUnitId:e},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/state/bulk/jobs","POST",{businessUnitId:e},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/unmatched/search/jobs","POST",{businessUnitId:e},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/weeks/summary/jobs","POST",{businessUnitId:e},{forceAsync:n.forceAsync},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitStaffinggroups(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitStaffinggroups';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitStaffinggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/planninggroups/query","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitStaffinggroupsQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitStaffinggroupsQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitStaffinggroupsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/query","POST",{businessUnitId:e},{forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitTimeofflimits(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitTimeofflimits';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitTimeofflimitsValuesQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitTimeofflimitsValuesQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitTimeofflimitsValuesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/values/query","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitTimeoffplans(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitTimeoffplans';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitTimeoffplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitUnavailabletimesSchedulesQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitUnavailabletimesSchedulesQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitUnavailabletimesSchedulesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/unavailabletimes/schedules/query","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitUnavailabletimesSettingsQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitUnavailabletimesSettingsQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitUnavailabletimesSettingsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/unavailabletimes/settings/query","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/agentschedules/query","POST",{businessUnitId:e,weekId:i,scheduleId:n},{forceAsync:r.forceAsync,forceDownloadService:r.forceDownloadService},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleCopy(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleCopy';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleCopy';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleCopy';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/copy","POST",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations';if(i==null||i==="")throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations","POST",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl';if(i==null||i==="")throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations/uploadurl","POST",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleReschedule(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleReschedule';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleReschedule';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleReschedule';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleReschedule';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/reschedule","POST",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleUpdate(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdate';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdate';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdate';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/update","POST",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl';if(n==null||n==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/update/uploadurl","POST",{businessUnitId:e,weekId:i,scheduleId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedules(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedules';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedules';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedules';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules","POST",{businessUnitId:e,weekId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulesGenerate(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulesGenerate';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulesGenerate';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulesGenerate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/generate","POST",{businessUnitId:e,weekId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulesImport(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulesImport';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulesImport';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulesImport';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/import","POST",{businessUnitId:e,weekId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl';if(i==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/import/uploadurl","POST",{businessUnitId:e,weekId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekShorttermforecastCopy(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastCopy';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastCopy';if(n==null||n==="")throw'Missing the required parameter "forecastId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastCopy';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/copy","POST",{businessUnitId:e,weekDateId:i,forecastId:n},{forceAsync:r.forceAsync},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/generate","POST",{businessUnitId:e,weekDateId:i},{forceAsync:a.forceAsync},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekShorttermforecastsImport(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImport';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImport';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImport';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/import","POST",{businessUnitId:e,weekDateId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/import/uploadurl","POST",{businessUnitId:e,weekDateId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWorkplanbidCopy(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWorkplanbidCopy';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling postWorkforcemanagementBusinessunitWorkplanbidCopy';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWorkplanbidCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/copy","POST",{businessUnitId:e,bidId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWorkplanbidGroups(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWorkplanbidGroups';if(i==null||i==="")throw'Missing the required parameter "bidId" when calling postWorkforcemanagementBusinessunitWorkplanbidGroups';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWorkplanbidGroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups","POST",{businessUnitId:e,bidId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWorkplanbids(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWorkplanbids';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWorkplanbids';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids","POST",{businessUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunits(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunits';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits","POST",{},{includeSchedulingDefaultMessageSeverities:i.includeSchedulingDefaultMessageSeverities},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementCalendarUrlIcs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/calendar/url/ics","POST",{},{language:e.language},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWorkforcemanagementHistoricaldataBulkRemoveJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementHistoricaldataBulkRemoveJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/bulk/remove/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementHistoricaldataValidate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementHistoricaldataValidate';return this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/validate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementIntegrationsHriTimeofftypesJobs(e,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "hrisIntegrationId" when calling postWorkforcemanagementIntegrationsHriTimeofftypesJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/integrations/hris/{hrisIntegrationId}/timeofftypes/jobs","POST",{hrisIntegrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitAgentsWorkplansQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitAgentsWorkplansQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitAgentsWorkplansQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/workplans/query","POST",{managementUnitId:e},{forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitAgentschedulesSearch(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitAgentschedulesSearch';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitAgentschedulesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agentschedules/search","POST",{managementUnitId:e},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitHistoricaladherencequery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitHistoricaladherencequery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitHistoricaladherencequery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/historicaladherencequery","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitMove(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitMove';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitMove';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/move","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitSchedulesSearch(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitSchedulesSearch';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitSchedulesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/schedules/search","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitShrinkageJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitShrinkageJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitShrinkageJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/shrinkage/jobs","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitTimeofflimits(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeofflimits';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitTimeofflimitsValuesQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeofflimitsValuesQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeofflimitsValuesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/values/query","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitTimeoffplans(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffplans';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffplans';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitTimeoffrequests(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffrequests';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffrequests';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/integrationstatus/query","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitTimeoffrequestsQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffrequestsQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffrequestsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/query","POST",{managementUnitId:e},{forceDownloadService:n.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/waitlistpositions/query","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitUserTimeoffbalanceJobs(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitUserTimeoffbalanceJobs';if(i==null||i==="")throw'Missing the required parameter "userId" when calling postWorkforcemanagementManagementunitUserTimeoffbalanceJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitUserTimeoffbalanceJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffbalance/jobs","POST",{managementUnitId:e,userId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs';if(i==null||i==="")throw'Missing the required parameter "userId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs';if(n==null||n==="")throw'Missing the required parameter "timeOffRequestId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}/timeoffbalance/jobs","POST",{managementUnitId:e,userId:i,timeOffRequestId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';if(i==null||i==="")throw'Missing the required parameter "userId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate","POST",{managementUnitId:e,userId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWeekShifttradeMatch(e,i,n,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWeekShifttradeMatch';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementManagementunitWeekShifttradeMatch';if(n==null||n==="")throw'Missing the required parameter "tradeId" when calling postWorkforcemanagementManagementunitWeekShifttradeMatch';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWeekShifttradeMatch';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/{tradeId}/match","POST",{managementUnitId:e,weekDateId:i,tradeId:n},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementManagementunitWeekShifttrades(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWeekShifttrades';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementManagementunitWeekShifttrades';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWeekShifttrades';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades","POST",{managementUnitId:e,weekDateId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWeekShifttradesSearch(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWeekShifttradesSearch';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementManagementunitWeekShifttradesSearch';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWeekShifttradesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/search","POST",{managementUnitId:e,weekDateId:i},{forceDownloadService:a.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWeekShifttradesStateBulk(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWeekShifttradesStateBulk';if(i==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementManagementunitWeekShifttradesStateBulk';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWeekShifttradesStateBulk';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/state/bulk","POST",{managementUnitId:e,weekDateId:i},{forceAsync:a.forceAsync},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWorkplanCopy(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplanCopy';if(i==null||i==="")throw'Missing the required parameter "workPlanId" when calling postWorkforcemanagementManagementunitWorkplanCopy';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplanCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}/copy","POST",{managementUnitId:e,workPlanId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWorkplanValidate(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplanValidate';if(i==null||i==="")throw'Missing the required parameter "workPlanId" when calling postWorkforcemanagementManagementunitWorkplanValidate';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplanValidate';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}/validate","POST",{managementUnitId:e,workPlanId:i},{expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWorkplanrotationCopy(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplanrotationCopy';if(i==null||i==="")throw'Missing the required parameter "workPlanRotationId" when calling postWorkforcemanagementManagementunitWorkplanrotationCopy';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplanrotationCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}/copy","POST",{managementUnitId:e,workPlanRotationId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWorkplanrotations(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplanrotations';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplanrotations';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations","POST",{managementUnitId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitWorkplans(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplans';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplans';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans","POST",{managementUnitId:e},{validationMode:n.validationMode},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunits(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunits';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementNotificationsUpdate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementNotificationsUpdate';return this.apiClient.callApi("/api/v2/workforcemanagement/notifications/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementSchedules(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/schedules","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWorkforcemanagementShifttradingTradeJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling postWorkforcemanagementShifttradingTradeJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradeJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/jobs","POST",{tradeId:e},{forceAsync:n.forceAsync},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementShifttradingTradeMatchJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling postWorkforcemanagementShifttradingTradeMatchJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradeMatchJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/match/jobs","POST",{tradeId:e},{forceAsync:n.forceAsync},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementShifttradingTradeStateJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling postWorkforcemanagementShifttradingTradeStateJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradeStateJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/state/jobs","POST",{tradeId:e},{forceAsync:n.forceAsync},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementShifttradingTradesJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradesJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/jobs","POST",{},{forceAsync:i.forceAsync},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementShifttradingTradesMineQueryJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradesMineQueryJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/mine/query/jobs","POST",{},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementTeamAdherenceHistorical(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling postWorkforcemanagementTeamAdherenceHistorical';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTeamAdherenceHistorical';return this.apiClient.callApi("/api/v2/workforcemanagement/teams/{teamId}/adherence/historical","POST",{teamId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementTeamShrinkageJobs(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling postWorkforcemanagementTeamShrinkageJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTeamShrinkageJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/teams/{teamId}/shrinkage/jobs","POST",{teamId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementTimeoffbalanceJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffbalanceJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffbalance/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementTimeofflimitsAvailableQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeofflimitsAvailableQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/timeofflimits/available/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementTimeoffrequests(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffrequests';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementTimeoffrequestsEstimate(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffrequestsEstimate';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/estimate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementTimeoffrequestsIntegrationstatusQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffrequestsIntegrationstatusQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/integrationstatus/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementUnavailabletimesQuery(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementUnavailabletimesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementUnavailabletimesValidationJobs(e,i){if(i=i||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementUnavailabletimesValidationJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes/validation/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putWorkforcemanagementAgentIntegrationsHris(e,i,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling putWorkforcemanagementAgentIntegrationsHris';if(i==null)throw'Missing the required parameter "body" when calling putWorkforcemanagementAgentIntegrationsHris';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/integrations/hris","PUT",{agentId:e},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putWorkforcemanagementBusinessunitTimeofflimitValues(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling putWorkforcemanagementBusinessunitTimeofflimitValues';if(i==null||i==="")throw'Missing the required parameter "timeOffLimitId" when calling putWorkforcemanagementBusinessunitTimeofflimitValues';if(n==null)throw'Missing the required parameter "body" when calling putWorkforcemanagementBusinessunitTimeofflimitValues';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId}/values","PUT",{businessUnitId:e,timeOffLimitId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putWorkforcemanagementManagementunitTimeofflimitValues(e,i,n,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling putWorkforcemanagementManagementunitTimeofflimitValues';if(i==null||i==="")throw'Missing the required parameter "timeOffLimitId" when calling putWorkforcemanagementManagementunitTimeofflimitValues';if(n==null)throw'Missing the required parameter "body" when calling putWorkforcemanagementManagementunitTimeofflimitValues';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}/values","PUT",{managementUnitId:e,timeOffLimitId:i},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},py=class{constructor(){this.ApiClient=new q,this.ApiClientClass=q,this.AIStudioApi=_A,this.AgentAssistantsApi=HA,this.AgentCopilotApi=IA,this.AgentUIApi=RA,this.AlertingApi=zA,this.AnalyticsApi=DA,this.ArchitectApi=GA,this.AssistantCopilotVariationsApi=$A,this.AuditApi=NA,this.AuthorizationApi=UA,this.BackgroundAssistantApi=LA,this.BillingApi=WA,this.BusinessRulesApi=BA,this.CarrierServicesApi=FA,this.CaseManagementApi=VA,this.ChatApi=JA,this.CoachingApi=ZA,this.ContentManagementApi=KA,this.ConversationsApi=QA,this.DataExtensionsApi=YA,this.DataPrivacyApi=XA,this.DownloadsApi=eb,this.EmailsApi=ib,this.EmployeeEngagementApi=nb,this.EventsApi=tb,this.ExternalContactsApi=ab,this.FaxApi=rb,this.FlowsApi=sb,this.GamificationApi=ob,this.GeneralDataProtectionRegulationApi=lb,this.GeolocationApi=ub,this.GreetingsApi=cb,this.GroupsApi=pb,this.IdentityProviderApi=db,this.InfrastructureAsCodeApi=hb,this.IntegrationsApi=gb,this.IntentsApi=mb,this.JourneyApi=fb,this.KnowledgeApi=wb,this.LanguageUnderstandingApi=vb,this.LanguagesApi=Cb,this.LearningApi=Ab,this.LicenseApi=bb,this.LocationsApi=yb,this.LogCaptureApi=Pb,this.MessagingApi=jb,this.MobileDevicesApi=Sb,this.NotificationsApi=Ob,this.OAuthApi=xb,this.ObjectsApi=Tb,this.OperationalEventsApi=Mb,this.OrganizationApi=Eb,this.OrganizationAuthorizationApi=kb,this.OutboundApi=qb,this.PresenceApi=_b,this.ProcessAutomationApi=Hb,this.QualityApi=Ib,this.RecordingApi=Rb,this.ResponseManagementApi=zb,this.RoutingApi=Db,this.SCIMApi=Gb,this.ScriptsApi=$b,this.SearchApi=Nb,this.SettingsApi=Ub,this.SocialMediaApi=Lb,this.SpeechTextAnalyticsApi=Wb,this.StationsApi=Bb,this.SuggestApi=Fb,this.TaskManagementApi=Vb,this.TeamsApi=Jb,this.TelephonyApi=Zb,this.TelephonyProvidersEdgeApi=Kb,this.TextbotsApi=Qb,this.TokensApi=Yb,this.UploadsApi=Xb,this.UsageApi=ey,this.UserRecordingsApi=iy,this.UsersApi=ny,this.UsersRulesApi=ty,this.UtilitiesApi=ay,this.VoicemailApi=ry,this.WebChatApi=sy,this.WebDeploymentsApi=oy,this.WebMessagingApi=ly,this.WidgetsApi=uy,this.WorkforceManagementApi=cy,this.PureCloudRegionHosts=bX,this.AbstractHttpClient=_l,this.DefaultHttpClient=vd,this.HttpRequestOptions=Qt}},PX=new py;fR.exports=PX});var ti={};bd(ti,{BRAND:()=>fz,DIRTY:()=>Xt,EMPTY_PATH:()=>JR,INVALID:()=>K,NEVER:()=>Xz,OK:()=>Ti,ParseStatus:()=>Ai,Schema:()=>ae,ZodAny:()=>Ct,ZodArray:()=>nt,ZodBigInt:()=>ia,ZodBoolean:()=>na,ZodBranded:()=>Cs,ZodCatch:()=>ha,ZodDate:()=>ta,ZodDefault:()=>da,ZodDiscriminatedUnion:()=>$l,ZodEffects:()=>sn,ZodEnum:()=>ca,ZodError:()=>Di,ZodFirstPartyTypeKind:()=>E,ZodFunction:()=>Ul,ZodIntersection:()=>oa,ZodIssueCode:()=>M,ZodLazy:()=>la,ZodLiteral:()=>ua,ZodMap:()=>lr,ZodNaN:()=>cr,ZodNativeEnum:()=>pa,ZodNever:()=>Cn,ZodNull:()=>ra,ZodNullable:()=>Hn,ZodNumber:()=>ea,ZodObject:()=>Gi,ZodOptional:()=>an,ZodParsedType:()=>z,ZodPipeline:()=>As,ZodPromise:()=>At,ZodReadonly:()=>ga,ZodRecord:()=>Nl,ZodSchema:()=>ae,ZodSet:()=>ur,ZodString:()=>vt,ZodSymbol:()=>sr,ZodTransformer:()=>sn,ZodTuple:()=>_n,ZodType:()=>ae,ZodUndefined:()=>aa,ZodUnion:()=>sa,ZodUnknown:()=>it,ZodVoid:()=>or,addIssueToContext:()=>_,any:()=>Sz,array:()=>Mz,bigint:()=>Az,boolean:()=>Ey,coerce:()=>Yz,custom:()=>xy,date:()=>bz,datetimeRegex:()=>Sy,defaultErrorMap:()=>Xn,discriminatedUnion:()=>qz,effect:()=>Wz,enum:()=>Nz,function:()=>Dz,getErrorMap:()=>tr,getParsedType:()=>qn,instanceof:()=>vz,intersection:()=>_z,isAborted:()=>Dl,isAsync:()=>ar,isDirty:()=>Gl,isValid:()=>wt,late:()=>wz,lazy:()=>Gz,literal:()=>$z,makeIssue:()=>vs,map:()=>Rz,nan:()=>Cz,nativeEnum:()=>Uz,never:()=>xz,null:()=>jz,nullable:()=>Fz,number:()=>My,object:()=>Sd,objectUtil:()=>yd,oboolean:()=>Qz,onumber:()=>Kz,optional:()=>Bz,ostring:()=>Zz,pipeline:()=>Jz,preprocess:()=>Vz,promise:()=>Lz,quotelessJson:()=>BR,record:()=>Iz,set:()=>zz,setErrorMap:()=>VR,strictObject:()=>Ez,string:()=>Ty,symbol:()=>yz,transformer:()=>Wz,tuple:()=>Hz,undefined:()=>Pz,union:()=>kz,unknown:()=>Oz,util:()=>ce,void:()=>Tz});var ce;(function(t){t.assertEqual=a=>{};function e(a){}t.assertIs=e;function i(a){throw new Error}t.assertNever=i,t.arrayToEnum=a=>{let r={};for(let s of a)r[s]=s;return r},t.getValidEnumValues=a=>{let r=t.objectKeys(a).filter(o=>typeof a[a[o]]!="number"),s={};for(let o of r)s[o]=a[o];return t.objectValues(s)},t.objectValues=a=>t.objectKeys(a).map(function(r){return a[r]}),t.objectKeys=typeof Object.keys=="function"?a=>Object.keys(a):a=>{let r=[];for(let s in a)Object.prototype.hasOwnProperty.call(a,s)&&r.push(s);return r},t.find=(a,r)=>{for(let s of a)if(r(s))return s},t.isInteger=typeof Number.isInteger=="function"?a=>Number.isInteger(a):a=>typeof a=="number"&&Number.isFinite(a)&&Math.floor(a)===a;function n(a,r=" | "){return a.map(s=>typeof s=="string"?`'${s}'`:s).join(r)}t.joinValues=n,t.jsonStringifyReplacer=(a,r)=>typeof r=="bigint"?r.toString():r})(ce||(ce={}));var yd;(function(t){t.mergeShapes=(e,i)=>({...e,...i})})(yd||(yd={}));var z=ce.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),qn=t=>{switch(typeof t){case"undefined":return z.undefined;case"string":return z.string;case"number":return Number.isNaN(t)?z.nan:z.number;case"boolean":return z.boolean;case"function":return z.function;case"bigint":return z.bigint;case"symbol":return z.symbol;case"object":return Array.isArray(t)?z.array:t===null?z.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?z.promise:typeof Map<"u"&&t instanceof Map?z.map:typeof Set<"u"&&t instanceof Set?z.set:typeof Date<"u"&&t instanceof Date?z.date:z.object;default:return z.unknown}};var M=ce.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),BR=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Di=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let i=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,i):this.__proto__=i,this.name="ZodError",this.issues=e}format(e){let i=e||function(r){return r.message},n={_errors:[]},a=r=>{for(let s of r.issues)if(s.code==="invalid_union")s.unionErrors.map(a);else if(s.code==="invalid_return_type")a(s.returnTypeError);else if(s.code==="invalid_arguments")a(s.argumentsError);else if(s.path.length===0)n._errors.push(i(s));else{let o=n,l=0;for(;li.message){let i=Object.create(null),n=[];for(let a of this.issues)if(a.path.length>0){let r=a.path[0];i[r]=i[r]||[],i[r].push(e(a))}else n.push(e(a));return{formErrors:n,fieldErrors:i}}get formErrors(){return this.flatten()}};Di.create=t=>new Di(t);var FR=(t,e)=>{let i;switch(t.code){case M.invalid_type:t.received===z.undefined?i="Required":i=`Expected ${t.expected}, received ${t.received}`;break;case M.invalid_literal:i=`Invalid literal value, expected ${JSON.stringify(t.expected,ce.jsonStringifyReplacer)}`;break;case M.unrecognized_keys:i=`Unrecognized key(s) in object: ${ce.joinValues(t.keys,", ")}`;break;case M.invalid_union:i="Invalid input";break;case M.invalid_union_discriminator:i=`Invalid discriminator value. Expected ${ce.joinValues(t.options)}`;break;case M.invalid_enum_value:i=`Invalid enum value. Expected ${ce.joinValues(t.options)}, received '${t.received}'`;break;case M.invalid_arguments:i="Invalid function arguments";break;case M.invalid_return_type:i="Invalid function return type";break;case M.invalid_date:i="Invalid date";break;case M.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(i=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(i=`${i} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?i=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?i=`Invalid input: must end with "${t.validation.endsWith}"`:ce.assertNever(t.validation):t.validation!=="regex"?i=`Invalid ${t.validation}`:i="Invalid";break;case M.too_small:t.type==="array"?i=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?i=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?i=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?i=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?i=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:i="Invalid input";break;case M.too_big:t.type==="array"?i=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?i=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?i=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?i=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?i=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:i="Invalid input";break;case M.custom:i="Invalid input";break;case M.invalid_intersection_types:i="Intersection results could not be merged";break;case M.not_multiple_of:i=`Number must be a multiple of ${t.multipleOf}`;break;case M.not_finite:i="Number must be finite";break;default:i=e.defaultError,ce.assertNever(t)}return{message:i}},Xn=FR;var Ay=Xn;function VR(t){Ay=t}function tr(){return Ay}var vs=t=>{let{data:e,path:i,errorMaps:n,issueData:a}=t,r=[...i,...a.path||[]],s={...a,path:r};if(a.message!==void 0)return{...a,path:r,message:a.message};let o="",l=n.filter(u=>!!u).slice().reverse();for(let u of l)o=u(s,{data:e,defaultError:o}).message;return{...a,path:r,message:o}},JR=[];function _(t,e){let i=tr(),n=vs({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,i,i===Xn?void 0:Xn].filter(a=>!!a)});t.common.issues.push(n)}var Ai=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,i){let n=[];for(let a of i){if(a.status==="aborted")return K;a.status==="dirty"&&e.dirty(),n.push(a.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,i){let n=[];for(let a of i){let r=await a.key,s=await a.value;n.push({key:r,value:s})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,i){let n={};for(let a of i){let{key:r,value:s}=a;if(r.status==="aborted"||s.status==="aborted")return K;r.status==="dirty"&&e.dirty(),s.status==="dirty"&&e.dirty(),r.value!=="__proto__"&&(typeof s.value<"u"||a.alwaysSet)&&(n[r.value]=s.value)}return{status:e.value,value:n}}},K=Object.freeze({status:"aborted"}),Xt=t=>({status:"dirty",value:t}),Ti=t=>({status:"valid",value:t}),Dl=t=>t.status==="aborted",Gl=t=>t.status==="dirty",wt=t=>t.status==="valid",ar=t=>typeof Promise<"u"&&t instanceof Promise;var U;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(U||(U={}));var rn=class{constructor(e,i,n,a){this._cachedPath=[],this.parent=e,this.data=i,this._path=n,this._key=a}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},by=(t,e)=>{if(wt(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let i=new Di(t.common.issues);return this._error=i,this._error}}};function ne(t){if(!t)return{};let{errorMap:e,invalid_type_error:i,required_error:n,description:a}=t;if(e&&(i||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:a}:{errorMap:(s,o)=>{let{message:l}=t;return s.code==="invalid_enum_value"?{message:l??o.defaultError}:typeof o.data>"u"?{message:l??n??o.defaultError}:s.code!=="invalid_type"?{message:o.defaultError}:{message:l??i??o.defaultError}},description:a}}var ae=class{get description(){return this._def.description}_getType(e){return qn(e.data)}_getOrReturnCtx(e,i){return i||{common:e.parent.common,data:e.data,parsedType:qn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ai,ctx:{common:e.parent.common,data:e.data,parsedType:qn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let i=this._parse(e);if(ar(i))throw new Error("Synchronous parse encountered promise.");return i}_parseAsync(e){let i=this._parse(e);return Promise.resolve(i)}parse(e,i){let n=this.safeParse(e,i);if(n.success)return n.data;throw n.error}safeParse(e,i){let n={common:{issues:[],async:i?.async??!1,contextualErrorMap:i?.errorMap},path:i?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:qn(e)},a=this._parseSync({data:e,path:n.path,parent:n});return by(n,a)}"~validate"(e){let i={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:qn(e)};if(!this["~standard"].async)try{let n=this._parseSync({data:e,path:[],parent:i});return wt(n)?{value:n.value}:{issues:i.common.issues}}catch(n){n?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),i.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:i}).then(n=>wt(n)?{value:n.value}:{issues:i.common.issues})}async parseAsync(e,i){let n=await this.safeParseAsync(e,i);if(n.success)return n.data;throw n.error}async safeParseAsync(e,i){let n={common:{issues:[],contextualErrorMap:i?.errorMap,async:!0},path:i?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:qn(e)},a=this._parse({data:e,path:n.path,parent:n}),r=await(ar(a)?a:Promise.resolve(a));return by(n,r)}refine(e,i){let n=a=>typeof i=="string"||typeof i>"u"?{message:i}:typeof i=="function"?i(a):i;return this._refinement((a,r)=>{let s=e(a),o=()=>r.addIssue({code:M.custom,...n(a)});return typeof Promise<"u"&&s instanceof Promise?s.then(l=>l?!0:(o(),!1)):s?!0:(o(),!1)})}refinement(e,i){return this._refinement((n,a)=>e(n)?!0:(a.addIssue(typeof i=="function"?i(n,a):i),!1))}_refinement(e){return new sn({schema:this,typeName:E.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:i=>this["~validate"](i)}}optional(){return an.create(this,this._def)}nullable(){return Hn.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return nt.create(this)}promise(){return At.create(this,this._def)}or(e){return sa.create([this,e],this._def)}and(e){return oa.create(this,e,this._def)}transform(e){return new sn({...ne(this._def),schema:this,typeName:E.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let i=typeof e=="function"?e:()=>e;return new da({...ne(this._def),innerType:this,defaultValue:i,typeName:E.ZodDefault})}brand(){return new Cs({typeName:E.ZodBranded,type:this,...ne(this._def)})}catch(e){let i=typeof e=="function"?e:()=>e;return new ha({...ne(this._def),innerType:this,catchValue:i,typeName:E.ZodCatch})}describe(e){let i=this.constructor;return new i({...this._def,description:e})}pipe(e){return As.create(this,e)}readonly(){return ga.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},ZR=/^c[^\s-]{8,}$/i,KR=/^[0-9a-z]+$/,QR=/^[0-9A-HJKMNP-TV-Z]{26}$/i,YR=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,XR=/^[a-z0-9_-]{21}$/i,ez=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,iz=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,nz=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,tz="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Pd,az=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,rz=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,sz=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,oz=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,lz=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,uz=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Py="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",cz=new RegExp(`^${Py}$`);function jy(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let i=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${i}`}function pz(t){return new RegExp(`^${jy(t)}$`)}function Sy(t){let e=`${Py}T${jy(t)}`,i=[];return i.push(t.local?"Z?":"Z"),t.offset&&i.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${i.join("|")})`,new RegExp(`^${e}$`)}function dz(t,e){return!!((e==="v4"||!e)&&az.test(t)||(e==="v6"||!e)&&sz.test(t))}function hz(t,e){if(!ez.test(t))return!1;try{let[i]=t.split(".");if(!i)return!1;let n=i.replace(/-/g,"+").replace(/_/g,"/").padEnd(i.length+(4-i.length%4)%4,"="),a=JSON.parse(atob(n));return!(typeof a!="object"||a===null||"typ"in a&&a?.typ!=="JWT"||!a.alg||e&&a.alg!==e)}catch{return!1}}function gz(t,e){return!!((e==="v4"||!e)&&rz.test(t)||(e==="v6"||!e)&&oz.test(t))}var vt=class t extends ae{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==z.string){let r=this._getOrReturnCtx(e);return _(r,{code:M.invalid_type,expected:z.string,received:r.parsedType}),K}let n=new Ai,a;for(let r of this._def.checks)if(r.kind==="min")e.data.lengthr.value&&(a=this._getOrReturnCtx(e,a),_(a,{code:M.too_big,maximum:r.value,type:"string",inclusive:!0,exact:!1,message:r.message}),n.dirty());else if(r.kind==="length"){let s=e.data.length>r.value,o=e.data.lengthe.test(a),{validation:i,code:M.invalid_string,...U.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...U.errToObj(e)})}url(e){return this._addCheck({kind:"url",...U.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...U.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...U.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...U.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...U.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...U.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...U.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...U.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...U.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...U.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...U.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...U.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...U.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...U.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...U.errToObj(e)})}regex(e,i){return this._addCheck({kind:"regex",regex:e,...U.errToObj(i)})}includes(e,i){return this._addCheck({kind:"includes",value:e,position:i?.position,...U.errToObj(i?.message)})}startsWith(e,i){return this._addCheck({kind:"startsWith",value:e,...U.errToObj(i)})}endsWith(e,i){return this._addCheck({kind:"endsWith",value:e,...U.errToObj(i)})}min(e,i){return this._addCheck({kind:"min",value:e,...U.errToObj(i)})}max(e,i){return this._addCheck({kind:"max",value:e,...U.errToObj(i)})}length(e,i){return this._addCheck({kind:"length",value:e,...U.errToObj(i)})}nonempty(e){return this.min(1,U.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let i of this._def.checks)i.kind==="min"&&(e===null||i.value>e)&&(e=i.value);return e}get maxLength(){let e=null;for(let i of this._def.checks)i.kind==="max"&&(e===null||i.valuenew vt({checks:[],typeName:E.ZodString,coerce:t?.coerce??!1,...ne(t)});function mz(t,e){let i=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,a=i>n?i:n,r=Number.parseInt(t.toFixed(a).replace(".","")),s=Number.parseInt(e.toFixed(a).replace(".",""));return r%s/10**a}var ea=class t extends ae{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==z.number){let r=this._getOrReturnCtx(e);return _(r,{code:M.invalid_type,expected:z.number,received:r.parsedType}),K}let n,a=new Ai;for(let r of this._def.checks)r.kind==="int"?ce.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),_(n,{code:M.invalid_type,expected:"integer",received:"float",message:r.message}),a.dirty()):r.kind==="min"?(r.inclusive?e.datar.value:e.data>=r.value)&&(n=this._getOrReturnCtx(e,n),_(n,{code:M.too_big,maximum:r.value,type:"number",inclusive:r.inclusive,exact:!1,message:r.message}),a.dirty()):r.kind==="multipleOf"?mz(e.data,r.value)!==0&&(n=this._getOrReturnCtx(e,n),_(n,{code:M.not_multiple_of,multipleOf:r.value,message:r.message}),a.dirty()):r.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),_(n,{code:M.not_finite,message:r.message}),a.dirty()):ce.assertNever(r);return{status:a.value,value:e.data}}gte(e,i){return this.setLimit("min",e,!0,U.toString(i))}gt(e,i){return this.setLimit("min",e,!1,U.toString(i))}lte(e,i){return this.setLimit("max",e,!0,U.toString(i))}lt(e,i){return this.setLimit("max",e,!1,U.toString(i))}setLimit(e,i,n,a){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:i,inclusive:n,message:U.toString(a)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:U.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:U.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:U.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:U.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:U.toString(e)})}multipleOf(e,i){return this._addCheck({kind:"multipleOf",value:e,message:U.toString(i)})}finite(e){return this._addCheck({kind:"finite",message:U.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:U.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:U.toString(e)})}get minValue(){let e=null;for(let i of this._def.checks)i.kind==="min"&&(e===null||i.value>e)&&(e=i.value);return e}get maxValue(){let e=null;for(let i of this._def.checks)i.kind==="max"&&(e===null||i.valuee.kind==="int"||e.kind==="multipleOf"&&ce.isInteger(e.value))}get isFinite(){let e=null,i=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(i===null||n.value>i)&&(i=n.value):n.kind==="max"&&(e===null||n.valuenew ea({checks:[],typeName:E.ZodNumber,coerce:t?.coerce||!1,...ne(t)});var ia=class t extends ae{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==z.bigint)return this._getInvalidInput(e);let n,a=new Ai;for(let r of this._def.checks)r.kind==="min"?(r.inclusive?e.datar.value:e.data>=r.value)&&(n=this._getOrReturnCtx(e,n),_(n,{code:M.too_big,type:"bigint",maximum:r.value,inclusive:r.inclusive,message:r.message}),a.dirty()):r.kind==="multipleOf"?e.data%r.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),_(n,{code:M.not_multiple_of,multipleOf:r.value,message:r.message}),a.dirty()):ce.assertNever(r);return{status:a.value,value:e.data}}_getInvalidInput(e){let i=this._getOrReturnCtx(e);return _(i,{code:M.invalid_type,expected:z.bigint,received:i.parsedType}),K}gte(e,i){return this.setLimit("min",e,!0,U.toString(i))}gt(e,i){return this.setLimit("min",e,!1,U.toString(i))}lte(e,i){return this.setLimit("max",e,!0,U.toString(i))}lt(e,i){return this.setLimit("max",e,!1,U.toString(i))}setLimit(e,i,n,a){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:i,inclusive:n,message:U.toString(a)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:U.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:U.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:U.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:U.toString(e)})}multipleOf(e,i){return this._addCheck({kind:"multipleOf",value:e,message:U.toString(i)})}get minValue(){let e=null;for(let i of this._def.checks)i.kind==="min"&&(e===null||i.value>e)&&(e=i.value);return e}get maxValue(){let e=null;for(let i of this._def.checks)i.kind==="max"&&(e===null||i.valuenew ia({checks:[],typeName:E.ZodBigInt,coerce:t?.coerce??!1,...ne(t)});var na=class extends ae{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==z.boolean){let n=this._getOrReturnCtx(e);return _(n,{code:M.invalid_type,expected:z.boolean,received:n.parsedType}),K}return Ti(e.data)}};na.create=t=>new na({typeName:E.ZodBoolean,coerce:t?.coerce||!1,...ne(t)});var ta=class t extends ae{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==z.date){let r=this._getOrReturnCtx(e);return _(r,{code:M.invalid_type,expected:z.date,received:r.parsedType}),K}if(Number.isNaN(e.data.getTime())){let r=this._getOrReturnCtx(e);return _(r,{code:M.invalid_date}),K}let n=new Ai,a;for(let r of this._def.checks)r.kind==="min"?e.data.getTime()r.value&&(a=this._getOrReturnCtx(e,a),_(a,{code:M.too_big,message:r.message,inclusive:!0,exact:!1,maximum:r.value,type:"date"}),n.dirty()):ce.assertNever(r);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,i){return this._addCheck({kind:"min",value:e.getTime(),message:U.toString(i)})}max(e,i){return this._addCheck({kind:"max",value:e.getTime(),message:U.toString(i)})}get minDate(){let e=null;for(let i of this._def.checks)i.kind==="min"&&(e===null||i.value>e)&&(e=i.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let i of this._def.checks)i.kind==="max"&&(e===null||i.valuenew ta({checks:[],coerce:t?.coerce||!1,typeName:E.ZodDate,...ne(t)});var sr=class extends ae{_parse(e){if(this._getType(e)!==z.symbol){let n=this._getOrReturnCtx(e);return _(n,{code:M.invalid_type,expected:z.symbol,received:n.parsedType}),K}return Ti(e.data)}};sr.create=t=>new sr({typeName:E.ZodSymbol,...ne(t)});var aa=class extends ae{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return _(n,{code:M.invalid_type,expected:z.undefined,received:n.parsedType}),K}return Ti(e.data)}};aa.create=t=>new aa({typeName:E.ZodUndefined,...ne(t)});var ra=class extends ae{_parse(e){if(this._getType(e)!==z.null){let n=this._getOrReturnCtx(e);return _(n,{code:M.invalid_type,expected:z.null,received:n.parsedType}),K}return Ti(e.data)}};ra.create=t=>new ra({typeName:E.ZodNull,...ne(t)});var Ct=class extends ae{constructor(){super(...arguments),this._any=!0}_parse(e){return Ti(e.data)}};Ct.create=t=>new Ct({typeName:E.ZodAny,...ne(t)});var it=class extends ae{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Ti(e.data)}};it.create=t=>new it({typeName:E.ZodUnknown,...ne(t)});var Cn=class extends ae{_parse(e){let i=this._getOrReturnCtx(e);return _(i,{code:M.invalid_type,expected:z.never,received:i.parsedType}),K}};Cn.create=t=>new Cn({typeName:E.ZodNever,...ne(t)});var or=class extends ae{_parse(e){if(this._getType(e)!==z.undefined){let n=this._getOrReturnCtx(e);return _(n,{code:M.invalid_type,expected:z.void,received:n.parsedType}),K}return Ti(e.data)}};or.create=t=>new or({typeName:E.ZodVoid,...ne(t)});var nt=class t extends ae{_parse(e){let{ctx:i,status:n}=this._processInputParams(e),a=this._def;if(i.parsedType!==z.array)return _(i,{code:M.invalid_type,expected:z.array,received:i.parsedType}),K;if(a.exactLength!==null){let s=i.data.length>a.exactLength.value,o=i.data.lengtha.maxLength.value&&(_(i,{code:M.too_big,maximum:a.maxLength.value,type:"array",inclusive:!0,exact:!1,message:a.maxLength.message}),n.dirty()),i.common.async)return Promise.all([...i.data].map((s,o)=>a.type._parseAsync(new rn(i,s,i.path,o)))).then(s=>Ai.mergeArray(n,s));let r=[...i.data].map((s,o)=>a.type._parseSync(new rn(i,s,i.path,o)));return Ai.mergeArray(n,r)}get element(){return this._def.type}min(e,i){return new t({...this._def,minLength:{value:e,message:U.toString(i)}})}max(e,i){return new t({...this._def,maxLength:{value:e,message:U.toString(i)}})}length(e,i){return new t({...this._def,exactLength:{value:e,message:U.toString(i)}})}nonempty(e){return this.min(1,e)}};nt.create=(t,e)=>new nt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:E.ZodArray,...ne(e)});function rr(t){if(t instanceof Gi){let e={};for(let i in t.shape){let n=t.shape[i];e[i]=an.create(rr(n))}return new Gi({...t._def,shape:()=>e})}else return t instanceof nt?new nt({...t._def,type:rr(t.element)}):t instanceof an?an.create(rr(t.unwrap())):t instanceof Hn?Hn.create(rr(t.unwrap())):t instanceof _n?_n.create(t.items.map(e=>rr(e))):t}var Gi=class t extends ae{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),i=ce.objectKeys(e);return this._cached={shape:e,keys:i},this._cached}_parse(e){if(this._getType(e)!==z.object){let u=this._getOrReturnCtx(e);return _(u,{code:M.invalid_type,expected:z.object,received:u.parsedType}),K}let{status:n,ctx:a}=this._processInputParams(e),{shape:r,keys:s}=this._getCached(),o=[];if(!(this._def.catchall instanceof Cn&&this._def.unknownKeys==="strip"))for(let u in a.data)s.includes(u)||o.push(u);let l=[];for(let u of s){let c=r[u],p=a.data[u];l.push({key:{status:"valid",value:u},value:c._parse(new rn(a,p,a.path,u)),alwaysSet:u in a.data})}if(this._def.catchall instanceof Cn){let u=this._def.unknownKeys;if(u==="passthrough")for(let c of o)l.push({key:{status:"valid",value:c},value:{status:"valid",value:a.data[c]}});else if(u==="strict")o.length>0&&(_(a,{code:M.unrecognized_keys,keys:o}),n.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let c of o){let p=a.data[c];l.push({key:{status:"valid",value:c},value:u._parse(new rn(a,p,a.path,c)),alwaysSet:c in a.data})}}return a.common.async?Promise.resolve().then(async()=>{let u=[];for(let c of l){let p=await c.key,d=await c.value;u.push({key:p,value:d,alwaysSet:c.alwaysSet})}return u}).then(u=>Ai.mergeObjectSync(n,u)):Ai.mergeObjectSync(n,l)}get shape(){return this._def.shape()}strict(e){return U.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(i,n)=>{let a=this._def.errorMap?.(i,n).message??n.defaultError;return i.code==="unrecognized_keys"?{message:U.errToObj(e).message??a}:{message:a}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:E.ZodObject})}setKey(e,i){return this.augment({[e]:i})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let i={};for(let n of ce.objectKeys(e))e[n]&&this.shape[n]&&(i[n]=this.shape[n]);return new t({...this._def,shape:()=>i})}omit(e){let i={};for(let n of ce.objectKeys(this.shape))e[n]||(i[n]=this.shape[n]);return new t({...this._def,shape:()=>i})}deepPartial(){return rr(this)}partial(e){let i={};for(let n of ce.objectKeys(this.shape)){let a=this.shape[n];e&&!e[n]?i[n]=a:i[n]=a.optional()}return new t({...this._def,shape:()=>i})}required(e){let i={};for(let n of ce.objectKeys(this.shape))if(e&&!e[n])i[n]=this.shape[n];else{let r=this.shape[n];for(;r instanceof an;)r=r._def.innerType;i[n]=r}return new t({...this._def,shape:()=>i})}keyof(){return Oy(ce.objectKeys(this.shape))}};Gi.create=(t,e)=>new Gi({shape:()=>t,unknownKeys:"strip",catchall:Cn.create(),typeName:E.ZodObject,...ne(e)});Gi.strictCreate=(t,e)=>new Gi({shape:()=>t,unknownKeys:"strict",catchall:Cn.create(),typeName:E.ZodObject,...ne(e)});Gi.lazycreate=(t,e)=>new Gi({shape:t,unknownKeys:"strip",catchall:Cn.create(),typeName:E.ZodObject,...ne(e)});var sa=class extends ae{_parse(e){let{ctx:i}=this._processInputParams(e),n=this._def.options;function a(r){for(let o of r)if(o.result.status==="valid")return o.result;for(let o of r)if(o.result.status==="dirty")return i.common.issues.push(...o.ctx.common.issues),o.result;let s=r.map(o=>new Di(o.ctx.common.issues));return _(i,{code:M.invalid_union,unionErrors:s}),K}if(i.common.async)return Promise.all(n.map(async r=>{let s={...i,common:{...i.common,issues:[]},parent:null};return{result:await r._parseAsync({data:i.data,path:i.path,parent:s}),ctx:s}})).then(a);{let r,s=[];for(let l of n){let u={...i,common:{...i.common,issues:[]},parent:null},c=l._parseSync({data:i.data,path:i.path,parent:u});if(c.status==="valid")return c;c.status==="dirty"&&!r&&(r={result:c,ctx:u}),u.common.issues.length&&s.push(u.common.issues)}if(r)return i.common.issues.push(...r.ctx.common.issues),r.result;let o=s.map(l=>new Di(l));return _(i,{code:M.invalid_union,unionErrors:o}),K}}get options(){return this._def.options}};sa.create=(t,e)=>new sa({options:t,typeName:E.ZodUnion,...ne(e)});var et=t=>t instanceof la?et(t.schema):t instanceof sn?et(t.innerType()):t instanceof ua?[t.value]:t instanceof ca?t.options:t instanceof pa?ce.objectValues(t.enum):t instanceof da?et(t._def.innerType):t instanceof aa?[void 0]:t instanceof ra?[null]:t instanceof an?[void 0,...et(t.unwrap())]:t instanceof Hn?[null,...et(t.unwrap())]:t instanceof Cs||t instanceof ga?et(t.unwrap()):t instanceof ha?et(t._def.innerType):[],$l=class t extends ae{_parse(e){let{ctx:i}=this._processInputParams(e);if(i.parsedType!==z.object)return _(i,{code:M.invalid_type,expected:z.object,received:i.parsedType}),K;let n=this.discriminator,a=i.data[n],r=this.optionsMap.get(a);return r?i.common.async?r._parseAsync({data:i.data,path:i.path,parent:i}):r._parseSync({data:i.data,path:i.path,parent:i}):(_(i,{code:M.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),K)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,i,n){let a=new Map;for(let r of i){let s=et(r.shape[e]);if(!s.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let o of s){if(a.has(o))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(o)}`);a.set(o,r)}}return new t({typeName:E.ZodDiscriminatedUnion,discriminator:e,options:i,optionsMap:a,...ne(n)})}};function jd(t,e){let i=qn(t),n=qn(e);if(t===e)return{valid:!0,data:t};if(i===z.object&&n===z.object){let a=ce.objectKeys(e),r=ce.objectKeys(t).filter(o=>a.indexOf(o)!==-1),s={...t,...e};for(let o of r){let l=jd(t[o],e[o]);if(!l.valid)return{valid:!1};s[o]=l.data}return{valid:!0,data:s}}else if(i===z.array&&n===z.array){if(t.length!==e.length)return{valid:!1};let a=[];for(let r=0;r{if(Dl(r)||Dl(s))return K;let o=jd(r.value,s.value);return o.valid?((Gl(r)||Gl(s))&&i.dirty(),{status:i.value,value:o.data}):(_(n,{code:M.invalid_intersection_types}),K)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([r,s])=>a(r,s)):a(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};oa.create=(t,e,i)=>new oa({left:t,right:e,typeName:E.ZodIntersection,...ne(i)});var _n=class t extends ae{_parse(e){let{status:i,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.array)return _(n,{code:M.invalid_type,expected:z.array,received:n.parsedType}),K;if(n.data.lengththis._def.items.length&&(_(n,{code:M.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),i.dirty());let r=[...n.data].map((s,o)=>{let l=this._def.items[o]||this._def.rest;return l?l._parse(new rn(n,s,n.path,o)):null}).filter(s=>!!s);return n.common.async?Promise.all(r).then(s=>Ai.mergeArray(i,s)):Ai.mergeArray(i,r)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};_n.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new _n({items:t,typeName:E.ZodTuple,rest:null,...ne(e)})};var Nl=class t extends ae{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:i,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.object)return _(n,{code:M.invalid_type,expected:z.object,received:n.parsedType}),K;let a=[],r=this._def.keyType,s=this._def.valueType;for(let o in n.data)a.push({key:r._parse(new rn(n,o,n.path,o)),value:s._parse(new rn(n,n.data[o],n.path,o)),alwaysSet:o in n.data});return n.common.async?Ai.mergeObjectAsync(i,a):Ai.mergeObjectSync(i,a)}get element(){return this._def.valueType}static create(e,i,n){return i instanceof ae?new t({keyType:e,valueType:i,typeName:E.ZodRecord,...ne(n)}):new t({keyType:vt.create(),valueType:e,typeName:E.ZodRecord,...ne(i)})}},lr=class extends ae{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:i,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.map)return _(n,{code:M.invalid_type,expected:z.map,received:n.parsedType}),K;let a=this._def.keyType,r=this._def.valueType,s=[...n.data.entries()].map(([o,l],u)=>({key:a._parse(new rn(n,o,n.path,[u,"key"])),value:r._parse(new rn(n,l,n.path,[u,"value"]))}));if(n.common.async){let o=new Map;return Promise.resolve().then(async()=>{for(let l of s){let u=await l.key,c=await l.value;if(u.status==="aborted"||c.status==="aborted")return K;(u.status==="dirty"||c.status==="dirty")&&i.dirty(),o.set(u.value,c.value)}return{status:i.value,value:o}})}else{let o=new Map;for(let l of s){let u=l.key,c=l.value;if(u.status==="aborted"||c.status==="aborted")return K;(u.status==="dirty"||c.status==="dirty")&&i.dirty(),o.set(u.value,c.value)}return{status:i.value,value:o}}}};lr.create=(t,e,i)=>new lr({valueType:e,keyType:t,typeName:E.ZodMap,...ne(i)});var ur=class t extends ae{_parse(e){let{status:i,ctx:n}=this._processInputParams(e);if(n.parsedType!==z.set)return _(n,{code:M.invalid_type,expected:z.set,received:n.parsedType}),K;let a=this._def;a.minSize!==null&&n.data.sizea.maxSize.value&&(_(n,{code:M.too_big,maximum:a.maxSize.value,type:"set",inclusive:!0,exact:!1,message:a.maxSize.message}),i.dirty());let r=this._def.valueType;function s(l){let u=new Set;for(let c of l){if(c.status==="aborted")return K;c.status==="dirty"&&i.dirty(),u.add(c.value)}return{status:i.value,value:u}}let o=[...n.data.values()].map((l,u)=>r._parse(new rn(n,l,n.path,u)));return n.common.async?Promise.all(o).then(l=>s(l)):s(o)}min(e,i){return new t({...this._def,minSize:{value:e,message:U.toString(i)}})}max(e,i){return new t({...this._def,maxSize:{value:e,message:U.toString(i)}})}size(e,i){return this.min(e,i).max(e,i)}nonempty(e){return this.min(1,e)}};ur.create=(t,e)=>new ur({valueType:t,minSize:null,maxSize:null,typeName:E.ZodSet,...ne(e)});var Ul=class t extends ae{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:i}=this._processInputParams(e);if(i.parsedType!==z.function)return _(i,{code:M.invalid_type,expected:z.function,received:i.parsedType}),K;function n(o,l){return vs({data:o,path:i.path,errorMaps:[i.common.contextualErrorMap,i.schemaErrorMap,tr(),Xn].filter(u=>!!u),issueData:{code:M.invalid_arguments,argumentsError:l}})}function a(o,l){return vs({data:o,path:i.path,errorMaps:[i.common.contextualErrorMap,i.schemaErrorMap,tr(),Xn].filter(u=>!!u),issueData:{code:M.invalid_return_type,returnTypeError:l}})}let r={errorMap:i.common.contextualErrorMap},s=i.data;if(this._def.returns instanceof At){let o=this;return Ti(async function(...l){let u=new Di([]),c=await o._def.args.parseAsync(l,r).catch(h=>{throw u.addIssue(n(l,h)),u}),p=await Reflect.apply(s,this,c);return await o._def.returns._def.type.parseAsync(p,r).catch(h=>{throw u.addIssue(a(p,h)),u})})}else{let o=this;return Ti(function(...l){let u=o._def.args.safeParse(l,r);if(!u.success)throw new Di([n(l,u.error)]);let c=Reflect.apply(s,this,u.data),p=o._def.returns.safeParse(c,r);if(!p.success)throw new Di([a(c,p.error)]);return p.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:_n.create(e).rest(it.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,i,n){return new t({args:e||_n.create([]).rest(it.create()),returns:i||it.create(),typeName:E.ZodFunction,...ne(n)})}},la=class extends ae{get schema(){return this._def.getter()}_parse(e){let{ctx:i}=this._processInputParams(e);return this._def.getter()._parse({data:i.data,path:i.path,parent:i})}};la.create=(t,e)=>new la({getter:t,typeName:E.ZodLazy,...ne(e)});var ua=class extends ae{_parse(e){if(e.data!==this._def.value){let i=this._getOrReturnCtx(e);return _(i,{received:i.data,code:M.invalid_literal,expected:this._def.value}),K}return{status:"valid",value:e.data}}get value(){return this._def.value}};ua.create=(t,e)=>new ua({value:t,typeName:E.ZodLiteral,...ne(e)});function Oy(t,e){return new ca({values:t,typeName:E.ZodEnum,...ne(e)})}var ca=class t extends ae{_parse(e){if(typeof e.data!="string"){let i=this._getOrReturnCtx(e),n=this._def.values;return _(i,{expected:ce.joinValues(n),received:i.parsedType,code:M.invalid_type}),K}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let i=this._getOrReturnCtx(e),n=this._def.values;return _(i,{received:i.data,code:M.invalid_enum_value,options:n}),K}return Ti(e.data)}get options(){return this._def.values}get enum(){let e={};for(let i of this._def.values)e[i]=i;return e}get Values(){let e={};for(let i of this._def.values)e[i]=i;return e}get Enum(){let e={};for(let i of this._def.values)e[i]=i;return e}extract(e,i=this._def){return t.create(e,{...this._def,...i})}exclude(e,i=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...i})}};ca.create=Oy;var pa=class extends ae{_parse(e){let i=ce.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==z.string&&n.parsedType!==z.number){let a=ce.objectValues(i);return _(n,{expected:ce.joinValues(a),received:n.parsedType,code:M.invalid_type}),K}if(this._cache||(this._cache=new Set(ce.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let a=ce.objectValues(i);return _(n,{received:n.data,code:M.invalid_enum_value,options:a}),K}return Ti(e.data)}get enum(){return this._def.values}};pa.create=(t,e)=>new pa({values:t,typeName:E.ZodNativeEnum,...ne(e)});var At=class extends ae{unwrap(){return this._def.type}_parse(e){let{ctx:i}=this._processInputParams(e);if(i.parsedType!==z.promise&&i.common.async===!1)return _(i,{code:M.invalid_type,expected:z.promise,received:i.parsedType}),K;let n=i.parsedType===z.promise?i.data:Promise.resolve(i.data);return Ti(n.then(a=>this._def.type.parseAsync(a,{path:i.path,errorMap:i.common.contextualErrorMap})))}};At.create=(t,e)=>new At({type:t,typeName:E.ZodPromise,...ne(e)});var sn=class extends ae{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===E.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:i,ctx:n}=this._processInputParams(e),a=this._def.effect||null,r={addIssue:s=>{_(n,s),s.fatal?i.abort():i.dirty()},get path(){return n.path}};if(r.addIssue=r.addIssue.bind(r),a.type==="preprocess"){let s=a.transform(n.data,r);if(n.common.async)return Promise.resolve(s).then(async o=>{if(i.value==="aborted")return K;let l=await this._def.schema._parseAsync({data:o,path:n.path,parent:n});return l.status==="aborted"?K:l.status==="dirty"?Xt(l.value):i.value==="dirty"?Xt(l.value):l});{if(i.value==="aborted")return K;let o=this._def.schema._parseSync({data:s,path:n.path,parent:n});return o.status==="aborted"?K:o.status==="dirty"?Xt(o.value):i.value==="dirty"?Xt(o.value):o}}if(a.type==="refinement"){let s=o=>{let l=a.refinement(o,r);if(n.common.async)return Promise.resolve(l);if(l instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return o};if(n.common.async===!1){let o=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return o.status==="aborted"?K:(o.status==="dirty"&&i.dirty(),s(o.value),{status:i.value,value:o.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(o=>o.status==="aborted"?K:(o.status==="dirty"&&i.dirty(),s(o.value).then(()=>({status:i.value,value:o.value}))))}if(a.type==="transform")if(n.common.async===!1){let s=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!wt(s))return K;let o=a.transform(s.value,r);if(o instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:i.value,value:o}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(s=>wt(s)?Promise.resolve(a.transform(s.value,r)).then(o=>({status:i.value,value:o})):K);ce.assertNever(a)}};sn.create=(t,e,i)=>new sn({schema:t,typeName:E.ZodEffects,effect:e,...ne(i)});sn.createWithPreprocess=(t,e,i)=>new sn({schema:e,effect:{type:"preprocess",transform:t},typeName:E.ZodEffects,...ne(i)});var an=class extends ae{_parse(e){return this._getType(e)===z.undefined?Ti(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};an.create=(t,e)=>new an({innerType:t,typeName:E.ZodOptional,...ne(e)});var Hn=class extends ae{_parse(e){return this._getType(e)===z.null?Ti(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Hn.create=(t,e)=>new Hn({innerType:t,typeName:E.ZodNullable,...ne(e)});var da=class extends ae{_parse(e){let{ctx:i}=this._processInputParams(e),n=i.data;return i.parsedType===z.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:i.path,parent:i})}removeDefault(){return this._def.innerType}};da.create=(t,e)=>new da({innerType:t,typeName:E.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...ne(e)});var ha=class extends ae{_parse(e){let{ctx:i}=this._processInputParams(e),n={...i,common:{...i.common,issues:[]}},a=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return ar(a)?a.then(r=>({status:"valid",value:r.status==="valid"?r.value:this._def.catchValue({get error(){return new Di(n.common.issues)},input:n.data})})):{status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new Di(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};ha.create=(t,e)=>new ha({innerType:t,typeName:E.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...ne(e)});var cr=class extends ae{_parse(e){if(this._getType(e)!==z.nan){let n=this._getOrReturnCtx(e);return _(n,{code:M.invalid_type,expected:z.nan,received:n.parsedType}),K}return{status:"valid",value:e.data}}};cr.create=t=>new cr({typeName:E.ZodNaN,...ne(t)});var fz=Symbol("zod_brand"),Cs=class extends ae{_parse(e){let{ctx:i}=this._processInputParams(e),n=i.data;return this._def.type._parse({data:n,path:i.path,parent:i})}unwrap(){return this._def.type}},As=class t extends ae{_parse(e){let{status:i,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let r=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return r.status==="aborted"?K:r.status==="dirty"?(i.dirty(),Xt(r.value)):this._def.out._parseAsync({data:r.value,path:n.path,parent:n})})();{let a=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?K:a.status==="dirty"?(i.dirty(),{status:"dirty",value:a.value}):this._def.out._parseSync({data:a.value,path:n.path,parent:n})}}static create(e,i){return new t({in:e,out:i,typeName:E.ZodPipeline})}},ga=class extends ae{_parse(e){let i=this._def.innerType._parse(e),n=a=>(wt(a)&&(a.value=Object.freeze(a.value)),a);return ar(i)?i.then(a=>n(a)):n(i)}unwrap(){return this._def.innerType}};ga.create=(t,e)=>new ga({innerType:t,typeName:E.ZodReadonly,...ne(e)});function yy(t,e){let i=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof i=="string"?{message:i}:i}function xy(t,e={},i){return t?Ct.create().superRefine((n,a)=>{let r=t(n);if(r instanceof Promise)return r.then(s=>{if(!s){let o=yy(e,n),l=o.fatal??i??!0;a.addIssue({code:"custom",...o,fatal:l})}});if(!r){let s=yy(e,n),o=s.fatal??i??!0;a.addIssue({code:"custom",...s,fatal:o})}}):Ct.create()}var wz={object:Gi.lazycreate},E;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(E||(E={}));var vz=(t,e={message:`Input not instance of ${t.name}`})=>xy(i=>i instanceof t,e),Ty=vt.create,My=ea.create,Cz=cr.create,Az=ia.create,Ey=na.create,bz=ta.create,yz=sr.create,Pz=aa.create,jz=ra.create,Sz=Ct.create,Oz=it.create,xz=Cn.create,Tz=or.create,Mz=nt.create,Sd=Gi.create,Ez=Gi.strictCreate,kz=sa.create,qz=$l.create,_z=oa.create,Hz=_n.create,Iz=Nl.create,Rz=lr.create,zz=ur.create,Dz=Ul.create,Gz=la.create,$z=ua.create,Nz=ca.create,Uz=pa.create,Lz=At.create,Wz=sn.create,Bz=an.create,Fz=Hn.create,Vz=sn.createWithPreprocess,Jz=As.create,Zz=()=>Ty().optional(),Kz=()=>My().optional(),Qz=()=>Ey().optional(),Yz={string:(t=>vt.create({...t,coerce:!0})),number:(t=>ea.create({...t,coerce:!0})),boolean:(t=>na.create({...t,coerce:!0})),bigint:(t=>ia.create({...t,coerce:!0})),date:(t=>ta.create({...t,coerce:!0}))};var Xz=K;var ky;function j(t,e,i){function n(o,l){if(o._zod||Object.defineProperty(o,"_zod",{value:{def:l,constr:s,traits:new Set},enumerable:!1}),o._zod.traits.has(t))return;o._zod.traits.add(t),e(o,l);let u=s.prototype,c=Object.keys(u);for(let p=0;pi?.Parent&&o instanceof i.Parent?!0:o?._zod?.traits?.has(t)}),Object.defineProperty(s,"name",{value:t}),s}var vee=Symbol("zod_brand"),In=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},pr=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name="ZodEncodeError"}};(ky=globalThis).__zod_globalConfig??(ky.__zod_globalConfig={});var dr=globalThis.__zod_globalConfig;function Yi(t){return t&&Object.assign(dr,t),dr}var he={};bd(he,{BIGINT_FORMAT_RANGES:()=>Hy,Class:()=>xd,NUMBER_FORMAT_RANGES:()=>Hd,aborted:()=>Pt,allowsEval:()=>Ed,assert:()=>rD,assertEqual:()=>iD,assertIs:()=>tD,assertNever:()=>aD,assertNotEqual:()=>nD,assignProp:()=>bt,base64ToUint8Array:()=>Uy,base64urlToUint8Array:()=>fD,cached:()=>gr,captureStackTrace:()=>Bl,cleanEnum:()=>mD,cleanRegex:()=>js,clone:()=>Xi,cloneDef:()=>oD,createTransparentProxy:()=>hD,defineLazy:()=>Oe,esc:()=>Wl,escapeRegex:()=>at,explicitlyAborted:()=>Id,extend:()=>zy,finalizeIssue:()=>on,floatSafeRemainder:()=>Td,getElementAtPath:()=>lD,getEnumValues:()=>ys,getLengthableOrigin:()=>Ss,getParsedType:()=>dD,getSizableOrigin:()=>Ny,hexToUint8Array:()=>vD,isObject:()=>ma,isPlainObject:()=>yt,issue:()=>mr,joinValues:()=>Ll,jsonStringifyReplacer:()=>hr,merge:()=>gD,mergeDefs:()=>tt,normalizeParams:()=>J,nullish:()=>Ps,numKeys:()=>pD,objectClone:()=>sD,omit:()=>Ry,optionalKeys:()=>_d,parsedType:()=>Rd,partial:()=>Gy,pick:()=>Iy,prefixIssues:()=>rt,primitiveTypes:()=>_y,promiseAllObject:()=>uD,propertyKeyTypes:()=>qd,randomString:()=>cD,required:()=>$y,safeExtend:()=>Dy,shallowClone:()=>kd,slugify:()=>Md,stringifyPrimitive:()=>Fl,uint8ArrayToBase64:()=>Ly,uint8ArrayToBase64url:()=>wD,uint8ArrayToHex:()=>CD,unwrapMessage:()=>bs});function iD(t){return t}function nD(t){return t}function tD(t){}function aD(t){throw new Error("Unexpected value in exhaustive check")}function rD(t){}function ys(t){let e=Object.values(t).filter(n=>typeof n=="number");return Object.entries(t).filter(([n,a])=>e.indexOf(+n)===-1).map(([n,a])=>a)}function Ll(t,e="|"){return t.map(i=>Fl(i)).join(e)}function hr(t,e){return typeof e=="bigint"?e.toString():e}function gr(t){return{get value(){{let i=t();return Object.defineProperty(this,"value",{value:i}),i}throw new Error("cached value already set")}}}function Ps(t){return t==null}function js(t){let e=t.startsWith("^")?1:0,i=t.endsWith("$")?t.length-1:t.length;return t.slice(e,i)}function Td(t,e){let i=t/e,n=Math.round(i),a=Number.EPSILON*Math.max(Math.abs(i),1);return Math.abs(i-n)i?.[n],t):t}function uD(t){let e=Object.keys(t),i=e.map(n=>t[n]);return Promise.all(i).then(n=>{let a={};for(let r=0;r{};function ma(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var Ed=gr(()=>{if(dr.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function yt(t){if(ma(t)===!1)return!1;let e=t.constructor;if(e===void 0||typeof e!="function")return!0;let i=e.prototype;return!(ma(i)===!1||Object.prototype.hasOwnProperty.call(i,"isPrototypeOf")===!1)}function kd(t){return yt(t)?{...t}:Array.isArray(t)?[...t]:t instanceof Map?new Map(t):t instanceof Set?new Set(t):t}function pD(t){let e=0;for(let i in t)Object.prototype.hasOwnProperty.call(t,i)&&e++;return e}var dD=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},qd=new Set(["string","number","symbol"]),_y=new Set(["string","number","bigint","boolean","symbol","undefined"]);function at(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Xi(t,e,i){let n=new t._zod.constr(e??t._zod.def);return(!e||i?.parent)&&(n._zod.parent=t),n}function J(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function hD(t){let e;return new Proxy({},{get(i,n,a){return e??(e=t()),Reflect.get(e,n,a)},set(i,n,a,r){return e??(e=t()),Reflect.set(e,n,a,r)},has(i,n){return e??(e=t()),Reflect.has(e,n)},deleteProperty(i,n){return e??(e=t()),Reflect.deleteProperty(e,n)},ownKeys(i){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(i,n){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,n)},defineProperty(i,n,a){return e??(e=t()),Reflect.defineProperty(e,n,a)}})}function Fl(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function _d(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var Hd={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},Hy={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function Iy(t,e){let i=t._zod.def,n=i.checks;if(n&&n.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let r=tt(t._zod.def,{get shape(){let s={};for(let o in e){if(!(o in i.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&(s[o]=i.shape[o])}return bt(this,"shape",s),s},checks:[]});return Xi(t,r)}function Ry(t,e){let i=t._zod.def,n=i.checks;if(n&&n.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let r=tt(t._zod.def,{get shape(){let s={...t._zod.def.shape};for(let o in e){if(!(o in i.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&delete s[o]}return bt(this,"shape",s),s},checks:[]});return Xi(t,r)}function zy(t,e){if(!yt(e))throw new Error("Invalid input to extend: expected a plain object");let i=t._zod.def.checks;if(i&&i.length>0){let r=t._zod.def.shape;for(let s in e)if(Object.getOwnPropertyDescriptor(r,s)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let a=tt(t._zod.def,{get shape(){let r={...t._zod.def.shape,...e};return bt(this,"shape",r),r}});return Xi(t,a)}function Dy(t,e){if(!yt(e))throw new Error("Invalid input to safeExtend: expected a plain object");let i=tt(t._zod.def,{get shape(){let n={...t._zod.def.shape,...e};return bt(this,"shape",n),n}});return Xi(t,i)}function gD(t,e){if(t._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let i=tt(t._zod.def,{get shape(){let n={...t._zod.def.shape,...e._zod.def.shape};return bt(this,"shape",n),n},get catchall(){return e._zod.def.catchall},checks:e._zod.def.checks??[]});return Xi(t,i)}function Gy(t,e,i){let a=e._zod.def.checks;if(a&&a.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let s=tt(e._zod.def,{get shape(){let o=e._zod.def.shape,l={...o};if(i)for(let u in i){if(!(u in o))throw new Error(`Unrecognized key: "${u}"`);i[u]&&(l[u]=t?new t({type:"optional",innerType:o[u]}):o[u])}else for(let u in o)l[u]=t?new t({type:"optional",innerType:o[u]}):o[u];return bt(this,"shape",l),l},checks:[]});return Xi(e,s)}function $y(t,e,i){let n=tt(e._zod.def,{get shape(){let a=e._zod.def.shape,r={...a};if(i)for(let s in i){if(!(s in r))throw new Error(`Unrecognized key: "${s}"`);i[s]&&(r[s]=new t({type:"nonoptional",innerType:a[s]}))}else for(let s in a)r[s]=new t({type:"nonoptional",innerType:a[s]});return bt(this,"shape",r),r}});return Xi(e,n)}function Pt(t,e=0){if(t.aborted===!0)return!0;for(let i=e;i{var n;return(n=i).path??(n.path=[]),i.path.unshift(t),i})}function bs(t){return typeof t=="string"?t:t?.message}function on(t,e,i){let n=t.message?t.message:bs(t.inst?._zod.def?.error?.(t))??bs(e?.error?.(t))??bs(i.customError?.(t))??bs(i.localeError?.(t))??"Invalid input",{inst:a,continue:r,input:s,...o}=t;return o.path??(o.path=[]),o.message=n,e?.reportInput&&(o.input=s),o}function Ny(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function Ss(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Rd(t){let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"nan":"number";case"object":{if(t===null)return"null";if(Array.isArray(t))return"array";let i=t;if(i&&Object.getPrototypeOf(i)!==Object.prototype&&"constructor"in i&&i.constructor)return i.constructor.name}}return e}function mr(...t){let[e,i,n]=t;return typeof e=="string"?{message:e,code:"custom",input:i,inst:n}:{...e}}function mD(t){return Object.entries(t).filter(([e,i])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}function Uy(t){let e=atob(t),i=new Uint8Array(e.length);for(let n=0;ne.toString(16).padStart(2,"0")).join("")}var xd=class{constructor(...e){}};var Wy=(t,e)=>{t.name="$ZodError",Object.defineProperty(t,"_zod",{value:t._zod,enumerable:!1}),Object.defineProperty(t,"issues",{value:e,enumerable:!1}),t.message=JSON.stringify(e,hr,2),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},Vl=j("$ZodError",Wy),Os=j("$ZodError",Wy,{Parent:Error});function By(t,e=i=>i.message){let i={},n=[];for(let a of t.issues)a.path.length>0?(i[a.path[0]]=i[a.path[0]]||[],i[a.path[0]].push(e(a))):n.push(e(a));return{formErrors:n,fieldErrors:i}}function Fy(t,e=i=>i.message){let i={_errors:[]},n=(a,r=[])=>{for(let s of a.issues)if(s.code==="invalid_union"&&s.errors.length)s.errors.map(o=>n({issues:o},[...r,...s.path]));else if(s.code==="invalid_key")n({issues:s.issues},[...r,...s.path]);else if(s.code==="invalid_element")n({issues:s.issues},[...r,...s.path]);else{let o=[...r,...s.path];if(o.length===0)i._errors.push(e(s));else{let l=i,u=0;for(;u(e,i,n,a)=>{let r=n?{...n,async:!1}:{async:!1},s=e._zod.run({value:i,issues:[]},r);if(s instanceof Promise)throw new In;if(s.issues.length){let o=new(a?.Err??t)(s.issues.map(l=>on(l,r,Yi())));throw Bl(o,a?.callee),o}return s.value},Jl=xs(Os),Ts=t=>async(e,i,n,a)=>{let r=n?{...n,async:!0}:{async:!0},s=e._zod.run({value:i,issues:[]},r);if(s instanceof Promise&&(s=await s),s.issues.length){let o=new(a?.Err??t)(s.issues.map(l=>on(l,r,Yi())));throw Bl(o,a?.callee),o}return s.value},Zl=Ts(Os),Ms=t=>(e,i,n)=>{let a=n?{...n,async:!1}:{async:!1},r=e._zod.run({value:i,issues:[]},a);if(r instanceof Promise)throw new In;return r.issues.length?{success:!1,error:new(t??Vl)(r.issues.map(s=>on(s,a,Yi())))}:{success:!0,data:r.value}},fa=Ms(Os),Es=t=>async(e,i,n)=>{let a=n?{...n,async:!0}:{async:!0},r=e._zod.run({value:i,issues:[]},a);return r instanceof Promise&&(r=await r),r.issues.length?{success:!1,error:new t(r.issues.map(s=>on(s,a,Yi())))}:{success:!0,data:r.value}},wa=Es(Os),Vy=t=>(e,i,n)=>{let a=n?{...n,direction:"backward"}:{direction:"backward"};return xs(t)(e,i,a)};var Jy=t=>(e,i,n)=>xs(t)(e,i,n);var Zy=t=>async(e,i,n)=>{let a=n?{...n,direction:"backward"}:{direction:"backward"};return Ts(t)(e,i,a)};var Ky=t=>async(e,i,n)=>Ts(t)(e,i,n);var Qy=t=>(e,i,n)=>{let a=n?{...n,direction:"backward"}:{direction:"backward"};return Ms(t)(e,i,a)};var Yy=t=>(e,i,n)=>Ms(t)(e,i,n);var Xy=t=>async(e,i,n)=>{let a=n?{...n,direction:"backward"}:{direction:"backward"};return Es(t)(e,i,a)};var eP=t=>async(e,i,n)=>Es(t)(e,i,n);var iP=/^[cC][0-9a-z]{6,}$/,nP=/^[0-9a-z]+$/,tP=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,aP=/^[0-9a-vA-V]{20}$/,rP=/^[A-Za-z0-9]{27}$/,sP=/^[a-zA-Z0-9_-]{21}$/,oP=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var lP=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,zd=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/;var uP=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var bD="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function cP(){return new RegExp(bD,"u")}var pP=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,dP=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/;var hP=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,gP=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,mP=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Dd=/^[A-Za-z0-9_-]*$/;var fP=/^https?$/,wP=/^\+[1-9]\d{6,14}$/,vP="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",CP=new RegExp(`^${vP}$`);function AP(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function bP(t){return new RegExp(`^${AP(t)}$`)}function yP(t){let e=AP({precision:t.precision}),i=["Z"];t.local&&i.push(""),t.offset&&i.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let n=`${e}(?:${i.join("|")})`;return new RegExp(`^${vP}T(?:${n})$`)}var PP=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var jP=/^-?\d+$/,Gd=/^-?\d+(?:\.\d+)?$/,SP=/^(?:true|false)$/i,OP=/^null$/i;var xP=/^[^A-Z]*$/,TP=/^[^a-z]*$/;var hi=j("$ZodCheck",(t,e)=>{var i;t._zod??(t._zod={}),t._zod.def=e,(i=t._zod).onattach??(i.onattach=[])}),MP={number:"number",bigint:"bigint",object:"date"},$d=j("$ZodCheckLessThan",(t,e)=>{hi.init(t,e);let i=MP[typeof e.value];t._zod.onattach.push(n=>{let a=n._zod.bag,r=(e.inclusive?a.maximum:a.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value{(e.inclusive?n.value<=e.value:n.value{hi.init(t,e);let i=MP[typeof e.value];t._zod.onattach.push(n=>{let a=n._zod.bag,r=(e.inclusive?a.minimum:a.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>r&&(e.inclusive?a.minimum=e.value:a.exclusiveMinimum=e.value)}),t._zod.check=n=>{(e.inclusive?n.value>=e.value:n.value>e.value)||n.issues.push({origin:i,code:"too_small",minimum:typeof e.value=="object"?e.value.getTime():e.value,input:n.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),EP=j("$ZodCheckMultipleOf",(t,e)=>{hi.init(t,e),t._zod.onattach.push(i=>{var n;(n=i._zod.bag).multipleOf??(n.multipleOf=e.value)}),t._zod.check=i=>{if(typeof i.value!=typeof e.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof i.value=="bigint"?i.value%e.value===BigInt(0):Td(i.value,e.value)===0)||i.issues.push({origin:typeof i.value,code:"not_multiple_of",divisor:e.value,input:i.value,inst:t,continue:!e.abort})}}),kP=j("$ZodCheckNumberFormat",(t,e)=>{hi.init(t,e),e.format=e.format||"float64";let i=e.format?.includes("int"),n=i?"int":"number",[a,r]=Hd[e.format];t._zod.onattach.push(s=>{let o=s._zod.bag;o.format=e.format,o.minimum=a,o.maximum=r,i&&(o.pattern=jP)}),t._zod.check=s=>{let o=s.value;if(i){if(!Number.isInteger(o)){s.issues.push({expected:n,format:e.format,code:"invalid_type",continue:!1,input:o,inst:t});return}if(!Number.isSafeInteger(o)){o>0?s.issues.push({input:o,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,inclusive:!0,continue:!e.abort}):s.issues.push({input:o,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:n,inclusive:!0,continue:!e.abort});return}}or&&s.issues.push({origin:"number",input:o,code:"too_big",maximum:r,inclusive:!0,inst:t,continue:!e.abort})}});var qP=j("$ZodCheckMaxLength",(t,e)=>{var i;hi.init(t,e),(i=t._zod.def).when??(i.when=n=>{let a=n.value;return!Ps(a)&&a.length!==void 0}),t._zod.onattach.push(n=>{let a=n._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum{let a=n.value;if(a.length<=e.maximum)return;let s=Ss(a);n.issues.push({origin:s,code:"too_big",maximum:e.maximum,inclusive:!0,input:a,inst:t,continue:!e.abort})}}),_P=j("$ZodCheckMinLength",(t,e)=>{var i;hi.init(t,e),(i=t._zod.def).when??(i.when=n=>{let a=n.value;return!Ps(a)&&a.length!==void 0}),t._zod.onattach.push(n=>{let a=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>a&&(n._zod.bag.minimum=e.minimum)}),t._zod.check=n=>{let a=n.value;if(a.length>=e.minimum)return;let s=Ss(a);n.issues.push({origin:s,code:"too_small",minimum:e.minimum,inclusive:!0,input:a,inst:t,continue:!e.abort})}}),HP=j("$ZodCheckLengthEquals",(t,e)=>{var i;hi.init(t,e),(i=t._zod.def).when??(i.when=n=>{let a=n.value;return!Ps(a)&&a.length!==void 0}),t._zod.onattach.push(n=>{let a=n._zod.bag;a.minimum=e.length,a.maximum=e.length,a.length=e.length}),t._zod.check=n=>{let a=n.value,r=a.length;if(r===e.length)return;let s=Ss(a),o=r>e.length;n.issues.push({origin:s,...o?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:n.value,inst:t,continue:!e.abort})}}),qs=j("$ZodCheckStringFormat",(t,e)=>{var i,n;hi.init(t,e),t._zod.onattach.push(a=>{let r=a._zod.bag;r.format=e.format,e.pattern&&(r.patterns??(r.patterns=new Set),r.patterns.add(e.pattern))}),e.pattern?(i=t._zod).check??(i.check=a=>{e.pattern.lastIndex=0,!e.pattern.test(a.value)&&a.issues.push({origin:"string",code:"invalid_format",format:e.format,input:a.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(n=t._zod).check??(n.check=()=>{})}),IP=j("$ZodCheckRegex",(t,e)=>{qs.init(t,e),t._zod.check=i=>{e.pattern.lastIndex=0,!e.pattern.test(i.value)&&i.issues.push({origin:"string",code:"invalid_format",format:"regex",input:i.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),RP=j("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=xP),qs.init(t,e)}),zP=j("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=TP),qs.init(t,e)}),DP=j("$ZodCheckIncludes",(t,e)=>{hi.init(t,e);let i=at(e.includes),n=new RegExp(typeof e.position=="number"?`^.{${e.position}}${i}`:i);e.pattern=n,t._zod.onattach.push(a=>{let r=a._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(n)}),t._zod.check=a=>{a.value.includes(e.includes,e.position)||a.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:a.value,inst:t,continue:!e.abort})}}),GP=j("$ZodCheckStartsWith",(t,e)=>{hi.init(t,e);let i=new RegExp(`^${at(e.prefix)}.*`);e.pattern??(e.pattern=i),t._zod.onattach.push(n=>{let a=n._zod.bag;a.patterns??(a.patterns=new Set),a.patterns.add(i)}),t._zod.check=n=>{n.value.startsWith(e.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:n.value,inst:t,continue:!e.abort})}}),$P=j("$ZodCheckEndsWith",(t,e)=>{hi.init(t,e);let i=new RegExp(`.*${at(e.suffix)}$`);e.pattern??(e.pattern=i),t._zod.onattach.push(n=>{let a=n._zod.bag;a.patterns??(a.patterns=new Set),a.patterns.add(i)}),t._zod.check=n=>{n.value.endsWith(e.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:n.value,inst:t,continue:!e.abort})}});var NP=j("$ZodCheckOverwrite",(t,e)=>{hi.init(t,e),t._zod.check=i=>{i.value=e.tx(i.value)}});var Kl=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let n=e.split(` -`).filter(s=>s),a=Math.min(...n.map(s=>s.length-s.trimStart().length)),r=n.map(s=>s.slice(a)).map(s=>" ".repeat(this.indent*2)+s);for(let s of r)this.content.push(s)}compile(){let e=Function,i=this?.args,a=[...(this?.content??[""]).map(r=>` ${r}`)];return new e(...i,a.join(` -`))}};var LP={major:4,minor:4,patch:3};var ke=j("$ZodType",(t,e)=>{var i;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=LP;let n=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&n.unshift(t);for(let a of n)for(let r of a._zod.onattach)r(t);if(n.length===0)(i=t._zod).deferred??(i.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let a=(s,o,l)=>{let u=Pt(s),c;for(let p of o){if(p._zod.def.when){if(Id(s)||!p._zod.def.when(s))continue}else if(u)continue;let d=s.issues.length,h=p._zod.check(s);if(h instanceof Promise&&l?.async===!1)throw new In;if(c||h instanceof Promise)c=(c??Promise.resolve()).then(async()=>{await h,s.issues.length!==d&&(u||(u=Pt(s,d)))});else{if(s.issues.length===d)continue;u||(u=Pt(s,d))}}return c?c.then(()=>s):s},r=(s,o,l)=>{if(Pt(s))return s.aborted=!0,s;let u=a(o,n,l);if(u instanceof Promise){if(l.async===!1)throw new In;return u.then(c=>t._zod.parse(c,l))}return t._zod.parse(u,l)};t._zod.run=(s,o)=>{if(o.skipChecks)return t._zod.parse(s,o);if(o.direction==="backward"){let u=t._zod.parse({value:s.value,issues:[]},{...o,skipChecks:!0});return u instanceof Promise?u.then(c=>r(c,s,o)):r(u,s,o)}let l=t._zod.parse(s,o);if(l instanceof Promise){if(o.async===!1)throw new In;return l.then(u=>a(u,n,o))}return a(l,n,o)}}Oe(t,"~standard",()=>({validate:a=>{try{let r=fa(t,a);return r.success?{value:r.data}:{issues:r.error?.issues}}catch{return wa(t,a).then(s=>s.success?{value:s.data}:{issues:s.error?.issues})}},vendor:"zod",version:1}))}),_s=j("$ZodString",(t,e)=>{ke.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??PP(t._zod.bag),t._zod.parse=(i,n)=>{if(e.coerce)try{i.value=String(i.value)}catch{}return typeof i.value=="string"||i.issues.push({expected:"string",code:"invalid_type",input:i.value,inst:t}),i}}),Re=j("$ZodStringFormat",(t,e)=>{qs.init(t,e),_s.init(t,e)}),Ld=j("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=lP),Re.init(t,e)}),Wd=j("$ZodUUID",(t,e)=>{if(e.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(n===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=zd(n))}else e.pattern??(e.pattern=zd());Re.init(t,e)}),Bd=j("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=uP),Re.init(t,e)}),Fd=j("$ZodURL",(t,e)=>{Re.init(t,e),t._zod.check=i=>{try{let n=i.value.trim();if(!e.normalize&&e.protocol?.source===fP.source&&!/^https?:\/\//i.test(n)){i.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:i.value,inst:t,continue:!e.abort});return}let a=new URL(n);e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(a.hostname)||i.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:e.hostname.source,input:i.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(a.protocol.endsWith(":")?a.protocol.slice(0,-1):a.protocol)||i.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:i.value,inst:t,continue:!e.abort})),e.normalize?i.value=a.href:i.value=n;return}catch{i.issues.push({code:"invalid_format",format:"url",input:i.value,inst:t,continue:!e.abort})}}}),Vd=j("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=cP()),Re.init(t,e)}),Jd=j("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=sP),Re.init(t,e)}),Zd=j("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=iP),Re.init(t,e)}),Kd=j("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=nP),Re.init(t,e)}),Qd=j("$ZodULID",(t,e)=>{e.pattern??(e.pattern=tP),Re.init(t,e)}),Yd=j("$ZodXID",(t,e)=>{e.pattern??(e.pattern=aP),Re.init(t,e)}),Xd=j("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=rP),Re.init(t,e)}),YP=j("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=yP(e)),Re.init(t,e)}),XP=j("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=CP),Re.init(t,e)}),ej=j("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=bP(e)),Re.init(t,e)}),ij=j("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=oP),Re.init(t,e)}),eh=j("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=pP),Re.init(t,e),t._zod.bag.format="ipv4"}),ih=j("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=dP),Re.init(t,e),t._zod.bag.format="ipv6",t._zod.check=i=>{try{new URL(`http://[${i.value}]`)}catch{i.issues.push({code:"invalid_format",format:"ipv6",input:i.value,inst:t,continue:!e.abort})}}});var nh=j("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=hP),Re.init(t,e)}),th=j("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=gP),Re.init(t,e),t._zod.check=i=>{let n=i.value.split("/");try{if(n.length!==2)throw new Error;let[a,r]=n;if(!r)throw new Error;let s=Number(r);if(`${s}`!==r)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${a}]`)}catch{i.issues.push({code:"invalid_format",format:"cidrv6",input:i.value,inst:t,continue:!e.abort})}}});function nj(t){if(t==="")return!0;if(/\s/.test(t)||t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var ah=j("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=mP),Re.init(t,e),t._zod.bag.contentEncoding="base64",t._zod.check=i=>{nj(i.value)||i.issues.push({code:"invalid_format",format:"base64",input:i.value,inst:t,continue:!e.abort})}});function yD(t){if(!Dd.test(t))return!1;let e=t.replace(/[-_]/g,n=>n==="-"?"+":"/"),i=e.padEnd(Math.ceil(e.length/4)*4,"=");return nj(i)}var rh=j("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=Dd),Re.init(t,e),t._zod.bag.contentEncoding="base64url",t._zod.check=i=>{yD(i.value)||i.issues.push({code:"invalid_format",format:"base64url",input:i.value,inst:t,continue:!e.abort})}}),sh=j("$ZodE164",(t,e)=>{e.pattern??(e.pattern=wP),Re.init(t,e)});function PD(t,e=null){try{let i=t.split(".");if(i.length!==3)return!1;let[n]=i;if(!n)return!1;let a=JSON.parse(atob(n));return!("typ"in a&&a?.typ!=="JWT"||!a.alg||e&&(!("alg"in a)||a.alg!==e))}catch{return!1}}var oh=j("$ZodJWT",(t,e)=>{Re.init(t,e),t._zod.check=i=>{PD(i.value,e.alg)||i.issues.push({code:"invalid_format",format:"jwt",input:i.value,inst:t,continue:!e.abort})}});var Xl=j("$ZodNumber",(t,e)=>{ke.init(t,e),t._zod.pattern=t._zod.bag.pattern??Gd,t._zod.parse=(i,n)=>{if(e.coerce)try{i.value=Number(i.value)}catch{}let a=i.value;if(typeof a=="number"&&!Number.isNaN(a)&&Number.isFinite(a))return i;let r=typeof a=="number"?Number.isNaN(a)?"NaN":Number.isFinite(a)?void 0:"Infinity":void 0;return i.issues.push({expected:"number",code:"invalid_type",input:a,inst:t,...r?{received:r}:{}}),i}}),lh=j("$ZodNumberFormat",(t,e)=>{kP.init(t,e),Xl.init(t,e)}),uh=j("$ZodBoolean",(t,e)=>{ke.init(t,e),t._zod.pattern=SP,t._zod.parse=(i,n)=>{if(e.coerce)try{i.value=!!i.value}catch{}let a=i.value;return typeof a=="boolean"||i.issues.push({expected:"boolean",code:"invalid_type",input:a,inst:t}),i}});var ch=j("$ZodNull",(t,e)=>{ke.init(t,e),t._zod.pattern=OP,t._zod.values=new Set([null]),t._zod.parse=(i,n)=>{let a=i.value;return a===null||i.issues.push({expected:"null",code:"invalid_type",input:a,inst:t}),i}});var ph=j("$ZodUnknown",(t,e)=>{ke.init(t,e),t._zod.parse=i=>i}),dh=j("$ZodNever",(t,e)=>{ke.init(t,e),t._zod.parse=(i,n)=>(i.issues.push({expected:"never",code:"invalid_type",input:i.value,inst:t}),i)});function WP(t,e,i){t.issues.length&&e.issues.push(...rt(i,t.issues)),e.value[i]=t.value}var hh=j("$ZodArray",(t,e)=>{ke.init(t,e),t._zod.parse=(i,n)=>{let a=i.value;if(!Array.isArray(a))return i.issues.push({expected:"array",code:"invalid_type",input:a,inst:t}),i;i.value=Array(a.length);let r=[];for(let s=0;sWP(u,i,s))):WP(l,i,s)}return r.length?Promise.all(r).then(()=>i):i}});function Yl(t,e,i,n,a,r){let s=i in n;if(t.issues.length){if(a&&r&&!s)return;e.issues.push(...rt(i,t.issues))}if(!s&&!a){t.issues.length||e.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[i]});return}t.value===void 0?s&&(e.value[i]=void 0):e.value[i]=t.value}function tj(t){let e=Object.keys(t.shape);for(let n of e)if(!t.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let i=_d(t.shape);return{...t,keys:e,keySet:new Set(e),numKeys:e.length,optionalKeys:new Set(i)}}function aj(t,e,i,n,a,r){let s=[],o=a.keySet,l=a.catchall._zod,u=l.def.type,c=l.optin==="optional",p=l.optout==="optional";for(let d in e){if(d==="__proto__"||o.has(d))continue;if(u==="never"){s.push(d);continue}let h=l.run({value:e[d],issues:[]},n);h instanceof Promise?t.push(h.then(g=>Yl(g,i,d,e,c,p))):Yl(h,i,d,e,c,p)}return s.length&&i.issues.push({code:"unrecognized_keys",keys:s,input:e,inst:r}),t.length?Promise.all(t).then(()=>i):i}var gh=j("$ZodObject",(t,e)=>{if(ke.init(t,e),!Object.getOwnPropertyDescriptor(e,"shape")?.get){let o=e.shape;Object.defineProperty(e,"shape",{get:()=>{let l={...o};return Object.defineProperty(e,"shape",{value:l}),l}})}let n=gr(()=>tj(e));Oe(t._zod,"propValues",()=>{let o=e.shape,l={};for(let u in o){let c=o[u]._zod;if(c.values){l[u]??(l[u]=new Set);for(let p of c.values)l[u].add(p)}}return l});let a=ma,r=e.catchall,s;t._zod.parse=(o,l)=>{s??(s=n.value);let u=o.value;if(!a(u))return o.issues.push({expected:"object",code:"invalid_type",input:u,inst:t}),o;o.value={};let c=[],p=s.shape;for(let d of s.keys){let h=p[d],g=h._zod.optin==="optional",m=h._zod.optout==="optional",f=h._zod.run({value:u[d],issues:[]},l);f instanceof Promise?c.push(f.then(v=>Yl(v,o,d,u,g,m))):Yl(f,o,d,u,g,m)}return r?aj(c,u,o,l,n.value,t):c.length?Promise.all(c).then(()=>o):o}}),rj=j("$ZodObjectJIT",(t,e)=>{gh.init(t,e);let i=t._zod.parse,n=gr(()=>tj(e)),a=d=>{let h=new Kl(["shape","payload","ctx"]),g=n.value,m=A=>{let b=Wl(A);return`shape[${b}]._zod.run({ value: input[${b}], issues: [] }, ctx)`};h.write("const input = payload.value;");let f=Object.create(null),v=0;for(let A of g.keys)f[A]=`key_${v++}`;h.write("const newResult = {};");for(let A of g.keys){let b=f[A],O=Wl(A),$=d[A],N=$?._zod?.optin==="optional",X=$?._zod?.optout==="optional";h.write(`const ${b} = ${m(A)};`),N&&X?h.write(` - if (${b}.issues.length) { - if (${O} in input) { - payload.issues = payload.issues.concat(${b}.issues.map(iss => ({ +${this.formatValue("Status",n)}${this.formatValue("Headers",this.formatHeaderString(p))}${this.formatValue("CorrelationId",p&&p["inin-correlation-id"]?p["inin-correlation-id"]:"")}${this.formatValue("Body",d?JSON.stringify(d,null,2):"")}`,u}formatHeaderString(e){var n="";if(!e)return n;for(let[i,a]of Object.entries(e))n+=` + ${i}: ${a}`;return n}formatValue(e,n){return!n||n===""||n==="{}"?"":`${e}: ${n} +`}getLogLevel(e){switch(e){case"error":return Ms.level.LError;case"debug":return Ms.level.LDebug;case"trace":return Ms.level.LTrace;default:return Ms.level.LNone}}getLogFormat(e){switch(e){case"json":return dr.formats.JSON;default:return dr.formats.TEXT}}},XA=class t{get instance(){return t.instance}set instance(e){t.instance=e}constructor(){if(t.instance||(t.instance=this),typeof window<"u")this.configPath="";else{let e=require("os"),n=require("path");this.configPath=n.join(e.homedir(),".genesyscloudjavascript","config")}this.watchedConfigPath,this.refresh_access_token=!0,this.refresh_token_wait_max=10,this._live_reload_config=!0,this.host,this.environment,this.basePath,this.authUrl,this.config,this.gateway=void 0,this.logger=new YA,this.setEnvironment(),this.liveLoadConfig()}get live_reload_config(){return this._live_reload_config}set live_reload_config(e){if(typeof window>"u"){let n=require("fs");e!=null&&this.live_reload_config!==e&&(this._live_reload_config=e,this.watchedConfigPath&&(n.unwatchFile(this.watchedConfigPath),this.watchedConfigPath=null),e===!0&&this.liveLoadConfig());return}this._live_reload_config=!1}liveLoadConfig(){if(typeof window>"u"){if(this.updateConfigFromFile(),this.live_reload_config&&this.live_reload_config===!0&&this.configPath)try{let e=require("fs");this.watchedConfigPath=this.configPath,e.watchFile(this.watchedConfigPath,{persistent:!1},(n,i)=>{this.updateConfigFromFile(),this.live_reload_config||this.watchedConfigPath&&(e.unwatchFile(this.watchedConfigPath),this.watchedConfigPath=null)})}catch{this.watchedConfigPath=null}return}this.configPath=""}setConfigPath(e){if(typeof window>"u"){let n=require("fs");e&&e!==this.configPath?(this.configPath=e,this.watchedConfigPath&&(n.unwatchFile(this.watchedConfigPath),this.watchedConfigPath=null),this.liveLoadConfig()):!e&&this.configPath&&(this.configPath="",this.watchedConfigPath&&(n.unwatchFile(this.watchedConfigPath),this.watchedConfigPath=null));return}this.configPath=""}updateConfigFromFile(){if(typeof window>"u"&&this.configPath){let i=YR();try{var e=new i;e.read(this.configPath),this.config=e}catch(a){if(a.name&&a.name==="MissingSectionHeaderError"){var n=require("fs").readFileSync(this.configPath,"utf8");this.config={_sections:JSON.parse(n)}}}this.config&&this.updateConfigValues()}}updateConfigValues(){if(this.logger.log_level=this.logger.getLogLevel(this.getConfigString("logging","log_level")),this.logger.log_format=this.logger.getLogFormat(this.getConfigString("logging","log_format")),this.logger.log_to_console=this.getConfigBoolean("logging","log_to_console")!==void 0?this.getConfigBoolean("logging","log_to_console"):this.logger.log_to_console,this.logger.log_file_path=this.getConfigString("logging","log_file_path")!==void 0?this.getConfigString("logging","log_file_path"):this.logger.log_file_path,this.logger.log_response_body=this.getConfigBoolean("logging","log_response_body")!==void 0?this.getConfigBoolean("logging","log_response_body"):this.logger.log_response_body,this.logger.log_request_body=this.getConfigBoolean("logging","log_request_body")!==void 0?this.getConfigBoolean("logging","log_request_body"):this.logger.log_request_body,this.refresh_access_token=this.getConfigBoolean("reauthentication","refresh_access_token")!==void 0?this.getConfigBoolean("reauthentication","refresh_access_token"):this.refresh_access_token,this.refresh_token_wait_max=this.getConfigInt("reauthentication","refresh_token_wait_max")!==void 0?this.getConfigInt("reauthentication","refresh_token_wait_max"):this.refresh_token_wait_max,this.live_reload_config=this.getConfigBoolean("general","live_reload_config")!==void 0?this.getConfigBoolean("general","live_reload_config"):this.live_reload_config,this.host=this.getConfigString("general","host")!==void 0?this.getConfigString("general","host"):this.host,this.getConfigString("gateway","host")!==void 0){let e={host:this.getConfigString("gateway","host")};this.getConfigString("gateway","protocol")!==void 0&&(e.protocol=this.getConfigString("gateway","protocol")),this.getConfigInt("gateway","port")!==void 0&&(e.port=this.getConfigInt("gateway","port")),this.getConfigString("gateway","path_params_login")!==void 0&&(e.path_params_login=this.getConfigString("gateway","path_params_login")),this.getConfigString("gateway","path_params_api")!==void 0&&(e.path_params_api=this.getConfigString("gateway","path_params_api")),this.getConfigString("gateway","username")!==void 0&&(e.username=this.getConfigString("gateway","username")),this.getConfigString("gateway","password")!==void 0&&(e.password=this.getConfigString("gateway","password")),this.setGateway(e)}else this.setGateway();this.setEnvironment(),this.logger.setLogger()}setGateway(e){e?(this.gateway={host:""},e.protocol?this.gateway.protocol=e.protocol:this.gateway.protocol="https",e.host?this.gateway.host=e.host:this.gateway.host="",e.port&&e.port>-1?this.gateway.port=e.port:this.gateway.port=-1,e.path_params_login?(this.gateway.path_params_login=e.path_params_login,this.gateway.path_params_login=this.gateway.path_params_login.replace(/\/+$/,"")):this.gateway.path_params_login="",e.path_params_api?(this.gateway.path_params_api=e.path_params_api,this.gateway.path_params_api=this.gateway.path_params_api.replace(/\/+$/,"")):this.gateway.path_params_api="",e.username&&(this.gateway.username=e.username),e.password&&(this.gateway.password=e.password)):this.gateway=void 0}setEnvironment(e){e?this.environment=e:this.environment=this.host?this.host:"mypurecloud.com",this.environment=this.environment.replace(/\/+$/,""),this.environment.startsWith("https://")&&(this.environment=this.environment.substring(8)),this.environment.startsWith("http://")&&(this.environment=this.environment.substring(7)),this.environment.startsWith("api.")&&(this.environment=this.environment.substring(4)),this.basePath=`https://api.${this.environment}`,this.authUrl=`https://login.${this.environment}`}getConfUrl(e,n){if(!this.gateway||!this.gateway.host)return n;var i=this.gateway.protocol+"://"+this.gateway.host;return this.gateway.port>-1&&(i=i+":"+this.gateway.port.toString()),e==="login"?this.gateway.path_params_login&&(this.gateway.path_params_login.startsWith("/")?i=i+this.gateway.path_params_login:i=i+"/"+this.gateway.path_params_login):this.gateway.path_params_api&&(this.gateway.path_params_api.startsWith("/")?i=i+this.gateway.path_params_api:i=i+"/"+this.gateway.path_params_api),i}getConfigString(e,n){if(this.config._sections[e])return this.config._sections[e][n]}getConfigBoolean(e,n){if(this.config._sections[e]&&this.config._sections[e][n]!==void 0)return typeof this.config._sections[e][n]=="string"?this.config._sections[e][n]==="true":this.config._sections[e][n]}getConfigInt(e,n){if(this.config._sections[e]&&this.config._sections[e][n])return typeof this.config._sections[e][n]=="string"?parseInt(this.config._sections[e][n]):this.config._sections[e][n]}},k=class t{get instance(){return t.instance}set instance(e){t.instance=e}constructor(){t.instance||(t.instance=this),this.CollectionFormatEnum={CSV:",",SSV:" ",TSV:" ",PIPES:"|",MULTI:"multi"},this.useLegacyParameterFilter=!1;try{localStorage.setItem("purecloud_local_storage_test","purecloud_local_storage_test"),localStorage.removeItem("purecloud_local_storage_test"),this.hasLocalStorage=!0}catch{this.hasLocalStorage=!1}this.authentications={"Guest Chat JWT":{type:"apiKey",in:"header",name:"Authorization"},"PureCloud OAuth":{type:"oauth2"}},this.defaultHeaders={},this.timeout=16e3,this.authData={},this.settingsPrefix="purecloud",this.refreshInProgress=!1,this.httpClient,this.proxyAgent,this.config=new XA,typeof window<"u"&&(window.ApiClient=this)}setReturnExtendedResponses(e){this.returnExtended=e}setPersistSettings(e,n){this.persistSettings=e,this.settingsPrefix=n?n.replace(/\W+/g,"_"):"purecloud"}_saveSettings(e){try{if(this.authData.accessToken=e.accessToken,this.authentications["PureCloud OAuth"].accessToken=e.accessToken,e.state&&(this.authData.state=e.state),this.authData.error=e.error,this.authData.error_description=e.error_description,e.tokenExpiryTime&&(this.authData.tokenExpiryTime=e.tokenExpiryTime,this.authData.tokenExpiryTimeString=e.tokenExpiryTimeString),this.persistSettings!==!0||!this.hasLocalStorage)return;let n=JSON.parse(JSON.stringify(this.authData));delete n.state,localStorage.setItem(`${this.settingsPrefix}_auth_data`,JSON.stringify(n))}catch(n){console.error(n)}}_loadSettings(){if(this.persistSettings!==!0||!this.hasLocalStorage)return;let e=this.authData.state;this.authData=localStorage.getItem(`${this.settingsPrefix}_auth_data`),this.authData?this.authData=JSON.parse(this.authData):this.authData={},this.authData.accessToken&&this.setAccessToken(this.authData.accessToken),this.authData.state=e}_clearSettings(){try{if(this.authData&&this.authData.accessToken&&(this.authData.accessToken=null),this.authentications["PureCloud OAuth"]&&this.authentications["PureCloud OAuth"].accessToken&&(this.authentications["PureCloud OAuth"].accessToken=null),this.authData&&this.authData.state&&(this.authData.state=null),this.authData&&this.authData.error&&(this.authData.error=null),this.authData&&this.authData.error_description&&(this.authData.error_description=null),this.authData&&this.authData.tokenExpiryTime&&(this.authData.tokenExpiryTime=0),this.authData&&this.authData.tokenExpiryTimeString&&(this.authData.tokenExpiryTimeString=null),this.persistSettings!==!0||!this.hasLocalStorage)return;let e=JSON.parse(JSON.stringify(this.authData));delete e.state,localStorage.setItem(`${this.settingsPrefix}_auth_data`,JSON.stringify(e))}catch(e){console.error(e)}}setEnvironment(e){this.config.setEnvironment(e)}setDefaultHeaders(e){if(!e||typeof e!="object")throw new Error("default headers must be a map");this.defaultHeaders=e}getDefaultHeaders(){return this.defaultHeaders}setGenesysAppHeader(e){if(!e||typeof e!="string")throw new Error("headerValue must be a non empty string");this.defaultHeaders?this.defaultHeaders["Genesys-App"]=e:this.defaultHeaders={"Genesys-App":e}}getGenesysAppHeader(){return this.defaultHeaders&&this.defaultHeaders["Genesys-App"]?this.defaultHeaders["Genesys-App"]:null}setHttpClient(e){if(!(e instanceof Vl))throw new Error("httpclient must be an instance of AbstractHttpClient. See DefaultltHttpClient for a prototype");this.httpClient=e}getHttpClient(){return this.httpClient?this.httpClient:(this.httpClient=new qd(this.timeout,this.proxyAgent),this.httpClient)}setMTLSCertificates(e,n,i){if(typeof window>"u"){let a={};e&&(a.cert=require("fs").readFileSync(e)),n&&(a.key=require("fs").readFileSync(n)),i&&(a.ca=require("fs").readFileSync(i)),a.rejectUnauthorized=!0,this.proxyAgent=new require("https").Agent(a),this.getHttpClient().setHttpsAgent(this.proxyAgent)}else throw new Error("MTLS authentication is managed by the Browser itself. MTLS certificates cannot be set via code on Browser.")}setPreHook(e){this.getHttpClient().setPreHook(e)}setPostHook(e){this.getHttpClient().setPostHook(e)}setMTLSContents(e,n,i){if(typeof window>"u"){let a={};e&&(a.cert=e),n&&(a.key=n),i&&(a.ca=i),a.rejectUnauthorized=!0,this.proxyAgent=new require("https").Agent(a),this.getHttpClient().setHttpsAgent(this.proxyAgent)}else throw new Error("MTLS authentication is managed by the Browser itself. MTLS certificates cannot be set via code on Browser.")}setGateway(e){this.config.setGateway(e)}loginImplicitGrant(e,n,i){let a=this._setValuesFromUrlHash();return this.clientId=e,this.redirectUri=n,i||(i={}),new Promise((r,s)=>{if(i.org&&!i.provider?s(new Error("opts.provider must be set if opts.org is set")):i.provider&&!i.org&&s(new Error("opts.org must be set if opts.provider is set")),a&&a.error)return a.accessToken=void 0,this._saveSettings(a),s(new Error(`[${a.error}] ${a.error_description}`));this._testTokenAccess().then(()=>{!this.authData.state&&i.state&&(this.authData.state=i.state),r(this.authData)}).catch(o=>{var l={client_id:encodeURIComponent(this.clientId),redirect_uri:encodeURIComponent(this.redirectUri),response_type:"token"};i.state&&(l.state=encodeURIComponent(i.state)),i.org&&(l.org=encodeURIComponent(i.org)),i.provider&&(l.provider=encodeURIComponent(i.provider)),i.prompt&&i.prompt=="login"&&(l.prompt=encodeURIComponent(i.prompt));var u=this._buildAuthUrl("oauth/authorize",l);window.location.replace(u)})})}loginClientCredentialsGrant(e,n){this.clientId=e;var i=Buffer.from(`${e}:${n}`).toString("base64"),a=this.config.getConfUrl("login",`https://login.${this.config.environment}`);return new Promise((r,s)=>{if(typeof window<"u"){s(new Error("The client credentials grant is not supported in a browser."));return}let o={Authorization:`Basic ${i}`};var l=new ra(`${a}/oauth/token`,"POST",o,null,"grant_type=client_credentials",this.timeout);this.getHttpClient().request(l).then(c=>{this.config.logger.log("trace",c.status,"POST",`${a}/oauth/token`,o,c.headers,{grant_type:"client_credentials"},void 0),this.config.logger.log("debug",c.status,"POST",`${a}/oauth/token`,o,void 0,{grant_type:"client_credentials"},void 0),this.setAccessToken(c.data.access_token),this.authData.tokenExpiryTime=new Date().getTime()+c.data.expires_in*1e3,this.authData.tokenExpiryTimeString=new Date(this.authData.tokenExpiryTime).toUTCString(),r(this.authData)}).catch(c=>{c.response&&this.config.logger.log("error",c.response.status,"POST",`${a}/oauth/token`,o,c.response.headers,{grant_type:"client_credentials"},c.response.data),s(c)})})}loginSaml2BearerGrant(e,n,i,a){this.clientId=e;var r=this.config.getConfUrl("login",`https://login.${this.config.environment}`);return new Promise((s,o)=>{if(typeof window<"u"){o(new Error("The saml2bearer grant is not supported in a browser."));return}var l=Buffer.from(e+":"+n).toString("base64"),u=this._formAuthRequest(l,{grant_type:"urn:ietf:params:oauth:grant-type:saml2-bearer",orgName:i,assertion:a});u.proxy=this.proxy;var c={grant_type:"urn:ietf:params:oauth:grant-type:saml2-bearer",orgName:i,assertion:a};u.then(p=>{this.config.logger.log("trace",p.status,"POST",`${r}/oauth/token`,u.headers,p.headers,c,void 0),this.config.logger.log("debug",p.status,"POST",`${r}/oauth/token`,u.headers,void 0,c,void 0);var h=p.data.access_token;this.setAccessToken(h),this.authData.tokenExpiryTime=new Date().getTime()+p.data.expires_in*1e3,this.authData.tokenExpiryTimeString=new Date(this.authData.tokenExpiryTime).toUTCString(),s(this.authData)}).catch(p=>{p.response&&this.config.logger.log("error",p.response.status,"POST",`${r}/oauth/token`,u.headers,p.response.headers,c,p.response.data),o(p)})})}authorizePKCEGrant(e,n,i,a){this.clientId=e;var r=this.config.getConfUrl("login",`https://login.${this.config.environment}`);return new Promise((s,o)=>{var l={"Content-Type":"application/x-www-form-urlencoded"},u=XR.default.stringify({grant_type:"authorization_code",code:i,code_verifier:n,client_id:e,redirect_uri:a}),c=new ra(`${r}/oauth/token`,"POST",l,null,u,this.timeout);let p=this.getHttpClient();var h={grant_type:"authorization_code",code:i,code_verifier:n,client_id:e,redirect_uri:a};p.request(c).then(d=>{this.config.logger.log("trace",d.status,"POST",`${r}/oauth/token`,c.headers,d.headers,h,void 0),this.config.logger.log("debug",d.status,"POST",`${r}/oauth/token`,c.headers,void 0,h,void 0);var g=d.data.access_token;let m={accessToken:g};d.data.expires_in!==null&&d.data.expires_in!==void 0&&(m.tokenExpiryTime=new Date().getTime()+d.data.expires_in*1e3,m.tokenExpiryTimeString=new Date(m.tokenExpiryTime).toUTCString()),this._saveSettings(m),s(this.authData)}).catch(d=>{d.response&&this.config.logger.log("error",d.response.status,"POST",`${r}/oauth/token`,c.headers,d.response.headers,h,d.response.data),o(d)})})}generatePKCECodeVerifier(e){if(e<43||e>128)throw new Error("PKCE Code Verifier (length) must be between 43 and 128 characters");if(typeof window>"u")try{let n=require("crypto").getRandomValues,i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~";return Array.from(n(new Uint32Array(e))).map(r=>i[r%i.length]).join("")}catch{throw new Error("Crypto module is missing/not supported.")}else{let n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~";return Array.from(crypto.getRandomValues(new Uint32Array(e))).map(a=>n[a%n.length]).join("")}}computePKCECodeChallenge(e){if(e.length<43||e.length>128)throw new Error("PKCE Code Verifier (length) must be between 43 and 128 characters");if(typeof window>"u")try{let n=require("crypto").createHash,i=new TextEncoder().encode(e);return new Promise((a,r)=>{let s=n("sha256").update(i).digest(),o=Buffer.from(s).toString("base64url");a(o)})}catch{throw new Error("Crypto module is missing/not supported.")}else{let n=new TextEncoder().encode(e);return new Promise((i,a)=>{window.crypto.subtle.digest("SHA-256",n).then(r=>{let o=btoa(String.fromCharCode(...new Uint8Array(r))).replaceAll("+","-").replaceAll("/","_");o=o.split("=")[0],i(o)}).catch(r=>a(new Error(`Code Challenge Error ${r}`)))})}}loginPKCEGrant(e,n,i,a){if(!this.hasLocalStorage&&!a)throw new Error("loginPKCEGrant requires Local Storage or codeVerifier as input parameter");let r=this._setValuesFromUrlQuery();return this.clientId=e,this.redirectUri=n,this.codeVerifier=a,i||(i={}),new Promise((s,o)=>{if(i.org&&!i.provider)return o(new Error("opts.provider must be set if opts.org is set"));if(i.provider&&!i.org)return o(new Error("opts.org must be set if opts.provider is set"));if(r&&r.error)return this.hasLocalStorage&&sessionStorage.removeItem("genesys_cloud_sdk_pkce_code_verifier"),this._saveSettings({accessToken:void 0}),o(new Error(`[${r.error}] ${r.error_description}`));r&&r.code?(this.codeVerifier||this.hasLocalStorage&&(this.codeVerifier=sessionStorage.getItem("genesys_cloud_sdk_pkce_code_verifier")),this.authorizePKCEGrant(this.clientId,this.codeVerifier,r.code,this.redirectUri).then(()=>{this._testTokenAccess().then(()=>{!this.authData.state&&r.state&&(this.authData.state=r.state),this.hasLocalStorage&&sessionStorage.removeItem("genesys_cloud_sdk_pkce_code_verifier"),s(this.authData)}).catch(l=>(this._saveSettings({accessToken:void 0}),this.hasLocalStorage&&sessionStorage.removeItem("genesys_cloud_sdk_pkce_code_verifier"),o(new Error(`[${l.name}] ${l.msg}`))))}).catch(l=>(this._saveSettings({accessToken:void 0}),this.hasLocalStorage&&sessionStorage.removeItem("genesys_cloud_sdk_pkce_code_verifier"),o(new Error(`[${l.name}] ${l.msg}`))))):this._testTokenAccess().then(()=>{!this.authData.state&&i.state&&(this.authData.state=i.state),s(this.authData)}).catch(l=>{this.codeVerifier||(this.codeVerifier=this.generatePKCECodeVerifier(128),this.hasLocalStorage&&sessionStorage.setItem("genesys_cloud_sdk_pkce_code_verifier",this.codeVerifier)),this.computePKCECodeChallenge(this.codeVerifier).then(u=>{var c={client_id:encodeURIComponent(this.clientId),redirect_uri:encodeURIComponent(this.redirectUri),code_challenge:encodeURIComponent(u),response_type:"code",code_challenge_method:"S256"};i.state&&(c.state=encodeURIComponent(i.state)),i.org&&(c.org=encodeURIComponent(i.org)),i.provider&&(c.provider=encodeURIComponent(i.provider)),i.prompt&&i.prompt=="login"&&(c.prompt=encodeURIComponent(i.prompt));var p=this._buildAuthUrl("oauth/authorize",c);window.location.replace(p)}).catch(u=>o(new Error(`[${u.name}]`)))})})}_setValuesFromUrlQuery(){if(!(typeof window<"u"&&window.location.search))return;let e={},n=new URLSearchParams(window.location.search),i=n.get("code"),a=n.get("error"),r=n.get("error_description"),s=n.get("state");if(a)return e.error=a,r&&(e.error_description=r),e;i&&(e.code=i,s&&(e.state=s));var o,l,u=window.location;return"replaceState"in history?history.replaceState("",document.title,u.pathname):(o=document.body.scrollTop,l=document.body.scrollLeft,history.pushState("",document.title,u.pathname),document.body.scrollTop=o,document.body.scrollLeft=l),e}loginCodeAuthorizationGrant(e,n,i,a){return this.clientId=e,this.clientSecret=n,new Promise((r,s)=>{if(typeof window<"u"){s(new Error("The Code Authorization grant is not supported in a browser."));return}var o=Buffer.from(e+":"+n).toString("base64"),l=this._formAuthRequest(o,{grant_type:"authorization_code",code:i,redirect_uri:a});l.proxy=this.proxy;var u={grant_type:"authorization_code",code:i,redirect_uri:a};this._handleCodeAuthorizationResponse(l,u,r,s)})}refreshCodeAuthorizationGrant(e,n,i){return new Promise((a,r)=>{if(typeof window<"u"){r(new Error("The Code Authorization grant is not supported in a browser."));return}var s=Buffer.from(e+":"+n).toString("base64"),o=this._formAuthRequest(s,{grant_type:"refresh_token",refresh_token:i});o.proxy=this.proxy;var l={grant_type:"refresh_token",refresh_token:i};this._handleCodeAuthorizationResponse(o,l,a,r)})}_handleCodeAuthorizationResponse(e,n,i,a){var r=this.config.getConfUrl("login",`https://login.${this.config.environment}`);e.then(s=>{this.config.logger.log("trace",s.status,"POST",`${r}/oauth/token`,e.headers,s.headers,n,void 0),this.config.logger.log("debug",s.status,"POST",`${r}/oauth/token`,e.headers,void 0,n,void 0);var o=s.data.access_token,l=s.data.refresh_token;this.setAccessToken(o),this.authData.refreshToken=l,this.authData.tokenExpiryTime=new Date().getTime()+s.data.expires_in*1e3,this.authData.tokenExpiryTimeString=new Date(this.authData.tokenExpiryTime).toUTCString(),i(this.authData)}).catch(s=>{s.response&&this.config.logger.log("error",s.response.status,"POST",`${r}/oauth/token`,e.headers,s.response.headers,n,s.response.data),a(s)})}_formAuthRequest(e,n){var i=this.config.getConfUrl("login",`https://login.${this.config.environment}`),a={Authorization:"Basic "+e,"Content-Type":"application/x-www-form-urlencoded"},r=new ra(`${i}/oauth/token`,"POST",a,null,XR.default.stringify(n),this.timeout);return this.getHttpClient().request(r)}_handleExpiredAccessToken(){return new Promise((e,n)=>{if(typeof window<"u"){n(new Error("This method is not supported in a browser."));return}this.refreshInProgress?this._sleep(this.config.refresh_token_wait_max).then(()=>{this.refreshInProgress?n(new Error(`Token refresh took longer than ${this.config.refresh_token_wait_max} seconds`)):e()}):(this.refreshInProgress=!0,this.refreshCodeAuthorizationGrant(this.clientId,this.clientSecret,this.authData.refreshToken).then(()=>{this.refreshInProgress=!1,e()}).catch(i=>{this.refreshInProgress=!1,n(i)}))})}_sleep(e){return new Promise(n=>setTimeout(n,e))}_testTokenAccess(){return new Promise((e,n)=>{if(this._loadSettings(),!this.authentications["PureCloud OAuth"].accessToken){n(new Error("Token is not set"));return}this.callApi("/api/v2/tokens/me","GET",null,null,null,null,null,["PureCloud OAuth"],["application/json"],["application/json"]).then(()=>{e()}).catch(i=>{this._saveSettings({accessToken:void 0}),n(i)})})}_setValuesFromUrlHash(){if(!(typeof window<"u"&&window.location.hash))return;let e=new RegExp("^#*(.+?)=(.+?)$","i"),n={};if(window.location.hash.split("&").forEach(s=>{let o=e.exec(s);o&&(n[o[1]]=decodeURIComponent(decodeURIComponent(o[2].replace(/\+/g,"%20"))))}),n.error)return n;if(n.access_token){let s={};n.state&&(s.state=n.state),n.expires_in&&(s.tokenExpiryTime=new Date().getTime()+parseInt(n.expires_in.replace(/\+/g,"%20"))*1e3,s.tokenExpiryTimeString=new Date(s.tokenExpiryTime).toUTCString()),s.accessToken=n.access_token.replace(/\+/g,"%20");var i,a,r=window.location;"replaceState"in history?history.replaceState("",document.title,r.pathname+r.search):(i=document.body.scrollTop,a=document.body.scrollLeft,r.hash="",document.body.scrollTop=i,document.body.scrollLeft=a),this._saveSettings(s)}}setAccessToken(e){this._saveSettings({accessToken:e})}clearAccessToken(){this._clearSettings()}setStorageKey(e){this.storageKey=e,this.setAccessToken(this.authentications["PureCloud OAuth"].accessToken)}logout(e){this.hasLocalStorage&&this._saveSettings({accessToken:void 0,state:void 0,tokenExpiryTime:void 0,tokenExpiryTimeString:void 0});var n={client_id:encodeURIComponent(this.clientId)};e&&(n.redirect_uri=encodeURI(e));var i=this._buildAuthUrl("logout",n);window.location.replace(i)}_buildAuthUrl(e,n){n||(n={});var i=this.config.getConfUrl("login",this.config.authUrl);return Object.keys(n).reduce((a,r)=>n[r]?`${a}&${r}=${n[r]}`:a,`${i}/${e}?`)}setUseLegacyParameterFilter(e){this.useLegacyParameterFilter=e}getUseLegacyParameterFilter(){return this.useLegacyParameterFilter}paramToString(e){if(this.useLegacyParameterFilter!==!0&&e!=null){if(typeof e=="boolean")return e.toString().toLowerCase();if(e instanceof Boolean)return e.toString().toLowerCase();if(typeof e=="number")return e.toString()}return e?e instanceof Date?e.toJSON():e instanceof Boolean?e.toString().toLowerCase():e.toString():""}serialize(e){var n={};for(var i in e)e.hasOwnProperty(i)&&e[i]!==void 0&&(n[encodeURIComponent(i)]=Array.isArray(e[i])?e[i].join(","):this.paramToString(e[i]));return n}addHeaders(e,...n){return e?e=Object.assign(e,...n):e=Object.assign(...n),e}buildUrl(e,n){e.match(/^\//)||(e=`/${e}`);var i=this.config.getConfUrl("api",this.config.basePath)+e;return i=i.replace(/\{([\w-]+)\}/g,(a,r)=>{var s;return n.hasOwnProperty(r)?s=this.paramToString(n[r]):s=a,encodeURIComponent(s)}),i}isJsonMime(e){return!!(e&&e.match(/^application\/json(;.*)?$/i))}jsonPreferredMime(e){for(var n=0;n"u"&&typeof require=="function"&&require("fs")&&e instanceof require("fs").ReadStream||typeof Buffer=="function"&&e instanceof Buffer||typeof Blob=="function"&&e instanceof Blob||typeof File=="function"&&e instanceof File)}normalizeParams(e){var n={};for(var i in e)if(e.hasOwnProperty(i)&&e[i]!==void 0){var a=e[i];this.isFileParam(a)||Array.isArray(a)?n[i]=a:n[i]=this.paramToString(a)}return n}buildCollectionParam(e,n){if(e)switch(Array.isArray(e)||(e=[e]),n){case"csv":return e.map(i=>this.paramToString(i)).join(",");case"ssv":return e.map(i=>this.paramToString(i)).join(" ");case"tsv":return e.map(i=>this.paramToString(i)).join(" ");case"pipes":return e.map(i=>this.paramToString(i)).join("|");case"multi":return e.map(i=>this.paramToString(i));default:throw new Error(`Unknown collection format: ${n}`)}}applyAuthToRequest(e,n){n.forEach(i=>{var a=this.authentications[i];switch(a.type){case"basic":(a.username||a.password)&&(e.auth={username:a.username||"",password:a.password||""});break;case"apiKey":if(a.apiKey){var r={};a.apiKeyPrefix?r[a.name]=`${a.apiKeyPrefix} ${a.apiKey}`:r[a.name]=a.apiKey,a.in==="header"?e.headers=this.addHeaders(e.headers,r):(e.setParams(this.serialize(r)),e.headers=this.addHeaders(e.headers,{}))}else e.headers=this.addHeaders(e.headers,{});break;case"oauth2":a.accessToken?e.headers=this.addHeaders(e.headers,{Authorization:`Bearer ${a.accessToken}`}):e.headers=this.addHeaders(e.headers,{});break;default:throw new Error(`Unknown authentication type: ${a.type}`)}})}setProxyAgent(e){this.proxyAgent=e,this.getHttpClient().setHttpsAgent(this.proxyAgent)}callApi(e,n,i,a,r,s,o,l,u,c,p){return new Promise((h,d)=>{g(this);function g(m){var f=m.buildUrl(e,i),w=new ra(f,n,null,m.serialize(a),null,m.timeout);m.applyAuthToRequest(w,l);let b=m.defaultHeaders,A=m.normalizeParams(r);if(w.headers=m.addHeaders(w.headers,b,A),p){if(typeof p!="object")throw new Error("Per-request headers must be a valid object");for(let[T,Q]of Object.entries(p)){if(typeof T!="string"||typeof Q!="string")throw new Error(`Invalid header: "${T}" must have string name and value`);if(!/^[!#$%&'*+\-.0-9A-Z^_`a-z|~]+$/.test(T))throw new Error(`Invalid header name: "${T}" - must be a valid HTTP token`);for(let re=0;re=33&&ie<=126||ie===32||ie===9||ie>=128&&ie<=255))throw new Error(`Invalid header value for "${T}": contains invalid characters`)}w.headers[T]=Q}}var y=m.jsonPreferredMime(u);if(y?w.headers["Content-Type"]=y:w.headers["Content-Type"]||(w.headers["Content-Type"]="application/json"),y==="application/x-www-form-urlencoded")w.setData(m.normalizeParams(s));else if(y=="multipart/form-data"){var S=m.normalizeParams(s);for(var q in S)if(S.hasOwnProperty(q)){var N=new FormData;N.set(q,S[q]),w.setData(N)}}else o&&w.setData(o);var X=m.jsonPreferredMime(c);X&&(w.headers.Accept=X),m.getHttpClient().request(w).then(T=>{var Q=m.returnExtended===!0?{status:T.status,statusText:T.statusText,headers:T.headers,body:T.data,text:T.text,error:null}:T.data?T.data:T.text;m.config.logger.log("trace",T.status,n,f,w.headers,T.headers,o,void 0),m.config.logger.log("debug",T.status,n,f,w.headers,void 0,o,void 0),h(Q)}).catch(T=>{var Q=T;T.response&&T.response.status==401&&m.config.refresh_access_token&&m.authData.refreshToken&&m.authData.refreshToken!==""?m._handleExpiredAccessToken().then(()=>{g(m)}).catch(re=>{d(re)}):T.response&&(m.config.logger.log("error",T.response.status,n,f,w.headers,T.response.headers,o,T.response.data),Q=m.returnExtended===!0?{status:T.response.status,statusText:T.response.statusText,headers:T.response.headers,body:T.response.data,text:T.response.text,error:T}:T.response.data?T.response.data:T.response.text),d(Q)})}})}},eb=class{constructor(e){this.apiClient=e||k.instance}deleteConversationsSummariesSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "summarySettingId" when calling deleteConversationsSummariesSetting';return this.apiClient.callApi("/api/v2/conversations/summaries/settings/{summarySettingId}","DELETE",{summarySettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteGuideJobs(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling deleteGuideJobs';return this.apiClient.callApi("/api/v2/guides/{guideId}/jobs","DELETE",{guideId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsSummariesSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "summarySettingId" when calling getConversationsSummariesSetting';return this.apiClient.callApi("/api/v2/conversations/summaries/settings/{summarySettingId}","GET",{summarySettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsSummariesSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/summaries/settings","GET",{},{language:e.language,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder,pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGuide(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling getGuide';return this.apiClient.callApi("/api/v2/guides/{guideId}","GET",{guideId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGuideJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling getGuideJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getGuideJob';return this.apiClient.callApi("/api/v2/guides/{guideId}/jobs/{jobId}","GET",{guideId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGuideVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling getGuideVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getGuideVersion';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions/{versionId}","GET",{guideId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGuideVersionJob(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling getGuideVersionJob';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getGuideVersionJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getGuideVersionJob';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions/{versionId}/jobs/{jobId}","GET",{guideId:e,versionId:n,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGuides(e){return e=e||{},this.apiClient.callApi("/api/v2/guides","GET",{},{name:e.name,nameContains:e.nameContains,status:e.status,sortBy:e.sortBy,sortOrder:e.sortOrder,pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGuidesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getGuidesJob';return this.apiClient.callApi("/api/v2/guides/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchGuide(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling patchGuide';if(n==null)throw'Missing the required parameter "body" when calling patchGuide';return this.apiClient.callApi("/api/v2/guides/{guideId}","PATCH",{guideId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchGuideVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling patchGuideVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling patchGuideVersion';if(i==null)throw'Missing the required parameter "body" when calling patchGuideVersion';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions/{versionId}","PATCH",{guideId:e,versionId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsSummariesPreview(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsSummariesPreview';return this.apiClient.callApi("/api/v2/conversations/summaries/preview","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsSummariesSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsSummariesSettings';return this.apiClient.callApi("/api/v2/conversations/summaries/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGuideSessionTurns(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling postGuideSessionTurns';if(n==null||n==="")throw'Missing the required parameter "guideSessionId" when calling postGuideSessionTurns';if(i==null)throw'Missing the required parameter "body" when calling postGuideSessionTurns';return this.apiClient.callApi("/api/v2/guides/{guideId}/sessions/{guideSessionId}/turns","POST",{guideId:e,guideSessionId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postGuideVersionJobs(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling postGuideVersionJobs';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling postGuideVersionJobs';if(i==null)throw'Missing the required parameter "body" when calling postGuideVersionJobs';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions/{versionId}/jobs","POST",{guideId:e,versionId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postGuideVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "guideId" when calling postGuideVersions';return this.apiClient.callApi("/api/v2/guides/{guideId}/versions","POST",{guideId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGuides(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGuides';return this.apiClient.callApi("/api/v2/guides","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGuidesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGuidesJobs';return this.apiClient.callApi("/api/v2/guides/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGuidesUploads(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGuidesUploads';return this.apiClient.callApi("/api/v2/guides/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsSummariesSetting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "summarySettingId" when calling putConversationsSummariesSetting';if(n==null)throw'Missing the required parameter "body" when calling putConversationsSummariesSetting';return this.apiClient.callApi("/api/v2/conversations/summaries/settings/{summarySettingId}","PUT",{summarySettingId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},nb=class{constructor(e){this.apiClient=e||k.instance}deleteAssistant(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling deleteAssistant';return this.apiClient.callApi("/api/v2/assistants/{assistantId}","DELETE",{assistantId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAssistantQueue(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling deleteAssistantQueue';if(n==null||n==="")throw'Missing the required parameter "queueId" when calling deleteAssistantQueue';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}","DELETE",{assistantId:e,queueId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAssistantQueues(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling deleteAssistantQueues';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues","DELETE",{assistantId:e},{queueIds:n.queueIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAssistantsAgentchecklist(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentChecklistId" when calling deleteAssistantsAgentchecklist';return this.apiClient.callApi("/api/v2/assistants/agentchecklists/{agentChecklistId}","DELETE",{agentChecklistId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAssistant(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistant';return this.apiClient.callApi("/api/v2/assistants/{assistantId}","GET",{assistantId:e},{expand:n.expand,languageVariation:n.languageVariation,fallbackToPrimaryAssistant:n.fallbackToPrimaryAssistant},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAssistantQueue(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantQueue';if(n==null||n==="")throw'Missing the required parameter "queueId" when calling getAssistantQueue';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}","GET",{assistantId:e,queueId:n},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAssistantQueueUsersJob(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantQueueUsersJob';if(n==null||n==="")throw'Missing the required parameter "queueId" when calling getAssistantQueueUsersJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getAssistantQueueUsersJob';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/jobs/{jobId}","GET",{assistantId:e,queueId:n,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getAssistantQueues(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantQueues';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues","GET",{assistantId:e},{before:n.before,after:n.after,pageSize:n.pageSize,expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAssistants(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants","GET",{},{before:e.before,after:e.after,limit:e.limit,pageSize:e.pageSize,name:e.name,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAssistantsAgentchecklist(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentChecklistId" when calling getAssistantsAgentchecklist';return this.apiClient.callApi("/api/v2/assistants/agentchecklists/{agentChecklistId}","GET",{agentChecklistId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAssistantsAgentchecklists(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants/agentchecklists","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,namePrefix:e.namePrefix,language:e.language,sortOrder:e.sortOrder,sortBy:e.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAssistantsAgentchecklistsLanguages(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants/agentchecklists/languages","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAssistantsQueues(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants/queues","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,queueIds:e.queueIds,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchAssistant(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling patchAssistant';if(n==null)throw'Missing the required parameter "body" when calling patchAssistant';return this.apiClient.callApi("/api/v2/assistants/{assistantId}","PATCH",{assistantId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchAssistantQueues(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling patchAssistantQueues';if(n==null)throw'Missing the required parameter "body" when calling patchAssistantQueues';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues","PATCH",{assistantId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAssistantQueueUsersBulkAdd(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersBulkAdd';if(n==null||n==="")throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersBulkAdd';if(i==null)throw'Missing the required parameter "body" when calling postAssistantQueueUsersBulkAdd';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/bulk/add","POST",{assistantId:e,queueId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAssistantQueueUsersBulkRemove(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersBulkRemove';if(n==null||n==="")throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersBulkRemove';if(i==null)throw'Missing the required parameter "body" when calling postAssistantQueueUsersBulkRemove';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/bulk/remove","POST",{assistantId:e,queueId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAssistantQueueUsersJobs(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersJobs';if(n==null||n==="")throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersJobs';if(i==null)throw'Missing the required parameter "body" when calling postAssistantQueueUsersJobs';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/jobs","POST",{assistantId:e,queueId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAssistantQueueUsersQuery(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantQueueUsersQuery';if(n==null||n==="")throw'Missing the required parameter "queueId" when calling postAssistantQueueUsersQuery';if(i==null)throw'Missing the required parameter "body" when calling postAssistantQueueUsersQuery';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}/users/query","POST",{assistantId:e,queueId:n},{expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAssistants(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAssistants';return this.apiClient.callApi("/api/v2/assistants","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAssistantsAgentchecklists(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAssistantsAgentchecklists';return this.apiClient.callApi("/api/v2/assistants/agentchecklists","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAssistantQueue(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling putAssistantQueue';if(n==null||n==="")throw'Missing the required parameter "queueId" when calling putAssistantQueue';if(i==null)throw'Missing the required parameter "body" when calling putAssistantQueue';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/queues/{queueId}","PUT",{assistantId:e,queueId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putAssistantsAgentchecklist(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentChecklistId" when calling putAssistantsAgentchecklist';if(n==null)throw'Missing the required parameter "body" when calling putAssistantsAgentchecklist';return this.apiClient.callApi("/api/v2/assistants/agentchecklists/{agentChecklistId}","PUT",{agentChecklistId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ib=class{constructor(e){this.apiClient=e||k.instance}getAssistantCopilot(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantCopilot';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/copilot","GET",{assistantId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAssistantsCopilotFeaturesupport(e){return e=e||{},this.apiClient.callApi("/api/v2/assistants/copilot/featuresupport","GET",{},{language:e.language},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putAssistantCopilot(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling putAssistantCopilot';if(n==null)throw'Missing the required parameter "body" when calling putAssistantCopilot';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/copilot","PUT",{assistantId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},tb=class{constructor(e){this.apiClient=e||k.instance}deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling deleteUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","DELETE",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersAgentuiAgentsAutoanswerAgentIdSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUsersAgentuiAgentsAutoanswerAgentIdSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';if(n==null)throw'Missing the required parameter "body" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","PATCH",{agentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUsersAgentuiAgentsAutoanswerAgentIdSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';if(n==null)throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","PUT",{agentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ab=class{constructor(e){this.apiClient=e||k.instance}deleteAlertingAlert(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "alertId" when calling deleteAlertingAlert';return this.apiClient.callApi("/api/v2/alerting/alerts/{alertId}","DELETE",{alertId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAlertingAlertsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/alerting/alerts/all","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteAlertingRule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling deleteAlertingRule';return this.apiClient.callApi("/api/v2/alerting/rules/{ruleId}","DELETE",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAlertingAlert(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "alertId" when calling getAlertingAlert';return this.apiClient.callApi("/api/v2/alerting/alerts/{alertId}","GET",{alertId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAlertingRule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getAlertingRule';return this.apiClient.callApi("/api/v2/alerting/rules/{ruleId}","GET",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchAlertingAlert(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "alertId" when calling patchAlertingAlert';return this.apiClient.callApi("/api/v2/alerting/alerts/{alertId}","PATCH",{alertId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchAlertingAlertsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/alerting/alerts/all","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchAlertingAlertsBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchAlertingAlertsBulk';return this.apiClient.callApi("/api/v2/alerting/alerts/bulk","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchAlertingRulesBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchAlertingRulesBulk';return this.apiClient.callApi("/api/v2/alerting/rules/bulk","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAlertingAlertsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/alerting/alerts/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postAlertingRules(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAlertingRules';return this.apiClient.callApi("/api/v2/alerting/rules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAlertingRulesBulkRemove(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAlertingRulesBulkRemove';return this.apiClient.callApi("/api/v2/alerting/rules/bulk/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAlertingRulesQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/alerting/rules/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putAlertingAlert(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "alertId" when calling putAlertingAlert';return this.apiClient.callApi("/api/v2/alerting/alerts/{alertId}","PUT",{alertId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAlertingRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling putAlertingRule';if(n==null)throw'Missing the required parameter "body" when calling putAlertingRule';return this.apiClient.callApi("/api/v2/alerting/rules/{ruleId}","PUT",{ruleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},rb=class{constructor(e){this.apiClient=e||k.instance}deleteAnalyticsActionsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsActionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsAgentcopilotsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsAgentcopilotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsAgentutilizationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsAgentutilizationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsBotsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsBotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsCasemanagementAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsCasemanagementAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsConversationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsConversationsDetailsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsDetailsJob';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsCopilotsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsCopilotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsEvaluationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsEvaluationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsFlowexecutionsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowexecutionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsFlowsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsJourneysAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsJourneysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsKnowledgeAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsKnowledgeAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsResolutionsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsResolutionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsSummariesAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsSummariesAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsSurveysAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsSurveysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsTaskmanagementAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsTaskmanagementAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsTranscriptsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsTranscriptsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsUsersAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsUsersDetailsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersDetailsJob';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsActionsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsActionsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsAgentStatus(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getAnalyticsAgentStatus';return this.apiClient.callApi("/api/v2/analytics/agents/{userId}/status","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsAgentcopilotsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsAgentcopilotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsAgentcopilotsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsAgentcopilotsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsAgentutilizationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsAgentutilizationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsAgentutilizationsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsAgentutilizationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsBotflowDivisionsReportingturns(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowDivisionsReportingturns';return this.apiClient.callApi("/api/v2/analytics/botflows/{botFlowId}/divisions/reportingturns","GET",{botFlowId:e},{after:n.after,pageSize:n.pageSize,interval:n.interval,actionId:n.actionId,sessionId:n.sessionId,language:n.language,askActionResults:n.askActionResults},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsBotflowReportingturns(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowReportingturns';return this.apiClient.callApi("/api/v2/analytics/botflows/{botFlowId}/reportingturns","GET",{botFlowId:e},{after:n.after,pageSize:n.pageSize,interval:n.interval,actionId:n.actionId,sessionId:n.sessionId,language:n.language,askActionResults:n.askActionResults},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsBotflowSessions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowSessions';return this.apiClient.callApi("/api/v2/analytics/botflows/{botFlowId}/sessions","GET",{botFlowId:e},{after:n.after,pageSize:n.pageSize,interval:n.interval,botResultCategories:n.botResultCategories,endLanguage:n.endLanguage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsBotsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsBotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsBotsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsBotsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsCasemanagementAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsCasemanagementAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationDetails(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getAnalyticsConversationDetails';return this.apiClient.callApi("/api/v2/analytics/conversations/{conversationId}/details","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsDetails(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/conversations/details","GET",{},{id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsConversationsDetailsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJob';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsDetailsJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJobResults';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsDetailsJobsAvailability(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/availability","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsCopilotsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsCopilotsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsCopilotsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsCopilotsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsDataextractionDownload(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "downloadId" when calling getAnalyticsDataextractionDownload';return this.apiClient.callApi("/api/v2/analytics/dataextraction/downloads/{downloadId}","GET",{downloadId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsDataextractionDownloadsMetadata(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/dataextraction/downloads/metadata","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,dataSchema:e.dataSchema,dateStart:e.dateStart,dateEnd:e.dateEnd},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsDataretentionSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/dataretention/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsEvaluationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsEvaluationsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsFlowexecutionsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsFlowexecutionsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsFlowsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsFlowsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsJourneysAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsJourneysAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsKnowledgeAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsKnowledgeAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsKnowledgeAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsKnowledgeAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsReportingDashboardsUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getAnalyticsReportingDashboardsUser';return this.apiClient.callApi("/api/v2/analytics/reporting/dashboards/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsReportingDashboardsUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/reporting/dashboards/users","GET",{},{sortBy:e.sortBy,pageNumber:e.pageNumber,pageSize:e.pageSize,id:this.apiClient.buildCollectionParam(e.id,"multi"),state:e.state,deletedOnly:e.deletedOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsReportingExports(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/reporting/exports","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsReportingExportsMetadata(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/reporting/exports/metadata","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsReportingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/reporting/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsReportingSettingsDashboardsQuery(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "dashboardType" when calling getAnalyticsReportingSettingsDashboardsQuery';if(n==null)throw'Missing the required parameter "dashboardAccessFilter" when calling getAnalyticsReportingSettingsDashboardsQuery';return this.apiClient.callApi("/api/v2/analytics/reporting/settings/dashboards/query","GET",{},{name:i.name,dashboardType:e,dashboardState:i.dashboardState,dashboardAccessFilter:n,sortBy:i.sortBy,pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsReportingSettingsUserDashboards(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getAnalyticsReportingSettingsUserDashboards';return this.apiClient.callApi("/api/v2/analytics/reporting/settings/users/{userId}/dashboards","GET",{userId:e},{sortBy:n.sortBy,pageNumber:n.pageNumber,pageSize:n.pageSize,publicOnly:n.publicOnly,favoriteOnly:n.favoriteOnly,deletedOnly:n.deletedOnly,name:n.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsResolutionsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsResolutionsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsResolutionsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsResolutionsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsSummariesAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSummariesAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsSummariesAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSummariesAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsSurveysAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsSurveysAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsTaskmanagementAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsTaskmanagementAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsTaskmanagementAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsTaskmanagementAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsTranscriptsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsTranscriptsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsTranscriptsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsTranscriptsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersDetailsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJob';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersDetailsJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJobResults';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersDetailsJobsAvailability(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/users/details/jobs/availability","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchAnalyticsReportingSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchAnalyticsReportingSettings';return this.apiClient.callApi("/api/v2/analytics/reporting/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsActionsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsActionsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsActionsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsActionsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/actions/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsAgentcopilotsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentcopilotsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsAgentcopilotsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentcopilotsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/agentcopilots/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsAgentsStatusCounts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentsStatusCounts';return this.apiClient.callApi("/api/v2/analytics/agents/status/counts","POST",{},{groupBy:this.apiClient.buildCollectionParam(n.groupBy,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsAgentsStatusQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentsStatusQuery';return this.apiClient.callApi("/api/v2/analytics/agents/status/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsAgentutilizationsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentutilizationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsAgentutilizationsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsAgentutilizationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/agentutilizations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsBotsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsBotsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsBotsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsBotsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/bots/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsCasemanagementAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsCasemanagementAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/casemanagement/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationDetailsProperties(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postAnalyticsConversationDetailsProperties';if(n==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationDetailsProperties';return this.apiClient.callApi("/api/v2/analytics/conversations/{conversationId}/details/properties","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsDetailsJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsJobs';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsDetailsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/details/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsCopilotsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsCopilotsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsCopilotsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsCopilotsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/copilots/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsDataextractionDownloadsBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsDataextractionDownloadsBulk';return this.apiClient.callApi("/api/v2/analytics/dataextraction/downloads/bulk","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsEvaluationsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsEvaluationsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowexecutionsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowexecutionsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/flowexecutions/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowsActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/flows/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowsObservationsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/flows/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsJourneysAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsJourneysAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsKnowledgeAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsKnowledgeAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsKnowledgeAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsKnowledgeAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/knowledge/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsQueuesObservationsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsQueuesObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/queues/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsRatelimitsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsRatelimitsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/ratelimits/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsReportingDashboardsUsersBulkRemove(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsReportingDashboardsUsersBulkRemove';return this.apiClient.callApi("/api/v2/analytics/reporting/dashboards/users/bulk/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsReportingExports(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsReportingExports';return this.apiClient.callApi("/api/v2/analytics/reporting/exports","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsReportingSettingsDashboardsBulkRemove(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsBulkRemove';return this.apiClient.callApi("/api/v2/analytics/reporting/settings/dashboards/bulk/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsReportingSettingsDashboardsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsQuery';return this.apiClient.callApi("/api/v2/analytics/reporting/settings/dashboards/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsResolutionsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsResolutionsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsResolutionsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsResolutionsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/resolutions/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsRoutingActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsRoutingActivityQuery';return this.apiClient.callApi("/api/v2/analytics/routing/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsSummariesAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSummariesAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsSummariesAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSummariesAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/summaries/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsSurveysAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsSurveysAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsTaskmanagementAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTaskmanagementAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsTaskmanagementAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTaskmanagementAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsTaskmanagementMetricsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTaskmanagementMetricsQuery';return this.apiClient.callApi("/api/v2/analytics/taskmanagement/metrics/query","POST",{},{after:n.after,pageSize:n.pageSize},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsTeamsActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTeamsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/teams/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsTranscriptsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTranscriptsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsTranscriptsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTranscriptsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/transcripts/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersActivityQuery';return this.apiClient.callApi("/api/v2/analytics/users/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersDetailsJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersDetailsJobs';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersDetailsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersDetailsQuery';return this.apiClient.callApi("/api/v2/analytics/users/details/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersObservationsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/users/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAnalyticsDataretentionSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';return this.apiClient.callApi("/api/v2/analytics/dataretention/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},sb=class{constructor(e){this.apiClient=e||k.instance}deleteArchitectEmergencygroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "emergencyGroupId" when calling deleteArchitectEmergencygroup';return this.apiClient.callApi("/api/v2/architect/emergencygroups/{emergencyGroupId}","DELETE",{emergencyGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectGrammar(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammar';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}","DELETE",{grammarId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectGrammarLanguage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguage';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguage';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}","DELETE",{grammarId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectGrammarLanguageFilesDtmf(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesDtmf';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguageFilesDtmf';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf","DELETE",{grammarId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectGrammarLanguageFilesVoice(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesVoice';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguageFilesVoice';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice","DELETE",{grammarId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectIvr(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling deleteArchitectIvr';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}","DELETE",{ivrId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectPrompt(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling deleteArchitectPrompt';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}","DELETE",{promptId:e},{allResources:n.allResources},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectPromptResource(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling deleteArchitectPromptResource';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectPromptResource';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}","DELETE",{promptId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectPromptResourceAudio(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling deleteArchitectPromptResourceAudio';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectPromptResourceAudio';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}/audio","DELETE",{promptId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteArchitectPrompts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling deleteArchitectPrompts';return this.apiClient.callApi("/api/v2/architect/prompts","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectSchedule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduleId" when calling deleteArchitectSchedule';return this.apiClient.callApi("/api/v2/architect/schedules/{scheduleId}","DELETE",{scheduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectSchedulegroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduleGroupId" when calling deleteArchitectSchedulegroup';return this.apiClient.callApi("/api/v2/architect/schedulegroups/{scheduleGroupId}","DELETE",{scheduleGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteArchitectSystempromptResource(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling deleteArchitectSystempromptResource';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling deleteArchitectSystempromptResource';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}","DELETE",{promptId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteFlow(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling deleteFlow';return this.apiClient.callApi("/api/v2/flows/{flowId}","DELETE",{flowId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteFlowInstancesSettingsLoglevels(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling deleteFlowInstancesSettingsLoglevels';return this.apiClient.callApi("/api/v2/flows/{flowId}/instances/settings/loglevels","DELETE",{flowId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteFlows(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling deleteFlows';return this.apiClient.callApi("/api/v2/flows","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteFlowsDatatable(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling deleteFlowsDatatable';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}","DELETE",{datatableId:e},{force:n.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteFlowsDatatableRow(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling deleteFlowsDatatableRow';if(n==null||n==="")throw'Missing the required parameter "rowId" when calling deleteFlowsDatatableRow';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows/{rowId}","DELETE",{datatableId:e,rowId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteFlowsInstancesSettingsLoglevelsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels/default","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteFlowsMilestone(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "milestoneId" when calling deleteFlowsMilestone';return this.apiClient.callApi("/api/v2/flows/milestones/{milestoneId}","DELETE",{milestoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectDependencytracking(e,n){if(n=n||{},e==null)throw'Missing the required parameter "name" when calling getArchitectDependencytracking';return this.apiClient.callApi("/api/v2/architect/dependencytracking","GET",{},{pageNumber:n.pageNumber,pageSize:n.pageSize,name:e,objectType:this.apiClient.buildCollectionParam(n.objectType,"multi"),consumedResources:n.consumedResources,consumingResources:n.consumingResources,consumedResourceType:this.apiClient.buildCollectionParam(n.consumedResourceType,"multi"),consumingResourceType:this.apiClient.buildCollectionParam(n.consumingResourceType,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectDependencytrackingBuild(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/build","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectDependencytrackingConsumedresources(e,n,i,a){if(a=a||{},e==null)throw'Missing the required parameter "id" when calling getArchitectDependencytrackingConsumedresources';if(n==null)throw'Missing the required parameter "version" when calling getArchitectDependencytrackingConsumedresources';if(i==null)throw'Missing the required parameter "objectType" when calling getArchitectDependencytrackingConsumedresources';return this.apiClient.callApi("/api/v2/architect/dependencytracking/consumedresources","GET",{},{id:e,version:n,objectType:i,resourceType:this.apiClient.buildCollectionParam(a.resourceType,"multi"),pageNumber:a.pageNumber,pageSize:a.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getArchitectDependencytrackingConsumingresources(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "id" when calling getArchitectDependencytrackingConsumingresources';if(n==null)throw'Missing the required parameter "objectType" when calling getArchitectDependencytrackingConsumingresources';return this.apiClient.callApi("/api/v2/architect/dependencytracking/consumingresources","GET",{},{id:e,objectType:n,resourceType:this.apiClient.buildCollectionParam(i.resourceType,"multi"),version:i.version,pageNumber:i.pageNumber,pageSize:i.pageSize,flowFilter:i.flowFilter},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectDependencytrackingDeletedresourceconsumers(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/deletedresourceconsumers","GET",{},{name:e.name,objectType:this.apiClient.buildCollectionParam(e.objectType,"multi"),flowFilter:e.flowFilter,consumedResources:e.consumedResources,consumedResourceType:this.apiClient.buildCollectionParam(e.consumedResourceType,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectDependencytrackingObject(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling getArchitectDependencytrackingObject';return this.apiClient.callApi("/api/v2/architect/dependencytracking/object","GET",{},{id:e,version:n.version,objectType:n.objectType,consumedResources:n.consumedResources,consumingResources:n.consumingResources,consumedResourceType:this.apiClient.buildCollectionParam(n.consumedResourceType,"multi"),consumingResourceType:this.apiClient.buildCollectionParam(n.consumingResourceType,"multi"),consumedResourceRequest:n.consumedResourceRequest},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectDependencytrackingType(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "typeId" when calling getArchitectDependencytrackingType';return this.apiClient.callApi("/api/v2/architect/dependencytracking/types/{typeId}","GET",{typeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectDependencytrackingTypes(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/types","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectDependencytrackingUpdatedresourceconsumers(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/updatedresourceconsumers","GET",{},{name:e.name,objectType:this.apiClient.buildCollectionParam(e.objectType,"multi"),consumedResources:e.consumedResources,consumedResourceType:this.apiClient.buildCollectionParam(e.consumedResourceType,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectEmergencygroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "emergencyGroupId" when calling getArchitectEmergencygroup';return this.apiClient.callApi("/api/v2/architect/emergencygroups/{emergencyGroupId}","GET",{emergencyGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectEmergencygroups(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/emergencygroups","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectEmergencygroupsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/emergencygroups/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectGrammar(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling getArchitectGrammar';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}","GET",{grammarId:e},{includeFileUrls:n.includeFileUrls},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectGrammarLanguage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling getArchitectGrammarLanguage';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling getArchitectGrammarLanguage';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}","GET",{grammarId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectGrammars(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/grammars","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,includeFileUrls:e.includeFileUrls},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectIvr(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling getArchitectIvr';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}","GET",{ivrId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectIvrIdentityresolution(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling getArchitectIvrIdentityresolution';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}/identityresolution","GET",{ivrId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectIvrs(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/ivrs","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,dnis:e.dnis,scheduleGroup:e.scheduleGroup,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectIvrsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/ivrs/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectPrompt(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectPrompt';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}","GET",{promptId:e},{includeMediaUris:n.includeMediaUris,includeResources:n.includeResources,language:this.apiClient.buildCollectionParam(n.language,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectPromptHistoryHistoryId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectPromptHistoryHistoryId';if(n==null||n==="")throw'Missing the required parameter "historyId" when calling getArchitectPromptHistoryHistoryId';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/history/{historyId}","GET",{promptId:e,historyId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize,sortOrder:i.sortOrder,sortBy:i.sortBy,action:this.apiClient.buildCollectionParam(i.action,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectPromptResource(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectPromptResource';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling getArchitectPromptResource';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}","GET",{promptId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectPromptResources(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectPromptResources';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources","GET",{promptId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectPrompts(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/prompts","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:this.apiClient.buildCollectionParam(e.name,"multi"),description:e.description,nameOrDescription:e.nameOrDescription,sortBy:e.sortBy,sortOrder:e.sortOrder,includeMediaUris:e.includeMediaUris,includeResources:e.includeResources,language:this.apiClient.buildCollectionParam(e.language,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSchedule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduleId" when calling getArchitectSchedule';return this.apiClient.callApi("/api/v2/architect/schedules/{scheduleId}","GET",{scheduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectSchedulegroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduleGroupId" when calling getArchitectSchedulegroup';return this.apiClient.callApi("/api/v2/architect/schedulegroups/{scheduleGroupId}","GET",{scheduleGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectSchedulegroups(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/schedulegroups","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,scheduleIds:e.scheduleIds,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSchedulegroupsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/schedulegroups/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSchedules(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/schedules","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSchedulesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/schedules/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getArchitectSystemprompt(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectSystemprompt';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}","GET",{promptId:e},{includeMediaUris:n.includeMediaUris,includeResources:n.includeResources,language:this.apiClient.buildCollectionParam(n.language,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectSystempromptHistoryHistoryId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectSystempromptHistoryHistoryId';if(n==null||n==="")throw'Missing the required parameter "historyId" when calling getArchitectSystempromptHistoryHistoryId';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/history/{historyId}","GET",{promptId:e,historyId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize,sortOrder:i.sortOrder,sortBy:i.sortBy,action:this.apiClient.buildCollectionParam(i.action,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectSystempromptResource(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectSystempromptResource';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling getArchitectSystempromptResource';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}","GET",{promptId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getArchitectSystempromptResources(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling getArchitectSystempromptResources';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources","GET",{promptId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,sortBy:n.sortBy,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getArchitectSystemprompts(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/systemprompts","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,includeMediaUris:e.includeMediaUris,includeResources:e.includeResources,language:this.apiClient.buildCollectionParam(e.language,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlow(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlow';return this.apiClient.callApi("/api/v2/flows/{flowId}","GET",{flowId:e},{deleted:n.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowHistoryHistoryId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowHistoryHistoryId';if(n==null||n==="")throw'Missing the required parameter "historyId" when calling getFlowHistoryHistoryId';return this.apiClient.callApi("/api/v2/flows/{flowId}/history/{historyId}","GET",{flowId:e,historyId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize,sortOrder:i.sortOrder,sortBy:i.sortBy,action:this.apiClient.buildCollectionParam(i.action,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowInstancesSettingsLoglevels(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowInstancesSettingsLoglevels';return this.apiClient.callApi("/api/v2/flows/{flowId}/instances/settings/loglevels","GET",{flowId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowLatestconfiguration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowLatestconfiguration';return this.apiClient.callApi("/api/v2/flows/{flowId}/latestconfiguration","GET",{flowId:e},{deleted:n.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getFlowVersion';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}","GET",{flowId:e,versionId:n},{deleted:i.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowVersionConfiguration(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersionConfiguration';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getFlowVersionConfiguration';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}/configuration","GET",{flowId:e,versionId:n},{deleted:i.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowVersionHealth(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersionHealth';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getFlowVersionHealth';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}/health","GET",{flowId:e,versionId:n},{language:i.language},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowVersionIntentHealth(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersionIntentHealth';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getFlowVersionIntentHealth';if(i==null||i==="")throw'Missing the required parameter "intentId" when calling getFlowVersionIntentHealth';if(a==null)throw'Missing the required parameter "language" when calling getFlowVersionIntentHealth';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/health","GET",{flowId:e,versionId:n,intentId:i},{language:a},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getFlowVersionIntentUtteranceHealth(e,n,i,a,r,s){if(s=s||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersionIntentUtteranceHealth';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getFlowVersionIntentUtteranceHealth';if(i==null||i==="")throw'Missing the required parameter "intentId" when calling getFlowVersionIntentUtteranceHealth';if(a==null||a==="")throw'Missing the required parameter "utteranceId" when calling getFlowVersionIntentUtteranceHealth';if(r==null)throw'Missing the required parameter "language" when calling getFlowVersionIntentUtteranceHealth';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions/{versionId}/intents/{intentId}/utterances/{utteranceId}/health","GET",{flowId:e,versionId:n,intentId:i,utteranceId:a},{language:r},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getFlowVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling getFlowVersions';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions","GET",{flowId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,deleted:n.deleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlows(e){return e=e||{},this.apiClient.callApi("/api/v2/flows","GET",{},{type:this.apiClient.buildCollectionParam(e.type,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,publishVersionId:e.publishVersionId,editableBy:e.editableBy,lockedBy:e.lockedBy,lockedByClientId:e.lockedByClientId,secure:e.secure,deleted:e.deleted,includeSchemas:e.includeSchemas,virtualAgentEnabled:e.virtualAgentEnabled,publishedAfter:e.publishedAfter,publishedBefore:e.publishedBefore,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsDatatable(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatable';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}","GET",{datatableId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsDatatableExportJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableExportJob';if(n==null||n==="")throw'Missing the required parameter "exportJobId" when calling getFlowsDatatableExportJob';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/export/jobs/{exportJobId}","GET",{datatableId:e,exportJobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsDatatableImportJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableImportJob';if(n==null||n==="")throw'Missing the required parameter "importJobId" when calling getFlowsDatatableImportJob';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/import/jobs/{importJobId}","GET",{datatableId:e,importJobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsDatatableImportJobs(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableImportJobs';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/import/jobs","GET",{datatableId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsDatatableRow(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableRow';if(n==null||n==="")throw'Missing the required parameter "rowId" when calling getFlowsDatatableRow';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows/{rowId}","GET",{datatableId:e,rowId:n},{showbrief:i.showbrief},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFlowsDatatableRows(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatableRows';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows","GET",{datatableId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,showbrief:n.showbrief,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsDatatables(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/datatables","GET",{},{expand:e.expand,pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsDatatablesDivisionview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling getFlowsDatatablesDivisionview';return this.apiClient.callApi("/api/v2/flows/datatables/divisionviews/{datatableId}","GET",{datatableId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsDatatablesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/datatables/divisionviews","GET",{},{expand:e.expand,pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/divisionviews","GET",{},{type:this.apiClient.buildCollectionParam(e.type,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,publishVersionId:e.publishVersionId,publishedAfter:e.publishedAfter,publishedBefore:e.publishedBefore,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),includeSchemas:e.includeSchemas},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsExecution(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowExecutionId" when calling getFlowsExecution';return this.apiClient.callApi("/api/v2/flows/executions/{flowExecutionId}","GET",{flowExecutionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsExportJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getFlowsExportJob';return this.apiClient.callApi("/api/v2/flows/export/jobs/{jobId}","GET",{jobId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsInstance(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "instanceId" when calling getFlowsInstance';return this.apiClient.callApi("/api/v2/flows/instances/{instanceId}","GET",{instanceId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsInstancesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getFlowsInstancesJob';return this.apiClient.callApi("/api/v2/flows/instances/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsInstancesQuerycapabilities(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/querycapabilities","GET",{},{expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsInstancesSettingsExecutiondata(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/executiondata","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsInstancesSettingsLoglevels(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi"),pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsInstancesSettingsLoglevelsCharacteristics(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels/characteristics","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsInstancesSettingsLoglevelsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels/default","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getFlowsJob';return this.apiClient.callApi("/api/v2/flows/jobs/{jobId}","GET",{jobId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsMilestone(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "milestoneId" when calling getFlowsMilestone';return this.apiClient.callApi("/api/v2/flows/milestones/{milestoneId}","GET",{milestoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsMilestones(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/milestones","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsMilestonesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/milestones/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsOutcome(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowOutcomeId" when calling getFlowsOutcome';return this.apiClient.callApi("/api/v2/flows/outcomes/{flowOutcomeId}","GET",{flowOutcomeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFlowsOutcomes(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/outcomes","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,description:e.description,nameOrDescription:e.nameOrDescription,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFlowsOutcomesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/outcomes/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchArchitectGrammar(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling patchArchitectGrammar';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}","PATCH",{grammarId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchArchitectGrammarLanguage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling patchArchitectGrammarLanguage';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}","PATCH",{grammarId:e,languageCode:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchFlowsInstancesSettingsExecutiondata(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchFlowsInstancesSettingsExecutiondata';return this.apiClient.callApi("/api/v2/flows/instances/settings/executiondata","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectDependencytrackingBuild(e){return e=e||{},this.apiClient.callApi("/api/v2/architect/dependencytracking/build","POST",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postArchitectEmergencygroups(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postArchitectEmergencygroups';return this.apiClient.callApi("/api/v2/architect/emergencygroups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectGrammarLanguageFilesDtmf(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesDtmf';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesDtmf';if(i==null)throw'Missing the required parameter "body" when calling postArchitectGrammarLanguageFilesDtmf';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf","POST",{grammarId:e,languageCode:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postArchitectGrammarLanguageFilesVoice(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesVoice';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesVoice';if(i==null)throw'Missing the required parameter "body" when calling postArchitectGrammarLanguageFilesVoice';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice","POST",{grammarId:e,languageCode:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postArchitectGrammarLanguages(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguages';if(n==null)throw'Missing the required parameter "body" when calling postArchitectGrammarLanguages';return this.apiClient.callApi("/api/v2/architect/grammars/{grammarId}/languages","POST",{grammarId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectGrammars(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postArchitectGrammars';return this.apiClient.callApi("/api/v2/architect/grammars","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectIvrs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postArchitectIvrs';return this.apiClient.callApi("/api/v2/architect/ivrs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectPromptHistory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectPromptHistory';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/history","POST",{promptId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectPromptResourceUploads(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectPromptResourceUploads';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling postArchitectPromptResourceUploads';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}/uploads","POST",{promptId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectPromptResources(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectPromptResources';if(n==null)throw'Missing the required parameter "body" when calling postArchitectPromptResources';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources","POST",{promptId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectPrompts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postArchitectPrompts';return this.apiClient.callApi("/api/v2/architect/prompts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectSchedulegroups(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postArchitectSchedulegroups';return this.apiClient.callApi("/api/v2/architect/schedulegroups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectSchedules(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postArchitectSchedules';return this.apiClient.callApi("/api/v2/architect/schedules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectSystempromptHistory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectSystempromptHistory';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/history","POST",{promptId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postArchitectSystempromptResourceUploads(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectSystempromptResourceUploads';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling postArchitectSystempromptResourceUploads';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}/uploads","POST",{promptId:e,languageCode:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postArchitectSystempromptResources(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling postArchitectSystempromptResources';if(n==null)throw'Missing the required parameter "body" when calling postArchitectSystempromptResources';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources","POST",{promptId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowHistory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling postFlowHistory';return this.apiClient.callApi("/api/v2/flows/{flowId}/history","POST",{flowId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowInstancesSettingsLoglevels(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling postFlowInstancesSettingsLoglevels';if(n==null)throw'Missing the required parameter "body" when calling postFlowInstancesSettingsLoglevels';return this.apiClient.callApi("/api/v2/flows/{flowId}/instances/settings/loglevels","POST",{flowId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling postFlowVersions';if(n==null)throw'Missing the required parameter "body" when calling postFlowVersions';return this.apiClient.callApi("/api/v2/flows/{flowId}/versions","POST",{flowId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlows(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postFlows';return this.apiClient.callApi("/api/v2/flows","POST",{},{language:n.language},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsActionsCheckin(e,n){if(n=n||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsCheckin';return this.apiClient.callApi("/api/v2/flows/actions/checkin","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsActionsCheckout(e,n){if(n=n||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsCheckout';return this.apiClient.callApi("/api/v2/flows/actions/checkout","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsActionsDeactivate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsDeactivate';return this.apiClient.callApi("/api/v2/flows/actions/deactivate","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsActionsPublish(e,n){if(n=n||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsPublish';return this.apiClient.callApi("/api/v2/flows/actions/publish","POST",{},{flow:e,version:n.version},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsActionsRevert(e,n){if(n=n||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsRevert';return this.apiClient.callApi("/api/v2/flows/actions/revert","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsActionsUnlock(e,n){if(n=n||{},e==null)throw'Missing the required parameter "flow" when calling postFlowsActionsUnlock';return this.apiClient.callApi("/api/v2/flows/actions/unlock","POST",{},{flow:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsDatatableExportJobs(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling postFlowsDatatableExportJobs';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/export/jobs","POST",{datatableId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsDatatableImportCsvJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling postFlowsDatatableImportCsvJobs';if(n==null)throw'Missing the required parameter "body" when calling postFlowsDatatableImportCsvJobs';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/import/csv/jobs","POST",{datatableId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsDatatableImportJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling postFlowsDatatableImportJobs';if(n==null)throw'Missing the required parameter "body" when calling postFlowsDatatableImportJobs';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/import/jobs","POST",{datatableId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsDatatableRows(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling postFlowsDatatableRows';if(n==null)throw'Missing the required parameter "dataTableRow" when calling postFlowsDatatableRows';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows","POST",{datatableId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postFlowsDatatables(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postFlowsDatatables';return this.apiClient.callApi("/api/v2/flows/datatables","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsExecutions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "flowLaunchRequest" when calling postFlowsExecutions';return this.apiClient.callApi("/api/v2/flows/executions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsExportJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postFlowsExportJobs';return this.apiClient.callApi("/api/v2/flows/export/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsInstancesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postFlowsInstancesJobs';return this.apiClient.callApi("/api/v2/flows/instances/jobs","POST",{},{expand:n.expand},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsInstancesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postFlowsInstancesQuery';return this.apiClient.callApi("/api/v2/flows/instances/query","POST",{},{indexOnly:n.indexOnly,pageSize:n.pageSize},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postFlowsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/jobs","POST",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postFlowsMilestones(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/milestones","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postFlowsOutcomes(e){return e=e||{},this.apiClient.callApi("/api/v2/flows/outcomes","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putArchitectEmergencygroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "emergencyGroupId" when calling putArchitectEmergencygroup';if(n==null)throw'Missing the required parameter "body" when calling putArchitectEmergencygroup';return this.apiClient.callApi("/api/v2/architect/emergencygroups/{emergencyGroupId}","PUT",{emergencyGroupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putArchitectIvr(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling putArchitectIvr';if(n==null)throw'Missing the required parameter "body" when calling putArchitectIvr';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}","PUT",{ivrId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putArchitectIvrIdentityresolution(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ivrId" when calling putArchitectIvrIdentityresolution';if(n==null)throw'Missing the required parameter "body" when calling putArchitectIvrIdentityresolution';return this.apiClient.callApi("/api/v2/architect/ivrs/{ivrId}/identityresolution","PUT",{ivrId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putArchitectPrompt(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling putArchitectPrompt';if(n==null)throw'Missing the required parameter "body" when calling putArchitectPrompt';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}","PUT",{promptId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putArchitectPromptResource(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling putArchitectPromptResource';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling putArchitectPromptResource';if(i==null)throw'Missing the required parameter "body" when calling putArchitectPromptResource';return this.apiClient.callApi("/api/v2/architect/prompts/{promptId}/resources/{languageCode}","PUT",{promptId:e,languageCode:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putArchitectSchedule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduleId" when calling putArchitectSchedule';if(n==null)throw'Missing the required parameter "body" when calling putArchitectSchedule';return this.apiClient.callApi("/api/v2/architect/schedules/{scheduleId}","PUT",{scheduleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putArchitectSchedulegroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduleGroupId" when calling putArchitectSchedulegroup';if(n==null)throw'Missing the required parameter "body" when calling putArchitectSchedulegroup';return this.apiClient.callApi("/api/v2/architect/schedulegroups/{scheduleGroupId}","PUT",{scheduleGroupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putArchitectSystempromptResource(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "promptId" when calling putArchitectSystempromptResource';if(n==null||n==="")throw'Missing the required parameter "languageCode" when calling putArchitectSystempromptResource';if(i==null)throw'Missing the required parameter "body" when calling putArchitectSystempromptResource';return this.apiClient.callApi("/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}","PUT",{promptId:e,languageCode:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putFlow(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling putFlow';if(n==null)throw'Missing the required parameter "body" when calling putFlow';return this.apiClient.callApi("/api/v2/flows/{flowId}","PUT",{flowId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putFlowInstancesSettingsLoglevels(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "flowId" when calling putFlowInstancesSettingsLoglevels';if(n==null)throw'Missing the required parameter "body" when calling putFlowInstancesSettingsLoglevels';return this.apiClient.callApi("/api/v2/flows/{flowId}/instances/settings/loglevels","PUT",{flowId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putFlowsDatatable(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling putFlowsDatatable';if(n==null)throw'Missing the required parameter "body" when calling putFlowsDatatable';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}","PUT",{datatableId:e},{expand:i.expand},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putFlowsDatatableRow(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "datatableId" when calling putFlowsDatatableRow';if(n==null||n==="")throw'Missing the required parameter "rowId" when calling putFlowsDatatableRow';return this.apiClient.callApi("/api/v2/flows/datatables/{datatableId}/rows/{rowId}","PUT",{datatableId:e,rowId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putFlowsInstancesSettingsLoglevelsDefault(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putFlowsInstancesSettingsLoglevelsDefault';return this.apiClient.callApi("/api/v2/flows/instances/settings/loglevels/default","PUT",{},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putFlowsMilestone(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "milestoneId" when calling putFlowsMilestone';return this.apiClient.callApi("/api/v2/flows/milestones/{milestoneId}","PUT",{milestoneId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putFlowsOutcome(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';return this.apiClient.callApi("/api/v2/flows/outcomes/{flowOutcomeId}","PUT",{flowOutcomeId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},ob=class{constructor(e){this.apiClient=e||k.instance}deleteAssistantVariation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling deleteAssistantVariation';if(n==null||n==="")throw'Missing the required parameter "variationId" when calling deleteAssistantVariation';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations/{variationId}","DELETE",{assistantId:e,variationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAssistantVariation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantVariation';if(n==null||n==="")throw'Missing the required parameter "variationId" when calling getAssistantVariation';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations/{variationId}","GET",{assistantId:e,variationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAssistantVariations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling getAssistantVariations';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations","GET",{assistantId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAssistantVariations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling postAssistantVariations';if(n==null)throw'Missing the required parameter "body" when calling postAssistantVariations';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations","POST",{assistantId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAssistantVariation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "assistantId" when calling putAssistantVariation';if(n==null||n==="")throw'Missing the required parameter "variationId" when calling putAssistantVariation';if(i==null)throw'Missing the required parameter "body" when calling putAssistantVariation';return this.apiClient.callApi("/api/v2/assistants/{assistantId}/variations/{variationId}","PUT",{assistantId:e,variationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},lb=class{constructor(e){this.apiClient=e||k.instance}getAuditsQueryRealtimeServicemapping(e){return e=e||{},this.apiClient.callApi("/api/v2/audits/query/realtime/servicemapping","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuditsQueryServicemapping(e){return e=e||{},this.apiClient.callApi("/api/v2/audits/query/servicemapping","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuditsQueryTransactionId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "transactionId" when calling getAuditsQueryTransactionId';return this.apiClient.callApi("/api/v2/audits/query/{transactionId}","GET",{transactionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuditsQueryTransactionIdResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "transactionId" when calling getAuditsQueryTransactionIdResults';return this.apiClient.callApi("/api/v2/audits/query/{transactionId}/results","GET",{transactionId:e},{cursor:n.cursor,pageSize:n.pageSize,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),allowRedirect:n.allowRedirect},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuditsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAuditsQuery';return this.apiClient.callApi("/api/v2/audits/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuditsQueryRealtime(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAuditsQueryRealtime';return this.apiClient.callApi("/api/v2/audits/query/realtime","POST",{},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuditsQueryRealtimeRelated(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';return this.apiClient.callApi("/api/v2/audits/query/realtime/related","POST",{},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},ub=class{constructor(e){this.apiClient=e||k.instance}deleteAuthorizationDivision(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling deleteAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","DELETE",{divisionId:e},{force:n.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAuthorizationPoliciesTargetSubjectSubjectId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling deleteAuthorizationPoliciesTargetSubjectSubjectId';if(n==null||n==="")throw'Missing the required parameter "subjectId" when calling deleteAuthorizationPoliciesTargetSubjectSubjectId';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}/subject/{subjectId}","DELETE",{targetName:e,subjectId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteAuthorizationRole(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling deleteAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","DELETE",{roleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAuthorizationSubjectDivisionRole(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling deleteAuthorizationSubjectDivisionRole';if(n==null||n==="")throw'Missing the required parameter "divisionId" when calling deleteAuthorizationSubjectDivisionRole';if(i==null||i==="")throw'Missing the required parameter "roleId" when calling deleteAuthorizationSubjectDivisionRole';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId}","DELETE",{subjectId:e,divisionId:n,roleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getAuthorizationDivision(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling getAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","GET",{divisionId:e},{objectCount:n.objectCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationDivisionGrants(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling getAuthorizationDivisionGrants';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/grants","GET",{divisionId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationDivisions(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,objectCount:e.objectCount,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsDeleted(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/deleted","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsHome(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/home","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsLimit(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/limit","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/query","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionspermittedMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedMe';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/me","GET",{},{name:n.name,permission:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationDivisionspermittedPagedMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedPagedMe';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/paged/me","GET",{},{permission:e,pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationDivisionspermittedPagedSubjectId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationDivisionspermittedPagedSubjectId';if(n==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedPagedSubjectId';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/paged/{subjectId}","GET",{subjectId:e},{permission:n,pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationPermissions(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/permissions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,queryType:e.queryType,query:e.query},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationPolicies(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/policies","GET",{},{after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationPoliciesSubjectSubjectId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationPoliciesSubjectSubjectId';return this.apiClient.callApi("/api/v2/authorization/policies/subject/{subjectId}","GET",{subjectId:e},{after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationPoliciesTarget(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling getAuthorizationPoliciesTarget';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}","GET",{targetName:e},{after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationPoliciesTargetSubjectSubjectId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling getAuthorizationPoliciesTargetSubjectSubjectId';if(n==null||n==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationPoliciesTargetSubjectSubjectId';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}/subject/{subjectId}","GET",{targetName:e,subjectId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationPoliciesTargets(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/policies/targets","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationPolicy(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling getAuthorizationPolicy';return this.apiClient.callApi("/api/v2/authorization/policies/{policyId}","GET",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationPolicyAttributes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling getAuthorizationPolicyAttributes';return this.apiClient.callApi("/api/v2/authorization/policies/{policyId}/attributes","GET",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationProducts(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/products","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationRole(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling getAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","GET",{roleId:e},{userCount:n.userCount,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationRoleComparedefaultRightRoleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "leftRoleId" when calling getAuthorizationRoleComparedefaultRightRoleId';if(n==null||n==="")throw'Missing the required parameter "rightRoleId" when calling getAuthorizationRoleComparedefaultRightRoleId';return this.apiClient.callApi("/api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId}","GET",{leftRoleId:e,rightRoleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationRoleSubjectgrants(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling getAuthorizationRoleSubjectgrants';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}/subjectgrants","GET",{roleId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),nextPage:n.nextPage,previousPage:n.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationRoleUsers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling getAuthorizationRoleUsers';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}/users","GET",{roleId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationRoles(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/roles","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,name:e.name,permission:this.apiClient.buildCollectionParam(e.permission,"multi"),defaultRoleId:this.apiClient.buildCollectionParam(e.defaultRoleId,"multi"),userCount:e.userCount,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationRolesSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/roles/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationSubject(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationSubject';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}","GET",{subjectId:e},{includeDuplicates:n.includeDuplicates},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationSubjectsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/subjects/me","GET",{},{includeDuplicates:e.includeDuplicates},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationSubjectsRolecounts(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/subjects/rolecounts","GET",{},{id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserRoles(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getUserRoles';return this.apiClient.callApi("/api/v2/users/{subjectId}/roles","GET",{subjectId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchAuthorizationRole(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling patchAuthorizationRole';if(n==null)throw'Missing the required parameter "body" when calling patchAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","PATCH",{roleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchAuthorizationSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchAuthorizationSettings';return this.apiClient.callApi("/api/v2/authorization/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationDivisionObject(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationDivisionObject';if(n==null||n==="")throw'Missing the required parameter "objectType" when calling postAuthorizationDivisionObject';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisionObject';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/objects/{objectType}","POST",{divisionId:e,objectType:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAuthorizationDivisionRestore(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/restore","POST",{divisionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationDivisions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisions';return this.apiClient.callApi("/api/v2/authorization/divisions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationPoliciesTarget(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling postAuthorizationPoliciesTarget';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationPoliciesTarget';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}","POST",{targetName:e},{skipLockoutCheck:i.skipLockoutCheck},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationPoliciesTargetValidate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling postAuthorizationPoliciesTargetValidate';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationPoliciesTargetValidate';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}/validate","POST",{targetName:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationPolicySimulate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling postAuthorizationPolicySimulate';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationPolicySimulate';return this.apiClient.callApi("/api/v2/authorization/policies/{policyId}/simulate","POST",{policyId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationRole(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling postAuthorizationRole';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","POST",{roleId:e},{subjectType:i.subjectType},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationRoleComparedefaultRightRoleId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "leftRoleId" when calling postAuthorizationRoleComparedefaultRightRoleId';if(n==null||n==="")throw'Missing the required parameter "rightRoleId" when calling postAuthorizationRoleComparedefaultRightRoleId';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationRoleComparedefaultRightRoleId';return this.apiClient.callApi("/api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId}","POST",{leftRoleId:e,rightRoleId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAuthorizationRoles(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAuthorizationRoles';return this.apiClient.callApi("/api/v2/authorization/roles","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationRolesDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/roles/default","POST",{},{force:e.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postAuthorizationSubjectBulkadd(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkadd';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkadd';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkadd","POST",{subjectId:e},{subjectType:i.subjectType},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationSubjectBulkremove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkremove';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkremove';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkremove","POST",{subjectId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationSubjectBulkreplace(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkreplace';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkreplace';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkreplace","POST",{subjectId:e},{subjectType:i.subjectType},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationSubjectDivisionRole(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectDivisionRole';if(n==null||n==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationSubjectDivisionRole';if(i==null||i==="")throw'Missing the required parameter "roleId" when calling postAuthorizationSubjectDivisionRole';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId}","POST",{subjectId:e,divisionId:n,roleId:i},{subjectType:a.subjectType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putAuthorizationDivision(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling putAuthorizationDivision';if(n==null)throw'Missing the required parameter "body" when calling putAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","PUT",{divisionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAuthorizationPoliciesTarget(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "targetName" when calling putAuthorizationPoliciesTarget';if(n==null)throw'Missing the required parameter "body" when calling putAuthorizationPoliciesTarget';return this.apiClient.callApi("/api/v2/authorization/policies/targets/{targetName}","PUT",{targetName:e},{skipLockoutCheck:i.skipLockoutCheck},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAuthorizationPolicy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling putAuthorizationPolicy';if(n==null)throw'Missing the required parameter "body" when calling putAuthorizationPolicy';return this.apiClient.callApi("/api/v2/authorization/policies/{policyId}","PUT",{policyId:e},{skipLockoutCheck:i.skipLockoutCheck},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAuthorizationRole(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling putAuthorizationRole';if(n==null)throw'Missing the required parameter "body" when calling putAuthorizationRole';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}","PUT",{roleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAuthorizationRoleUsersAdd(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling putAuthorizationRoleUsersAdd';if(n==null)throw'Missing the required parameter "body" when calling putAuthorizationRoleUsersAdd';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}/users/add","PUT",{roleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAuthorizationRoleUsersRemove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roleId" when calling putAuthorizationRoleUsersRemove';if(n==null)throw'Missing the required parameter "body" when calling putAuthorizationRoleUsersRemove';return this.apiClient.callApi("/api/v2/authorization/roles/{roleId}/users/remove","PUT",{roleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putAuthorizationRolesDefault(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putAuthorizationRolesDefault';return this.apiClient.callApi("/api/v2/authorization/roles/default","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAuthorizationRolesSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putAuthorizationRolesSettings';return this.apiClient.callApi("/api/v2/authorization/roles/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putUserRoles(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling putUserRoles';if(n==null)throw'Missing the required parameter "body" when calling putUserRoles';return this.apiClient.callApi("/api/v2/users/{subjectId}/roles","PUT",{subjectId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},cb=class{constructor(e){this.apiClient=e||k.instance}postBackgroundassistantToken(e){return e=e||{},this.apiClient.callApi("/api/v2/backgroundassistant/token","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postScreenrecordingToken(e){return e=e||{},this.apiClient.callApi("/api/v2/screenrecording/token","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},pb=class{constructor(e){this.apiClient=e||k.instance}getBillingContract(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contractId" when calling getBillingContract';return this.apiClient.callApi("/api/v2/billing/contracts/{contractId}","GET",{contractId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBillingContractBillingperiod(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contractId" when calling getBillingContractBillingperiod';if(n==null||n==="")throw'Missing the required parameter "billingPeriodId" when calling getBillingContractBillingperiod';return this.apiClient.callApi("/api/v2/billing/contracts/{contractId}/billingperiods/{billingPeriodId}","GET",{contractId:e,billingPeriodId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBillingContracts(e){return e=e||{},this.apiClient.callApi("/api/v2/billing/contracts","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,dateStart:e.dateStart,dateEnd:e.dateEnd,status:e.status,externalNumber:e.externalNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBillingContractsInvoiceDocument(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "invoiceId" when calling getBillingContractsInvoiceDocument';return this.apiClient.callApi("/api/v2/billing/contracts/invoices/{invoiceId}/document","GET",{invoiceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBillingContractsInvoiceLines(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "invoiceId" when calling getBillingContractsInvoiceLines';return this.apiClient.callApi("/api/v2/billing/contracts/invoices/{invoiceId}/lines","GET",{invoiceId:e},{before:n.before,after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBillingContractsInvoices(e){return e=e||{},this.apiClient.callApi("/api/v2/billing/contracts/invoices","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,dateStart:e.dateStart,dateEnd:e.dateEnd,paymentStatus:e.paymentStatus},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBillingReportsBillableusage(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "startDate" when calling getBillingReportsBillableusage';if(n==null)throw'Missing the required parameter "endDate" when calling getBillingReportsBillableusage';return this.apiClient.callApi("/api/v2/billing/reports/billableusage","GET",{},{startDate:e,endDate:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBillingTrusteebillingoverviewTrustorOrgId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';return this.apiClient.callApi("/api/v2/billing/trusteebillingoverview/{trustorOrgId}","GET",{trustorOrgId:e},{billingPeriodIndex:n.billingPeriodIndex},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},db=class{constructor(e){this.apiClient=e||k.instance}deleteBusinessrulesDecisiontable(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontable';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}","DELETE",{tableId:e},{forceDelete:n.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteBusinessrulesDecisiontableVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableVersion';if(n==null)throw'Missing the required parameter "tableVersion" when calling deleteBusinessrulesDecisiontableVersion';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}","DELETE",{tableId:e,tableVersion:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteBusinessrulesDecisiontableVersionRow(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableVersionRow';if(n==null)throw'Missing the required parameter "tableVersion" when calling deleteBusinessrulesDecisiontableVersionRow';if(i==null||i==="")throw'Missing the required parameter "rowId" when calling deleteBusinessrulesDecisiontableVersionRow';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}","DELETE",{tableId:e,tableVersion:n,rowId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteBusinessrulesSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteBusinessrulesSchema';return this.apiClient.callApi("/api/v2/businessrules/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBusinessrulesDecisiontable(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontable';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}","GET",{tableId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBusinessrulesDecisiontableVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersion';if(n==null)throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersion';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}","GET",{tableId:e,tableVersion:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBusinessrulesDecisiontableVersionRow(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersionRow';if(n==null)throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersionRow';if(i==null||i==="")throw'Missing the required parameter "rowId" when calling getBusinessrulesDecisiontableVersionRow';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}","GET",{tableId:e,tableVersion:n,rowId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getBusinessrulesDecisiontableVersionRows(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersionRows';if(n==null)throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersionRows';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows","GET",{tableId:e,tableVersion:n},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getBusinessrulesDecisiontableVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersions';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions","GET",{tableId:e},{after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBusinessrulesDecisiontables(e){return e=e||{},this.apiClient.callApi("/api/v2/businessrules/decisiontables","GET",{},{after:e.after,pageSize:e.pageSize,divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBusinessrulesDecisiontablesSearch(e){return e=e||{},this.apiClient.callApi("/api/v2/businessrules/decisiontables/search","GET",{},{after:e.after,pageSize:e.pageSize,schemaId:e.schemaId,name:e.name,withPublishedVersion:e.withPublishedVersion,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),ids:this.apiClient.buildCollectionParam(e.ids,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBusinessrulesSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getBusinessrulesSchema';return this.apiClient.callApi("/api/v2/businessrules/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBusinessrulesSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/businessrules/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getBusinessrulesSchemasCoretype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getBusinessrulesSchemasCoretype';return this.apiClient.callApi("/api/v2/businessrules/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getBusinessrulesSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/businessrules/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchBusinessrulesDecisiontable(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontable';if(n==null)throw'Missing the required parameter "body" when calling patchBusinessrulesDecisiontable';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}","PATCH",{tableId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchBusinessrulesDecisiontableVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontableVersion';if(n==null)throw'Missing the required parameter "tableVersion" when calling patchBusinessrulesDecisiontableVersion';if(i==null)throw'Missing the required parameter "body" when calling patchBusinessrulesDecisiontableVersion';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}","PATCH",{tableId:e,tableVersion:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableExecute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableExecute';if(n==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableExecute';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/execute","POST",{tableId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postBusinessrulesDecisiontableVersionCopy(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionCopy';if(n==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionCopy';if(i==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionCopy';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/copy","POST",{tableId:e,tableVersion:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableVersionExecute(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionExecute';if(n==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionExecute';if(i==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionExecute';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/execute","POST",{tableId:e,tableVersion:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableVersionRows(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRows';if(n==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRows';if(i==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRows';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows","POST",{tableId:e,tableVersion:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableVersionRowsSearch(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsSearch';if(n==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsSearch';if(i==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsSearch';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/search","POST",{tableId:e,tableVersion:n},{pageNumber:a.pageNumber,pageSize:a.pageSize},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postBusinessrulesDecisiontableVersionSync(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionSync';if(n==null)throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionSync';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/sync","POST",{tableId:e,tableVersion:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postBusinessrulesDecisiontableVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersions';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions","POST",{tableId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postBusinessrulesDecisiontables(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontables';return this.apiClient.callApi("/api/v2/businessrules/decisiontables","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postBusinessrulesSchemas(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postBusinessrulesSchemas';return this.apiClient.callApi("/api/v2/businessrules/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putBusinessrulesDecisiontableVersionPublish(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling putBusinessrulesDecisiontableVersionPublish';if(n==null)throw'Missing the required parameter "tableVersion" when calling putBusinessrulesDecisiontableVersionPublish';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/publish","PUT",{tableId:e,tableVersion:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putBusinessrulesDecisiontableVersionRow(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "tableId" when calling putBusinessrulesDecisiontableVersionRow';if(n==null)throw'Missing the required parameter "tableVersion" when calling putBusinessrulesDecisiontableVersionRow';if(i==null||i==="")throw'Missing the required parameter "rowId" when calling putBusinessrulesDecisiontableVersionRow';if(a==null)throw'Missing the required parameter "body" when calling putBusinessrulesDecisiontableVersionRow';return this.apiClient.callApi("/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/{rowId}","PUT",{tableId:e,tableVersion:n,rowId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}putBusinessrulesSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putBusinessrulesSchema';if(n==null)throw'Missing the required parameter "body" when calling putBusinessrulesSchema';return this.apiClient.callApi("/api/v2/businessrules/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},hb=class{constructor(e){this.apiClient=e||k.instance}getCarrierservicesIntegrationsEmergencylocationsMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "phoneNumber" when calling getCarrierservicesIntegrationsEmergencylocationsMe';return this.apiClient.callApi("/api/v2/carrierservices/integrations/emergencylocations/me","GET",{},{phoneNumber:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCarrierservicesIntegrationsEmergencylocationsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/carrierservices/integrations/emergencylocations/me","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},gb=class{constructor(e){this.apiClient=e||k.instance}deleteCasemanagementCase(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling deleteCasemanagementCase';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}","DELETE",{caseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteCasemanagementCaseplan(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling deleteCasemanagementCaseplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}","DELETE",{caseplanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCase(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCase';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}","GET",{caseId:e},{expands:n.expands},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseAssociation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseAssociation';if(n==null||n==="")throw'Missing the required parameter "associationId" when calling getCasemanagementCaseAssociation';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/associations/{associationId}","GET",{caseId:e,associationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseAssociations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseAssociations';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/associations","GET",{caseId:e},{before:n.before,after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseStage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStage';if(n==null||n==="")throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStage';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/stages/{stageId}","GET",{caseId:e,stageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseStageStep(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStageStep';if(n==null||n==="")throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStageStep';if(i==null||i==="")throw'Missing the required parameter "stepId" when calling getCasemanagementCaseStageStep';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/stages/{stageId}/steps/{stepId}","GET",{caseId:e,stageId:n,stepId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getCasemanagementCaseStageSteps(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStageSteps';if(n==null||n==="")throw'Missing the required parameter "stageId" when calling getCasemanagementCaseStageSteps';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/stages/{stageId}/steps","GET",{caseId:e,stageId:n},{before:i.before,after:i.after,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseStages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseStages';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/stages","GET",{caseId:e},{before:n.before,after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseTerminateJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling getCasemanagementCaseTerminateJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getCasemanagementCaseTerminateJob';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/terminate/jobs/{jobId}","GET",{caseId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseplan(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}","GET",{caseplanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCaseplanVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersion';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}","GET",{caseplanId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseplanVersionDataschemas(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionDataschemas';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionDataschemas';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/dataschemas","GET",{caseplanId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseplanVersionIntakesettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionIntakesettings';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionIntakesettings';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/intakesettings","GET",{caseplanId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseplanVersionStageplan(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplan';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplan';if(i==null||i==="")throw'Missing the required parameter "stageplanId" when calling getCasemanagementCaseplanVersionStageplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}","GET",{caseplanId:e,versionId:n,stageplanId:i},{expands:this.apiClient.buildCollectionParam(a.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getCasemanagementCaseplanVersionStageplanStepplan(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplanStepplan';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplanStepplan';if(i==null||i==="")throw'Missing the required parameter "stageplanId" when calling getCasemanagementCaseplanVersionStageplanStepplan';if(a==null||a==="")throw'Missing the required parameter "stepplanId" when calling getCasemanagementCaseplanVersionStageplanStepplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}/stepplans/{stepplanId}","GET",{caseplanId:e,versionId:n,stageplanId:i,stepplanId:a},{expands:this.apiClient.buildCollectionParam(r.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getCasemanagementCaseplanVersionStageplanStepplans(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplanStepplans';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplanStepplans';if(i==null||i==="")throw'Missing the required parameter "stageplanId" when calling getCasemanagementCaseplanVersionStageplanStepplans';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans/{stageplanId}/stepplans","GET",{caseplanId:e,versionId:n,stageplanId:i},{before:a.before,after:a.after,pageSize:a.pageSize,expands:this.apiClient.buildCollectionParam(a.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getCasemanagementCaseplanVersionStageplans(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling getCasemanagementCaseplanVersionStageplans';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getCasemanagementCaseplanVersionStageplans';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions/{versionId}/stageplans","GET",{caseplanId:e,versionId:n},{before:i.before,after:i.after,pageSize:i.pageSize,expands:this.apiClient.buildCollectionParam(i.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCasemanagementCaseplans(e){return e=e||{},this.apiClient.callApi("/api/v2/casemanagement/caseplans","GET",{},{after:e.after,pageSize:e.pageSize,customerIntentId:e.customerIntentId,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getCasemanagementCasesExternalcontact(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalContactId" when calling getCasemanagementCasesExternalcontact';return this.apiClient.callApi("/api/v2/casemanagement/cases/externalcontacts/{externalContactId}","GET",{externalContactId:e},{after:n.after,pageSize:n.pageSize,divisionIds:n.divisionIds,expands:this.apiClient.buildCollectionParam(n.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCasemanagementCasesReference(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "referenceId" when calling getCasemanagementCasesReference';return this.apiClient.callApi("/api/v2/casemanagement/cases/references/{referenceId}","GET",{referenceId:e},{expands:n.expands},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchCasemanagementCaseDatedue(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling patchCasemanagementCaseDatedue';if(n==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseDatedue';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/datedue","PATCH",{caseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchCasemanagementCasePriority(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling patchCasemanagementCasePriority';if(n==null)throw'Missing the required parameter "body" when calling patchCasemanagementCasePriority';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/priority","PATCH",{caseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchCasemanagementCaseSummary(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling patchCasemanagementCaseSummary';if(n==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseSummary';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/summary","PATCH",{caseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchCasemanagementCaseplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplan';if(n==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}","PATCH",{caseplanId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchCasemanagementCaseplanStageplan(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplanStageplan';if(n==null||n==="")throw'Missing the required parameter "stageplanId" when calling patchCasemanagementCaseplanStageplan';if(i==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseplanStageplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/stageplans/{stageplanId}","PATCH",{caseplanId:e,stageplanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchCasemanagementCaseplanStageplanStepplan(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling patchCasemanagementCaseplanStageplanStepplan';if(n==null||n==="")throw'Missing the required parameter "stageplanId" when calling patchCasemanagementCaseplanStageplanStepplan';if(i==null||i==="")throw'Missing the required parameter "stepplanId" when calling patchCasemanagementCaseplanStageplanStepplan';if(a==null)throw'Missing the required parameter "body" when calling patchCasemanagementCaseplanStageplanStepplan';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/stageplans/{stageplanId}/stepplans/{stepplanId}","PATCH",{caseplanId:e,stageplanId:n,stepplanId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postCasemanagementCaseAssociations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling postCasemanagementCaseAssociations';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/associations","POST",{caseId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCasemanagementCaseTerminateJobs(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseId" when calling postCasemanagementCaseTerminateJobs';return this.apiClient.callApi("/api/v2/casemanagement/cases/{caseId}/terminate/jobs","POST",{caseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCasemanagementCaseplanPublish(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanPublish';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/publish","POST",{caseplanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCasemanagementCaseplanVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanVersions';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/versions","POST",{caseplanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCasemanagementCaseplans(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postCasemanagementCaseplans';return this.apiClient.callApi("/api/v2/casemanagement/caseplans","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCasemanagementCaseplansQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postCasemanagementCaseplansQuery';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCasemanagementCases(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postCasemanagementCases';return this.apiClient.callApi("/api/v2/casemanagement/cases","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCasemanagementCasesAssociationsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/casemanagement/cases/associations/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putCasemanagementCaseplanIntakesettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "caseplanId" when calling putCasemanagementCaseplanIntakesettings';if(n==null)throw'Missing the required parameter "body" when calling putCasemanagementCaseplanIntakesettings';return this.apiClient.callApi("/api/v2/casemanagement/caseplans/{caseplanId}/intakesettings","PUT",{caseplanId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},mb=class{constructor(e){this.apiClient=e||k.instance}deleteChatsRoomMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling deleteChatsRoomMessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling deleteChatsRoomMessage';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/{messageId}","DELETE",{roomJid:e,messageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteChatsRoomMessagesPin(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling deleteChatsRoomMessagesPin';if(n==null||n==="")throw'Missing the required parameter "pinnedMessageId" when calling deleteChatsRoomMessagesPin';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/pins/{pinnedMessageId}","DELETE",{roomJid:e,pinnedMessageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteChatsRoomParticipant(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling deleteChatsRoomParticipant';if(n==null||n==="")throw'Missing the required parameter "userId" when calling deleteChatsRoomParticipant';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/participants/{userId}","DELETE",{roomJid:e,userId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteChatsUserMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteChatsUserMessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling deleteChatsUserMessage';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/{messageId}","DELETE",{userId:e,messageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteChatsUserMessagesPin(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteChatsUserMessagesPin';if(n==null||n==="")throw'Missing the required parameter "pinnedMessageId" when calling deleteChatsUserMessagesPin';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/pins/{pinnedMessageId}","DELETE",{userId:e,pinnedMessageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteChatsUsersMeSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/chats/users/me/settings","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getChatsMessage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling getChatsMessage';return this.apiClient.callApi("/api/v2/chats/messages/{messageId}","GET",{messageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsRoom(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoom';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}","GET",{roomJid:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsRoomMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoomMessage';if(n==null||n==="")throw'Missing the required parameter "messageIds" when calling getChatsRoomMessage';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/{messageIds}","GET",{roomJid:e,messageIds:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsRoomMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoomMessages';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages","GET",{roomJid:e},{limit:n.limit,before:n.before,after:n.after,excludeMetadata:n.excludeMetadata},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsRoomParticipant(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoomParticipant';if(n==null||n==="")throw'Missing the required parameter "participantJid" when calling getChatsRoomParticipant';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/participants/{participantJid}","GET",{roomJid:e,participantJid:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsRoomParticipants(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling getChatsRoomParticipants';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/participants","GET",{roomJid:e},{notify:n.notify},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/chats/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getChatsThreadMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "threadId" when calling getChatsThreadMessages';return this.apiClient.callApi("/api/v2/chats/threads/{threadId}/messages","GET",{threadId:e},{limit:n.limit,before:n.before,after:n.after,excludeMetadata:n.excludeMetadata},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getChatsUser';return this.apiClient.callApi("/api/v2/chats/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsUserMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getChatsUserMessage';if(n==null||n==="")throw'Missing the required parameter "messageIds" when calling getChatsUserMessage';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/{messageIds}","GET",{userId:e,messageIds:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getChatsUserMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getChatsUserMessages';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages","GET",{userId:e},{limit:n.limit,before:n.before,after:n.after,excludeMetadata:n.excludeMetadata},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsUserSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getChatsUserSettings';return this.apiClient.callApi("/api/v2/chats/users/{userId}/settings","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getChatsUsersMeSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/chats/users/me/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchChatsRoom(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling patchChatsRoom';if(n==null)throw'Missing the required parameter "body" when calling patchChatsRoom';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}","PATCH",{roomJid:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchChatsRoomMessage(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling patchChatsRoomMessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling patchChatsRoomMessage';if(i==null)throw'Missing the required parameter "body" when calling patchChatsRoomMessage';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/{messageId}","PATCH",{roomJid:e,messageId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchChatsSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchChatsSettings';return this.apiClient.callApi("/api/v2/chats/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchChatsUserMessage(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchChatsUserMessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling patchChatsUserMessage';if(i==null)throw'Missing the required parameter "body" when calling patchChatsUserMessage';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/{messageId}","PATCH",{userId:e,messageId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchChatsUserSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchChatsUserSettings';if(n==null)throw'Missing the required parameter "body" when calling patchChatsUserSettings';return this.apiClient.callApi("/api/v2/chats/users/{userId}/settings","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchChatsUsersMeSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchChatsUsersMeSettings';return this.apiClient.callApi("/api/v2/chats/users/me/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postChatsRoomMessages(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling postChatsRoomMessages';if(n==null)throw'Missing the required parameter "body" when calling postChatsRoomMessages';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages","POST",{roomJid:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postChatsRoomMessagesPins(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling postChatsRoomMessagesPins';if(n==null)throw'Missing the required parameter "body" when calling postChatsRoomMessagesPins';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/messages/pins","POST",{roomJid:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postChatsRoomParticipant(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "roomJid" when calling postChatsRoomParticipant';if(n==null||n==="")throw'Missing the required parameter "userId" when calling postChatsRoomParticipant';return this.apiClient.callApi("/api/v2/chats/rooms/{roomJid}/participants/{userId}","POST",{roomJid:e,userId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postChatsRooms(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postChatsRooms';return this.apiClient.callApi("/api/v2/chats/rooms","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postChatsUserMessages(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postChatsUserMessages';if(n==null)throw'Missing the required parameter "body" when calling postChatsUserMessages';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postChatsUserMessagesPins(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postChatsUserMessagesPins';if(n==null)throw'Missing the required parameter "body" when calling postChatsUserMessagesPins';return this.apiClient.callApi("/api/v2/chats/users/{userId}/messages/pins","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postChatsUsersMeSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postChatsUsersMeSettings';return this.apiClient.callApi("/api/v2/chats/users/me/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putChatsMessageReactions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling putChatsMessageReactions';if(n==null)throw'Missing the required parameter "body" when calling putChatsMessageReactions';return this.apiClient.callApi("/api/v2/chats/messages/{messageId}/reactions","PUT",{messageId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putChatsSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putChatsSettings';return this.apiClient.callApi("/api/v2/chats/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},fb=class{constructor(e){this.apiClient=e||k.instance}deleteCoachingAppointment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling deleteCoachingAppointment';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}","DELETE",{appointmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteCoachingAppointmentAnnotation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling deleteCoachingAppointmentAnnotation';if(n==null||n==="")throw'Missing the required parameter "annotationId" when calling deleteCoachingAppointmentAnnotation';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}","DELETE",{appointmentId:e,annotationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCoachingAppointment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling getCoachingAppointment';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}","GET",{appointmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCoachingAppointmentAnnotation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling getCoachingAppointmentAnnotation';if(n==null||n==="")throw'Missing the required parameter "annotationId" when calling getCoachingAppointmentAnnotation';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}","GET",{appointmentId:e,annotationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getCoachingAppointmentAnnotations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling getCoachingAppointmentAnnotations';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations","GET",{appointmentId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCoachingAppointmentStatuses(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling getCoachingAppointmentStatuses';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/statuses","GET",{appointmentId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCoachingAppointments(e,n){if(n=n||{},e==null)throw'Missing the required parameter "userIds" when calling getCoachingAppointments';return this.apiClient.callApi("/api/v2/coaching/appointments","GET",{},{userIds:this.apiClient.buildCollectionParam(e,"multi"),interval:n.interval,pageNumber:n.pageNumber,pageSize:n.pageSize,statuses:this.apiClient.buildCollectionParam(n.statuses,"multi"),facilitatorIds:this.apiClient.buildCollectionParam(n.facilitatorIds,"multi"),sortOrder:n.sortOrder,relationships:this.apiClient.buildCollectionParam(n.relationships,"multi"),completionInterval:n.completionInterval,overdue:n.overdue,intervalCondition:n.intervalCondition},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCoachingAppointmentsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/coaching/appointments/me","GET",{},{interval:e.interval,pageNumber:e.pageNumber,pageSize:e.pageSize,statuses:this.apiClient.buildCollectionParam(e.statuses,"multi"),facilitatorIds:this.apiClient.buildCollectionParam(e.facilitatorIds,"multi"),sortOrder:e.sortOrder,relationships:this.apiClient.buildCollectionParam(e.relationships,"multi"),completionInterval:e.completionInterval,overdue:e.overdue,intervalCondition:e.intervalCondition},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getCoachingNotification(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "notificationId" when calling getCoachingNotification';return this.apiClient.callApi("/api/v2/coaching/notifications/{notificationId}","GET",{notificationId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getCoachingNotifications(e){return e=e||{},this.apiClient.callApi("/api/v2/coaching/notifications","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getCoachingScheduleslotsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getCoachingScheduleslotsJob';return this.apiClient.callApi("/api/v2/coaching/scheduleslots/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchCoachingAppointment(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling patchCoachingAppointment';if(n==null)throw'Missing the required parameter "body" when calling patchCoachingAppointment';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}","PATCH",{appointmentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchCoachingAppointmentAnnotation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling patchCoachingAppointmentAnnotation';if(n==null||n==="")throw'Missing the required parameter "annotationId" when calling patchCoachingAppointmentAnnotation';if(i==null)throw'Missing the required parameter "body" when calling patchCoachingAppointmentAnnotation';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}","PATCH",{appointmentId:e,annotationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchCoachingAppointmentStatus(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling patchCoachingAppointmentStatus';if(n==null)throw'Missing the required parameter "body" when calling patchCoachingAppointmentStatus';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/status","PATCH",{appointmentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchCoachingNotification(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "notificationId" when calling patchCoachingNotification';if(n==null)throw'Missing the required parameter "body" when calling patchCoachingNotification';return this.apiClient.callApi("/api/v2/coaching/notifications/{notificationId}","PATCH",{notificationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCoachingAppointmentAnnotations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling postCoachingAppointmentAnnotations';if(n==null)throw'Missing the required parameter "body" when calling postCoachingAppointmentAnnotations';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/annotations","POST",{appointmentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCoachingAppointmentConversations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "appointmentId" when calling postCoachingAppointmentConversations';if(n==null)throw'Missing the required parameter "body" when calling postCoachingAppointmentConversations';return this.apiClient.callApi("/api/v2/coaching/appointments/{appointmentId}/conversations","POST",{appointmentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postCoachingAppointments(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postCoachingAppointments';return this.apiClient.callApi("/api/v2/coaching/appointments","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCoachingAppointmentsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postCoachingAppointmentsAggregatesQuery';return this.apiClient.callApi("/api/v2/coaching/appointments/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCoachingScheduleslotsJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postCoachingScheduleslotsJobs';return this.apiClient.callApi("/api/v2/coaching/scheduleslots/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postCoachingScheduleslotsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';return this.apiClient.callApi("/api/v2/coaching/scheduleslots/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},wb=class{constructor(e){this.apiClient=e||k.instance}deleteContentmanagementDocument(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling deleteContentmanagementDocument';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}","DELETE",{documentId:e},{override:n.override},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteContentmanagementShare(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "shareId" when calling deleteContentmanagementShare';return this.apiClient.callApi("/api/v2/contentmanagement/shares/{shareId}","DELETE",{shareId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteContentmanagementStatusStatusId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "statusId" when calling deleteContentmanagementStatusStatusId';return this.apiClient.callApi("/api/v2/contentmanagement/status/{statusId}","DELETE",{statusId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteContentmanagementWorkspace(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspace';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}","DELETE",{workspaceId:e},{moveChildrenToWorkspaceId:n.moveChildrenToWorkspaceId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteContentmanagementWorkspaceMember(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspaceMember';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling deleteContentmanagementWorkspaceMember';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}","DELETE",{workspaceId:e,memberId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteContentmanagementWorkspaceTagvalue(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspaceTagvalue';if(n==null||n==="")throw'Missing the required parameter "tagId" when calling deleteContentmanagementWorkspaceTagvalue';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}","DELETE",{workspaceId:e,tagId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementDocument(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling getContentmanagementDocument';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}","GET",{documentId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementDocumentContent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling getContentmanagementDocumentContent';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}/content","GET",{documentId:e},{disposition:n.disposition,contentType:n.contentType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementDocuments(e,n){if(n=n||{},e==null)throw'Missing the required parameter "workspaceId" when calling getContentmanagementDocuments';return this.apiClient.callApi("/api/v2/contentmanagement/documents","GET",{},{workspaceId:e,name:n.name,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "queryPhrase" when calling getContentmanagementQuery';return this.apiClient.callApi("/api/v2/contentmanagement/query","GET",{},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,sortOrder:n.sortOrder,queryPhrase:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementSecurityprofile(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "securityProfileId" when calling getContentmanagementSecurityprofile';return this.apiClient.callApi("/api/v2/contentmanagement/securityprofiles/{securityProfileId}","GET",{securityProfileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementSecurityprofiles(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/securityprofiles","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getContentmanagementShare(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "shareId" when calling getContentmanagementShare';return this.apiClient.callApi("/api/v2/contentmanagement/shares/{shareId}","GET",{shareId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementSharedSharedId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sharedId" when calling getContentmanagementSharedSharedId';return this.apiClient.callApi("/api/v2/contentmanagement/shared/{sharedId}","GET",{sharedId:e},{disposition:n.disposition,contentType:n.contentType,expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementShares(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/shares","GET",{},{entityId:e.entityId,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getContentmanagementStatus(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/status","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getContentmanagementStatusStatusId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "statusId" when calling getContentmanagementStatusStatusId';return this.apiClient.callApi("/api/v2/contentmanagement/status/{statusId}","GET",{statusId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementUsage(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/usage","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getContentmanagementWorkspace(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspace';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}","GET",{workspaceId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementWorkspaceDocuments(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceDocuments';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/documents","GET",{workspaceId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementWorkspaceMember(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceMember';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling getContentmanagementWorkspaceMember';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}","GET",{workspaceId:e,memberId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementWorkspaceMembers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceMembers';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/members","GET",{workspaceId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementWorkspaceTagvalue(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceTagvalue';if(n==null||n==="")throw'Missing the required parameter "tagId" when calling getContentmanagementWorkspaceTagvalue';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}","GET",{workspaceId:e,tagId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getContentmanagementWorkspaceTagvalues(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceTagvalues';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues","GET",{workspaceId:e},{value:n.value,pageSize:n.pageSize,pageNumber:n.pageNumber,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getContentmanagementWorkspaces(e){return e=e||{},this.apiClient.callApi("/api/v2/contentmanagement/workspaces","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,access:this.apiClient.buildCollectionParam(e.access,"multi"),expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postContentmanagementDocument(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling postContentmanagementDocument';if(n==null)throw'Missing the required parameter "body" when calling postContentmanagementDocument';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}","POST",{documentId:e},{expand:i.expand,override:i.override},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postContentmanagementDocumentContent(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling postContentmanagementDocumentContent';if(n==null)throw'Missing the required parameter "body" when calling postContentmanagementDocumentContent';return this.apiClient.callApi("/api/v2/contentmanagement/documents/{documentId}/content","POST",{documentId:e},{override:i.override},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postContentmanagementDocuments(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postContentmanagementDocuments';return this.apiClient.callApi("/api/v2/contentmanagement/documents","POST",{},{copySource:n.copySource,moveSource:n.moveSource,override:n.override},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postContentmanagementQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postContentmanagementQuery';return this.apiClient.callApi("/api/v2/contentmanagement/query","POST",{},{expand:n.expand},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postContentmanagementShares(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postContentmanagementShares';return this.apiClient.callApi("/api/v2/contentmanagement/shares","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postContentmanagementWorkspaceTagvalues(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling postContentmanagementWorkspaceTagvalues';if(n==null)throw'Missing the required parameter "body" when calling postContentmanagementWorkspaceTagvalues';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues","POST",{workspaceId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postContentmanagementWorkspaceTagvaluesQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling postContentmanagementWorkspaceTagvaluesQuery';if(n==null)throw'Missing the required parameter "body" when calling postContentmanagementWorkspaceTagvaluesQuery';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/query","POST",{workspaceId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postContentmanagementWorkspaces(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postContentmanagementWorkspaces';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putContentmanagementWorkspace(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspace';if(n==null)throw'Missing the required parameter "body" when calling putContentmanagementWorkspace';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}","PUT",{workspaceId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putContentmanagementWorkspaceMember(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspaceMember';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling putContentmanagementWorkspaceMember';if(i==null)throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceMember';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}","PUT",{workspaceId:e,memberId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putContentmanagementWorkspaceTagvalue(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspaceTagvalue';if(n==null||n==="")throw'Missing the required parameter "tagId" when calling putContentmanagementWorkspaceTagvalue';if(i==null)throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';return this.apiClient.callApi("/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}","PUT",{workspaceId:e,tagId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},vb=class{constructor(e){this.apiClient=e||k.instance}deleteAnalyticsConversationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsConversationsDetailsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsDetailsJob';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}","DELETE",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationCustomattribute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationCustomattribute';if(n==null||n==="")throw'Missing the required parameter "attributesId" when calling deleteConversationCustomattribute';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes/{attributesId}","DELETE",{conversationId:e,attributesId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationParticipantCode(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationParticipantCode';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling deleteConversationParticipantCode';if(i==null||i==="")throw'Missing the required parameter "addCommunicationCode" when calling deleteConversationParticipantCode';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/codes/{addCommunicationCode}","DELETE",{conversationId:e,participantId:n,addCommunicationCode:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteConversationParticipantFlaggedreason(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationParticipantFlaggedreason';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling deleteConversationParticipantFlaggedreason';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/flaggedreason","DELETE",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsCallParticipantCommunicationPostflowaction(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationsCallParticipantCommunicationPostflowaction';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling deleteConversationsCallParticipantCommunicationPostflowaction';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling deleteConversationsCallParticipantCommunicationPostflowaction';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction","DELETE",{conversationId:e,participantId:n,communicationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteConversationsCallParticipantConsult(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationsCallParticipantConsult';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling deleteConversationsCallParticipantConsult';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult","DELETE",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsEmailMessagesDraftAttachment(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationsEmailMessagesDraftAttachment';if(n==null||n==="")throw'Missing the required parameter "attachmentId" when calling deleteConversationsEmailMessagesDraftAttachment';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft/attachments/{attachmentId}","DELETE",{conversationId:e,attachmentId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteConversationsMessagesCachedmediaCachedMediaItemId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "cachedMediaItemId" when calling deleteConversationsMessagesCachedmediaCachedMediaItemId';return this.apiClient.callApi("/api/v2/conversations/messages/cachedmedia/{cachedMediaItemId}","DELETE",{cachedMediaItemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingIntegrationsAppleIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingIntegrationsFacebookIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingIntegrationsInstagramIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingIntegrationsOpenIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingIntegrationsTwitterIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingIntegrationsWhatsappIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling deleteConversationsMessagingSetting';return this.apiClient.callApi("/api/v2/conversations/messaging/settings/{messageSettingId}","DELETE",{messageSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteConversationsMessagingSettingsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/settings/default","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteConversationsMessagingSupportedcontentSupportedContentId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling deleteConversationsMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/{supportedContentId}","DELETE",{supportedContentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationDetails(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getAnalyticsConversationDetails';return this.apiClient.callApi("/api/v2/analytics/conversations/{conversationId}/details","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsDetails(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/conversations/details","GET",{},{id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsConversationsDetailsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJob';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsDetailsJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJobResults';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsConversationsDetailsJobsAvailability(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs/availability","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationAssistantCopilotcontext(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationAssistantCopilotcontext';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/assistant/copilotcontext","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationCommunicationAgentchecklist(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklist';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklist';if(i==null||i==="")throw'Missing the required parameter "agentChecklistId" when calling getConversationCommunicationAgentchecklist';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}","GET",{conversationId:e,communicationId:n,agentChecklistId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationCommunicationAgentchecklistJob(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklistJob';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklistJob';if(i==null||i==="")throw'Missing the required parameter "agentChecklistId" when calling getConversationCommunicationAgentchecklistJob';if(a==null||a==="")throw'Missing the required parameter "jobId" when calling getConversationCommunicationAgentchecklistJob';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/jobs/{jobId}","GET",{conversationId:e,communicationId:n,agentChecklistId:i,jobId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getConversationCommunicationAgentchecklists(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklists';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklists';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists","GET",{conversationId:e,communicationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationCommunicationInternalmessage(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationInternalmessage';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationInternalmessage';if(i==null||i==="")throw'Missing the required parameter "messageId" when calling getConversationCommunicationInternalmessage';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/internalmessages/{messageId}","GET",{conversationId:e,communicationId:n,messageId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationCommunicationInternalmessages(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCommunicationInternalmessages';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationCommunicationInternalmessages';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/internalmessages","GET",{conversationId:e,communicationId:n},{pageSize:i.pageSize,pageNumber:i.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationCustomattribute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCustomattribute';if(n==null||n==="")throw'Missing the required parameter "attributesId" when calling getConversationCustomattribute';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes/{attributesId}","GET",{conversationId:e,attributesId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationCustomattributes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationCustomattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationParticipantSecureivrsession(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationParticipantSecureivrsession';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationParticipantSecureivrsession';if(i==null||i==="")throw'Missing the required parameter "secureSessionId" when calling getConversationParticipantSecureivrsession';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions/{secureSessionId}","GET",{conversationId:e,participantId:n,secureSessionId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationParticipantSecureivrsessions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationParticipantSecureivrsessions';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationParticipantSecureivrsessions';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions","GET",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationParticipantWrapup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationParticipantWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:n},{provisional:i.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationParticipantWrapupcodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationParticipantWrapupcodes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationSecureattributes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationSecureattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/secureattributes","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationSuggestion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationSuggestion';if(n==null||n==="")throw'Missing the required parameter "suggestionId" when calling getConversationSuggestion';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/suggestions/{suggestionId}","GET",{conversationId:e,suggestionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationSuggestions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationSuggestions';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/suggestions","GET",{conversationId:e},{before:n.before,after:n.after,pageSize:n.pageSize,type:n.type,state:n.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationSummaries(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationSummaries';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/summaries","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversations(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations","GET",{},{communicationType:e.communicationType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCall(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCall';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCallParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCallParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsCallParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsCallParticipantWrapup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallParticipantWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCallParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:n},{provisional:i.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCallParticipantWrapupcodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallParticipantWrapupcodes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCallParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCallback(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallback';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCallbackParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsCallbackParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsCallbackParticipantWrapup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:n},{provisional:i.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCallbackParticipantWrapupcodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantWrapupcodes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCallbacks(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/callbacks","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCalls(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/calls","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCallsHistory(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/calls/history","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,interval:e.interval,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCallsMaximumconferenceparties(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/calls/maximumconferenceparties","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsChat(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChat';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsChatMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatMessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling getConversationsChatMessage';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/messages/{messageId}","GET",{conversationId:e,messageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsChatMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatMessages';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/messages","GET",{conversationId:e},{after:n.after,before:n.before,sortOrder:n.sortOrder,maxResults:n.maxResults},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsChatParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsChatParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsChatParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsChatParticipantWrapup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatParticipantWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsChatParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:n},{provisional:i.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsChatParticipantWrapupcodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsChatParticipantWrapupcodes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsChatParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsChats(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/chats","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCobrowsesession(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesession';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCobrowsesessionParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsCobrowsesessionParticipantWrapup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:n},{provisional:i.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCobrowsesessionParticipantWrapupcodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantWrapupcodes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCobrowsesessions(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/cobrowsesessions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCustomattributesSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getConversationsCustomattributesSchema';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCustomattributesSchemaVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getConversationsCustomattributesSchemaVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getConversationsCustomattributesSchemaVersion';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsCustomattributesSchemaVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getConversationsCustomattributesSchemaVersions';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCustomattributesSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/customattributes/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCustomattributesSchemasCoretype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getConversationsCustomattributesSchemasCoretype';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsCustomattributesSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsCustomattributesSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsEmail(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmail';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsEmailMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailMessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling getConversationsEmailMessage';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/{messageId}","GET",{conversationId:e,messageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsEmailMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailMessages';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages","GET",{conversationId:e},{includeAgentlessStitchedMessages:n.includeAgentlessStitchedMessages},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsEmailMessagesDraft(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailMessagesDraft';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsEmailParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsEmailParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsEmailParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsEmailParticipantWrapup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsEmailParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:n},{provisional:i.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsEmailParticipantWrapupcodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantWrapupcodes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsEmailParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsEmailSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsEmailSettings';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/settings","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsEmails(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/emails","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsInternalmessage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsInternalmessage';return this.apiClient.callApi("/api/v2/conversations/internalmessages/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsInternalmessages(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/internalmessages","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsKeyconfiguration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "keyconfigurationsId" when calling getConversationsKeyconfiguration';return this.apiClient.callApi("/api/v2/conversations/keyconfigurations/{keyconfigurationsId}","GET",{keyconfigurationsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsKeyconfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/keyconfigurations","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessage';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessageCommunicationMessagesMedia(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageCommunicationMessagesMedia';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsMessageCommunicationMessagesMedia';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media","GET",{conversationId:e,communicationId:n},{status:i.status,pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessageCommunicationMessagesMediaMediaId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';if(i==null||i==="")throw'Missing the required parameter "mediaId" when calling getConversationsMessageCommunicationMessagesMediaMediaId';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/{mediaId}","GET",{conversationId:e,communicationId:n,mediaId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsMessageDetails(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling getConversationsMessageDetails';return this.apiClient.callApi("/api/v2/conversations/messages/{messageId}/details","GET",{messageId:e},{useNormalizedMessage:n.useNormalizedMessage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessageMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageMessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling getConversationsMessageMessage';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/messages/{messageId}","GET",{conversationId:e,messageId:n},{useNormalizedMessage:i.useNormalizedMessage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessageParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsMessageParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsMessageParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsMessageParticipantWrapup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsMessageParticipantWrapup';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapup","GET",{conversationId:e,participantId:n},{provisional:i.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessageParticipantWrapupcodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantWrapupcodes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsMessageParticipantWrapupcodes';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapupcodes","GET",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messages","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagesCachedmedia(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messages/cachedmedia","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,url:e.url},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagesCachedmediaCachedMediaItemId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "cachedMediaItemId" when calling getConversationsMessagesCachedmediaCachedMediaItemId';return this.apiClient.callApi("/api/v2/conversations/messages/cachedmedia/{cachedMediaItemId}","GET",{cachedMediaItemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingFacebookApp(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/facebook/app","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingFacebookPermissions(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/facebook/permissions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/facebook/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/instagram/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/open/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/twitter/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/whatsapp/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationTwitterOauthSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationTwitterOauthSettings';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/{integrationId}/twitter/oauth/settings","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrations(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsApple(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsAppleIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple/{integrationId}","GET",{integrationId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationsFacebook(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsFacebookIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook/{integrationId}","GET",{integrationId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationsInstagram(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsInstagramIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram/{integrationId}","GET",{integrationId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationsOpen(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/{integrationId}","GET",{integrationId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileOauthSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/oauth/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileToken(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tokenId" when calling getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileToken';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/tokens/{tokenId}","GET",{tokenId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokenAccounts(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tokenId" when calling getConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokenAccounts';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/tokens/{tokenId}/accounts","GET",{tokenId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationsOpenIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/{integrationId}","GET",{integrationId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationsTwitter(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsTwitterIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter/{integrationId}","GET",{integrationId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingIntegrationsTwitterOauthSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter/oauth/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsWhatsapp(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,"supportedContent.id":e.supportedContentId,"messagingSetting.id":e.messagingSettingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingIntegrationsWhatsappIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/{integrationId}","GET",{integrationId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingOauthAppleCallback(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "code" when calling getConversationsMessagingOauthAppleCallback';if(n==null)throw'Missing the required parameter "state" when calling getConversationsMessagingOauthAppleCallback';return this.apiClient.callApi("/api/v2/conversations/messaging/oauth/apple/callback","GET",{},{code:e,state:n,error:i.error},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationsMessagingSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling getConversationsMessagingSetting';return this.apiClient.callApi("/api/v2/conversations/messaging/settings/{messageSettingId}","GET",{messageSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/settings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingSettingsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/settings/default","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingSupportedcontent(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingSupportedcontentDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/default","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsMessagingSupportedcontentSupportedContentId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling getConversationsMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/{supportedContentId}","GET",{supportedContentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsMessagingThreadingtimeline(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/messaging/threadingtimeline","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsScreenshareParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsScreenshareParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/screenshares/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/conversations/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getConversationsSocialParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsSocialParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsSocialParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsSocialParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsVideoDetails(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conferenceId" when calling getConversationsVideoDetails';return this.apiClient.callApi("/api/v2/conversations/videos/{conferenceId}/details","GET",{conferenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationsVideoParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationsVideoParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling getConversationsVideoParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling getConversationsVideoParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","GET",{conversationId:e,participantId:n,communicationId:i},{provisional:a.provisional},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationsVideosMeeting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "meetingId" when calling getConversationsVideosMeeting';return this.apiClient.callApi("/api/v2/conversations/videos/meetings/{meetingId}","GET",{meetingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationCustomattributes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationCustomattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes","PATCH",{conversationId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationCustomattributesBulk(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationCustomattributesBulk';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes/bulk","PATCH",{conversationId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationParticipant(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationParticipant';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationParticipant';if(i==null)throw'Missing the required parameter "body" when calling patchConversationParticipant';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationParticipantAttributes(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationParticipantAttributes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationParticipantAttributes';if(i==null)throw'Missing the required parameter "body" when calling patchConversationParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling patchConversationRecordingstate';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordingstate","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationSecureattributes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationSecureattributes';if(n==null)throw'Missing the required parameter "body" when calling patchConversationSecureattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/secureattributes","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationSummaryEngagements(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationSummaryEngagements';if(n==null||n==="")throw'Missing the required parameter "summaryId" when calling patchConversationSummaryEngagements';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/summaries/{summaryId}/engagements","PATCH",{conversationId:e,summaryId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationSummaryFeedback(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationSummaryFeedback';if(n==null||n==="")throw'Missing the required parameter "summaryId" when calling patchConversationSummaryFeedback';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback","PATCH",{conversationId:e,summaryId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationUtilizationlabel(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';if(n==null)throw'Missing the required parameter "body" when calling patchConversationUtilizationlabel';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/utilizationlabel","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsAftercallworkConversationIdParticipantCommunication(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsAftercallworkConversationIdParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/aftercallwork/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:n,communicationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCall(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCall';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCall';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsCallConference(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallConference';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCallConference';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/conference","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsCallParticipant(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipant';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipant';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipant';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallParticipantAttributes(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantAttributes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantAttributes';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallParticipantCommunication(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling patchConversationsCallParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:n,communicationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCallParticipantCommunicationPostflowaction(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantCommunicationPostflowaction';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantCommunicationPostflowaction';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling patchConversationsCallParticipantCommunicationPostflowaction';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction","PATCH",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallParticipantConsult(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantConsult';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantConsult';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipantConsult';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallParticipantUserUserId(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantUserUserId';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantUserUserId';if(i==null||i==="")throw'Missing the required parameter "userId" when calling patchConversationsCallParticipantUserUserId';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsCallParticipantUserUserId';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/user/{userId}","PATCH",{conversationId:e,participantId:n,userId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCallback(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallback';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCallback';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsCallbackParticipant(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipant';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipant';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCallbackParticipant';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallbackParticipantAttributes(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipantAttributes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipantAttributes';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsCallbackParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsCallbackParticipantCommunication(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCallbackParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCallbackParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling patchConversationsCallbackParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsCallbackParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:n,communicationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCallbacks(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchConversationsCallbacks';return this.apiClient.callApi("/api/v2/conversations/callbacks","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsChat(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsChat';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsChat';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsChatParticipant(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsChatParticipant';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsChatParticipant';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsChatParticipant';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsChatParticipantAttributes(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsChatParticipantAttributes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsChatParticipantAttributes';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsChatParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsChatParticipantCommunication(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsChatParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsChatParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling patchConversationsChatParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsChatParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:n,communicationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsCobrowsesession(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesession';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsCobrowsesession';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsCobrowsesessionParticipant(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipant';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipant';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsCobrowsesessionParticipantAttributes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipantAttributes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsCobrowsesessionParticipantCommunication(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling patchConversationsCobrowsesessionParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsCobrowsesessionParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:n,communicationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsEmail(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmail';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsEmail';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsEmailMessagesDraft(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailMessagesDraft';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft","PATCH",{conversationId:e},{autoFill:n.autoFill,discard:n.discard},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchConversationsEmailParticipant(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipant';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsEmailParticipant';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsEmailParticipant';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsEmailParticipantAttributes(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantAttributes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantAttributes';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsEmailParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsEmailParticipantCommunication(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling patchConversationsEmailParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsEmailParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:n,communicationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsEmailParticipantParkingstate(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsEmailParticipantParkingstate';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsEmailParticipantParkingstate';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsEmailParticipantParkingstate';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/parkingstate","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessage';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessage';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessageParticipant(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipant';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipant';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}","PATCH",{conversationId:e,participantId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessageParticipantAttributes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipantAttributes';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantAttributes';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/attributes","PATCH",{conversationId:e,participantId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessageParticipantCommunication(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipantCommunication';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantCommunication';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling patchConversationsMessageParticipantCommunication';if(a==null)throw'Missing the required parameter "body" when calling patchConversationsMessageParticipantCommunication';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}","PATCH",{conversationId:e,participantId:n,communicationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchConversationsMessageParticipantParkingstate(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchConversationsMessageParticipantParkingstate';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling patchConversationsMessageParticipantParkingstate';if(i==null)throw'Missing the required parameter "body" when calling patchConversationsMessageParticipantParkingstate';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/parkingstate","PATCH",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchConversationsMessagingIntegrationsAppleIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsAppleIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple/{integrationId}","PATCH",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingIntegrationsFacebookIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsFacebookIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook/{integrationId}","PATCH",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingIntegrationsInstagramIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsInstagramIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram/{integrationId}","PATCH",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/{integrationId}","PATCH",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingIntegrationsOpenIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsOpenIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/{integrationId}","PATCH",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingIntegrationsTwitterIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter/{integrationId}","PATCH",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup/{integrationId}","PATCH",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingIntegrationsWhatsappIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsWhatsappIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/{integrationId}","PATCH",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingSetting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling patchConversationsMessagingSetting';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingSetting';return this.apiClient.callApi("/api/v2/conversations/messaging/settings/{messageSettingId}","PATCH",{messageSettingId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsMessagingSupportedcontentSupportedContentId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling patchConversationsMessagingSupportedcontentSupportedContentId';if(n==null)throw'Missing the required parameter "body" when calling patchConversationsMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/{supportedContentId}","PATCH",{supportedContentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchConversationsSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchConversationsSettings';return this.apiClient.callApi("/api/v2/conversations/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationDetailsProperties(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postAnalyticsConversationDetailsProperties';if(n==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationDetailsProperties';return this.apiClient.callApi("/api/v2/analytics/conversations/{conversationId}/details/properties","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsConversationsActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsDetailsJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsJobs';return this.apiClient.callApi("/api/v2/analytics/conversations/details/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsConversationsDetailsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsConversationsDetailsQuery';return this.apiClient.callApi("/api/v2/analytics/conversations/details/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationAssign(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationAssign';if(n==null)throw'Missing the required parameter "body" when calling postConversationAssign';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/assign","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationBarge(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationBarge';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/barge","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationCobrowse(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCobrowse';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/cobrowse","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationCommunicationAgentchecklist(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklist';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklist';if(i==null||i==="")throw'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklist';if(a==null)throw'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklist';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}","POST",{conversationId:e,communicationId:n,agentChecklistId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postConversationCommunicationAgentchecklistAgentaction(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistAgentaction';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistAgentaction';if(i==null||i==="")throw'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklistAgentaction';if(a==null)throw'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistAgentaction';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/agentaction","POST",{conversationId:e,communicationId:n,agentChecklistId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postConversationCommunicationAgentchecklistJobs(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistJobs';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistJobs';if(i==null||i==="")throw'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklistJobs';if(a==null)throw'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistJobs';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/jobs","POST",{conversationId:e,communicationId:n,agentChecklistId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postConversationCommunicationAgentchecklistsFinalize(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistsFinalize';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistsFinalize';if(i==null)throw'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistsFinalize';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/finalize","POST",{conversationId:e,communicationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationCommunicationInternalmessages(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationCommunicationInternalmessages';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationCommunicationInternalmessages';if(i==null)throw'Missing the required parameter "body" when calling postConversationCommunicationInternalmessages';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/communications/{communicationId}/internalmessages","POST",{conversationId:e,communicationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationDisconnect(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationDisconnect';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/disconnect","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationParticipantCallbacks(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantCallbacks';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantCallbacks';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/callbacks","POST",{conversationId:e,participantId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationParticipantDigits(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantDigits';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantDigits';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/digits","POST",{conversationId:e,participantId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationParticipantInternalmessagesUsersCommunications(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantInternalmessagesUsersCommunications';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantInternalmessagesUsersCommunications';if(i==null)throw'Missing the required parameter "body" when calling postConversationParticipantInternalmessagesUsersCommunications';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/internalmessages/users/communications","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplace(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplace';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplace';if(i==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplaceAgent(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceAgent';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceAgent';if(i==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplaceAgent';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace/agent","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplaceContactExternal(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceContactExternal';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceContactExternal';if(i==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplaceContactExternal';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace/contact/external","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplaceExternal(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceExternal';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceExternal';if(i==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplaceExternal';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace/external","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantReplaceQueue(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceQueue';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceQueue';if(i==null)throw'Missing the required parameter "body" when calling postConversationParticipantReplaceQueue';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/replace/queue","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationParticipantSecureivrsessions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantSecureivrsessions';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantSecureivrsessions';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions","POST",{conversationId:e,participantId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationParticipantTransfer(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationParticipantTransfer';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationParticipantTransfer';if(i==null)throw'Missing the required parameter "body" when calling postConversationParticipantTransfer';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/transfer","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationSuggestionEngagement(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationSuggestionEngagement';if(n==null||n==="")throw'Missing the required parameter "suggestionId" when calling postConversationSuggestionEngagement';if(i==null)throw'Missing the required parameter "body" when calling postConversationSuggestionEngagement';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/suggestions/{suggestionId}/engagement","POST",{conversationId:e,suggestionId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationSuggestionsFeedback(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationSuggestionsFeedback';if(n==null)throw'Missing the required parameter "body" when calling postConversationSuggestionsFeedback';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/suggestions/feedback","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationSummaryFeedback(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationSummaryFeedback';if(n==null||n==="")throw'Missing the required parameter "summaryId" when calling postConversationSummaryFeedback';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback","POST",{conversationId:e,summaryId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCall(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCall';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCall';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCallParticipantBarge(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantBarge';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantBarge';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/barge","POST",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCallParticipantCoach(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantCoach';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantCoach';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/coach","POST",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCallParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsCallParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsult(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsult';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsult';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsult';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsultAgent(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultAgent';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultAgent';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsultAgent';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/agent","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsultContactExternal(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultContactExternal';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultContactExternal';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsultContactExternal';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/contact/external","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsultExternal(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultExternal';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultExternal';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsultExternal';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/external","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantConsultQueue(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultQueue';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultQueue';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantConsultQueue';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/queue","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantMonitor(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantMonitor';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantMonitor';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/monitor","POST",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCallParticipantReplace(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantReplace';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantReplace';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantSnippetRecord(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantSnippetRecord';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantSnippetRecord';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantSnippetRecord';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/snippet/record","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipantVoiceConsult(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantVoiceConsult';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantVoiceConsult';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantVoiceConsult';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/voice/consult","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallParticipants(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipants';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipants';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCallParticipantsUserUserId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantsUserUserId';if(n==null||n==="")throw'Missing the required parameter "userId" when calling postConversationsCallParticipantsUserUserId';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallParticipantsUserUserId';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/user/{userId}","POST",{conversationId:e,userId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallbackParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallbackParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallbackParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsCallbackParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallbackParticipantReplace(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCallbackParticipantReplace';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCallbackParticipantReplace';if(i==null)throw'Missing the required parameter "body" when calling postConversationsCallbackParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCallbacks(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCallbacks';return this.apiClient.callApi("/api/v2/conversations/callbacks","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCallbacksBulkDisconnect(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCallbacksBulkDisconnect';return this.apiClient.callApi("/api/v2/conversations/callbacks/bulk/disconnect","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCallbacksBulkUpdate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCallbacksBulkUpdate';return this.apiClient.callApi("/api/v2/conversations/callbacks/bulk/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCalls(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCalls';return this.apiClient.callApi("/api/v2/conversations/calls","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCallsUserUserId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postConversationsCallsUserUserId';if(n==null)throw'Missing the required parameter "body" when calling postConversationsCallsUserUserId';return this.apiClient.callApi("/api/v2/conversations/calls/user/{userId}","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsChatCommunicationMessages(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsChatCommunicationMessages';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsChatCommunicationMessages';if(i==null)throw'Missing the required parameter "body" when calling postConversationsChatCommunicationMessages';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/communications/{communicationId}/messages","POST",{conversationId:e,communicationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsChatCommunicationTyping(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsChatCommunicationTyping';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsChatCommunicationTyping';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/communications/{communicationId}/typing","POST",{conversationId:e,communicationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsChatParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsChatParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsChatParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsChatParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsChatParticipantReplace(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsChatParticipantReplace';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsChatParticipantReplace';if(i==null)throw'Missing the required parameter "body" when calling postConversationsChatParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsChats(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsChats';return this.apiClient.callApi("/api/v2/conversations/chats","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCobrowsesessionParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsCobrowsesessionParticipantReplace(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantReplace';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsCustomattributesSchemas(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCustomattributesSchemas';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCustomattributesSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCustomattributesSearch';return this.apiClient.callApi("/api/v2/conversations/customattributes/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsEmailInboundmessages(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailInboundmessages';if(n==null)throw'Missing the required parameter "body" when calling postConversationsEmailInboundmessages';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/inboundmessages","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsEmailMessages(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailMessages';if(n==null)throw'Missing the required parameter "body" when calling postConversationsEmailMessages';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsEmailMessagesDraftAttachmentsCopy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailMessagesDraftAttachmentsCopy';if(n==null)throw'Missing the required parameter "body" when calling postConversationsEmailMessagesDraftAttachmentsCopy';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft/attachments/copy","POST",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsEmailParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsEmailParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsEmailParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsEmailParticipantReplace(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailParticipantReplace';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsEmailParticipantReplace';if(i==null)throw'Missing the required parameter "body" when calling postConversationsEmailParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsEmailReconnect(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsEmailReconnect';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/reconnect","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsEmails(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsEmails';return this.apiClient.callApi("/api/v2/conversations/emails","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsEmailsAgentless(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsEmailsAgentless';return this.apiClient.callApi("/api/v2/conversations/emails/agentless","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsFaxes(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsFaxes';return this.apiClient.callApi("/api/v2/conversations/faxes","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsKeyconfigurations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsKeyconfigurations';return this.apiClient.callApi("/api/v2/conversations/keyconfigurations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsKeyconfigurationsValidate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsKeyconfigurationsValidate';return this.apiClient.callApi("/api/v2/conversations/keyconfigurations/validate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessageCommunicationMessages(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessages';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessages';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageCommunicationMessages';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages","POST",{conversationId:e,communicationId:n},{useNormalizedMessage:a.useNormalizedMessage},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageCommunicationMessagesMedia(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMedia';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMedia';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media","POST",{conversationId:e,communicationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessageCommunicationMessagesMediaUploads(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageCommunicationMessagesMediaUploads';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/uploads","POST",{conversationId:e,communicationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageCommunicationSocialmediaMessages(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationSocialmediaMessages';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationSocialmediaMessages';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageCommunicationSocialmediaMessages';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/socialmedia/messages","POST",{conversationId:e,communicationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageCommunicationTyping(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationTyping';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationTyping';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageCommunicationTyping';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/typing","POST",{conversationId:e,communicationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageInboundOpenEvent(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenEvent';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageInboundOpenEvent';return this.apiClient.callApi("/api/v2/conversations/messages/{integrationId}/inbound/open/event","POST",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessageInboundOpenMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenMessage';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageInboundOpenMessage';return this.apiClient.callApi("/api/v2/conversations/messages/{integrationId}/inbound/open/message","POST",{integrationId:e},{prefetchConversationId:i.prefetchConversationId},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessageInboundOpenReceipt(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenReceipt';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageInboundOpenReceipt';return this.apiClient.callApi("/api/v2/conversations/messages/{integrationId}/inbound/open/receipt","POST",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessageInboundOpenStructuredResponse(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling postConversationsMessageInboundOpenStructuredResponse';if(n==null)throw'Missing the required parameter "body" when calling postConversationsMessageInboundOpenStructuredResponse';return this.apiClient.callApi("/api/v2/conversations/messages/{integrationId}/inbound/open/structured/response","POST",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessageMessagesBulk(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageMessagesBulk';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/messages/bulk","POST",{conversationId:e},{useNormalizedMessage:n.useNormalizedMessage},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessageParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsMessageParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsMessageParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessageParticipantMonitor(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantMonitor';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsMessageParticipantMonitor';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/monitor","POST",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsMessageParticipantReplace(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantReplace';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsMessageParticipantReplace';if(i==null)throw'Missing the required parameter "body" when calling postConversationsMessageParticipantReplace';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/participants/{participantId}/replace","POST",{conversationId:e,participantId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsMessages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessages';return this.apiClient.callApi("/api/v2/conversations/messages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagesAgentless(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagesAgentless';return this.apiClient.callApi("/api/v2/conversations/messages/agentless","POST",{},{useNormalizedMessage:n.useNormalizedMessage},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagesInboundOpen(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagesInboundOpen';return this.apiClient.callApi("/api/v2/conversations/messages/inbound/open","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsApple(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsApple';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/apple","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsFacebook(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsFacebook';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/facebook","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsInstagram(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsInstagram';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/instagram","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsOpen(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsOpen';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofile(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofile';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokens(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsOpenExtensionsGooglebusinessprofileTokens';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/open/extensions/googlebusinessprofile/tokens","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsTwitter(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsTwitter';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/twitter","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsWhatsapp(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsWhatsapp';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingIntegrationsWhatsappEmbeddedsignup(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsWhatsappEmbeddedsignup';return this.apiClient.callApi("/api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingSettings';return this.apiClient.callApi("/api/v2/conversations/messaging/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsMessagingSupportedcontent(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsMessagingSupportedcontent';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsParticipantsAttributesSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsParticipantsAttributesSearch';return this.apiClient.callApi("/api/v2/conversations/participants/attributes/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsScreenshareParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsScreenshareParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/screenshares/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsSocialParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsSocialParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsSocialParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsSocialParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsVideoAgentconferenceCommunication(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsVideoAgentconferenceCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postConversationsVideoAgentconferenceCommunication';return this.apiClient.callApi("/api/v2/conversations/videos/{conversationId}/agentconference/communications/{communicationId}","POST",{conversationId:e,communicationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationsVideoParticipantCommunicationWrapup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationsVideoParticipantCommunicationWrapup';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling postConversationsVideoParticipantCommunicationWrapup';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling postConversationsVideoParticipantCommunicationWrapup';return this.apiClient.callApi("/api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup","POST",{conversationId:e,participantId:n,communicationId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postConversationsVideosMeetings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsVideosMeetings';return this.apiClient.callApi("/api/v2/conversations/videos/meetings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationCustomattributes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationCustomattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes","PUT",{conversationId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationCustomattributesBulk(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationCustomattributesBulk';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/customattributes/bulk","PUT",{conversationId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationParticipantFlaggedreason(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationParticipantFlaggedreason';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling putConversationParticipantFlaggedreason';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/participants/{participantId}/flaggedreason","PUT",{conversationId:e,participantId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationSecureattributes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationSecureattributes';if(n==null)throw'Missing the required parameter "body" when calling putConversationSecureattributes';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/secureattributes","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationTags(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationTags';if(n==null)throw'Missing the required parameter "body" when calling putConversationTags';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/tags","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsCallParticipantCommunicationUuidata(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsCallParticipantCommunicationUuidata';if(n==null||n==="")throw'Missing the required parameter "participantId" when calling putConversationsCallParticipantCommunicationUuidata';if(i==null||i==="")throw'Missing the required parameter "communicationId" when calling putConversationsCallParticipantCommunicationUuidata';if(a==null)throw'Missing the required parameter "body" when calling putConversationsCallParticipantCommunicationUuidata';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/uuidata","PUT",{conversationId:e,participantId:n,communicationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}putConversationsCallRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsCallRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsCallRecordingstate';return this.apiClient.callApi("/api/v2/conversations/calls/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsCallbackRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsCallbackRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsCallbackRecordingstate';return this.apiClient.callApi("/api/v2/conversations/callbacks/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsChatRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsChatRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsChatRecordingstate';return this.apiClient.callApi("/api/v2/conversations/chats/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsCobrowsesessionRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsCobrowsesessionRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsCobrowsesessionRecordingstate';return this.apiClient.callApi("/api/v2/conversations/cobrowsesessions/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsCustomattributesSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putConversationsCustomattributesSchema';if(n==null)throw'Missing the required parameter "body" when calling putConversationsCustomattributesSchema';return this.apiClient.callApi("/api/v2/conversations/customattributes/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsEmailMessagesDraft(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsEmailMessagesDraft';if(n==null)throw'Missing the required parameter "body" when calling putConversationsEmailMessagesDraft';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/messages/draft","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsEmailRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsEmailRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsEmailRecordingstate';return this.apiClient.callApi("/api/v2/conversations/emails/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsKeyconfiguration(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "keyconfigurationsId" when calling putConversationsKeyconfiguration';if(n==null)throw'Missing the required parameter "body" when calling putConversationsKeyconfiguration';return this.apiClient.callApi("/api/v2/conversations/keyconfigurations/{keyconfigurationsId}","PUT",{keyconfigurationsId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessageRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsMessageRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsMessageRecordingstate';return this.apiClient.callApi("/api/v2/conversations/messages/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}","PUT",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/facebook/{integrationId}","PUT",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/instagram/{integrationId}","PUT",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/open/{integrationId}","PUT",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsTwitterIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/twitter/{integrationId}","PUT",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId';if(n==null)throw'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId';return this.apiClient.callApi("/api/v2/conversations/messaging/identityresolution/integrations/whatsapp/{integrationId}","PUT",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsMessagingSettingsDefault(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putConversationsMessagingSettingsDefault';return this.apiClient.callApi("/api/v2/conversations/messaging/settings/default","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingSupportedcontentDefault(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putConversationsMessagingSupportedcontentDefault';return this.apiClient.callApi("/api/v2/conversations/messaging/supportedcontent/default","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsMessagingThreadingtimeline(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putConversationsMessagingThreadingtimeline';return this.apiClient.callApi("/api/v2/conversations/messaging/threadingtimeline","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationsScreenshareRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsScreenshareRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsScreenshareRecordingstate';return this.apiClient.callApi("/api/v2/conversations/screenshares/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsSocialRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsSocialRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsSocialRecordingstate';return this.apiClient.callApi("/api/v2/conversations/socials/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putConversationsVideoRecordingstate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationsVideoRecordingstate';if(n==null)throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';return this.apiClient.callApi("/api/v2/conversations/videos/{conversationId}/recordingstate","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Cb=class{constructor(e){this.apiClient=e||k.instance}getDataextensionsCoretype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coretypeName" when calling getDataextensionsCoretype';return this.apiClient.callApi("/api/v2/dataextensions/coretypes/{coretypeName}","GET",{coretypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getDataextensionsCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/dataextensions/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getDataextensionsLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/dataextensions/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Ab=class{constructor(e){this.apiClient=e||k.instance}deleteDataprivacyMaskingrule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling deleteDataprivacyMaskingrule';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules/{ruleId}","DELETE",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getDataprivacyMaskingrule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getDataprivacyMaskingrule';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules/{ruleId}","GET",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getDataprivacyMaskingrules(e){return e=e||{},this.apiClient.callApi("/api/v2/dataprivacy/maskingrules","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchDataprivacyMaskingrule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling patchDataprivacyMaskingrule';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules/{ruleId}","PATCH",{ruleId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postDataprivacyMaskingrules(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postDataprivacyMaskingrules';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postDataprivacyMaskingrulesValidate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postDataprivacyMaskingrulesValidate';return this.apiClient.callApi("/api/v2/dataprivacy/maskingrules/validate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},bb=class{constructor(e){this.apiClient=e||k.instance}getDownload(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "downloadId" when calling getDownload';return this.apiClient.callApi("/api/v2/downloads/{downloadId}","GET",{downloadId:e},{contentDisposition:n.contentDisposition,issueRedirect:n.issueRedirect,redirectToAuth:n.redirectToAuth},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},yb=class{constructor(e){this.apiClient=e||k.instance}deleteEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getEmailsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmailsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Pb=class{constructor(e){this.apiClient=e||k.instance}deleteEmployeeengagementCelebration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "celebrationId" when calling deleteEmployeeengagementCelebration';return this.apiClient.callApi("/api/v2/employeeengagement/celebrations/{celebrationId}","DELETE",{celebrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getEmployeeengagementCelebrations(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeengagement/celebrations","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getEmployeeengagementRecognition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "recognitionId" when calling getEmployeeengagementRecognition';return this.apiClient.callApi("/api/v2/employeeengagement/recognitions/{recognitionId}","GET",{recognitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getEmployeeengagementRecognitions(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeengagement/recognitions","GET",{},{direction:e.direction,recipient:e.recipient,dateStart:e.dateStart,dateEnd:e.dateEnd,pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmployeeengagementCelebration(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "celebrationId" when calling patchEmployeeengagementCelebration';if(n==null)throw'Missing the required parameter "body" when calling patchEmployeeengagementCelebration';return this.apiClient.callApi("/api/v2/employeeengagement/celebrations/{celebrationId}","PATCH",{celebrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postEmployeeengagementRecognitions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postEmployeeengagementRecognitions';return this.apiClient.callApi("/api/v2/employeeengagement/recognitions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},jb=class{constructor(e){this.apiClient=e||k.instance}postEventsConversations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postEventsConversations';return this.apiClient.callApi("/api/v2/events/conversations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postEventsRoutingCustomkpiattributions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postEventsRoutingCustomkpiattributions';return this.apiClient.callApi("/api/v2/events/routing/customkpiattributions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postEventsUsersPresence(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postEventsUsersPresence';return this.apiClient.callApi("/api/v2/events/users/presence","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postEventsUsersRoutingstatus(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';return this.apiClient.callApi("/api/v2/events/users/routingstatus","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Sb=class{constructor(e){this.apiClient=e||k.instance}deleteExternalcontactsContact(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling deleteExternalcontactsContact';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}","DELETE",{contactId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsContactNote(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling deleteExternalcontactsContactNote';if(n==null||n==="")throw'Missing the required parameter "noteId" when calling deleteExternalcontactsContactNote';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes/{noteId}","DELETE",{contactId:e,noteId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsContactsSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteExternalcontactsContactsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsExternalsource(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalSourceId" when calling deleteExternalcontactsExternalsource';return this.apiClient.callApi("/api/v2/externalcontacts/externalsources/{externalSourceId}","DELETE",{externalSourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsImportCsvSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling deleteExternalcontactsImportCsvSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings/{settingsId}","DELETE",{settingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsImportSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling deleteExternalcontactsImportSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/settings/{settingsId}","DELETE",{settingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsOrganization(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling deleteExternalcontactsOrganization';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}","DELETE",{externalOrganizationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsOrganizationNote(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling deleteExternalcontactsOrganizationNote';if(n==null||n==="")throw'Missing the required parameter "noteId" when calling deleteExternalcontactsOrganizationNote';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}","DELETE",{externalOrganizationId:e,noteId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteExternalcontactsOrganizationTrustor(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling deleteExternalcontactsOrganizationTrustor';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/trustor","DELETE",{externalOrganizationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteExternalcontactsRelationship(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "relationshipId" when calling deleteExternalcontactsRelationship';return this.apiClient.callApi("/api/v2/externalcontacts/relationships/{relationshipId}","DELETE",{relationshipId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContact(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContact';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}","GET",{contactId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactIdentifiers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactIdentifiers';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/identifiers","GET",{contactId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactJourneySegments(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactJourneySegments';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/segments","GET",{contactId:e},{includeMerged:n.includeMerged,limit:n.limit},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactJourneySessions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactJourneySessions';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/sessions","GET",{contactId:e},{pageSize:n.pageSize,after:n.after,includeMerged:n.includeMerged},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactNote(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactNote';if(n==null||n==="")throw'Missing the required parameter "noteId" when calling getExternalcontactsContactNote';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes/{noteId}","GET",{contactId:e,noteId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactNotes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactNotes';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes","GET",{contactId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactUnresolved(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactUnresolved';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/unresolved","GET",{contactId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContacts(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,q:e.q,sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsContactsExport(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "exportId" when calling getExternalcontactsContactsExport';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/exports/{exportId}","GET",{exportId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactsExports(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts/exports","GET",{},{divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi"),after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsContactsSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsContactsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactsSchemaVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsContactsSchemaVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getExternalcontactsContactsSchemaVersion';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsContactsSchemaVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsContactsSchemaVersions';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactsSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsContactsSchemasCoretype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getExternalcontactsContactsSchemasCoretype';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactsSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsContactsSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsExternalsource(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalSourceId" when calling getExternalcontactsExternalsource';return this.apiClient.callApi("/api/v2/externalcontacts/externalsources/{externalSourceId}","GET",{externalSourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsExternalsources(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/externalsources","GET",{},{cursor:e.cursor,limit:e.limit,name:e.name,active:e.active},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsImportCsvSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling getExternalcontactsImportCsvSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings/{settingsId}","GET",{settingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsImportCsvSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings","GET",{},{after:e.after,pageSize:e.pageSize,externalSettingsId:e.externalSettingsId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsImportCsvUploadDetails(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "uploadId" when calling getExternalcontactsImportCsvUploadDetails';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/uploads/{uploadId}/details","GET",{uploadId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsImportCsvUploadPreview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "uploadId" when calling getExternalcontactsImportCsvUploadPreview';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/uploads/{uploadId}/preview","GET",{uploadId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsImportJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getExternalcontactsImportJob';return this.apiClient.callApi("/api/v2/externalcontacts/import/jobs/{jobId}","GET",{jobId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsImportJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/import/jobs","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi"),after:e.after,pageSize:e.pageSize,sortOrder:e.sortOrder,jobStatus:e.jobStatus},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsImportSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling getExternalcontactsImportSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/settings/{settingsId}","GET",{settingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsImportSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/import/settings","GET",{},{after:e.after,pageSize:e.pageSize,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsOrganization(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganization';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}","GET",{externalOrganizationId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),includeTrustors:n.includeTrustors},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationContacts(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationContacts';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/contacts","GET",{externalOrganizationId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,q:n.q,sortOrder:n.sortOrder,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationIdentifiers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationIdentifiers';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/identifiers","GET",{externalOrganizationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationNote(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationNote';if(n==null||n==="")throw'Missing the required parameter "noteId" when calling getExternalcontactsOrganizationNote';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}","GET",{externalOrganizationId:e,noteId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationNotes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationNotes';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes","GET",{externalOrganizationId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationRelationships(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling getExternalcontactsOrganizationRelationships';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships","GET",{externalOrganizationId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizations(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/organizations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,q:e.q,trustorId:this.apiClient.buildCollectionParam(e.trustorId,"multi"),sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),includeTrustors:e.includeTrustors,divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsOrganizationsSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsOrganizationsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationsSchemaVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsOrganizationsSchemaVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getExternalcontactsOrganizationsSchemaVersion';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getExternalcontactsOrganizationsSchemaVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getExternalcontactsOrganizationsSchemaVersions';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationsSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsOrganizationsSchemasCoretype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getExternalcontactsOrganizationsSchemasCoretype';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsOrganizationsSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsOrganizationsSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsRelationship(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "relationshipId" when calling getExternalcontactsRelationship';return this.apiClient.callApi("/api/v2/externalcontacts/relationships/{relationshipId}","GET",{relationshipId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsReversewhitepageslookup(e,n){if(n=n||{},e==null)throw'Missing the required parameter "lookupVal" when calling getExternalcontactsReversewhitepageslookup';return this.apiClient.callApi("/api/v2/externalcontacts/reversewhitepageslookup","GET",{},{lookupVal:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),divisionId:n.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsScanContacts(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/contacts","GET",{},{limit:e.limit,cursor:e.cursor,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanContactsDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/contacts/divisionviews/all","GET",{},{limit:e.limit,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanNotes(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/notes","GET",{},{limit:e.limit,cursor:e.cursor,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanNotesDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/notes/divisionviews/all","GET",{},{limit:e.limit,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanOrganizations(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/organizations","GET",{},{limit:e.limit,cursor:e.cursor,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanOrganizationsDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/organizations/divisionviews/all","GET",{},{limit:e.limit,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanRelationships(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/relationships","GET",{},{limit:e.limit,cursor:e.cursor,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsScanRelationshipsDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/scan/relationships/divisionviews/all","GET",{},{limit:e.limit,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchExternalcontactsContact(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling patchExternalcontactsContact';if(n==null)throw'Missing the required parameter "body" when calling patchExternalcontactsContact';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}","PATCH",{contactId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchExternalcontactsContactIdentifiers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling patchExternalcontactsContactIdentifiers';if(n==null)throw'Missing the required parameter "body" when calling patchExternalcontactsContactIdentifiers';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/identifiers","PATCH",{contactId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchExternalcontactsOrganizationIdentifiers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling patchExternalcontactsOrganizationIdentifiers';if(n==null)throw'Missing the required parameter "body" when calling patchExternalcontactsOrganizationIdentifiers';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/identifiers","PATCH",{externalOrganizationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsBulkContacts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContacts';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkContactsAdd(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsAdd';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkContactsDivisionviews(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsDivisionviews';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/divisionviews","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkContactsEnrich(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsEnrich';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/enrich","POST",{},{dryRun:n.dryRun},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkContactsRemove(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsRemove';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkContactsUnresolved(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsUnresolved';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/unresolved","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkContactsUpdate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkContactsUpdate';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/contacts/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkNotes(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkNotes';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/notes","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkNotesAdd(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkNotesAdd';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/notes/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkNotesRemove(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkNotesRemove';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/notes/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkNotesUpdate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkNotesUpdate';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/notes/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkOrganizations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizations';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkOrganizationsAdd(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsAdd';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkOrganizationsDivisionviews(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsDivisionviews';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/divisionviews","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkOrganizationsEnrich(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsEnrich';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/enrich","POST",{},{dryRun:n.dryRun},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkOrganizationsRemove(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsRemove';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkOrganizationsUpdate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkOrganizationsUpdate';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/organizations/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkRelationships(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkRelationships';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/relationships","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkRelationshipsAdd(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkRelationshipsAdd';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/relationships/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkRelationshipsRemove(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkRelationshipsRemove';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/relationships/remove","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsBulkRelationshipsUpdate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsBulkRelationshipsUpdate';return this.apiClient.callApi("/api/v2/externalcontacts/bulk/relationships/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContactJourneySegments(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling postExternalcontactsContactJourneySegments';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/segments","POST",{contactId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContactNotes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling postExternalcontactsContactNotes';if(n==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactNotes';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes","POST",{contactId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsContactPromotion(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling postExternalcontactsContactPromotion';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/promotion","POST",{contactId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContacts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContacts';return this.apiClient.callApi("/api/v2/externalcontacts/contacts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContactsEnrich(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactsEnrich';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/enrich","POST",{},{dryRun:n.dryRun},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContactsExports(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactsExports';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/exports","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContactsMerge(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactsMerge';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/merge","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContactsSchemas(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsContactsSchemas';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsExternalsources(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsExternalsources';return this.apiClient.callApi("/api/v2/externalcontacts/externalsources","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsIdentifierlookup(e,n){if(n=n||{},e==null)throw'Missing the required parameter "identifier" when calling postExternalcontactsIdentifierlookup';return this.apiClient.callApi("/api/v2/externalcontacts/identifierlookup","POST",{},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsIdentifierlookupContacts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "identifier" when calling postExternalcontactsIdentifierlookupContacts';return this.apiClient.callApi("/api/v2/externalcontacts/identifierlookup/contacts","POST",{},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsIdentifierlookupOrganizations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "identifier" when calling postExternalcontactsIdentifierlookupOrganizations';return this.apiClient.callApi("/api/v2/externalcontacts/identifierlookup/organizations","POST",{},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsImportCsvJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportCsvJobs';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsImportCsvSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportCsvSettings';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsImportCsvUploads(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportCsvUploads';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsImportJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportJobs';return this.apiClient.callApi("/api/v2/externalcontacts/import/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsImportSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsImportSettings';return this.apiClient.callApi("/api/v2/externalcontacts/import/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsMergeContacts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsMergeContacts';return this.apiClient.callApi("/api/v2/externalcontacts/merge/contacts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsOrganizationNotes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling postExternalcontactsOrganizationNotes';if(n==null)throw'Missing the required parameter "body" when calling postExternalcontactsOrganizationNotes';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes","POST",{externalOrganizationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postExternalcontactsOrganizations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsOrganizations';return this.apiClient.callApi("/api/v2/externalcontacts/organizations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsOrganizationsEnrich(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsOrganizationsEnrich';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/enrich","POST",{},{dryRun:n.dryRun},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsOrganizationsSchemas(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsOrganizationsSchemas';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsRelationships(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postExternalcontactsRelationships';return this.apiClient.callApi("/api/v2/externalcontacts/relationships","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putExternalcontactsContact(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling putExternalcontactsContact';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsContact';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}","PUT",{contactId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsContactNote(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling putExternalcontactsContactNote';if(n==null||n==="")throw'Missing the required parameter "noteId" when calling putExternalcontactsContactNote';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsContactNote';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/notes/{noteId}","PUT",{contactId:e,noteId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putExternalcontactsContactsSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putExternalcontactsContactsSchema';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsContactsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsConversation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putExternalcontactsConversation';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsConversation';return this.apiClient.callApi("/api/v2/externalcontacts/conversations/{conversationId}","PUT",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsExternalsource(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalSourceId" when calling putExternalcontactsExternalsource';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsExternalsource';return this.apiClient.callApi("/api/v2/externalcontacts/externalsources/{externalSourceId}","PUT",{externalSourceId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsImportCsvSetting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling putExternalcontactsImportCsvSetting';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsImportCsvSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/csv/settings/{settingsId}","PUT",{settingsId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsImportJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling putExternalcontactsImportJob';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsImportJob';return this.apiClient.callApi("/api/v2/externalcontacts/import/jobs/{jobId}","PUT",{jobId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsImportSetting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "settingsId" when calling putExternalcontactsImportSetting';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsImportSetting';return this.apiClient.callApi("/api/v2/externalcontacts/import/settings/{settingsId}","PUT",{settingsId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsOrganization(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling putExternalcontactsOrganization';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsOrganization';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}","PUT",{externalOrganizationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsOrganizationNote(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling putExternalcontactsOrganizationNote';if(n==null||n==="")throw'Missing the required parameter "noteId" when calling putExternalcontactsOrganizationNote';if(i==null)throw'Missing the required parameter "body" when calling putExternalcontactsOrganizationNote';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}","PUT",{externalOrganizationId:e,noteId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putExternalcontactsOrganizationTrustorTrustorId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "externalOrganizationId" when calling putExternalcontactsOrganizationTrustorTrustorId';if(n==null||n==="")throw'Missing the required parameter "trustorId" when calling putExternalcontactsOrganizationTrustorTrustorId';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/{externalOrganizationId}/trustor/{trustorId}","PUT",{externalOrganizationId:e,trustorId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsOrganizationsSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putExternalcontactsOrganizationsSchema';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsOrganizationsSchema';return this.apiClient.callApi("/api/v2/externalcontacts/organizations/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsRelationship(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "relationshipId" when calling putExternalcontactsRelationship';if(n==null)throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';return this.apiClient.callApi("/api/v2/externalcontacts/relationships/{relationshipId}","PUT",{relationshipId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Ob=class{constructor(e){this.apiClient=e||k.instance}deleteFaxDocument(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling deleteFaxDocument';return this.apiClient.callApi("/api/v2/fax/documents/{documentId}","DELETE",{documentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFaxDocument(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling getFaxDocument';return this.apiClient.callApi("/api/v2/fax/documents/{documentId}","GET",{documentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFaxDocumentContent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling getFaxDocumentContent';return this.apiClient.callApi("/api/v2/fax/documents/{documentId}/content","GET",{documentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getFaxDocuments(e){return e=e||{},this.apiClient.callApi("/api/v2/fax/documents","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFaxSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/fax/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFaxSummary(e){return e=e||{},this.apiClient.callApi("/api/v2/fax/summary","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putFaxDocument(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "documentId" when calling putFaxDocument';if(n==null)throw'Missing the required parameter "body" when calling putFaxDocument';return this.apiClient.callApi("/api/v2/fax/documents/{documentId}","PUT",{documentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putFaxSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/fax/settings","PUT",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},xb=class{constructor(e){this.apiClient=e||k.instance}deleteAnalyticsFlowsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsFlowsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsFlowsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsFlowsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowsActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/flows/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/flows/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsFlowsObservationsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/flows/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Tb=class{constructor(e){this.apiClient=e||k.instance}deleteEmployeeperformanceExternalmetricsDefinition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "metricId" when calling deleteEmployeeperformanceExternalmetricsDefinition';return this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions/{metricId}","DELETE",{metricId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteGamificationContest(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling deleteGamificationContest';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}","DELETE",{contestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getEmployeeperformanceExternalmetricsDefinition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "metricId" when calling getEmployeeperformanceExternalmetricsDefinition';return this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions/{metricId}","GET",{metricId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getEmployeeperformanceExternalmetricsDefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationContest(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContest';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}","GET",{contestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationContestAgentsScores(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestAgentsScores';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/agents/scores","GET",{contestId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,workday:n.workday,returnsView:n.returnsView},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationContestAgentsScoresMe(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestAgentsScoresMe';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/agents/scores/me","GET",{contestId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,workday:n.workday,returnsView:n.returnsView},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationContestAgentsScoresTrends(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestAgentsScoresTrends';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/agents/scores/trends","GET",{contestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationContestAgentsScoresTrendsMe(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestAgentsScoresTrendsMe';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/agents/scores/trends/me","GET",{contestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationContestPrizeimage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling getGamificationContestPrizeimage';if(n==null||n==="")throw'Missing the required parameter "prizeImageId" when calling getGamificationContestPrizeimage';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}/prizeimages/{prizeImageId}","GET",{contestId:e,prizeImageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationContests(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/contests","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,dateStart:e.dateStart,dateEnd:e.dateEnd,status:this.apiClient.buildCollectionParam(e.status,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationContestsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/contests/me","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,dateStart:e.dateStart,dateEnd:e.dateEnd,status:this.apiClient.buildCollectionParam(e.status,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder,view:e.view},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationInsights(e,n,i,a,r,s){if(s=s||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsights';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsights';if(i==null)throw'Missing the required parameter "granularity" when calling getGamificationInsights';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsights';if(r==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsights';return this.apiClient.callApi("/api/v2/gamification/insights","GET",{},{filterType:e,filterId:n,granularity:i,comparativePeriodStartWorkday:a,primaryPeriodStartWorkday:r,pageSize:s.pageSize,pageNumber:s.pageNumber,sortKey:s.sortKey,sortMetricId:s.sortMetricId,sortOrder:s.sortOrder,userIds:s.userIds,reportsTo:s.reportsTo},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getGamificationInsightsDetails(e,n,i,a,r,s){if(s=s||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsDetails';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsDetails';if(i==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsDetails';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsDetails';if(r==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsDetails';return this.apiClient.callApi("/api/v2/gamification/insights/details","GET",{},{filterType:e,filterId:n,granularity:i,comparativePeriodStartWorkday:a,primaryPeriodStartWorkday:r},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getGamificationInsightsGroupsTrends(e,n,i,a,r,s,o,l){if(l=l||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsGroupsTrends';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsGroupsTrends';if(i==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsGroupsTrends';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsGroupsTrends';if(r==null)throw'Missing the required parameter "comparativePeriodEndWorkday" when calling getGamificationInsightsGroupsTrends';if(s==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsGroupsTrends';if(o==null)throw'Missing the required parameter "primaryPeriodEndWorkday" when calling getGamificationInsightsGroupsTrends';return this.apiClient.callApi("/api/v2/gamification/insights/groups/trends","GET",{},{filterType:e,filterId:n,granularity:i,comparativePeriodStartWorkday:a,comparativePeriodEndWorkday:r,primaryPeriodStartWorkday:s,primaryPeriodEndWorkday:o},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],l.customHeaders)}getGamificationInsightsGroupsTrendsAll(e,n,i,a,r,s,o,l){if(l=l||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsGroupsTrendsAll';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsGroupsTrendsAll';if(i==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsGroupsTrendsAll';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsGroupsTrendsAll';if(r==null)throw'Missing the required parameter "comparativePeriodEndWorkday" when calling getGamificationInsightsGroupsTrendsAll';if(s==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsGroupsTrendsAll';if(o==null)throw'Missing the required parameter "primaryPeriodEndWorkday" when calling getGamificationInsightsGroupsTrendsAll';return this.apiClient.callApi("/api/v2/gamification/insights/groups/trends/all","GET",{},{filterType:e,filterId:n,granularity:i,comparativePeriodStartWorkday:a,comparativePeriodEndWorkday:r,primaryPeriodStartWorkday:s,primaryPeriodEndWorkday:o},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],l.customHeaders)}getGamificationInsightsManagers(e,n,i,a,r){if(r=r||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsManagers';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsManagers';if(i==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsManagers';if(a==null)throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsManagers';return this.apiClient.callApi("/api/v2/gamification/insights/managers","GET",{},{filterType:e,filterId:n,granularity:i,startWorkday:a,pageSize:r.pageSize,pageNumber:r.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationInsightsMembers(e,n,i,a,r){if(r=r||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsMembers';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsMembers';if(i==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsMembers';if(a==null)throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsMembers';return this.apiClient.callApi("/api/v2/gamification/insights/members","GET",{},{filterType:e,filterId:n,granularity:i,startWorkday:a,reportsTo:r.reportsTo},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationInsightsRankings(e,n,i,a,r,s,o){if(o=o||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsRankings';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsRankings';if(i==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsRankings';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsRankings';if(r==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsRankings';if(s==null)throw'Missing the required parameter "sortKey" when calling getGamificationInsightsRankings';return this.apiClient.callApi("/api/v2/gamification/insights/rankings","GET",{},{filterType:e,filterId:n,granularity:i,comparativePeriodStartWorkday:a,primaryPeriodStartWorkday:r,sortKey:s,sortMetricId:o.sortMetricId,sectionSize:o.sectionSize,userIds:o.userIds,reportsTo:o.reportsTo},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],o.customHeaders)}getGamificationInsightsTrends(e,n,i,a,r,s,o,l){if(l=l||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsTrends';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsTrends';if(i==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsTrends';if(a==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsTrends';if(r==null)throw'Missing the required parameter "comparativePeriodEndWorkday" when calling getGamificationInsightsTrends';if(s==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsTrends';if(o==null)throw'Missing the required parameter "primaryPeriodEndWorkday" when calling getGamificationInsightsTrends';return this.apiClient.callApi("/api/v2/gamification/insights/trends","GET",{},{filterType:e,filterId:n,granularity:i,comparativePeriodStartWorkday:a,comparativePeriodEndWorkday:r,primaryPeriodStartWorkday:s,primaryPeriodEndWorkday:o},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],l.customHeaders)}getGamificationInsightsUserDetails(e,n,i,a,r,s,o){if(o=o||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationInsightsUserDetails';if(n==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsUserDetails';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsUserDetails';if(a==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsUserDetails';if(r==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsUserDetails';if(s==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsUserDetails';return this.apiClient.callApi("/api/v2/gamification/insights/users/{userId}/details","GET",{userId:e},{filterType:n,filterId:i,granularity:a,comparativePeriodStartWorkday:r,primaryPeriodStartWorkday:s},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],o.customHeaders)}getGamificationInsightsUserTrends(e,n,i,a,r,s,o,l,u){if(u=u||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationInsightsUserTrends';if(n==null)throw'Missing the required parameter "filterType" when calling getGamificationInsightsUserTrends';if(i==null)throw'Missing the required parameter "filterId" when calling getGamificationInsightsUserTrends';if(a==null)throw'Missing the required parameter "granularity" when calling getGamificationInsightsUserTrends';if(r==null)throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsUserTrends';if(s==null)throw'Missing the required parameter "comparativePeriodEndWorkday" when calling getGamificationInsightsUserTrends';if(o==null)throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsUserTrends';if(l==null)throw'Missing the required parameter "primaryPeriodEndWorkday" when calling getGamificationInsightsUserTrends';return this.apiClient.callApi("/api/v2/gamification/insights/users/{userId}/trends","GET",{userId:e},{filterType:n,filterId:i,granularity:a,comparativePeriodStartWorkday:r,comparativePeriodEndWorkday:s,primaryPeriodStartWorkday:o,primaryPeriodEndWorkday:l},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],u.customHeaders)}getGamificationLeaderboard(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "startWorkday" when calling getGamificationLeaderboard';if(n==null)throw'Missing the required parameter "endWorkday" when calling getGamificationLeaderboard';return this.apiClient.callApi("/api/v2/gamification/leaderboard","GET",{},{startWorkday:e,endWorkday:n,metricId:i.metricId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationLeaderboardAll(e,n,i,a,r){if(r=r||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationLeaderboardAll';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationLeaderboardAll';if(i==null)throw'Missing the required parameter "startWorkday" when calling getGamificationLeaderboardAll';if(a==null)throw'Missing the required parameter "endWorkday" when calling getGamificationLeaderboardAll';return this.apiClient.callApi("/api/v2/gamification/leaderboard/all","GET",{},{filterType:e,filterId:n,startWorkday:i,endWorkday:a,metricId:r.metricId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationLeaderboardAllBestpoints(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationLeaderboardAllBestpoints';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationLeaderboardAllBestpoints';return this.apiClient.callApi("/api/v2/gamification/leaderboard/all/bestpoints","GET",{},{filterType:e,filterId:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationLeaderboardBestpoints(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/leaderboard/bestpoints","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationMetricdefinition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "metricDefinitionId" when calling getGamificationMetricdefinition';return this.apiClient.callApi("/api/v2/gamification/metricdefinitions/{metricDefinitionId}","GET",{metricDefinitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationMetricdefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/metricdefinitions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationProfile(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfile';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}","GET",{profileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationProfileMembers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfileMembers';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/members","GET",{profileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationProfileMetric(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfileMetric';if(n==null||n==="")throw'Missing the required parameter "metricId" when calling getGamificationProfileMetric';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics/{metricId}","GET",{profileId:e,metricId:n},{workday:i.workday},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationProfileMetrics(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfileMetrics';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics","GET",{profileId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),workday:n.workday,metricIds:n.metricIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationProfileMetricsObjectivedetails(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationProfileMetricsObjectivedetails';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics/objectivedetails","GET",{profileId:e},{workday:n.workday},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationProfiles(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/profiles","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationProfilesUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationProfilesUser';return this.apiClient.callApi("/api/v2/gamification/profiles/users/{userId}","GET",{userId:e},{workday:n.workday},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationProfilesUsersMe(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/profiles/users/me","GET",{},{workday:e.workday},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationScorecards(e,n){if(n=n||{},e==null)throw'Missing the required parameter "workday" when calling getGamificationScorecards';return this.apiClient.callApi("/api/v2/gamification/scorecards","GET",{},{workday:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsAttendance(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsAttendance';if(n==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsAttendance';return this.apiClient.callApi("/api/v2/gamification/scorecards/attendance","GET",{},{startWorkday:e,endWorkday:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsBestpoints(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/scorecards/bestpoints","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationScorecardsPointsAlltime(e,n){if(n=n||{},e==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsPointsAlltime';return this.apiClient.callApi("/api/v2/gamification/scorecards/points/alltime","GET",{},{endWorkday:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsPointsAverage(e,n){if(n=n||{},e==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsPointsAverage';return this.apiClient.callApi("/api/v2/gamification/scorecards/points/average","GET",{},{workday:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsPointsTrends(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsPointsTrends';if(n==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsPointsTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/points/trends","GET",{},{startWorkday:e,endWorkday:n,dayOfWeek:i.dayOfWeek},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsProfileMetricUserValuesTrends(e,n,i,a,r,s){if(s=s||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationScorecardsProfileMetricUserValuesTrends';if(n==null||n==="")throw'Missing the required parameter "metricId" when calling getGamificationScorecardsProfileMetricUserValuesTrends';if(i==null||i==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsProfileMetricUserValuesTrends';if(a==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsProfileMetricUserValuesTrends';if(r==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsProfileMetricUserValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/{userId}/values/trends","GET",{profileId:e,metricId:n,userId:i},{startWorkday:a,endWorkday:r,referenceWorkday:s.referenceWorkday,timeZone:s.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getGamificationScorecardsProfileMetricUsersValuesTrends(e,n,i,a,r,s){if(s=s||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';if(n==null||n==="")throw'Missing the required parameter "metricId" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';if(i==null)throw'Missing the required parameter "filterType" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';if(a==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';if(r==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/values/trends","GET",{profileId:e,metricId:n},{filterType:i,filterId:s.filterId,startWorkday:a,endWorkday:r,referenceWorkday:s.referenceWorkday,timeZone:s.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],s.customHeaders)}getGamificationScorecardsProfileMetricValuesTrends(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling getGamificationScorecardsProfileMetricValuesTrends';if(n==null||n==="")throw'Missing the required parameter "metricId" when calling getGamificationScorecardsProfileMetricValuesTrends';if(i==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsProfileMetricValuesTrends';if(a==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsProfileMetricValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/values/trends","GET",{profileId:e,metricId:n},{filterType:r.filterType,startWorkday:i,endWorkday:a,referenceWorkday:r.referenceWorkday,timeZone:r.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationScorecardsUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUser';if(n==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsUser';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}","GET",{userId:e},{workday:n,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsUserAttendance(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserAttendance';if(n==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsUserAttendance';if(i==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUserAttendance';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/attendance","GET",{userId:e},{startWorkday:n,endWorkday:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUserBestpoints(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserBestpoints';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/bestpoints","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsUserPointsAlltime(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserPointsAlltime';if(n==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUserPointsAlltime';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/points/alltime","GET",{userId:e},{endWorkday:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationScorecardsUserPointsTrends(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserPointsTrends';if(n==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsUserPointsTrends';if(i==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUserPointsTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/points/trends","GET",{userId:e},{startWorkday:n,endWorkday:i,dayOfWeek:a.dayOfWeek},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUserValuesTrends(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getGamificationScorecardsUserValuesTrends';if(n==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsUserValuesTrends';if(i==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUserValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/{userId}/values/trends","GET",{userId:e},{startWorkday:n,endWorkday:i,timeZone:a.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUsersPointsAverage(e,n,i,a){if(a=a||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationScorecardsUsersPointsAverage';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationScorecardsUsersPointsAverage';if(i==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsUsersPointsAverage';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/points/average","GET",{},{filterType:e,filterId:n,workday:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUsersValuesAverage(e,n,i,a){if(a=a||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationScorecardsUsersValuesAverage';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationScorecardsUsersValuesAverage';if(i==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsUsersValuesAverage';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/values/average","GET",{},{filterType:e,filterId:n,workday:i,timeZone:a.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getGamificationScorecardsUsersValuesTrends(e,n,i,a,r){if(r=r||{},e==null)throw'Missing the required parameter "filterType" when calling getGamificationScorecardsUsersValuesTrends';if(n==null)throw'Missing the required parameter "filterId" when calling getGamificationScorecardsUsersValuesTrends';if(i==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsUsersValuesTrends';if(a==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsUsersValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/users/values/trends","GET",{},{filterType:e,filterId:n,startWorkday:i,endWorkday:a,timeZone:r.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getGamificationScorecardsValuesAverage(e,n){if(n=n||{},e==null)throw'Missing the required parameter "workday" when calling getGamificationScorecardsValuesAverage';return this.apiClient.callApi("/api/v2/gamification/scorecards/values/average","GET",{},{workday:e,timeZone:n.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationScorecardsValuesTrends(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "startWorkday" when calling getGamificationScorecardsValuesTrends';if(n==null)throw'Missing the required parameter "endWorkday" when calling getGamificationScorecardsValuesTrends';return this.apiClient.callApi("/api/v2/gamification/scorecards/values/trends","GET",{},{filterType:i.filterType,referenceWorkday:i.referenceWorkday,startWorkday:e,endWorkday:n,timeZone:i.timeZone},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getGamificationStatus(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/status","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGamificationTemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "templateId" when calling getGamificationTemplate';return this.apiClient.callApi("/api/v2/gamification/templates/{templateId}","GET",{templateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGamificationTemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/gamification/templates","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmployeeperformanceExternalmetricsDefinition(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "metricId" when calling patchEmployeeperformanceExternalmetricsDefinition';if(n==null)throw'Missing the required parameter "body" when calling patchEmployeeperformanceExternalmetricsDefinition';return this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions/{metricId}","PATCH",{metricId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchGamificationContest(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling patchGamificationContest';if(n==null)throw'Missing the required parameter "body" when calling patchGamificationContest';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}","PATCH",{contestId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postEmployeeperformanceExternalmetricsData(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/data","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postEmployeeperformanceExternalmetricsDefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/employeeperformance/externalmetrics/definitions","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postGamificationContests(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGamificationContests';return this.apiClient.callApi("/api/v2/gamification/contests","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationContestsUploadsPrizeimages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGamificationContestsUploadsPrizeimages';return this.apiClient.callApi("/api/v2/gamification/contests/uploads/prizeimages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationProfileActivate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileActivate';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/activate","POST",{profileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationProfileDeactivate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileDeactivate';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/deactivate","POST",{profileId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationProfileMembers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileMembers';if(n==null)throw'Missing the required parameter "body" when calling postGamificationProfileMembers';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/members","POST",{profileId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationProfileMembersValidate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileMembersValidate';if(n==null)throw'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/members/validate","POST",{profileId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationProfileMetricLink(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';if(n==null||n==="")throw'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';if(i==null)throw'Missing the required parameter "body" when calling postGamificationProfileMetricLink';return this.apiClient.callApi("/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link","POST",{sourceProfileId:e,sourceMetricId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postGamificationProfileMetrics(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling postGamificationProfileMetrics';if(n==null)throw'Missing the required parameter "body" when calling postGamificationProfileMetrics';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics","POST",{profileId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationProfiles(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGamificationProfiles';return this.apiClient.callApi("/api/v2/gamification/profiles","POST",{},{copyMetrics:n.copyMetrics},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGamificationProfilesUserQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postGamificationProfilesUserQuery';if(n==null)throw'Missing the required parameter "body" when calling postGamificationProfilesUserQuery';return this.apiClient.callApi("/api/v2/gamification/profiles/users/{userId}/query","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationProfilesUsersMeQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGamificationProfilesUsersMeQuery';return this.apiClient.callApi("/api/v2/gamification/profiles/users/me/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putGamificationContest(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contestId" when calling putGamificationContest';if(n==null)throw'Missing the required parameter "body" when calling putGamificationContest';return this.apiClient.callApi("/api/v2/gamification/contests/{contestId}","PUT",{contestId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putGamificationProfile(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling putGamificationProfile';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}","PUT",{profileId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putGamificationProfileMetric(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "profileId" when calling putGamificationProfileMetric';if(n==null||n==="")throw'Missing the required parameter "metricId" when calling putGamificationProfileMetric';if(i==null)throw'Missing the required parameter "body" when calling putGamificationProfileMetric';return this.apiClient.callApi("/api/v2/gamification/profiles/{profileId}/metrics/{metricId}","PUT",{profileId:e,metricId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putGamificationStatus(e,n){if(n=n||{},e==null)throw'Missing the required parameter "status" when calling putGamificationStatus';return this.apiClient.callApi("/api/v2/gamification/status","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Mb=class{constructor(e){this.apiClient=e||k.instance}getGdprRequest(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "requestId" when calling getGdprRequest';return this.apiClient.callApi("/api/v2/gdpr/requests/{requestId}","GET",{requestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGdprRequests(e){return e=e||{},this.apiClient.callApi("/api/v2/gdpr/requests","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGdprSubjects(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "searchType" when calling getGdprSubjects';if(n==null)throw'Missing the required parameter "searchValue" when calling getGdprSubjects';return this.apiClient.callApi("/api/v2/gdpr/subjects","GET",{},{searchType:e,searchValue:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGdprRequests(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGdprRequests';return this.apiClient.callApi("/api/v2/gdpr/requests","POST",{},{deleteConfirmed:n.deleteConfirmed},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Eb=class{constructor(e){this.apiClient=e||k.instance}getGeolocationsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/geolocations/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserGeolocation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserGeolocation';if(n==null||n==="")throw'Missing the required parameter "clientId" when calling getUserGeolocation';return this.apiClient.callApi("/api/v2/users/{userId}/geolocations/{clientId}","GET",{userId:e,clientId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchGeolocationsSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchGeolocationsSettings';return this.apiClient.callApi("/api/v2/geolocations/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUserGeolocation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserGeolocation';if(n==null||n==="")throw'Missing the required parameter "clientId" when calling patchUserGeolocation';if(i==null)throw'Missing the required parameter "body" when calling patchUserGeolocation';return this.apiClient.callApi("/api/v2/users/{userId}/geolocations/{clientId}","PATCH",{userId:e,clientId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},kb=class{constructor(e){this.apiClient=e||k.instance}deleteGreeting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling deleteGreeting';return this.apiClient.callApi("/api/v2/greetings/{greetingId}","DELETE",{greetingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGreeting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreeting';return this.apiClient.callApi("/api/v2/greetings/{greetingId}","GET",{greetingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGreetingDownloads(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreetingDownloads';return this.apiClient.callApi("/api/v2/greetings/{greetingId}/downloads","GET",{greetingId:e},{formatId:n.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGreetingGroupsDownloads(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreetingGroupsDownloads';return this.apiClient.callApi("/api/v2/greetings/{greetingId}/groups/downloads","GET",{greetingId:e},{formatId:n.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGreetingMedia(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreetingMedia';return this.apiClient.callApi("/api/v2/greetings/{greetingId}/media","GET",{greetingId:e},{formatId:n.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGreetingUsersDownloads(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling getGreetingUsersDownloads';return this.apiClient.callApi("/api/v2/greetings/{greetingId}/users/downloads","GET",{greetingId:e},{formatId:n.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGreetings(e){return e=e||{},this.apiClient.callApi("/api/v2/greetings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGreetingsDefaults(e){return e=e||{},this.apiClient.callApi("/api/v2/greetings/defaults","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGroupGreetings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupGreetings';return this.apiClient.callApi("/api/v2/groups/{groupId}/greetings","GET",{groupId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGroupGreetingsDefaults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupGreetingsDefaults';return this.apiClient.callApi("/api/v2/groups/{groupId}/greetings/defaults","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserGreetings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserGreetings';return this.apiClient.callApi("/api/v2/users/{userId}/greetings","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserGreetingsDefaults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserGreetingsDefaults';return this.apiClient.callApi("/api/v2/users/{userId}/greetings/defaults","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGreetings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGreetings';return this.apiClient.callApi("/api/v2/greetings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGroupGreetings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling postGroupGreetings';if(n==null)throw'Missing the required parameter "body" when calling postGroupGreetings';return this.apiClient.callApi("/api/v2/groups/{groupId}/greetings","POST",{groupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUserGreetings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserGreetings';if(n==null)throw'Missing the required parameter "body" when calling postUserGreetings';return this.apiClient.callApi("/api/v2/users/{userId}/greetings","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putGreeting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "greetingId" when calling putGreeting';if(n==null)throw'Missing the required parameter "body" when calling putGreeting';return this.apiClient.callApi("/api/v2/greetings/{greetingId}","PUT",{greetingId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putGreetingsDefaults(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putGreetingsDefaults';return this.apiClient.callApi("/api/v2/greetings/defaults","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putGroupGreetingsDefaults(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putGroupGreetingsDefaults';if(n==null)throw'Missing the required parameter "body" when calling putGroupGreetingsDefaults';return this.apiClient.callApi("/api/v2/groups/{groupId}/greetings/defaults","PUT",{groupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserGreetingsDefaults(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserGreetingsDefaults';if(n==null)throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';return this.apiClient.callApi("/api/v2/users/{userId}/greetings/defaults","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},qb=class{constructor(e){this.apiClient=e||k.instance}deleteGroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling deleteGroup';return this.apiClient.callApi("/api/v2/groups/{groupId}","DELETE",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteGroupDynamicsettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling deleteGroupDynamicsettings';return this.apiClient.callApi("/api/v2/groups/{groupId}/dynamicsettings","DELETE",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteGroupMembers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling deleteGroupMembers';if(n==null)throw'Missing the required parameter "ids" when calling deleteGroupMembers';return this.apiClient.callApi("/api/v2/groups/{groupId}/members","DELETE",{groupId:e},{ids:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getFieldconfig(e,n){if(n=n||{},e==null)throw'Missing the required parameter "type" when calling getFieldconfig';return this.apiClient.callApi("/api/v2/fieldconfig","GET",{},{type:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroup';return this.apiClient.callApi("/api/v2/groups/{groupId}","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGroupDynamicsettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupDynamicsettings';return this.apiClient.callApi("/api/v2/groups/{groupId}/dynamicsettings","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGroupIndividuals(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupIndividuals';return this.apiClient.callApi("/api/v2/groups/{groupId}/individuals","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGroupMembers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupMembers';return this.apiClient.callApi("/api/v2/groups/{groupId}/members","GET",{groupId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGroupProfile(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getGroupProfile';return this.apiClient.callApi("/api/v2/groups/{groupId}/profile","GET",{groupId:e},{fields:n.fields},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGroups(e){return e=e||{},this.apiClient.callApi("/api/v2/groups","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),jabberId:this.apiClient.buildCollectionParam(e.jabberId,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getGroupsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getGroupsSearch';return this.apiClient.callApi("/api/v2/groups/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getProfilesGroups(e){return e=e||{},this.apiClient.callApi("/api/v2/profiles/groups","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),jabberId:this.apiClient.buildCollectionParam(e.jabberId,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postGroupMembers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling postGroupMembers';if(n==null)throw'Missing the required parameter "body" when calling postGroupMembers';return this.apiClient.callApi("/api/v2/groups/{groupId}/members","POST",{groupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGroups(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGroups';return this.apiClient.callApi("/api/v2/groups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGroupsDynamicsettingsPreview(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGroupsDynamicsettingsPreview';return this.apiClient.callApi("/api/v2/groups/dynamicsettings/preview","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGroupsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGroupsSearch';return this.apiClient.callApi("/api/v2/groups/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putGroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putGroup';return this.apiClient.callApi("/api/v2/groups/{groupId}","PUT",{groupId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putGroupDynamicsettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putGroupDynamicsettings';if(n==null)throw'Missing the required parameter "body" when calling putGroupDynamicsettings';return this.apiClient.callApi("/api/v2/groups/{groupId}/dynamicsettings","PUT",{groupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},_b=class{constructor(e){this.apiClient=e||k.instance}deleteIdentityprovider(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "providerId" when calling deleteIdentityprovider';return this.apiClient.callApi("/api/v2/identityproviders/{providerId}","DELETE",{providerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteIdentityprovidersAdfs(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/adfs","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersCic(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/cic","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersGeneric(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/generic","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersGsuite(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/gsuite","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersIdentitynow(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/identitynow","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersOkta(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/okta","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersOnelogin(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/onelogin","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersPing(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/ping","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersPurecloud(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/purecloud","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersPureengage(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/pureengage","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteIdentityprovidersSalesforce(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/salesforce","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovider(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "providerId" when calling getIdentityprovider';return this.apiClient.callApi("/api/v2/identityproviders/{providerId}","GET",{providerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIdentityproviders(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersAdfs(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/adfs","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersCic(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/cic","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersGeneric(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/generic","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersGsuite(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/gsuite","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersIdentitynow(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/identitynow","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersOkta(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/okta","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersOnelogin(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/onelogin","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersPing(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/ping","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersPurecloud(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/purecloud","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersPureengage(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/pureengage","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIdentityprovidersSalesforce(e){return e=e||{},this.apiClient.callApi("/api/v2/identityproviders/salesforce","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postIdentityproviders(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postIdentityproviders';return this.apiClient.callApi("/api/v2/identityproviders","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovider(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "providerId" when calling putIdentityprovider';if(n==null)throw'Missing the required parameter "body" when calling putIdentityprovider';return this.apiClient.callApi("/api/v2/identityproviders/{providerId}","PUT",{providerId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIdentityprovidersAdfs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersAdfs';return this.apiClient.callApi("/api/v2/identityproviders/adfs","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersCic(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersCic';return this.apiClient.callApi("/api/v2/identityproviders/cic","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersGeneric(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersGeneric';return this.apiClient.callApi("/api/v2/identityproviders/generic","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersGsuite(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersGsuite';return this.apiClient.callApi("/api/v2/identityproviders/gsuite","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersIdentitynow(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersIdentitynow';return this.apiClient.callApi("/api/v2/identityproviders/identitynow","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersOkta(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersOkta';return this.apiClient.callApi("/api/v2/identityproviders/okta","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersOnelogin(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersOnelogin';return this.apiClient.callApi("/api/v2/identityproviders/onelogin","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersPing(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersPing';return this.apiClient.callApi("/api/v2/identityproviders/ping","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersPurecloud(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersPurecloud';return this.apiClient.callApi("/api/v2/identityproviders/purecloud","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersPureengage(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersPureengage';return this.apiClient.callApi("/api/v2/identityproviders/pureengage","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIdentityprovidersSalesforce(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';return this.apiClient.callApi("/api/v2/identityproviders/salesforce","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Hb=class{constructor(e){this.apiClient=e||k.instance}getInfrastructureascodeAccelerator(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "acceleratorId" when calling getInfrastructureascodeAccelerator';return this.apiClient.callApi("/api/v2/infrastructureascode/accelerators/{acceleratorId}","GET",{acceleratorId:e},{preferredLanguage:n.preferredLanguage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getInfrastructureascodeAccelerators(e){return e=e||{},this.apiClient.callApi("/api/v2/infrastructureascode/accelerators","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,description:e.description,origin:e.origin,type:e.type,classification:e.classification,tags:e.tags},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getInfrastructureascodeJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getInfrastructureascodeJob';return this.apiClient.callApi("/api/v2/infrastructureascode/jobs/{jobId}","GET",{jobId:e},{details:n.details},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getInfrastructureascodeJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/infrastructureascode/jobs","GET",{},{maxResults:e.maxResults,includeErrors:e.includeErrors,sortBy:e.sortBy,sortOrder:e.sortOrder,acceleratorId:e.acceleratorId,submittedBy:e.submittedBy,status:e.status},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postInfrastructureascodeJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';return this.apiClient.callApi("/api/v2/infrastructureascode/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Ib=class{constructor(e){this.apiClient=e||k.instance}deleteIntegration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling deleteIntegration';return this.apiClient.callApi("/api/v2/integrations/{integrationId}","DELETE",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteIntegrationsAction(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling deleteIntegrationsAction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}","DELETE",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteIntegrationsActionDraft(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling deleteIntegrationsActionDraft';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft","DELETE",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteIntegrationsCredential(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "credentialId" when calling deleteIntegrationsCredential';return this.apiClient.callApi("/api/v2/integrations/credentials/{credentialId}","DELETE",{credentialId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegration';return this.apiClient.callApi("/api/v2/integrations/{integrationId}","GET",{integrationId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),nextPage:n.nextPage,previousPage:n.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationConfigCurrent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationConfigCurrent';return this.apiClient.callApi("/api/v2/integrations/{integrationId}/config/current","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrations(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,ids:this.apiClient.buildCollectionParam(e.ids,"multi"),integrationType:e.integrationType,reportedState:e.reportedState},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsAction(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsAction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}","GET",{actionId:e},{expand:n.expand,flatten:n.flatten,includeConfig:n.includeConfig},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsActionDraft(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraft';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft","GET",{actionId:e},{expand:n.expand,flatten:n.flatten,includeConfig:n.includeConfig},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsActionDraftFunction(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraftFunction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/function","GET",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsActionDraftSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraftSchema';if(n==null||n==="")throw'Missing the required parameter "fileName" when calling getIntegrationsActionDraftSchema';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/schemas/{fileName}","GET",{actionId:e,fileName:n},{flatten:i.flatten},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsActionDraftTemplate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraftTemplate';if(n==null||n==="")throw'Missing the required parameter "fileName" when calling getIntegrationsActionDraftTemplate';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/templates/{fileName}","GET",{actionId:e,fileName:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["text/plain"],i.customHeaders)}getIntegrationsActionDraftValidation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionDraftValidation';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/validation","GET",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsActionFunction(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionFunction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/function","GET",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsActionSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionSchema';if(n==null||n==="")throw'Missing the required parameter "fileName" when calling getIntegrationsActionSchema';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/schemas/{fileName}","GET",{actionId:e,fileName:n},{flatten:i.flatten},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsActionTemplate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling getIntegrationsActionTemplate';if(n==null||n==="")throw'Missing the required parameter "fileName" when calling getIntegrationsActionTemplate';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/templates/{fileName}","GET",{actionId:e,fileName:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["text/plain"],i.customHeaders)}getIntegrationsActions(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,nextPage:e.nextPage,previousPage:e.previousPage,sortBy:e.sortBy,sortOrder:e.sortOrder,category:e.category,name:e.name,ids:e.ids,secure:e.secure,includeAuthActions:e.includeAuthActions,includeConfig:e.includeConfig},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsCategories(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/categories","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,nextPage:e.nextPage,previousPage:e.previousPage,sortBy:e.sortBy,sortOrder:e.sortOrder,secure:e.secure},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsCertificates(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/certificates","GET",{},{status:e.status,type:e.type},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsCertificatesTruststore(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/certificates/truststore","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsDrafts(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/drafts","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,nextPage:e.nextPage,previousPage:e.previousPage,sortBy:e.sortBy,sortOrder:e.sortOrder,category:e.category,name:e.name,ids:e.ids,secure:e.secure,includeAuthActions:e.includeAuthActions,includeConfig:e.includeConfig},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsActionsFunctionsRuntimes(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/actions/functions/runtimes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsBotconnectorBot(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorBot';if(n==null||n==="")throw'Missing the required parameter "botId" when calling getIntegrationsBotconnectorBot';return this.apiClient.callApi("/api/v2/integrations/botconnectors/{integrationId}/bots/{botId}","GET",{integrationId:e,botId:n},{version:i.version},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsBotconnectorBots(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorBots';return this.apiClient.callApi("/api/v2/integrations/botconnectors/{integrationId}/bots","GET",{integrationId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsBotconnectorBotsSummaries(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorBotsSummaries';return this.apiClient.callApi("/api/v2/integrations/botconnectors/{integrationId}/bots/summaries","GET",{integrationId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsBotconnectorIntegrationIdBot(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorIntegrationIdBot';if(n==null||n==="")throw'Missing the required parameter "botId" when calling getIntegrationsBotconnectorIntegrationIdBot';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots/{botId}","GET",{integrationId:e,botId:n},{version:i.version},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsBotconnectorIntegrationIdBotVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorIntegrationIdBotVersions';if(n==null||n==="")throw'Missing the required parameter "botId" when calling getIntegrationsBotconnectorIntegrationIdBotVersions';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots/{botId}/versions","GET",{integrationId:e,botId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsBotconnectorIntegrationIdBots(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorIntegrationIdBots';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsBotconnectorIntegrationIdBotsSummaries(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsBotconnectorIntegrationIdBotsSummaries';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots/summaries","GET",{integrationId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsClientapps(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/clientapps","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsClientappsUnifiedcommunications(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/clientapps/unifiedcommunications","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsCredential(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "credentialId" when calling getIntegrationsCredential';return this.apiClient.callApi("/api/v2/integrations/credentials/{credentialId}","GET",{credentialId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsCredentials(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/credentials","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsCredentialsListing(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/credentials/listing","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsCredentialsTypes(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/credentials/types","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechAudioconnector(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/audioconnector","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechAudioconnectorIntegrationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getIntegrationsSpeechAudioconnectorIntegrationId';return this.apiClient.callApi("/api/v2/integrations/speech/audioconnector/{integrationId}","GET",{integrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechDialogflowAgent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getIntegrationsSpeechDialogflowAgent';return this.apiClient.callApi("/api/v2/integrations/speech/dialogflow/agents/{agentId}","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechDialogflowAgents(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/dialogflow/agents","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechDialogflowcxAgent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getIntegrationsSpeechDialogflowcxAgent';return this.apiClient.callApi("/api/v2/integrations/speech/dialogflowcx/agents/{agentId}","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechDialogflowcxAgents(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/dialogflowcx/agents","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechLexBotAlias(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "aliasId" when calling getIntegrationsSpeechLexBotAlias';return this.apiClient.callApi("/api/v2/integrations/speech/lex/bot/alias/{aliasId}","GET",{aliasId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechLexBotBotIdAliases(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechLexBotBotIdAliases';return this.apiClient.callApi("/api/v2/integrations/speech/lex/bot/{botId}/aliases","GET",{botId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,status:n.status,name:n.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechLexBots(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/lex/bots","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechLexv2BotAlias(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "aliasId" when calling getIntegrationsSpeechLexv2BotAlias';return this.apiClient.callApi("/api/v2/integrations/speech/lexv2/bot/alias/{aliasId}","GET",{aliasId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechLexv2BotBotIdAliases(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechLexv2BotBotIdAliases';return this.apiClient.callApi("/api/v2/integrations/speech/lexv2/bot/{botId}/aliases","GET",{botId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,status:n.status,name:n.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechLexv2Bots(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/lexv2/bots","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBot(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBot';if(n==null||n==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBot';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}","GET",{nuanceIntegrationId:e,botId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),targetChannel:i.targetChannel},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob';if(n==null||n==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs/{jobId}","GET",{nuanceIntegrationId:e,botId:n,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults';if(n==null||n==="")throw'Missing the required parameter "botId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs/{jobId}/results","GET",{nuanceIntegrationId:e,botId:n,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBots(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBots';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots","GET",{nuanceIntegrationId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,onlyRegisteredBots:n.onlyRegisteredBots},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs/{jobId}","GET",{nuanceIntegrationId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs/{jobId}/results","GET",{nuanceIntegrationId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechSttEngine(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "engineId" when calling getIntegrationsSpeechSttEngine';return this.apiClient.callApi("/api/v2/integrations/speech/stt/engines/{engineId}","GET",{engineId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechSttEngines(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/stt/engines","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechTtsEngine(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "engineId" when calling getIntegrationsSpeechTtsEngine';return this.apiClient.callApi("/api/v2/integrations/speech/tts/engines/{engineId}","GET",{engineId:e},{includeVoices:n.includeVoices},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechTtsEngineVoice(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "engineId" when calling getIntegrationsSpeechTtsEngineVoice';if(n==null||n==="")throw'Missing the required parameter "voiceId" when calling getIntegrationsSpeechTtsEngineVoice';return this.apiClient.callApi("/api/v2/integrations/speech/tts/engines/{engineId}/voices/{voiceId}","GET",{engineId:e,voiceId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsSpeechTtsEngineVoices(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "engineId" when calling getIntegrationsSpeechTtsEngineVoices';return this.apiClient.callApi("/api/v2/integrations/speech/tts/engines/{engineId}/voices","GET",{engineId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsSpeechTtsEngines(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/tts/engines","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,includeVoices:e.includeVoices,name:e.name,language:e.language},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsSpeechTtsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/speech/tts/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsType(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "typeId" when calling getIntegrationsType';return this.apiClient.callApi("/api/v2/integrations/types/{typeId}","GET",{typeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsTypeConfigschema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "typeId" when calling getIntegrationsTypeConfigschema';if(n==null||n==="")throw'Missing the required parameter "configType" when calling getIntegrationsTypeConfigschema';return this.apiClient.callApi("/api/v2/integrations/types/{typeId}/configschemas/{configType}","GET",{typeId:e,configType:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getIntegrationsTypes(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/types","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsUnifiedcommunicationsClientapp(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ucIntegrationId" when calling getIntegrationsUnifiedcommunicationsClientapp';return this.apiClient.callApi("/api/v2/integrations/unifiedcommunications/clientapps/{ucIntegrationId}","GET",{ucIntegrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntegrationsUnifiedcommunicationsClientapps(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/unifiedcommunications/clientapps","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntegrationsUserapps(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/userapps","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,appHost:e.appHost},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchIntegration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling patchIntegration';return this.apiClient.callApi("/api/v2/integrations/{integrationId}","PATCH",{integrationId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),nextPage:n.nextPage,previousPage:n.previousPage},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchIntegrationsAction(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling patchIntegrationsAction';if(n==null)throw'Missing the required parameter "body" when calling patchIntegrationsAction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}","PATCH",{actionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchIntegrationsActionDraft(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling patchIntegrationsActionDraft';if(n==null)throw'Missing the required parameter "body" when calling patchIntegrationsActionDraft';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft","PATCH",{actionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrations(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postIntegrationsActionDraft(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraft';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft","POST",{actionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsActionDraftFunctionUpload(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';if(n==null)throw'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/function/upload","POST",{actionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsActionDraftPublish(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftPublish';if(n==null)throw'Missing the required parameter "body" when calling postIntegrationsActionDraftPublish';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/publish","POST",{actionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsActionDraftTest(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftTest';if(n==null)throw'Missing the required parameter "body" when calling postIntegrationsActionDraftTest';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/test","POST",{actionId:e},{flatten:i.flatten},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsActionExecute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionExecute';if(n==null)throw'Missing the required parameter "body" when calling postIntegrationsActionExecute';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/execute","POST",{actionId:e},{flatten:i.flatten},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsActionTest(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionTest';if(n==null)throw'Missing the required parameter "body" when calling postIntegrationsActionTest';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/test","POST",{actionId:e},{flatten:i.flatten},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsActions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postIntegrationsActions';return this.apiClient.callApi("/api/v2/integrations/actions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsActionsDrafts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postIntegrationsActionsDrafts';return this.apiClient.callApi("/api/v2/integrations/actions/drafts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsBotconnectorsIncomingMessages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postIntegrationsBotconnectorsIncomingMessages';return this.apiClient.callApi("/api/v2/integrations/botconnectors/incoming/messages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsBotconnectorsOutgoingMessages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postIntegrationsBotconnectorsOutgoingMessages';return this.apiClient.callApi("/api/v2/integrations/botconnectors/outgoing/messages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsCredentials(e){return e=e||{},this.apiClient.callApi("/api/v2/integrations/credentials","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs';if(n==null||n==="")throw'Missing the required parameter "botId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotJobs';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/{botId}/jobs","POST",{nuanceIntegrationId:e,botId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobs';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/jobs","POST",{nuanceIntegrationId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,onlyRegisteredBots:n.onlyRegisteredBots},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate';if(n==null)throw'Missing the required parameter "settings" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/validate","POST",{nuanceIntegrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntegrationsWebhookEvents(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tokenId" when calling postIntegrationsWebhookEvents';if(n==null)throw'Missing the required parameter "body" when calling postIntegrationsWebhookEvents';return this.apiClient.callApi("/api/v2/integrations/webhooks/{tokenId}/events","POST",{tokenId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIntegrationConfigCurrent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putIntegrationConfigCurrent';return this.apiClient.callApi("/api/v2/integrations/{integrationId}/config/current","PUT",{integrationId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIntegrationsActionDraftFunction(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling putIntegrationsActionDraftFunction';if(n==null)throw'Missing the required parameter "body" when calling putIntegrationsActionDraftFunction';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/function","PUT",{actionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIntegrationsBotconnectorIntegrationIdBots(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling putIntegrationsBotconnectorIntegrationIdBots';if(n==null)throw'Missing the required parameter "botList" when calling putIntegrationsBotconnectorIntegrationIdBots';return this.apiClient.callApi("/api/v2/integrations/botconnector/{integrationId}/bots","PUT",{integrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIntegrationsCredential(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "credentialId" when calling putIntegrationsCredential';return this.apiClient.callApi("/api/v2/integrations/credentials/{credentialId}","PUT",{credentialId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "nuanceIntegrationId" when calling putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings';if(n==null)throw'Missing the required parameter "settings" when calling putIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchSettings';return this.apiClient.callApi("/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/settings","PUT",{nuanceIntegrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putIntegrationsSpeechTtsSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putIntegrationsSpeechTtsSettings';return this.apiClient.callApi("/api/v2/integrations/speech/tts/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putIntegrationsUnifiedcommunicationThirdpartypresences(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ucIntegrationId" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';if(n==null)throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';return this.apiClient.callApi("/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences","PUT",{ucIntegrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Rb=class{constructor(e){this.apiClient=e||k.instance}deleteIntentsCategory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling deleteIntentsCategory';return this.apiClient.callApi("/api/v2/intents/categories/{categoryId}","DELETE",{categoryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteIntentsCustomerintent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling deleteIntentsCustomerintent';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}","DELETE",{customerIntentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntentsAssignmentsExternalcontact(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "externalContactId" when calling getIntentsAssignmentsExternalcontact';return this.apiClient.callApi("/api/v2/intents/assignments/externalcontacts/{externalContactId}","GET",{externalContactId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntentsCategories(e){return e=e||{},this.apiClient.callApi("/api/v2/intents/categories","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntentsCategory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling getIntentsCategory';return this.apiClient.callApi("/api/v2/intents/categories/{categoryId}","GET",{categoryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntentsCustomerintent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling getIntentsCustomerintent';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}","GET",{customerIntentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntentsCustomerintentSourceintents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling getIntentsCustomerintentSourceintents';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}/sourceintents","GET",{customerIntentId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,queryValue:n.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getIntentsCustomerintents(e){return e=e||{},this.apiClient.callApi("/api/v2/intents/customerintents","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,queryValue:e.queryValue,categoryId:e.categoryId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIntentsSourceintents(e){return e=e||{},this.apiClient.callApi("/api/v2/intents/sourceintents","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,type:e.type,sourceId:e.sourceId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchIntentsCategory(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling patchIntentsCategory';if(n==null)throw'Missing the required parameter "body" when calling patchIntentsCategory';return this.apiClient.callApi("/api/v2/intents/categories/{categoryId}","PATCH",{categoryId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchIntentsCustomerintent(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling patchIntentsCustomerintent';if(n==null)throw'Missing the required parameter "body" when calling patchIntentsCustomerintent';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}","PATCH",{customerIntentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntentsAssignmentsExternalcontactCustomerintentAssignment(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "externalContactId" when calling postIntentsAssignmentsExternalcontactCustomerintentAssignment';if(n==null||n==="")throw'Missing the required parameter "customerIntentId" when calling postIntentsAssignmentsExternalcontactCustomerintentAssignment';if(i==null)throw'Missing the required parameter "body" when calling postIntentsAssignmentsExternalcontactCustomerintentAssignment';return this.apiClient.callApi("/api/v2/intents/assignments/externalcontacts/{externalContactId}/customerintents/{customerIntentId}/assignment","POST",{externalContactId:e,customerIntentId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postIntentsCategories(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postIntentsCategories';return this.apiClient.callApi("/api/v2/intents/categories","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntentsCustomerintentSourceintentsBulkAdd(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling postIntentsCustomerintentSourceintentsBulkAdd';if(n==null)throw'Missing the required parameter "body" when calling postIntentsCustomerintentSourceintentsBulkAdd';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}/sourceintents/bulk/add","POST",{customerIntentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntentsCustomerintentSourceintentsBulkRemove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "customerIntentId" when calling postIntentsCustomerintentSourceintentsBulkRemove';if(n==null)throw'Missing the required parameter "body" when calling postIntentsCustomerintentSourceintentsBulkRemove';return this.apiClient.callApi("/api/v2/intents/customerintents/{customerIntentId}/sourceintents/bulk/remove","POST",{customerIntentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postIntentsCustomerintents(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postIntentsCustomerintents';return this.apiClient.callApi("/api/v2/intents/customerintents","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},zb=class{constructor(e){this.apiClient=e||k.instance}deleteAnalyticsJourneysAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsJourneysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneyActionmap(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionMapId" when calling deleteJourneyActionmap';return this.apiClient.callApi("/api/v2/journey/actionmaps/{actionMapId}","DELETE",{actionMapId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneyActiontemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionTemplateId" when calling deleteJourneyActiontemplate';return this.apiClient.callApi("/api/v2/journey/actiontemplates/{actionTemplateId}","DELETE",{actionTemplateId:e},{hardDelete:n.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneyExternaleventsConfiguration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configId" when calling deleteJourneyExternaleventsConfiguration';return this.apiClient.callApi("/api/v2/journey/externalevents/configurations/{configId}","DELETE",{configId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneyExternaleventsSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteJourneyExternaleventsSchema';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneyOutcome(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "outcomeId" when calling deleteJourneyOutcome';return this.apiClient.callApi("/api/v2/journey/outcomes/{outcomeId}","DELETE",{outcomeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneyOutcomesPredictor(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling deleteJourneyOutcomesPredictor';return this.apiClient.callApi("/api/v2/journey/outcomes/predictors/{predictorId}","DELETE",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneySegment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "segmentId" when calling deleteJourneySegment';return this.apiClient.callApi("/api/v2/journey/segments/{segmentId}","DELETE",{segmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneyView(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling deleteJourneyView';return this.apiClient.callApi("/api/v2/journey/views/{viewId}","DELETE",{viewId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteJourneyViewSchedules(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling deleteJourneyViewSchedules';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/schedules","DELETE",{viewId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsJourneysAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsJourneysAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactJourneySegments(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactJourneySegments';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/segments","GET",{contactId:e},{includeMerged:n.includeMerged,limit:n.limit},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getExternalcontactsContactJourneySessions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling getExternalcontactsContactJourneySessions';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/sessions","GET",{contactId:e},{pageSize:n.pageSize,after:n.after,includeMerged:n.includeMerged},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyActionmap(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionMapId" when calling getJourneyActionmap';return this.apiClient.callApi("/api/v2/journey/actionmaps/{actionMapId}","GET",{actionMapId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyActionmaps(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actionmaps","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,filterField:e.filterField,filterValue:e.filterValue,actionMapIds:this.apiClient.buildCollectionParam(e.actionMapIds,"multi"),queryFields:this.apiClient.buildCollectionParam(e.queryFields,"multi"),queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyActionmapsEstimatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getJourneyActionmapsEstimatesJob';return this.apiClient.callApi("/api/v2/journey/actionmaps/estimates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyActionmapsEstimatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getJourneyActionmapsEstimatesJobResults';return this.apiClient.callApi("/api/v2/journey/actionmaps/estimates/jobs/{jobId}/results","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyActiontarget(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionTargetId" when calling getJourneyActiontarget';return this.apiClient.callApi("/api/v2/journey/actiontargets/{actionTargetId}","GET",{actionTargetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyActiontargets(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actiontargets","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyActiontemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionTemplateId" when calling getJourneyActiontemplate';return this.apiClient.callApi("/api/v2/journey/actiontemplates/{actionTemplateId}","GET",{actionTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyActiontemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actiontemplates","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,mediaType:e.mediaType,state:e.state,queryFields:this.apiClient.buildCollectionParam(e.queryFields,"multi"),queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyDeploymentCustomerPing(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getJourneyDeploymentCustomerPing';if(n==null||n==="")throw'Missing the required parameter "customerCookieId" when calling getJourneyDeploymentCustomerPing';return this.apiClient.callApi("/api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping","GET",{deploymentId:e,customerCookieId:n},{dl:i.dl,dt:i.dt,appNamespace:i.appNamespace,sessionId:i.sessionId,sinceLastBeaconMilliseconds:i.sinceLastBeaconMilliseconds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyExternaleventsConfiguration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configId" when calling getJourneyExternaleventsConfiguration';return this.apiClient.callApi("/api/v2/journey/externalevents/configurations/{configId}","GET",{configId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyExternaleventsConfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/configurations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyExternaleventsSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getJourneyExternaleventsSchema';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyExternaleventsSchemaVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getJourneyExternaleventsSchemaVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getJourneyExternaleventsSchemaVersion';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyExternaleventsSchemaVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getJourneyExternaleventsSchemaVersions';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyExternaleventsSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyExternaleventsSchemasCoretype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getJourneyExternaleventsSchemasCoretype';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyExternaleventsSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyExternaleventsSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyOutcome(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "outcomeId" when calling getJourneyOutcome';return this.apiClient.callApi("/api/v2/journey/outcomes/{outcomeId}","GET",{outcomeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyOutcomes(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,outcomeIds:this.apiClient.buildCollectionParam(e.outcomeIds,"multi"),queryFields:this.apiClient.buildCollectionParam(e.queryFields,"multi"),queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyOutcomesAttributionsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getJourneyOutcomesAttributionsJob';return this.apiClient.callApi("/api/v2/journey/outcomes/attributions/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyOutcomesAttributionsJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getJourneyOutcomesAttributionsJobResults';return this.apiClient.callApi("/api/v2/journey/outcomes/attributions/jobs/{jobId}/results","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyOutcomesPredictor(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling getJourneyOutcomesPredictor';return this.apiClient.callApi("/api/v2/journey/outcomes/predictors/{predictorId}","GET",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyOutcomesPredictors(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes/predictors","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneySegment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "segmentId" when calling getJourneySegment';return this.apiClient.callApi("/api/v2/journey/segments/{segmentId}","GET",{segmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneySegments(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/segments","GET",{},{sortBy:e.sortBy,pageSize:e.pageSize,pageNumber:e.pageNumber,isActive:e.isActive,segmentIds:this.apiClient.buildCollectionParam(e.segmentIds,"multi"),queryFields:this.apiClient.buildCollectionParam(e.queryFields,"multi"),queryValue:e.queryValue},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneySession(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getJourneySession';return this.apiClient.callApi("/api/v2/journey/sessions/{sessionId}","GET",{sessionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneySessionEvents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getJourneySessionEvents';return this.apiClient.callApi("/api/v2/journey/sessions/{sessionId}/events","GET",{sessionId:e},{pageSize:n.pageSize,after:n.after,eventType:n.eventType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneySessionOutcomescores(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getJourneySessionOutcomescores';return this.apiClient.callApi("/api/v2/journey/sessions/{sessionId}/outcomescores","GET",{sessionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyView(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyView';return this.apiClient.callApi("/api/v2/journey/views/{viewId}","GET",{viewId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyViewSchedules(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewSchedules';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/schedules","GET",{viewId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyViewVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getJourneyViewVersion';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{versionId}","GET",{viewId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyViewVersionChart(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionChart';if(n==null||n==="")throw'Missing the required parameter "journeyViewVersion" when calling getJourneyViewVersionChart';if(i==null||i==="")throw'Missing the required parameter "chartId" when calling getJourneyViewVersionChart';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/charts/{chartId}","GET",{viewId:e,journeyViewVersion:n,chartId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getJourneyViewVersionChartVersion(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionChartVersion';if(n==null||n==="")throw'Missing the required parameter "journeyViewVersion" when calling getJourneyViewVersionChartVersion';if(i==null||i==="")throw'Missing the required parameter "chartId" when calling getJourneyViewVersionChartVersion';if(a==null||a==="")throw'Missing the required parameter "chartVersion" when calling getJourneyViewVersionChartVersion';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/charts/{chartId}/versions/{chartVersion}","GET",{viewId:e,journeyViewVersion:n,chartId:i,chartVersion:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getJourneyViewVersionJob(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionJob';if(n==null||n==="")throw'Missing the required parameter "journeyVersionId" when calling getJourneyViewVersionJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getJourneyViewVersionJob';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId}","GET",{viewId:e,journeyVersionId:n,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getJourneyViewVersionJobResults(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionJobResults';if(n==null||n==="")throw'Missing the required parameter "journeyViewVersion" when calling getJourneyViewVersionJobResults';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getJourneyViewVersionJobResults';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/jobs/{jobId}/results","GET",{viewId:e,journeyViewVersion:n,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getJourneyViewVersionJobResultsChart(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionJobResultsChart';if(n==null||n==="")throw'Missing the required parameter "journeyVersionId" when calling getJourneyViewVersionJobResultsChart';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getJourneyViewVersionJobResultsChart';if(a==null||a==="")throw'Missing the required parameter "chartId" when calling getJourneyViewVersionJobResultsChart';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId}/results/charts/{chartId}","GET",{viewId:e,journeyVersionId:n,jobId:i,chartId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getJourneyViewVersionJobsLatest(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling getJourneyViewVersionJobsLatest';if(n==null||n==="")throw'Missing the required parameter "journeyVersionId" when calling getJourneyViewVersionJobsLatest';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/latest","GET",{viewId:e,journeyVersionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getJourneyViews(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,nameOrCreatedBy:e.nameOrCreatedBy,expand:e.expand,id:e.id},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsDataDetails(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/data/details","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsEventdefinition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "eventDefinitionId" when calling getJourneyViewsEventdefinition';return this.apiClient.callApi("/api/v2/journey/views/eventdefinitions/{eventDefinitionId}","GET",{eventDefinitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getJourneyViewsEventdefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/eventdefinitions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/jobs","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,interval:e.interval,statuses:e.statuses},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsJobsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/jobs/me","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,interval:e.interval,statuses:e.statuses},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getJourneyViewsSchedules(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/schedules","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchJourneyActionmap(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionMapId" when calling patchJourneyActionmap';return this.apiClient.callApi("/api/v2/journey/actionmaps/{actionMapId}","PATCH",{actionMapId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchJourneyActiontarget(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionTargetId" when calling patchJourneyActiontarget';return this.apiClient.callApi("/api/v2/journey/actiontargets/{actionTargetId}","PATCH",{actionTargetId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchJourneyActiontemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "actionTemplateId" when calling patchJourneyActiontemplate';return this.apiClient.callApi("/api/v2/journey/actiontemplates/{actionTemplateId}","PATCH",{actionTemplateId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchJourneyExternaleventsConfiguration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configId" when calling patchJourneyExternaleventsConfiguration';return this.apiClient.callApi("/api/v2/journey/externalevents/configurations/{configId}","PATCH",{configId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchJourneyOutcome(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "outcomeId" when calling patchJourneyOutcome';return this.apiClient.callApi("/api/v2/journey/outcomes/{outcomeId}","PATCH",{outcomeId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchJourneySegment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "segmentId" when calling patchJourneySegment';return this.apiClient.callApi("/api/v2/journey/segments/{segmentId}","PATCH",{segmentId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchJourneyViewVersionJob(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling patchJourneyViewVersionJob';if(n==null||n==="")throw'Missing the required parameter "journeyVersionId" when calling patchJourneyViewVersionJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling patchJourneyViewVersionJob';if(a==null)throw'Missing the required parameter "body" when calling patchJourneyViewVersionJob';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId}","PATCH",{viewId:e,journeyVersionId:n,jobId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postAnalyticsJourneysAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsJourneysAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsJourneysAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/journeys/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postExternalcontactsContactJourneySegments(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactId" when calling postExternalcontactsContactJourneySegments';return this.apiClient.callApi("/api/v2/externalcontacts/contacts/{contactId}/journey/segments","POST",{contactId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyActionmaps(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actionmaps","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyActionmapsEstimatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postJourneyActionmapsEstimatesJobs';return this.apiClient.callApi("/api/v2/journey/actionmaps/estimates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyActiontemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/actiontemplates","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyDeploymentActionevent(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling postJourneyDeploymentActionevent';if(n==null)throw'Missing the required parameter "body" when calling postJourneyDeploymentActionevent';return this.apiClient.callApi("/api/v2/journey/deployments/{deploymentId}/actionevent","POST",{deploymentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyDeploymentAppevents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling postJourneyDeploymentAppevents';return this.apiClient.callApi("/api/v2/journey/deployments/{deploymentId}/appevents","POST",{deploymentId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyDeploymentWebevents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling postJourneyDeploymentWebevents';return this.apiClient.callApi("/api/v2/journey/deployments/{deploymentId}/webevents","POST",{deploymentId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyExternaleventsConfigurationEvents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling postJourneyExternaleventsConfigurationEvents';return this.apiClient.callApi("/api/v2/journey/externalevents/configurations/{configurationId}/events","POST",{configurationId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyExternaleventsConfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/externalevents/configurations","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyExternaleventsSchemas(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postJourneyExternaleventsSchemas';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyFlowsPathsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/flows/paths/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyOutcomes(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyOutcomesAttributionsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes/attributions/jobs","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyOutcomesPredictors(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/outcomes/predictors","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneySegments(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/segments","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postJourneyViewSchedules(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling postJourneyViewSchedules';if(n==null)throw'Missing the required parameter "body" when calling postJourneyViewSchedules';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/schedules","POST",{viewId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyViewVersionJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling postJourneyViewVersionJobs';if(n==null||n==="")throw'Missing the required parameter "journeyVersionId" when calling postJourneyViewVersionJobs';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs","POST",{viewId:e,journeyVersionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyViewVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling postJourneyViewVersions';if(n==null)throw'Missing the required parameter "body" when calling postJourneyViewVersions';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions","POST",{viewId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postJourneyViews(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postJourneyViews';return this.apiClient.callApi("/api/v2/journey/views","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postJourneyViewsEncodingsValidate(e){return e=e||{},this.apiClient.callApi("/api/v2/journey/views/encodings/validate","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putJourneyExternaleventsSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putJourneyExternaleventsSchema';if(n==null)throw'Missing the required parameter "body" when calling putJourneyExternaleventsSchema';return this.apiClient.callApi("/api/v2/journey/externalevents/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putJourneyViewSchedules(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling putJourneyViewSchedules';if(n==null)throw'Missing the required parameter "body" when calling putJourneyViewSchedules';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/schedules","PUT",{viewId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putJourneyViewVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "viewId" when calling putJourneyViewVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling putJourneyViewVersion';if(i==null)throw'Missing the required parameter "body" when calling putJourneyViewVersion';return this.apiClient.callApi("/api/v2/journey/views/{viewId}/versions/{versionId}","PUT",{viewId:e,versionId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},Db=class{constructor(e){this.apiClient=e||k.instance}deleteKnowledgeConnection(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "connectionId" when calling deleteKnowledgeConnection';return this.apiClient.callApi("/api/v2/knowledge/connections/{connectionId}","DELETE",{connectionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebase(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebase';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}","DELETE",{knowledgeBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeKnowledgebaseCategory(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseCategory';if(n==null||n==="")throw'Missing the required parameter "categoryId" when calling deleteKnowledgeKnowledgebaseCategory';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId}","DELETE",{knowledgeBaseId:e,categoryId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebaseDocument(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseDocument';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling deleteKnowledgeKnowledgebaseDocument';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}","DELETE",{knowledgeBaseId:e,documentId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebaseDocumentVariation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "documentVariationId" when calling deleteKnowledgeKnowledgebaseDocumentVariation';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling deleteKnowledgeKnowledgebaseDocumentVariation';if(i==null||i==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseDocumentVariation';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}","DELETE",{documentVariationId:e,documentId:n,knowledgeBaseId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteKnowledgeKnowledgebaseExportJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseExportJob';if(n==null||n==="")throw'Missing the required parameter "exportJobId" when calling deleteKnowledgeKnowledgebaseExportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs/{exportJobId}","DELETE",{knowledgeBaseId:e,exportJobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebaseImportJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseImportJob';if(n==null||n==="")throw'Missing the required parameter "importJobId" when calling deleteKnowledgeKnowledgebaseImportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId}","DELETE",{knowledgeBaseId:e,importJobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebaseLabel(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseLabel';if(n==null||n==="")throw'Missing the required parameter "labelId" when calling deleteKnowledgeKnowledgebaseLabel';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId}","DELETE",{knowledgeBaseId:e,labelId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}","DELETE",{knowledgeBaseId:e,sourceId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}","DELETE",{knowledgeBaseId:e,sourceId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeKnowledgebaseSynchronizeJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';if(n==null||n==="")throw'Missing the required parameter "syncJobId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}","DELETE",{knowledgeBaseId:e,syncJobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteKnowledgeSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeSettingId" when calling deleteKnowledgeSetting';return this.apiClient.callApi("/api/v2/knowledge/settings/{knowledgeSettingId}","DELETE",{knowledgeSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteKnowledgeSource(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling deleteKnowledgeSource';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}","DELETE",{sourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeConnection(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "connectionId" when calling getKnowledgeConnection';return this.apiClient.callApi("/api/v2/knowledge/connections/{connectionId}","GET",{connectionId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeConnectionOptions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "connectionId" when calling getKnowledgeConnectionOptions';return this.apiClient.callApi("/api/v2/knowledge/connections/{connectionId}/options","GET",{connectionId:e},{after:n.after,pageSize:n.pageSize,parentId:n.parentId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeConnections(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/connections","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getKnowledgeGuestSessionCategories(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getKnowledgeGuestSessionCategories';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/categories","GET",{sessionId:e},{before:n.before,after:n.after,pageSize:n.pageSize,parentId:n.parentId,isRoot:n.isRoot,name:n.name,sortBy:n.sortBy,expand:n.expand,includeDocumentCount:n.includeDocumentCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeGuestSessionDocument(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getKnowledgeGuestSessionDocument';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeGuestSessionDocument';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}","GET",{sessionId:e,documentId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeGuestSessionDocuments(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling getKnowledgeGuestSessionDocuments';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents","GET",{sessionId:e},{categoryId:this.apiClient.buildCollectionParam(n.categoryId,"multi"),pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeIntegrationOptions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "integrationId" when calling getKnowledgeIntegrationOptions';return this.apiClient.callApi("/api/v2/knowledge/integrations/{integrationId}/options","GET",{integrationId:e},{knowledgeBaseIds:this.apiClient.buildCollectionParam(n.knowledgeBaseIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebase(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebase';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}","GET",{knowledgeBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseCategories(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseCategories';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories","GET",{knowledgeBaseId:e},{before:n.before,after:n.after,pageSize:n.pageSize,parentId:n.parentId,isRoot:n.isRoot,name:n.name,sortBy:n.sortBy,expand:n.expand,includeDocumentCount:n.includeDocumentCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseCategory(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseCategory';if(n==null||n==="")throw'Missing the required parameter "categoryId" when calling getKnowledgeKnowledgebaseCategory';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId}","GET",{knowledgeBaseId:e,categoryId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseDocument(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocument';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocument';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}","GET",{knowledgeBaseId:e,documentId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi"),state:i.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseDocumentFeedback(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentFeedback';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentFeedback';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback","GET",{knowledgeBaseId:e,documentId:n},{before:i.before,after:i.after,pageSize:i.pageSize,onlyCommented:i.onlyCommented,documentVersionId:i.documentVersionId,documentVariationId:i.documentVariationId,appType:i.appType,queryType:i.queryType,userId:i.userId,queueId:i.queueId,state:i.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';if(i==null||i==="")throw'Missing the required parameter "feedbackId" when calling getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId}","GET",{knowledgeBaseId:e,documentId:n,feedbackId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseDocumentVariation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "documentVariationId" when calling getKnowledgeKnowledgebaseDocumentVariation';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVariation';if(i==null||i==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVariation';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}","GET",{documentVariationId:e,documentId:n,knowledgeBaseId:i},{documentState:a.documentState,expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseDocumentVariations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVariations';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVariations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations","GET",{knowledgeBaseId:e,documentId:n},{before:i.before,after:i.after,pageSize:i.pageSize,documentState:i.documentState,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseDocumentVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVersion';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVersion';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getKnowledgeKnowledgebaseDocumentVersion';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}","GET",{knowledgeBaseId:e,documentId:n,versionId:i},{expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseDocumentVersionVariation(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVersionVariation';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVersionVariation';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getKnowledgeKnowledgebaseDocumentVersionVariation';if(a==null||a==="")throw'Missing the required parameter "variationId" when calling getKnowledgeKnowledgebaseDocumentVersionVariation';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}/variations/{variationId}","GET",{knowledgeBaseId:e,documentId:n,versionId:i,variationId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getKnowledgeKnowledgebaseDocumentVersionVariations(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVersionVariations';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVersionVariations';if(i==null||i==="")throw'Missing the required parameter "versionId" when calling getKnowledgeKnowledgebaseDocumentVersionVariations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions/{versionId}/variations","GET",{knowledgeBaseId:e,documentId:n,versionId:i},{before:a.before,after:a.after,pageSize:a.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseDocumentVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocumentVersions';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseDocumentVersions';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions","GET",{knowledgeBaseId:e,documentId:n},{before:i.before,after:i.after,pageSize:i.pageSize,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseDocuments(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseDocuments';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents","GET",{knowledgeBaseId:e},{before:n.before,after:n.after,pageSize:n.pageSize,interval:n.interval,documentId:this.apiClient.buildCollectionParam(n.documentId,"multi"),categoryId:this.apiClient.buildCollectionParam(n.categoryId,"multi"),includeSubcategories:n.includeSubcategories,includeDrafts:n.includeDrafts,labelIds:this.apiClient.buildCollectionParam(n.labelIds,"multi"),expand:this.apiClient.buildCollectionParam(n.expand,"multi"),externalIds:this.apiClient.buildCollectionParam(n.externalIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseExportJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseExportJob';if(n==null||n==="")throw'Missing the required parameter "exportJobId" when calling getKnowledgeKnowledgebaseExportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs/{exportJobId}","GET",{knowledgeBaseId:e,exportJobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseImportJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseImportJob';if(n==null||n==="")throw'Missing the required parameter "importJobId" when calling getKnowledgeKnowledgebaseImportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId}","GET",{knowledgeBaseId:e,importJobId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseLabel(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLabel';if(n==null||n==="")throw'Missing the required parameter "labelId" when calling getKnowledgeKnowledgebaseLabel';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId}","GET",{knowledgeBaseId:e,labelId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseLabels(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLabels';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels","GET",{knowledgeBaseId:e},{before:n.before,after:n.after,pageSize:n.pageSize,name:n.name,includeDocumentCount:n.includeDocumentCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseOperations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations","GET",{knowledgeBaseId:e},{before:n.before,after:n.after,pageSize:n.pageSize,userId:this.apiClient.buildCollectionParam(n.userId,"multi"),type:this.apiClient.buildCollectionParam(n.type,"multi"),status:this.apiClient.buildCollectionParam(n.status,"multi"),interval:n.interval,sourceId:this.apiClient.buildCollectionParam(n.sourceId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseOperationsUsersQuery(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperationsUsersQuery';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations/users/query","GET",{knowledgeBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseParseJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseParseJob';if(n==null||n==="")throw'Missing the required parameter "parseJobId" when calling getKnowledgeKnowledgebaseParseJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}","GET",{knowledgeBaseId:e,parseJobId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseSources(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSources';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources","GET",{knowledgeBaseId:e},{type:n.type,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),ids:this.apiClient.buildCollectionParam(n.ids,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseSourcesSalesforceSourceId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}","GET",{knowledgeBaseId:e,sourceId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseSourcesServicenowSourceId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}","GET",{knowledgeBaseId:e,sourceId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseSynchronizeJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSynchronizeJob';if(n==null||n==="")throw'Missing the required parameter "syncJobId" when calling getKnowledgeKnowledgebaseSynchronizeJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}","GET",{knowledgeBaseId:e,syncJobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseUnansweredGroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUnansweredGroup';if(n==null||n==="")throw'Missing the required parameter "groupId" when calling getKnowledgeKnowledgebaseUnansweredGroup';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}","GET",{knowledgeBaseId:e,groupId:n},{app:i.app,dateStart:i.dateStart,dateEnd:i.dateEnd},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(n==null||n==="")throw'Missing the required parameter "groupId" when calling getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(i==null||i==="")throw'Missing the required parameter "phraseGroupId" when calling getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}/phrasegroups/{phraseGroupId}","GET",{knowledgeBaseId:e,groupId:n,phraseGroupId:i},{app:a.app,dateStart:a.dateStart,dateEnd:a.dateEnd},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getKnowledgeKnowledgebaseUnansweredGroups(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUnansweredGroups';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups","GET",{knowledgeBaseId:e},{app:n.app,dateStart:n.dateStart,dateEnd:n.dateEnd},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeKnowledgebaseUploadsUrlsJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}","GET",{knowledgeBaseId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeKnowledgebases(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/knowledgebases","GET",{},{before:e.before,after:e.after,limit:e.limit,pageSize:e.pageSize,name:e.name,coreLanguage:e.coreLanguage,published:e.published,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getKnowledgeSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeSettingId" when calling getKnowledgeSetting';return this.apiClient.callApi("/api/v2/knowledge/settings/{knowledgeSettingId}","GET",{knowledgeSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/settings","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,name:e.name,sourceId:e.sourceId,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getKnowledgeSource(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeSource';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}","GET",{sourceId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeSourceSynchronization(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeSourceSynchronization';if(n==null||n==="")throw'Missing the required parameter "synchronizationId" when calling getKnowledgeSourceSynchronization';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations/{synchronizationId}","GET",{sourceId:e,synchronizationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getKnowledgeSourceSynchronizations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getKnowledgeSourceSynchronizations';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations","GET",{sourceId:e},{before:n.before,after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getKnowledgeSources(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/sources","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getKnowledgeSourcesSynchronizations(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/sources/synchronizations","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchKnowledgeConnection(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "connectionId" when calling patchKnowledgeConnection';return this.apiClient.callApi("/api/v2/knowledge/connections/{connectionId}","PATCH",{connectionId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchKnowledgeGuestSessionDocumentsSearchSearchId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling patchKnowledgeGuestSessionDocumentsSearchSearchId';if(n==null||n==="")throw'Missing the required parameter "searchId" when calling patchKnowledgeGuestSessionDocumentsSearchSearchId';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeGuestSessionDocumentsSearchSearchId';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/search/{searchId}","PATCH",{sessionId:e,searchId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebase(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebase';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebase';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}","PATCH",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchKnowledgeKnowledgebaseCategory(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseCategory';if(n==null||n==="")throw'Missing the required parameter "categoryId" when calling patchKnowledgeKnowledgebaseCategory';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseCategory';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories/{categoryId}","PATCH",{knowledgeBaseId:e,categoryId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseChunksSearchSearchId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseChunksSearchSearchId';if(n==null||n==="")throw'Missing the required parameter "searchId" when calling patchKnowledgeKnowledgebaseChunksSearchSearchId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/chunks/search/{searchId}","PATCH",{knowledgeBaseId:e,searchId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchKnowledgeKnowledgebaseDocument(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocument';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling patchKnowledgeKnowledgebaseDocument';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseDocument';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}","PATCH",{knowledgeBaseId:e,documentId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';if(i==null||i==="")throw'Missing the required parameter "feedbackId" when calling patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback/{feedbackId}","PATCH",{knowledgeBaseId:e,documentId:n,feedbackId:i},{},{},{},a.body,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseDocumentVariation(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "documentVariationId" when calling patchKnowledgeKnowledgebaseDocumentVariation';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling patchKnowledgeKnowledgebaseDocumentVariation';if(i==null||i==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocumentVariation';if(a==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseDocumentVariation';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}","PATCH",{documentVariationId:e,documentId:n,knowledgeBaseId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchKnowledgeKnowledgebaseDocumentsSearchSearchId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseDocumentsSearchSearchId';if(n==null||n==="")throw'Missing the required parameter "searchId" when calling patchKnowledgeKnowledgebaseDocumentsSearchSearchId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search/{searchId}","PATCH",{knowledgeBaseId:e,searchId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchKnowledgeKnowledgebaseImportJob(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseImportJob';if(n==null||n==="")throw'Missing the required parameter "importJobId" when calling patchKnowledgeKnowledgebaseImportJob';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseImportJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs/{importJobId}","PATCH",{knowledgeBaseId:e,importJobId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseLabel(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseLabel';if(n==null||n==="")throw'Missing the required parameter "labelId" when calling patchKnowledgeKnowledgebaseLabel';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseLabel';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId}","PATCH",{knowledgeBaseId:e,labelId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseParseJob(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseParseJob';if(n==null||n==="")throw'Missing the required parameter "parseJobId" when calling patchKnowledgeKnowledgebaseParseJob';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseParseJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}","PATCH",{knowledgeBaseId:e,parseJobId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseSynchronizeJob(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';if(n==null||n==="")throw'Missing the required parameter "syncJobId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseSynchronizeJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}","PATCH",{knowledgeBaseId:e,syncJobId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(n==null||n==="")throw'Missing the required parameter "groupId" when calling patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(i==null||i==="")throw'Missing the required parameter "phraseGroupId" when calling patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';if(a==null)throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups/{groupId}/phrasegroups/{phraseGroupId}","PATCH",{knowledgeBaseId:e,groupId:n,phraseGroupId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchKnowledgeSetting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeSettingId" when calling patchKnowledgeSetting';if(n==null)throw'Missing the required parameter "body" when calling patchKnowledgeSetting';return this.apiClient.callApi("/api/v2/knowledge/settings/{knowledgeSettingId}","PATCH",{knowledgeSettingId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchKnowledgeSourceSynchronization(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling patchKnowledgeSourceSynchronization';if(n==null||n==="")throw'Missing the required parameter "synchronizationId" when calling patchKnowledgeSourceSynchronization';if(i==null)throw'Missing the required parameter "body" when calling patchKnowledgeSourceSynchronization';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations/{synchronizationId}","PATCH",{sourceId:e,synchronizationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeConnections(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeConnections';return this.apiClient.callApi("/api/v2/knowledge/connections","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeDocumentuploads(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeDocumentuploads';return this.apiClient.callApi("/api/v2/knowledge/documentuploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeGuestSessionDocumentCopies(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentCopies';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentCopies';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/copies","POST",{sessionId:e,documentId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeGuestSessionDocumentFeedback(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentFeedback';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentFeedback';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/feedback","POST",{sessionId:e,documentId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeGuestSessionDocumentViews(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentViews';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling postKnowledgeGuestSessionDocumentViews';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/{documentId}/views","POST",{sessionId:e,documentId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeGuestSessionDocumentsAnswers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsAnswers';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeGuestSessionDocumentsAnswers';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/answers","POST",{sessionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeGuestSessionDocumentsPresentations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsPresentations';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/presentations","POST",{sessionId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeGuestSessionDocumentsSearch(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsSearch';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/search","POST",{sessionId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeGuestSessionDocumentsSearchSuggestions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postKnowledgeGuestSessionDocumentsSearchSuggestions';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions/{sessionId}/documents/search/suggestions","POST",{sessionId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeGuestSessions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeGuestSessions';return this.apiClient.callApi("/api/v2/knowledge/guest/sessions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseCategories(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseCategories';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseCategories';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/categories","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseChunksSearch(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseChunksSearch';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/chunks/search","POST",{knowledgeBaseId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentCopies(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentCopies';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentCopies';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/copies","POST",{knowledgeBaseId:e,documentId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentFeedback(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentFeedback';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentFeedback';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/feedback","POST",{knowledgeBaseId:e,documentId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentVariations(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentVariations';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentVariations';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentVariations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations","POST",{knowledgeBaseId:e,documentId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeKnowledgebaseDocumentVersions(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentVersions';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentVersions';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentVersions';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/versions","POST",{knowledgeBaseId:e,documentId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeKnowledgebaseDocumentViews(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentViews';if(n==null||n==="")throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseDocumentViews';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/views","POST",{knowledgeBaseId:e,documentId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocuments(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocuments';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocuments';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentsAnswers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsAnswers';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsAnswers';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/answers","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentsBulkRemove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsBulkRemove';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsBulkRemove';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/bulk/remove","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentsBulkUpdate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsBulkUpdate';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsBulkUpdate';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/bulk/update","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseDocumentsPresentations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsPresentations';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/presentations","POST",{knowledgeBaseId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentsQuery(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsQuery';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/query","POST",{knowledgeBaseId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentsSearch(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsSearch';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search","POST",{knowledgeBaseId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentsSearchSuggestions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsSearchSuggestions';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/search/suggestions","POST",{knowledgeBaseId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/versions/bulk/add","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseExportJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseExportJobs';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseExportJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/export/jobs","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseImportJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseImportJobs';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseImportJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/import/jobs","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseLabels(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLabels';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseLabels';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseParseJobImport(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobImport';if(n==null||n==="")throw'Missing the required parameter "parseJobId" when calling postKnowledgeKnowledgebaseParseJobImport';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobImport';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}/import","POST",{knowledgeBaseId:e,parseJobId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeKnowledgebaseParseJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobs';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseSourcesSalesforce(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforce';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesSalesforce';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}/sync","POST",{knowledgeBaseId:e,sourceId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseSourcesServicenow(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenow';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesServicenow';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}/sync","POST",{knowledgeBaseId:e,sourceId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseSynchronizeJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSynchronizeJobs';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSynchronizeJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebaseUploadsUrlsJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeKnowledgebases(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeSearch(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/search","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postKnowledgeSearchPreview(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/search/preview","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postKnowledgeSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/knowledge/settings","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postKnowledgeSourceSynchronizationUploads(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling postKnowledgeSourceSynchronizationUploads';if(n==null||n==="")throw'Missing the required parameter "synchronizationId" when calling postKnowledgeSourceSynchronizationUploads';if(i==null)throw'Missing the required parameter "body" when calling postKnowledgeSourceSynchronizationUploads';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations/{synchronizationId}/uploads","POST",{sourceId:e,synchronizationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postKnowledgeSourceSynchronizations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling postKnowledgeSourceSynchronizations';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}/synchronizations","POST",{sourceId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeSources(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeSources';return this.apiClient.callApi("/api/v2/knowledge/sources","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putKnowledgeKnowledgebaseSourcesSalesforceSourceId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';if(i==null)throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}","PUT",{knowledgeBaseId:e,sourceId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putKnowledgeKnowledgebaseSourcesServicenowSourceId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';if(i==null)throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}","PUT",{knowledgeBaseId:e,sourceId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putKnowledgeSource(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling putKnowledgeSource';if(n==null)throw'Missing the required parameter "body" when calling putKnowledgeSource';return this.apiClient.callApi("/api/v2/knowledge/sources/{sourceId}","PUT",{sourceId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Gb=class{constructor(e){this.apiClient=e||k.instance}deleteLanguageunderstandingDomain(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteLanguageunderstandingDomain';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}","DELETE",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteLanguageunderstandingDomainFeedbackFeedbackId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteLanguageunderstandingDomainFeedbackFeedbackId';if(n==null||n==="")throw'Missing the required parameter "feedbackId" when calling deleteLanguageunderstandingDomainFeedbackFeedbackId';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/feedback/{feedbackId}","DELETE",{domainId:e,feedbackId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteLanguageunderstandingDomainVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteLanguageunderstandingDomainVersion';if(n==null||n==="")throw'Missing the required parameter "domainVersionId" when calling deleteLanguageunderstandingDomainVersion';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}","DELETE",{domainId:e,domainVersionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteLanguageunderstandingMiner(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling deleteLanguageunderstandingMiner';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}","DELETE",{minerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteLanguageunderstandingMinerDraft(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling deleteLanguageunderstandingMinerDraft';if(n==null||n==="")throw'Missing the required parameter "draftId" when calling deleteLanguageunderstandingMinerDraft';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId}","DELETE",{minerId:e,draftId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingDomain(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomain';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingDomainFeedback(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainFeedback';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/feedback","GET",{domainId:e},{intentName:n.intentName,assessment:n.assessment,dateStart:n.dateStart,dateEnd:n.dateEnd,includeDeleted:n.includeDeleted,language:n.language,pageNumber:n.pageNumber,pageSize:n.pageSize,enableCursorPagination:n.enableCursorPagination,includeTrainingUtterances:n.includeTrainingUtterances,after:n.after,fields:this.apiClient.buildCollectionParam(n.fields,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingDomainFeedbackFeedbackId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainFeedbackFeedbackId';if(n==null||n==="")throw'Missing the required parameter "feedbackId" when calling getLanguageunderstandingDomainFeedbackFeedbackId';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/feedback/{feedbackId}","GET",{domainId:e,feedbackId:n},{fields:this.apiClient.buildCollectionParam(i.fields,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingDomainVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainVersion';if(n==null||n==="")throw'Missing the required parameter "domainVersionId" when calling getLanguageunderstandingDomainVersion';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}","GET",{domainId:e,domainVersionId:n},{includeUtterances:i.includeUtterances},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingDomainVersionReport(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainVersionReport';if(n==null||n==="")throw'Missing the required parameter "domainVersionId" when calling getLanguageunderstandingDomainVersionReport';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/report","GET",{domainId:e,domainVersionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingDomainVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getLanguageunderstandingDomainVersions';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions","GET",{domainId:e},{includeUtterances:n.includeUtterances,pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingDomains(e){return e=e||{},this.apiClient.callApi("/api/v2/languageunderstanding/domains","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLanguageunderstandingIgnorephrase(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling getLanguageunderstandingIgnorephrase';return this.apiClient.callApi("/api/v2/languageunderstanding/ignorephrases/{languageCode}","GET",{languageCode:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,text:n.text,sortOrder:n.sortOrder,sortBy:n.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingIgnoretopic(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling getLanguageunderstandingIgnoretopic';return this.apiClient.callApi("/api/v2/languageunderstanding/ignoretopics/{languageCode}","GET",{languageCode:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,text:n.text,sortOrder:n.sortOrder,sortBy:n.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingMiner(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMiner';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}","GET",{minerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingMinerDraft(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerDraft';if(n==null||n==="")throw'Missing the required parameter "draftId" when calling getLanguageunderstandingMinerDraft';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId}","GET",{minerId:e,draftId:n},{draftIntentId:i.draftIntentId,draftTopicId:i.draftTopicId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingMinerDrafts(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerDrafts';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts","GET",{minerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingMinerIntent(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerIntent';if(n==null||n==="")throw'Missing the required parameter "intentId" when calling getLanguageunderstandingMinerIntent';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/intents/{intentId}","GET",{minerId:e,intentId:n},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingMinerIntents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerIntents';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/intents","GET",{minerId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingMinerTopic(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopic';if(n==null||n==="")throw'Missing the required parameter "topicId" when calling getLanguageunderstandingMinerTopic';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/topics/{topicId}","GET",{minerId:e,topicId:n},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLanguageunderstandingMinerTopicPhrase(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopicPhrase';if(n==null||n==="")throw'Missing the required parameter "topicId" when calling getLanguageunderstandingMinerTopicPhrase';if(i==null||i==="")throw'Missing the required parameter "phraseId" when calling getLanguageunderstandingMinerTopicPhrase';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/topics/{topicId}/phrases/{phraseId}","GET",{minerId:e,topicId:n,phraseId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getLanguageunderstandingMinerTopics(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling getLanguageunderstandingMinerTopics';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/topics","GET",{minerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguageunderstandingMiners(e){return e=e||{},this.apiClient.callApi("/api/v2/languageunderstanding/miners","GET",{},{minerType:e.minerType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLanguageunderstandingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/languageunderstanding/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchLanguageunderstandingDomain(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling patchLanguageunderstandingDomain';if(n==null)throw'Missing the required parameter "body" when calling patchLanguageunderstandingDomain';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}","PATCH",{domainId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchLanguageunderstandingMinerDraft(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling patchLanguageunderstandingMinerDraft';if(n==null||n==="")throw'Missing the required parameter "draftId" when calling patchLanguageunderstandingMinerDraft';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts/{draftId}","PATCH",{minerId:e,draftId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingDomainFeedback(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainFeedback';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingDomainFeedback';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/feedback","POST",{domainId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingDomainVersionDetect(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersionDetect';if(n==null||n==="")throw'Missing the required parameter "domainVersionId" when calling postLanguageunderstandingDomainVersionDetect';if(i==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingDomainVersionDetect';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/detect","POST",{domainId:e,domainVersionId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postLanguageunderstandingDomainVersionPublish(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersionPublish';if(n==null||n==="")throw'Missing the required parameter "domainVersionId" when calling postLanguageunderstandingDomainVersionPublish';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/publish","POST",{domainId:e,domainVersionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingDomainVersionTrain(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersionTrain';if(n==null||n==="")throw'Missing the required parameter "domainVersionId" when calling postLanguageunderstandingDomainVersionTrain';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}/train","POST",{domainId:e,domainVersionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingDomainVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postLanguageunderstandingDomainVersions';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingDomainVersions';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions","POST",{domainId:e},{includeUtterances:i.includeUtterances},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingDomains(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingDomains';return this.apiClient.callApi("/api/v2/languageunderstanding/domains","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingIgnorephrase(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnorephrase';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnorephrase';return this.apiClient.callApi("/api/v2/languageunderstanding/ignorephrases/{languageCode}","POST",{languageCode:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingIgnorephraseRemove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnorephraseRemove';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnorephraseRemove';return this.apiClient.callApi("/api/v2/languageunderstanding/ignorephrases/{languageCode}/remove","POST",{languageCode:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingIgnoretopic(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnoretopic';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnoretopic';return this.apiClient.callApi("/api/v2/languageunderstanding/ignoretopics/{languageCode}","POST",{languageCode:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingIgnoretopicRemove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnoretopicRemove';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingIgnoretopicRemove';return this.apiClient.callApi("/api/v2/languageunderstanding/ignoretopics/{languageCode}/remove","POST",{languageCode:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingMinerDrafts(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling postLanguageunderstandingMinerDrafts';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingMinerDrafts';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/drafts","POST",{minerId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingMinerExecute(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling postLanguageunderstandingMinerExecute';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/execute","POST",{minerId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguageunderstandingMiners(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingMiners';return this.apiClient.callApi("/api/v2/languageunderstanding/miners","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putLanguageunderstandingDomainVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling putLanguageunderstandingDomainVersion';if(n==null||n==="")throw'Missing the required parameter "domainVersionId" when calling putLanguageunderstandingDomainVersion';if(i==null)throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';return this.apiClient.callApi("/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}","PUT",{domainId:e,domainVersionId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},$b=class{constructor(e){this.apiClient=e||k.instance}deleteLanguage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling deleteLanguage';return this.apiClient.callApi("/api/v2/languages/{languageId}","DELETE",{languageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling getLanguage';return this.apiClient.callApi("/api/v2/languages/{languageId}","GET",{languageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguages(e){return e=e||{},this.apiClient.callApi("/api/v2/languages","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLanguagesTranslations(e){return e=e||{},this.apiClient.callApi("/api/v2/languages/translations","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLanguagesTranslationsBuiltin(e,n){if(n=n||{},e==null)throw'Missing the required parameter "language" when calling getLanguagesTranslationsBuiltin';return this.apiClient.callApi("/api/v2/languages/translations/builtin","GET",{},{language:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguagesTranslationsOrganization(e,n){if(n=n||{},e==null)throw'Missing the required parameter "language" when calling getLanguagesTranslationsOrganization';return this.apiClient.callApi("/api/v2/languages/translations/organization","GET",{},{language:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLanguagesTranslationsUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getLanguagesTranslationsUser';return this.apiClient.callApi("/api/v2/languages/translations/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLanguages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLanguages';return this.apiClient.callApi("/api/v2/languages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Nb=class{constructor(e){this.apiClient=e||k.instance}deleteLearningAssignment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling deleteLearningAssignment';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}","DELETE",{assignmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteLearningModule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling deleteLearningModule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}","DELETE",{moduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningAssignment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling getLearningAssignment';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}","GET",{assignmentId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningAssignmentStep(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling getLearningAssignmentStep';if(n==null||n==="")throw'Missing the required parameter "stepId" when calling getLearningAssignmentStep';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/steps/{stepId}","GET",{assignmentId:e,stepId:n},{shareableContentObjectId:i.shareableContentObjectId,defaultShareableContentObject:i.defaultShareableContentObject,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningAssignments(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments","GET",{},{moduleId:e.moduleId,interval:e.interval,completionInterval:e.completionInterval,overdue:e.overdue,pageSize:e.pageSize,pageNumber:e.pageNumber,pass:e.pass,minPercentageScore:e.minPercentageScore,maxPercentageScore:e.maxPercentageScore,sortOrder:e.sortOrder,sortBy:e.sortBy,userId:this.apiClient.buildCollectionParam(e.userId,"multi"),types:this.apiClient.buildCollectionParam(e.types,"multi"),states:this.apiClient.buildCollectionParam(e.states,"multi"),expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLearningAssignmentsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments/me","GET",{},{moduleId:e.moduleId,interval:e.interval,completionInterval:e.completionInterval,overdue:e.overdue,pageSize:e.pageSize,pageNumber:e.pageNumber,pass:e.pass,minPercentageScore:e.minPercentageScore,maxPercentageScore:e.maxPercentageScore,sortOrder:e.sortOrder,sortBy:e.sortBy,types:this.apiClient.buildCollectionParam(e.types,"multi"),states:this.apiClient.buildCollectionParam(e.states,"multi"),expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLearningModule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}","GET",{moduleId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningModuleJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModuleJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getLearningModuleJob';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/jobs/{jobId}","GET",{moduleId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningModulePreview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModulePreview';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/preview","GET",{moduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningModuleRule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModuleRule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/rule","GET",{moduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningModuleVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling getLearningModuleVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getLearningModuleVersion';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/versions/{versionId}","GET",{moduleId:e,versionId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getLearningModules(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/modules","GET",{},{isArchived:e.isArchived,types:this.apiClient.buildCollectionParam(e.types,"multi"),pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,sortBy:e.sortBy,searchTerm:e.searchTerm,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),isPublished:e.isPublished,statuses:this.apiClient.buildCollectionParam(e.statuses,"multi"),externalIds:this.apiClient.buildCollectionParam(e.externalIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLearningModulesAssignments(e,n){if(n=n||{},e==null)throw'Missing the required parameter "userIds" when calling getLearningModulesAssignments';return this.apiClient.callApi("/api/v2/learning/modules/assignments","GET",{},{userIds:this.apiClient.buildCollectionParam(e,"multi"),pageSize:n.pageSize,pageNumber:n.pageNumber,searchTerm:n.searchTerm,overdue:n.overdue,assignmentStates:this.apiClient.buildCollectionParam(n.assignmentStates,"multi"),expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningModulesCoverartCoverArtId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coverArtId" when calling getLearningModulesCoverartCoverArtId';return this.apiClient.callApi("/api/v2/learning/modules/coverart/{coverArtId}","GET",{coverArtId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningScheduleslotsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getLearningScheduleslotsJob';return this.apiClient.callApi("/api/v2/learning/scheduleslots/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLearningScormScormId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scormId" when calling getLearningScormScormId';return this.apiClient.callApi("/api/v2/learning/scorm/{scormId}","GET",{scormId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchLearningAssignment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling patchLearningAssignment';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}","PATCH",{assignmentId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchLearningAssignmentReschedule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling patchLearningAssignmentReschedule';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/reschedule","PATCH",{assignmentId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchLearningAssignmentStep(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling patchLearningAssignmentStep';if(n==null||n==="")throw'Missing the required parameter "stepId" when calling patchLearningAssignmentStep';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/steps/{stepId}","PATCH",{assignmentId:e,stepId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchLearningModuleUserAssignments(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling patchLearningModuleUserAssignments';if(n==null||n==="")throw'Missing the required parameter "userId" when calling patchLearningModuleUserAssignments';if(i==null)throw'Missing the required parameter "body" when calling patchLearningModuleUserAssignments';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/users/{userId}/assignments","PATCH",{moduleId:e,userId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postLearningAssessmentsScoring(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLearningAssessmentsScoring';return this.apiClient.callApi("/api/v2/learning/assessments/scoring","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningAssignmentReassign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling postLearningAssignmentReassign';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/reassign","POST",{assignmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningAssignmentReset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assignmentId" when calling postLearningAssignmentReset';return this.apiClient.callApi("/api/v2/learning/assignments/{assignmentId}/reset","POST",{assignmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningAssignments(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLearningAssignmentsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLearningAssignmentsAggregatesQuery';return this.apiClient.callApi("/api/v2/learning/assignments/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningAssignmentsBulkadd(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments/bulkadd","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLearningAssignmentsBulkremove(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/assignments/bulkremove","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLearningModuleJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling postLearningModuleJobs';if(n==null)throw'Missing the required parameter "body" when calling postLearningModuleJobs';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/jobs","POST",{moduleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLearningModulePublish(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling postLearningModulePublish';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/publish","POST",{moduleId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningModuleRuleMigrate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling postLearningModuleRuleMigrate';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/rule/migrate","POST",{moduleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningModules(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLearningModules';return this.apiClient.callApi("/api/v2/learning/modules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningRulesQuery(e,n,i,a){if(a=a||{},e==null)throw'Missing the required parameter "pageSize" when calling postLearningRulesQuery';if(n==null)throw'Missing the required parameter "pageNumber" when calling postLearningRulesQuery';if(i==null)throw'Missing the required parameter "body" when calling postLearningRulesQuery';return this.apiClient.callApi("/api/v2/learning/rules/query","POST",{},{pageSize:e,pageNumber:n},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postLearningScheduleslotsJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLearningScheduleslotsJobs';return this.apiClient.callApi("/api/v2/learning/scheduleslots/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningScheduleslotsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLearningScheduleslotsQuery';return this.apiClient.callApi("/api/v2/learning/scheduleslots/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLearningScorm(e){return e=e||{},this.apiClient.callApi("/api/v2/learning/scorm","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putLearningModule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling putLearningModule';if(n==null)throw'Missing the required parameter "body" when calling putLearningModule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}","PUT",{moduleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putLearningModulePreview(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling putLearningModulePreview';if(n==null)throw'Missing the required parameter "body" when calling putLearningModulePreview';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/preview","PUT",{moduleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putLearningModuleRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "moduleId" when calling putLearningModuleRule';if(n==null)throw'Missing the required parameter "body" when calling putLearningModuleRule';return this.apiClient.callApi("/api/v2/learning/modules/{moduleId}/rule","PUT",{moduleId:e},{assign:i.assign},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Ub=class{constructor(e){this.apiClient=e||k.instance}getLicenseDefinition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "licenseId" when calling getLicenseDefinition';return this.apiClient.callApi("/api/v2/license/definitions/{licenseId}","GET",{licenseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLicenseDefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/license/definitions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLicenseToggle(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "featureName" when calling getLicenseToggle';return this.apiClient.callApi("/api/v2/license/toggles/{featureName}","GET",{featureName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLicenseUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getLicenseUser';return this.apiClient.callApi("/api/v2/license/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLicenseUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/license/users","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLicenseInfer(e){return e=e||{},this.apiClient.callApi("/api/v2/license/infer","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLicenseInferPermissions(e){return e=e||{},this.apiClient.callApi("/api/v2/license/infer/permissions","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLicenseOrganization(e){return e=e||{},this.apiClient.callApi("/api/v2/license/organization","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postLicenseToggle(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "featureName" when calling postLicenseToggle';return this.apiClient.callApi("/api/v2/license/toggles/{featureName}","POST",{featureName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLicenseUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/license/users","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Lb=class{constructor(e){this.apiClient=e||k.instance}deleteLocation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "locationId" when calling deleteLocation';return this.apiClient.callApi("/api/v2/locations/{locationId}","DELETE",{locationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLocation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "locationId" when calling getLocation';return this.apiClient.callApi("/api/v2/locations/{locationId}","GET",{locationId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLocationSublocations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "locationId" when calling getLocationSublocations';return this.apiClient.callApi("/api/v2/locations/{locationId}/sublocations","GET",{locationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLocations(e){return e=e||{},this.apiClient.callApi("/api/v2/locations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getLocationsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getLocationsSearch';return this.apiClient.callApi("/api/v2/locations/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchLocation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "locationId" when calling patchLocation';if(n==null)throw'Missing the required parameter "body" when calling patchLocation';return this.apiClient.callApi("/api/v2/locations/{locationId}","PATCH",{locationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLocations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLocations';return this.apiClient.callApi("/api/v2/locations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLocationsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLocationsSearch';return this.apiClient.callApi("/api/v2/locations/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Wb=class{constructor(e){this.apiClient=e||k.instance}deleteDiagnosticsLogcaptureBrowserUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteDiagnosticsLogcaptureBrowserUser';return this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/users/{userId}","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getDiagnosticsLogcaptureBrowserEntriesDownloadJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getDiagnosticsLogcaptureBrowserEntriesDownloadJob';return this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/entries/download/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getDiagnosticsLogcaptureBrowserUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getDiagnosticsLogcaptureBrowserUser';return this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/users/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getDiagnosticsLogcaptureBrowserUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/users","GET",{},{includeExpired:e.includeExpired},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/entries/download/jobs","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postDiagnosticsLogcaptureBrowserEntriesQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/entries/query","POST",{},{after:e.after,pageSize:e.pageSize},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postDiagnosticsLogcaptureBrowserUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';return this.apiClient.callApi("/api/v2/diagnostics/logcapture/browser/users/{userId}","POST",{userId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Bb=class{constructor(e){this.apiClient=e||k.instance}deleteMessagingSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling deleteMessagingSetting';return this.apiClient.callApi("/api/v2/messaging/settings/{messageSettingId}","DELETE",{messageSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteMessagingSettingsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/messaging/settings/default","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteMessagingSupportedcontentSupportedContentId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling deleteMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/messaging/supportedcontent/{supportedContentId}","DELETE",{supportedContentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getMessagingSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling getMessagingSetting';return this.apiClient.callApi("/api/v2/messaging/settings/{messageSettingId}","GET",{messageSettingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getMessagingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/messaging/settings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getMessagingSettingsDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/messaging/settings/default","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getMessagingSupportedcontent(e){return e=e||{},this.apiClient.callApi("/api/v2/messaging/supportedcontent","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getMessagingSupportedcontentSupportedContentId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling getMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/messaging/supportedcontent/{supportedContentId}","GET",{supportedContentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchMessagingSetting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageSettingId" when calling patchMessagingSetting';if(n==null)throw'Missing the required parameter "body" when calling patchMessagingSetting';return this.apiClient.callApi("/api/v2/messaging/settings/{messageSettingId}","PATCH",{messageSettingId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchMessagingSupportedcontentSupportedContentId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "supportedContentId" when calling patchMessagingSupportedcontentSupportedContentId';if(n==null)throw'Missing the required parameter "body" when calling patchMessagingSupportedcontentSupportedContentId';return this.apiClient.callApi("/api/v2/messaging/supportedcontent/{supportedContentId}","PATCH",{supportedContentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postMessagingSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postMessagingSettings';return this.apiClient.callApi("/api/v2/messaging/settings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postMessagingSupportedcontent(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postMessagingSupportedcontent';return this.apiClient.callApi("/api/v2/messaging/supportedcontent","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putMessagingSettingsDefault(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';return this.apiClient.callApi("/api/v2/messaging/settings/default","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Fb=class{constructor(e){this.apiClient=e||k.instance}deleteMobiledevice(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deviceId" when calling deleteMobiledevice';return this.apiClient.callApi("/api/v2/mobiledevices/{deviceId}","DELETE",{deviceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getMobiledevice(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deviceId" when calling getMobiledevice';return this.apiClient.callApi("/api/v2/mobiledevices/{deviceId}","GET",{deviceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getMobiledevices(e){return e=e||{},this.apiClient.callApi("/api/v2/mobiledevices","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postMobiledevices(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postMobiledevices';return this.apiClient.callApi("/api/v2/mobiledevices","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putMobiledevice(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deviceId" when calling putMobiledevice';return this.apiClient.callApi("/api/v2/mobiledevices/{deviceId}","PUT",{deviceId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Vb=class{constructor(e){this.apiClient=e||k.instance}deleteNotificationsChannelSubscriptions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling deleteNotificationsChannelSubscriptions';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}/subscriptions","DELETE",{channelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getNotificationsAvailabletopics(e){return e=e||{},this.apiClient.callApi("/api/v2/notifications/availabletopics","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi"),includePreview:e.includePreview},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getNotificationsChannelSubscriptions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling getNotificationsChannelSubscriptions';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}/subscriptions","GET",{channelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getNotificationsChannels(e){return e=e||{},this.apiClient.callApi("/api/v2/notifications/channels","GET",{},{includechannels:e.includechannels},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}headNotificationsChannel(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling headNotificationsChannel';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}","HEAD",{channelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postNotificationsChannelSubscriptions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling postNotificationsChannelSubscriptions';if(n==null)throw'Missing the required parameter "body" when calling postNotificationsChannelSubscriptions';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}/subscriptions","POST",{channelId:e},{ignoreErrors:i.ignoreErrors},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postNotificationsChannels(e){return e=e||{},this.apiClient.callApi("/api/v2/notifications/channels","POST",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putNotificationsChannelSubscriptions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "channelId" when calling putNotificationsChannelSubscriptions';if(n==null)throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';return this.apiClient.callApi("/api/v2/notifications/channels/{channelId}/subscriptions","PUT",{channelId:e},{ignoreErrors:i.ignoreErrors},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Jb=class{constructor(e){this.apiClient=e||k.instance}deleteOauthClient(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling deleteOauthClient';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}","DELETE",{clientId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOauthAuthorization(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getOauthAuthorization';return this.apiClient.callApi("/api/v2/oauth/authorizations/{clientId}","GET",{clientId:e},{},{"Accept-Language":n.acceptLanguage},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOauthAuthorizations(e){return e=e||{},this.apiClient.callApi("/api/v2/oauth/authorizations","GET",{},{},{"Accept-Language":e.acceptLanguage},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOauthClient(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getOauthClient';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}","GET",{clientId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOauthClientUsageQueryResult(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "executionId" when calling getOauthClientUsageQueryResult';if(n==null||n==="")throw'Missing the required parameter "clientId" when calling getOauthClientUsageQueryResult';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/query/results/{executionId}","GET",{executionId:e,clientId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOauthClientUsageSummary(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getOauthClientUsageSummary';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/summary","GET",{clientId:e},{days:n.days},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOauthClients(e){return e=e||{},this.apiClient.callApi("/api/v2/oauth/clients","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOauthScope(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scopeId" when calling getOauthScope';return this.apiClient.callApi("/api/v2/oauth/scopes/{scopeId}","GET",{scopeId:e},{},{"Accept-Language":n.acceptLanguage},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOauthScopes(e){return e=e||{},this.apiClient.callApi("/api/v2/oauth/scopes","GET",{},{},{"Accept-Language":e.acceptLanguage},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postOauthClientSecret(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling postOauthClientSecret';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/secret","POST",{clientId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOauthClientUsageQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling postOauthClientUsageQuery';if(n==null)throw'Missing the required parameter "body" when calling postOauthClientUsageQuery';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/query","POST",{clientId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOauthClients(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOauthClients';return this.apiClient.callApi("/api/v2/oauth/clients","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOauthClient(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling putOauthClient';if(n==null)throw'Missing the required parameter "body" when calling putOauthClient';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}","PUT",{clientId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Zb=class{constructor(e){this.apiClient=e||k.instance}deleteAuthorizationDivision(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling deleteAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","DELETE",{divisionId:e},{force:n.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationDivision(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling getAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","GET",{divisionId:e},{objectCount:n.objectCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationDivisions(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,objectCount:e.objectCount,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsDeleted(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/deleted","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsHome(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/home","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsLimit(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/limit","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/divisions/query","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postAuthorizationDivisionObject(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationDivisionObject';if(n==null||n==="")throw'Missing the required parameter "objectType" when calling postAuthorizationDivisionObject';if(i==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisionObject';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/objects/{objectType}","POST",{divisionId:e,objectType:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postAuthorizationDivisionRestore(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}/restore","POST",{divisionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationDivisions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAuthorizationDivisions';return this.apiClient.callApi("/api/v2/authorization/divisions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putAuthorizationDivision(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "divisionId" when calling putAuthorizationDivision';if(n==null)throw'Missing the required parameter "body" when calling putAuthorizationDivision';return this.apiClient.callApi("/api/v2/authorization/divisions/{divisionId}","PUT",{divisionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Kb=class{constructor(e){this.apiClient=e||k.instance}getUsageEventsDefinition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "eventDefinitionId" when calling getUsageEventsDefinition';return this.apiClient.callApi("/api/v2/usage/events/definitions/{eventDefinitionId}","GET",{eventDefinitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsageEventsDefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/usage/events/definitions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postUsageEventsAggregatesQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/usage/events/aggregates/query","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postUsageEventsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/usage/events/query","POST",{},{before:e.before,after:e.after,pageSize:e.pageSize},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Qb=class{constructor(e){this.apiClient=e||k.instance}getFieldconfig(e,n){if(n=n||{},e==null)throw'Missing the required parameter "type" when calling getFieldconfig';return this.apiClient.callApi("/api/v2/fieldconfig","GET",{},{type:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrganizationsAuthenticationSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/authentication/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsEmbeddedintegration(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/embeddedintegration","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsIpaddressauthentication(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/ipaddressauthentication","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsLimitsChangerequest(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "requestId" when calling getOrganizationsLimitsChangerequest';return this.apiClient.callApi("/api/v2/organizations/limits/changerequests/{requestId}","GET",{requestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrganizationsLimitsChangerequests(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/limits/changerequests","GET",{},{after:e.after,before:e.before,status:e.status,pageSize:e.pageSize,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsLimitsDocs(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/limits/docs","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsLimitsDocsFreetrial(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/limits/docs/freetrial","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsLimitsNamespace(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "namespaceName" when calling getOrganizationsLimitsNamespace';return this.apiClient.callApi("/api/v2/organizations/limits/namespaces/{namespaceName}","GET",{namespaceName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrganizationsLimitsNamespaceDefaults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "namespaceName" when calling getOrganizationsLimitsNamespaceDefaults';return this.apiClient.callApi("/api/v2/organizations/limits/namespaces/{namespaceName}/defaults","GET",{namespaceName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrganizationsLimitsNamespaces(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/limits/namespaces","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrganizationsWhitelist(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/whitelist","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchOrganizationsAuthenticationSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchOrganizationsAuthenticationSettings';return this.apiClient.callApi("/api/v2/organizations/authentication/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchOrganizationsFeature(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "featureName" when calling patchOrganizationsFeature';if(n==null)throw'Missing the required parameter "enabled" when calling patchOrganizationsFeature';return this.apiClient.callApi("/api/v2/organizations/features/{featureName}","PATCH",{featureName:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOrganizationsEmbeddedintegration(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putOrganizationsEmbeddedintegration';return this.apiClient.callApi("/api/v2/organizations/embeddedintegration","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOrganizationsIpaddressauthentication(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putOrganizationsIpaddressauthentication';return this.apiClient.callApi("/api/v2/organizations/ipaddressauthentication","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOrganizationsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/organizations/me","PUT",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putOrganizationsWhitelist(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';return this.apiClient.callApi("/api/v2/organizations/whitelist","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Yb=class{constructor(e){this.apiClient=e||k.instance}deleteOrgauthorizationTrustee(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrustee';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}","DELETE",{trusteeOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrusteeCloneduser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeCloneduser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrusteeCloneduser';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers/{trusteeUserId}","DELETE",{trusteeOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrusteeGroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeGroup';if(n==null||n==="")throw'Missing the required parameter "trusteeGroupId" when calling deleteOrgauthorizationTrusteeGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}","DELETE",{trusteeOrgId:e,trusteeGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrusteeGroupRoles(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeGroupRoles';if(n==null||n==="")throw'Missing the required parameter "trusteeGroupId" when calling deleteOrgauthorizationTrusteeGroupRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles","DELETE",{trusteeOrgId:e,trusteeGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrusteeUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeUser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrusteeUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}","DELETE",{trusteeOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrusteeUserRoles(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling deleteOrgauthorizationTrusteeUserRoles';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrusteeUserRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles","DELETE",{trusteeOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrustees(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling deleteOrgauthorizationTrustees';return this.apiClient.callApi("/api/v2/orgauthorization/trustees","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrustor(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling deleteOrgauthorizationTrustor';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}","DELETE",{trustorOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOrgauthorizationTrustorCloneduser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling deleteOrgauthorizationTrustorCloneduser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrustorCloneduser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}","DELETE",{trustorOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrustorGroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling deleteOrgauthorizationTrustorGroup';if(n==null||n==="")throw'Missing the required parameter "trustorGroupId" when calling deleteOrgauthorizationTrustorGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId}","DELETE",{trustorOrgId:e,trustorGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrustorUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling deleteOrgauthorizationTrustorUser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling deleteOrgauthorizationTrustorUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}","DELETE",{trustorOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOrgauthorizationTrustors(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling deleteOrgauthorizationTrustors';return this.apiClient.callApi("/api/v2/orgauthorization/trustors","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationPairing(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "pairingId" when calling getOrgauthorizationPairing';return this.apiClient.callApi("/api/v2/orgauthorization/pairings/{pairingId}","GET",{pairingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustee(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrustee';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}","GET",{trusteeOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrusteeClonedusers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeClonedusers';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers","GET",{trusteeOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrusteeGroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeGroup';if(n==null||n==="")throw'Missing the required parameter "trusteeGroupId" when calling getOrgauthorizationTrusteeGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}","GET",{trusteeOrgId:e,trusteeGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrusteeGroupRoles(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeGroupRoles';if(n==null||n==="")throw'Missing the required parameter "trusteeGroupId" when calling getOrgauthorizationTrusteeGroupRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles","GET",{trusteeOrgId:e,trusteeGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrusteeGroups(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeGroups';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups","GET",{trusteeOrgId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrusteeUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeUser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling getOrgauthorizationTrusteeUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}","GET",{trusteeOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrusteeUserRoles(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeUserRoles';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling getOrgauthorizationTrusteeUserRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles","GET",{trusteeOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrusteeUsers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling getOrgauthorizationTrusteeUsers';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users","GET",{trusteeOrgId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustees(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrgauthorizationTrusteesCare(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees/care","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrgauthorizationTrusteesDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees/default","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOrgauthorizationTrustor(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustor';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}","GET",{trustorOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustorCloneduser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorCloneduser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling getOrgauthorizationTrustorCloneduser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}","GET",{trustorOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustorClonedusers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorClonedusers';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers","GET",{trustorOrgId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustorGroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorGroup';if(n==null||n==="")throw'Missing the required parameter "trustorGroupId" when calling getOrgauthorizationTrustorGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId}","GET",{trustorOrgId:e,trustorGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustorGroups(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorGroups';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/groups","GET",{trustorOrgId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustorUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorUser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling getOrgauthorizationTrustorUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}","GET",{trustorOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOrgauthorizationTrustorUsers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling getOrgauthorizationTrustorUsers';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/users","GET",{trustorOrgId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrgauthorizationTrustors(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustors","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postOrgauthorizationPairings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOrgauthorizationPairings';return this.apiClient.callApi("/api/v2/orgauthorization/pairings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOrgauthorizationTrusteeGroups(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling postOrgauthorizationTrusteeGroups';if(n==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrusteeGroups';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups","POST",{trusteeOrgId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOrgauthorizationTrusteeUsers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling postOrgauthorizationTrusteeUsers';if(n==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrusteeUsers';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users","POST",{trusteeOrgId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOrgauthorizationTrustees(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrustees';return this.apiClient.callApi("/api/v2/orgauthorization/trustees","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOrgauthorizationTrusteesAudits(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrusteesAudits';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/audits","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,sortOrder:n.sortOrder},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOrgauthorizationTrusteesCare(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees/care","POST",{},{assignDefaultRole:e.assignDefaultRole,autoExpire:e.autoExpire,assignFullAccess:e.assignFullAccess,allowTrustedUserAccess:e.allowTrustedUserAccess},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postOrgauthorizationTrusteesDefault(e){return e=e||{},this.apiClient.callApi("/api/v2/orgauthorization/trustees/default","POST",{},{assignDefaultRole:e.assignDefaultRole,autoExpire:e.autoExpire},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postOrgauthorizationTrustorAudits(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOrgauthorizationTrustorAudits';return this.apiClient.callApi("/api/v2/orgauthorization/trustor/audits","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,sortOrder:n.sortOrder},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOrgauthorizationTrustee(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrustee';if(n==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrustee';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}","PUT",{trusteeOrgId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOrgauthorizationTrusteeGroupRoledivisions(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrusteeGroupRoledivisions';if(n==null||n==="")throw'Missing the required parameter "trusteeGroupId" when calling putOrgauthorizationTrusteeGroupRoledivisions';if(i==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrusteeGroupRoledivisions';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roledivisions","PUT",{trusteeOrgId:e,trusteeGroupId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOrgauthorizationTrusteeGroupRoles(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrusteeGroupRoles';if(n==null||n==="")throw'Missing the required parameter "trusteeGroupId" when calling putOrgauthorizationTrusteeGroupRoles';if(i==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrusteeGroupRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/groups/{trusteeGroupId}/roles","PUT",{trusteeOrgId:e,trusteeGroupId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOrgauthorizationTrusteeUserRoledivisions(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrusteeUserRoledivisions';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrusteeUserRoledivisions';if(i==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrusteeUserRoledivisions';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roledivisions","PUT",{trusteeOrgId:e,trusteeUserId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOrgauthorizationTrusteeUserRoles(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "trusteeOrgId" when calling putOrgauthorizationTrusteeUserRoles';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrusteeUserRoles';if(i==null)throw'Missing the required parameter "body" when calling putOrgauthorizationTrusteeUserRoles';return this.apiClient.callApi("/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles","PUT",{trusteeOrgId:e,trusteeUserId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOrgauthorizationTrustorCloneduser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling putOrgauthorizationTrustorCloneduser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorCloneduser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}","PUT",{trustorOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOrgauthorizationTrustorGroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling putOrgauthorizationTrustorGroup';if(n==null||n==="")throw'Missing the required parameter "trustorGroupId" when calling putOrgauthorizationTrustorGroup';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/groups/{trustorGroupId}","PUT",{trustorOrgId:e,trustorGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOrgauthorizationTrustorUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trustorOrgId" when calling putOrgauthorizationTrustorUser';if(n==null||n==="")throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';return this.apiClient.callApi("/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}","PUT",{trustorOrgId:e,trusteeUserId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Xb=class{constructor(e){this.apiClient=e||k.instance}deleteOutboundAttemptlimit(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "attemptLimitsId" when calling deleteOutboundAttemptlimit';return this.apiClient.callApi("/api/v2/outbound/attemptlimits/{attemptLimitsId}","DELETE",{attemptLimitsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundCallabletimeset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "callableTimeSetId" when calling deleteOutboundCallabletimeset';return this.apiClient.callApi("/api/v2/outbound/callabletimesets/{callableTimeSetId}","DELETE",{callableTimeSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundCallanalysisresponseset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "callAnalysisSetId" when calling deleteOutboundCallanalysisresponseset';return this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId}","DELETE",{callAnalysisSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundCampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling deleteOutboundCampaign';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}","DELETE",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundCampaignProgress(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling deleteOutboundCampaignProgress';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/progress","DELETE",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundCampaignrule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignRuleId" when calling deleteOutboundCampaignrule';return this.apiClient.callApi("/api/v2/outbound/campaignrules/{campaignRuleId}","DELETE",{campaignRuleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundContactlist(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling deleteOutboundContactlist';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}","DELETE",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundContactlistContact(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling deleteOutboundContactlistContact';if(n==null||n==="")throw'Missing the required parameter "contactId" when calling deleteOutboundContactlistContact';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}","DELETE",{contactListId:e,contactId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundContactlistContacts(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling deleteOutboundContactlistContacts';if(n==null)throw'Missing the required parameter "contactIds" when calling deleteOutboundContactlistContacts';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts","DELETE",{contactListId:e},{contactIds:this.apiClient.buildCollectionParam(n,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteOutboundContactlistfilter(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListFilterId" when calling deleteOutboundContactlistfilter';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/{contactListFilterId}","DELETE",{contactListFilterId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundContactlists(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling deleteOutboundContactlists';return this.apiClient.callApi("/api/v2/outbound/contactlists","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundContactlisttemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListTemplateId" when calling deleteOutboundContactlisttemplate';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/{contactListTemplateId}","DELETE",{contactListTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundContactlisttemplates(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling deleteOutboundContactlisttemplates';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundDigitalruleset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "digitalRuleSetId" when calling deleteOutboundDigitalruleset';return this.apiClient.callApi("/api/v2/outbound/digitalrulesets/{digitalRuleSetId}","DELETE",{digitalRuleSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundDnclist(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclist';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}","DELETE",{dncListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundDnclistCustomexclusioncolumns(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclistCustomexclusioncolumns';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/customexclusioncolumns","DELETE",{dncListId:e},{expiredOnly:n.expiredOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundDnclistEmailaddresses(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclistEmailaddresses';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/emailaddresses","DELETE",{dncListId:e},{expiredOnly:n.expiredOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundDnclistPhonenumbers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclistPhonenumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/phonenumbers","DELETE",{dncListId:e},{expiredOnly:n.expiredOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundDnclistWhatsappnumbers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling deleteOutboundDnclistWhatsappnumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/whatsappnumbers","DELETE",{dncListId:e},{expiredOnly:n.expiredOnly},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundFilespecificationtemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "fileSpecificationTemplateId" when calling deleteOutboundFilespecificationtemplate';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}","DELETE",{fileSpecificationTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundFilespecificationtemplatesBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling deleteOutboundFilespecificationtemplatesBulk';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates/bulk","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundImporttemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "importTemplateId" when calling deleteOutboundImporttemplate';return this.apiClient.callApi("/api/v2/outbound/importtemplates/{importTemplateId}","DELETE",{importTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundImporttemplates(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling deleteOutboundImporttemplates';return this.apiClient.callApi("/api/v2/outbound/importtemplates","DELETE",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundMessagingcampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling deleteOutboundMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}","DELETE",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundMessagingcampaignProgress(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling deleteOutboundMessagingcampaignProgress';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/progress","DELETE",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundRuleset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleSetId" when calling deleteOutboundRuleset';return this.apiClient.callApi("/api/v2/outbound/rulesets/{ruleSetId}","DELETE",{ruleSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundSchedulesCampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling deleteOutboundSchedulesCampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/campaigns/{campaignId}","DELETE",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundSchedulesEmailcampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "emailCampaignId" when calling deleteOutboundSchedulesEmailcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}","DELETE",{emailCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundSchedulesMessagingcampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling deleteOutboundSchedulesMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}","DELETE",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundSchedulesSequence(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling deleteOutboundSchedulesSequence';return this.apiClient.callApi("/api/v2/outbound/schedules/sequences/{sequenceId}","DELETE",{sequenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundSchedulesWhatsappcampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "whatsAppCampaignId" when calling deleteOutboundSchedulesWhatsappcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/whatsappcampaigns/{whatsAppCampaignId}","DELETE",{whatsAppCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteOutboundSequence(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling deleteOutboundSequence';return this.apiClient.callApi("/api/v2/outbound/sequences/{sequenceId}","DELETE",{sequenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundAttemptlimit(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "attemptLimitsId" when calling getOutboundAttemptlimit';return this.apiClient.callApi("/api/v2/outbound/attemptlimits/{attemptLimitsId}","GET",{attemptLimitsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundAttemptlimits(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/attemptlimits","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCallabletimeset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "callableTimeSetId" when calling getOutboundCallabletimeset';return this.apiClient.callApi("/api/v2/outbound/callabletimesets/{callableTimeSetId}","GET",{callableTimeSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCallabletimesets(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/callabletimesets","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCallanalysisresponseset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "callAnalysisSetId" when calling getOutboundCallanalysisresponseset';return this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId}","GET",{callAnalysisSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCallanalysisresponsesets(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaign';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignAgentownedmappingpreviewResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignAgentownedmappingpreviewResults';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/agentownedmappingpreview/results","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignDiagnostics(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignDiagnostics';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/diagnostics","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignInteractions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignInteractions';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/interactions","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignLinedistribution(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignLinedistribution';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/linedistribution","GET",{campaignId:e},{includeOnlyActiveCampaigns:n.includeOnlyActiveCampaigns,edgeGroupId:n.edgeGroupId,siteId:n.siteId,useWeight:n.useWeight,relativeWeight:n.relativeWeight,outboundLineCount:n.outboundLineCount},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignProgress(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignProgress';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/progress","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignSkillcombinations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignSkillcombinations';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/skillcombinations","GET",{campaignId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignStats(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignStats';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/stats","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignrule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignRuleId" when calling getOutboundCampaignrule';return this.apiClient.callApi("/api/v2/outbound/campaignrules/{campaignRuleId}","GET",{campaignRuleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignrules(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaignrules","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaigns","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),contactListId:e.contactListId,dncListIds:e.dncListIds,distributionQueueId:e.distributionQueueId,edgeGroupId:e.edgeGroupId,callAnalysisResponseSetId:e.callAnalysisResponseSetId,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaignsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaigns/all","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),mediaType:this.apiClient.buildCollectionParam(e.mediaType,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaignsAllDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaigns/all/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),mediaType:this.apiClient.buildCollectionParam(e.mediaType,"multi"),sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundCampaignsDivisionview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundCampaignsDivisionview';return this.apiClient.callApi("/api/v2/outbound/campaigns/divisionviews/{campaignId}","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundCampaignsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/campaigns/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundContactlist(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlist';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}","GET",{contactListId:e},{includeImportStatus:n.includeImportStatus,includeSize:n.includeSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistContact(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistContact';if(n==null||n==="")throw'Missing the required parameter "contactId" when calling getOutboundContactlistContact';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}","GET",{contactListId:e,contactId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistContactsBulkJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistContactsBulkJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getOutboundContactlistContactsBulkJob';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs/{jobId}","GET",{contactListId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOutboundContactlistContactsBulkJobs(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistContactsBulkJobs';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs","GET",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistExport(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistExport';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/export","GET",{contactListId:e},{download:n.download},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistImportstatus(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistImportstatus';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/importstatus","GET",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistTimezonemappingpreview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistTimezonemappingpreview';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/timezonemappingpreview","GET",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistfilter(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListFilterId" when calling getOutboundContactlistfilter';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/{contactListFilterId}","GET",{contactListFilterId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistfilters(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/contactlistfilters","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder,contactListId:e.contactListId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundContactlists(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/contactlists","GET",{},{includeImportStatus:e.includeImportStatus,includeSize:e.includeSize,pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundContactlistsDivisionview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling getOutboundContactlistsDivisionview';return this.apiClient.callApi("/api/v2/outbound/contactlists/divisionviews/{contactListId}","GET",{contactListId:e},{includeImportStatus:n.includeImportStatus,includeSize:n.includeSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlistsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/contactlists/divisionviews","GET",{},{includeImportStatus:e.includeImportStatus,includeSize:e.includeSize,pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundContactlisttemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListTemplateId" when calling getOutboundContactlisttemplate';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/{contactListTemplateId}","GET",{contactListTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundContactlisttemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/contactlisttemplates","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundDiagnosticsCampaignSummary(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundDiagnosticsCampaignSummary';if(n==null)throw'Missing the required parameter "start" when calling getOutboundDiagnosticsCampaignSummary';if(i==null)throw'Missing the required parameter "end" when calling getOutboundDiagnosticsCampaignSummary';return this.apiClient.callApi("/api/v2/outbound/diagnostics/campaigns/{campaignId}/summary","GET",{campaignId:e},{start:n,end:i},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getOutboundDigitalruleset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "digitalRuleSetId" when calling getOutboundDigitalruleset';return this.apiClient.callApi("/api/v2/outbound/digitalrulesets/{digitalRuleSetId}","GET",{digitalRuleSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundDigitalrulesets(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/digitalrulesets","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundDnclist(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling getOutboundDnclist';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}","GET",{dncListId:e},{includeImportStatus:n.includeImportStatus,includeSize:n.includeSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundDnclistExport(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling getOutboundDnclistExport';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/export","GET",{dncListId:e},{download:n.download},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundDnclistImportstatus(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling getOutboundDnclistImportstatus';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/importstatus","GET",{dncListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundDnclists(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/dnclists","GET",{},{includeImportStatus:e.includeImportStatus,includeSize:e.includeSize,pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,dncSourceType:e.dncSourceType,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundDnclistsDivisionview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling getOutboundDnclistsDivisionview';return this.apiClient.callApi("/api/v2/outbound/dnclists/divisionviews/{dncListId}","GET",{dncListId:e},{includeImportStatus:n.includeImportStatus,includeSize:n.includeSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundDnclistsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/dnclists/divisionviews","GET",{},{includeImportStatus:e.includeImportStatus,includeSize:e.includeSize,pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,name:e.name,dncSourceType:e.dncSourceType,id:this.apiClient.buildCollectionParam(e.id,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundEvent(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "eventId" when calling getOutboundEvent';return this.apiClient.callApi("/api/v2/outbound/events/{eventId}","GET",{eventId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundEvents(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/events","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,filterType:e.filterType,category:e.category,level:e.level,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundFilespecificationtemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "fileSpecificationTemplateId" when calling getOutboundFilespecificationtemplate';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}","GET",{fileSpecificationTemplateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundFilespecificationtemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundImporttemplate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';return this.apiClient.callApi("/api/v2/outbound/importtemplates/{importTemplateId}","GET",{importTemplateId:e},{includeImportStatus:n.includeImportStatus},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundImporttemplateImportstatus(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplateImportstatus';return this.apiClient.callApi("/api/v2/outbound/importtemplates/{importTemplateId}/importstatus","GET",{importTemplateId:e},{listNamePrefix:n.listNamePrefix},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundImporttemplates(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/importtemplates","GET",{},{includeImportStatus:e.includeImportStatus,pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder,contactListTemplateId:e.contactListTemplateId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundMessagingcampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundMessagingcampaignDiagnostics(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignDiagnostics';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/diagnostics","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundMessagingcampaignProgress(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignProgress';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/progress","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundMessagingcampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/messagingcampaigns","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,contactListId:e.contactListId,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),type:e.type,senderSmsPhoneNumber:e.senderSmsPhoneNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),contentTemplateId:e.contentTemplateId,campaignStatus:e.campaignStatus,ruleSetIds:this.apiClient.buildCollectionParam(e.ruleSetIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundMessagingcampaignsDivisionview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignsDivisionview';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/divisionviews/{messagingCampaignId}","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundMessagingcampaignsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name,type:e.type,id:this.apiClient.buildCollectionParam(e.id,"multi"),senderSmsPhoneNumber:e.senderSmsPhoneNumber,contentTemplateId:e.contentTemplateId,campaignStatus:e.campaignStatus},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundRuleset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleSetId" when calling getOutboundRuleset';return this.apiClient.callApi("/api/v2/outbound/rulesets/{ruleSetId}","GET",{ruleSetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundRulesets(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/rulesets","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesCampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling getOutboundSchedulesCampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/campaigns/{campaignId}","GET",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundSchedulesCampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/campaigns","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesEmailcampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "emailCampaignId" when calling getOutboundSchedulesEmailcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}","GET",{emailCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundSchedulesEmailcampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/emailcampaigns","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesMessagingcampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling getOutboundSchedulesMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}","GET",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundSchedulesMessagingcampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/messagingcampaigns","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesSequence(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling getOutboundSchedulesSequence';return this.apiClient.callApi("/api/v2/outbound/schedules/sequences/{sequenceId}","GET",{sequenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundSchedulesSequences(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/sequences","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSchedulesWhatsappcampaign(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "whatsAppCampaignId" when calling getOutboundSchedulesWhatsappcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/whatsappcampaigns/{whatsAppCampaignId}","GET",{whatsAppCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundSchedulesWhatsappcampaigns(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/schedules/whatsappcampaigns","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSequence(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling getOutboundSequence';return this.apiClient.callApi("/api/v2/outbound/sequences/{sequenceId}","GET",{sequenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOutboundSequences(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/sequences","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,allowEmptyResult:e.allowEmptyResult,filterType:e.filterType,name:e.name,sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getOutboundWrapupcodemappings(e){return e=e||{},this.apiClient.callApi("/api/v2/outbound/wrapupcodemappings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchOutboundCampaign(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling patchOutboundCampaign';if(n==null)throw'Missing the required parameter "body" when calling patchOutboundCampaign';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}","PATCH",{campaignId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchOutboundDnclistCustomexclusioncolumns(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling patchOutboundDnclistCustomexclusioncolumns';if(n==null)throw'Missing the required parameter "body" when calling patchOutboundDnclistCustomexclusioncolumns';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/customexclusioncolumns","PATCH",{dncListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchOutboundDnclistEmailaddresses(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling patchOutboundDnclistEmailaddresses';if(n==null)throw'Missing the required parameter "body" when calling patchOutboundDnclistEmailaddresses';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/emailaddresses","PATCH",{dncListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchOutboundDnclistPhonenumbers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling patchOutboundDnclistPhonenumbers';if(n==null)throw'Missing the required parameter "body" when calling patchOutboundDnclistPhonenumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/phonenumbers","PATCH",{dncListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchOutboundDnclistWhatsappnumbers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling patchOutboundDnclistWhatsappnumbers';if(n==null)throw'Missing the required parameter "body" when calling patchOutboundDnclistWhatsappnumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/whatsappnumbers","PATCH",{dncListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchOutboundSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchOutboundSettings';return this.apiClient.callApi("/api/v2/outbound/settings","PATCH",{},{useMaxCallsPerAgentDecimal:n.useMaxCallsPerAgentDecimal},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundAttemptlimits(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundAttemptlimits';return this.apiClient.callApi("/api/v2/outbound/attemptlimits","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCallabletimesets(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCallabletimesets';return this.apiClient.callApi("/api/v2/outbound/callabletimesets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCallanalysisresponsesets(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCallanalysisresponsesets';return this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCampaignAgentownedmappingpreview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling postOutboundCampaignAgentownedmappingpreview';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/agentownedmappingpreview","POST",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCampaignCallbackSchedule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling postOutboundCampaignCallbackSchedule';if(n==null)throw'Missing the required parameter "body" when calling postOutboundCampaignCallbackSchedule';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/callback/schedule","POST",{campaignId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundCampaignStart(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling postOutboundCampaignStart';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/start","POST",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCampaignStop(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling postOutboundCampaignStop';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/stop","POST",{campaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCampaignrules(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCampaignrules';return this.apiClient.callApi("/api/v2/outbound/campaignrules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCampaigns(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCampaigns';return this.apiClient.callApi("/api/v2/outbound/campaigns","POST",{},{useMaxCallsPerAgentDecimal:n.useMaxCallsPerAgentDecimal},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCampaignsPerformanceQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCampaignsPerformanceQuery';return this.apiClient.callApi("/api/v2/outbound/campaigns/performance/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundCampaignsProgress(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundCampaignsProgress';return this.apiClient.callApi("/api/v2/outbound/campaigns/progress","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistClear(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistClear';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/clear","POST",{contactListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistContacts(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContacts';if(n==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContacts';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts","POST",{contactListId:e},{priority:i.priority,clearSystemData:i.clearSystemData,doNotQueue:i.doNotQueue},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistContactsBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulk';if(n==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContactsBulk';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk","POST",{contactListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistContactsBulkRemove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkRemove';if(n==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContactsBulkRemove';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/remove","POST",{contactListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistContactsBulkUpdate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkUpdate';if(n==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContactsBulkUpdate';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/update","POST",{contactListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistContactsSearch(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsSearch';if(n==null)throw'Missing the required parameter "body" when calling postOutboundContactlistContactsSearch';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/search","POST",{contactListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundContactlistExport(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling postOutboundContactlistExport';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/export","POST",{contactListId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistfilters(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlistfilters';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistfiltersBulkRetrieve(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlistfiltersBulkRetrieve';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/bulk/retrieve","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistfiltersPreview(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlistfiltersPreview';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/preview","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlists(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlists';return this.apiClient.callApi("/api/v2/outbound/contactlists","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlistsUploads(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlistsUploads';return this.apiClient.callApi("/api/v2/outbound/contactlists/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlisttemplates(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlisttemplates';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlisttemplatesBulkAdd(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkAdd';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/bulk/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundContactlisttemplatesBulkRetrieve(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkRetrieve';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/bulk/retrieve","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundConversationDnc(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postOutboundConversationDnc';return this.apiClient.callApi("/api/v2/outbound/conversations/{conversationId}/dnc","POST",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundDigitalrulesets(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundDigitalrulesets';return this.apiClient.callApi("/api/v2/outbound/digitalrulesets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundDnclistEmailaddresses(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling postOutboundDnclistEmailaddresses';if(n==null)throw'Missing the required parameter "body" when calling postOutboundDnclistEmailaddresses';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/emailaddresses","POST",{dncListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundDnclistExport(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling postOutboundDnclistExport';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/export","POST",{dncListId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundDnclistPhonenumbers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling postOutboundDnclistPhonenumbers';if(n==null)throw'Missing the required parameter "body" when calling postOutboundDnclistPhonenumbers';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}/phonenumbers","POST",{dncListId:e},{expirationDateTime:i.expirationDateTime},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postOutboundDnclists(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundDnclists';return this.apiClient.callApi("/api/v2/outbound/dnclists","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundDnclistsUploads(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundDnclistsUploads';return this.apiClient.callApi("/api/v2/outbound/dnclists/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundFilespecificationtemplates(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundFilespecificationtemplates';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundImporttemplates(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundImporttemplates';return this.apiClient.callApi("/api/v2/outbound/importtemplates","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundImporttemplatesBulkAdd(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundImporttemplatesBulkAdd';return this.apiClient.callApi("/api/v2/outbound/importtemplates/bulk/add","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundMessagingcampaignStart(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling postOutboundMessagingcampaignStart';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/start","POST",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundMessagingcampaignStop(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling postOutboundMessagingcampaignStop';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}/stop","POST",{messagingCampaignId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundMessagingcampaigns(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundMessagingcampaigns';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundMessagingcampaignsProgress(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundMessagingcampaignsProgress';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/progress","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundRulesets(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundRulesets';return this.apiClient.callApi("/api/v2/outbound/rulesets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOutboundSequences(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postOutboundSequences';return this.apiClient.callApi("/api/v2/outbound/sequences","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putOutboundAttemptlimit(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "attemptLimitsId" when calling putOutboundAttemptlimit';if(n==null)throw'Missing the required parameter "body" when calling putOutboundAttemptlimit';return this.apiClient.callApi("/api/v2/outbound/attemptlimits/{attemptLimitsId}","PUT",{attemptLimitsId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundCallabletimeset(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "callableTimeSetId" when calling putOutboundCallabletimeset';if(n==null)throw'Missing the required parameter "body" when calling putOutboundCallabletimeset';return this.apiClient.callApi("/api/v2/outbound/callabletimesets/{callableTimeSetId}","PUT",{callableTimeSetId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundCallanalysisresponseset(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "callAnalysisSetId" when calling putOutboundCallanalysisresponseset';if(n==null)throw'Missing the required parameter "body" when calling putOutboundCallanalysisresponseset';return this.apiClient.callApi("/api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId}","PUT",{callAnalysisSetId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundCampaign(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling putOutboundCampaign';if(n==null)throw'Missing the required parameter "body" when calling putOutboundCampaign';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}","PUT",{campaignId:e},{useMaxCallsPerAgentDecimal:i.useMaxCallsPerAgentDecimal},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundCampaignAgent(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling putOutboundCampaignAgent';if(n==null||n==="")throw'Missing the required parameter "userId" when calling putOutboundCampaignAgent';if(i==null)throw'Missing the required parameter "body" when calling putOutboundCampaignAgent';return this.apiClient.callApi("/api/v2/outbound/campaigns/{campaignId}/agents/{userId}","PUT",{campaignId:e,userId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOutboundCampaignrule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignRuleId" when calling putOutboundCampaignrule';if(n==null)throw'Missing the required parameter "body" when calling putOutboundCampaignrule';return this.apiClient.callApi("/api/v2/outbound/campaignrules/{campaignRuleId}","PUT",{campaignRuleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundContactlist(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling putOutboundContactlist';if(n==null)throw'Missing the required parameter "body" when calling putOutboundContactlist';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}","PUT",{contactListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundContactlistContact(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "contactListId" when calling putOutboundContactlistContact';if(n==null||n==="")throw'Missing the required parameter "contactId" when calling putOutboundContactlistContact';if(i==null)throw'Missing the required parameter "body" when calling putOutboundContactlistContact';return this.apiClient.callApi("/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}","PUT",{contactListId:e,contactId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putOutboundContactlistfilter(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListFilterId" when calling putOutboundContactlistfilter';if(n==null)throw'Missing the required parameter "body" when calling putOutboundContactlistfilter';return this.apiClient.callApi("/api/v2/outbound/contactlistfilters/{contactListFilterId}","PUT",{contactListFilterId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundContactlisttemplate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "contactListTemplateId" when calling putOutboundContactlisttemplate';if(n==null)throw'Missing the required parameter "body" when calling putOutboundContactlisttemplate';return this.apiClient.callApi("/api/v2/outbound/contactlisttemplates/{contactListTemplateId}","PUT",{contactListTemplateId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundDigitalruleset(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "digitalRuleSetId" when calling putOutboundDigitalruleset';if(n==null)throw'Missing the required parameter "body" when calling putOutboundDigitalruleset';return this.apiClient.callApi("/api/v2/outbound/digitalrulesets/{digitalRuleSetId}","PUT",{digitalRuleSetId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundDnclist(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "dncListId" when calling putOutboundDnclist';if(n==null)throw'Missing the required parameter "body" when calling putOutboundDnclist';return this.apiClient.callApi("/api/v2/outbound/dnclists/{dncListId}","PUT",{dncListId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundFilespecificationtemplate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "fileSpecificationTemplateId" when calling putOutboundFilespecificationtemplate';if(n==null)throw'Missing the required parameter "body" when calling putOutboundFilespecificationtemplate';return this.apiClient.callApi("/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}","PUT",{fileSpecificationTemplateId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundImporttemplate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "importTemplateId" when calling putOutboundImporttemplate';if(n==null)throw'Missing the required parameter "body" when calling putOutboundImporttemplate';return this.apiClient.callApi("/api/v2/outbound/importtemplates/{importTemplateId}","PUT",{importTemplateId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundMessagingcampaign(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling putOutboundMessagingcampaign';if(n==null)throw'Missing the required parameter "body" when calling putOutboundMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/messagingcampaigns/{messagingCampaignId}","PUT",{messagingCampaignId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundRuleset(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleSetId" when calling putOutboundRuleset';if(n==null)throw'Missing the required parameter "body" when calling putOutboundRuleset';return this.apiClient.callApi("/api/v2/outbound/rulesets/{ruleSetId}","PUT",{ruleSetId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundSchedulesCampaign(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "campaignId" when calling putOutboundSchedulesCampaign';if(n==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesCampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/campaigns/{campaignId}","PUT",{campaignId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundSchedulesEmailcampaign(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "emailCampaignId" when calling putOutboundSchedulesEmailcampaign';if(n==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesEmailcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}","PUT",{emailCampaignId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundSchedulesMessagingcampaign(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messagingCampaignId" when calling putOutboundSchedulesMessagingcampaign';if(n==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesMessagingcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}","PUT",{messagingCampaignId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundSchedulesSequence(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling putOutboundSchedulesSequence';if(n==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesSequence';return this.apiClient.callApi("/api/v2/outbound/schedules/sequences/{sequenceId}","PUT",{sequenceId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundSchedulesWhatsappcampaign(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "whatsAppCampaignId" when calling putOutboundSchedulesWhatsappcampaign';if(n==null)throw'Missing the required parameter "body" when calling putOutboundSchedulesWhatsappcampaign';return this.apiClient.callApi("/api/v2/outbound/schedules/whatsappcampaigns/{whatsAppCampaignId}","PUT",{whatsAppCampaignId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundSequence(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sequenceId" when calling putOutboundSequence';if(n==null)throw'Missing the required parameter "body" when calling putOutboundSequence';return this.apiClient.callApi("/api/v2/outbound/sequences/{sequenceId}","PUT",{sequenceId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putOutboundWrapupcodemappings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';return this.apiClient.callApi("/api/v2/outbound/wrapupcodemappings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},ey=class{constructor(e){this.apiClient=e||k.instance}deletePresenceDefinition0(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "definitionId" when calling deletePresenceDefinition0';return this.apiClient.callApi("/api/v2/presence/definitions/{definitionId}","DELETE",{definitionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deletePresenceSource(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling deletePresenceSource';return this.apiClient.callApi("/api/v2/presence/sources/{sourceId}","DELETE",{sourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deletePresencedefinition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "presenceId" when calling deletePresencedefinition';return this.apiClient.callApi("/api/v2/presencedefinitions/{presenceId}","DELETE",{presenceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getPresenceDefinition0(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "definitionId" when calling getPresenceDefinition0';return this.apiClient.callApi("/api/v2/presence/definitions/{definitionId}","GET",{definitionId:e},{localeCode:n.localeCode},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getPresenceDefinitions0(e){return e=e||{},this.apiClient.callApi("/api/v2/presence/definitions","GET",{},{deactivated:e.deactivated,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),localeCode:e.localeCode},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getPresenceSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/presence/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getPresenceSource(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getPresenceSource';return this.apiClient.callApi("/api/v2/presence/sources/{sourceId}","GET",{sourceId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getPresenceSources(e){return e=e||{},this.apiClient.callApi("/api/v2/presence/sources","GET",{},{deactivated:e.deactivated},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getPresenceUserPrimarysource(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getPresenceUserPrimarysource';return this.apiClient.callApi("/api/v2/presence/users/{userId}/primarysource","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getPresencedefinition(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "presenceId" when calling getPresencedefinition';return this.apiClient.callApi("/api/v2/presencedefinitions/{presenceId}","GET",{presenceId:e},{localeCode:n.localeCode},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getPresencedefinitions(e){return e=e||{},this.apiClient.callApi("/api/v2/presencedefinitions","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,deleted:e.deleted,localeCode:e.localeCode},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSystempresences(e){return e=e||{},this.apiClient.callApi("/api/v2/systempresences","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserPresence(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserPresence';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling getUserPresence';return this.apiClient.callApi("/api/v2/users/{userId}/presences/{sourceId}","GET",{userId:e,sourceId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserPresencesPurecloud(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserPresencesPurecloud';return this.apiClient.callApi("/api/v2/users/{userId}/presences/purecloud","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersPresenceBulk(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling getUsersPresenceBulk';return this.apiClient.callApi("/api/v2/users/presences/{sourceId}/bulk","GET",{sourceId:e},{id:this.apiClient.buildCollectionParam(n.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersPresencesPurecloudBulk(e){return e=e||{},this.apiClient.callApi("/api/v2/users/presences/purecloud/bulk","GET",{},{id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchUserPresence(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserPresence';if(n==null||n==="")throw'Missing the required parameter "sourceId" when calling patchUserPresence';if(i==null)throw'Missing the required parameter "body" when calling patchUserPresence';return this.apiClient.callApi("/api/v2/users/{userId}/presences/{sourceId}","PATCH",{userId:e,sourceId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserPresencesPurecloud(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserPresencesPurecloud';if(n==null)throw'Missing the required parameter "body" when calling patchUserPresencesPurecloud';return this.apiClient.callApi("/api/v2/users/{userId}/presences/purecloud","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postPresenceDefinitions0(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postPresenceDefinitions0';return this.apiClient.callApi("/api/v2/presence/definitions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postPresenceSources(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postPresenceSources';return this.apiClient.callApi("/api/v2/presence/sources","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postPresencedefinitions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postPresencedefinitions';return this.apiClient.callApi("/api/v2/presencedefinitions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putPresenceDefinition0(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "definitionId" when calling putPresenceDefinition0';if(n==null)throw'Missing the required parameter "body" when calling putPresenceDefinition0';return this.apiClient.callApi("/api/v2/presence/definitions/{definitionId}","PUT",{definitionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putPresenceSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putPresenceSettings';return this.apiClient.callApi("/api/v2/presence/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putPresenceSource(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sourceId" when calling putPresenceSource';if(n==null)throw'Missing the required parameter "body" when calling putPresenceSource';return this.apiClient.callApi("/api/v2/presence/sources/{sourceId}","PUT",{sourceId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putPresenceUserPrimarysource(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putPresenceUserPrimarysource';if(n==null)throw'Missing the required parameter "body" when calling putPresenceUserPrimarysource';return this.apiClient.callApi("/api/v2/presence/users/{userId}/primarysource","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putPresencedefinition(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "presenceId" when calling putPresencedefinition';if(n==null)throw'Missing the required parameter "body" when calling putPresencedefinition';return this.apiClient.callApi("/api/v2/presencedefinitions/{presenceId}","PUT",{presenceId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUsersPresencesBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putUsersPresencesBulk';return this.apiClient.callApi("/api/v2/users/presences/bulk","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},ny=class{constructor(e){this.apiClient=e||k.instance}deleteProcessautomationScheduledtrigger(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduledTriggerId" when calling deleteProcessautomationScheduledtrigger';return this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers/{scheduledTriggerId}","DELETE",{scheduledTriggerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteProcessautomationTrigger(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "triggerId" when calling deleteProcessautomationTrigger';return this.apiClient.callApi("/api/v2/processautomation/triggers/{triggerId}","DELETE",{triggerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getProcessautomationScheduledtrigger(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scheduledTriggerId" when calling getProcessautomationScheduledtrigger';return this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers/{scheduledTriggerId}","GET",{scheduledTriggerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getProcessautomationScheduledtriggers(e){return e=e||{},this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,enabled:e.enabled},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getProcessautomationTrigger(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "triggerId" when calling getProcessautomationTrigger';return this.apiClient.callApi("/api/v2/processautomation/triggers/{triggerId}","GET",{triggerId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getProcessautomationTriggers(e){return e=e||{},this.apiClient.callApi("/api/v2/processautomation/triggers","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize,topicName:e.topicName,enabled:e.enabled,hasDelayBy:e.hasDelayBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getProcessautomationTriggersTopics(e){return e=e||{},this.apiClient.callApi("/api/v2/processautomation/triggers/topics","GET",{},{before:e.before,after:e.after,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postProcessautomationScheduledtriggers(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postProcessautomationScheduledtriggers';return this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postProcessautomationTriggerTest(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "triggerId" when calling postProcessautomationTriggerTest';return this.apiClient.callApi("/api/v2/processautomation/triggers/{triggerId}/test","POST",{triggerId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postProcessautomationTriggers(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postProcessautomationTriggers';return this.apiClient.callApi("/api/v2/processautomation/triggers","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postProcessautomationTriggersTopicTest(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicName" when calling postProcessautomationTriggersTopicTest';return this.apiClient.callApi("/api/v2/processautomation/triggers/topics/{topicName}/test","POST",{topicName:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putProcessautomationScheduledtrigger(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scheduledTriggerId" when calling putProcessautomationScheduledtrigger';if(n==null)throw'Missing the required parameter "body" when calling putProcessautomationScheduledtrigger';return this.apiClient.callApi("/api/v2/processautomation/scheduledtriggers/{scheduledTriggerId}","PUT",{scheduledTriggerId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putProcessautomationTrigger(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "triggerId" when calling putProcessautomationTrigger';if(n==null)throw'Missing the required parameter "body" when calling putProcessautomationTrigger';return this.apiClient.callApi("/api/v2/processautomation/triggers/{triggerId}","PUT",{triggerId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},iy=class{constructor(e){this.apiClient=e||k.instance}deleteAnalyticsEvaluationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsEvaluationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsSurveysAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsSurveysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteQualityCalibration(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "calibrationId" when calling deleteQualityCalibration';if(n==null)throw'Missing the required parameter "calibratorId" when calling deleteQualityCalibration';return this.apiClient.callApi("/api/v2/quality/calibrations/{calibrationId}","DELETE",{calibrationId:e},{calibratorId:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteQualityConversationEvaluation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteQualityConversationEvaluation';if(n==null||n==="")throw'Missing the required parameter "evaluationId" when calling deleteQualityConversationEvaluation';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}","DELETE",{conversationId:e,evaluationId:n},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteQualityForm(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling deleteQualityForm';return this.apiClient.callApi("/api/v2/quality/forms/{formId}","DELETE",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteQualityFormsEvaluation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling deleteQualityFormsEvaluation';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}","DELETE",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteQualityFormsSurvey(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling deleteQualityFormsSurvey';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}","DELETE",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteQualityProgramAgentscoringrule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling deleteQualityProgramAgentscoringrule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling deleteQualityProgramAgentscoringrule';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules/{ruleId}","DELETE",{programId:e,ruleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAnalyticsEvaluationsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsEvaluationsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsSurveysAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsSurveysAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityAgentsActivity(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/agents/activity","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,startTime:e.startTime,endTime:e.endTime,agentUserId:this.apiClient.buildCollectionParam(e.agentUserId,"multi"),evaluatorUserId:e.evaluatorUserId,name:e.name,group:e.group,agentTeamId:e.agentTeamId,formContextId:e.formContextId,userState:e.userState},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityCalibration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "calibrationId" when calling getQualityCalibration';return this.apiClient.callApi("/api/v2/quality/calibrations/{calibrationId}","GET",{calibrationId:e},{calibratorId:n.calibratorId,conversationId:n.conversationId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityCalibrations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "calibratorId" when calling getQualityCalibrations';return this.apiClient.callApi("/api/v2/quality/calibrations","GET",{},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortBy:n.sortBy,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),nextPage:n.nextPage,previousPage:n.previousPage,conversationId:n.conversationId,startTime:n.startTime,endTime:n.endTime,calibratorId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityConversationEvaluation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getQualityConversationEvaluation';if(n==null||n==="")throw'Missing the required parameter "evaluationId" when calling getQualityConversationEvaluation';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}","GET",{conversationId:e,evaluationId:n},{expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityConversationSurveys(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getQualityConversationSurveys';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/surveys","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityConversationsAuditsQueryTransactionId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "transactionId" when calling getQualityConversationsAuditsQueryTransactionId';return this.apiClient.callApi("/api/v2/quality/conversations/audits/query/{transactionId}","GET",{transactionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityConversationsAuditsQueryTransactionIdResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "transactionId" when calling getQualityConversationsAuditsQueryTransactionIdResults';return this.apiClient.callApi("/api/v2/quality/conversations/audits/query/{transactionId}/results","GET",{transactionId:e},{cursor:n.cursor,pageSize:n.pageSize,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityEvaluationsQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/evaluations/query","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),previousPage:e.previousPage,conversationId:e.conversationId,agentUserId:e.agentUserId,agentTeamId:e.agentTeamId,evaluatorUserId:e.evaluatorUserId,assigneeUserId:e.assigneeUserId,queueId:e.queueId,startTime:e.startTime,endTime:e.endTime,formContextId:e.formContextId,evaluationState:this.apiClient.buildCollectionParam(e.evaluationState,"multi"),isReleased:e.isReleased,agentHasRead:e.agentHasRead,expandAnswerTotalScores:e.expandAnswerTotalScores,maximum:e.maximum,sortOrder:e.sortOrder,includeDeletedUsers:e.includeDeletedUsers},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityEvaluatorsActivity(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/evaluators/activity","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,startTime:e.startTime,endTime:e.endTime,name:e.name,permission:this.apiClient.buildCollectionParam(e.permission,"multi"),group:e.group,agentTeamId:e.agentTeamId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityForm(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityForm';return this.apiClient.callApi("/api/v2/quality/forms/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityFormVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormVersions';return this.apiClient.callApi("/api/v2/quality/forms/{formId}/versions","GET",{formId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityForms(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/forms","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,nextPage:e.nextPage,previousPage:e.previousPage,expand:e.expand,name:e.name,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityFormsEvaluation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormsEvaluation';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityFormsEvaluationVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormsEvaluationVersions';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}/versions","GET",{formId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityFormsEvaluations(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/forms/evaluations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,nextPage:e.nextPage,previousPage:e.previousPage,expand:e.expand,name:e.name,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityFormsEvaluationsBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling getQualityFormsEvaluationsBulk';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/bulk","GET",{},{id:this.apiClient.buildCollectionParam(e,"multi"),includeLatestVersionFormName:n.includeLatestVersionFormName},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityFormsEvaluationsBulkContexts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "contextId" when calling getQualityFormsEvaluationsBulkContexts';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/bulk/contexts","GET",{},{contextId:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityFormsSurvey(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormsSurvey';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityFormsSurveyVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityFormsSurveyVersions';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}/versions","GET",{formId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityFormsSurveys(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/forms/surveys","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,nextPage:e.nextPage,previousPage:e.previousPage,expand:e.expand,name:e.name,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityFormsSurveysBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "id" when calling getQualityFormsSurveysBulk';return this.apiClient.callApi("/api/v2/quality/forms/surveys/bulk","GET",{},{id:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityFormsSurveysBulkContexts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "contextId" when calling getQualityFormsSurveysBulkContexts';return this.apiClient.callApi("/api/v2/quality/forms/surveys/bulk/contexts","GET",{},{contextId:this.apiClient.buildCollectionParam(e,"multi"),published:n.published},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityProgramAgentscoringrule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getQualityProgramAgentscoringrule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling getQualityProgramAgentscoringrule';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules/{ruleId}","GET",{programId:e,ruleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getQualityProgramAgentscoringrules(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getQualityProgramAgentscoringrules';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityPublishedform(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityPublishedform';return this.apiClient.callApi("/api/v2/quality/publishedforms/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityPublishedforms(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/publishedforms","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,onlyLatestPerContext:e.onlyLatestPerContext},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityPublishedformsEvaluation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityPublishedformsEvaluation';return this.apiClient.callApi("/api/v2/quality/publishedforms/evaluations/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityPublishedformsEvaluations(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/publishedforms/evaluations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,onlyLatestPerContext:e.onlyLatestPerContext},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualityPublishedformsSurvey(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "formId" when calling getQualityPublishedformsSurvey';return this.apiClient.callApi("/api/v2/quality/publishedforms/surveys/{formId}","GET",{formId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualityPublishedformsSurveys(e){return e=e||{},this.apiClient.callApi("/api/v2/quality/publishedforms/surveys","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,onlyLatestEnabledPerContext:e.onlyLatestEnabledPerContext},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getQualitySurvey(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "surveyId" when calling getQualitySurvey';return this.apiClient.callApi("/api/v2/quality/surveys/{surveyId}","GET",{surveyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getQualitySurveysScorable(e,n){if(n=n||{},e==null)throw'Missing the required parameter "customerSurveyUrl" when calling getQualitySurveysScorable';return this.apiClient.callApi("/api/v2/quality/surveys/scorable","GET",{},{customerSurveyUrl:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchQualityFormsSurvey(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling patchQualityFormsSurvey';if(n==null)throw'Missing the required parameter "body" when calling patchQualityFormsSurvey';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}","PATCH",{formId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsEvaluationsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsEvaluationsAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsEvaluationsAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/evaluations/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsSurveysAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsSurveysAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsSurveysAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/surveys/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityCalibrations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityCalibrations';return this.apiClient.callApi("/api/v2/quality/calibrations","POST",{},{expand:n.expand},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityConversationEvaluations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postQualityConversationEvaluations';if(n==null)throw'Missing the required parameter "body" when calling postQualityConversationEvaluations';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/evaluations","POST",{conversationId:e},{expand:i.expand},{"Idempotency-Key":i.idempotencyKey},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityConversationsAuditsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityConversationsAuditsQuery';return this.apiClient.callApi("/api/v2/quality/conversations/audits/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityEvaluationsAggregatesQueryMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityEvaluationsAggregatesQueryMe';return this.apiClient.callApi("/api/v2/quality/evaluations/aggregates/query/me","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityEvaluationsScoring(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityEvaluationsScoring';return this.apiClient.callApi("/api/v2/quality/evaluations/scoring","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityEvaluationsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityEvaluationsSearch';return this.apiClient.callApi("/api/v2/quality/evaluations/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityForms(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityForms';return this.apiClient.callApi("/api/v2/quality/forms","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityFormsEvaluations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityFormsEvaluations';return this.apiClient.callApi("/api/v2/quality/forms/evaluations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityFormsSurveys(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityFormsSurveys';return this.apiClient.callApi("/api/v2/quality/forms/surveys","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityProgramAgentscoringrules(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling postQualityProgramAgentscoringrules';if(n==null)throw'Missing the required parameter "body" when calling postQualityProgramAgentscoringrules';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules","POST",{programId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postQualityPublishedforms(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityPublishedforms';return this.apiClient.callApi("/api/v2/quality/publishedforms","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityPublishedformsEvaluations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityPublishedformsEvaluations';return this.apiClient.callApi("/api/v2/quality/publishedforms/evaluations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualityPublishedformsSurveys(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualityPublishedformsSurveys';return this.apiClient.callApi("/api/v2/quality/publishedforms/surveys","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualitySurveys(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualitySurveys';return this.apiClient.callApi("/api/v2/quality/surveys","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postQualitySurveysScoring(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postQualitySurveysScoring';return this.apiClient.callApi("/api/v2/quality/surveys/scoring","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putQualityCalibration(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "calibrationId" when calling putQualityCalibration';if(n==null)throw'Missing the required parameter "body" when calling putQualityCalibration';return this.apiClient.callApi("/api/v2/quality/calibrations/{calibrationId}","PUT",{calibrationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putQualityConversationEvaluation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putQualityConversationEvaluation';if(n==null||n==="")throw'Missing the required parameter "evaluationId" when calling putQualityConversationEvaluation';if(i==null)throw'Missing the required parameter "body" when calling putQualityConversationEvaluation';return this.apiClient.callApi("/api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}","PUT",{conversationId:e,evaluationId:n},{expand:a.expand},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putQualityForm(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling putQualityForm';if(n==null)throw'Missing the required parameter "body" when calling putQualityForm';return this.apiClient.callApi("/api/v2/quality/forms/{formId}","PUT",{formId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putQualityFormsEvaluation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling putQualityFormsEvaluation';if(n==null)throw'Missing the required parameter "body" when calling putQualityFormsEvaluation';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}","PUT",{formId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putQualityFormsEvaluationAiscoringSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling putQualityFormsEvaluationAiscoringSettings';if(n==null)throw'Missing the required parameter "body" when calling putQualityFormsEvaluationAiscoringSettings';return this.apiClient.callApi("/api/v2/quality/forms/evaluations/{formId}/aiscoring/settings","PUT",{formId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putQualityFormsSurvey(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "formId" when calling putQualityFormsSurvey';if(n==null)throw'Missing the required parameter "body" when calling putQualityFormsSurvey';return this.apiClient.callApi("/api/v2/quality/forms/surveys/{formId}","PUT",{formId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putQualityProgramAgentscoringrule(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putQualityProgramAgentscoringrule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling putQualityProgramAgentscoringrule';if(i==null)throw'Missing the required parameter "body" when calling putQualityProgramAgentscoringrule';return this.apiClient.callApi("/api/v2/quality/programs/{programId}/agentscoringrules/{ruleId}","PUT",{programId:e,ruleId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putQualitySurveysScorable(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "customerSurveyUrl" when calling putQualitySurveysScorable';if(n==null)throw'Missing the required parameter "body" when calling putQualitySurveysScorable';return this.apiClient.callApi("/api/v2/quality/surveys/scorable","PUT",{},{customerSurveyUrl:e},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ty=class{constructor(e){this.apiClient=e||k.instance}deleteConversationRecordingAnnotation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteConversationRecordingAnnotation';if(n==null||n==="")throw'Missing the required parameter "recordingId" when calling deleteConversationRecordingAnnotation';if(i==null||i==="")throw'Missing the required parameter "annotationId" when calling deleteConversationRecordingAnnotation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}","DELETE",{conversationId:e,recordingId:n,annotationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteOrphanrecording(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "orphanId" when calling deleteOrphanrecording';return this.apiClient.callApi("/api/v2/orphanrecordings/{orphanId}","DELETE",{orphanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRecordingCrossplatformMediaretentionpolicies(e,n){if(n=n||{},e==null)throw'Missing the required parameter "ids" when calling deleteRecordingCrossplatformMediaretentionpolicies';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies","DELETE",{},{ids:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRecordingCrossplatformMediaretentionpolicy(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling deleteRecordingCrossplatformMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}","DELETE",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRecordingJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteRecordingJob';return this.apiClient.callApi("/api/v2/recording/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRecordingMediaretentionpolicies(e,n){if(n=n||{},e==null)throw'Missing the required parameter "ids" when calling deleteRecordingMediaretentionpolicies';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies","DELETE",{},{ids:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRecordingMediaretentionpolicy(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling deleteRecordingMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies/{policyId}","DELETE",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationRecording(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecording';if(n==null||n==="")throw'Missing the required parameter "recordingId" when calling getConversationRecording';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}","GET",{conversationId:e,recordingId:n},{formatId:i.formatId,emailFormatId:i.emailFormatId,chatFormatId:i.chatFormatId,messageFormatId:i.messageFormatId,download:i.download,fileName:i.fileName,locale:i.locale,mediaFormats:this.apiClient.buildCollectionParam(i.mediaFormats,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationRecordingAnnotation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordingAnnotation';if(n==null||n==="")throw'Missing the required parameter "recordingId" when calling getConversationRecordingAnnotation';if(i==null||i==="")throw'Missing the required parameter "annotationId" when calling getConversationRecordingAnnotation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}","GET",{conversationId:e,recordingId:n,annotationId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getConversationRecordingAnnotations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordingAnnotations';if(n==null||n==="")throw'Missing the required parameter "recordingId" when calling getConversationRecordingAnnotations';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations","GET",{conversationId:e,recordingId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationRecordingmetadata(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordingmetadata';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordingmetadata","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getConversationRecordingmetadataRecordingId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordingmetadataRecordingId';if(n==null||n==="")throw'Missing the required parameter "recordingId" when calling getConversationRecordingmetadataRecordingId';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordingmetadata/{recordingId}","GET",{conversationId:e,recordingId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getConversationRecordings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getConversationRecordings';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings","GET",{conversationId:e},{maxWaitMs:n.maxWaitMs,formatId:n.formatId,mediaFormats:this.apiClient.buildCollectionParam(n.mediaFormats,"multi"),locale:n.locale,includePauseAnnotationsForScreenRecordings:n.includePauseAnnotationsForScreenRecordings},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrphanrecording(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "orphanId" when calling getOrphanrecording';return this.apiClient.callApi("/api/v2/orphanrecordings/{orphanId}","GET",{orphanId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrphanrecordingMedia(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "orphanId" when calling getOrphanrecordingMedia';return this.apiClient.callApi("/api/v2/orphanrecordings/{orphanId}/media","GET",{orphanId:e},{formatId:n.formatId,emailFormatId:n.emailFormatId,chatFormatId:n.chatFormatId,messageFormatId:n.messageFormatId,download:n.download,fileName:n.fileName,locale:n.locale,mediaFormats:this.apiClient.buildCollectionParam(n.mediaFormats,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getOrphanrecordings(e){return e=e||{},this.apiClient.callApi("/api/v2/orphanrecordings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,hasConversation:e.hasConversation,media:e.media},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingBatchrequest(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getRecordingBatchrequest';return this.apiClient.callApi("/api/v2/recording/batchrequests/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRecordingCrossplatformMediaretentionpolicies(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,name:e.name,enabled:e.enabled,summary:e.summary,hasErrors:e.hasErrors,deleteDaysThreshold:e.deleteDaysThreshold},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingCrossplatformMediaretentionpolicy(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling getRecordingCrossplatformMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}","GET",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRecordingJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getRecordingJob';return this.apiClient.callApi("/api/v2/recording/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRecordingJobFailedrecordings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getRecordingJobFailedrecordings';return this.apiClient.callApi("/api/v2/recording/jobs/{jobId}/failedrecordings","GET",{jobId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,includeTotal:n.includeTotal,cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRecordingJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/jobs","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,state:e.state,showOnlyMyJobs:e.showOnlyMyJobs,jobType:e.jobType,includeTotal:e.includeTotal,cursor:e.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingKeyconfiguration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "keyConfigurationId" when calling getRecordingKeyconfiguration';return this.apiClient.callApi("/api/v2/recording/keyconfigurations/{keyConfigurationId}","GET",{keyConfigurationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRecordingKeyconfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/keyconfigurations","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingMediaretentionpolicies(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),nextPage:e.nextPage,previousPage:e.previousPage,name:e.name,enabled:e.enabled,summary:e.summary,hasErrors:e.hasErrors,deleteDaysThreshold:e.deleteDaysThreshold},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingMediaretentionpolicy(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling getRecordingMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies/{policyId}","GET",{policyId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRecordingRecordingkeys(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/recordingkeys","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingRecordingkeysRotationschedule(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/recordingkeys/rotationschedule","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/settings","GET",{},{createDefault:e.createDefault},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRecordingUploadsReport(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "reportId" when calling getRecordingUploadsReport';return this.apiClient.callApi("/api/v2/recording/uploads/reports/{reportId}","GET",{reportId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRecordingsRetentionQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "retentionThresholdDays" when calling getRecordingsRetentionQuery';return this.apiClient.callApi("/api/v2/recordings/retention/query","GET",{},{retentionThresholdDays:e,cursor:n.cursor,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRecordingsScreensessionsDetails(e){return e=e||{},this.apiClient.callApi("/api/v2/recordings/screensessions/details","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchRecordingCrossplatformMediaretentionpolicy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling patchRecordingCrossplatformMediaretentionpolicy';if(n==null)throw'Missing the required parameter "body" when calling patchRecordingCrossplatformMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}","PATCH",{policyId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRecordingMediaretentionpolicy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling patchRecordingMediaretentionpolicy';if(n==null)throw'Missing the required parameter "body" when calling patchRecordingMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies/{policyId}","PATCH",{policyId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postConversationRecordingAnnotations(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postConversationRecordingAnnotations';if(n==null||n==="")throw'Missing the required parameter "recordingId" when calling postConversationRecordingAnnotations';if(i==null)throw'Missing the required parameter "body" when calling postConversationRecordingAnnotations';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations","POST",{conversationId:e,recordingId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postRecordingBatchrequests(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingBatchrequests';return this.apiClient.callApi("/api/v2/recording/batchrequests","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingCrossplatformMediaretentionpolicies(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingCrossplatformMediaretentionpolicies';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingJobs';return this.apiClient.callApi("/api/v2/recording/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingKeyconfigurations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingKeyconfigurations';return this.apiClient.callApi("/api/v2/recording/keyconfigurations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingKeyconfigurationsValidate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingKeyconfigurationsValidate';return this.apiClient.callApi("/api/v2/recording/keyconfigurations/validate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingLocalkeys(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingLocalkeys';return this.apiClient.callApi("/api/v2/recording/localkeys","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingMediaretentionpolicies(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingMediaretentionpolicies';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingRecordingkeys(e){return e=e||{},this.apiClient.callApi("/api/v2/recording/recordingkeys","POST",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postRecordingUploadsReports(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingUploadsReports';return this.apiClient.callApi("/api/v2/recording/uploads/reports","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingsDeletionprotection(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingsDeletionprotection';return this.apiClient.callApi("/api/v2/recordings/deletionprotection","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingsScreensessionsAcknowledge(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingsScreensessionsAcknowledge';return this.apiClient.callApi("/api/v2/recordings/screensessions/acknowledge","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRecordingsScreensessionsMetadata(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRecordingsScreensessionsMetadata';return this.apiClient.callApi("/api/v2/recordings/screensessions/metadata","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putConversationRecording(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationRecording';if(n==null||n==="")throw'Missing the required parameter "recordingId" when calling putConversationRecording';if(i==null)throw'Missing the required parameter "body" when calling putConversationRecording';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}","PUT",{conversationId:e,recordingId:n},{clearExport:a.clearExport},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putConversationRecordingAnnotation(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling putConversationRecordingAnnotation';if(n==null||n==="")throw'Missing the required parameter "recordingId" when calling putConversationRecordingAnnotation';if(i==null||i==="")throw'Missing the required parameter "annotationId" when calling putConversationRecordingAnnotation';if(a==null)throw'Missing the required parameter "body" when calling putConversationRecordingAnnotation';return this.apiClient.callApi("/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}","PUT",{conversationId:e,recordingId:n,annotationId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}putOrphanrecording(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "orphanId" when calling putOrphanrecording';return this.apiClient.callApi("/api/v2/orphanrecordings/{orphanId}","PUT",{orphanId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRecordingCrossplatformMediaretentionpolicy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling putRecordingCrossplatformMediaretentionpolicy';if(n==null)throw'Missing the required parameter "body" when calling putRecordingCrossplatformMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/crossplatform/mediaretentionpolicies/{policyId}","PUT",{policyId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRecordingJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling putRecordingJob';if(n==null)throw'Missing the required parameter "body" when calling putRecordingJob';return this.apiClient.callApi("/api/v2/recording/jobs/{jobId}","PUT",{jobId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRecordingKeyconfiguration(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "keyConfigurationId" when calling putRecordingKeyconfiguration';if(n==null)throw'Missing the required parameter "body" when calling putRecordingKeyconfiguration';return this.apiClient.callApi("/api/v2/recording/keyconfigurations/{keyConfigurationId}","PUT",{keyConfigurationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRecordingMediaretentionpolicy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "policyId" when calling putRecordingMediaretentionpolicy';if(n==null)throw'Missing the required parameter "body" when calling putRecordingMediaretentionpolicy';return this.apiClient.callApi("/api/v2/recording/mediaretentionpolicies/{policyId}","PUT",{policyId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRecordingRecordingkeysRotationschedule(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putRecordingRecordingkeysRotationschedule';return this.apiClient.callApi("/api/v2/recording/recordingkeys/rotationschedule","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRecordingSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putRecordingSettings';return this.apiClient.callApi("/api/v2/recording/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRecordingsDeletionprotection(e){return e=e||{},this.apiClient.callApi("/api/v2/recordings/deletionprotection","PUT",{},{protect:e.protect},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},ay=class{constructor(e){this.apiClient=e||k.instance}deleteResponsemanagementLibrary(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "libraryId" when calling deleteResponsemanagementLibrary';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/{libraryId}","DELETE",{libraryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteResponsemanagementResponse(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "responseId" when calling deleteResponsemanagementResponse';return this.apiClient.callApi("/api/v2/responsemanagement/responses/{responseId}","DELETE",{responseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteResponsemanagementResponseasset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "responseAssetId" when calling deleteResponsemanagementResponseasset';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/{responseAssetId}","DELETE",{responseAssetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getResponsemanagementLibraries(e){return e=e||{},this.apiClient.callApi("/api/v2/responsemanagement/libraries","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,messagingTemplateFilter:e.messagingTemplateFilter,libraryPrefix:e.libraryPrefix},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getResponsemanagementLibrary(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "libraryId" when calling getResponsemanagementLibrary';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/{libraryId}","GET",{libraryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getResponsemanagementResponse(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "responseId" when calling getResponsemanagementResponse';return this.apiClient.callApi("/api/v2/responsemanagement/responses/{responseId}","GET",{responseId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getResponsemanagementResponseasset(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "responseAssetId" when calling getResponsemanagementResponseasset';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/{responseAssetId}","GET",{responseAssetId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getResponsemanagementResponseassetsStatusStatusId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "statusId" when calling getResponsemanagementResponseassetsStatusStatusId';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/status/{statusId}","GET",{statusId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getResponsemanagementResponses(e,n){if(n=n||{},e==null)throw'Missing the required parameter "libraryId" when calling getResponsemanagementResponses';return this.apiClient.callApi("/api/v2/responsemanagement/responses","GET",{},{libraryId:e,pageNumber:n.pageNumber,pageSize:n.pageSize,expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postResponsemanagementLibraries(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementLibraries';return this.apiClient.callApi("/api/v2/responsemanagement/libraries","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postResponsemanagementLibrariesBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementLibrariesBulk';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/bulk","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postResponsemanagementLibrariesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementLibrariesQuery';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/query","POST",{},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postResponsemanagementResponseassetsBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponseassetsBulk';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/bulk","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postResponsemanagementResponseassetsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponseassetsSearch';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/search","POST",{},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postResponsemanagementResponseassetsUploads(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponseassetsUploads';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postResponsemanagementResponses(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponses';return this.apiClient.callApi("/api/v2/responsemanagement/responses","POST",{},{expand:n.expand},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postResponsemanagementResponsesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postResponsemanagementResponsesQuery';return this.apiClient.callApi("/api/v2/responsemanagement/responses/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putResponsemanagementLibrary(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "libraryId" when calling putResponsemanagementLibrary';if(n==null)throw'Missing the required parameter "body" when calling putResponsemanagementLibrary';return this.apiClient.callApi("/api/v2/responsemanagement/libraries/{libraryId}","PUT",{libraryId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putResponsemanagementResponse(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "responseId" when calling putResponsemanagementResponse';if(n==null)throw'Missing the required parameter "body" when calling putResponsemanagementResponse';return this.apiClient.callApi("/api/v2/responsemanagement/responses/{responseId}","PUT",{responseId:e},{expand:i.expand},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putResponsemanagementResponseasset(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "responseAssetId" when calling putResponsemanagementResponseasset';if(n==null)throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';return this.apiClient.callApi("/api/v2/responsemanagement/responseassets/{responseAssetId}","PUT",{responseAssetId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ry=class{constructor(e){this.apiClient=e||k.instance}deleteRoutingAssessment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assessmentId" when calling deleteRoutingAssessment';return this.apiClient.callApi("/api/v2/routing/assessments/{assessmentId}","DELETE",{assessmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingDirectroutingbackupSettingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteRoutingEmailDomain(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteRoutingEmailDomain';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}","DELETE",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingEmailDomainRoute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling deleteRoutingEmailDomainRoute';if(n==null||n==="")throw'Missing the required parameter "routeId" when calling deleteRoutingEmailDomainRoute';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}","DELETE",{domainName:e,routeId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingEmailOutboundDomain(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling deleteRoutingEmailOutboundDomain';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}","DELETE",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingLanguage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling deleteRoutingLanguage';return this.apiClient.callApi("/api/v2/routing/languages/{languageId}","DELETE",{languageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingPredictor(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling deleteRoutingPredictor';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}","DELETE",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingPredictorsKeyperformanceindicator(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "kpiId" when calling deleteRoutingPredictorsKeyperformanceindicator';return this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators/{kpiId}","DELETE",{kpiId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingQueue(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling deleteRoutingQueue';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}","DELETE",{queueId:e},{forceDelete:n.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingQueueMember(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling deleteRoutingQueueMember';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling deleteRoutingQueueMember';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members/{memberId}","DELETE",{queueId:e,memberId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingQueueUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling deleteRoutingQueueUser';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling deleteRoutingQueueUser';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users/{memberId}","DELETE",{queueId:e,memberId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingQueueWrapupcode(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling deleteRoutingQueueWrapupcode';if(n==null||n==="")throw'Missing the required parameter "codeId" when calling deleteRoutingQueueWrapupcode';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/wrapupcodes/{codeId}","DELETE",{queueId:e,codeId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteRoutingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/settings","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteRoutingSkill(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillId" when calling deleteRoutingSkill';return this.apiClient.callApi("/api/v2/routing/skills/{skillId}","DELETE",{skillId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingSkillgroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling deleteRoutingSkillgroup';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}","DELETE",{skillGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingSmsAddress(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "addressId" when calling deleteRoutingSmsAddress';return this.apiClient.callApi("/api/v2/routing/sms/addresses/{addressId}","DELETE",{addressId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingSmsPhonenumber(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneNumberId" when calling deleteRoutingSmsPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/{phoneNumberId}","DELETE",{phoneNumberId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingUserDirectroutingbackupSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingUserUtilization(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingUtilization(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/utilization","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteRoutingUtilizationLabel(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "labelId" when calling deleteRoutingUtilizationLabel';return this.apiClient.callApi("/api/v2/routing/utilization/labels/{labelId}","DELETE",{labelId:e},{forceDelete:n.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingUtilizationTag(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tagId" when calling deleteRoutingUtilizationTag';return this.apiClient.callApi("/api/v2/routing/utilization/tags/{tagId}","DELETE",{tagId:e},{forceDelete:n.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingWrapupcode(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "codeId" when calling deleteRoutingWrapupcode';return this.apiClient.callApi("/api/v2/routing/wrapupcodes/{codeId}","DELETE",{codeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUserRoutinglanguage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserRoutinglanguage';if(n==null||n==="")throw'Missing the required parameter "languageId" when calling deleteUserRoutinglanguage';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/{languageId}","DELETE",{userId:e,languageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUserRoutingskill(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserRoutingskill';if(n==null||n==="")throw'Missing the required parameter "skillId" when calling deleteUserRoutingskill';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/{skillId}","DELETE",{userId:e,skillId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingAssessment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "assessmentId" when calling getRoutingAssessment';return this.apiClient.callApi("/api/v2/routing/assessments/{assessmentId}","GET",{assessmentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingAssessments(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/assessments","GET",{},{before:e.before,after:e.after,limit:e.limit,pageSize:e.pageSize,queueId:this.apiClient.buildCollectionParam(e.queueId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingAssessmentsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getRoutingAssessmentsJob';return this.apiClient.callApi("/api/v2/routing/assessments/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingAssessmentsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/assessments/jobs","GET",{},{divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingAvailablemediatypes(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/availablemediatypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingDirectroutingbackupSettingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingEmailDomain(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailDomain';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}","GET",{domainId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailDomainDkim(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainDkim';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/dkim","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailDomainMailfrom(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainMailfrom';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/mailfrom","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailDomainRoute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling getRoutingEmailDomainRoute';if(n==null||n==="")throw'Missing the required parameter "routeId" when calling getRoutingEmailDomainRoute';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}","GET",{domainName:e,routeId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailDomainRouteIdentityresolution(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling getRoutingEmailDomainRouteIdentityresolution';if(n==null||n==="")throw'Missing the required parameter "routeId" when calling getRoutingEmailDomainRouteIdentityresolution';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}/identityresolution","GET",{domainName:e,routeId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingEmailDomainRoutes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling getRoutingEmailDomainRoutes';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes","GET",{domainName:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,pattern:n.pattern,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailDomainVerification(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainVerification';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/verification","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailDomains(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/email/domains","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,excludeStatus:e.excludeStatus,filter:e.filter,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingEmailOutboundDomain(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomain';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}","GET",{domainId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailOutboundDomainActivation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomainActivation';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}/activation","GET",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingEmailOutboundDomains(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/email/outbound/domains","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,filter:e.filter,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingEmailSetup(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/email/setup","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingLanguage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling getRoutingLanguage';return this.apiClient.callApi("/api/v2/routing/languages/{languageId}","GET",{languageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingLanguages(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/languages","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingMessageRecipient(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "recipientId" when calling getRoutingMessageRecipient';return this.apiClient.callApi("/api/v2/routing/message/recipients/{recipientId}","GET",{recipientId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingMessageRecipients(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/message/recipients","GET",{},{messengerType:e.messengerType,name:e.name,pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingPredictor(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling getRoutingPredictor';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}","GET",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingPredictorModelFeatures(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling getRoutingPredictorModelFeatures';if(n==null||n==="")throw'Missing the required parameter "modelId" when calling getRoutingPredictorModelFeatures';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}/models/{modelId}/features","GET",{predictorId:e,modelId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingPredictorModels(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling getRoutingPredictorModels';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}/models","GET",{predictorId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingPredictors(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/predictors","GET",{},{before:e.before,after:e.after,limit:e.limit,pageSize:e.pageSize,queueId:this.apiClient.buildCollectionParam(e.queueId,"multi"),kpiId:e.kpiId,state:e.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingPredictorsKeyperformanceindicator(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "kpiId" when calling getRoutingPredictorsKeyperformanceindicator';return this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators/{kpiId}","GET",{kpiId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingPredictorsKeyperformanceindicators(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators","GET",{},{kpiGroup:e.kpiGroup,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingPredictorsKeyperformanceindicatortypes(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicatortypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingQueue(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueue';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}","GET",{queueId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueAssistant(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueAssistant';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/assistant","GET",{queueId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),languageVariation:n.languageVariation,fallbackToPrimaryAssistant:n.fallbackToPrimaryAssistant},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueComparisonperiod(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueComparisonperiod';if(n==null||n==="")throw'Missing the required parameter "comparisonPeriodId" when calling getRoutingQueueComparisonperiod';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/comparisonperiods/{comparisonPeriodId}","GET",{queueId:e,comparisonPeriodId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueComparisonperiods(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueComparisonperiods';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/comparisonperiods","GET",{queueId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueEstimatedwaittime(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueEstimatedwaittime';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/estimatedwaittime","GET",{queueId:e},{conversationId:n.conversationId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueIdentityresolution(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueIdentityresolution';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/identityresolution","GET",{queueId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueMediatypeEstimatedwaittime(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueMediatypeEstimatedwaittime';if(n==null||n==="")throw'Missing the required parameter "mediaType" when calling getRoutingQueueMediatypeEstimatedwaittime';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/mediatypes/{mediaType}/estimatedwaittime","GET",{queueId:e,mediaType:n},{labelId:i.labelId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingQueueMembers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueMembers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members","GET",{queueId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,sortOrder:n.sortOrder,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),name:n.name,profileSkills:this.apiClient.buildCollectionParam(n.profileSkills,"multi"),skills:this.apiClient.buildCollectionParam(n.skills,"multi"),languages:this.apiClient.buildCollectionParam(n.languages,"multi"),routingStatus:this.apiClient.buildCollectionParam(n.routingStatus,"multi"),presence:this.apiClient.buildCollectionParam(n.presence,"multi"),memberBy:n.memberBy,joined:n.joined},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueUsers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueUsers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users","GET",{queueId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,sortOrder:n.sortOrder,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),joined:n.joined,name:n.name,profileSkills:this.apiClient.buildCollectionParam(n.profileSkills,"multi"),skills:this.apiClient.buildCollectionParam(n.skills,"multi"),languages:this.apiClient.buildCollectionParam(n.languages,"multi"),routingStatus:this.apiClient.buildCollectionParam(n.routingStatus,"multi"),presence:this.apiClient.buildCollectionParam(n.presence,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueueWrapupcodes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getRoutingQueueWrapupcodes';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/wrapupcodes","GET",{queueId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,name:n.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingQueues(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/queues","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),peerId:this.apiClient.buildCollectionParam(e.peerId,"multi"),cannedResponseLibraryId:e.cannedResponseLibraryId,hasPeer:e.hasPeer,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingQueuesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/queues/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingQueuesDivisionviewsAll(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/queues/divisionviews/all","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingQueuesMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/queues/me","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,joined:e.joined,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSettingsContactcenter(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/settings/contactcenter","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSettingsTranscription(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/settings/transcription","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSkill(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillId" when calling getRoutingSkill';return this.apiClient.callApi("/api/v2/routing/skills/{skillId}","GET",{skillId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingSkillgroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling getRoutingSkillgroup';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}","GET",{skillGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingSkillgroupMembers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling getRoutingSkillgroupMembers';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}/members","GET",{skillGroupId:e},{pageSize:n.pageSize,after:n.after,before:n.before,expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingSkillgroupMembersDivisions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling getRoutingSkillgroupMembersDivisions';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}/members/divisions","GET",{skillGroupId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingSkillgroups(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/skillgroups","GET",{},{pageSize:e.pageSize,name:e.name,after:e.after,before:e.before},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSkills(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/skills","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSmsAddress(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "addressId" when calling getRoutingSmsAddress';return this.apiClient.callApi("/api/v2/routing/sms/addresses/{addressId}","GET",{addressId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingSmsAddresses(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/sms/addresses","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingSmsAvailablephonenumbers(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "countryCode" when calling getRoutingSmsAvailablephonenumbers';if(n==null)throw'Missing the required parameter "phoneNumberType" when calling getRoutingSmsAvailablephonenumbers';return this.apiClient.callApi("/api/v2/routing/sms/availablephonenumbers","GET",{},{countryCode:e,region:i.region,city:i.city,areaCode:i.areaCode,phoneNumberType:n,pattern:i.pattern,addressRequirement:i.addressRequirement},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getRoutingSmsIdentityresolutionPhonenumber(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "addressId" when calling getRoutingSmsIdentityresolutionPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/identityresolution/phonenumbers/{addressId}","GET",{addressId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingSmsPhonenumber(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneNumberId" when calling getRoutingSmsPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/{phoneNumberId}","GET",{phoneNumberId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingSmsPhonenumbers(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/sms/phonenumbers","GET",{},{phoneNumber:e.phoneNumber,phoneNumberType:this.apiClient.buildCollectionParam(e.phoneNumberType,"multi"),phoneNumberStatus:this.apiClient.buildCollectionParam(e.phoneNumberStatus,"multi"),countryCode:this.apiClient.buildCollectionParam(e.countryCode,"multi"),pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,language:e.language,"integration.id":e.integrationId,"supportedContent.id":e.supportedContentId,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingUserDirectroutingbackupSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingUserUtilization(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingUtilization(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/utilization","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingUtilizationLabel(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "labelId" when calling getRoutingUtilizationLabel';return this.apiClient.callApi("/api/v2/routing/utilization/labels/{labelId}","GET",{labelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingUtilizationLabelAgents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "labelId" when calling getRoutingUtilizationLabelAgents';return this.apiClient.callApi("/api/v2/routing/utilization/labels/{labelId}/agents","GET",{labelId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingUtilizationLabels(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/utilization/labels","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingUtilizationTag(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tagId" when calling getRoutingUtilizationTag';return this.apiClient.callApi("/api/v2/routing/utilization/tags/{tagId}","GET",{tagId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingUtilizationTagAgents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tagId" when calling getRoutingUtilizationTagAgents';return this.apiClient.callApi("/api/v2/routing/utilization/tags/{tagId}/agents","GET",{tagId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingUtilizationTags(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/utilization/tags","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingWrapupcode(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "codeId" when calling getRoutingWrapupcode';return this.apiClient.callApi("/api/v2/routing/wrapupcodes/{codeId}","GET",{codeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingWrapupcodes(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/wrapupcodes","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingWrapupcodesDivisionview(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "codeId" when calling getRoutingWrapupcodesDivisionview';return this.apiClient.callApi("/api/v2/routing/wrapupcodes/divisionviews/{codeId}","GET",{codeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingWrapupcodesDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/wrapupcodes/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,id:this.apiClient.buildCollectionParam(e.id,"multi"),divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi"),includeState:e.includeState},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserQueues(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserQueues';return this.apiClient.callApi("/api/v2/users/{userId}/queues","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,joined:n.joined,divisionId:this.apiClient.buildCollectionParam(n.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserRoutinglanguages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutinglanguages';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserRoutingskills(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutingskills';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserSkillgroups(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserSkillgroups';return this.apiClient.callApi("/api/v2/users/{userId}/skillgroups","GET",{userId:e},{pageSize:n.pageSize,after:n.after,before:n.before},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingConversation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchRoutingConversation';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingConversation';return this.apiClient.callApi("/api/v2/routing/conversations/{conversationId}","PATCH",{conversationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingEmailDomain(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling patchRoutingEmailDomain';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingEmailDomain';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}","PATCH",{domainId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingEmailDomainValidate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling patchRoutingEmailDomainValidate';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingEmailDomainValidate';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/validate","PATCH",{domainId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingEmailOutboundDomain(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling patchRoutingEmailOutboundDomain';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingEmailOutboundDomain';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}","PATCH",{domainId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingPredictor(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "predictorId" when calling patchRoutingPredictor';return this.apiClient.callApi("/api/v2/routing/predictors/{predictorId}","PATCH",{predictorId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingPredictorsKeyperformanceindicator(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "kpiId" when calling patchRoutingPredictorsKeyperformanceindicator';return this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators/{kpiId}","PATCH",{kpiId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingQueueMember(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchRoutingQueueMember';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling patchRoutingQueueMember';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingQueueMember';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members/{memberId}","PATCH",{queueId:e,memberId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchRoutingQueueMembers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchRoutingQueueMembers';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingQueueMembers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members","PATCH",{queueId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingQueueUser(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchRoutingQueueUser';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling patchRoutingQueueUser';if(i==null)throw'Missing the required parameter "body" when calling patchRoutingQueueUser';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users/{memberId}","PATCH",{queueId:e,memberId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchRoutingQueueUsers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchRoutingQueueUsers';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingQueueUsers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users","PATCH",{queueId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingSettingsContactcenter(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchRoutingSettingsContactcenter';return this.apiClient.callApi("/api/v2/routing/settings/contactcenter","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingSettingsTranscription(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchRoutingSettingsTranscription';return this.apiClient.callApi("/api/v2/routing/settings/transcription","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchRoutingSkill(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillId" when calling patchRoutingSkill';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingSkill';return this.apiClient.callApi("/api/v2/routing/skills/{skillId}","PATCH",{skillId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingSkillgroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling patchRoutingSkillgroup';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingSkillgroup';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}","PATCH",{skillGroupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchRoutingSmsPhonenumber(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneNumberId" when calling patchRoutingSmsPhonenumber';if(n==null)throw'Missing the required parameter "body" when calling patchRoutingSmsPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/{phoneNumberId}","PATCH",{phoneNumberId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserQueue(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchUserQueue';if(n==null||n==="")throw'Missing the required parameter "userId" when calling patchUserQueue';if(i==null)throw'Missing the required parameter "body" when calling patchUserQueue';return this.apiClient.callApi("/api/v2/users/{userId}/queues/{queueId}","PATCH",{queueId:e,userId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserQueues(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserQueues';if(n==null)throw'Missing the required parameter "body" when calling patchUserQueues';return this.apiClient.callApi("/api/v2/users/{userId}/queues","PATCH",{userId:e},{divisionId:this.apiClient.buildCollectionParam(i.divisionId,"multi")},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserRoutinglanguage(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutinglanguage';if(n==null||n==="")throw'Missing the required parameter "languageId" when calling patchUserRoutinglanguage';if(i==null)throw'Missing the required parameter "body" when calling patchUserRoutinglanguage';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/{languageId}","PATCH",{userId:e,languageId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserRoutinglanguagesBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutinglanguagesBulk';if(n==null)throw'Missing the required parameter "body" when calling patchUserRoutinglanguagesBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/bulk","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserRoutingskillsBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutingskillsBulk';if(n==null)throw'Missing the required parameter "body" when calling patchUserRoutingskillsBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/bulk","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsQueuesObservationsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsQueuesObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/queues/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsRoutingActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsRoutingActivityQuery';return this.apiClient.callApi("/api/v2/analytics/routing/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingAssessments(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/assessments","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postRoutingAssessmentsJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/assessments/jobs","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postRoutingEmailDomainDkim(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainDkim';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/dkim","POST",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingEmailDomainMailfrom(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainMailfrom';if(n==null)throw'Missing the required parameter "body" when calling postRoutingEmailDomainMailfrom';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/mailfrom","POST",{domainId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingEmailDomainRoutes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling postRoutingEmailDomainRoutes';if(n==null)throw'Missing the required parameter "body" when calling postRoutingEmailDomainRoutes';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes","POST",{domainName:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingEmailDomainTestconnection(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainTestconnection';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/testconnection","POST",{domainId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingEmailDomainVerification(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainVerification';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainId}/verification","POST",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingEmailDomains(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingEmailDomains';return this.apiClient.callApi("/api/v2/routing/email/domains","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingEmailOutboundDomainTestconnection(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling postRoutingEmailOutboundDomainTestconnection';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}/testconnection","POST",{domainId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingEmailOutboundDomains(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingEmailOutboundDomains';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingEmailOutboundDomainsSimulated(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingEmailOutboundDomainsSimulated';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/simulated","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingLanguages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingLanguages';return this.apiClient.callApi("/api/v2/routing/languages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingPredictors(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/predictors","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postRoutingPredictorsKeyperformanceindicators(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingPredictorsKeyperformanceindicators';return this.apiClient.callApi("/api/v2/routing/predictors/keyperformanceindicators","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingQueueMembers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling postRoutingQueueMembers';if(n==null)throw'Missing the required parameter "body" when calling postRoutingQueueMembers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/members","POST",{queueId:e},{delete:i._delete},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingQueueUsers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling postRoutingQueueUsers';if(n==null)throw'Missing the required parameter "body" when calling postRoutingQueueUsers';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/users","POST",{queueId:e},{delete:i._delete},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingQueueWrapupcodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling postRoutingQueueWrapupcodes';if(n==null)throw'Missing the required parameter "body" when calling postRoutingQueueWrapupcodes';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/wrapupcodes","POST",{queueId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postRoutingQueues(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingQueues';return this.apiClient.callApi("/api/v2/routing/queues","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingSkillgroupMembersDivisions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "skillGroupId" when calling postRoutingSkillgroupMembersDivisions';return this.apiClient.callApi("/api/v2/routing/skillgroups/{skillGroupId}/members/divisions","POST",{skillGroupId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingSkillgroups(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSkillgroups';return this.apiClient.callApi("/api/v2/routing/skillgroups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingSkills(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSkills';return this.apiClient.callApi("/api/v2/routing/skills","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingSmsAddresses(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSmsAddresses';return this.apiClient.callApi("/api/v2/routing/sms/addresses","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingSmsPhonenumbers(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSmsPhonenumbers';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingSmsPhonenumbersAlphanumeric(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSmsPhonenumbersAlphanumeric';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/alphanumeric","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingSmsPhonenumbersImport(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingSmsPhonenumbersImport';return this.apiClient.callApi("/api/v2/routing/sms/phonenumbers/import","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingUtilizationLabels(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingUtilizationLabels';return this.apiClient.callApi("/api/v2/routing/utilization/labels","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingUtilizationTags(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingUtilizationTags';return this.apiClient.callApi("/api/v2/routing/utilization/tags","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postRoutingWrapupcodes(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postRoutingWrapupcodes';return this.apiClient.callApi("/api/v2/routing/wrapupcodes","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUserRoutinglanguages(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserRoutinglanguages';if(n==null)throw'Missing the required parameter "body" when calling postUserRoutinglanguages';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUserRoutingskills(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserRoutingskills';if(n==null)throw'Missing the required parameter "body" when calling postUserRoutingskills';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingDirectroutingbackupSettingsMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putRoutingDirectroutingbackupSettingsMe';return this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingEmailDomainRoute(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling putRoutingEmailDomainRoute';if(n==null||n==="")throw'Missing the required parameter "routeId" when calling putRoutingEmailDomainRoute';if(i==null)throw'Missing the required parameter "body" when calling putRoutingEmailDomainRoute';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}","PUT",{domainName:e,routeId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putRoutingEmailDomainRouteIdentityresolution(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "domainName" when calling putRoutingEmailDomainRouteIdentityresolution';if(n==null||n==="")throw'Missing the required parameter "routeId" when calling putRoutingEmailDomainRouteIdentityresolution';if(i==null)throw'Missing the required parameter "body" when calling putRoutingEmailDomainRouteIdentityresolution';return this.apiClient.callApi("/api/v2/routing/email/domains/{domainName}/routes/{routeId}/identityresolution","PUT",{domainName:e,routeId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putRoutingEmailOutboundDomainActivation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "domainId" when calling putRoutingEmailOutboundDomainActivation';return this.apiClient.callApi("/api/v2/routing/email/outbound/domains/{domainId}/activation","PUT",{domainId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingMessageRecipient(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "recipientId" when calling putRoutingMessageRecipient';if(n==null)throw'Missing the required parameter "body" when calling putRoutingMessageRecipient';return this.apiClient.callApi("/api/v2/routing/message/recipients/{recipientId}","PUT",{recipientId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingQueue(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling putRoutingQueue';if(n==null)throw'Missing the required parameter "body" when calling putRoutingQueue';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}","PUT",{queueId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingQueueIdentityresolution(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling putRoutingQueueIdentityresolution';if(n==null)throw'Missing the required parameter "body" when calling putRoutingQueueIdentityresolution';return this.apiClient.callApi("/api/v2/routing/queues/{queueId}/identityresolution","PUT",{queueId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putRoutingSettings';return this.apiClient.callApi("/api/v2/routing/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingSettingsTranscription(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putRoutingSettingsTranscription';return this.apiClient.callApi("/api/v2/routing/settings/transcription","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingSmsIdentityresolutionPhonenumber(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "addressId" when calling putRoutingSmsIdentityresolutionPhonenumber';if(n==null)throw'Missing the required parameter "body" when calling putRoutingSmsIdentityresolutionPhonenumber';return this.apiClient.callApi("/api/v2/routing/sms/identityresolution/phonenumbers/{addressId}","PUT",{addressId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingUserDirectroutingbackupSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putRoutingUserDirectroutingbackupSettings';if(n==null)throw'Missing the required parameter "body" when calling putRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingUserUtilization(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putRoutingUserUtilization';if(n==null)throw'Missing the required parameter "body" when calling putRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingUtilization(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putRoutingUtilization';return this.apiClient.callApi("/api/v2/routing/utilization","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingUtilizationLabel(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "labelId" when calling putRoutingUtilizationLabel';if(n==null)throw'Missing the required parameter "body" when calling putRoutingUtilizationLabel';return this.apiClient.callApi("/api/v2/routing/utilization/labels/{labelId}","PUT",{labelId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingWrapupcode(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "codeId" when calling putRoutingWrapupcode';if(n==null)throw'Missing the required parameter "body" when calling putRoutingWrapupcode';return this.apiClient.callApi("/api/v2/routing/wrapupcodes/{codeId}","PUT",{codeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserRoutingskill(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingskill';if(n==null||n==="")throw'Missing the required parameter "skillId" when calling putUserRoutingskill';if(i==null)throw'Missing the required parameter "body" when calling putUserRoutingskill';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/{skillId}","PUT",{userId:e,skillId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putUserRoutingskillsBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingskillsBulk';if(n==null)throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/bulk","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},sy=class{constructor(e){this.apiClient=e||k.instance}deleteScimUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteScimUser';return this.apiClient.callApi("/api/v2/scim/users/{userId}","DELETE",{userId:e},{},{"If-Match":n.ifMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}deleteScimV2User(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteScimV2User';return this.apiClient.callApi("/api/v2/scim/v2/users/{userId}","DELETE",{userId:e},{},{"If-Match":n.ifMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimGroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getScimGroup';return this.apiClient.callApi("/api/v2/scim/groups/{groupId}","GET",{groupId:e},{attributes:this.apiClient.buildCollectionParam(n.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(n.excludedAttributes,"multi")},{"If-None-Match":n.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimGroups(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/groups","GET",{},{startIndex:e.startIndex,count:e.count,attributes:this.apiClient.buildCollectionParam(e.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(e.excludedAttributes,"multi"),filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimResourcetype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "resourceType" when calling getScimResourcetype';return this.apiClient.callApi("/api/v2/scim/resourcetypes/{resourceType}","GET",{resourceType:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimResourcetypes(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/resourcetypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getScimSchema';return this.apiClient.callApi("/api/v2/scim/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/schemas","GET",{},{filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimServiceproviderconfig(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/serviceproviderconfig","GET",{},{},{"If-None-Match":e.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getScimUser';return this.apiClient.callApi("/api/v2/scim/users/{userId}","GET",{userId:e},{attributes:this.apiClient.buildCollectionParam(n.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(n.excludedAttributes,"multi")},{"If-None-Match":n.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/users","GET",{},{startIndex:e.startIndex,count:e.count,attributes:this.apiClient.buildCollectionParam(e.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(e.excludedAttributes,"multi"),filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimV2Group(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getScimV2Group';return this.apiClient.callApi("/api/v2/scim/v2/groups/{groupId}","GET",{groupId:e},{attributes:this.apiClient.buildCollectionParam(n.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(n.excludedAttributes,"multi")},{"If-None-Match":n.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimV2Groups(e,n){if(n=n||{},e==null)throw'Missing the required parameter "filter" when calling getScimV2Groups';return this.apiClient.callApi("/api/v2/scim/v2/groups","GET",{},{startIndex:n.startIndex,count:n.count,attributes:this.apiClient.buildCollectionParam(n.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(n.excludedAttributes,"multi"),filter:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimV2Resourcetype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "resourceType" when calling getScimV2Resourcetype';return this.apiClient.callApi("/api/v2/scim/v2/resourcetypes/{resourceType}","GET",{resourceType:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimV2Resourcetypes(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/v2/resourcetypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimV2Schema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getScimV2Schema';return this.apiClient.callApi("/api/v2/scim/v2/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimV2Schemas(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/v2/schemas","GET",{},{filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimV2Serviceproviderconfig(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/v2/serviceproviderconfig","GET",{},{},{"If-None-Match":e.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}getScimV2User(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getScimV2User';return this.apiClient.callApi("/api/v2/scim/v2/users/{userId}","GET",{userId:e},{attributes:this.apiClient.buildCollectionParam(n.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(n.excludedAttributes,"multi")},{"If-None-Match":n.ifNoneMatch},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],n.customHeaders)}getScimV2Users(e){return e=e||{},this.apiClient.callApi("/api/v2/scim/v2/users","GET",{},{startIndex:e.startIndex,count:e.count,attributes:this.apiClient.buildCollectionParam(e.attributes,"multi"),excludedAttributes:this.apiClient.buildCollectionParam(e.excludedAttributes,"multi"),filter:e.filter},{},{},null,["PureCloud OAuth"],["application/json"],["application/scim+json","application/json"],e.customHeaders)}patchScimGroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling patchScimGroup';if(n==null)throw'Missing the required parameter "body" when calling patchScimGroup';return this.apiClient.callApi("/api/v2/scim/groups/{groupId}","PATCH",{groupId:e},{},{"If-Match":i.ifMatch},{},n,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}patchScimUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchScimUser';if(n==null)throw'Missing the required parameter "body" when calling patchScimUser';return this.apiClient.callApi("/api/v2/scim/users/{userId}","PATCH",{userId:e},{},{"If-Match":i.ifMatch},{},n,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}patchScimV2Group(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling patchScimV2Group';if(n==null)throw'Missing the required parameter "body" when calling patchScimV2Group';return this.apiClient.callApi("/api/v2/scim/v2/groups/{groupId}","PATCH",{groupId:e},{},{"If-Match":i.ifMatch},{},n,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}patchScimV2User(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchScimV2User';if(n==null)throw'Missing the required parameter "body" when calling patchScimV2User';return this.apiClient.callApi("/api/v2/scim/v2/users/{userId}","PATCH",{userId:e},{},{"If-Match":i.ifMatch},{},n,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}postScimUsers(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postScimUsers';return this.apiClient.callApi("/api/v2/scim/users","POST",{},{},{},{},e,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}postScimV2Users(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postScimV2Users';return this.apiClient.callApi("/api/v2/scim/v2/users","POST",{},{},{},{},e,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],n.customHeaders)}putScimGroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putScimGroup';if(n==null)throw'Missing the required parameter "body" when calling putScimGroup';return this.apiClient.callApi("/api/v2/scim/groups/{groupId}","PUT",{groupId:e},{},{"If-Match":i.ifMatch},{},n,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}putScimUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putScimUser';if(n==null)throw'Missing the required parameter "body" when calling putScimUser';return this.apiClient.callApi("/api/v2/scim/users/{userId}","PUT",{userId:e},{},{"If-Match":i.ifMatch},{},n,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}putScimV2Group(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling putScimV2Group';if(n==null)throw'Missing the required parameter "body" when calling putScimV2Group';return this.apiClient.callApi("/api/v2/scim/v2/groups/{groupId}","PUT",{groupId:e},{},{"If-Match":i.ifMatch},{},n,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}putScimV2User(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putScimV2User';if(n==null)throw'Missing the required parameter "body" when calling putScimV2User';return this.apiClient.callApi("/api/v2/scim/v2/users/{userId}","PUT",{userId:e},{},{"If-Match":i.ifMatch},{},n,["PureCloud OAuth"],["application/scim+json","application/json"],["application/scim+json","application/json"],i.customHeaders)}},oy=class{constructor(e){this.apiClient=e||k.instance}getScript(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScript';return this.apiClient.callApi("/api/v2/scripts/{scriptId}","GET",{scriptId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getScriptPage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptPage';if(n==null||n==="")throw'Missing the required parameter "pageId" when calling getScriptPage';return this.apiClient.callApi("/api/v2/scripts/{scriptId}/pages/{pageId}","GET",{scriptId:e,pageId:n},{scriptDataVersion:i.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getScriptPages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptPages';return this.apiClient.callApi("/api/v2/scripts/{scriptId}/pages","GET",{scriptId:e},{scriptDataVersion:n.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getScripts(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,name:e.name,feature:e.feature,flowId:e.flowId,sortBy:e.sortBy,sortOrder:e.sortOrder,scriptDataVersion:e.scriptDataVersion,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getScriptsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,name:e.name,feature:e.feature,flowId:e.flowId,sortBy:e.sortBy,sortOrder:e.sortOrder,scriptDataVersion:e.scriptDataVersion,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getScriptsPublished(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts/published","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,name:e.name,feature:e.feature,flowId:e.flowId,scriptDataVersion:e.scriptDataVersion,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getScriptsPublishedDivisionviewVariables(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedDivisionviewVariables';return this.apiClient.callApi("/api/v2/scripts/published/divisionviews/{scriptId}/variables","GET",{scriptId:e},{input:n.input,output:n.output,type:n.type,scriptDataVersion:n.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getScriptsPublishedDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts/published/divisionviews","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,name:e.name,feature:e.feature,flowId:e.flowId,scriptDataVersion:e.scriptDataVersion,divisionIds:e.divisionIds},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getScriptsPublishedScriptId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedScriptId';return this.apiClient.callApi("/api/v2/scripts/published/{scriptId}","GET",{scriptId:e},{scriptDataVersion:n.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getScriptsPublishedScriptIdPage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedScriptIdPage';if(n==null||n==="")throw'Missing the required parameter "pageId" when calling getScriptsPublishedScriptIdPage';return this.apiClient.callApi("/api/v2/scripts/published/{scriptId}/pages/{pageId}","GET",{scriptId:e,pageId:n},{scriptDataVersion:i.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getScriptsPublishedScriptIdPages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedScriptIdPages';return this.apiClient.callApi("/api/v2/scripts/published/{scriptId}/pages","GET",{scriptId:e},{scriptDataVersion:n.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getScriptsPublishedScriptIdVariables(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling getScriptsPublishedScriptIdVariables';return this.apiClient.callApi("/api/v2/scripts/published/{scriptId}/variables","GET",{scriptId:e},{input:n.input,output:n.output,type:n.type,scriptDataVersion:n.scriptDataVersion},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getScriptsUploadStatus(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "uploadId" when calling getScriptsUploadStatus';return this.apiClient.callApi("/api/v2/scripts/uploads/{uploadId}/status","GET",{uploadId:e},{longPoll:n.longPoll},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postScriptExport(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "scriptId" when calling postScriptExport';return this.apiClient.callApi("/api/v2/scripts/{scriptId}/export","POST",{scriptId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postScriptsPublished(e){return e=e||{},this.apiClient.callApi("/api/v2/scripts/published","POST",{},{scriptDataVersion:e.scriptDataVersion},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},ly=class{constructor(e){this.apiClient=e||k.instance}getDocumentationGknSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getDocumentationGknSearch';return this.apiClient.callApi("/api/v2/documentation/gkn/search","GET",{},{q64:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getDocumentationSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getDocumentationSearch';return this.apiClient.callApi("/api/v2/documentation/search","GET",{},{q64:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getGroupsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getGroupsSearch';return this.apiClient.callApi("/api/v2/groups/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getLocationsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getLocationsSearch';return this.apiClient.callApi("/api/v2/locations/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getSearch';return this.apiClient.callApi("/api/v2/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),profile:n.profile},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSearchSuggest(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getSearchSuggest';return this.apiClient.callApi("/api/v2/search/suggest","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),profile:n.profile},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSitesSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getUsersSearch';return this.apiClient.callApi("/api/v2/users/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),integrationPresenceSource:n.integrationPresenceSource},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getVoicemailSearch';return this.apiClient.callApi("/api/v2/voicemail/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsCustomattributesSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsCustomattributesSearch';return this.apiClient.callApi("/api/v2/conversations/customattributes/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postConversationsParticipantsAttributesSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postConversationsParticipantsAttributesSearch';return this.apiClient.callApi("/api/v2/conversations/participants/attributes/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postDocumentationAllSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postDocumentationAllSearch';return this.apiClient.callApi("/api/v2/documentation/all/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postDocumentationGknSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postDocumentationGknSearch';return this.apiClient.callApi("/api/v2/documentation/gkn/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postDocumentationSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postDocumentationSearch';return this.apiClient.callApi("/api/v2/documentation/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGroupsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGroupsSearch';return this.apiClient.callApi("/api/v2/groups/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postLocationsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postLocationsSearch';return this.apiClient.callApi("/api/v2/locations/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSearch';return this.apiClient.callApi("/api/v2/search","POST",{},{profile:n.profile},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSearchSuggest(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSearchSuggest';return this.apiClient.callApi("/api/v2/search/suggest","POST",{},{profile:n.profile},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsTranscriptsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTranscriptsSearch';return this.apiClient.callApi("/api/v2/speechandtextanalytics/transcripts/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTeamsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTeamsSearch';return this.apiClient.callApi("/api/v2/teams/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesSitesSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearch';return this.apiClient.callApi("/api/v2/users/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersSearchConversationTarget(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchConversationTarget';return this.apiClient.callApi("/api/v2/users/search/conversation/target","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersSearchQueuemembersManage(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchQueuemembersManage';return this.apiClient.callApi("/api/v2/users/search/queuemembers/manage","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersSearchTeamsAssign(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchTeamsAssign';return this.apiClient.callApi("/api/v2/users/search/teams/assign","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postVoicemailSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postVoicemailSearch';return this.apiClient.callApi("/api/v2/voicemail/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},uy=class{constructor(e){this.apiClient=e||k.instance}deleteEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteExternalcontactsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/settings","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling deleteUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","DELETE",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getEmailsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getExternalcontactsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSettingsExecutiondata(e){return e=e||{},this.apiClient.callApi("/api/v2/settings/executiondata","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersAgentuiAgentsAutoanswerAgentIdSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchEmailsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchEmailsSettingsThreading(e){return e=e||{},this.apiClient.callApi("/api/v2/emails/settings/threading","PATCH",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchSettingsExecutiondata(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchSettingsExecutiondata';return this.apiClient.callApi("/api/v2/settings/executiondata","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUsersAgentuiAgentsAutoanswerAgentIdSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';if(n==null)throw'Missing the required parameter "body" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","PATCH",{agentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putExternalcontactsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/externalcontacts/settings","PUT",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putUsersAgentuiAgentsAutoanswerAgentIdSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';if(n==null)throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';return this.apiClient.callApi("/api/v2/users/agentui/agents/autoanswer/{agentId}/settings","PUT",{agentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},cy=class{constructor(e){this.apiClient=e||k.instance}deleteSocialmediaEscalationrule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "escalationRuleId" when calling deleteSocialmediaEscalationrule';return this.apiClient.callApi("/api/v2/socialmedia/escalationrules/{escalationRuleId}","DELETE",{escalationRuleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSocialmediaMessage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling deleteSocialmediaMessage';return this.apiClient.callApi("/api/v2/socialmedia/messages/{messageId}","DELETE",{messageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSocialmediaTopic(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopic';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}","DELETE",{topicId:e},{hardDelete:n.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}","DELETE",{topicId:e,facebookIngestionRuleId:n},{hardDelete:i.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}","DELETE",{topicId:e,googleBusinessProfileIngestionRuleId:n},{hardDelete:i.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}","DELETE",{topicId:e,instagramIngestionRuleId:n},{hardDelete:i.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSocialmediaTopicDataingestionrulesOpenOpenId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesOpenOpenId';if(n==null||n==="")throw'Missing the required parameter "openId" when calling deleteSocialmediaTopicDataingestionrulesOpenOpenId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}","DELETE",{topicId:e,openId:n},{hardDelete:i.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}","DELETE",{topicId:e,twitterIngestionRuleId:n},{hardDelete:i.hardDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaAnalyticsAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsAggregatesJob';return this.apiClient.callApi("/api/v2/socialmedia/analytics/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaAnalyticsAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsAggregatesJobResults';return this.apiClient.callApi("/api/v2/socialmedia/analytics/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaAnalyticsMessagesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsMessagesJob';return this.apiClient.callApi("/api/v2/socialmedia/analytics/messages/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaAnalyticsMessagesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsMessagesJobResults';return this.apiClient.callApi("/api/v2/socialmedia/analytics/messages/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaEscalationrule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "escalationRuleId" when calling getSocialmediaEscalationrule';return this.apiClient.callApi("/api/v2/socialmedia/escalationrules/{escalationRuleId}","GET",{escalationRuleId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaEscalationrules(e,n){if(n=n||{},e==null)throw'Missing the required parameter "divisionId" when calling getSocialmediaEscalationrules';return this.apiClient.callApi("/api/v2/socialmedia/escalationrules","GET",{},{pageNumber:n.pageNumber,pageSize:n.pageSize,divisionId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopic(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopic';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}","GET",{topicId:e},{includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrules(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrules';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules","GET",{topicId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,includeDeleted:n.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}","GET",{topicId:e,facebookIngestionRuleId:n},{includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion';if(n==null||n==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion';if(i==null||i==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,facebookIngestionRuleId:n,dataIngestionRuleVersion:i},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions';if(n==null||n==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}/versions","GET",{topicId:e,facebookIngestionRuleId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize,includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}","GET",{topicId:e,googleBusinessProfileIngestionRuleId:n},{includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion';if(n==null||n==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion';if(i==null||i==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,googleBusinessProfileIngestionRuleId:n,dataIngestionRuleVersion:i},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersions';if(n==null||n==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}/versions","GET",{topicId:e,googleBusinessProfileIngestionRuleId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize,includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}","GET",{topicId:e,instagramIngestionRuleId:n},{includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';if(n==null||n==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';if(i==null||i==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,instagramIngestionRuleId:n,dataIngestionRuleVersion:i},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions';if(n==null||n==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}/versions","GET",{topicId:e,instagramIngestionRuleId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize,includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesOpenOpenId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesOpenOpenId';if(n==null||n==="")throw'Missing the required parameter "openId" when calling getSocialmediaTopicDataingestionrulesOpenOpenId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}","GET",{topicId:e,openId:n},{includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesOpenOpenIdVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersion';if(n==null||n==="")throw'Missing the required parameter "openId" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersion';if(i==null||i==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,openId:n,dataIngestionRuleVersion:i},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesOpenOpenIdVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersions';if(n==null||n==="")throw'Missing the required parameter "openId" when calling getSocialmediaTopicDataingestionrulesOpenOpenIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}/versions","GET",{topicId:e,openId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize,includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}","GET",{topicId:e,twitterIngestionRuleId:n},{includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion';if(n==null||n==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion';if(i==null||i==="")throw'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}/versions/{dataIngestionRuleVersion}","GET",{topicId:e,twitterIngestionRuleId:n,dataIngestionRuleVersion:i},{includeDeleted:a.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions';if(n==null||n==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}/versions","GET",{topicId:e,twitterIngestionRuleId:n},{pageNumber:i.pageNumber,pageSize:i.pageSize,includeDeleted:i.includeDeleted},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSocialmediaTopics(e){return e=e||{},this.apiClient.callApi("/api/v2/socialmedia/topics","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,divisionIds:this.apiClient.buildCollectionParam(e.divisionIds,"multi"),includeDeleted:e.includeDeleted,name:e.name,ids:this.apiClient.buildCollectionParam(e.ids,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchSocialmediaTopic(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopic';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}","PATCH",{topicId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}","PATCH",{topicId:e,facebookIngestionRuleId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}","PATCH",{topicId:e,googleBusinessProfileIngestionRuleId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}","PATCH",{topicId:e,instagramIngestionRuleId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchSocialmediaTopicDataingestionrulesOpenOpenId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesOpenOpenId';if(n==null||n==="")throw'Missing the required parameter "openId" when calling patchSocialmediaTopicDataingestionrulesOpenOpenId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}","PATCH",{topicId:e,openId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}","PATCH",{topicId:e,twitterIngestionRuleId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postSocialmediaAnalyticsAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSocialmediaAnalyticsAggregatesJobs';return this.apiClient.callApi("/api/v2/socialmedia/analytics/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaAnalyticsMessagesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSocialmediaAnalyticsMessagesJobs';return this.apiClient.callApi("/api/v2/socialmedia/analytics/messages/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaEscalationrules(e){return e=e||{},this.apiClient.callApi("/api/v2/socialmedia/escalationrules","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postSocialmediaEscalationsMessages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "divisionId" when calling postSocialmediaEscalationsMessages';return this.apiClient.callApi("/api/v2/socialmedia/escalations/messages","POST",{},{divisionId:e},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaTopicDataingestionrulesFacebook(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesFacebook';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook","POST",{topicId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaTopicDataingestionrulesGooglebusinessprofile(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesGooglebusinessprofile';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile","POST",{topicId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaTopicDataingestionrulesInstagram(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesInstagram';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram","POST",{topicId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaTopicDataingestionrulesOpen(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesOpen';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open","POST",{topicId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk';if(i==null)throw'Missing the required parameter "body" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdMessagesBulk';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{ruleId}/messages/bulk","POST",{topicId:e,ruleId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk';if(i==null)throw'Missing the required parameter "body" when calling postSocialmediaTopicDataingestionrulesOpenRuleIdReactionsBulk';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{ruleId}/reactions/bulk","POST",{topicId:e,ruleId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postSocialmediaTopicDataingestionrulesTwitter(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesTwitter';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter","POST",{topicId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSocialmediaTopics(e){return e=e||{},this.apiClient.callApi("/api/v2/socialmedia/topics","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postSocialmediaTwitterHistoricalTweets(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSocialmediaTwitterHistoricalTweets';return this.apiClient.callApi("/api/v2/socialmedia/twitter/historical/tweets","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSocialmediaEscalationrule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "escalationRuleId" when calling putSocialmediaEscalationrule';return this.apiClient.callApi("/api/v2/socialmedia/escalationrules/{escalationRuleId}","PUT",{escalationRuleId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "facebookIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/facebook/{facebookIngestionRuleId}","PUT",{topicId:e,facebookIngestionRuleId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "googleBusinessProfileIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesGooglebusinessprofileGoogleBusinessProfileIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/googlebusinessprofile/{googleBusinessProfileIngestionRuleId}","PUT",{topicId:e,googleBusinessProfileIngestionRuleId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "instagramIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}","PUT",{topicId:e,instagramIngestionRuleId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSocialmediaTopicDataingestionrulesOpenOpenId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesOpenOpenId';if(n==null||n==="")throw'Missing the required parameter "openId" when calling putSocialmediaTopicDataingestionrulesOpenOpenId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/open/{openId}","PUT",{topicId:e,openId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';if(n==null||n==="")throw'Missing the required parameter "twitterIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';return this.apiClient.callApi("/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}","PUT",{topicId:e,twitterIngestionRuleId:n},{},{},{},i.body,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},py=class{constructor(e){this.apiClient=e||k.instance}deleteSpeechandtextanalyticsCategory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling deleteSpeechandtextanalyticsCategory';return this.apiClient.callApi("/api/v2/speechandtextanalytics/categories/{categoryId}","DELETE",{categoryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dictionaryFeedbackId" when calling deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';return this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}","DELETE",{dictionaryFeedbackId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSpeechandtextanalyticsProgram(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling deleteSpeechandtextanalyticsProgram';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}","DELETE",{programId:e},{forceDelete:n.forceDelete},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSpeechandtextanalyticsReprocessingJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteSpeechandtextanalyticsReprocessingJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSpeechandtextanalyticsSentimentfeedback(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/sentimentfeedback","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "sentimentFeedbackId" when calling deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId';return this.apiClient.callApi("/api/v2/speechandtextanalytics/sentimentfeedback/{sentimentFeedbackId}","DELETE",{sentimentFeedbackId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteSpeechandtextanalyticsTopic(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling deleteSpeechandtextanalyticsTopic';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/{topicId}","DELETE",{topicId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsCategories(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/categories","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,sortOrder:e.sortOrder,sortBy:e.sortBy,ids:this.apiClient.buildCollectionParam(e.ids,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsCategory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling getSpeechandtextanalyticsCategory';return this.apiClient.callApi("/api/v2/speechandtextanalytics/categories/{categoryId}","GET",{categoryId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsConversation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversation';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsConversationCategories(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCategories';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/categories","GET",{conversationId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsConversationCommunicationTranscripturl(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturl';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturl';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturl","GET",{conversationId:e,communicationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsConversationCommunicationTranscripturls(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturls';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getSpeechandtextanalyticsConversationCommunicationTranscripturls';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/communications/{communicationId}/transcripturls","GET",{conversationId:e,communicationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsConversationSentiments(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationSentiments';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/sentiments","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsConversationSummaries(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationSummaries';return this.apiClient.callApi("/api/v2/speechandtextanalytics/conversations/{conversationId}/summaries","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsDictionaryfeedback(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback","GET",{},{dialect:e.dialect,transcriptionEngine:e.transcriptionEngine,nextPage:e.nextPage,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dictionaryFeedbackId" when calling getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';return this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}","GET",{dictionaryFeedbackId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsProgram(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgram';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsProgramMappings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramMappings';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/mappings","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsProgramSettingsInsights(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramSettingsInsights';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/settings/insights","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsProgramTranscriptionengines(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramTranscriptionengines';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/transcriptionengines","GET",{programId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsPrograms(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs","GET",{},{nextPage:e.nextPage,pageSize:e.pageSize,state:e.state,name:e.name,ids:this.apiClient.buildCollectionParam(e.ids,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsProgramsGeneralJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsProgramsGeneralJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/general/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsProgramsMappings(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/mappings","GET",{},{nextPage:e.nextPage,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsProgramsPublishjob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsProgramsPublishjob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/publishjobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsProgramsSettingsInsights(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/settings/insights","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,programIds:this.apiClient.buildCollectionParam(e.programIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsProgramsTopiclinksJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsProgramsTopiclinksJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/topiclinks/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsProgramsTranscriptionenginesDialects(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/transcriptionengines/dialects","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsProgramsUnpublished(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/unpublished","GET",{},{nextPage:e.nextPage,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsReprocessingJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsReprocessingJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsReprocessingJobInteractions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsReprocessingJobInteractions';return this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs/{jobId}/interactions","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsReprocessingJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsSentimentDialects(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/sentiment/dialects","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsSentimentfeedback(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/sentimentfeedback","GET",{},{dialect:e.dialect},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopic(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling getSpeechandtextanalyticsTopic';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/{topicId}","GET",{topicId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsTopics(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/topics","GET",{},{nextPage:e.nextPage,pageSize:e.pageSize,pageNumber:e.pageNumber,state:e.state,name:e.name,ids:this.apiClient.buildCollectionParam(e.ids,"multi"),dialects:this.apiClient.buildCollectionParam(e.dialects,"multi"),sortBy:e.sortBy,sortOrder:e.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopicsDialects(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/dialects","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopicsGeneral(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/general","GET",{},{dialect:e.dialect},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopicsGeneralStatus(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/general/status","GET",{},{dialect:e.dialect},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getSpeechandtextanalyticsTopicsPublishjob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsTopicsPublishjob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/publishjobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsTopicsTestphraseJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsTopicsTestphraseJob';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/testphrase/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSpeechandtextanalyticsTranslationsLanguageConversation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "languageId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';if(n==null||n==="")throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';return this.apiClient.callApi("/api/v2/speechandtextanalytics/translations/languages/{languageId}/conversations/{conversationId}","GET",{languageId:e,conversationId:n},{communicationId:i.communicationId,recordingId:i.recordingId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getSpeechandtextanalyticsTranslationsLanguages(e){return e=e||{},this.apiClient.callApi("/api/v2/speechandtextanalytics/translations/languages","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchSpeechandtextanalyticsSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchSpeechandtextanalyticsSettings';return this.apiClient.callApi("/api/v2/speechandtextanalytics/settings","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsCategories(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsCategories';return this.apiClient.callApi("/api/v2/speechandtextanalytics/categories","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsDictionaryfeedback(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsDictionaryfeedback';return this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsPrograms(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsPrograms';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsProgramsGeneralJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsProgramsGeneralJobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/general/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsProgramsPublishjobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsProgramsPublishjobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/publishjobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsReprocessingJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsReprocessingJobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/reprocessing/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsSentimentfeedback(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsSentimentfeedback';return this.apiClient.callApi("/api/v2/speechandtextanalytics/sentimentfeedback","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsTopics(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTopics';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsTopicsPublishjobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTopicsPublishjobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/publishjobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsTopicsTestphraseJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTopicsTestphraseJobs';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/testphrase/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSpeechandtextanalyticsTranscriptsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSpeechandtextanalyticsTranscriptsSearch';return this.apiClient.callApi("/api/v2/speechandtextanalytics/transcripts/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSpeechandtextanalyticsCategory(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "categoryId" when calling putSpeechandtextanalyticsCategory';if(n==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsCategory';return this.apiClient.callApi("/api/v2/speechandtextanalytics/categories/{categoryId}","PUT",{categoryId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "dictionaryFeedbackId" when calling putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';return this.apiClient.callApi("/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}","PUT",{dictionaryFeedbackId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSpeechandtextanalyticsProgram(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgram';if(n==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgram';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}","PUT",{programId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSpeechandtextanalyticsProgramMappings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramMappings';if(n==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgramMappings';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/mappings","PUT",{programId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSpeechandtextanalyticsProgramSettingsInsights(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramSettingsInsights';if(n==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgramSettingsInsights';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/settings/insights","PUT",{programId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSpeechandtextanalyticsProgramTranscriptionengines(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramTranscriptionengines';if(n==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgramTranscriptionengines';return this.apiClient.callApi("/api/v2/speechandtextanalytics/programs/{programId}/transcriptionengines","PUT",{programId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putSpeechandtextanalyticsSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsSettings';return this.apiClient.callApi("/api/v2/speechandtextanalytics/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putSpeechandtextanalyticsTopic(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "topicId" when calling putSpeechandtextanalyticsTopic';if(n==null)throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';return this.apiClient.callApi("/api/v2/speechandtextanalytics/topics/{topicId}","PUT",{topicId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},dy=class{constructor(e){this.apiClient=e||k.instance}deleteStationAssociateduser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "stationId" when calling deleteStationAssociateduser';return this.apiClient.callApi("/api/v2/stations/{stationId}/associateduser","DELETE",{stationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getStation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "stationId" when calling getStation';return this.apiClient.callApi("/api/v2/stations/{stationId}","GET",{stationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getStations(e){return e=e||{},this.apiClient.callApi("/api/v2/stations","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,name:e.name,userSelectable:e.userSelectable,webRtcUserId:e.webRtcUserId,id:e.id,lineAppearanceId:e.lineAppearanceId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},hy=class{constructor(e){this.apiClient=e||k.instance}getSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getSearch';return this.apiClient.callApi("/api/v2/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),profile:n.profile},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getSearchSuggest(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getSearchSuggest';return this.apiClient.callApi("/api/v2/search/suggest","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),profile:n.profile},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSearch';return this.apiClient.callApi("/api/v2/search","POST",{},{profile:n.profile},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postSearchSuggest(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postSearchSuggest';return this.apiClient.callApi("/api/v2/search/suggest","POST",{},{profile:n.profile},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},gy=class{constructor(e){this.apiClient=e||k.instance}deleteTaskmanagementWorkbin(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling deleteTaskmanagementWorkbin';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}","DELETE",{workbinId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorkitem(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling deleteTaskmanagementWorkitem';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}","DELETE",{workitemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorkitemsBulkAddJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling deleteTaskmanagementWorkitemsBulkAddJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs/{bulkJobId}","DELETE",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorkitemsBulkTerminateJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling deleteTaskmanagementWorkitemsBulkTerminateJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs/{bulkJobId}","DELETE",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorkitemsSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteTaskmanagementWorkitemsSchema';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorktype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktype';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}","DELETE",{worktypeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTaskmanagementWorktypeFlowsDatebasedRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktypeFlowsDatebasedRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling deleteTaskmanagementWorktypeFlowsDatebasedRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules/{ruleId}","DELETE",{worktypeId:e,ruleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorktypeFlowsOnattributechangeRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktypeFlowsOnattributechangeRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling deleteTaskmanagementWorktypeFlowsOnattributechangeRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules/{ruleId}","DELETE",{worktypeId:e,ruleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorktypeFlowsOncreateRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktypeFlowsOncreateRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling deleteTaskmanagementWorktypeFlowsOncreateRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules/{ruleId}","DELETE",{worktypeId:e,ruleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTaskmanagementWorktypeStatus(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling deleteTaskmanagementWorktypeStatus';if(n==null||n==="")throw'Missing the required parameter "statusId" when calling deleteTaskmanagementWorktypeStatus';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId}","DELETE",{worktypeId:e,statusId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkbin(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling getTaskmanagementWorkbin';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}","GET",{workbinId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkbinHistory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling getTaskmanagementWorkbinHistory';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}/history","GET",{workbinId:e},{after:n.after,pageSize:n.pageSize,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkbinVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling getTaskmanagementWorkbinVersion';if(n==null)throw'Missing the required parameter "entityVersion" when calling getTaskmanagementWorkbinVersion';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}/versions/{entityVersion}","GET",{workbinId:e,entityVersion:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkbinVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling getTaskmanagementWorkbinVersions';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}/versions","GET",{workbinId:e},{after:n.after,pageSize:n.pageSize,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitem(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitem';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}","GET",{workitemId:e},{expands:this.apiClient.buildCollectionParam(n.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemHistory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemHistory';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/history","GET",{workitemId:e},{after:n.after,pageSize:n.pageSize,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemUserWrapups(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemUserWrapups';if(n==null||n==="")throw'Missing the required parameter "userId" when calling getTaskmanagementWorkitemUserWrapups';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/users/{userId}/wrapups","GET",{workitemId:e,userId:n},{expands:i.expands,after:i.after,pageSize:i.pageSize,sortOrder:i.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemVersion';if(n==null)throw'Missing the required parameter "entityVersion" when calling getTaskmanagementWorkitemVersion';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/versions/{entityVersion}","GET",{workitemId:e,entityVersion:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemVersions';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/versions","GET",{workitemId:e},{after:n.after,pageSize:n.pageSize,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemWrapups(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemWrapups';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/wrapups","GET",{workitemId:e},{expands:n.expands,after:n.after,pageSize:n.pageSize,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsBulkAddJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling getTaskmanagementWorkitemsBulkAddJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs/{bulkJobId}","GET",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsBulkAddJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling getTaskmanagementWorkitemsBulkAddJobResults';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs/{bulkJobId}/results","GET",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsBulkJobsUsersMe(e){return e=e||{},this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/jobs/users/me","GET",{},{after:e.after,pageSize:e.pageSize,sortOrder:e.sortOrder,action:e.action},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTaskmanagementWorkitemsBulkTerminateJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling getTaskmanagementWorkitemsBulkTerminateJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs/{bulkJobId}","GET",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsBulkTerminateJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling getTaskmanagementWorkitemsBulkTerminateJobResults';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs/{bulkJobId}/results","GET",{bulkJobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsQueryJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getTaskmanagementWorkitemsQueryJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/query/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsQueryJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getTaskmanagementWorkitemsQueryJobResults';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/query/jobs/{jobId}/results","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getTaskmanagementWorkitemsSchema';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsSchemaVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getTaskmanagementWorkitemsSchemaVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getTaskmanagementWorkitemsSchemaVersion';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorkitemsSchemaVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getTaskmanagementWorkitemsSchemaVersions';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTaskmanagementWorkitemsSchemasCoretype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getTaskmanagementWorkitemsSchemasCoretype';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorkitemsSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTaskmanagementWorkitemsSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTaskmanagementWorktype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktype';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}","GET",{worktypeId:e},{expands:this.apiClient.buildCollectionParam(n.expands,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeFlowsDatebasedRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsDatebasedRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling getTaskmanagementWorktypeFlowsDatebasedRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules/{ruleId}","GET",{worktypeId:e,ruleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeFlowsDatebasedRules(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsDatebasedRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules","GET",{worktypeId:e},{after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeFlowsOnattributechangeRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsOnattributechangeRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling getTaskmanagementWorktypeFlowsOnattributechangeRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules/{ruleId}","GET",{worktypeId:e,ruleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeFlowsOnattributechangeRules(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsOnattributechangeRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules","GET",{worktypeId:e},{after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeFlowsOncreateRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsOncreateRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling getTaskmanagementWorktypeFlowsOncreateRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules/{ruleId}","GET",{worktypeId:e,ruleId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeFlowsOncreateRules(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeFlowsOncreateRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules","GET",{worktypeId:e},{after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeHistory(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeHistory';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/history","GET",{worktypeId:e},{after:n.after,pageSize:n.pageSize,sortOrder:n.sortOrder,fields:this.apiClient.buildCollectionParam(n.fields,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeStatus(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeStatus';if(n==null||n==="")throw'Missing the required parameter "statusId" when calling getTaskmanagementWorktypeStatus';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId}","GET",{worktypeId:e,statusId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeStatuses(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeStatuses';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses","GET",{worktypeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTaskmanagementWorktypeVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeVersion';if(n==null)throw'Missing the required parameter "entityVersion" when calling getTaskmanagementWorktypeVersion';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/versions/{entityVersion}","GET",{worktypeId:e,entityVersion:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTaskmanagementWorktypeVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling getTaskmanagementWorktypeVersions';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/versions","GET",{worktypeId:e},{after:n.after,pageSize:n.pageSize,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchTaskmanagementWorkbin(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workbinId" when calling patchTaskmanagementWorkbin';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkbin';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/{workbinId}","PATCH",{workbinId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchTaskmanagementWorkitem(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling patchTaskmanagementWorkitem';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitem';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}","PATCH",{workitemId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchTaskmanagementWorkitemAssignment(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling patchTaskmanagementWorkitemAssignment';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemAssignment';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/assignment","PATCH",{workitemId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchTaskmanagementWorkitemUserWrapups(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling patchTaskmanagementWorkitemUserWrapups';if(n==null||n==="")throw'Missing the required parameter "userId" when calling patchTaskmanagementWorkitemUserWrapups';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemUserWrapups';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/users/{userId}/wrapups","PATCH",{workitemId:e,userId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchTaskmanagementWorkitemUsersMeWrapups(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling patchTaskmanagementWorkitemUsersMeWrapups';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemUsersMeWrapups';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/users/me/wrapups","PATCH",{workitemId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchTaskmanagementWorkitemsBulkAddJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling patchTaskmanagementWorkitemsBulkAddJob';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemsBulkAddJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs/{bulkJobId}","PATCH",{bulkJobId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchTaskmanagementWorkitemsBulkTerminateJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bulkJobId" when calling patchTaskmanagementWorkitemsBulkTerminateJob';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorkitemsBulkTerminateJob';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs/{bulkJobId}","PATCH",{bulkJobId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchTaskmanagementWorktype(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktype';if(n==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktype';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}","PATCH",{worktypeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchTaskmanagementWorktypeFlowsDatebasedRule(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktypeFlowsDatebasedRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling patchTaskmanagementWorktypeFlowsDatebasedRule';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktypeFlowsDatebasedRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules/{ruleId}","PATCH",{worktypeId:e,ruleId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchTaskmanagementWorktypeFlowsOnattributechangeRule(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktypeFlowsOnattributechangeRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling patchTaskmanagementWorktypeFlowsOnattributechangeRule';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktypeFlowsOnattributechangeRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules/{ruleId}","PATCH",{worktypeId:e,ruleId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchTaskmanagementWorktypeFlowsOncreateRule(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktypeFlowsOncreateRule';if(n==null||n==="")throw'Missing the required parameter "ruleId" when calling patchTaskmanagementWorktypeFlowsOncreateRule';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktypeFlowsOncreateRule';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules/{ruleId}","PATCH",{worktypeId:e,ruleId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchTaskmanagementWorktypeStatus(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling patchTaskmanagementWorktypeStatus';if(n==null||n==="")throw'Missing the required parameter "statusId" when calling patchTaskmanagementWorktypeStatus';if(i==null)throw'Missing the required parameter "body" when calling patchTaskmanagementWorktypeStatus';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses/{statusId}","PATCH",{worktypeId:e,statusId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postTaskmanagementWorkbins(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkbins';return this.apiClient.callApi("/api/v2/taskmanagement/workbins","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkbinsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkbinsQuery';return this.apiClient.callApi("/api/v2/taskmanagement/workbins/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitemAcdCancel(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling postTaskmanagementWorkitemAcdCancel';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/acd/cancel","POST",{workitemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitemDisconnect(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling postTaskmanagementWorkitemDisconnect';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/disconnect","POST",{workitemId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitemTerminate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "workitemId" when calling postTaskmanagementWorkitemTerminate';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/{workitemId}/terminate","POST",{workitemId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitems(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitems';return this.apiClient.callApi("/api/v2/taskmanagement/workitems","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitemsBulkAddJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsBulkAddJobs';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/add/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitemsBulkTerminateJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsBulkTerminateJobs';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/bulk/terminate/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitemsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsQuery';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitemsQueryJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsQueryJobs';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/query/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorkitemsSchemas(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsSchemas';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorktypeFlowsDatebasedRules(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling postTaskmanagementWorktypeFlowsDatebasedRules';if(n==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypeFlowsDatebasedRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/datebased/rules","POST",{worktypeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorktypeFlowsOnattributechangeRules(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling postTaskmanagementWorktypeFlowsOnattributechangeRules';if(n==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypeFlowsOnattributechangeRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/onattributechange/rules","POST",{worktypeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorktypeFlowsOncreateRules(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling postTaskmanagementWorktypeFlowsOncreateRules';if(n==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypeFlowsOncreateRules';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/flows/oncreate/rules","POST",{worktypeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorktypeStatuses(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "worktypeId" when calling postTaskmanagementWorktypeStatuses';if(n==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypeStatuses';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/{worktypeId}/statuses","POST",{worktypeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTaskmanagementWorktypes(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypes';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTaskmanagementWorktypesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTaskmanagementWorktypesQuery';return this.apiClient.callApi("/api/v2/taskmanagement/worktypes/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTaskmanagementWorkitemsSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putTaskmanagementWorkitemsSchema';if(n==null)throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';return this.apiClient.callApi("/api/v2/taskmanagement/workitems/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},my=class{constructor(e){this.apiClient=e||k.instance}deleteTeam(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling deleteTeam';return this.apiClient.callApi("/api/v2/teams/{teamId}","DELETE",{teamId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTeamMembers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling deleteTeamMembers';if(n==null)throw'Missing the required parameter "id" when calling deleteTeamMembers';return this.apiClient.callApi("/api/v2/teams/{teamId}/members","DELETE",{teamId:e},{id:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTeam(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling getTeam';return this.apiClient.callApi("/api/v2/teams/{teamId}","GET",{teamId:e},{expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTeamMembers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling getTeamMembers';return this.apiClient.callApi("/api/v2/teams/{teamId}/members","GET",{teamId:e},{pageSize:n.pageSize,before:n.before,after:n.after,expand:n.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTeams(e){return e=e||{},this.apiClient.callApi("/api/v2/teams","GET",{},{pageSize:e.pageSize,name:e.name,after:e.after,before:e.before,expand:e.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchTeam(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling patchTeam';if(n==null)throw'Missing the required parameter "body" when calling patchTeam';return this.apiClient.callApi("/api/v2/teams/{teamId}","PATCH",{teamId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAnalyticsTeamsActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsTeamsActivityQuery';return this.apiClient.callApi("/api/v2/analytics/teams/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTeamMembers(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling postTeamMembers';if(n==null)throw'Missing the required parameter "body" when calling postTeamMembers';return this.apiClient.callApi("/api/v2/teams/{teamId}/members","POST",{teamId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTeams(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTeams';return this.apiClient.callApi("/api/v2/teams","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTeamsSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTeamsSearch';return this.apiClient.callApi("/api/v2/teams/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},fy=class{constructor(e){this.apiClient=e||k.instance}getTelephonyAgentGreetings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getTelephonyAgentGreetings';return this.apiClient.callApi("/api/v2/telephony/agents/{agentId}/greetings","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyAgentsGreetingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/agents/greetings/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyCallsMetrics(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/calls/metrics","GET",{},{metricType:e.metricType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyMediaregions(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/mediaregions","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonySettings(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonySipmessagesConversation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversation';return this.apiClient.callApi("/api/v2/telephony/sipmessages/conversations/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonySipmessagesConversationHeaders(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversationHeaders';return this.apiClient.callApi("/api/v2/telephony/sipmessages/conversations/{conversationId}/headers","GET",{conversationId:e},{keys:this.apiClient.buildCollectionParam(n.keys,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonySiptraces(e,n,i){if(i=i||{},e==null)throw'Missing the required parameter "dateStart" when calling getTelephonySiptraces';if(n==null)throw'Missing the required parameter "dateEnd" when calling getTelephonySiptraces';return this.apiClient.callApi("/api/v2/telephony/siptraces","GET",{},{callId:i.callId,toUser:i.toUser,fromUser:i.fromUser,conversationId:i.conversationId,dateStart:e,dateEnd:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonySiptracesDownloadDownloadId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "downloadId" when calling getTelephonySiptracesDownloadDownloadId';return this.apiClient.callApi("/api/v2/telephony/siptraces/download/{downloadId}","GET",{downloadId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonySiptracesDownload(e,n){if(n=n||{},e==null)throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';return this.apiClient.callApi("/api/v2/telephony/siptraces/download","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyAgentGreetings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling putTelephonyAgentGreetings';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyAgentGreetings';return this.apiClient.callApi("/api/v2/telephony/agents/{agentId}/greetings","PUT",{agentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyAgentsGreetingsMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putTelephonyAgentsGreetingsMe';return this.apiClient.callApi("/api/v2/telephony/agents/greetings/me","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonySettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putTelephonySettings';return this.apiClient.callApi("/api/v2/telephony/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},wy=class{constructor(e){this.apiClient=e||k.instance}deleteTelephonyProvidersEdge(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling deleteTelephonyProvidersEdge';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}","DELETE",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgeLogicalinterface(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling deleteTelephonyProvidersEdgeLogicalinterface';if(n==null||n==="")throw'Missing the required parameter "interfaceId" when calling deleteTelephonyProvidersEdgeLogicalinterface';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}","DELETE",{edgeId:e,interfaceId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgeSoftwareupdate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling deleteTelephonyProvidersEdgeSoftwareupdate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/softwareupdate","DELETE",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesAlertablepresences(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/alertablepresences","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteTelephonyProvidersEdgesCertificateauthority(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "certificateId" when calling deleteTelephonyProvidersEdgesCertificateauthority';return this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}","DELETE",{certificateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesDidpool(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "didPoolId" when calling deleteTelephonyProvidersEdgesDidpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools/{didPoolId}","DELETE",{didPoolId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesEdgegroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeGroupId" when calling deleteTelephonyProvidersEdgesEdgegroup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}","DELETE",{edgeGroupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesExtensionpool(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "extensionPoolId" when calling deleteTelephonyProvidersEdgesExtensionpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}","DELETE",{extensionPoolId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesPhone(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneId" when calling deleteTelephonyProvidersEdgesPhone';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/{phoneId}","DELETE",{phoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesPhonebasesetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneBaseId" when calling deleteTelephonyProvidersEdgesPhonebasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}","DELETE",{phoneBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesSite(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling deleteTelephonyProvidersEdgesSite';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}","DELETE",{siteId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTelephonyProvidersEdgesSiteOutboundroute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling deleteTelephonyProvidersEdgesSiteOutboundroute';if(n==null||n==="")throw'Missing the required parameter "outboundRouteId" when calling deleteTelephonyProvidersEdgesSiteOutboundroute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}","DELETE",{siteId:e,outboundRouteId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteTelephonyProvidersEdgesTrunkbasesetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trunkBaseSettingsId" when calling deleteTelephonyProvidersEdgesTrunkbasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}","DELETE",{trunkBaseSettingsId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdge(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdge';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}","GET",{edgeId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeDiagnosticNslookup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeDiagnosticNslookup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeDiagnosticPing(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeDiagnosticPing';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeDiagnosticRoute(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeDiagnosticRoute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/route","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeDiagnosticTracepath(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeDiagnosticTracepath';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeLogicalinterface(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeLogicalinterface';if(n==null||n==="")throw'Missing the required parameter "interfaceId" when calling getTelephonyProvidersEdgeLogicalinterface';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}","GET",{edgeId:e,interfaceId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeLogicalinterfaces(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeLogicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces","GET",{edgeId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeLogsJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeLogsJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getTelephonyProvidersEdgeLogsJob';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}","GET",{edgeId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgeMetrics(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeMetrics';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/metrics","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgePhysicalinterface(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgePhysicalinterface';if(n==null||n==="")throw'Missing the required parameter "interfaceId" when calling getTelephonyProvidersEdgePhysicalinterface';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces/{interfaceId}","GET",{edgeId:e,interfaceId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgePhysicalinterfaces(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgePhysicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeSetuppackage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeSetuppackage';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/setuppackage","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeSoftwareupdate(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeSoftwareupdate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/softwareupdate","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeSoftwareversions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeSoftwareversions';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/softwareversions","GET",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgeTrunks(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling getTelephonyProvidersEdgeTrunks';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/trunks","GET",{edgeId:e},{pageNumber:n.pageNumber,pageSize:n.pageSize,sortBy:n.sortBy,sortOrder:n.sortOrder,"trunkBase.id":n.trunkBaseId,trunkType:n.trunkType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdges(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,"site.id":e.siteId,"edgeGroup.id":e.edgeGroupId,sortBy:e.sortBy,managed:e.managed,showCloudMedia:e.showCloudMedia},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesAlertablepresences(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/alertablepresences","GET",{},{type:e.type},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesCertificateauthorities(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesCertificateauthority(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "certificateId" when calling getTelephonyProvidersEdgesCertificateauthority';return this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}","GET",{certificateId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesDid(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "didId" when calling getTelephonyProvidersEdgesDid';return this.apiClient.callApi("/api/v2/telephony/providers/edges/dids/{didId}","GET",{didId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesDidpool(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "didPoolId" when calling getTelephonyProvidersEdgesDidpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools/{didPoolId}","GET",{didPoolId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesDidpools(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesDidpoolsDids(e,n){if(n=n||{},e==null)throw'Missing the required parameter "type" when calling getTelephonyProvidersEdgesDidpoolsDids';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools/dids","GET",{},{type:e,id:this.apiClient.buildCollectionParam(n.id,"multi"),numberMatch:n.numberMatch,pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesDids(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/dids","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,phoneNumber:e.phoneNumber,"owner.id":e.ownerId,"didPool.id":e.didPoolId,id:this.apiClient.buildCollectionParam(e.id,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesEdgegroup(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeGroupId" when calling getTelephonyProvidersEdgesEdgegroup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}","GET",{edgeGroupId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesEdgegroupEdgetrunkbase(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgegroupId" when calling getTelephonyProvidersEdgesEdgegroupEdgetrunkbase';if(n==null||n==="")throw'Missing the required parameter "edgetrunkbaseId" when calling getTelephonyProvidersEdgesEdgegroupEdgetrunkbase';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId}","GET",{edgegroupId:e,edgetrunkbaseId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesEdgegroups(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,sortBy:e.sortBy,managed:e.managed},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesEdgeversionreport(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/edgeversionreport","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesExpired(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/expired","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesExtension(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "extensionId" when calling getTelephonyProvidersEdgesExtension';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensions/{extensionId}","GET",{extensionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesExtensionpool(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "extensionPoolId" when calling getTelephonyProvidersEdgesExtensionpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}","GET",{extensionPoolId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesExtensionpools(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,number:e._number,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesExtensionpoolsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools/divisionviews","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,id:this.apiClient.buildCollectionParam(e.id,"multi"),name:e.name,divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesExtensions(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/extensions","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,number:e._number},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesLine(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "lineId" when calling getTelephonyProvidersEdgesLine';return this.apiClient.callApi("/api/v2/telephony/providers/edges/lines/{lineId}","GET",{lineId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesLinebasesetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "lineBaseId" when calling getTelephonyProvidersEdgesLinebasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/linebasesettings/{lineBaseId}","GET",{lineBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesLinebasesettings(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/linebasesettings","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesLines(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/lines","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,sortBy:e.sortBy,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesLinesTemplate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "lineBaseSettingsId" when calling getTelephonyProvidersEdgesLinesTemplate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/lines/template","GET",{},{lineBaseSettingsId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesLogicalinterfaces(e,n){if(n=n||{},e==null)throw'Missing the required parameter "edgeIds" when calling getTelephonyProvidersEdgesLogicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/logicalinterfaces","GET",{},{edgeIds:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesMediastatisticsConversation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getTelephonyProvidersEdgesMediastatisticsConversation';return this.apiClient.callApi("/api/v2/telephony/providers/edges/mediastatistics/conversations/{conversationId}","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesMediastatisticsConversationCommunication(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getTelephonyProvidersEdgesMediastatisticsConversationCommunication';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling getTelephonyProvidersEdgesMediastatisticsConversationCommunication';return this.apiClient.callApi("/api/v2/telephony/providers/edges/mediastatistics/conversations/{conversationId}/communications/{communicationId}","GET",{conversationId:e,communicationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesMetrics(e,n){if(n=n||{},e==null)throw'Missing the required parameter "edgeIds" when calling getTelephonyProvidersEdgesMetrics';return this.apiClient.callApi("/api/v2/telephony/providers/edges/metrics","GET",{},{edgeIds:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesOutboundroutes(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/outboundroutes","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,name:e.name,"site.id":e.siteId,"externalTrunkBases.ids":e.externalTrunkBasesIds,sortBy:e.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesPhone(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneId" when calling getTelephonyProvidersEdgesPhone';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/{phoneId}","GET",{phoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesPhonebasesetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneBaseId" when calling getTelephonyProvidersEdgesPhonebasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}","GET",{phoneBaseId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesPhonebasesettings(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesPhonebasesettingsAvailablemetabases(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/availablemetabases","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesPhonebasesettingsTemplate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "phoneMetabaseId" when calling getTelephonyProvidersEdgesPhonebasesettingsTemplate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/template","GET",{},{phoneMetabaseId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesPhones(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/phones","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,"site.id":e.siteId,"webRtcUser.id":e.webRtcUserId,"phoneBaseSettings.id":e.phoneBaseSettingsId,"lines.loggedInUser.id":e.linesLoggedInUserId,"lines.defaultForUser.id":e.linesDefaultForUserId,phone_hardwareId:e.phoneHardwareId,"lines.id":e.linesId,"lines.name":e.linesName,name:e.name,"status.operationalStatus":e.statusOperationalStatus,"secondaryStatus.operationalStatus":e.secondaryStatusOperationalStatus,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),fields:this.apiClient.buildCollectionParam(e.fields,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesPhonesTemplate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "phoneBaseSettingsId" when calling getTelephonyProvidersEdgesPhonesTemplate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/template","GET",{},{phoneBaseSettingsId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesPhysicalinterfaces(e,n){if(n=n||{},e==null)throw'Missing the required parameter "edgeIds" when calling getTelephonyProvidersEdgesPhysicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/physicalinterfaces","GET",{},{edgeIds:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSite(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSite';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}","GET",{siteId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSiteNumberplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteNumberplan';if(n==null||n==="")throw'Missing the required parameter "numberPlanId" when calling getTelephonyProvidersEdgesSiteNumberplan';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/numberplans/{numberPlanId}","GET",{siteId:e,numberPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSiteNumberplans(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteNumberplans';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/numberplans","GET",{siteId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSiteNumberplansClassifications(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteNumberplansClassifications';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/numberplans/classifications","GET",{siteId:e},{classification:n.classification},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSiteOutboundroute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteOutboundroute';if(n==null||n==="")throw'Missing the required parameter "outboundRouteId" when calling getTelephonyProvidersEdgesSiteOutboundroute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}","GET",{siteId:e,outboundRouteId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getTelephonyProvidersEdgesSiteOutboundroutes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteOutboundroutes';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes","GET",{siteId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,name:n.name,"externalTrunkBases.ids":n.externalTrunkBasesIds,sortBy:n.sortBy},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSiteSiteconnections(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling getTelephonyProvidersEdgesSiteSiteconnections';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/siteconnections","GET",{siteId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesSites(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/sites","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,sortBy:e.sortBy,sortOrder:e.sortOrder,name:e.name,"location.id":e.locationId,managed:e.managed,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesSitesSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesTimezones(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/timezones","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesTrunk(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trunkId" when calling getTelephonyProvidersEdgesTrunk';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunks/{trunkId}","GET",{trunkId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesTrunkMetrics(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trunkId" when calling getTelephonyProvidersEdgesTrunkMetrics';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunks/{trunkId}/metrics","GET",{trunkId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesTrunkbasesetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "trunkBaseSettingsId" when calling getTelephonyProvidersEdgesTrunkbasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}","GET",{trunkBaseSettingsId:e},{ignoreHidden:n.ignoreHidden},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesTrunkbasesettings(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,recordingEnabled:e.recordingEnabled,ignoreHidden:e.ignoreHidden,managed:e.managed,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),name:e.name},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesTrunkbasesettingsAvailablemetabases(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/availablemetabases","GET",{},{type:e.type,pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesTrunkbasesettingsTemplate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "trunkMetabaseId" when calling getTelephonyProvidersEdgesTrunkbasesettingsTemplate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/template","GET",{},{trunkMetabaseId:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesTrunks(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/trunks","GET",{},{pageNumber:e.pageNumber,pageSize:e.pageSize,sortBy:e.sortBy,sortOrder:e.sortOrder,"edge.id":e.edgeId,"trunkBase.id":e.trunkBaseId,trunkType:e.trunkType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTelephonyProvidersEdgesTrunksMetrics(e,n){if(n=n||{},e==null)throw'Missing the required parameter "trunkIds" when calling getTelephonyProvidersEdgesTrunksMetrics';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunks/metrics","GET",{},{trunkIds:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getTelephonyProvidersEdgesTrunkswithrecording(e){return e=e||{},this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkswithrecording","GET",{},{trunkType:e.trunkType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchTelephonyProvidersEdgesSiteSiteconnections(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling patchTelephonyProvidersEdgesSiteSiteconnections';if(n==null)throw'Missing the required parameter "body" when calling patchTelephonyProvidersEdgesSiteSiteconnections';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/siteconnections","PATCH",{siteId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeDiagnosticNslookup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeDiagnosticNslookup';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeDiagnosticNslookup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup","POST",{edgeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeDiagnosticPing(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeDiagnosticPing';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeDiagnosticPing';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping","POST",{edgeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeDiagnosticRoute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeDiagnosticRoute';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeDiagnosticRoute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/route","POST",{edgeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeDiagnosticTracepath(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeDiagnosticTracepath';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeDiagnosticTracepath';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath","POST",{edgeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeLogicalinterfaces(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeLogicalinterfaces';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeLogicalinterfaces';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces","POST",{edgeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeLogsJobUpload(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeLogsJobUpload';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling postTelephonyProvidersEdgeLogsJobUpload';if(i==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeLogsJobUpload';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}/upload","POST",{edgeId:e,jobId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postTelephonyProvidersEdgeLogsJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeLogsJobs';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeLogsJobs';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logs/jobs","POST",{edgeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeReboot(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeReboot';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/reboot","POST",{edgeId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeSoftwareupdate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeSoftwareupdate';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgeSoftwareupdate';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/softwareupdate","POST",{edgeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgeStatuscode(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeStatuscode';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/statuscode","POST",{edgeId:e},{},{},{},n.body,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgeUnpair(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling postTelephonyProvidersEdgeUnpair';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/unpair","POST",{edgeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdges(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdges';return this.apiClient.callApi("/api/v2/telephony/providers/edges","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesAddressvalidation(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesAddressvalidation';return this.apiClient.callApi("/api/v2/telephony/providers/edges/addressvalidation","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesCertificateauthorities(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesCertificateauthorities';return this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesDidpools(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesDidpools';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesEdgegroups(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesEdgegroups';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesExtensionpools(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesExtensionpools';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource';if(n==null||n==="")throw'Missing the required parameter "communicationId" when calling postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource';if(i==null||i==="")throw'Missing the required parameter "mediaResourceId" when calling postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource';if(a==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesMediastatisticsConversationCommunicationMediaresource';return this.apiClient.callApi("/api/v2/telephony/providers/edges/mediastatistics/conversations/{conversationId}/communications/{communicationId}/mediaresources/{mediaResourceId}","POST",{conversationId:e,communicationId:n,mediaResourceId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postTelephonyProvidersEdgesPhoneReboot(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "phoneId" when calling postTelephonyProvidersEdgesPhoneReboot';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/{phoneId}/reboot","POST",{phoneId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesPhonebasesettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesPhonebasesettings';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesPhones(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesPhones';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesPhonesReboot(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesPhonesReboot';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/reboot","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesSiteOutboundroutes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling postTelephonyProvidersEdgesSiteOutboundroutes';if(n==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSiteOutboundroutes';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes","POST",{siteId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTelephonyProvidersEdgesSites(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSites';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesSitesSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTelephonyProvidersEdgesTrunkbasesettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postTelephonyProvidersEdgesTrunkbasesettings';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdge(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling putTelephonyProvidersEdge';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdge';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}","PUT",{edgeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgeLogicalinterface(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "edgeId" when calling putTelephonyProvidersEdgeLogicalinterface';if(n==null||n==="")throw'Missing the required parameter "interfaceId" when calling putTelephonyProvidersEdgeLogicalinterface';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgeLogicalinterface';return this.apiClient.callApi("/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}","PUT",{edgeId:e,interfaceId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putTelephonyProvidersEdgesAlertablepresences(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesAlertablepresences';return this.apiClient.callApi("/api/v2/telephony/providers/edges/alertablepresences","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putTelephonyProvidersEdgesCertificateauthority(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "certificateId" when calling putTelephonyProvidersEdgesCertificateauthority';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesCertificateauthority';return this.apiClient.callApi("/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}","PUT",{certificateId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesDidpool(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "didPoolId" when calling putTelephonyProvidersEdgesDidpool';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesDidpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/didpools/{didPoolId}","PUT",{didPoolId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesEdgegroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "edgeGroupId" when calling putTelephonyProvidersEdgesEdgegroup';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesEdgegroup';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}","PUT",{edgeGroupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesEdgegroupEdgetrunkbase(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "edgegroupId" when calling putTelephonyProvidersEdgesEdgegroupEdgetrunkbase';if(n==null||n==="")throw'Missing the required parameter "edgetrunkbaseId" when calling putTelephonyProvidersEdgesEdgegroupEdgetrunkbase';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesEdgegroupEdgetrunkbase';return this.apiClient.callApi("/api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId}","PUT",{edgegroupId:e,edgetrunkbaseId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putTelephonyProvidersEdgesExtensionpool(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "extensionPoolId" when calling putTelephonyProvidersEdgesExtensionpool';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesExtensionpool';return this.apiClient.callApi("/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}","PUT",{extensionPoolId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesPhone(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneId" when calling putTelephonyProvidersEdgesPhone';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesPhone';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phones/{phoneId}","PUT",{phoneId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesPhonebasesetting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "phoneBaseId" when calling putTelephonyProvidersEdgesPhonebasesetting';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesPhonebasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}","PUT",{phoneBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesSite(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling putTelephonyProvidersEdgesSite';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesSite';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}","PUT",{siteId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesSiteNumberplans(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling putTelephonyProvidersEdgesSiteNumberplans';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesSiteNumberplans';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/numberplans","PUT",{siteId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesSiteOutboundroute(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling putTelephonyProvidersEdgesSiteOutboundroute';if(n==null||n==="")throw'Missing the required parameter "outboundRouteId" when calling putTelephonyProvidersEdgesSiteOutboundroute';if(i==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesSiteOutboundroute';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}","PUT",{siteId:e,outboundRouteId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putTelephonyProvidersEdgesSiteSiteconnections(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "siteId" when calling putTelephonyProvidersEdgesSiteSiteconnections';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesSiteSiteconnections';return this.apiClient.callApi("/api/v2/telephony/providers/edges/sites/{siteId}/siteconnections","PUT",{siteId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putTelephonyProvidersEdgesTrunkbasesetting(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "trunkBaseSettingsId" when calling putTelephonyProvidersEdgesTrunkbasesetting';if(n==null)throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';return this.apiClient.callApi("/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}","PUT",{trunkBaseSettingsId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},vy=class{constructor(e){this.apiClient=e||k.instance}getTextbotsBotsSearch(e){return e=e||{},this.apiClient.callApi("/api/v2/textbots/bots/search","GET",{},{botType:this.apiClient.buildCollectionParam(e.botType,"multi"),botName:e.botName,botId:this.apiClient.buildCollectionParam(e.botId,"multi"),virtualAgentEnabled:e.virtualAgentEnabled,pageSize:e.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postTextbotsBotflowsSessionTurns(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "sessionId" when calling postTextbotsBotflowsSessionTurns';if(n==null)throw'Missing the required parameter "turnRequest" when calling postTextbotsBotflowsSessionTurns';return this.apiClient.callApi("/api/v2/textbots/botflows/sessions/{sessionId}/turns","POST",{sessionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postTextbotsBotflowsSessions(e,n){if(n=n||{},e==null)throw'Missing the required parameter "launchRequest" when calling postTextbotsBotflowsSessions';return this.apiClient.callApi("/api/v2/textbots/botflows/sessions","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postTextbotsBotsExecute(e,n){if(n=n||{},e==null)throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';return this.apiClient.callApi("/api/v2/textbots/bots/execute","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Cy=class{constructor(e){this.apiClient=e||k.instance}deleteToken(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteToken';return this.apiClient.callApi("/api/v2/tokens/{userId}","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteTokensMe(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/me","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTokensMe(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/me","GET",{},{preserveIdleTTL:e.preserveIdleTTL},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTokensTimeout(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/timeout","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}headTokensMe(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/me","HEAD",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putTokensTimeout(e){return e=e||{},this.apiClient.callApi("/api/v2/tokens/timeout","PUT",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}},Ay=class{constructor(e){this.apiClient=e||k.instance}getKnowledgeKnowledgebaseUploadsUrlsJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}","GET",{knowledgeBaseId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postGamificationContestsUploadsPrizeimages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGamificationContestsUploadsPrizeimages';return this.apiClient.callApi("/api/v2/gamification/contests/uploads/prizeimages","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postGuidesUploads(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postGuidesUploads';return this.apiClient.callApi("/api/v2/guides/uploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postIntegrationsActionDraftFunctionUpload(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';if(n==null)throw'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';return this.apiClient.callApi("/api/v2/integrations/actions/{actionId}/draft/function/upload","POST",{actionId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postKnowledgeDocumentuploads(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postKnowledgeDocumentuploads';return this.apiClient.callApi("/api/v2/knowledge/documentuploads","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postKnowledgeKnowledgebaseUploadsUrlsJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';if(n==null)throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';return this.apiClient.callApi("/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs","POST",{knowledgeBaseId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postLanguageunderstandingMinerUploads(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "minerId" when calling postLanguageunderstandingMinerUploads';if(n==null)throw'Missing the required parameter "body" when calling postLanguageunderstandingMinerUploads';return this.apiClient.callApi("/api/v2/languageunderstanding/miners/{minerId}/uploads","POST",{minerId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUploadsLearningCoverart(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUploadsLearningCoverart';return this.apiClient.callApi("/api/v2/uploads/learning/coverart","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUploadsPublicassetsImages(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUploadsPublicassetsImages';return this.apiClient.callApi("/api/v2/uploads/publicassets/images","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUploadsRecordings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUploadsRecordings';return this.apiClient.callApi("/api/v2/uploads/recordings","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUploadsWorkforcemanagementHistoricaldataCsv(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';return this.apiClient.callApi("/api/v2/uploads/workforcemanagement/historicaldata/csv","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},by=class{constructor(e){this.apiClient=e||k.instance}getOauthClientUsageQueryResult(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "executionId" when calling getOauthClientUsageQueryResult';if(n==null||n==="")throw'Missing the required parameter "clientId" when calling getOauthClientUsageQueryResult';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/query/results/{executionId}","GET",{executionId:e,clientId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getOauthClientUsageSummary(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getOauthClientUsageSummary';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/summary","GET",{clientId:e},{days:n.days},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsageAggregatesQueryJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getUsageAggregatesQueryJob';return this.apiClient.callApi("/api/v2/usage/aggregates/query/jobs/{jobId}","GET",{jobId:e},{pageSize:n.pageSize,after:n.after},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsageClientClientIdAggregatesQueryJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling getUsageClientClientIdAggregatesQueryJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getUsageClientClientIdAggregatesQueryJob';return this.apiClient.callApi("/api/v2/usage/client/{clientId}/aggregates/query/jobs/{jobId}","GET",{clientId:e,jobId:n},{pageSize:i.pageSize,after:i.after},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsageQueryExecutionIdResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "executionId" when calling getUsageQueryExecutionIdResults';return this.apiClient.callApi("/api/v2/usage/query/{executionId}/results","GET",{executionId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsageSimplesearchExecutionIdResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';return this.apiClient.callApi("/api/v2/usage/simplesearch/{executionId}/results","GET",{executionId:e},{after:n.after,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postOauthClientUsageQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling postOauthClientUsageQuery';if(n==null)throw'Missing the required parameter "body" when calling postOauthClientUsageQuery';return this.apiClient.callApi("/api/v2/oauth/clients/{clientId}/usage/query","POST",{clientId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsageAggregatesQueryJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsageAggregatesQueryJobs';return this.apiClient.callApi("/api/v2/usage/aggregates/query/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsageClientClientIdAggregatesQueryJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "clientId" when calling postUsageClientClientIdAggregatesQueryJobs';if(n==null)throw'Missing the required parameter "body" when calling postUsageClientClientIdAggregatesQueryJobs';return this.apiClient.callApi("/api/v2/usage/client/{clientId}/aggregates/query/jobs","POST",{clientId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsageQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsageQuery';return this.apiClient.callApi("/api/v2/usage/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsageSimplesearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsageSimplesearch';return this.apiClient.callApi("/api/v2/usage/simplesearch","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},yy=class{constructor(e){this.apiClient=e||k.instance}deleteUserrecording(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "recordingId" when calling deleteUserrecording';return this.apiClient.callApi("/api/v2/userrecordings/{recordingId}","DELETE",{recordingId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserrecording(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "recordingId" when calling getUserrecording';return this.apiClient.callApi("/api/v2/userrecordings/{recordingId}","GET",{recordingId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserrecordingTranscoding(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "recordingId" when calling getUserrecordingTranscoding';return this.apiClient.callApi("/api/v2/userrecordings/{recordingId}/transcoding","GET",{recordingId:e},{formatId:n.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserrecordings(e){return e=e||{},this.apiClient.callApi("/api/v2/userrecordings","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUserrecordingsSummary(e){return e=e||{},this.apiClient.callApi("/api/v2/userrecordings/summary","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putUserrecording(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "recordingId" when calling putUserrecording';if(n==null)throw'Missing the required parameter "body" when calling putUserrecording';return this.apiClient.callApi("/api/v2/userrecordings/{recordingId}","PUT",{recordingId:e},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},Py=class{constructor(e){this.apiClient=e||k.instance}deleteAnalyticsUsersAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAnalyticsUsersDetailsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling deleteAnalyticsUsersDetailsJob';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}","DELETE",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteAuthorizationSubjectDivisionRole(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling deleteAuthorizationSubjectDivisionRole';if(n==null||n==="")throw'Missing the required parameter "divisionId" when calling deleteAuthorizationSubjectDivisionRole';if(i==null||i==="")throw'Missing the required parameter "roleId" when calling deleteAuthorizationSubjectDivisionRole';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId}","DELETE",{subjectId:e,divisionId:n,roleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteRoutingDirectroutingbackupSettingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteRoutingUserDirectroutingbackupSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteRoutingUserUtilization(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUser';return this.apiClient.callApi("/api/v2/users/{userId}","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUserCustomattribute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserCustomattribute';if(n==null||n==="")throw'Missing the required parameter "schemaId" when calling deleteUserCustomattribute';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes/{schemaId}","DELETE",{userId:e,schemaId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUserExternalidAuthorityNameExternalKey(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserExternalidAuthorityNameExternalKey';if(n==null||n==="")throw'Missing the required parameter "authorityName" when calling deleteUserExternalidAuthorityNameExternalKey';if(i==null||i==="")throw'Missing the required parameter "externalKey" when calling deleteUserExternalidAuthorityNameExternalKey';return this.apiClient.callApi("/api/v2/users/{userId}/externalid/{authorityName}/{externalKey}","DELETE",{userId:e,authorityName:n,externalKey:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteUserRoutinglanguage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserRoutinglanguage';if(n==null||n==="")throw'Missing the required parameter "languageId" when calling deleteUserRoutinglanguage';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/{languageId}","DELETE",{userId:e,languageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUserRoutingskill(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserRoutingskill';if(n==null||n==="")throw'Missing the required parameter "skillId" when calling deleteUserRoutingskill';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/{skillId}","DELETE",{userId:e,skillId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUserStationAssociatedstation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserStationAssociatedstation';return this.apiClient.callApi("/api/v2/users/{userId}/station/associatedstation","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUserStationDefaultstation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserStationDefaultstation';return this.apiClient.callApi("/api/v2/users/{userId}/station/defaultstation","DELETE",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUserVerifier(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling deleteUserVerifier';if(n==null||n==="")throw'Missing the required parameter "verifierId" when calling deleteUserVerifier';return this.apiClient.callApi("/api/v2/users/{userId}/verifiers/{verifierId}","DELETE",{userId:e,verifierId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteUsersCustomattributesSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling deleteUsersCustomattributesSchema';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}","DELETE",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteUsersStationsMeAssociatedstation(e){return e=e||{},this.apiClient.callApi("/api/v2/users/stations/me/associatedstation","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAnalyticsUsersAggregatesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJob';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersAggregatesJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJobResults';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersDetailsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJob';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersDetailsJobResults(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJobResults';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs/{jobId}/results","GET",{jobId:e},{cursor:n.cursor,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAnalyticsUsersDetailsJobsAvailability(e){return e=e||{},this.apiClient.callApi("/api/v2/analytics/users/details/jobs/availability","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getAuthorizationDivisionspermittedMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedMe';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/me","GET",{},{name:n.name,permission:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationDivisionspermittedPagedMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedPagedMe';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/paged/me","GET",{},{permission:e,pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationDivisionspermittedPagedSubjectId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationDivisionspermittedPagedSubjectId';if(n==null)throw'Missing the required parameter "permission" when calling getAuthorizationDivisionspermittedPagedSubjectId';return this.apiClient.callApi("/api/v2/authorization/divisionspermitted/paged/{subjectId}","GET",{subjectId:e},{permission:n,pageNumber:i.pageNumber,pageSize:i.pageSize},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getAuthorizationSubject(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getAuthorizationSubject';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}","GET",{subjectId:e},{includeDuplicates:n.includeDuplicates},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getAuthorizationSubjectsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/authorization/subjects/me","GET",{},{includeDuplicates:e.includeDuplicates},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getFieldconfig(e,n){if(n=n||{},e==null)throw'Missing the required parameter "type" when calling getFieldconfig';return this.apiClient.callApi("/api/v2/fieldconfig","GET",{},{type:e},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getProfilesUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/profiles/users","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),jid:this.apiClient.buildCollectionParam(e.jid,"multi"),sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),integrationPresenceSource:e.integrationPresenceSource},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingDirectroutingbackupSettingsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getRoutingUserDirectroutingbackupSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getRoutingUserUtilization(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUser(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUser';return this.apiClient.callApi("/api/v2/users/{userId}","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),integrationPresenceSource:n.integrationPresenceSource,userCustomAttributeSchemaIds:this.apiClient.buildCollectionParam(n.userCustomAttributeSchemaIds,"multi"),state:n.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserAdjacents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserAdjacents';return this.apiClient.callApi("/api/v2/users/{userId}/adjacents","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserCallforwarding(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserCallforwarding';return this.apiClient.callApi("/api/v2/users/{userId}/callforwarding","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserCustomattribute(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserCustomattribute';if(n==null||n==="")throw'Missing the required parameter "schemaId" when calling getUserCustomattribute';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes/{schemaId}","GET",{userId:e,schemaId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserCustomattributesBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserCustomattributesBulk';if(n==null)throw'Missing the required parameter "schemaIds" when calling getUserCustomattributesBulk';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes/bulk","GET",{userId:e},{schemaIds:this.apiClient.buildCollectionParam(n,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserDirectreports(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserDirectreports';return this.apiClient.callApi("/api/v2/users/{userId}/directreports","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserExternalid(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserExternalid';return this.apiClient.callApi("/api/v2/users/{userId}/externalid","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserExternalidAuthorityName(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserExternalidAuthorityName';if(n==null||n==="")throw'Missing the required parameter "authorityName" when calling getUserExternalidAuthorityName';return this.apiClient.callApi("/api/v2/users/{userId}/externalid/{authorityName}","GET",{userId:e,authorityName:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserFavorites(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserFavorites';return this.apiClient.callApi("/api/v2/users/{userId}/favorites","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserGeolocation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserGeolocation';if(n==null||n==="")throw'Missing the required parameter "clientId" when calling getUserGeolocation';return this.apiClient.callApi("/api/v2/users/{userId}/geolocations/{clientId}","GET",{userId:e,clientId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUserOutofoffice(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserOutofoffice';return this.apiClient.callApi("/api/v2/users/{userId}/outofoffice","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserProfile(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserProfile';return this.apiClient.callApi("/api/v2/users/{userId}/profile","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),integrationPresenceSource:n.integrationPresenceSource},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserProfileskills(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserProfileskills';return this.apiClient.callApi("/api/v2/users/{userId}/profileskills","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserQueues(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserQueues';return this.apiClient.callApi("/api/v2/users/{userId}/queues","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,joined:n.joined,divisionId:this.apiClient.buildCollectionParam(n.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserRoles(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling getUserRoles';return this.apiClient.callApi("/api/v2/users/{subjectId}/roles","GET",{subjectId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserRoutinglanguages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutinglanguages';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserRoutingskills(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutingskills';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserRoutingstatus(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserRoutingstatus';return this.apiClient.callApi("/api/v2/users/{userId}/routingstatus","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserSkillgroups(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserSkillgroups';return this.apiClient.callApi("/api/v2/users/{userId}/skillgroups","GET",{userId:e},{pageSize:n.pageSize,after:n.after,before:n.before},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserState(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserState';return this.apiClient.callApi("/api/v2/users/{userId}/state","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserStation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserStation';return this.apiClient.callApi("/api/v2/users/{userId}/station","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserSuperiors(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserSuperiors';return this.apiClient.callApi("/api/v2/users/{userId}/superiors","GET",{userId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserTrustors(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserTrustors';return this.apiClient.callApi("/api/v2/users/{userId}/trustors","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUserVerifiers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getUserVerifiers';return this.apiClient.callApi("/api/v2/users/{userId}/verifiers","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsers(e){return e=e||{},this.apiClient.callApi("/api/v2/users","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,id:this.apiClient.buildCollectionParam(e.id,"multi"),jabberId:this.apiClient.buildCollectionParam(e.jabberId,"multi"),sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),integrationPresenceSource:e.integrationPresenceSource,userCustomAttributeSchemaIds:this.apiClient.buildCollectionParam(e.userCustomAttributeSchemaIds,"multi"),state:e.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersChatsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/users/chats/me","GET",{},{excludeClosed:e.excludeClosed,includePresence:e.includePresence,includeRoomOwners:e.includeRoomOwners,after:e.after},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersCustomattributesSchema(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getUsersCustomattributesSchema';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersCustomattributesSchemaVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getUsersCustomattributesSchemaVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getUsersCustomattributesSchemaVersion';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}/versions/{versionId}","GET",{schemaId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersCustomattributesSchemaVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling getUsersCustomattributesSchemaVersions';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}/versions","GET",{schemaId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersCustomattributesSchemas(e){return e=e||{},this.apiClient.callApi("/api/v2/users/customattributes/schemas","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersCustomattributesSchemasCoretype(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "coreTypeName" when calling getUsersCustomattributesSchemasCoretype';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/coretypes/{coreTypeName}","GET",{coreTypeName:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersCustomattributesSchemasCoretypes(e){return e=e||{},this.apiClient.callApi("/api/v2/users/customattributes/schemas/coretypes","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersCustomattributesSchemasLimits(e){return e=e||{},this.apiClient.callApi("/api/v2/users/customattributes/schemas/limits","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersDevelopmentActivities(e){return e=e||{},this.apiClient.callApi("/api/v2/users/development/activities","GET",{},{userId:this.apiClient.buildCollectionParam(e.userId,"multi"),moduleId:e.moduleId,interval:e.interval,completionInterval:e.completionInterval,overdue:e.overdue,pass:e.pass,pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,types:this.apiClient.buildCollectionParam(e.types,"multi"),statuses:this.apiClient.buildCollectionParam(e.statuses,"multi"),relationship:this.apiClient.buildCollectionParam(e.relationship,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersDevelopmentActivitiesMe(e){return e=e||{},this.apiClient.callApi("/api/v2/users/development/activities/me","GET",{},{moduleId:e.moduleId,interval:e.interval,completionInterval:e.completionInterval,overdue:e.overdue,pass:e.pass,pageSize:e.pageSize,pageNumber:e.pageNumber,sortOrder:e.sortOrder,types:this.apiClient.buildCollectionParam(e.types,"multi"),statuses:this.apiClient.buildCollectionParam(e.statuses,"multi"),relationship:this.apiClient.buildCollectionParam(e.relationship,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersDevelopmentActivity(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "activityId" when calling getUsersDevelopmentActivity';if(n==null)throw'Missing the required parameter "type" when calling getUsersDevelopmentActivity';return this.apiClient.callApi("/api/v2/users/development/activities/{activityId}","GET",{activityId:e},{type:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersExternalidAuthorityNameExternalKey(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "authorityName" when calling getUsersExternalidAuthorityNameExternalKey';if(n==null||n==="")throw'Missing the required parameter "externalKey" when calling getUsersExternalidAuthorityNameExternalKey';return this.apiClient.callApi("/api/v2/users/externalid/{authorityName}/{externalKey}","GET",{authorityName:e,externalKey:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getUsersMe(e){return e=e||{},this.apiClient.callApi("/api/v2/users/me","GET",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi"),integrationPresenceSource:e.integrationPresenceSource,userCustomAttributeSchemaIds:this.apiClient.buildCollectionParam(e.userCustomAttributeSchemaIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersQuery(e){return e=e||{},this.apiClient.callApi("/api/v2/users/query","GET",{},{cursor:e.cursor,pageSize:e.pageSize,sortOrder:e.sortOrder,expand:this.apiClient.buildCollectionParam(e.expand,"multi"),integrationPresenceSource:e.integrationPresenceSource,userCustomAttributeSchemaIds:this.apiClient.buildCollectionParam(e.userCustomAttributeSchemaIds,"multi"),state:e.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getUsersSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getUsersSearch';return this.apiClient.callApi("/api/v2/users/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi"),integrationPresenceSource:n.integrationPresenceSource},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersStationsMe(e){return e=e||{},this.apiClient.callApi("/api/v2/users/stations/me","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchUser(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUser';if(n==null)throw'Missing the required parameter "body" when calling patchUser';return this.apiClient.callApi("/api/v2/users/{userId}","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserCallforwarding(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserCallforwarding';if(n==null)throw'Missing the required parameter "body" when calling patchUserCallforwarding';return this.apiClient.callApi("/api/v2/users/{userId}/callforwarding","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserCustomattributes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserCustomattributes';if(n==null)throw'Missing the required parameter "userCustomAttributes" when calling patchUserCustomattributes';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserCustomattributesBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserCustomattributesBulk';if(n==null)throw'Missing the required parameter "userCustomAttributesList" when calling patchUserCustomattributesBulk';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes/bulk","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserGeolocation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserGeolocation';if(n==null||n==="")throw'Missing the required parameter "clientId" when calling patchUserGeolocation';if(i==null)throw'Missing the required parameter "body" when calling patchUserGeolocation';return this.apiClient.callApi("/api/v2/users/{userId}/geolocations/{clientId}","PATCH",{userId:e,clientId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserQueue(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling patchUserQueue';if(n==null||n==="")throw'Missing the required parameter "userId" when calling patchUserQueue';if(i==null)throw'Missing the required parameter "body" when calling patchUserQueue';return this.apiClient.callApi("/api/v2/users/{userId}/queues/{queueId}","PATCH",{queueId:e,userId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserQueues(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserQueues';if(n==null)throw'Missing the required parameter "body" when calling patchUserQueues';return this.apiClient.callApi("/api/v2/users/{userId}/queues","PATCH",{userId:e},{divisionId:this.apiClient.buildCollectionParam(i.divisionId,"multi")},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserRoutinglanguage(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutinglanguage';if(n==null||n==="")throw'Missing the required parameter "languageId" when calling patchUserRoutinglanguage';if(i==null)throw'Missing the required parameter "body" when calling patchUserRoutinglanguage';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/{languageId}","PATCH",{userId:e,languageId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchUserRoutinglanguagesBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutinglanguagesBulk';if(n==null)throw'Missing the required parameter "body" when calling patchUserRoutinglanguagesBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages/bulk","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUserRoutingskillsBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchUserRoutingskillsBulk';if(n==null)throw'Missing the required parameter "body" when calling patchUserRoutingskillsBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/bulk","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchUsersBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchUsersBulk';return this.apiClient.callApi("/api/v2/users/bulk","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersActivityQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersActivityQuery';return this.apiClient.callApi("/api/v2/analytics/users/activity/query","POST",{},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersAggregatesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesJobs';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersAggregatesQuery';return this.apiClient.callApi("/api/v2/analytics/users/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersDetailsJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersDetailsJobs';return this.apiClient.callApi("/api/v2/analytics/users/details/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersDetailsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersDetailsQuery';return this.apiClient.callApi("/api/v2/analytics/users/details/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAnalyticsUsersObservationsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postAnalyticsUsersObservationsQuery';return this.apiClient.callApi("/api/v2/analytics/users/observations/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postAuthorizationSubjectBulkadd(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkadd';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkadd';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkadd","POST",{subjectId:e},{subjectType:i.subjectType},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationSubjectBulkremove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkremove';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkremove';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkremove","POST",{subjectId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationSubjectBulkreplace(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectBulkreplace';if(n==null)throw'Missing the required parameter "body" when calling postAuthorizationSubjectBulkreplace';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/bulkreplace","POST",{subjectId:e},{subjectType:i.subjectType},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postAuthorizationSubjectDivisionRole(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling postAuthorizationSubjectDivisionRole';if(n==null||n==="")throw'Missing the required parameter "divisionId" when calling postAuthorizationSubjectDivisionRole';if(i==null||i==="")throw'Missing the required parameter "roleId" when calling postAuthorizationSubjectDivisionRole';return this.apiClient.callApi("/api/v2/authorization/subjects/{subjectId}/divisions/{divisionId}/roles/{roleId}","POST",{subjectId:e,divisionId:n,roleId:i},{subjectType:a.subjectType},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postUserExternalid(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserExternalid';if(n==null)throw'Missing the required parameter "body" when calling postUserExternalid';return this.apiClient.callApi("/api/v2/users/{userId}/externalid","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUserInvite(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserInvite';return this.apiClient.callApi("/api/v2/users/{userId}/invite","POST",{userId:e},{force:n.force},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUserPassword(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserPassword';if(n==null)throw'Missing the required parameter "body" when calling postUserPassword';return this.apiClient.callApi("/api/v2/users/{userId}/password","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUserRoutinglanguages(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserRoutinglanguages';if(n==null)throw'Missing the required parameter "body" when calling postUserRoutinglanguages';return this.apiClient.callApi("/api/v2/users/{userId}/routinglanguages","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUserRoutingskills(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling postUserRoutingskills';if(n==null)throw'Missing the required parameter "body" when calling postUserRoutingskills';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills","POST",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsers(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsers';return this.apiClient.callApi("/api/v2/users","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersCustomattributesSchemas(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersCustomattributesSchemas';return this.apiClient.callApi("/api/v2/users/customattributes/schemas","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersDevelopmentActivitiesAggregatesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersDevelopmentActivitiesAggregatesQuery';return this.apiClient.callApi("/api/v2/users/development/activities/aggregates/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersMePassword(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersMePassword';return this.apiClient.callApi("/api/v2/users/me/password","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearch';return this.apiClient.callApi("/api/v2/users/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersSearchConversationTarget(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchConversationTarget';return this.apiClient.callApi("/api/v2/users/search/conversation/target","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersSearchQueuemembersManage(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchQueuemembersManage';return this.apiClient.callApi("/api/v2/users/search/queuemembers/manage","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersSearchTeamsAssign(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersSearchTeamsAssign';return this.apiClient.callApi("/api/v2/users/search/teams/assign","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingDirectroutingbackupSettingsMe(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putRoutingDirectroutingbackupSettingsMe';return this.apiClient.callApi("/api/v2/routing/directroutingbackup/settings/me","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putRoutingUserDirectroutingbackupSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putRoutingUserDirectroutingbackupSettings';if(n==null)throw'Missing the required parameter "body" when calling putRoutingUserDirectroutingbackupSettings';return this.apiClient.callApi("/api/v2/routing/users/{userId}/directroutingbackup/settings","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putRoutingUserUtilization(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putRoutingUserUtilization';if(n==null)throw'Missing the required parameter "body" when calling putRoutingUserUtilization';return this.apiClient.callApi("/api/v2/routing/users/{userId}/utilization","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserCallforwarding(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserCallforwarding';if(n==null)throw'Missing the required parameter "body" when calling putUserCallforwarding';return this.apiClient.callApi("/api/v2/users/{userId}/callforwarding","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserCustomattributes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserCustomattributes';if(n==null)throw'Missing the required parameter "userCustomAttributes" when calling putUserCustomattributes';return this.apiClient.callApi("/api/v2/users/{userId}/customattributes","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserOutofoffice(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserOutofoffice';if(n==null)throw'Missing the required parameter "body" when calling putUserOutofoffice';return this.apiClient.callApi("/api/v2/users/{userId}/outofoffice","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserProfileskills(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserProfileskills';if(n==null)throw'Missing the required parameter "body" when calling putUserProfileskills';return this.apiClient.callApi("/api/v2/users/{userId}/profileskills","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserRoles(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "subjectId" when calling putUserRoles';if(n==null)throw'Missing the required parameter "body" when calling putUserRoles';return this.apiClient.callApi("/api/v2/users/{subjectId}/roles","PUT",{subjectId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserRoutingskill(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingskill';if(n==null||n==="")throw'Missing the required parameter "skillId" when calling putUserRoutingskill';if(i==null)throw'Missing the required parameter "body" when calling putUserRoutingskill';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/{skillId}","PUT",{userId:e,skillId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putUserRoutingskillsBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingskillsBulk';if(n==null)throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';return this.apiClient.callApi("/api/v2/users/{userId}/routingskills/bulk","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserRoutingstatus(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserRoutingstatus';if(n==null)throw'Missing the required parameter "body" when calling putUserRoutingstatus';return this.apiClient.callApi("/api/v2/users/{userId}/routingstatus","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserState(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserState';if(n==null)throw'Missing the required parameter "body" when calling putUserState';return this.apiClient.callApi("/api/v2/users/{userId}/state","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserStationAssociatedstationStationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserStationAssociatedstationStationId';if(n==null||n==="")throw'Missing the required parameter "stationId" when calling putUserStationAssociatedstationStationId';return this.apiClient.callApi("/api/v2/users/{userId}/station/associatedstation/{stationId}","PUT",{userId:e,stationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserStationDefaultstationStationId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserStationDefaultstationStationId';if(n==null||n==="")throw'Missing the required parameter "stationId" when calling putUserStationDefaultstationStationId';return this.apiClient.callApi("/api/v2/users/{userId}/station/defaultstation/{stationId}","PUT",{userId:e,stationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUserVerifier(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putUserVerifier';if(n==null||n==="")throw'Missing the required parameter "verifierId" when calling putUserVerifier';if(i==null)throw'Missing the required parameter "body" when calling putUserVerifier';return this.apiClient.callApi("/api/v2/users/{userId}/verifiers/{verifierId}","PUT",{userId:e,verifierId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putUsersCustomattributesSchema(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "schemaId" when calling putUsersCustomattributesSchema';if(n==null)throw'Missing the required parameter "body" when calling putUsersCustomattributesSchema';return this.apiClient.callApi("/api/v2/users/customattributes/schemas/{schemaId}","PUT",{schemaId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putUsersStationsMeAssociatedstationStationId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "stationId" when calling putUsersStationsMeAssociatedstationStationId';return this.apiClient.callApi("/api/v2/users/stations/me/associatedstation/{stationId}","PUT",{stationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},jy=class{constructor(e){this.apiClient=e||k.instance}deleteUsersRule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling deleteUsersRule';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}","DELETE",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersRule(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getUsersRule';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}","GET",{ruleId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersRuleDependentTypeId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getUsersRuleDependentTypeId';if(n==null||n==="")throw'Missing the required parameter "ruleType" when calling getUsersRuleDependentTypeId';if(i==null||i==="")throw'Missing the required parameter "typeId" when calling getUsersRuleDependentTypeId';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}/dependents/{ruleType}/{typeId}","GET",{ruleId:e,ruleType:n,typeId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getUsersRuleDependents(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling getUsersRuleDependents';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}/dependents","GET",{ruleId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersRules(e,n){if(n=n||{},e==null)throw'Missing the required parameter "types" when calling getUsersRules';return this.apiClient.callApi("/api/v2/users/rules","GET",{},{pageNumber:n.pageNumber,pageSize:n.pageSize,types:this.apiClient.buildCollectionParam(e,"multi"),expand:this.apiClient.buildCollectionParam(n.expand,"multi"),enabled:n.enabled,searchTerm:n.searchTerm,sortOrder:n.sortOrder},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getUsersRulesSetting(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "ruleType" when calling getUsersRulesSetting';return this.apiClient.callApi("/api/v2/users/rules/settings/{ruleType}","GET",{ruleType:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchUsersRule(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "ruleId" when calling patchUsersRule';if(n==null)throw'Missing the required parameter "body" when calling patchUsersRule';return this.apiClient.callApi("/api/v2/users/rules/{ruleId}","PATCH",{ruleId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postUsersRules(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersRules';return this.apiClient.callApi("/api/v2/users/rules","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postUsersRulesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postUsersRulesQuery';return this.apiClient.callApi("/api/v2/users/rules/query","POST",{},{pageNumber:n.pageNumber,pageSize:n.pageSize},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Sy=class{constructor(e){this.apiClient=e||k.instance}getDate(e){return e=e||{},this.apiClient.callApi("/api/v2/date","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getIpranges(e){return e=e||{},this.apiClient.callApi("/api/v2/ipranges","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getTimezones(e){return e=e||{},this.apiClient.callApi("/api/v2/timezones","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postCertificateDetails(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postCertificateDetails';return this.apiClient.callApi("/api/v2/certificate/details","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Oy=class{constructor(e){this.apiClient=e||k.instance}deleteVoicemailMessage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling deleteVoicemailMessage';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}","DELETE",{messageId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteVoicemailMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/messages","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailGroupMailbox(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getVoicemailGroupMailbox';return this.apiClient.callApi("/api/v2/voicemail/groups/{groupId}/mailbox","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailGroupMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getVoicemailGroupMessages';return this.apiClient.callApi("/api/v2/voicemail/groups/{groupId}/messages","GET",{groupId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailGroupPolicy(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling getVoicemailGroupPolicy';return this.apiClient.callApi("/api/v2/voicemail/groups/{groupId}/policy","GET",{groupId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailMailbox(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/mailbox","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailMeMailbox(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/me/mailbox","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailMeMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/me/messages","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailMePolicy(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/me/policy","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailMessage(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling getVoicemailMessage';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}","GET",{messageId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailMessageMedia(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling getVoicemailMessageMedia';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}/media","GET",{messageId:e},{formatId:n.formatId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/messages","GET",{},{ids:e.ids,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailPolicy(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/policy","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getVoicemailQueueMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "queueId" when calling getVoicemailQueueMessages';return this.apiClient.callApi("/api/v2/voicemail/queues/{queueId}/messages","GET",{queueId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "q64" when calling getVoicemailSearch';return this.apiClient.callApi("/api/v2/voicemail/search","GET",{},{q64:e,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailUserMailbox(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getVoicemailUserMailbox';return this.apiClient.callApi("/api/v2/voicemail/users/{userId}/mailbox","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailUserMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getVoicemailUserMessages';return this.apiClient.callApi("/api/v2/voicemail/users/{userId}/messages","GET",{userId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getVoicemailUserpolicy(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getVoicemailUserpolicy';return this.apiClient.callApi("/api/v2/voicemail/userpolicies/{userId}","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchVoicemailGroupPolicy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "groupId" when calling patchVoicemailGroupPolicy';if(n==null)throw'Missing the required parameter "body" when calling patchVoicemailGroupPolicy';return this.apiClient.callApi("/api/v2/voicemail/groups/{groupId}/policy","PATCH",{groupId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchVoicemailMePolicy(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchVoicemailMePolicy';return this.apiClient.callApi("/api/v2/voicemail/me/policy","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchVoicemailMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling patchVoicemailMessage';if(n==null)throw'Missing the required parameter "body" when calling patchVoicemailMessage';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}","PATCH",{messageId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchVoicemailUserpolicy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchVoicemailUserpolicy';if(n==null)throw'Missing the required parameter "body" when calling patchVoicemailUserpolicy';return this.apiClient.callApi("/api/v2/voicemail/userpolicies/{userId}","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postVoicemailMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/voicemail/messages","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postVoicemailSearch(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postVoicemailSearch';return this.apiClient.callApi("/api/v2/voicemail/search","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putVoicemailMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "messageId" when calling putVoicemailMessage';if(n==null)throw'Missing the required parameter "body" when calling putVoicemailMessage';return this.apiClient.callApi("/api/v2/voicemail/messages/{messageId}","PUT",{messageId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putVoicemailPolicy(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putVoicemailPolicy';return this.apiClient.callApi("/api/v2/voicemail/policy","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putVoicemailUserpolicy(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling putVoicemailUserpolicy';if(n==null)throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';return this.apiClient.callApi("/api/v2/voicemail/userpolicies/{userId}","PUT",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},xy=class{constructor(e){this.apiClient=e||k.instance}deleteWebchatDeployment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWebchatDeployment';return this.apiClient.callApi("/api/v2/webchat/deployments/{deploymentId}","DELETE",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWebchatGuestConversationMember(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling deleteWebchatGuestConversationMember';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling deleteWebchatGuestConversationMember';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}","DELETE",{conversationId:e,memberId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWebchatSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/webchat/settings","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWebchatDeployment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebchatDeployment';return this.apiClient.callApi("/api/v2/webchat/deployments/{deploymentId}","GET",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebchatDeployments(e){return e=e||{},this.apiClient.callApi("/api/v2/webchat/deployments","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWebchatGuestConversationMediarequest(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMediarequest';if(n==null||n==="")throw'Missing the required parameter "mediaRequestId" when calling getWebchatGuestConversationMediarequest';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/mediarequests/{mediaRequestId}","GET",{conversationId:e,mediaRequestId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebchatGuestConversationMediarequests(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMediarequests';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/mediarequests","GET",{conversationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebchatGuestConversationMember(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMember';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling getWebchatGuestConversationMember';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}","GET",{conversationId:e,memberId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebchatGuestConversationMembers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMembers';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members","GET",{conversationId:e},{pageSize:n.pageSize,pageNumber:n.pageNumber,excludeDisconnectedMembers:n.excludeDisconnectedMembers},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebchatGuestConversationMessage(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMessage';if(n==null||n==="")throw'Missing the required parameter "messageId" when calling getWebchatGuestConversationMessage';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/messages/{messageId}","GET",{conversationId:e,messageId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebchatGuestConversationMessages(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMessages';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/messages","GET",{conversationId:e},{after:n.after,before:n.before,sortOrder:n.sortOrder,maxResults:n.maxResults},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebchatSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/webchat/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchWebchatGuestConversationMediarequest(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling patchWebchatGuestConversationMediarequest';if(n==null||n==="")throw'Missing the required parameter "mediaRequestId" when calling patchWebchatGuestConversationMediarequest';if(i==null)throw'Missing the required parameter "body" when calling patchWebchatGuestConversationMediarequest';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/mediarequests/{mediaRequestId}","PATCH",{conversationId:e,mediaRequestId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWebchatDeployments(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWebchatDeployments';return this.apiClient.callApi("/api/v2/webchat/deployments","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWebchatGuestConversationMemberMessages(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postWebchatGuestConversationMemberMessages';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling postWebchatGuestConversationMemberMessages';if(i==null)throw'Missing the required parameter "body" when calling postWebchatGuestConversationMemberMessages';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/messages","POST",{conversationId:e,memberId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWebchatGuestConversationMemberTyping(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "conversationId" when calling postWebchatGuestConversationMemberTyping';if(n==null||n==="")throw'Missing the required parameter "memberId" when calling postWebchatGuestConversationMemberTyping';return this.apiClient.callApi("/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/typing","POST",{conversationId:e,memberId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWebchatGuestConversations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWebchatGuestConversations';return this.apiClient.callApi("/api/v2/webchat/guest/conversations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putWebchatDeployment(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling putWebchatDeployment';if(n==null)throw'Missing the required parameter "body" when calling putWebchatDeployment';return this.apiClient.callApi("/api/v2/webchat/deployments/{deploymentId}","PUT",{deploymentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putWebchatSettings(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling putWebchatSettings';return this.apiClient.callApi("/api/v2/webchat/settings","PUT",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}},Ty=class{constructor(e){this.apiClient=e||k.instance}deleteWebdeploymentsConfiguration(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling deleteWebdeploymentsConfiguration';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}","DELETE",{configurationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWebdeploymentsDeployment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWebdeploymentsDeployment';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}","DELETE",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWebdeploymentsDeploymentCobrowseSessionId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWebdeploymentsDeploymentCobrowseSessionId';if(n==null||n==="")throw'Missing the required parameter "sessionId" when calling deleteWebdeploymentsDeploymentCobrowseSessionId';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/cobrowse/{sessionId}","DELETE",{deploymentId:e,sessionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWebdeploymentsTokenRevoke(e){return e=e||{},this.apiClient.callApi("/api/v2/webdeployments/token/revoke","DELETE",{},{},{"X-Journey-Session-Id":e.xJourneySessionId,"X-Journey-Session-Type":e.xJourneySessionType},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWebdeploymentsConfigurationVersion(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling getWebdeploymentsConfigurationVersion';if(n==null||n==="")throw'Missing the required parameter "versionId" when calling getWebdeploymentsConfigurationVersion';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions/{versionId}","GET",{configurationId:e,versionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebdeploymentsConfigurationVersions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling getWebdeploymentsConfigurationVersions';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions","GET",{configurationId:e},{pageSize:n.pageSize,before:n.before,after:n.after},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebdeploymentsConfigurationVersionsDraft(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling getWebdeploymentsConfigurationVersionsDraft';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions/draft","GET",{configurationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebdeploymentsConfigurations(e){return e=e||{},this.apiClient.callApi("/api/v2/webdeployments/configurations","GET",{},{pageSize:e.pageSize,before:e.before,after:e.after,showOnlyPublished:e.showOnlyPublished},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWebdeploymentsDeployment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeployment';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}","GET",{deploymentId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebdeploymentsDeploymentCobrowseSessionId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeploymentCobrowseSessionId';if(n==null||n==="")throw'Missing the required parameter "sessionId" when calling getWebdeploymentsDeploymentCobrowseSessionId';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/cobrowse/{sessionId}","GET",{deploymentId:e,sessionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebdeploymentsDeploymentConfigurations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeploymentConfigurations';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/configurations","GET",{deploymentId:e},{type:n.type,expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebdeploymentsDeploymentIdentityresolution(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeploymentIdentityresolution';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/identityresolution","GET",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWebdeploymentsDeployments(e){return e=e||{},this.apiClient.callApi("/api/v2/webdeployments/deployments","GET",{},{pageSize:e.pageSize,before:e.before,after:e.after,expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWebdeploymentsConfigurationVersionsDraftPublish(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling postWebdeploymentsConfigurationVersionsDraftPublish';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions/draft/publish","POST",{configurationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWebdeploymentsConfigurations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "configurationVersion" when calling postWebdeploymentsConfigurations';return this.apiClient.callApi("/api/v2/webdeployments/configurations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWebdeploymentsDeployments(e,n){if(n=n||{},e==null)throw'Missing the required parameter "deployment" when calling postWebdeploymentsDeployments';return this.apiClient.callApi("/api/v2/webdeployments/deployments","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWebdeploymentsTokenOauthcodegrantjwtexchange(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWebdeploymentsTokenOauthcodegrantjwtexchange';return this.apiClient.callApi("/api/v2/webdeployments/token/oauthcodegrantjwtexchange","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWebdeploymentsTokenRefresh(e){return e=e||{},this.apiClient.callApi("/api/v2/webdeployments/token/refresh","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}putWebdeploymentsConfigurationVersionsDraft(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "configurationId" when calling putWebdeploymentsConfigurationVersionsDraft';if(n==null)throw'Missing the required parameter "configurationVersion" when calling putWebdeploymentsConfigurationVersionsDraft';return this.apiClient.callApi("/api/v2/webdeployments/configurations/{configurationId}/versions/draft","PUT",{configurationId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putWebdeploymentsDeployment(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling putWebdeploymentsDeployment';if(n==null)throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}","PUT",{deploymentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putWebdeploymentsDeploymentIdentityresolution(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling putWebdeploymentsDeploymentIdentityresolution';if(n==null)throw'Missing the required parameter "body" when calling putWebdeploymentsDeploymentIdentityresolution';return this.apiClient.callApi("/api/v2/webdeployments/deployments/{deploymentId}/identityresolution","PUT",{deploymentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},My=class{constructor(e){this.apiClient=e||k.instance}deleteWebmessagingDeploymentPushdevice(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWebmessagingDeploymentPushdevice';if(n==null||n==="")throw'Missing the required parameter "tokenId" when calling deleteWebmessagingDeploymentPushdevice';return this.apiClient.callApi("/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}","DELETE",{deploymentId:e,tokenId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWebmessagingMessages(e){return e=e||{},this.apiClient.callApi("/api/v2/webmessaging/messages","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchWebmessagingDeploymentPushdevice(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling patchWebmessagingDeploymentPushdevice';if(n==null||n==="")throw'Missing the required parameter "tokenId" when calling patchWebmessagingDeploymentPushdevice';if(i==null)throw'Missing the required parameter "body" when calling patchWebmessagingDeploymentPushdevice';return this.apiClient.callApi("/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}","PATCH",{deploymentId:e,tokenId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWebmessagingDeploymentPushdevice(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling postWebmessagingDeploymentPushdevice';if(n==null||n==="")throw'Missing the required parameter "tokenId" when calling postWebmessagingDeploymentPushdevice';if(i==null)throw'Missing the required parameter "body" when calling postWebmessagingDeploymentPushdevice';return this.apiClient.callApi("/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}","POST",{deploymentId:e,tokenId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},Ey=class{constructor(e){this.apiClient=e||k.instance}deleteWidgetsDeployment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling deleteWidgetsDeployment';return this.apiClient.callApi("/api/v2/widgets/deployments/{deploymentId}","DELETE",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWidgetsDeployment(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling getWidgetsDeployment';return this.apiClient.callApi("/api/v2/widgets/deployments/{deploymentId}","GET",{deploymentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWidgetsDeployments(e){return e=e||{},this.apiClient.callApi("/api/v2/widgets/deployments","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWidgetsDeployments(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWidgetsDeployments';return this.apiClient.callApi("/api/v2/widgets/deployments","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putWidgetsDeployment(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "deploymentId" when calling putWidgetsDeployment';if(n==null)throw'Missing the required parameter "body" when calling putWidgetsDeployment';return this.apiClient.callApi("/api/v2/widgets/deployments/{deploymentId}","PUT",{deploymentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}},ky=class{constructor(e){this.apiClient=e||k.instance}deleteWorkforcemanagementBusinessunit(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}","DELETE",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementBusinessunitActivitycode(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitActivitycode';if(n==null||n==="")throw'Missing the required parameter "activityCodeId" when calling deleteWorkforcemanagementBusinessunitActivitycode';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId}","DELETE",{businessUnitId:e,activityCodeId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistory(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistory';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling deleteWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistory';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocationshistory","DELETE",{businessUnitId:e,capacityPlanId:n},{beforeDateId:i.beforeDateId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitPlanninggroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitPlanninggroup';if(n==null||n==="")throw'Missing the required parameter "planningGroupId" when calling deleteWorkforcemanagementBusinessunitPlanninggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId}","DELETE",{businessUnitId:e,planningGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitSchedulingRun(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitSchedulingRun';if(n==null||n==="")throw'Missing the required parameter "runId" when calling deleteWorkforcemanagementBusinessunitSchedulingRun';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}","DELETE",{businessUnitId:e,runId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitServicegoaltemplate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitServicegoaltemplate';if(n==null||n==="")throw'Missing the required parameter "serviceGoalTemplateId" when calling deleteWorkforcemanagementBusinessunitServicegoaltemplate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId}","DELETE",{businessUnitId:e,serviceGoalTemplateId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitStaffinggroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitStaffinggroup';if(n==null||n==="")throw'Missing the required parameter "staffingGroupId" when calling deleteWorkforcemanagementBusinessunitStaffinggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId}","DELETE",{businessUnitId:e,staffingGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitTimeofflimit(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitTimeofflimit';if(n==null||n==="")throw'Missing the required parameter "timeOffLimitId" when calling deleteWorkforcemanagementBusinessunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId}","DELETE",{businessUnitId:e,timeOffLimitId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitTimeoffplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitTimeoffplan';if(n==null||n==="")throw'Missing the required parameter "timeOffPlanId" when calling deleteWorkforcemanagementBusinessunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId}","DELETE",{businessUnitId:e,timeOffPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitWeekSchedule(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitWeekSchedule';if(n==null)throw'Missing the required parameter "weekId" when calling deleteWorkforcemanagementBusinessunitWeekSchedule';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling deleteWorkforcemanagementBusinessunitWeekSchedule';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}","DELETE",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteWorkforcemanagementBusinessunitWeekShorttermforecast(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitWeekShorttermforecast';if(n==null)throw'Missing the required parameter "weekDateId" when calling deleteWorkforcemanagementBusinessunitWeekShorttermforecast';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling deleteWorkforcemanagementBusinessunitWeekShorttermforecast';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}","DELETE",{businessUnitId:e,weekDateId:n,forecastId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteWorkforcemanagementBusinessunitWorkplanbid(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitWorkplanbid';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling deleteWorkforcemanagementBusinessunitWorkplanbid';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}","DELETE",{businessUnitId:e,bidId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementBusinessunitWorkplanbidGroup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitWorkplanbidGroup';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling deleteWorkforcemanagementBusinessunitWorkplanbidGroup';if(i==null||i==="")throw'Missing the required parameter "bidGroupId" when calling deleteWorkforcemanagementBusinessunitWorkplanbidGroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}","DELETE",{businessUnitId:e,bidId:n,bidGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}deleteWorkforcemanagementCalendarUrlIcs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/calendar/url/ics","DELETE",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}deleteWorkforcemanagementManagementunit(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}","DELETE",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}deleteWorkforcemanagementManagementunitTimeofflimit(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunitTimeofflimit';if(n==null||n==="")throw'Missing the required parameter "timeOffLimitId" when calling deleteWorkforcemanagementManagementunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}","DELETE",{managementUnitId:e,timeOffLimitId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementManagementunitTimeoffplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunitTimeoffplan';if(n==null||n==="")throw'Missing the required parameter "timeOffPlanId" when calling deleteWorkforcemanagementManagementunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId}","DELETE",{managementUnitId:e,timeOffPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementManagementunitWorkplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunitWorkplan';if(n==null||n==="")throw'Missing the required parameter "workPlanId" when calling deleteWorkforcemanagementManagementunitWorkplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}","DELETE",{managementUnitId:e,workPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}deleteWorkforcemanagementManagementunitWorkplanrotation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling deleteWorkforcemanagementManagementunitWorkplanrotation';if(n==null||n==="")throw'Missing the required parameter "workPlanRotationId" when calling deleteWorkforcemanagementManagementunitWorkplanrotation';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}","DELETE",{managementUnitId:e,workPlanRotationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAdherence(e,n){if(n=n||{},e==null)throw'Missing the required parameter "userId" when calling getWorkforcemanagementAdherence';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence","GET",{},{userId:this.apiClient.buildCollectionParam(e,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAdherenceExplanation(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "explanationId" when calling getWorkforcemanagementAdherenceExplanation';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/explanations/{explanationId}","GET",{explanationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAdherenceExplanationsJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAdherenceExplanationsJob';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/explanations/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAdherenceHistoricalBulkJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAdherenceHistoricalBulkJob';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/historical/bulk/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAdherenceHistoricalJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAdherenceHistoricalJob';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/historical/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAgentAdherenceExplanation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementAgentAdherenceExplanation';if(n==null||n==="")throw'Missing the required parameter "explanationId" when calling getWorkforcemanagementAgentAdherenceExplanation';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/{explanationId}","GET",{agentId:e,explanationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementAgentManagementunit(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementAgentManagementunit';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/managementunit","GET",{agentId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAgentsMeAdherenceHistoricalJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAgentsMeAdherenceHistoricalJob';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/me/adherence/historical/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAgentsMeManagementunit(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/agents/me/managementunit","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementAlternativeshiftsOffersJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAlternativeshiftsOffersJob';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/offers/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAlternativeshiftsOffersSearchJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAlternativeshiftsOffersSearchJob';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/offers/search/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAlternativeshiftsSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementAlternativeshiftsTrade(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementAlternativeshiftsTrade';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/{tradeId}","GET",{tradeId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAlternativeshiftsTrades(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades","GET",{},{forceAsync:e.forceAsync},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementAlternativeshiftsTradesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAlternativeshiftsTradesJob';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementAlternativeshiftsTradesStateJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementAlternativeshiftsTradesStateJob';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/state/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunit(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}","GET",{businessUnitId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),includeSchedulingDefaultMessageSeverities:n.includeSchedulingDefaultMessageSeverities},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitActivitycode(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivitycode';if(n==null||n==="")throw'Missing the required parameter "activityCodeId" when calling getWorkforcemanagementBusinessunitActivitycode';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId}","GET",{businessUnitId:e,activityCodeId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitActivitycodes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivitycodes';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes","GET",{businessUnitId:e},{forceDownloadService:n.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitActivityplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivityplan';if(n==null||n==="")throw'Missing the required parameter "activityPlanId" when calling getWorkforcemanagementBusinessunitActivityplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}","GET",{businessUnitId:e,activityPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitActivityplanRunsJob(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivityplanRunsJob';if(n==null||n==="")throw'Missing the required parameter "activityPlanId" when calling getWorkforcemanagementBusinessunitActivityplanRunsJob';if(i==null||i==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitActivityplanRunsJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}/runs/jobs/{jobId}","GET",{businessUnitId:e,activityPlanId:n,jobId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitActivityplans(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivityplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans","GET",{businessUnitId:e},{state:n.state},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitActivityplansJobs(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitActivityplansJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/jobs","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitAlternativeshiftsSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/settings","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitAlternativeshiftsTrade(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsTrade';if(n==null||n==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsTrade';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/{tradeId}","GET",{businessUnitId:e,tradeId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/search/jobs/{jobId}","GET",{businessUnitId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitCapacityplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplan';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling getWorkforcemanagementBusinessunitCapacityplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}","GET",{businessUnitId:e,capacityPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocations","GET",{businessUnitId:e,capacityPlanId:n},{granularity:i.granularity},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitCapacityplanStaffingrequirements(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffingrequirements';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffingrequirements';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffingrequirements","GET",{businessUnitId:e,capacityPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast';if(n==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplanning/longtermrequirements/automaticbestmethod/weeks/{weekDateId}/forecasts/{forecastId}","GET",{businessUnitId:e,weekDateId:n,forecastId:i},{granularity:a.granularity},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitCapacityplans(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitIntradayPlanninggroups(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitIntradayPlanninggroups';if(n==null)throw'Missing the required parameter "_date" when calling getWorkforcemanagementBusinessunitIntradayPlanninggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday/planninggroups","GET",{businessUnitId:e},{date:n},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitMainforecastContinuousforecastSession(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSession';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/mainforecast/continuousforecast/session","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionId(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionId';if(n==null||n==="")throw'Missing the required parameter "sessionId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionId';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/mainforecast/continuousforecast/session/{sessionId}","GET",{businessUnitId:e,sessionId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId';if(n==null||n==="")throw'Missing the required parameter "sessionId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId';if(i==null||i==="")throw'Missing the required parameter "snapshotId" when calling getWorkforcemanagementBusinessunitMainforecastContinuousforecastSessionSessionIdSnapshotSnapshotId';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/mainforecast/continuousforecast/session/{sessionId}/snapshot/{snapshotId}","GET",{businessUnitId:e,sessionId:n,snapshotId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitManagementunits(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitManagementunits';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/managementunits","GET",{businessUnitId:e},{feature:n.feature,divisionId:n.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitMinimumstaffingSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitMinimumstaffingSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/minimumstaffing/settings","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitPlanninggroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitPlanninggroup';if(n==null||n==="")throw'Missing the required parameter "planningGroupId" when calling getWorkforcemanagementBusinessunitPlanninggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId}","GET",{businessUnitId:e,planningGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitPlanninggroups(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitPlanninggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitSchedulerSettings(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulerSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduler/settings","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitSchedulingRun(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulingRun';if(n==null||n==="")throw'Missing the required parameter "runId" when calling getWorkforcemanagementBusinessunitSchedulingRun';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}","GET",{businessUnitId:e,runId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitSchedulingRunResult(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulingRunResult';if(n==null||n==="")throw'Missing the required parameter "runId" when calling getWorkforcemanagementBusinessunitSchedulingRunResult';if(i==null)throw'Missing the required parameter "managementUnitIds" when calling getWorkforcemanagementBusinessunitSchedulingRunResult';if(a==null)throw'Missing the required parameter "expand" when calling getWorkforcemanagementBusinessunitSchedulingRunResult';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}/result","GET",{businessUnitId:e,runId:n},{managementUnitIds:this.apiClient.buildCollectionParam(i,"multi"),expand:this.apiClient.buildCollectionParam(a,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getWorkforcemanagementBusinessunitSchedulingRuns(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulingRuns';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitServicegoaltemplate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitServicegoaltemplate';if(n==null||n==="")throw'Missing the required parameter "serviceGoalTemplateId" when calling getWorkforcemanagementBusinessunitServicegoaltemplate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId}","GET",{businessUnitId:e,serviceGoalTemplateId:n},{expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitServicegoaltemplates(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitServicegoaltemplates';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates","GET",{businessUnitId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingTradesEvaluateJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/evaluate/jobs/{jobId}","GET",{businessUnitId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitShifttradingTradesQueryJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingTradesQueryJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingTradesQueryJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/query/jobs/{jobId}","GET",{businessUnitId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingTradesStateBulkJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/state/bulk/jobs/{jobId}","GET",{businessUnitId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/unmatched/search/jobs/{jobId}","GET",{businessUnitId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementBusinessunitShifttradingWeeksSummaryJob';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/weeks/summary/jobs/{jobId}","GET",{businessUnitId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitStaffinggroup(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitStaffinggroup';if(n==null||n==="")throw'Missing the required parameter "staffingGroupId" when calling getWorkforcemanagementBusinessunitStaffinggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId}","GET",{businessUnitId:e,staffingGroupId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitStaffinggroups(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitStaffinggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups","GET",{businessUnitId:e},{managementUnitId:n.managementUnitId,forceDownloadService:n.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitTimeofflimit(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeofflimit';if(n==null||n==="")throw'Missing the required parameter "timeOffLimitId" when calling getWorkforcemanagementBusinessunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId}","GET",{businessUnitId:e,timeOffLimitId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitTimeofflimits(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits","GET",{businessUnitId:e},{managementUnitId:n.managementUnitId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitTimeoffplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeoffplan';if(n==null||n==="")throw'Missing the required parameter "timeOffPlanId" when calling getWorkforcemanagementBusinessunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId}","GET",{businessUnitId:e,timeOffPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitTimeoffplans(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitTimeoffplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans","GET",{businessUnitId:e},{managementUnitId:n.managementUnitId,forceDownloadService:n.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitUsers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitUsers';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/users","GET",{businessUnitId:e},{managementUnitIds:this.apiClient.buildCollectionParam(n.managementUnitIds,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunitWeekSchedule(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedule';if(n==null)throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedule';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekSchedule';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}","GET",{businessUnitId:e,weekId:n,scheduleId:i},{expand:a.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekScheduleGenerationresults(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekScheduleGenerationresults';if(n==null)throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekScheduleGenerationresults';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekScheduleGenerationresults';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/generationresults","GET",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast';if(n==null)throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekScheduleHeadcountforecast';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/headcountforecast","GET",{businessUnitId:e,weekId:n,scheduleId:i},{forceDownload:a.forceDownload},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent';if(n==null)throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent';if(a==null||a==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/history/agents/{agentId}","GET",{businessUnitId:e,weekId:n,scheduleId:i,agentId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions';if(n==null||n==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictions';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions","GET",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation';if(n==null||n==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation';if(a==null||a==="")throw'Missing the required parameter "recalculationId" when calling getWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculation';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations/{recalculationId}","GET",{businessUnitId:e,weekId:n,scheduleId:i,recalculationId:a},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}getWorkforcemanagementBusinessunitWeekSchedules(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekSchedules';if(n==null||n==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementBusinessunitWeekSchedules';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules","GET",{businessUnitId:e,weekId:n},{includeOnlyPublished:i.includeOnlyPublished,expand:i.expand},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecast(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecast';if(n==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecast';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecast';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}","GET",{businessUnitId:e,weekDateId:n,forecastId:i},{expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastData(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastData';if(n==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastData';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastData';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/data","GET",{businessUnitId:e,weekDateId:n,forecastId:i},{weekNumber:a.weekNumber,forceDownloadService:a.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults';if(n==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastGenerationresults';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/generationresults","GET",{businessUnitId:e,weekDateId:n,forecastId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata';if(n==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastLongtermforecastdata';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/longtermforecastdata","GET",{businessUnitId:e,weekDateId:n,forecastId:i},{forceDownloadService:a.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups';if(n==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastPlanninggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/planninggroups","GET",{businessUnitId:e,weekDateId:n,forecastId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement';if(n==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/staffingrequirement","GET",{businessUnitId:e,weekDateId:n,forecastId:i},{weekNumbers:this.apiClient.buildCollectionParam(a.weekNumbers,"multi"),expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWeekShorttermforecasts(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecasts';if(n==null||n==="")throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementBusinessunitWeekShorttermforecasts';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts","GET",{businessUnitId:e,weekDateId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbid(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbid';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitWorkplanbid';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}","GET",{businessUnitId:e,bidId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbidGroup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroup';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroup';if(i==null||i==="")throw'Missing the required parameter "bidGroupId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}","GET",{businessUnitId:e,bidId:n,bidGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbidGroupPreferences(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(i==null||i==="")throw'Missing the required parameter "bidGroupId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}/preferences","GET",{businessUnitId:e,bidId:n,bidGroupId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbidGroupsSummary(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupsSummary';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitWorkplanbidGroupsSummary';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/summary","GET",{businessUnitId:e,bidId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementBusinessunitWorkplanbids(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitWorkplanbids';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids","GET",{businessUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementBusinessunits(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/businessunits","GET",{},{feature:e.feature,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementBusinessunitsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/divisionviews","GET",{},{divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementCalendarDataIcs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "calendarId" when calling getWorkforcemanagementCalendarDataIcs';return this.apiClient.callApi("/api/v2/workforcemanagement/calendar/data/ics","GET",{},{calendarId:e},{},{},null,["PureCloud OAuth"],["application/json"],["text/calendar"],n.customHeaders)}getWorkforcemanagementCalendarUrlIcs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/calendar/url/ics","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementHistoricaldataBulkRemoveJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementHistoricaldataBulkRemoveJob';return this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/bulk/remove/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementHistoricaldataBulkRemoveJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/bulk/remove/jobs","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementHistoricaldataImportstatus(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/importstatus","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementHistoricaldataImportstatusJobId(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementHistoricaldataImportstatusJobId';return this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/importstatus/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementIntegrationsHris(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/integrations/hris","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementIntegrationsHrisTimeofftypesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementIntegrationsHrisTimeofftypesJob';return this.apiClient.callApi("/api/v2/workforcemanagement/integrations/hris/timeofftypes/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunit(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}","GET",{managementUnitId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitActivitycodes(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitActivitycodes';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/activitycodes","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitAdherence(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitAdherence';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/adherence","GET",{managementUnitId:e},{forceDownloadService:n.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitAgent(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitAgent';if(n==null||n==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementManagementunitAgent';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId}","GET",{managementUnitId:e,agentId:n},{excludeCapabilities:i.excludeCapabilities,expand:this.apiClient.buildCollectionParam(i.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitAgentShifttrades(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitAgentShifttrades';if(n==null||n==="")throw'Missing the required parameter "agentId" when calling getWorkforcemanagementManagementunitAgentShifttrades';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId}/shifttrades","GET",{managementUnitId:e,agentId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitShifttradesMatched(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitShifttradesMatched';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/shifttrades/matched","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitShifttradesUsers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitShifttradesUsers';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/shifttrades/users","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitTimeofflimit(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitTimeofflimit';if(n==null||n==="")throw'Missing the required parameter "timeOffLimitId" when calling getWorkforcemanagementManagementunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}","GET",{managementUnitId:e,timeOffLimitId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitTimeofflimits(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitTimeoffplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitTimeoffplan';if(n==null||n==="")throw'Missing the required parameter "timeOffPlanId" when calling getWorkforcemanagementManagementunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId}","GET",{managementUnitId:e,timeOffPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitTimeoffplans(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitTimeoffplans';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitUserTimeoffrequest(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUserTimeoffrequest';if(n==null||n==="")throw'Missing the required parameter "userId" when calling getWorkforcemanagementManagementunitUserTimeoffrequest';if(i==null||i==="")throw'Missing the required parameter "timeOffRequestId" when calling getWorkforcemanagementManagementunitUserTimeoffrequest';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}","GET",{managementUnitId:e,userId:n,timeOffRequestId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits';if(n==null||n==="")throw'Missing the required parameter "userId" when calling getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits';if(i==null||i==="")throw'Missing the required parameter "timeOffRequestId" when calling getWorkforcemanagementManagementunitUserTimeoffrequestTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}/timeofflimits","GET",{managementUnitId:e,userId:n,timeOffRequestId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementManagementunitUserTimeoffrequests(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUserTimeoffrequests';if(n==null||n==="")throw'Missing the required parameter "userId" when calling getWorkforcemanagementManagementunitUserTimeoffrequests';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests","GET",{managementUnitId:e,userId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitUsers(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitUsers';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users","GET",{managementUnitId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitWeekSchedule(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWeekSchedule';if(n==null||n==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementManagementunitWeekSchedule';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling getWorkforcemanagementManagementunitWeekSchedule';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules/{scheduleId}","GET",{managementUnitId:e,weekId:n,scheduleId:i},{expand:a.expand,forceDownloadService:a.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}getWorkforcemanagementManagementunitWeekSchedules(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWeekSchedules';if(n==null||n==="")throw'Missing the required parameter "weekId" when calling getWorkforcemanagementManagementunitWeekSchedules';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekId}/schedules","GET",{managementUnitId:e,weekId:n},{includeOnlyPublished:i.includeOnlyPublished,earliestWeekDate:i.earliestWeekDate,latestWeekDate:i.latestWeekDate},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitWeekShifttrades(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWeekShifttrades';if(n==null)throw'Missing the required parameter "weekDateId" when calling getWorkforcemanagementManagementunitWeekShifttrades';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades","GET",{managementUnitId:e,weekDateId:n},{evaluateMatches:i.evaluateMatches,includeCrossWeekShifts:i.includeCrossWeekShifts,forceDownloadService:i.forceDownloadService},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitWorkplan(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWorkplan';if(n==null||n==="")throw'Missing the required parameter "workPlanId" when calling getWorkforcemanagementManagementunitWorkplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}","GET",{managementUnitId:e,workPlanId:n},{includeOnly:this.apiClient.buildCollectionParam(i.includeOnly,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitWorkplanrotation(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWorkplanrotation';if(n==null||n==="")throw'Missing the required parameter "workPlanRotationId" when calling getWorkforcemanagementManagementunitWorkplanrotation';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}","GET",{managementUnitId:e,workPlanRotationId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementManagementunitWorkplanrotations(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWorkplanrotations';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations","GET",{managementUnitId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunitWorkplans(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling getWorkforcemanagementManagementunitWorkplans';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans","GET",{managementUnitId:e},{expand:this.apiClient.buildCollectionParam(n.expand,"multi"),exclude:this.apiClient.buildCollectionParam(n.exclude,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementManagementunits(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/managementunits","GET",{},{pageSize:e.pageSize,pageNumber:e.pageNumber,expand:e.expand,feature:e.feature,divisionId:e.divisionId},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementManagementunitsDivisionviews(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/divisionviews","GET",{},{divisionId:this.apiClient.buildCollectionParam(e.divisionId,"multi")},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementNotifications(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/notifications","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementSchedulingjob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementSchedulingjob';return this.apiClient.callApi("/api/v2/workforcemanagement/schedulingjobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementShifttrades(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/shifttrades","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementShifttradingTradeJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementShifttradingTradeJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradeJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/jobs/{jobId}","GET",{tradeId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementShifttradingTradeMatchJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementShifttradingTradeMatchJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradeMatchJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/match/jobs/{jobId}","GET",{tradeId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementShifttradingTradeStateJob(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling getWorkforcemanagementShifttradingTradeStateJob';if(n==null||n==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradeStateJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/state/jobs/{jobId}","GET",{tradeId:e,jobId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}getWorkforcemanagementShifttradingTradesJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradesJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementShifttradingTradesMineQueryJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShifttradingTradesMineQueryJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/mine/query/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementShrinkageJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementShrinkageJob';return this.apiClient.callApi("/api/v2/workforcemanagement/shrinkage/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementTeamAdherence(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling getWorkforcemanagementTeamAdherence';return this.apiClient.callApi("/api/v2/workforcemanagement/teams/{teamId}/adherence","GET",{teamId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementTimeoffbalanceJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementTimeoffbalanceJob';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffbalance/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementTimeoffrequest(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "timeOffRequestId" when calling getWorkforcemanagementTimeoffrequest';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId}","GET",{timeOffRequestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementTimeoffrequestWaitlistpositions(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "timeOffRequestId" when calling getWorkforcemanagementTimeoffrequestWaitlistpositions';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId}/waitlistpositions","GET",{timeOffRequestId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementTimeoffrequests(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementUnavailabletimesSettings(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes/settings","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}getWorkforcemanagementUnavailabletimesValidationJob(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "jobId" when calling getWorkforcemanagementUnavailabletimesValidationJob';return this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes/validation/jobs/{jobId}","GET",{jobId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementUserWorkplanbidranks(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "userId" when calling getWorkforcemanagementUserWorkplanbidranks';return this.apiClient.callApi("/api/v2/workforcemanagement/users/{userId}/workplanbidranks","GET",{userId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementWorkplanbidPreferences(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementWorkplanbidPreferences';return this.apiClient.callApi("/api/v2/workforcemanagement/workplanbids/{bidId}/preferences","GET",{bidId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementWorkplanbidWorkplans(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "bidId" when calling getWorkforcemanagementWorkplanbidWorkplans';return this.apiClient.callApi("/api/v2/workforcemanagement/workplanbids/{bidId}/workplans","GET",{bidId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}getWorkforcemanagementWorkplanbids(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/workplanbids","GET",{},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}patchWorkforcemanagementAgentAdherenceExplanation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling patchWorkforcemanagementAgentAdherenceExplanation';if(n==null||n==="")throw'Missing the required parameter "explanationId" when calling patchWorkforcemanagementAgentAdherenceExplanation';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementAgentAdherenceExplanation';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/{explanationId}","PATCH",{agentId:e,explanationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementAlternativeshiftsTrade(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling patchWorkforcemanagementAlternativeshiftsTrade';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementAlternativeshiftsTrade';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/{tradeId}","PATCH",{tradeId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementAlternativeshiftsTradesStateJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementAlternativeshiftsTradesStateJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades/state/jobs","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementBusinessunit(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunit';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunit';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}","PATCH",{businessUnitId:e},{includeSchedulingDefaultMessageSeverities:i.includeSchedulingDefaultMessageSeverities},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementBusinessunitActivitycode(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitActivitycode';if(n==null||n==="")throw'Missing the required parameter "activityCodeId" when calling patchWorkforcemanagementBusinessunitActivitycode';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitActivitycode';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes/{activityCodeId}","PATCH",{businessUnitId:e,activityCodeId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitActivityplan(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitActivityplan';if(n==null||n==="")throw'Missing the required parameter "activityPlanId" when calling patchWorkforcemanagementBusinessunitActivityplan';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitActivityplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}","PATCH",{businessUnitId:e,activityPlanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitAlternativeshiftsSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitAlternativeshiftsSettings';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitAlternativeshiftsSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/settings","PATCH",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementBusinessunitCapacityplan(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitCapacityplan';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling patchWorkforcemanagementBusinessunitCapacityplan';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitCapacityplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}","PATCH",{businessUnitId:e,capacityPlanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitMinimumstaffingSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitMinimumstaffingSettings';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitMinimumstaffingSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/minimumstaffing/settings","PATCH",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementBusinessunitPlanninggroup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitPlanninggroup';if(n==null||n==="")throw'Missing the required parameter "planningGroupId" when calling patchWorkforcemanagementBusinessunitPlanninggroup';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitPlanninggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups/{planningGroupId}","PATCH",{businessUnitId:e,planningGroupId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitSchedulerSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulerSettings';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulerSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduler/settings","PATCH",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementBusinessunitSchedulingRun(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulingRun';if(n==null||n==="")throw'Missing the required parameter "runId" when calling patchWorkforcemanagementBusinessunitSchedulingRun';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulingRun';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/scheduling/runs/{runId}","PATCH",{businessUnitId:e,runId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitServicegoaltemplate(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitServicegoaltemplate';if(n==null||n==="")throw'Missing the required parameter "serviceGoalTemplateId" when calling patchWorkforcemanagementBusinessunitServicegoaltemplate';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitServicegoaltemplate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates/{serviceGoalTemplateId}","PATCH",{businessUnitId:e,serviceGoalTemplateId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitStaffinggroup(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitStaffinggroup';if(n==null||n==="")throw'Missing the required parameter "staffingGroupId" when calling patchWorkforcemanagementBusinessunitStaffinggroup';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitStaffinggroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/{staffingGroupId}","PATCH",{businessUnitId:e,staffingGroupId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitTimeoffplan(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitTimeoffplan';if(n==null||n==="")throw'Missing the required parameter "timeOffPlanId" when calling patchWorkforcemanagementBusinessunitTimeoffplan';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans/{timeOffPlanId}","PATCH",{businessUnitId:e,timeOffPlanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitWorkplanbid(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitWorkplanbid';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitWorkplanbid';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitWorkplanbid';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}","PATCH",{businessUnitId:e,bidId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementBusinessunitWorkplanbidGroup(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroup';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroup';if(i==null||i==="")throw'Missing the required parameter "bidGroupId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroup';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroup';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}","PATCH",{businessUnitId:e,bidId:n,bidGroupId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(i==null||i==="")throw'Missing the required parameter "bidGroupId" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitWorkplanbidGroupPreferences';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups/{bidGroupId}/preferences","PATCH",{businessUnitId:e,bidId:n,bidGroupId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementManagementunit(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunit';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}","PATCH",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementManagementunitAgents(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitAgents';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitAgents';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents","PATCH",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementManagementunitAgentsWorkplansBulk(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitAgentsWorkplansBulk';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitAgentsWorkplansBulk';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/workplans/bulk","PATCH",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementManagementunitTimeofflimit(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitTimeofflimit';if(n==null||n==="")throw'Missing the required parameter "timeOffLimitId" when calling patchWorkforcemanagementManagementunitTimeofflimit';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitTimeofflimit';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}","PATCH",{managementUnitId:e,timeOffLimitId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementManagementunitTimeoffplan(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitTimeoffplan';if(n==null||n==="")throw'Missing the required parameter "timeOffPlanId" when calling patchWorkforcemanagementManagementunitTimeoffplan';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitTimeoffplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans/{timeOffPlanId}","PATCH",{managementUnitId:e,timeOffPlanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus';if(n==null||n==="")throw'Missing the required parameter "timeOffRequestId" when calling patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus';if(i==null||i==="")throw'Missing the required parameter "userId" when calling patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/{timeOffRequestId}/users/{userId}/integrationstatus","PATCH",{managementUnitId:e,timeOffRequestId:n,userId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementManagementunitUnavailabletimesSettings(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitUnavailabletimesSettings';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitUnavailabletimesSettings';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/unavailabletimes/settings","PATCH",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementManagementunitUserTimeoffrequest(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitUserTimeoffrequest';if(n==null||n==="")throw'Missing the required parameter "userId" when calling patchWorkforcemanagementManagementunitUserTimeoffrequest';if(i==null||i==="")throw'Missing the required parameter "timeOffRequestId" when calling patchWorkforcemanagementManagementunitUserTimeoffrequest';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitUserTimeoffrequest';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}","PATCH",{managementUnitId:e,userId:n,timeOffRequestId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementManagementunitWeekShifttrade(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitWeekShifttrade';if(n==null)throw'Missing the required parameter "weekDateId" when calling patchWorkforcemanagementManagementunitWeekShifttrade';if(i==null||i==="")throw'Missing the required parameter "tradeId" when calling patchWorkforcemanagementManagementunitWeekShifttrade';if(a==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitWeekShifttrade';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/{tradeId}","PATCH",{managementUnitId:e,weekDateId:n,tradeId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}patchWorkforcemanagementManagementunitWorkplan(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitWorkplan';if(n==null||n==="")throw'Missing the required parameter "workPlanId" when calling patchWorkforcemanagementManagementunitWorkplan';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitWorkplan';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}","PATCH",{managementUnitId:e,workPlanId:n},{validationMode:a.validationMode},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementManagementunitWorkplanrotation(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling patchWorkforcemanagementManagementunitWorkplanrotation';if(n==null||n==="")throw'Missing the required parameter "workPlanRotationId" when calling patchWorkforcemanagementManagementunitWorkplanrotation';if(i==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementManagementunitWorkplanrotation';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}","PATCH",{managementUnitId:e,workPlanRotationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}patchWorkforcemanagementTimeoffrequest(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "timeOffRequestId" when calling patchWorkforcemanagementTimeoffrequest';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementTimeoffrequest';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/{timeOffRequestId}","PATCH",{timeOffRequestId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementUnavailabletimes(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementUnavailabletimes';return this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementUserWorkplanbidranks(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "userId" when calling patchWorkforcemanagementUserWorkplanbidranks';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementUserWorkplanbidranks';return this.apiClient.callApi("/api/v2/workforcemanagement/users/{userId}/workplanbidranks","PATCH",{userId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}patchWorkforcemanagementUsersWorkplanbidranksBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementUsersWorkplanbidranksBulk';return this.apiClient.callApi("/api/v2/workforcemanagement/users/workplanbidranks/bulk","PATCH",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}patchWorkforcemanagementWorkplanbidPreferences(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "bidId" when calling patchWorkforcemanagementWorkplanbidPreferences';if(n==null)throw'Missing the required parameter "body" when calling patchWorkforcemanagementWorkplanbidPreferences';return this.apiClient.callApi("/api/v2/workforcemanagement/workplanbids/{bidId}/preferences","PATCH",{bidId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAdherenceExplanations(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAdherenceExplanations';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/explanations","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAdherenceExplanationsQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAdherenceExplanationsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/explanations/query","POST",{},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAdherenceHistorical(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/adherence/historical","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWorkforcemanagementAdherenceHistoricalBulk(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAdherenceHistoricalBulk';return this.apiClient.callApi("/api/v2/workforcemanagement/adherence/historical/bulk","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAgentAdherenceExplanations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling postWorkforcemanagementAgentAdherenceExplanations';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentAdherenceExplanations';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/adherence/explanations","POST",{agentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAgentAdherenceExplanationsQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling postWorkforcemanagementAgentAdherenceExplanationsQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentAdherenceExplanationsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/adherence/explanations/query","POST",{agentId:e},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAgentUnavailabletimesQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling postWorkforcemanagementAgentUnavailabletimesQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentUnavailabletimesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/unavailabletimes/query","POST",{agentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementAgents(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgents';return this.apiClient.callApi("/api/v2/workforcemanagement/agents","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAgentsIntegrationsHrisQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentsIntegrationsHrisQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/integrations/hris/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAgentsMeAdherenceHistoricalJobs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/agents/me/adherence/historical/jobs","POST",{},{expand:this.apiClient.buildCollectionParam(e.expand,"multi")},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWorkforcemanagementAgentsMePossibleworkshifts(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentsMePossibleworkshifts';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/me/possibleworkshifts","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAgentschedulesManagementunitsMine(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentschedulesManagementunitsMine';return this.apiClient.callApi("/api/v2/workforcemanagement/agentschedules/managementunits/mine","POST",{},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAgentschedulesMine(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAgentschedulesMine';return this.apiClient.callApi("/api/v2/workforcemanagement/agentschedules/mine","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAlternativeshiftsOffersJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAlternativeshiftsOffersJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/offers/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAlternativeshiftsOffersSearchJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAlternativeshiftsOffersSearchJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/offers/search/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementAlternativeshiftsTrades(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementAlternativeshiftsTrades';return this.apiClient.callApi("/api/v2/workforcemanagement/alternativeshifts/trades","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementBusinessunitActivitycodes(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitActivitycodes';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitActivitycodes';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activitycodes","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitActivityplanRunsJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitActivityplanRunsJobs';if(n==null||n==="")throw'Missing the required parameter "activityPlanId" when calling postWorkforcemanagementBusinessunitActivityplanRunsJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans/{activityPlanId}/runs/jobs","POST",{businessUnitId:e,activityPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitActivityplans(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitActivityplans';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitActivityplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/activityplans","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitAdherenceExplanationsQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitAdherenceExplanationsQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitAdherenceExplanationsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/adherence/explanations/query","POST",{businessUnitId:e},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitAgentschedulesSearch(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitAgentschedulesSearch';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitAgentschedulesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/agentschedules/search","POST",{businessUnitId:e},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitAlternativeshiftsTradesSearch(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitAlternativeshiftsTradesSearch';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitAlternativeshiftsTradesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/alternativeshifts/trades/search","POST",{businessUnitId:e},{forceAsync:i.forceAsync},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanCopy(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanCopy';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling postWorkforcemanagementBusinessunitCapacityplanCopy';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplanCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/copy","POST",{businessUnitId:e,capacityPlanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanRequirementGenerate(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanRequirementGenerate';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling postWorkforcemanagementBusinessunitCapacityplanRequirementGenerate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/requirement/generate","POST",{businessUnitId:e,capacityPlanId:n},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocations","POST",{businessUnitId:e,capacityPlanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryQuery(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryQuery';if(n==null||n==="")throw'Missing the required parameter "capacityPlanId" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryQuery';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocationshistoryQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocationshistory/query","POST",{businessUnitId:e,capacityPlanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastForceregenerate(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastForceregenerate';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastForceregenerate';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling postWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecastForceregenerate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplanning/longtermrequirements/automaticbestmethod/weeks/{weekDateId}/forecasts/{forecastId}/forceregenerate","POST",{businessUnitId:e,weekDateId:n,forecastId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitCapacityplans(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplans';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitCapacityplansBulkRemove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitCapacityplansBulkRemove';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitCapacityplansBulkRemove';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/bulk/remove","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitIntraday(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitIntraday';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitIntraday';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday","POST",{businessUnitId:e},{forceAsync:i.forceAsync},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitPlanninggroups(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitPlanninggroups';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitPlanninggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/planninggroups","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitServicegoaltemplates(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitServicegoaltemplates';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitServicegoaltemplates';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/servicegoaltemplates","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingTradesEvaluateJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/evaluate/jobs","POST",{businessUnitId:e},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitShifttradingTradesQueryJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingTradesQueryJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingTradesQueryJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/query/jobs","POST",{businessUnitId:e},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingTradesStateBulkJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/trades/state/bulk/jobs","POST",{businessUnitId:e},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/unmatched/search/jobs","POST",{businessUnitId:e},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitShifttradingWeeksSummaryJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/shifttrading/weeks/summary/jobs","POST",{businessUnitId:e},{forceAsync:i.forceAsync},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitStaffinggroups(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitStaffinggroups';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitStaffinggroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitStaffinggroupsPlanninggroupsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/planninggroups/query","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitStaffinggroupsQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitStaffinggroupsQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitStaffinggroupsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/staffinggroups/query","POST",{businessUnitId:e},{forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitTimeofflimits(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitTimeofflimits';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitTimeofflimitsValuesQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitTimeofflimitsValuesQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitTimeofflimitsValuesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/values/query","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitTimeoffplans(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitTimeoffplans';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitTimeoffplans';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitUnavailabletimesSchedulesQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitUnavailabletimesSchedulesQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitUnavailabletimesSchedulesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/unavailabletimes/schedules/query","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitUnavailabletimesSettingsQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitUnavailabletimesSettingsQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitUnavailabletimesSettingsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/unavailabletimes/settings/query","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/agentschedules/query","POST",{businessUnitId:e,weekId:n,scheduleId:i},{forceAsync:r.forceAsync,forceDownloadService:r.forceDownloadService},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleCopy(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleCopy';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleCopy';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleCopy';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/copy","POST",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations';if(n==null||n==="")throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculations';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations","POST",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl';if(n==null||n==="")throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/performancepredictions/recalculations/uploadurl","POST",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleReschedule(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleReschedule';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleReschedule';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleReschedule';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleReschedule';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/reschedule","POST",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleUpdate(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdate';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdate';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdate';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/update","POST",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl';if(i==null||i==="")throw'Missing the required parameter "scheduleId" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/{scheduleId}/update/uploadurl","POST",{businessUnitId:e,weekId:n,scheduleId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedules(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedules';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedules';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedules';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules","POST",{businessUnitId:e,weekId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulesGenerate(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulesGenerate';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulesGenerate';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulesGenerate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/generate","POST",{businessUnitId:e,weekId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulesImport(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulesImport';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulesImport';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulesImport';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/import","POST",{businessUnitId:e,weekId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl';if(n==null)throw'Missing the required parameter "weekId" when calling postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules/import/uploadurl","POST",{businessUnitId:e,weekId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekShorttermforecastCopy(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastCopy';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastCopy';if(i==null||i==="")throw'Missing the required parameter "forecastId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastCopy';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/copy","POST",{businessUnitId:e,weekDateId:n,forecastId:i},{forceAsync:r.forceAsync},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsGenerate';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/generate","POST",{businessUnitId:e,weekDateId:n},{forceAsync:a.forceAsync},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekShorttermforecastsImport(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImport';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImport';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImport';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/import","POST",{businessUnitId:e,weekDateId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/import/uploadurl","POST",{businessUnitId:e,weekDateId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWorkplanbidCopy(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWorkplanbidCopy';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling postWorkforcemanagementBusinessunitWorkplanbidCopy';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWorkplanbidCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/copy","POST",{businessUnitId:e,bidId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWorkplanbidGroups(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWorkplanbidGroups';if(n==null||n==="")throw'Missing the required parameter "bidId" when calling postWorkforcemanagementBusinessunitWorkplanbidGroups';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWorkplanbidGroups';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids/{bidId}/groups","POST",{businessUnitId:e,bidId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementBusinessunitWorkplanbids(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitWorkplanbids';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitWorkplanbids';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/workplanbids","POST",{businessUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementBusinessunits(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunits';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits","POST",{},{includeSchedulingDefaultMessageSeverities:n.includeSchedulingDefaultMessageSeverities},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementCalendarUrlIcs(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/calendar/url/ics","POST",{},{language:e.language},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWorkforcemanagementHistoricaldataBulkRemoveJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementHistoricaldataBulkRemoveJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/bulk/remove/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementHistoricaldataValidate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementHistoricaldataValidate';return this.apiClient.callApi("/api/v2/workforcemanagement/historicaldata/validate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementIntegrationsHriTimeofftypesJobs(e,n){if(n=n||{},e==null||e==="")throw'Missing the required parameter "hrisIntegrationId" when calling postWorkforcemanagementIntegrationsHriTimeofftypesJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/integrations/hris/{hrisIntegrationId}/timeofftypes/jobs","POST",{hrisIntegrationId:e},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementManagementunitAgentsWorkplansQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitAgentsWorkplansQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitAgentsWorkplansQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/workplans/query","POST",{managementUnitId:e},{forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitAgentschedulesSearch(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitAgentschedulesSearch';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitAgentschedulesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/agentschedules/search","POST",{managementUnitId:e},{forceAsync:i.forceAsync,forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitHistoricaladherencequery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitHistoricaladherencequery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitHistoricaladherencequery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/historicaladherencequery","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitMove(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitMove';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitMove';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/move","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitSchedulesSearch(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitSchedulesSearch';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitSchedulesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/schedules/search","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitShrinkageJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitShrinkageJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitShrinkageJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/shrinkage/jobs","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitTimeofflimits(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeofflimits';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeofflimits';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitTimeofflimitsValuesQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeofflimitsValuesQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeofflimitsValuesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/values/query","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitTimeoffplans(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffplans';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffplans';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffplans","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitTimeoffrequests(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffrequests';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffrequests';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffrequestsIntegrationstatusQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/integrationstatus/query","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitTimeoffrequestsQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffrequestsQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffrequestsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/query","POST",{managementUnitId:e},{forceDownloadService:i.forceDownloadService},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitTimeoffrequestsWaitlistpositionsQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeoffrequests/waitlistpositions/query","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitUserTimeoffbalanceJobs(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitUserTimeoffbalanceJobs';if(n==null||n==="")throw'Missing the required parameter "userId" when calling postWorkforcemanagementManagementunitUserTimeoffbalanceJobs';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitUserTimeoffbalanceJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffbalance/jobs","POST",{managementUnitId:e,userId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs';if(n==null||n==="")throw'Missing the required parameter "userId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs';if(i==null||i==="")throw'Missing the required parameter "timeOffRequestId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestTimeoffbalanceJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/{timeOffRequestId}/timeoffbalance/jobs","POST",{managementUnitId:e,userId:n,timeOffRequestId:i},{},{},{},null,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';if(n==null||n==="")throw'Missing the required parameter "userId" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate","POST",{managementUnitId:e,userId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWeekShifttradeMatch(e,n,i,a,r){if(r=r||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWeekShifttradeMatch';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementManagementunitWeekShifttradeMatch';if(i==null||i==="")throw'Missing the required parameter "tradeId" when calling postWorkforcemanagementManagementunitWeekShifttradeMatch';if(a==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWeekShifttradeMatch';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/{tradeId}/match","POST",{managementUnitId:e,weekDateId:n,tradeId:i},{},{},{},a,["PureCloud OAuth"],["application/json"],["application/json"],r.customHeaders)}postWorkforcemanagementManagementunitWeekShifttrades(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWeekShifttrades';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementManagementunitWeekShifttrades';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWeekShifttrades';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades","POST",{managementUnitId:e,weekDateId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWeekShifttradesSearch(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWeekShifttradesSearch';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementManagementunitWeekShifttradesSearch';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWeekShifttradesSearch';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/search","POST",{managementUnitId:e,weekDateId:n},{forceDownloadService:a.forceDownloadService},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWeekShifttradesStateBulk(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWeekShifttradesStateBulk';if(n==null)throw'Missing the required parameter "weekDateId" when calling postWorkforcemanagementManagementunitWeekShifttradesStateBulk';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWeekShifttradesStateBulk';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades/state/bulk","POST",{managementUnitId:e,weekDateId:n},{forceAsync:a.forceAsync},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWorkplanCopy(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplanCopy';if(n==null||n==="")throw'Missing the required parameter "workPlanId" when calling postWorkforcemanagementManagementunitWorkplanCopy';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplanCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}/copy","POST",{managementUnitId:e,workPlanId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWorkplanValidate(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplanValidate';if(n==null||n==="")throw'Missing the required parameter "workPlanId" when calling postWorkforcemanagementManagementunitWorkplanValidate';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplanValidate';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}/validate","POST",{managementUnitId:e,workPlanId:n},{expand:this.apiClient.buildCollectionParam(a.expand,"multi")},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWorkplanrotationCopy(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplanrotationCopy';if(n==null||n==="")throw'Missing the required parameter "workPlanRotationId" when calling postWorkforcemanagementManagementunitWorkplanrotationCopy';if(i==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplanrotationCopy';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations/{workPlanRotationId}/copy","POST",{managementUnitId:e,workPlanRotationId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}postWorkforcemanagementManagementunitWorkplanrotations(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplanrotations';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplanrotations';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplanrotations","POST",{managementUnitId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunitWorkplans(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling postWorkforcemanagementManagementunitWorkplans';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunitWorkplans';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans","POST",{managementUnitId:e},{validationMode:i.validationMode},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementManagementunits(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementManagementunits';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementNotificationsUpdate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementNotificationsUpdate';return this.apiClient.callApi("/api/v2/workforcemanagement/notifications/update","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementSchedules(e){return e=e||{},this.apiClient.callApi("/api/v2/workforcemanagement/schedules","POST",{},{},{},{},e.body,["PureCloud OAuth"],["application/json"],["application/json"],e.customHeaders)}postWorkforcemanagementShifttradingTradeJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling postWorkforcemanagementShifttradingTradeJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradeJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/jobs","POST",{tradeId:e},{forceAsync:i.forceAsync},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementShifttradingTradeMatchJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling postWorkforcemanagementShifttradingTradeMatchJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradeMatchJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/match/jobs","POST",{tradeId:e},{forceAsync:i.forceAsync},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementShifttradingTradeStateJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "tradeId" when calling postWorkforcemanagementShifttradingTradeStateJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradeStateJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/{tradeId}/state/jobs","POST",{tradeId:e},{forceAsync:i.forceAsync},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementShifttradingTradesJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradesJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/jobs","POST",{},{forceAsync:n.forceAsync},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementShifttradingTradesMineQueryJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementShifttradingTradesMineQueryJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/shifttrading/trades/mine/query/jobs","POST",{},{forceAsync:n.forceAsync,forceDownloadService:n.forceDownloadService},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementTeamAdherenceHistorical(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling postWorkforcemanagementTeamAdherenceHistorical';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTeamAdherenceHistorical';return this.apiClient.callApi("/api/v2/workforcemanagement/teams/{teamId}/adherence/historical","POST",{teamId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementTeamShrinkageJobs(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "teamId" when calling postWorkforcemanagementTeamShrinkageJobs';if(n==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTeamShrinkageJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/teams/{teamId}/shrinkage/jobs","POST",{teamId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}postWorkforcemanagementTimeoffbalanceJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffbalanceJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffbalance/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementTimeofflimitsAvailableQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeofflimitsAvailableQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/timeofflimits/available/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementTimeoffrequests(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffrequests';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementTimeoffrequestsEstimate(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffrequestsEstimate';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/estimate","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementTimeoffrequestsIntegrationstatusQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementTimeoffrequestsIntegrationstatusQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/timeoffrequests/integrationstatus/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementUnavailabletimesQuery(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementUnavailabletimesQuery';return this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes/query","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}postWorkforcemanagementUnavailabletimesValidationJobs(e,n){if(n=n||{},e==null)throw'Missing the required parameter "body" when calling postWorkforcemanagementUnavailabletimesValidationJobs';return this.apiClient.callApi("/api/v2/workforcemanagement/unavailabletimes/validation/jobs","POST",{},{},{},{},e,["PureCloud OAuth"],["application/json"],["application/json"],n.customHeaders)}putWorkforcemanagementAgentIntegrationsHris(e,n,i){if(i=i||{},e==null||e==="")throw'Missing the required parameter "agentId" when calling putWorkforcemanagementAgentIntegrationsHris';if(n==null)throw'Missing the required parameter "body" when calling putWorkforcemanagementAgentIntegrationsHris';return this.apiClient.callApi("/api/v2/workforcemanagement/agents/{agentId}/integrations/hris","PUT",{agentId:e},{},{},{},n,["PureCloud OAuth"],["application/json"],["application/json"],i.customHeaders)}putWorkforcemanagementBusinessunitTimeofflimitValues(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "businessUnitId" when calling putWorkforcemanagementBusinessunitTimeofflimitValues';if(n==null||n==="")throw'Missing the required parameter "timeOffLimitId" when calling putWorkforcemanagementBusinessunitTimeofflimitValues';if(i==null)throw'Missing the required parameter "body" when calling putWorkforcemanagementBusinessunitTimeofflimitValues';return this.apiClient.callApi("/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeofflimits/{timeOffLimitId}/values","PUT",{businessUnitId:e,timeOffLimitId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}putWorkforcemanagementManagementunitTimeofflimitValues(e,n,i,a){if(a=a||{},e==null||e==="")throw'Missing the required parameter "managementUnitId" when calling putWorkforcemanagementManagementunitTimeofflimitValues';if(n==null||n==="")throw'Missing the required parameter "timeOffLimitId" when calling putWorkforcemanagementManagementunitTimeofflimitValues';if(i==null)throw'Missing the required parameter "body" when calling putWorkforcemanagementManagementunitTimeofflimitValues';return this.apiClient.callApi("/api/v2/workforcemanagement/managementunits/{managementUnitId}/timeofflimits/{timeOffLimitId}/values","PUT",{managementUnitId:e,timeOffLimitId:n},{},{},{},i,["PureCloud OAuth"],["application/json"],["application/json"],a.customHeaders)}},qy=class{constructor(){this.ApiClient=new k,this.ApiClientClass=k,this.AIStudioApi=eb,this.AgentAssistantsApi=nb,this.AgentCopilotApi=ib,this.AgentUIApi=tb,this.AlertingApi=ab,this.AnalyticsApi=rb,this.ArchitectApi=sb,this.AssistantCopilotVariationsApi=ob,this.AuditApi=lb,this.AuthorizationApi=ub,this.BackgroundAssistantApi=cb,this.BillingApi=pb,this.BusinessRulesApi=db,this.CarrierServicesApi=hb,this.CaseManagementApi=gb,this.ChatApi=mb,this.CoachingApi=fb,this.ContentManagementApi=wb,this.ConversationsApi=vb,this.DataExtensionsApi=Cb,this.DataPrivacyApi=Ab,this.DownloadsApi=bb,this.EmailsApi=yb,this.EmployeeEngagementApi=Pb,this.EventsApi=jb,this.ExternalContactsApi=Sb,this.FaxApi=Ob,this.FlowsApi=xb,this.GamificationApi=Tb,this.GeneralDataProtectionRegulationApi=Mb,this.GeolocationApi=Eb,this.GreetingsApi=kb,this.GroupsApi=qb,this.IdentityProviderApi=_b,this.InfrastructureAsCodeApi=Hb,this.IntegrationsApi=Ib,this.IntentsApi=Rb,this.JourneyApi=zb,this.KnowledgeApi=Db,this.LanguageUnderstandingApi=Gb,this.LanguagesApi=$b,this.LearningApi=Nb,this.LicenseApi=Ub,this.LocationsApi=Lb,this.LogCaptureApi=Wb,this.MessagingApi=Bb,this.MobileDevicesApi=Fb,this.NotificationsApi=Vb,this.OAuthApi=Jb,this.ObjectsApi=Zb,this.OperationalEventsApi=Kb,this.OrganizationApi=Qb,this.OrganizationAuthorizationApi=Yb,this.OutboundApi=Xb,this.PresenceApi=ey,this.ProcessAutomationApi=ny,this.QualityApi=iy,this.RecordingApi=ty,this.ResponseManagementApi=ay,this.RoutingApi=ry,this.SCIMApi=sy,this.ScriptsApi=oy,this.SearchApi=ly,this.SettingsApi=uy,this.SocialMediaApi=cy,this.SpeechTextAnalyticsApi=py,this.StationsApi=dy,this.SuggestApi=hy,this.TaskManagementApi=gy,this.TeamsApi=my,this.TelephonyApi=fy,this.TelephonyProvidersEdgeApi=wy,this.TextbotsApi=vy,this.TokensApi=Cy,this.UploadsApi=Ay,this.UsageApi=by,this.UserRecordingsApi=yy,this.UsersApi=Py,this.UsersRulesApi=jy,this.UtilitiesApi=Sy,this.VoicemailApi=Oy,this.WebChatApi=xy,this.WebDeploymentsApi=Ty,this.WebMessagingApi=My,this.WidgetsApi=Ey,this.WorkforceManagementApi=ky,this.PureCloudRegionHosts=Ree,this.AbstractHttpClient=Vl,this.DefaultHttpClient=qd,this.HttpRequestOptions=ra}},Dee=new qy;nz.exports=Dee});var We={};Id(We,{BRAND:()=>tD,DIRTY:()=>la,EMPTY_PATH:()=>Iz,INVALID:()=>K,NEVER:()=>$D,OK:()=>_n,ParseStatus:()=>jn,Schema:()=>oe,ZodAny:()=>Tt,ZodArray:()=>pt,ZodBigInt:()=>ca,ZodBoolean:()=>pa,ZodBranded:()=>Hs,ZodCatch:()=>ya,ZodDate:()=>da,ZodDefault:()=>ba,ZodDiscriminatedUnion:()=>Xl,ZodEffects:()=>gi,ZodEnum:()=>Ca,ZodError:()=>Fn,ZodFirstPartyTypeKind:()=>E,ZodFunction:()=>nu,ZodIntersection:()=>fa,ZodIssueCode:()=>M,ZodLazy:()=>wa,ZodLiteral:()=>va,ZodMap:()=>Ar,ZodNaN:()=>yr,ZodNativeEnum:()=>Aa,ZodNever:()=>xi,ZodNull:()=>ga,ZodNullable:()=>Ui,ZodNumber:()=>ua,ZodObject:()=>Vn,ZodOptional:()=>di,ZodParsedType:()=>D,ZodPipeline:()=>Is,ZodPromise:()=>Mt,ZodReadonly:()=>Pa,ZodRecord:()=>eu,ZodSchema:()=>oe,ZodSet:()=>br,ZodString:()=>xt,ZodSymbol:()=>vr,ZodTransformer:()=>gi,ZodTuple:()=>Ni,ZodType:()=>oe,ZodUndefined:()=>ha,ZodUnion:()=>ma,ZodUnknown:()=>ct,ZodVoid:()=>Cr,addIssueToContext:()=>H,any:()=>dD,array:()=>fD,bigint:()=>oD,boolean:()=>Yy,coerce:()=>GD,custom:()=>Zy,date:()=>lD,datetimeRegex:()=>Vy,defaultErrorMap:()=>lt,discriminatedUnion:()=>CD,effect:()=>kD,enum:()=>TD,function:()=>SD,getErrorMap:()=>mr,getParsedType:()=>$i,instanceof:()=>rD,intersection:()=>AD,isAborted:()=>Ql,isAsync:()=>fr,isDirty:()=>Yl,isValid:()=>Ot,late:()=>aD,lazy:()=>OD,literal:()=>xD,makeIssue:()=>_s,map:()=>PD,nan:()=>sD,nativeEnum:()=>MD,never:()=>gD,null:()=>pD,nullable:()=>_D,number:()=>Qy,object:()=>Gd,objectUtil:()=>Rd,oboolean:()=>DD,onumber:()=>zD,optional:()=>qD,ostring:()=>RD,pipeline:()=>ID,preprocess:()=>HD,promise:()=>ED,quotelessJson:()=>qz,record:()=>yD,set:()=>jD,setErrorMap:()=>Hz,strictObject:()=>wD,string:()=>Ky,symbol:()=>uD,transformer:()=>kD,tuple:()=>bD,undefined:()=>cD,union:()=>vD,unknown:()=>hD,util:()=>ge,void:()=>mD});var ge;(function(t){t.assertEqual=a=>{};function e(a){}t.assertIs=e;function n(a){throw new Error}t.assertNever=n,t.arrayToEnum=a=>{let r={};for(let s of a)r[s]=s;return r},t.getValidEnumValues=a=>{let r=t.objectKeys(a).filter(o=>typeof a[a[o]]!="number"),s={};for(let o of r)s[o]=a[o];return t.objectValues(s)},t.objectValues=a=>t.objectKeys(a).map(function(r){return a[r]}),t.objectKeys=typeof Object.keys=="function"?a=>Object.keys(a):a=>{let r=[];for(let s in a)Object.prototype.hasOwnProperty.call(a,s)&&r.push(s);return r},t.find=(a,r)=>{for(let s of a)if(r(s))return s},t.isInteger=typeof Number.isInteger=="function"?a=>Number.isInteger(a):a=>typeof a=="number"&&Number.isFinite(a)&&Math.floor(a)===a;function i(a,r=" | "){return a.map(s=>typeof s=="string"?`'${s}'`:s).join(r)}t.joinValues=i,t.jsonStringifyReplacer=(a,r)=>typeof r=="bigint"?r.toString():r})(ge||(ge={}));var Rd;(function(t){t.mergeShapes=(e,n)=>({...e,...n})})(Rd||(Rd={}));var D=ge.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),$i=t=>{switch(typeof t){case"undefined":return D.undefined;case"string":return D.string;case"number":return Number.isNaN(t)?D.nan:D.number;case"boolean":return D.boolean;case"function":return D.function;case"bigint":return D.bigint;case"symbol":return D.symbol;case"object":return Array.isArray(t)?D.array:t===null?D.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?D.promise:typeof Map<"u"&&t instanceof Map?D.map:typeof Set<"u"&&t instanceof Set?D.set:typeof Date<"u"&&t instanceof Date?D.date:D.object;default:return D.unknown}};var M=ge.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),qz=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),Fn=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=i=>{this.issues=[...this.issues,i]},this.addIssues=(i=[])=>{this.issues=[...this.issues,...i]};let n=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,n):this.__proto__=n,this.name="ZodError",this.issues=e}format(e){let n=e||function(r){return r.message},i={_errors:[]},a=r=>{for(let s of r.issues)if(s.code==="invalid_union")s.unionErrors.map(a);else if(s.code==="invalid_return_type")a(s.returnTypeError);else if(s.code==="invalid_arguments")a(s.argumentsError);else if(s.path.length===0)i._errors.push(n(s));else{let o=i,l=0;for(;ln.message){let n=Object.create(null),i=[];for(let a of this.issues)if(a.path.length>0){let r=a.path[0];n[r]=n[r]||[],n[r].push(e(a))}else i.push(e(a));return{formErrors:i,fieldErrors:n}}get formErrors(){return this.flatten()}};Fn.create=t=>new Fn(t);var _z=(t,e)=>{let n;switch(t.code){case M.invalid_type:t.received===D.undefined?n="Required":n=`Expected ${t.expected}, received ${t.received}`;break;case M.invalid_literal:n=`Invalid literal value, expected ${JSON.stringify(t.expected,ge.jsonStringifyReplacer)}`;break;case M.unrecognized_keys:n=`Unrecognized key(s) in object: ${ge.joinValues(t.keys,", ")}`;break;case M.invalid_union:n="Invalid input";break;case M.invalid_union_discriminator:n=`Invalid discriminator value. Expected ${ge.joinValues(t.options)}`;break;case M.invalid_enum_value:n=`Invalid enum value. Expected ${ge.joinValues(t.options)}, received '${t.received}'`;break;case M.invalid_arguments:n="Invalid function arguments";break;case M.invalid_return_type:n="Invalid function return type";break;case M.invalid_date:n="Invalid date";break;case M.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(n=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(n=`${n} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?n=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?n=`Invalid input: must end with "${t.validation.endsWith}"`:ge.assertNever(t.validation):t.validation!=="regex"?n=`Invalid ${t.validation}`:n="Invalid";break;case M.too_small:t.type==="array"?n=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?n=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?n=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="bigint"?n=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?n=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:n="Invalid input";break;case M.too_big:t.type==="array"?n=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?n=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?n=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?n=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?n=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:n="Invalid input";break;case M.custom:n="Invalid input";break;case M.invalid_intersection_types:n="Intersection results could not be merged";break;case M.not_multiple_of:n=`Number must be a multiple of ${t.multipleOf}`;break;case M.not_finite:n="Number must be finite";break;default:n=e.defaultError,ge.assertNever(t)}return{message:n}},lt=_z;var Uy=lt;function Hz(t){Uy=t}function mr(){return Uy}var _s=t=>{let{data:e,path:n,errorMaps:i,issueData:a}=t,r=[...n,...a.path||[]],s={...a,path:r};if(a.message!==void 0)return{...a,path:r,message:a.message};let o="",l=i.filter(u=>!!u).slice().reverse();for(let u of l)o=u(s,{data:e,defaultError:o}).message;return{...a,path:r,message:o}},Iz=[];function H(t,e){let n=mr(),i=_s({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,n,n===lt?void 0:lt].filter(a=>!!a)});t.common.issues.push(i)}var jn=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,n){let i=[];for(let a of n){if(a.status==="aborted")return K;a.status==="dirty"&&e.dirty(),i.push(a.value)}return{status:e.value,value:i}}static async mergeObjectAsync(e,n){let i=[];for(let a of n){let r=await a.key,s=await a.value;i.push({key:r,value:s})}return t.mergeObjectSync(e,i)}static mergeObjectSync(e,n){let i={};for(let a of n){let{key:r,value:s}=a;if(r.status==="aborted"||s.status==="aborted")return K;r.status==="dirty"&&e.dirty(),s.status==="dirty"&&e.dirty(),r.value!=="__proto__"&&(typeof s.value<"u"||a.alwaysSet)&&(i[r.value]=s.value)}return{status:e.value,value:i}}},K=Object.freeze({status:"aborted"}),la=t=>({status:"dirty",value:t}),_n=t=>({status:"valid",value:t}),Ql=t=>t.status==="aborted",Yl=t=>t.status==="dirty",Ot=t=>t.status==="valid",fr=t=>typeof Promise<"u"&&t instanceof Promise;var U;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(U||(U={}));var hi=class{constructor(e,n,i,a){this._cachedPath=[],this.parent=e,this.data=n,this._path=i,this._key=a}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},Ly=(t,e)=>{if(Ot(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let n=new Fn(t.common.issues);return this._error=n,this._error}}};function te(t){if(!t)return{};let{errorMap:e,invalid_type_error:n,required_error:i,description:a}=t;if(e&&(n||i))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:a}:{errorMap:(s,o)=>{let{message:l}=t;return s.code==="invalid_enum_value"?{message:l??o.defaultError}:typeof o.data>"u"?{message:l??i??o.defaultError}:s.code!=="invalid_type"?{message:o.defaultError}:{message:l??n??o.defaultError}},description:a}}var oe=class{get description(){return this._def.description}_getType(e){return $i(e.data)}_getOrReturnCtx(e,n){return n||{common:e.parent.common,data:e.data,parsedType:$i(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new jn,ctx:{common:e.parent.common,data:e.data,parsedType:$i(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let n=this._parse(e);if(fr(n))throw new Error("Synchronous parse encountered promise.");return n}_parseAsync(e){let n=this._parse(e);return Promise.resolve(n)}parse(e,n){let i=this.safeParse(e,n);if(i.success)return i.data;throw i.error}safeParse(e,n){let i={common:{issues:[],async:n?.async??!1,contextualErrorMap:n?.errorMap},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:$i(e)},a=this._parseSync({data:e,path:i.path,parent:i});return Ly(i,a)}"~validate"(e){let n={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:$i(e)};if(!this["~standard"].async)try{let i=this._parseSync({data:e,path:[],parent:n});return Ot(i)?{value:i.value}:{issues:n.common.issues}}catch(i){i?.message?.toLowerCase()?.includes("encountered")&&(this["~standard"].async=!0),n.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:n}).then(i=>Ot(i)?{value:i.value}:{issues:n.common.issues})}async parseAsync(e,n){let i=await this.safeParseAsync(e,n);if(i.success)return i.data;throw i.error}async safeParseAsync(e,n){let i={common:{issues:[],contextualErrorMap:n?.errorMap,async:!0},path:n?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:$i(e)},a=this._parse({data:e,path:i.path,parent:i}),r=await(fr(a)?a:Promise.resolve(a));return Ly(i,r)}refine(e,n){let i=a=>typeof n=="string"||typeof n>"u"?{message:n}:typeof n=="function"?n(a):n;return this._refinement((a,r)=>{let s=e(a),o=()=>r.addIssue({code:M.custom,...i(a)});return typeof Promise<"u"&&s instanceof Promise?s.then(l=>l?!0:(o(),!1)):s?!0:(o(),!1)})}refinement(e,n){return this._refinement((i,a)=>e(i)?!0:(a.addIssue(typeof n=="function"?n(i,a):n),!1))}_refinement(e){return new gi({schema:this,typeName:E.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:n=>this["~validate"](n)}}optional(){return di.create(this,this._def)}nullable(){return Ui.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return pt.create(this)}promise(){return Mt.create(this,this._def)}or(e){return ma.create([this,e],this._def)}and(e){return fa.create(this,e,this._def)}transform(e){return new gi({...te(this._def),schema:this,typeName:E.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let n=typeof e=="function"?e:()=>e;return new ba({...te(this._def),innerType:this,defaultValue:n,typeName:E.ZodDefault})}brand(){return new Hs({typeName:E.ZodBranded,type:this,...te(this._def)})}catch(e){let n=typeof e=="function"?e:()=>e;return new ya({...te(this._def),innerType:this,catchValue:n,typeName:E.ZodCatch})}describe(e){let n=this.constructor;return new n({...this._def,description:e})}pipe(e){return Is.create(this,e)}readonly(){return Pa.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},Rz=/^c[^\s-]{8,}$/i,zz=/^[0-9a-z]+$/,Dz=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Gz=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,$z=/^[a-z0-9_-]{21}$/i,Nz=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Uz=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,Lz=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Wz="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",zd,Bz=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Fz=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,Vz=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,Jz=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Zz=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Kz=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,By="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",Qz=new RegExp(`^${By}$`);function Fy(t){let e="[0-5]\\d";t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`);let n=t.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${e})${n}`}function Yz(t){return new RegExp(`^${Fy(t)}$`)}function Vy(t){let e=`${By}T${Fy(t)}`,n=[];return n.push(t.local?"Z?":"Z"),t.offset&&n.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${n.join("|")})`,new RegExp(`^${e}$`)}function Xz(t,e){return!!((e==="v4"||!e)&&Bz.test(t)||(e==="v6"||!e)&&Vz.test(t))}function eD(t,e){if(!Nz.test(t))return!1;try{let[n]=t.split(".");if(!n)return!1;let i=n.replace(/-/g,"+").replace(/_/g,"/").padEnd(n.length+(4-n.length%4)%4,"="),a=JSON.parse(atob(i));return!(typeof a!="object"||a===null||"typ"in a&&a?.typ!=="JWT"||!a.alg||e&&a.alg!==e)}catch{return!1}}function nD(t,e){return!!((e==="v4"||!e)&&Fz.test(t)||(e==="v6"||!e)&&Jz.test(t))}var xt=class t extends oe{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==D.string){let r=this._getOrReturnCtx(e);return H(r,{code:M.invalid_type,expected:D.string,received:r.parsedType}),K}let i=new jn,a;for(let r of this._def.checks)if(r.kind==="min")e.data.lengthr.value&&(a=this._getOrReturnCtx(e,a),H(a,{code:M.too_big,maximum:r.value,type:"string",inclusive:!0,exact:!1,message:r.message}),i.dirty());else if(r.kind==="length"){let s=e.data.length>r.value,o=e.data.lengthe.test(a),{validation:n,code:M.invalid_string,...U.errToObj(i)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...U.errToObj(e)})}url(e){return this._addCheck({kind:"url",...U.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...U.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...U.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...U.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...U.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...U.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...U.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...U.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...U.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...U.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...U.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...U.errToObj(e)})}datetime(e){return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...U.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...U.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...U.errToObj(e)})}regex(e,n){return this._addCheck({kind:"regex",regex:e,...U.errToObj(n)})}includes(e,n){return this._addCheck({kind:"includes",value:e,position:n?.position,...U.errToObj(n?.message)})}startsWith(e,n){return this._addCheck({kind:"startsWith",value:e,...U.errToObj(n)})}endsWith(e,n){return this._addCheck({kind:"endsWith",value:e,...U.errToObj(n)})}min(e,n){return this._addCheck({kind:"min",value:e,...U.errToObj(n)})}max(e,n){return this._addCheck({kind:"max",value:e,...U.errToObj(n)})}length(e,n){return this._addCheck({kind:"length",value:e,...U.errToObj(n)})}nonempty(e){return this.min(1,U.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxLength(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.valuenew xt({checks:[],typeName:E.ZodString,coerce:t?.coerce??!1,...te(t)});function iD(t,e){let n=(t.toString().split(".")[1]||"").length,i=(e.toString().split(".")[1]||"").length,a=n>i?n:i,r=Number.parseInt(t.toFixed(a).replace(".","")),s=Number.parseInt(e.toFixed(a).replace(".",""));return r%s/10**a}var ua=class t extends oe{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==D.number){let r=this._getOrReturnCtx(e);return H(r,{code:M.invalid_type,expected:D.number,received:r.parsedType}),K}let i,a=new jn;for(let r of this._def.checks)r.kind==="int"?ge.isInteger(e.data)||(i=this._getOrReturnCtx(e,i),H(i,{code:M.invalid_type,expected:"integer",received:"float",message:r.message}),a.dirty()):r.kind==="min"?(r.inclusive?e.datar.value:e.data>=r.value)&&(i=this._getOrReturnCtx(e,i),H(i,{code:M.too_big,maximum:r.value,type:"number",inclusive:r.inclusive,exact:!1,message:r.message}),a.dirty()):r.kind==="multipleOf"?iD(e.data,r.value)!==0&&(i=this._getOrReturnCtx(e,i),H(i,{code:M.not_multiple_of,multipleOf:r.value,message:r.message}),a.dirty()):r.kind==="finite"?Number.isFinite(e.data)||(i=this._getOrReturnCtx(e,i),H(i,{code:M.not_finite,message:r.message}),a.dirty()):ge.assertNever(r);return{status:a.value,value:e.data}}gte(e,n){return this.setLimit("min",e,!0,U.toString(n))}gt(e,n){return this.setLimit("min",e,!1,U.toString(n))}lte(e,n){return this.setLimit("max",e,!0,U.toString(n))}lt(e,n){return this.setLimit("max",e,!1,U.toString(n))}setLimit(e,n,i,a){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:n,inclusive:i,message:U.toString(a)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:U.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:U.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:U.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:U.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:U.toString(e)})}multipleOf(e,n){return this._addCheck({kind:"multipleOf",value:e,message:U.toString(n)})}finite(e){return this._addCheck({kind:"finite",message:U.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:U.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:U.toString(e)})}get minValue(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxValue(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.valuee.kind==="int"||e.kind==="multipleOf"&&ge.isInteger(e.value))}get isFinite(){let e=null,n=null;for(let i of this._def.checks){if(i.kind==="finite"||i.kind==="int"||i.kind==="multipleOf")return!0;i.kind==="min"?(n===null||i.value>n)&&(n=i.value):i.kind==="max"&&(e===null||i.valuenew ua({checks:[],typeName:E.ZodNumber,coerce:t?.coerce||!1,...te(t)});var ca=class t extends oe{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==D.bigint)return this._getInvalidInput(e);let i,a=new jn;for(let r of this._def.checks)r.kind==="min"?(r.inclusive?e.datar.value:e.data>=r.value)&&(i=this._getOrReturnCtx(e,i),H(i,{code:M.too_big,type:"bigint",maximum:r.value,inclusive:r.inclusive,message:r.message}),a.dirty()):r.kind==="multipleOf"?e.data%r.value!==BigInt(0)&&(i=this._getOrReturnCtx(e,i),H(i,{code:M.not_multiple_of,multipleOf:r.value,message:r.message}),a.dirty()):ge.assertNever(r);return{status:a.value,value:e.data}}_getInvalidInput(e){let n=this._getOrReturnCtx(e);return H(n,{code:M.invalid_type,expected:D.bigint,received:n.parsedType}),K}gte(e,n){return this.setLimit("min",e,!0,U.toString(n))}gt(e,n){return this.setLimit("min",e,!1,U.toString(n))}lte(e,n){return this.setLimit("max",e,!0,U.toString(n))}lt(e,n){return this.setLimit("max",e,!1,U.toString(n))}setLimit(e,n,i,a){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:n,inclusive:i,message:U.toString(a)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:U.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:U.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:U.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:U.toString(e)})}multipleOf(e,n){return this._addCheck({kind:"multipleOf",value:e,message:U.toString(n)})}get minValue(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e}get maxValue(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.valuenew ca({checks:[],typeName:E.ZodBigInt,coerce:t?.coerce??!1,...te(t)});var pa=class extends oe{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==D.boolean){let i=this._getOrReturnCtx(e);return H(i,{code:M.invalid_type,expected:D.boolean,received:i.parsedType}),K}return _n(e.data)}};pa.create=t=>new pa({typeName:E.ZodBoolean,coerce:t?.coerce||!1,...te(t)});var da=class t extends oe{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==D.date){let r=this._getOrReturnCtx(e);return H(r,{code:M.invalid_type,expected:D.date,received:r.parsedType}),K}if(Number.isNaN(e.data.getTime())){let r=this._getOrReturnCtx(e);return H(r,{code:M.invalid_date}),K}let i=new jn,a;for(let r of this._def.checks)r.kind==="min"?e.data.getTime()r.value&&(a=this._getOrReturnCtx(e,a),H(a,{code:M.too_big,message:r.message,inclusive:!0,exact:!1,maximum:r.value,type:"date"}),i.dirty()):ge.assertNever(r);return{status:i.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,n){return this._addCheck({kind:"min",value:e.getTime(),message:U.toString(n)})}max(e,n){return this._addCheck({kind:"max",value:e.getTime(),message:U.toString(n)})}get minDate(){let e=null;for(let n of this._def.checks)n.kind==="min"&&(e===null||n.value>e)&&(e=n.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let n of this._def.checks)n.kind==="max"&&(e===null||n.valuenew da({checks:[],coerce:t?.coerce||!1,typeName:E.ZodDate,...te(t)});var vr=class extends oe{_parse(e){if(this._getType(e)!==D.symbol){let i=this._getOrReturnCtx(e);return H(i,{code:M.invalid_type,expected:D.symbol,received:i.parsedType}),K}return _n(e.data)}};vr.create=t=>new vr({typeName:E.ZodSymbol,...te(t)});var ha=class extends oe{_parse(e){if(this._getType(e)!==D.undefined){let i=this._getOrReturnCtx(e);return H(i,{code:M.invalid_type,expected:D.undefined,received:i.parsedType}),K}return _n(e.data)}};ha.create=t=>new ha({typeName:E.ZodUndefined,...te(t)});var ga=class extends oe{_parse(e){if(this._getType(e)!==D.null){let i=this._getOrReturnCtx(e);return H(i,{code:M.invalid_type,expected:D.null,received:i.parsedType}),K}return _n(e.data)}};ga.create=t=>new ga({typeName:E.ZodNull,...te(t)});var Tt=class extends oe{constructor(){super(...arguments),this._any=!0}_parse(e){return _n(e.data)}};Tt.create=t=>new Tt({typeName:E.ZodAny,...te(t)});var ct=class extends oe{constructor(){super(...arguments),this._unknown=!0}_parse(e){return _n(e.data)}};ct.create=t=>new ct({typeName:E.ZodUnknown,...te(t)});var xi=class extends oe{_parse(e){let n=this._getOrReturnCtx(e);return H(n,{code:M.invalid_type,expected:D.never,received:n.parsedType}),K}};xi.create=t=>new xi({typeName:E.ZodNever,...te(t)});var Cr=class extends oe{_parse(e){if(this._getType(e)!==D.undefined){let i=this._getOrReturnCtx(e);return H(i,{code:M.invalid_type,expected:D.void,received:i.parsedType}),K}return _n(e.data)}};Cr.create=t=>new Cr({typeName:E.ZodVoid,...te(t)});var pt=class t extends oe{_parse(e){let{ctx:n,status:i}=this._processInputParams(e),a=this._def;if(n.parsedType!==D.array)return H(n,{code:M.invalid_type,expected:D.array,received:n.parsedType}),K;if(a.exactLength!==null){let s=n.data.length>a.exactLength.value,o=n.data.lengtha.maxLength.value&&(H(n,{code:M.too_big,maximum:a.maxLength.value,type:"array",inclusive:!0,exact:!1,message:a.maxLength.message}),i.dirty()),n.common.async)return Promise.all([...n.data].map((s,o)=>a.type._parseAsync(new hi(n,s,n.path,o)))).then(s=>jn.mergeArray(i,s));let r=[...n.data].map((s,o)=>a.type._parseSync(new hi(n,s,n.path,o)));return jn.mergeArray(i,r)}get element(){return this._def.type}min(e,n){return new t({...this._def,minLength:{value:e,message:U.toString(n)}})}max(e,n){return new t({...this._def,maxLength:{value:e,message:U.toString(n)}})}length(e,n){return new t({...this._def,exactLength:{value:e,message:U.toString(n)}})}nonempty(e){return this.min(1,e)}};pt.create=(t,e)=>new pt({type:t,minLength:null,maxLength:null,exactLength:null,typeName:E.ZodArray,...te(e)});function wr(t){if(t instanceof Vn){let e={};for(let n in t.shape){let i=t.shape[n];e[n]=di.create(wr(i))}return new Vn({...t._def,shape:()=>e})}else return t instanceof pt?new pt({...t._def,type:wr(t.element)}):t instanceof di?di.create(wr(t.unwrap())):t instanceof Ui?Ui.create(wr(t.unwrap())):t instanceof Ni?Ni.create(t.items.map(e=>wr(e))):t}var Vn=class t extends oe{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),n=ge.objectKeys(e);return this._cached={shape:e,keys:n},this._cached}_parse(e){if(this._getType(e)!==D.object){let u=this._getOrReturnCtx(e);return H(u,{code:M.invalid_type,expected:D.object,received:u.parsedType}),K}let{status:i,ctx:a}=this._processInputParams(e),{shape:r,keys:s}=this._getCached(),o=[];if(!(this._def.catchall instanceof xi&&this._def.unknownKeys==="strip"))for(let u in a.data)s.includes(u)||o.push(u);let l=[];for(let u of s){let c=r[u],p=a.data[u];l.push({key:{status:"valid",value:u},value:c._parse(new hi(a,p,a.path,u)),alwaysSet:u in a.data})}if(this._def.catchall instanceof xi){let u=this._def.unknownKeys;if(u==="passthrough")for(let c of o)l.push({key:{status:"valid",value:c},value:{status:"valid",value:a.data[c]}});else if(u==="strict")o.length>0&&(H(a,{code:M.unrecognized_keys,keys:o}),i.dirty());else if(u!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let u=this._def.catchall;for(let c of o){let p=a.data[c];l.push({key:{status:"valid",value:c},value:u._parse(new hi(a,p,a.path,c)),alwaysSet:c in a.data})}}return a.common.async?Promise.resolve().then(async()=>{let u=[];for(let c of l){let p=await c.key,h=await c.value;u.push({key:p,value:h,alwaysSet:c.alwaysSet})}return u}).then(u=>jn.mergeObjectSync(i,u)):jn.mergeObjectSync(i,l)}get shape(){return this._def.shape()}strict(e){return U.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(n,i)=>{let a=this._def.errorMap?.(n,i).message??i.defaultError;return n.code==="unrecognized_keys"?{message:U.errToObj(e).message??a}:{message:a}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:E.ZodObject})}setKey(e,n){return this.augment({[e]:n})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let n={};for(let i of ge.objectKeys(e))e[i]&&this.shape[i]&&(n[i]=this.shape[i]);return new t({...this._def,shape:()=>n})}omit(e){let n={};for(let i of ge.objectKeys(this.shape))e[i]||(n[i]=this.shape[i]);return new t({...this._def,shape:()=>n})}deepPartial(){return wr(this)}partial(e){let n={};for(let i of ge.objectKeys(this.shape)){let a=this.shape[i];e&&!e[i]?n[i]=a:n[i]=a.optional()}return new t({...this._def,shape:()=>n})}required(e){let n={};for(let i of ge.objectKeys(this.shape))if(e&&!e[i])n[i]=this.shape[i];else{let r=this.shape[i];for(;r instanceof di;)r=r._def.innerType;n[i]=r}return new t({...this._def,shape:()=>n})}keyof(){return Jy(ge.objectKeys(this.shape))}};Vn.create=(t,e)=>new Vn({shape:()=>t,unknownKeys:"strip",catchall:xi.create(),typeName:E.ZodObject,...te(e)});Vn.strictCreate=(t,e)=>new Vn({shape:()=>t,unknownKeys:"strict",catchall:xi.create(),typeName:E.ZodObject,...te(e)});Vn.lazycreate=(t,e)=>new Vn({shape:t,unknownKeys:"strip",catchall:xi.create(),typeName:E.ZodObject,...te(e)});var ma=class extends oe{_parse(e){let{ctx:n}=this._processInputParams(e),i=this._def.options;function a(r){for(let o of r)if(o.result.status==="valid")return o.result;for(let o of r)if(o.result.status==="dirty")return n.common.issues.push(...o.ctx.common.issues),o.result;let s=r.map(o=>new Fn(o.ctx.common.issues));return H(n,{code:M.invalid_union,unionErrors:s}),K}if(n.common.async)return Promise.all(i.map(async r=>{let s={...n,common:{...n.common,issues:[]},parent:null};return{result:await r._parseAsync({data:n.data,path:n.path,parent:s}),ctx:s}})).then(a);{let r,s=[];for(let l of i){let u={...n,common:{...n.common,issues:[]},parent:null},c=l._parseSync({data:n.data,path:n.path,parent:u});if(c.status==="valid")return c;c.status==="dirty"&&!r&&(r={result:c,ctx:u}),u.common.issues.length&&s.push(u.common.issues)}if(r)return n.common.issues.push(...r.ctx.common.issues),r.result;let o=s.map(l=>new Fn(l));return H(n,{code:M.invalid_union,unionErrors:o}),K}}get options(){return this._def.options}};ma.create=(t,e)=>new ma({options:t,typeName:E.ZodUnion,...te(e)});var ut=t=>t instanceof wa?ut(t.schema):t instanceof gi?ut(t.innerType()):t instanceof va?[t.value]:t instanceof Ca?t.options:t instanceof Aa?ge.objectValues(t.enum):t instanceof ba?ut(t._def.innerType):t instanceof ha?[void 0]:t instanceof ga?[null]:t instanceof di?[void 0,...ut(t.unwrap())]:t instanceof Ui?[null,...ut(t.unwrap())]:t instanceof Hs||t instanceof Pa?ut(t.unwrap()):t instanceof ya?ut(t._def.innerType):[],Xl=class t extends oe{_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==D.object)return H(n,{code:M.invalid_type,expected:D.object,received:n.parsedType}),K;let i=this.discriminator,a=n.data[i],r=this.optionsMap.get(a);return r?n.common.async?r._parseAsync({data:n.data,path:n.path,parent:n}):r._parseSync({data:n.data,path:n.path,parent:n}):(H(n,{code:M.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[i]}),K)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,n,i){let a=new Map;for(let r of n){let s=ut(r.shape[e]);if(!s.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let o of s){if(a.has(o))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(o)}`);a.set(o,r)}}return new t({typeName:E.ZodDiscriminatedUnion,discriminator:e,options:n,optionsMap:a,...te(i)})}};function Dd(t,e){let n=$i(t),i=$i(e);if(t===e)return{valid:!0,data:t};if(n===D.object&&i===D.object){let a=ge.objectKeys(e),r=ge.objectKeys(t).filter(o=>a.indexOf(o)!==-1),s={...t,...e};for(let o of r){let l=Dd(t[o],e[o]);if(!l.valid)return{valid:!1};s[o]=l.data}return{valid:!0,data:s}}else if(n===D.array&&i===D.array){if(t.length!==e.length)return{valid:!1};let a=[];for(let r=0;r{if(Ql(r)||Ql(s))return K;let o=Dd(r.value,s.value);return o.valid?((Yl(r)||Yl(s))&&n.dirty(),{status:n.value,value:o.data}):(H(i,{code:M.invalid_intersection_types}),K)};return i.common.async?Promise.all([this._def.left._parseAsync({data:i.data,path:i.path,parent:i}),this._def.right._parseAsync({data:i.data,path:i.path,parent:i})]).then(([r,s])=>a(r,s)):a(this._def.left._parseSync({data:i.data,path:i.path,parent:i}),this._def.right._parseSync({data:i.data,path:i.path,parent:i}))}};fa.create=(t,e,n)=>new fa({left:t,right:e,typeName:E.ZodIntersection,...te(n)});var Ni=class t extends oe{_parse(e){let{status:n,ctx:i}=this._processInputParams(e);if(i.parsedType!==D.array)return H(i,{code:M.invalid_type,expected:D.array,received:i.parsedType}),K;if(i.data.lengththis._def.items.length&&(H(i,{code:M.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),n.dirty());let r=[...i.data].map((s,o)=>{let l=this._def.items[o]||this._def.rest;return l?l._parse(new hi(i,s,i.path,o)):null}).filter(s=>!!s);return i.common.async?Promise.all(r).then(s=>jn.mergeArray(n,s)):jn.mergeArray(n,r)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Ni.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Ni({items:t,typeName:E.ZodTuple,rest:null,...te(e)})};var eu=class t extends oe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:n,ctx:i}=this._processInputParams(e);if(i.parsedType!==D.object)return H(i,{code:M.invalid_type,expected:D.object,received:i.parsedType}),K;let a=[],r=this._def.keyType,s=this._def.valueType;for(let o in i.data)a.push({key:r._parse(new hi(i,o,i.path,o)),value:s._parse(new hi(i,i.data[o],i.path,o)),alwaysSet:o in i.data});return i.common.async?jn.mergeObjectAsync(n,a):jn.mergeObjectSync(n,a)}get element(){return this._def.valueType}static create(e,n,i){return n instanceof oe?new t({keyType:e,valueType:n,typeName:E.ZodRecord,...te(i)}):new t({keyType:xt.create(),valueType:e,typeName:E.ZodRecord,...te(n)})}},Ar=class extends oe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:n,ctx:i}=this._processInputParams(e);if(i.parsedType!==D.map)return H(i,{code:M.invalid_type,expected:D.map,received:i.parsedType}),K;let a=this._def.keyType,r=this._def.valueType,s=[...i.data.entries()].map(([o,l],u)=>({key:a._parse(new hi(i,o,i.path,[u,"key"])),value:r._parse(new hi(i,l,i.path,[u,"value"]))}));if(i.common.async){let o=new Map;return Promise.resolve().then(async()=>{for(let l of s){let u=await l.key,c=await l.value;if(u.status==="aborted"||c.status==="aborted")return K;(u.status==="dirty"||c.status==="dirty")&&n.dirty(),o.set(u.value,c.value)}return{status:n.value,value:o}})}else{let o=new Map;for(let l of s){let u=l.key,c=l.value;if(u.status==="aborted"||c.status==="aborted")return K;(u.status==="dirty"||c.status==="dirty")&&n.dirty(),o.set(u.value,c.value)}return{status:n.value,value:o}}}};Ar.create=(t,e,n)=>new Ar({valueType:e,keyType:t,typeName:E.ZodMap,...te(n)});var br=class t extends oe{_parse(e){let{status:n,ctx:i}=this._processInputParams(e);if(i.parsedType!==D.set)return H(i,{code:M.invalid_type,expected:D.set,received:i.parsedType}),K;let a=this._def;a.minSize!==null&&i.data.sizea.maxSize.value&&(H(i,{code:M.too_big,maximum:a.maxSize.value,type:"set",inclusive:!0,exact:!1,message:a.maxSize.message}),n.dirty());let r=this._def.valueType;function s(l){let u=new Set;for(let c of l){if(c.status==="aborted")return K;c.status==="dirty"&&n.dirty(),u.add(c.value)}return{status:n.value,value:u}}let o=[...i.data.values()].map((l,u)=>r._parse(new hi(i,l,i.path,u)));return i.common.async?Promise.all(o).then(l=>s(l)):s(o)}min(e,n){return new t({...this._def,minSize:{value:e,message:U.toString(n)}})}max(e,n){return new t({...this._def,maxSize:{value:e,message:U.toString(n)}})}size(e,n){return this.min(e,n).max(e,n)}nonempty(e){return this.min(1,e)}};br.create=(t,e)=>new br({valueType:t,minSize:null,maxSize:null,typeName:E.ZodSet,...te(e)});var nu=class t extends oe{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==D.function)return H(n,{code:M.invalid_type,expected:D.function,received:n.parsedType}),K;function i(o,l){return _s({data:o,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,mr(),lt].filter(u=>!!u),issueData:{code:M.invalid_arguments,argumentsError:l}})}function a(o,l){return _s({data:o,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,mr(),lt].filter(u=>!!u),issueData:{code:M.invalid_return_type,returnTypeError:l}})}let r={errorMap:n.common.contextualErrorMap},s=n.data;if(this._def.returns instanceof Mt){let o=this;return _n(async function(...l){let u=new Fn([]),c=await o._def.args.parseAsync(l,r).catch(d=>{throw u.addIssue(i(l,d)),u}),p=await Reflect.apply(s,this,c);return await o._def.returns._def.type.parseAsync(p,r).catch(d=>{throw u.addIssue(a(p,d)),u})})}else{let o=this;return _n(function(...l){let u=o._def.args.safeParse(l,r);if(!u.success)throw new Fn([i(l,u.error)]);let c=Reflect.apply(s,this,u.data),p=o._def.returns.safeParse(c,r);if(!p.success)throw new Fn([a(c,p.error)]);return p.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Ni.create(e).rest(ct.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,n,i){return new t({args:e||Ni.create([]).rest(ct.create()),returns:n||ct.create(),typeName:E.ZodFunction,...te(i)})}},wa=class extends oe{get schema(){return this._def.getter()}_parse(e){let{ctx:n}=this._processInputParams(e);return this._def.getter()._parse({data:n.data,path:n.path,parent:n})}};wa.create=(t,e)=>new wa({getter:t,typeName:E.ZodLazy,...te(e)});var va=class extends oe{_parse(e){if(e.data!==this._def.value){let n=this._getOrReturnCtx(e);return H(n,{received:n.data,code:M.invalid_literal,expected:this._def.value}),K}return{status:"valid",value:e.data}}get value(){return this._def.value}};va.create=(t,e)=>new va({value:t,typeName:E.ZodLiteral,...te(e)});function Jy(t,e){return new Ca({values:t,typeName:E.ZodEnum,...te(e)})}var Ca=class t extends oe{_parse(e){if(typeof e.data!="string"){let n=this._getOrReturnCtx(e),i=this._def.values;return H(n,{expected:ge.joinValues(i),received:n.parsedType,code:M.invalid_type}),K}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){let n=this._getOrReturnCtx(e),i=this._def.values;return H(n,{received:n.data,code:M.invalid_enum_value,options:i}),K}return _n(e.data)}get options(){return this._def.values}get enum(){let e={};for(let n of this._def.values)e[n]=n;return e}get Values(){let e={};for(let n of this._def.values)e[n]=n;return e}get Enum(){let e={};for(let n of this._def.values)e[n]=n;return e}extract(e,n=this._def){return t.create(e,{...this._def,...n})}exclude(e,n=this._def){return t.create(this.options.filter(i=>!e.includes(i)),{...this._def,...n})}};Ca.create=Jy;var Aa=class extends oe{_parse(e){let n=ge.getValidEnumValues(this._def.values),i=this._getOrReturnCtx(e);if(i.parsedType!==D.string&&i.parsedType!==D.number){let a=ge.objectValues(n);return H(i,{expected:ge.joinValues(a),received:i.parsedType,code:M.invalid_type}),K}if(this._cache||(this._cache=new Set(ge.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){let a=ge.objectValues(n);return H(i,{received:i.data,code:M.invalid_enum_value,options:a}),K}return _n(e.data)}get enum(){return this._def.values}};Aa.create=(t,e)=>new Aa({values:t,typeName:E.ZodNativeEnum,...te(e)});var Mt=class extends oe{unwrap(){return this._def.type}_parse(e){let{ctx:n}=this._processInputParams(e);if(n.parsedType!==D.promise&&n.common.async===!1)return H(n,{code:M.invalid_type,expected:D.promise,received:n.parsedType}),K;let i=n.parsedType===D.promise?n.data:Promise.resolve(n.data);return _n(i.then(a=>this._def.type.parseAsync(a,{path:n.path,errorMap:n.common.contextualErrorMap})))}};Mt.create=(t,e)=>new Mt({type:t,typeName:E.ZodPromise,...te(e)});var gi=class extends oe{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===E.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:n,ctx:i}=this._processInputParams(e),a=this._def.effect||null,r={addIssue:s=>{H(i,s),s.fatal?n.abort():n.dirty()},get path(){return i.path}};if(r.addIssue=r.addIssue.bind(r),a.type==="preprocess"){let s=a.transform(i.data,r);if(i.common.async)return Promise.resolve(s).then(async o=>{if(n.value==="aborted")return K;let l=await this._def.schema._parseAsync({data:o,path:i.path,parent:i});return l.status==="aborted"?K:l.status==="dirty"?la(l.value):n.value==="dirty"?la(l.value):l});{if(n.value==="aborted")return K;let o=this._def.schema._parseSync({data:s,path:i.path,parent:i});return o.status==="aborted"?K:o.status==="dirty"?la(o.value):n.value==="dirty"?la(o.value):o}}if(a.type==="refinement"){let s=o=>{let l=a.refinement(o,r);if(i.common.async)return Promise.resolve(l);if(l instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return o};if(i.common.async===!1){let o=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});return o.status==="aborted"?K:(o.status==="dirty"&&n.dirty(),s(o.value),{status:n.value,value:o.value})}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(o=>o.status==="aborted"?K:(o.status==="dirty"&&n.dirty(),s(o.value).then(()=>({status:n.value,value:o.value}))))}if(a.type==="transform")if(i.common.async===!1){let s=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});if(!Ot(s))return K;let o=a.transform(s.value,r);if(o instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:n.value,value:o}}else return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(s=>Ot(s)?Promise.resolve(a.transform(s.value,r)).then(o=>({status:n.value,value:o})):K);ge.assertNever(a)}};gi.create=(t,e,n)=>new gi({schema:t,typeName:E.ZodEffects,effect:e,...te(n)});gi.createWithPreprocess=(t,e,n)=>new gi({schema:e,effect:{type:"preprocess",transform:t},typeName:E.ZodEffects,...te(n)});var di=class extends oe{_parse(e){return this._getType(e)===D.undefined?_n(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};di.create=(t,e)=>new di({innerType:t,typeName:E.ZodOptional,...te(e)});var Ui=class extends oe{_parse(e){return this._getType(e)===D.null?_n(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Ui.create=(t,e)=>new Ui({innerType:t,typeName:E.ZodNullable,...te(e)});var ba=class extends oe{_parse(e){let{ctx:n}=this._processInputParams(e),i=n.data;return n.parsedType===D.undefined&&(i=this._def.defaultValue()),this._def.innerType._parse({data:i,path:n.path,parent:n})}removeDefault(){return this._def.innerType}};ba.create=(t,e)=>new ba({innerType:t,typeName:E.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...te(e)});var ya=class extends oe{_parse(e){let{ctx:n}=this._processInputParams(e),i={...n,common:{...n.common,issues:[]}},a=this._def.innerType._parse({data:i.data,path:i.path,parent:{...i}});return fr(a)?a.then(r=>({status:"valid",value:r.status==="valid"?r.value:this._def.catchValue({get error(){return new Fn(i.common.issues)},input:i.data})})):{status:"valid",value:a.status==="valid"?a.value:this._def.catchValue({get error(){return new Fn(i.common.issues)},input:i.data})}}removeCatch(){return this._def.innerType}};ya.create=(t,e)=>new ya({innerType:t,typeName:E.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...te(e)});var yr=class extends oe{_parse(e){if(this._getType(e)!==D.nan){let i=this._getOrReturnCtx(e);return H(i,{code:M.invalid_type,expected:D.nan,received:i.parsedType}),K}return{status:"valid",value:e.data}}};yr.create=t=>new yr({typeName:E.ZodNaN,...te(t)});var tD=Symbol("zod_brand"),Hs=class extends oe{_parse(e){let{ctx:n}=this._processInputParams(e),i=n.data;return this._def.type._parse({data:i,path:n.path,parent:n})}unwrap(){return this._def.type}},Is=class t extends oe{_parse(e){let{status:n,ctx:i}=this._processInputParams(e);if(i.common.async)return(async()=>{let r=await this._def.in._parseAsync({data:i.data,path:i.path,parent:i});return r.status==="aborted"?K:r.status==="dirty"?(n.dirty(),la(r.value)):this._def.out._parseAsync({data:r.value,path:i.path,parent:i})})();{let a=this._def.in._parseSync({data:i.data,path:i.path,parent:i});return a.status==="aborted"?K:a.status==="dirty"?(n.dirty(),{status:"dirty",value:a.value}):this._def.out._parseSync({data:a.value,path:i.path,parent:i})}}static create(e,n){return new t({in:e,out:n,typeName:E.ZodPipeline})}},Pa=class extends oe{_parse(e){let n=this._def.innerType._parse(e),i=a=>(Ot(a)&&(a.value=Object.freeze(a.value)),a);return fr(n)?n.then(a=>i(a)):i(n)}unwrap(){return this._def.innerType}};Pa.create=(t,e)=>new Pa({innerType:t,typeName:E.ZodReadonly,...te(e)});function Wy(t,e){let n=typeof t=="function"?t(e):typeof t=="string"?{message:t}:t;return typeof n=="string"?{message:n}:n}function Zy(t,e={},n){return t?Tt.create().superRefine((i,a)=>{let r=t(i);if(r instanceof Promise)return r.then(s=>{if(!s){let o=Wy(e,i),l=o.fatal??n??!0;a.addIssue({code:"custom",...o,fatal:l})}});if(!r){let s=Wy(e,i),o=s.fatal??n??!0;a.addIssue({code:"custom",...s,fatal:o})}}):Tt.create()}var aD={object:Vn.lazycreate},E;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(E||(E={}));var rD=(t,e={message:`Input not instance of ${t.name}`})=>Zy(n=>n instanceof t,e),Ky=xt.create,Qy=ua.create,sD=yr.create,oD=ca.create,Yy=pa.create,lD=da.create,uD=vr.create,cD=ha.create,pD=ga.create,dD=Tt.create,hD=ct.create,gD=xi.create,mD=Cr.create,fD=pt.create,Gd=Vn.create,wD=Vn.strictCreate,vD=ma.create,CD=Xl.create,AD=fa.create,bD=Ni.create,yD=eu.create,PD=Ar.create,jD=br.create,SD=nu.create,OD=wa.create,xD=va.create,TD=Ca.create,MD=Aa.create,ED=Mt.create,kD=gi.create,qD=di.create,_D=Ui.create,HD=gi.createWithPreprocess,ID=Is.create,RD=()=>Ky().optional(),zD=()=>Qy().optional(),DD=()=>Yy().optional(),GD={string:(t=>xt.create({...t,coerce:!0})),number:(t=>ua.create({...t,coerce:!0})),boolean:(t=>pa.create({...t,coerce:!0})),bigint:(t=>ca.create({...t,coerce:!0})),date:(t=>da.create({...t,coerce:!0}))};var $D=K;var Xy;function j(t,e,n){function i(o,l){if(o._zod||Object.defineProperty(o,"_zod",{value:{def:l,constr:s,traits:new Set},enumerable:!1}),o._zod.traits.has(t))return;o._zod.traits.add(t),e(o,l);let u=s.prototype,c=Object.keys(u);for(let p=0;pn?.Parent&&o instanceof n.Parent?!0:o?._zod?.traits?.has(t)}),Object.defineProperty(s,"name",{value:t}),s}var zne=Symbol("zod_brand"),Li=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Pr=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name="ZodEncodeError"}};(Xy=globalThis).__zod_globalConfig??(Xy.__zod_globalConfig={});var jr=globalThis.__zod_globalConfig;function li(t){return t&&Object.assign(jr,t),jr}var we={};Id(we,{BIGINT_FORMAT_RANGES:()=>iP,Class:()=>Nd,NUMBER_FORMAT_RANGES:()=>Jd,aborted:()=>qt,allowsEval:()=>Wd,assert:()=>FD,assertEqual:()=>UD,assertIs:()=>WD,assertNever:()=>BD,assertNotEqual:()=>LD,assignProp:()=>Et,base64ToUint8Array:()=>cP,base64urlToUint8Array:()=>t1,cached:()=>Or,captureStackTrace:()=>au,cleanEnum:()=>i1,cleanRegex:()=>Gs,clone:()=>ui,cloneDef:()=>JD,createTransparentProxy:()=>e1,defineLazy:()=>Me,esc:()=>tu,escapeRegex:()=>ht,explicitlyAborted:()=>Zd,extend:()=>rP,finalizeIssue:()=>mi,floatSafeRemainder:()=>Ud,getElementAtPath:()=>ZD,getEnumValues:()=>zs,getLengthableOrigin:()=>$s,getParsedType:()=>XD,getSizableOrigin:()=>uP,hexToUint8Array:()=>r1,isObject:()=>ja,isPlainObject:()=>kt,issue:()=>xr,joinValues:()=>iu,jsonStringifyReplacer:()=>Sr,merge:()=>n1,mergeDefs:()=>dt,normalizeParams:()=>J,nullish:()=>Ds,numKeys:()=>YD,objectClone:()=>VD,omit:()=>aP,optionalKeys:()=>Vd,parsedType:()=>Kd,partial:()=>oP,pick:()=>tP,prefixIssues:()=>gt,primitiveTypes:()=>nP,promiseAllObject:()=>KD,propertyKeyTypes:()=>Fd,randomString:()=>QD,required:()=>lP,safeExtend:()=>sP,shallowClone:()=>Bd,slugify:()=>Ld,stringifyPrimitive:()=>ru,uint8ArrayToBase64:()=>pP,uint8ArrayToBase64url:()=>a1,uint8ArrayToHex:()=>s1,unwrapMessage:()=>Rs});function UD(t){return t}function LD(t){return t}function WD(t){}function BD(t){throw new Error("Unexpected value in exhaustive check")}function FD(t){}function zs(t){let e=Object.values(t).filter(i=>typeof i=="number");return Object.entries(t).filter(([i,a])=>e.indexOf(+i)===-1).map(([i,a])=>a)}function iu(t,e="|"){return t.map(n=>ru(n)).join(e)}function Sr(t,e){return typeof e=="bigint"?e.toString():e}function Or(t){return{get value(){{let n=t();return Object.defineProperty(this,"value",{value:n}),n}throw new Error("cached value already set")}}}function Ds(t){return t==null}function Gs(t){let e=t.startsWith("^")?1:0,n=t.endsWith("$")?t.length-1:t.length;return t.slice(e,n)}function Ud(t,e){let n=t/e,i=Math.round(n),a=Number.EPSILON*Math.max(Math.abs(n),1);return Math.abs(n-i)n?.[i],t):t}function KD(t){let e=Object.keys(t),n=e.map(i=>t[i]);return Promise.all(n).then(i=>{let a={};for(let r=0;r{};function ja(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}var Wd=Or(()=>{if(jr.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let t=Function;return new t(""),!0}catch{return!1}});function kt(t){if(ja(t)===!1)return!1;let e=t.constructor;if(e===void 0||typeof e!="function")return!0;let n=e.prototype;return!(ja(n)===!1||Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")===!1)}function Bd(t){return kt(t)?{...t}:Array.isArray(t)?[...t]:t instanceof Map?new Map(t):t instanceof Set?new Set(t):t}function YD(t){let e=0;for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&e++;return e}var XD=t=>{let e=typeof t;switch(e){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(t)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(t)?"array":t===null?"null":t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?"promise":typeof Map<"u"&&t instanceof Map?"map":typeof Set<"u"&&t instanceof Set?"set":typeof Date<"u"&&t instanceof Date?"date":typeof File<"u"&&t instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${e}`)}},Fd=new Set(["string","number","symbol"]),nP=new Set(["string","number","bigint","boolean","symbol","undefined"]);function ht(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function ui(t,e,n){let i=new t._zod.constr(e??t._zod.def);return(!e||n?.parent)&&(i._zod.parent=t),i}function J(t){let e=t;if(!e)return{};if(typeof e=="string")return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");e.error=e.message}return delete e.message,typeof e.error=="string"?{...e,error:()=>e.error}:e}function e1(t){let e;return new Proxy({},{get(n,i,a){return e??(e=t()),Reflect.get(e,i,a)},set(n,i,a,r){return e??(e=t()),Reflect.set(e,i,a,r)},has(n,i){return e??(e=t()),Reflect.has(e,i)},deleteProperty(n,i){return e??(e=t()),Reflect.deleteProperty(e,i)},ownKeys(n){return e??(e=t()),Reflect.ownKeys(e)},getOwnPropertyDescriptor(n,i){return e??(e=t()),Reflect.getOwnPropertyDescriptor(e,i)},defineProperty(n,i,a){return e??(e=t()),Reflect.defineProperty(e,i,a)}})}function ru(t){return typeof t=="bigint"?t.toString()+"n":typeof t=="string"?`"${t}"`:`${t}`}function Vd(t){return Object.keys(t).filter(e=>t[e]._zod.optin==="optional"&&t[e]._zod.optout==="optional")}var Jd={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},iP={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function tP(t,e){let n=t._zod.def,i=n.checks;if(i&&i.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let r=dt(t._zod.def,{get shape(){let s={};for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&(s[o]=n.shape[o])}return Et(this,"shape",s),s},checks:[]});return ui(t,r)}function aP(t,e){let n=t._zod.def,i=n.checks;if(i&&i.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let r=dt(t._zod.def,{get shape(){let s={...t._zod.def.shape};for(let o in e){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);e[o]&&delete s[o]}return Et(this,"shape",s),s},checks:[]});return ui(t,r)}function rP(t,e){if(!kt(e))throw new Error("Invalid input to extend: expected a plain object");let n=t._zod.def.checks;if(n&&n.length>0){let r=t._zod.def.shape;for(let s in e)if(Object.getOwnPropertyDescriptor(r,s)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let a=dt(t._zod.def,{get shape(){let r={...t._zod.def.shape,...e};return Et(this,"shape",r),r}});return ui(t,a)}function sP(t,e){if(!kt(e))throw new Error("Invalid input to safeExtend: expected a plain object");let n=dt(t._zod.def,{get shape(){let i={...t._zod.def.shape,...e};return Et(this,"shape",i),i}});return ui(t,n)}function n1(t,e){if(t._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let n=dt(t._zod.def,{get shape(){let i={...t._zod.def.shape,...e._zod.def.shape};return Et(this,"shape",i),i},get catchall(){return e._zod.def.catchall},checks:e._zod.def.checks??[]});return ui(t,n)}function oP(t,e,n){let a=e._zod.def.checks;if(a&&a.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let s=dt(e._zod.def,{get shape(){let o=e._zod.def.shape,l={...o};if(n)for(let u in n){if(!(u in o))throw new Error(`Unrecognized key: "${u}"`);n[u]&&(l[u]=t?new t({type:"optional",innerType:o[u]}):o[u])}else for(let u in o)l[u]=t?new t({type:"optional",innerType:o[u]}):o[u];return Et(this,"shape",l),l},checks:[]});return ui(e,s)}function lP(t,e,n){let i=dt(e._zod.def,{get shape(){let a=e._zod.def.shape,r={...a};if(n)for(let s in n){if(!(s in r))throw new Error(`Unrecognized key: "${s}"`);n[s]&&(r[s]=new t({type:"nonoptional",innerType:a[s]}))}else for(let s in a)r[s]=new t({type:"nonoptional",innerType:a[s]});return Et(this,"shape",r),r}});return ui(e,i)}function qt(t,e=0){if(t.aborted===!0)return!0;for(let n=e;n{var i;return(i=n).path??(i.path=[]),n.path.unshift(t),n})}function Rs(t){return typeof t=="string"?t:t?.message}function mi(t,e,n){let i=t.message?t.message:Rs(t.inst?._zod.def?.error?.(t))??Rs(e?.error?.(t))??Rs(n.customError?.(t))??Rs(n.localeError?.(t))??"Invalid input",{inst:a,continue:r,input:s,...o}=t;return o.path??(o.path=[]),o.message=i,e?.reportInput&&(o.input=s),o}function uP(t){return t instanceof Set?"set":t instanceof Map?"map":t instanceof File?"file":"unknown"}function $s(t){return Array.isArray(t)?"array":typeof t=="string"?"string":"unknown"}function Kd(t){let e=typeof t;switch(e){case"number":return Number.isNaN(t)?"nan":"number";case"object":{if(t===null)return"null";if(Array.isArray(t))return"array";let n=t;if(n&&Object.getPrototypeOf(n)!==Object.prototype&&"constructor"in n&&n.constructor)return n.constructor.name}}return e}function xr(...t){let[e,n,i]=t;return typeof e=="string"?{message:e,code:"custom",input:n,inst:i}:{...e}}function i1(t){return Object.entries(t).filter(([e,n])=>Number.isNaN(Number.parseInt(e,10))).map(e=>e[1])}function cP(t){let e=atob(t),n=new Uint8Array(e.length);for(let i=0;ie.toString(16).padStart(2,"0")).join("")}var Nd=class{constructor(...e){}};var dP=(t,e)=>{t.name="$ZodError",Object.defineProperty(t,"_zod",{value:t._zod,enumerable:!1}),Object.defineProperty(t,"issues",{value:e,enumerable:!1}),t.message=JSON.stringify(e,Sr,2),Object.defineProperty(t,"toString",{value:()=>t.message,enumerable:!1})},su=j("$ZodError",dP),Ns=j("$ZodError",dP,{Parent:Error});function hP(t,e=n=>n.message){let n={},i=[];for(let a of t.issues)a.path.length>0?(n[a.path[0]]=n[a.path[0]]||[],n[a.path[0]].push(e(a))):i.push(e(a));return{formErrors:i,fieldErrors:n}}function gP(t,e=n=>n.message){let n={_errors:[]},i=(a,r=[])=>{for(let s of a.issues)if(s.code==="invalid_union"&&s.errors.length)s.errors.map(o=>i({issues:o},[...r,...s.path]));else if(s.code==="invalid_key")i({issues:s.issues},[...r,...s.path]);else if(s.code==="invalid_element")i({issues:s.issues},[...r,...s.path]);else{let o=[...r,...s.path];if(o.length===0)n._errors.push(e(s));else{let l=n,u=0;for(;u(e,n,i,a)=>{let r=i?{...i,async:!1}:{async:!1},s=e._zod.run({value:n,issues:[]},r);if(s instanceof Promise)throw new Li;if(s.issues.length){let o=new(a?.Err??t)(s.issues.map(l=>mi(l,r,li())));throw au(o,a?.callee),o}return s.value},ou=Us(Ns),Ls=t=>async(e,n,i,a)=>{let r=i?{...i,async:!0}:{async:!0},s=e._zod.run({value:n,issues:[]},r);if(s instanceof Promise&&(s=await s),s.issues.length){let o=new(a?.Err??t)(s.issues.map(l=>mi(l,r,li())));throw au(o,a?.callee),o}return s.value},lu=Ls(Ns),Ws=t=>(e,n,i)=>{let a=i?{...i,async:!1}:{async:!1},r=e._zod.run({value:n,issues:[]},a);if(r instanceof Promise)throw new Li;return r.issues.length?{success:!1,error:new(t??su)(r.issues.map(s=>mi(s,a,li())))}:{success:!0,data:r.value}},Sa=Ws(Ns),Bs=t=>async(e,n,i)=>{let a=i?{...i,async:!0}:{async:!0},r=e._zod.run({value:n,issues:[]},a);return r instanceof Promise&&(r=await r),r.issues.length?{success:!1,error:new t(r.issues.map(s=>mi(s,a,li())))}:{success:!0,data:r.value}},Oa=Bs(Ns),mP=t=>(e,n,i)=>{let a=i?{...i,direction:"backward"}:{direction:"backward"};return Us(t)(e,n,a)};var fP=t=>(e,n,i)=>Us(t)(e,n,i);var wP=t=>async(e,n,i)=>{let a=i?{...i,direction:"backward"}:{direction:"backward"};return Ls(t)(e,n,a)};var vP=t=>async(e,n,i)=>Ls(t)(e,n,i);var CP=t=>(e,n,i)=>{let a=i?{...i,direction:"backward"}:{direction:"backward"};return Ws(t)(e,n,a)};var AP=t=>(e,n,i)=>Ws(t)(e,n,i);var bP=t=>async(e,n,i)=>{let a=i?{...i,direction:"backward"}:{direction:"backward"};return Bs(t)(e,n,a)};var yP=t=>async(e,n,i)=>Bs(t)(e,n,i);var PP=/^[cC][0-9a-z]{6,}$/,jP=/^[0-9a-z]+$/,SP=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,OP=/^[0-9a-vA-V]{20}$/,xP=/^[A-Za-z0-9]{27}$/,TP=/^[a-zA-Z0-9_-]{21}$/,MP=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var EP=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Qd=t=>t?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${t}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/;var kP=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var l1="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function qP(){return new RegExp(l1,"u")}var _P=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,HP=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/;var IP=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,RP=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,zP=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Yd=/^[A-Za-z0-9_-]*$/;var DP=/^https?$/,GP=/^\+[1-9]\d{6,14}$/,$P="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",NP=new RegExp(`^${$P}$`);function UP(t){let e="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof t.precision=="number"?t.precision===-1?`${e}`:t.precision===0?`${e}:[0-5]\\d`:`${e}:[0-5]\\d\\.\\d{${t.precision}}`:`${e}(?::[0-5]\\d(?:\\.\\d+)?)?`}function LP(t){return new RegExp(`^${UP(t)}$`)}function WP(t){let e=UP({precision:t.precision}),n=["Z"];t.local&&n.push(""),t.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let i=`${e}(?:${n.join("|")})`;return new RegExp(`^${$P}T(?:${i})$`)}var BP=t=>{let e=t?`[\\s\\S]{${t?.minimum??0},${t?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${e}$`)};var FP=/^-?\d+$/,Xd=/^-?\d+(?:\.\d+)?$/,VP=/^(?:true|false)$/i,JP=/^null$/i;var ZP=/^[^A-Z]*$/,KP=/^[^a-z]*$/;var vn=j("$ZodCheck",(t,e)=>{var n;t._zod??(t._zod={}),t._zod.def=e,(n=t._zod).onattach??(n.onattach=[])}),QP={number:"number",bigint:"bigint",object:"date"},eh=j("$ZodCheckLessThan",(t,e)=>{vn.init(t,e);let n=QP[typeof e.value];t._zod.onattach.push(i=>{let a=i._zod.bag,r=(e.inclusive?a.maximum:a.exclusiveMaximum)??Number.POSITIVE_INFINITY;e.value{(e.inclusive?i.value<=e.value:i.value{vn.init(t,e);let n=QP[typeof e.value];t._zod.onattach.push(i=>{let a=i._zod.bag,r=(e.inclusive?a.minimum:a.exclusiveMinimum)??Number.NEGATIVE_INFINITY;e.value>r&&(e.inclusive?a.minimum=e.value:a.exclusiveMinimum=e.value)}),t._zod.check=i=>{(e.inclusive?i.value>=e.value:i.value>e.value)||i.issues.push({origin:n,code:"too_small",minimum:typeof e.value=="object"?e.value.getTime():e.value,input:i.value,inclusive:e.inclusive,inst:t,continue:!e.abort})}}),YP=j("$ZodCheckMultipleOf",(t,e)=>{vn.init(t,e),t._zod.onattach.push(n=>{var i;(i=n._zod.bag).multipleOf??(i.multipleOf=e.value)}),t._zod.check=n=>{if(typeof n.value!=typeof e.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof n.value=="bigint"?n.value%e.value===BigInt(0):Ud(n.value,e.value)===0)||n.issues.push({origin:typeof n.value,code:"not_multiple_of",divisor:e.value,input:n.value,inst:t,continue:!e.abort})}}),XP=j("$ZodCheckNumberFormat",(t,e)=>{vn.init(t,e),e.format=e.format||"float64";let n=e.format?.includes("int"),i=n?"int":"number",[a,r]=Jd[e.format];t._zod.onattach.push(s=>{let o=s._zod.bag;o.format=e.format,o.minimum=a,o.maximum=r,n&&(o.pattern=FP)}),t._zod.check=s=>{let o=s.value;if(n){if(!Number.isInteger(o)){s.issues.push({expected:i,format:e.format,code:"invalid_type",continue:!1,input:o,inst:t});return}if(!Number.isSafeInteger(o)){o>0?s.issues.push({input:o,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:i,inclusive:!0,continue:!e.abort}):s.issues.push({input:o,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:t,origin:i,inclusive:!0,continue:!e.abort});return}}or&&s.issues.push({origin:"number",input:o,code:"too_big",maximum:r,inclusive:!0,inst:t,continue:!e.abort})}});var ej=j("$ZodCheckMaxLength",(t,e)=>{var n;vn.init(t,e),(n=t._zod.def).when??(n.when=i=>{let a=i.value;return!Ds(a)&&a.length!==void 0}),t._zod.onattach.push(i=>{let a=i._zod.bag.maximum??Number.POSITIVE_INFINITY;e.maximum{let a=i.value;if(a.length<=e.maximum)return;let s=$s(a);i.issues.push({origin:s,code:"too_big",maximum:e.maximum,inclusive:!0,input:a,inst:t,continue:!e.abort})}}),nj=j("$ZodCheckMinLength",(t,e)=>{var n;vn.init(t,e),(n=t._zod.def).when??(n.when=i=>{let a=i.value;return!Ds(a)&&a.length!==void 0}),t._zod.onattach.push(i=>{let a=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;e.minimum>a&&(i._zod.bag.minimum=e.minimum)}),t._zod.check=i=>{let a=i.value;if(a.length>=e.minimum)return;let s=$s(a);i.issues.push({origin:s,code:"too_small",minimum:e.minimum,inclusive:!0,input:a,inst:t,continue:!e.abort})}}),ij=j("$ZodCheckLengthEquals",(t,e)=>{var n;vn.init(t,e),(n=t._zod.def).when??(n.when=i=>{let a=i.value;return!Ds(a)&&a.length!==void 0}),t._zod.onattach.push(i=>{let a=i._zod.bag;a.minimum=e.length,a.maximum=e.length,a.length=e.length}),t._zod.check=i=>{let a=i.value,r=a.length;if(r===e.length)return;let s=$s(a),o=r>e.length;i.issues.push({origin:s,...o?{code:"too_big",maximum:e.length}:{code:"too_small",minimum:e.length},inclusive:!0,exact:!0,input:i.value,inst:t,continue:!e.abort})}}),Vs=j("$ZodCheckStringFormat",(t,e)=>{var n,i;vn.init(t,e),t._zod.onattach.push(a=>{let r=a._zod.bag;r.format=e.format,e.pattern&&(r.patterns??(r.patterns=new Set),r.patterns.add(e.pattern))}),e.pattern?(n=t._zod).check??(n.check=a=>{e.pattern.lastIndex=0,!e.pattern.test(a.value)&&a.issues.push({origin:"string",code:"invalid_format",format:e.format,input:a.value,...e.pattern?{pattern:e.pattern.toString()}:{},inst:t,continue:!e.abort})}):(i=t._zod).check??(i.check=()=>{})}),tj=j("$ZodCheckRegex",(t,e)=>{Vs.init(t,e),t._zod.check=n=>{e.pattern.lastIndex=0,!e.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:e.pattern.toString(),inst:t,continue:!e.abort})}}),aj=j("$ZodCheckLowerCase",(t,e)=>{e.pattern??(e.pattern=ZP),Vs.init(t,e)}),rj=j("$ZodCheckUpperCase",(t,e)=>{e.pattern??(e.pattern=KP),Vs.init(t,e)}),sj=j("$ZodCheckIncludes",(t,e)=>{vn.init(t,e);let n=ht(e.includes),i=new RegExp(typeof e.position=="number"?`^.{${e.position}}${n}`:n);e.pattern=i,t._zod.onattach.push(a=>{let r=a._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(i)}),t._zod.check=a=>{a.value.includes(e.includes,e.position)||a.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:e.includes,input:a.value,inst:t,continue:!e.abort})}}),oj=j("$ZodCheckStartsWith",(t,e)=>{vn.init(t,e);let n=new RegExp(`^${ht(e.prefix)}.*`);e.pattern??(e.pattern=n),t._zod.onattach.push(i=>{let a=i._zod.bag;a.patterns??(a.patterns=new Set),a.patterns.add(n)}),t._zod.check=i=>{i.value.startsWith(e.prefix)||i.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:e.prefix,input:i.value,inst:t,continue:!e.abort})}}),lj=j("$ZodCheckEndsWith",(t,e)=>{vn.init(t,e);let n=new RegExp(`.*${ht(e.suffix)}$`);e.pattern??(e.pattern=n),t._zod.onattach.push(i=>{let a=i._zod.bag;a.patterns??(a.patterns=new Set),a.patterns.add(n)}),t._zod.check=i=>{i.value.endsWith(e.suffix)||i.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:e.suffix,input:i.value,inst:t,continue:!e.abort})}});var uj=j("$ZodCheckOverwrite",(t,e)=>{vn.init(t,e),t._zod.check=n=>{n.value=e.tx(n.value)}});var uu=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e=="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let i=e.split(` +`).filter(s=>s),a=Math.min(...i.map(s=>s.length-s.trimStart().length)),r=i.map(s=>s.slice(a)).map(s=>" ".repeat(this.indent*2)+s);for(let s of r)this.content.push(s)}compile(){let e=Function,n=this?.args,a=[...(this?.content??[""]).map(r=>` ${r}`)];return new e(...n,a.join(` +`))}};var pj={major:4,minor:4,patch:3};var _e=j("$ZodType",(t,e)=>{var n;t??(t={}),t._zod.def=e,t._zod.bag=t._zod.bag||{},t._zod.version=pj;let i=[...t._zod.def.checks??[]];t._zod.traits.has("$ZodCheck")&&i.unshift(t);for(let a of i)for(let r of a._zod.onattach)r(t);if(i.length===0)(n=t._zod).deferred??(n.deferred=[]),t._zod.deferred?.push(()=>{t._zod.run=t._zod.parse});else{let a=(s,o,l)=>{let u=qt(s),c;for(let p of o){if(p._zod.def.when){if(Zd(s)||!p._zod.def.when(s))continue}else if(u)continue;let h=s.issues.length,d=p._zod.check(s);if(d instanceof Promise&&l?.async===!1)throw new Li;if(c||d instanceof Promise)c=(c??Promise.resolve()).then(async()=>{await d,s.issues.length!==h&&(u||(u=qt(s,h)))});else{if(s.issues.length===h)continue;u||(u=qt(s,h))}}return c?c.then(()=>s):s},r=(s,o,l)=>{if(qt(s))return s.aborted=!0,s;let u=a(o,i,l);if(u instanceof Promise){if(l.async===!1)throw new Li;return u.then(c=>t._zod.parse(c,l))}return t._zod.parse(u,l)};t._zod.run=(s,o)=>{if(o.skipChecks)return t._zod.parse(s,o);if(o.direction==="backward"){let u=t._zod.parse({value:s.value,issues:[]},{...o,skipChecks:!0});return u instanceof Promise?u.then(c=>r(c,s,o)):r(u,s,o)}let l=t._zod.parse(s,o);if(l instanceof Promise){if(o.async===!1)throw new Li;return l.then(u=>a(u,i,o))}return a(l,i,o)}}Me(t,"~standard",()=>({validate:a=>{try{let r=Sa(t,a);return r.success?{value:r.data}:{issues:r.error?.issues}}catch{return Oa(t,a).then(s=>s.success?{value:s.data}:{issues:s.error?.issues})}},vendor:"zod",version:1}))}),Js=j("$ZodString",(t,e)=>{_e.init(t,e),t._zod.pattern=[...t?._zod.bag?.patterns??[]].pop()??BP(t._zod.bag),t._zod.parse=(n,i)=>{if(e.coerce)try{n.value=String(n.value)}catch{}return typeof n.value=="string"||n.issues.push({expected:"string",code:"invalid_type",input:n.value,inst:t}),n}}),De=j("$ZodStringFormat",(t,e)=>{Vs.init(t,e),Js.init(t,e)}),th=j("$ZodGUID",(t,e)=>{e.pattern??(e.pattern=EP),De.init(t,e)}),ah=j("$ZodUUID",(t,e)=>{if(e.version){let i={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[e.version];if(i===void 0)throw new Error(`Invalid UUID version: "${e.version}"`);e.pattern??(e.pattern=Qd(i))}else e.pattern??(e.pattern=Qd());De.init(t,e)}),rh=j("$ZodEmail",(t,e)=>{e.pattern??(e.pattern=kP),De.init(t,e)}),sh=j("$ZodURL",(t,e)=>{De.init(t,e),t._zod.check=n=>{try{let i=n.value.trim();if(!e.normalize&&e.protocol?.source===DP.source&&!/^https?:\/\//i.test(i)){n.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:n.value,inst:t,continue:!e.abort});return}let a=new URL(i);e.hostname&&(e.hostname.lastIndex=0,e.hostname.test(a.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:e.hostname.source,input:n.value,inst:t,continue:!e.abort})),e.protocol&&(e.protocol.lastIndex=0,e.protocol.test(a.protocol.endsWith(":")?a.protocol.slice(0,-1):a.protocol)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:e.protocol.source,input:n.value,inst:t,continue:!e.abort})),e.normalize?n.value=a.href:n.value=i;return}catch{n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:t,continue:!e.abort})}}}),oh=j("$ZodEmoji",(t,e)=>{e.pattern??(e.pattern=qP()),De.init(t,e)}),lh=j("$ZodNanoID",(t,e)=>{e.pattern??(e.pattern=TP),De.init(t,e)}),uh=j("$ZodCUID",(t,e)=>{e.pattern??(e.pattern=PP),De.init(t,e)}),ch=j("$ZodCUID2",(t,e)=>{e.pattern??(e.pattern=jP),De.init(t,e)}),ph=j("$ZodULID",(t,e)=>{e.pattern??(e.pattern=SP),De.init(t,e)}),dh=j("$ZodXID",(t,e)=>{e.pattern??(e.pattern=OP),De.init(t,e)}),hh=j("$ZodKSUID",(t,e)=>{e.pattern??(e.pattern=xP),De.init(t,e)}),Aj=j("$ZodISODateTime",(t,e)=>{e.pattern??(e.pattern=WP(e)),De.init(t,e)}),bj=j("$ZodISODate",(t,e)=>{e.pattern??(e.pattern=NP),De.init(t,e)}),yj=j("$ZodISOTime",(t,e)=>{e.pattern??(e.pattern=LP(e)),De.init(t,e)}),Pj=j("$ZodISODuration",(t,e)=>{e.pattern??(e.pattern=MP),De.init(t,e)}),gh=j("$ZodIPv4",(t,e)=>{e.pattern??(e.pattern=_P),De.init(t,e),t._zod.bag.format="ipv4"}),mh=j("$ZodIPv6",(t,e)=>{e.pattern??(e.pattern=HP),De.init(t,e),t._zod.bag.format="ipv6",t._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:t,continue:!e.abort})}}});var fh=j("$ZodCIDRv4",(t,e)=>{e.pattern??(e.pattern=IP),De.init(t,e)}),wh=j("$ZodCIDRv6",(t,e)=>{e.pattern??(e.pattern=RP),De.init(t,e),t._zod.check=n=>{let i=n.value.split("/");try{if(i.length!==2)throw new Error;let[a,r]=i;if(!r)throw new Error;let s=Number(r);if(`${s}`!==r)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${a}]`)}catch{n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:t,continue:!e.abort})}}});function jj(t){if(t==="")return!0;if(/\s/.test(t)||t.length%4!==0)return!1;try{return atob(t),!0}catch{return!1}}var vh=j("$ZodBase64",(t,e)=>{e.pattern??(e.pattern=zP),De.init(t,e),t._zod.bag.contentEncoding="base64",t._zod.check=n=>{jj(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:t,continue:!e.abort})}});function u1(t){if(!Yd.test(t))return!1;let e=t.replace(/[-_]/g,i=>i==="-"?"+":"/"),n=e.padEnd(Math.ceil(e.length/4)*4,"=");return jj(n)}var Ch=j("$ZodBase64URL",(t,e)=>{e.pattern??(e.pattern=Yd),De.init(t,e),t._zod.bag.contentEncoding="base64url",t._zod.check=n=>{u1(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:t,continue:!e.abort})}}),Ah=j("$ZodE164",(t,e)=>{e.pattern??(e.pattern=GP),De.init(t,e)});function c1(t,e=null){try{let n=t.split(".");if(n.length!==3)return!1;let[i]=n;if(!i)return!1;let a=JSON.parse(atob(i));return!("typ"in a&&a?.typ!=="JWT"||!a.alg||e&&(!("alg"in a)||a.alg!==e))}catch{return!1}}var bh=j("$ZodJWT",(t,e)=>{De.init(t,e),t._zod.check=n=>{c1(n.value,e.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:t,continue:!e.abort})}});var du=j("$ZodNumber",(t,e)=>{_e.init(t,e),t._zod.pattern=t._zod.bag.pattern??Xd,t._zod.parse=(n,i)=>{if(e.coerce)try{n.value=Number(n.value)}catch{}let a=n.value;if(typeof a=="number"&&!Number.isNaN(a)&&Number.isFinite(a))return n;let r=typeof a=="number"?Number.isNaN(a)?"NaN":Number.isFinite(a)?void 0:"Infinity":void 0;return n.issues.push({expected:"number",code:"invalid_type",input:a,inst:t,...r?{received:r}:{}}),n}}),yh=j("$ZodNumberFormat",(t,e)=>{XP.init(t,e),du.init(t,e)}),Ph=j("$ZodBoolean",(t,e)=>{_e.init(t,e),t._zod.pattern=VP,t._zod.parse=(n,i)=>{if(e.coerce)try{n.value=!!n.value}catch{}let a=n.value;return typeof a=="boolean"||n.issues.push({expected:"boolean",code:"invalid_type",input:a,inst:t}),n}});var jh=j("$ZodNull",(t,e)=>{_e.init(t,e),t._zod.pattern=JP,t._zod.values=new Set([null]),t._zod.parse=(n,i)=>{let a=n.value;return a===null||n.issues.push({expected:"null",code:"invalid_type",input:a,inst:t}),n}});var Sh=j("$ZodUnknown",(t,e)=>{_e.init(t,e),t._zod.parse=n=>n}),Oh=j("$ZodNever",(t,e)=>{_e.init(t,e),t._zod.parse=(n,i)=>(n.issues.push({expected:"never",code:"invalid_type",input:n.value,inst:t}),n)});function dj(t,e,n){t.issues.length&&e.issues.push(...gt(n,t.issues)),e.value[n]=t.value}var xh=j("$ZodArray",(t,e)=>{_e.init(t,e),t._zod.parse=(n,i)=>{let a=n.value;if(!Array.isArray(a))return n.issues.push({expected:"array",code:"invalid_type",input:a,inst:t}),n;n.value=Array(a.length);let r=[];for(let s=0;sdj(u,n,s))):dj(l,n,s)}return r.length?Promise.all(r).then(()=>n):n}});function pu(t,e,n,i,a,r){let s=n in i;if(t.issues.length){if(a&&r&&!s)return;e.issues.push(...gt(n,t.issues))}if(!s&&!a){t.issues.length||e.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[n]});return}t.value===void 0?s&&(e.value[n]=void 0):e.value[n]=t.value}function Sj(t){let e=Object.keys(t.shape);for(let i of e)if(!t.shape?.[i]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${i}": expected a Zod schema`);let n=Vd(t.shape);return{...t,keys:e,keySet:new Set(e),numKeys:e.length,optionalKeys:new Set(n)}}function Oj(t,e,n,i,a,r){let s=[],o=a.keySet,l=a.catchall._zod,u=l.def.type,c=l.optin==="optional",p=l.optout==="optional";for(let h in e){if(h==="__proto__"||o.has(h))continue;if(u==="never"){s.push(h);continue}let d=l.run({value:e[h],issues:[]},i);d instanceof Promise?t.push(d.then(g=>pu(g,n,h,e,c,p))):pu(d,n,h,e,c,p)}return s.length&&n.issues.push({code:"unrecognized_keys",keys:s,input:e,inst:r}),t.length?Promise.all(t).then(()=>n):n}var Th=j("$ZodObject",(t,e)=>{if(_e.init(t,e),!Object.getOwnPropertyDescriptor(e,"shape")?.get){let o=e.shape;Object.defineProperty(e,"shape",{get:()=>{let l={...o};return Object.defineProperty(e,"shape",{value:l}),l}})}let i=Or(()=>Sj(e));Me(t._zod,"propValues",()=>{let o=e.shape,l={};for(let u in o){let c=o[u]._zod;if(c.values){l[u]??(l[u]=new Set);for(let p of c.values)l[u].add(p)}}return l});let a=ja,r=e.catchall,s;t._zod.parse=(o,l)=>{s??(s=i.value);let u=o.value;if(!a(u))return o.issues.push({expected:"object",code:"invalid_type",input:u,inst:t}),o;o.value={};let c=[],p=s.shape;for(let h of s.keys){let d=p[h],g=d._zod.optin==="optional",m=d._zod.optout==="optional",f=d._zod.run({value:u[h],issues:[]},l);f instanceof Promise?c.push(f.then(w=>pu(w,o,h,u,g,m))):pu(f,o,h,u,g,m)}return r?Oj(c,u,o,l,i.value,t):c.length?Promise.all(c).then(()=>o):o}}),xj=j("$ZodObjectJIT",(t,e)=>{Th.init(t,e);let n=t._zod.parse,i=Or(()=>Sj(e)),a=h=>{let d=new uu(["shape","payload","ctx"]),g=i.value,m=A=>{let y=tu(A);return`shape[${y}]._zod.run({ value: input[${y}], issues: [] }, ctx)`};d.write("const input = payload.value;");let f=Object.create(null),w=0;for(let A of g.keys)f[A]=`key_${w++}`;d.write("const newResult = {};");for(let A of g.keys){let y=f[A],S=tu(A),q=h[A],N=q?._zod?.optin==="optional",X=q?._zod?.optout==="optional";d.write(`const ${y} = ${m(A)};`),N&&X?d.write(` + if (${y}.issues.length) { + if (${S} in input) { + payload.issues = payload.issues.concat(${y}.issues.map(iss => ({ ...iss, - path: iss.path ? [${O}, ...iss.path] : [${O}] + path: iss.path ? [${S}, ...iss.path] : [${S}] }))); } } - if (${b}.value === undefined) { - if (${O} in input) { - newResult[${O}] = undefined; + if (${y}.value === undefined) { + if (${S} in input) { + newResult[${S}] = undefined; } } else { - newResult[${O}] = ${b}.value; + newResult[${S}] = ${y}.value; } - `):N?h.write(` - if (${b}.issues.length) { - payload.issues = payload.issues.concat(${b}.issues.map(iss => ({ + `):N?d.write(` + if (${y}.issues.length) { + payload.issues = payload.issues.concat(${y}.issues.map(iss => ({ ...iss, - path: iss.path ? [${O}, ...iss.path] : [${O}] + path: iss.path ? [${S}, ...iss.path] : [${S}] }))); } - if (${b}.value === undefined) { - if (${O} in input) { - newResult[${O}] = undefined; + if (${y}.value === undefined) { + if (${S} in input) { + newResult[${S}] = undefined; } } else { - newResult[${O}] = ${b}.value; + newResult[${S}] = ${y}.value; } - `):h.write(` - const ${b}_present = ${O} in input; - if (${b}.issues.length) { - payload.issues = payload.issues.concat(${b}.issues.map(iss => ({ + `):d.write(` + const ${y}_present = ${S} in input; + if (${y}.issues.length) { + payload.issues = payload.issues.concat(${y}.issues.map(iss => ({ ...iss, - path: iss.path ? [${O}, ...iss.path] : [${O}] + path: iss.path ? [${S}, ...iss.path] : [${S}] }))); } - if (!${b}_present && !${b}.issues.length) { + if (!${y}_present && !${y}.issues.length) { payload.issues.push({ code: "invalid_type", expected: "nonoptional", input: undefined, - path: [${O}] + path: [${S}] }); } - if (${b}_present) { - if (${b}.value === undefined) { - newResult[${O}] = undefined; + if (${y}_present) { + if (${y}.value === undefined) { + newResult[${S}] = undefined; } else { - newResult[${O}] = ${b}.value; + newResult[${S}] = ${y}.value; } } - `)}h.write("payload.value = newResult;"),h.write("return payload;");let y=h.compile();return(A,b)=>y(d,A,b)},r,s=ma,o=!dr.jitless,u=o&&Ed.value,c=e.catchall,p;t._zod.parse=(d,h)=>{p??(p=n.value);let g=d.value;return s(g)?o&&u&&h?.async===!1&&h.jitless!==!0?(r||(r=a(e.shape)),d=r(d,h),c?aj([],g,d,h,p,t):d):i(d,h):(d.issues.push({expected:"object",code:"invalid_type",input:g,inst:t}),d)}});function BP(t,e,i,n){for(let r of t)if(r.issues.length===0)return e.value=r.value,e;let a=t.filter(r=>!Pt(r));return a.length===1?(e.value=a[0].value,a[0]):(e.issues.push({code:"invalid_union",input:e.value,inst:i,errors:t.map(r=>r.issues.map(s=>on(s,n,Yi())))}),e)}var eu=j("$ZodUnion",(t,e)=>{ke.init(t,e),Oe(t._zod,"optin",()=>e.options.some(n=>n._zod.optin==="optional")?"optional":void 0),Oe(t._zod,"optout",()=>e.options.some(n=>n._zod.optout==="optional")?"optional":void 0),Oe(t._zod,"values",()=>{if(e.options.every(n=>n._zod.values))return new Set(e.options.flatMap(n=>Array.from(n._zod.values)))}),Oe(t._zod,"pattern",()=>{if(e.options.every(n=>n._zod.pattern)){let n=e.options.map(a=>a._zod.pattern);return new RegExp(`^(${n.map(a=>js(a.source)).join("|")})$`)}});let i=e.options.length===1?e.options[0]._zod.run:null;t._zod.parse=(n,a)=>{if(i)return i(n,a);let r=!1,s=[];for(let o of e.options){let l=o._zod.run({value:n.value,issues:[]},a);if(l instanceof Promise)s.push(l),r=!0;else{if(l.issues.length===0)return l;s.push(l)}}return r?Promise.all(s).then(o=>BP(o,n,t,a)):BP(s,n,t,a)}});var mh=j("$ZodDiscriminatedUnion",(t,e)=>{e.inclusive=!1,eu.init(t,e);let i=t._zod.parse;Oe(t._zod,"propValues",()=>{let a={};for(let r of e.options){let s=r._zod.propValues;if(!s||Object.keys(s).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(r)}"`);for(let[o,l]of Object.entries(s)){a[o]||(a[o]=new Set);for(let u of l)a[o].add(u)}}return a});let n=gr(()=>{let a=e.options,r=new Map;for(let s of a){let o=s._zod.propValues?.[e.discriminator];if(!o||o.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let l of o){if(r.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);r.set(l,s)}}return r});t._zod.parse=(a,r)=>{let s=a.value;if(!ma(s))return a.issues.push({code:"invalid_type",expected:"object",input:s,inst:t}),a;let o=n.value.get(s?.[e.discriminator]);return o?o._zod.run(a,r):e.unionFallback||r.direction==="backward"?i(a,r):(a.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:e.discriminator,options:Array.from(n.value.keys()),input:s,path:[e.discriminator],inst:t}),a)}}),fh=j("$ZodIntersection",(t,e)=>{ke.init(t,e),t._zod.parse=(i,n)=>{let a=i.value,r=e.left._zod.run({value:a,issues:[]},n),s=e.right._zod.run({value:a,issues:[]},n);return r instanceof Promise||s instanceof Promise?Promise.all([r,s]).then(([l,u])=>FP(i,l,u)):FP(i,r,s)}});function Ud(t,e){if(t===e)return{valid:!0,data:t};if(t instanceof Date&&e instanceof Date&&+t==+e)return{valid:!0,data:t};if(yt(t)&&yt(e)){let i=Object.keys(e),n=Object.keys(t).filter(r=>i.indexOf(r)!==-1),a={...t,...e};for(let r of n){let s=Ud(t[r],e[r]);if(!s.valid)return{valid:!1,mergeErrorPath:[r,...s.mergeErrorPath]};a[r]=s.data}return{valid:!0,data:a}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let i=[];for(let n=0;no.l&&o.r).map(([o])=>o);if(r.length&&a&&t.issues.push({...a,keys:r}),Pt(t))return t;let s=Ud(e.value,i.value);if(!s.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(s.mergeErrorPath)}`);return t.value=s.data,t}var wh=j("$ZodRecord",(t,e)=>{ke.init(t,e),t._zod.parse=(i,n)=>{let a=i.value;if(!yt(a))return i.issues.push({expected:"record",code:"invalid_type",input:a,inst:t}),i;let r=[],s=e.keyType._zod.values;if(s){i.value={};let o=new Set;for(let u of s)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){o.add(typeof u=="number"?u.toString():u);let c=e.keyType._zod.run({value:u,issues:[]},n);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(c.issues.length){i.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(h=>on(h,n,Yi())),input:u,path:[u],inst:t});continue}let p=c.value,d=e.valueType._zod.run({value:a[u],issues:[]},n);d instanceof Promise?r.push(d.then(h=>{h.issues.length&&i.issues.push(...rt(u,h.issues)),i.value[p]=h.value})):(d.issues.length&&i.issues.push(...rt(u,d.issues)),i.value[p]=d.value)}let l;for(let u in a)o.has(u)||(l=l??[],l.push(u));l&&l.length>0&&i.issues.push({code:"unrecognized_keys",input:a,inst:t,keys:l})}else{i.value={};for(let o of Reflect.ownKeys(a)){if(o==="__proto__"||!Object.prototype.propertyIsEnumerable.call(a,o))continue;let l=e.keyType._zod.run({value:o,issues:[]},n);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof o=="string"&&Gd.test(o)&&l.issues.length){let p=e.keyType._zod.run({value:Number(o),issues:[]},n);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");p.issues.length===0&&(l=p)}if(l.issues.length){e.mode==="loose"?i.value[o]=a[o]:i.issues.push({code:"invalid_key",origin:"record",issues:l.issues.map(p=>on(p,n,Yi())),input:o,path:[o],inst:t});continue}let c=e.valueType._zod.run({value:a[o],issues:[]},n);c instanceof Promise?r.push(c.then(p=>{p.issues.length&&i.issues.push(...rt(o,p.issues)),i.value[l.value]=p.value})):(c.issues.length&&i.issues.push(...rt(o,c.issues)),i.value[l.value]=c.value)}}return r.length?Promise.all(r).then(()=>i):i}});var vh=j("$ZodEnum",(t,e)=>{ke.init(t,e);let i=ys(e.entries),n=new Set(i);t._zod.values=n,t._zod.pattern=new RegExp(`^(${i.filter(a=>qd.has(typeof a)).map(a=>typeof a=="string"?at(a):a.toString()).join("|")})$`),t._zod.parse=(a,r)=>{let s=a.value;return n.has(s)||a.issues.push({code:"invalid_value",values:i,input:s,inst:t}),a}}),Ch=j("$ZodLiteral",(t,e)=>{if(ke.init(t,e),e.values.length===0)throw new Error("Cannot create literal schema with no valid values");let i=new Set(e.values);t._zod.values=i,t._zod.pattern=new RegExp(`^(${e.values.map(n=>typeof n=="string"?at(n):n?at(n.toString()):String(n)).join("|")})$`),t._zod.parse=(n,a)=>{let r=n.value;return i.has(r)||n.issues.push({code:"invalid_value",values:e.values,input:r,inst:t}),n}});var Ah=j("$ZodTransform",(t,e)=>{ke.init(t,e),t._zod.optin="optional",t._zod.parse=(i,n)=>{if(n.direction==="backward")throw new pr(t.constructor.name);let a=e.transform(i.value,i);if(n.async)return(a instanceof Promise?a:Promise.resolve(a)).then(s=>(i.value=s,i.fallback=!0,i));if(a instanceof Promise)throw new In;return i.value=a,i.fallback=!0,i}});function VP(t,e){return e===void 0&&(t.issues.length||t.fallback)?{issues:[],value:void 0}:t}var iu=j("$ZodOptional",(t,e)=>{ke.init(t,e),t._zod.optin="optional",t._zod.optout="optional",Oe(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),Oe(t._zod,"pattern",()=>{let i=e.innerType._zod.pattern;return i?new RegExp(`^(${js(i.source)})?$`):void 0}),t._zod.parse=(i,n)=>{if(e.innerType._zod.optin==="optional"){let a=i.value,r=e.innerType._zod.run(i,n);return r instanceof Promise?r.then(s=>VP(s,a)):VP(r,a)}return i.value===void 0?i:e.innerType._zod.run(i,n)}}),bh=j("$ZodExactOptional",(t,e)=>{iu.init(t,e),Oe(t._zod,"values",()=>e.innerType._zod.values),Oe(t._zod,"pattern",()=>e.innerType._zod.pattern),t._zod.parse=(i,n)=>e.innerType._zod.run(i,n)}),yh=j("$ZodNullable",(t,e)=>{ke.init(t,e),Oe(t._zod,"optin",()=>e.innerType._zod.optin),Oe(t._zod,"optout",()=>e.innerType._zod.optout),Oe(t._zod,"pattern",()=>{let i=e.innerType._zod.pattern;return i?new RegExp(`^(${js(i.source)}|null)$`):void 0}),Oe(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(i,n)=>i.value===null?i:e.innerType._zod.run(i,n)}),Ph=j("$ZodDefault",(t,e)=>{ke.init(t,e),t._zod.optin="optional",Oe(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(i,n)=>{if(n.direction==="backward")return e.innerType._zod.run(i,n);if(i.value===void 0)return i.value=e.defaultValue,i;let a=e.innerType._zod.run(i,n);return a instanceof Promise?a.then(r=>JP(r,e)):JP(a,e)}});function JP(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var jh=j("$ZodPrefault",(t,e)=>{ke.init(t,e),t._zod.optin="optional",Oe(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(i,n)=>(n.direction==="backward"||i.value===void 0&&(i.value=e.defaultValue),e.innerType._zod.run(i,n))}),Sh=j("$ZodNonOptional",(t,e)=>{ke.init(t,e),Oe(t._zod,"values",()=>{let i=e.innerType._zod.values;return i?new Set([...i].filter(n=>n!==void 0)):void 0}),t._zod.parse=(i,n)=>{let a=e.innerType._zod.run(i,n);return a instanceof Promise?a.then(r=>ZP(r,t)):ZP(a,t)}});function ZP(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}var Oh=j("$ZodCatch",(t,e)=>{ke.init(t,e),t._zod.optin="optional",Oe(t._zod,"optout",()=>e.innerType._zod.optout),Oe(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(i,n)=>{if(n.direction==="backward")return e.innerType._zod.run(i,n);let a=e.innerType._zod.run(i,n);return a instanceof Promise?a.then(r=>(i.value=r.value,r.issues.length&&(i.value=e.catchValue({...i,error:{issues:r.issues.map(s=>on(s,n,Yi()))},input:i.value}),i.issues=[],i.fallback=!0),i)):(i.value=a.value,a.issues.length&&(i.value=e.catchValue({...i,error:{issues:a.issues.map(r=>on(r,n,Yi()))},input:i.value}),i.issues=[],i.fallback=!0),i)}});var nu=j("$ZodPipe",(t,e)=>{ke.init(t,e),Oe(t._zod,"values",()=>e.in._zod.values),Oe(t._zod,"optin",()=>e.in._zod.optin),Oe(t._zod,"optout",()=>e.out._zod.optout),Oe(t._zod,"propValues",()=>e.in._zod.propValues),t._zod.parse=(i,n)=>{if(n.direction==="backward"){let r=e.out._zod.run(i,n);return r instanceof Promise?r.then(s=>Ql(s,e.in,n)):Ql(r,e.in,n)}let a=e.in._zod.run(i,n);return a instanceof Promise?a.then(r=>Ql(r,e.out,n)):Ql(a,e.out,n)}});function Ql(t,e,i){return t.issues.length?(t.aborted=!0,t):e._zod.run({value:t.value,issues:t.issues,fallback:t.fallback},i)}var sj=j("$ZodPreprocess",(t,e)=>{nu.init(t,e)}),xh=j("$ZodReadonly",(t,e)=>{ke.init(t,e),Oe(t._zod,"propValues",()=>e.innerType._zod.propValues),Oe(t._zod,"values",()=>e.innerType._zod.values),Oe(t._zod,"optin",()=>e.innerType?._zod?.optin),Oe(t._zod,"optout",()=>e.innerType?._zod?.optout),t._zod.parse=(i,n)=>{if(n.direction==="backward")return e.innerType._zod.run(i,n);let a=e.innerType._zod.run(i,n);return a instanceof Promise?a.then(KP):KP(a)}});function KP(t){return t.value=Object.freeze(t.value),t}var Th=j("$ZodCustom",(t,e)=>{hi.init(t,e),ke.init(t,e),t._zod.parse=(i,n)=>i,t._zod.check=i=>{let n=i.value,a=e.fn(n);if(a instanceof Promise)return a.then(r=>QP(r,i,n,t));QP(a,i,n,t)}});function QP(t,e,i,n){if(!t){let a={code:"custom",input:i,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(a.params=n._zod.def.params),e.issues.push(mr(a))}}var jD=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function e(a){return t[a]??null}let i={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},n={nan:"NaN"};return a=>{switch(a.code){case"invalid_type":{let r=n[a.expected]??a.expected,s=Rd(a.input),o=n[s]??s;return`Invalid input: expected ${r}, received ${o}`}case"invalid_value":return a.values.length===1?`Invalid input: expected ${Fl(a.values[0])}`:`Invalid option: expected one of ${Ll(a.values,"|")}`;case"too_big":{let r=a.inclusive?"<=":"<",s=e(a.origin);return s?`Too big: expected ${a.origin??"value"} to have ${r}${a.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${a.origin??"value"} to be ${r}${a.maximum.toString()}`}case"too_small":{let r=a.inclusive?">=":">",s=e(a.origin);return s?`Too small: expected ${a.origin} to have ${r}${a.minimum.toString()} ${s.unit}`:`Too small: expected ${a.origin} to be ${r}${a.minimum.toString()}`}case"invalid_format":{let r=a;return r.format==="starts_with"?`Invalid string: must start with "${r.prefix}"`:r.format==="ends_with"?`Invalid string: must end with "${r.suffix}"`:r.format==="includes"?`Invalid string: must include "${r.includes}"`:r.format==="regex"?`Invalid string: must match pattern ${r.pattern}`:`Invalid ${i[r.format]??a.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${a.divisor}`;case"unrecognized_keys":return`Unrecognized key${a.keys.length>1?"s":""}: ${Ll(a.keys,", ")}`;case"invalid_key":return`Invalid key in ${a.origin}`;case"invalid_union":return a.options&&Array.isArray(a.options)&&a.options.length>0?`Invalid discriminator value. Expected ${a.options.map(s=>`'${s}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${a.origin}`;default:return"Invalid input"}}};function oj(){return{localeError:jD()}}var lj,Hee=Symbol("ZodOutput"),Iee=Symbol("ZodInput"),Mh=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...i){let n=i[0];return this._map.set(e,n),n&&typeof n=="object"&&"id"in n&&this._idmap.set(n.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let i=this._map.get(e);return i&&typeof i=="object"&&"id"in i&&this._idmap.delete(i.id),this._map.delete(e),this}get(e){let i=e._zod.parent;if(i){let n={...this.get(i)??{}};delete n.id;let a={...n,...this._map.get(e)};return Object.keys(a).length?a:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};function SD(){return new Mh}(lj=globalThis).__zod_globalRegistry??(lj.__zod_globalRegistry=SD());var va=globalThis.__zod_globalRegistry;function Eh(t,e){return new t({type:"string",...J(e)})}function kh(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...J(e)})}function tu(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...J(e)})}function qh(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...J(e)})}function _h(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...J(e)})}function Hh(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...J(e)})}function Ih(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...J(e)})}function Rh(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...J(e)})}function zh(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...J(e)})}function Dh(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...J(e)})}function Gh(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...J(e)})}function $h(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...J(e)})}function Nh(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...J(e)})}function Uh(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...J(e)})}function Lh(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...J(e)})}function Wh(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...J(e)})}function Bh(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...J(e)})}function Fh(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...J(e)})}function Vh(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...J(e)})}function Jh(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...J(e)})}function Zh(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...J(e)})}function Kh(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...J(e)})}function Qh(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...J(e)})}function uj(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...J(e)})}function cj(t,e){return new t({type:"string",format:"date",check:"string_format",...J(e)})}function pj(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...J(e)})}function dj(t,e){return new t({type:"string",format:"duration",check:"string_format",...J(e)})}function Yh(t,e){return new t({type:"number",checks:[],...J(e)})}function Xh(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...J(e)})}function eg(t,e){return new t({type:"boolean",...J(e)})}function ig(t,e){return new t({type:"null",...J(e)})}function ng(t){return new t({type:"unknown"})}function tg(t,e){return new t({type:"never",...J(e)})}function au(t,e){return new $d({check:"less_than",...J(e),value:t,inclusive:!1})}function Hs(t,e){return new $d({check:"less_than",...J(e),value:t,inclusive:!0})}function ru(t,e){return new Nd({check:"greater_than",...J(e),value:t,inclusive:!1})}function Is(t,e){return new Nd({check:"greater_than",...J(e),value:t,inclusive:!0})}function su(t,e){return new EP({check:"multiple_of",...J(e),value:t})}function ou(t,e){return new qP({check:"max_length",...J(e),maximum:t})}function fr(t,e){return new _P({check:"min_length",...J(e),minimum:t})}function lu(t,e){return new HP({check:"length_equals",...J(e),length:t})}function ag(t,e){return new IP({check:"string_format",format:"regex",...J(e),pattern:t})}function rg(t){return new RP({check:"string_format",format:"lowercase",...J(t)})}function sg(t){return new zP({check:"string_format",format:"uppercase",...J(t)})}function og(t,e){return new DP({check:"string_format",format:"includes",...J(e),includes:t})}function lg(t,e){return new GP({check:"string_format",format:"starts_with",...J(e),prefix:t})}function ug(t,e){return new $P({check:"string_format",format:"ends_with",...J(e),suffix:t})}function jt(t){return new NP({check:"overwrite",tx:t})}function cg(t){return jt(e=>e.normalize(t))}function pg(){return jt(t=>t.trim())}function dg(){return jt(t=>t.toLowerCase())}function hg(){return jt(t=>t.toUpperCase())}function gg(){return jt(t=>Md(t))}function hj(t,e,i){return new t({type:"array",element:e,...J(i)})}function mg(t,e,i){let n=J(i);return n.abort??(n.abort=!0),new t({type:"custom",check:"custom",fn:e,...n})}function fg(t,e,i){return new t({type:"custom",check:"custom",fn:e,...J(i)})}function wg(t,e){let i=OD(n=>(n.addIssue=a=>{if(typeof a=="string")n.issues.push(mr(a,n.value,i._zod.def));else{let r=a;r.fatal&&(r.continue=!1),r.code??(r.code="custom"),r.input??(r.input=n.value),r.inst??(r.inst=i),r.continue??(r.continue=!i._zod.def.abort),n.issues.push(mr(r))}},t(n.value,n)),e);return i}function OD(t,e){let i=new hi({check:"custom",...J(e)});return i._zod.check=t,i}function zs(t){let e=t?.target??"draft-2020-12";return e==="draft-4"&&(e="draft-04"),e==="draft-7"&&(e="draft-07"),{processors:t.processors??{},metadataRegistry:t?.metadata??va,target:e,unrepresentable:t?.unrepresentable??"throw",override:t?.override??(()=>{}),io:t?.io??"output",counter:0,seen:new Map,cycles:t?.cycles??"ref",reused:t?.reused??"inline",external:t?.external??void 0}}function qe(t,e,i={path:[],schemaPath:[]}){var n;let a=t._zod.def,r=e.seen.get(t);if(r)return r.count++,i.schemaPath.includes(t)&&(r.cycle=i.path),r.schema;let s={schema:{},count:1,cycle:void 0,path:i.path};e.seen.set(t,s);let o=t._zod.toJSONSchema?.();if(o)s.schema=o;else{let c={...i,schemaPath:[...i.schemaPath,t],path:i.path};if(t._zod.processJSONSchema)t._zod.processJSONSchema(e,s.schema,c);else{let d=s.schema,h=e.processors[a.type];if(!h)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${a.type}`);h(t,e,d,c)}let p=t._zod.parent;p&&(s.ref||(s.ref=p),qe(p,e,c),e.seen.get(p).isParent=!0)}let l=e.metadataRegistry.get(t);return l&&Object.assign(s.schema,l),e.io==="input"&&qi(t)&&(delete s.schema.examples,delete s.schema.default),e.io==="input"&&"_prefault"in s.schema&&((n=s.schema).default??(n.default=s.schema._prefault)),delete s.schema._prefault,e.seen.get(t).schema}function Ds(t,e){let i=t.seen.get(e);if(!i)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=new Map;for(let s of t.seen.entries()){let o=t.metadataRegistry.get(s[0])?.id;if(o){let l=n.get(o);if(l&&l!==s[0])throw new Error(`Duplicate schema id "${o}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);n.set(o,s[0])}}let a=s=>{let o=t.target==="draft-2020-12"?"$defs":"definitions";if(t.external){let p=t.external.registry.get(s[0])?.id,d=t.external.uri??(g=>g);if(p)return{ref:d(p)};let h=s[1].defId??s[1].schema.id??`schema${t.counter++}`;return s[1].defId=h,{defId:h,ref:`${d("__shared")}#/${o}/${h}`}}if(s[1]===i)return{ref:"#"};let u=`#/${o}/`,c=s[1].schema.id??`__schema${t.counter++}`;return{defId:c,ref:u+c}},r=s=>{if(s[1].schema.$ref)return;let o=s[1],{ref:l,defId:u}=a(s);o.def={...o.schema},u&&(o.defId=u);let c=o.schema;for(let p in c)delete c[p];c.$ref=l};if(t.cycles==="throw")for(let s of t.seen.entries()){let o=s[1];if(o.cycle)throw new Error(`Cycle detected: #/${o.cycle?.join("/")}/ + `)}d.write("payload.value = newResult;"),d.write("return payload;");let b=d.compile();return(A,y)=>b(h,A,y)},r,s=ja,o=!jr.jitless,u=o&&Wd.value,c=e.catchall,p;t._zod.parse=(h,d)=>{p??(p=i.value);let g=h.value;return s(g)?o&&u&&d?.async===!1&&d.jitless!==!0?(r||(r=a(e.shape)),h=r(h,d),c?Oj([],g,h,d,p,t):h):n(h,d):(h.issues.push({expected:"object",code:"invalid_type",input:g,inst:t}),h)}});function hj(t,e,n,i){for(let r of t)if(r.issues.length===0)return e.value=r.value,e;let a=t.filter(r=>!qt(r));return a.length===1?(e.value=a[0].value,a[0]):(e.issues.push({code:"invalid_union",input:e.value,inst:n,errors:t.map(r=>r.issues.map(s=>mi(s,i,li())))}),e)}var hu=j("$ZodUnion",(t,e)=>{_e.init(t,e),Me(t._zod,"optin",()=>e.options.some(i=>i._zod.optin==="optional")?"optional":void 0),Me(t._zod,"optout",()=>e.options.some(i=>i._zod.optout==="optional")?"optional":void 0),Me(t._zod,"values",()=>{if(e.options.every(i=>i._zod.values))return new Set(e.options.flatMap(i=>Array.from(i._zod.values)))}),Me(t._zod,"pattern",()=>{if(e.options.every(i=>i._zod.pattern)){let i=e.options.map(a=>a._zod.pattern);return new RegExp(`^(${i.map(a=>Gs(a.source)).join("|")})$`)}});let n=e.options.length===1?e.options[0]._zod.run:null;t._zod.parse=(i,a)=>{if(n)return n(i,a);let r=!1,s=[];for(let o of e.options){let l=o._zod.run({value:i.value,issues:[]},a);if(l instanceof Promise)s.push(l),r=!0;else{if(l.issues.length===0)return l;s.push(l)}}return r?Promise.all(s).then(o=>hj(o,i,t,a)):hj(s,i,t,a)}});var Mh=j("$ZodDiscriminatedUnion",(t,e)=>{e.inclusive=!1,hu.init(t,e);let n=t._zod.parse;Me(t._zod,"propValues",()=>{let a={};for(let r of e.options){let s=r._zod.propValues;if(!s||Object.keys(s).length===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(r)}"`);for(let[o,l]of Object.entries(s)){a[o]||(a[o]=new Set);for(let u of l)a[o].add(u)}}return a});let i=Or(()=>{let a=e.options,r=new Map;for(let s of a){let o=s._zod.propValues?.[e.discriminator];if(!o||o.size===0)throw new Error(`Invalid discriminated union option at index "${e.options.indexOf(s)}"`);for(let l of o){if(r.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);r.set(l,s)}}return r});t._zod.parse=(a,r)=>{let s=a.value;if(!ja(s))return a.issues.push({code:"invalid_type",expected:"object",input:s,inst:t}),a;let o=i.value.get(s?.[e.discriminator]);return o?o._zod.run(a,r):e.unionFallback||r.direction==="backward"?n(a,r):(a.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:e.discriminator,options:Array.from(i.value.keys()),input:s,path:[e.discriminator],inst:t}),a)}}),Eh=j("$ZodIntersection",(t,e)=>{_e.init(t,e),t._zod.parse=(n,i)=>{let a=n.value,r=e.left._zod.run({value:a,issues:[]},i),s=e.right._zod.run({value:a,issues:[]},i);return r instanceof Promise||s instanceof Promise?Promise.all([r,s]).then(([l,u])=>gj(n,l,u)):gj(n,r,s)}});function ih(t,e){if(t===e)return{valid:!0,data:t};if(t instanceof Date&&e instanceof Date&&+t==+e)return{valid:!0,data:t};if(kt(t)&&kt(e)){let n=Object.keys(e),i=Object.keys(t).filter(r=>n.indexOf(r)!==-1),a={...t,...e};for(let r of i){let s=ih(t[r],e[r]);if(!s.valid)return{valid:!1,mergeErrorPath:[r,...s.mergeErrorPath]};a[r]=s.data}return{valid:!0,data:a}}if(Array.isArray(t)&&Array.isArray(e)){if(t.length!==e.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let i=0;io.l&&o.r).map(([o])=>o);if(r.length&&a&&t.issues.push({...a,keys:r}),qt(t))return t;let s=ih(e.value,n.value);if(!s.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(s.mergeErrorPath)}`);return t.value=s.data,t}var kh=j("$ZodRecord",(t,e)=>{_e.init(t,e),t._zod.parse=(n,i)=>{let a=n.value;if(!kt(a))return n.issues.push({expected:"record",code:"invalid_type",input:a,inst:t}),n;let r=[],s=e.keyType._zod.values;if(s){n.value={};let o=new Set;for(let u of s)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){o.add(typeof u=="number"?u.toString():u);let c=e.keyType._zod.run({value:u,issues:[]},i);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(c.issues.length){n.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(d=>mi(d,i,li())),input:u,path:[u],inst:t});continue}let p=c.value,h=e.valueType._zod.run({value:a[u],issues:[]},i);h instanceof Promise?r.push(h.then(d=>{d.issues.length&&n.issues.push(...gt(u,d.issues)),n.value[p]=d.value})):(h.issues.length&&n.issues.push(...gt(u,h.issues)),n.value[p]=h.value)}let l;for(let u in a)o.has(u)||(l=l??[],l.push(u));l&&l.length>0&&n.issues.push({code:"unrecognized_keys",input:a,inst:t,keys:l})}else{n.value={};for(let o of Reflect.ownKeys(a)){if(o==="__proto__"||!Object.prototype.propertyIsEnumerable.call(a,o))continue;let l=e.keyType._zod.run({value:o,issues:[]},i);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof o=="string"&&Xd.test(o)&&l.issues.length){let p=e.keyType._zod.run({value:Number(o),issues:[]},i);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");p.issues.length===0&&(l=p)}if(l.issues.length){e.mode==="loose"?n.value[o]=a[o]:n.issues.push({code:"invalid_key",origin:"record",issues:l.issues.map(p=>mi(p,i,li())),input:o,path:[o],inst:t});continue}let c=e.valueType._zod.run({value:a[o],issues:[]},i);c instanceof Promise?r.push(c.then(p=>{p.issues.length&&n.issues.push(...gt(o,p.issues)),n.value[l.value]=p.value})):(c.issues.length&&n.issues.push(...gt(o,c.issues)),n.value[l.value]=c.value)}}return r.length?Promise.all(r).then(()=>n):n}});var qh=j("$ZodEnum",(t,e)=>{_e.init(t,e);let n=zs(e.entries),i=new Set(n);t._zod.values=i,t._zod.pattern=new RegExp(`^(${n.filter(a=>Fd.has(typeof a)).map(a=>typeof a=="string"?ht(a):a.toString()).join("|")})$`),t._zod.parse=(a,r)=>{let s=a.value;return i.has(s)||a.issues.push({code:"invalid_value",values:n,input:s,inst:t}),a}}),_h=j("$ZodLiteral",(t,e)=>{if(_e.init(t,e),e.values.length===0)throw new Error("Cannot create literal schema with no valid values");let n=new Set(e.values);t._zod.values=n,t._zod.pattern=new RegExp(`^(${e.values.map(i=>typeof i=="string"?ht(i):i?ht(i.toString()):String(i)).join("|")})$`),t._zod.parse=(i,a)=>{let r=i.value;return n.has(r)||i.issues.push({code:"invalid_value",values:e.values,input:r,inst:t}),i}});var Hh=j("$ZodTransform",(t,e)=>{_e.init(t,e),t._zod.optin="optional",t._zod.parse=(n,i)=>{if(i.direction==="backward")throw new Pr(t.constructor.name);let a=e.transform(n.value,n);if(i.async)return(a instanceof Promise?a:Promise.resolve(a)).then(s=>(n.value=s,n.fallback=!0,n));if(a instanceof Promise)throw new Li;return n.value=a,n.fallback=!0,n}});function mj(t,e){return e===void 0&&(t.issues.length||t.fallback)?{issues:[],value:void 0}:t}var gu=j("$ZodOptional",(t,e)=>{_e.init(t,e),t._zod.optin="optional",t._zod.optout="optional",Me(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,void 0]):void 0),Me(t._zod,"pattern",()=>{let n=e.innerType._zod.pattern;return n?new RegExp(`^(${Gs(n.source)})?$`):void 0}),t._zod.parse=(n,i)=>{if(e.innerType._zod.optin==="optional"){let a=n.value,r=e.innerType._zod.run(n,i);return r instanceof Promise?r.then(s=>mj(s,a)):mj(r,a)}return n.value===void 0?n:e.innerType._zod.run(n,i)}}),Ih=j("$ZodExactOptional",(t,e)=>{gu.init(t,e),Me(t._zod,"values",()=>e.innerType._zod.values),Me(t._zod,"pattern",()=>e.innerType._zod.pattern),t._zod.parse=(n,i)=>e.innerType._zod.run(n,i)}),Rh=j("$ZodNullable",(t,e)=>{_e.init(t,e),Me(t._zod,"optin",()=>e.innerType._zod.optin),Me(t._zod,"optout",()=>e.innerType._zod.optout),Me(t._zod,"pattern",()=>{let n=e.innerType._zod.pattern;return n?new RegExp(`^(${Gs(n.source)}|null)$`):void 0}),Me(t._zod,"values",()=>e.innerType._zod.values?new Set([...e.innerType._zod.values,null]):void 0),t._zod.parse=(n,i)=>n.value===null?n:e.innerType._zod.run(n,i)}),zh=j("$ZodDefault",(t,e)=>{_e.init(t,e),t._zod.optin="optional",Me(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(n,i)=>{if(i.direction==="backward")return e.innerType._zod.run(n,i);if(n.value===void 0)return n.value=e.defaultValue,n;let a=e.innerType._zod.run(n,i);return a instanceof Promise?a.then(r=>fj(r,e)):fj(a,e)}});function fj(t,e){return t.value===void 0&&(t.value=e.defaultValue),t}var Dh=j("$ZodPrefault",(t,e)=>{_e.init(t,e),t._zod.optin="optional",Me(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(n,i)=>(i.direction==="backward"||n.value===void 0&&(n.value=e.defaultValue),e.innerType._zod.run(n,i))}),Gh=j("$ZodNonOptional",(t,e)=>{_e.init(t,e),Me(t._zod,"values",()=>{let n=e.innerType._zod.values;return n?new Set([...n].filter(i=>i!==void 0)):void 0}),t._zod.parse=(n,i)=>{let a=e.innerType._zod.run(n,i);return a instanceof Promise?a.then(r=>wj(r,t)):wj(a,t)}});function wj(t,e){return!t.issues.length&&t.value===void 0&&t.issues.push({code:"invalid_type",expected:"nonoptional",input:t.value,inst:e}),t}var $h=j("$ZodCatch",(t,e)=>{_e.init(t,e),t._zod.optin="optional",Me(t._zod,"optout",()=>e.innerType._zod.optout),Me(t._zod,"values",()=>e.innerType._zod.values),t._zod.parse=(n,i)=>{if(i.direction==="backward")return e.innerType._zod.run(n,i);let a=e.innerType._zod.run(n,i);return a instanceof Promise?a.then(r=>(n.value=r.value,r.issues.length&&(n.value=e.catchValue({...n,error:{issues:r.issues.map(s=>mi(s,i,li()))},input:n.value}),n.issues=[],n.fallback=!0),n)):(n.value=a.value,a.issues.length&&(n.value=e.catchValue({...n,error:{issues:a.issues.map(r=>mi(r,i,li()))},input:n.value}),n.issues=[],n.fallback=!0),n)}});var mu=j("$ZodPipe",(t,e)=>{_e.init(t,e),Me(t._zod,"values",()=>e.in._zod.values),Me(t._zod,"optin",()=>e.in._zod.optin),Me(t._zod,"optout",()=>e.out._zod.optout),Me(t._zod,"propValues",()=>e.in._zod.propValues),t._zod.parse=(n,i)=>{if(i.direction==="backward"){let r=e.out._zod.run(n,i);return r instanceof Promise?r.then(s=>cu(s,e.in,i)):cu(r,e.in,i)}let a=e.in._zod.run(n,i);return a instanceof Promise?a.then(r=>cu(r,e.out,i)):cu(a,e.out,i)}});function cu(t,e,n){return t.issues.length?(t.aborted=!0,t):e._zod.run({value:t.value,issues:t.issues,fallback:t.fallback},n)}var Tj=j("$ZodPreprocess",(t,e)=>{mu.init(t,e)}),Nh=j("$ZodReadonly",(t,e)=>{_e.init(t,e),Me(t._zod,"propValues",()=>e.innerType._zod.propValues),Me(t._zod,"values",()=>e.innerType._zod.values),Me(t._zod,"optin",()=>e.innerType?._zod?.optin),Me(t._zod,"optout",()=>e.innerType?._zod?.optout),t._zod.parse=(n,i)=>{if(i.direction==="backward")return e.innerType._zod.run(n,i);let a=e.innerType._zod.run(n,i);return a instanceof Promise?a.then(vj):vj(a)}});function vj(t){return t.value=Object.freeze(t.value),t}var Uh=j("$ZodCustom",(t,e)=>{vn.init(t,e),_e.init(t,e),t._zod.parse=(n,i)=>n,t._zod.check=n=>{let i=n.value,a=e.fn(i);if(a instanceof Promise)return a.then(r=>Cj(r,n,i,t));Cj(a,n,i,t)}});function Cj(t,e,n,i){if(!t){let a={code:"custom",input:n,inst:i,path:[...i._zod.def.path??[]],continue:!i._zod.def.abort};i._zod.def.params&&(a.params=i._zod.def.params),e.issues.push(xr(a))}}var p1=()=>{let t={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function e(a){return t[a]??null}let n={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},i={nan:"NaN"};return a=>{switch(a.code){case"invalid_type":{let r=i[a.expected]??a.expected,s=Kd(a.input),o=i[s]??s;return`Invalid input: expected ${r}, received ${o}`}case"invalid_value":return a.values.length===1?`Invalid input: expected ${ru(a.values[0])}`:`Invalid option: expected one of ${iu(a.values,"|")}`;case"too_big":{let r=a.inclusive?"<=":"<",s=e(a.origin);return s?`Too big: expected ${a.origin??"value"} to have ${r}${a.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${a.origin??"value"} to be ${r}${a.maximum.toString()}`}case"too_small":{let r=a.inclusive?">=":">",s=e(a.origin);return s?`Too small: expected ${a.origin} to have ${r}${a.minimum.toString()} ${s.unit}`:`Too small: expected ${a.origin} to be ${r}${a.minimum.toString()}`}case"invalid_format":{let r=a;return r.format==="starts_with"?`Invalid string: must start with "${r.prefix}"`:r.format==="ends_with"?`Invalid string: must end with "${r.suffix}"`:r.format==="includes"?`Invalid string: must include "${r.includes}"`:r.format==="regex"?`Invalid string: must match pattern ${r.pattern}`:`Invalid ${n[r.format]??a.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${a.divisor}`;case"unrecognized_keys":return`Unrecognized key${a.keys.length>1?"s":""}: ${iu(a.keys,", ")}`;case"invalid_key":return`Invalid key in ${a.origin}`;case"invalid_union":return a.options&&Array.isArray(a.options)&&a.options.length>0?`Invalid discriminator value. Expected ${a.options.map(s=>`'${s}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${a.origin}`;default:return"Invalid input"}}};function Mj(){return{localeError:p1()}}var Ej,Xne=Symbol("ZodOutput"),eie=Symbol("ZodInput"),Lh=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...n){let i=n[0];return this._map.set(e,i),i&&typeof i=="object"&&"id"in i&&this._idmap.set(i.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let n=this._map.get(e);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(e),this}get(e){let n=e._zod.parent;if(n){let i={...this.get(n)??{}};delete i.id;let a={...i,...this._map.get(e)};return Object.keys(a).length?a:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};function d1(){return new Lh}(Ej=globalThis).__zod_globalRegistry??(Ej.__zod_globalRegistry=d1());var xa=globalThis.__zod_globalRegistry;function Wh(t,e){return new t({type:"string",...J(e)})}function Bh(t,e){return new t({type:"string",format:"email",check:"string_format",abort:!1,...J(e)})}function fu(t,e){return new t({type:"string",format:"guid",check:"string_format",abort:!1,...J(e)})}function Fh(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,...J(e)})}function Vh(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...J(e)})}function Jh(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...J(e)})}function Zh(t,e){return new t({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...J(e)})}function Kh(t,e){return new t({type:"string",format:"url",check:"string_format",abort:!1,...J(e)})}function Qh(t,e){return new t({type:"string",format:"emoji",check:"string_format",abort:!1,...J(e)})}function Yh(t,e){return new t({type:"string",format:"nanoid",check:"string_format",abort:!1,...J(e)})}function Xh(t,e){return new t({type:"string",format:"cuid",check:"string_format",abort:!1,...J(e)})}function eg(t,e){return new t({type:"string",format:"cuid2",check:"string_format",abort:!1,...J(e)})}function ng(t,e){return new t({type:"string",format:"ulid",check:"string_format",abort:!1,...J(e)})}function ig(t,e){return new t({type:"string",format:"xid",check:"string_format",abort:!1,...J(e)})}function tg(t,e){return new t({type:"string",format:"ksuid",check:"string_format",abort:!1,...J(e)})}function ag(t,e){return new t({type:"string",format:"ipv4",check:"string_format",abort:!1,...J(e)})}function rg(t,e){return new t({type:"string",format:"ipv6",check:"string_format",abort:!1,...J(e)})}function sg(t,e){return new t({type:"string",format:"cidrv4",check:"string_format",abort:!1,...J(e)})}function og(t,e){return new t({type:"string",format:"cidrv6",check:"string_format",abort:!1,...J(e)})}function lg(t,e){return new t({type:"string",format:"base64",check:"string_format",abort:!1,...J(e)})}function ug(t,e){return new t({type:"string",format:"base64url",check:"string_format",abort:!1,...J(e)})}function cg(t,e){return new t({type:"string",format:"e164",check:"string_format",abort:!1,...J(e)})}function pg(t,e){return new t({type:"string",format:"jwt",check:"string_format",abort:!1,...J(e)})}function kj(t,e){return new t({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...J(e)})}function qj(t,e){return new t({type:"string",format:"date",check:"string_format",...J(e)})}function _j(t,e){return new t({type:"string",format:"time",check:"string_format",precision:null,...J(e)})}function Hj(t,e){return new t({type:"string",format:"duration",check:"string_format",...J(e)})}function dg(t,e){return new t({type:"number",checks:[],...J(e)})}function hg(t,e){return new t({type:"number",check:"number_format",abort:!1,format:"safeint",...J(e)})}function gg(t,e){return new t({type:"boolean",...J(e)})}function mg(t,e){return new t({type:"null",...J(e)})}function fg(t){return new t({type:"unknown"})}function wg(t,e){return new t({type:"never",...J(e)})}function wu(t,e){return new eh({check:"less_than",...J(e),value:t,inclusive:!1})}function Zs(t,e){return new eh({check:"less_than",...J(e),value:t,inclusive:!0})}function vu(t,e){return new nh({check:"greater_than",...J(e),value:t,inclusive:!1})}function Ks(t,e){return new nh({check:"greater_than",...J(e),value:t,inclusive:!0})}function Cu(t,e){return new YP({check:"multiple_of",...J(e),value:t})}function Au(t,e){return new ej({check:"max_length",...J(e),maximum:t})}function Tr(t,e){return new nj({check:"min_length",...J(e),minimum:t})}function bu(t,e){return new ij({check:"length_equals",...J(e),length:t})}function vg(t,e){return new tj({check:"string_format",format:"regex",...J(e),pattern:t})}function Cg(t){return new aj({check:"string_format",format:"lowercase",...J(t)})}function Ag(t){return new rj({check:"string_format",format:"uppercase",...J(t)})}function bg(t,e){return new sj({check:"string_format",format:"includes",...J(e),includes:t})}function yg(t,e){return new oj({check:"string_format",format:"starts_with",...J(e),prefix:t})}function Pg(t,e){return new lj({check:"string_format",format:"ends_with",...J(e),suffix:t})}function _t(t){return new uj({check:"overwrite",tx:t})}function jg(t){return _t(e=>e.normalize(t))}function Sg(){return _t(t=>t.trim())}function Og(){return _t(t=>t.toLowerCase())}function xg(){return _t(t=>t.toUpperCase())}function Tg(){return _t(t=>Ld(t))}function Ij(t,e,n){return new t({type:"array",element:e,...J(n)})}function Mg(t,e,n){let i=J(n);return i.abort??(i.abort=!0),new t({type:"custom",check:"custom",fn:e,...i})}function Eg(t,e,n){return new t({type:"custom",check:"custom",fn:e,...J(n)})}function kg(t,e){let n=h1(i=>(i.addIssue=a=>{if(typeof a=="string")i.issues.push(xr(a,i.value,n._zod.def));else{let r=a;r.fatal&&(r.continue=!1),r.code??(r.code="custom"),r.input??(r.input=i.value),r.inst??(r.inst=n),r.continue??(r.continue=!n._zod.def.abort),i.issues.push(xr(r))}},t(i.value,i)),e);return n}function h1(t,e){let n=new vn({check:"custom",...J(e)});return n._zod.check=t,n}function Ys(t){let e=t?.target??"draft-2020-12";return e==="draft-4"&&(e="draft-04"),e==="draft-7"&&(e="draft-07"),{processors:t.processors??{},metadataRegistry:t?.metadata??xa,target:e,unrepresentable:t?.unrepresentable??"throw",override:t?.override??(()=>{}),io:t?.io??"output",counter:0,seen:new Map,cycles:t?.cycles??"ref",reused:t?.reused??"inline",external:t?.external??void 0}}function He(t,e,n={path:[],schemaPath:[]}){var i;let a=t._zod.def,r=e.seen.get(t);if(r)return r.count++,n.schemaPath.includes(t)&&(r.cycle=n.path),r.schema;let s={schema:{},count:1,cycle:void 0,path:n.path};e.seen.set(t,s);let o=t._zod.toJSONSchema?.();if(o)s.schema=o;else{let c={...n,schemaPath:[...n.schemaPath,t],path:n.path};if(t._zod.processJSONSchema)t._zod.processJSONSchema(e,s.schema,c);else{let h=s.schema,d=e.processors[a.type];if(!d)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${a.type}`);d(t,e,h,c)}let p=t._zod.parent;p&&(s.ref||(s.ref=p),He(p,e,c),e.seen.get(p).isParent=!0)}let l=e.metadataRegistry.get(t);return l&&Object.assign(s.schema,l),e.io==="input"&&Dn(t)&&(delete s.schema.examples,delete s.schema.default),e.io==="input"&&"_prefault"in s.schema&&((i=s.schema).default??(i.default=s.schema._prefault)),delete s.schema._prefault,e.seen.get(t).schema}function Xs(t,e){let n=t.seen.get(e);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let i=new Map;for(let s of t.seen.entries()){let o=t.metadataRegistry.get(s[0])?.id;if(o){let l=i.get(o);if(l&&l!==s[0])throw new Error(`Duplicate schema id "${o}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);i.set(o,s[0])}}let a=s=>{let o=t.target==="draft-2020-12"?"$defs":"definitions";if(t.external){let p=t.external.registry.get(s[0])?.id,h=t.external.uri??(g=>g);if(p)return{ref:h(p)};let d=s[1].defId??s[1].schema.id??`schema${t.counter++}`;return s[1].defId=d,{defId:d,ref:`${h("__shared")}#/${o}/${d}`}}if(s[1]===n)return{ref:"#"};let u=`#/${o}/`,c=s[1].schema.id??`__schema${t.counter++}`;return{defId:c,ref:u+c}},r=s=>{if(s[1].schema.$ref)return;let o=s[1],{ref:l,defId:u}=a(s);o.def={...o.schema},u&&(o.defId=u);let c=o.schema;for(let p in c)delete c[p];c.$ref=l};if(t.cycles==="throw")for(let s of t.seen.entries()){let o=s[1];if(o.cycle)throw new Error(`Cycle detected: #/${o.cycle?.join("/")}/ -Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let s of t.seen.entries()){let o=s[1];if(e===s[0]){r(s);continue}if(t.external){let u=t.external.registry.get(s[0])?.id;if(e!==s[0]&&u){r(s);continue}}if(t.metadataRegistry.get(s[0])?.id){r(s);continue}if(o.cycle){r(s);continue}if(o.count>1&&t.reused==="ref"){r(s);continue}}}function Gs(t,e){let i=t.seen.get(e);if(!i)throw new Error("Unprocessed schema. This is a bug in Zod.");let n=o=>{let l=t.seen.get(o);if(l.ref===null)return;let u=l.def??l.schema,c={...u},p=l.ref;if(l.ref=null,p){n(p);let h=t.seen.get(p),g=h.schema;if(g.$ref&&(t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0")?(u.allOf=u.allOf??[],u.allOf.push(g)):Object.assign(u,g),Object.assign(u,c),o._zod.parent===p)for(let f in u)f==="$ref"||f==="allOf"||f in c||delete u[f];if(g.$ref&&h.def)for(let f in u)f==="$ref"||f==="allOf"||f in h.def&&JSON.stringify(u[f])===JSON.stringify(h.def[f])&&delete u[f]}let d=o._zod.parent;if(d&&d!==p){n(d);let h=t.seen.get(d);if(h?.schema.$ref&&(u.$ref=h.schema.$ref,h.def))for(let g in u)g==="$ref"||g==="allOf"||g in h.def&&JSON.stringify(u[g])===JSON.stringify(h.def[g])&&delete u[g]}t.override({zodSchema:o,jsonSchema:u,path:l.path??[]})};for(let o of[...t.seen.entries()].reverse())n(o[0]);let a={};if(t.target==="draft-2020-12"?a.$schema="https://json-schema.org/draft/2020-12/schema":t.target==="draft-07"?a.$schema="http://json-schema.org/draft-07/schema#":t.target==="draft-04"?a.$schema="http://json-schema.org/draft-04/schema#":t.target,t.external?.uri){let o=t.external.registry.get(e)?.id;if(!o)throw new Error("Schema is missing an `id` property");a.$id=t.external.uri(o)}Object.assign(a,i.def??i.schema);let r=t.metadataRegistry.get(e)?.id;r!==void 0&&a.id===r&&delete a.id;let s=t.external?.defs??{};for(let o of t.seen.entries()){let l=o[1];l.def&&l.defId&&(l.def.id===l.defId&&delete l.def.id,s[l.defId]=l.def)}t.external||Object.keys(s).length>0&&(t.target==="draft-2020-12"?a.$defs=s:a.definitions=s);try{let o=JSON.parse(JSON.stringify(a));return Object.defineProperty(o,"~standard",{value:{...e["~standard"],jsonSchema:{input:Rs(e,"input",t.processors),output:Rs(e,"output",t.processors)}},enumerable:!1,writable:!1}),o}catch{throw new Error("Error converting schema to JSON.")}}function qi(t,e){let i=e??{seen:new Set};if(i.seen.has(t))return!1;i.seen.add(t);let n=t._zod.def;if(n.type==="transform")return!0;if(n.type==="array")return qi(n.element,i);if(n.type==="set")return qi(n.valueType,i);if(n.type==="lazy")return qi(n.getter(),i);if(n.type==="promise"||n.type==="optional"||n.type==="nonoptional"||n.type==="nullable"||n.type==="readonly"||n.type==="default"||n.type==="prefault")return qi(n.innerType,i);if(n.type==="intersection")return qi(n.left,i)||qi(n.right,i);if(n.type==="record"||n.type==="map")return qi(n.keyType,i)||qi(n.valueType,i);if(n.type==="pipe")return t._zod.traits.has("$ZodCodec")?!0:qi(n.in,i)||qi(n.out,i);if(n.type==="object"){for(let a in n.shape)if(qi(n.shape[a],i))return!0;return!1}if(n.type==="union"){for(let a of n.options)if(qi(a,i))return!0;return!1}if(n.type==="tuple"){for(let a of n.items)if(qi(a,i))return!0;return!!(n.rest&&qi(n.rest,i))}return!1}var gj=(t,e={})=>i=>{let n=zs({...i,processors:e});return qe(t,n),Ds(n,t),Gs(n,t)},Rs=(t,e,i={})=>n=>{let{libraryOptions:a,target:r}=n??{},s=zs({...a??{},target:r,io:e,processors:i});return qe(t,s),Ds(s,t),Gs(s,t)};var xD={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},vg=(t,e,i,n)=>{let a=i;a.type="string";let{minimum:r,maximum:s,format:o,patterns:l,contentEncoding:u}=t._zod.bag;if(typeof r=="number"&&(a.minLength=r),typeof s=="number"&&(a.maxLength=s),o&&(a.format=xD[o]??o,a.format===""&&delete a.format,o==="time"&&delete a.format),u&&(a.contentEncoding=u),l&&l.size>0){let c=[...l];c.length===1?a.pattern=c[0].source:c.length>1&&(a.allOf=[...c.map(p=>({...e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},Cg=(t,e,i,n)=>{let a=i,{minimum:r,maximum:s,format:o,multipleOf:l,exclusiveMaximum:u,exclusiveMinimum:c}=t._zod.bag;typeof o=="string"&&o.includes("int")?a.type="integer":a.type="number";let p=typeof c=="number"&&c>=(r??Number.NEGATIVE_INFINITY),d=typeof u=="number"&&u<=(s??Number.POSITIVE_INFINITY),h=e.target==="draft-04"||e.target==="openapi-3.0";p?h?(a.minimum=c,a.exclusiveMinimum=!0):a.exclusiveMinimum=c:typeof r=="number"&&(a.minimum=r),d?h?(a.maximum=u,a.exclusiveMaximum=!0):a.exclusiveMaximum=u:typeof s=="number"&&(a.maximum=s),typeof l=="number"&&(a.multipleOf=l)},Ag=(t,e,i,n)=>{i.type="boolean"},fj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},wj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},bg=(t,e,i,n)=>{e.target==="openapi-3.0"?(i.type="string",i.nullable=!0,i.enum=[null]):i.type="null"},vj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},Cj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},yg=(t,e,i,n)=>{i.not={}},Aj=(t,e,i,n)=>{},Pg=(t,e,i,n)=>{},bj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},jg=(t,e,i,n)=>{let a=t._zod.def,r=ys(a.entries);r.every(s=>typeof s=="number")&&(i.type="number"),r.every(s=>typeof s=="string")&&(i.type="string"),i.enum=r},Sg=(t,e,i,n)=>{let a=t._zod.def,r=[];for(let s of a.values)if(s===void 0){if(e.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof s=="bigint"){if(e.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");r.push(Number(s))}else r.push(s);if(r.length!==0)if(r.length===1){let s=r[0];i.type=s===null?"null":typeof s,e.target==="draft-04"||e.target==="openapi-3.0"?i.enum=[s]:i.const=s}else r.every(s=>typeof s=="number")&&(i.type="number"),r.every(s=>typeof s=="string")&&(i.type="string"),r.every(s=>typeof s=="boolean")&&(i.type="boolean"),r.every(s=>s===null)&&(i.type="null"),i.enum=r},yj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},Pj=(t,e,i,n)=>{let a=i,r=t._zod.pattern;if(!r)throw new Error("Pattern not found in template literal");a.type="string",a.pattern=r.source},jj=(t,e,i,n)=>{let a=i,r={type:"string",format:"binary",contentEncoding:"binary"},{minimum:s,maximum:o,mime:l}=t._zod.bag;s!==void 0&&(r.minLength=s),o!==void 0&&(r.maxLength=o),l?l.length===1?(r.contentMediaType=l[0],Object.assign(a,r)):(Object.assign(a,r),a.anyOf=l.map(u=>({contentMediaType:u}))):Object.assign(a,r)},Sj=(t,e,i,n)=>{i.type="boolean"},Og=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},Oj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},xg=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},xj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},Tj=(t,e,i,n)=>{if(e.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},Tg=(t,e,i,n)=>{let a=i,r=t._zod.def,{minimum:s,maximum:o}=t._zod.bag;typeof s=="number"&&(a.minItems=s),typeof o=="number"&&(a.maxItems=o),a.type="array",a.items=qe(r.element,e,{...n,path:[...n.path,"items"]})},Mg=(t,e,i,n)=>{let a=i,r=t._zod.def;a.type="object",a.properties={};let s=r.shape;for(let u in s)a.properties[u]=qe(s[u],e,{...n,path:[...n.path,"properties",u]});let o=new Set(Object.keys(s)),l=new Set([...o].filter(u=>{let c=r.shape[u]._zod;return e.io==="input"?c.optin===void 0:c.optout===void 0}));l.size>0&&(a.required=Array.from(l)),r.catchall?._zod.def.type==="never"?a.additionalProperties=!1:r.catchall?r.catchall&&(a.additionalProperties=qe(r.catchall,e,{...n,path:[...n.path,"additionalProperties"]})):e.io==="output"&&(a.additionalProperties=!1)},Eg=(t,e,i,n)=>{let a=t._zod.def,r=a.inclusive===!1,s=a.options.map((o,l)=>qe(o,e,{...n,path:[...n.path,r?"oneOf":"anyOf",l]}));r?i.oneOf=s:i.anyOf=s},kg=(t,e,i,n)=>{let a=t._zod.def,r=qe(a.left,e,{...n,path:[...n.path,"allOf",0]}),s=qe(a.right,e,{...n,path:[...n.path,"allOf",1]}),o=u=>"allOf"in u&&Object.keys(u).length===1,l=[...o(r)?r.allOf:[r],...o(s)?s.allOf:[s]];i.allOf=l},Mj=(t,e,i,n)=>{let a=i,r=t._zod.def;a.type="array";let s=e.target==="draft-2020-12"?"prefixItems":"items",o=e.target==="draft-2020-12"||e.target==="openapi-3.0"?"items":"additionalItems",l=r.items.map((d,h)=>qe(d,e,{...n,path:[...n.path,s,h]})),u=r.rest?qe(r.rest,e,{...n,path:[...n.path,o,...e.target==="openapi-3.0"?[r.items.length]:[]]}):null;e.target==="draft-2020-12"?(a.prefixItems=l,u&&(a.items=u)):e.target==="openapi-3.0"?(a.items={anyOf:l},u&&a.items.anyOf.push(u),a.minItems=l.length,u||(a.maxItems=l.length)):(a.items=l,u&&(a.additionalItems=u));let{minimum:c,maximum:p}=t._zod.bag;typeof c=="number"&&(a.minItems=c),typeof p=="number"&&(a.maxItems=p)},qg=(t,e,i,n)=>{let a=i,r=t._zod.def;a.type="object";let s=r.keyType,l=s._zod.bag?.patterns;if(r.mode==="loose"&&l&&l.size>0){let c=qe(r.valueType,e,{...n,path:[...n.path,"patternProperties","*"]});a.patternProperties={};for(let p of l)a.patternProperties[p.source]=c}else(e.target==="draft-07"||e.target==="draft-2020-12")&&(a.propertyNames=qe(r.keyType,e,{...n,path:[...n.path,"propertyNames"]})),a.additionalProperties=qe(r.valueType,e,{...n,path:[...n.path,"additionalProperties"]});let u=s._zod.values;if(u){let c=[...u].filter(p=>typeof p=="string"||typeof p=="number");c.length>0&&(a.required=c)}},_g=(t,e,i,n)=>{let a=t._zod.def,r=qe(a.innerType,e,n),s=e.seen.get(t);e.target==="openapi-3.0"?(s.ref=a.innerType,i.nullable=!0):i.anyOf=[r,{type:"null"}]},Hg=(t,e,i,n)=>{let a=t._zod.def;qe(a.innerType,e,n);let r=e.seen.get(t);r.ref=a.innerType},Ig=(t,e,i,n)=>{let a=t._zod.def;qe(a.innerType,e,n);let r=e.seen.get(t);r.ref=a.innerType,i.default=JSON.parse(JSON.stringify(a.defaultValue))},Rg=(t,e,i,n)=>{let a=t._zod.def;qe(a.innerType,e,n);let r=e.seen.get(t);r.ref=a.innerType,e.io==="input"&&(i._prefault=JSON.parse(JSON.stringify(a.defaultValue)))},zg=(t,e,i,n)=>{let a=t._zod.def;qe(a.innerType,e,n);let r=e.seen.get(t);r.ref=a.innerType;let s;try{s=a.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}i.default=s},Dg=(t,e,i,n)=>{let a=t._zod.def,r=a.in._zod.traits.has("$ZodTransform"),s=e.io==="input"?r?a.out:a.in:a.out;qe(s,e,n);let o=e.seen.get(t);o.ref=s},Gg=(t,e,i,n)=>{let a=t._zod.def;qe(a.innerType,e,n);let r=e.seen.get(t);r.ref=a.innerType,i.readOnly=!0},Ej=(t,e,i,n)=>{let a=t._zod.def;qe(a.innerType,e,n);let r=e.seen.get(t);r.ref=a.innerType},uu=(t,e,i,n)=>{let a=t._zod.def;qe(a.innerType,e,n);let r=e.seen.get(t);r.ref=a.innerType},kj=(t,e,i,n)=>{let a=t._zod.innerType;qe(a,e,n);let r=e.seen.get(t);r.ref=a},mj={string:vg,number:Cg,boolean:Ag,bigint:fj,symbol:wj,null:bg,undefined:vj,void:Cj,never:yg,any:Aj,unknown:Pg,date:bj,enum:jg,literal:Sg,nan:yj,template_literal:Pj,file:jj,success:Sj,custom:Og,function:Oj,transform:xg,map:xj,set:Tj,array:Tg,object:Mg,union:Eg,intersection:kg,tuple:Mj,record:qg,nullable:_g,nonoptional:Hg,default:Ig,prefault:Rg,catch:zg,pipe:Dg,readonly:Gg,promise:Ej,optional:uu,lazy:kj};function $g(t,e){if("_idmap"in t){let n=t,a=zs({...e,processors:mj}),r={};for(let l of n._idmap.entries()){let[u,c]=l;qe(c,a)}let s={},o={registry:n,uri:e?.uri,defs:r};a.external=o;for(let l of n._idmap.entries()){let[u,c]=l;Ds(a,c),s[u]=Gs(a,c)}if(Object.keys(r).length>0){let l=a.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[l]:r}}return{schemas:s}}let i=zs({...e,processors:mj});return qe(t,i),Ds(i,t),Gs(i,t)}var f1=j("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");ke.init(t,e),t.def=e,t.type=e.type,t.parse=(i,n)=>Jl(t,i,n,{callee:t.parse}),t.safeParse=(i,n)=>fa(t,i,n),t.parseAsync=async(i,n)=>Zl(t,i,n,{callee:t.parseAsync}),t.safeParseAsync=async(i,n)=>wa(t,i,n),t.check=(...i)=>t.clone({...e,checks:[...e.checks??[],...i.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]},{parent:!0}),t.with=t.check,t.clone=(i,n)=>Xi(t,i,n),t.brand=()=>t,t.register=((i,n)=>(i.add(t,n),t)),t.apply=i=>i(t)});var w1=j("ZodMiniObject",(t,e)=>{gh.init(t,e),f1.init(t,e),Oe(t,"shape",()=>e.shape)});function Ng(t,e){let i={type:"object",shape:t??{},...J(e)};return new w1(i)}function ln(t){return!!t._zod}function Aa(t){let e=Object.values(t);if(e.length===0)return Ng({});let i=e.every(ln),n=e.every(a=>!ln(a));if(i)return Ng(t);if(n)return Sd(t);throw new Error("Mixed Zod versions detected in object shape.")}function St(t,e){return ln(t)?fa(t,e):t.safeParse(e)}async function cu(t,e){return ln(t)?await wa(t,e):await t.safeParseAsync(e)}function Ot(t){if(!t)return;let e;if(ln(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function wr(t){if(t){if(typeof t=="object"){let e=t,i=t;if(!e._def&&!i._zod){let n=Object.values(t);if(n.length>0&&n.every(a=>typeof a=="object"&&a!==null&&(a._def!==void 0||a._zod!==void 0||typeof a.parse=="function")))return Aa(t)}}if(ln(t)){let i=t._zod?.def;if(i&&(i.type==="object"||i.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function pu(t){if(t&&typeof t=="object"){if("message"in t&&typeof t.message=="string")return t.message;if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0){let e=t.issues[0];if(e&&typeof e=="object"&&"message"in e)return String(e.message)}try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function _j(t){return t.description}function Hj(t){if(ln(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function du(t){if(ln(t)){let r=t._zod?.def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}}let i=t._def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}let n=t.value;if(n!==void 0)return n}var $s={};bd($s,{ZodISODate:()=>Rj,ZodISODateTime:()=>Ij,ZodISODuration:()=>Dj,ZodISOTime:()=>zj,date:()=>Lg,datetime:()=>Ug,duration:()=>Bg,time:()=>Wg});var Ij=j("ZodISODateTime",(t,e)=>{YP.init(t,e),Le.init(t,e)});function Ug(t){return uj(Ij,t)}var Rj=j("ZodISODate",(t,e)=>{XP.init(t,e),Le.init(t,e)});function Lg(t){return cj(Rj,t)}var zj=j("ZodISOTime",(t,e)=>{ej.init(t,e),Le.init(t,e)});function Wg(t){return pj(zj,t)}var Dj=j("ZodISODuration",(t,e)=>{ij.init(t,e),Le.init(t,e)});function Bg(t){return dj(Dj,t)}var S1=(t,e)=>{Vl.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:i=>Fy(t,i)},flatten:{value:i=>By(t,i)},addIssue:{value:i=>{t.issues.push(i),t.message=JSON.stringify(t.issues,hr,2)}},addIssues:{value:i=>{t.issues.push(...i),t.message=JSON.stringify(t.issues,hr,2)}},isEmpty:{get(){return t.issues.length===0}}})};var en=j("ZodError",S1,{Parent:Error});var Gj=xs(en),$j=Ts(en),Nj=Ms(en),Uj=Es(en),Lj=Vy(en),Wj=Jy(en),Bj=Zy(en),Fj=Ky(en),Vj=Qy(en),Jj=Yy(en),Zj=Xy(en),Kj=eP(en);var Qj=new WeakMap;function Ns(t,e,i){let n=Object.getPrototypeOf(t),a=Qj.get(n);if(a||(a=new Set,Qj.set(n,a)),!a.has(e)){a.add(e);for(let r in i){let s=i[r];Object.defineProperty(n,r,{configurable:!0,enumerable:!1,get(){let o=s.bind(this);return Object.defineProperty(this,r,{configurable:!0,writable:!0,enumerable:!0,value:o}),o},set(o){Object.defineProperty(this,r,{configurable:!0,writable:!0,enumerable:!0,value:o})}})}}}var Fe=j("ZodType",(t,e)=>(ke.init(t,e),Object.assign(t["~standard"],{jsonSchema:{input:Rs(t,"input"),output:Rs(t,"output")}}),t.toJSONSchema=gj(t,{}),t.def=e,t.type=e.type,Object.defineProperty(t,"_def",{value:e}),t.parse=(i,n)=>Gj(t,i,n,{callee:t.parse}),t.safeParse=(i,n)=>Nj(t,i,n),t.parseAsync=async(i,n)=>$j(t,i,n,{callee:t.parseAsync}),t.safeParseAsync=async(i,n)=>Uj(t,i,n),t.spa=t.safeParseAsync,t.encode=(i,n)=>Lj(t,i,n),t.decode=(i,n)=>Wj(t,i,n),t.encodeAsync=async(i,n)=>Bj(t,i,n),t.decodeAsync=async(i,n)=>Fj(t,i,n),t.safeEncode=(i,n)=>Vj(t,i,n),t.safeDecode=(i,n)=>Jj(t,i,n),t.safeEncodeAsync=async(i,n)=>Zj(t,i,n),t.safeDecodeAsync=async(i,n)=>Kj(t,i,n),Ns(t,"ZodType",{check(...i){let n=this.def;return this.clone(he.mergeDefs(n,{checks:[...n.checks??[],...i.map(a=>typeof a=="function"?{_zod:{check:a,def:{check:"custom"},onattach:[]}}:a)]}),{parent:!0})},with(...i){return this.check(...i)},clone(i,n){return Xi(this,i,n)},brand(){return this},register(i,n){return i.add(this,n),this},refine(i,n){return this.check(mG(i,n))},superRefine(i,n){return this.check(fG(i,n))},overwrite(i){return this.check(jt(i))},optional(){return Be(this)},exactOptional(){return tG(this)},nullable(){return iS(this)},nullish(){return Be(iS(this))},nonoptional(i){return uG(this,i)},array(){return ge(this)},or(i){return $e([this,i])},and(i){return gu(this,i)},transform(i){return nS(this,lS(i))},default(i){return sG(this,i)},prefault(i){return lG(this,i)},catch(i){return pG(this,i)},pipe(i){return nS(this,i)},readonly(){return gG(this)},describe(i){let n=this.clone();return va.add(n,{description:i}),n},meta(...i){if(i.length===0)return va.get(this);let n=this.clone();return va.add(n,i[0]),n},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(i){return i(this)}}),Object.defineProperty(t,"description",{get(){return va.get(t)?.description},configurable:!0}),t)),tS=j("_ZodString",(t,e)=>{_s.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(n,a,r)=>vg(t,n,a,r);let i=t._zod.bag;t.format=i.format??null,t.minLength=i.minimum??null,t.maxLength=i.maximum??null,Ns(t,"_ZodString",{regex(...n){return this.check(ag(...n))},includes(...n){return this.check(og(...n))},startsWith(...n){return this.check(lg(...n))},endsWith(...n){return this.check(ug(...n))},min(...n){return this.check(fr(...n))},max(...n){return this.check(ou(...n))},length(...n){return this.check(lu(...n))},nonempty(...n){return this.check(fr(1,...n))},lowercase(n){return this.check(rg(n))},uppercase(n){return this.check(sg(n))},trim(){return this.check(pg())},normalize(...n){return this.check(cg(...n))},toLowerCase(){return this.check(dg())},toUpperCase(){return this.check(hg())},slugify(){return this.check(gg())}})}),x1=j("ZodString",(t,e)=>{_s.init(t,e),tS.init(t,e),t.email=i=>t.check(kh(T1,i)),t.url=i=>t.check(Rh(M1,i)),t.jwt=i=>t.check(Qh(W1,i)),t.emoji=i=>t.check(zh(E1,i)),t.guid=i=>t.check(tu(Yj,i)),t.uuid=i=>t.check(qh(hu,i)),t.uuidv4=i=>t.check(_h(hu,i)),t.uuidv6=i=>t.check(Hh(hu,i)),t.uuidv7=i=>t.check(Ih(hu,i)),t.nanoid=i=>t.check(Dh(k1,i)),t.guid=i=>t.check(tu(Yj,i)),t.cuid=i=>t.check(Gh(q1,i)),t.cuid2=i=>t.check($h(_1,i)),t.ulid=i=>t.check(Nh(H1,i)),t.base64=i=>t.check(Jh(N1,i)),t.base64url=i=>t.check(Zh(U1,i)),t.xid=i=>t.check(Uh(I1,i)),t.ksuid=i=>t.check(Lh(R1,i)),t.ipv4=i=>t.check(Wh(z1,i)),t.ipv6=i=>t.check(Bh(D1,i)),t.cidrv4=i=>t.check(Fh(G1,i)),t.cidrv6=i=>t.check(Vh($1,i)),t.e164=i=>t.check(Kh(L1,i)),t.datetime=i=>t.check(Ug(i)),t.date=i=>t.check(Lg(i)),t.time=i=>t.check(Wg(i)),t.duration=i=>t.check(Bg(i))});function P(t){return Eh(x1,t)}var Le=j("ZodStringFormat",(t,e)=>{Re.init(t,e),tS.init(t,e)}),T1=j("ZodEmail",(t,e)=>{Bd.init(t,e),Le.init(t,e)});var Yj=j("ZodGUID",(t,e)=>{Ld.init(t,e),Le.init(t,e)});var hu=j("ZodUUID",(t,e)=>{Wd.init(t,e),Le.init(t,e)});var M1=j("ZodURL",(t,e)=>{Fd.init(t,e),Le.init(t,e)});var E1=j("ZodEmoji",(t,e)=>{Vd.init(t,e),Le.init(t,e)});var k1=j("ZodNanoID",(t,e)=>{Jd.init(t,e),Le.init(t,e)});var q1=j("ZodCUID",(t,e)=>{Zd.init(t,e),Le.init(t,e)});var _1=j("ZodCUID2",(t,e)=>{Kd.init(t,e),Le.init(t,e)});var H1=j("ZodULID",(t,e)=>{Qd.init(t,e),Le.init(t,e)});var I1=j("ZodXID",(t,e)=>{Yd.init(t,e),Le.init(t,e)});var R1=j("ZodKSUID",(t,e)=>{Xd.init(t,e),Le.init(t,e)});var z1=j("ZodIPv4",(t,e)=>{eh.init(t,e),Le.init(t,e)});var D1=j("ZodIPv6",(t,e)=>{ih.init(t,e),Le.init(t,e)});var G1=j("ZodCIDRv4",(t,e)=>{nh.init(t,e),Le.init(t,e)});var $1=j("ZodCIDRv6",(t,e)=>{th.init(t,e),Le.init(t,e)});var N1=j("ZodBase64",(t,e)=>{ah.init(t,e),Le.init(t,e)});var U1=j("ZodBase64URL",(t,e)=>{rh.init(t,e),Le.init(t,e)});var L1=j("ZodE164",(t,e)=>{sh.init(t,e),Le.init(t,e)});var W1=j("ZodJWT",(t,e)=>{oh.init(t,e),Le.init(t,e)});var aS=j("ZodNumber",(t,e)=>{Xl.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(n,a,r)=>Cg(t,n,a,r),Ns(t,"ZodNumber",{gt(n,a){return this.check(ru(n,a))},gte(n,a){return this.check(Is(n,a))},min(n,a){return this.check(Is(n,a))},lt(n,a){return this.check(au(n,a))},lte(n,a){return this.check(Hs(n,a))},max(n,a){return this.check(Hs(n,a))},int(n){return this.check(Xj(n))},safe(n){return this.check(Xj(n))},positive(n){return this.check(ru(0,n))},nonnegative(n){return this.check(Is(0,n))},negative(n){return this.check(au(0,n))},nonpositive(n){return this.check(Hs(0,n))},multipleOf(n,a){return this.check(su(n,a))},step(n,a){return this.check(su(n,a))},finite(){return this}});let i=t._zod.bag;t.minValue=Math.max(i.minimum??Number.NEGATIVE_INFINITY,i.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(i.maximum??Number.POSITIVE_INFINITY,i.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(i.format??"").includes("int")||Number.isSafeInteger(i.multipleOf??.5),t.isFinite=!0,t.format=i.format??null});function Te(t){return Yh(aS,t)}var B1=j("ZodNumberFormat",(t,e)=>{lh.init(t,e),aS.init(t,e)});function Xj(t){return Xh(B1,t)}var F1=j("ZodBoolean",(t,e)=>{uh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Ag(t,i,n,a)});function gi(t){return eg(F1,t)}var V1=j("ZodNull",(t,e)=>{ch.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>bg(t,i,n,a)});function rS(t){return ig(V1,t)}var J1=j("ZodUnknown",(t,e)=>{ph.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Pg(t,i,n,a)});function We(){return ng(J1)}var Z1=j("ZodNever",(t,e)=>{dh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>yg(t,i,n,a)});function K1(t){return tg(Z1,t)}var Q1=j("ZodArray",(t,e)=>{hh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Tg(t,i,n,a),t.element=e.element,Ns(t,"ZodArray",{min(i,n){return this.check(fr(i,n))},nonempty(i){return this.check(fr(1,i))},max(i,n){return this.check(ou(i,n))},length(i,n){return this.check(lu(i,n))},unwrap(){return this.element}})});function ge(t,e){return hj(Q1,t,e)}var sS=j("ZodObject",(t,e)=>{rj.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Mg(t,i,n,a),he.defineLazy(t,"shape",()=>e.shape),Ns(t,"ZodObject",{keyof(){return $i(Object.keys(this._zod.def.shape))},catchall(i){return this.clone({...this._zod.def,catchall:i})},passthrough(){return this.clone({...this._zod.def,catchall:We()})},loose(){return this.clone({...this._zod.def,catchall:We()})},strict(){return this.clone({...this._zod.def,catchall:K1()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(i){return he.extend(this,i)},safeExtend(i){return he.safeExtend(this,i)},merge(i){return he.merge(this,i)},pick(i){return he.pick(this,i)},omit(i){return he.omit(this,i)},partial(...i){return he.partial(mu,this,i[0])},required(...i){return he.required(uS,this,i[0])}})});function D(t,e){let i={type:"object",shape:t??{},...he.normalizeParams(e)};return new sS(i)}function _i(t,e){return new sS({type:"object",shape:t,catchall:We(),...he.normalizeParams(e)})}var oS=j("ZodUnion",(t,e)=>{eu.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Eg(t,i,n,a),t.options=e.options});function $e(t,e){return new oS({type:"union",options:t,...he.normalizeParams(e)})}var Y1=j("ZodDiscriminatedUnion",(t,e)=>{oS.init(t,e),mh.init(t,e)});function Vg(t,e,i){return new Y1({type:"union",options:e,discriminator:t,...he.normalizeParams(i)})}var X1=j("ZodIntersection",(t,e)=>{fh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>kg(t,i,n,a)});function gu(t,e){return new X1({type:"intersection",left:t,right:e})}var eS=j("ZodRecord",(t,e)=>{wh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>qg(t,i,n,a),t.keyType=e.keyType,t.valueType=e.valueType});function ze(t,e,i){return!e||!e._zod?new eS({type:"record",keyType:P(),valueType:t,...he.normalizeParams(e)}):new eS({type:"record",keyType:t,valueType:e,...he.normalizeParams(i)})}var Fg=j("ZodEnum",(t,e)=>{vh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(n,a,r)=>jg(t,n,a,r),t.enum=e.entries,t.options=Object.values(e.entries);let i=new Set(Object.keys(e.entries));t.extract=(n,a)=>{let r={};for(let s of n)if(i.has(s))r[s]=e.entries[s];else throw new Error(`Key ${s} not found in enum`);return new Fg({...e,checks:[],...he.normalizeParams(a),entries:r})},t.exclude=(n,a)=>{let r={...e.entries};for(let s of n)if(i.has(s))delete r[s];else throw new Error(`Key ${s} not found in enum`);return new Fg({...e,checks:[],...he.normalizeParams(a),entries:r})}});function $i(t,e){let i=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new Fg({type:"enum",entries:i,...he.normalizeParams(e)})}var eG=j("ZodLiteral",(t,e)=>{Ch.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Sg(t,i,n,a),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function W(t,e){return new eG({type:"literal",values:Array.isArray(t)?t:[t],...he.normalizeParams(e)})}var iG=j("ZodTransform",(t,e)=>{Ah.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>xg(t,i,n,a),t._zod.parse=(i,n)=>{if(n.direction==="backward")throw new pr(t.constructor.name);i.addIssue=r=>{if(typeof r=="string")i.issues.push(he.issue(r,i.value,e));else{let s=r;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=i.value),s.inst??(s.inst=t),i.issues.push(he.issue(s))}};let a=e.transform(i.value,i);return a instanceof Promise?a.then(r=>(i.value=r,i.fallback=!0,i)):(i.value=a,i.fallback=!0,i)}});function lS(t){return new iG({type:"transform",transform:t})}var mu=j("ZodOptional",(t,e)=>{iu.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>uu(t,i,n,a),t.unwrap=()=>t._zod.def.innerType});function Be(t){return new mu({type:"optional",innerType:t})}var nG=j("ZodExactOptional",(t,e)=>{bh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>uu(t,i,n,a),t.unwrap=()=>t._zod.def.innerType});function tG(t){return new nG({type:"optional",innerType:t})}var aG=j("ZodNullable",(t,e)=>{yh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>_g(t,i,n,a),t.unwrap=()=>t._zod.def.innerType});function iS(t){return new aG({type:"nullable",innerType:t})}var rG=j("ZodDefault",(t,e)=>{Ph.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Ig(t,i,n,a),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function sG(t,e){return new rG({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():he.shallowClone(e)}})}var oG=j("ZodPrefault",(t,e)=>{jh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Rg(t,i,n,a),t.unwrap=()=>t._zod.def.innerType});function lG(t,e){return new oG({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():he.shallowClone(e)}})}var uS=j("ZodNonOptional",(t,e)=>{Sh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Hg(t,i,n,a),t.unwrap=()=>t._zod.def.innerType});function uG(t,e){return new uS({type:"nonoptional",innerType:t,...he.normalizeParams(e)})}var cG=j("ZodCatch",(t,e)=>{Oh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>zg(t,i,n,a),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function pG(t,e){return new cG({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var cS=j("ZodPipe",(t,e)=>{nu.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Dg(t,i,n,a),t.in=e.in,t.out=e.out});function nS(t,e){return new cS({type:"pipe",in:t,out:e})}var dG=j("ZodPreprocess",(t,e)=>{cS.init(t,e),sj.init(t,e)}),hG=j("ZodReadonly",(t,e)=>{xh.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Gg(t,i,n,a),t.unwrap=()=>t._zod.def.innerType});function gG(t){return new hG({type:"readonly",innerType:t})}var pS=j("ZodCustom",(t,e)=>{Th.init(t,e),Fe.init(t,e),t._zod.processJSONSchema=(i,n,a)=>Og(t,i,n,a)});function dS(t,e){return mg(pS,t??(()=>!0),e)}function mG(t,e={}){return fg(pS,t,e)}function fG(t,e){return wg(t,e)}function Jg(t,e){return new dG({type:"pipe",in:lS(t),out:e})}Yi(oj());var Kg="2025-11-25";var hS=[Kg,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],xt="io.modelcontextprotocol/related-task",wu="2.0",oi=dS(t=>t!==null&&(typeof t=="object"||typeof t=="function")),gS=$e([P(),Te().int()]),mS=P(),Lie=_i({ttl:Te().optional(),pollInterval:Te().optional()}),wG=D({ttl:Te().optional()}),vG=D({taskId:P()}),Qg=_i({progressToken:gS.optional(),[xt]:vG.optional()}),nn=D({_meta:Qg.optional()}),Us=nn.extend({task:wG.optional()}),fS=t=>Us.safeParse(t).success,bi=D({method:P(),params:nn.loose().optional()}),un=D({_meta:Qg.optional()}),cn=D({method:P(),params:un.loose().optional()}),yi=_i({_meta:Qg.optional()}),vu=$e([P(),Te().int()]),wS=D({jsonrpc:W(wu),id:vu,...bi.shape}).strict(),Yg=t=>wS.safeParse(t).success,vS=D({jsonrpc:W(wu),...cn.shape}).strict(),CS=t=>vS.safeParse(t).success,Xg=D({jsonrpc:W(wu),id:vu,result:yi}).strict(),Ls=t=>Xg.safeParse(t).success;var V;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(V||(V={}));var em=D({jsonrpc:W(wu),id:vu.optional(),error:D({code:Te().int(),message:P(),data:We().optional()})}).strict();var AS=t=>em.safeParse(t).success;var bS=$e([wS,vS,Xg,em]),Wie=$e([Xg,em]),Cu=yi.strict(),CG=un.extend({requestId:vu.optional(),reason:P().optional()}),Au=cn.extend({method:W("notifications/cancelled"),params:CG}),AG=D({src:P(),mimeType:P().optional(),sizes:ge(P()).optional(),theme:$i(["light","dark"]).optional()}),Ws=D({icons:ge(AG).optional()}),vr=D({name:P(),title:P().optional()}),yS=vr.extend({...vr.shape,...Ws.shape,version:P(),websiteUrl:P().optional(),description:P().optional()}),bG=gu(D({applyDefaults:gi().optional()}),ze(P(),We())),yG=Jg(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,gu(D({form:bG.optional(),url:oi.optional()}),ze(P(),We()).optional())),PG=_i({list:oi.optional(),cancel:oi.optional(),requests:_i({sampling:_i({createMessage:oi.optional()}).optional(),elicitation:_i({create:oi.optional()}).optional()}).optional()}),jG=_i({list:oi.optional(),cancel:oi.optional(),requests:_i({tools:_i({call:oi.optional()}).optional()}).optional()}),SG=D({experimental:ze(P(),oi).optional(),sampling:D({context:oi.optional(),tools:oi.optional()}).optional(),elicitation:yG.optional(),roots:D({listChanged:gi().optional()}).optional(),tasks:PG.optional(),extensions:ze(P(),oi).optional()}),OG=nn.extend({protocolVersion:P(),capabilities:SG,clientInfo:yS}),im=bi.extend({method:W("initialize"),params:OG});var xG=D({experimental:ze(P(),oi).optional(),logging:oi.optional(),completions:oi.optional(),prompts:D({listChanged:gi().optional()}).optional(),resources:D({subscribe:gi().optional(),listChanged:gi().optional()}).optional(),tools:D({listChanged:gi().optional()}).optional(),tasks:jG.optional(),extensions:ze(P(),oi).optional()}),TG=yi.extend({protocolVersion:P(),capabilities:xG,serverInfo:yS,instructions:P().optional()}),nm=cn.extend({method:W("notifications/initialized"),params:un.optional()});var bu=bi.extend({method:W("ping"),params:nn.optional()}),MG=D({progress:Te(),total:Be(Te()),message:Be(P())}),EG=D({...un.shape,...MG.shape,progressToken:gS}),yu=cn.extend({method:W("notifications/progress"),params:EG}),kG=nn.extend({cursor:mS.optional()}),Bs=bi.extend({params:kG.optional()}),Fs=yi.extend({nextCursor:mS.optional()}),qG=$i(["working","input_required","completed","failed","cancelled"]),Vs=D({taskId:P(),status:qG,ttl:$e([Te(),rS()]),createdAt:P(),lastUpdatedAt:P(),pollInterval:Be(Te()),statusMessage:Be(P())}),Cr=yi.extend({task:Vs}),_G=un.merge(Vs),Js=cn.extend({method:W("notifications/tasks/status"),params:_G}),Pu=bi.extend({method:W("tasks/get"),params:nn.extend({taskId:P()})}),ju=yi.merge(Vs),Su=bi.extend({method:W("tasks/result"),params:nn.extend({taskId:P()})}),Bie=yi.loose(),Ou=Bs.extend({method:W("tasks/list")}),xu=Fs.extend({tasks:ge(Vs)}),Tu=bi.extend({method:W("tasks/cancel"),params:nn.extend({taskId:P()})}),PS=yi.merge(Vs),jS=D({uri:P(),mimeType:Be(P()),_meta:ze(P(),We()).optional()}),SS=jS.extend({text:P()}),tm=P().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),OS=jS.extend({blob:tm}),Zs=$i(["user","assistant"]),Ar=D({audience:ge(Zs).optional(),priority:Te().min(0).max(1).optional(),lastModified:$s.datetime({offset:!0}).optional()}),xS=D({...vr.shape,...Ws.shape,uri:P(),description:Be(P()),mimeType:Be(P()),size:Be(Te()),annotations:Ar.optional(),_meta:Be(_i({}))}),HG=D({...vr.shape,...Ws.shape,uriTemplate:P(),description:Be(P()),mimeType:Be(P()),annotations:Ar.optional(),_meta:Be(_i({}))}),Mu=Bs.extend({method:W("resources/list")}),IG=Fs.extend({resources:ge(xS)}),Eu=Bs.extend({method:W("resources/templates/list")}),RG=Fs.extend({resourceTemplates:ge(HG)}),am=nn.extend({uri:P()}),zG=am,ku=bi.extend({method:W("resources/read"),params:zG}),DG=yi.extend({contents:ge($e([SS,OS]))}),GG=cn.extend({method:W("notifications/resources/list_changed"),params:un.optional()}),$G=am,NG=bi.extend({method:W("resources/subscribe"),params:$G}),UG=am,LG=bi.extend({method:W("resources/unsubscribe"),params:UG}),WG=un.extend({uri:P()}),BG=cn.extend({method:W("notifications/resources/updated"),params:WG}),FG=D({name:P(),description:Be(P()),required:Be(gi())}),VG=D({...vr.shape,...Ws.shape,description:Be(P()),arguments:Be(ge(FG)),_meta:Be(_i({}))}),qu=Bs.extend({method:W("prompts/list")}),JG=Fs.extend({prompts:ge(VG)}),ZG=nn.extend({name:P(),arguments:ze(P(),P()).optional()}),_u=bi.extend({method:W("prompts/get"),params:ZG}),rm=D({type:W("text"),text:P(),annotations:Ar.optional(),_meta:ze(P(),We()).optional()}),sm=D({type:W("image"),data:tm,mimeType:P(),annotations:Ar.optional(),_meta:ze(P(),We()).optional()}),om=D({type:W("audio"),data:tm,mimeType:P(),annotations:Ar.optional(),_meta:ze(P(),We()).optional()}),KG=D({type:W("tool_use"),name:P(),id:P(),input:ze(P(),We()),_meta:ze(P(),We()).optional()}),QG=D({type:W("resource"),resource:$e([SS,OS]),annotations:Ar.optional(),_meta:ze(P(),We()).optional()}),YG=xS.extend({type:W("resource_link")}),lm=$e([rm,sm,om,YG,QG]),XG=D({role:Zs,content:lm}),e$=yi.extend({description:P().optional(),messages:ge(XG)}),i$=cn.extend({method:W("notifications/prompts/list_changed"),params:un.optional()}),n$=D({title:P().optional(),readOnlyHint:gi().optional(),destructiveHint:gi().optional(),idempotentHint:gi().optional(),openWorldHint:gi().optional()}),t$=D({taskSupport:$i(["required","optional","forbidden"]).optional()}),TS=D({...vr.shape,...Ws.shape,description:P().optional(),inputSchema:D({type:W("object"),properties:ze(P(),oi).optional(),required:ge(P()).optional()}).catchall(We()),outputSchema:D({type:W("object"),properties:ze(P(),oi).optional(),required:ge(P()).optional()}).catchall(We()).optional(),annotations:n$.optional(),execution:t$.optional(),_meta:ze(P(),We()).optional()}),Hu=Bs.extend({method:W("tools/list")}),a$=Fs.extend({tools:ge(TS)}),Iu=yi.extend({content:ge(lm).default([]),structuredContent:ze(P(),We()).optional(),isError:gi().optional()}),Fie=Iu.or(yi.extend({toolResult:We()})),r$=Us.extend({name:P(),arguments:ze(P(),We()).optional()}),br=bi.extend({method:W("tools/call"),params:r$}),s$=cn.extend({method:W("notifications/tools/list_changed"),params:un.optional()}),Vie=D({autoRefresh:gi().default(!0),debounceMs:Te().int().nonnegative().default(300)}),Ks=$i(["debug","info","notice","warning","error","critical","alert","emergency"]),o$=nn.extend({level:Ks}),um=bi.extend({method:W("logging/setLevel"),params:o$}),l$=un.extend({level:Ks,logger:P().optional(),data:We()}),u$=cn.extend({method:W("notifications/message"),params:l$}),c$=D({name:P().optional()}),p$=D({hints:ge(c$).optional(),costPriority:Te().min(0).max(1).optional(),speedPriority:Te().min(0).max(1).optional(),intelligencePriority:Te().min(0).max(1).optional()}),d$=D({mode:$i(["auto","required","none"]).optional()}),h$=D({type:W("tool_result"),toolUseId:P().describe("The unique identifier for the corresponding tool call."),content:ge(lm).default([]),structuredContent:D({}).loose().optional(),isError:gi().optional(),_meta:ze(P(),We()).optional()}),g$=Vg("type",[rm,sm,om]),fu=Vg("type",[rm,sm,om,KG,h$]),m$=D({role:Zs,content:$e([fu,ge(fu)]),_meta:ze(P(),We()).optional()}),f$=Us.extend({messages:ge(m$),modelPreferences:p$.optional(),systemPrompt:P().optional(),includeContext:$i(["none","thisServer","allServers"]).optional(),temperature:Te().optional(),maxTokens:Te().int(),stopSequences:ge(P()).optional(),metadata:oi.optional(),tools:ge(TS).optional(),toolChoice:d$.optional()}),w$=bi.extend({method:W("sampling/createMessage"),params:f$}),Qs=yi.extend({model:P(),stopReason:Be($i(["endTurn","stopSequence","maxTokens"]).or(P())),role:Zs,content:g$}),cm=yi.extend({model:P(),stopReason:Be($i(["endTurn","stopSequence","maxTokens","toolUse"]).or(P())),role:Zs,content:$e([fu,ge(fu)])}),v$=D({type:W("boolean"),title:P().optional(),description:P().optional(),default:gi().optional()}),C$=D({type:W("string"),title:P().optional(),description:P().optional(),minLength:Te().optional(),maxLength:Te().optional(),format:$i(["email","uri","date","date-time"]).optional(),default:P().optional()}),A$=D({type:$i(["number","integer"]),title:P().optional(),description:P().optional(),minimum:Te().optional(),maximum:Te().optional(),default:Te().optional()}),b$=D({type:W("string"),title:P().optional(),description:P().optional(),enum:ge(P()),default:P().optional()}),y$=D({type:W("string"),title:P().optional(),description:P().optional(),oneOf:ge(D({const:P(),title:P()})),default:P().optional()}),P$=D({type:W("string"),title:P().optional(),description:P().optional(),enum:ge(P()),enumNames:ge(P()).optional(),default:P().optional()}),j$=$e([b$,y$]),S$=D({type:W("array"),title:P().optional(),description:P().optional(),minItems:Te().optional(),maxItems:Te().optional(),items:D({type:W("string"),enum:ge(P())}),default:ge(P()).optional()}),O$=D({type:W("array"),title:P().optional(),description:P().optional(),minItems:Te().optional(),maxItems:Te().optional(),items:D({anyOf:ge(D({const:P(),title:P()}))}),default:ge(P()).optional()}),x$=$e([S$,O$]),T$=$e([P$,j$,x$]),M$=$e([T$,v$,C$,A$]),E$=Us.extend({mode:W("form").optional(),message:P(),requestedSchema:D({type:W("object"),properties:ze(P(),M$),required:ge(P()).optional()})}),k$=Us.extend({mode:W("url"),message:P(),elicitationId:P(),url:P().url()}),q$=$e([E$,k$]),_$=bi.extend({method:W("elicitation/create"),params:q$}),H$=un.extend({elicitationId:P()}),I$=cn.extend({method:W("notifications/elicitation/complete"),params:H$}),yr=yi.extend({action:$i(["accept","decline","cancel"]),content:Jg(t=>t===null?void 0:t,ze(P(),$e([P(),Te(),gi(),ge(P())])).optional())}),R$=D({type:W("ref/resource"),uri:P()});var z$=D({type:W("ref/prompt"),name:P()}),D$=nn.extend({ref:$e([z$,R$]),argument:D({name:P(),value:P()}),context:D({arguments:ze(P(),P()).optional()}).optional()}),Ru=bi.extend({method:W("completion/complete"),params:D$});function MS(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function ES(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var G$=yi.extend({completion:_i({values:ge(P()).max(100),total:Be(Te().int()),hasMore:Be(gi())})}),$$=D({uri:P().startsWith("file://"),name:P().optional(),_meta:ze(P(),We()).optional()}),N$=bi.extend({method:W("roots/list"),params:nn.optional()}),pm=yi.extend({roots:ge($$)}),U$=cn.extend({method:W("notifications/roots/list_changed"),params:un.optional()}),Jie=$e([bu,im,Ru,um,_u,qu,Mu,Eu,ku,NG,LG,br,Hu,Pu,Su,Ou,Tu]),Zie=$e([Au,yu,nm,U$,Js]),Kie=$e([Cu,Qs,cm,yr,pm,ju,xu,Cr]),Qie=$e([bu,w$,_$,N$,Pu,Su,Ou,Tu]),Yie=$e([Au,yu,u$,BG,GG,s$,i$,Js,I$]),Xie=$e([Cu,TG,G$,e$,JG,IG,RG,DG,Iu,a$,ju,xu,Cr]),L=class t extends Error{constructor(e,i,n){super(`MCP error ${e}: ${i}`),this.code=e,this.data=n,this.name="McpError"}static fromError(e,i,n){if(e===V.UrlElicitationRequired&&n){let a=n;if(a.elicitations)return new Zg(a.elicitations,i)}return new t(e,i,n)}},Zg=class extends L{constructor(e,i=`URL elicitation${e.length>1?"s":""} required`){super(V.UrlElicitationRequired,i,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function Tt(t){return t==="completed"||t==="failed"||t==="cancelled"}var qS=Symbol("Let zodToJsonSchema decide on which parser to use");var kS={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},_S=t=>typeof t=="string"?{...kS,name:t}:{...kS,...t};var HS=t=>{let e=_S(t),i=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:i,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([n,a])=>[a._def,{def:a._def,path:[...e.basePath,e.definitionPath,n],jsonSchema:void 0}]))}};function dm(t,e,i,n){n?.errorMessages&&i&&(t.errorMessage={...t.errorMessage,[e]:i})}function me(t,e,i,n,a){t[e]=i,dm(t,e,n,a)}var zu=(t,e)=>{let i=0;for(;iY(t.innerType._def,e);function hm(t,e,i){let n=i??e.dateStrategy;if(Array.isArray(n))return{anyOf:n.map((a,r)=>hm(t,e,a))};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return L$(t,e)}}var L$=(t,e)=>{let i={type:"integer",format:"unix-time"};if(e.target==="openApi3")return i;for(let n of t.checks)switch(n.kind){case"min":me(i,"minimum",n.value,n.message,e);break;case"max":me(i,"maximum",n.value,n.message,e);break}return i};function GS(t,e){return{...Y(t.innerType._def,e),default:t.defaultValue()}}function $S(t,e){return e.effectStrategy==="input"?Y(t.schema._def,e):Ve(e)}function NS(t){return{type:"string",enum:Array.from(t.values)}}var W$=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function US(t,e){let i=[Y(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),Y(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(r=>!!r),n=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,a=[];return i.forEach(r=>{if(W$(r))a.push(...r.allOf),r.unevaluatedProperties===void 0&&(n=void 0);else{let s=r;if("additionalProperties"in r&&r.additionalProperties===!1){let{additionalProperties:o,...l}=r;s=l}else n=void 0;a.push(s)}}),a.length?{allOf:a,...n}:void 0}function LS(t,e){let i=typeof t.value;return i!=="bigint"&&i!=="number"&&i!=="boolean"&&i!=="string"?{type:Array.isArray(t.value)?"array":"object"}:e.target==="openApi3"?{type:i==="bigint"?"integer":i,enum:[t.value]}:{type:i==="bigint"?"integer":i,const:t.value}}var gm,An={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(gm===void 0&&(gm=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),gm),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function Gu(t,e){let i={type:"string"};if(t.checks)for(let n of t.checks)switch(n.kind){case"min":me(i,"minLength",typeof i.minLength=="number"?Math.max(i.minLength,n.value):n.value,n.message,e);break;case"max":me(i,"maxLength",typeof i.maxLength=="number"?Math.min(i.maxLength,n.value):n.value,n.message,e);break;case"email":switch(e.emailStrategy){case"format:email":bn(i,"email",n.message,e);break;case"format:idn-email":bn(i,"idn-email",n.message,e);break;case"pattern:zod":Hi(i,An.email,n.message,e);break}break;case"url":bn(i,"uri",n.message,e);break;case"uuid":bn(i,"uuid",n.message,e);break;case"regex":Hi(i,n.regex,n.message,e);break;case"cuid":Hi(i,An.cuid,n.message,e);break;case"cuid2":Hi(i,An.cuid2,n.message,e);break;case"startsWith":Hi(i,RegExp(`^${mm(n.value,e)}`),n.message,e);break;case"endsWith":Hi(i,RegExp(`${mm(n.value,e)}$`),n.message,e);break;case"datetime":bn(i,"date-time",n.message,e);break;case"date":bn(i,"date",n.message,e);break;case"time":bn(i,"time",n.message,e);break;case"duration":bn(i,"duration",n.message,e);break;case"length":me(i,"minLength",typeof i.minLength=="number"?Math.max(i.minLength,n.value):n.value,n.message,e),me(i,"maxLength",typeof i.maxLength=="number"?Math.min(i.maxLength,n.value):n.value,n.message,e);break;case"includes":{Hi(i,RegExp(mm(n.value,e)),n.message,e);break}case"ip":{n.version!=="v6"&&bn(i,"ipv4",n.message,e),n.version!=="v4"&&bn(i,"ipv6",n.message,e);break}case"base64url":Hi(i,An.base64url,n.message,e);break;case"jwt":Hi(i,An.jwt,n.message,e);break;case"cidr":{n.version!=="v6"&&Hi(i,An.ipv4Cidr,n.message,e),n.version!=="v4"&&Hi(i,An.ipv6Cidr,n.message,e);break}case"emoji":Hi(i,An.emoji(),n.message,e);break;case"ulid":{Hi(i,An.ulid,n.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{bn(i,"binary",n.message,e);break}case"contentEncoding:base64":{me(i,"contentEncoding","base64",n.message,e);break}case"pattern:zod":{Hi(i,An.base64,n.message,e);break}}break}case"nanoid":Hi(i,An.nanoid,n.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return i}function mm(t,e){return e.patternStrategy==="escape"?F$(t):t}var B$=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function F$(t){let e="";for(let i=0;ia.format)?(t.anyOf||(t.anyOf=[]),t.format&&(t.anyOf.push({format:t.format,...t.errorMessage&&n.errorMessages&&{errorMessage:{format:t.errorMessage.format}}}),delete t.format,t.errorMessage&&(delete t.errorMessage.format,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.anyOf.push({format:e,...i&&n.errorMessages&&{errorMessage:{format:i}}})):me(t,"format",e,i,n)}function Hi(t,e,i,n){t.pattern||t.allOf?.some(a=>a.pattern)?(t.allOf||(t.allOf=[]),t.pattern&&(t.allOf.push({pattern:t.pattern,...t.errorMessage&&n.errorMessages&&{errorMessage:{pattern:t.errorMessage.pattern}}}),delete t.pattern,t.errorMessage&&(delete t.errorMessage.pattern,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.allOf.push({pattern:WS(e,n),...i&&n.errorMessages&&{errorMessage:{pattern:i}}})):me(t,"pattern",WS(e,n),i,n)}function WS(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;let i={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},n=i.i?t.source.toLowerCase():t.source,a="",r=!1,s=!1,o=!1;for(let l=0;l({...n,[a]:Y(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",a]})??Ve(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let i={type:"object",additionalProperties:Y(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return i;if(t.keyType?._def.typeName===E.ZodString&&t.keyType._def.checks?.length){let{type:n,...a}=Gu(t.keyType._def,e);return{...i,propertyNames:a}}else{if(t.keyType?._def.typeName===E.ZodEnum)return{...i,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===E.ZodBranded&&t.keyType._def.type._def.typeName===E.ZodString&&t.keyType._def.type._def.checks?.length){let{type:n,...a}=Du(t.keyType._def,e);return{...i,propertyNames:a}}}return i}function BS(t,e){if(e.mapStrategy==="record")return $u(t,e);let i=Y(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||Ve(e),n=Y(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||Ve(e);return{type:"array",maxItems:125,items:{type:"array",items:[i,n],minItems:2,maxItems:2}}}function FS(t){let e=t.values,n=Object.keys(t.values).filter(r=>typeof e[e[r]]!="number").map(r=>e[r]),a=Array.from(new Set(n.map(r=>typeof r)));return{type:a.length===1?a[0]==="string"?"string":"number":["string","number"],enum:n}}function VS(t){return t.target==="openAi"?void 0:{not:Ve({...t,currentPath:[...t.currentPath,"not"]})}}function JS(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Ys={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function KS(t,e){if(e.target==="openApi3")return ZS(t,e);let i=t.options instanceof Map?Array.from(t.options.values()):t.options;if(i.every(n=>n._def.typeName in Ys&&(!n._def.checks||!n._def.checks.length))){let n=i.reduce((a,r)=>{let s=Ys[r._def.typeName];return s&&!a.includes(s)?[...a,s]:a},[]);return{type:n.length>1?n:n[0]}}else if(i.every(n=>n._def.typeName==="ZodLiteral"&&!n.description)){let n=i.reduce((a,r)=>{let s=typeof r._def.value;switch(s){case"string":case"number":case"boolean":return[...a,s];case"bigint":return[...a,"integer"];case"object":if(r._def.value===null)return[...a,"null"];case"symbol":case"undefined":case"function":default:return a}},[]);if(n.length===i.length){let a=n.filter((r,s,o)=>o.indexOf(r)===s);return{type:a.length>1?a:a[0],enum:i.reduce((r,s)=>r.includes(s._def.value)?r:[...r,s._def.value],[])}}}else if(i.every(n=>n._def.typeName==="ZodEnum"))return{type:"string",enum:i.reduce((n,a)=>[...n,...a._def.values.filter(r=>!n.includes(r))],[])};return ZS(t,e)}var ZS=(t,e)=>{let i=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((n,a)=>Y(n._def,{...e,currentPath:[...e.currentPath,"anyOf",`${a}`]})).filter(n=>!!n&&(!e.strictUnions||typeof n=="object"&&Object.keys(n).length>0));return i.length?{anyOf:i}:void 0};function QS(t,e){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(t.innerType._def.typeName)&&(!t.innerType._def.checks||!t.innerType._def.checks.length))return e.target==="openApi3"?{type:Ys[t.innerType._def.typeName],nullable:!0}:{type:[Ys[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let n=Y(t.innerType._def,{...e,currentPath:[...e.currentPath]});return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let i=Y(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return i&&{anyOf:[i,{type:"null"}]}}function YS(t,e){let i={type:"number"};if(!t.checks)return i;for(let n of t.checks)switch(n.kind){case"int":i.type="integer",dm(i,"type",n.message,e);break;case"min":e.target==="jsonSchema7"?n.inclusive?me(i,"minimum",n.value,n.message,e):me(i,"exclusiveMinimum",n.value,n.message,e):(n.inclusive||(i.exclusiveMinimum=!0),me(i,"minimum",n.value,n.message,e));break;case"max":e.target==="jsonSchema7"?n.inclusive?me(i,"maximum",n.value,n.message,e):me(i,"exclusiveMaximum",n.value,n.message,e):(n.inclusive||(i.exclusiveMaximum=!0),me(i,"maximum",n.value,n.message,e));break;case"multipleOf":me(i,"multipleOf",n.value,n.message,e);break}return i}function XS(t,e){let i=e.target==="openAi",n={type:"object",properties:{}},a=[],r=t.shape();for(let o in r){let l=r[o];if(l===void 0||l._def===void 0)continue;let u=J$(l);u&&i&&(l._def.typeName==="ZodOptional"&&(l=l._def.innerType),l.isNullable()||(l=l.nullable()),u=!1);let c=Y(l._def,{...e,currentPath:[...e.currentPath,"properties",o],propertyPath:[...e.currentPath,"properties",o]});c!==void 0&&(n.properties[o]=c,u||a.push(o))}a.length&&(n.required=a);let s=V$(t,e);return s!==void 0&&(n.additionalProperties=s),n}function V$(t,e){if(t.catchall._def.typeName!=="ZodNever")return Y(t.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(t.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function J$(t){try{return t.isOptional()}catch{return!0}}var eO=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return Y(t.innerType._def,e);let i=Y(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return i?{anyOf:[{not:Ve(e)},i]}:Ve(e)};var iO=(t,e)=>{if(e.pipeStrategy==="input")return Y(t.in._def,e);if(e.pipeStrategy==="output")return Y(t.out._def,e);let i=Y(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),n=Y(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",i?"1":"0"]});return{allOf:[i,n].filter(a=>a!==void 0)}};function nO(t,e){return Y(t.type._def,e)}function tO(t,e){let n={type:"array",uniqueItems:!0,items:Y(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&me(n,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&me(n,"maxItems",t.maxSize.value,t.maxSize.message,e),n}function aO(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((i,n)=>Y(i._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((i,n)=>n===void 0?i:[...i,n],[]),additionalItems:Y(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((i,n)=>Y(i._def,{...e,currentPath:[...e.currentPath,"items",`${n}`]})).reduce((i,n)=>n===void 0?i:[...i,n],[])}}function rO(t){return{not:Ve(t)}}function sO(t){return Ve(t)}var oO=(t,e)=>Y(t.innerType._def,e);var lO=(t,e,i)=>{switch(e){case E.ZodString:return Gu(t,i);case E.ZodNumber:return YS(t,i);case E.ZodObject:return XS(t,i);case E.ZodBigInt:return RS(t,i);case E.ZodBoolean:return zS();case E.ZodDate:return hm(t,i);case E.ZodUndefined:return rO(i);case E.ZodNull:return JS(i);case E.ZodArray:return IS(t,i);case E.ZodUnion:case E.ZodDiscriminatedUnion:return KS(t,i);case E.ZodIntersection:return US(t,i);case E.ZodTuple:return aO(t,i);case E.ZodRecord:return $u(t,i);case E.ZodLiteral:return LS(t,i);case E.ZodEnum:return NS(t);case E.ZodNativeEnum:return FS(t);case E.ZodNullable:return QS(t,i);case E.ZodOptional:return eO(t,i);case E.ZodMap:return BS(t,i);case E.ZodSet:return tO(t,i);case E.ZodLazy:return()=>t.getter()._def;case E.ZodPromise:return nO(t,i);case E.ZodNaN:case E.ZodNever:return VS(i);case E.ZodEffects:return $S(t,i);case E.ZodAny:return Ve(i);case E.ZodUnknown:return sO(i);case E.ZodDefault:return GS(t,i);case E.ZodBranded:return Du(t,i);case E.ZodReadonly:return oO(t,i);case E.ZodCatch:return DS(t,i);case E.ZodPipeline:return iO(t,i);case E.ZodFunction:case E.ZodVoid:case E.ZodSymbol:return;default:return(n=>{})(e)}};function Y(t,e,i=!1){let n=e.seen.get(t);if(e.override){let o=e.override?.(t,e,n,i);if(o!==qS)return o}if(n&&!i){let o=Z$(n,e);if(o!==void 0)return o}let a={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,a);let r=lO(t,t.typeName,e),s=typeof r=="function"?Y(r(),e):r;if(s&&K$(t,e,s),e.postProcess){let o=e.postProcess(s,t,e);return a.jsonSchema=s,o}return a.jsonSchema=s,s}var Z$=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:zu(e.currentPath,t.path)};case"none":case"seen":return t.path.lengthe.currentPath[n]===i)?(console.warn(`Recursive reference detected at ${e.currentPath.join("/")}! Defaulting to any`),Ve(e)):e.$refStrategy==="seen"?Ve(e):void 0}},K$=(t,e,i)=>(t.description&&(i.description=t.description,e.markdownDescription&&(i.markdownDescription=t.description)),i);var fm=(t,e)=>{let i=HS(e),n=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((l,[u,c])=>({...l,[u]:Y(c._def,{...i,currentPath:[...i.basePath,i.definitionPath,u]},!0)??Ve(i)}),{}):void 0,a=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,r=Y(t._def,a===void 0?i:{...i,currentPath:[...i.basePath,i.definitionPath,a]},!1)??Ve(i),s=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;s!==void 0&&(r.title=s),i.flags.hasReferencedOpenAiAnyType&&(n||(n={}),n[i.openAiAnyTypeName]||(n[i.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:i.$refStrategy==="relative"?"1":[...i.basePath,i.definitionPath,i.openAiAnyTypeName].join("/")}}));let o=a===void 0?n?{...r,[i.definitionPath]:n}:r:{$ref:[...i.$refStrategy==="relative"?[]:i.basePath,i.definitionPath,a].join("/"),[i.definitionPath]:{...n,[a]:r}};return i.target==="jsonSchema7"?o.$schema="http://json-schema.org/draft-07/schema#":(i.target==="jsonSchema2019-09"||i.target==="openAi")&&(o.$schema="https://json-schema.org/draft/2019-09/schema#"),i.target==="openAi"&&("anyOf"in o||"oneOf"in o||"allOf"in o||"type"in o&&Array.isArray(o.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),o};function Q$(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function wm(t,e){return ln(t)?$g(t,{target:Q$(e?.target),io:e?.pipeStrategy??"input"}):fm(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function vm(t){let i=Ot(t)?.method;if(!i)throw new Error("Schema is missing a method literal");let n=du(i);if(typeof n!="string")throw new Error("Schema method literal must be a string");return n}function Cm(t,e){let i=St(t,e);if(!i.success)throw i.error;return i.data}var Y$=6e4,Nu=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(Au,i=>{this._oncancel(i)}),this.setNotificationHandler(yu,i=>{this._onprogress(i)}),this.setRequestHandler(bu,i=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(Pu,async(i,n)=>{let a=await this._taskStore.getTask(i.params.taskId,n.sessionId);if(!a)throw new L(V.InvalidParams,"Failed to retrieve task: Task not found");return{...a}}),this.setRequestHandler(Su,async(i,n)=>{let a=async()=>{let r=i.params.taskId;if(this._taskMessageQueue){let o;for(;o=await this._taskMessageQueue.dequeue(r,n.sessionId);){if(o.type==="response"||o.type==="error"){let l=o.message,u=l.id,c=this._requestResolvers.get(u);if(c)if(this._requestResolvers.delete(u),o.type==="response")c(l);else{let p=l,d=new L(p.error.code,p.error.message,p.error.data);c(d)}else{let p=o.type==="response"?"Response":"Error";this._onerror(new Error(`${p} handler missing for request ${u}`))}continue}await this._transport?.send(o.message,{relatedRequestId:n.requestId})}}let s=await this._taskStore.getTask(r,n.sessionId);if(!s)throw new L(V.InvalidParams,`Task not found: ${r}`);if(!Tt(s.status))return await this._waitForTaskUpdate(r,n.signal),await a();if(Tt(s.status)){let o=await this._taskStore.getTaskResult(r,n.sessionId);return this._clearTaskQueue(r),{...o,_meta:{...o._meta,[xt]:{taskId:r}}}}return await a()};return await a()}),this.setRequestHandler(Ou,async(i,n)=>{try{let{tasks:a,nextCursor:r}=await this._taskStore.listTasks(i.params?.cursor,n.sessionId);return{tasks:a,nextCursor:r,_meta:{}}}catch(a){throw new L(V.InvalidParams,`Failed to list tasks: ${a instanceof Error?a.message:String(a)}`)}}),this.setRequestHandler(Tu,async(i,n)=>{try{let a=await this._taskStore.getTask(i.params.taskId,n.sessionId);if(!a)throw new L(V.InvalidParams,`Task not found: ${i.params.taskId}`);if(Tt(a.status))throw new L(V.InvalidParams,`Cannot cancel task in terminal status: ${a.status}`);await this._taskStore.updateTaskStatus(i.params.taskId,"cancelled","Client cancelled task execution.",n.sessionId),this._clearTaskQueue(i.params.taskId);let r=await this._taskStore.getTask(i.params.taskId,n.sessionId);if(!r)throw new L(V.InvalidParams,`Task not found after cancellation: ${i.params.taskId}`);return{_meta:{},...r}}catch(a){throw a instanceof L?a:new L(V.InvalidRequest,`Failed to cancel task: ${a instanceof Error?a.message:String(a)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,i,n,a,r=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(a,i),startTime:Date.now(),timeout:i,maxTotalTimeout:n,resetTimeoutOnProgress:r,onTimeout:a})}_resetTimeout(e){let i=this._timeoutInfo.get(e);if(!i)return!1;let n=Date.now()-i.startTime;if(i.maxTotalTimeout&&n>=i.maxTotalTimeout)throw this._timeoutInfo.delete(e),L.fromError(V.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:i.maxTotalTimeout,totalElapsed:n});return clearTimeout(i.timeoutId),i.timeoutId=setTimeout(i.onTimeout,i.timeout),!0}_cleanupTimeout(e){let i=this._timeoutInfo.get(e);i&&(clearTimeout(i.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let i=this.transport?.onclose;this._transport.onclose=()=>{i?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=r=>{n?.(r),this._onerror(r)};let a=this._transport?.onmessage;this._transport.onmessage=(r,s)=>{a?.(r,s),Ls(r)||AS(r)?this._onresponse(r):Yg(r)?this._onrequest(r,s):CS(r)?this._onnotification(r):this._onerror(new Error(`Unknown message type: ${JSON.stringify(r)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let n of this._timeoutInfo.values())clearTimeout(n.timeoutId);this._timeoutInfo.clear();for(let n of this._requestHandlerAbortControllers.values())n.abort();this._requestHandlerAbortControllers.clear();let i=L.fromError(V.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let n of e.values())n(i)}_onerror(e){this.onerror?.(e)}_onnotification(e){let i=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;i!==void 0&&Promise.resolve().then(()=>i(e)).catch(n=>this._onerror(new Error(`Uncaught error in notification handler: ${n}`)))}_onrequest(e,i){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,a=this._transport,r=e.params?._meta?.[xt]?.taskId;if(n===void 0){let c={jsonrpc:"2.0",id:e.id,error:{code:V.MethodNotFound,message:"Method not found"}};r&&this._taskMessageQueue?this._enqueueTaskMessage(r,{type:"error",message:c,timestamp:Date.now()},a?.sessionId).catch(p=>this._onerror(new Error(`Failed to enqueue error response: ${p}`))):a?.send(c).catch(p=>this._onerror(new Error(`Failed to send an error response: ${p}`)));return}let s=new AbortController;this._requestHandlerAbortControllers.set(e.id,s);let o=fS(e.params)?e.params.task:void 0,l=this._taskStore?this.requestTaskStore(e,a?.sessionId):void 0,u={signal:s.signal,sessionId:a?.sessionId,_meta:e.params?._meta,sendNotification:async c=>{if(s.signal.aborted)return;let p={relatedRequestId:e.id};r&&(p.relatedTask={taskId:r}),await this.notification(c,p)},sendRequest:async(c,p,d)=>{if(s.signal.aborted)throw new L(V.ConnectionClosed,"Request was cancelled");let h={...d,relatedRequestId:e.id};r&&!h.relatedTask&&(h.relatedTask={taskId:r});let g=h.relatedTask?.taskId??r;return g&&l&&await l.updateTaskStatus(g,"input_required"),await this.request(c,p,h)},authInfo:i?.authInfo,requestId:e.id,requestInfo:i?.requestInfo,taskId:r,taskStore:l,taskRequestedTtl:o?.ttl,closeSSEStream:i?.closeSSEStream,closeStandaloneSSEStream:i?.closeStandaloneSSEStream};Promise.resolve().then(()=>{o&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,u)).then(async c=>{if(s.signal.aborted)return;let p={result:c,jsonrpc:"2.0",id:e.id};r&&this._taskMessageQueue?await this._enqueueTaskMessage(r,{type:"response",message:p,timestamp:Date.now()},a?.sessionId):await a?.send(p)},async c=>{if(s.signal.aborted)return;let p={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(c.code)?c.code:V.InternalError,message:c.message??"Internal error",...c.data!==void 0&&{data:c.data}}};r&&this._taskMessageQueue?await this._enqueueTaskMessage(r,{type:"error",message:p,timestamp:Date.now()},a?.sessionId):await a?.send(p)}).catch(c=>this._onerror(new Error(`Failed to send response: ${c}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===s&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:i,...n}=e.params,a=Number(i),r=this._progressHandlers.get(a);if(!r){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let s=this._responseHandlers.get(a),o=this._timeoutInfo.get(a);if(o&&s&&o.resetTimeoutOnProgress)try{this._resetTimeout(a)}catch(l){this._responseHandlers.delete(a),this._progressHandlers.delete(a),this._cleanupTimeout(a),s(l);return}r(n)}_onresponse(e){let i=Number(e.id),n=this._requestResolvers.get(i);if(n){if(this._requestResolvers.delete(i),Ls(e))n(e);else{let s=new L(e.error.code,e.error.message,e.error.data);n(s)}return}let a=this._responseHandlers.get(i);if(a===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(i),this._cleanupTimeout(i);let r=!1;if(Ls(e)&&e.result&&typeof e.result=="object"){let s=e.result;if(s.task&&typeof s.task=="object"){let o=s.task;typeof o.taskId=="string"&&(r=!0,this._taskProgressTokens.set(o.taskId,i))}}if(r||this._progressHandlers.delete(i),Ls(e))a(e);else{let s=L.fromError(e.error.code,e.error.message,e.error.data);a(s)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,i,n){let{task:a}=n??{};if(!a){try{yield{type:"result",result:await this.request(e,i,n)}}catch(s){yield{type:"error",error:s instanceof L?s:new L(V.InternalError,String(s))}}return}let r;try{let s=await this.request(e,Cr,n);if(s.task)r=s.task.taskId,yield{type:"taskCreated",task:s.task};else throw new L(V.InternalError,"Task creation did not return a task");for(;;){let o=await this.getTask({taskId:r},n);if(yield{type:"taskStatus",task:o},Tt(o.status)){o.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:r},i,n)}:o.status==="failed"?yield{type:"error",error:new L(V.InternalError,`Task ${r} failed`)}:o.status==="cancelled"&&(yield{type:"error",error:new L(V.InternalError,`Task ${r} was cancelled`)});return}if(o.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:r},i,n)};return}let l=o.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,l)),n?.signal?.throwIfAborted()}}catch(s){yield{type:"error",error:s instanceof L?s:new L(V.InternalError,String(s))}}}request(e,i,n){let{relatedRequestId:a,resumptionToken:r,onresumptiontoken:s,task:o,relatedTask:l}=n??{};return new Promise((u,c)=>{let p=y=>{c(y)};if(!this._transport){p(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),o&&this.assertTaskCapability(e.method)}catch(y){p(y);return}n?.signal?.throwIfAborted();let d=this._requestMessageId++,h={...e,jsonrpc:"2.0",id:d};n?.onprogress&&(this._progressHandlers.set(d,n.onprogress),h.params={...e.params,_meta:{...e.params?._meta||{},progressToken:d}}),o&&(h.params={...h.params,task:o}),l&&(h.params={...h.params,_meta:{...h.params?._meta||{},[xt]:l}});let g=y=>{this._responseHandlers.delete(d),this._progressHandlers.delete(d),this._cleanupTimeout(d),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:d,reason:String(y)}},{relatedRequestId:a,resumptionToken:r,onresumptiontoken:s}).catch(b=>this._onerror(new Error(`Failed to send cancellation: ${b}`)));let A=y instanceof L?y:new L(V.RequestTimeout,String(y));c(A)};this._responseHandlers.set(d,y=>{if(!n?.signal?.aborted){if(y instanceof Error)return c(y);try{let A=St(i,y.result);A.success?u(A.data):c(A.error)}catch(A){c(A)}}}),n?.signal?.addEventListener("abort",()=>{g(n?.signal?.reason)});let m=n?.timeout??Y$,f=()=>g(L.fromError(V.RequestTimeout,"Request timed out",{timeout:m}));this._setupTimeout(d,m,n?.maxTotalTimeout,f,n?.resetTimeoutOnProgress??!1);let v=l?.taskId;if(v){let y=A=>{let b=this._responseHandlers.get(d);b?b(A):this._onerror(new Error(`Response handler missing for side-channeled request ${d}`))};this._requestResolvers.set(d,y),this._enqueueTaskMessage(v,{type:"request",message:h,timestamp:Date.now()}).catch(A=>{this._cleanupTimeout(d),c(A)})}else this._transport.send(h,{relatedRequestId:a,resumptionToken:r,onresumptiontoken:s}).catch(y=>{this._cleanupTimeout(d),c(y)})})}async getTask(e,i){return this.request({method:"tasks/get",params:e},ju,i)}async getTaskResult(e,i,n){return this.request({method:"tasks/result",params:e},i,n)}async listTasks(e,i){return this.request({method:"tasks/list",params:e},xu,i)}async cancelTask(e,i){return this.request({method:"tasks/cancel",params:e},PS,i)}async notification(e,i){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let n=i?.relatedTask?.taskId;if(n){let o={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[xt]:i.relatedTask}}};await this._enqueueTaskMessage(n,{type:"notification",message:o,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!i?.relatedRequestId&&!i?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let o={...e,jsonrpc:"2.0"};i?.relatedTask&&(o={...o,params:{...o.params,_meta:{...o.params?._meta||{},[xt]:i.relatedTask}}}),this._transport?.send(o,i).catch(l=>this._onerror(l))});return}let s={...e,jsonrpc:"2.0"};i?.relatedTask&&(s={...s,params:{...s.params,_meta:{...s.params?._meta||{},[xt]:i.relatedTask}}}),await this._transport.send(s,i)}setRequestHandler(e,i){let n=vm(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(a,r)=>{let s=Cm(e,a);return Promise.resolve(i(s,r))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,i){let n=vm(e);this._notificationHandlers.set(n,a=>{let r=Cm(e,a);return Promise.resolve(i(r))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let i=this._taskProgressTokens.get(e);i!==void 0&&(this._progressHandlers.delete(i),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,i,n){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let a=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,i,n,a)}async _clearTaskQueue(e,i){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,i);for(let a of n)if(a.type==="request"&&Yg(a.message)){let r=a.message.id,s=this._requestResolvers.get(r);s?(s(new L(V.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(r)):this._onerror(new Error(`Resolver missing for request ${r} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,i){let n=this._options?.defaultTaskPollInterval??1e3;try{let a=await this._taskStore?.getTask(e);a?.pollInterval&&(n=a.pollInterval)}catch{}return new Promise((a,r)=>{if(i.aborted){r(new L(V.InvalidRequest,"Request cancelled"));return}let s=setTimeout(a,n);i.addEventListener("abort",()=>{clearTimeout(s),r(new L(V.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,i){let n=this._taskStore;if(!n)throw new Error("No task store configured");return{createTask:async a=>{if(!e)throw new Error("No request provided");return await n.createTask(a,e.id,{method:e.method,params:e.params},i)},getTask:async a=>{let r=await n.getTask(a,i);if(!r)throw new L(V.InvalidParams,"Failed to retrieve task: Task not found");return r},storeTaskResult:async(a,r,s)=>{await n.storeTaskResult(a,r,s,i);let o=await n.getTask(a,i);if(o){let l=Js.parse({method:"notifications/tasks/status",params:o});await this.notification(l),Tt(o.status)&&this._cleanupTaskProgressHandler(a)}},getTaskResult:a=>n.getTaskResult(a,i),updateTaskStatus:async(a,r,s)=>{let o=await n.getTask(a,i);if(!o)throw new L(V.InvalidParams,`Task "${a}" not found - it may have been cleaned up`);if(Tt(o.status))throw new L(V.InvalidParams,`Cannot update task "${a}" from terminal status "${o.status}" to "${r}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(a,r,s,i);let l=await n.getTask(a,i);if(l){let u=Js.parse({method:"notifications/tasks/status",params:l});await this.notification(u),Tt(l.status)&&this._cleanupTaskProgressHandler(a)}},listTasks:a=>n.listTasks(a,i)}}};function uO(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function cO(t,e){let i={...t};for(let n in e){let a=n,r=e[a];if(r===void 0)continue;let s=i[a];uO(s)&&uO(r)?i[a]={...s,...r}:i[a]=r}return i}var iM=nr(sw(),1),nM=nr(eM(),1);function iV(){let t=new iM.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,nM.default)(t),t}var yc=class{constructor(e){this._ajv=e??iV()}getValidator(e){let i="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return n=>i(n)?{valid:!0,data:n,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(i.errors)}}};var Pc=class{constructor(e){this._server=e}requestStream(e,i,n){return this._server.requestStream(e,i,n)}createMessageStream(e,i){let n=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!n?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let a=e.messages[e.messages.length-1],r=Array.isArray(a.content)?a.content:[a.content],s=r.some(c=>c.type==="tool_result"),o=e.messages.length>1?e.messages[e.messages.length-2]:void 0,l=o?Array.isArray(o.content)?o.content:[o.content]:[],u=l.some(c=>c.type==="tool_use");if(s){if(r.some(c=>c.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let c=new Set(l.filter(d=>d.type==="tool_use").map(d=>d.id)),p=new Set(r.filter(d=>d.type==="tool_result").map(d=>d.toolUseId));if(c.size!==p.size||![...c].every(d=>p.has(d)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},Qs,i)}elicitInputStream(e,i){let n=this._server.getClientCapabilities(),a=e.mode??"form";switch(a){case"url":{if(!n?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!n?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let r=a==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:r},yr,i)}async getTask(e,i){return this._server.getTask({taskId:e},i)}async getTaskResult(e,i,n){return this._server.getTaskResult({taskId:e},i,n)}async listTasks(e,i){return this._server.listTasks(e?{cursor:e}:void 0,i)}async cancelTask(e,i){return this._server.cancelTask({taskId:e},i)}};function tM(t,e,i){if(!t)throw new Error(`${i} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${i} does not support task creation for tools/call (required for ${e})`);break;default:break}}function aM(t,e,i){if(!t)throw new Error(`${i} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${i} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${i} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}var jc=class extends Nu{constructor(e,i){super(i),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(Ks.options.map((n,a)=>[n,a])),this.isMessageIgnored=(n,a)=>{let r=this._loggingLevels.get(a);return r?this.LOG_LEVEL_SEVERITY.get(n)this._oninitialize(n)),this.setNotificationHandler(nm,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(um,async(n,a)=>{let r=a.sessionId||a.requestInfo?.headers["mcp-session-id"]||void 0,{level:s}=n.params,o=Ks.safeParse(s);return o.success&&this._loggingLevels.set(r,o.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new Pc(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=cO(this._capabilities,e)}setRequestHandler(e,i){let a=Ot(e)?.method;if(!a)throw new Error("Schema is missing a method literal");let r;if(ln(a)){let o=a;r=o._zod?.def?.value??o.value}else{let o=a;r=o._def?.value??o.value}if(typeof r!="string")throw new Error("Schema method literal must be a string");if(r==="tools/call"){let o=async(l,u)=>{let c=St(br,l);if(!c.success){let g=c.error instanceof Error?c.error.message:String(c.error);throw new L(V.InvalidParams,`Invalid tools/call request: ${g}`)}let{params:p}=c.data,d=await Promise.resolve(i(l,u));if(p.task){let g=St(Cr,d);if(!g.success){let m=g.error instanceof Error?g.error.message:String(g.error);throw new L(V.InvalidParams,`Invalid task creation result: ${m}`)}return g.data}let h=St(Iu,d);if(!h.success){let g=h.error instanceof Error?h.error.message:String(h.error);throw new L(V.InvalidParams,`Invalid tools/call result: ${g}`)}return h.data};return super.setRequestHandler(e,o)}return super.setRequestHandler(e,i)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){aM(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&tM(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let i=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:hS.includes(i)?i:Kg,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},Cu)}async createMessage(e,i){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let n=e.messages[e.messages.length-1],a=Array.isArray(n.content)?n.content:[n.content],r=a.some(u=>u.type==="tool_result"),s=e.messages.length>1?e.messages[e.messages.length-2]:void 0,o=s?Array.isArray(s.content)?s.content:[s.content]:[],l=o.some(u=>u.type==="tool_use");if(r){if(a.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!l)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(l){let u=new Set(o.filter(p=>p.type==="tool_use").map(p=>p.id)),c=new Set(a.filter(p=>p.type==="tool_result").map(p=>p.toolUseId));if(u.size!==c.size||![...u].every(p=>c.has(p)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},cm,i):this.request({method:"sampling/createMessage",params:e},Qs,i)}async elicitInput(e,i){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let a=e;return this.request({method:"elicitation/create",params:a},yr,i)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let a=e.mode==="form"?e:{...e,mode:"form"},r=await this.request({method:"elicitation/create",params:a},yr,i);if(r.action==="accept"&&r.content&&a.requestedSchema)try{let o=this._jsonSchemaValidator.getValidator(a.requestedSchema)(r.content);if(!o.valid)throw new L(V.InvalidParams,`Elicitation response content does not match requested schema: ${o.errorMessage}`)}catch(s){throw s instanceof L?s:new L(V.InternalError,`Error validating elicitation response: ${s instanceof Error?s.message:String(s)}`)}return r}}}createElicitationCompletionNotifier(e,i){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},i)}async listRoots(e,i){return this.request({method:"roots/list",params:e},pm,i)}async sendLoggingMessage(e,i){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,i))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}};var sM=Symbol.for("mcp.completable");function gw(t){return!!t&&typeof t=="object"&&sM in t}function oM(t){return t[sM]?.complete}var rM;(function(t){t.Completable="McpCompletable"})(rM||(rM={}));var nV=/^[A-Za-z0-9._-]{1,128}$/;function tV(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!nV.test(t)){let i=t.split("").filter(n=>!/[A-Za-z0-9._-]/.test(n)).filter((n,a,r)=>r.indexOf(n)===a);return e.push(`Tool name contains invalid characters: ${i.map(n=>`"${n}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:e}}return{isValid:!0,warnings:e}}function aV(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(let i of e)console.warn(` - ${i}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function mw(t){let e=tV(t);return aV(t,e.warnings),e.isValid}var Sc=class{constructor(e){this._mcpServer=e}registerToolTask(e,i,n){let a={taskSupport:"required",...i.execution};if(a.taskSupport==="forbidden")throw new Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,i.title,i.description,i.inputSchema,i.outputSchema,i.annotations,a,i._meta,n)}};var Oc=class{constructor(e,i){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new jc(e,i)}get experimental(){return this._experimental||(this._experimental={tasks:new Sc(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(zt(Hu)),this.server.assertCanSetRequestHandler(zt(br)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Hu,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,i])=>{let n={name:e,title:i.title,description:i.description,inputSchema:(()=>{let a=wr(i.inputSchema);return a?wm(a,{strictUnions:!0,pipeStrategy:"input"}):rV})(),annotations:i.annotations,execution:i.execution,_meta:i._meta};if(i.outputSchema){let a=wr(i.outputSchema);a&&(n.outputSchema=wm(a,{strictUnions:!0,pipeStrategy:"output"}))}return n})})),this.server.setRequestHandler(br,async(e,i)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new L(V.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new L(V.InvalidParams,`Tool ${e.params.name} disabled`);let a=!!e.params.task,r=n.execution?.taskSupport,s="createTask"in n.handler;if((r==="required"||r==="optional")&&!s)throw new L(V.InternalError,`Tool ${e.params.name} has taskSupport '${r}' but was not registered with registerToolTask`);if(r==="required"&&!a)throw new L(V.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(r==="optional"&&!a&&s)return await this.handleAutomaticTaskPolling(n,e,i);let o=await this.validateToolInput(n,e.params.arguments,e.params.name),l=await this.executeToolHandler(n,o,i);return a||await this.validateToolOutput(n,l,e.params.name),l}catch(n){if(n instanceof L&&n.code===V.UrlElicitationRequired)throw n;return this.createToolError(n instanceof Error?n.message:String(n))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,i,n){if(!e.inputSchema)return;let r=wr(e.inputSchema)??e.inputSchema,s=await cu(r,i);if(!s.success){let o="error"in s?s.error:"Unknown error",l=pu(o);throw new L(V.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${l}`)}return s.data}async validateToolOutput(e,i,n){if(!e.outputSchema||!("content"in i)||i.isError)return;if(!i.structuredContent)throw new L(V.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let a=wr(e.outputSchema),r=await cu(a,i.structuredContent);if(!r.success){let s="error"in r?r.error:"Unknown error",o=pu(s);throw new L(V.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${o}`)}}async executeToolHandler(e,i,n){let a=e.handler;if("createTask"in a){if(!n.taskStore)throw new Error("No task store provided.");let s={...n,taskStore:n.taskStore};if(e.inputSchema){let o=a;return await Promise.resolve(o.createTask(i,s))}else{let o=a;return await Promise.resolve(o.createTask(s))}}if(e.inputSchema){let s=a;return await Promise.resolve(s(i,n))}else{let s=a;return await Promise.resolve(s(n))}}async handleAutomaticTaskPolling(e,i,n){if(!n.taskStore)throw new Error("No task store provided for task-capable tool.");let a=await this.validateToolInput(e,i.params.arguments,i.params.name),r=e.handler,s={...n,taskStore:n.taskStore},o=a?await Promise.resolve(r.createTask(a,s)):await Promise.resolve(r.createTask(s)),l=o.task.taskId,u=o.task,c=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(d=>setTimeout(d,c));let p=await n.taskStore.getTask(l);if(!p)throw new L(V.InternalError,`Task ${l} not found during polling`);u=p}return await n.taskStore.getTaskResult(l)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(zt(Ru)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Ru,async e=>{switch(e.params.ref.type){case"ref/prompt":return MS(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return ES(e),this.handleResourceCompletion(e,e.params.ref);default:throw new L(V.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,i){let n=this._registeredPrompts[i.name];if(!n)throw new L(V.InvalidParams,`Prompt ${i.name} not found`);if(!n.enabled)throw new L(V.InvalidParams,`Prompt ${i.name} disabled`);if(!n.argsSchema)return Mo;let r=Ot(n.argsSchema)?.[e.params.argument.name];if(!gw(r))return Mo;let s=oM(r);if(!s)return Mo;let o=await s(e.params.argument.value,e.params.context);return uM(o)}async handleResourceCompletion(e,i){let n=Object.values(this._registeredResourceTemplates).find(s=>s.resourceTemplate.uriTemplate.toString()===i.uri);if(!n){if(this._registeredResources[i.uri])return Mo;throw new L(V.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let a=n.resourceTemplate.completeCallback(e.params.argument.name);if(!a)return Mo;let r=await a(e.params.argument.value,e.params.context);return uM(r)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(zt(Mu)),this.server.assertCanSetRequestHandler(zt(Eu)),this.server.assertCanSetRequestHandler(zt(ku)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Mu,async(e,i)=>{let n=Object.entries(this._registeredResources).filter(([r,s])=>s.enabled).map(([r,s])=>({uri:r,name:s.name,...s.metadata})),a=[];for(let r of Object.values(this._registeredResourceTemplates)){if(!r.resourceTemplate.listCallback)continue;let s=await r.resourceTemplate.listCallback(i);for(let o of s.resources)a.push({...r.metadata,...o})}return{resources:[...n,...a]}}),this.server.setRequestHandler(Eu,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([i,n])=>({name:i,uriTemplate:n.resourceTemplate.uriTemplate.toString(),...n.metadata}))})),this.server.setRequestHandler(ku,async(e,i)=>{let n=new URL(e.params.uri),a=this._registeredResources[n.toString()];if(a){if(!a.enabled)throw new L(V.InvalidParams,`Resource ${n} disabled`);return a.readCallback(n,i)}for(let r of Object.values(this._registeredResourceTemplates)){let s=r.resourceTemplate.uriTemplate.match(n.toString());if(s)return r.readCallback(n,s,i)}throw new L(V.InvalidParams,`Resource ${n} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(zt(qu)),this.server.assertCanSetRequestHandler(zt(_u)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(qu,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,i])=>({name:e,title:i.title,description:i.description,arguments:i.argsSchema?sV(i.argsSchema):void 0}))})),this.server.setRequestHandler(_u,async(e,i)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new L(V.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new L(V.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let a=wr(n.argsSchema),r=await cu(a,e.params.arguments);if(!r.success){let l="error"in r?r.error:"Unknown error",u=pu(l);throw new L(V.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let s=r.data,o=n.callback;return await Promise.resolve(o(s,i))}else{let a=n.callback;return await Promise.resolve(a(i))}}),this._promptHandlersInitialized=!0)}resource(e,i,...n){let a;typeof n[0]=="object"&&(a=n.shift());let r=n[0];if(typeof i=="string"){if(this._registeredResources[i])throw new Error(`Resource ${i} is already registered`);let s=this._createRegisteredResource(e,void 0,i,a,r);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,void 0,i,a,r);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}registerResource(e,i,n,a){if(typeof i=="string"){if(this._registeredResources[i])throw new Error(`Resource ${i} is already registered`);let r=this._createRegisteredResource(e,n.title,i,n,a);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),r}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let r=this._createRegisteredResourceTemplate(e,n.title,i,n,a);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),r}}_createRegisteredResource(e,i,n,a,r){let s={name:e,title:i,metadata:a,readCallback:r,enabled:!0,disable:()=>s.update({enabled:!1}),enable:()=>s.update({enabled:!0}),remove:()=>s.update({uri:null}),update:o=>{typeof o.uri<"u"&&o.uri!==n&&(delete this._registeredResources[n],o.uri&&(this._registeredResources[o.uri]=s)),typeof o.name<"u"&&(s.name=o.name),typeof o.title<"u"&&(s.title=o.title),typeof o.metadata<"u"&&(s.metadata=o.metadata),typeof o.callback<"u"&&(s.readCallback=o.callback),typeof o.enabled<"u"&&(s.enabled=o.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=s,s}_createRegisteredResourceTemplate(e,i,n,a,r){let s={resourceTemplate:n,title:i,metadata:a,readCallback:r,enabled:!0,disable:()=>s.update({enabled:!1}),enable:()=>s.update({enabled:!0}),remove:()=>s.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=s)),typeof u.title<"u"&&(s.title=u.title),typeof u.template<"u"&&(s.resourceTemplate=u.template),typeof u.metadata<"u"&&(s.metadata=u.metadata),typeof u.callback<"u"&&(s.readCallback=u.callback),typeof u.enabled<"u"&&(s.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=s;let o=n.uriTemplate.variableNames;return Array.isArray(o)&&o.some(u=>!!n.completeCallback(u))&&this.setCompletionRequestHandler(),s}_createRegisteredPrompt(e,i,n,a,r){let s={title:i,description:n,argsSchema:a===void 0?void 0:Aa(a),callback:r,enabled:!0,disable:()=>s.update({enabled:!1}),enable:()=>s.update({enabled:!0}),remove:()=>s.update({name:null}),update:o=>{typeof o.name<"u"&&o.name!==e&&(delete this._registeredPrompts[e],o.name&&(this._registeredPrompts[o.name]=s)),typeof o.title<"u"&&(s.title=o.title),typeof o.description<"u"&&(s.description=o.description),typeof o.argsSchema<"u"&&(s.argsSchema=Aa(o.argsSchema)),typeof o.callback<"u"&&(s.callback=o.callback),typeof o.enabled<"u"&&(s.enabled=o.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=s,a&&Object.values(a).some(l=>{let u=l instanceof mu?l._def?.innerType:l;return gw(u)})&&this.setCompletionRequestHandler(),s}_createRegisteredTool(e,i,n,a,r,s,o,l,u){mw(e);let c={title:i,description:n,inputSchema:lM(a),outputSchema:lM(r),annotations:s,execution:o,_meta:l,handler:u,enabled:!0,disable:()=>c.update({enabled:!1}),enable:()=>c.update({enabled:!0}),remove:()=>c.update({name:null}),update:p=>{typeof p.name<"u"&&p.name!==e&&(typeof p.name=="string"&&mw(p.name),delete this._registeredTools[e],p.name&&(this._registeredTools[p.name]=c)),typeof p.title<"u"&&(c.title=p.title),typeof p.description<"u"&&(c.description=p.description),typeof p.paramsSchema<"u"&&(c.inputSchema=Aa(p.paramsSchema)),typeof p.outputSchema<"u"&&(c.outputSchema=Aa(p.outputSchema)),typeof p.callback<"u"&&(c.handler=p.callback),typeof p.annotations<"u"&&(c.annotations=p.annotations),typeof p._meta<"u"&&(c._meta=p._meta),typeof p.enabled<"u"&&(c.enabled=p.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=c,this.setToolRequestHandlers(),this.sendToolListChanged(),c}tool(e,...i){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let n,a,r,s;if(typeof i[0]=="string"&&(n=i.shift()),i.length>1){let l=i[0];if(fw(l))a=i.shift(),i.length>1&&typeof i[0]=="object"&&i[0]!==null&&!fw(i[0])&&(s=i.shift());else if(typeof l=="object"&&l!==null){if(Object.values(l).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);s=i.shift()}}let o=i[0];return this._createRegisteredTool(e,void 0,n,a,r,s,{taskSupport:"forbidden"},void 0,o)}registerTool(e,i,n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:a,description:r,inputSchema:s,outputSchema:o,annotations:l,_meta:u}=i;return this._createRegisteredTool(e,a,r,s,o,l,{taskSupport:"forbidden"},u,n)}prompt(e,...i){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let n;typeof i[0]=="string"&&(n=i.shift());let a;i.length>1&&(a=i.shift());let r=i[0],s=this._createRegisteredPrompt(e,void 0,n,a,r);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),s}registerPrompt(e,i,n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:a,description:r,argsSchema:s}=i,o=this._createRegisteredPrompt(e,a,r,s,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),o}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,i){return this.server.sendLoggingMessage(e,i)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var rV={type:"object",properties:{}};function cM(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function pM(t){return"_def"in t||"_zod"in t||cM(t)}function fw(t){return typeof t!="object"||t===null||pM(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(cM)}function lM(t){if(t){if(fw(t))return Aa(t);if(!pM(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function sV(t){let e=Ot(t);return e?Object.entries(e).map(([i,n])=>{let a=_j(n),r=Hj(n);return{name:i,description:a,required:!r}}):[]}function zt(t){let i=Ot(t)?.method;if(!i)throw new Error("Schema is missing a method literal");let n=du(i);if(typeof n=="string")return n;throw new Error("Schema method literal must be a string")}function uM(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Mo={completion:{values:[],hasMore:!1}};var ww=nr(require("node:process"),1);var xc=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(` -`);if(e===-1)return null;let i=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),oV(i)}clear(){this._buffer=void 0}};function oV(t){return bS.parse(JSON.parse(t))}function dM(t){return JSON.stringify(t)+` -`}var Tc=class{constructor(e=ww.default.stdin,i=ww.default.stdout){this._stdin=e,this._stdout=i,this._readBuffer=new xc,this._started=!1,this._ondata=n=>{this._readBuffer.append(n),this.processReadBuffer()},this._onerror=n=>{this.onerror?.(n)}}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(e){return new Promise(i=>{let n=dM(e);this._stdout.write(n)?i():this._stdout.once("drain",i)})}};var Cd=nr(wR());var CR=require("node:child_process"),AR=nr(require("node:fs")),dy=nr(require("node:path"));var vR=12e4,bR=t=>({config:{description:`Deploys a Genesys Cloud Architect flow from a TypeScript file. The file must export an async buildFlow(scripting) function that creates and saves the flow using the Architect Scripting SDK. The project's package.json must have "type": "module" for the ES module import to work.`,annotations:{title:"Deploy Flow",readOnlyHint:!1,destructiveHint:!0},inputSchema:{flowFile:ti.string().min(1).describe("Path to the TypeScript flow file")}},handler:async({flowFile:e})=>{let i=dy.default.resolve(e);if(!AR.default.existsSync(i))return{isError:!0,content:[{type:"text",text:`Flow file not found: ${i}`}]};let n=[t.deployScriptPath,"--flow-file",i];return new Promise(a=>{let r=[],s,o=!1,l=h=>{o||(o=!0,clearTimeout(c),a(h))},u=(0,CR.spawn)("node",n,{env:{...process.env,GENESYS_REGION:t.region,GENESYS_CLIENT_ID:t.clientId,GENESYS_CLIENT_SECRET:t.clientSecret},cwd:dy.default.dirname(i),stdio:["ignore","pipe","pipe"]}),c=setTimeout(()=>{u.kill("SIGTERM"),l({isError:!0,content:[{type:"text",text:`Deploy timed out after ${vR/1e3}s. +Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let s of t.seen.entries()){let o=s[1];if(e===s[0]){r(s);continue}if(t.external){let u=t.external.registry.get(s[0])?.id;if(e!==s[0]&&u){r(s);continue}}if(t.metadataRegistry.get(s[0])?.id){r(s);continue}if(o.cycle){r(s);continue}if(o.count>1&&t.reused==="ref"){r(s);continue}}}function eo(t,e){let n=t.seen.get(e);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");let i=o=>{let l=t.seen.get(o);if(l.ref===null)return;let u=l.def??l.schema,c={...u},p=l.ref;if(l.ref=null,p){i(p);let d=t.seen.get(p),g=d.schema;if(g.$ref&&(t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0")?(u.allOf=u.allOf??[],u.allOf.push(g)):Object.assign(u,g),Object.assign(u,c),o._zod.parent===p)for(let f in u)f==="$ref"||f==="allOf"||f in c||delete u[f];if(g.$ref&&d.def)for(let f in u)f==="$ref"||f==="allOf"||f in d.def&&JSON.stringify(u[f])===JSON.stringify(d.def[f])&&delete u[f]}let h=o._zod.parent;if(h&&h!==p){i(h);let d=t.seen.get(h);if(d?.schema.$ref&&(u.$ref=d.schema.$ref,d.def))for(let g in u)g==="$ref"||g==="allOf"||g in d.def&&JSON.stringify(u[g])===JSON.stringify(d.def[g])&&delete u[g]}t.override({zodSchema:o,jsonSchema:u,path:l.path??[]})};for(let o of[...t.seen.entries()].reverse())i(o[0]);let a={};if(t.target==="draft-2020-12"?a.$schema="https://json-schema.org/draft/2020-12/schema":t.target==="draft-07"?a.$schema="http://json-schema.org/draft-07/schema#":t.target==="draft-04"?a.$schema="http://json-schema.org/draft-04/schema#":t.target,t.external?.uri){let o=t.external.registry.get(e)?.id;if(!o)throw new Error("Schema is missing an `id` property");a.$id=t.external.uri(o)}Object.assign(a,n.def??n.schema);let r=t.metadataRegistry.get(e)?.id;r!==void 0&&a.id===r&&delete a.id;let s=t.external?.defs??{};for(let o of t.seen.entries()){let l=o[1];l.def&&l.defId&&(l.def.id===l.defId&&delete l.def.id,s[l.defId]=l.def)}t.external||Object.keys(s).length>0&&(t.target==="draft-2020-12"?a.$defs=s:a.definitions=s);try{let o=JSON.parse(JSON.stringify(a));return Object.defineProperty(o,"~standard",{value:{...e["~standard"],jsonSchema:{input:Qs(e,"input",t.processors),output:Qs(e,"output",t.processors)}},enumerable:!1,writable:!1}),o}catch{throw new Error("Error converting schema to JSON.")}}function Dn(t,e){let n=e??{seen:new Set};if(n.seen.has(t))return!1;n.seen.add(t);let i=t._zod.def;if(i.type==="transform")return!0;if(i.type==="array")return Dn(i.element,n);if(i.type==="set")return Dn(i.valueType,n);if(i.type==="lazy")return Dn(i.getter(),n);if(i.type==="promise"||i.type==="optional"||i.type==="nonoptional"||i.type==="nullable"||i.type==="readonly"||i.type==="default"||i.type==="prefault")return Dn(i.innerType,n);if(i.type==="intersection")return Dn(i.left,n)||Dn(i.right,n);if(i.type==="record"||i.type==="map")return Dn(i.keyType,n)||Dn(i.valueType,n);if(i.type==="pipe")return t._zod.traits.has("$ZodCodec")?!0:Dn(i.in,n)||Dn(i.out,n);if(i.type==="object"){for(let a in i.shape)if(Dn(i.shape[a],n))return!0;return!1}if(i.type==="union"){for(let a of i.options)if(Dn(a,n))return!0;return!1}if(i.type==="tuple"){for(let a of i.items)if(Dn(a,n))return!0;return!!(i.rest&&Dn(i.rest,n))}return!1}var Rj=(t,e={})=>n=>{let i=Ys({...n,processors:e});return He(t,i),Xs(i,t),eo(i,t)},Qs=(t,e,n={})=>i=>{let{libraryOptions:a,target:r}=i??{},s=Ys({...a??{},target:r,io:e,processors:n});return He(t,s),Xs(s,t),eo(s,t)};var g1={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},qg=(t,e,n,i)=>{let a=n;a.type="string";let{minimum:r,maximum:s,format:o,patterns:l,contentEncoding:u}=t._zod.bag;if(typeof r=="number"&&(a.minLength=r),typeof s=="number"&&(a.maxLength=s),o&&(a.format=g1[o]??o,a.format===""&&delete a.format,o==="time"&&delete a.format),u&&(a.contentEncoding=u),l&&l.size>0){let c=[...l];c.length===1?a.pattern=c[0].source:c.length>1&&(a.allOf=[...c.map(p=>({...e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},_g=(t,e,n,i)=>{let a=n,{minimum:r,maximum:s,format:o,multipleOf:l,exclusiveMaximum:u,exclusiveMinimum:c}=t._zod.bag;typeof o=="string"&&o.includes("int")?a.type="integer":a.type="number";let p=typeof c=="number"&&c>=(r??Number.NEGATIVE_INFINITY),h=typeof u=="number"&&u<=(s??Number.POSITIVE_INFINITY),d=e.target==="draft-04"||e.target==="openapi-3.0";p?d?(a.minimum=c,a.exclusiveMinimum=!0):a.exclusiveMinimum=c:typeof r=="number"&&(a.minimum=r),h?d?(a.maximum=u,a.exclusiveMaximum=!0):a.exclusiveMaximum=u:typeof s=="number"&&(a.maximum=s),typeof l=="number"&&(a.multipleOf=l)},Hg=(t,e,n,i)=>{n.type="boolean"},Dj=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},Gj=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},Ig=(t,e,n,i)=>{e.target==="openapi-3.0"?(n.type="string",n.nullable=!0,n.enum=[null]):n.type="null"},$j=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},Nj=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},Rg=(t,e,n,i)=>{n.not={}},Uj=(t,e,n,i)=>{},zg=(t,e,n,i)=>{},Lj=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},Dg=(t,e,n,i)=>{let a=t._zod.def,r=zs(a.entries);r.every(s=>typeof s=="number")&&(n.type="number"),r.every(s=>typeof s=="string")&&(n.type="string"),n.enum=r},Gg=(t,e,n,i)=>{let a=t._zod.def,r=[];for(let s of a.values)if(s===void 0){if(e.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof s=="bigint"){if(e.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");r.push(Number(s))}else r.push(s);if(r.length!==0)if(r.length===1){let s=r[0];n.type=s===null?"null":typeof s,e.target==="draft-04"||e.target==="openapi-3.0"?n.enum=[s]:n.const=s}else r.every(s=>typeof s=="number")&&(n.type="number"),r.every(s=>typeof s=="string")&&(n.type="string"),r.every(s=>typeof s=="boolean")&&(n.type="boolean"),r.every(s=>s===null)&&(n.type="null"),n.enum=r},Wj=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},Bj=(t,e,n,i)=>{let a=n,r=t._zod.pattern;if(!r)throw new Error("Pattern not found in template literal");a.type="string",a.pattern=r.source},Fj=(t,e,n,i)=>{let a=n,r={type:"string",format:"binary",contentEncoding:"binary"},{minimum:s,maximum:o,mime:l}=t._zod.bag;s!==void 0&&(r.minLength=s),o!==void 0&&(r.maxLength=o),l?l.length===1?(r.contentMediaType=l[0],Object.assign(a,r)):(Object.assign(a,r),a.anyOf=l.map(u=>({contentMediaType:u}))):Object.assign(a,r)},Vj=(t,e,n,i)=>{n.type="boolean"},$g=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},Jj=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},Ng=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},Zj=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},Kj=(t,e,n,i)=>{if(e.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},Ug=(t,e,n,i)=>{let a=n,r=t._zod.def,{minimum:s,maximum:o}=t._zod.bag;typeof s=="number"&&(a.minItems=s),typeof o=="number"&&(a.maxItems=o),a.type="array",a.items=He(r.element,e,{...i,path:[...i.path,"items"]})},Lg=(t,e,n,i)=>{let a=n,r=t._zod.def;a.type="object",a.properties={};let s=r.shape;for(let u in s)a.properties[u]=He(s[u],e,{...i,path:[...i.path,"properties",u]});let o=new Set(Object.keys(s)),l=new Set([...o].filter(u=>{let c=r.shape[u]._zod;return e.io==="input"?c.optin===void 0:c.optout===void 0}));l.size>0&&(a.required=Array.from(l)),r.catchall?._zod.def.type==="never"?a.additionalProperties=!1:r.catchall?r.catchall&&(a.additionalProperties=He(r.catchall,e,{...i,path:[...i.path,"additionalProperties"]})):e.io==="output"&&(a.additionalProperties=!1)},Wg=(t,e,n,i)=>{let a=t._zod.def,r=a.inclusive===!1,s=a.options.map((o,l)=>He(o,e,{...i,path:[...i.path,r?"oneOf":"anyOf",l]}));r?n.oneOf=s:n.anyOf=s},Bg=(t,e,n,i)=>{let a=t._zod.def,r=He(a.left,e,{...i,path:[...i.path,"allOf",0]}),s=He(a.right,e,{...i,path:[...i.path,"allOf",1]}),o=u=>"allOf"in u&&Object.keys(u).length===1,l=[...o(r)?r.allOf:[r],...o(s)?s.allOf:[s]];n.allOf=l},Qj=(t,e,n,i)=>{let a=n,r=t._zod.def;a.type="array";let s=e.target==="draft-2020-12"?"prefixItems":"items",o=e.target==="draft-2020-12"||e.target==="openapi-3.0"?"items":"additionalItems",l=r.items.map((h,d)=>He(h,e,{...i,path:[...i.path,s,d]})),u=r.rest?He(r.rest,e,{...i,path:[...i.path,o,...e.target==="openapi-3.0"?[r.items.length]:[]]}):null;e.target==="draft-2020-12"?(a.prefixItems=l,u&&(a.items=u)):e.target==="openapi-3.0"?(a.items={anyOf:l},u&&a.items.anyOf.push(u),a.minItems=l.length,u||(a.maxItems=l.length)):(a.items=l,u&&(a.additionalItems=u));let{minimum:c,maximum:p}=t._zod.bag;typeof c=="number"&&(a.minItems=c),typeof p=="number"&&(a.maxItems=p)},Fg=(t,e,n,i)=>{let a=n,r=t._zod.def;a.type="object";let s=r.keyType,l=s._zod.bag?.patterns;if(r.mode==="loose"&&l&&l.size>0){let c=He(r.valueType,e,{...i,path:[...i.path,"patternProperties","*"]});a.patternProperties={};for(let p of l)a.patternProperties[p.source]=c}else(e.target==="draft-07"||e.target==="draft-2020-12")&&(a.propertyNames=He(r.keyType,e,{...i,path:[...i.path,"propertyNames"]})),a.additionalProperties=He(r.valueType,e,{...i,path:[...i.path,"additionalProperties"]});let u=s._zod.values;if(u){let c=[...u].filter(p=>typeof p=="string"||typeof p=="number");c.length>0&&(a.required=c)}},Vg=(t,e,n,i)=>{let a=t._zod.def,r=He(a.innerType,e,i),s=e.seen.get(t);e.target==="openapi-3.0"?(s.ref=a.innerType,n.nullable=!0):n.anyOf=[r,{type:"null"}]},Jg=(t,e,n,i)=>{let a=t._zod.def;He(a.innerType,e,i);let r=e.seen.get(t);r.ref=a.innerType},Zg=(t,e,n,i)=>{let a=t._zod.def;He(a.innerType,e,i);let r=e.seen.get(t);r.ref=a.innerType,n.default=JSON.parse(JSON.stringify(a.defaultValue))},Kg=(t,e,n,i)=>{let a=t._zod.def;He(a.innerType,e,i);let r=e.seen.get(t);r.ref=a.innerType,e.io==="input"&&(n._prefault=JSON.parse(JSON.stringify(a.defaultValue)))},Qg=(t,e,n,i)=>{let a=t._zod.def;He(a.innerType,e,i);let r=e.seen.get(t);r.ref=a.innerType;let s;try{s=a.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}n.default=s},Yg=(t,e,n,i)=>{let a=t._zod.def,r=a.in._zod.traits.has("$ZodTransform"),s=e.io==="input"?r?a.out:a.in:a.out;He(s,e,i);let o=e.seen.get(t);o.ref=s},Xg=(t,e,n,i)=>{let a=t._zod.def;He(a.innerType,e,i);let r=e.seen.get(t);r.ref=a.innerType,n.readOnly=!0},Yj=(t,e,n,i)=>{let a=t._zod.def;He(a.innerType,e,i);let r=e.seen.get(t);r.ref=a.innerType},yu=(t,e,n,i)=>{let a=t._zod.def;He(a.innerType,e,i);let r=e.seen.get(t);r.ref=a.innerType},Xj=(t,e,n,i)=>{let a=t._zod.innerType;He(a,e,i);let r=e.seen.get(t);r.ref=a},zj={string:qg,number:_g,boolean:Hg,bigint:Dj,symbol:Gj,null:Ig,undefined:$j,void:Nj,never:Rg,any:Uj,unknown:zg,date:Lj,enum:Dg,literal:Gg,nan:Wj,template_literal:Bj,file:Fj,success:Vj,custom:$g,function:Jj,transform:Ng,map:Zj,set:Kj,array:Ug,object:Lg,union:Wg,intersection:Bg,tuple:Qj,record:Fg,nullable:Vg,nonoptional:Jg,default:Zg,prefault:Kg,catch:Qg,pipe:Yg,readonly:Xg,promise:Yj,optional:yu,lazy:Xj};function em(t,e){if("_idmap"in t){let i=t,a=Ys({...e,processors:zj}),r={};for(let l of i._idmap.entries()){let[u,c]=l;He(c,a)}let s={},o={registry:i,uri:e?.uri,defs:r};a.external=o;for(let l of i._idmap.entries()){let[u,c]=l;Xs(a,c),s[u]=eo(a,c)}if(Object.keys(r).length>0){let l=a.target==="draft-2020-12"?"$defs":"definitions";s.__shared={[l]:r}}return{schemas:s}}let n=Ys({...e,processors:zj});return He(t,n),Xs(n,t),eo(n,t)}var tG=j("ZodMiniType",(t,e)=>{if(!t._zod)throw new Error("Uninitialized schema in ZodMiniType.");_e.init(t,e),t.def=e,t.type=e.type,t.parse=(n,i)=>ou(t,n,i,{callee:t.parse}),t.safeParse=(n,i)=>Sa(t,n,i),t.parseAsync=async(n,i)=>lu(t,n,i,{callee:t.parseAsync}),t.safeParseAsync=async(n,i)=>Oa(t,n,i),t.check=(...n)=>t.clone({...e,checks:[...e.checks??[],...n.map(i=>typeof i=="function"?{_zod:{check:i,def:{check:"custom"},onattach:[]}}:i)]},{parent:!0}),t.with=t.check,t.clone=(n,i)=>ui(t,n,i),t.brand=()=>t,t.register=((n,i)=>(n.add(t,i),t)),t.apply=n=>n(t)});var aG=j("ZodMiniObject",(t,e)=>{Th.init(t,e),tG.init(t,e),Me(t,"shape",()=>e.shape)});function nm(t,e){let n={type:"object",shape:t??{},...J(e)};return new aG(n)}function Wi(t){return!!t._zod}function Ma(t){let e=Object.values(t);if(e.length===0)return nm({});let n=e.every(Wi),i=e.every(a=>!Wi(a));if(n)return nm(t);if(i)return Gd(t);throw new Error("Mixed Zod versions detected in object shape.")}function Ht(t,e){return Wi(t)?Sa(t,e):t.safeParse(e)}async function Pu(t,e){return Wi(t)?await Oa(t,e):await t.safeParseAsync(e)}function It(t){if(!t)return;let e;if(Wi(t)?e=t._zod?.def?.shape:e=t.shape,!!e){if(typeof e=="function")try{return e()}catch{return}return e}}function Mr(t){if(t){if(typeof t=="object"){let e=t,n=t;if(!e._def&&!n._zod){let i=Object.values(t);if(i.length>0&&i.every(a=>typeof a=="object"&&a!==null&&(a._def!==void 0||a._zod!==void 0||typeof a.parse=="function")))return Ma(t)}}if(Wi(t)){let n=t._zod?.def;if(n&&(n.type==="object"||n.shape!==void 0))return t}else if(t.shape!==void 0)return t}}function sG(t){return t.length===0?"object root":t.reduce((e,n,i)=>i===0?String(n):typeof n=="number"?`${e}[${n}]`:`${e}.${n}`,"")}function ju(t){if(t&&typeof t=="object"){if("issues"in t&&Array.isArray(t.issues)&&t.issues.length>0)return t.issues.map(e=>e.path?.length?`${e.message} at ${sG(e.path)}`:e.message).join(` +`);if("message"in t&&typeof t.message=="string")return t.message;try{return JSON.stringify(t)}catch{return String(t)}}return String(t)}function nS(t){return t.description}function iS(t){if(Wi(t))return t._zod?.def?.type==="optional";let e=t;return typeof t.isOptional=="function"?t.isOptional():e._def?.typeName==="ZodOptional"}function Er(t){if(Wi(t)){let r=t._zod?.def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}}let n=t._def;if(n){if(n.value!==void 0)return n.value;if(Array.isArray(n.values)&&n.values.length>0)return n.values[0]}let i=t.value;if(i!==void 0)return i}var no={};Id(no,{ZodISODate:()=>aS,ZodISODateTime:()=>tS,ZodISODuration:()=>sS,ZodISOTime:()=>rS,date:()=>tm,datetime:()=>im,duration:()=>rm,time:()=>am});var tS=j("ZodISODateTime",(t,e)=>{Aj.init(t,e),Be.init(t,e)});function im(t){return kj(tS,t)}var aS=j("ZodISODate",(t,e)=>{bj.init(t,e),Be.init(t,e)});function tm(t){return qj(aS,t)}var rS=j("ZodISOTime",(t,e)=>{yj.init(t,e),Be.init(t,e)});function am(t){return _j(rS,t)}var sS=j("ZodISODuration",(t,e)=>{Pj.init(t,e),Be.init(t,e)});function rm(t){return Hj(sS,t)}var hG=(t,e)=>{su.init(t,e),t.name="ZodError",Object.defineProperties(t,{format:{value:n=>gP(t,n)},flatten:{value:n=>hP(t,n)},addIssue:{value:n=>{t.issues.push(n),t.message=JSON.stringify(t.issues,Sr,2)}},addIssues:{value:n=>{t.issues.push(...n),t.message=JSON.stringify(t.issues,Sr,2)}},isEmpty:{get(){return t.issues.length===0}}})};var ci=j("ZodError",hG,{Parent:Error});var oS=Us(ci),lS=Ls(ci),uS=Ws(ci),cS=Bs(ci),pS=mP(ci),dS=fP(ci),hS=wP(ci),gS=vP(ci),mS=CP(ci),fS=AP(ci),wS=bP(ci),vS=yP(ci);var CS=new WeakMap;function io(t,e,n){let i=Object.getPrototypeOf(t),a=CS.get(i);if(a||(a=new Set,CS.set(i,a)),!a.has(e)){a.add(e);for(let r in n){let s=n[r];Object.defineProperty(i,r,{configurable:!0,enumerable:!1,get(){let o=s.bind(this);return Object.defineProperty(this,r,{configurable:!0,writable:!0,enumerable:!0,value:o}),o},set(o){Object.defineProperty(this,r,{configurable:!0,writable:!0,enumerable:!0,value:o})}})}}}var Je=j("ZodType",(t,e)=>(_e.init(t,e),Object.assign(t["~standard"],{jsonSchema:{input:Qs(t,"input"),output:Qs(t,"output")}}),t.toJSONSchema=Rj(t,{}),t.def=e,t.type=e.type,Object.defineProperty(t,"_def",{value:e}),t.parse=(n,i)=>oS(t,n,i,{callee:t.parse}),t.safeParse=(n,i)=>uS(t,n,i),t.parseAsync=async(n,i)=>lS(t,n,i,{callee:t.parseAsync}),t.safeParseAsync=async(n,i)=>cS(t,n,i),t.spa=t.safeParseAsync,t.encode=(n,i)=>pS(t,n,i),t.decode=(n,i)=>dS(t,n,i),t.encodeAsync=async(n,i)=>hS(t,n,i),t.decodeAsync=async(n,i)=>gS(t,n,i),t.safeEncode=(n,i)=>mS(t,n,i),t.safeDecode=(n,i)=>fS(t,n,i),t.safeEncodeAsync=async(n,i)=>wS(t,n,i),t.safeDecodeAsync=async(n,i)=>vS(t,n,i),io(t,"ZodType",{check(...n){let i=this.def;return this.clone(we.mergeDefs(i,{checks:[...i.checks??[],...n.map(a=>typeof a=="function"?{_zod:{check:a,def:{check:"custom"},onattach:[]}}:a)]}),{parent:!0})},with(...n){return this.check(...n)},clone(n,i){return ui(this,n,i)},brand(){return this},register(n,i){return n.add(this,i),this},refine(n,i){return this.check(t$(n,i))},superRefine(n,i){return this.check(a$(n,i))},overwrite(n){return this.check(_t(n))},optional(){return Ve(this)},exactOptional(){return BG(this)},nullable(){return PS(this)},nullish(){return Ve(PS(this))},nonoptional(n){return QG(this,n)},array(){return ve(this)},or(n){return $e([this,n])},and(n){return Ou(this,n)},transform(n){return jS(this,ES(n))},default(n){return JG(this,n)},prefault(n){return KG(this,n)},catch(n){return XG(this,n)},pipe(n){return jS(this,n)},readonly(){return i$(this)},describe(n){let i=this.clone();return xa.add(i,{description:n}),i},meta(...n){if(n.length===0)return xa.get(this);let i=this.clone();return xa.add(i,n[0]),i},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(n){return n(this)}}),Object.defineProperty(t,"description",{get(){return xa.get(t)?.description},configurable:!0}),t)),SS=j("_ZodString",(t,e)=>{Js.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(i,a,r)=>qg(t,i,a,r);let n=t._zod.bag;t.format=n.format??null,t.minLength=n.minimum??null,t.maxLength=n.maximum??null,io(t,"_ZodString",{regex(...i){return this.check(vg(...i))},includes(...i){return this.check(bg(...i))},startsWith(...i){return this.check(yg(...i))},endsWith(...i){return this.check(Pg(...i))},min(...i){return this.check(Tr(...i))},max(...i){return this.check(Au(...i))},length(...i){return this.check(bu(...i))},nonempty(...i){return this.check(Tr(1,...i))},lowercase(i){return this.check(Cg(i))},uppercase(i){return this.check(Ag(i))},trim(){return this.check(Sg())},normalize(...i){return this.check(jg(...i))},toLowerCase(){return this.check(Og())},toUpperCase(){return this.check(xg())},slugify(){return this.check(Tg())}})}),mG=j("ZodString",(t,e)=>{Js.init(t,e),SS.init(t,e),t.email=n=>t.check(Bh(fG,n)),t.url=n=>t.check(Kh(wG,n)),t.jwt=n=>t.check(pg(qG,n)),t.emoji=n=>t.check(Qh(vG,n)),t.guid=n=>t.check(fu(AS,n)),t.uuid=n=>t.check(Fh(Su,n)),t.uuidv4=n=>t.check(Vh(Su,n)),t.uuidv6=n=>t.check(Jh(Su,n)),t.uuidv7=n=>t.check(Zh(Su,n)),t.nanoid=n=>t.check(Yh(CG,n)),t.guid=n=>t.check(fu(AS,n)),t.cuid=n=>t.check(Xh(AG,n)),t.cuid2=n=>t.check(eg(bG,n)),t.ulid=n=>t.check(ng(yG,n)),t.base64=n=>t.check(lg(MG,n)),t.base64url=n=>t.check(ug(EG,n)),t.xid=n=>t.check(ig(PG,n)),t.ksuid=n=>t.check(tg(jG,n)),t.ipv4=n=>t.check(ag(SG,n)),t.ipv6=n=>t.check(rg(OG,n)),t.cidrv4=n=>t.check(sg(xG,n)),t.cidrv6=n=>t.check(og(TG,n)),t.e164=n=>t.check(cg(kG,n)),t.datetime=n=>t.check(im(n)),t.date=n=>t.check(tm(n)),t.time=n=>t.check(am(n)),t.duration=n=>t.check(rm(n))});function P(t){return Wh(mG,t)}var Be=j("ZodStringFormat",(t,e)=>{De.init(t,e),SS.init(t,e)}),fG=j("ZodEmail",(t,e)=>{rh.init(t,e),Be.init(t,e)});var AS=j("ZodGUID",(t,e)=>{th.init(t,e),Be.init(t,e)});var Su=j("ZodUUID",(t,e)=>{ah.init(t,e),Be.init(t,e)});var wG=j("ZodURL",(t,e)=>{sh.init(t,e),Be.init(t,e)});var vG=j("ZodEmoji",(t,e)=>{oh.init(t,e),Be.init(t,e)});var CG=j("ZodNanoID",(t,e)=>{lh.init(t,e),Be.init(t,e)});var AG=j("ZodCUID",(t,e)=>{uh.init(t,e),Be.init(t,e)});var bG=j("ZodCUID2",(t,e)=>{ch.init(t,e),Be.init(t,e)});var yG=j("ZodULID",(t,e)=>{ph.init(t,e),Be.init(t,e)});var PG=j("ZodXID",(t,e)=>{dh.init(t,e),Be.init(t,e)});var jG=j("ZodKSUID",(t,e)=>{hh.init(t,e),Be.init(t,e)});var SG=j("ZodIPv4",(t,e)=>{gh.init(t,e),Be.init(t,e)});var OG=j("ZodIPv6",(t,e)=>{mh.init(t,e),Be.init(t,e)});var xG=j("ZodCIDRv4",(t,e)=>{fh.init(t,e),Be.init(t,e)});var TG=j("ZodCIDRv6",(t,e)=>{wh.init(t,e),Be.init(t,e)});var MG=j("ZodBase64",(t,e)=>{vh.init(t,e),Be.init(t,e)});var EG=j("ZodBase64URL",(t,e)=>{Ch.init(t,e),Be.init(t,e)});var kG=j("ZodE164",(t,e)=>{Ah.init(t,e),Be.init(t,e)});var qG=j("ZodJWT",(t,e)=>{bh.init(t,e),Be.init(t,e)});var OS=j("ZodNumber",(t,e)=>{du.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(i,a,r)=>_g(t,i,a,r),io(t,"ZodNumber",{gt(i,a){return this.check(vu(i,a))},gte(i,a){return this.check(Ks(i,a))},min(i,a){return this.check(Ks(i,a))},lt(i,a){return this.check(wu(i,a))},lte(i,a){return this.check(Zs(i,a))},max(i,a){return this.check(Zs(i,a))},int(i){return this.check(bS(i))},safe(i){return this.check(bS(i))},positive(i){return this.check(vu(0,i))},nonnegative(i){return this.check(Ks(0,i))},negative(i){return this.check(wu(0,i))},nonpositive(i){return this.check(Zs(0,i))},multipleOf(i,a){return this.check(Cu(i,a))},step(i,a){return this.check(Cu(i,a))},finite(){return this}});let n=t._zod.bag;t.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,t.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,t.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),t.isFinite=!0,t.format=n.format??null});function Ee(t){return dg(OS,t)}var _G=j("ZodNumberFormat",(t,e)=>{yh.init(t,e),OS.init(t,e)});function bS(t){return hg(_G,t)}var HG=j("ZodBoolean",(t,e)=>{Ph.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Hg(t,n,i,a)});function Cn(t){return gg(HG,t)}var IG=j("ZodNull",(t,e)=>{jh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Ig(t,n,i,a)});function xS(t){return mg(IG,t)}var RG=j("ZodUnknown",(t,e)=>{Sh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>zg(t,n,i,a)});function Fe(){return fg(RG)}var zG=j("ZodNever",(t,e)=>{Oh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Rg(t,n,i,a)});function DG(t){return wg(zG,t)}var GG=j("ZodArray",(t,e)=>{xh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Ug(t,n,i,a),t.element=e.element,io(t,"ZodArray",{min(n,i){return this.check(Tr(n,i))},nonempty(n){return this.check(Tr(1,n))},max(n,i){return this.check(Au(n,i))},length(n,i){return this.check(bu(n,i))},unwrap(){return this.element}})});function ve(t,e){return Ij(GG,t,e)}var TS=j("ZodObject",(t,e)=>{xj.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Lg(t,n,i,a),we.defineLazy(t,"shape",()=>e.shape),io(t,"ZodObject",{keyof(){return Jn(Object.keys(this._zod.def.shape))},catchall(n){return this.clone({...this._zod.def,catchall:n})},passthrough(){return this.clone({...this._zod.def,catchall:Fe()})},loose(){return this.clone({...this._zod.def,catchall:Fe()})},strict(){return this.clone({...this._zod.def,catchall:DG()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(n){return we.extend(this,n)},safeExtend(n){return we.safeExtend(this,n)},merge(n){return we.merge(this,n)},pick(n){return we.pick(this,n)},omit(n){return we.omit(this,n)},partial(...n){return we.partial(xu,this,n[0])},required(...n){return we.required(kS,this,n[0])}})});function $(t,e){let n={type:"object",shape:t??{},...we.normalizeParams(e)};return new TS(n)}function Gn(t,e){return new TS({type:"object",shape:t,catchall:Fe(),...we.normalizeParams(e)})}var MS=j("ZodUnion",(t,e)=>{hu.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Wg(t,n,i,a),t.options=e.options});function $e(t,e){return new MS({type:"union",options:t,...we.normalizeParams(e)})}var $G=j("ZodDiscriminatedUnion",(t,e)=>{MS.init(t,e),Mh.init(t,e)});function om(t,e,n){return new $G({type:"union",options:e,discriminator:t,...we.normalizeParams(n)})}var NG=j("ZodIntersection",(t,e)=>{Eh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Bg(t,n,i,a)});function Ou(t,e){return new NG({type:"intersection",left:t,right:e})}var yS=j("ZodRecord",(t,e)=>{kh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Fg(t,n,i,a),t.keyType=e.keyType,t.valueType=e.valueType});function Ge(t,e,n){return!e||!e._zod?new yS({type:"record",keyType:P(),valueType:t,...we.normalizeParams(e)}):new yS({type:"record",keyType:t,valueType:e,...we.normalizeParams(n)})}var sm=j("ZodEnum",(t,e)=>{qh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(i,a,r)=>Dg(t,i,a,r),t.enum=e.entries,t.options=Object.values(e.entries);let n=new Set(Object.keys(e.entries));t.extract=(i,a)=>{let r={};for(let s of i)if(n.has(s))r[s]=e.entries[s];else throw new Error(`Key ${s} not found in enum`);return new sm({...e,checks:[],...we.normalizeParams(a),entries:r})},t.exclude=(i,a)=>{let r={...e.entries};for(let s of i)if(n.has(s))delete r[s];else throw new Error(`Key ${s} not found in enum`);return new sm({...e,checks:[],...we.normalizeParams(a),entries:r})}});function Jn(t,e){let n=Array.isArray(t)?Object.fromEntries(t.map(i=>[i,i])):t;return new sm({type:"enum",entries:n,...we.normalizeParams(e)})}var UG=j("ZodLiteral",(t,e)=>{_h.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Gg(t,n,i,a),t.values=new Set(e.values),Object.defineProperty(t,"value",{get(){if(e.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return e.values[0]}})});function B(t,e){return new UG({type:"literal",values:Array.isArray(t)?t:[t],...we.normalizeParams(e)})}var LG=j("ZodTransform",(t,e)=>{Hh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Ng(t,n,i,a),t._zod.parse=(n,i)=>{if(i.direction==="backward")throw new Pr(t.constructor.name);n.addIssue=r=>{if(typeof r=="string")n.issues.push(we.issue(r,n.value,e));else{let s=r;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=n.value),s.inst??(s.inst=t),n.issues.push(we.issue(s))}};let a=e.transform(n.value,n);return a instanceof Promise?a.then(r=>(n.value=r,n.fallback=!0,n)):(n.value=a,n.fallback=!0,n)}});function ES(t){return new LG({type:"transform",transform:t})}var xu=j("ZodOptional",(t,e)=>{gu.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>yu(t,n,i,a),t.unwrap=()=>t._zod.def.innerType});function Ve(t){return new xu({type:"optional",innerType:t})}var WG=j("ZodExactOptional",(t,e)=>{Ih.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>yu(t,n,i,a),t.unwrap=()=>t._zod.def.innerType});function BG(t){return new WG({type:"optional",innerType:t})}var FG=j("ZodNullable",(t,e)=>{Rh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Vg(t,n,i,a),t.unwrap=()=>t._zod.def.innerType});function PS(t){return new FG({type:"nullable",innerType:t})}var VG=j("ZodDefault",(t,e)=>{zh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Zg(t,n,i,a),t.unwrap=()=>t._zod.def.innerType,t.removeDefault=t.unwrap});function JG(t,e){return new VG({type:"default",innerType:t,get defaultValue(){return typeof e=="function"?e():we.shallowClone(e)}})}var ZG=j("ZodPrefault",(t,e)=>{Dh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Kg(t,n,i,a),t.unwrap=()=>t._zod.def.innerType});function KG(t,e){return new ZG({type:"prefault",innerType:t,get defaultValue(){return typeof e=="function"?e():we.shallowClone(e)}})}var kS=j("ZodNonOptional",(t,e)=>{Gh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Jg(t,n,i,a),t.unwrap=()=>t._zod.def.innerType});function QG(t,e){return new kS({type:"nonoptional",innerType:t,...we.normalizeParams(e)})}var YG=j("ZodCatch",(t,e)=>{$h.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Qg(t,n,i,a),t.unwrap=()=>t._zod.def.innerType,t.removeCatch=t.unwrap});function XG(t,e){return new YG({type:"catch",innerType:t,catchValue:typeof e=="function"?e:()=>e})}var qS=j("ZodPipe",(t,e)=>{mu.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Yg(t,n,i,a),t.in=e.in,t.out=e.out});function jS(t,e){return new qS({type:"pipe",in:t,out:e})}var e$=j("ZodPreprocess",(t,e)=>{qS.init(t,e),Tj.init(t,e)}),n$=j("ZodReadonly",(t,e)=>{Nh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>Xg(t,n,i,a),t.unwrap=()=>t._zod.def.innerType});function i$(t){return new n$({type:"readonly",innerType:t})}var _S=j("ZodCustom",(t,e)=>{Uh.init(t,e),Je.init(t,e),t._zod.processJSONSchema=(n,i,a)=>$g(t,n,i,a)});function HS(t,e){return Mg(_S,t??(()=>!0),e)}function t$(t,e={}){return Eg(_S,t,e)}function a$(t,e){return kg(t,e)}function lm(t,e){return new e$({type:"pipe",in:ES(t),out:e})}li(Mj());var cm="2025-11-25";var IS=[cm,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Rt="io.modelcontextprotocol/related-task",Mu="2.0",cn=HS(t=>t!==null&&(typeof t=="object"||typeof t=="function")),RS=$e([P(),Ee().int()]),zS=P(),lte=Gn({ttl:Ee().optional(),pollInterval:Ee().optional()}),r$=$({ttl:Ee().optional()}),s$=$({taskId:P()}),pm=Gn({progressToken:RS.optional(),[Rt]:s$.optional()}),pi=$({_meta:pm.optional()}),to=pi.extend({task:r$.optional()}),DS=t=>to.safeParse(t).success,Sn=$({method:P(),params:pi.loose().optional()}),fi=$({_meta:pm.optional()}),wi=$({method:P(),params:fi.loose().optional()}),On=Gn({_meta:pm.optional()}),Eu=$e([P(),Ee().int()]),GS=$({jsonrpc:B(Mu),id:Eu,...Sn.shape}).strict(),dm=t=>GS.safeParse(t).success,$S=$({jsonrpc:B(Mu),...wi.shape}).strict(),NS=t=>$S.safeParse(t).success,hm=$({jsonrpc:B(Mu),id:Eu,result:On}).strict(),ao=t=>hm.safeParse(t).success;var V;(function(t){t[t.ConnectionClosed=-32e3]="ConnectionClosed",t[t.RequestTimeout=-32001]="RequestTimeout",t[t.ParseError=-32700]="ParseError",t[t.InvalidRequest=-32600]="InvalidRequest",t[t.MethodNotFound=-32601]="MethodNotFound",t[t.InvalidParams=-32602]="InvalidParams",t[t.InternalError=-32603]="InternalError",t[t.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(V||(V={}));var gm=$({jsonrpc:B(Mu),id:Eu.optional(),error:$({code:Ee().int(),message:P(),data:Fe().optional()})}).strict();var US=t=>gm.safeParse(t).success;var LS=$e([GS,$S,hm,gm]),ute=$e([hm,gm]),ku=On.strict(),o$=fi.extend({requestId:Eu.optional(),reason:P().optional()}),qu=wi.extend({method:B("notifications/cancelled"),params:o$}),l$=$({src:P(),mimeType:P().optional(),sizes:ve(P()).optional(),theme:Jn(["light","dark"]).optional()}),ro=$({icons:ve(l$).optional()}),kr=$({name:P(),title:P().optional()}),WS=kr.extend({...kr.shape,...ro.shape,version:P(),websiteUrl:P().optional(),description:P().optional()}),u$=Ou($({applyDefaults:Cn().optional()}),Ge(P(),Fe())),c$=lm(t=>t&&typeof t=="object"&&!Array.isArray(t)&&Object.keys(t).length===0?{form:{}}:t,Ou($({form:u$.optional(),url:cn.optional()}),Ge(P(),Fe()).optional())),p$=Gn({list:cn.optional(),cancel:cn.optional(),requests:Gn({sampling:Gn({createMessage:cn.optional()}).optional(),elicitation:Gn({create:cn.optional()}).optional()}).optional()}),d$=Gn({list:cn.optional(),cancel:cn.optional(),requests:Gn({tools:Gn({call:cn.optional()}).optional()}).optional()}),h$=$({experimental:Ge(P(),cn).optional(),sampling:$({context:cn.optional(),tools:cn.optional()}).optional(),elicitation:c$.optional(),roots:$({listChanged:Cn().optional()}).optional(),tasks:p$.optional(),extensions:Ge(P(),cn).optional()}),g$=pi.extend({protocolVersion:P(),capabilities:h$,clientInfo:WS}),mm=Sn.extend({method:B("initialize"),params:g$});var m$=$({experimental:Ge(P(),cn).optional(),logging:cn.optional(),completions:cn.optional(),prompts:$({listChanged:Cn().optional()}).optional(),resources:$({subscribe:Cn().optional(),listChanged:Cn().optional()}).optional(),tools:$({listChanged:Cn().optional()}).optional(),tasks:d$.optional(),extensions:Ge(P(),cn).optional()}),f$=On.extend({protocolVersion:P(),capabilities:m$,serverInfo:WS,instructions:P().optional()}),fm=wi.extend({method:B("notifications/initialized"),params:fi.optional()});var _u=Sn.extend({method:B("ping"),params:pi.optional()}),w$=$({progress:Ee(),total:Ve(Ee()),message:Ve(P())}),v$=$({...fi.shape,...w$.shape,progressToken:RS}),Hu=wi.extend({method:B("notifications/progress"),params:v$}),C$=pi.extend({cursor:zS.optional()}),so=Sn.extend({params:C$.optional()}),oo=On.extend({nextCursor:zS.optional()}),A$=Jn(["working","input_required","completed","failed","cancelled"]),lo=$({taskId:P(),status:A$,ttl:$e([Ee(),xS()]),createdAt:P(),lastUpdatedAt:P(),pollInterval:Ve(Ee()),statusMessage:Ve(P())}),qr=On.extend({task:lo}),b$=fi.merge(lo),uo=wi.extend({method:B("notifications/tasks/status"),params:b$}),Iu=Sn.extend({method:B("tasks/get"),params:pi.extend({taskId:P()})}),Ru=On.merge(lo),zu=Sn.extend({method:B("tasks/result"),params:pi.extend({taskId:P()})}),cte=On.loose(),Du=so.extend({method:B("tasks/list")}),Gu=oo.extend({tasks:ve(lo)}),$u=Sn.extend({method:B("tasks/cancel"),params:pi.extend({taskId:P()})}),BS=On.merge(lo),FS=$({uri:P(),mimeType:Ve(P()),_meta:Ge(P(),Fe()).optional()}),VS=FS.extend({text:P()}),wm=P().refine(t=>{try{return atob(t),!0}catch{return!1}},{message:"Invalid Base64 string"}),JS=FS.extend({blob:wm}),co=Jn(["user","assistant"]),_r=$({audience:ve(co).optional(),priority:Ee().min(0).max(1).optional(),lastModified:no.datetime({offset:!0}).optional()}),ZS=$({...kr.shape,...ro.shape,uri:P(),description:Ve(P()),mimeType:Ve(P()),size:Ve(Ee()),annotations:_r.optional(),_meta:Ve(Gn({}))}),y$=$({...kr.shape,...ro.shape,uriTemplate:P(),description:Ve(P()),mimeType:Ve(P()),annotations:_r.optional(),_meta:Ve(Gn({}))}),Nu=so.extend({method:B("resources/list")}),P$=oo.extend({resources:ve(ZS)}),Uu=so.extend({method:B("resources/templates/list")}),j$=oo.extend({resourceTemplates:ve(y$)}),vm=pi.extend({uri:P()}),S$=vm,Lu=Sn.extend({method:B("resources/read"),params:S$}),O$=On.extend({contents:ve($e([VS,JS]))}),x$=wi.extend({method:B("notifications/resources/list_changed"),params:fi.optional()}),T$=vm,M$=Sn.extend({method:B("resources/subscribe"),params:T$}),E$=vm,k$=Sn.extend({method:B("resources/unsubscribe"),params:E$}),q$=fi.extend({uri:P()}),_$=wi.extend({method:B("notifications/resources/updated"),params:q$}),H$=$({name:P(),description:Ve(P()),required:Ve(Cn())}),I$=$({...kr.shape,...ro.shape,description:Ve(P()),arguments:Ve(ve(H$)),_meta:Ve(Gn({}))}),Wu=so.extend({method:B("prompts/list")}),R$=oo.extend({prompts:ve(I$)}),z$=pi.extend({name:P(),arguments:Ge(P(),P()).optional()}),Bu=Sn.extend({method:B("prompts/get"),params:z$}),Cm=$({type:B("text"),text:P(),annotations:_r.optional(),_meta:Ge(P(),Fe()).optional()}),Am=$({type:B("image"),data:wm,mimeType:P(),annotations:_r.optional(),_meta:Ge(P(),Fe()).optional()}),bm=$({type:B("audio"),data:wm,mimeType:P(),annotations:_r.optional(),_meta:Ge(P(),Fe()).optional()}),D$=$({type:B("tool_use"),name:P(),id:P(),input:Ge(P(),Fe()),_meta:Ge(P(),Fe()).optional()}),G$=$({type:B("resource"),resource:$e([VS,JS]),annotations:_r.optional(),_meta:Ge(P(),Fe()).optional()}),$$=ZS.extend({type:B("resource_link")}),ym=$e([Cm,Am,bm,$$,G$]),N$=$({role:co,content:ym}),U$=On.extend({description:P().optional(),messages:ve(N$)}),L$=wi.extend({method:B("notifications/prompts/list_changed"),params:fi.optional()}),W$=$({title:P().optional(),readOnlyHint:Cn().optional(),destructiveHint:Cn().optional(),idempotentHint:Cn().optional(),openWorldHint:Cn().optional()}),B$=$({taskSupport:Jn(["required","optional","forbidden"]).optional()}),KS=$({...kr.shape,...ro.shape,description:P().optional(),inputSchema:$({type:B("object"),properties:Ge(P(),cn).optional(),required:ve(P()).optional()}).catchall(Fe()),outputSchema:$({type:B("object"),properties:Ge(P(),cn).optional(),required:ve(P()).optional()}).catchall(Fe()).optional(),annotations:W$.optional(),execution:B$.optional(),_meta:Ge(P(),Fe()).optional()}),Fu=so.extend({method:B("tools/list")}),F$=oo.extend({tools:ve(KS)}),Vu=On.extend({content:ve(ym).default([]),structuredContent:Ge(P(),Fe()).optional(),isError:Cn().optional()}),pte=Vu.or(On.extend({toolResult:Fe()})),V$=to.extend({name:P(),arguments:Ge(P(),Fe()).optional()}),Hr=Sn.extend({method:B("tools/call"),params:V$}),J$=wi.extend({method:B("notifications/tools/list_changed"),params:fi.optional()}),dte=$({autoRefresh:Cn().default(!0),debounceMs:Ee().int().nonnegative().default(300)}),po=Jn(["debug","info","notice","warning","error","critical","alert","emergency"]),Z$=pi.extend({level:po}),Pm=Sn.extend({method:B("logging/setLevel"),params:Z$}),K$=fi.extend({level:po,logger:P().optional(),data:Fe()}),Q$=wi.extend({method:B("notifications/message"),params:K$}),Y$=$({name:P().optional()}),X$=$({hints:ve(Y$).optional(),costPriority:Ee().min(0).max(1).optional(),speedPriority:Ee().min(0).max(1).optional(),intelligencePriority:Ee().min(0).max(1).optional()}),eN=$({mode:Jn(["auto","required","none"]).optional()}),nN=$({type:B("tool_result"),toolUseId:P().describe("The unique identifier for the corresponding tool call."),content:ve(ym).default([]),structuredContent:$({}).loose().optional(),isError:Cn().optional(),_meta:Ge(P(),Fe()).optional()}),iN=om("type",[Cm,Am,bm]),Tu=om("type",[Cm,Am,bm,D$,nN]),tN=$({role:co,content:$e([Tu,ve(Tu)]),_meta:Ge(P(),Fe()).optional()}),aN=to.extend({messages:ve(tN),modelPreferences:X$.optional(),systemPrompt:P().optional(),includeContext:Jn(["none","thisServer","allServers"]).optional(),temperature:Ee().optional(),maxTokens:Ee().int(),stopSequences:ve(P()).optional(),metadata:cn.optional(),tools:ve(KS).optional(),toolChoice:eN.optional()}),rN=Sn.extend({method:B("sampling/createMessage"),params:aN}),ho=On.extend({model:P(),stopReason:Ve(Jn(["endTurn","stopSequence","maxTokens"]).or(P())),role:co,content:iN}),jm=On.extend({model:P(),stopReason:Ve(Jn(["endTurn","stopSequence","maxTokens","toolUse"]).or(P())),role:co,content:$e([Tu,ve(Tu)])}),sN=$({type:B("boolean"),title:P().optional(),description:P().optional(),default:Cn().optional()}),oN=$({type:B("string"),title:P().optional(),description:P().optional(),minLength:Ee().optional(),maxLength:Ee().optional(),format:Jn(["email","uri","date","date-time"]).optional(),default:P().optional()}),lN=$({type:Jn(["number","integer"]),title:P().optional(),description:P().optional(),minimum:Ee().optional(),maximum:Ee().optional(),default:Ee().optional()}),uN=$({type:B("string"),title:P().optional(),description:P().optional(),enum:ve(P()),default:P().optional()}),cN=$({type:B("string"),title:P().optional(),description:P().optional(),oneOf:ve($({const:P(),title:P()})),default:P().optional()}),pN=$({type:B("string"),title:P().optional(),description:P().optional(),enum:ve(P()),enumNames:ve(P()).optional(),default:P().optional()}),dN=$e([uN,cN]),hN=$({type:B("array"),title:P().optional(),description:P().optional(),minItems:Ee().optional(),maxItems:Ee().optional(),items:$({type:B("string"),enum:ve(P())}),default:ve(P()).optional()}),gN=$({type:B("array"),title:P().optional(),description:P().optional(),minItems:Ee().optional(),maxItems:Ee().optional(),items:$({anyOf:ve($({const:P(),title:P()}))}),default:ve(P()).optional()}),mN=$e([hN,gN]),fN=$e([pN,dN,mN]),wN=$e([fN,sN,oN,lN]),vN=to.extend({mode:B("form").optional(),message:P(),requestedSchema:$({type:B("object"),properties:Ge(P(),wN),required:ve(P()).optional()})}),CN=to.extend({mode:B("url"),message:P(),elicitationId:P(),url:P().url()}),AN=$e([vN,CN]),bN=Sn.extend({method:B("elicitation/create"),params:AN}),yN=fi.extend({elicitationId:P()}),PN=wi.extend({method:B("notifications/elicitation/complete"),params:yN}),Ir=On.extend({action:Jn(["accept","decline","cancel"]),content:lm(t=>t===null?void 0:t,Ge(P(),$e([P(),Ee(),Cn(),ve(P())])).optional())}),jN=$({type:B("ref/resource"),uri:P()});var SN=$({type:B("ref/prompt"),name:P()}),ON=pi.extend({ref:$e([SN,jN]),argument:$({name:P(),value:P()}),context:$({arguments:Ge(P(),P()).optional()}).optional()}),Ju=Sn.extend({method:B("completion/complete"),params:ON});function QS(t){if(t.params.ref.type!=="ref/prompt")throw new TypeError(`Expected CompleteRequestPrompt, but got ${t.params.ref.type}`)}function YS(t){if(t.params.ref.type!=="ref/resource")throw new TypeError(`Expected CompleteRequestResourceTemplate, but got ${t.params.ref.type}`)}var xN=On.extend({completion:Gn({values:ve(P()).max(100),total:Ve(Ee().int()),hasMore:Ve(Cn())})}),TN=$({uri:P().startsWith("file://"),name:P().optional(),_meta:Ge(P(),Fe()).optional()}),MN=Sn.extend({method:B("roots/list"),params:pi.optional()}),Sm=On.extend({roots:ve(TN)}),EN=wi.extend({method:B("notifications/roots/list_changed"),params:fi.optional()}),hte=$e([_u,mm,Ju,Pm,Bu,Wu,Nu,Uu,Lu,M$,k$,Hr,Fu,Iu,zu,Du,$u]),gte=$e([qu,Hu,fm,EN,uo]),mte=$e([ku,ho,jm,Ir,Sm,Ru,Gu,qr]),fte=$e([_u,rN,bN,MN,Iu,zu,Du,$u]),wte=$e([qu,Hu,Q$,_$,x$,J$,L$,uo,PN]),vte=$e([ku,f$,xN,U$,R$,P$,j$,O$,Vu,F$,Ru,Gu,qr]),L=class t extends Error{constructor(e,n,i){super(`MCP error ${e}: ${n}`),this.code=e,this.data=i,this.name="McpError"}static fromError(e,n,i){if(e===V.UrlElicitationRequired&&i){let a=i;if(a.elicitations)return new um(a.elicitations,n)}return new t(e,n,i)}},um=class extends L{constructor(e,n=`URL elicitation${e.length>1?"s":""} required`){super(V.UrlElicitationRequired,n,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}};function zt(t){return t==="completed"||t==="failed"||t==="cancelled"}var eO=Symbol("Let zodToJsonSchema decide on which parser to use");var XS={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},nO=t=>typeof t=="string"?{...XS,name:t}:{...XS,...t};var iO=t=>{let e=nO(t),n=e.name!==void 0?[...e.basePath,e.definitionPath,e.name]:e.basePath;return{...e,flags:{hasReferencedOpenAiAnyType:!1},currentPath:n,propertyPath:void 0,seen:new Map(Object.entries(e.definitions).map(([i,a])=>[a._def,{def:a._def,path:[...e.basePath,e.definitionPath,i],jsonSchema:void 0}]))}};function Om(t,e,n,i){i?.errorMessages&&n&&(t.errorMessage={...t.errorMessage,[e]:n})}function Ce(t,e,n,i,a){t[e]=n,Om(t,e,i,a)}var Zu=(t,e)=>{let n=0;for(;nY(t.innerType._def,e);function xm(t,e,n){let i=n??e.dateStrategy;if(Array.isArray(i))return{anyOf:i.map((a,r)=>xm(t,e,a))};switch(i){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return kN(t,e)}}var kN=(t,e)=>{let n={type:"integer",format:"unix-time"};if(e.target==="openApi3")return n;for(let i of t.checks)switch(i.kind){case"min":Ce(n,"minimum",i.value,i.message,e);break;case"max":Ce(n,"maximum",i.value,i.message,e);break}return n};function oO(t,e){return{...Y(t.innerType._def,e),default:t.defaultValue()}}function lO(t,e){return e.effectStrategy==="input"?Y(t.schema._def,e):Ze(e)}function uO(t){return{type:"string",enum:Array.from(t.values)}}var qN=t=>"type"in t&&t.type==="string"?!1:"allOf"in t;function cO(t,e){let n=[Y(t.left._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),Y(t.right._def,{...e,currentPath:[...e.currentPath,"allOf","1"]})].filter(r=>!!r),i=e.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,a=[];return n.forEach(r=>{if(qN(r))a.push(...r.allOf),r.unevaluatedProperties===void 0&&(i=void 0);else{let s=r;if("additionalProperties"in r&&r.additionalProperties===!1){let{additionalProperties:o,...l}=r;s=l}else i=void 0;a.push(s)}}),a.length?{allOf:a,...i}:void 0}function pO(t,e){let n=typeof t.value;return n!=="bigint"&&n!=="number"&&n!=="boolean"&&n!=="string"?{type:Array.isArray(t.value)?"array":"object"}:e.target==="openApi3"?{type:n==="bigint"?"integer":n,enum:[t.value]}:{type:n==="bigint"?"integer":n,const:t.value}}var Tm,Ti={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(Tm===void 0&&(Tm=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),Tm),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function Qu(t,e){let n={type:"string"};if(t.checks)for(let i of t.checks)switch(i.kind){case"min":Ce(n,"minLength",typeof n.minLength=="number"?Math.max(n.minLength,i.value):i.value,i.message,e);break;case"max":Ce(n,"maxLength",typeof n.maxLength=="number"?Math.min(n.maxLength,i.value):i.value,i.message,e);break;case"email":switch(e.emailStrategy){case"format:email":Mi(n,"email",i.message,e);break;case"format:idn-email":Mi(n,"idn-email",i.message,e);break;case"pattern:zod":$n(n,Ti.email,i.message,e);break}break;case"url":Mi(n,"uri",i.message,e);break;case"uuid":Mi(n,"uuid",i.message,e);break;case"regex":$n(n,i.regex,i.message,e);break;case"cuid":$n(n,Ti.cuid,i.message,e);break;case"cuid2":$n(n,Ti.cuid2,i.message,e);break;case"startsWith":$n(n,RegExp(`^${Mm(i.value,e)}`),i.message,e);break;case"endsWith":$n(n,RegExp(`${Mm(i.value,e)}$`),i.message,e);break;case"datetime":Mi(n,"date-time",i.message,e);break;case"date":Mi(n,"date",i.message,e);break;case"time":Mi(n,"time",i.message,e);break;case"duration":Mi(n,"duration",i.message,e);break;case"length":Ce(n,"minLength",typeof n.minLength=="number"?Math.max(n.minLength,i.value):i.value,i.message,e),Ce(n,"maxLength",typeof n.maxLength=="number"?Math.min(n.maxLength,i.value):i.value,i.message,e);break;case"includes":{$n(n,RegExp(Mm(i.value,e)),i.message,e);break}case"ip":{i.version!=="v6"&&Mi(n,"ipv4",i.message,e),i.version!=="v4"&&Mi(n,"ipv6",i.message,e);break}case"base64url":$n(n,Ti.base64url,i.message,e);break;case"jwt":$n(n,Ti.jwt,i.message,e);break;case"cidr":{i.version!=="v6"&&$n(n,Ti.ipv4Cidr,i.message,e),i.version!=="v4"&&$n(n,Ti.ipv6Cidr,i.message,e);break}case"emoji":$n(n,Ti.emoji(),i.message,e);break;case"ulid":{$n(n,Ti.ulid,i.message,e);break}case"base64":{switch(e.base64Strategy){case"format:binary":{Mi(n,"binary",i.message,e);break}case"contentEncoding:base64":{Ce(n,"contentEncoding","base64",i.message,e);break}case"pattern:zod":{$n(n,Ti.base64,i.message,e);break}}break}case"nanoid":$n(n,Ti.nanoid,i.message,e);case"toLowerCase":case"toUpperCase":case"trim":break;default:}return n}function Mm(t,e){return e.patternStrategy==="escape"?HN(t):t}var _N=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function HN(t){let e="";for(let n=0;na.format)?(t.anyOf||(t.anyOf=[]),t.format&&(t.anyOf.push({format:t.format,...t.errorMessage&&i.errorMessages&&{errorMessage:{format:t.errorMessage.format}}}),delete t.format,t.errorMessage&&(delete t.errorMessage.format,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.anyOf.push({format:e,...n&&i.errorMessages&&{errorMessage:{format:n}}})):Ce(t,"format",e,n,i)}function $n(t,e,n,i){t.pattern||t.allOf?.some(a=>a.pattern)?(t.allOf||(t.allOf=[]),t.pattern&&(t.allOf.push({pattern:t.pattern,...t.errorMessage&&i.errorMessages&&{errorMessage:{pattern:t.errorMessage.pattern}}}),delete t.pattern,t.errorMessage&&(delete t.errorMessage.pattern,Object.keys(t.errorMessage).length===0&&delete t.errorMessage)),t.allOf.push({pattern:dO(e,i),...n&&i.errorMessages&&{errorMessage:{pattern:n}}})):Ce(t,"pattern",dO(e,i),n,i)}function dO(t,e){if(!e.applyRegexFlags||!t.flags)return t.source;let n={i:t.flags.includes("i"),m:t.flags.includes("m"),s:t.flags.includes("s")},i=n.i?t.source.toLowerCase():t.source,a="",r=!1,s=!1,o=!1;for(let l=0;l({...i,[a]:Y(t.valueType._def,{...e,currentPath:[...e.currentPath,"properties",a]})??Ze(e)}),{}),additionalProperties:e.rejectedAdditionalProperties};let n={type:"object",additionalProperties:Y(t.valueType._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]})??e.allowedAdditionalProperties};if(e.target==="openApi3")return n;if(t.keyType?._def.typeName===E.ZodString&&t.keyType._def.checks?.length){let{type:i,...a}=Qu(t.keyType._def,e);return{...n,propertyNames:a}}else{if(t.keyType?._def.typeName===E.ZodEnum)return{...n,propertyNames:{enum:t.keyType._def.values}};if(t.keyType?._def.typeName===E.ZodBranded&&t.keyType._def.type._def.typeName===E.ZodString&&t.keyType._def.type._def.checks?.length){let{type:i,...a}=Ku(t.keyType._def,e);return{...n,propertyNames:a}}}return n}function hO(t,e){if(e.mapStrategy==="record")return Yu(t,e);let n=Y(t.keyType._def,{...e,currentPath:[...e.currentPath,"items","items","0"]})||Ze(e),i=Y(t.valueType._def,{...e,currentPath:[...e.currentPath,"items","items","1"]})||Ze(e);return{type:"array",maxItems:125,items:{type:"array",items:[n,i],minItems:2,maxItems:2}}}function gO(t){let e=t.values,i=Object.keys(t.values).filter(r=>typeof e[e[r]]!="number").map(r=>e[r]),a=Array.from(new Set(i.map(r=>typeof r)));return{type:a.length===1?a[0]==="string"?"string":"number":["string","number"],enum:i}}function mO(t){return t.target==="openAi"?void 0:{not:Ze({...t,currentPath:[...t.currentPath,"not"]})}}function fO(t){return t.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var go={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function vO(t,e){if(e.target==="openApi3")return wO(t,e);let n=t.options instanceof Map?Array.from(t.options.values()):t.options;if(n.every(i=>i._def.typeName in go&&(!i._def.checks||!i._def.checks.length))){let i=n.reduce((a,r)=>{let s=go[r._def.typeName];return s&&!a.includes(s)?[...a,s]:a},[]);return{type:i.length>1?i:i[0]}}else if(n.every(i=>i._def.typeName==="ZodLiteral"&&!i.description)){let i=n.reduce((a,r)=>{let s=typeof r._def.value;switch(s){case"string":case"number":case"boolean":return[...a,s];case"bigint":return[...a,"integer"];case"object":if(r._def.value===null)return[...a,"null"];case"symbol":case"undefined":case"function":default:return a}},[]);if(i.length===n.length){let a=i.filter((r,s,o)=>o.indexOf(r)===s);return{type:a.length>1?a:a[0],enum:n.reduce((r,s)=>r.includes(s._def.value)?r:[...r,s._def.value],[])}}}else if(n.every(i=>i._def.typeName==="ZodEnum"))return{type:"string",enum:n.reduce((i,a)=>[...i,...a._def.values.filter(r=>!i.includes(r))],[])};return wO(t,e)}var wO=(t,e)=>{let n=(t.options instanceof Map?Array.from(t.options.values()):t.options).map((i,a)=>Y(i._def,{...e,currentPath:[...e.currentPath,"anyOf",`${a}`]})).filter(i=>!!i&&(!e.strictUnions||typeof i=="object"&&Object.keys(i).length>0));return n.length?{anyOf:n}:void 0};function CO(t,e){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(t.innerType._def.typeName)&&(!t.innerType._def.checks||!t.innerType._def.checks.length))return e.target==="openApi3"?{type:go[t.innerType._def.typeName],nullable:!0}:{type:[go[t.innerType._def.typeName],"null"]};if(e.target==="openApi3"){let i=Y(t.innerType._def,{...e,currentPath:[...e.currentPath]});return i&&"$ref"in i?{allOf:[i],nullable:!0}:i&&{...i,nullable:!0}}let n=Y(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","0"]});return n&&{anyOf:[n,{type:"null"}]}}function AO(t,e){let n={type:"number"};if(!t.checks)return n;for(let i of t.checks)switch(i.kind){case"int":n.type="integer",Om(n,"type",i.message,e);break;case"min":e.target==="jsonSchema7"?i.inclusive?Ce(n,"minimum",i.value,i.message,e):Ce(n,"exclusiveMinimum",i.value,i.message,e):(i.inclusive||(n.exclusiveMinimum=!0),Ce(n,"minimum",i.value,i.message,e));break;case"max":e.target==="jsonSchema7"?i.inclusive?Ce(n,"maximum",i.value,i.message,e):Ce(n,"exclusiveMaximum",i.value,i.message,e):(i.inclusive||(n.exclusiveMaximum=!0),Ce(n,"maximum",i.value,i.message,e));break;case"multipleOf":Ce(n,"multipleOf",i.value,i.message,e);break}return n}function bO(t,e){let n=e.target==="openAi",i={type:"object",properties:{}},a=[],r=t.shape();for(let o in r){let l=r[o];if(l===void 0||l._def===void 0)continue;let u=RN(l);u&&n&&(l._def.typeName==="ZodOptional"&&(l=l._def.innerType),l.isNullable()||(l=l.nullable()),u=!1);let c=Y(l._def,{...e,currentPath:[...e.currentPath,"properties",o],propertyPath:[...e.currentPath,"properties",o]});c!==void 0&&(i.properties[o]=c,u||a.push(o))}a.length&&(i.required=a);let s=IN(t,e);return s!==void 0&&(i.additionalProperties=s),i}function IN(t,e){if(t.catchall._def.typeName!=="ZodNever")return Y(t.catchall._def,{...e,currentPath:[...e.currentPath,"additionalProperties"]});switch(t.unknownKeys){case"passthrough":return e.allowedAdditionalProperties;case"strict":return e.rejectedAdditionalProperties;case"strip":return e.removeAdditionalStrategy==="strict"?e.allowedAdditionalProperties:e.rejectedAdditionalProperties}}function RN(t){try{return t.isOptional()}catch{return!0}}var yO=(t,e)=>{if(e.currentPath.toString()===e.propertyPath?.toString())return Y(t.innerType._def,e);let n=Y(t.innerType._def,{...e,currentPath:[...e.currentPath,"anyOf","1"]});return n?{anyOf:[{not:Ze(e)},n]}:Ze(e)};var PO=(t,e)=>{if(e.pipeStrategy==="input")return Y(t.in._def,e);if(e.pipeStrategy==="output")return Y(t.out._def,e);let n=Y(t.in._def,{...e,currentPath:[...e.currentPath,"allOf","0"]}),i=Y(t.out._def,{...e,currentPath:[...e.currentPath,"allOf",n?"1":"0"]});return{allOf:[n,i].filter(a=>a!==void 0)}};function jO(t,e){return Y(t.type._def,e)}function SO(t,e){let i={type:"array",uniqueItems:!0,items:Y(t.valueType._def,{...e,currentPath:[...e.currentPath,"items"]})};return t.minSize&&Ce(i,"minItems",t.minSize.value,t.minSize.message,e),t.maxSize&&Ce(i,"maxItems",t.maxSize.value,t.maxSize.message,e),i}function OO(t,e){return t.rest?{type:"array",minItems:t.items.length,items:t.items.map((n,i)=>Y(n._def,{...e,currentPath:[...e.currentPath,"items",`${i}`]})).reduce((n,i)=>i===void 0?n:[...n,i],[]),additionalItems:Y(t.rest._def,{...e,currentPath:[...e.currentPath,"additionalItems"]})}:{type:"array",minItems:t.items.length,maxItems:t.items.length,items:t.items.map((n,i)=>Y(n._def,{...e,currentPath:[...e.currentPath,"items",`${i}`]})).reduce((n,i)=>i===void 0?n:[...n,i],[])}}function xO(t){return{not:Ze(t)}}function TO(t){return Ze(t)}var MO=(t,e)=>Y(t.innerType._def,e);var EO=(t,e,n)=>{switch(e){case E.ZodString:return Qu(t,n);case E.ZodNumber:return AO(t,n);case E.ZodObject:return bO(t,n);case E.ZodBigInt:return aO(t,n);case E.ZodBoolean:return rO();case E.ZodDate:return xm(t,n);case E.ZodUndefined:return xO(n);case E.ZodNull:return fO(n);case E.ZodArray:return tO(t,n);case E.ZodUnion:case E.ZodDiscriminatedUnion:return vO(t,n);case E.ZodIntersection:return cO(t,n);case E.ZodTuple:return OO(t,n);case E.ZodRecord:return Yu(t,n);case E.ZodLiteral:return pO(t,n);case E.ZodEnum:return uO(t);case E.ZodNativeEnum:return gO(t);case E.ZodNullable:return CO(t,n);case E.ZodOptional:return yO(t,n);case E.ZodMap:return hO(t,n);case E.ZodSet:return SO(t,n);case E.ZodLazy:return()=>t.getter()._def;case E.ZodPromise:return jO(t,n);case E.ZodNaN:case E.ZodNever:return mO(n);case E.ZodEffects:return lO(t,n);case E.ZodAny:return Ze(n);case E.ZodUnknown:return TO(n);case E.ZodDefault:return oO(t,n);case E.ZodBranded:return Ku(t,n);case E.ZodReadonly:return MO(t,n);case E.ZodCatch:return sO(t,n);case E.ZodPipeline:return PO(t,n);case E.ZodFunction:case E.ZodVoid:case E.ZodSymbol:return;default:return(i=>{})(e)}};function Y(t,e,n=!1){let i=e.seen.get(t);if(e.override){let o=e.override?.(t,e,i,n);if(o!==eO)return o}if(i&&!n){let o=zN(i,e);if(o!==void 0)return o}let a={def:t,path:e.currentPath,jsonSchema:void 0};e.seen.set(t,a);let r=EO(t,t.typeName,e),s=typeof r=="function"?Y(r(),e):r;if(s&&DN(t,e,s),e.postProcess){let o=e.postProcess(s,t,e);return a.jsonSchema=s,o}return a.jsonSchema=s,s}var zN=(t,e)=>{switch(e.$refStrategy){case"root":return{$ref:t.path.join("/")};case"relative":return{$ref:Zu(e.currentPath,t.path)};case"none":case"seen":return t.path.lengthe.currentPath[i]===n)?(console.warn(`Recursive reference detected at ${e.currentPath.join("/")}! Defaulting to any`),Ze(e)):e.$refStrategy==="seen"?Ze(e):void 0}},DN=(t,e,n)=>(t.description&&(n.description=t.description,e.markdownDescription&&(n.markdownDescription=t.description)),n);var Em=(t,e)=>{let n=iO(e),i=typeof e=="object"&&e.definitions?Object.entries(e.definitions).reduce((l,[u,c])=>({...l,[u]:Y(c._def,{...n,currentPath:[...n.basePath,n.definitionPath,u]},!0)??Ze(n)}),{}):void 0,a=typeof e=="string"?e:e?.nameStrategy==="title"?void 0:e?.name,r=Y(t._def,a===void 0?n:{...n,currentPath:[...n.basePath,n.definitionPath,a]},!1)??Ze(n),s=typeof e=="object"&&e.name!==void 0&&e.nameStrategy==="title"?e.name:void 0;s!==void 0&&(r.title=s),n.flags.hasReferencedOpenAiAnyType&&(i||(i={}),i[n.openAiAnyTypeName]||(i[n.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:n.$refStrategy==="relative"?"1":[...n.basePath,n.definitionPath,n.openAiAnyTypeName].join("/")}}));let o=a===void 0?i?{...r,[n.definitionPath]:i}:r:{$ref:[...n.$refStrategy==="relative"?[]:n.basePath,n.definitionPath,a].join("/"),[n.definitionPath]:{...i,[a]:r}};return n.target==="jsonSchema7"?o.$schema="http://json-schema.org/draft-07/schema#":(n.target==="jsonSchema2019-09"||n.target==="openAi")&&(o.$schema="https://json-schema.org/draft/2019-09/schema#"),n.target==="openAi"&&("anyOf"in o||"oneOf"in o||"allOf"in o||"type"in o&&Array.isArray(o.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),o};function GN(t){return!t||t==="jsonSchema7"||t==="draft-7"?"draft-7":t==="jsonSchema2019-09"||t==="draft-2020-12"?"draft-2020-12":"draft-7"}function km(t,e){return Wi(t)?em(t,{target:GN(e?.target),io:e?.pipeStrategy??"input"}):Em(t,{strictUnions:e?.strictUnions??!0,pipeStrategy:e?.pipeStrategy??"input"})}function qm(t){let n=It(t)?.method;if(!n)throw new Error("Schema is missing a method literal");let i=Er(n);if(typeof i!="string")throw new Error("Schema method literal must be a string");return i}function _m(t,e){let n=Ht(t,e);if(!n.success)throw n.error;return n.data}var $N=6e4,Xu=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(qu,n=>{this._oncancel(n)}),this.setNotificationHandler(Hu,n=>{this._onprogress(n)}),this.setRequestHandler(_u,n=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(Iu,async(n,i)=>{let a=await this._taskStore.getTask(n.params.taskId,i.sessionId);if(!a)throw new L(V.InvalidParams,"Failed to retrieve task: Task not found");return{...a}}),this.setRequestHandler(zu,async(n,i)=>{let a=async()=>{let r=n.params.taskId;if(this._taskMessageQueue){let o;for(;o=await this._taskMessageQueue.dequeue(r,i.sessionId);){if(o.type==="response"||o.type==="error"){let l=o.message,u=l.id,c=this._requestResolvers.get(u);if(c)if(this._requestResolvers.delete(u),o.type==="response")c(l);else{let p=l,h=new L(p.error.code,p.error.message,p.error.data);c(h)}else{let p=o.type==="response"?"Response":"Error";this._onerror(new Error(`${p} handler missing for request ${u}`))}continue}await this._transport?.send(o.message,{relatedRequestId:i.requestId})}}let s=await this._taskStore.getTask(r,i.sessionId);if(!s)throw new L(V.InvalidParams,`Task not found: ${r}`);if(!zt(s.status))return await this._waitForTaskUpdate(r,i.signal),await a();if(zt(s.status)){let o=await this._taskStore.getTaskResult(r,i.sessionId);return this._clearTaskQueue(r),{...o,_meta:{...o._meta,[Rt]:{taskId:r}}}}return await a()};return await a()}),this.setRequestHandler(Du,async(n,i)=>{try{let{tasks:a,nextCursor:r}=await this._taskStore.listTasks(n.params?.cursor,i.sessionId);return{tasks:a,nextCursor:r,_meta:{}}}catch(a){throw new L(V.InvalidParams,`Failed to list tasks: ${a instanceof Error?a.message:String(a)}`)}}),this.setRequestHandler($u,async(n,i)=>{try{let a=await this._taskStore.getTask(n.params.taskId,i.sessionId);if(!a)throw new L(V.InvalidParams,`Task not found: ${n.params.taskId}`);if(zt(a.status))throw new L(V.InvalidParams,`Cannot cancel task in terminal status: ${a.status}`);await this._taskStore.updateTaskStatus(n.params.taskId,"cancelled","Client cancelled task execution.",i.sessionId),this._clearTaskQueue(n.params.taskId);let r=await this._taskStore.getTask(n.params.taskId,i.sessionId);if(!r)throw new L(V.InvalidParams,`Task not found after cancellation: ${n.params.taskId}`);return{_meta:{},...r}}catch(a){throw a instanceof L?a:new L(V.InvalidRequest,`Failed to cancel task: ${a instanceof Error?a.message:String(a)}`)}}))}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,n,i,a,r=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(a,n),startTime:Date.now(),timeout:n,maxTotalTimeout:i,resetTimeoutOnProgress:r,onTimeout:a})}_resetTimeout(e){let n=this._timeoutInfo.get(e);if(!n)return!1;let i=Date.now()-n.startTime;if(n.maxTotalTimeout&&i>=n.maxTotalTimeout)throw this._timeoutInfo.delete(e),L.fromError(V.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:n.maxTotalTimeout,totalElapsed:i});return clearTimeout(n.timeoutId),n.timeoutId=setTimeout(n.onTimeout,n.timeout),!0}_cleanupTimeout(e){let n=this._timeoutInfo.get(e);n&&(clearTimeout(n.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let n=this.transport?.onclose;this._transport.onclose=()=>{n?.(),this._onclose()};let i=this.transport?.onerror;this._transport.onerror=r=>{i?.(r),this._onerror(r)};let a=this._transport?.onmessage;this._transport.onmessage=(r,s)=>{a?.(r,s),ao(r)||US(r)?this._onresponse(r):dm(r)?this._onrequest(r,s):NS(r)?this._onnotification(r):this._onerror(new Error(`Unknown message type: ${JSON.stringify(r)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let i of this._timeoutInfo.values())clearTimeout(i.timeoutId);this._timeoutInfo.clear();for(let i of this._requestHandlerAbortControllers.values())i.abort();this._requestHandlerAbortControllers.clear();let n=L.fromError(V.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let i of e.values())i(n)}_onerror(e){this.onerror?.(e)}_onnotification(e){let n=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;n!==void 0&&Promise.resolve().then(()=>n(e)).catch(i=>this._onerror(new Error(`Uncaught error in notification handler: ${i}`)))}_onrequest(e,n){let i=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,a=this._transport,r=e.params?._meta?.[Rt]?.taskId;if(i===void 0){let c={jsonrpc:"2.0",id:e.id,error:{code:V.MethodNotFound,message:"Method not found"}};r&&this._taskMessageQueue?this._enqueueTaskMessage(r,{type:"error",message:c,timestamp:Date.now()},a?.sessionId).catch(p=>this._onerror(new Error(`Failed to enqueue error response: ${p}`))):a?.send(c).catch(p=>this._onerror(new Error(`Failed to send an error response: ${p}`)));return}let s=new AbortController;this._requestHandlerAbortControllers.set(e.id,s);let o=DS(e.params)?e.params.task:void 0,l=this._taskStore?this.requestTaskStore(e,a?.sessionId):void 0,u={signal:s.signal,sessionId:a?.sessionId,_meta:e.params?._meta,sendNotification:async c=>{if(s.signal.aborted)return;let p={relatedRequestId:e.id};r&&(p.relatedTask={taskId:r}),await this.notification(c,p)},sendRequest:async(c,p,h)=>{if(s.signal.aborted)throw new L(V.ConnectionClosed,"Request was cancelled");let d={...h,relatedRequestId:e.id};r&&!d.relatedTask&&(d.relatedTask={taskId:r});let g=d.relatedTask?.taskId??r;return g&&l&&await l.updateTaskStatus(g,"input_required"),await this.request(c,p,d)},authInfo:n?.authInfo,requestId:e.id,requestInfo:n?.requestInfo,taskId:r,taskStore:l,taskRequestedTtl:o?.ttl,closeSSEStream:n?.closeSSEStream,closeStandaloneSSEStream:n?.closeStandaloneSSEStream};Promise.resolve().then(()=>{o&&this.assertTaskHandlerCapability(e.method)}).then(()=>i(e,u)).then(async c=>{if(s.signal.aborted)return;let p={result:c,jsonrpc:"2.0",id:e.id};r&&this._taskMessageQueue?await this._enqueueTaskMessage(r,{type:"response",message:p,timestamp:Date.now()},a?.sessionId):await a?.send(p)},async c=>{if(s.signal.aborted)return;let p={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(c.code)?c.code:V.InternalError,message:c.message??"Internal error",...c.data!==void 0&&{data:c.data}}};r&&this._taskMessageQueue?await this._enqueueTaskMessage(r,{type:"error",message:p,timestamp:Date.now()},a?.sessionId):await a?.send(p)}).catch(c=>this._onerror(new Error(`Failed to send response: ${c}`))).finally(()=>{this._requestHandlerAbortControllers.get(e.id)===s&&this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:n,...i}=e.params,a=Number(n),r=this._progressHandlers.get(a);if(!r){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let s=this._responseHandlers.get(a),o=this._timeoutInfo.get(a);if(o&&s&&o.resetTimeoutOnProgress)try{this._resetTimeout(a)}catch(l){this._responseHandlers.delete(a),this._progressHandlers.delete(a),this._cleanupTimeout(a),s(l);return}r(i)}_onresponse(e){let n=Number(e.id),i=this._requestResolvers.get(n);if(i){if(this._requestResolvers.delete(n),ao(e))i(e);else{let s=new L(e.error.code,e.error.message,e.error.data);i(s)}return}let a=this._responseHandlers.get(n);if(a===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(n),this._cleanupTimeout(n);let r=!1;if(ao(e)&&e.result&&typeof e.result=="object"){let s=e.result;if(s.task&&typeof s.task=="object"){let o=s.task;typeof o.taskId=="string"&&(r=!0,this._taskProgressTokens.set(o.taskId,n))}}if(r||this._progressHandlers.delete(n),ao(e))a(e);else{let s=L.fromError(e.error.code,e.error.message,e.error.data);a(s)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,n,i){let{task:a}=i??{};if(!a){try{yield{type:"result",result:await this.request(e,n,i)}}catch(s){yield{type:"error",error:s instanceof L?s:new L(V.InternalError,String(s))}}return}let r;try{let s=await this.request(e,qr,i);if(s.task)r=s.task.taskId,yield{type:"taskCreated",task:s.task};else throw new L(V.InternalError,"Task creation did not return a task");for(;;){let o=await this.getTask({taskId:r},i);if(yield{type:"taskStatus",task:o},zt(o.status)){o.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:r},n,i)}:o.status==="failed"?yield{type:"error",error:new L(V.InternalError,`Task ${r} failed`)}:o.status==="cancelled"&&(yield{type:"error",error:new L(V.InternalError,`Task ${r} was cancelled`)});return}if(o.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:r},n,i)};return}let l=o.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(u=>setTimeout(u,l)),i?.signal?.throwIfAborted()}}catch(s){yield{type:"error",error:s instanceof L?s:new L(V.InternalError,String(s))}}}request(e,n,i){let{relatedRequestId:a,resumptionToken:r,onresumptiontoken:s,task:o,relatedTask:l}=i??{};return new Promise((u,c)=>{let p=b=>{c(b)};if(!this._transport){p(new Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),o&&this.assertTaskCapability(e.method)}catch(b){p(b);return}i?.signal?.throwIfAborted();let h=this._requestMessageId++,d={...e,jsonrpc:"2.0",id:h};i?.onprogress&&(this._progressHandlers.set(h,i.onprogress),d.params={...e.params,_meta:{...e.params?._meta||{},progressToken:h}}),o&&(d.params={...d.params,task:o}),l&&(d.params={...d.params,_meta:{...d.params?._meta||{},[Rt]:l}});let g=b=>{this._responseHandlers.delete(h),this._progressHandlers.delete(h),this._cleanupTimeout(h),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:h,reason:String(b)}},{relatedRequestId:a,resumptionToken:r,onresumptiontoken:s}).catch(y=>this._onerror(new Error(`Failed to send cancellation: ${y}`)));let A=b instanceof L?b:new L(V.RequestTimeout,String(b));c(A)};this._responseHandlers.set(h,b=>{if(!i?.signal?.aborted){if(b instanceof Error)return c(b);try{let A=Ht(n,b.result);A.success?u(A.data):c(A.error)}catch(A){c(A)}}}),i?.signal?.addEventListener("abort",()=>{g(i?.signal?.reason)});let m=i?.timeout??$N,f=()=>g(L.fromError(V.RequestTimeout,"Request timed out",{timeout:m}));this._setupTimeout(h,m,i?.maxTotalTimeout,f,i?.resetTimeoutOnProgress??!1);let w=l?.taskId;if(w){let b=A=>{let y=this._responseHandlers.get(h);y?y(A):this._onerror(new Error(`Response handler missing for side-channeled request ${h}`))};this._requestResolvers.set(h,b),this._enqueueTaskMessage(w,{type:"request",message:d,timestamp:Date.now()}).catch(A=>{this._cleanupTimeout(h),c(A)})}else this._transport.send(d,{relatedRequestId:a,resumptionToken:r,onresumptiontoken:s}).catch(b=>{this._cleanupTimeout(h),c(b)})})}async getTask(e,n){return this.request({method:"tasks/get",params:e},Ru,n)}async getTaskResult(e,n,i){return this.request({method:"tasks/result",params:e},n,i)}async listTasks(e,n){return this.request({method:"tasks/list",params:e},Gu,n)}async cancelTask(e,n){return this.request({method:"tasks/cancel",params:e},BS,n)}async notification(e,n){if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(e.method);let i=n?.relatedTask?.taskId;if(i){let o={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[Rt]:n.relatedTask}}};await this._enqueueTaskMessage(i,{type:"notification",message:o,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!n?.relatedRequestId&&!n?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let o={...e,jsonrpc:"2.0"};n?.relatedTask&&(o={...o,params:{...o.params,_meta:{...o.params?._meta||{},[Rt]:n.relatedTask}}}),this._transport?.send(o,n).catch(l=>this._onerror(l))});return}let s={...e,jsonrpc:"2.0"};n?.relatedTask&&(s={...s,params:{...s.params,_meta:{...s.params?._meta||{},[Rt]:n.relatedTask}}}),await this._transport.send(s,n)}setRequestHandler(e,n){let i=qm(e);this.assertRequestHandlerCapability(i),this._requestHandlers.set(i,(a,r)=>{let s=_m(e,a);return Promise.resolve(n(s,r))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw new Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,n){let i=qm(e);this._notificationHandlers.set(i,a=>{let r=_m(e,a);return Promise.resolve(n(r))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let n=this._taskProgressTokens.get(e);n!==void 0&&(this._progressHandlers.delete(n),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,n,i){if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let a=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,n,i,a)}async _clearTaskQueue(e,n){if(this._taskMessageQueue){let i=await this._taskMessageQueue.dequeueAll(e,n);for(let a of i)if(a.type==="request"&&dm(a.message)){let r=a.message.id,s=this._requestResolvers.get(r);s?(s(new L(V.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(r)):this._onerror(new Error(`Resolver missing for request ${r} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,n){let i=this._options?.defaultTaskPollInterval??1e3;try{let a=await this._taskStore?.getTask(e);a?.pollInterval&&(i=a.pollInterval)}catch{}return new Promise((a,r)=>{if(n.aborted){r(new L(V.InvalidRequest,"Request cancelled"));return}let s=setTimeout(a,i);n.addEventListener("abort",()=>{clearTimeout(s),r(new L(V.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,n){let i=this._taskStore;if(!i)throw new Error("No task store configured");return{createTask:async a=>{if(!e)throw new Error("No request provided");return await i.createTask(a,e.id,{method:e.method,params:e.params},n)},getTask:async a=>{let r=await i.getTask(a,n);if(!r)throw new L(V.InvalidParams,"Failed to retrieve task: Task not found");return r},storeTaskResult:async(a,r,s)=>{await i.storeTaskResult(a,r,s,n);let o=await i.getTask(a,n);if(o){let l=uo.parse({method:"notifications/tasks/status",params:o});await this.notification(l),zt(o.status)&&this._cleanupTaskProgressHandler(a)}},getTaskResult:a=>i.getTaskResult(a,n),updateTaskStatus:async(a,r,s)=>{let o=await i.getTask(a,n);if(!o)throw new L(V.InvalidParams,`Task "${a}" not found - it may have been cleaned up`);if(zt(o.status))throw new L(V.InvalidParams,`Cannot update task "${a}" from terminal status "${o.status}" to "${r}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await i.updateTaskStatus(a,r,s,n);let l=await i.getTask(a,n);if(l){let u=uo.parse({method:"notifications/tasks/status",params:l});await this.notification(u),zt(l.status)&&this._cleanupTaskProgressHandler(a)}},listTasks:a=>i.listTasks(a,n)}}};function kO(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}function qO(t,e){let n={...t};for(let i in e){let a=i,r=e[a];if(r===void 0)continue;let s=n[a];kO(s)&&kO(r)?n[a]={...s,...r}:n[a]=r}return n}var yM=gr(Aw(),1),PM=gr(bM(),1);function BV(){let t=new yM.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,PM.default)(t),t}var Rc=class{constructor(e){this._ajv=e??BV()}getValidator(e){let n="$id"in e&&typeof e.$id=="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return i=>n(i)?{valid:!0,data:i,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(n.errors)}}};var zc=class{constructor(e){this._server=e}requestStream(e,n,i){return this._server.requestStream(e,n,i)}createMessageStream(e,n){let i=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!i?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let a=e.messages[e.messages.length-1],r=Array.isArray(a.content)?a.content:[a.content],s=r.some(c=>c.type==="tool_result"),o=e.messages.length>1?e.messages[e.messages.length-2]:void 0,l=o?Array.isArray(o.content)?o.content:[o.content]:[],u=l.some(c=>c.type==="tool_use");if(s){if(r.some(c=>c.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!u)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(u){let c=new Set(l.filter(h=>h.type==="tool_use").map(h=>h.id)),p=new Set(r.filter(h=>h.type==="tool_result").map(h=>h.toolUseId));if(c.size!==p.size||![...c].every(h=>p.has(h)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},ho,n)}elicitInputStream(e,n){let i=this._server.getClientCapabilities(),a=e.mode??"form";switch(a){case"url":{if(!i?.elicitation?.url)throw new Error("Client does not support url elicitation.");break}case"form":{if(!i?.elicitation?.form)throw new Error("Client does not support form elicitation.");break}}let r=a==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:r},Ir,n)}async getTask(e,n){return this._server.getTask({taskId:e},n)}async getTaskResult(e,n,i){return this._server.getTaskResult({taskId:e},n,i)}async listTasks(e,n){return this._server.listTasks(e?{cursor:e}:void 0,n)}async cancelTask(e,n){return this._server.cancelTask({taskId:e},n)}};function jM(t,e,n){if(!t)throw new Error(`${n} does not support task creation (required for ${e})`);switch(e){case"tools/call":if(!t.tools?.call)throw new Error(`${n} does not support task creation for tools/call (required for ${e})`);break;default:break}}function SM(t,e,n){if(!t)throw new Error(`${n} does not support task creation (required for ${e})`);switch(e){case"sampling/createMessage":if(!t.sampling?.createMessage)throw new Error(`${n} does not support task creation for sampling/createMessage (required for ${e})`);break;case"elicitation/create":if(!t.elicitation?.create)throw new Error(`${n} does not support task creation for elicitation/create (required for ${e})`);break;default:break}}var Dc=class extends Xu{constructor(e,n){super(n),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(po.options.map((i,a)=>[i,a])),this.isMessageIgnored=(i,a)=>{let r=this._loggingLevels.get(a);return r?this.LOG_LEVEL_SEVERITY.get(i)this._oninitialize(i)),this.setNotificationHandler(fm,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(Pm,async(i,a)=>{let r=a.sessionId||a.requestInfo?.headers["mcp-session-id"]||void 0,{level:s}=i.params,o=po.safeParse(s);return o.success&&this._loggingLevels.set(r,o.data),{}})}get experimental(){return this._experimental||(this._experimental={tasks:new zc(this)}),this._experimental}registerCapabilities(e){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=qO(this._capabilities,e)}setRequestHandler(e,n){let a=It(e)?.method;if(!a)throw new Error("Schema is missing a method literal");let r=Er(a);if(typeof r!="string")throw new Error("Schema method literal must be a string");if(r==="tools/call"){let o=async(l,u)=>{let c=Ht(Hr,l);if(!c.success){let g=c.error instanceof Error?c.error.message:String(c.error);throw new L(V.InvalidParams,`Invalid tools/call request: ${g}`)}let{params:p}=c.data,h=await Promise.resolve(n(l,u));if(p.task){let g=Ht(qr,h);if(!g.success){let m=g.error instanceof Error?g.error.message:String(g.error);throw new L(V.InvalidParams,`Invalid task creation result: ${m}`)}return g.data}let d=Ht(Vu,h);if(!d.success){let g=d.error instanceof Error?d.error.message:String(d.error);throw new L(V.InvalidParams,`Invalid tools/call result: ${g}`)}return d.data};return super.setRequestHandler(e,o)}return super.setRequestHandler(e,n)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw new Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw new Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw new Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw new Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw new Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw new Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw new Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case"completion/complete":if(!this._capabilities.completions)throw new Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw new Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw new Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw new Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw new Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){SM(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){this._capabilities&&jM(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let n=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:IS.includes(n)?n:cm,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},ku)}async createMessage(e,n){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw new Error("Client does not support sampling tools capability.");if(e.messages.length>0){let i=e.messages[e.messages.length-1],a=Array.isArray(i.content)?i.content:[i.content],r=a.some(u=>u.type==="tool_result"),s=e.messages.length>1?e.messages[e.messages.length-2]:void 0,o=s?Array.isArray(s.content)?s.content:[s.content]:[],l=o.some(u=>u.type==="tool_use");if(r){if(a.some(u=>u.type!=="tool_result"))throw new Error("The last message must contain only tool_result content if any is present");if(!l)throw new Error("tool_result blocks are not matching any tool_use from the previous message")}if(l){let u=new Set(o.filter(p=>p.type==="tool_use").map(p=>p.id)),c=new Set(a.filter(p=>p.type==="tool_result").map(p=>p.toolUseId));if(u.size!==c.size||![...u].every(p=>c.has(p)))throw new Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return e.tools?this.request({method:"sampling/createMessage",params:e},jm,n):this.request({method:"sampling/createMessage",params:e},ho,n)}async elicitInput(e,n){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support url elicitation.");let a=e;return this.request({method:"elicitation/create",params:a},Ir,n)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw new Error("Client does not support form elicitation.");let a=e.mode==="form"?e:{...e,mode:"form"},r=await this.request({method:"elicitation/create",params:a},Ir,n);if(r.action==="accept"&&r.content&&a.requestedSchema)try{let o=this._jsonSchemaValidator.getValidator(a.requestedSchema)(r.content);if(!o.valid)throw new L(V.InvalidParams,`Elicitation response content does not match requested schema: ${o.errorMessage}`)}catch(s){throw s instanceof L?s:new L(V.InternalError,`Error validating elicitation response: ${s instanceof Error?s.message:String(s)}`)}return r}}}createElicitationCompletionNotifier(e,n){if(!this._clientCapabilities?.elicitation?.url)throw new Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},n)}async listRoots(e,n){return this.request({method:"roots/list",params:e},Sm,n)}async sendLoggingMessage(e,n){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,n))return this.notification({method:"notifications/message",params:e})}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}};var xM=Symbol.for("mcp.completable");function Tw(t){return!!t&&typeof t=="object"&&xM in t}function TM(t){return t[xM]?.complete}var OM;(function(t){t.Completable="McpCompletable"})(OM||(OM={}));var FV=/^[A-Za-z0-9._-]{1,128}$/;function VV(t){let e=[];if(t.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(t.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${t.length})`]};if(t.includes(" ")&&e.push("Tool name contains spaces, which may cause parsing issues"),t.includes(",")&&e.push("Tool name contains commas, which may cause parsing issues"),(t.startsWith("-")||t.endsWith("-"))&&e.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts"),(t.startsWith(".")||t.endsWith("."))&&e.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts"),!FV.test(t)){let n=t.split("").filter(i=>!/[A-Za-z0-9._-]/.test(i)).filter((i,a,r)=>r.indexOf(i)===a);return e.push(`Tool name contains invalid characters: ${n.map(i=>`"${i}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:e}}return{isValid:!0,warnings:e}}function JV(t,e){if(e.length>0){console.warn(`Tool name validation warning for "${t}":`);for(let n of e)console.warn(` - ${n}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function Mw(t){let e=VV(t);return JV(t,e.warnings),e.isValid}var Gc=class{constructor(e){this._mcpServer=e}registerToolTask(e,n,i){let a={taskSupport:"required",...n.execution};if(a.taskSupport==="forbidden")throw new Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,n.title,n.description,n.inputSchema,n.outputSchema,n.annotations,a,n._meta,i)}};var $c=class{constructor(e,n){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new Dc(e,n)}get experimental(){return this._experimental||(this._experimental={tasks:new Gc(this)}),this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||(this.server.assertCanSetRequestHandler(Ft(Fu)),this.server.assertCanSetRequestHandler(Ft(Hr)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(Fu,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,n])=>{let i={name:e,title:n.title,description:n.description,inputSchema:(()=>{let a=Mr(n.inputSchema);return a?km(a,{strictUnions:!0,pipeStrategy:"input"}):ZV})(),annotations:n.annotations,execution:n.execution,_meta:n._meta};if(n.outputSchema){let a=Mr(n.outputSchema);a&&(i.outputSchema=km(a,{strictUnions:!0,pipeStrategy:"output"}))}return i})})),this.server.setRequestHandler(Hr,async(e,n)=>{try{let i=this._registeredTools[e.params.name];if(!i)throw new L(V.InvalidParams,`Tool ${e.params.name} not found`);if(!i.enabled)throw new L(V.InvalidParams,`Tool ${e.params.name} disabled`);let a=!!e.params.task,r=i.execution?.taskSupport,s="createTask"in i.handler;if((r==="required"||r==="optional")&&!s)throw new L(V.InternalError,`Tool ${e.params.name} has taskSupport '${r}' but was not registered with registerToolTask`);if(r==="required"&&!a)throw new L(V.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(r==="optional"&&!a&&s)return await this.handleAutomaticTaskPolling(i,e,n);let o=await this.validateToolInput(i,e.params.arguments,e.params.name),l=await this.executeToolHandler(i,o,n);return a||await this.validateToolOutput(i,l,e.params.name),l}catch(i){if(i instanceof L&&i.code===V.UrlElicitationRequired)throw i;return this.createToolError(i instanceof Error?i.message:String(i))}}),this._toolHandlersInitialized=!0)}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,n,i){if(!e.inputSchema)return;let r=Mr(e.inputSchema)??e.inputSchema,s=await Pu(r,n);if(!s.success){let o="error"in s?s.error:"Unknown error",l=ju(o);throw new L(V.InvalidParams,`Input validation error: Invalid arguments for tool ${i}: ${l}`)}return s.data}async validateToolOutput(e,n,i){if(!e.outputSchema||!("content"in n)||n.isError)return;if(!n.structuredContent)throw new L(V.InvalidParams,`Output validation error: Tool ${i} has an output schema but no structured content was provided`);let a=Mr(e.outputSchema),r=await Pu(a,n.structuredContent);if(!r.success){let s="error"in r?r.error:"Unknown error",o=ju(s);throw new L(V.InvalidParams,`Output validation error: Invalid structured content for tool ${i}: ${o}`)}}async executeToolHandler(e,n,i){let a=e.handler;if("createTask"in a){if(!i.taskStore)throw new Error("No task store provided.");let s={...i,taskStore:i.taskStore};if(e.inputSchema){let o=a;return await Promise.resolve(o.createTask(n,s))}else{let o=a;return await Promise.resolve(o.createTask(s))}}if(e.inputSchema){let s=a;return await Promise.resolve(s(n,i))}else{let s=a;return await Promise.resolve(s(i))}}async handleAutomaticTaskPolling(e,n,i){if(!i.taskStore)throw new Error("No task store provided for task-capable tool.");let a=await this.validateToolInput(e,n.params.arguments,n.params.name),r=e.handler,s={...i,taskStore:i.taskStore},o=a?await Promise.resolve(r.createTask(a,s)):await Promise.resolve(r.createTask(s)),l=o.task.taskId,u=o.task,c=u.pollInterval??5e3;for(;u.status!=="completed"&&u.status!=="failed"&&u.status!=="cancelled";){await new Promise(h=>setTimeout(h,c));let p=await i.taskStore.getTask(l);if(!p)throw new L(V.InternalError,`Task ${l} not found during polling`);u=p}return await i.taskStore.getTaskResult(l)}setCompletionRequestHandler(){this._completionHandlerInitialized||(this.server.assertCanSetRequestHandler(Ft(Ju)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(Ju,async e=>{switch(e.params.ref.type){case"ref/prompt":return QS(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return YS(e),this.handleResourceCompletion(e,e.params.ref);default:throw new L(V.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0)}async handlePromptCompletion(e,n){let i=this._registeredPrompts[n.name];if(!i)throw new L(V.InvalidParams,`Prompt ${n.name} not found`);if(!i.enabled)throw new L(V.InvalidParams,`Prompt ${n.name} disabled`);if(!i.argsSchema)return Wo;let r=It(i.argsSchema)?.[e.params.argument.name];if(!Tw(r))return Wo;let s=TM(r);if(!s)return Wo;let o=await s(e.params.argument.value,e.params.context);return EM(o)}async handleResourceCompletion(e,n){let i=Object.values(this._registeredResourceTemplates).find(s=>s.resourceTemplate.uriTemplate.toString()===n.uri);if(!i){if(this._registeredResources[n.uri])return Wo;throw new L(V.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let a=i.resourceTemplate.completeCallback(e.params.argument.name);if(!a)return Wo;let r=await a(e.params.argument.value,e.params.context);return EM(r)}setResourceRequestHandlers(){this._resourceHandlersInitialized||(this.server.assertCanSetRequestHandler(Ft(Nu)),this.server.assertCanSetRequestHandler(Ft(Uu)),this.server.assertCanSetRequestHandler(Ft(Lu)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(Nu,async(e,n)=>{let i=Object.entries(this._registeredResources).filter(([r,s])=>s.enabled).map(([r,s])=>({uri:r,name:s.name,...s.metadata})),a=[];for(let r of Object.values(this._registeredResourceTemplates)){if(!r.resourceTemplate.listCallback)continue;let s=await r.resourceTemplate.listCallback(n);for(let o of s.resources)a.push({...r.metadata,...o})}return{resources:[...i,...a]}}),this.server.setRequestHandler(Uu,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([n,i])=>({name:n,uriTemplate:i.resourceTemplate.uriTemplate.toString(),...i.metadata}))})),this.server.setRequestHandler(Lu,async(e,n)=>{let i=new URL(e.params.uri),a=this._registeredResources[i.toString()];if(a){if(!a.enabled)throw new L(V.InvalidParams,`Resource ${i} disabled`);return a.readCallback(i,n)}for(let r of Object.values(this._registeredResourceTemplates)){let s=r.resourceTemplate.uriTemplate.match(i.toString());if(s)return r.readCallback(i,s,n)}throw new L(V.InvalidParams,`Resource ${i} not found`)}),this._resourceHandlersInitialized=!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||(this.server.assertCanSetRequestHandler(Ft(Wu)),this.server.assertCanSetRequestHandler(Ft(Bu)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(Wu,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,n])=>({name:e,title:n.title,description:n.description,arguments:n.argsSchema?KV(n.argsSchema):void 0}))})),this.server.setRequestHandler(Bu,async(e,n)=>{let i=this._registeredPrompts[e.params.name];if(!i)throw new L(V.InvalidParams,`Prompt ${e.params.name} not found`);if(!i.enabled)throw new L(V.InvalidParams,`Prompt ${e.params.name} disabled`);if(i.argsSchema){let a=Mr(i.argsSchema),r=await Pu(a,e.params.arguments);if(!r.success){let l="error"in r?r.error:"Unknown error",u=ju(l);throw new L(V.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${u}`)}let s=r.data,o=i.callback;return await Promise.resolve(o(s,n))}else{let a=i.callback;return await Promise.resolve(a(n))}}),this._promptHandlersInitialized=!0)}resource(e,n,...i){let a;typeof i[0]=="object"&&(a=i.shift());let r=i[0];if(typeof n=="string"){if(this._registeredResources[n])throw new Error(`Resource ${n} is already registered`);let s=this._createRegisteredResource(e,void 0,n,a,r);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let s=this._createRegisteredResourceTemplate(e,void 0,n,a,r);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),s}}registerResource(e,n,i,a){if(typeof n=="string"){if(this._registeredResources[n])throw new Error(`Resource ${n} is already registered`);let r=this._createRegisteredResource(e,i.title,n,i,a);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),r}else{if(this._registeredResourceTemplates[e])throw new Error(`Resource template ${e} is already registered`);let r=this._createRegisteredResourceTemplate(e,i.title,n,i,a);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),r}}_createRegisteredResource(e,n,i,a,r){let s={name:e,title:n,metadata:a,readCallback:r,enabled:!0,disable:()=>s.update({enabled:!1}),enable:()=>s.update({enabled:!0}),remove:()=>s.update({uri:null}),update:o=>{typeof o.uri<"u"&&o.uri!==i&&(delete this._registeredResources[i],o.uri&&(this._registeredResources[o.uri]=s)),typeof o.name<"u"&&(s.name=o.name),typeof o.title<"u"&&(s.title=o.title),typeof o.metadata<"u"&&(s.metadata=o.metadata),typeof o.callback<"u"&&(s.readCallback=o.callback),typeof o.enabled<"u"&&(s.enabled=o.enabled),this.sendResourceListChanged()}};return this._registeredResources[i]=s,s}_createRegisteredResourceTemplate(e,n,i,a,r){let s={resourceTemplate:i,title:n,metadata:a,readCallback:r,enabled:!0,disable:()=>s.update({enabled:!1}),enable:()=>s.update({enabled:!0}),remove:()=>s.update({name:null}),update:u=>{typeof u.name<"u"&&u.name!==e&&(delete this._registeredResourceTemplates[e],u.name&&(this._registeredResourceTemplates[u.name]=s)),typeof u.title<"u"&&(s.title=u.title),typeof u.template<"u"&&(s.resourceTemplate=u.template),typeof u.metadata<"u"&&(s.metadata=u.metadata),typeof u.callback<"u"&&(s.readCallback=u.callback),typeof u.enabled<"u"&&(s.enabled=u.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=s;let o=i.uriTemplate.variableNames;return Array.isArray(o)&&o.some(u=>!!i.completeCallback(u))&&this.setCompletionRequestHandler(),s}_createRegisteredPrompt(e,n,i,a,r){let s={title:n,description:i,argsSchema:a===void 0?void 0:Ma(a),callback:r,enabled:!0,disable:()=>s.update({enabled:!1}),enable:()=>s.update({enabled:!0}),remove:()=>s.update({name:null}),update:o=>{typeof o.name<"u"&&o.name!==e&&(delete this._registeredPrompts[e],o.name&&(this._registeredPrompts[o.name]=s)),typeof o.title<"u"&&(s.title=o.title),typeof o.description<"u"&&(s.description=o.description),typeof o.argsSchema<"u"&&(s.argsSchema=Ma(o.argsSchema)),typeof o.callback<"u"&&(s.callback=o.callback),typeof o.enabled<"u"&&(s.enabled=o.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=s,a&&Object.values(a).some(l=>{let u=l instanceof xu?l._def?.innerType:l;return Tw(u)})&&this.setCompletionRequestHandler(),s}_createRegisteredTool(e,n,i,a,r,s,o,l,u){Mw(e);let c={title:n,description:i,inputSchema:MM(a),outputSchema:MM(r),annotations:s,execution:o,_meta:l,handler:u,enabled:!0,disable:()=>c.update({enabled:!1}),enable:()=>c.update({enabled:!0}),remove:()=>c.update({name:null}),update:p=>{typeof p.name<"u"&&p.name!==e&&(typeof p.name=="string"&&Mw(p.name),delete this._registeredTools[e],p.name&&(this._registeredTools[p.name]=c)),typeof p.title<"u"&&(c.title=p.title),typeof p.description<"u"&&(c.description=p.description),typeof p.paramsSchema<"u"&&(c.inputSchema=Ma(p.paramsSchema)),typeof p.outputSchema<"u"&&(c.outputSchema=Ma(p.outputSchema)),typeof p.callback<"u"&&(c.handler=p.callback),typeof p.annotations<"u"&&(c.annotations=p.annotations),typeof p._meta<"u"&&(c._meta=p._meta),typeof p.enabled<"u"&&(c.enabled=p.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=c,this.setToolRequestHandlers(),this.sendToolListChanged(),c}tool(e,...n){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let i,a,r,s;if(typeof n[0]=="string"&&(i=n.shift()),n.length>1){let l=n[0];if(Ew(l))a=n.shift(),n.length>1&&typeof n[0]=="object"&&n[0]!==null&&!Ew(n[0])&&(s=n.shift());else if(typeof l=="object"&&l!==null){if(Object.values(l).some(u=>typeof u=="object"&&u!==null))throw new Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);s=n.shift()}}let o=n[0];return this._createRegisteredTool(e,void 0,i,a,r,s,{taskSupport:"forbidden"},void 0,o)}registerTool(e,n,i){if(this._registeredTools[e])throw new Error(`Tool ${e} is already registered`);let{title:a,description:r,inputSchema:s,outputSchema:o,annotations:l,_meta:u}=n;return this._createRegisteredTool(e,a,r,s,o,l,{taskSupport:"forbidden"},u,i)}prompt(e,...n){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let i;typeof n[0]=="string"&&(i=n.shift());let a;n.length>1&&(a=n.shift());let r=n[0],s=this._createRegisteredPrompt(e,void 0,i,a,r);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),s}registerPrompt(e,n,i){if(this._registeredPrompts[e])throw new Error(`Prompt ${e} is already registered`);let{title:a,description:r,argsSchema:s}=n,o=this._createRegisteredPrompt(e,a,r,s,i);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),o}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,n){return this.server.sendLoggingMessage(e,n)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};var ZV={type:"object",properties:{}};function kM(t){return t!==null&&typeof t=="object"&&"parse"in t&&typeof t.parse=="function"&&"safeParse"in t&&typeof t.safeParse=="function"}function qM(t){return"_def"in t||"_zod"in t||kM(t)}function Ew(t){return typeof t!="object"||t===null||qM(t)?!1:Object.keys(t).length===0?!0:Object.values(t).some(kM)}function MM(t){if(t){if(Ew(t))return Ma(t);if(!qM(t))throw new Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return t}}function KV(t){let e=It(t);return e?Object.entries(e).map(([n,i])=>{let a=nS(i),r=iS(i);return{name:n,description:a,required:!r}}):[]}function Ft(t){let n=It(t)?.method;if(!n)throw new Error("Schema is missing a method literal");let i=Er(n);if(typeof i=="string")return i;throw new Error("Schema method literal must be a string")}function EM(t){return{completion:{values:t.slice(0,100),total:t.length,hasMore:t.length>100}}}var Wo={completion:{values:[],hasMore:!1}};var kw=gr(require("node:process"),1);var QV=10*1024*1024,Nc=class{constructor(e){this._maxBufferSize=e?.maxBufferSize??QV}append(e){if((this._buffer?.length??0)+e.length>this._maxBufferSize)throw this.clear(),new Error(`ReadBuffer exceeded maximum size of ${this._maxBufferSize} bytes`);this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(` +`);if(e===-1)return null;let n=this._buffer.toString("utf8",0,e).replace(/\r$/,"");return this._buffer=this._buffer.subarray(e+1),YV(n)}clear(){this._buffer=void 0}};function YV(t){return LS.parse(JSON.parse(t))}function _M(t){return JSON.stringify(t)+` +`}var Uc=class{constructor(e=kw.default.stdin,n=kw.default.stdout,i){this._stdin=e,this._stdout=n,this._started=!1,this._ondata=a=>{try{this._readBuffer.append(a),this.processReadBuffer()}catch(r){this.onerror?.(r),this.close().catch(()=>{})}},this._onerror=a=>{this.onerror?.(a)},this._readBuffer=new Nc({maxBufferSize:i?.maxBufferSize})}async start(){if(this._started)throw new Error("StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.");this._started=!0,this._stdin.on("data",this._ondata),this._stdin.on("error",this._onerror)}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){this._stdin.off("data",this._ondata),this._stdin.off("error",this._onerror),this._stdin.listenerCount("data")===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(e){return new Promise(n=>{let i=_M(e);this._stdout.write(i)?n():this._stdout.once("drain",n)})}};var _d=gr(iz());var az=require("node:child_process"),rz=gr(require("node:fs")),_y=gr(require("node:path"));var tz=12e4,sz=t=>({config:{description:`Deploys a Genesys Cloud Architect flow from a TypeScript file. The file must export an async buildFlow(scripting) function that creates and saves the flow using the Architect Scripting SDK. The project's package.json must have "type": "module" for the ES module import to work.`,annotations:{title:"Deploy Flow",readOnlyHint:!1,destructiveHint:!0},inputSchema:{flowFile:We.string().min(1).describe("Path to the TypeScript flow file")}},handler:async({flowFile:e})=>{let n=_y.default.resolve(e);if(!rz.default.existsSync(n))return{isError:!0,content:[{type:"text",text:`Flow file not found: ${n}`}]};let i=[t.deployScriptPath,"--flow-file",n];return new Promise(a=>{let r=[],s,o=!1,l=d=>{o||(o=!0,clearTimeout(c),a(d))},u=(0,az.spawn)("node",i,{env:{...process.env,GENESYS_REGION:t.region,GENESYS_CLIENT_ID:t.clientId,GENESYS_CLIENT_SECRET:t.clientSecret},cwd:_y.default.dirname(n),stdio:["ignore","pipe","pipe"]}),c=setTimeout(()=>{u.kill("SIGTERM"),l({isError:!0,content:[{type:"text",text:`Deploy timed out after ${tz/1e3}s. Logs: ${r.join(` -`)}`}]})},vR),p="";u.stdout.on("data",h=>{p+=h.toString();let g=p.split(` -`);p=g.pop()??"";for(let m of g)if(m.trim())try{let f=JSON.parse(m);f.type==="log"?r.push(`[${f.level}] ${f.message}`):f.type==="result"&&(s=f)}catch{r.push(m)}});let d="";u.stderr.on("data",h=>{d+=h.toString()}),u.on("close",h=>{if(p.trim())try{let f=JSON.parse(p.trim());f.type==="result"?s=f:f.type==="log"&&r.push(`[${f.level}] ${f.message}`)}catch{p.trim()&&r.push(p.trim())}let g=d.split(` +`)}`}]})},tz),p="";u.stdout.on("data",d=>{p+=d.toString();let g=p.split(` +`);p=g.pop()??"";for(let m of g)if(m.trim())try{let f=JSON.parse(m);f.type==="log"?r.push(`[${f.level}] ${f.message}`):f.type==="result"&&(s=f)}catch{r.push(m)}});let h="";u.stderr.on("data",d=>{h+=d.toString()}),u.on("close",d=>{if(p.trim())try{let f=JSON.parse(p.trim());f.type==="result"?s=f:f.type==="log"&&r.push(`[${f.level}] ${f.message}`)}catch{p.trim()&&r.push(p.trim())}let g=h.split(` `).filter(f=>!f.includes("url.parse()")&&!f.includes("[DEP0169]")).join(` `).trim();g&&r.push(`[stderr] ${g}`);let m=r.length?` @@ -157,9 +158,9 @@ ${r.join(` Validation warnings: ${s.warnings.join(` `)}`),l({content:[{type:"text",text:f.join(` -`)+m}]})}else{let f=s?.error??`Deploy runner exited with code ${h}`;l({isError:!0,content:[{type:"text",text:`Deploy failed: ${f}${m}`}]})}})})}});function yR(t){let e=t.toUpperCase();return e.endsWith("FLOW")?e:`${e}FLOW`}function jX(t,e){let i={};for(let n of e){let a=n.type??"UNKNOWN";i[a]||(i[a]=[]),i[a].push({id:n.id??"",name:n.name??"",...n.version?{version:n.version}:{},deleted:n.deleted??!1,updated:n.updated??!1})}return{flow:{id:t.id??"",name:t.name,type:yR(t.type??""),version:t.publishedVersion?.commitVersion??"1"},dependencies:i}}var PR=({architectApi:t})=>({config:{description:"Retrieves all dependencies consumed by a Genesys Cloud Architect flow. Returns the flow metadata and its dependencies grouped by type.",annotations:{title:"Flow Dependencies",readOnlyHint:!0,destructiveHint:!1},inputSchema:{flowId:ti.string().min(1).describe("The Genesys Cloud Architect flow ID")}},handler:async({flowId:e})=>{try{let i;try{i=await t.getFlow(e)}catch{return{isError:!0,content:[{type:"text",text:`Flow "${e}" not found.`}]}}let n=yR(i.type??""),a=i.publishedVersion?.commitVersion??"1",r=[],s=1;for(;;){let l=await t.getArchitectDependencytrackingConsumedresources(i.id,a,n,{pageSize:100,pageNumber:s});if(l.entities&&r.push(...l.entities),!l.nextUri)break;s++}let o=jX(i,r);return{content:[{type:"text",text:JSON.stringify(o,null,2)}]}}catch(i){return{isError:!0,content:[{type:"text",text:`Failed to retrieve flow dependencies: ${i instanceof Error?i.message:String(i)}`}]}}}});var Il=t=>`${t}::start`,gy=(t,e)=>`${t}::${e}`;function SX(t,e,i,n){let a=new Set(e.backEdges.map(p=>`${p.from} ${p.to}`)),r=new Map,s=new Map;for(let p of t.nodes.keys())r.set(p,[]),s.set(p,new Set);for(let p of t.edges){let d=r.get(p.to);if(!d)continue;let h=a.has(`${p.from} ${p.to}`),g=`${p.from} ${p.label??""} ${h}`,m=s.get(p.to);m&&!m.has(g)&&(m.add(g),d.push({id:p.from,label:p.label,backEdge:h}))}let o=-1;for(let p of e.order.values())p>o&&(o=p);let l=o+1,u=[];for(let[p,d]of t.nodes){let h=e.order.has(p),g=h?e.order.get(p):l++;u.push({id:p,kind:d.kind,actionType:d.actionType,label:d.label,description:d.description,predecessors:r.get(p)??[],order:g,taskId:d.taskId,taskName:d.taskName,reachable:h,terminal:d.terminal})}u.sort((p,d)=>p.order-d.order);let c=i.taskOrder.flatMap(p=>{let d=i.tasks.get(p);return d?[{id:p,name:d.name,reusable:i.reusableTaskIds.has(p)}]:[]});return{flowName:i.flowName,flowType:i.flowType,entryTaskId:i.entryTaskId,reachabilityIsComplete:n,tasks:c,nodes:u}}function OX(t,e){let i=t;for(let n of e.split(".")){if(i==null||typeof i!="object")return;i=i[n]}return typeof i=="string"&&i.length>0?i:void 0}function Yn(t,e){for(let i of e){let n=OX(t,i);if(n!==void 0)return n}}function jR(t){let e=t.expression;if(e==null||typeof e!="object")return;let{text:i,type:n}=e;if(typeof i=="string"&&i.trim().length>0)return i;if(typeof n=="string"&&n.length>0)return n}function fy(t,e){let i=t.find(n=>n.outputId===e);return i?(i.terminal=!0,t):[{outputId:e,label:OR(e),synthetic:!0,terminal:!0},...t]}var Hl={isTerminal:()=>!0,outputs:()=>[]},xX={isTerminal:()=>!0,describe:t=>Yn(t,["transferTo","group.text","flowName","externalNumber.text","user.text","transferTarget.text","transferTargetGroup.text","queues.0.text"]),outputs:t=>fy(Rl(t).map(ws),"__SUCCESS__")},TX={isTerminal:()=>!1,outputs:t=>{let e=t.path;if(!e||typeof e!="object")return[];let i=ws(e,0);return i.outputId="__LOOP__",typeof e.label=="string"&&e.label.length>0||(i.label="Loop"),[i]}},MX={outputs:t=>fy(Rl(t).map(ws),"__SUCCESS__")},EX={isTerminal:()=>!0,describe:t=>Yn(t,["flowName"]),outputs:t=>fy(Rl(t).map(ws),"__DISCONNECT__")},kX={outputs:t=>{let e=Rl(t);return e.length>0?[ws(e[0],0)]:[]}},Qn=t=>({describe:t}),my={DisconnectAction:Hl,EndFlowAction:Hl,EndTaskAction:Hl,EndStateAction:Hl,ExitBotFlowAction:Hl,LoopAction:TX,ProcessVoicemailInputAction:MX,CallBotFlowAction:EX,AskForNLUNextIntentAction:kX,WaitForInputAction:{},CallTaskAction:{},TaskAction:{},TransferMenuAction:{},TransferTaskAction:{},LoopUntilAction:{},DecisionAction:Qn(jR),SwitchAction:Qn(jR),DataAction:Qn(t=>Yn(t,["actionName"])),DataTableLookupAction:Qn(t=>Yn(t,["datatableName"])),CallCommonModuleAction:Qn(t=>Yn(t,["flowName"])),CallBotConnectorAction:Qn(t=>Yn(t,["botName"])),CallDigitalBotFlowAction:Qn(t=>Yn(t,["flowName"])),AddFlowMilestoneAction:Qn(t=>Yn(t,["milestoneName"])),ScreenPopAction:Qn(t=>Yn(t,["inputs.0.value.text"])),PlayAudioAction:Qn(t=>Yn(t,["prompts.defaultAudio.text"])),UpdateVariableAction:{},SetAttributesAction:{},GetAttributesAction:{},EvaluateScheduleAction:{},CollectInputAction:{},GetResponseAction:{},AskForBooleanAction:{},AskForSlotAction:{},CommunicateAction:{},DigitalMenuAction:{},SendResponseAction:{},TranscriptionAction:{},FindQueueAction:{},FindUserPromptAction:{},SetWhisperAudio:{},BridgeServerAction:{}};function hy(t){return typeof t=="string"&&t.length>0}function Rl(t){let e=[];if(Array.isArray(t.paths))for(let i of t.paths)i&&typeof i=="object"&&e.push(i);return t.path&&typeof t.path=="object"&&e.push(t.path),e}function OR(t){let e=t.replace(/^__/,"").replace(/__$/,"");if(e.length===0)return t;let i=e.toLowerCase();return i.charAt(0).toUpperCase()+i.slice(1)}function ws(t,e){let i=t.outputId??`__OUTPUT_${e}__`,n=typeof t.label=="string"&&t.label.length>0?t.label:OR(i),a={outputId:i,label:n,nextActionId:t.nextActionId,synthetic:!1,terminal:!1};return t.enabled===!1&&(a.disabled=!0),a}var qX=["taskReference","menuReference"],SR={describe:()=>{},outputs:t=>Rl(t).map(ws),isTerminal:()=>!1,referencedTaskIds:t=>{let e=[];for(let i of qX){let n=t[i];typeof n=="string"&&n.length>0&&e.push(n)}return e}},_X=new Set(["TransferMenuAction","TransferTaskAction"]);function xR(t){return typeof t=="string"&&t.startsWith("Transfer")&&!_X.has(t)}function HX(t){return t?t in my||xR(t):!1}function IX(t){let e=xR(t)?{...SR,...xX}:SR,i=t&&t in my?my[t]:void 0;return i?{...e,...i}:e}function*TR(t){for(let e of t.taskOrder){let i=t.tasks.get(e);if(i)for(let n of i.orderedActions)typeof n.id=="string"&&(yield{taskId:e,task:i,action:n,actionId:n.id,handler:IX(n.__type)})}}function RX(t){let e=[],i=[];for(let n of t.taskOrder){let a=t.tasks.get(n);if(a){hy(a.startAction)&&e.push({from:Il(n),to:a.startAction,kind:"fallthrough"});for(let r of a.menuChoices)e.push({from:Il(n),to:r.actionId,kind:"reference",label:r.label})}}for(let{taskId:n,actionId:a,action:r,handler:s}of TR(t)){let o=s.isTerminal(r);hy(r.nextAction)&&!o&&e.push({from:a,to:r.nextAction,kind:"fallthrough"});for(let l of s.outputs(r)){let u=gy(a,l.outputId);e.push({from:a,to:u,kind:"branch",label:l.label}),hy(l.nextActionId)&&!l.terminal&&e.push({from:u,to:l.nextActionId,kind:l.outputId==="__LOOP__"?"loop":"branch"})}for(let l of s.referencedTaskIds(r)){let u=t.tasks.get(l);u?e.push({from:a,to:Il(l),kind:"reference",label:u.name}):i.push({code:"UNRESOLVED_REFERENCE",message:`Reference from ${a} to task ${l} is unresolvable.`,nodeId:a,taskId:n})}}return{edges:e,warnings:i}}function zX(t,e,i){let n=new Map;for(let u of t)n.set(u.id,u);let a=new Map;for(let u of n.keys())a.set(u,[]);let r=[],s=[],o=[];for(let u of e){let c=n.has(u.from),p=n.has(u.to);if(!c||!p){let d=c?`unknown target node "${u.to}"`:`unknown source node "${u.from}"`;s.push({...u,reason:d}),o.push({code:"DROPPED_EDGE",message:`Dropped ${u.kind} edge ${u.from} \u2192 ${u.to}: ${d}.`});continue}r.push(u),a.get(u.from)?.push(u.to)}let l=i.taskOrder.map(Il).filter(u=>n.has(u));return{graph:{nodes:n,edges:r,adjacency:a,roots:l,dropped:s},warnings:o}}function DX(t,e,i){let n=[],a=[];if(Array.isArray(t.actionList))for(let r of t.actionList)r&&typeof r=="object"&&n.push(r);if(Array.isArray(t.menuChoiceList))for(let r of t.menuChoiceList){let s=r?.action;if(!s||typeof s!="object")continue;if(typeof s.id!="string"){i.push({code:"MISSING_ACTION_ID",message:`Menu-choice action of type "${s.__type??"(missing)"}" in task ${e} has no id and was skipped.`,taskId:e});continue}n.push(s);let o=typeof r.name=="string"&&r.name.length>0?r.name:s.name??s.id;a.push({actionId:s.id,label:o})}return{orderedActions:n,menuChoices:a}}function GX(t){if(typeof t=="string")return t;if(t&&typeof t=="object"){let e=t.id;if(typeof e=="string")return e}}function $X(t){let e=[],i=new Map,n=Array.isArray(t.flowSequenceItemList)?t.flowSequenceItemList:[];for(let p of n){if(!p||typeof p!="object"||typeof p.id!="string")continue;let d=typeof p.name=="string"&&p.name.length>0?p.name:p.id,{orderedActions:h,menuChoices:g}=DX(p,p.id,e);i.set(p.id,{id:p.id,name:d,startAction:typeof p.startAction=="string"?p.startAction:void 0,orderedActions:h,menuChoices:g})}let a=new Set;for(let{id:p,orderedActions:d}of i.values())for(let h of d){if(typeof h.id!="string"){e.push({code:"MISSING_ACTION_ID",message:`Action of type "${h.__type??"(missing)"}" in task ${p} has no id and was skipped.`,taskId:p});continue}a.has(h.id)&&e.push({code:"DUPLICATE_ACTION_ID",message:`Duplicate action id "${h.id}" in task ${p}; the later definition wins.`,nodeId:h.id,taskId:p}),a.add(h.id)}let r=[...i.keys()],s=t.initialSequence,o=typeof s=="string"&&i.has(s),l=o?[s,...r.filter(p=>p!==s)]:r;typeof s=="string"&&s.length>0&&!o&&e.push({code:"UNRESOLVED_INITIAL_SEQUENCE",message:`initialSequence "${s}" matches no task; using declaration order.`});let u=new Set,c=t.uiMetaData?.task;if(Array.isArray(c))for(let p of c){let d=GX(p);d!==void 0&&u.add(d)}return{flowName:typeof t.name=="string"?t.name:"",flowType:typeof t.type=="string"?t.type:"",tasks:i,taskOrder:l,entryTaskId:o?s:void 0,reusableTaskIds:u,warnings:e}}var NX=new Set(["AskForNLUNextIntentAction","WaitForInputAction"]);function UX(t){let e=[],i=[];for(let n of t.taskOrder){let a=t.tasks.get(n);a&&e.push({id:Il(n),kind:"task-start",label:a.name,taskId:n,taskName:a.name,terminal:!1})}for(let{taskId:n,task:a,action:r,actionId:s,handler:o}of TR(t)){let l=r.__type,u=typeof r.name=="string"&&r.name.length>0?r.name:l??s;e.push({id:s,kind:"action",actionType:l,label:u,description:o.describe(r),taskId:n,taskName:a.name,terminal:o.isTerminal(r)}),HX(l)||i.push({code:"UNKNOWN_ACTION_TYPE",message:`Unknown action __type "${l??"(missing)"}" \u2014 handled generically.`,nodeId:s,taskId:n}),NX.has(l??"")&&i.push({code:"UNRESOLVED_INTENT_FANOUT",message:`Intent fan-out for ${s} is not resolved: per-intent routing (nluMetaData) is not modelled.`,nodeId:s,taskId:n});for(let c of o.outputs(r))e.push({id:gy(s,c.outputId),kind:"branch-output",label:c.label,taskId:n,taskName:a.name,terminal:c.terminal}),c.disabled&&i.push({code:"DISABLED_BRANCH",message:`Output ${c.outputId} of ${s} is disabled.`,nodeId:gy(s,c.outputId),taskId:n})}return{nodes:e,warnings:i}}function LX(t){let e=new Map;for(let s of t.nodes.keys())e.set(s,0);let i=new Map,n=[],a=0;for(let s of t.roots){if(e.get(s)!==0)continue;e.set(s,1),i.set(s,a++);let o=[{node:s,index:0}];for(;o.length>0;){let l=o[o.length-1],u=t.adjacency.get(l.node)??[];if(l.indexc.code==="UNRESOLVED_INTENT_FANOUT");return{ok:!0,ir:SX(s,l,e,u),graph:s,warnings:[...e.warnings,...n,...r,...o]}}catch(e){return{ok:!1,error:{code:"INTERNAL",message:e instanceof Error?e.message:String(e)}}}}function WX(t,e){let i=t.find(r=>r.id===e);if(i)return{match:i};let n=e.toLowerCase(),a=t.filter(r=>r.name.toLowerCase()===n);return a.length>1?{ambiguous:a}:a[0]?{match:a[0]}:void 0}var ER=({architectApi:t})=>({config:{description:"Retrieves the intermediate representation (IR) of a Genesys Cloud Architect flow: a flat, ordered list of its actions with the branches connecting them. Use this to understand what an existing flow does. It answers what follows an action, which branch leads where, which actions are unreachable, and how tasks call each other.",annotations:{title:"Flow IR",readOnlyHint:!0,destructiveHint:!1},inputSchema:{flowId:ti.string().min(1).describe("The Genesys Cloud Architect flow ID"),task:ti.string().min(1).optional().describe("Optional. Restrict the returned nodes to a single task, by task id or task name (case-insensitive). Use this to explore a large flow one task at a time. The full task list is always returned, and a node's predecessors may reference nodes in other tasks, which will not appear in the filtered node list.")}},handler:async({flowId:e,task:i})=>{let n;try{n=await t.getFlowLatestconfiguration(e)}catch{return{isError:!0,content:[{type:"text",text:`Flow "${e}" not found or not accessible.`}]}}let a=MR(n);if(!a.ok)return{isError:!0,content:[{type:"text",text:`Failed to parse flow "${e}" (${a.error.code}): ${a.error.message}`}]};let r=a.ir;if(typeof i=="string"){let s=WX(r.tasks,i);if(!s){let o=r.tasks.map(l=>l.name).join(", ");return{isError:!0,content:[{type:"text",text:`No task matching "${i}" in flow "${e}". Available tasks: ${o||"(none)"}.`}]}}if("ambiguous"in s){let o=s.ambiguous.map(l=>`"${l.name}" (id: ${l.id})`).join(", ");return{isError:!0,content:[{type:"text",text:`Task name "${i}" is ambiguous in flow "${e}". It matches ${o}. Retry with the task id.`}]}}r={...r,nodes:r.nodes.filter(o=>o.taskId===s.match.id)}}return{content:[{type:"text",text:JSON.stringify({flowId:e,ir:r,warnings:a.warnings})}]}}});var wy=new Map;function BX(t){let{id:e,previousTurn:i,...n}=t;return n}async function kR(t,e,i){let n=[],a=i;for(;n.push(BX(a)),wy.set(e,a.id),a.nextActionType==="NoOp";)a=await t.postTextbotsBotflowsSessionTurns(e,{previousTurn:{id:a.id},inputEventType:"NoOp",inputEventUserInput:{mode:"Text",alternatives:[{transcript:{text:""}}]}});let r=a.nextActionType;return(r==="Disconnect"||r==="Exit")&&wy.delete(e),{content:[{type:"text",text:JSON.stringify({sessionId:e,turns:n},null,2)}]}}var qR=({textbotsApi:t})=>({config:{description:"Tests a deployed Genesys Cloud Architect Bot Flow and Digital Bot Flow by simulating a text conversation. To start: provide flowId. To continue: provide the returned sessionId and a message. Turn tracking is managed server-side \u2014 only the sessionId is needed between calls. Returns { sessionId, turns[] } where each turn contains the raw API response (prompts with segments, outputLanguage, nextActionType, and action-specific data like modeConstraints or outputData). Multiple turns are returned when the flow sends consecutive messages (NoOp turns are automatically drained). nextActionType values: WaitForInput (send another message), Disconnect/Exit (conversation ended).",annotations:{title:"Test Bot Flow",readOnlyHint:!1,destructiveHint:!1},inputSchema:{flowId:ti.string().optional().describe("The bot flow ID to test. Required when starting a new session."),sessionId:ti.string().optional().describe("Session ID from a previous call. Required when continuing an existing conversation."),message:ti.string().optional().describe("User message to send to the bot. Required when continuing a session.")}},handler:async({flowId:e,sessionId:i,message:n})=>{try{if(i&&e)return{isError:!0,content:[{type:"text",text:"Provide either flowId (to start) or sessionId (to continue), not both."}]};if(!i&&!e)return{isError:!0,content:[{type:"text",text:"Provide flowId to start a new session or sessionId to continue an existing one."}]};if(i&&!n)return{isError:!0,content:[{type:"text",text:"A message is required when continuing an existing session."}]};if(e){let s=await t.postTextbotsBotflowsSessions({flow:{id:e},externalSessionId:"",inputData:{variables:{}},channel:{inputModes:["Text"],outputModes:["Text"],name:"Messaging",userAgent:{name:"GenesysWebWidget"}},language:""}),o=await t.postTextbotsBotflowsSessionTurns(s.id,{inputEventType:"NoOp",inputEventUserInput:{mode:"Text",alternatives:[{transcript:{text:""}}]}});return kR(t,s.id,o)}let a=wy.get(i);if(!a)return{isError:!0,content:[{type:"text",text:`No active session found for ID "${i}". It may have expired or already ended. Start a new session with a flowId.`}]};let r=await t.postTextbotsBotflowsSessionTurns(i,{previousTurn:{id:a},inputEventType:"UserInput",inputEventUserInput:{mode:"Text",alternatives:[{transcript:{text:n}}]}});return kR(t,i,r)}catch(a){return{isError:!0,content:[{type:"text",text:`Bot flow test failed: ${a instanceof Error?a.message:JSON.stringify(a)}`}]}}}});var vy=ti.object({GENESYS_REGION:ti.string().min(1),GENESYS_CLIENT_ID:ti.string().min(1),GENESYS_CLIENT_SECRET:ti.string().min(1),DEPLOY_SCRIPT_PATH:ti.string().min(1),PREVENT_LOGIN:ti.enum(["TRUE","FALSE"]).default("FALSE").transform(t=>t==="TRUE")}).safeParse(process.env);if(!vy.success){let t=vy.error.issues.map(e=>e.path[0]).join(` +`)+m}]})}else{let f=s?.error??`Deploy runner exited with code ${d}`;l({isError:!0,content:[{type:"text",text:`Deploy failed: ${f}${m}`}]})}})})}});var Zl=t=>`${t}::start`,Iy=(t,e)=>`${t}::${e}`;function Gee(t,e,n,i){let a=new Set(e.backEdges.map(d=>`${d.from} ${d.to}`)),r=new Map,s=new Map,o=new Map,l=new Map;for(let d of t.nodes.keys())r.set(d,[]),s.set(d,new Set),o.set(d,[]),l.set(d,new Set);for(let d of t.edges){let g=a.has(`${d.from} ${d.to}`),m=r.get(d.to);if(m){let w=`${d.from} ${d.label??""} ${g}`,b=s.get(d.to);b&&!b.has(w)&&(b.add(w),m.push({id:d.from,label:d.label,backEdge:g}))}let f=o.get(d.from);if(f){let w=`${d.to} ${d.label??""} ${g}`,b=l.get(d.from);b&&!b.has(w)&&(b.add(w),f.push({id:d.to,label:d.label,backEdge:g}))}}let u=-1;for(let d of e.order.values())d>u&&(u=d);let c=u+1,p=[];for(let[d,g]of t.nodes){let m=e.order.has(d),f=m?e.order.get(d):c++;p.push({id:d,kind:g.kind,actionType:g.actionType,label:g.label,description:g.description,predecessors:r.get(d)??[],successors:o.get(d)??[],order:f,taskId:g.taskId,taskName:g.taskName,reachable:m,terminal:g.terminal})}p.sort((d,g)=>d.order-g.order);let h=n.taskOrder.flatMap(d=>{let g=n.tasks.get(d);return g?[{id:d,name:g.name,reusable:n.reusableTaskIds.has(d)}]:[]});return{flowName:n.flowName,flowType:n.flowType,entryTaskId:n.entryTaskId,reachabilityIsComplete:i,tasks:h,nodes:p}}function $ee(t,e){let n=t;for(let i of e.split(".")){if(n==null||typeof n!="object")return;n=n[i]}return typeof n=="string"&&n.length>0?n:void 0}function ot(t,e){for(let n of e){let i=$ee(t,n);if(i!==void 0)return i}}function oz(t){let e=t.expression;if(e==null||typeof e!="object")return;let{text:n,type:i}=e;if(typeof n=="string"&&n.trim().length>0)return n;if(typeof i=="string"&&i.length>0)return i}function zy(t,e){let n=t.find(i=>i.outputId===e);return n?(n.terminal=!0,t):[{outputId:e,label:uz(e),synthetic:!0,terminal:!0},...t]}var Jl={isTerminal:()=>!0,outputs:()=>[]},Nee={isTerminal:()=>!0,describe:t=>ot(t,["transferTo","group.text","flowName","externalNumber.text","user.text","transferTarget.text","transferTargetGroup.text","queues.0.text"]),outputs:t=>zy(Kl(t).map(Es),"__SUCCESS__")},Uee={isTerminal:()=>!1,outputs:t=>{let e=t.path;if(!e||typeof e!="object")return[];let n=Es(e,0);return n.outputId="__LOOP__",typeof e.label=="string"&&e.label.length>0||(n.label="Loop"),[n]}},Lee={outputs:t=>zy(Kl(t).map(Es),"__SUCCESS__")},Wee={isTerminal:()=>!0,describe:t=>ot(t,["flowName"]),outputs:t=>zy(Kl(t).map(Es),"__DISCONNECT__")},Bee={outputs:t=>{let e=Kl(t);return e.length>0?[Es(e[0],0)]:[]}},st=t=>({describe:t}),Ry={DisconnectAction:Jl,EndFlowAction:Jl,EndTaskAction:Jl,EndStateAction:Jl,ExitBotFlowAction:Jl,LoopAction:Uee,ProcessVoicemailInputAction:Lee,CallBotFlowAction:Wee,AskForNLUNextIntentAction:Bee,WaitForInputAction:{},CallTaskAction:{},TaskAction:{},TransferMenuAction:{},TransferTaskAction:{},LoopUntilAction:{},DecisionAction:st(oz),SwitchAction:st(oz),DataAction:st(t=>ot(t,["actionName"])),DataTableLookupAction:st(t=>ot(t,["datatableName"])),CallCommonModuleAction:st(t=>ot(t,["flowName"])),CallBotConnectorAction:st(t=>ot(t,["botName"])),CallDigitalBotFlowAction:st(t=>ot(t,["flowName"])),AddFlowMilestoneAction:st(t=>ot(t,["milestoneName"])),ScreenPopAction:st(t=>ot(t,["inputs.0.value.text"])),PlayAudioAction:st(t=>ot(t,["prompts.defaultAudio.text"])),UpdateVariableAction:{},SetAttributesAction:{},GetAttributesAction:{},EvaluateScheduleAction:{},CollectInputAction:{},GetResponseAction:{},AskForBooleanAction:{},AskForSlotAction:{},CommunicateAction:{},DigitalMenuAction:{},SendResponseAction:{},TranscriptionAction:{},FindQueueAction:{},FindUserPromptAction:{},SetWhisperAudio:{},BridgeServerAction:{}};function Hy(t){return typeof t=="string"&&t.length>0}function Kl(t){let e=[];if(Array.isArray(t.paths))for(let n of t.paths)n&&typeof n=="object"&&e.push(n);return t.path&&typeof t.path=="object"&&e.push(t.path),e}function uz(t){let e=t.replace(/^__/,"").replace(/__$/,"");if(e.length===0)return t;let n=e.toLowerCase();return n.charAt(0).toUpperCase()+n.slice(1)}function Es(t,e){let n=t.outputId??`__OUTPUT_${e}__`,i=typeof t.label=="string"&&t.label.length>0?t.label:uz(n),a={outputId:n,label:i,nextActionId:t.nextActionId,synthetic:!1,terminal:!1};return t.enabled===!1&&(a.disabled=!0),a}var Fee=["taskReference","menuReference"],lz={describe:()=>{},outputs:t=>Kl(t).map(Es),isTerminal:()=>!1,referencedTaskIds:t=>{let e=[];for(let n of Fee){let i=t[n];typeof i=="string"&&i.length>0&&e.push(i)}return e}},Vee=new Set(["TransferMenuAction","TransferTaskAction"]);function cz(t){return typeof t=="string"&&t.startsWith("Transfer")&&!Vee.has(t)}function Jee(t){return t?t in Ry||cz(t):!1}function Zee(t){let e=cz(t)?{...lz,...Nee}:lz,n=t&&t in Ry?Ry[t]:void 0;return n?{...e,...n}:e}function*pz(t){for(let e of t.taskOrder){let n=t.tasks.get(e);if(n)for(let i of n.orderedActions)typeof i.id=="string"&&(yield{taskId:e,task:n,action:i,actionId:i.id,handler:Zee(i.__type)})}}function Kee(t){let e=[],n=[];for(let i of t.taskOrder){let a=t.tasks.get(i);if(a){Hy(a.startAction)&&e.push({from:Zl(i),to:a.startAction,kind:"fallthrough"});for(let r of a.menuChoices)e.push({from:Zl(i),to:r.actionId,kind:"reference",label:r.label})}}for(let{taskId:i,actionId:a,action:r,handler:s}of pz(t)){let o=s.isTerminal(r);Hy(r.nextAction)&&!o&&e.push({from:a,to:r.nextAction,kind:"fallthrough"});for(let l of s.outputs(r)){let u=Iy(a,l.outputId);e.push({from:a,to:u,kind:"branch",label:l.label}),Hy(l.nextActionId)&&!l.terminal&&e.push({from:u,to:l.nextActionId,kind:l.outputId==="__LOOP__"?"loop":"branch"})}for(let l of s.referencedTaskIds(r)){let u=t.tasks.get(l);u?e.push({from:a,to:Zl(l),kind:"reference",label:u.name}):n.push({code:"UNRESOLVED_REFERENCE",message:`Reference from ${a} to task ${l} is unresolvable.`,nodeId:a,taskId:i})}}return{edges:e,warnings:n}}function Qee(t,e,n){let i=new Map;for(let u of t)i.set(u.id,u);let a=new Map;for(let u of i.keys())a.set(u,[]);let r=[],s=[],o=[];for(let u of e){let c=i.has(u.from),p=i.has(u.to);if(!c||!p){let h=c?`unknown target node "${u.to}"`:`unknown source node "${u.from}"`;s.push({...u,reason:h}),o.push({code:"DROPPED_EDGE",message:`Dropped ${u.kind} edge ${u.from} \u2192 ${u.to}: ${h}.`});continue}r.push(u),a.get(u.from)?.push(u.to)}let l=n.taskOrder.map(Zl).filter(u=>i.has(u));return{graph:{nodes:i,edges:r,adjacency:a,roots:l,dropped:s},warnings:o}}function Yee(t,e,n){let i=[],a=[];if(Array.isArray(t.actionList))for(let r of t.actionList)r&&typeof r=="object"&&i.push(r);if(Array.isArray(t.menuChoiceList))for(let r of t.menuChoiceList){let s=r?.action;if(!s||typeof s!="object")continue;if(typeof s.id!="string"){n.push({code:"MISSING_ACTION_ID",message:`Menu-choice action of type "${s.__type??"(missing)"}" in task ${e} has no id and was skipped.`,taskId:e});continue}i.push(s);let o=typeof r.name=="string"&&r.name.length>0?r.name:s.name??s.id;a.push({actionId:s.id,label:o})}return{orderedActions:i,menuChoices:a}}function Xee(t){if(typeof t=="string")return t;if(t&&typeof t=="object"){let e=t.id;if(typeof e=="string")return e}}function ene(t){let e=[],n=new Map,i=Array.isArray(t.flowSequenceItemList)?t.flowSequenceItemList:[];for(let p of i){if(!p||typeof p!="object"||typeof p.id!="string")continue;let h=typeof p.name=="string"&&p.name.length>0?p.name:p.id,{orderedActions:d,menuChoices:g}=Yee(p,p.id,e);n.set(p.id,{id:p.id,name:h,startAction:typeof p.startAction=="string"?p.startAction:void 0,orderedActions:d,menuChoices:g})}let a=new Set;for(let{id:p,orderedActions:h}of n.values())for(let d of h){if(typeof d.id!="string"){e.push({code:"MISSING_ACTION_ID",message:`Action of type "${d.__type??"(missing)"}" in task ${p} has no id and was skipped.`,taskId:p});continue}a.has(d.id)&&e.push({code:"DUPLICATE_ACTION_ID",message:`Duplicate action id "${d.id}" in task ${p}; the later definition wins.`,nodeId:d.id,taskId:p}),a.add(d.id)}let r=[...n.keys()],s=t.initialSequence,o=typeof s=="string"&&n.has(s),l=o?[s,...r.filter(p=>p!==s)]:r;typeof s=="string"&&s.length>0&&!o&&e.push({code:"UNRESOLVED_INITIAL_SEQUENCE",message:`initialSequence "${s}" matches no task; using declaration order.`});let u=new Set,c=t.uiMetaData?.task;if(Array.isArray(c))for(let p of c){let h=Xee(p);h!==void 0&&u.add(h)}return{flowName:typeof t.name=="string"?t.name:"",flowType:typeof t.type=="string"?t.type:"",tasks:n,taskOrder:l,entryTaskId:o?s:void 0,reusableTaskIds:u,warnings:e}}var nne=new Set(["AskForNLUNextIntentAction","WaitForInputAction"]);function ine(t){let e=[],n=[];for(let i of t.taskOrder){let a=t.tasks.get(i);a&&e.push({id:Zl(i),kind:"task-start",label:a.name,taskId:i,taskName:a.name,terminal:!1})}for(let{taskId:i,task:a,action:r,actionId:s,handler:o}of pz(t)){let l=r.__type,u=typeof r.name=="string"&&r.name.length>0?r.name:l??s;e.push({id:s,kind:"action",actionType:l,label:u,description:o.describe(r),taskId:i,taskName:a.name,terminal:o.isTerminal(r)}),Jee(l)||n.push({code:"UNKNOWN_ACTION_TYPE",message:`Unknown action __type "${l??"(missing)"}" \u2014 handled generically.`,nodeId:s,taskId:i}),nne.has(l??"")&&n.push({code:"UNRESOLVED_INTENT_FANOUT",message:`Intent fan-out for ${s} is not resolved: per-intent routing (nluMetaData) is not modelled.`,nodeId:s,taskId:i});for(let c of o.outputs(r))e.push({id:Iy(s,c.outputId),kind:"branch-output",label:c.label,taskId:i,taskName:a.name,terminal:c.terminal}),c.disabled&&n.push({code:"DISABLED_BRANCH",message:`Output ${c.outputId} of ${s} is disabled.`,nodeId:Iy(s,c.outputId),taskId:i})}return{nodes:e,warnings:n}}function tne(t){let e=new Map;for(let s of t.nodes.keys())e.set(s,0);let n=new Map,i=[],a=0;for(let s of t.roots){if(e.get(s)!==0)continue;e.set(s,1),n.set(s,a++);let o=[{node:s,index:0}];for(;o.length>0;){let l=o[o.length-1],u=t.adjacency.get(l.node)??[];if(l.indexc.code==="UNRESOLVED_INTENT_FANOUT");return{ok:!0,ir:Gee(s,l,e,u),graph:s,warnings:[...e.warnings,...i,...r,...o]}}catch(e){return{ok:!1,error:{code:"INTERNAL",message:e instanceof Error?e.message:String(e)}}}}function ane(t,e){if(Array.isArray(t.actionList))for(let n of t.actionList)n&&typeof n=="object"&&e(n);if(Array.isArray(t.menuChoiceList))for(let n of t.menuChoiceList){if(!n||typeof n!="object")continue;let i=n.action;!i||typeof i!="object"||e(i,rne(n))}}function rne(t){let e={};return typeof t.id=="string"&&(e.id=t.id),typeof t.name=="string"&&(e.name=t.name),typeof t.digit=="string"&&(e.digit=t.digit),e}function sne(t){if(t===null||typeof t!="object"||Array.isArray(t))return[];let e=t.flowSequenceItemList;return Array.isArray(e)?e:[]}function hz(t,e){let n=[],i=new Set;for(let o of Array.isArray(e)?e:[])typeof o=="string"&&!i.has(o)&&(i.add(o),n.push(o));if(n.length===0)return{found:[],notFound:[]};let a=new Map;for(let o of sne(t)){if(!o||typeof o!="object"||typeof o.id!="string")continue;let l=o.id,u=typeof o.name=="string"&&o.name.length>0?o.name:l;ane(o,(c,p)=>{if(typeof c.id!="string"||!i.has(c.id))return;let h={actionId:c.id,action:c,taskId:l,taskName:u};p&&(h.menuChoice=p);let d=a.get(c.id);d?d.push(h):a.set(c.id,[h])})}let r=[],s=[];for(let o of n){let l=a.get(o);l?r.push(...l):s.push(o)}return{found:r,notFound:s}}var gz=25;function one(t){let e=[],n=new Map,i=!1;for(let a of t){let r=a.split("::")[0]||a;r!==a&&(i=!0),n.has(r)||(n.set(r,a),e.push(r))}return{lookupIds:e,requestedFor:n,strippedAny:i}}var mz=({architectApi:t})=>({config:{description:"Retrieves the raw Architect configuration of specific actions in a Genesys Cloud Architect flow: decision expressions, prompt text, data action inputs and outputs, and any other per-action settings that the flow_ir tool omits. Use flow_ir first to find action ids and to understand the control flow, then use this tool to find out what an action actually does. Do not use the raw fields returned here to make control-flow claims: flow_ir has already resolved those, and its answer accounts for branches the raw configuration does not reflect.",annotations:{title:"Flow Action",readOnlyHint:!0,destructiveHint:!1},inputSchema:{flowId:We.string().min(1).describe("The Genesys Cloud Architect flow ID"),actionIds:We.array(We.string().min(1)).min(1).max(gz).describe(`Action GUIDs, taken from the \`id\` of flow_ir nodes whose \`kind\` is "action". Batch every action of interest into one call rather than calling this tool repeatedly. Branch-output ids of the form \`::\` are also accepted; the suffix is stripped and the underlying action is returned. Maximum ${gz} ids.`)}},handler:async({flowId:e,actionIds:n})=>{let i;try{i=await t.getFlowLatestconfiguration(e)}catch{return{isError:!0,content:[{type:"text",text:`Flow "${e}" not found or not accessible.`}]}}let{lookupIds:a,requestedFor:r,strippedAny:s}=one(n),o=hz(i,a),l=c=>({...c,actionId:r.get(c.actionId)??c.actionId}),u=[];return s&&u.push("Some requested ids were flow_ir synthetic node ids of the form ::; the suffix was stripped and the underlying action looked up, then reported under the id as requested. A ::start id identifies a task rather than an action, so it never matches."),o.notFound.length>0&&u.push("Ids in notFound are absent from this flow's latest configuration. The flow may have been redeployed since flow_ir was called, so re-run flow_ir and re-join rather than concluding those actions no longer exist."),{content:[{type:"text",text:JSON.stringify({flowId:e,found:o.found.map(l),notFound:o.notFound.map(c=>r.get(c)??c),...u.length>0?{notes:u}:{}})}]}}});function fz(t){let e=t.toUpperCase();return e.endsWith("FLOW")?e:`${e}FLOW`}function lne(t,e){let n={};for(let i of e){let a=i.type??"UNKNOWN";n[a]||(n[a]=[]),n[a].push({id:i.id??"",name:i.name??"",...i.version?{version:i.version}:{},deleted:i.deleted??!1,updated:i.updated??!1})}return{flow:{id:t.id??"",name:t.name,type:fz(t.type??""),version:t.publishedVersion?.commitVersion??"1"},dependencies:n}}var wz=({architectApi:t})=>({config:{description:"Retrieves all dependencies consumed by a Genesys Cloud Architect flow. Returns the flow metadata and its dependencies grouped by type.",annotations:{title:"Flow Dependencies",readOnlyHint:!0,destructiveHint:!1},inputSchema:{flowId:We.string().min(1).describe("The Genesys Cloud Architect flow ID")}},handler:async({flowId:e})=>{try{let n;try{n=await t.getFlow(e)}catch{return{isError:!0,content:[{type:"text",text:`Flow "${e}" not found.`}]}}let i=fz(n.type??""),a=n.publishedVersion?.commitVersion??"1",r=[],s=1;for(;;){let l=await t.getArchitectDependencytrackingConsumedresources(n.id,a,i,{pageSize:100,pageNumber:s});if(l.entities&&r.push(...l.entities),!l.nextUri)break;s++}let o=lne(n,r);return{content:[{type:"text",text:JSON.stringify(o,null,2)}]}}catch(n){return{isError:!0,content:[{type:"text",text:`Failed to retrieve flow dependencies: ${n instanceof Error?n.message:String(n)}`}]}}}});function une(t,e){let n=t.find(r=>r.id===e);if(n)return{match:n};let i=e.toLowerCase(),a=t.filter(r=>r.name.toLowerCase()===i);return a.length>1?{ambiguous:a}:a[0]?{match:a[0]}:void 0}var vz=({architectApi:t})=>({config:{description:"Retrieves the intermediate representation (IR) of a Genesys Cloud Architect flow: a flat, ordered list of its actions with the branches connecting them. Use this to understand what an existing flow does. It answers what follows an action, which branch leads where, which actions are unreachable, and how tasks call each other.",annotations:{title:"Flow IR",readOnlyHint:!0,destructiveHint:!1},inputSchema:{flowId:We.string().min(1).describe("The Genesys Cloud Architect flow ID"),task:We.string().min(1).optional().describe("Optional. Restrict the returned nodes to a single task, by task id or task name (case-insensitive). Use this to explore a large flow one task at a time. The full task list is always returned, and a node's predecessors may reference nodes in other tasks, which will not appear in the filtered node list.")}},handler:async({flowId:e,task:n})=>{let i;try{i=await t.getFlowLatestconfiguration(e)}catch{return{isError:!0,content:[{type:"text",text:`Flow "${e}" not found or not accessible.`}]}}let a=dz(i);if(!a.ok)return{isError:!0,content:[{type:"text",text:`Failed to parse flow "${e}" (${a.error.code}): ${a.error.message}`}]};let r=a.ir;if(typeof n=="string"){let s=une(r.tasks,n);if(!s){let o=r.tasks.map(l=>l.name).join(", ");return{isError:!0,content:[{type:"text",text:`No task matching "${n}" in flow "${e}". Available tasks: ${o||"(none)"}.`}]}}if("ambiguous"in s){let o=s.ambiguous.map(l=>`"${l.name}" (id: ${l.id})`).join(", ");return{isError:!0,content:[{type:"text",text:`Task name "${n}" is ambiguous in flow "${e}". It matches ${o}. Retry with the task id.`}]}}r={...r,nodes:r.nodes.filter(o=>o.taskId===s.match.id)}}return{content:[{type:"text",text:JSON.stringify({flowId:e,ir:r,warnings:a.warnings})}]}}});var Dy=new Map;function cne(t){let{id:e,previousTurn:n,...i}=t;return i}async function Cz(t,e,n){let i=[],a=n;for(;i.push(cne(a)),Dy.set(e,a.id),a.nextActionType==="NoOp";)a=await t.postTextbotsBotflowsSessionTurns(e,{previousTurn:{id:a.id},inputEventType:"NoOp",inputEventUserInput:{mode:"Text",alternatives:[{transcript:{text:""}}]}});let r=a.nextActionType;return(r==="Disconnect"||r==="Exit")&&Dy.delete(e),{content:[{type:"text",text:JSON.stringify({sessionId:e,turns:i},null,2)}]}}var Az=({textbotsApi:t})=>({config:{description:"Tests a deployed Genesys Cloud Architect Bot Flow and Digital Bot Flow by simulating a text conversation. To start: provide flowId. To continue: provide the returned sessionId and a message. Turn tracking is managed server-side \u2014 only the sessionId is needed between calls. Returns { sessionId, turns[] } where each turn contains the raw API response (prompts with segments, outputLanguage, nextActionType, and action-specific data like modeConstraints or outputData). Multiple turns are returned when the flow sends consecutive messages (NoOp turns are automatically drained). nextActionType values: WaitForInput (send another message), Disconnect/Exit (conversation ended).",annotations:{title:"Test Bot Flow",readOnlyHint:!1,destructiveHint:!1},inputSchema:{flowId:We.string().optional().describe("The bot flow ID to test. Required when starting a new session."),sessionId:We.string().optional().describe("Session ID from a previous call. Required when continuing an existing conversation."),message:We.string().optional().describe("User message to send to the bot. Required when continuing a session.")}},handler:async({flowId:e,sessionId:n,message:i})=>{try{if(n&&e)return{isError:!0,content:[{type:"text",text:"Provide either flowId (to start) or sessionId (to continue), not both."}]};if(!n&&!e)return{isError:!0,content:[{type:"text",text:"Provide flowId to start a new session or sessionId to continue an existing one."}]};if(n&&!i)return{isError:!0,content:[{type:"text",text:"A message is required when continuing an existing session."}]};if(e){let s=await t.postTextbotsBotflowsSessions({flow:{id:e},externalSessionId:"",inputData:{variables:{}},channel:{inputModes:["Text"],outputModes:["Text"],name:"Messaging",userAgent:{name:"GenesysWebWidget"}},language:""}),o=await t.postTextbotsBotflowsSessionTurns(s.id,{inputEventType:"NoOp",inputEventUserInput:{mode:"Text",alternatives:[{transcript:{text:""}}]}});return Cz(t,s.id,o)}let a=Dy.get(n);if(!a)return{isError:!0,content:[{type:"text",text:`No active session found for ID "${n}". It may have expired or already ended. Start a new session with a flowId.`}]};let r=await t.postTextbotsBotflowsSessionTurns(n,{previousTurn:{id:a},inputEventType:"UserInput",inputEventUserInput:{mode:"Text",alternatives:[{transcript:{text:i}}]}});return Cz(t,n,r)}catch(a){return{isError:!0,content:[{type:"text",text:`Bot flow test failed: ${a instanceof Error?a.message:JSON.stringify(a)}`}]}}}});var Gy=We.object({GENESYS_REGION:We.string().min(1),GENESYS_CLIENT_ID:We.string().min(1),GENESYS_CLIENT_SECRET:We.string().min(1),DEPLOY_SCRIPT_PATH:We.string().min(1),PREVENT_LOGIN:We.enum(["TRUE","FALSE"]).default("FALSE").transform(t=>t==="TRUE")}).safeParse(process.env);if(!Gy.success){let t=Gy.error.issues.map(e=>e.path[0]).join(` `);console.error(`Missing required environment variables: - ${t}`),process.exit(1)}var Yt=vy.data,zl=new Oc({name:"genesys-cloud-architect",version:"1.0.5"}),zR=new Cd.default.ArchitectApi,_R=PR({architectApi:zR});zl.registerTool("flow_dependencies",_R.config,_R.handler);var HR=ER({architectApi:zR});zl.registerTool("flow_ir",HR.config,HR.handler);var IR=bR({region:Yt.GENESYS_REGION,clientId:Yt.GENESYS_CLIENT_ID,clientSecret:Yt.GENESYS_CLIENT_SECRET,deployScriptPath:Yt.DEPLOY_SCRIPT_PATH});zl.registerTool("deploy_flow",IR.config,IR.handler);var RR=qR({textbotsApi:new Cd.default.TextbotsApi});zl.registerTool("test_bot_flow",RR.config,RR.handler);(async()=>{if(Yt.PREVENT_LOGIN)console.warn("Login for Platform API skipped. Calling tools will result in an auth failure.");else{let e=Cd.default.ApiClient.instance;e.setEnvironment(Yt.GENESYS_REGION),await e.loginClientCredentialsGrant(Yt.GENESYS_CLIENT_ID,Yt.GENESYS_CLIENT_SECRET)}let t=new Tc;await zl.connect(t)})().catch(t=>{console.error("Failed to start server:",t),process.exit(1)}); + ${t}`),process.exit(1)}var sa=Gy.data,ks=new $c({name:"genesys-cloud-architect",version:"1.0.6"}),$y=new _d.default.ArchitectApi,bz=wz({architectApi:$y});ks.registerTool("flow_dependencies",bz.config,bz.handler);var yz=vz({architectApi:$y});ks.registerTool("flow_ir",yz.config,yz.handler);var Pz=mz({architectApi:$y});ks.registerTool("flow_action",Pz.config,Pz.handler);var jz=sz({region:sa.GENESYS_REGION,clientId:sa.GENESYS_CLIENT_ID,clientSecret:sa.GENESYS_CLIENT_SECRET,deployScriptPath:sa.DEPLOY_SCRIPT_PATH});ks.registerTool("deploy_flow",jz.config,jz.handler);var Sz=Az({textbotsApi:new _d.default.TextbotsApi});ks.registerTool("test_bot_flow",Sz.config,Sz.handler);(async()=>{if(sa.PREVENT_LOGIN)console.warn("Login for Platform API skipped. Calling tools will result in an auth failure.");else{let e=_d.default.ApiClient.instance;e.setEnvironment(sa.GENESYS_REGION),await e.loginClientCredentialsGrant(sa.GENESYS_CLIENT_ID,sa.GENESYS_CLIENT_SECRET)}let t=new Uc;await ks.connect(t)})().catch(t=>{console.error("Failed to start server:",t),process.exit(1)}); /*! Bundled license information: mime-db/index.js: @@ -179,7 +180,7 @@ mime-types/index.js: *) axios/dist/node/axios.cjs: - (*! Axios v1.16.1 Copyright (c) 2026 Matt Zabriskie and contributors *) + (*! Axios v1.19.0 Copyright (c) 2026 Matt Zabriskie and contributors *) safe-buffer/index.js: (*! safe-buffer. MIT License. Feross Aboukhadijeh *) diff --git a/skills/interpret-flow-ir/SKILL.md b/skills/interpret-flow-ir/SKILL.md index cb77a6f..baf5b47 100644 --- a/skills/interpret-flow-ir/SKILL.md +++ b/skills/interpret-flow-ir/SKILL.md @@ -1,6 +1,6 @@ --- name: interpret-flow-ir -description: This skill should be used when interpreting the JSON returned by the flow_ir tool, or when the user asks structural questions about a deployed Genesys Cloud Architect flow, such as "analyse this flow", "trace the path through the flow", "what happens when the customer says X", "why is this task unreachable", "check the flow for missing error handling", "find dead logic", or "does this flow loop". Use it to answer control-flow questions from the IR instead of guessing from the flow's raw configuration JSON. +description: This skill should be used when interpreting the JSON returned by the flow_ir or flow_action tools, or when the user asks questions about a deployed Genesys Cloud Architect flow. Structural questions such as "analyse this flow", "trace the path through the flow", "what happens when the customer says X", "why is this task unreachable", "check the flow for missing error handling", "find dead logic", or "does this flow loop". Semantic questions such as "what does this decision check", "what prompt does it play", "what does this data action send", or "what does pressing 2 do". Use it to answer control-flow questions from the IR instead of guessing from the flow's raw configuration JSON, and to fetch the per-action settings the IR omits. --- # Interpreting Flow IRs @@ -11,6 +11,10 @@ Branches, loops, IVR menu choices, and cross-task jumps are already resolved into edges. Answer structural questions from this IR, never by re-deriving control flow from the flow's raw configuration JSON. +The two tools are a pair: `flow_ir` owns **structure** — what connects to what — +and `flow_action` owns **semantics** — what an individual action is configured to +do (see "Action semantics"). + ## Tool output shape On success the tool returns compact JSON: `{ flowId, ir, warnings }`. Failures @@ -95,6 +99,69 @@ optional `task` parameter to fetch one task at a time: absent from the filtered `nodes` array. That is a cross-task jump, not a dangling reference. +## Action semantics: the `flow_action` tool + +The IR deliberately omits action settings — a Decision's expression, a +Communicate's prompt text, a data action's inputs. `flow_action` returns those +raw settings for actions you name. + +**The join.** Every IR node with `kind: "action"` has an `id` that *is* the +Architect GUID, which is exactly what `flow_action`'s `actionIds` accepts. So the +workflow is: trace structurally with `flow_ir` first, collect every action whose +configuration matters, then make **one batched call**. Do not call once per +action; each call refetches the whole flow configuration. + +**The envelope.** +`{ flowId, found: [{ actionId, action, taskId, taskName, menuChoice? }], notFound, notes? }` + +- `actionId` echoes the id you asked for and is the grouping key. An action id + occurring more than once in a flow yields **several `found` entries**, one per + occurrence, told apart by `taskId`. Group by `actionId`; do not assume one + entry per id. +- `action` is the raw Genesys JSON subtree, passed through untouched. It is **not + a stable schema**: field names and nesting vary by `__type` and change when + Architect changes. Read it defensively and report what is actually there rather + than asserting a fixed shape. +- `notes`, when present, is advisory prose about the lookup itself. Read it, but + key no logic off its exact wording. + +**Scoping rule — the one thing not to do.** Never derive control flow from the +raw wiring fields (`nextAction`, `paths[].nextActionId`, `path`). The IR has +already resolved those, and its resolution accounts for what the raw JSON does +not reflect: disabled branches, edges dropped for unknown endpoints, and +menu/task-jump indirection. Where raw JSON and the IR seem to disagree about +where something leads, the IR is the answer. + +The nuance: a `paths[]` entry's pairing of a **condition with a named outcome** +is legitimate semantics, and often the very reason to make the lookup — which +case expression belongs to which Switch outcome, which expression a Decision's +Yes/No tests. Take the condition and the outcome name from the raw action; take +where that outcome *leads* from the IR's branch-output node, never from +`nextActionId`. + +**Branch-output ids.** `::` is accepted: the suffix is +stripped, the underlying action is returned, and `notes` flags that it happened. +Prefer passing plain action GUIDs. `::start` is a task marker rather than +an action, so it can never match. + +**`menuChoice`.** Present only when the action sits inside an IVR menu choice. +Its `digit` and `name` are the choice's *presentation* — the keypress and the +spoken or displayed label that select that action. This is what answers "what +does pressing 2 do". + +**`notFound` and staleness.** An id in `notFound` is absent from the flow's +*latest* configuration. Because `flow_ir` and `flow_action` are separate fetches, +the flow may have been redeployed between them. Re-run `flow_ir` and re-join +before concluding that an action was deleted. + +**What it does and does not unlock.** `flow_action` does retrieve raw config for +actions the IR treats as blind spots: a `DigitalMenuAction`'s unexpanded choices +live in its subtree, and a listen action's own settings come back in full. It +does **not** close the intent-routing gap — per-intent routing lives in the +flow's top-level `nluMetaData`, not under any action, so no action lookup can +reveal it. Intent fan-out stays unresolved, and reachability claims still need +the qualification described in "Known blind spots". + ## Analysis recipes **Trace "what happens when..."**: walk successors from the entry task-start, @@ -148,7 +215,8 @@ human-readable and non-contractual; key all reasoning off `code`. - **Intent routing is absent** (see `UNRESOLVED_INTENT_FANOUT`). Qualify reachability and path claims wherever a listen action appears. - **Digital-bot menu choices** (`DigitalMenuAction`) are not expanded. IVR - `menuChoiceList` menus are resolved. + `menuChoiceList` menus are resolved. The unexpanded choices are visible in the + action's raw config via `flow_action`, but their routing is not in the graph. - **Loop back-edges are not synthesised**: a loop body's tail does not point back to the loop head, and `ExitLoopAction` is not resolved. Do not report "the loop never repeats"; that is a modelling gap, not a flow defect. diff --git a/src/mcp-server/index.ts b/src/mcp-server/index.ts index 33d0cdc..aa29c68 100644 --- a/src/mcp-server/index.ts +++ b/src/mcp-server/index.ts @@ -3,6 +3,7 @@ import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js" import platformClient from "purecloud-platform-client-v2"; import { z } from "zod/v3"; import { deployFlow } from "./tools/deploy-flow.ts"; +import { flowAction } from "./tools/flow-action.ts"; import { flowDependencies } from "./tools/flow-dependencies.ts"; import { flowIr } from "./tools/flow-ir.ts"; import { testBotFlow } from "./tools/test-bot-flow.ts"; @@ -46,6 +47,13 @@ server.registerTool( const flowIrTool = flowIr({ architectApi }); server.registerTool("flow_ir", flowIrTool.config, flowIrTool.handler); +const flowActionTool = flowAction({ architectApi }); +server.registerTool( + "flow_action", + flowActionTool.config, + flowActionTool.handler, +); + const deployFlowTool = deployFlow({ region: envVars.GENESYS_REGION, clientId: envVars.GENESYS_CLIENT_ID, diff --git a/src/mcp-server/tools/flow-action.ts b/src/mcp-server/tools/flow-action.ts new file mode 100644 index 0000000..95d0e43 --- /dev/null +++ b/src/mcp-server/tools/flow-action.ts @@ -0,0 +1,151 @@ +import { + findRawActions, + type RawActionLookup, +} from "@makingchatbots/genesys-cloud-architect-diagram-lib"; +import type { ArchitectApi } from "purecloud-platform-client-v2"; +import { z } from "zod/v3"; +import type { ToolFactory } from "./types.ts"; + +export interface ToolConfig { + architectApi: ArchitectApi; +} + +/** Caps the response size; one flow's configuration serves the whole batch. */ +const MAX_ACTION_IDS = 25; + +/** + * Map each requested id to the action id to look up, tolerating the synthetic + * node ids `flow_ir` emits. + * + * A branch-output node id is `::`, so it embeds the real + * GUID losslessly: stripping the suffix is strictly more useful than rejecting + * the id, which would force callers to hand-edit ids they copied straight out of + * a trace. Ids stripping to the same GUID collapse to one lookup and are + * reported under whichever form was requested first. `::start` strips to + * a task id, which matches no action and so lands in `notFound` without needing + * a special case. + */ +function planLookups(requestedIds: readonly string[]): { + lookupIds: string[]; + requestedFor: Map; + strippedAny: boolean; +} { + const lookupIds: string[] = []; + const requestedFor = new Map(); + let strippedAny = false; + + for (const requested of requestedIds) { + // An id that is only a suffix (`::x`) has no GUID to recover, so it is + // looked up as-is and reported as not found. + const lookupId = requested.split("::")[0] || requested; + if (lookupId !== requested) { + strippedAny = true; + } + if (!requestedFor.has(lookupId)) { + requestedFor.set(lookupId, requested); + lookupIds.push(lookupId); + } + } + + return { lookupIds, requestedFor, strippedAny }; +} + +export const flowAction: ToolFactory = ({ + architectApi, +}: ToolConfig) => ({ + config: { + description: + "Retrieves the raw Architect configuration of specific actions in a Genesys Cloud " + + "Architect flow: decision expressions, prompt text, data action inputs and outputs, " + + "and any other per-action settings that the flow_ir tool omits. " + + "Use flow_ir first to find action ids and to understand the control flow, then use " + + "this tool to find out what an action actually does. " + + "Do not use the raw fields returned here to make control-flow claims: flow_ir has " + + "already resolved those, and its answer accounts for branches the raw " + + "configuration does not reflect.", + annotations: { + title: "Flow Action", + readOnlyHint: true, + destructiveHint: false, + }, + inputSchema: { + flowId: z + .string() + .min(1) + .describe("The Genesys Cloud Architect flow ID"), + actionIds: z + .array(z.string().min(1)) + .min(1) + .max(MAX_ACTION_IDS) + .describe( + "Action GUIDs, taken from the `id` of flow_ir nodes whose `kind` is " + + '"action". Batch every action of interest into one call rather than ' + + "calling this tool repeatedly. Branch-output ids of the form " + + "`::` are also accepted; the suffix is stripped and " + + `the underlying action is returned. Maximum ${MAX_ACTION_IDS} ids.`, + ), + }, + }, + handler: async ({ flowId, actionIds }) => { + let configuration: unknown; + try { + configuration = await architectApi.getFlowLatestconfiguration( + flowId as string, + ); + } catch { + return { + isError: true, + content: [ + { + type: "text", + text: `Flow "${flowId}" not found or not accessible.`, + }, + ], + }; + } + + const { lookupIds, requestedFor, strippedAny } = planLookups( + actionIds as string[], + ); + // `findRawActions` never throws and always answers for every id, so a + // batch where nothing matched is still a successful lookup. + const lookup = findRawActions(configuration, lookupIds); + const asRequested = (entry: RawActionLookup): RawActionLookup => ({ + ...entry, + actionId: requestedFor.get(entry.actionId) ?? entry.actionId, + }); + + const notes: string[] = []; + if (strippedAny) { + notes.push( + "Some requested ids were flow_ir synthetic node ids of the form " + + "::; the suffix was stripped and the underlying action " + + "looked up, then reported under the id as requested. A ::start id " + + "identifies a task rather than an action, so it never matches.", + ); + } + if (lookup.notFound.length > 0) { + notes.push( + "Ids in notFound are absent from this flow's latest configuration. The flow " + + "may have been redeployed since flow_ir was called, so re-run flow_ir and " + + "re-join rather than concluding those actions no longer exist.", + ); + } + + return { + content: [ + { + type: "text", + text: JSON.stringify({ + flowId, + found: lookup.found.map(asRequested), + notFound: lookup.notFound.map( + (id) => requestedFor.get(id) ?? id, + ), + ...(notes.length > 0 ? { notes } : {}), + }), + }, + ], + }; + }, +});