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

@lemoncloud/alarmo-points-api

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lemoncloud/alarmo-points-api - npm Package Compare versions

Comparing version 0.24.619 to 0.24.620

1

dist/service/backend-types.d.ts

@@ -81,2 +81,3 @@ /**

user: string;
crew: string;
};

@@ -83,0 +84,0 @@ /** type: PointActionType */

@@ -17,3 +17,3 @@ /**

*/
export interface UserView extends View, Omit<Partial<UserModel>, 'required'> {
export interface UserView extends View, Omit<Partial<UserModel>, 'required' | 'totalPoint' | 'totalCrewPoint' | 'remainPoint'> {
/**

@@ -23,2 +23,14 @@ * (optional) flag required.

required?: boolean;
/** totalPoint (누적 수익) */
readonly totalPoint: number;
/** totalCrewPoint (누적 크루 수익) */
readonly totalCrewPoint: number;
/** remainPoint (잔여 금액) */
readonly remainPoint: number;
/** todayTotal (오늘 총수익) */
readonly todayTotal: number;
/** todayPoint (오늘 내수익) */
readonly todayPoint: number;
/** todayCrewPoint (오늘 크루 수익) */
readonly todayCrewPoint: number;
}

@@ -25,0 +37,0 @@ /**

2

package.json
{
"name": "@lemoncloud/alarmo-points-api",
"version": "0.24.619",
"version": "0.24.620",
"description": "alarmo-points management api",

@@ -5,0 +5,0 @@ "types": "dist/view/types.d.ts",

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