proto.io 0.0.150 → 0.0.152

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.
@@ -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-m4WmZoWj.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-DQm5Xz3Q.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-DQm5Xz3Q.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-m4WmZoWj.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-DeD3CiUK.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-DeD3CiUK.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -269,6 +269,7 @@ type ProtoFunctionOptions<E> = {
269
269
 
270
270
  type Session = jwt.JwtPayload & {
271
271
  sessionId: string;
272
+ createdAt: Date;
272
273
  };
273
274
 
274
275
  type TransactionMode = 'default' | 'committed' | 'repeatable' | 'serializable';
@@ -628,7 +629,7 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
628
629
  InsecureQuery<T extends string>(className: T): TQuery<T, Ext, true, this>;
629
630
  get sessionId(): string | undefined;
630
631
  sessionInfo(): Promise<Session | {
631
- roles?: string[] | undefined;
632
+ _roles?: TRole[] | undefined;
632
633
  user?: TObjectType<"User", Ext> | undefined;
633
634
  iss?: string | undefined;
634
635
  sub?: string | undefined;
@@ -638,9 +639,11 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
638
639
  iat?: number | undefined;
639
640
  jti?: string | undefined;
640
641
  sessionId?: string | undefined;
642
+ createdAt?: Date | undefined;
641
643
  } | undefined>;
642
- currentUser(): Promise<any>;
643
- currentRoles(): Promise<any>;
644
+ currentUser(): Promise<TUser | undefined>;
645
+ _currentRoles(): Promise<TRole[]>;
646
+ currentRoles(): Promise<string[]>;
644
647
  get isMaster(): boolean;
645
648
  get isInvalidMasterToken(): boolean;
646
649
  connect<R extends Request, T extends object>(req: R, attrs?: T | ((x: this & {
@@ -701,4 +704,4 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
701
704
  }
702
705
 
703
706
  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
707
+ //# sourceMappingURL=index-m4WmZoWj.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-m4WmZoWj.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.152",
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":""}