proto.io 0.0.152 → 0.0.154

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.
@@ -270,6 +270,7 @@ type ProtoFunctionOptions<E> = {
270
270
  type Session = jwt.JwtPayload & {
271
271
  sessionId: string;
272
272
  createdAt: Date;
273
+ loginedAt: Date;
273
274
  };
274
275
 
275
276
  type TransactionMode = 'default' | 'committed' | 'repeatable' | 'serializable';
@@ -629,6 +630,7 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
629
630
  InsecureQuery<T extends string>(className: T): TQuery<T, Ext, true, this>;
630
631
  get sessionId(): string | undefined;
631
632
  sessionInfo(): Promise<Session | {
633
+ loginedAt: Date | undefined;
632
634
  _roles?: TRole[] | undefined;
633
635
  user?: TObjectType<"User", Ext> | undefined;
634
636
  iss?: string | undefined;
@@ -704,4 +706,4 @@ declare class ProtoService<Ext> extends ProtoType<Ext> {
704
706
  }
705
707
 
706
708
  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 };
707
- //# sourceMappingURL=index-m4WmZoWj.d.ts.map
709
+ //# sourceMappingURL=index-BeRyWUVp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-BeRyWUVp.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-m4WmZoWj.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-BeRyWUVp.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-DQm5Xz3Q.d.ts.map
60
+ //# sourceMappingURL=index-DI0coKnM.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-DI0coKnM.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-m4WmZoWj.js';
1
+ import { c as TFileStorage, T as TSchema, P as ProtoService, A as TFileInfo } from './index-BeRyWUVp.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-DeD3CiUK.d.ts.map
26
+ //# sourceMappingURL=index-rx1BTcvL.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-rx1BTcvL.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.152",
3
+ "version": "0.0.154",
4
4
  "main": "dist/index",
5
5
  "module": "dist/index",
6
6
  "types": "dist/index",
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-DQm5Xz3Q.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-DeD3CiUK.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-m4WmZoWj.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}