Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mendixmodelsdk

Package Overview
Dependencies
Maintainers
0
Versions
1110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mendixmodelsdk - npm Package Compare versions

Comparing version 4.88.0 to 4.88.1-dev-1270-1b00abd191

2

package.json
{
"name": "mendixmodelsdk",
"description": "Mendix Model SDK",
"version": "4.88.0",
"version": "4.88.1-dev-1270-1b00abd191",
"author": "Mendix",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -23,315 +23,345 @@ "use strict";

allBuildingBlocks() {
return super._allOfTypes(["Pages$BuildingBlock"]);
return super._allOfTypes([
"Pages$BuildingBlock"
]);
}
allBusinessEventServices() {
return super._allOfTypes(["BusinessEvents$BusinessEventService"]);
return super._allOfTypes([
"BusinessEvents$BusinessEventService"
]);
}
allCodeActions() {
return super._allOfTypes(["JavaActions$JavaAction", "JavaScriptActions$JavaScriptAction"]);
return super._allOfTypes([
"JavaActions$JavaAction", "JavaScriptActions$JavaScriptAction"
]);
}
allConstants() {
return super._allOfTypes(["Constants$Constant"]);
return super._allOfTypes([
"Constants$Constant"
]);
}
allConsumedAppServices() {
return super._allOfTypes(["AppServices$ConsumedAppService"]);
return super._allOfTypes([
"AppServices$ConsumedAppService"
]);
}
allConsumedBusinessEventServices() {
return super._allOfTypes(["BusinessEvents$ConsumedBusinessEventService"]);
return super._allOfTypes([
"BusinessEvents$ConsumedBusinessEventService"
]);
}
allConsumedKafkaServices() {
return super._allOfTypes(["Kafka$ConsumedKafkaService"]);
return super._allOfTypes([
"Kafka$ConsumedKafkaService"
]);
}
allConsumedODataServices() {
return super._allOfTypes(["Rest$ConsumedODataService"]);
return super._allOfTypes([
"Rest$ConsumedODataService"
]);
}
allConsumedRestServices() {
return super._allOfTypes(["Rest$ConsumedRestService"]);
return super._allOfTypes([
"Rest$ConsumedRestService"
]);
}
allCustomIconCollections() {
return super._allOfTypes(["CustomIcons$CustomIconCollection"]);
return super._allOfTypes([
"CustomIcons$CustomIconCollection"
]);
}
allDataSets() {
return super._allOfTypes(["DataSets$DataSet"]);
return super._allOfTypes([
"DataSets$DataSet"
]);
}
allDatabaseConnections() {
return super._allOfTypes(["DatabaseConnector$DatabaseConnection"]);
return super._allOfTypes([
"DatabaseConnector$DatabaseConnection"
]);
}
allDocuments() {
return super._allOfTypes([
"AppServices$ConsumedAppService",
"BusinessEvents$BusinessEventService",
"BusinessEvents$ConsumedBusinessEventService",
"BusinessEvents$PublishedBusinessEventService",
"Constants$Constant",
"CustomIcons$CustomIconCollection",
"DataSets$DataSet",
"DatabaseConnector$DatabaseConnection",
"DocumentTemplates$DocumentTemplate",
"Enumerations$Enumeration",
"ExcelDataImporter$Template",
"ExportMappings$ExportMapping",
"Images$ImageCollection",
"ImportMappings$ImportMapping",
"JavaActions$JavaAction",
"JavaScriptActions$JavaScriptAction",
"JsonStructures$JsonStructure",
"Kafka$ConsumedKafkaService",
"Kafka$PublishedKafkaService",
"MLMappings$MLMappingDocument",
"Menus$MenuDocument",
"MessageDefinitions$MessageDefinitionCollection",
"Microflows$Microflow",
"Microflows$Nanoflow",
"Microflows$Rule",
"NativePages$NativeLayout",
"NativePages$NativePage",
"ODataPublish$PublishedODataService2",
"Pages$BuildingBlock",
"Pages$Layout",
"Pages$Page",
"Pages$PageTemplate",
"Pages$Snippet",
"Queues$Queue",
"RegularExpressions$RegularExpression",
"Rest$ConsumedODataService",
"Rest$ConsumedRestService",
"Rest$PublishedODataService",
"Rest$PublishedRestService",
"ScheduledEvents$ScheduledEvent",
"WebServices$ImportedWebService",
"WebServices$PublishedAppService",
"WebServices$PublishedWebService",
"Workflows$Workflow",
"XmlSchemas$XmlSchema"
"AppServices$ConsumedAppService", "BusinessEvents$BusinessEventService", "BusinessEvents$ConsumedBusinessEventService", "BusinessEvents$PublishedBusinessEventService", "Constants$Constant", "CustomIcons$CustomIconCollection", "DataSets$DataSet", "DatabaseConnector$DatabaseConnection", "DocumentTemplates$DocumentTemplate", "Enumerations$Enumeration", "ExcelDataImporter$Template", "ExportMappings$ExportMapping", "Images$ImageCollection", "ImportMappings$ImportMapping", "JavaActions$JavaAction", "JavaScriptActions$JavaScriptAction", "JsonStructures$JsonStructure", "Kafka$ConsumedKafkaService", "Kafka$PublishedKafkaService", "MLMappings$MLMappingDocument", "Menus$MenuDocument", "MessageDefinitions$MessageDefinitionCollection", "Microflows$Microflow", "Microflows$Nanoflow", "Microflows$Rule", "NativePages$NativeLayout", "NativePages$NativePage", "ODataPublish$PublishedODataService2", "Pages$BuildingBlock", "Pages$Layout", "Pages$Page", "Pages$PageTemplate", "Pages$Snippet", "Queues$Queue", "RegularExpressions$RegularExpression", "Rest$ConsumedODataService", "Rest$ConsumedRestService", "Rest$PublishedODataService", "Rest$PublishedRestService", "ScheduledEvents$ScheduledEvent", "WebServices$ImportedWebService", "WebServices$PublishedAppService", "WebServices$PublishedWebService", "Workflows$Workflow", "XmlSchemas$XmlSchema"
]);
}
allDocumentTemplates() {
return super._allOfTypes(["DocumentTemplates$DocumentTemplate"]);
return super._allOfTypes([
"DocumentTemplates$DocumentTemplate"
]);
}
allDomainModels() {
return super._allOfTypes(["DomainModels$DomainModel"]);
return super._allOfTypes([
"DomainModels$DomainModel"
]);
}
allEnumerations() {
return super._allOfTypes(["Enumerations$Enumeration"]);
return super._allOfTypes([
"Enumerations$Enumeration"
]);
}
allExportMappings() {
return super._allOfTypes(["ExportMappings$ExportMapping"]);
return super._allOfTypes([
"ExportMappings$ExportMapping"
]);
}
allFolders() {
return super._allOfTypes(["Projects$Folder"]);
return super._allOfTypes([
"Projects$Folder"
]);
}
allFolderBases() {
return super._allOfTypes(["Projects$Folder", "Projects$Module"]);
return super._allOfTypes([
"Projects$Folder", "Projects$Module"
]);
}
allFormBases() {
return super._allOfTypes([
"NativePages$NativeLayout",
"NativePages$NativePage",
"Pages$BuildingBlock",
"Pages$Layout",
"Pages$Page",
"Pages$PageTemplate",
"Pages$Snippet"
"NativePages$NativeLayout", "NativePages$NativePage", "Pages$BuildingBlock", "Pages$Layout", "Pages$Page", "Pages$PageTemplate", "Pages$Snippet"
]);
}
allImageCollections() {
return super._allOfTypes(["Images$ImageCollection"]);
return super._allOfTypes([
"Images$ImageCollection"
]);
}
allImportMappings() {
return super._allOfTypes(["ImportMappings$ImportMapping"]);
return super._allOfTypes([
"ImportMappings$ImportMapping"
]);
}
allImportedWebServices() {
return super._allOfTypes(["WebServices$ImportedWebService"]);
return super._allOfTypes([
"WebServices$ImportedWebService"
]);
}
allJavaActions() {
return super._allOfTypes(["JavaActions$JavaAction"]);
return super._allOfTypes([
"JavaActions$JavaAction"
]);
}
allJavaScriptActions() {
return super._allOfTypes(["JavaScriptActions$JavaScriptAction"]);
return super._allOfTypes([
"JavaScriptActions$JavaScriptAction"
]);
}
allJsonStructures() {
return super._allOfTypes(["JsonStructures$JsonStructure"]);
return super._allOfTypes([
"JsonStructures$JsonStructure"
]);
}
allLayouts() {
return super._allOfTypes(["Pages$Layout"]);
return super._allOfTypes([
"Pages$Layout"
]);
}
allMLMappingDocuments() {
return super._allOfTypes(["MLMappings$MLMappingDocument"]);
return super._allOfTypes([
"MLMappings$MLMappingDocument"
]);
}
allMappingDocuments() {
return super._allOfTypes(["ExportMappings$ExportMapping", "ImportMappings$ImportMapping"]);
return super._allOfTypes([
"ExportMappings$ExportMapping", "ImportMappings$ImportMapping"
]);
}
allMenuDocuments() {
return super._allOfTypes(["Menus$MenuDocument"]);
return super._allOfTypes([
"Menus$MenuDocument"
]);
}
allMessageDefinitionCollections() {
return super._allOfTypes(["MessageDefinitions$MessageDefinitionCollection"]);
return super._allOfTypes([
"MessageDefinitions$MessageDefinitionCollection"
]);
}
allMicroflows() {
return super._allOfTypes(["Microflows$Microflow"]);
return super._allOfTypes([
"Microflows$Microflow"
]);
}
allMicroflowBases() {
return super._allOfTypes(["Microflows$Microflow", "Microflows$Nanoflow", "Microflows$Rule"]);
return super._allOfTypes([
"Microflows$Microflow", "Microflows$Nanoflow", "Microflows$Rule"
]);
}
allModules() {
return super._allOfTypes(["Projects$Module"]);
return super._allOfTypes([
"Projects$Module"
]);
}
allModuleDocuments() {
return super._allOfTypes([
"AppServices$ConsumedAppService",
"BusinessEvents$BusinessEventService",
"BusinessEvents$ConsumedBusinessEventService",
"BusinessEvents$PublishedBusinessEventService",
"Constants$Constant",
"CustomIcons$CustomIconCollection",
"DataSets$DataSet",
"DatabaseConnector$DatabaseConnection",
"DocumentTemplates$DocumentTemplate",
"DomainModels$DomainModel",
"Enumerations$Enumeration",
"ExcelDataImporter$Template",
"ExportMappings$ExportMapping",
"Images$ImageCollection",
"ImportMappings$ImportMapping",
"JavaActions$JavaAction",
"JavaScriptActions$JavaScriptAction",
"JsonStructures$JsonStructure",
"Kafka$ConsumedKafkaService",
"Kafka$PublishedKafkaService",
"MLMappings$MLMappingDocument",
"Menus$MenuDocument",
"MessageDefinitions$MessageDefinitionCollection",
"Microflows$Microflow",
"Microflows$Nanoflow",
"Microflows$Rule",
"NativePages$NativeLayout",
"NativePages$NativePage",
"ODataPublish$PublishedODataService2",
"Pages$BuildingBlock",
"Pages$Layout",
"Pages$Page",
"Pages$PageTemplate",
"Pages$Snippet",
"Projects$ModuleSettings",
"Queues$Queue",
"RegularExpressions$RegularExpression",
"Rest$ConsumedODataService",
"Rest$ConsumedRestService",
"Rest$PublishedODataService",
"Rest$PublishedRestService",
"ScheduledEvents$ScheduledEvent",
"Security$ModuleSecurity",
"WebServices$ImportedWebService",
"WebServices$PublishedAppService",
"WebServices$PublishedWebService",
"Workflows$Workflow",
"XmlSchemas$XmlSchema"
"AppServices$ConsumedAppService", "BusinessEvents$BusinessEventService", "BusinessEvents$ConsumedBusinessEventService", "BusinessEvents$PublishedBusinessEventService", "Constants$Constant", "CustomIcons$CustomIconCollection", "DataSets$DataSet", "DatabaseConnector$DatabaseConnection", "DocumentTemplates$DocumentTemplate", "DomainModels$DomainModel", "Enumerations$Enumeration", "ExcelDataImporter$Template", "ExportMappings$ExportMapping", "Images$ImageCollection", "ImportMappings$ImportMapping", "JavaActions$JavaAction", "JavaScriptActions$JavaScriptAction", "JsonStructures$JsonStructure", "Kafka$ConsumedKafkaService", "Kafka$PublishedKafkaService", "MLMappings$MLMappingDocument", "Menus$MenuDocument", "MessageDefinitions$MessageDefinitionCollection", "Microflows$Microflow", "Microflows$Nanoflow", "Microflows$Rule", "NativePages$NativeLayout", "NativePages$NativePage", "ODataPublish$PublishedODataService2", "Pages$BuildingBlock", "Pages$Layout", "Pages$Page", "Pages$PageTemplate", "Pages$Snippet", "Projects$ModuleSettings", "Queues$Queue", "RegularExpressions$RegularExpression", "Rest$ConsumedODataService", "Rest$ConsumedRestService", "Rest$PublishedODataService", "Rest$PublishedRestService", "ScheduledEvents$ScheduledEvent", "Security$ModuleSecurity", "WebServices$ImportedWebService", "WebServices$PublishedAppService", "WebServices$PublishedWebService", "Workflows$Workflow", "XmlSchemas$XmlSchema"
]);
}
allModuleSecurities() {
return super._allOfTypes(["Security$ModuleSecurity"]);
return super._allOfTypes([
"Security$ModuleSecurity"
]);
}
allModuleSettings() {
return super._allOfTypes(["Projects$ModuleSettings"]);
return super._allOfTypes([
"Projects$ModuleSettings"
]);
}
allMxSchemas() {
return super._allOfTypes(["JsonStructures$JsonStructure", "XmlSchemas$XmlSchema"]);
return super._allOfTypes([
"JsonStructures$JsonStructure", "XmlSchemas$XmlSchema"
]);
}
allNanoflows() {
return super._allOfTypes(["Microflows$Nanoflow"]);
return super._allOfTypes([
"Microflows$Nanoflow"
]);
}
allNativeLayouts() {
return super._allOfTypes(["NativePages$NativeLayout"]);
return super._allOfTypes([
"NativePages$NativeLayout"
]);
}
allNativePages() {
return super._allOfTypes(["NativePages$NativePage"]);
return super._allOfTypes([
"NativePages$NativePage"
]);
}
allNavigationDocuments() {
return super._allOfTypes(["Navigation$NavigationDocument"]);
return super._allOfTypes([
"Navigation$NavigationDocument"
]);
}
allPages() {
return super._allOfTypes(["Pages$Page"]);
return super._allOfTypes([
"Pages$Page"
]);
}
allPageTemplates() {
return super._allOfTypes(["Pages$PageTemplate"]);
return super._allOfTypes([
"Pages$PageTemplate"
]);
}
allProjects() {
return super._allOfTypes(["Projects$Project"]);
return super._allOfTypes([
"Projects$Project"
]);
}
allProjectConversions() {
return super._allOfTypes(["Projects$ProjectConversion"]);
return super._allOfTypes([
"Projects$ProjectConversion"
]);
}
allProjectDocuments() {
return super._allOfTypes([
"Navigation$NavigationDocument",
"Security$ProjectSecurity",
"Settings$ProjectSettings",
"Texts$SystemTextCollection"
"Navigation$NavigationDocument", "Security$ProjectSecurity", "Settings$ProjectSettings", "Texts$SystemTextCollection"
]);
}
allProjectSecurities() {
return super._allOfTypes(["Security$ProjectSecurity"]);
return super._allOfTypes([
"Security$ProjectSecurity"
]);
}
allProjectSettings() {
return super._allOfTypes(["Settings$ProjectSettings"]);
return super._allOfTypes([
"Settings$ProjectSettings"
]);
}
allPublishedAppServices() {
return super._allOfTypes(["WebServices$PublishedAppService"]);
return super._allOfTypes([
"WebServices$PublishedAppService"
]);
}
allPublishedBusinessEventServices() {
return super._allOfTypes(["BusinessEvents$PublishedBusinessEventService"]);
return super._allOfTypes([
"BusinessEvents$PublishedBusinessEventService"
]);
}
allPublishedKafkaServices() {
return super._allOfTypes(["Kafka$PublishedKafkaService"]);
return super._allOfTypes([
"Kafka$PublishedKafkaService"
]);
}
allPublishedODataServices() {
return super._allOfTypes(["Rest$PublishedODataService"]);
return super._allOfTypes([
"Rest$PublishedODataService"
]);
}
allPublishedODataService2s() {
return super._allOfTypes(["ODataPublish$PublishedODataService2"]);
return super._allOfTypes([
"ODataPublish$PublishedODataService2"
]);
}
allPublishedRestServices() {
return super._allOfTypes(["Rest$PublishedRestService"]);
return super._allOfTypes([
"Rest$PublishedRestService"
]);
}
allPublishedServiceBases() {
return super._allOfTypes(["WebServices$PublishedAppService", "WebServices$PublishedWebService"]);
return super._allOfTypes([
"WebServices$PublishedAppService", "WebServices$PublishedWebService"
]);
}
allPublishedWebServices() {
return super._allOfTypes(["WebServices$PublishedWebService"]);
return super._allOfTypes([
"WebServices$PublishedWebService"
]);
}
allQueues() {
return super._allOfTypes(["Queues$Queue"]);
return super._allOfTypes([
"Queues$Queue"
]);
}
allRegularExpressions() {
return super._allOfTypes(["RegularExpressions$RegularExpression"]);
return super._allOfTypes([
"RegularExpressions$RegularExpression"
]);
}
allRemoteEntitySourceDocuments() {
return super._allOfTypes(["Kafka$ConsumedKafkaService", "Rest$ConsumedODataService"]);
return super._allOfTypes([
"Kafka$ConsumedKafkaService", "Rest$ConsumedODataService"
]);
}
allRules() {
return super._allOfTypes(["Microflows$Rule"]);
return super._allOfTypes([
"Microflows$Rule"
]);
}
allScheduledEvents() {
return super._allOfTypes(["ScheduledEvents$ScheduledEvent"]);
return super._allOfTypes([
"ScheduledEvents$ScheduledEvent"
]);
}
allServerSideMicroflows() {
return super._allOfTypes(["Microflows$Microflow", "Microflows$Rule"]);
return super._allOfTypes([
"Microflows$Microflow", "Microflows$Rule"
]);
}
allSnippets() {
return super._allOfTypes(["Pages$Snippet"]);
return super._allOfTypes([
"Pages$Snippet"
]);
}
allSystemTextCollections() {
return super._allOfTypes(["Texts$SystemTextCollection"]);
return super._allOfTypes([
"Texts$SystemTextCollection"
]);
}
allTemplates() {
return super._allOfTypes(["ExcelDataImporter$Template"]);
return super._allOfTypes([
"ExcelDataImporter$Template"
]);
}
allTemplateFormBases() {
return super._allOfTypes(["Pages$BuildingBlock", "Pages$PageTemplate"]);
return super._allOfTypes([
"Pages$BuildingBlock", "Pages$PageTemplate"
]);
}
allWorkflows() {
return super._allOfTypes(["Workflows$Workflow"]);
return super._allOfTypes([
"Workflows$Workflow"
]);
}
allXmlSchemas() {
return super._allOfTypes(["XmlSchemas$XmlSchema"]);
return super._allOfTypes([
"XmlSchemas$XmlSchema"
]);
}

@@ -338,0 +368,0 @@ findAppServiceActionByQualifiedName(qname) {

@@ -29,5 +29,3 @@ "use strict";

}
get containerAsMessageAttribute() {
return super.getContainerAs(MessageAttribute);
}
get containerAsMessageAttribute() { return super.getContainerAs(MessageAttribute); }
/**

@@ -38,5 +36,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get items() {
return this.__items.get();
}
get items() { return this.__items.get(); }
/**

@@ -69,5 +65,5 @@ * Creates and returns a new AttributeEnumeration instance in the SDK and on the server.

AttributeEnumeration.versionInfo = new exports.StructureVersionInfo({
introduced: "10.0.0",
experimental: {
currentValue: true
"introduced": "10.0.0",
"experimental": {
"currentValue": true
}

@@ -92,11 +88,5 @@ }, internal.StructureType.Element);

}
get containerAsAttributeEnumeration() {
return super.getContainerAs(AttributeEnumeration);
}
get value() {
return this.__value.get();
}
set value(newValue) {
this.__value.set(newValue);
}
get containerAsAttributeEnumeration() { return super.getContainerAs(AttributeEnumeration); }
get value() { return this.__value.get(); }
set value(newValue) { this.__value.set(newValue); }
/**

@@ -129,5 +119,5 @@ * Creates and returns a new AttributeEnumerationItem instance in the SDK and on the server.

AttributeEnumerationItem.versionInfo = new exports.StructureVersionInfo({
introduced: "10.0.0",
experimental: {
currentValue: true
"introduced": "10.0.0",
"experimental": {
"currentValue": true
}

@@ -160,29 +150,11 @@ }, internal.StructureType.Element);

}
get containerAsBusinessEventService() {
return super.getContainerAs(BusinessEventService);
}
get serviceName() {
return this.__serviceName.get();
}
set serviceName(newValue) {
this.__serviceName.set(newValue);
}
get eventNamePrefix() {
return this.__eventNamePrefix.get();
}
set eventNamePrefix(newValue) {
this.__eventNamePrefix.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get summary() {
return this.__summary.get();
}
set summary(newValue) {
this.__summary.set(newValue);
}
get containerAsBusinessEventService() { return super.getContainerAs(BusinessEventService); }
get serviceName() { return this.__serviceName.get(); }
set serviceName(newValue) { this.__serviceName.set(newValue); }
get eventNamePrefix() { return this.__eventNamePrefix.get(); }
set eventNamePrefix(newValue) { this.__eventNamePrefix.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
get summary() { return this.__summary.get(); }
set summary(newValue) { this.__summary.set(newValue); }
/**

@@ -193,5 +165,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get channels() {
return this.__channels.get();
}
get channels() { return this.__channels.get(); }
/**

@@ -224,5 +194,5 @@ * Creates and returns a new BusinessEventDefinition instance in the SDK and on the server.

BusinessEventDefinition.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
experimental: {
currentValue: true
"introduced": "9.24.0",
"experimental": {
"currentValue": true
}

@@ -249,5 +219,3 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
/**

@@ -258,14 +226,6 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get definition() {
return this.__definition.get();
}
set definition(newValue) {
this.__definition.set(newValue);
}
get document() {
return this.__document.get();
}
set document(newValue) {
this.__document.set(newValue);
}
get definition() { return this.__definition.get(); }
set definition(newValue) { this.__definition.set(newValue); }
get document() { return this.__document.get(); }
set document(newValue) { this.__document.set(newValue); }
/**

@@ -276,5 +236,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get operationImplementations() {
return this.__operationImplementations.get();
}
get operationImplementations() { return this.__operationImplementations.get(); }
/**

@@ -294,5 +252,5 @@ * Creates a new BusinessEventService unit in the SDK and on the server.

BusinessEventService.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
experimental: {
currentValue: true
"introduced": "9.24.0",
"experimental": {
"currentValue": true
}

@@ -321,17 +279,7 @@ }, internal.StructureType.ModelUnit);

}
get containerAsBusinessEventDefinition() {
return super.getContainerAs(BusinessEventDefinition);
}
get channelName() {
return this.__channelName.get();
}
set channelName(newValue) {
this.__channelName.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get containerAsBusinessEventDefinition() { return super.getContainerAs(BusinessEventDefinition); }
get channelName() { return this.__channelName.get(); }
set channelName(newValue) { this.__channelName.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
/**

@@ -342,5 +290,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get messages() {
return this.__messages.get();
}
get messages() { return this.__messages.get(); }
/**

@@ -373,5 +319,5 @@ * Creates and returns a new Channel instance in the SDK and on the server.

Channel.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
experimental: {
currentValue: true
"introduced": "9.24.0",
"experimental": {
"currentValue": true
}

@@ -399,38 +345,16 @@ }, internal.StructureType.Element);

}
get containerAsConsumedBusinessEventService() {
return super.getContainerAs(ConsumedBusinessEventService);
}
get eventName() {
return this.__eventName.get();
}
set eventName(newValue) {
this.__eventName.set(newValue);
}
get containerAsConsumedBusinessEventService() { return super.getContainerAs(ConsumedBusinessEventService); }
get eventName() { return this.__eventName.get(); }
set eventName(newValue) { this.__eventName.set(newValue); }
/**
* In version 9.13.0: introduced
*/
get channelId() {
return this.__channelId.get();
}
set channelId(newValue) {
this.__channelId.set(newValue);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get microflow() {
return this.__microflow.get();
}
set microflow(newValue) {
this.__microflow.set(newValue);
}
get microflowQualifiedName() {
return this.__microflow.qualifiedName();
}
get channelId() { return this.__channelId.get(); }
set channelId(newValue) { this.__channelId.set(newValue); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
get microflow() { return this.__microflow.get(); }
set microflow(newValue) { this.__microflow.set(newValue); }
get microflowQualifiedName() { return this.__microflow.qualifiedName(); }
/**

@@ -463,17 +387,17 @@ * Creates and returns a new ConsumedBusinessEvent instance in the SDK and on the server.

ConsumedBusinessEvent.versionInfo = new exports.StructureVersionInfo({
introduced: "9.11.0",
deleted: "9.24.0",
deletionMessage: null,
properties: {
channelId: {
introduced: "9.13.0"
"introduced": "9.11.0",
"deleted": "9.24.0",
"deletionMessage": null,
"properties": {
"channelId": {
"introduced": "9.13.0"
},
entity: {
required: {
currentValue: true
"entity": {
"required": {
"currentValue": true
}
},
microflow: {
required: {
currentValue: true
"microflow": {
"required": {
"currentValue": true
}

@@ -499,29 +423,17 @@ }

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
/**
* In version 9.11.0: introduced
*/
get version() {
return this.__version.get();
}
set version(newValue) {
this.__version.set(newValue);
}
get version() { return this.__version.get(); }
set version(newValue) { this.__version.set(newValue); }
/**
* In version 9.11.0: introduced
*/
get contract() {
return this.__contract.get();
}
set contract(newValue) {
this.__contract.set(newValue);
}
get contract() { return this.__contract.get(); }
set contract(newValue) { this.__contract.set(newValue); }
/**
* In version 9.11.0: introduced
*/
get businessEvents() {
return this.__businessEvents.get();
}
get businessEvents() { return this.__businessEvents.get(); }
/**

@@ -541,14 +453,14 @@ * Creates a new ConsumedBusinessEventService unit in the SDK and on the server.

ConsumedBusinessEventService.versionInfo = new exports.StructureVersionInfo({
introduced: "9.8.0",
deleted: "9.24.0",
deletionMessage: null,
properties: {
version: {
introduced: "9.11.0"
"introduced": "9.8.0",
"deleted": "9.24.0",
"deletionMessage": null,
"properties": {
"version": {
"introduced": "9.11.0"
},
contract: {
introduced: "9.11.0"
"contract": {
"introduced": "9.11.0"
},
businessEvents: {
introduced: "9.11.0"
"businessEvents": {
"introduced": "9.11.0"
}

@@ -582,17 +494,7 @@ }

}
get containerAsChannel() {
return super.getContainerAs(Channel);
}
get messageName() {
return this.__messageName.get();
}
set messageName(newValue) {
this.__messageName.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get containerAsChannel() { return super.getContainerAs(Channel); }
get messageName() { return this.__messageName.get(); }
set messageName(newValue) { this.__messageName.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
/**

@@ -603,17 +505,7 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get attributes() {
return this.__attributes.get();
}
get canPublish() {
return this.__canPublish.get();
}
set canPublish(newValue) {
this.__canPublish.set(newValue);
}
get canSubscribe() {
return this.__canSubscribe.get();
}
set canSubscribe(newValue) {
this.__canSubscribe.set(newValue);
}
get attributes() { return this.__attributes.get(); }
get canPublish() { return this.__canPublish.get(); }
set canPublish(newValue) { this.__canPublish.set(newValue); }
get canSubscribe() { return this.__canSubscribe.get(); }
set canSubscribe(newValue) { this.__canSubscribe.set(newValue); }
/**

@@ -646,5 +538,5 @@ * Creates and returns a new Message instance in the SDK and on the server.

Message.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
experimental: {
currentValue: true
"introduced": "9.24.0",
"experimental": {
"currentValue": true
}

@@ -675,23 +567,9 @@ }, internal.StructureType.Element);

}
get containerAsMessage() {
return super.getContainerAs(Message);
}
get attributeType() {
return this.__attributeType.get();
}
set attributeType(newValue) {
this.__attributeType.set(newValue);
}
get attributeName() {
return this.__attributeName.get();
}
set attributeName(newValue) {
this.__attributeName.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get containerAsMessage() { return super.getContainerAs(Message); }
get attributeType() { return this.__attributeType.get(); }
set attributeType(newValue) { this.__attributeType.set(newValue); }
get attributeName() { return this.__attributeName.get(); }
set attributeName(newValue) { this.__attributeName.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
/**

@@ -704,8 +582,4 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get enumerationDefinition() {
return this.__enumerationDefinition.get();
}
set enumerationDefinition(newValue) {
this.__enumerationDefinition.set(newValue);
}
get enumerationDefinition() { return this.__enumerationDefinition.get(); }
set enumerationDefinition(newValue) { this.__enumerationDefinition.set(newValue); }
/**

@@ -739,15 +613,15 @@ * Creates and returns a new MessageAttribute instance in the SDK and on the server.

MessageAttribute.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
properties: {
attributeType: {
required: {
currentValue: true
"introduced": "9.24.0",
"properties": {
"attributeType": {
"required": {
"currentValue": true
}
},
enumerationDefinition: {
introduced: "10.0.0"
"enumerationDefinition": {
"introduced": "10.0.0"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -777,41 +651,17 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get serviceName() {
return this.__serviceName.get();
}
set serviceName(newValue) {
this.__serviceName.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get serviceName() { return this.__serviceName.get(); }
set serviceName(newValue) { this.__serviceName.set(newValue); }
/**
* In version 9.13.0: introduced
*/
get eventNamePrefix() {
return this.__eventNamePrefix.get();
}
set eventNamePrefix(newValue) {
this.__eventNamePrefix.set(newValue);
}
get version() {
return this.__version.get();
}
set version(newValue) {
this.__version.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get summary() {
return this.__summary.get();
}
set summary(newValue) {
this.__summary.set(newValue);
}
get channels() {
return this.__channels.get();
}
get eventNamePrefix() { return this.__eventNamePrefix.get(); }
set eventNamePrefix(newValue) { this.__eventNamePrefix.set(newValue); }
get version() { return this.__version.get(); }
set version(newValue) { this.__version.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
get summary() { return this.__summary.get(); }
set summary(newValue) { this.__summary.set(newValue); }
get channels() { return this.__channels.get(); }
/**

@@ -831,8 +681,8 @@ * Creates a new PublishedBusinessEventService unit in the SDK and on the server.

PublishedBusinessEventService.versionInfo = new exports.StructureVersionInfo({
introduced: "9.11.0",
deleted: "9.24.0",
deletionMessage: null,
properties: {
eventNamePrefix: {
introduced: "9.13.0"
"introduced": "9.11.0",
"deleted": "9.24.0",
"deletionMessage": null,
"properties": {
"eventNamePrefix": {
"introduced": "9.13.0"
}

@@ -861,26 +711,10 @@ }

}
get containerAsPublishedBusinessEventService() {
return super.getContainerAs(PublishedBusinessEventService);
}
get channelId() {
return this.__channelId.get();
}
set channelId(newValue) {
this.__channelId.set(newValue);
}
get channelName() {
return this.__channelName.get();
}
set channelName(newValue) {
this.__channelName.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get messages() {
return this.__messages.get();
}
get containerAsPublishedBusinessEventService() { return super.getContainerAs(PublishedBusinessEventService); }
get channelId() { return this.__channelId.get(); }
set channelId(newValue) { this.__channelId.set(newValue); }
get channelName() { return this.__channelName.get(); }
set channelName(newValue) { this.__channelName.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
get messages() { return this.__messages.get(); }
/**

@@ -913,5 +747,5 @@ * Creates and returns a new PublishedChannel instance in the SDK and on the server.

PublishedChannel.versionInfo = new exports.StructureVersionInfo({
introduced: "9.11.0",
deleted: "9.24.0",
deletionMessage: null
"introduced": "9.11.0",
"deleted": "9.24.0",
"deletionMessage": null
}, internal.StructureType.Element);

@@ -942,47 +776,21 @@ businessevents.PublishedChannel = PublishedChannel;

}
get containerAsPublishedChannel() {
return super.getContainerAs(PublishedChannel);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get containerAsPublishedChannel() { return super.getContainerAs(PublishedChannel); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
/**
* In version 9.12.0: deleted
*/
get exposedName() {
return this.__exposedName.get();
}
set exposedName(newValue) {
this.__exposedName.set(newValue);
}
get exposedName() { return this.__exposedName.get(); }
set exposedName(newValue) { this.__exposedName.set(newValue); }
/**
* In version 9.12.0: introduced
*/
get eventName() {
return this.__eventName.get();
}
set eventName(newValue) {
this.__eventName.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get summary() {
return this.__summary.get();
}
set summary(newValue) {
this.__summary.set(newValue);
}
get attributes() {
return this.__attributes.get();
}
get eventName() { return this.__eventName.get(); }
set eventName(newValue) { this.__eventName.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
get summary() { return this.__summary.get(); }
set summary(newValue) { this.__summary.set(newValue); }
get attributes() { return this.__attributes.get(); }
/**

@@ -1015,17 +823,17 @@ * Creates and returns a new PublishedMessage instance in the SDK and on the server.

PublishedMessage.versionInfo = new exports.StructureVersionInfo({
introduced: "9.11.0",
deleted: "9.24.0",
deletionMessage: null,
properties: {
entity: {
required: {
currentValue: true
"introduced": "9.11.0",
"deleted": "9.24.0",
"deletionMessage": null,
"properties": {
"entity": {
"required": {
"currentValue": true
}
},
exposedName: {
deleted: "9.12.0",
deletionMessage: null
"exposedName": {
"deleted": "9.12.0",
"deletionMessage": null
},
eventName: {
introduced: "9.12.0"
"eventName": {
"introduced": "9.12.0"
}

@@ -1054,35 +862,15 @@ }

}
get containerAsPublishedMessage() {
return super.getContainerAs(PublishedMessage);
}
get attribute() {
return this.__attribute.get();
}
set attribute(newValue) {
this.__attribute.set(newValue);
}
get attributeQualifiedName() {
return this.__attribute.qualifiedName();
}
get containerAsPublishedMessage() { return super.getContainerAs(PublishedMessage); }
get attribute() { return this.__attribute.get(); }
set attribute(newValue) { this.__attribute.set(newValue); }
get attributeQualifiedName() { return this.__attribute.qualifiedName(); }
/**
* In version 9.14.0: introduced
*/
get attributeType() {
return this.__attributeType.get();
}
set attributeType(newValue) {
this.__attributeType.set(newValue);
}
get exposedName() {
return this.__exposedName.get();
}
set exposedName(newValue) {
this.__exposedName.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get attributeType() { return this.__attributeType.get(); }
set attributeType(newValue) { this.__attributeType.set(newValue); }
get exposedName() { return this.__exposedName.get(); }
set exposedName(newValue) { this.__exposedName.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
/**

@@ -1118,15 +906,15 @@ * Creates and returns a new PublishedMessageAttribute instance in the SDK and on the server.

PublishedMessageAttribute.versionInfo = new exports.StructureVersionInfo({
introduced: "9.11.0",
deleted: "9.24.0",
deletionMessage: null,
properties: {
attribute: {
required: {
currentValue: true
"introduced": "9.11.0",
"deleted": "9.24.0",
"deletionMessage": null,
"properties": {
"attribute": {
"required": {
"currentValue": true
}
},
attributeType: {
introduced: "9.14.0",
required: {
currentValue: true
"attributeType": {
"introduced": "9.14.0",
"required": {
"currentValue": true
}

@@ -1159,35 +947,13 @@ }

}
get containerAsBusinessEventService() {
return super.getContainerAs(BusinessEventService);
}
get messageName() {
return this.__messageName.get();
}
set messageName(newValue) {
this.__messageName.set(newValue);
}
get operation() {
return this.__operation.get();
}
set operation(newValue) {
this.__operation.set(newValue);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get microflow() {
return this.__microflow.get();
}
set microflow(newValue) {
this.__microflow.set(newValue);
}
get microflowQualifiedName() {
return this.__microflow.qualifiedName();
}
get containerAsBusinessEventService() { return super.getContainerAs(BusinessEventService); }
get messageName() { return this.__messageName.get(); }
set messageName(newValue) { this.__messageName.set(newValue); }
get operation() { return this.__operation.get(); }
set operation(newValue) { this.__operation.set(newValue); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
get microflow() { return this.__microflow.get(); }
set microflow(newValue) { this.__microflow.set(newValue); }
get microflowQualifiedName() { return this.__microflow.qualifiedName(); }
/**

@@ -1220,12 +986,12 @@ * Creates and returns a new ServiceOperation instance in the SDK and on the server.

ServiceOperation.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
properties: {
entity: {
required: {
currentValue: true
"introduced": "9.24.0",
"properties": {
"entity": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -1232,0 +998,0 @@ }, internal.StructureType.Element);

@@ -29,5 +29,3 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
/**

@@ -38,8 +36,4 @@ * The value of this property is conceptually of type dataTypes.LegacyDataType.

*/
get dataType() {
return this.__dataType.get();
}
set dataType(newValue) {
this.__dataType.set(newValue);
}
get dataType() { return this.__dataType.get(); }
set dataType(newValue) { this.__dataType.set(newValue); }
/**

@@ -49,23 +43,11 @@ * In version 9.0.5: added public

*/
get type() {
return this.__type.get();
}
set type(newValue) {
this.__type.set(newValue);
}
get defaultValue() {
return this.__defaultValue.get();
}
set defaultValue(newValue) {
this.__defaultValue.set(newValue);
}
get type() { return this.__type.get(); }
set type(newValue) { this.__type.set(newValue); }
get defaultValue() { return this.__defaultValue.get(); }
set defaultValue(newValue) { this.__defaultValue.set(newValue); }
/**
* In version 8.2.0: introduced
*/
get exposedToClient() {
return this.__exposedToClient.get();
}
set exposedToClient(newValue) {
this.__exposedToClient.set(newValue);
}
get exposedToClient() { return this.__exposedToClient.get(); }
set exposedToClient(newValue) { this.__exposedToClient.set(newValue); }
/**

@@ -79,5 +61,3 @@ * Creates a new Constant unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -99,19 +79,21 @@ _initializeDefaultProperties() {

Constant.versionInfo = new exports.StructureVersionInfo({
properties: {
dataType: {
deleted: "7.9.0",
deletionMessage: "Use property 'type' instead"
"properties": {
"dataType": {
"deleted": "7.9.0",
"deletionMessage": "Use property 'type' instead"
},
type: {
introduced: "7.9.0",
public: {
currentValue: true,
changedIn: ["9.0.5"]
"type": {
"introduced": "7.9.0",
"public": {
"currentValue": true,
"changedIn": [
"9.0.5"
]
},
required: {
currentValue: true
"required": {
"currentValue": true
}
},
exposedToClient: {
introduced: "8.2.0"
"exposedToClient": {
"introduced": "8.2.0"
}

@@ -118,0 +100,0 @@ }

@@ -29,20 +29,8 @@ "use strict";

}
get containerAsCustomIconCollection() {
return super.getContainerAs(CustomIconCollection);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get characterCode() {
return this.__characterCode.get();
}
set characterCode(newValue) {
this.__characterCode.set(newValue);
}
get tags() {
return this.__tags.get();
}
get containerAsCustomIconCollection() { return super.getContainerAs(CustomIconCollection); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get characterCode() { return this.__characterCode.get(); }
set characterCode(newValue) { this.__characterCode.set(newValue); }
get tags() { return this.__tags.get(); }
/**

@@ -69,5 +57,3 @@ * Creates and returns a new CustomIcon instance in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
get qualifiedName() {

@@ -83,22 +69,22 @@ return this._getQualifiedName();

CustomIcon.versionInfo = new exports.StructureVersionInfo({
introduced: "9.20.0",
properties: {
name: {
public: {
currentValue: true
"introduced": "9.20.0",
"properties": {
"name": {
"public": {
"currentValue": true
}
},
characterCode: {
public: {
currentValue: true
"characterCode": {
"public": {
"currentValue": true
}
},
tags: {
public: {
currentValue: true
"tags": {
"public": {
"currentValue": true
}
}
},
public: {
currentValue: true
"public": {
"currentValue": true
}

@@ -125,32 +111,16 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
/**
* In version 9.22.0: introduced
*/
get collectionClass() {
return this.__collectionClass.get();
}
set collectionClass(newValue) {
this.__collectionClass.set(newValue);
}
get collectionClass() { return this.__collectionClass.get(); }
set collectionClass(newValue) { this.__collectionClass.set(newValue); }
/**
* In version 9.22.0: introduced
*/
get prefix() {
return this.__prefix.get();
}
set prefix(newValue) {
this.__prefix.set(newValue);
}
get fontData() {
return this.__fontData.get();
}
set fontData(newValue) {
this.__fontData.set(newValue);
}
get icons() {
return this.__icons.get();
}
get prefix() { return this.__prefix.get(); }
set prefix(newValue) { this.__prefix.set(newValue); }
get fontData() { return this.__fontData.get(); }
set fontData(newValue) { this.__fontData.set(newValue); }
get icons() { return this.__icons.get(); }
/**

@@ -170,24 +140,24 @@ * Creates a new CustomIconCollection unit in the SDK and on the server.

CustomIconCollection.versionInfo = new exports.StructureVersionInfo({
introduced: "9.20.0",
properties: {
collectionClass: {
introduced: "9.22.0",
public: {
currentValue: true
"introduced": "9.20.0",
"properties": {
"collectionClass": {
"introduced": "9.22.0",
"public": {
"currentValue": true
}
},
prefix: {
introduced: "9.22.0",
public: {
currentValue: true
"prefix": {
"introduced": "9.22.0",
"public": {
"currentValue": true
}
},
fontData: {
public: {
currentValue: true
"fontData": {
"public": {
"currentValue": true
}
},
icons: {
public: {
currentValue: true
"icons": {
"public": {
"currentValue": true
}

@@ -194,0 +164,0 @@ }

@@ -39,17 +39,7 @@ "use strict";

}
get containerAsDatabaseConnection() {
return super.getContainerAs(DatabaseConnection);
}
get key() {
return this.__key.get();
}
set key(newValue) {
this.__key.set(newValue);
}
get value() {
return this.__value.get();
}
set value(newValue) {
this.__value.set(newValue);
}
get containerAsDatabaseConnection() { return super.getContainerAs(DatabaseConnection); }
get key() { return this.__key.get(); }
set key(newValue) { this.__key.set(newValue); }
get value() { return this.__value.get(); }
set value(newValue) { this.__value.set(newValue); }
/**

@@ -82,3 +72,3 @@ * Creates and returns a new AdditionalProperty instance in the SDK and on the server.

AdditionalProperty.versionInfo = new exports.StructureVersionInfo({
introduced: "10.12.0"
"introduced": "10.12.0"
}, internal.StructureType.Element);

@@ -96,5 +86,3 @@ databaseconnector.AdditionalProperty = AdditionalProperty;

}
get containerAsAdditionalProperty() {
return super.getContainerAs(AdditionalProperty);
}
get containerAsAdditionalProperty() { return super.getContainerAs(AdditionalProperty); }
/** @internal */

@@ -107,3 +95,3 @@ _initializeDefaultProperties() {

AdditionalPropertyValue.versionInfo = new exports.StructureVersionInfo({
introduced: "10.12.0"
"introduced": "10.12.0"
}, internal.StructureType.Element);

@@ -128,26 +116,10 @@ databaseconnector.AdditionalPropertyValue = AdditionalPropertyValue;

}
get containerAsTableMapping() {
return super.getContainerAs(TableMapping);
}
get columnName() {
return this.__columnName.get();
}
set columnName(newValue) {
this.__columnName.set(newValue);
}
get sqlDataType() {
return this.__sqlDataType.get();
}
set sqlDataType(newValue) {
this.__sqlDataType.set(newValue);
}
get attribute() {
return this.__attribute.get();
}
set attribute(newValue) {
this.__attribute.set(newValue);
}
get attributeQualifiedName() {
return this.__attribute.qualifiedName();
}
get containerAsTableMapping() { return super.getContainerAs(TableMapping); }
get columnName() { return this.__columnName.get(); }
set columnName(newValue) { this.__columnName.set(newValue); }
get sqlDataType() { return this.__sqlDataType.get(); }
set sqlDataType(newValue) { this.__sqlDataType.set(newValue); }
get attribute() { return this.__attribute.get(); }
set attribute(newValue) { this.__attribute.set(newValue); }
get attributeQualifiedName() { return this.__attribute.qualifiedName(); }
/**

@@ -180,13 +152,15 @@ * Creates and returns a new ColumnMapping instance in the SDK and on the server.

ColumnMapping.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
properties: {
attribute: {
required: {
currentValue: true
"introduced": "9.22.0",
"properties": {
"attribute": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -216,23 +190,9 @@ }, internal.StructureType.Element);

}
get containerAsDatabaseConnection() {
return super.getContainerAs(DatabaseConnection);
}
get host() {
return this.__host.get();
}
set host(newValue) {
this.__host.set(newValue);
}
get port() {
return this.__port.get();
}
set port(newValue) {
this.__port.set(newValue);
}
get databaseName() {
return this.__databaseName.get();
}
set databaseName(newValue) {
this.__databaseName.set(newValue);
}
get containerAsDatabaseConnection() { return super.getContainerAs(DatabaseConnection); }
get host() { return this.__host.get(); }
set host(newValue) { this.__host.set(newValue); }
get port() { return this.__port.get(); }
set port(newValue) { this.__port.set(newValue); }
get databaseName() { return this.__databaseName.get(); }
set databaseName(newValue) { this.__databaseName.set(newValue); }
/**

@@ -265,7 +225,7 @@ * Creates and returns a new ConnectionDetails instance in the SDK and on the server.

ConnectionDetails.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
deleted: "10.0.0",
deletionMessage: "Replaced by ConnectionInput",
experimental: {
currentValue: true
"introduced": "9.22.0",
"deleted": "10.0.0",
"deletionMessage": "Replaced by ConnectionInput",
"experimental": {
"currentValue": true
}

@@ -285,5 +245,3 @@ }, internal.StructureType.Element);

}
get containerAsDatabaseConnection() {
return super.getContainerAs(DatabaseConnection);
}
get containerAsDatabaseConnection() { return super.getContainerAs(DatabaseConnection); }
/** @internal */

@@ -296,6 +254,8 @@ _initializeDefaultProperties() {

ConnectionInput.versionInfo = new exports.StructureVersionInfo({
introduced: "10.0.0",
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"introduced": "10.0.0",
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -320,23 +280,9 @@ }, internal.StructureType.Element);

}
get containerAsDatabaseConnection() {
return super.getContainerAs(DatabaseConnection);
}
get host() {
return this.__host.get();
}
set host(newValue) {
this.__host.set(newValue);
}
get port() {
return this.__port.get();
}
set port(newValue) {
this.__port.set(newValue);
}
get databaseName() {
return this.__databaseName.get();
}
set databaseName(newValue) {
this.__databaseName.set(newValue);
}
get containerAsDatabaseConnection() { return super.getContainerAs(DatabaseConnection); }
get host() { return this.__host.get(); }
set host(newValue) { this.__host.set(newValue); }
get port() { return this.__port.get(); }
set port(newValue) { this.__port.set(newValue); }
get databaseName() { return this.__databaseName.get(); }
set databaseName(newValue) { this.__databaseName.set(newValue); }
/**

@@ -369,3 +315,3 @@ * Creates and returns a new ConnectionParts instance in the SDK and on the server.

ConnectionParts.versionInfo = new exports.StructureVersionInfo({
introduced: "10.0.0"
"introduced": "10.0.0"
}, internal.StructureType.Element);

@@ -385,11 +331,5 @@ databaseconnector.ConnectionParts = ConnectionParts;

}
get containerAsDatabaseConnection() {
return super.getContainerAs(DatabaseConnection);
}
get value() {
return this.__value.get();
}
set value(newValue) {
this.__value.set(newValue);
}
get containerAsDatabaseConnection() { return super.getContainerAs(DatabaseConnection); }
get value() { return this.__value.get(); }
set value(newValue) { this.__value.set(newValue); }
/**

@@ -422,3 +362,3 @@ * Creates and returns a new ConnectionString instance in the SDK and on the server.

ConnectionString.versionInfo = new exports.StructureVersionInfo({
introduced: "10.0.0"
"introduced": "10.0.0"
}, internal.StructureType.Element);

@@ -453,20 +393,10 @@ databaseconnector.ConnectionString = ConnectionString;

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get databaseType() {
return this.__databaseType.get();
}
set databaseType(newValue) {
this.__databaseType.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get databaseType() { return this.__databaseType.get(); }
set databaseType(newValue) { this.__databaseType.set(newValue); }
/**
* In version 10.0.0: introduced
*/
get connectionInput() {
return this.__connectionInput.get();
}
set connectionInput(newValue) {
this.__connectionInput.set(newValue);
}
get connectionInput() { return this.__connectionInput.get(); }
set connectionInput(newValue) { this.__connectionInput.set(newValue); }
/**

@@ -479,56 +409,24 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get connectionDetails() {
return this.__connectionDetails.get();
}
set connectionDetails(newValue) {
this.__connectionDetails.set(newValue);
}
get connectionString() {
return this.__connectionString.get();
}
set connectionString(newValue) {
this.__connectionString.set(newValue);
}
get connectionStringQualifiedName() {
return this.__connectionString.qualifiedName();
}
get userName() {
return this.__userName.get();
}
set userName(newValue) {
this.__userName.set(newValue);
}
get userNameQualifiedName() {
return this.__userName.qualifiedName();
}
get password() {
return this.__password.get();
}
set password(newValue) {
this.__password.set(newValue);
}
get passwordQualifiedName() {
return this.__password.qualifiedName();
}
get connectionDetails() { return this.__connectionDetails.get(); }
set connectionDetails(newValue) { this.__connectionDetails.set(newValue); }
get connectionString() { return this.__connectionString.get(); }
set connectionString(newValue) { this.__connectionString.set(newValue); }
get connectionStringQualifiedName() { return this.__connectionString.qualifiedName(); }
get userName() { return this.__userName.get(); }
set userName(newValue) { this.__userName.set(newValue); }
get userNameQualifiedName() { return this.__userName.qualifiedName(); }
get password() { return this.__password.get(); }
set password(newValue) { this.__password.set(newValue); }
get passwordQualifiedName() { return this.__password.qualifiedName(); }
/**
* In version 10.0.0: introduced
*/
get lastSelectedQuery() {
return this.__lastSelectedQuery.get();
}
set lastSelectedQuery(newValue) {
this.__lastSelectedQuery.set(newValue);
}
get lastSelectedQueryQualifiedName() {
return this.__lastSelectedQuery.qualifiedName();
}
get queries() {
return this.__queries.get();
}
get lastSelectedQuery() { return this.__lastSelectedQuery.get(); }
set lastSelectedQuery(newValue) { this.__lastSelectedQuery.set(newValue); }
get lastSelectedQueryQualifiedName() { return this.__lastSelectedQuery.qualifiedName(); }
get queries() { return this.__queries.get(); }
/**
* In version 10.12.0: introduced
*/
get additionalProperties() {
return this.__additionalProperties.get();
}
get additionalProperties() { return this.__additionalProperties.get(); }
/**

@@ -548,26 +446,28 @@ * Creates a new DatabaseConnection unit in the SDK and on the server.

DatabaseConnection.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
properties: {
connectionInput: {
introduced: "10.0.0"
"introduced": "9.22.0",
"properties": {
"connectionInput": {
"introduced": "10.0.0"
},
connectionDetails: {
deleted: "10.0.0",
deletionMessage: null
"connectionDetails": {
"deleted": "10.0.0",
"deletionMessage": null
},
lastSelectedQuery: {
introduced: "10.0.0"
"lastSelectedQuery": {
"introduced": "10.0.0"
},
queries: {
public: {
currentValue: true
"queries": {
"public": {
"currentValue": true
}
},
additionalProperties: {
introduced: "10.12.0"
"additionalProperties": {
"introduced": "10.12.0"
}
},
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -599,17 +499,7 @@ }, internal.StructureType.ModelUnit);

}
get containerAsDatabaseConnection() {
return super.getContainerAs(DatabaseConnection);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get query() {
return this.__query.get();
}
set query(newValue) {
this.__query.set(newValue);
}
get containerAsDatabaseConnection() { return super.getContainerAs(DatabaseConnection); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get query() { return this.__query.get(); }
set query(newValue) { this.__query.set(newValue); }
/**

@@ -619,26 +509,14 @@ * In version 10.12.0: deleted

*/
get tableMapping() {
return this.__tableMapping.get();
}
set tableMapping(newValue) {
this.__tableMapping.set(newValue);
}
get tableMapping() { return this.__tableMapping.get(); }
set tableMapping(newValue) { this.__tableMapping.set(newValue); }
/**
* In version 10.12.0: introduced
*/
get tableMappings() {
return this.__tableMappings.get();
}
get parameters() {
return this.__parameters.get();
}
get tableMappings() { return this.__tableMappings.get(); }
get parameters() { return this.__parameters.get(); }
/**
* In version 10.12.0: introduced
*/
get queryType() {
return this.__queryType.get();
}
set queryType(newValue) {
this.__queryType.set(newValue);
}
get queryType() { return this.__queryType.get(); }
set queryType(newValue) { this.__queryType.set(newValue); }
/**

@@ -665,5 +543,3 @@ * Creates and returns a new DatabaseQuery instance in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
get qualifiedName() {

@@ -690,30 +566,34 @@ return this._getQualifiedName();

DatabaseQuery.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
properties: {
name: {
public: {
currentValue: true
"introduced": "9.22.0",
"properties": {
"name": {
"public": {
"currentValue": true
}
},
tableMapping: {
deleted: "10.12.0",
deletionMessage: "moved to tableMappings",
required: {
currentValue: false,
changedIn: ["10.6.0"]
"tableMapping": {
"deleted": "10.12.0",
"deletionMessage": "moved to tableMappings",
"required": {
"currentValue": false,
"changedIn": [
"10.6.0"
]
}
},
tableMappings: {
introduced: "10.12.0"
"tableMappings": {
"introduced": "10.12.0"
},
queryType: {
introduced: "10.12.0"
"queryType": {
"introduced": "10.12.0"
}
},
public: {
currentValue: true
"public": {
"currentValue": true
},
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -739,26 +619,12 @@ }, internal.StructureType.Element);

}
get containerAsActionActivity() {
return super.getContainerAs(microflows_1.microflows.ActionActivity);
}
get containerAsActionActivity() { return super.getContainerAs(microflows_1.microflows.ActionActivity); }
/**
* In version 10.0.0: added optional
*/
get query() {
return this.__query.get();
}
set query(newValue) {
this.__query.set(newValue);
}
get queryQualifiedName() {
return this.__query.qualifiedName();
}
get parameterMappings() {
return this.__parameterMappings.get();
}
get outputVariableName() {
return this.__outputVariableName.get();
}
set outputVariableName(newValue) {
this.__outputVariableName.set(newValue);
}
get query() { return this.__query.get(); }
set query(newValue) { this.__query.set(newValue); }
get queryQualifiedName() { return this.__query.qualifiedName(); }
get parameterMappings() { return this.__parameterMappings.get(); }
get outputVariableName() { return this.__outputVariableName.get(); }
set outputVariableName(newValue) { this.__outputVariableName.set(newValue); }
/**

@@ -791,14 +657,18 @@ * Creates and returns a new ExecuteDatabaseQueryAction instance in the SDK and on the server.

ExecuteDatabaseQueryAction.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
properties: {
query: {
required: {
currentValue: false,
changedIn: ["10.0.0"]
"introduced": "9.24.0",
"properties": {
"query": {
"required": {
"currentValue": false,
"changedIn": [
"10.0.0"
]
}
}
},
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -820,14 +690,6 @@ }, internal.StructureType.Element);

}
get containerAsColumnMapping() {
return super.getContainerAs(ColumnMapping);
}
get containerAsQueryParameter() {
return super.getContainerAs(QueryParameter);
}
get dataTypeName() {
return this.__dataTypeName.get();
}
set dataTypeName(newValue) {
this.__dataTypeName.set(newValue);
}
get containerAsColumnMapping() { return super.getContainerAs(ColumnMapping); }
get containerAsQueryParameter() { return super.getContainerAs(QueryParameter); }
get dataTypeName() { return this.__dataTypeName.get(); }
set dataTypeName(newValue) { this.__dataTypeName.set(newValue); }
/** @internal */

@@ -840,6 +702,8 @@ _initializeDefaultProperties() {

SqlDataType.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"introduced": "9.22.0",
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -861,14 +725,6 @@ }, internal.StructureType.Element);

}
get containerAsColumnMapping() {
return super.getContainerAs(ColumnMapping);
}
get containerAsQueryParameter() {
return super.getContainerAs(QueryParameter);
}
get length() {
return this.__length.get();
}
set length(newValue) {
this.__length.set(newValue);
}
get containerAsColumnMapping() { return super.getContainerAs(ColumnMapping); }
get containerAsQueryParameter() { return super.getContainerAs(QueryParameter); }
get length() { return this.__length.get(); }
set length(newValue) { this.__length.set(newValue); }
/**

@@ -913,6 +769,8 @@ * Creates and returns a new LimitedLengthSqlDataType instance in the SDK and on the server.

LimitedLengthSqlDataType.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"introduced": "9.22.0",
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -946,59 +804,29 @@ }, internal.StructureType.Element);

}
get containerAsDatabaseQuery() {
return super.getContainerAs(DatabaseQuery);
}
get parameterName() {
return this.__parameterName.get();
}
set parameterName(newValue) {
this.__parameterName.set(newValue);
}
get sqlDataType() {
return this.__sqlDataType.get();
}
set sqlDataType(newValue) {
this.__sqlDataType.set(newValue);
}
get containerAsDatabaseQuery() { return super.getContainerAs(DatabaseQuery); }
get parameterName() { return this.__parameterName.get(); }
set parameterName(newValue) { this.__parameterName.set(newValue); }
get sqlDataType() { return this.__sqlDataType.get(); }
set sqlDataType(newValue) { this.__sqlDataType.set(newValue); }
/**
* In version 10.1.0: removed optional
*/
get dataType() {
return this.__dataType.get();
}
set dataType(newValue) {
this.__dataType.set(newValue);
}
get defaultValue() {
return this.__defaultValue.get();
}
set defaultValue(newValue) {
this.__defaultValue.set(newValue);
}
get dataType() { return this.__dataType.get(); }
set dataType(newValue) { this.__dataType.set(newValue); }
get defaultValue() { return this.__defaultValue.get(); }
set defaultValue(newValue) { this.__defaultValue.set(newValue); }
/**
* In version 10.10.0: introduced
*/
get mode() {
return this.__mode.get();
}
set mode(newValue) {
this.__mode.set(newValue);
}
get mode() { return this.__mode.get(); }
set mode(newValue) { this.__mode.set(newValue); }
/**
* In version 10.12.0: introduced
*/
get databaseParameterName() {
return this.__databaseParameterName.get();
}
set databaseParameterName(newValue) {
this.__databaseParameterName.set(newValue);
}
get databaseParameterName() { return this.__databaseParameterName.get(); }
set databaseParameterName(newValue) { this.__databaseParameterName.set(newValue); }
/**
* In version 10.12.0: introduced
*/
get emptyValueBecomesNull() {
return this.__emptyValueBecomesNull.get();
}
set emptyValueBecomesNull(newValue) {
this.__emptyValueBecomesNull.set(newValue);
}
get emptyValueBecomesNull() { return this.__emptyValueBecomesNull.get(); }
set emptyValueBecomesNull(newValue) { this.__emptyValueBecomesNull.set(newValue); }
/**

@@ -1040,23 +868,27 @@ * Creates and returns a new QueryParameter instance in the SDK and on the server.

QueryParameter.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
properties: {
dataType: {
required: {
currentValue: true,
changedIn: ["10.1.0"]
"introduced": "9.22.0",
"properties": {
"dataType": {
"required": {
"currentValue": true,
"changedIn": [
"10.1.0"
]
}
},
mode: {
introduced: "10.10.0"
"mode": {
"introduced": "10.10.0"
},
databaseParameterName: {
introduced: "10.12.0"
"databaseParameterName": {
"introduced": "10.12.0"
},
emptyValueBecomesNull: {
introduced: "10.12.0"
"emptyValueBecomesNull": {
"introduced": "10.12.0"
}
},
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -1080,20 +912,10 @@ }, internal.StructureType.Element);

}
get containerAsExecuteDatabaseQueryAction() {
return super.getContainerAs(ExecuteDatabaseQueryAction);
}
get parameterName() {
return this.__parameterName.get();
}
set parameterName(newValue) {
this.__parameterName.set(newValue);
}
get containerAsExecuteDatabaseQueryAction() { return super.getContainerAs(ExecuteDatabaseQueryAction); }
get parameterName() { return this.__parameterName.get(); }
set parameterName(newValue) { this.__parameterName.set(newValue); }
/**
* The value of this property is conceptually of type microflowExpressions.MicroflowExpression.
*/
get value() {
return this.__value.get();
}
set value(newValue) {
this.__value.set(newValue);
}
get value() { return this.__value.get(); }
set value(newValue) { this.__value.set(newValue); }
/**

@@ -1126,6 +948,8 @@ * Creates and returns a new QueryParameterMapping instance in the SDK and on the server.

QueryParameterMapping.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"introduced": "9.24.0",
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -1145,8 +969,4 @@ }, internal.StructureType.Element);

}
get containerAsColumnMapping() {
return super.getContainerAs(ColumnMapping);
}
get containerAsQueryParameter() {
return super.getContainerAs(QueryParameter);
}
get containerAsColumnMapping() { return super.getContainerAs(ColumnMapping); }
get containerAsQueryParameter() { return super.getContainerAs(QueryParameter); }
/**

@@ -1191,6 +1011,8 @@ * Creates and returns a new SimpleSqlDataType instance in the SDK and on the server.

SimpleSqlDataType.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"introduced": "9.22.0",
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -1216,23 +1038,9 @@ }, internal.StructureType.Element);

}
get containerAsDatabaseQuery() {
return super.getContainerAs(DatabaseQuery);
}
get tableName() {
return this.__tableName.get();
}
set tableName(newValue) {
this.__tableName.set(newValue);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get columns() {
return this.__columns.get();
}
get containerAsDatabaseQuery() { return super.getContainerAs(DatabaseQuery); }
get tableName() { return this.__tableName.get(); }
set tableName(newValue) { this.__tableName.set(newValue); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
get columns() { return this.__columns.get(); }
/**

@@ -1277,13 +1085,15 @@ * Creates and returns a new TableMapping instance in the SDK and on the server.

TableMapping.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
properties: {
entity: {
required: {
currentValue: true
"introduced": "9.22.0",
"properties": {
"entity": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: false,
changedIn: ["10.10.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"10.10.0"
]
}

@@ -1304,14 +1114,6 @@ }, internal.StructureType.Element);

}
get containerAsAdditionalProperty() {
return super.getContainerAs(AdditionalProperty);
}
get value() {
return this.__value.get();
}
set value(newValue) {
this.__value.set(newValue);
}
get valueQualifiedName() {
return this.__value.qualifiedName();
}
get containerAsAdditionalProperty() { return super.getContainerAs(AdditionalProperty); }
get value() { return this.__value.get(); }
set value(newValue) { this.__value.set(newValue); }
get valueQualifiedName() { return this.__value.qualifiedName(); }
/**

@@ -1344,3 +1146,3 @@ * Creates and returns a new ValueAsConstant instance in the SDK and on the server.

ValueAsConstant.versionInfo = new exports.StructureVersionInfo({
introduced: "10.12.0"
"introduced": "10.12.0"
}, internal.StructureType.Element);

@@ -1360,11 +1162,5 @@ databaseconnector.ValueAsConstant = ValueAsConstant;

}
get containerAsAdditionalProperty() {
return super.getContainerAs(AdditionalProperty);
}
get value() {
return this.__value.get();
}
set value(newValue) {
this.__value.set(newValue);
}
get containerAsAdditionalProperty() { return super.getContainerAs(AdditionalProperty); }
get value() { return this.__value.get(); }
set value(newValue) { this.__value.set(newValue); }
/**

@@ -1397,3 +1193,3 @@ * Creates and returns a new ValueAsString instance in the SDK and on the server.

ValueAsString.versionInfo = new exports.StructureVersionInfo({
introduced: "10.12.0"
"introduced": "10.12.0"
}, internal.StructureType.Element);

@@ -1400,0 +1196,0 @@ databaseconnector.ValueAsString = ValueAsString;

@@ -50,20 +50,8 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get source() {
return this.__source.get();
}
set source(newValue) {
this.__source.set(newValue);
}
get parameters() {
return this.__parameters.get();
}
get dataSetAccess() {
return this.__dataSetAccess.get();
}
set dataSetAccess(newValue) {
this.__dataSetAccess.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get source() { return this.__source.get(); }
set source(newValue) { this.__source.set(newValue); }
get parameters() { return this.__parameters.get(); }
get dataSetAccess() { return this.__dataSetAccess.get(); }
set dataSetAccess(newValue) { this.__dataSetAccess.set(newValue); }
/**

@@ -77,5 +65,3 @@ * Creates a new DataSet unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -90,16 +76,16 @@ _initializeDefaultProperties() {

DataSet.versionInfo = new exports.StructureVersionInfo({
properties: {
source: {
required: {
currentValue: true
"properties": {
"source": {
"required": {
"currentValue": true
}
},
parameters: {
public: {
currentValue: true
"parameters": {
"public": {
"currentValue": true
}
},
dataSetAccess: {
required: {
currentValue: true
"dataSetAccess": {
"required": {
"currentValue": true
}

@@ -119,8 +105,4 @@ }

}
get containerAsDataSet() {
return super.getContainerAs(DataSet);
}
get moduleRoleAccessList() {
return this.__moduleRoleAccessList.get();
}
get containerAsDataSet() { return super.getContainerAs(DataSet); }
get moduleRoleAccessList() { return this.__moduleRoleAccessList.get(); }
/**

@@ -163,11 +145,5 @@ * Creates and returns a new DataSetAccess instance in the SDK and on the server.

}
get containerAsJavaDataSetSource() {
return super.getContainerAs(JavaDataSetSource);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get containerAsJavaDataSetSource() { return super.getContainerAs(JavaDataSetSource); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
/**

@@ -178,17 +154,9 @@ * The value of this property is conceptually of type dataTypes.LegacyDataType.

*/
get type() {
return this.__type.get();
}
set type(newValue) {
this.__type.set(newValue);
}
get type() { return this.__type.get(); }
set type(newValue) { this.__type.set(newValue); }
/**
* In version 7.9.0: introduced
*/
get columnType() {
return this.__columnType.get();
}
set columnType(newValue) {
this.__columnType.set(newValue);
}
get columnType() { return this.__columnType.get(); }
set columnType(newValue) { this.__columnType.set(newValue); }
/**

@@ -224,11 +192,11 @@ * Creates and returns a new DataSetColumn instance in the SDK and on the server.

DataSetColumn.versionInfo = new exports.StructureVersionInfo({
properties: {
type: {
deleted: "7.9.0",
deletionMessage: "Use property 'columnType' instead"
"properties": {
"type": {
"deleted": "7.9.0",
"deletionMessage": "Use property 'columnType' instead"
},
columnType: {
introduced: "7.9.0",
required: {
currentValue: true
"columnType": {
"introduced": "7.9.0",
"required": {
"currentValue": true
}

@@ -250,17 +218,7 @@ }

}
get containerAsDataSetParameterAccess() {
return super.getContainerAs(DataSetParameterAccess);
}
get constraintText() {
return this.__constraintText.get();
}
set constraintText(newValue) {
this.__constraintText.set(newValue);
}
get enabled() {
return this.__enabled.get();
}
set enabled(newValue) {
this.__enabled.set(newValue);
}
get containerAsDataSetParameterAccess() { return super.getContainerAs(DataSetParameterAccess); }
get constraintText() { return this.__constraintText.get(); }
set constraintText(newValue) { this.__constraintText.set(newValue); }
get enabled() { return this.__enabled.get(); }
set enabled(newValue) { this.__enabled.set(newValue); }
/**

@@ -297,5 +255,3 @@ * Creates and returns a new DataSetConstraintAccess instance in the SDK and on the server.

}
get containerAsDataSetParameter() {
return super.getContainerAs(DataSetParameter);
}
get containerAsDataSetParameter() { return super.getContainerAs(DataSetParameter); }
/** @internal */

@@ -320,17 +276,7 @@ _initializeDefaultProperties() {

}
get containerAsDataSetParameter() {
return super.getContainerAs(DataSetParameter);
}
get modifier() {
return this.__modifier.get();
}
set modifier(newValue) {
this.__modifier.set(newValue);
}
get length() {
return this.__length.get();
}
set length(newValue) {
this.__length.set(newValue);
}
get containerAsDataSetParameter() { return super.getContainerAs(DataSetParameter); }
get modifier() { return this.__modifier.get(); }
set modifier(newValue) { this.__modifier.set(newValue); }
get length() { return this.__length.get(); }
set length(newValue) { this.__length.set(newValue); }
/**

@@ -373,17 +319,7 @@ * Creates and returns a new DataSetDateTimeConstraint instance in the SDK and on the server.

}
get containerAsDataSetAccess() {
return super.getContainerAs(DataSetAccess);
}
get parameterAccessList() {
return this.__parameterAccessList.get();
}
get moduleRole() {
return this.__moduleRole.get();
}
set moduleRole(newValue) {
this.__moduleRole.set(newValue);
}
get moduleRoleQualifiedName() {
return this.__moduleRole.qualifiedName();
}
get containerAsDataSetAccess() { return super.getContainerAs(DataSetAccess); }
get parameterAccessList() { return this.__parameterAccessList.get(); }
get moduleRole() { return this.__moduleRole.get(); }
set moduleRole(newValue) { this.__moduleRole.set(newValue); }
get moduleRoleQualifiedName() { return this.__moduleRole.qualifiedName(); }
/**

@@ -428,29 +364,11 @@ * Creates and returns a new DataSetModuleRoleAccess instance in the SDK and on the server.

}
get containerAsDataSetParameter() {
return super.getContainerAs(DataSetParameter);
}
get begin() {
return this.__begin.get();
}
set begin(newValue) {
this.__begin.set(newValue);
}
get applyBegin() {
return this.__applyBegin.get();
}
set applyBegin(newValue) {
this.__applyBegin.set(newValue);
}
get end() {
return this.__end.get();
}
set end(newValue) {
this.__end.set(newValue);
}
get applyEnd() {
return this.__applyEnd.get();
}
set applyEnd(newValue) {
this.__applyEnd.set(newValue);
}
get containerAsDataSetParameter() { return super.getContainerAs(DataSetParameter); }
get begin() { return this.__begin.get(); }
set begin(newValue) { this.__begin.set(newValue); }
get applyBegin() { return this.__applyBegin.get(); }
set applyBegin(newValue) { this.__applyBegin.set(newValue); }
get end() { return this.__end.get(); }
set end(newValue) { this.__end.set(newValue); }
get applyEnd() { return this.__applyEnd.get(); }
set applyEnd(newValue) { this.__applyEnd.set(newValue); }
/**

@@ -495,20 +413,10 @@ * Creates and returns a new DataSetNumericConstraint instance in the SDK and on the server.

}
get containerAsDataSetParameter() {
return super.getContainerAs(DataSetParameter);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get containerAsDataSetParameter() { return super.getContainerAs(DataSetParameter); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
/**
* The value of this property is conceptually of type xPathConstraints.XPathConstraint.
*/
get constraint() {
return this.__constraint.get();
}
set constraint(newValue) {
this.__constraint.set(newValue);
}
get constraint() { return this.__constraint.get(); }
set constraint(newValue) { this.__constraint.set(newValue); }
/**

@@ -555,11 +463,5 @@ * Creates and returns a new DataSetObjectConstraint instance in the SDK and on the server.

}
get containerAsDataSet() {
return super.getContainerAs(DataSet);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get containerAsDataSet() { return super.getContainerAs(DataSet); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
/**

@@ -570,29 +472,15 @@ * The value of this property is conceptually of type dataTypes.LegacyDataType.

*/
get type() {
return this.__type.get();
}
set type(newValue) {
this.__type.set(newValue);
}
get type() { return this.__type.get(); }
set type(newValue) { this.__type.set(newValue); }
/**
* In version 7.9.0: introduced
*/
get parameterType() {
return this.__parameterType.get();
}
set parameterType(newValue) {
this.__parameterType.set(newValue);
}
get parameterType() { return this.__parameterType.get(); }
set parameterType(newValue) { this.__parameterType.set(newValue); }
/**
* In version 7.9.0: introduced
*/
get parameterTypeIsRange() {
return this.__parameterTypeIsRange.get();
}
set parameterTypeIsRange(newValue) {
this.__parameterTypeIsRange.set(newValue);
}
get constraints() {
return this.__constraints.get();
}
get parameterTypeIsRange() { return this.__parameterTypeIsRange.get(); }
set parameterTypeIsRange(newValue) { this.__parameterTypeIsRange.set(newValue); }
get constraints() { return this.__constraints.get(); }
/**

@@ -615,5 +503,3 @@ * Creates and returns a new DataSetParameter instance in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
get qualifiedName() {

@@ -635,24 +521,24 @@ return this._getQualifiedName();

DataSetParameter.versionInfo = new exports.StructureVersionInfo({
properties: {
name: {
public: {
currentValue: true
"properties": {
"name": {
"public": {
"currentValue": true
}
},
type: {
deleted: "7.9.0",
deletionMessage: "Use property 'columnType' instead"
"type": {
"deleted": "7.9.0",
"deletionMessage": "Use property 'columnType' instead"
},
parameterType: {
introduced: "7.9.0",
required: {
currentValue: true
"parameterType": {
"introduced": "7.9.0",
"required": {
"currentValue": true
}
},
parameterTypeIsRange: {
introduced: "7.9.0"
"parameterTypeIsRange": {
"introduced": "7.9.0"
}
},
public: {
currentValue: true
"public": {
"currentValue": true
}

@@ -672,14 +558,6 @@ }, internal.StructureType.Element);

}
get containerAsDataSetModuleRoleAccess() {
return super.getContainerAs(DataSetModuleRoleAccess);
}
get parameterName() {
return this.__parameterName.get();
}
set parameterName(newValue) {
this.__parameterName.set(newValue);
}
get constraintAccessList() {
return this.__constraintAccessList.get();
}
get containerAsDataSetModuleRoleAccess() { return super.getContainerAs(DataSetModuleRoleAccess); }
get parameterName() { return this.__parameterName.get(); }
set parameterName(newValue) { this.__parameterName.set(newValue); }
get constraintAccessList() { return this.__constraintAccessList.get(); }
/**

@@ -716,5 +594,3 @@ * Creates and returns a new DataSetParameterAccess instance in the SDK and on the server.

}
get containerAsDataSet() {
return super.getContainerAs(DataSet);
}
get containerAsDataSet() { return super.getContainerAs(DataSet); }
/** @internal */

@@ -739,8 +615,4 @@ _initializeDefaultProperties() {

}
get containerAsDataSet() {
return super.getContainerAs(DataSet);
}
get columns() {
return this.__columns.get();
}
get containerAsDataSet() { return super.getContainerAs(DataSet); }
get columns() { return this.__columns.get(); }
/**

@@ -750,8 +622,4 @@ * In version 9.0.3: deleted

*/
get useLegacyCodeGeneration() {
return this.__useLegacyCodeGeneration.get();
}
set useLegacyCodeGeneration(newValue) {
this.__useLegacyCodeGeneration.set(newValue);
}
get useLegacyCodeGeneration() { return this.__useLegacyCodeGeneration.get(); }
set useLegacyCodeGeneration(newValue) { this.__useLegacyCodeGeneration.set(newValue); }
/**

@@ -783,7 +651,7 @@ * Creates and returns a new JavaDataSetSource instance in the SDK and on the server.

JavaDataSetSource.versionInfo = new exports.StructureVersionInfo({
properties: {
useLegacyCodeGeneration: {
introduced: "8.0.0",
deleted: "9.0.3",
deletionMessage: "The option to make Java action parameter names unique in generated code is no longer supported"
"properties": {
"useLegacyCodeGeneration": {
"introduced": "8.0.0",
"deleted": "9.0.3",
"deletionMessage": "The option to make Java action parameter names unique in generated code is no longer supported"
}

@@ -804,20 +672,10 @@ }

}
get containerAsDataSet() {
return super.getContainerAs(DataSet);
}
get containerAsDataSet() { return super.getContainerAs(DataSet); }
/**
* The value of this property is conceptually of type oql.OqlQuery.
*/
get query() {
return this.__query.get();
}
set query(newValue) {
this.__query.set(newValue);
}
get ignoreErrorsInQuery() {
return this.__ignoreErrorsInQuery.get();
}
set ignoreErrorsInQuery(newValue) {
this.__ignoreErrorsInQuery.set(newValue);
}
get query() { return this.__query.get(); }
set query(newValue) { this.__query.set(newValue); }
get ignoreErrorsInQuery() { return this.__ignoreErrorsInQuery.get(); }
set ignoreErrorsInQuery(newValue) { this.__ignoreErrorsInQuery.set(newValue); }
/**

@@ -824,0 +682,0 @@ * Creates and returns a new OqlDataSetSource instance in the SDK and on the server.

@@ -24,20 +24,8 @@ "use strict";

}
get containerAsConditionSettings() {
return super.getContainerAs(documenttemplates_1.documenttemplates.ConditionSettings);
}
get containerAsConditionalSettings() {
return super.getContainerAs(pages_1.pages.ConditionalSettings);
}
get attributeValue() {
return this.__attributeValue.get();
}
set attributeValue(newValue) {
this.__attributeValue.set(newValue);
}
get editableVisible() {
return this.__editableVisible.get();
}
set editableVisible(newValue) {
this.__editableVisible.set(newValue);
}
get containerAsConditionSettings() { return super.getContainerAs(documenttemplates_1.documenttemplates.ConditionSettings); }
get containerAsConditionalSettings() { return super.getContainerAs(pages_1.pages.ConditionalSettings); }
get attributeValue() { return this.__attributeValue.get(); }
set attributeValue(newValue) { this.__attributeValue.set(newValue); }
get editableVisible() { return this.__editableVisible.get(); }
set editableVisible(newValue) { this.__editableVisible.set(newValue); }
/**

@@ -88,17 +76,9 @@ * Creates and returns a new Condition instance in the SDK and on the server.

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get values() {
return this.__values.get();
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get values() { return this.__values.get(); }
/**
* In version 10.2.0: introduced
*/
get remoteSource() {
return this.__remoteSource.get();
}
set remoteSource(newValue) {
this.__remoteSource.set(newValue);
}
get remoteSource() { return this.__remoteSource.get(); }
set remoteSource(newValue) { this.__remoteSource.set(newValue); }
/**

@@ -112,5 +92,3 @@ * Creates a new Enumeration unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -123,10 +101,10 @@ _initializeDefaultProperties() {

Enumeration.versionInfo = new exports.StructureVersionInfo({
properties: {
values: {
public: {
currentValue: true
"properties": {
"values": {
"public": {
"currentValue": true
}
},
remoteSource: {
introduced: "10.2.0"
"remoteSource": {
"introduced": "10.2.0"
}

@@ -154,35 +132,15 @@ }

}
get containerAsEnumeration() {
return super.getContainerAs(Enumeration);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get caption() {
return this.__caption.get();
}
set caption(newValue) {
this.__caption.set(newValue);
}
get image() {
return this.__image.get();
}
set image(newValue) {
this.__image.set(newValue);
}
get imageQualifiedName() {
return this.__image.qualifiedName();
}
get containerAsEnumeration() { return super.getContainerAs(Enumeration); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get caption() { return this.__caption.get(); }
set caption(newValue) { this.__caption.set(newValue); }
get image() { return this.__image.get(); }
set image(newValue) { this.__image.set(newValue); }
get imageQualifiedName() { return this.__image.qualifiedName(); }
/**
* In version 10.12.0: introduced
*/
get remoteValue() {
return this.__remoteValue.get();
}
set remoteValue(newValue) {
this.__remoteValue.set(newValue);
}
get remoteValue() { return this.__remoteValue.get(); }
set remoteValue(newValue) { this.__remoteValue.set(newValue); }
/**

@@ -205,5 +163,3 @@ * Creates and returns a new EnumerationValue instance in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
get qualifiedName() {

@@ -220,19 +176,19 @@ return this._getQualifiedName();

EnumerationValue.versionInfo = new exports.StructureVersionInfo({
properties: {
name: {
public: {
currentValue: true
"properties": {
"name": {
"public": {
"currentValue": true
}
},
caption: {
required: {
currentValue: true
"caption": {
"required": {
"currentValue": true
}
},
remoteValue: {
introduced: "10.12.0"
"remoteValue": {
"introduced": "10.12.0"
}
},
public: {
currentValue: true
"public": {
"currentValue": true
}

@@ -251,5 +207,3 @@ }, internal.StructureType.Element);

}
get containerAsEnumeration() {
return super.getContainerAs(Enumeration);
}
get containerAsEnumeration() { return super.getContainerAs(Enumeration); }
/** @internal */

@@ -262,3 +216,3 @@ _initializeDefaultProperties() {

RemoteEnumerationSource.versionInfo = new exports.StructureVersionInfo({
introduced: "10.2.0"
"introduced": "10.2.0"
}, internal.StructureType.Element);

@@ -276,5 +230,3 @@ enumerations.RemoteEnumerationSource = RemoteEnumerationSource;

}
get containerAsEnumerationValue() {
return super.getContainerAs(EnumerationValue);
}
get containerAsEnumerationValue() { return super.getContainerAs(EnumerationValue); }
/** @internal */

@@ -287,3 +239,3 @@ _initializeDefaultProperties() {

RemoteEnumerationValue.versionInfo = new exports.StructureVersionInfo({
introduced: "10.12.0"
"introduced": "10.12.0"
}, internal.StructureType.Element);

@@ -290,0 +242,0 @@ enumerations.RemoteEnumerationValue = RemoteEnumerationValue;

@@ -43,38 +43,14 @@ "use strict";

}
get containerAsCSVTemplateContents() {
return super.getContainerAs(CSVTemplateContents);
}
get delimiter() {
return this.__delimiter.get();
}
set delimiter(newValue) {
this.__delimiter.set(newValue);
}
get quoteChar() {
return this.__quoteChar.get();
}
set quoteChar(newValue) {
this.__quoteChar.set(newValue);
}
get escapeChar() {
return this.__escapeChar.get();
}
set escapeChar(newValue) {
this.__escapeChar.set(newValue);
}
get headerIncluded() {
return this.__headerIncluded.get();
}
set headerIncluded(newValue) {
this.__headerIncluded.set(newValue);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get containerAsCSVTemplateContents() { return super.getContainerAs(CSVTemplateContents); }
get delimiter() { return this.__delimiter.get(); }
set delimiter(newValue) { this.__delimiter.set(newValue); }
get quoteChar() { return this.__quoteChar.get(); }
set quoteChar(newValue) { this.__quoteChar.set(newValue); }
get escapeChar() { return this.__escapeChar.get(); }
set escapeChar(newValue) { this.__escapeChar.set(newValue); }
get headerIncluded() { return this.__headerIncluded.get(); }
set headerIncluded(newValue) { this.__headerIncluded.set(newValue); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
/**

@@ -85,5 +61,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get columnAttributeMappings() {
return this.__columnAttributeMappings.get();
}
get columnAttributeMappings() { return this.__columnAttributeMappings.get(); }
/**

@@ -117,12 +91,12 @@ * Creates and returns a new CSVSheet instance in the SDK and on the server.

CSVSheet.versionInfo = new exports.StructureVersionInfo({
introduced: "10.6.0",
properties: {
entity: {
required: {
currentValue: true
"introduced": "10.6.0",
"properties": {
"entity": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -145,5 +119,3 @@ }, internal.StructureType.Element);

}
get containerAsTemplate() {
return super.getContainerAs(Template);
}
get containerAsTemplate() { return super.getContainerAs(Template); }
/** @internal */

@@ -156,5 +128,5 @@ _initializeDefaultProperties() {

TemplateContents.versionInfo = new exports.StructureVersionInfo({
introduced: "10.6.0",
experimental: {
currentValue: true
"introduced": "10.6.0",
"experimental": {
"currentValue": true
}

@@ -179,5 +151,3 @@ }, internal.StructureType.Element);

}
get containerAsTemplate() {
return super.getContainerAs(Template);
}
get containerAsTemplate() { return super.getContainerAs(Template); }
/**

@@ -188,8 +158,4 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get sheet() {
return this.__sheet.get();
}
set sheet(newValue) {
this.__sheet.set(newValue);
}
get sheet() { return this.__sheet.get(); }
set sheet(newValue) { this.__sheet.set(newValue); }
/**

@@ -223,12 +189,12 @@ * Creates and returns a new CSVTemplateContents instance in the SDK and on the server.

CSVTemplateContents.versionInfo = new exports.StructureVersionInfo({
introduced: "10.6.0",
properties: {
sheet: {
required: {
currentValue: true
"introduced": "10.6.0",
"properties": {
"sheet": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -255,11 +221,5 @@ }, internal.StructureType.Element);

}
get containerAsCSVSheet() {
return super.getContainerAs(CSVSheet);
}
get containerAsExcelSheet() {
return super.getContainerAs(ExcelSheet);
}
get containerAsSheet() {
return super.getContainerAs(Sheet);
}
get containerAsCSVSheet() { return super.getContainerAs(CSVSheet); }
get containerAsExcelSheet() { return super.getContainerAs(ExcelSheet); }
get containerAsSheet() { return super.getContainerAs(Sheet); }
/**

@@ -270,17 +230,7 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get reference() {
return this.__reference.get();
}
set reference(newValue) {
this.__reference.set(newValue);
}
get attribute() {
return this.__attribute.get();
}
set attribute(newValue) {
this.__attribute.set(newValue);
}
get attributeQualifiedName() {
return this.__attribute.qualifiedName();
}
get reference() { return this.__reference.get(); }
set reference(newValue) { this.__reference.set(newValue); }
get attribute() { return this.__attribute.get(); }
set attribute(newValue) { this.__attribute.set(newValue); }
get attributeQualifiedName() { return this.__attribute.qualifiedName(); }
/**

@@ -350,17 +300,17 @@ * Creates and returns a new ColumnAttributeMapping instance in the SDK and on the server.

ColumnAttributeMapping.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
properties: {
reference: {
required: {
currentValue: true
"introduced": "9.24.0",
"properties": {
"reference": {
"required": {
"currentValue": true
}
},
attribute: {
required: {
currentValue: true
"attribute": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -393,5 +343,3 @@ }, internal.StructureType.Element);

}
get containerAsExcelTemplateContents() {
return super.getContainerAs(ExcelTemplateContents);
}
get containerAsExcelTemplateContents() { return super.getContainerAs(ExcelTemplateContents); }
/**

@@ -402,29 +350,11 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get reference() {
return this.__reference.get();
}
set reference(newValue) {
this.__reference.set(newValue);
}
get headerRowStartsAt() {
return this.__headerRowStartsAt.get();
}
set headerRowStartsAt(newValue) {
this.__headerRowStartsAt.set(newValue);
}
get dataRowStartsAt() {
return this.__dataRowStartsAt.get();
}
set dataRowStartsAt(newValue) {
this.__dataRowStartsAt.set(newValue);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get reference() { return this.__reference.get(); }
set reference(newValue) { this.__reference.set(newValue); }
get headerRowStartsAt() { return this.__headerRowStartsAt.get(); }
set headerRowStartsAt(newValue) { this.__headerRowStartsAt.set(newValue); }
get dataRowStartsAt() { return this.__dataRowStartsAt.get(); }
set dataRowStartsAt(newValue) { this.__dataRowStartsAt.set(newValue); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
/**

@@ -435,5 +365,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get columnAttributeMappings() {
return this.__columnAttributeMappings.get();
}
get columnAttributeMappings() { return this.__columnAttributeMappings.get(); }
/**

@@ -469,17 +397,17 @@ * Creates and returns a new ExcelSheet instance in the SDK and on the server.

ExcelSheet.versionInfo = new exports.StructureVersionInfo({
introduced: "10.6.0",
properties: {
reference: {
required: {
currentValue: true
"introduced": "10.6.0",
"properties": {
"reference": {
"required": {
"currentValue": true
}
},
entity: {
required: {
currentValue: true
"entity": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -504,5 +432,3 @@ }, internal.StructureType.Element);

}
get containerAsTemplate() {
return super.getContainerAs(Template);
}
get containerAsTemplate() { return super.getContainerAs(Template); }
/**

@@ -513,5 +439,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get sheets() {
return this.__sheets.get();
}
get sheets() { return this.__sheets.get(); }
/**

@@ -544,5 +468,5 @@ * Creates and returns a new ExcelTemplateContents instance in the SDK and on the server.

ExcelTemplateContents.versionInfo = new exports.StructureVersionInfo({
introduced: "10.6.0",
experimental: {
currentValue: true
"introduced": "10.6.0",
"experimental": {
"currentValue": true
}

@@ -571,5 +495,3 @@ }, internal.StructureType.Element);

}
get containerAsActionActivity() {
return super.getContainerAs(microflows_1.microflows.ActionActivity);
}
get containerAsActionActivity() { return super.getContainerAs(microflows_1.microflows.ActionActivity); }
/**

@@ -582,23 +504,9 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get template() {
return this.__template.get();
}
set template(newValue) {
this.__template.set(newValue);
}
get templateQualifiedName() {
return this.__template.qualifiedName();
}
get fileVariableName() {
return this.__fileVariableName.get();
}
set fileVariableName(newValue) {
this.__fileVariableName.set(newValue);
}
get outputVariableName() {
return this.__outputVariableName.get();
}
set outputVariableName(newValue) {
this.__outputVariableName.set(newValue);
}
get template() { return this.__template.get(); }
set template(newValue) { this.__template.set(newValue); }
get templateQualifiedName() { return this.__template.qualifiedName(); }
get fileVariableName() { return this.__fileVariableName.get(); }
set fileVariableName(newValue) { this.__fileVariableName.set(newValue); }
get outputVariableName() { return this.__outputVariableName.get(); }
set outputVariableName(newValue) { this.__outputVariableName.set(newValue); }
/**

@@ -631,13 +539,15 @@ * Creates and returns a new ImportExcelDataAction instance in the SDK and on the server.

ImportExcelDataAction.versionInfo = new exports.StructureVersionInfo({
introduced: "10.0.0",
properties: {
template: {
required: {
currentValue: false,
changedIn: ["10.1.0"]
"introduced": "10.0.0",
"properties": {
"template": {
"required": {
"currentValue": false,
"changedIn": [
"10.1.0"
]
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -660,11 +570,5 @@ }, internal.StructureType.Element);

}
get containerAsColumnAttributeMapping() {
return super.getContainerAs(ColumnAttributeMapping);
}
get containerAsExcelSheet() {
return super.getContainerAs(ExcelSheet);
}
get containerAsSheet() {
return super.getContainerAs(Sheet);
}
get containerAsColumnAttributeMapping() { return super.getContainerAs(ColumnAttributeMapping); }
get containerAsExcelSheet() { return super.getContainerAs(ExcelSheet); }
get containerAsSheet() { return super.getContainerAs(Sheet); }
/** @internal */

@@ -677,5 +581,5 @@ _initializeDefaultProperties() {

Reference.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
experimental: {
currentValue: true
"introduced": "9.24.0",
"experimental": {
"currentValue": true
}

@@ -700,17 +604,7 @@ }, internal.StructureType.Element);

}
get containerAsColumnAttributeMapping() {
return super.getContainerAs(ColumnAttributeMapping);
}
get containerAsExcelSheet() {
return super.getContainerAs(ExcelSheet);
}
get containerAsSheet() {
return super.getContainerAs(Sheet);
}
get referencedIndex() {
return this.__referencedIndex.get();
}
set referencedIndex(newValue) {
this.__referencedIndex.set(newValue);
}
get containerAsColumnAttributeMapping() { return super.getContainerAs(ColumnAttributeMapping); }
get containerAsExcelSheet() { return super.getContainerAs(ExcelSheet); }
get containerAsSheet() { return super.getContainerAs(Sheet); }
get referencedIndex() { return this.__referencedIndex.get(); }
set referencedIndex(newValue) { this.__referencedIndex.set(newValue); }
/**

@@ -768,5 +662,5 @@ * Creates and returns a new IndexReference instance in the SDK and on the server.

IndexReference.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
experimental: {
currentValue: true
"introduced": "9.24.0",
"experimental": {
"currentValue": true
}

@@ -791,17 +685,7 @@ }, internal.StructureType.Element);

}
get containerAsColumnAttributeMapping() {
return super.getContainerAs(ColumnAttributeMapping);
}
get containerAsExcelSheet() {
return super.getContainerAs(ExcelSheet);
}
get containerAsSheet() {
return super.getContainerAs(Sheet);
}
get referencedName() {
return this.__referencedName.get();
}
set referencedName(newValue) {
this.__referencedName.set(newValue);
}
get containerAsColumnAttributeMapping() { return super.getContainerAs(ColumnAttributeMapping); }
get containerAsExcelSheet() { return super.getContainerAs(ExcelSheet); }
get containerAsSheet() { return super.getContainerAs(Sheet); }
get referencedName() { return this.__referencedName.get(); }
set referencedName(newValue) { this.__referencedName.set(newValue); }
/**

@@ -858,5 +742,5 @@ * Creates and returns a new NameReference instance in the SDK and on the server.

NameReference.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
experimental: {
currentValue: true
"introduced": "9.24.0",
"experimental": {
"currentValue": true
}

@@ -890,5 +774,3 @@ }, internal.StructureType.Element);

}
get containerAsTemplate() {
return super.getContainerAs(Template);
}
get containerAsTemplate() { return super.getContainerAs(Template); }
/**

@@ -899,32 +781,14 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get reference() {
return this.__reference.get();
}
set reference(newValue) {
this.__reference.set(newValue);
}
get headerRowStartsAt() {
return this.__headerRowStartsAt.get();
}
set headerRowStartsAt(newValue) {
this.__headerRowStartsAt.set(newValue);
}
get dataRowStartsAt() {
return this.__dataRowStartsAt.get();
}
set dataRowStartsAt(newValue) {
this.__dataRowStartsAt.set(newValue);
}
get reference() { return this.__reference.get(); }
set reference(newValue) { this.__reference.set(newValue); }
get headerRowStartsAt() { return this.__headerRowStartsAt.get(); }
set headerRowStartsAt(newValue) { this.__headerRowStartsAt.set(newValue); }
get dataRowStartsAt() { return this.__dataRowStartsAt.get(); }
set dataRowStartsAt(newValue) { this.__dataRowStartsAt.set(newValue); }
/**
* In version 10.2.0: introduced
*/
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
/**

@@ -935,5 +799,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get columnAttributeMappings() {
return this.__columnAttributeMappings.get();
}
get columnAttributeMappings() { return this.__columnAttributeMappings.get(); }
/**

@@ -969,20 +831,20 @@ * Creates and returns a new Sheet instance in the SDK and on the server.

Sheet.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
deleted: "10.6.0",
deletionMessage: "Renamed to ExcelSheet",
properties: {
reference: {
required: {
currentValue: true
"introduced": "9.24.0",
"deleted": "10.6.0",
"deletionMessage": "Renamed to ExcelSheet",
"properties": {
"reference": {
"required": {
"currentValue": true
}
},
entity: {
introduced: "10.2.0",
required: {
currentValue: true
"entity": {
"introduced": "10.2.0",
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -1011,11 +873,5 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get templateName() {
return this.__templateName.get();
}
set templateName(newValue) {
this.__templateName.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get templateName() { return this.__templateName.get(); }
set templateName(newValue) { this.__templateName.set(newValue); }
/**

@@ -1028,5 +884,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get sheets() {
return this.__sheets.get();
}
get sheets() { return this.__sheets.get(); }
/**

@@ -1039,14 +893,6 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get contents() {
return this.__contents.get();
}
set contents(newValue) {
this.__contents.set(newValue);
}
get fileName() {
return this.__fileName.get();
}
set fileName(newValue) {
this.__fileName.set(newValue);
}
get contents() { return this.__contents.get(); }
set contents(newValue) { this.__contents.set(newValue); }
get fileName() { return this.__fileName.get(); }
set fileName(newValue) { this.__fileName.set(newValue); }
/**

@@ -1060,5 +906,3 @@ * Creates a new Template unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -1071,14 +915,14 @@ _initializeDefaultProperties() {

Template.versionInfo = new exports.StructureVersionInfo({
introduced: "9.24.0",
properties: {
sheets: {
deleted: "10.6.0",
deletionMessage: "Moved to ExcelTemplateContents.sheets"
"introduced": "9.24.0",
"properties": {
"sheets": {
"deleted": "10.6.0",
"deletionMessage": "Moved to ExcelTemplateContents.sheets"
},
contents: {
introduced: "10.6.0"
"contents": {
"introduced": "10.6.0"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -1085,0 +929,0 @@ }, internal.StructureType.ModelUnit);

@@ -29,35 +29,17 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get parameterName() {
return this.__parameterName.get();
}
set parameterName(newValue) {
this.__parameterName.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get parameterName() { return this.__parameterName.get(); }
set parameterName(newValue) { this.__parameterName.set(newValue); }
/**
* In version 6.1.0: deleted
*/
get parameterTypeName() {
return this.__parameterTypeName.get();
}
set parameterTypeName(newValue) {
this.__parameterTypeName.set(newValue);
}
get isHeader() {
return this.__isHeader.get();
}
set isHeader(newValue) {
this.__isHeader.set(newValue);
}
get parameterTypeName() { return this.__parameterTypeName.get(); }
set parameterTypeName(newValue) { this.__parameterTypeName.set(newValue); }
get isHeader() { return this.__isHeader.get(); }
set isHeader(newValue) { this.__isHeader.set(newValue); }
/**
* In version 6.7.0: introduced
*/
get nullValueOption() {
return this.__nullValueOption.get();
}
set nullValueOption(newValue) {
this.__nullValueOption.set(newValue);
}
get nullValueOption() { return this.__nullValueOption.get(); }
set nullValueOption(newValue) { this.__nullValueOption.set(newValue); }
/**

@@ -71,5 +53,3 @@ * Creates a new ExportMapping unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -85,9 +65,9 @@ _initializeDefaultProperties() {

ExportMapping.versionInfo = new exports.StructureVersionInfo({
properties: {
parameterTypeName: {
deleted: "6.1.0",
deletionMessage: null
"properties": {
"parameterTypeName": {
"deleted": "6.1.0",
"deletionMessage": null
},
nullValueOption: {
introduced: "6.7.0"
"nullValueOption": {
"introduced": "6.7.0"
}

@@ -107,11 +87,5 @@ }

}
get containerAsMappingDocument() {
return super.getContainerAs(mappings_1.mappings.MappingDocument);
}
get containerAsObjectMappingElement() {
return super.getContainerAs(mappings_1.mappings.ObjectMappingElement);
}
get containerAsImplicitMappingBody() {
return super.getContainerAs(rest_1.rest.ImplicitMappingBody);
}
get containerAsMappingDocument() { return super.getContainerAs(mappings_1.mappings.MappingDocument); }
get containerAsObjectMappingElement() { return super.getContainerAs(mappings_1.mappings.ObjectMappingElement); }
get containerAsImplicitMappingBody() { return super.getContainerAs(rest_1.rest.ImplicitMappingBody); }
/**

@@ -171,5 +145,3 @@ * Creates and returns a new ExportObjectMappingElement instance in the SDK and on the server.

}
get containerAsObjectMappingElement() {
return super.getContainerAs(mappings_1.mappings.ObjectMappingElement);
}
get containerAsObjectMappingElement() { return super.getContainerAs(mappings_1.mappings.ObjectMappingElement); }
/**

@@ -176,0 +148,0 @@ * Creates and returns a new ExportValueMappingElement instance in the SDK and on the server.

@@ -36,26 +36,12 @@ "use strict";

}
get containerAsImageCollection() {
return super.getContainerAs(ImageCollection);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get imageData() {
return this.__imageData.get();
}
set imageData(newValue) {
this.__imageData.set(newValue);
}
get containerAsImageCollection() { return super.getContainerAs(ImageCollection); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get imageData() { return this.__imageData.get(); }
set imageData(newValue) { this.__imageData.set(newValue); }
/**
* In version 9.17.0: introduced
*/
get imageFormat() {
return this.__imageFormat.get();
}
set imageFormat(newValue) {
this.__imageFormat.set(newValue);
}
get imageFormat() { return this.__imageFormat.get(); }
set imageFormat(newValue) { this.__imageFormat.set(newValue); }
/**

@@ -78,5 +64,3 @@ * Creates and returns a new Image instance in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
get qualifiedName() {

@@ -95,14 +79,14 @@ return this._getQualifiedName();

Image.versionInfo = new exports.StructureVersionInfo({
properties: {
name: {
public: {
currentValue: true
"properties": {
"name": {
"public": {
"currentValue": true
}
},
imageFormat: {
introduced: "9.17.0"
"imageFormat": {
"introduced": "9.17.0"
}
},
public: {
currentValue: true
"public": {
"currentValue": true
}

@@ -121,8 +105,4 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get images() {
return this.__images.get();
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get images() { return this.__images.get(); }
/**

@@ -142,6 +122,6 @@ * Creates a new ImageCollection unit in the SDK and on the server.

ImageCollection.versionInfo = new exports.StructureVersionInfo({
properties: {
images: {
public: {
currentValue: true
"properties": {
"images": {
"public": {
"currentValue": true
}

@@ -148,0 +128,0 @@ }

@@ -27,32 +27,16 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
/**
* In version 7.16.0: introduced
*/
get parameterType() {
return this.__parameterType.get();
}
set parameterType(newValue) {
this.__parameterType.set(newValue);
}
get useSubtransactionsForMicroflows() {
return this.__useSubtransactionsForMicroflows.get();
}
set useSubtransactionsForMicroflows(newValue) {
this.__useSubtransactionsForMicroflows.set(newValue);
}
get parameterType() { return this.__parameterType.get(); }
set parameterType(newValue) { this.__parameterType.set(newValue); }
get useSubtransactionsForMicroflows() { return this.__useSubtransactionsForMicroflows.get(); }
set useSubtransactionsForMicroflows(newValue) { this.__useSubtransactionsForMicroflows.set(newValue); }
/**
* In version 7.16.0: deleted
*/
get parameter() {
return this.__parameter.get();
}
set parameter(newValue) {
this.__parameter.set(newValue);
}
get parameterQualifiedName() {
return this.__parameter.qualifiedName();
}
get parameter() { return this.__parameter.get(); }
set parameter(newValue) { this.__parameter.set(newValue); }
get parameterQualifiedName() { return this.__parameter.qualifiedName(); }
/**

@@ -66,5 +50,3 @@ * Creates a new ImportMapping unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -80,12 +62,12 @@ _initializeDefaultProperties() {

ImportMapping.versionInfo = new exports.StructureVersionInfo({
properties: {
parameterType: {
introduced: "7.16.0",
required: {
currentValue: true
"properties": {
"parameterType": {
"introduced": "7.16.0",
"required": {
"currentValue": true
}
},
parameter: {
deleted: "7.16.0",
deletionMessage: null
"parameter": {
"deleted": "7.16.0",
"deletionMessage": null
}

@@ -105,11 +87,5 @@ }

}
get containerAsMappingDocument() {
return super.getContainerAs(mappings_1.mappings.MappingDocument);
}
get containerAsObjectMappingElement() {
return super.getContainerAs(mappings_1.mappings.ObjectMappingElement);
}
get containerAsImplicitMappingResponseHandling() {
return super.getContainerAs(rest_1.rest.ImplicitMappingResponseHandling);
}
get containerAsMappingDocument() { return super.getContainerAs(mappings_1.mappings.MappingDocument); }
get containerAsObjectMappingElement() { return super.getContainerAs(mappings_1.mappings.ObjectMappingElement); }
get containerAsImplicitMappingResponseHandling() { return super.getContainerAs(rest_1.rest.ImplicitMappingResponseHandling); }
/**

@@ -169,5 +145,3 @@ * Creates and returns a new ImportObjectMappingElement instance in the SDK and on the server.

}
get containerAsObjectMappingElement() {
return super.getContainerAs(mappings_1.mappings.ObjectMappingElement);
}
get containerAsObjectMappingElement() { return super.getContainerAs(mappings_1.mappings.ObjectMappingElement); }
/**

@@ -174,0 +148,0 @@ * Creates and returns a new ImportValueMappingElement instance in the SDK and on the server.

@@ -26,14 +26,8 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
/**
* In version 9.10.0: introduced
*/
get platform() {
return this.__platform.get();
}
set platform(newValue) {
this.__platform.set(newValue);
}
get platform() { return this.__platform.get(); }
set platform(newValue) { this.__platform.set(newValue); }
/**

@@ -47,5 +41,3 @@ * Creates a new JavaScriptAction unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -61,14 +53,16 @@ _initializeDefaultProperties() {

JavaScriptAction.versionInfo = new exports.StructureVersionInfo({
introduced: "7.21.0",
properties: {
platform: {
introduced: "9.10.0",
public: {
currentValue: true
"introduced": "7.21.0",
"properties": {
"platform": {
"introduced": "9.10.0",
"public": {
"currentValue": true
}
}
},
experimental: {
currentValue: false,
changedIn: ["8.0.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"8.0.0"
]
}

@@ -88,5 +82,3 @@ }, internal.StructureType.ModelUnit);

}
get containerAsCodeAction() {
return super.getContainerAs(codeactions_1.codeactions.CodeAction);
}
get containerAsCodeAction() { return super.getContainerAs(codeactions_1.codeactions.CodeAction); }
/**

@@ -101,5 +93,3 @@ * Creates and returns a new JavaScriptActionParameter instance in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -112,9 +102,11 @@ _initializeDefaultProperties() {

JavaScriptActionParameter.versionInfo = new exports.StructureVersionInfo({
introduced: "7.21.0",
public: {
currentValue: true
"introduced": "7.21.0",
"public": {
"currentValue": true
},
experimental: {
currentValue: false,
changedIn: ["8.0.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"8.0.0"
]
}

@@ -133,5 +125,3 @@ }, internal.StructureType.Element);

}
get containerAsCodeActionParameter() {
return super.getContainerAs(codeactions_1.codeactions.CodeActionParameter);
}
get containerAsCodeActionParameter() { return super.getContainerAs(codeactions_1.codeactions.CodeActionParameter); }
/**

@@ -152,5 +142,5 @@ * Creates and returns a new NanoflowJavaScriptActionParameterType instance in the SDK and on the server.

NanoflowJavaScriptActionParameterType.versionInfo = new exports.StructureVersionInfo({
introduced: "8.4.0",
public: {
currentValue: true
"introduced": "8.4.0",
"public": {
"currentValue": true
}

@@ -157,0 +147,0 @@ }, internal.StructureType.Element);

@@ -26,14 +26,6 @@ "use strict";

}
get containerAsJsonStructure() {
return super.getContainerAs(JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get originalValue() {
return this.__originalValue.get();
}
set originalValue(newValue) {
this.__originalValue.set(newValue);
}
get containerAsJsonStructure() { return super.getContainerAs(JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
get originalValue() { return this.__originalValue.get(); }
set originalValue(newValue) { this.__originalValue.set(newValue); }
/**

@@ -78,3 +70,3 @@ * Creates and returns a new JsonElement instance in the SDK and on the server.

JsonElement.versionInfo = new exports.StructureVersionInfo({
introduced: "6.6.0"
"introduced": "6.6.0"
}, internal.StructureType.Element);

@@ -97,17 +89,9 @@ jsonstructures.JsonElement = JsonElement;

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get jsonSnippet() {
return this.__jsonSnippet.get();
}
set jsonSnippet(newValue) {
this.__jsonSnippet.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get jsonSnippet() { return this.__jsonSnippet.get(); }
set jsonSnippet(newValue) { this.__jsonSnippet.set(newValue); }
/**
* In version 6.6.0: introduced
*/
get elements() {
return this.__elements.get();
}
get elements() { return this.__elements.get(); }
/**

@@ -121,5 +105,3 @@ * Creates a new JsonStructure unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -132,11 +114,13 @@ _initializeDefaultProperties() {

JsonStructure.versionInfo = new exports.StructureVersionInfo({
introduced: "6.2.0",
properties: {
elements: {
introduced: "6.6.0"
"introduced": "6.2.0",
"properties": {
"elements": {
"introduced": "6.6.0"
}
},
experimental: {
currentValue: false,
changedIn: ["6.6.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"6.6.0"
]
}

@@ -143,0 +127,0 @@ }, internal.StructureType.ModelUnit);

@@ -39,53 +39,23 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get metadataReferences() {
return this.__metadataReferences.get();
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get metadataReferences() { return this.__metadataReferences.get(); }
/**
* In version 8.14.0: deleted
*/
get serviceId() {
return this.__serviceId.get();
}
set serviceId(newValue) {
this.__serviceId.set(newValue);
}
get serviceId() { return this.__serviceId.get(); }
set serviceId(newValue) { this.__serviceId.set(newValue); }
/**
* In version 8.12.0: introduced
*/
get serviceFeed() {
return this.__serviceFeed.get();
}
set serviceFeed(newValue) {
this.__serviceFeed.set(newValue);
}
get brokerUrl() {
return this.__brokerUrl.get();
}
set brokerUrl(newValue) {
this.__brokerUrl.set(newValue);
}
get brokerUrlQualifiedName() {
return this.__brokerUrl.qualifiedName();
}
get brokerUsername() {
return this.__brokerUsername.get();
}
set brokerUsername(newValue) {
this.__brokerUsername.set(newValue);
}
get brokerUsernameQualifiedName() {
return this.__brokerUsername.qualifiedName();
}
get brokerPassword() {
return this.__brokerPassword.get();
}
set brokerPassword(newValue) {
this.__brokerPassword.set(newValue);
}
get brokerPasswordQualifiedName() {
return this.__brokerPassword.qualifiedName();
}
get serviceFeed() { return this.__serviceFeed.get(); }
set serviceFeed(newValue) { this.__serviceFeed.set(newValue); }
get brokerUrl() { return this.__brokerUrl.get(); }
set brokerUrl(newValue) { this.__brokerUrl.set(newValue); }
get brokerUrlQualifiedName() { return this.__brokerUrl.qualifiedName(); }
get brokerUsername() { return this.__brokerUsername.get(); }
set brokerUsername(newValue) { this.__brokerUsername.set(newValue); }
get brokerUsernameQualifiedName() { return this.__brokerUsername.qualifiedName(); }
get brokerPassword() { return this.__brokerPassword.get(); }
set brokerPassword(newValue) { this.__brokerPassword.set(newValue); }
get brokerPasswordQualifiedName() { return this.__brokerPassword.qualifiedName(); }
/**

@@ -99,5 +69,3 @@ * Creates a new ConsumedKafkaService unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -110,16 +78,16 @@ _initializeDefaultProperties() {

ConsumedKafkaService.versionInfo = new exports.StructureVersionInfo({
introduced: "8.11.0",
deleted: "10.2.0",
deletionMessage: null,
properties: {
serviceId: {
deleted: "8.14.0",
deletionMessage: null
"introduced": "8.11.0",
"deleted": "10.2.0",
"deletionMessage": null,
"properties": {
"serviceId": {
"deleted": "8.14.0",
"deletionMessage": null
},
serviceFeed: {
introduced: "8.12.0"
"serviceFeed": {
"introduced": "8.12.0"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -141,11 +109,5 @@ }, internal.StructureType.ModelUnit);

}
get containerAsAttribute() {
return super.getContainerAs(domainmodels_1.domainmodels.Attribute);
}
get remoteName() {
return this.__remoteName.get();
}
set remoteName(newValue) {
this.__remoteName.set(newValue);
}
get containerAsAttribute() { return super.getContainerAs(domainmodels_1.domainmodels.Attribute); }
get remoteName() { return this.__remoteName.get(); }
set remoteName(newValue) { this.__remoteName.set(newValue); }
/**

@@ -178,7 +140,7 @@ * Creates and returns a new KafkaMappedValue instance in the SDK and on the server.

KafkaMappedValue.versionInfo = new exports.StructureVersionInfo({
introduced: "8.11.0",
deleted: "10.2.0",
deletionMessage: null,
public: {
currentValue: true
"introduced": "8.11.0",
"deleted": "10.2.0",
"deletionMessage": null,
"public": {
"currentValue": true
}

@@ -208,5 +170,3 @@ }, internal.StructureType.Element);

}
get containerAsEntity() {
return super.getContainerAs(domainmodels_1.domainmodels.Entity);
}
get containerAsEntity() { return super.getContainerAs(domainmodels_1.domainmodels.Entity); }
/**

@@ -217,26 +177,12 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get sourceDocument() {
return this.__sourceDocument.get();
}
set sourceDocument(newValue) {
this.__sourceDocument.set(newValue);
}
get sourceDocumentQualifiedName() {
return this.__sourceDocument.qualifiedName();
}
get remoteName() {
return this.__remoteName.get();
}
set remoteName(newValue) {
this.__remoteName.set(newValue);
}
get sourceDocument() { return this.__sourceDocument.get(); }
set sourceDocument(newValue) { this.__sourceDocument.set(newValue); }
get sourceDocumentQualifiedName() { return this.__sourceDocument.qualifiedName(); }
get remoteName() { return this.__remoteName.get(); }
set remoteName(newValue) { this.__remoteName.set(newValue); }
/**
* In version 8.12.0: introduced
*/
get topicName() {
return this.__topicName.get();
}
set topicName(newValue) {
this.__topicName.set(newValue);
}
get topicName() { return this.__topicName.get(); }
set topicName(newValue) { this.__topicName.set(newValue); }
/**

@@ -269,15 +215,15 @@ * Creates and returns a new KafkaRemoteEntitySource instance in the SDK and on the server.

KafkaRemoteEntitySource.versionInfo = new exports.StructureVersionInfo({
introduced: "8.11.0",
deleted: "10.2.0",
deletionMessage: null,
properties: {
topicName: {
introduced: "8.12.0"
"introduced": "8.11.0",
"deleted": "10.2.0",
"deletionMessage": null,
"properties": {
"topicName": {
"introduced": "8.12.0"
}
},
public: {
currentValue: true
"public": {
"currentValue": true
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -313,29 +259,13 @@ }, internal.StructureType.Element);

}
get containerAsPublishedKafkaService() {
return super.getContainerAs(PublishedKafkaService);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get exposedName() {
return this.__exposedName.get();
}
set exposedName(newValue) {
this.__exposedName.set(newValue);
}
get containerAsPublishedKafkaService() { return super.getContainerAs(PublishedKafkaService); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
get exposedName() { return this.__exposedName.get(); }
set exposedName(newValue) { this.__exposedName.set(newValue); }
/**
* In version 9.0.3: deleted
*/
get topicName() {
return this.__topicName.get();
}
set topicName(newValue) {
this.__topicName.set(newValue);
}
get topicName() { return this.__topicName.get(); }
set topicName(newValue) { this.__topicName.set(newValue); }
/**

@@ -348,17 +278,7 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get attributes() {
return this.__attributes.get();
}
get summary() {
return this.__summary.get();
}
set summary(newValue) {
this.__summary.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get attributes() { return this.__attributes.get(); }
get summary() { return this.__summary.get(); }
set summary(newValue) { this.__summary.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
/**

@@ -391,21 +311,21 @@ * Creates and returns a new PublishedKafkaResource instance in the SDK and on the server.

PublishedKafkaResource.versionInfo = new exports.StructureVersionInfo({
introduced: "8.14.0",
deleted: "10.2.0",
deletionMessage: null,
properties: {
entity: {
required: {
currentValue: true
"introduced": "8.14.0",
"deleted": "10.2.0",
"deletionMessage": null,
"properties": {
"entity": {
"required": {
"currentValue": true
}
},
topicName: {
deleted: "9.0.3",
deletionMessage: null
"topicName": {
"deleted": "9.0.3",
"deletionMessage": null
},
attributes: {
introduced: "9.0.1"
"attributes": {
"introduced": "9.0.1"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -437,35 +357,15 @@ }, internal.StructureType.Element);

}
get containerAsPublishedKafkaResource() {
return super.getContainerAs(PublishedKafkaResource);
}
get attribute() {
return this.__attribute.get();
}
set attribute(newValue) {
this.__attribute.set(newValue);
}
get attributeQualifiedName() {
return this.__attribute.qualifiedName();
}
get containerAsPublishedKafkaResource() { return super.getContainerAs(PublishedKafkaResource); }
get attribute() { return this.__attribute.get(); }
set attribute(newValue) { this.__attribute.set(newValue); }
get attributeQualifiedName() { return this.__attribute.qualifiedName(); }
/**
* In version 9.0.2: introduced
*/
get exposedName() {
return this.__exposedName.get();
}
set exposedName(newValue) {
this.__exposedName.set(newValue);
}
get summary() {
return this.__summary.get();
}
set summary(newValue) {
this.__summary.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get exposedName() { return this.__exposedName.get(); }
set exposedName(newValue) { this.__exposedName.set(newValue); }
get summary() { return this.__summary.get(); }
set summary(newValue) { this.__summary.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
/**

@@ -480,6 +380,3 @@ * Creates and returns a new PublishedKafkaResourceAttribute instance in the SDK and on the server.

static createIn(container) {
internal.createInVersionCheck(container.model, PublishedKafkaResourceAttribute.structureTypeName, {
start: "9.0.1",
end: "10.1.0"
});
internal.createInVersionCheck(container.model, PublishedKafkaResourceAttribute.structureTypeName, { start: "9.0.1", end: "10.1.0" });
return internal.instancehelpers.createElement(container, PublishedKafkaResourceAttribute, "attributes", true);

@@ -502,17 +399,17 @@ }

PublishedKafkaResourceAttribute.versionInfo = new exports.StructureVersionInfo({
introduced: "9.0.1",
deleted: "10.2.0",
deletionMessage: null,
properties: {
attribute: {
required: {
currentValue: true
"introduced": "9.0.1",
"deleted": "10.2.0",
"deletionMessage": null,
"properties": {
"attribute": {
"required": {
"currentValue": true
}
},
exposedName: {
introduced: "9.0.2"
"exposedName": {
"introduced": "9.0.2"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -556,29 +453,11 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get namespace() {
return this.__namespace.get();
}
set namespace(newValue) {
this.__namespace.set(newValue);
}
get serviceFeed() {
return this.__serviceFeed.get();
}
set serviceFeed(newValue) {
this.__serviceFeed.set(newValue);
}
get metadata() {
return this.__metadata.get();
}
set metadata(newValue) {
this.__metadata.set(newValue);
}
get serviceName() {
return this.__serviceName.get();
}
set serviceName(newValue) {
this.__serviceName.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get namespace() { return this.__namespace.get(); }
set namespace(newValue) { this.__namespace.set(newValue); }
get serviceFeed() { return this.__serviceFeed.get(); }
set serviceFeed(newValue) { this.__serviceFeed.set(newValue); }
get metadata() { return this.__metadata.get(); }
set metadata(newValue) { this.__metadata.set(newValue); }
get serviceName() { return this.__serviceName.get(); }
set serviceName(newValue) { this.__serviceName.set(newValue); }
/**

@@ -589,53 +468,21 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get resources() {
return this.__resources.get();
}
get version() {
return this.__version.get();
}
set version(newValue) {
this.__version.set(newValue);
}
get summary() {
return this.__summary.get();
}
set summary(newValue) {
this.__summary.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get resources() { return this.__resources.get(); }
get version() { return this.__version.get(); }
set version(newValue) { this.__version.set(newValue); }
get summary() { return this.__summary.get(); }
set summary(newValue) { this.__summary.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
/**
* In version 9.0.1: added optional
*/
get brokerUrl() {
return this.__brokerUrl.get();
}
set brokerUrl(newValue) {
this.__brokerUrl.set(newValue);
}
get brokerUrlQualifiedName() {
return this.__brokerUrl.qualifiedName();
}
get brokerUsername() {
return this.__brokerUsername.get();
}
set brokerUsername(newValue) {
this.__brokerUsername.set(newValue);
}
get brokerUsernameQualifiedName() {
return this.__brokerUsername.qualifiedName();
}
get brokerPassword() {
return this.__brokerPassword.get();
}
set brokerPassword(newValue) {
this.__brokerPassword.set(newValue);
}
get brokerPasswordQualifiedName() {
return this.__brokerPassword.qualifiedName();
}
get brokerUrl() { return this.__brokerUrl.get(); }
set brokerUrl(newValue) { this.__brokerUrl.set(newValue); }
get brokerUrlQualifiedName() { return this.__brokerUrl.qualifiedName(); }
get brokerUsername() { return this.__brokerUsername.get(); }
set brokerUsername(newValue) { this.__brokerUsername.set(newValue); }
get brokerUsernameQualifiedName() { return this.__brokerUsername.qualifiedName(); }
get brokerPassword() { return this.__brokerPassword.get(); }
set brokerPassword(newValue) { this.__brokerPassword.set(newValue); }
get brokerPasswordQualifiedName() { return this.__brokerPassword.qualifiedName(); }
/**

@@ -657,15 +504,17 @@ * Creates a new PublishedKafkaService unit in the SDK and on the server.

PublishedKafkaService.versionInfo = new exports.StructureVersionInfo({
introduced: "8.14.0",
deleted: "10.2.0",
deletionMessage: null,
properties: {
brokerUrl: {
required: {
currentValue: false,
changedIn: ["9.0.1"]
"introduced": "8.14.0",
"deleted": "10.2.0",
"deletionMessage": null,
"properties": {
"brokerUrl": {
"required": {
"currentValue": false,
"changedIn": [
"9.0.1"
]
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -672,0 +521,0 @@ }, internal.StructureType.ModelUnit);

@@ -24,11 +24,11 @@ "use strict";

ElementType.NamedArray = new ElementType("NamedArray", {
introduced: "6.4.0",
deleted: "6.6.0",
deletionMessage: null
"introduced": "6.4.0",
"deleted": "6.6.0",
"deletionMessage": null
});
ElementType.Array = new ElementType("Array", {
introduced: "6.6.0"
"introduced": "6.6.0"
});
ElementType.Wrapper = new ElementType("Wrapper", {
introduced: "6.4.0"
"introduced": "6.4.0"
});

@@ -53,3 +53,3 @@ mappings.ElementType = ElementType;

ObjectHandlingEnum.Parameter = new ObjectHandlingEnum("Parameter", {
introduced: "7.5.0"
"introduced": "7.5.0"
});

@@ -103,104 +103,40 @@ ObjectHandlingEnum.Create = new ObjectHandlingEnum("Create", {});

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(Element);
}
get containerAsEntityMessageDefinition() {
return super.getContainerAs(messagedefinitions_1.messagedefinitions.EntityMessageDefinition);
}
get elementType() {
return this.__elementType.get();
}
set elementType(newValue) {
this.__elementType.set(newValue);
}
get primitiveType() {
return this.__primitiveType.get();
}
set primitiveType(newValue) {
this.__primitiveType.set(newValue);
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(Element); }
get containerAsEntityMessageDefinition() { return super.getContainerAs(messagedefinitions_1.messagedefinitions.EntityMessageDefinition); }
get elementType() { return this.__elementType.get(); }
set elementType(newValue) { this.__elementType.set(newValue); }
get primitiveType() { return this.__primitiveType.get(); }
set primitiveType(newValue) { this.__primitiveType.set(newValue); }
/**
* The value of this property is conceptually of type mappings.ElementPath.
*/
get path() {
return this.__path.get();
}
set path(newValue) {
this.__path.set(newValue);
}
get isDefaultType() {
return this.__isDefaultType.get();
}
set isDefaultType(newValue) {
this.__isDefaultType.set(newValue);
}
get minOccurs() {
return this.__minOccurs.get();
}
set minOccurs(newValue) {
this.__minOccurs.set(newValue);
}
get maxOccurs() {
return this.__maxOccurs.get();
}
set maxOccurs(newValue) {
this.__maxOccurs.set(newValue);
}
get nillable() {
return this.__nillable.get();
}
set nillable(newValue) {
this.__nillable.set(newValue);
}
get exposedName() {
return this.__exposedName.get();
}
set exposedName(newValue) {
this.__exposedName.set(newValue);
}
get path() { return this.__path.get(); }
set path(newValue) { this.__path.set(newValue); }
get isDefaultType() { return this.__isDefaultType.get(); }
set isDefaultType(newValue) { this.__isDefaultType.set(newValue); }
get minOccurs() { return this.__minOccurs.get(); }
set minOccurs(newValue) { this.__minOccurs.set(newValue); }
get maxOccurs() { return this.__maxOccurs.get(); }
set maxOccurs(newValue) { this.__maxOccurs.set(newValue); }
get nillable() { return this.__nillable.get(); }
set nillable(newValue) { this.__nillable.set(newValue); }
get exposedName() { return this.__exposedName.get(); }
set exposedName(newValue) { this.__exposedName.set(newValue); }
/**
* In version 7.6.0: introduced
*/
get exposedItemName() {
return this.__exposedItemName.get();
}
set exposedItemName(newValue) {
this.__exposedItemName.set(newValue);
}
get maxLength() {
return this.__maxLength.get();
}
set maxLength(newValue) {
this.__maxLength.set(newValue);
}
get fractionDigits() {
return this.__fractionDigits.get();
}
set fractionDigits(newValue) {
this.__fractionDigits.set(newValue);
}
get totalDigits() {
return this.__totalDigits.get();
}
set totalDigits(newValue) {
this.__totalDigits.set(newValue);
}
get errorMessage() {
return this.__errorMessage.get();
}
set errorMessage(newValue) {
this.__errorMessage.set(newValue);
}
get warningMessage() {
return this.__warningMessage.get();
}
set warningMessage(newValue) {
this.__warningMessage.set(newValue);
}
get children() {
return this.__children.get();
}
get exposedItemName() { return this.__exposedItemName.get(); }
set exposedItemName(newValue) { this.__exposedItemName.set(newValue); }
get maxLength() { return this.__maxLength.get(); }
set maxLength(newValue) { this.__maxLength.set(newValue); }
get fractionDigits() { return this.__fractionDigits.get(); }
set fractionDigits(newValue) { this.__fractionDigits.set(newValue); }
get totalDigits() { return this.__totalDigits.get(); }
set totalDigits(newValue) { this.__totalDigits.set(newValue); }
get errorMessage() { return this.__errorMessage.get(); }
set errorMessage(newValue) { this.__errorMessage.set(newValue); }
get warningMessage() { return this.__warningMessage.get(); }
set warningMessage(newValue) { this.__warningMessage.set(newValue); }
get children() { return this.__children.get(); }
/** @internal */

@@ -221,6 +157,6 @@ _initializeDefaultProperties() {

Element.versionInfo = new exports.StructureVersionInfo({
introduced: "6.6.0",
properties: {
exposedItemName: {
introduced: "7.6.0"
"introduced": "6.6.0",
"properties": {
"exposedItemName": {
"introduced": "7.6.0"
}

@@ -255,77 +191,33 @@ }

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get rootMappingElements() {
return this.__rootMappingElements.get();
}
get xmlSchema() {
return this.__xmlSchema.get();
}
set xmlSchema(newValue) {
this.__xmlSchema.set(newValue);
}
get xmlSchemaQualifiedName() {
return this.__xmlSchema.qualifiedName();
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get rootMappingElements() { return this.__rootMappingElements.get(); }
get xmlSchema() { return this.__xmlSchema.get(); }
set xmlSchema(newValue) { this.__xmlSchema.set(newValue); }
get xmlSchemaQualifiedName() { return this.__xmlSchema.qualifiedName(); }
/**
* In version 6.4.0: introduced
*/
get jsonStructure() {
return this.__jsonStructure.get();
}
set jsonStructure(newValue) {
this.__jsonStructure.set(newValue);
}
get jsonStructureQualifiedName() {
return this.__jsonStructure.qualifiedName();
}
get rootElementName() {
return this.__rootElementName.get();
}
set rootElementName(newValue) {
this.__rootElementName.set(newValue);
}
get importedWebService() {
return this.__importedWebService.get();
}
set importedWebService(newValue) {
this.__importedWebService.set(newValue);
}
get importedWebServiceQualifiedName() {
return this.__importedWebService.qualifiedName();
}
get serviceName() {
return this.__serviceName.get();
}
set serviceName(newValue) {
this.__serviceName.set(newValue);
}
get operationName() {
return this.__operationName.get();
}
set operationName(newValue) {
this.__operationName.set(newValue);
}
get jsonStructure() { return this.__jsonStructure.get(); }
set jsonStructure(newValue) { this.__jsonStructure.set(newValue); }
get jsonStructureQualifiedName() { return this.__jsonStructure.qualifiedName(); }
get rootElementName() { return this.__rootElementName.get(); }
set rootElementName(newValue) { this.__rootElementName.set(newValue); }
get importedWebService() { return this.__importedWebService.get(); }
set importedWebService(newValue) { this.__importedWebService.set(newValue); }
get importedWebServiceQualifiedName() { return this.__importedWebService.qualifiedName(); }
get serviceName() { return this.__serviceName.get(); }
set serviceName(newValue) { this.__serviceName.set(newValue); }
get operationName() { return this.__operationName.get(); }
set operationName(newValue) { this.__operationName.set(newValue); }
/**
* In version 7.6.0: introduced
*/
get messageDefinition() {
return this.__messageDefinition.get();
}
set messageDefinition(newValue) {
this.__messageDefinition.set(newValue);
}
get messageDefinitionQualifiedName() {
return this.__messageDefinition.qualifiedName();
}
get messageDefinition() { return this.__messageDefinition.get(); }
set messageDefinition(newValue) { this.__messageDefinition.set(newValue); }
get messageDefinitionQualifiedName() { return this.__messageDefinition.qualifiedName(); }
/**
* In version 7.14.0: introduced
*/
get publicName() {
return this.__publicName.get();
}
set publicName(newValue) {
this.__publicName.set(newValue);
}
get publicName() { return this.__publicName.get(); }
set publicName(newValue) { this.__publicName.set(newValue); }
/** @internal */

@@ -338,11 +230,11 @@ _initializeDefaultProperties() {

MappingDocument.versionInfo = new exports.StructureVersionInfo({
properties: {
jsonStructure: {
introduced: "6.4.0"
"properties": {
"jsonStructure": {
"introduced": "6.4.0"
},
messageDefinition: {
introduced: "7.6.0"
"messageDefinition": {
"introduced": "7.6.0"
},
publicName: {
introduced: "7.14.0"
"publicName": {
"introduced": "7.14.0"
}

@@ -377,26 +269,10 @@ }

}
get containerAsMappingDocument() {
return super.getContainerAs(MappingDocument);
}
get containerAsObjectMappingElement() {
return super.getContainerAs(ObjectMappingElement);
}
get containerAsImplicitMappingBody() {
return super.getContainerAs(rest_1.rest.ImplicitMappingBody);
}
get containerAsImplicitMappingResponseHandling() {
return super.getContainerAs(rest_1.rest.ImplicitMappingResponseHandling);
}
get documentation() {
return this.__documentation.get();
}
set documentation(newValue) {
this.__documentation.set(newValue);
}
get elementType() {
return this.__elementType.get();
}
set elementType(newValue) {
this.__elementType.set(newValue);
}
get containerAsMappingDocument() { return super.getContainerAs(MappingDocument); }
get containerAsObjectMappingElement() { return super.getContainerAs(ObjectMappingElement); }
get containerAsImplicitMappingBody() { return super.getContainerAs(rest_1.rest.ImplicitMappingBody); }
get containerAsImplicitMappingResponseHandling() { return super.getContainerAs(rest_1.rest.ImplicitMappingResponseHandling); }
get documentation() { return this.__documentation.get(); }
set documentation(newValue) { this.__documentation.set(newValue); }
get elementType() { return this.__elementType.get(); }
set elementType(newValue) { this.__elementType.set(newValue); }
/**

@@ -407,8 +283,4 @@ * The value of this property is conceptually of type mappings.ElementPath.

*/
get path() {
return this.__path.get();
}
set path(newValue) {
this.__path.set(newValue);
}
get path() { return this.__path.get(); }
set path(newValue) { this.__path.set(newValue); }
/**

@@ -419,8 +291,4 @@ * The value of this property is conceptually of type mappings.ElementPath.

*/
get jsonPath() {
return this.__jsonPath.get();
}
set jsonPath(newValue) {
this.__jsonPath.set(newValue);
}
get jsonPath() { return this.__jsonPath.get(); }
set jsonPath(newValue) { this.__jsonPath.set(newValue); }
/**

@@ -431,35 +299,15 @@ * The value of this property is conceptually of type mappings.ElementPath.

*/
get xmlPath() {
return this.__xmlPath.get();
}
set xmlPath(newValue) {
this.__xmlPath.set(newValue);
}
get minOccurs() {
return this.__minOccurs.get();
}
set minOccurs(newValue) {
this.__minOccurs.set(newValue);
}
get maxOccurs() {
return this.__maxOccurs.get();
}
set maxOccurs(newValue) {
this.__maxOccurs.set(newValue);
}
get nillable() {
return this.__nillable.get();
}
set nillable(newValue) {
this.__nillable.set(newValue);
}
get xmlPath() { return this.__xmlPath.get(); }
set xmlPath(newValue) { this.__xmlPath.set(newValue); }
get minOccurs() { return this.__minOccurs.get(); }
set minOccurs(newValue) { this.__minOccurs.set(newValue); }
get maxOccurs() { return this.__maxOccurs.get(); }
set maxOccurs(newValue) { this.__maxOccurs.set(newValue); }
get nillable() { return this.__nillable.get(); }
set nillable(newValue) { this.__nillable.set(newValue); }
/**
* In version 6.6.0: introduced
*/
get exposedName() {
return this.__exposedName.get();
}
set exposedName(newValue) {
this.__exposedName.set(newValue);
}
get exposedName() { return this.__exposedName.get(); }
set exposedName(newValue) { this.__exposedName.set(newValue); }
/** @internal */

@@ -473,15 +321,15 @@ _initializeDefaultProperties() {

MappingElement.versionInfo = new exports.StructureVersionInfo({
properties: {
path: {
deleted: "7.6.0",
deletionMessage: null
"properties": {
"path": {
"deleted": "7.6.0",
"deletionMessage": null
},
jsonPath: {
introduced: "7.6.0"
"jsonPath": {
"introduced": "7.6.0"
},
xmlPath: {
introduced: "7.6.0"
"xmlPath": {
"introduced": "7.6.0"
},
exposedName: {
introduced: "6.6.0"
"exposedName": {
"introduced": "6.6.0"
}

@@ -502,17 +350,7 @@ }

}
get containerAsObjectMappingElement() {
return super.getContainerAs(ObjectMappingElement);
}
get microflow() {
return this.__microflow.get();
}
set microflow(newValue) {
this.__microflow.set(newValue);
}
get microflowQualifiedName() {
return this.__microflow.qualifiedName();
}
get parameterMappings() {
return this.__parameterMappings.get();
}
get containerAsObjectMappingElement() { return super.getContainerAs(ObjectMappingElement); }
get microflow() { return this.__microflow.get(); }
set microflow(newValue) { this.__microflow.set(newValue); }
get microflowQualifiedName() { return this.__microflow.qualifiedName(); }
get parameterMappings() { return this.__parameterMappings.get(); }
/**

@@ -559,20 +397,8 @@ * Creates and returns a new MappingMicroflowCall instance in the SDK and on the server.

}
get containerAsMappingMicroflowCall() {
return super.getContainerAs(MappingMicroflowCall);
}
get parameter() {
return this.__parameter.get();
}
set parameter(newValue) {
this.__parameter.set(newValue);
}
get parameterQualifiedName() {
return this.__parameter.qualifiedName();
}
get levelOfParent() {
return this.__levelOfParent.get();
}
set levelOfParent(newValue) {
this.__levelOfParent.set(newValue);
}
get containerAsMappingMicroflowCall() { return super.getContainerAs(MappingMicroflowCall); }
get parameter() { return this.__parameter.get(); }
set parameter(newValue) { this.__parameter.set(newValue); }
get parameterQualifiedName() { return this.__parameter.qualifiedName(); }
get levelOfParent() { return this.__levelOfParent.get(); }
set levelOfParent(newValue) { this.__levelOfParent.set(newValue); }
/**

@@ -583,8 +409,4 @@ * The value of this property is conceptually of type mappings.ElementPath.

*/
get valueElementPath() {
return this.__valueElementPath.get();
}
set valueElementPath(newValue) {
this.__valueElementPath.set(newValue);
}
get valueElementPath() { return this.__valueElementPath.get(); }
set valueElementPath(newValue) { this.__valueElementPath.set(newValue); }
/**

@@ -595,8 +417,4 @@ * The value of this property is conceptually of type mappings.ElementPath.

*/
get jsonValueElementPath() {
return this.__jsonValueElementPath.get();
}
set jsonValueElementPath(newValue) {
this.__jsonValueElementPath.set(newValue);
}
get jsonValueElementPath() { return this.__jsonValueElementPath.get(); }
set jsonValueElementPath(newValue) { this.__jsonValueElementPath.set(newValue); }
/**

@@ -607,8 +425,4 @@ * The value of this property is conceptually of type mappings.ElementPath.

*/
get xmlValueElementPath() {
return this.__xmlValueElementPath.get();
}
set xmlValueElementPath(newValue) {
this.__xmlValueElementPath.set(newValue);
}
get xmlValueElementPath() { return this.__xmlValueElementPath.get(); }
set xmlValueElementPath(newValue) { this.__xmlValueElementPath.set(newValue); }
/**

@@ -638,12 +452,12 @@ * Creates and returns a new MappingMicroflowParameter instance in the SDK and on the server.

MappingMicroflowParameter.versionInfo = new exports.StructureVersionInfo({
properties: {
valueElementPath: {
deleted: "7.6.0",
deletionMessage: null
"properties": {
"valueElementPath": {
"deleted": "7.6.0",
"deletionMessage": null
},
jsonValueElementPath: {
introduced: "7.6.0"
"jsonValueElementPath": {
"introduced": "7.6.0"
},
xmlValueElementPath: {
introduced: "7.6.0"
"xmlValueElementPath": {
"introduced": "7.6.0"
}

@@ -676,71 +490,29 @@ }

}
get containerAsMappingDocument() {
return super.getContainerAs(MappingDocument);
}
get containerAsObjectMappingElement() {
return super.getContainerAs(ObjectMappingElement);
}
get containerAsImplicitMappingBody() {
return super.getContainerAs(rest_1.rest.ImplicitMappingBody);
}
get containerAsImplicitMappingResponseHandling() {
return super.getContainerAs(rest_1.rest.ImplicitMappingResponseHandling);
}
get mappingMicroflowCall() {
return this.__mappingMicroflowCall.get();
}
set mappingMicroflowCall(newValue) {
this.__mappingMicroflowCall.set(newValue);
}
get children() {
return this.__children.get();
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get association() {
return this.__association.get();
}
set association(newValue) {
this.__association.set(newValue);
}
get associationQualifiedName() {
return this.__association.qualifiedName();
}
get objectHandling() {
return this.__objectHandling.get();
}
set objectHandling(newValue) {
this.__objectHandling.set(newValue);
}
get objectHandlingBackup() {
return this.__objectHandlingBackup.get();
}
set objectHandlingBackup(newValue) {
this.__objectHandlingBackup.set(newValue);
}
get containerAsMappingDocument() { return super.getContainerAs(MappingDocument); }
get containerAsObjectMappingElement() { return super.getContainerAs(ObjectMappingElement); }
get containerAsImplicitMappingBody() { return super.getContainerAs(rest_1.rest.ImplicitMappingBody); }
get containerAsImplicitMappingResponseHandling() { return super.getContainerAs(rest_1.rest.ImplicitMappingResponseHandling); }
get mappingMicroflowCall() { return this.__mappingMicroflowCall.get(); }
set mappingMicroflowCall(newValue) { this.__mappingMicroflowCall.set(newValue); }
get children() { return this.__children.get(); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
get association() { return this.__association.get(); }
set association(newValue) { this.__association.set(newValue); }
get associationQualifiedName() { return this.__association.qualifiedName(); }
get objectHandling() { return this.__objectHandling.get(); }
set objectHandling(newValue) { this.__objectHandling.set(newValue); }
get objectHandlingBackup() { return this.__objectHandlingBackup.get(); }
set objectHandlingBackup(newValue) { this.__objectHandlingBackup.set(newValue); }
/**
* In version 7.17.0: introduced
*/
get objectHandlingBackupAllowOverride() {
return this.__objectHandlingBackupAllowOverride.get();
}
set objectHandlingBackupAllowOverride(newValue) {
this.__objectHandlingBackupAllowOverride.set(newValue);
}
get objectHandlingBackupAllowOverride() { return this.__objectHandlingBackupAllowOverride.get(); }
set objectHandlingBackupAllowOverride(newValue) { this.__objectHandlingBackupAllowOverride.set(newValue); }
/**
* In version 6.4.0: introduced
*/
get isDefaultType() {
return this.__isDefaultType.get();
}
set isDefaultType(newValue) {
this.__isDefaultType.set(newValue);
}
get isDefaultType() { return this.__isDefaultType.get(); }
set isDefaultType(newValue) { this.__isDefaultType.set(newValue); }
/** @internal */

@@ -758,8 +530,8 @@ _initializeDefaultProperties() {

ObjectMappingElement.versionInfo = new exports.StructureVersionInfo({
properties: {
objectHandlingBackupAllowOverride: {
introduced: "7.17.0"
"properties": {
"objectHandlingBackupAllowOverride": {
"introduced": "7.17.0"
},
isDefaultType: {
introduced: "6.4.0"
"isDefaultType": {
"introduced": "6.4.0"
}

@@ -802,5 +574,3 @@ }

}
get containerAsObjectMappingElement() {
return super.getContainerAs(ObjectMappingElement);
}
get containerAsObjectMappingElement() { return super.getContainerAs(ObjectMappingElement); }
/**

@@ -811,98 +581,42 @@ * The value of this property is conceptually of type dataTypes.LegacyDataType.

*/
get xmlDataType() {
return this.__xmlDataType.get();
}
set xmlDataType(newValue) {
this.__xmlDataType.set(newValue);
}
get xmlDataType() { return this.__xmlDataType.get(); }
set xmlDataType(newValue) { this.__xmlDataType.set(newValue); }
/**
* In version 7.9.0: introduced
*/
get type() {
return this.__type.get();
}
set type(newValue) {
this.__type.set(newValue);
}
get isKey() {
return this.__isKey.get();
}
set isKey(newValue) {
this.__isKey.set(newValue);
}
get isXmlAttribute() {
return this.__isXmlAttribute.get();
}
set isXmlAttribute(newValue) {
this.__isXmlAttribute.set(newValue);
}
get type() { return this.__type.get(); }
set type(newValue) { this.__type.set(newValue); }
get isKey() { return this.__isKey.get(); }
set isKey(newValue) { this.__isKey.set(newValue); }
get isXmlAttribute() { return this.__isXmlAttribute.get(); }
set isXmlAttribute(newValue) { this.__isXmlAttribute.set(newValue); }
/**
* In version 6.1.0: introduced
*/
get xmlPrimitiveType() {
return this.__xmlPrimitiveType.get();
}
set xmlPrimitiveType(newValue) {
this.__xmlPrimitiveType.set(newValue);
}
get isContent() {
return this.__isContent.get();
}
set isContent(newValue) {
this.__isContent.set(newValue);
}
get attribute() {
return this.__attribute.get();
}
set attribute(newValue) {
this.__attribute.set(newValue);
}
get attributeQualifiedName() {
return this.__attribute.qualifiedName();
}
get converter() {
return this.__converter.get();
}
set converter(newValue) {
this.__converter.set(newValue);
}
get converterQualifiedName() {
return this.__converter.qualifiedName();
}
get xmlPrimitiveType() { return this.__xmlPrimitiveType.get(); }
set xmlPrimitiveType(newValue) { this.__xmlPrimitiveType.set(newValue); }
get isContent() { return this.__isContent.get(); }
set isContent(newValue) { this.__isContent.set(newValue); }
get attribute() { return this.__attribute.get(); }
set attribute(newValue) { this.__attribute.set(newValue); }
get attributeQualifiedName() { return this.__attribute.qualifiedName(); }
get converter() { return this.__converter.get(); }
set converter(newValue) { this.__converter.set(newValue); }
get converterQualifiedName() { return this.__converter.qualifiedName(); }
/**
* In version 6.4.1: deleted
*/
get expectedContentTypes() {
return this.__expectedContentTypes.get();
}
set expectedContentTypes(newValue) {
this.__expectedContentTypes.set(newValue);
}
get maxLength() {
return this.__maxLength.get();
}
set maxLength(newValue) {
this.__maxLength.set(newValue);
}
get fractionDigits() {
return this.__fractionDigits.get();
}
set fractionDigits(newValue) {
this.__fractionDigits.set(newValue);
}
get totalDigits() {
return this.__totalDigits.get();
}
set totalDigits(newValue) {
this.__totalDigits.set(newValue);
}
get expectedContentTypes() { return this.__expectedContentTypes.get(); }
set expectedContentTypes(newValue) { this.__expectedContentTypes.set(newValue); }
get maxLength() { return this.__maxLength.get(); }
set maxLength(newValue) { this.__maxLength.set(newValue); }
get fractionDigits() { return this.__fractionDigits.get(); }
set fractionDigits(newValue) { this.__fractionDigits.set(newValue); }
get totalDigits() { return this.__totalDigits.get(); }
set totalDigits(newValue) { this.__totalDigits.set(newValue); }
/**
* In version 10.3.0: introduced
*/
get originalValue() {
return this.__originalValue.get();
}
set originalValue(newValue) {
this.__originalValue.set(newValue);
}
get originalValue() { return this.__originalValue.get(); }
set originalValue(newValue) { this.__originalValue.set(newValue); }
/** @internal */

@@ -930,22 +644,22 @@ _initializeDefaultProperties() {

ValueMappingElement.versionInfo = new exports.StructureVersionInfo({
properties: {
xmlDataType: {
deleted: "7.9.0",
deletionMessage: "Use property 'type' instead"
"properties": {
"xmlDataType": {
"deleted": "7.9.0",
"deletionMessage": "Use property 'type' instead"
},
type: {
introduced: "7.9.0",
required: {
currentValue: true
"type": {
"introduced": "7.9.0",
"required": {
"currentValue": true
}
},
xmlPrimitiveType: {
introduced: "6.1.0"
"xmlPrimitiveType": {
"introduced": "6.1.0"
},
expectedContentTypes: {
deleted: "6.4.1",
deletionMessage: null
"expectedContentTypes": {
"deleted": "6.4.1",
"deletionMessage": null
},
originalValue: {
introduced: "10.3.0"
"originalValue": {
"introduced": "10.3.0"
}

@@ -952,0 +666,0 @@ }

@@ -23,11 +23,5 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get itemCollection() {
return this.__itemCollection.get();
}
set itemCollection(newValue) {
this.__itemCollection.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get itemCollection() { return this.__itemCollection.get(); }
set itemCollection(newValue) { this.__itemCollection.set(newValue); }
/**

@@ -41,5 +35,3 @@ * Creates a new MenuDocument unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -53,6 +45,6 @@ _initializeDefaultProperties() {

MenuDocument.versionInfo = new exports.StructureVersionInfo({
properties: {
itemCollection: {
required: {
currentValue: true
"properties": {
"itemCollection": {
"required": {
"currentValue": true
}

@@ -72,14 +64,6 @@ }

}
get containerAsMenuDocument() {
return super.getContainerAs(MenuDocument);
}
get containerAsMenuItemContainer() {
return super.getContainerAs(MenuItemContainer);
}
get containerAsNavigationProfile() {
return super.getContainerAs(navigation_1.navigation.NavigationProfile);
}
get items() {
return this.__items.get();
}
get containerAsMenuDocument() { return super.getContainerAs(MenuDocument); }
get containerAsMenuItemContainer() { return super.getContainerAs(MenuItemContainer); }
get containerAsNavigationProfile() { return super.getContainerAs(navigation_1.navigation.NavigationProfile); }
get items() { return this.__items.get(); }
/** @internal */

@@ -111,32 +95,14 @@ _initializeDefaultProperties() {

}
get containerAsMenuItemContainer() {
return super.getContainerAs(MenuItemContainer);
}
get caption() {
return this.__caption.get();
}
set caption(newValue) {
this.__caption.set(newValue);
}
get icon() {
return this.__icon.get();
}
set icon(newValue) {
this.__icon.set(newValue);
}
get containerAsMenuItemContainer() { return super.getContainerAs(MenuItemContainer); }
get caption() { return this.__caption.get(); }
set caption(newValue) { this.__caption.set(newValue); }
get icon() { return this.__icon.get(); }
set icon(newValue) { this.__icon.set(newValue); }
/**
* In version 8.12.0: introduced
*/
get alternativeText() {
return this.__alternativeText.get();
}
set alternativeText(newValue) {
this.__alternativeText.set(newValue);
}
get action() {
return this.__action.get();
}
set action(newValue) {
this.__action.set(newValue);
}
get alternativeText() { return this.__alternativeText.get(); }
set alternativeText(newValue) { this.__alternativeText.set(newValue); }
get action() { return this.__action.get(); }
set action(newValue) { this.__action.set(newValue); }
/**

@@ -167,14 +133,14 @@ * Creates and returns a new MenuItem instance in the SDK and on the server.

MenuItem.versionInfo = new exports.StructureVersionInfo({
properties: {
caption: {
required: {
currentValue: true
"properties": {
"caption": {
"required": {
"currentValue": true
}
},
alternativeText: {
introduced: "8.12.0"
"alternativeText": {
"introduced": "8.12.0"
},
action: {
required: {
currentValue: true
"action": {
"required": {
"currentValue": true
}

@@ -192,8 +158,4 @@ }

}
get containerAsMenuDocument() {
return super.getContainerAs(MenuDocument);
}
get containerAsNavigationProfile() {
return super.getContainerAs(navigation_1.navigation.NavigationProfile);
}
get containerAsMenuDocument() { return super.getContainerAs(MenuDocument); }
get containerAsNavigationProfile() { return super.getContainerAs(navigation_1.navigation.NavigationProfile); }
/**

@@ -200,0 +162,0 @@ * Creates and returns a new MenuItemCollection instance in the SDK and on the server.

@@ -24,8 +24,4 @@ "use strict";

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
/**

@@ -70,3 +66,3 @@ * Creates and returns a new AssociationElement instance in the SDK and on the server.

AssociationElement.versionInfo = new exports.StructureVersionInfo({
introduced: "7.10.0"
"introduced": "7.10.0"
}, internal.StructureType.Element);

@@ -84,8 +80,4 @@ messagedefinitions.AssociationElement = AssociationElement;

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
/**

@@ -130,3 +122,3 @@ * Creates and returns a new AttributeElement instance in the SDK and on the server.

AttributeElement.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0"
"introduced": "7.6.0"
}, internal.StructureType.Element);

@@ -144,8 +136,4 @@ messagedefinitions.AttributeElement = AttributeElement;

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
/**

@@ -190,3 +178,3 @@ * Creates and returns a new EntityElement instance in the SDK and on the server.

EntityElement.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0"
"introduced": "7.6.0"
}, internal.StructureType.Element);

@@ -208,21 +196,9 @@ messagedefinitions.EntityElement = EntityElement;

}
get containerAsMessageDefinitionCollection() {
return super.getContainerAs(MessageDefinitionCollection);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get documentation() {
return this.__documentation.get();
}
set documentation(newValue) {
this.__documentation.set(newValue);
}
get containerAsMessageDefinitionCollection() { return super.getContainerAs(MessageDefinitionCollection); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get documentation() { return this.__documentation.get(); }
set documentation(newValue) { this.__documentation.set(newValue); }
/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
get qualifiedName() {

@@ -238,12 +214,12 @@ return this._getQualifiedName();

MessageDefinition.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0",
properties: {
name: {
public: {
currentValue: true
"introduced": "7.6.0",
"properties": {
"name": {
"public": {
"currentValue": true
}
}
},
public: {
currentValue: true
"public": {
"currentValue": true
}

@@ -266,11 +242,5 @@ }, internal.StructureType.Element);

}
get containerAsMessageDefinitionCollection() {
return super.getContainerAs(MessageDefinitionCollection);
}
get exposedEntity() {
return this.__exposedEntity.get();
}
set exposedEntity(newValue) {
this.__exposedEntity.set(newValue);
}
get containerAsMessageDefinitionCollection() { return super.getContainerAs(MessageDefinitionCollection); }
get exposedEntity() { return this.__exposedEntity.get(); }
set exposedEntity(newValue) { this.__exposedEntity.set(newValue); }
/**

@@ -303,5 +273,5 @@ * Creates and returns a new EntityMessageDefinition instance in the SDK and on the server.

EntityMessageDefinition.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0",
public: {
currentValue: true
"introduced": "7.6.0",
"public": {
"currentValue": true
}

@@ -326,35 +296,17 @@ }, internal.StructureType.Element);

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get containerAsEntityMessageDefinition() {
return super.getContainerAs(EntityMessageDefinition);
}
get originalName() {
return this.__originalName.get();
}
set originalName(newValue) {
this.__originalName.set(newValue);
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
get containerAsEntityMessageDefinition() { return super.getContainerAs(EntityMessageDefinition); }
get originalName() { return this.__originalName.get(); }
set originalName(newValue) { this.__originalName.set(newValue); }
/**
* In version 7.15.0: introduced
*/
get documentation() {
return this.__documentation.get();
}
set documentation(newValue) {
this.__documentation.set(newValue);
}
get documentation() { return this.__documentation.get(); }
set documentation(newValue) { this.__documentation.set(newValue); }
/**
* In version 7.15.0: introduced
*/
get example() {
return this.__example.get();
}
set example(newValue) {
this.__example.set(newValue);
}
get example() { return this.__example.get(); }
set example(newValue) { this.__example.set(newValue); }
/** @internal */

@@ -367,9 +319,9 @@ _initializeDefaultProperties() {

ExposedMember.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0",
properties: {
documentation: {
introduced: "7.15.0"
"introduced": "7.6.0",
"properties": {
"documentation": {
"introduced": "7.15.0"
},
example: {
introduced: "7.15.0"
"example": {
"introduced": "7.15.0"
}

@@ -391,20 +343,8 @@ }

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get containerAsEntityMessageDefinition() {
return super.getContainerAs(EntityMessageDefinition);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
get containerAsEntityMessageDefinition() { return super.getContainerAs(EntityMessageDefinition); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
/** @internal */

@@ -417,7 +357,7 @@ _initializeDefaultProperties() {

ExposedEntityBase.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0",
properties: {
entity: {
required: {
currentValue: true
"introduced": "7.6.0",
"properties": {
"entity": {
"required": {
"currentValue": true
}

@@ -440,17 +380,7 @@ }

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get association() {
return this.__association.get();
}
set association(newValue) {
this.__association.set(newValue);
}
get associationQualifiedName() {
return this.__association.qualifiedName();
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
get association() { return this.__association.get(); }
set association(newValue) { this.__association.set(newValue); }
get associationQualifiedName() { return this.__association.qualifiedName(); }
/**

@@ -495,7 +425,7 @@ * Creates and returns a new ExposedAssociation instance in the SDK and on the server.

ExposedAssociation.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0",
properties: {
association: {
required: {
currentValue: true
"introduced": "7.6.0",
"properties": {
"association": {
"required": {
"currentValue": true
}

@@ -518,17 +448,7 @@ }

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get attribute() {
return this.__attribute.get();
}
set attribute(newValue) {
this.__attribute.set(newValue);
}
get attributeQualifiedName() {
return this.__attribute.qualifiedName();
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
get attribute() { return this.__attribute.get(); }
set attribute(newValue) { this.__attribute.set(newValue); }
get attributeQualifiedName() { return this.__attribute.qualifiedName(); }
/**

@@ -573,7 +493,7 @@ * Creates and returns a new ExposedAttribute instance in the SDK and on the server.

ExposedAttribute.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0",
properties: {
attribute: {
required: {
currentValue: true
"introduced": "7.6.0",
"properties": {
"attribute": {
"required": {
"currentValue": true
}

@@ -594,11 +514,5 @@ }

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get containerAsEntityMessageDefinition() {
return super.getContainerAs(EntityMessageDefinition);
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
get containerAsEntityMessageDefinition() { return super.getContainerAs(EntityMessageDefinition); }
/**

@@ -655,3 +569,3 @@ * Creates and returns a new ExposedEntity instance in the SDK and on the server.

ExposedEntity.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0"
"introduced": "7.6.0"
}, internal.StructureType.Element);

@@ -671,8 +585,4 @@ messagedefinitions.ExposedEntity = ExposedEntity;

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get messageDefinitions() {
return this.__messageDefinitions.get();
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get messageDefinitions() { return this.__messageDefinitions.get(); }
/**

@@ -692,7 +602,7 @@ * Creates a new MessageDefinitionCollection unit in the SDK and on the server.

MessageDefinitionCollection.versionInfo = new exports.StructureVersionInfo({
introduced: "7.6.0",
properties: {
messageDefinitions: {
public: {
currentValue: true
"introduced": "7.6.0",
"properties": {
"messageDefinitions": {
"public": {
"currentValue": true
}

@@ -699,0 +609,0 @@ }

@@ -1,2 +0,2 @@

/** Highest supported Metamodel version: 10.12.0 */
/** Highest supported Metamodel version: 10.13.0 */
export declare const MAX_METAMODEL_VERSION: string;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_METAMODEL_VERSION = void 0;
/** Highest supported Metamodel version: 10.12.0 */
exports.MAX_METAMODEL_VERSION = "10.12.0";
/** Highest supported Metamodel version: 10.13.0 */
exports.MAX_METAMODEL_VERSION = "10.13.0";
//# sourceMappingURL=metamodelversion.js.map

@@ -20,20 +20,20 @@ "use strict";

TensorType.UnsignedInteger8Tensor = new TensorType("UnsignedInteger8Tensor", {
deleted: "9.19.0",
deletionMessage: null
"deleted": "9.19.0",
"deletionMessage": null
});
TensorType.UnsignedInteger16Tensor = new TensorType("UnsignedInteger16Tensor", {
deleted: "9.19.0",
deletionMessage: null
"deleted": "9.19.0",
"deletionMessage": null
});
TensorType.Float16Tensor = new TensorType("Float16Tensor", {
deleted: "9.19.0",
deletionMessage: null
"deleted": "9.19.0",
"deletionMessage": null
});
TensorType.Complex64Tensor = new TensorType("Complex64Tensor", {
deleted: "9.19.0",
deletionMessage: null
"deleted": "9.19.0",
"deletionMessage": null
});
TensorType.Complex128Tensor = new TensorType("Complex128Tensor", {
deleted: "9.19.0",
deletionMessage: null
"deleted": "9.19.0",
"deletionMessage": null
});

@@ -70,11 +70,5 @@ TensorType.Integer8Tensor = new TensorType("Integer8Tensor", {});

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get mlModelFileName() {
return this.__mlModelFileName.get();
}
set mlModelFileName(newValue) {
this.__mlModelFileName.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get mlModelFileName() { return this.__mlModelFileName.get(); }
set mlModelFileName(newValue) { this.__mlModelFileName.set(newValue); }
/**

@@ -87,5 +81,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get mlModelMetadata() {
return this.__mlModelMetadata.get();
}
get mlModelMetadata() { return this.__mlModelMetadata.get(); }
/**

@@ -96,8 +88,4 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get mlModelMappings() {
return this.__mlModelMappings.get();
}
set mlModelMappings(newValue) {
this.__mlModelMappings.set(newValue);
}
get mlModelMappings() { return this.__mlModelMappings.get(); }
set mlModelMappings(newValue) { this.__mlModelMappings.set(newValue); }
/**

@@ -111,5 +99,3 @@ * Creates a new MLMappingDocument unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -122,10 +108,10 @@ _initializeDefaultProperties() {

MLMappingDocument.versionInfo = new exports.StructureVersionInfo({
introduced: "9.17.0",
properties: {
mlModelMetadata: {
introduced: "9.22.0"
"introduced": "9.17.0",
"properties": {
"mlModelMetadata": {
"introduced": "9.22.0"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -152,14 +138,6 @@ }, internal.StructureType.ModelUnit);

}
get containerAsMLModelMappings() {
return super.getContainerAs(MLModelMappings);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get containerAsMLModelMappings() { return super.getContainerAs(MLModelMappings); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
/**

@@ -170,5 +148,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get mappings() {
return this.__mappings.get();
}
get mappings() { return this.__mappings.get(); }
/**

@@ -213,5 +189,5 @@ * Creates and returns a new MLModelEntityMappings instance in the SDK and on the server.

MLModelEntityMappings.versionInfo = new exports.StructureVersionInfo({
introduced: "9.17.0",
experimental: {
currentValue: true
"introduced": "9.17.0",
"experimental": {
"currentValue": true
}

@@ -238,5 +214,3 @@ }, internal.StructureType.Element);

}
get containerAsMLMappingDocument() {
return super.getContainerAs(MLMappingDocument);
}
get containerAsMLMappingDocument() { return super.getContainerAs(MLMappingDocument); }
/**

@@ -247,8 +221,4 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get input() {
return this.__input.get();
}
set input(newValue) {
this.__input.set(newValue);
}
get input() { return this.__input.get(); }
set input(newValue) { this.__input.set(newValue); }
/**

@@ -259,8 +229,4 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get output() {
return this.__output.get();
}
set output(newValue) {
this.__output.set(newValue);
}
get output() { return this.__output.get(); }
set output(newValue) { this.__output.set(newValue); }
/**

@@ -293,5 +259,5 @@ * Creates and returns a new MLModelMappings instance in the SDK and on the server.

MLModelMappings.versionInfo = new exports.StructureVersionInfo({
introduced: "9.17.0",
experimental: {
currentValue: true
"introduced": "9.17.0",
"experimental": {
"currentValue": true
}

@@ -318,17 +284,7 @@ }, internal.StructureType.Element);

}
get containerAsMLMappingDocument() {
return super.getContainerAs(MLMappingDocument);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get value() {
return this.__value.get();
}
set value(newValue) {
this.__value.set(newValue);
}
get containerAsMLMappingDocument() { return super.getContainerAs(MLMappingDocument); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get value() { return this.__value.get(); }
set value(newValue) { this.__value.set(newValue); }
/**

@@ -361,5 +317,5 @@ * Creates and returns a new MLModelMetadata instance in the SDK and on the server.

MLModelMetadata.versionInfo = new exports.StructureVersionInfo({
introduced: "9.22.0",
experimental: {
currentValue: true
"introduced": "9.22.0",
"experimental": {
"currentValue": true
}

@@ -384,11 +340,5 @@ }, internal.StructureType.Element);

}
get containerAsTensorMappingElement() {
return super.getContainerAs(TensorMappingElement);
}
get dimension() {
return this.__dimension.get();
}
set dimension(newValue) {
this.__dimension.set(newValue);
}
get containerAsTensorMappingElement() { return super.getContainerAs(TensorMappingElement); }
get dimension() { return this.__dimension.get(); }
set dimension(newValue) { this.__dimension.set(newValue); }
/**

@@ -446,5 +396,5 @@ * Creates and returns a new TensorDimension instance in the SDK and on the server.

TensorDimension.versionInfo = new exports.StructureVersionInfo({
introduced: "9.17.0",
experimental: {
currentValue: true
"introduced": "9.17.0",
"experimental": {
"currentValue": true
}

@@ -483,23 +433,13 @@ }, internal.StructureType.Element);

}
get containerAsMLModelEntityMappings() {
return super.getContainerAs(MLModelEntityMappings);
}
get containerAsMLModelEntityMappings() { return super.getContainerAs(MLModelEntityMappings); }
/**
* In version 9.21.0: deleted
*/
get attributeName() {
return this.__attributeName.get();
}
set attributeName(newValue) {
this.__attributeName.set(newValue);
}
get attributeName() { return this.__attributeName.get(); }
set attributeName(newValue) { this.__attributeName.set(newValue); }
/**
* In version 9.21.0: deleted
*/
get attributeType() {
return this.__attributeType.get();
}
set attributeType(newValue) {
this.__attributeType.set(newValue);
}
get attributeType() { return this.__attributeType.get(); }
set attributeType(newValue) { this.__attributeType.set(newValue); }
/**

@@ -512,17 +452,7 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get attributeShape() {
return this.__attributeShape.get();
}
get tensorName() {
return this.__tensorName.get();
}
set tensorName(newValue) {
this.__tensorName.set(newValue);
}
get tensorType() {
return this.__tensorType.get();
}
set tensorType(newValue) {
this.__tensorType.set(newValue);
}
get attributeShape() { return this.__attributeShape.get(); }
get tensorName() { return this.__tensorName.get(); }
set tensorName(newValue) { this.__tensorName.set(newValue); }
get tensorType() { return this.__tensorType.get(); }
set tensorType(newValue) { this.__tensorType.set(newValue); }
/**

@@ -533,5 +463,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get tensorShape() {
return this.__tensorShape.get();
}
get tensorShape() { return this.__tensorShape.get(); }
/**

@@ -544,17 +472,9 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get staticTensorShape() {
return this.__staticTensorShape.get();
}
get staticTensorShape() { return this.__staticTensorShape.get(); }
/**
* In version 9.21.0: introduced
*/
get attribute() {
return this.__attribute.get();
}
set attribute(newValue) {
this.__attribute.set(newValue);
}
get attributeQualifiedName() {
return this.__attribute.qualifiedName();
}
get attribute() { return this.__attribute.get(); }
set attribute(newValue) { this.__attribute.set(newValue); }
get attributeQualifiedName() { return this.__attribute.qualifiedName(); }
/**

@@ -588,25 +508,25 @@ * Creates and returns a new TensorMappingElement instance in the SDK and on the server.

TensorMappingElement.versionInfo = new exports.StructureVersionInfo({
introduced: "9.17.0",
properties: {
attributeName: {
deleted: "9.21.0",
deletionMessage: null
"introduced": "9.17.0",
"properties": {
"attributeName": {
"deleted": "9.21.0",
"deletionMessage": null
},
attributeType: {
deleted: "9.21.0",
deletionMessage: null
"attributeType": {
"deleted": "9.21.0",
"deletionMessage": null
},
attributeShape: {
deleted: "9.21.0",
deletionMessage: null
"attributeShape": {
"deleted": "9.21.0",
"deletionMessage": null
},
staticTensorShape: {
introduced: "9.21.0"
"staticTensorShape": {
"introduced": "9.21.0"
},
attribute: {
introduced: "9.21.0"
"attribute": {
"introduced": "9.21.0"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -613,0 +533,0 @@ }, internal.StructureType.Element);

@@ -25,17 +25,7 @@ "use strict";

}
get containerAsJavaActionParameterMapping() {
return super.getContainerAs(microflows_1.microflows.JavaActionParameterMapping);
}
get containerAsJavaScriptActionParameterMapping() {
return super.getContainerAs(microflows_1.microflows.JavaScriptActionParameterMapping);
}
get nanoflow() {
return this.__nanoflow.get();
}
set nanoflow(newValue) {
this.__nanoflow.set(newValue);
}
get nanoflowQualifiedName() {
return this.__nanoflow.qualifiedName();
}
get containerAsJavaActionParameterMapping() { return super.getContainerAs(microflows_1.microflows.JavaActionParameterMapping); }
get containerAsJavaScriptActionParameterMapping() { return super.getContainerAs(microflows_1.microflows.JavaScriptActionParameterMapping); }
get nanoflow() { return this.__nanoflow.get(); }
set nanoflow(newValue) { this.__nanoflow.set(newValue); }
get nanoflowQualifiedName() { return this.__nanoflow.qualifiedName(); }
/**

@@ -80,3 +70,3 @@ * Creates and returns a new NanoflowParameterValue instance in the SDK and on the server.

NanoflowParameterValue.versionInfo = new exports.StructureVersionInfo({
introduced: "8.4.0"
"introduced": "8.4.0"
}, internal.StructureType.Element);

@@ -83,0 +73,0 @@ nanoflows.NanoflowParameterValue = NanoflowParameterValue;

@@ -38,38 +38,18 @@ "use strict";

}
get containerAsNativeNavigationProfile() {
return super.getContainerAs(navigation_1.navigation.NativeNavigationProfile);
}
get caption() {
return this.__caption.get();
}
set caption(newValue) {
this.__caption.set(newValue);
}
get icon() {
return this.__icon.get();
}
set icon(newValue) {
this.__icon.set(newValue);
}
get containerAsNativeNavigationProfile() { return super.getContainerAs(navigation_1.navigation.NativeNavigationProfile); }
get caption() { return this.__caption.get(); }
set caption(newValue) { this.__caption.set(newValue); }
get icon() { return this.__icon.get(); }
set icon(newValue) { this.__icon.set(newValue); }
/**
* In version 8.15.0: introduced
*/
get page() {
return this.__page.get();
}
set page(newValue) {
this.__page.set(newValue);
}
get pageQualifiedName() {
return this.__page.qualifiedName();
}
get page() { return this.__page.get(); }
set page(newValue) { this.__page.set(newValue); }
get pageQualifiedName() { return this.__page.qualifiedName(); }
/**
* In version 8.15.0: deleted
*/
get action() {
return this.__action.get();
}
set action(newValue) {
this.__action.set(newValue);
}
get action() { return this.__action.get(); }
set action(newValue) { this.__action.set(newValue); }
/**

@@ -107,9 +87,7 @@ * Creates and returns a new BottomBarItem instance in the SDK and on the server.

this.caption = ((text) => {
text.translations.replace([
((translation) => {
text.translations.replace([((translation) => {
translation.languageCode = "en_US";
translation.text = "";
return translation;
})(texts_1.texts.Translation.create(this.model))
]);
})(texts_1.texts.Translation.create(this.model))]);
return text;

@@ -122,22 +100,22 @@ })(texts_1.texts.Text.create(this.model));

BottomBarItem.versionInfo = new exports.StructureVersionInfo({
introduced: "8.0.0",
properties: {
caption: {
required: {
currentValue: true
"introduced": "8.0.0",
"properties": {
"caption": {
"required": {
"currentValue": true
}
},
page: {
introduced: "8.15.0"
"page": {
"introduced": "8.15.0"
},
action: {
deleted: "8.15.0",
deletionMessage: null,
required: {
currentValue: true
"action": {
"deleted": "8.15.0",
"deletionMessage": null,
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -163,17 +141,9 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get widgets() {
return this.__widgets.get();
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get widgets() { return this.__widgets.get(); }
/**
* In version 7.22.0: introduced
*/
get headerWidget() {
return this.__headerWidget.get();
}
set headerWidget(newValue) {
this.__headerWidget.set(newValue);
}
get headerWidget() { return this.__headerWidget.get(); }
set headerWidget(newValue) { this.__headerWidget.set(newValue); }
/**

@@ -187,5 +157,3 @@ * Creates a new NativeLayout unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -198,12 +166,12 @@ _initializeDefaultProperties() {

NativeLayout.versionInfo = new exports.StructureVersionInfo({
introduced: "7.21.0",
deleted: "8.0.0",
deletionMessage: null,
properties: {
headerWidget: {
introduced: "7.22.0"
"introduced": "7.21.0",
"deleted": "8.0.0",
"deletionMessage": null,
"properties": {
"headerWidget": {
"introduced": "7.22.0"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -231,17 +199,7 @@ }, internal.StructureType.ModelUnit);

}
get containerAsNativePage() {
return super.getContainerAs(NativePage);
}
get parameter() {
return this.__parameter.get();
}
set parameter(newValue) {
this.__parameter.set(newValue);
}
get parameterQualifiedName() {
return this.__parameter.qualifiedName();
}
get widgets() {
return this.__widgets.get();
}
get containerAsNativePage() { return super.getContainerAs(NativePage); }
get parameter() { return this.__parameter.get(); }
set parameter(newValue) { this.__parameter.set(newValue); }
get parameterQualifiedName() { return this.__parameter.qualifiedName(); }
get widgets() { return this.__widgets.get(); }
/**

@@ -274,14 +232,14 @@ * Creates and returns a new NativeLayoutCallArgument instance in the SDK and on the server.

NativeLayoutCallArgument.versionInfo = new exports.StructureVersionInfo({
introduced: "7.23.0",
deleted: "8.0.0",
deletionMessage: null,
properties: {
parameter: {
required: {
currentValue: true
"introduced": "7.23.0",
"deleted": "8.0.0",
"deletionMessage": null,
"properties": {
"parameter": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -307,5 +265,3 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
/**

@@ -316,11 +272,5 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get layout() {
return this.__layout.get();
}
set layout(newValue) {
this.__layout.set(newValue);
}
get layoutQualifiedName() {
return this.__layout.qualifiedName();
}
get layout() { return this.__layout.get(); }
set layout(newValue) { this.__layout.set(newValue); }
get layoutQualifiedName() { return this.__layout.qualifiedName(); }
/**

@@ -333,5 +283,3 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get arguments() {
return this.__arguments.get();
}
get arguments() { return this.__arguments.get(); }
/**

@@ -345,5 +293,3 @@ * Creates a new NativePage unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -356,17 +302,17 @@ _initializeDefaultProperties() {

NativePage.versionInfo = new exports.StructureVersionInfo({
introduced: "7.21.0",
deleted: "8.0.0",
deletionMessage: null,
properties: {
layout: {
required: {
currentValue: true
"introduced": "7.21.0",
"deleted": "8.0.0",
"deletionMessage": null,
"properties": {
"layout": {
"required": {
"currentValue": true
}
},
arguments: {
introduced: "7.23.0"
"arguments": {
"introduced": "7.23.0"
}
},
experimental: {
currentValue: true
"experimental": {
"currentValue": true
}

@@ -392,35 +338,13 @@ }, internal.StructureType.ModelUnit);

}
get containerAsWidgetValue() {
return super.getContainerAs(customwidgets_1.customwidgets.WidgetValue);
}
get containerAsMenuItem() {
return super.getContainerAs(menus_1.menus.MenuItem);
}
get containerAsActionButton() {
return super.getContainerAs(pages_1.pages.ActionButton);
}
get containerAsActionItem() {
return super.getContainerAs(pages_1.pages.ActionItem);
}
get containerAsAssociationWidget() {
return super.getContainerAs(pages_1.pages.AssociationWidget);
}
get containerAsAttributeWidget() {
return super.getContainerAs(pages_1.pages.AttributeWidget);
}
get containerAsDynamicImageViewer() {
return super.getContainerAs(pages_1.pages.DynamicImageViewer);
}
get containerAsGridActionButton() {
return super.getContainerAs(pages_1.pages.GridActionButton);
}
get containerAsListView() {
return super.getContainerAs(pages_1.pages.ListView);
}
get containerAsReferenceSetSelector() {
return super.getContainerAs(pages_1.pages.ReferenceSetSelector);
}
get containerAsStaticImageViewer() {
return super.getContainerAs(pages_1.pages.StaticImageViewer);
}
get containerAsWidgetValue() { return super.getContainerAs(customwidgets_1.customwidgets.WidgetValue); }
get containerAsMenuItem() { return super.getContainerAs(menus_1.menus.MenuItem); }
get containerAsActionButton() { return super.getContainerAs(pages_1.pages.ActionButton); }
get containerAsActionItem() { return super.getContainerAs(pages_1.pages.ActionItem); }
get containerAsAssociationWidget() { return super.getContainerAs(pages_1.pages.AssociationWidget); }
get containerAsAttributeWidget() { return super.getContainerAs(pages_1.pages.AttributeWidget); }
get containerAsDynamicImageViewer() { return super.getContainerAs(pages_1.pages.DynamicImageViewer); }
get containerAsGridActionButton() { return super.getContainerAs(pages_1.pages.GridActionButton); }
get containerAsListView() { return super.getContainerAs(pages_1.pages.ListView); }
get containerAsReferenceSetSelector() { return super.getContainerAs(pages_1.pages.ReferenceSetSelector); }
get containerAsStaticImageViewer() { return super.getContainerAs(pages_1.pages.StaticImageViewer); }
/**

@@ -431,11 +355,5 @@ * NOTE: This property is experimental and is subject to change in newer Model SDK versions.

*/
get page() {
return this.__page.get();
}
set page(newValue) {
this.__page.set(newValue);
}
get pageQualifiedName() {
return this.__page.qualifiedName();
}
get page() { return this.__page.get(); }
set page(newValue) { this.__page.set(newValue); }
get pageQualifiedName() { return this.__page.qualifiedName(); }
/**

@@ -612,7 +530,7 @@ * Creates and returns a new NativePageClientAction instance in the SDK and on the server.

NativePageClientAction.versionInfo = new exports.StructureVersionInfo({
introduced: "7.23.0",
deleted: "8.0.0",
deletionMessage: null,
experimental: {
currentValue: true
"introduced": "7.23.0",
"deleted": "8.0.0",
"deletionMessage": null,
"experimental": {
"currentValue": true
}

@@ -636,59 +554,21 @@ }, internal.StructureType.Element);

}
get containerAsNativeLayout() {
return super.getContainerAs(NativeLayout);
}
get containerAsNativeLayoutCallArgument() {
return super.getContainerAs(NativeLayoutCallArgument);
}
get containerAsBuildingBlock() {
return super.getContainerAs(pages_1.pages.BuildingBlock);
}
get containerAsDataView() {
return super.getContainerAs(pages_1.pages.DataView);
}
get containerAsDivContainer() {
return super.getContainerAs(pages_1.pages.DivContainer);
}
get containerAsGroupBox() {
return super.getContainerAs(pages_1.pages.GroupBox);
}
get containerAsHeader() {
return super.getContainerAs(pages_1.pages.Header);
}
get containerAsLayout() {
return super.getContainerAs(pages_1.pages.Layout);
}
get containerAsLayoutCallArgument() {
return super.getContainerAs(pages_1.pages.LayoutCallArgument);
}
get containerAsLayoutGridColumn() {
return super.getContainerAs(pages_1.pages.LayoutGridColumn);
}
get containerAsListView() {
return super.getContainerAs(pages_1.pages.ListView);
}
get containerAsListViewTemplate() {
return super.getContainerAs(pages_1.pages.ListViewTemplate);
}
get containerAsNavigationListItem() {
return super.getContainerAs(pages_1.pages.NavigationListItem);
}
get containerAsScrollContainerRegion() {
return super.getContainerAs(pages_1.pages.ScrollContainerRegion);
}
get containerAsSnippet() {
return super.getContainerAs(pages_1.pages.Snippet);
}
get containerAsSplitPane() {
return super.getContainerAs(pages_1.pages.SplitPane);
}
get containerAsTabPage() {
return super.getContainerAs(pages_1.pages.TabPage);
}
get containerAsTableCell() {
return super.getContainerAs(pages_1.pages.TableCell);
}
get containerAsTemplateGridContents() {
return super.getContainerAs(pages_1.pages.TemplateGridContents);
}
get containerAsNativeLayout() { return super.getContainerAs(NativeLayout); }
get containerAsNativeLayoutCallArgument() { return super.getContainerAs(NativeLayoutCallArgument); }
get containerAsBuildingBlock() { return super.getContainerAs(pages_1.pages.BuildingBlock); }
get containerAsDataView() { return super.getContainerAs(pages_1.pages.DataView); }
get containerAsDivContainer() { return super.getContainerAs(pages_1.pages.DivContainer); }
get containerAsGroupBox() { return super.getContainerAs(pages_1.pages.GroupBox); }
get containerAsHeader() { return super.getContainerAs(pages_1.pages.Header); }
get containerAsLayout() { return super.getContainerAs(pages_1.pages.Layout); }
get containerAsLayoutCallArgument() { return super.getContainerAs(pages_1.pages.LayoutCallArgument); }
get containerAsLayoutGridColumn() { return super.getContainerAs(pages_1.pages.LayoutGridColumn); }
get containerAsListView() { return super.getContainerAs(pages_1.pages.ListView); }
get containerAsListViewTemplate() { return super.getContainerAs(pages_1.pages.ListViewTemplate); }
get containerAsNavigationListItem() { return super.getContainerAs(pages_1.pages.NavigationListItem); }
get containerAsScrollContainerRegion() { return super.getContainerAs(pages_1.pages.ScrollContainerRegion); }
get containerAsSnippet() { return super.getContainerAs(pages_1.pages.Snippet); }
get containerAsSplitPane() { return super.getContainerAs(pages_1.pages.SplitPane); }
get containerAsTabPage() { return super.getContainerAs(pages_1.pages.TabPage); }
get containerAsTableCell() { return super.getContainerAs(pages_1.pages.TableCell); }
get containerAsTemplateGridContents() { return super.getContainerAs(pages_1.pages.TemplateGridContents); }
/**

@@ -985,7 +865,7 @@ * Creates and returns a new NativePlaceholder instance in the SDK and on the server.

NativePlaceholder.versionInfo = new exports.StructureVersionInfo({
introduced: "7.23.0",
deleted: "8.0.0",
deletionMessage: null,
experimental: {
currentValue: true
"introduced": "7.23.0",
"deleted": "8.0.0",
"deletionMessage": null,
"experimental": {
"currentValue": true
}

@@ -992,0 +872,0 @@ }, internal.StructureType.Element);

@@ -416,2 +416,7 @@ import * as internal from "../sdk/internal";

set progressiveWebAppSettings(newValue: ProgressiveWebAppSettings | null);
/**
* In version 10.13.0: introduced
*/
get notFoundHomepage(): NotFoundHomePage | null;
set notFoundHomepage(newValue: NotFoundHomePage | null);
constructor(model: internal.AbstractModel, structureTypeName: string, id: string, isPartial: boolean, unit: internal.ModelUnit, container: internal.AbstractElement);

@@ -516,2 +521,26 @@ /**

/**
* In version 10.13.0: introduced
*/
class NotFoundHomePage extends HomePageBase {
static structureTypeName: string;
static versionInfo: StructureVersionInfo;
get containerAsNavigationProfile(): NavigationProfile;
constructor(model: internal.AbstractModel, structureTypeName: string, id: string, isPartial: boolean, unit: internal.ModelUnit, container: internal.AbstractElement);
/**
* Creates and returns a new NotFoundHomePage instance in the SDK and on the server.
* The new NotFoundHomePage will be automatically stored in the 'notFoundHomepage' property
* of the parent NavigationProfile element passed as argument.
*
* Warning! Can only be used on models with the following Mendix meta model versions:
* 10.13.0 and higher
*/
static createIn(container: NavigationProfile): NotFoundHomePage;
/**
* Creates and returns a new NotFoundHomePage instance in the SDK and on the server.
* Expects one argument: the IModel object the instance will "live on".
* After creation, assign or add this instance to a property that accepts this kind of objects.
*/
static create(model: IModel): NotFoundHomePage;
}
/**
* NOTE: This class is experimental and is subject to change in newer Model SDK versions.

@@ -518,0 +547,0 @@ *

@@ -198,2 +198,7 @@ import * as internal from "../sdk/internal";

set exposedName(newValue: string);
/**
* In version 10.13.0: introduced
*/
get alternativeExposedName(): string;
set alternativeExposedName(newValue: string);
get entityType(): EntityType;

@@ -371,2 +376,7 @@ set entityType(newValue: EntityType);

set openApi(newValue: string);
/**
* In version 10.13.0: introduced
*/
get graphQL(): string;
set graphQL(newValue: string);
constructor(model: internal.AbstractModel, structureTypeName: string, id: string, isPartial: boolean, unit: internal.ModelUnit, container: internal.AbstractElement);

@@ -486,2 +496,7 @@ /**

set exposedName(newValue: string);
/**
* In version 10.13.0: introduced
*/
get alternativeExposedName(): string;
set alternativeExposedName(newValue: string);
get microflow(): microflows.IMicroflow;

@@ -488,0 +503,0 @@ set microflow(newValue: microflows.IMicroflow);

@@ -40,8 +40,4 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(FolderBase);
}
get containerAsModule() {
return super.getContainerAs(Module);
}
get containerAsFolderBase() { return super.getContainerAs(FolderBase); }
get containerAsModule() { return super.getContainerAs(Module); }
/** @internal */

@@ -68,38 +64,20 @@ _initializeDefaultProperties() {

}
get containerAsFolderBase() {
return super.getContainerAs(FolderBase);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(FolderBase); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
/**
* In version 9.10.0: added public
*/
get documentation() {
return this.__documentation.get();
}
set documentation(newValue) {
this.__documentation.set(newValue);
}
get documentation() { return this.__documentation.get(); }
set documentation(newValue) { this.__documentation.set(newValue); }
/**
* In version 9.11.0: added public
*/
get excluded() {
return this.__excluded.get();
}
set excluded(newValue) {
this.__excluded.set(newValue);
}
get excluded() { return this.__excluded.get(); }
set excluded(newValue) { this.__excluded.set(newValue); }
/**
* In version 9.3.0: introduced
*/
get exportLevel() {
return this.__exportLevel.get();
}
set exportLevel(newValue) {
this.__exportLevel.set(newValue);
}
get exportLevel() { return this.__exportLevel.get(); }
set exportLevel(newValue) { this.__exportLevel.set(newValue); }
get qualifiedName() {

@@ -118,22 +96,26 @@ return this._getQualifiedName();

Document.versionInfo = new exports.StructureVersionInfo({
properties: {
name: {
public: {
currentValue: true
"properties": {
"name": {
"public": {
"currentValue": true
}
},
documentation: {
public: {
currentValue: true,
changedIn: ["9.10.0"]
"documentation": {
"public": {
"currentValue": true,
"changedIn": [
"9.10.0"
]
}
},
excluded: {
public: {
currentValue: true,
changedIn: ["9.11.0"]
"excluded": {
"public": {
"currentValue": true,
"changedIn": [
"9.11.0"
]
}
},
exportLevel: {
introduced: "9.3.0"
"exportLevel": {
"introduced": "9.3.0"
}

@@ -151,14 +133,6 @@ }

}
get containerAsFolderBase() {
return super.getContainerAs(FolderBase);
}
get containerAsProject() {
return super.getContainerAs(Project);
}
get folders() {
return this.__folders.get();
}
get documents() {
return this.__documents.get();
}
get containerAsFolderBase() { return super.getContainerAs(FolderBase); }
get containerAsProject() { return super.getContainerAs(Project); }
get folders() { return this.__folders.get(); }
get documents() { return this.__documents.get(); }
/** @internal */

@@ -182,11 +156,5 @@ _initializeDefaultProperties() {

}
get containerAsFolderBase() {
return super.getContainerAs(FolderBase);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(FolderBase); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
/**

@@ -228,35 +196,15 @@ * Creates a new Folder unit in the SDK and on the server.

}
get containerAsModuleSettings() {
return super.getContainerAs(ModuleSettings);
}
get groupId() {
return this.__groupId.get();
}
set groupId(newValue) {
this.__groupId.set(newValue);
}
get artifactId() {
return this.__artifactId.get();
}
set artifactId(newValue) {
this.__artifactId.set(newValue);
}
get version() {
return this.__version.get();
}
set version(newValue) {
this.__version.set(newValue);
}
get isIncluded() {
return this.__isIncluded.get();
}
set isIncluded(newValue) {
this.__isIncluded.set(newValue);
}
get containerAsModuleSettings() { return super.getContainerAs(ModuleSettings); }
get groupId() { return this.__groupId.get(); }
set groupId(newValue) { this.__groupId.set(newValue); }
get artifactId() { return this.__artifactId.get(); }
set artifactId(newValue) { this.__artifactId.set(newValue); }
get version() { return this.__version.get(); }
set version(newValue) { this.__version.set(newValue); }
get isIncluded() { return this.__isIncluded.get(); }
set isIncluded(newValue) { this.__isIncluded.set(newValue); }
/**
* In version 10.12.0: introduced
*/
get exclusions() {
return this.__exclusions.get();
}
get exclusions() { return this.__exclusions.get(); }
/**

@@ -290,11 +238,13 @@ * Creates and returns a new JarDependency instance in the SDK and on the server.

JarDependency.versionInfo = new exports.StructureVersionInfo({
introduced: "10.0.0",
properties: {
exclusions: {
introduced: "10.12.0"
"introduced": "10.0.0",
"properties": {
"exclusions": {
"introduced": "10.12.0"
}
},
experimental: {
currentValue: false,
changedIn: ["10.12.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"10.12.0"
]
}

@@ -317,17 +267,7 @@ }, internal.StructureType.Element);

}
get containerAsJarDependency() {
return super.getContainerAs(JarDependency);
}
get groupId() {
return this.__groupId.get();
}
set groupId(newValue) {
this.__groupId.set(newValue);
}
get artifactId() {
return this.__artifactId.get();
}
set artifactId(newValue) {
this.__artifactId.set(newValue);
}
get containerAsJarDependency() { return super.getContainerAs(JarDependency); }
get groupId() { return this.__groupId.get(); }
set groupId(newValue) { this.__groupId.set(newValue); }
get artifactId() { return this.__artifactId.get(); }
set artifactId(newValue) { this.__artifactId.set(newValue); }
/**

@@ -360,3 +300,3 @@ * Creates and returns a new JarDependencyExclusion instance in the SDK and on the server.

JarDependencyExclusion.versionInfo = new exports.StructureVersionInfo({
introduced: "10.12.0"
"introduced": "10.12.0"
}, internal.StructureType.Element);

@@ -399,5 +339,3 @@ projects.JarDependencyExclusion = JarDependencyExclusion;

}
get containerAsProject() {
return super.getContainerAs(Project);
}
get containerAsProject() { return super.getContainerAs(Project); }
/**

@@ -409,41 +347,17 @@ * The index of where this Module appears in the project.

*/
get sortIndex() {
return this.__sortIndex.get();
}
set sortIndex(newValue) {
this.__sortIndex.set(newValue);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get domainModel() {
return this.__domainModel.get();
}
set domainModel(newValue) {
this.__domainModel.set(newValue);
}
get sortIndex() { return this.__sortIndex.get(); }
set sortIndex(newValue) { this.__sortIndex.set(newValue); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get domainModel() { return this.__domainModel.get(); }
set domainModel(newValue) { this.__domainModel.set(newValue); }
/**
* In version 9.8.0: introduced
*/
get moduleSettings() {
return this.__moduleSettings.get();
}
set moduleSettings(newValue) {
this.__moduleSettings.set(newValue);
}
get moduleSecurity() {
return this.__moduleSecurity.get();
}
set moduleSecurity(newValue) {
this.__moduleSecurity.set(newValue);
}
get fromAppStore() {
return this.__fromAppStore.get();
}
set fromAppStore(newValue) {
this.__fromAppStore.set(newValue);
}
get moduleSettings() { return this.__moduleSettings.get(); }
set moduleSettings(newValue) { this.__moduleSettings.set(newValue); }
get moduleSecurity() { return this.__moduleSecurity.get(); }
set moduleSecurity(newValue) { this.__moduleSecurity.set(newValue); }
get fromAppStore() { return this.__fromAppStore.get(); }
set fromAppStore(newValue) { this.__fromAppStore.set(newValue); }
/**

@@ -453,35 +367,15 @@ * In version 9.1.0: deleted

*/
get isReusableComponent() {
return this.__isReusableComponent.get();
}
set isReusableComponent(newValue) {
this.__isReusableComponent.set(newValue);
}
get appStoreGuid() {
return this.__appStoreGuid.get();
}
set appStoreGuid(newValue) {
this.__appStoreGuid.set(newValue);
}
get appStoreVersionGuid() {
return this.__appStoreVersionGuid.get();
}
set appStoreVersionGuid(newValue) {
this.__appStoreVersionGuid.set(newValue);
}
get appStoreVersion() {
return this.__appStoreVersion.get();
}
set appStoreVersion(newValue) {
this.__appStoreVersion.set(newValue);
}
get isReusableComponent() { return this.__isReusableComponent.get(); }
set isReusableComponent(newValue) { this.__isReusableComponent.set(newValue); }
get appStoreGuid() { return this.__appStoreGuid.get(); }
set appStoreGuid(newValue) { this.__appStoreGuid.set(newValue); }
get appStoreVersionGuid() { return this.__appStoreVersionGuid.get(); }
set appStoreVersionGuid(newValue) { this.__appStoreVersionGuid.set(newValue); }
get appStoreVersion() { return this.__appStoreVersion.get(); }
set appStoreVersion(newValue) { this.__appStoreVersion.set(newValue); }
/**
* In version 8.13.0: introduced
*/
get appStorePackageId() {
return this.__appStorePackageId.get();
}
set appStorePackageId(newValue) {
this.__appStorePackageId.set(newValue);
}
get appStorePackageId() { return this.__appStorePackageId.get(); }
set appStorePackageId(newValue) { this.__appStorePackageId.set(newValue); }
/**

@@ -491,17 +385,9 @@ * In version 9.8.0: deleted

*/
get exportLevel() {
return this.__exportLevel.get();
}
set exportLevel(newValue) {
this.__exportLevel.set(newValue);
}
get exportLevel() { return this.__exportLevel.get(); }
set exportLevel(newValue) { this.__exportLevel.set(newValue); }
/**
* In version 9.3.0: introduced
*/
get isThemeModule() {
return this.__isThemeModule.get();
}
set isThemeModule(newValue) {
this.__isThemeModule.set(newValue);
}
get isThemeModule() { return this.__isThemeModule.get(); }
set isThemeModule(newValue) { this.__isThemeModule.set(newValue); }
/**

@@ -524,34 +410,34 @@ * Creates a new Module unit in the SDK and on the server.

Module.versionInfo = new exports.StructureVersionInfo({
properties: {
domainModel: {
required: {
currentValue: true
"properties": {
"domainModel": {
"required": {
"currentValue": true
}
},
moduleSettings: {
introduced: "9.8.0",
required: {
currentValue: true
"moduleSettings": {
"introduced": "9.8.0",
"required": {
"currentValue": true
}
},
moduleSecurity: {
required: {
currentValue: true
"moduleSecurity": {
"required": {
"currentValue": true
}
},
isReusableComponent: {
introduced: "8.5.0",
deleted: "9.1.0",
deletionMessage: null
"isReusableComponent": {
"introduced": "8.5.0",
"deleted": "9.1.0",
"deletionMessage": null
},
appStorePackageId: {
introduced: "8.13.0"
"appStorePackageId": {
"introduced": "8.13.0"
},
exportLevel: {
introduced: "9.3.0",
deleted: "9.8.0",
deletionMessage: null
"exportLevel": {
"introduced": "9.3.0",
"deleted": "9.8.0",
"deletionMessage": null
},
isThemeModule: {
introduced: "9.3.0"
"isThemeModule": {
"introduced": "9.3.0"
}

@@ -585,59 +471,31 @@ }

}
get containerAsModule() {
return super.getContainerAs(Module);
}
get exportLevel() {
return this.__exportLevel.get();
}
set exportLevel(newValue) {
this.__exportLevel.set(newValue);
}
get containerAsModule() { return super.getContainerAs(Module); }
get exportLevel() { return this.__exportLevel.get(); }
set exportLevel(newValue) { this.__exportLevel.set(newValue); }
/**
* In version 9.12.0: introduced
*/
get protectedModuleType() {
return this.__protectedModuleType.get();
}
set protectedModuleType(newValue) {
this.__protectedModuleType.set(newValue);
}
get version() {
return this.__version.get();
}
set version(newValue) {
this.__version.set(newValue);
}
get protectedModuleType() { return this.__protectedModuleType.get(); }
set protectedModuleType(newValue) { this.__protectedModuleType.set(newValue); }
get version() { return this.__version.get(); }
set version(newValue) { this.__version.set(newValue); }
/**
* In version 10.0.0: introduced
*/
get solutionIdentifier() {
return this.__solutionIdentifier.get();
}
set solutionIdentifier(newValue) {
this.__solutionIdentifier.set(newValue);
}
get solutionIdentifier() { return this.__solutionIdentifier.get(); }
set solutionIdentifier(newValue) { this.__solutionIdentifier.set(newValue); }
/**
* In version 10.10.0: introduced
*/
get extensionName() {
return this.__extensionName.get();
}
set extensionName(newValue) {
this.__extensionName.set(newValue);
}
get extensionName() { return this.__extensionName.get(); }
set extensionName(newValue) { this.__extensionName.set(newValue); }
/**
* In version 10.0.0: introduced
*/
get jarDependencies() {
return this.__jarDependencies.get();
}
get jarDependencies() { return this.__jarDependencies.get(); }
/**
* In version 10.0.0: introduced
*/
get basedOnVersion() {
return this.__basedOnVersion.get();
}
set basedOnVersion(newValue) {
this.__basedOnVersion.set(newValue);
}
get basedOnVersion() { return this.__basedOnVersion.get(); }
set basedOnVersion(newValue) { this.__basedOnVersion.set(newValue); }
/**

@@ -662,18 +520,18 @@ * Creates a new ModuleSettings unit in the SDK and on the server.

ModuleSettings.versionInfo = new exports.StructureVersionInfo({
introduced: "9.8.0",
properties: {
protectedModuleType: {
introduced: "9.12.0"
"introduced": "9.8.0",
"properties": {
"protectedModuleType": {
"introduced": "9.12.0"
},
solutionIdentifier: {
introduced: "10.0.0"
"solutionIdentifier": {
"introduced": "10.0.0"
},
extensionName: {
introduced: "10.10.0"
"extensionName": {
"introduced": "10.10.0"
},
jarDependencies: {
introduced: "10.0.0"
"jarDependencies": {
"introduced": "10.0.0"
},
basedOnVersion: {
introduced: "10.0.0"
"basedOnVersion": {
"introduced": "10.0.0"
}

@@ -692,11 +550,5 @@ }

}
get containerAsProjectConversion() {
return super.getContainerAs(ProjectConversion);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get containerAsProjectConversion() { return super.getContainerAs(ProjectConversion); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
/**

@@ -742,20 +594,8 @@ * Creates and returns a new OneTimeConversionMarker instance in the SDK and on the server.

}
get projectDocuments() {
return this.__projectDocuments.get();
}
get modules() {
return this.__modules.get();
}
get projectConversion() {
return this.__projectConversion.get();
}
set projectConversion(newValue) {
this.__projectConversion.set(newValue);
}
get isSystemProject() {
return this.__isSystemProject.get();
}
set isSystemProject(newValue) {
this.__isSystemProject.set(newValue);
}
get projectDocuments() { return this.__projectDocuments.get(); }
get modules() { return this.__modules.get(); }
get projectConversion() { return this.__projectConversion.get(); }
set projectConversion(newValue) { this.__projectConversion.set(newValue); }
get isSystemProject() { return this.__isSystemProject.get(); }
set isSystemProject(newValue) { this.__isSystemProject.set(newValue); }
/** @internal */

@@ -768,6 +608,6 @@ _initializeDefaultProperties() {

Project.versionInfo = new exports.StructureVersionInfo({
properties: {
projectConversion: {
required: {
currentValue: true
"properties": {
"projectConversion": {
"required": {
"currentValue": true
}

@@ -785,8 +625,4 @@ }

}
get containerAsProject() {
return super.getContainerAs(Project);
}
get markers() {
return this.__markers.get();
}
get containerAsProject() { return super.getContainerAs(Project); }
get markers() { return this.__markers.get(); }
/**

@@ -814,5 +650,3 @@ * Creates a new ProjectConversion unit in the SDK and on the server.

}
get containerAsProject() {
return super.getContainerAs(Project);
}
get containerAsProject() { return super.getContainerAs(Project); }
/** @internal */

@@ -819,0 +653,0 @@ _initializeDefaultProperties() {

@@ -34,5 +34,3 @@ "use strict";

}
get containerAsQueue() {
return super.getContainerAs(Queue);
}
get containerAsQueue() { return super.getContainerAs(Queue); }
/** @internal */

@@ -45,6 +43,8 @@ _initializeDefaultProperties() {

QueueConfig.versionInfo = new exports.StructureVersionInfo({
introduced: "8.16.0",
experimental: {
currentValue: false,
changedIn: ["9.3.0"]
"introduced": "8.16.0",
"experimental": {
"currentValue": false,
"changedIn": [
"9.3.0"
]
}

@@ -70,5 +70,3 @@ }, internal.StructureType.Element);

}
get containerAsQueue() {
return super.getContainerAs(Queue);
}
get containerAsQueue() { return super.getContainerAs(Queue); }
/**

@@ -79,8 +77,4 @@ * The value of this property is conceptually of type microflowExpressions.MicroflowExpression.

*/
get parallelismExpression() {
return this.__parallelismExpression.get();
}
set parallelismExpression(newValue) {
this.__parallelismExpression.set(newValue);
}
get parallelismExpression() { return this.__parallelismExpression.get(); }
set parallelismExpression(newValue) { this.__parallelismExpression.set(newValue); }
/**

@@ -90,17 +84,9 @@ * In version 9.12.0: deleted

*/
get parallelism() {
return this.__parallelism.get();
}
set parallelism(newValue) {
this.__parallelism.set(newValue);
}
get parallelism() { return this.__parallelism.get(); }
set parallelism(newValue) { this.__parallelism.set(newValue); }
/**
* In version 9.13.0: introduced
*/
get clusterWide() {
return this.__clusterWide.get();
}
set clusterWide(newValue) {
this.__clusterWide.set(newValue);
}
get clusterWide() { return this.__clusterWide.get(); }
set clusterWide(newValue) { this.__clusterWide.set(newValue); }
/**

@@ -142,19 +128,21 @@ * Creates and returns a new BasicQueueConfig instance in the SDK and on the server.

BasicQueueConfig.versionInfo = new exports.StructureVersionInfo({
introduced: "8.16.0",
properties: {
parallelismExpression: {
introduced: "9.12.0"
"introduced": "8.16.0",
"properties": {
"parallelismExpression": {
"introduced": "9.12.0"
},
parallelism: {
introduced: "8.16.0",
deleted: "9.12.0",
deletionMessage: null
"parallelism": {
"introduced": "8.16.0",
"deleted": "9.12.0",
"deletionMessage": null
},
clusterWide: {
introduced: "9.13.0"
"clusterWide": {
"introduced": "9.13.0"
}
},
experimental: {
currentValue: false,
changedIn: ["9.3.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"9.3.0"
]
}

@@ -176,11 +164,5 @@ }, internal.StructureType.Element);

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get config() {
return this.__config.get();
}
set config(newValue) {
this.__config.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get config() { return this.__config.get(); }
set config(newValue) { this.__config.set(newValue); }
/**

@@ -194,5 +176,3 @@ * Creates a new Queue unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -206,13 +186,15 @@ _initializeDefaultProperties() {

Queue.versionInfo = new exports.StructureVersionInfo({
introduced: "8.16.0",
properties: {
config: {
required: {
currentValue: true
"introduced": "8.16.0",
"properties": {
"config": {
"required": {
"currentValue": true
}
}
},
experimental: {
currentValue: false,
changedIn: ["9.3.0"]
"experimental": {
"currentValue": false,
"changedIn": [
"9.3.0"
]
}

@@ -231,5 +213,3 @@ }, internal.StructureType.ModelUnit);

}
get containerAsQueueSettings() {
return super.getContainerAs(QueueSettings);
}
get containerAsQueueSettings() { return super.getContainerAs(QueueSettings); }
/** @internal */

@@ -242,3 +222,3 @@ _initializeDefaultProperties() {

QueueRetry.versionInfo = new exports.StructureVersionInfo({
introduced: "9.10.0"
"introduced": "9.10.0"
}, internal.StructureType.Element);

@@ -264,29 +244,11 @@ queues.QueueRetry = QueueRetry;

}
get containerAsQueueSettings() {
return super.getContainerAs(QueueSettings);
}
get retries() {
return this.__retries.get();
}
set retries(newValue) {
this.__retries.set(newValue);
}
get initialInterval() {
return this.__initialInterval.get();
}
set initialInterval(newValue) {
this.__initialInterval.set(newValue);
}
get maximumInterval() {
return this.__maximumInterval.get();
}
set maximumInterval(newValue) {
this.__maximumInterval.set(newValue);
}
get intervalType() {
return this.__intervalType.get();
}
set intervalType(newValue) {
this.__intervalType.set(newValue);
}
get containerAsQueueSettings() { return super.getContainerAs(QueueSettings); }
get retries() { return this.__retries.get(); }
set retries(newValue) { this.__retries.set(newValue); }
get initialInterval() { return this.__initialInterval.get(); }
set initialInterval(newValue) { this.__initialInterval.set(newValue); }
get maximumInterval() { return this.__maximumInterval.get(); }
set maximumInterval(newValue) { this.__maximumInterval.set(newValue); }
get intervalType() { return this.__intervalType.get(); }
set intervalType(newValue) { this.__intervalType.set(newValue); }
/**

@@ -311,3 +273,3 @@ * Creates and returns a new QueueExponentialRetry instance in the SDK and on the server.

QueueExponentialRetry.versionInfo = new exports.StructureVersionInfo({
introduced: "9.10.0"
"introduced": "9.10.0"
}, internal.StructureType.Element);

@@ -331,23 +293,9 @@ queues.QueueExponentialRetry = QueueExponentialRetry;

}
get containerAsQueueSettings() {
return super.getContainerAs(QueueSettings);
}
get retries() {
return this.__retries.get();
}
set retries(newValue) {
this.__retries.set(newValue);
}
get interval() {
return this.__interval.get();
}
set interval(newValue) {
this.__interval.set(newValue);
}
get intervalType() {
return this.__intervalType.get();
}
set intervalType(newValue) {
this.__intervalType.set(newValue);
}
get containerAsQueueSettings() { return super.getContainerAs(QueueSettings); }
get retries() { return this.__retries.get(); }
set retries(newValue) { this.__retries.set(newValue); }
get interval() { return this.__interval.get(); }
set interval(newValue) { this.__interval.set(newValue); }
get intervalType() { return this.__intervalType.get(); }
set intervalType(newValue) { this.__intervalType.set(newValue); }
/**

@@ -371,3 +319,3 @@ * Creates and returns a new QueueFixedRetry instance in the SDK and on the server.

QueueFixedRetry.versionInfo = new exports.StructureVersionInfo({
introduced: "9.10.0"
"introduced": "9.10.0"
}, internal.StructureType.Element);

@@ -389,23 +337,9 @@ queues.QueueFixedRetry = QueueFixedRetry;

}
get containerAsJavaActionCallAction() {
return super.getContainerAs(microflows_1.microflows.JavaActionCallAction);
}
get containerAsMicroflowCall() {
return super.getContainerAs(microflows_1.microflows.MicroflowCall);
}
get queue() {
return this.__queue.get();
}
set queue(newValue) {
this.__queue.set(newValue);
}
get queueQualifiedName() {
return this.__queue.qualifiedName();
}
get retry() {
return this.__retry.get();
}
set retry(newValue) {
this.__retry.set(newValue);
}
get containerAsJavaActionCallAction() { return super.getContainerAs(microflows_1.microflows.JavaActionCallAction); }
get containerAsMicroflowCall() { return super.getContainerAs(microflows_1.microflows.MicroflowCall); }
get queue() { return this.__queue.get(); }
set queue(newValue) { this.__queue.set(newValue); }
get queueQualifiedName() { return this.__queue.qualifiedName(); }
get retry() { return this.__retry.get(); }
set retry(newValue) { this.__retry.set(newValue); }
/**

@@ -450,3 +384,3 @@ * Creates and returns a new QueueSettings instance in the SDK and on the server.

QueueSettings.versionInfo = new exports.StructureVersionInfo({
introduced: "9.10.0"
"introduced": "9.10.0"
}, internal.StructureType.Element);

@@ -453,0 +387,0 @@ queues.QueueSettings = QueueSettings;

@@ -23,11 +23,5 @@ "use strict";

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get regEx() {
return this.__regEx.get();
}
set regEx(newValue) {
this.__regEx.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get regEx() { return this.__regEx.get(); }
set regEx(newValue) { this.__regEx.set(newValue); }
/**

@@ -41,5 +35,3 @@ * Creates a new RegularExpression unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -46,0 +38,0 @@ _initializeDefaultProperties() {

@@ -81,5 +81,3 @@ "use strict";

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
/** @internal */

@@ -92,3 +90,3 @@ _initializeDefaultProperties() {

Schedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -110,17 +108,7 @@ scheduledevents.Schedule = Schedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get hourOfDay() {
return this.__hourOfDay.get();
}
set hourOfDay(newValue) {
this.__hourOfDay.set(newValue);
}
get minuteOfHour() {
return this.__minuteOfHour.get();
}
set minuteOfHour(newValue) {
this.__minuteOfHour.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get hourOfDay() { return this.__hourOfDay.get(); }
set hourOfDay(newValue) { this.__hourOfDay.set(newValue); }
get minuteOfHour() { return this.__minuteOfHour.get(); }
set minuteOfHour(newValue) { this.__minuteOfHour.set(newValue); }
/**

@@ -155,3 +143,3 @@ * Creates and returns a new DaySchedule instance in the SDK and on the server.

DaySchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -173,17 +161,7 @@ scheduledevents.DaySchedule = DaySchedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get multiplier() {
return this.__multiplier.get();
}
set multiplier(newValue) {
this.__multiplier.set(newValue);
}
get minuteOffset() {
return this.__minuteOffset.get();
}
set minuteOffset(newValue) {
this.__minuteOffset.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get multiplier() { return this.__multiplier.get(); }
set multiplier(newValue) { this.__multiplier.set(newValue); }
get minuteOffset() { return this.__minuteOffset.get(); }
set minuteOffset(newValue) { this.__minuteOffset.set(newValue); }
/**

@@ -218,3 +196,3 @@ * Creates and returns a new HourSchedule instance in the SDK and on the server.

HourSchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -234,11 +212,5 @@ scheduledevents.HourSchedule = HourSchedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get multiplier() {
return this.__multiplier.get();
}
set multiplier(newValue) {
this.__multiplier.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get multiplier() { return this.__multiplier.get(); }
set multiplier(newValue) { this.__multiplier.set(newValue); }
/**

@@ -272,3 +244,3 @@ * Creates and returns a new MinuteSchedule instance in the SDK and on the server.

MinuteSchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -294,29 +266,11 @@ scheduledevents.MinuteSchedule = MinuteSchedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get multiplier() {
return this.__multiplier.get();
}
set multiplier(newValue) {
this.__multiplier.set(newValue);
}
get monthOffset() {
return this.__monthOffset.get();
}
set monthOffset(newValue) {
this.__monthOffset.set(newValue);
}
get hourOfDay() {
return this.__hourOfDay.get();
}
set hourOfDay(newValue) {
this.__hourOfDay.set(newValue);
}
get minuteOfHour() {
return this.__minuteOfHour.get();
}
set minuteOfHour(newValue) {
this.__minuteOfHour.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get multiplier() { return this.__multiplier.get(); }
set multiplier(newValue) { this.__multiplier.set(newValue); }
get monthOffset() { return this.__monthOffset.get(); }
set monthOffset(newValue) { this.__monthOffset.set(newValue); }
get hourOfDay() { return this.__hourOfDay.get(); }
set hourOfDay(newValue) { this.__hourOfDay.set(newValue); }
get minuteOfHour() { return this.__minuteOfHour.get(); }
set minuteOfHour(newValue) { this.__minuteOfHour.set(newValue); }
/** @internal */

@@ -333,3 +287,3 @@ _initializeDefaultProperties() {

MonthSchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -349,11 +303,5 @@ scheduledevents.MonthSchedule = MonthSchedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get dayOfMonth() {
return this.__dayOfMonth.get();
}
set dayOfMonth(newValue) {
this.__dayOfMonth.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get dayOfMonth() { return this.__dayOfMonth.get(); }
set dayOfMonth(newValue) { this.__dayOfMonth.set(newValue); }
/**

@@ -387,3 +335,3 @@ * Creates and returns a new MonthDateSchedule instance in the SDK and on the server.

MonthDateSchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -405,17 +353,7 @@ scheduledevents.MonthDateSchedule = MonthDateSchedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get daySelector() {
return this.__daySelector.get();
}
set daySelector(newValue) {
this.__daySelector.set(newValue);
}
get weekday() {
return this.__weekday.get();
}
set weekday(newValue) {
this.__weekday.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get daySelector() { return this.__daySelector.get(); }
set daySelector(newValue) { this.__daySelector.set(newValue); }
get weekday() { return this.__weekday.get(); }
set weekday(newValue) { this.__weekday.set(newValue); }
/**

@@ -450,3 +388,3 @@ * Creates and returns a new MonthWeekdaySchedule instance in the SDK and on the server.

MonthWeekdaySchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -478,62 +416,26 @@ scheduledevents.MonthWeekdaySchedule = MonthWeekdaySchedule;

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get startDateTime() {
return this.__startDateTime.get();
}
set startDateTime(newValue) {
this.__startDateTime.set(newValue);
}
get timeZone() {
return this.__timeZone.get();
}
set timeZone(newValue) {
this.__timeZone.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get startDateTime() { return this.__startDateTime.get(); }
set startDateTime(newValue) { this.__startDateTime.set(newValue); }
get timeZone() { return this.__timeZone.get(); }
set timeZone(newValue) { this.__timeZone.set(newValue); }
/**
* In version 9.12.0: introduced
*/
get schedule() {
return this.__schedule.get();
}
set schedule(newValue) {
this.__schedule.set(newValue);
}
get schedule() { return this.__schedule.get(); }
set schedule(newValue) { this.__schedule.set(newValue); }
/**
* In version 9.12.0: introduced
*/
get onOverlap() {
return this.__onOverlap.get();
}
set onOverlap(newValue) {
this.__onOverlap.set(newValue);
}
get interval() {
return this.__interval.get();
}
set interval(newValue) {
this.__interval.set(newValue);
}
get intervalType() {
return this.__intervalType.get();
}
set intervalType(newValue) {
this.__intervalType.set(newValue);
}
get microflow() {
return this.__microflow.get();
}
set microflow(newValue) {
this.__microflow.set(newValue);
}
get microflowQualifiedName() {
return this.__microflow.qualifiedName();
}
get enabled() {
return this.__enabled.get();
}
set enabled(newValue) {
this.__enabled.set(newValue);
}
get onOverlap() { return this.__onOverlap.get(); }
set onOverlap(newValue) { this.__onOverlap.set(newValue); }
get interval() { return this.__interval.get(); }
set interval(newValue) { this.__interval.set(newValue); }
get intervalType() { return this.__intervalType.get(); }
set intervalType(newValue) { this.__intervalType.set(newValue); }
get microflow() { return this.__microflow.get(); }
set microflow(newValue) { this.__microflow.set(newValue); }
get microflowQualifiedName() { return this.__microflow.qualifiedName(); }
get enabled() { return this.__enabled.get(); }
set enabled(newValue) { this.__enabled.set(newValue); }
/**

@@ -559,8 +461,8 @@ * Creates a new ScheduledEvent unit in the SDK and on the server.

ScheduledEvent.versionInfo = new exports.StructureVersionInfo({
properties: {
schedule: {
introduced: "9.12.0"
"properties": {
"schedule": {
"introduced": "9.12.0"
},
onOverlap: {
introduced: "9.12.0"
"onOverlap": {
"introduced": "9.12.0"
}

@@ -598,59 +500,21 @@ }

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get sunday() {
return this.__sunday.get();
}
set sunday(newValue) {
this.__sunday.set(newValue);
}
get monday() {
return this.__monday.get();
}
set monday(newValue) {
this.__monday.set(newValue);
}
get tuesday() {
return this.__tuesday.get();
}
set tuesday(newValue) {
this.__tuesday.set(newValue);
}
get wednesday() {
return this.__wednesday.get();
}
set wednesday(newValue) {
this.__wednesday.set(newValue);
}
get thursday() {
return this.__thursday.get();
}
set thursday(newValue) {
this.__thursday.set(newValue);
}
get friday() {
return this.__friday.get();
}
set friday(newValue) {
this.__friday.set(newValue);
}
get saturday() {
return this.__saturday.get();
}
set saturday(newValue) {
this.__saturday.set(newValue);
}
get hourOfDay() {
return this.__hourOfDay.get();
}
set hourOfDay(newValue) {
this.__hourOfDay.set(newValue);
}
get minuteOfHour() {
return this.__minuteOfHour.get();
}
set minuteOfHour(newValue) {
this.__minuteOfHour.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get sunday() { return this.__sunday.get(); }
set sunday(newValue) { this.__sunday.set(newValue); }
get monday() { return this.__monday.get(); }
set monday(newValue) { this.__monday.set(newValue); }
get tuesday() { return this.__tuesday.get(); }
set tuesday(newValue) { this.__tuesday.set(newValue); }
get wednesday() { return this.__wednesday.get(); }
set wednesday(newValue) { this.__wednesday.set(newValue); }
get thursday() { return this.__thursday.get(); }
set thursday(newValue) { this.__thursday.set(newValue); }
get friday() { return this.__friday.get(); }
set friday(newValue) { this.__friday.set(newValue); }
get saturday() { return this.__saturday.get(); }
set saturday(newValue) { this.__saturday.set(newValue); }
get hourOfDay() { return this.__hourOfDay.get(); }
set hourOfDay(newValue) { this.__hourOfDay.set(newValue); }
get minuteOfHour() { return this.__minuteOfHour.get(); }
set minuteOfHour(newValue) { this.__minuteOfHour.set(newValue); }
/**

@@ -683,3 +547,3 @@ * Creates and returns a new WeekSchedule instance in the SDK and on the server.

WeekSchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -703,23 +567,9 @@ scheduledevents.WeekSchedule = WeekSchedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get month() {
return this.__month.get();
}
set month(newValue) {
this.__month.set(newValue);
}
get hourOfDay() {
return this.__hourOfDay.get();
}
set hourOfDay(newValue) {
this.__hourOfDay.set(newValue);
}
get minuteOfHour() {
return this.__minuteOfHour.get();
}
set minuteOfHour(newValue) {
this.__minuteOfHour.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get month() { return this.__month.get(); }
set month(newValue) { this.__month.set(newValue); }
get hourOfDay() { return this.__hourOfDay.get(); }
set hourOfDay(newValue) { this.__hourOfDay.set(newValue); }
get minuteOfHour() { return this.__minuteOfHour.get(); }
set minuteOfHour(newValue) { this.__minuteOfHour.set(newValue); }
/** @internal */

@@ -735,3 +585,3 @@ _initializeDefaultProperties() {

YearSchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -751,11 +601,5 @@ scheduledevents.YearSchedule = YearSchedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get dayOfMonth() {
return this.__dayOfMonth.get();
}
set dayOfMonth(newValue) {
this.__dayOfMonth.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get dayOfMonth() { return this.__dayOfMonth.get(); }
set dayOfMonth(newValue) { this.__dayOfMonth.set(newValue); }
/**

@@ -789,3 +633,3 @@ * Creates and returns a new YearDateSchedule instance in the SDK and on the server.

YearDateSchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -807,17 +651,7 @@ scheduledevents.YearDateSchedule = YearDateSchedule;

}
get containerAsScheduledEvent() {
return super.getContainerAs(ScheduledEvent);
}
get daySelector() {
return this.__daySelector.get();
}
set daySelector(newValue) {
this.__daySelector.set(newValue);
}
get weekday() {
return this.__weekday.get();
}
set weekday(newValue) {
this.__weekday.set(newValue);
}
get containerAsScheduledEvent() { return super.getContainerAs(ScheduledEvent); }
get daySelector() { return this.__daySelector.get(); }
set daySelector(newValue) { this.__daySelector.set(newValue); }
get weekday() { return this.__weekday.get(); }
set weekday(newValue) { this.__weekday.set(newValue); }
/**

@@ -852,3 +686,3 @@ * Creates and returns a new YearWeekdaySchedule instance in the SDK and on the server.

YearWeekdaySchedule.versionInfo = new exports.StructureVersionInfo({
introduced: "9.12.0"
"introduced": "9.12.0"
}, internal.StructureType.Element);

@@ -855,0 +689,0 @@ scheduledevents.YearWeekdaySchedule = YearWeekdaySchedule;

@@ -33,8 +33,4 @@ "use strict";

}
get containerAsProjectSecurity() {
return super.getContainerAs(ProjectSecurity);
}
get accessRules() {
return this.__accessRules.get();
}
get containerAsProjectSecurity() { return super.getContainerAs(ProjectSecurity); }
get accessRules() { return this.__accessRules.get(); }
/** @internal */

@@ -66,32 +62,12 @@ _initializeDefaultProperties() {

}
get containerAsProjectSecurity() {
return super.getContainerAs(ProjectSecurity);
}
get userName() {
return this.__userName.get();
}
set userName(newValue) {
this.__userName.set(newValue);
}
get password() {
return this.__password.get();
}
set password(newValue) {
this.__password.set(newValue);
}
get entity() {
return this.__entity.get();
}
set entity(newValue) {
this.__entity.set(newValue);
}
get entityQualifiedName() {
return this.__entity.qualifiedName();
}
get userRoles() {
return this.__userRoles.get();
}
get userRolesQualifiedNames() {
return this.__userRoles.qualifiedNames();
}
get containerAsProjectSecurity() { return super.getContainerAs(ProjectSecurity); }
get userName() { return this.__userName.get(); }
set userName(newValue) { this.__userName.set(newValue); }
get password() { return this.__password.get(); }
set password(newValue) { this.__password.set(newValue); }
get entity() { return this.__entity.get(); }
set entity(newValue) { this.__entity.set(newValue); }
get entityQualifiedName() { return this.__entity.qualifiedName(); }
get userRoles() { return this.__userRoles.get(); }
get userRolesQualifiedNames() { return this.__userRoles.qualifiedNames(); }
/**

@@ -128,5 +104,3 @@ * Creates and returns a new DemoUser instance in the SDK and on the server.

}
get containerAsProjectSecurity() {
return super.getContainerAs(ProjectSecurity);
}
get containerAsProjectSecurity() { return super.getContainerAs(ProjectSecurity); }
/**

@@ -163,5 +137,3 @@ * Creates and returns a new FileDocumentAccessRuleContainer instance in the SDK and on the server.

}
get containerAsProjectSecurity() {
return super.getContainerAs(ProjectSecurity);
}
get containerAsProjectSecurity() { return super.getContainerAs(ProjectSecurity); }
/**

@@ -205,17 +177,7 @@ * Creates and returns a new ImageAccessRuleContainer instance in the SDK and on the server.

}
get containerAsModuleSecurity() {
return super.getContainerAs(ModuleSecurity);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get containerAsModuleSecurity() { return super.getContainerAs(ModuleSecurity); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
/**

@@ -238,5 +200,3 @@ * Creates and returns a new ModuleRole instance in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
get qualifiedName() {

@@ -252,11 +212,11 @@ return this._getQualifiedName();

ModuleRole.versionInfo = new exports.StructureVersionInfo({
properties: {
name: {
public: {
currentValue: true
"properties": {
"name": {
"public": {
"currentValue": true
}
}
},
public: {
currentValue: true
"public": {
"currentValue": true
}

@@ -275,8 +235,4 @@ }, internal.StructureType.Element);

}
get containerAsModule() {
return super.getContainerAs(projects_1.projects.Module);
}
get moduleRoles() {
return this.__moduleRoles.get();
}
get containerAsModule() { return super.getContainerAs(projects_1.projects.Module); }
get moduleRoles() { return this.__moduleRoles.get(); }
/**

@@ -296,6 +252,6 @@ * Creates a new ModuleSecurity unit in the SDK and on the server.

ModuleSecurity.versionInfo = new exports.StructureVersionInfo({
properties: {
moduleRoles: {
public: {
currentValue: true
"properties": {
"moduleRoles": {
"public": {
"currentValue": true
}

@@ -324,29 +280,11 @@ }

}
get containerAsProjectSecurity() {
return super.getContainerAs(ProjectSecurity);
}
get minimumLength() {
return this.__minimumLength.get();
}
set minimumLength(newValue) {
this.__minimumLength.set(newValue);
}
get requireMixedCase() {
return this.__requireMixedCase.get();
}
set requireMixedCase(newValue) {
this.__requireMixedCase.set(newValue);
}
get requireSymbol() {
return this.__requireSymbol.get();
}
set requireSymbol(newValue) {
this.__requireSymbol.set(newValue);
}
get requireDigit() {
return this.__requireDigit.get();
}
set requireDigit(newValue) {
this.__requireDigit.set(newValue);
}
get containerAsProjectSecurity() { return super.getContainerAs(ProjectSecurity); }
get minimumLength() { return this.__minimumLength.get(); }
set minimumLength(newValue) { this.__minimumLength.set(newValue); }
get requireMixedCase() { return this.__requireMixedCase.get(); }
set requireMixedCase(newValue) { this.__requireMixedCase.set(newValue); }
get requireSymbol() { return this.__requireSymbol.get(); }
set requireSymbol(newValue) { this.__requireSymbol.set(newValue); }
get requireDigit() { return this.__requireDigit.get(); }
set requireDigit(newValue) { this.__requireDigit.set(newValue); }
/**

@@ -382,4 +320,4 @@ * Creates and returns a new PasswordPolicySettings instance in the SDK and on the server.

PasswordPolicySettings.versionInfo = new exports.StructureVersionInfo({
properties: {
minimumLength: {}
"properties": {
"minimumLength": {}
}

@@ -428,113 +366,49 @@ }, internal.StructureType.Element);

}
get containerAsProject() {
return super.getContainerAs(projects_1.projects.Project);
}
get securityLevel() {
return this.__securityLevel.get();
}
set securityLevel(newValue) {
this.__securityLevel.set(newValue);
}
get checkSecurity() {
return this.__checkSecurity.get();
}
set checkSecurity(newValue) {
this.__checkSecurity.set(newValue);
}
get containerAsProject() { return super.getContainerAs(projects_1.projects.Project); }
get securityLevel() { return this.__securityLevel.get(); }
set securityLevel(newValue) { this.__securityLevel.set(newValue); }
get checkSecurity() { return this.__checkSecurity.get(); }
set checkSecurity(newValue) { this.__checkSecurity.set(newValue); }
/**
* In version 9.8.0: introduced
*/
get strictPageUrlCheck() {
return this.__strictPageUrlCheck.get();
}
set strictPageUrlCheck(newValue) {
this.__strictPageUrlCheck.set(newValue);
}
get userRoles() {
return this.__userRoles.get();
}
get adminUserName() {
return this.__adminUserName.get();
}
set adminUserName(newValue) {
this.__adminUserName.set(newValue);
}
get adminPassword() {
return this.__adminPassword.get();
}
set adminPassword(newValue) {
this.__adminPassword.set(newValue);
}
get adminUserRoleName() {
return this.__adminUserRoleName.get();
}
set adminUserRoleName(newValue) {
this.__adminUserRoleName.set(newValue);
}
get enableDemoUsers() {
return this.__enableDemoUsers.get();
}
set enableDemoUsers(newValue) {
this.__enableDemoUsers.set(newValue);
}
get demoUsers() {
return this.__demoUsers.get();
}
get enableGuestAccess() {
return this.__enableGuestAccess.get();
}
set enableGuestAccess(newValue) {
this.__enableGuestAccess.set(newValue);
}
get guestUserRoleName() {
return this.__guestUserRoleName.get();
}
set guestUserRoleName(newValue) {
this.__guestUserRoleName.set(newValue);
}
get strictPageUrlCheck() { return this.__strictPageUrlCheck.get(); }
set strictPageUrlCheck(newValue) { this.__strictPageUrlCheck.set(newValue); }
get userRoles() { return this.__userRoles.get(); }
get adminUserName() { return this.__adminUserName.get(); }
set adminUserName(newValue) { this.__adminUserName.set(newValue); }
get adminPassword() { return this.__adminPassword.get(); }
set adminPassword(newValue) { this.__adminPassword.set(newValue); }
get adminUserRoleName() { return this.__adminUserRoleName.get(); }
set adminUserRoleName(newValue) { this.__adminUserRoleName.set(newValue); }
get enableDemoUsers() { return this.__enableDemoUsers.get(); }
set enableDemoUsers(newValue) { this.__enableDemoUsers.set(newValue); }
get demoUsers() { return this.__demoUsers.get(); }
get enableGuestAccess() { return this.__enableGuestAccess.get(); }
set enableGuestAccess(newValue) { this.__enableGuestAccess.set(newValue); }
get guestUserRoleName() { return this.__guestUserRoleName.get(); }
set guestUserRoleName(newValue) { this.__guestUserRoleName.set(newValue); }
/**
* In version 8.0.0: deleted
*/
get signInMicroflow() {
return this.__signInMicroflow.get();
}
set signInMicroflow(newValue) {
this.__signInMicroflow.set(newValue);
}
get signInMicroflowQualifiedName() {
return this.__signInMicroflow.qualifiedName();
}
get passwordPolicySettings() {
return this.__passwordPolicySettings.get();
}
set passwordPolicySettings(newValue) {
this.__passwordPolicySettings.set(newValue);
}
get signInMicroflow() { return this.__signInMicroflow.get(); }
set signInMicroflow(newValue) { this.__signInMicroflow.set(newValue); }
get signInMicroflowQualifiedName() { return this.__signInMicroflow.qualifiedName(); }
get passwordPolicySettings() { return this.__passwordPolicySettings.get(); }
set passwordPolicySettings(newValue) { this.__passwordPolicySettings.set(newValue); }
/**
* In version 6.0.0: deprecated
*/
get fileDocumentAccess() {
return this.__fileDocumentAccess.get();
}
set fileDocumentAccess(newValue) {
this.__fileDocumentAccess.set(newValue);
}
get fileDocumentAccess() { return this.__fileDocumentAccess.get(); }
set fileDocumentAccess(newValue) { this.__fileDocumentAccess.set(newValue); }
/**
* In version 6.0.0: deprecated
*/
get imageAccess() {
return this.__imageAccess.get();
}
set imageAccess(newValue) {
this.__imageAccess.set(newValue);
}
get imageAccess() { return this.__imageAccess.get(); }
set imageAccess(newValue) { this.__imageAccess.set(newValue); }
/**
* In version 9.24.0: introduced
*/
get strictMode() {
return this.__strictMode.get();
}
set strictMode(newValue) {
this.__strictMode.set(newValue);
}
get strictMode() { return this.__strictMode.get(); }
set strictMode(newValue) { this.__strictMode.set(newValue); }
/**

@@ -566,32 +440,32 @@ * Creates a new ProjectSecurity unit in the SDK and on the server.

ProjectSecurity.versionInfo = new exports.StructureVersionInfo({
properties: {
strictPageUrlCheck: {
introduced: "9.8.0"
"properties": {
"strictPageUrlCheck": {
"introduced": "9.8.0"
},
userRoles: {
public: {
currentValue: true
"userRoles": {
"public": {
"currentValue": true
}
},
signInMicroflow: {
deleted: "8.0.0",
deletionMessage: null
"signInMicroflow": {
"deleted": "8.0.0",
"deletionMessage": null
},
passwordPolicySettings: {
required: {
currentValue: true
"passwordPolicySettings": {
"required": {
"currentValue": true
}
},
fileDocumentAccess: {
required: {
currentValue: true
"fileDocumentAccess": {
"required": {
"currentValue": true
}
},
imageAccess: {
required: {
currentValue: true
"imageAccess": {
"required": {
"currentValue": true
}
},
strictMode: {
introduced: "9.24.0"
"strictMode": {
"introduced": "9.24.0"
}

@@ -627,53 +501,19 @@ }

}
get containerAsProjectSecurity() {
return super.getContainerAs(ProjectSecurity);
}
get guid() {
return this.__guid.get();
}
set guid(newValue) {
this.__guid.set(newValue);
}
get name() {
return this.__name.get();
}
set name(newValue) {
this.__name.set(newValue);
}
get description() {
return this.__description.get();
}
set description(newValue) {
this.__description.set(newValue);
}
get moduleRoles() {
return this.__moduleRoles.get();
}
get moduleRolesQualifiedNames() {
return this.__moduleRoles.qualifiedNames();
}
get manageAllRoles() {
return this.__manageAllRoles.get();
}
set manageAllRoles(newValue) {
this.__manageAllRoles.set(newValue);
}
get manageableRoles() {
return this.__manageableRoles.get();
}
get manageableRolesQualifiedNames() {
return this.__manageableRoles.qualifiedNames();
}
get manageUsersWithoutRoles() {
return this.__manageUsersWithoutRoles.get();
}
set manageUsersWithoutRoles(newValue) {
this.__manageUsersWithoutRoles.set(newValue);
}
get checkSecurity() {
return this.__checkSecurity.get();
}
set checkSecurity(newValue) {
this.__checkSecurity.set(newValue);
}
get containerAsProjectSecurity() { return super.getContainerAs(ProjectSecurity); }
get guid() { return this.__guid.get(); }
set guid(newValue) { this.__guid.set(newValue); }
get name() { return this.__name.get(); }
set name(newValue) { this.__name.set(newValue); }
get description() { return this.__description.get(); }
set description(newValue) { this.__description.set(newValue); }
get moduleRoles() { return this.__moduleRoles.get(); }
get moduleRolesQualifiedNames() { return this.__moduleRoles.qualifiedNames(); }
get manageAllRoles() { return this.__manageAllRoles.get(); }
set manageAllRoles(newValue) { this.__manageAllRoles.set(newValue); }
get manageableRoles() { return this.__manageableRoles.get(); }
get manageableRolesQualifiedNames() { return this.__manageableRoles.qualifiedNames(); }
get manageUsersWithoutRoles() { return this.__manageUsersWithoutRoles.get(); }
set manageUsersWithoutRoles(newValue) { this.__manageUsersWithoutRoles.set(newValue); }
get checkSecurity() { return this.__checkSecurity.get(); }
set checkSecurity(newValue) { this.__checkSecurity.set(newValue); }
/**

@@ -696,5 +536,3 @@ * Creates and returns a new UserRole instance in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
get qualifiedName() {

@@ -712,11 +550,11 @@ return this._getQualifiedName();

UserRole.versionInfo = new exports.StructureVersionInfo({
properties: {
name: {
public: {
currentValue: true
"properties": {
"name": {
"public": {
"currentValue": true
}
}
},
public: {
currentValue: true
"public": {
"currentValue": true
}

@@ -723,0 +561,0 @@ }, internal.StructureType.Element);

@@ -21,6 +21,6 @@ "use strict";

HttpMethod.Head = new HttpMethod("Head", {
introduced: "7.13.0"
"introduced": "7.13.0"
});
HttpMethod.Options = new HttpMethod("Options", {
introduced: "7.13.0"
"introduced": "7.13.0"
});

@@ -27,0 +27,0 @@ services.HttpMethod = HttpMethod;

@@ -24,17 +24,7 @@ "use strict";

}
get containerAsSystemTextCollection() {
return super.getContainerAs(SystemTextCollection);
}
get text() {
return this.__text.get();
}
set text(newValue) {
this.__text.set(newValue);
}
get key() {
return this.__key.get();
}
set key(newValue) {
this.__key.set(newValue);
}
get containerAsSystemTextCollection() { return super.getContainerAs(SystemTextCollection); }
get text() { return this.__text.get(); }
set text(newValue) { this.__text.set(newValue); }
get key() { return this.__key.get(); }
set key(newValue) { this.__key.set(newValue); }
/**

@@ -64,6 +54,6 @@ * Creates and returns a new SystemText instance in the SDK and on the server.

SystemText.versionInfo = new exports.StructureVersionInfo({
properties: {
text: {
required: {
currentValue: true
"properties": {
"text": {
"required": {
"currentValue": true
}

@@ -84,8 +74,4 @@ }

}
get containerAsProject() {
return super.getContainerAs(projects_1.projects.Project);
}
get systemTexts() {
return this.__systemTexts.get();
}
get containerAsProject() { return super.getContainerAs(projects_1.projects.Project); }
get systemTexts() { return this.__systemTexts.get(); }
/**

@@ -118,134 +104,46 @@ * Creates a new SystemTextCollection unit in the SDK and on the server.

}
get containerAsWidgetValue() {
return super.getContainerAs(customwidgets_1.customwidgets.WidgetValue);
}
get containerAsDataGridColumn() {
return super.getContainerAs(documenttemplates_1.documenttemplates.DataGridColumn);
}
get containerAsStaticLabel() {
return super.getContainerAs(documenttemplates_1.documenttemplates.StaticLabel);
}
get containerAsTitle() {
return super.getContainerAs(documenttemplates_1.documenttemplates.Title);
}
get containerAsAssociationDeleteBehavior() {
return super.getContainerAs(domainmodels_1.domainmodels.AssociationDeleteBehavior);
}
get containerAsValidationRule() {
return super.getContainerAs(domainmodels_1.domainmodels.ValidationRule);
}
get containerAsEnumerationValue() {
return super.getContainerAs(enumerations_1.enumerations.EnumerationValue);
}
get containerAsMenuItem() {
return super.getContainerAs(menus_1.menus.MenuItem);
}
get containerAsMicroflow() {
return super.getContainerAs(microflows_1.microflows.Microflow);
}
get containerAsTextTemplate() {
return super.getContainerAs(microflows_1.microflows.TextTemplate);
}
get containerAsBottomBarItem() {
return super.getContainerAs(nativepages_1.nativepages.BottomBarItem);
}
get containerAsNavigationProfile() {
return super.getContainerAs(navigation_1.navigation.NavigationProfile);
}
get containerAsAttributeWidget() {
return super.getContainerAs(pages_1.pages.AttributeWidget);
}
get containerAsAttributeWidgetWithPlaceholder() {
return super.getContainerAs(pages_1.pages.AttributeWidgetWithPlaceholder);
}
get containerAsButton() {
return super.getContainerAs(pages_1.pages.Button);
}
get containerAsCallNanoflowClientAction() {
return super.getContainerAs(pages_1.pages.CallNanoflowClientAction);
}
get containerAsClientTemplate() {
return super.getContainerAs(pages_1.pages.ClientTemplate);
}
get containerAsConfirmationInfo() {
return super.getContainerAs(pages_1.pages.ConfirmationInfo);
}
get containerAsControlBarButton() {
return super.getContainerAs(pages_1.pages.ControlBarButton);
}
get containerAsDataView() {
return super.getContainerAs(pages_1.pages.DataView);
}
get containerAsDropDown() {
return super.getContainerAs(pages_1.pages.DropDown);
}
get containerAsDropDownButtonItem() {
return super.getContainerAs(pages_1.pages.DropDownButtonItem);
}
get containerAsGridColumn() {
return super.getContainerAs(pages_1.pages.GridColumn);
}
get containerAsInputWidget() {
return super.getContainerAs(pages_1.pages.InputWidget);
}
get containerAsLabel() {
return super.getContainerAs(pages_1.pages.Label);
}
get containerAsLoginTextBox() {
return super.getContainerAs(pages_1.pages.LoginTextBox);
}
get containerAsMasterDetailDetailRegion() {
return super.getContainerAs(pages_1.pages.MasterDetailDetailRegion);
}
get containerAsMicroflowSettings() {
return super.getContainerAs(pages_1.pages.MicroflowSettings);
}
get containerAsPage() {
return super.getContainerAs(pages_1.pages.Page);
}
get containerAsPageSettings() {
return super.getContainerAs(pages_1.pages.PageSettings);
}
get containerAsReferenceSelector() {
return super.getContainerAs(pages_1.pages.ReferenceSelector);
}
get containerAsSearchField() {
return super.getContainerAs(pages_1.pages.SearchField);
}
get containerAsTabPage() {
return super.getContainerAs(pages_1.pages.TabPage);
}
get containerAsTextArea() {
return super.getContainerAs(pages_1.pages.TextArea);
}
get containerAsWidgetValidation() {
return super.getContainerAs(pages_1.pages.WidgetValidation);
}
get containerAsBasicReportAggregate() {
return super.getContainerAs(reports_1.reports.BasicReportAggregate);
}
get containerAsBasicReportColumn() {
return super.getContainerAs(reports_1.reports.BasicReportColumn);
}
get containerAsReportButton() {
return super.getContainerAs(reports_1.reports.ReportButton);
}
get containerAsReportChart() {
return super.getContainerAs(reports_1.reports.ReportChart);
}
get containerAsReportChartSeries() {
return super.getContainerAs(reports_1.reports.ReportChartSeries);
}
get containerAsReportDateRangeField() {
return super.getContainerAs(reports_1.reports.ReportDateRangeField);
}
get containerAsReportDateRangeSelector() {
return super.getContainerAs(reports_1.reports.ReportDateRangeSelector);
}
get containerAsSystemText() {
return super.getContainerAs(SystemText);
}
get translations() {
return this.__translations.get();
}
get containerAsWidgetValue() { return super.getContainerAs(customwidgets_1.customwidgets.WidgetValue); }
get containerAsDataGridColumn() { return super.getContainerAs(documenttemplates_1.documenttemplates.DataGridColumn); }
get containerAsStaticLabel() { return super.getContainerAs(documenttemplates_1.documenttemplates.StaticLabel); }
get containerAsTitle() { return super.getContainerAs(documenttemplates_1.documenttemplates.Title); }
get containerAsAssociationDeleteBehavior() { return super.getContainerAs(domainmodels_1.domainmodels.AssociationDeleteBehavior); }
get containerAsValidationRule() { return super.getContainerAs(domainmodels_1.domainmodels.ValidationRule); }
get containerAsEnumerationValue() { return super.getContainerAs(enumerations_1.enumerations.EnumerationValue); }
get containerAsMenuItem() { return super.getContainerAs(menus_1.menus.MenuItem); }
get containerAsMicroflow() { return super.getContainerAs(microflows_1.microflows.Microflow); }
get containerAsTextTemplate() { return super.getContainerAs(microflows_1.microflows.TextTemplate); }
get containerAsBottomBarItem() { return super.getContainerAs(nativepages_1.nativepages.BottomBarItem); }
get containerAsNavigationProfile() { return super.getContainerAs(navigation_1.navigation.NavigationProfile); }
get containerAsAttributeWidget() { return super.getContainerAs(pages_1.pages.AttributeWidget); }
get containerAsAttributeWidgetWithPlaceholder() { return super.getContainerAs(pages_1.pages.AttributeWidgetWithPlaceholder); }
get containerAsButton() { return super.getContainerAs(pages_1.pages.Button); }
get containerAsCallNanoflowClientAction() { return super.getContainerAs(pages_1.pages.CallNanoflowClientAction); }
get containerAsClientTemplate() { return super.getContainerAs(pages_1.pages.ClientTemplate); }
get containerAsConfirmationInfo() { return super.getContainerAs(pages_1.pages.ConfirmationInfo); }
get containerAsControlBarButton() { return super.getContainerAs(pages_1.pages.ControlBarButton); }
get containerAsDataView() { return super.getContainerAs(pages_1.pages.DataView); }
get containerAsDropDown() { return super.getContainerAs(pages_1.pages.DropDown); }
get containerAsDropDownButtonItem() { return super.getContainerAs(pages_1.pages.DropDownButtonItem); }
get containerAsGridColumn() { return super.getContainerAs(pages_1.pages.GridColumn); }
get containerAsInputWidget() { return super.getContainerAs(pages_1.pages.InputWidget); }
get containerAsLabel() { return super.getContainerAs(pages_1.pages.Label); }
get containerAsLoginTextBox() { return super.getContainerAs(pages_1.pages.LoginTextBox); }
get containerAsMasterDetailDetailRegion() { return super.getContainerAs(pages_1.pages.MasterDetailDetailRegion); }
get containerAsMicroflowSettings() { return super.getContainerAs(pages_1.pages.MicroflowSettings); }
get containerAsPage() { return super.getContainerAs(pages_1.pages.Page); }
get containerAsPageSettings() { return super.getContainerAs(pages_1.pages.PageSettings); }
get containerAsReferenceSelector() { return super.getContainerAs(pages_1.pages.ReferenceSelector); }
get containerAsSearchField() { return super.getContainerAs(pages_1.pages.SearchField); }
get containerAsTabPage() { return super.getContainerAs(pages_1.pages.TabPage); }
get containerAsTextArea() { return super.getContainerAs(pages_1.pages.TextArea); }
get containerAsWidgetValidation() { return super.getContainerAs(pages_1.pages.WidgetValidation); }
get containerAsBasicReportAggregate() { return super.getContainerAs(reports_1.reports.BasicReportAggregate); }
get containerAsBasicReportColumn() { return super.getContainerAs(reports_1.reports.BasicReportColumn); }
get containerAsReportButton() { return super.getContainerAs(reports_1.reports.ReportButton); }
get containerAsReportChart() { return super.getContainerAs(reports_1.reports.ReportChart); }
get containerAsReportChartSeries() { return super.getContainerAs(reports_1.reports.ReportChartSeries); }
get containerAsReportDateRangeField() { return super.getContainerAs(reports_1.reports.ReportDateRangeField); }
get containerAsReportDateRangeSelector() { return super.getContainerAs(reports_1.reports.ReportDateRangeSelector); }
get containerAsSystemText() { return super.getContainerAs(SystemText); }
get translations() { return this.__translations.get(); }
/**

@@ -786,9 +684,7 @@ * Creates and returns a new Text instance in the SDK and on the server.

}
this.translations.replace([
((translation) => {
this.translations.replace([((translation) => {
translation.languageCode = "en_US";
translation.text = "";
return translation;
})(Translation.create(this.model))
]);
})(Translation.create(this.model))]);
})();

@@ -799,4 +695,4 @@ }

Text.versionInfo = new exports.StructureVersionInfo({
properties: {
translations: {}
"properties": {
"translations": {}
}

@@ -816,17 +712,7 @@ }, internal.StructureType.Element);

}
get containerAsText() {
return super.getContainerAs(Text);
}
get languageCode() {
return this.__languageCode.get();
}
set languageCode(newValue) {
this.__languageCode.set(newValue);
}
get text() {
return this.__text.get();
}
set text(newValue) {
this.__text.set(newValue);
}
get containerAsText() { return super.getContainerAs(Text); }
get languageCode() { return this.__languageCode.get(); }
set languageCode(newValue) { this.__languageCode.set(newValue); }
get text() { return this.__text.get(); }
set text(newValue) { this.__text.set(newValue); }
/**

@@ -833,0 +719,0 @@ * Creates and returns a new Translation instance in the SDK and on the server.

@@ -29,3 +29,3 @@ "use strict";

UrlSegment.versionInfo = new exports.StructureVersionInfo({
introduced: "10.1.0"
"introduced": "10.1.0"
}, internal.StructureType.Element);

@@ -45,8 +45,4 @@ url.UrlSegment = UrlSegment;

}
get segment() {
return this.__segment.get();
}
set segment(newValue) {
this.__segment.set(newValue);
}
get segment() { return this.__segment.get(); }
set segment(newValue) { this.__segment.set(newValue); }
/**

@@ -67,3 +63,3 @@ * Creates and returns a new StaticUrlSegment instance in the SDK and on the server.

StaticUrlSegment.versionInfo = new exports.StructureVersionInfo({
introduced: "10.1.0"
"introduced": "10.1.0"
}, internal.StructureType.Element);

@@ -70,0 +66,0 @@ url.StaticUrlSegment = StaticUrlSegment;

@@ -26,3 +26,3 @@ "use strict";

XmlPrimitiveType.Long = new XmlPrimitiveType("Long", {
introduced: "6.2.0"
"introduced": "6.2.0"
});

@@ -37,5 +37,3 @@ XmlPrimitiveType.Binary = new XmlPrimitiveType("Binary", {});

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
/** @internal */

@@ -59,8 +57,4 @@ _initializeDefaultProperties() {

}
get containerAsJsonStructure() {
return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure);
}
get containerAsElement() {
return super.getContainerAs(mappings_1.mappings.Element);
}
get containerAsJsonStructure() { return super.getContainerAs(jsonstructures_1.jsonstructures.JsonStructure); }
get containerAsElement() { return super.getContainerAs(mappings_1.mappings.Element); }
/**

@@ -105,3 +99,3 @@ * Creates and returns a new XmlElement instance in the SDK and on the server.

XmlElement.versionInfo = new exports.StructureVersionInfo({
introduced: "6.6.0"
"introduced": "6.6.0"
}, internal.StructureType.Element);

@@ -121,14 +115,6 @@ xmlschemas.XmlElement = XmlElement;

}
get containerAsFolderBase() {
return super.getContainerAs(projects_1.projects.FolderBase);
}
get entries() {
return this.__entries.get();
}
get filePath() {
return this.__filePath.get();
}
set filePath(newValue) {
this.__filePath.set(newValue);
}
get containerAsFolderBase() { return super.getContainerAs(projects_1.projects.FolderBase); }
get entries() { return this.__entries.get(); }
get filePath() { return this.__filePath.get(); }
set filePath(newValue) { this.__filePath.set(newValue); }
/**

@@ -142,5 +128,3 @@ * Creates a new XmlSchema unit in the SDK and on the server.

/** @internal */
_isByNameReferrable() {
return this.__name.isAvailable;
}
_isByNameReferrable() { return this.__name.isAvailable; }
/** @internal */

@@ -171,38 +155,14 @@ _initializeDefaultProperties() {

}
get containerAsWsdlDescription() {
return super.getContainerAs(webservices_1.webservices.WsdlDescription);
}
get containerAsXmlSchema() {
return super.getContainerAs(XmlSchema);
}
get targetNamespace() {
return this.__targetNamespace.get();
}
set targetNamespace(newValue) {
this.__targetNamespace.set(newValue);
}
get location() {
return this.__location.get();
}
set location(newValue) {
this.__location.set(newValue);
}
get contents() {
return this.__contents.get();
}
set contents(newValue) {
this.__contents.set(newValue);
}
get localizedLocationFormat() {
return this.__localizedLocationFormat.get();
}
set localizedLocationFormat(newValue) {
this.__localizedLocationFormat.set(newValue);
}
get localizedContentsFormat() {
return this.__localizedContentsFormat.get();
}
set localizedContentsFormat(newValue) {
this.__localizedContentsFormat.set(newValue);
}
get containerAsWsdlDescription() { return super.getContainerAs(webservices_1.webservices.WsdlDescription); }
get containerAsXmlSchema() { return super.getContainerAs(XmlSchema); }
get targetNamespace() { return this.__targetNamespace.get(); }
set targetNamespace(newValue) { this.__targetNamespace.set(newValue); }
get location() { return this.__location.get(); }
set location(newValue) { this.__location.set(newValue); }
get contents() { return this.__contents.get(); }
set contents(newValue) { this.__contents.set(newValue); }
get localizedLocationFormat() { return this.__localizedLocationFormat.get(); }
set localizedLocationFormat(newValue) { this.__localizedLocationFormat.set(newValue); }
get localizedContentsFormat() { return this.__localizedContentsFormat.get(); }
set localizedContentsFormat(newValue) { this.__localizedContentsFormat.set(newValue); }
/**

@@ -209,0 +169,0 @@ * Creates and returns a new XmlSchemaEntry instance in the SDK and on the server.

@@ -1,2 +0,2 @@

/** Current SDK version: 4.88.0 */
/** Current SDK version: 4.88.1-dev-1270-1b00abd191 */
export declare const SDK_VERSION: string;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SDK_VERSION = void 0;
/** Current SDK version: 4.88.0 */
exports.SDK_VERSION = "4.88.0";
/** Current SDK version: 4.88.1-dev-1270-1b00abd191 */
exports.SDK_VERSION = "4.88.1";
//# sourceMappingURL=version.js.map

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 not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc