@autologix-engineering/shared 1.0.975 → 1.0.977

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.975",
3
+ "version": "1.0.977",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -1,6 +1,7 @@
1
1
  export declare class GetBusinessAssociatePayoutTemplateDTO {
2
2
  contextId: string;
3
- startDate?: string;
4
- endDate?: string;
3
+ startDate: string;
4
+ endDate: string;
5
+ bookingId: string;
5
6
  constructor(obj?: Partial<GetBusinessAssociatePayoutTemplateDTO>);
6
7
  }
@@ -1,5 +1,5 @@
1
1
  import { __decorate, __metadata } from "tslib";
2
- import { IsOptional, IsString, IsUUID, IsDateString } from 'class-validator';
2
+ import { IsString, IsUUID, IsDateString } from 'class-validator';
3
3
  export class GetBusinessAssociatePayoutTemplateDTO {
4
4
  constructor(obj) {
5
5
  Object.assign(this, obj);
@@ -11,13 +11,16 @@ __decorate([
11
11
  __metadata("design:type", String)
12
12
  ], GetBusinessAssociatePayoutTemplateDTO.prototype, "contextId", void 0);
13
13
  __decorate([
14
- IsOptional(),
15
14
  IsDateString(),
16
15
  __metadata("design:type", String)
17
16
  ], GetBusinessAssociatePayoutTemplateDTO.prototype, "startDate", void 0);
18
17
  __decorate([
19
- IsOptional(),
20
18
  IsDateString(),
21
19
  __metadata("design:type", String)
22
20
  ], GetBusinessAssociatePayoutTemplateDTO.prototype, "endDate", void 0);
21
+ __decorate([
22
+ IsString(),
23
+ IsUUID(),
24
+ __metadata("design:type", String)
25
+ ], GetBusinessAssociatePayoutTemplateDTO.prototype, "bookingId", void 0);
23
26
  //# sourceMappingURL=get.business.associate.payout.template.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get.business.associate.payout.template.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/get.business.associate.payout.template.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE7E,MAAM,OAAO,qCAAqC;IAajD,YAAY,GAAoD;QAC/D,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAbA;IAFC,QAAQ,EAAE;IACV,MAAM,EAAE;;wEACS;AAIlB;IAFC,UAAU,EAAE;IACZ,YAAY,EAAE;;wEACI;AAInB;IAFC,UAAU,EAAE;IACZ,YAAY,EAAE;;sEACE"}
1
+ {"version":3,"file":"get.business.associate.payout.template.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/get.business.associate.payout.template.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE7E,MAAM,OAAO,qCAAqC;IAejD,YAAY,GAAoD;QAC/D,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AAfA;IAFC,QAAQ,EAAE;IACV,MAAM,EAAE;;wEACS;AAGlB;IADC,YAAY,EAAE;;wEACG;AAGlB;IADC,YAAY,EAAE;;sEACC;AAIhB;IAFC,QAAQ,EAAE;IACV,MAAM,EAAE;;wEACS"}
@@ -9,5 +9,6 @@ export declare class GetClientsOfVendorDto {
9
9
  category?: VendorCategory[];
10
10
  msme?: string[];
11
11
  getAll?: boolean;
12
+ skipRelations?: boolean;
12
13
  constructor(obj?: Partial<GetClientsOfVendorDto>);
13
14
  }
@@ -56,4 +56,10 @@ __decorate([
56
56
  Transform((_) => String(_) === 'true'),
57
57
  __metadata("design:type", Boolean)
58
58
  ], GetClientsOfVendorDto.prototype, "getAll", void 0);
59
+ __decorate([
60
+ IsOptional(),
61
+ IsBoolean(),
62
+ Transform((_) => String(_) === 'true'),
63
+ __metadata("design:type", Boolean)
64
+ ], GetClientsOfVendorDto.prototype, "skipRelations", void 0);
59
65
  //# sourceMappingURL=get.clients.of.vendor.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get.clients.of.vendor.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/get.clients.of.vendor.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EACN,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,MAAM,EACN,MAAM,EACN,OAAO,EAEP,YAAY,EACZ,SAAS,GACT,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE7D,MAAM,OAAO,qBAAqB;IAyCjC,YAAY,GAAoC;QAC/C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AA1CA;IADC,MAAM,EAAE;;0DACW;AAKpB;IAHC,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,SAAS,CAAC,MAAM,CAAC;;mDACJ;AAKd;IAHC,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,SAAS,CAAC,MAAM,CAAC;;mDACJ;AAId;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACS;AAIpB;IAFC,UAAU,EAAE;IACZ,OAAO,EAAE;;0DACa;AAIvB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,IAAI,CAAC;;mDACC;AAMd;IAJC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,YAAY,CAAC,CAAC,CAAC;IACf,MAAM,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACX;AAI5B;IAFC,UAAU,EAAE;IACZ,OAAO,EAAE;;mDACM;AAKhB;IAHC,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC;;qDACtB"}
1
+ {"version":3,"file":"get.clients.of.vendor.dto.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/data-transfer-objects/src/get.clients.of.vendor.dto.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EACN,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,MAAM,EACN,MAAM,EACN,OAAO,EAEP,YAAY,EACZ,SAAS,GACT,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE7D,MAAM,OAAO,qBAAqB;IA8CjC,YAAY,GAAoC;QAC/C,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IAC1B,CAAC;CACD;AA/CA;IADC,MAAM,EAAE;;0DACW;AAKpB;IAHC,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,SAAS,CAAC,MAAM,CAAC;;mDACJ;AAKd;IAHC,UAAU,EAAE;IACZ,QAAQ,EAAE;IACV,SAAS,CAAC,MAAM,CAAC;;mDACJ;AAId;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACS;AAIpB;IAFC,UAAU,EAAE;IACZ,OAAO,EAAE;;0DACa;AAIvB;IAFC,UAAU,EAAE;IACZ,MAAM,CAAC,IAAI,CAAC;;mDACC;AAMd;IAJC,UAAU,EAAE;IACZ,OAAO,EAAE;IACT,YAAY,CAAC,CAAC,CAAC;IACf,MAAM,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACX;AAI5B;IAFC,UAAU,EAAE;IACZ,OAAO,EAAE;;mDACM;AAKhB;IAHC,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC;;qDACtB;AAKjB;IAHC,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC;;4DACf"}