proto.io 0.0.150 → 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.
@@ -628,7 +628,7 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
628
628
  InsecureQuery<T extends string>(className: T): TQuery<T, Ext, true, this>;
629
629
  get sessionId(): string | undefined;
630
630
  sessionInfo(): Promise<Session | {
631
- roles?: string[] | undefined;
631
+ _roles?: TRole[] | undefined;
632
632
  user?: TObjectType<"User", Ext> | undefined;
633
633
  iss?: string | undefined;
634
634
  sub?: string | undefined;
@@ -639,8 +639,9 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
639
639
  jti?: string | undefined;
640
640
  sessionId?: string | undefined;
641
641
  } | undefined>;
642
- currentUser(): Promise<any>;
643
- currentRoles(): Promise<any>;
642
+ currentUser(): Promise<TUser | undefined>;
643
+ _currentRoles(): Promise<TRole[]>;
644
+ currentRoles(): Promise<string[]>;
644
645
  get isMaster(): boolean;
645
646
  get isInvalidMasterToken(): boolean;
646
647
  connect<R extends Request, T extends object>(req: R, attrs?: T | ((x: this & {
@@ -701,4 +702,4 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
701
702
  }
702
703
 
703
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 };
704
- //# sourceMappingURL=index-013pxZ3P.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-013pxZ3P.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-CsRN32Jf.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-013pxZ3P.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-CyX8Lu9K.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.150",
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-013pxZ3P.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-CsRN32Jf.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-CyX8Lu9K.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}