@bondsports/types 2.0.53 → 2.0.55

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.
@@ -0,0 +1,8 @@
1
+ import { AddonTimePeriodEnum } from "../../services/enums.service";
2
+ export declare class UserAddonDto {
3
+ id: number;
4
+ name: string;
5
+ quantity: number;
6
+ timePeriod: AddonTimePeriodEnum;
7
+ date: string;
8
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserAddonDto = void 0;
4
+ class UserAddonDto {
5
+ }
6
+ exports.UserAddonDto = UserAddonDto;
7
+ //# sourceMappingURL=addons.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addons.dto.js","sourceRoot":"","sources":["../../../../src/types/addons/dto/addons.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;CAWxB;AAXD,oCAWC"}
@@ -0,0 +1 @@
1
+ export * from './addons.dto';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./addons.dto"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/addons/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B"}
@@ -0,0 +1 @@
1
+ export * from './dto';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./dto"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/addons/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB"}
@@ -1,4 +1,5 @@
1
1
  export * from './activities';
2
+ export * from './addons';
2
3
  export * from './cart';
3
4
  export * from './communication';
4
5
  export * from './customers';
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./activities"), exports);
18
+ __exportStar(require("./addons"), exports);
18
19
  __exportStar(require("./cart"), exports);
19
20
  __exportStar(require("./communication"), exports);
