mendixmodelsdk
Advanced tools
Comparing version 4.73.1-dev-1219-d7764b961 to 4.73.1-dev-1220-16bfb2dc3
{ | ||
"name": "mendixmodelsdk", | ||
"description": "Mendix Model SDK", | ||
"version": "4.73.1-dev-1219-d7764b961", | ||
"version": "4.73.1-dev-1220-16bfb2dc3", | ||
"author": "Mendix", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -60,2 +60,3 @@ import { IAbstractModel, AbstractModel } from "../sdk/internal/AbstractModel"; | ||
allConsumedODataServices(): rest.IConsumedODataService[]; | ||
allConsumedRestServices(): rest.IConsumedRestService[]; | ||
allCustomIconCollections(): customicons.ICustomIconCollection[]; | ||
@@ -192,2 +193,3 @@ allDataSets(): datasets.IDataSet[]; | ||
allConsumedODataServices(): rest.IConsumedODataService[]; | ||
allConsumedRestServices(): rest.IConsumedRestService[]; | ||
allCustomIconCollections(): customicons.ICustomIconCollection[]; | ||
@@ -922,2 +924,3 @@ allDataSets(): datasets.IDataSet[]; | ||
Rest$PublishedODataMicroflow: rest.PublishedODataMicroflow; | ||
Rest$PublishedODataMicroflowParameter: rest.PublishedODataMicroflowParameter; | ||
Rest$PublishedRestResource: rest.PublishedRestResource; | ||
@@ -931,2 +934,3 @@ Rest$PublishedRestServiceOperation: rest.PublishedRestServiceOperation; | ||
Rest$StringWithParameters: rest.StringWithParameters; | ||
Rest$UriTemplate: rest.UriTemplate; | ||
ScheduledEvents$DaySchedule: scheduledevents.DaySchedule; | ||
@@ -933,0 +937,0 @@ ScheduledEvents$HourSchedule: scheduledevents.HourSchedule; |
@@ -67,2 +67,7 @@ "use strict"; | ||
} | ||
allConsumedRestServices() { | ||
return super._allOfTypes([ | ||
"Rest$ConsumedRestService" | ||
]); | ||
} | ||
allCustomIconCollections() { | ||
@@ -85,3 +90,3 @@ return super._allOfTypes([ | ||
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", "Pages$BuildingBlock", "Pages$Layout", "Pages$Page", "Pages$PageTemplate", "Pages$Snippet", "Queues$Queue", "RegularExpressions$RegularExpression", "Rest$Authentication", "Rest$ConsumedODataService", "Rest$InteractiveRest", "Rest$InteractiveRestCollection", "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", "Pages$BuildingBlock", "Pages$Layout", "Pages$Page", "Pages$PageTemplate", "Pages$Snippet", "Queues$Queue", "RegularExpressions$RegularExpression", "Rest$Authentication", "Rest$ConsumedODataService", "Rest$ConsumedRestService", "Rest$InteractiveRest", "Rest$InteractiveRestCollection", "Rest$PublishedODataService", "Rest$PublishedRestService", "ScheduledEvents$ScheduledEvent", "WebServices$ImportedWebService", "WebServices$PublishedAppService", "WebServices$PublishedWebService", "Workflows$Workflow", "XmlSchemas$XmlSchema" | ||
]); | ||
@@ -206,3 +211,3 @@ } | ||
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", "Pages$BuildingBlock", "Pages$Layout", "Pages$Page", "Pages$PageTemplate", "Pages$Snippet", "Projects$ModuleSettings", "Queues$Queue", "RegularExpressions$RegularExpression", "Rest$Authentication", "Rest$ConsumedODataService", "Rest$InteractiveRest", "Rest$InteractiveRestCollection", "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", "Pages$BuildingBlock", "Pages$Layout", "Pages$Page", "Pages$PageTemplate", "Pages$Snippet", "Projects$ModuleSettings", "Queues$Queue", "RegularExpressions$RegularExpression", "Rest$Authentication", "Rest$ConsumedODataService", "Rest$ConsumedRestService", "Rest$InteractiveRest", "Rest$InteractiveRestCollection", "Rest$PublishedODataService", "Rest$PublishedRestService", "ScheduledEvents$ScheduledEvent", "Security$ModuleSecurity", "WebServices$ImportedWebService", "WebServices$PublishedAppService", "WebServices$PublishedWebService", "Workflows$Workflow", "XmlSchemas$XmlSchema" | ||
]); | ||
@@ -209,0 +214,0 @@ } |
@@ -1,2 +0,2 @@ | ||
/** Current SDK version: 4.73.1-dev-1219-d7764b961 */ | ||
/** Current SDK version: 4.73.1-dev-1220-16bfb2dc3 */ | ||
export declare const SDK_VERSION: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SDK_VERSION = void 0; | ||
/** Current SDK version: 4.73.1-dev-1219-d7764b961 */ | ||
/** Current SDK version: 4.73.1-dev-1220-16bfb2dc3 */ | ||
exports.SDK_VERSION = "4.73.1"; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
14106939
197068