New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mendixmodelsdk

Package Overview
Dependencies
Maintainers
5
Versions
1112
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.68.1-dev-1180-7fa7f1dae to 4.68.1-dev-1181-a025a7009

2

package.json
{
"name": "mendixmodelsdk",
"description": "Mendix Model SDK",
"version": "4.68.1-dev-1180-7fa7f1dae",
"version": "4.68.1-dev-1181-a025a7009",
"author": "Mendix",

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

@@ -49,2 +49,3 @@ import { IAbstractModel, AbstractModel } from "../sdk/internal/AbstractModel";

createElement<T extends keyof ConcreteModelElements>(typeName: T): ConcreteModelElements[T];
allAuthentications(): rest.IAuthentication[];
allBuildingBlocks(): pages.IBuildingBlock[];

@@ -156,2 +157,3 @@ allCodeActions(): codeactions.ICodeAction[];

findRegularExpressionByQualifiedName(qname: string): regularexpressions.IRegularExpression | null;
findAuthenticationByQualifiedName(qname: string): rest.IAuthentication | null;
findConsumedODataServiceByQualifiedName(qname: string): rest.IConsumedODataService | null;

@@ -171,2 +173,3 @@ findModuleRoleByQualifiedName(qname: string): security.IModuleRole | null;

createElement<T extends keyof ConcreteModelElements>(typeName: T): ConcreteModelElements[T];
allAuthentications(): rest.IAuthentication[];
allBuildingBlocks(): pages.IBuildingBlock[];

@@ -278,2 +281,3 @@ allCodeActions(): codeactions.ICodeAction[];

findRegularExpressionByQualifiedName(qname: string): regularexpressions.IRegularExpression | null;
findAuthenticationByQualifiedName(qname: string): rest.IAuthentication | null;
findConsumedODataServiceByQualifiedName(qname: string): rest.IConsumedODataService | null;

@@ -280,0 +284,0 @@ findModuleRoleByQualifiedName(qname: string): security.IModuleRole | null;

@@ -22,2 +22,7 @@ "use strict";

}
allAuthentications() {
return super._allOfTypes([
"Rest$Authentication"
]);
}
allBuildingBlocks() {

@@ -70,3 +75,3 @@ return super._allOfTypes([

return super._allOfTypes([
"AppServices$ConsumedAppService", "BusinessEvents$ConsumedBusinessEventService", "BusinessEvents$PublishedBusinessEventService", "Constants$Constant", "CustomIcons$CustomIconCollection", "DataSets$DataSet", "DocumentTemplates$DocumentTemplate", "Enumerations$Enumeration", "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$ConsumedODataService", "Rest$InteractiveRest", "Rest$PublishedODataService", "Rest$PublishedRestService", "ScheduledEvents$ScheduledEvent", "WebServices$ImportedWebService", "WebServices$PublishedAppService", "WebServices$PublishedWebService", "Workflows$Workflow", "XmlSchemas$XmlSchema"
"AppServices$ConsumedAppService", "BusinessEvents$ConsumedBusinessEventService", "BusinessEvents$PublishedBusinessEventService", "Constants$Constant", "CustomIcons$CustomIconCollection", "DataSets$DataSet", "DocumentTemplates$DocumentTemplate", "Enumerations$Enumeration", "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$PublishedODataService", "Rest$PublishedRestService", "ScheduledEvents$ScheduledEvent", "WebServices$ImportedWebService", "WebServices$PublishedAppService", "WebServices$PublishedWebService", "Workflows$Workflow", "XmlSchemas$XmlSchema"
]);

@@ -186,3 +191,3 @@ }

return super._allOfTypes([
"AppServices$ConsumedAppService", "BusinessEvents$ConsumedBusinessEventService", "BusinessEvents$PublishedBusinessEventService", "Constants$Constant", "CustomIcons$CustomIconCollection", "DataSets$DataSet", "DocumentTemplates$DocumentTemplate", "DomainModels$DomainModel", "Enumerations$Enumeration", "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$ConsumedODataService", "Rest$InteractiveRest", "Rest$PublishedODataService", "Rest$PublishedRestService", "ScheduledEvents$ScheduledEvent", "WebServices$ImportedWebService", "WebServices$PublishedAppService", "WebServices$PublishedWebService", "Workflows$Workflow", "XmlSchemas$XmlSchema"
"AppServices$ConsumedAppService", "BusinessEvents$ConsumedBusinessEventService", "BusinessEvents$PublishedBusinessEventService", "Constants$Constant", "CustomIcons$CustomIconCollection", "DataSets$DataSet", "DocumentTemplates$DocumentTemplate", "DomainModels$DomainModel", "Enumerations$Enumeration", "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$PublishedODataService", "Rest$PublishedRestService", "ScheduledEvents$ScheduledEvent", "WebServices$ImportedWebService", "WebServices$PublishedAppService", "WebServices$PublishedWebService", "Workflows$Workflow", "XmlSchemas$XmlSchema"
]);

@@ -473,2 +478,5 @@ }

}
findAuthenticationByQualifiedName(qname) {
return this._resolveName("Rest$Authentication", qname);
}
findConsumedODataServiceByQualifiedName(qname) {

@@ -475,0 +483,0 @@ return this._resolveName("Rest$ConsumedODataService", qname);

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

/** Current SDK version: 4.68.1-dev-1180-7fa7f1dae */
/** Current SDK version: 4.68.1-dev-1181-a025a7009 */
export declare const SDK_VERSION: string;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SDK_VERSION = void 0;
/** Current SDK version: 4.68.1-dev-1180-7fa7f1dae */
/** Current SDK version: 4.68.1-dev-1181-a025a7009 */
exports.SDK_VERSION = "4.68.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

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