20
21
  __exportStar(require("./customers"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,yCAAuB;AACvB,kDAAgC;AAChC,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,kDAAgC;AAChC,wCAAsB;AACtB,6CAA2B;AAC3B,2CAAyB;AACzB,gDAA8B;AAC9B,4CAA0B;AAC1B,2CAAyB;AACzB,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,0CAAwB;AACxB,6CAA2B;AAC3B,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,oDAAkC;AAClC,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,2CAAyB;AACzB,yCAAuB;AACvB,kDAAgC;AAChC,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,kDAAgC;AAChC,wCAAsB;AACtB,6CAA2B;AAC3B,2CAAyB;AACzB,gDAA8B;AAC9B,4CAA0B;AAC1B,2CAAyB;AACzB,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,0CAAwB;AACxB,6CAA2B;AAC3B,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,oDAAkC;AAClC,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B"}
@@ -23,7 +23,7 @@ export declare class ByPaymentDto extends ByOrganizationIdDto {
23
23
  export declare class GetPaymentByUserDto extends ByPaymentDto {
24
24
  userId: number;
25
25
  }
26
- export declare class GetPaymentByCustomerDto extends ByPaymentDto {
26
+ export declare class GetPaymentByCustomerDeprecatedDto extends ByPaymentDto {
27
27
  customerId: number;
28
28
  }
29
29
  export declare class InvoiceIdDto {
@@ -45,6 +45,7 @@ export declare class GetInvoicesQueryDto {
45
45
  export declare class GetPaymentsQueryDto {
46
46
  extended?: boolean;
47
47
  onlyPublicNotes?: boolean;
48
+ includeInvoice?: boolean;
48
49
  }
49
50
  export declare class PaymentViaInvoiceHashDto {
50
51
  customerId: number;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PaymentDto = exports.GetPaymentMethodsDto = exports.SendPaymentRequestDto = exports.RevertMetaDto = exports.RemoveResourceDto = exports.NotePrivacyDto = exports.UpdateNoteContentDto = exports.CreateNoteDto = exports.AddToInvoiceDto = exports.SendReceiptDataDto = exports.PaymentDataDto = exports.PaymentIntentDto = exports.StationsDto = exports.FindPayments = exports.ByPaymentFilter = exports.PaymentViaInvoiceHashDto = exports.GetPaymentsQueryDto = exports.GetInvoicesQueryDto = exports.InvoiceIdAndUserIdDto = exports.ByInvoiceAndCustomerDto = exports.ByInvoiceDto = exports.InvoiceIdDto = exports.GetPaymentByCustomerDto = exports.GetPaymentByUserDto = exports.ByPaymentDto = exports.GetPaymentDto = exports.ByPaymentAndCustomerDto = exports.PaymentIdDto = exports.CustomerIdDto = void 0;
3
+ exports.PaymentDto = exports.GetPaymentMethodsDto = exports.SendPaymentRequestDto = exports.RevertMetaDto = exports.RemoveResourceDto = exports.NotePrivacyDto = exports.UpdateNoteContentDto = exports.CreateNoteDto = exports.AddToInvoiceDto = exports.SendReceiptDataDto = exports.PaymentDataDto = exports.PaymentIntentDto = exports.StationsDto = exports.FindPayments = exports.ByPaymentFilter = exports.PaymentViaInvoiceHashDto = exports.GetPaymentsQueryDto = exports.GetInvoicesQueryDto = exports.InvoiceIdAndUserIdDto = exports.ByInvoiceAndCustomerDto = exports.ByInvoiceDto = exports.InvoiceIdDto = exports.GetPaymentByCustomerDeprecatedDto = exports.GetPaymentByUserDto = exports.ByPaymentDto = exports.GetPaymentDto = exports.ByPaymentAndCustomerDto = exports.PaymentIdDto = exports.CustomerIdDto = void 0;
4
4
  const general_dto_1 = require("../../dto/general.dto");
5
5
  const organization_dto_1 = require("../../organization/dto/organization.dto");
6
6
  const Payment_1 = require("../entities/Payment");
@@ -22,9 +22,9 @@ exports.ByPaymentDto = ByPaymentDto;
22
22
  class GetPaymentByUserDto extends ByPaymentDto {
23
23
  }
24
24
  exports.GetPaymentByUserDto = GetPaymentByUserDto;
25
- class GetPaymentByCustomerDto extends ByPaymentDto {
25
+ class GetPaymentByCustomerDeprecatedDto extends ByPaymentDto {
26
26
  }
27
- exports.GetPaymentByCustomerDto = GetPaymentByCustomerDto;
27
+ exports.GetPaymentByCustomerDeprecatedDto = GetPaymentByCustomerDeprecatedDto;
28
28
  class InvoiceIdDto {
29
29
  }
30
30
  exports.InvoiceIdDto = InvoiceIdDto;
@@ -1 +1 @@
1
- {"version":3,"file":"payment.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/payment.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAwD;AAExD,8EAA8E;AAG9E,iDAA8C;AAS9C,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAED,MAAa,YAAY;CAExB;AAFD,oCAEC;AAED,MAAa,uBAAwB,SAAQ,YAAY;CAExD;AAFD,0DAEC;AAED,MAAa,aAAc,SAAQ,YAAY;CAE9C;AAFD,sCAEC;AAED,MAAa,YAAa,SAAQ,sCAAmB;CAEpD;AAFD,oCAEC;AAED,MAAa,mBAAoB,SAAQ,YAAY;CAEpD;AAFD,kDAEC;AAED,MAAa,uBAAwB,SAAQ,YAAY;CAExD;AAFD,0DAEC;AAED,MAAa,YAAY;CAExB;AAFD,oCAEC;AAED,MAAa,YAAa,SAAQ,sCAAmB;CAEpD;AAFD,oCAEC;AAED,MAAa,uBAAwB,SAAQ,YAAY;CAExD;AAFD,0DAEC;AAED,MAAa,qBAAsB,SAAQ,YAAY;CAEtD;AAFD,sDAEC;AAED,MAAa,mBAAmB;CAI/B;AAJD,kDAIC;AAED,MAAa,mBAAmB;CAI/B;AAJD,kDAIC;AAED,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED,MAAa,eAAgB,SAAQ,6BAAe;CAQnD;AARD,0CAQC;AAED,MAAa,YAAa,SAAQ,eAAe;CAQhD;AARD,oCAQC;AAED,qEAAqE;AACrE,MAAa,WAAW;CAIvB;AAJD,kCAIC;AAED,MAAa,gBAAgB;CAkB5B;AAlBD,4CAkBC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,eAAgB,SAAQ,YAAY;CAMhD;AAND,0CAMC;AAED,MAAa,aAAa;CAIzB;AAJD,sCAIC;AAED,MAAa,oBAAqB,SAAQ,aAAa;CAEtD;AAFD,oDAEC;AAED,MAAa,cAAc;CAE1B;AAFD,wCAEC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAED,MAAa,qBAAsB,SAAQ,YAAY;CAMtD;AAND,sDAMC;AAED,MAAa,oBAAoB;CAMhC;AAND,oDAMC;AAED,2CAA2C;AAC3C,MAAa,UAAW,SAAQ,iBAAO;CAEtC;AAFD,gCAEC"}
1
+ {"version":3,"file":"payment.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/payment.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAwD;AAExD,8EAA8E;AAG9E,iDAA8C;AAS9C,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAED,MAAa,YAAY;CAExB;AAFD,oCAEC;AAED,MAAa,uBAAwB,SAAQ,YAAY;CAExD;AAFD,0DAEC;AAED,MAAa,aAAc,SAAQ,YAAY;CAE9C;AAFD,sCAEC;AAED,MAAa,YAAa,SAAQ,sCAAmB;CAEpD;AAFD,oCAEC;AAED,MAAa,mBAAoB,SAAQ,YAAY;CAEpD;AAFD,kDAEC;AAED,MAAa,iCAAkC,SAAQ,YAAY;CAElE;AAFD,8EAEC;AAED,MAAa,YAAY;CAExB;AAFD,oCAEC;AAED,MAAa,YAAa,SAAQ,sCAAmB;CAEpD;AAFD,oCAEC;AAED,MAAa,uBAAwB,SAAQ,YAAY;CAExD;AAFD,0DAEC;AAED,MAAa,qBAAsB,SAAQ,YAAY;CAEtD;AAFD,sDAEC;AAED,MAAa,mBAAmB;CAI/B;AAJD,kDAIC;AAED,MAAa,mBAAmB;CAM/B;AAND,kDAMC;AAED,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED,MAAa,eAAgB,SAAQ,6BAAe;CAQnD;AARD,0CAQC;AAED,MAAa,YAAa,SAAQ,eAAe;CAQhD;AARD,oCAQC;AAED,qEAAqE;AACrE,MAAa,WAAW;CAIvB;AAJD,kCAIC;AAED,MAAa,gBAAgB;CAkB5B;AAlBD,4CAkBC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,eAAgB,SAAQ,YAAY;CAMhD;AAND,0CAMC;AAED,MAAa,aAAa;CAIzB;AAJD,sCAIC;AAED,MAAa,oBAAqB,SAAQ,aAAa;CAEtD;AAFD,oDAEC;AAED,MAAa,cAAc;CAE1B;AAFD,wCAEC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAED,MAAa,qBAAsB,SAAQ,YAAY;CAMtD;AAND,sDAMC;AAED,MAAa,oBAAoB;CAMhC;AAND,oDAMC;AAED,2CAA2C;AAC3C,MAAa,UAAW,SAAQ,iBAAO;CAEtC;AAFD,gCAEC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Payment.js","sourceRoot":"","sources":["../../../../src/types/payment/entities/Payment.ts"],"names":[],"mappings":";;;AAMA,oGAAiG;AAiBjG,MAAa,OAAQ,SAAQ,mEAAgC;CA2E5D;AA3ED,0BA2EC"}
1
+ {"version":3,"file":"Payment.js","sourceRoot":"","sources":["../../../../src/types/payment/entities/Payment.ts"],"names":[],"mappings":";;;AAKA,oGAAiG;AAiBjG,MAAa,OAAQ,SAAQ,mEAAgC;CA2E5D;AA3ED,0BA2EC"}
@@ -6,6 +6,7 @@ import { PurchasePaymentDto } from '../../../purchase/dto/purchase.dto';
6
6
  import { PlatformsEnum } from '../../../services/enums.service';
7
7
  import { CreateNoteDto } from '../../dto/payment.dto';
8
8
  import { PaymentMethodTypeEnum, SubPaymentMethodTypeEnum } from '../enums/payment.enums';
9
+ import { LineItemHistory } from '../../../entity/LineItemHistory';
9
10
  export declare class PaymentResult {
10
11
  paymentMethodId: string;
11
12
  paymentMethodType: PaymentMethodTypeEnum;
@@ -48,6 +49,7 @@ export interface GetExtendedInvoice {
48
49
  extended?: boolean;
49
50
  onlyPublicNotes?: boolean;
50
51
  includeCustomer?: boolean;
52
+ lineItemsHistory?: LineItemHistory[];
51
53
  }
52
54
  export interface PaymentLineItemAmount {
53
55
  lineItemId: number;
@@ -84,4 +86,12 @@ export interface IGetPayment {
84
86
  organizationId?: number;
85
87
  extended?: boolean;
86
88
  onlyPublicNotes?: boolean;
89
+ includeInvoice?: boolean;
90
+ }
91
+ export interface IHandleGetPayment {
92
+ organizationId: number;
93
+ paymentId: number;
94
+ extended?: boolean;
95
+ onlyPublicNotes?: boolean;
96
+ includeInvoice?: boolean;
87
97
  }
@@ -1 +1 @@
1
- {"version":3,"file":"payment.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/payment/types/interfaces/payment.interfaces.ts"],"names":[],"mappings":";;;AASA,MAAa,aAAa;CAczB;AAdD,sCAcC;AAED,MAAa,eAAe;CAI3B;AAJD,0CAIC;AAgBD,MAAa,mBAAmB;CAQ/B;AARD,kDAQC"}
1
+ {"version":3,"file":"payment.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/payment/types/interfaces/payment.interfaces.ts"],"names":[],"mappings":";;;AAUA,MAAa,aAAa;CAczB;AAdD,sCAcC;AAED,MAAa,eAAe;CAI3B;AAJD,0CAIC;AAgBD,MAAa,mBAAmB;CAQ/B;AARD,kDAQC"}
@@ -2,6 +2,7 @@ import { SimpleProductDto } from '../../dto/product.dto';
2
2
  import { ActivityTimesDto } from '../../programs-seasons/dto/program-seasons.dto';
3
3
  import { OrderByEnum } from '../../services/enums.service';
4
4
  import { ByOrganizationAndUserDto } from '../../user/dto/user.dto';
5
+ import { PaginationQuery } from '../../dto/general.dto';
5
6
  export declare class GetProgramsEventsQuery {
6
7
  itemsPerPage: number;
7
8
  startDate: number;
@@ -23,6 +24,7 @@ export declare class ProgramEventDto {
23
24
  endTime: string;
24
25
  timezone: string;
25
26
  addons: SimpleProductDto[];
27
+ addonsCount: number;
26
28
  }
27
29
  export declare class ProgramSegmentDto {
28
30
  id: number;
@@ -32,8 +34,18 @@ export declare class ProgramSegmentDto {
32
34
  startDate: Date;
33
35
  endDate: Date;
34
36
  addons: SimpleProductDto[];
37
+ addonsCount: number;
35
38
  activityTimes: ActivityTimesDto[];
36
39
  }
37
40
  export declare class ByOrganizationIdUserIdAndProgramIdDto extends ByOrganizationAndUserDto {
38
41
  programId: number;
39
42
  }
43
+ export declare class GetUserAddonsQuery extends PaginationQuery {
44
+ productUserId: number;
45
+ }
46
+ export declare class ByOrganizationIdUserIdAndEventIdDto extends ByOrganizationAndUserDto {
47
+ eventId: number;
48
+ }
49
+ export declare class ByOrganizationIdUserIdAndSegmentIdDto extends ByOrganizationAndUserDto {
50
+ segmentId: number;
51
+ }
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ByOrganizationIdUserIdAndProgramIdDto = exports.ProgramSegmentDto = exports.ProgramEventDto = exports.GetProgramsSegmentsQuery = exports.GetProgramsEventsQuery = void 0;
3
+ exports.ByOrganizationIdUserIdAndSegmentIdDto = exports.ByOrganizationIdUserIdAndEventIdDto = exports.GetUserAddonsQuery = exports.ByOrganizationIdUserIdAndProgramIdDto = exports.ProgramSegmentDto = exports.ProgramEventDto = exports.GetProgramsSegmentsQuery = exports.GetProgramsEventsQuery = void 0;
4
4
  const user_dto_1 = require("../../user/dto/user.dto");
5
+ const general_dto_1 = require("../../dto/general.dto");
5
6
  class GetProgramsEventsQuery {
6
7
  }
7
8
  exports.GetProgramsEventsQuery = GetProgramsEventsQuery;
@@ -17,4 +18,13 @@ exports.ProgramSegmentDto = ProgramSegmentDto;
17
18
  class ByOrganizationIdUserIdAndProgramIdDto extends user_dto_1.ByOrganizationAndUserDto {
18
19
  }
19
20
  exports.ByOrganizationIdUserIdAndProgramIdDto = ByOrganizationIdUserIdAndProgramIdDto;
21
+ class GetUserAddonsQuery extends general_dto_1.PaginationQuery {
22
+ }
23
+ exports.GetUserAddonsQuery = GetUserAddonsQuery;
24
+ class ByOrganizationIdUserIdAndEventIdDto extends user_dto_1.ByOrganizationAndUserDto {
25
+ }
26
+ exports.ByOrganizationIdUserIdAndEventIdDto = ByOrganizationIdUserIdAndEventIdDto;
27
+ class ByOrganizationIdUserIdAndSegmentIdDto extends user_dto_1.ByOrganizationAndUserDto {
28
+ }
29
+ exports.ByOrganizationIdUserIdAndSegmentIdDto = ByOrganizationIdUserIdAndSegmentIdDto;
20
30
  //# sourceMappingURL=user-activities.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-activities.dto.js","sourceRoot":"","sources":["../../../../src/types/user-activities/dto/user-activities.dto.ts"],"names":[],"mappings":";;;AAGA,sDAAmE;AAEnE,MAAa,sBAAsB;CAYlC;AAZD,wDAYC;AAED,MAAa,wBAAyB,SAAQ,sBAAsB;CAAG;AAAvE,4DAAuE;AAEvE,MAAa,eAAe;CAoB3B;AApBD,0CAoBC;AAED,MAAa,iBAAiB;CAgB7B;AAhBD,8CAgBC;AAED,MAAa,qCAAsC,SAAQ,mCAAwB;CAElF;AAFD,sFAEC"}
1
+ {"version":3,"file":"user-activities.dto.js","sourceRoot":"","sources":["../../../../src/types/user-activities/dto/user-activities.dto.ts"],"names":[],"mappings":";;;AAGA,sDAAmE;AACnE,uDAAwD;AAExD,MAAa,sBAAsB;CAYlC;AAZD,wDAYC;AAED,MAAa,wBAAyB,SAAQ,sBAAsB;CAAG;AAAvE,4DAAuE;AAEvE,MAAa,eAAe;CAsB3B;AAtBD,0CAsBC;AAED,MAAa,iBAAiB;CAkB7B;AAlBD,8CAkBC;AAED,MAAa,qCAAsC,SAAQ,mCAAwB;CAElF;AAFD,sFAEC;AAGD,MAAa,kBAAmB,SAAQ,6BAAe;CAEtD;AAFD,gDAEC;AAED,MAAa,mCAAoC,SAAQ,mCAAwB;CAEhF;AAFD,kFAEC;AAED,MAAa,qCAAsC,SAAQ,mCAAwB;CAElF;AAFD,sFAEC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.0.53",
3
+ "version": "2.0.55",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {