proto.io 0.0.149 → 0.0.151

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.
@@ -566,6 +566,7 @@ interface TStorage {
566
566
  isDuplicateIdError(error: any): boolean;
567
567
  atomic<T>(callback: (connection: TStorage) => PromiseLike<T>, options?: {
568
568
  lockTable?: string;
569
+ retry?: boolean;
569
570
  }): PromiseLike<T>;
570
571
  withTransaction<T>(callback: (connection: TStorage) => PromiseLike<T>, options?: TransactionOptions): PromiseLike<T>;
571
572
  }
@@ -627,7 +628,7 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
627
628
  InsecureQuery<T extends string>(className: T): TQuery<T, Ext, true, this>;
628
629
  get sessionId(): string | undefined;
629
630
  sessionInfo(): Promise<Session | {
630
- roles?: string[] | undefined;
631
+ _roles?: TRole[] | undefined;
631
632
  user?: TObjectType<"User", Ext> | undefined;
632
633
  iss?: string | undefined;
633
634
  sub?: string | undefined;
@@ -638,8 +639,9 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
638
639
  jti?: string | undefined;
639
640
  sessionId?: string | undefined;
640
641
  } | undefined>;
641
- currentUser(): Promise<any>;
642
- currentRoles(): Promise<any>;
642
+ currentUser(): Promise<TUser | undefined>;
643
+ _currentRoles(): Promise<TRole[]>;
644
+ currentRoles(): Promise<string[]>;
643
645
  get isMaster(): boolean;
644
646
  get isInvalidMasterToken(): boolean;
645
647
  connect<R extends Request, T extends object>(req: R, attrs?: T | ((x: this & {
@@ -700,4 +702,4 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
700
702
  }
701
703
 
702
704
  export { type TFileInfo as A, type DeserializeOptions as D, type ExtraOptions as E, type FindOptions as F, type InsertOptions as I, ProtoService as P, QuerySelector as Q, type SerializeOptions as S, TSchema as T, type _TValue as _, type ProtoServiceOptions as a, type ProtoServiceKeyOptions as b, type TFileStorage as c, type TSerializable as d, deserialize as e, type TExtensions as f, TQuery as g, TObject as h, TUser as i, TRole as j, TFile as k, ProtoType as l, type TObjectType as m, type EventData as n, type DecodedQuery as o, type DecodedSortOption as p, type TValue as q, type FindOneOptions as r, serialize as s, type TUpdateOp as t, FieldSelectorExpression as u, QueryExpression as v, type TStorage as w, type TransactionOptions as x, type TQueryRandomOptions as y, type TPubSub as z };
703
- //# sourceMappingURL=index-DnREUbmG.d.ts.map
705
+ //# sourceMappingURL=index-DGI4rZSw.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-DGI4rZSw.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { f as TExtensions, g as TQuery, h as TObject, i as TUser, j as TRole, k as TFile, l as ProtoType, E as ExtraOptions, S as SerializeOptions, _ as _TValue, d as TSerializable, m as TObjectType, T as TSchema, n as EventData } from './index-DnREUbmG.js';
1
+ import { f as TExtensions, g as TQuery, h as TObject, i as TUser, j as TRole, k as TFile, l as ProtoType, E as ExtraOptions, S as SerializeOptions, _ as _TValue, d as TSerializable, m as TObjectType, T as TSchema, n as EventData } from './index-DGI4rZSw.js';
2
2
  import * as _o2ter_utils_js from '@o2ter/utils-js';
3
3
  import * as socket_io_client from 'socket.io-client';
4
4
  import * as _socket_io_component_emitter from '@socket.io/component-emitter';
@@ -57,4 +57,4 @@ declare class ProtoClient<Ext> extends ProtoType<Ext> {
57
57
  }
58
58
 
59
59
  export { ProtoClient as P, isObject as a, isUser as b, classExtends as c, isRole as d, isFile as e, isQuery as i };
60
- //# sourceMappingURL=index-CKgKjs8z.d.ts.map
60
+ //# sourceMappingURL=index-DoamtgZq.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-DoamtgZq.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { c as TFileStorage, T as TSchema, P as ProtoService, A as TFileInfo } from './index-DnREUbmG.js';
1
+ import { c as TFileStorage, T as TSchema, P as ProtoService, A as TFileInfo } from './index-DGI4rZSw.js';
2
2
  import { BinaryData } from '@o2ter/utils-js';
3
3
 
4
4
  type FileStorageOptions = {
@@ -23,4 +23,4 @@ declare abstract class FileStorageBase implements TFileStorage {
23
23
  }
24
24
 
25
25
  export { FileStorageBase as F, type FileStorageOptions as a };
26
- //# sourceMappingURL=index-BuXVzVd8.d.ts.map
26
+ //# sourceMappingURL=index-Wck9rIH6.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-Wck9rIH6.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto.io",
3
- "version": "0.0.149",
3
+ "version": "0.0.151",
4
4
  "main": "dist/index",
5
5
  "module": "dist/index",
6
6
  "types": "dist/index",
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-BuXVzVd8.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-CKgKjs8z.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-DnREUbmG.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}