Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@line/bot-sdk

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@line/bot-sdk - npm Package Compare versions

Comparing version 9.3.0 to 9.3.1

2

dist/channel-access-token/model/errorResponse.d.ts

@@ -23,4 +23,4 @@ /**

*/
errorDescription?: string;
error_description?: string;
};
//# sourceMappingURL=errorResponse.d.ts.map

@@ -21,3 +21,3 @@ /**

*/
accessToken: string;
access_token: string;
/**

@@ -28,3 +28,3 @@ * Amount of time in seconds from issue to expiration of the channel access token

*/
expiresIn: number;
expires_in: number;
/**

@@ -35,3 +35,3 @@ * A token type.

*/
tokenType: string;
token_type: string;
/**

@@ -42,4 +42,4 @@ * Unique key ID for identifying the channel access token.

*/
keyId: string;
key_id: string;
};
//# sourceMappingURL=issueChannelAccessTokenResponse.d.ts.map

@@ -21,3 +21,3 @@ /**

*/
accessToken: string;
access_token: string;
/**

@@ -28,3 +28,3 @@ * Time until channel access token expires in seconds from time the token is issued.

*/
expiresIn: number;
expires_in: number;
/**

@@ -35,4 +35,4 @@ * Token type. The value is always `Bearer`.

*/
tokenType: string;
token_type: string;
};
//# sourceMappingURL=issueShortLivedChannelAccessTokenResponse.d.ts.map

@@ -21,3 +21,3 @@ /**

*/
accessToken: string;
access_token: string;
/**

@@ -28,3 +28,3 @@ * Duration in seconds after which the issued access token expires

*/
expiresIn: number;
expires_in: number;
/**

@@ -35,4 +35,4 @@ * Token type. The value is always `Bearer`.

*/
tokenType: string;
token_type: string;
};
//# sourceMappingURL=issueStatelessChannelAccessTokenResponse.d.ts.map

@@ -19,7 +19,7 @@ /**

*/
clientId: string;
client_id: string;
/**
* Number of seconds before the channel access token expires.
*/
expiresIn: number;
expires_in: number;
/**

@@ -26,0 +26,0 @@ * Permissions granted to the channel access token.

@@ -23,4 +23,4 @@ /**

*/
errorDescription?: string;
error_description?: string;
};
//# sourceMappingURL=errorResponse.d.ts.map

@@ -21,3 +21,3 @@ /**

*/
accessToken: string;
access_token: string;
/**

@@ -28,3 +28,3 @@ * Amount of time in seconds from issue to expiration of the channel access token

*/
expiresIn: number;
expires_in: number;
/**

@@ -35,3 +35,3 @@ * A token type.

*/
tokenType: string;
token_type: string;
/**

@@ -42,4 +42,4 @@ * Unique key ID for identifying the channel access token.

*/
keyId: string;
key_id: string;
};
//# sourceMappingURL=issueChannelAccessTokenResponse.d.ts.map

@@ -21,3 +21,3 @@ /**

*/
accessToken: string;
access_token: string;
/**

@@ -28,3 +28,3 @@ * Time until channel access token expires in seconds from time the token is issued.

*/
expiresIn: number;
expires_in: number;
/**

@@ -35,4 +35,4 @@ * Token type. The value is always `Bearer`.

*/
tokenType: string;
token_type: string;
};
//# sourceMappingURL=issueShortLivedChannelAccessTokenResponse.d.ts.map

@@ -21,3 +21,3 @@ /**

*/
accessToken: string;
access_token: string;
/**

@@ -28,3 +28,3 @@ * Duration in seconds after which the issued access token expires

*/
expiresIn: number;
expires_in: number;
/**

@@ -35,4 +35,4 @@ * Token type. The value is always `Bearer`.

*/
tokenType: string;
token_type: string;
};
//# sourceMappingURL=issueStatelessChannelAccessTokenResponse.d.ts.map

