@kevisual/cnb 0.0.71 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/routes.d.ts CHANGED
@@ -514,6 +514,12 @@ declare class User extends CNBCore {
514
514
  * @returns
515
515
  */
516
516
  checkCookieValid(): Promise<Result$2>;
517
+ getCookieInfo(): Promise<{
518
+ cnbSession: string;
519
+ csrfKey: string;
520
+ firstPart: string;
521
+ expiredAt: number;
522
+ }>;
517
523
  /**
518
524
  * 使用 Token 获取用户信息
519
525
  * @returns