mendixmodelsdk
Advanced tools
Comparing version 4.73.1-dev-1221-1a2942371 to 4.73.1-dev-1222-1a2942371
{ | ||
"name": "mendixmodelsdk", | ||
"description": "Mendix Model SDK", | ||
"version": "4.73.1-dev-1221-1a2942371", | ||
"version": "4.73.1-dev-1222-1a2942371", | ||
"author": "Mendix", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -174,2 +174,3 @@ import { IAbstractModel, AbstractModel } from "../sdk/internal/AbstractModel"; | ||
findUserTaskOutcomeByQualifiedName(qname: string): workflows.IUserTaskOutcome | null; | ||
findWaitForTriggerByQualifiedName(qname: string): workflows.IWaitForTrigger | null; | ||
findWorkflowByQualifiedName(qname: string): workflows.IWorkflow | null; | ||
@@ -306,2 +307,3 @@ findXmlSchemaByQualifiedName(qname: string): xmlschemas.IXmlSchema | null; | ||
findUserTaskOutcomeByQualifiedName(qname: string): workflows.IUserTaskOutcome | null; | ||
findWaitForTriggerByQualifiedName(qname: string): workflows.IWaitForTrigger | null; | ||
findWorkflowByQualifiedName(qname: string): workflows.IWorkflow | null; | ||
@@ -672,2 +674,3 @@ findXmlSchemaByQualifiedName(qname: string): xmlschemas.IXmlSchema | null; | ||
Microflows$SendExternalObject: microflows.SendExternalObject; | ||
Microflows$SendTriggerAction: microflows.SendTriggerAction; | ||
Microflows$SequenceFlow: microflows.SequenceFlow; | ||
@@ -1013,3 +1016,6 @@ Microflows$SetTaskOutcomeAction: microflows.SetTaskOutcomeAction; | ||
Workflows$VoidConditionOutcome: workflows.VoidConditionOutcome; | ||
Workflows$WaitForTrigger: workflows.WaitForTrigger; | ||
Workflows$WorkflowCallParameterMapping: workflows.WorkflowCallParameterMapping; | ||
Workflows$WorkflowDefinitionNameSelection: workflows.WorkflowDefinitionNameSelection; | ||
Workflows$WorkflowDefinitionObjectSelection: workflows.WorkflowDefinitionObjectSelection; | ||
Workflows$WorkflowType: workflows.WorkflowType; | ||
@@ -1016,0 +1022,0 @@ Workflows$XPathBasedUserSource: workflows.XPathBasedUserSource; |
@@ -533,2 +533,5 @@ "use strict"; | ||
} | ||
findWaitForTriggerByQualifiedName(qname) { | ||
return this._resolveName("Workflows$WaitForTrigger", qname); | ||
} | ||
findWorkflowByQualifiedName(qname) { | ||
@@ -535,0 +538,0 @@ return this._resolveName("Workflows$Workflow", qname); |
@@ -1,2 +0,2 @@ | ||
/** Current SDK version: 4.73.1-dev-1221-1a2942371 */ | ||
/** Current SDK version: 4.73.1-dev-1222-1a2942371 */ | ||
export declare const SDK_VERSION: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SDK_VERSION = void 0; | ||
/** Current SDK version: 4.73.1-dev-1221-1a2942371 */ | ||
/** Current SDK version: 4.73.1-dev-1222-1a2942371 */ | ||
exports.SDK_VERSION = "4.73.1"; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14128077
197353