@@ -19,7 +19,7 @@ /**

*/
clientId: string;
client_id: string;
/**
* Number of seconds before the channel access token expires.
*/
expiresIn: number;
expires_in: number;
/**

@@ -26,0 +26,0 @@ * Permissions granted to the channel access token.

@@ -19,3 +19,3 @@ /**

*/
botId: string;
bot_id: string;
/**

@@ -22,0 +22,0 @@ * Permissions (scope) granted by the LINE Official Account admin.

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

export declare const USER_AGENT = "@line/bot-sdk/9.3.0";
export declare const USER_AGENT = "@line/bot-sdk/9.3.1";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.USER_AGENT = void 0;
const LINE_BOT_SDK_VERSION = "9.3.0";
const LINE_BOT_SDK_VERSION = "9.3.1";
exports.USER_AGENT = `@line/bot-sdk/${LINE_BOT_SDK_VERSION}`;
//# sourceMappingURL=version.js.map

@@ -19,3 +19,3 @@ /**

*/
botId: string;
bot_id: string;
/**

@@ -22,0 +22,0 @@ * Permissions (scope) granted by the LINE Official Account admin.

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

export declare const USER_AGENT = "@line/bot-sdk/9.3.0";
export declare const USER_AGENT = "@line/bot-sdk/9.3.1";
//# sourceMappingURL=version.d.ts.map

@@ -1,3 +0,3 @@

const LINE_BOT_SDK_VERSION = "9.3.0";
const LINE_BOT_SDK_VERSION = "9.3.1";
export const USER_AGENT = `@line/bot-sdk/${LINE_BOT_SDK_VERSION}`;
//# sourceMappingURL=version.js.map

@@ -24,3 +24,3 @@ /**

*/
errorDescription?: string /**/;
error_description?: string /**/;
};

@@ -22,3 +22,3 @@ /**

*/
accessToken: string /**/;
access_token: string /**/;
/**

@@ -29,3 +29,3 @@ * Amount of time in seconds from issue to expiration of the channel access token

*/
expiresIn: number /**/;
expires_in: number /**/;
/**

@@ -36,3 +36,3 @@ * A token type.

*/
tokenType: string /* = 'Bearer'*/;
token_type: string /* = 'Bearer'*/;
/**

@@ -43,3 +43,3 @@ * Unique key ID for identifying the channel access token.

*/
keyId: string /**/;
key_id: string /**/;
};

@@ -22,3 +22,3 @@ /**

*/
accessToken: string /**/;
access_token: string /**/;
/**

@@ -29,3 +29,3 @@ * Time until channel access token expires in seconds from time the token is issued.

*/
expiresIn: number /**/;
expires_in: number /**/;
/**

@@ -36,3 +36,3 @@ * Token type. The value is always `Bearer`.

*/
tokenType: string /* = 'Bearer'*/;
token_type: string /* = 'Bearer'*/;
};

@@ -22,3 +22,3 @@ /**

*/
accessToken: string /**/;
access_token: string /**/;
/**

@@ -29,3 +29,3 @@ * Duration in seconds after which the issued access token expires

*/
expiresIn: number /**/;
expires_in: number /**/;
/**

@@ -36,3 +36,3 @@ * Token type. The value is always `Bearer`.

*/
tokenType: string /* = 'Bearer'*/;
token_type: string /* = 'Bearer'*/;
};

@@ -20,7 +20,7 @@ /**

*/
clientId: string /**/;
client_id: string /**/;
/**
* Number of seconds before the channel access token expires.
*/
expiresIn: number /**/;
expires_in: number /**/;
/**

@@ -27,0 +27,0 @@ * Permissions granted to the channel access token.

@@ -20,3 +20,3 @@ /**

*/
botId: string /**/;
bot_id: string /**/;
/**

@@ -23,0 +23,0 @@ * Permissions (scope) granted by the LINE Official Account admin.

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

const LINE_BOT_SDK_VERSION = "9.3.0";
const LINE_BOT_SDK_VERSION = "9.3.1";
export const USER_AGENT = `@line/bot-sdk/${LINE_BOT_SDK_VERSION}`;
{
"name": "@line/bot-sdk",
"version": "9.3.0",
"version": "9.3.1",
"description": "Node.js SDK for LINE Messaging API",

@@ -5,0 +5,0 @@ "type": "module",

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

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