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

corede-core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corede-core - npm Package Compare versions

Comparing version

to
6.5.15-cocrm

import { IBaseDomainFileCreateInput, IDomainFileCreateInput, IDomainFileCreateInputWithoutMimeType, IDomainFileCreateInputWithMimeType, IDomainFileCreateInputWithoutCustomIdentifier, IBaseDomainFileCreateOwnInput, IDomainFileCreateOwnInput, IDomainFileCreateOwnInputWithoutMimeType, IDomainFileCreateOwnInputWithMimeType, IDomainFileCreateOwnInputWithoutCustomIdentifier } from "corede-common";
export declare class BaseDomainFileCreateOwnInput implements IBaseDomainFileCreateOwnInput {
customName?: string;
size: number;

@@ -19,2 +20,3 @@ tags?: string[];

export declare class DomainFileCreateOwnInputWithoutMimeType implements IDomainFileCreateOwnInputWithoutMimeType {
customName?: string;
size: number;

@@ -27,2 +29,3 @@ tags?: string[];

export declare class DomainFileCreateInputWithoutMimeType implements IDomainFileCreateInputWithoutMimeType {
customName?: string;
_id: string;

@@ -36,2 +39,3 @@ size: number;

export declare class DomainFileCreateOwnInputWithMimeType implements IDomainFileCreateOwnInputWithMimeType {
customName?: string;
mimeType: string;

@@ -45,2 +49,3 @@ size: number;

export declare class DomainFileCreateInputWithMimeType implements IDomainFileCreateInputWithMimeType {
customName?: string;
_id: string;

@@ -55,2 +60,3 @@ mimeType: string;

export declare class DomainFileCreateOwnInputWithoutCustomIdentifier implements IDomainFileCreateOwnInputWithoutCustomIdentifier {
customName?: string;
mimeType?: string;

@@ -63,2 +69,3 @@ size: number;

export declare class DomainFileCreateInputWithoutCustomIdentifier implements IDomainFileCreateInputWithoutCustomIdentifier {
customName?: string;
_id: string;

@@ -65,0 +72,0 @@ mimeType?: string;

@@ -18,2 +18,6 @@ "use strict";

__decorate([
(0, graphql_1.Field)(() => String, { nullable: true }),
__metadata("design:type", String)
], BaseDomainFileCreateOwnInput.prototype, "customName", void 0);
__decorate([
(0, graphql_1.Field)(() => Number, { nullable: false }),

@@ -75,2 +79,6 @@ __metadata("design:type", Number)

__decorate([
(0, graphql_1.Field)(() => String, { nullable: true }),
__metadata("design:type", String)
], DomainFileCreateOwnInputWithoutMimeType.prototype, "customName", void 0);
__decorate([
(0, graphql_1.Field)(() => Number, { nullable: false }),

@@ -102,2 +110,6 @@ __metadata("design:type", Number)

__decorate([
(0, graphql_1.Field)(() => String, { nullable: true }),
__metadata("design:type", String)
], DomainFileCreateInputWithoutMimeType.prototype, "customName", void 0);
__decorate([
(0, graphql_1.Field)(() => String, { nullable: false }),

@@ -133,2 +145,6 @@ __metadata("design:type", String)

__decorate([
(0, graphql_1.Field)(() => String, { nullable: true }),
__metadata("design:type", String)
], DomainFileCreateOwnInputWithMimeType.prototype, "customName", void 0);
__decorate([
(0, graphql_1.Field)(() => String, { nullable: false }),

@@ -164,2 +180,6 @@ __metadata("design:type", String)

__decorate([
(0, graphql_1.Field)(() => String, { nullable: true }),
__metadata("design:type", String)
], DomainFileCreateInputWithMimeType.prototype, "customName", void 0);
__decorate([
(0, graphql_1.Field)(() => String, { nullable: false }),

@@ -201,2 +221,6 @@ __metadata("design:type", String)

__metadata("design:type", String)
], DomainFileCreateOwnInputWithoutCustomIdentifier.prototype, "customName", void 0);
__decorate([
(0, graphql_1.Field)(() => String, { nullable: true }),
__metadata("design:type", String)
], DomainFileCreateOwnInputWithoutCustomIdentifier.prototype, "mimeType", void 0);

@@ -226,2 +250,6 @@ __decorate([

__decorate([
(0, graphql_1.Field)(() => String, { nullable: true }),
__metadata("design:type", String)
], DomainFileCreateInputWithoutCustomIdentifier.prototype, "customName", void 0);
__decorate([
(0, graphql_1.Field)(() => String, { nullable: false }),

@@ -228,0 +256,0 @@ __metadata("design:type", String)

{
"name": "corede-core",
"version": "6.5.14-cocrm",
"version": "6.5.15-cocrm",
"description": "Core functionalities for cocrm project",

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

@@ -19,2 +19,5 @@ import { Field, InputType } from "@nestjs/graphql";

{
@Field(() => String, { nullable: true })
customName?: string;
@Field(() => Number, { nullable: false })

@@ -67,2 +70,5 @@ size: number;

{
@Field(() => String, { nullable: true })
customName?: string;
@Field(() => Number, { nullable: false })

@@ -88,2 +94,5 @@ size: number;

{
@Field(() => String, { nullable: true })
customName?: string;
@Field(() => String, { nullable: false })

@@ -112,2 +121,5 @@ _id: string;

{
@Field(() => String, { nullable: true })
customName?: string;
@Field(() => String, { nullable: false })

@@ -136,2 +148,5 @@ mimeType: string; // FileMimeType

{
@Field(() => String, { nullable: true })
customName?: string;
@Field(() => String, { nullable: false })

@@ -164,2 +179,5 @@ _id: string;

@Field(() => String, { nullable: true })
customName?: string;
@Field(() => String, { nullable: true })
mimeType?: string; // FileMimeType

@@ -184,2 +202,5 @@

{
@Field(() => String, { nullable: true })
customName?: string;
@Field(() => String, { nullable: false })

@@ -186,0 +207,0 @@ _id: string;

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