@collctiv/l2s-models 1.0.89 → 1.0.90

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.
@@ -3,6 +3,7 @@ export declare class Token implements IDataEntity, ICreatable {
3
3
  id: string;
4
4
  create_date: Date;
5
5
  value: string;
6
+ type: string;
6
7
  redeemed: boolean;
7
8
  user_id: string;
8
9
  expiry_date: Date;
@@ -1 +1 @@
1
- {"version":3,"file":"token.d.ts","sourceRoot":"","sources":["../../entities/token.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAGvE,qBACa,KAAM,YAAW,WAAW,EAAE,UAAU;IAE1C,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,IAAI,CAAc;IAC/B,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,OAAO,CAAS;IAG1B,OAAO,EAAE,MAAM,CAAC;IAEhB,WAAW,EAAE,IAAI,CAAC;gBAEN,IAAI,GAAE,OAAO,CAAC,KAAK,CAAM;IAIrC,OAAO,IAAI,OAAO;CAI5B"}
1
+ {"version":3,"file":"token.d.ts","sourceRoot":"","sources":["../../entities/token.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAGvE,qBACa,KAAM,YAAW,WAAW,EAAE,UAAU;IAE1C,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,IAAI,CAAc;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,OAAO,CAAS;IAG1B,OAAO,EAAE,MAAM,CAAC;IAEhB,WAAW,EAAE,IAAI,CAAC;gBAEN,IAAI,GAAE,OAAO,CAAC,KAAK,CAAM;IAIrC,OAAO,IAAI,OAAO;CAI5B"}
@@ -12,6 +12,7 @@ let Token = class Token {
12
12
  id;
13
13
  create_date = new Date();
14
14
  value;
15
+ type;
15
16
  redeemed = false;
16
17
  user_id;
17
18
  expiry_date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@collctiv/l2s-models",
3
- "version": "1.0.89",
3
+ "version": "1.0.90",
4
4
  "description": "L2S models, interfaces, types and enums",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",