@autologix-engineering/shared 1.0.22 → 1.0.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autologix-engineering/shared",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -3,5 +3,6 @@ export declare class GetUserByPhoneDTO {
3
3
  phone?: string;
4
4
  email?: string;
5
5
  url?: string;
6
+ version?: string;
6
7
  constructor(obj?: Partial<GetUserByPhoneDTO>);
7
8
  }
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from "tslib";
2
2
  import 'reflect-metadata';
3
- import { IsEmail, IsOptional, IsPhoneNumber, IsString, } from 'class-validator';
3
+ import { IsEmail, IsOptional, IsPhoneNumber, IsString } from 'class-validator';
4
4
  export class GetUserByPhoneDTO {
5
5
  constructor(obj) {
6
6
  Object.assign(this, obj);
@@ -21,4 +21,8 @@ __decorate([
21
21
  IsString(),
22
22
  __metadata("design:type", String)
23
23
  ], GetUserByPhoneDTO.prototype, "url", void 0);
24
+ __decorate([
25
+ IsOptional(),
26
+ __metadata("design:type", String)
27
+ ], GetUserByPhoneDTO.prototype, "version", void 0);
24
28
  //# sourceMappingURL=get.user.by.phone.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get.user.by.phone.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/gatekeeper/get.user.by.phone.dto.ts"],"names":[],"mappings":";AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EACN,OAAO,EACP,UAAU,EACV,aAAa,EACb,QAAQ,GACR,MAAM,iBAAiB,CAAC;AAEzB,MAAM,OAAO,iBAAiB;IAa7B,YAAY,GAAgC;QAC3C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAbA;IAFC,UAAU,EAAE;IACZ,aAAa,CAAC,IAAI,CAAC;;gDACL;AAIf;IAFC,UAAU,EAAE;IACZ,OAAO,EAAE;;gDACK;AAIf;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;8CACE"}
1
+ {"version":3,"file":"get.user.by.phone.dto.js","sourceRoot":"","sources":["../../../../../../../../libs/shared/src/lib/data-transfer-objects/src/gatekeeper/get.user.by.phone.dto.ts"],"names":[],"mappings":";AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE/E,MAAM,OAAO,iBAAiB;IAgB7B,YAAY,GAAgC;QAC3C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAhBA;IAFC,UAAU,EAAE;IACZ,aAAa,CAAC,IAAI,CAAC;;gDACL;AAIf;IAFC,UAAU,EAAE;IACZ,OAAO,EAAE;;gDACK;AAIf;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;8CACE;AAGb;IADC,UAAU,EAAE;;kDACI"}
@@ -1,6 +1,8 @@
1
1
  export declare enum ExistingUserField {
2
- RegisteredUserId = "registeredUserId"
2
+ RegisteredUserId = "registeredUserId",
3
+ PlaceholderUserId = "placeholderUserId"
3
4
  }
4
5
  export interface IExistingUser {
5
6
  [ExistingUserField.RegisteredUserId]: string;
7
+ [ExistingUserField.PlaceholderUserId]?: string;
6
8
  }
@@ -1,5 +1,6 @@
1
1
  export var ExistingUserField;
2
2
  (function (ExistingUserField) {
3
3
  ExistingUserField["RegisteredUserId"] = "registeredUserId";
4
+ ExistingUserField["PlaceholderUserId"] = "placeholderUserId";
4
5
  })(ExistingUserField || (ExistingUserField = {}));
5
6
  //# sourceMappingURL=existing.user.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"existing.user.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/view-models/src/existing.user.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBAEX;AAFD,WAAY,iBAAiB;IAC5B,0DAAqC,CAAA;AACtC,CAAC,EAFW,iBAAiB,KAAjB,iBAAiB,QAE5B"}
1
+ {"version":3,"file":"existing.user.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/view-models/src/existing.user.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC5B,0DAAqC,CAAA;IACrC,4DAAuC,CAAA;AACxC,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B"}