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

@remnawave/backend-contract

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remnawave/backend-contract - npm Package Compare versions

Comparing version 0.0.82 to 0.0.83

3

build/backend/commands/users/create-user.command.d.ts

@@ -20,2 +20,3 @@ import { z } from 'zod';

description: z.ZodOptional<z.ZodString>;
activateAllInbounds: z.ZodDefault<z.ZodBoolean>;
}, "strip", z.ZodTypeAny, {

@@ -26,2 +27,3 @@ username: string;

expireAt: Date;
activateAllInbounds: boolean;
createdAt?: Date | undefined;

@@ -52,2 +54,3 @@ trafficLimitBytes?: number | undefined;

activeUserInbounds?: string[] | undefined;
activateAllInbounds?: boolean | undefined;
}>;

@@ -54,0 +57,0 @@ type Request = z.infer<typeof RequestSchema>;

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

description: zod_1.z.string().optional(),
activateAllInbounds: zod_1.z.boolean().default(false),
});

@@ -110,0 +111,0 @@ CreateUserCommand.ResponseSchema = zod_1.z.object({

@@ -307,3 +307,8 @@ export declare const ERRORS: {

};
readonly GET_ALL_INBOUNDS_ERROR: {
readonly code: "A058";
readonly message: "Get all inbounds error";
readonly httpCode: 500;
};
};
//# sourceMappingURL=errors.d.ts.map

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

},
GET_ALL_INBOUNDS_ERROR: {
code: 'A058',
message: 'Get all inbounds error',
httpCode: 500,
},
};

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

description: zod_1.z.string().optional(),
activateAllInbounds: zod_1.z.boolean().default(false),
});

@@ -110,0 +111,0 @@ CreateUserCommand.ResponseSchema = zod_1.z.object({

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

},
GET_ALL_INBOUNDS_ERROR: {
code: 'A058',
message: 'Get all inbounds error',
httpCode: 500,
},
};

2

package.json
{
"name": "@remnawave/backend-contract",
"version": "0.0.82",
"version": "0.0.83",
"public": true,

@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only",

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