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

@amplication/code-gen-types

Package Overview
Dependencies
Maintainers
7
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/code-gen-types - npm Package Compare versions

Comparing version 2.0.25 to 2.0.26

src/schemas/file.json

2

package.json
{
"name": "@amplication/code-gen-types",
"version": "2.0.25",
"version": "2.0.26",
"description": "This library supplies all the contracts for Amplication Code Generation. The purpose is to make the contracts available for inclusion in plugins.",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -190,3 +190,3 @@ import type { namedTypes } from "ast-types";

export type entityDefaultDtos = {
[key in defaultDtoTypes]: ModuleDto | undefined;
[key in defaultDtoTypes]: ModuleDto;
};

@@ -193,0 +193,0 @@ export type entityDefaultNestedDtos = {

@@ -32,3 +32,4 @@ "use strict";

[models.EnumDataType.Json]: schemas.json,
[models.EnumDataType.File]: schemas.file,
};
//# sourceMappingURL=data-type-to-schema.js.map

@@ -56,2 +56,3 @@ "use strict";

EnumDataType["Email"] = "Email";
EnumDataType["File"] = "File";
EnumDataType["GeographicLocation"] = "GeographicLocation";

@@ -58,0 +59,0 @@ EnumDataType["Id"] = "Id";

@@ -18,2 +18,3 @@ export { default as singleLineText } from "./singleLineText.json";

export { default as roles } from "./roles.json";
export { default as file } from "./file.json";
export { default as json } from "./json.json";

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.json = exports.roles = exports.username = exports.password = exports.geographicLocation = exports.updatedAt = exports.createdAt = exports.id = exports.boolean = exports.multiSelectOptionSet = exports.optionSet = exports.lookup = exports.decimalNumber = exports.dateTime = exports.wholeNumber = exports.email = exports.multiLineText = exports.singleLineText = void 0;
exports.json = exports.file = exports.roles = exports.username = exports.password = exports.geographicLocation = exports.updatedAt = exports.createdAt = exports.id = exports.boolean = exports.multiSelectOptionSet = exports.optionSet = exports.lookup = exports.decimalNumber = exports.dateTime = exports.wholeNumber = exports.email = exports.multiLineText = exports.singleLineText = void 0;
var singleLineText_json_1 = require("./singleLineText.json");

@@ -42,4 +42,6 @@ Object.defineProperty(exports, "singleLineText", { enumerable: true, get: function () { return __importDefault(singleLineText_json_1).default; } });

Object.defineProperty(exports, "roles", { enumerable: true, get: function () { return __importDefault(roles_json_1).default; } });
var file_json_1 = require("./file.json");
Object.defineProperty(exports, "file", { enumerable: true, get: function () { return __importDefault(file_json_1).default; } });
var json_json_1 = require("./json.json");
Object.defineProperty(exports, "json", { enumerable: true, get: function () { return __importDefault(json_json_1).default; } });
//# sourceMappingURL=index.js.map

@@ -6,2 +6,3 @@ export * from "./boolean";

export * from "./email";
export * from "./file";
export * from "./geographicLocation";

@@ -8,0 +9,0 @@ export * from "./id";

@@ -9,2 +9,3 @@ "use strict";

tslib_1.__exportStar(require("./email"), exports);
tslib_1.__exportStar(require("./file"), exports);
tslib_1.__exportStar(require("./geographicLocation"), exports);

@@ -11,0 +12,0 @@ tslib_1.__exportStar(require("./id"), exports);

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